diff --git a/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapClasses.kt b/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapClasses.kt index 72fa76d..267098e 100644 --- a/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapClasses.kt +++ b/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapClasses.kt @@ -5,12078 +5,12075 @@ package dev.d1s.exkt.kweb.plugins.bootstrap import kweb.AttributeBuilder import kweb.classes -public class BootstrapClasses : AttributeBuilder() { - - public val h6: BootstrapClasses - get() { - classes("h6") - return this - } - - public val h5: BootstrapClasses - get() { - classes("h5") - return this - } - - public val h4: BootstrapClasses - get() { - classes("h4") - return this - } - - public val h3: BootstrapClasses - get() { - classes("h3") - return this - } - - public val h2: BootstrapClasses - get() { - classes("h2") - return this - } - - public val h1: BootstrapClasses - get() { - classes("h1") - return this - } - - public val small: BootstrapClasses - get() { - classes("small") - return this - } - - public val mark: BootstrapClasses - get() { - classes("mark") - return this - } - - public val lead: BootstrapClasses - get() { - classes("lead") - return this - } - - public val display1: BootstrapClasses - get() { - classes("display-1") - return this - } - - public val display2: BootstrapClasses - get() { - classes("display-2") - return this - } - - public val display3: BootstrapClasses - get() { - classes("display-3") - return this - } - - public val display4: BootstrapClasses - get() { - classes("display-4") - return this - } - - public val display5: BootstrapClasses - get() { - classes("display-5") - return this - } - - public val display6: BootstrapClasses - get() { - classes("display-6") - return this - } - - public val listUnstyled: BootstrapClasses - get() { - classes("list-unstyled") - return this - } - - public val listInline: BootstrapClasses - get() { - classes("list-inline") - return this - } - - public val listInlineItem: BootstrapClasses - get() { - classes("list-inline-item") - return this - } - - public val initialism: BootstrapClasses - get() { - classes("initialism") - return this - } - - public val blockquote: BootstrapClasses - get() { - classes("blockquote") - return this - } - - public val blockquoteFooter: BootstrapClasses - get() { - classes("blockquote-footer") - return this - } - - public val imgFluid: BootstrapClasses - get() { - classes("img-fluid") - return this - } - - public val imgThumbnail: BootstrapClasses - get() { - classes("img-thumbnail") - return this - } - - public val figure: BootstrapClasses - get() { - classes("figure") - return this - } - - public val figureImg: BootstrapClasses - get() { - classes("figure-img") - return this - } - - public val figureCaption: BootstrapClasses - get() { - classes("figure-caption") - return this - } - - public val container: BootstrapClasses - get() { - classes("container") - return this - } - - public val containerFluid: BootstrapClasses - get() { - classes("container-fluid") - return this - } - - public val containerXxl: BootstrapClasses - get() { - classes("container-xxl") - return this - } - - public val containerXl: BootstrapClasses - get() { - classes("container-xl") - return this - } - - public val containerLg: BootstrapClasses - get() { - classes("container-lg") - return this - } - - public val containerMd: BootstrapClasses - get() { - classes("container-md") - return this - } - - public val containerSm: BootstrapClasses - get() { - classes("container-sm") - return this - } - - public val row: BootstrapClasses - get() { - classes("row") - return this - } - - public val col: BootstrapClasses - get() { - classes("col") - return this - } - - public val rowColsAuto: BootstrapClasses - get() { - classes("row-cols-auto") - return this - } - - public val rowCols1: BootstrapClasses - get() { - classes("row-cols-1") - return this - } - - public val rowCols2: BootstrapClasses - get() { - classes("row-cols-2") - return this - } - - public val rowCols3: BootstrapClasses - get() { - classes("row-cols-3") - return this - } - - public val rowCols4: BootstrapClasses - get() { - classes("row-cols-4") - return this - } - - public val rowCols5: BootstrapClasses - get() { - classes("row-cols-5") - return this - } - - public val rowCols6: BootstrapClasses - get() { - classes("row-cols-6") - return this - } - - public val colAuto: BootstrapClasses - get() { - classes("col-auto") - return this - } - - public val col1: BootstrapClasses - get() { - classes("col-1") - return this - } - - public val col2: BootstrapClasses - get() { - classes("col-2") - return this - } - - public val col3: BootstrapClasses - get() { - classes("col-3") - return this - } - - public val col4: BootstrapClasses - get() { - classes("col-4") - return this - } - - public val col5: BootstrapClasses - get() { - classes("col-5") - return this - } - - public val col6: BootstrapClasses - get() { - classes("col-6") - return this - } - - public val col7: BootstrapClasses - get() { - classes("col-7") - return this - } - - public val col8: BootstrapClasses - get() { - classes("col-8") - return this - } - - public val col9: BootstrapClasses - get() { - classes("col-9") - return this - } - - public val col10: BootstrapClasses - get() { - classes("col-10") - return this - } - - public val col11: BootstrapClasses - get() { - classes("col-11") - return this - } - - public val col12: BootstrapClasses - get() { - classes("col-12") - return this - } - - public val offset1: BootstrapClasses - get() { - classes("offset-1") - return this - } - - public val offset2: BootstrapClasses - get() { - classes("offset-2") - return this - } - - public val offset3: BootstrapClasses - get() { - classes("offset-3") - return this - } - - public val offset4: BootstrapClasses - get() { - classes("offset-4") - return this - } - - public val offset5: BootstrapClasses - get() { - classes("offset-5") - return this - } - - public val offset6: BootstrapClasses - get() { - classes("offset-6") - return this - } - - public val offset7: BootstrapClasses - get() { - classes("offset-7") - return this - } - - public val offset8: BootstrapClasses - get() { - classes("offset-8") - return this - } - - public val offset9: BootstrapClasses - get() { - classes("offset-9") - return this - } - - public val offset10: BootstrapClasses - get() { - classes("offset-10") - return this - } - - public val offset11: BootstrapClasses - get() { - classes("offset-11") - return this - } - - public val g0: BootstrapClasses - get() { - classes("g-0") - return this - } - - public val gx0: BootstrapClasses - get() { - classes("gx-0") - return this - } - - public val gy0: BootstrapClasses - get() { - classes("gy-0") - return this - } - - public val g1: BootstrapClasses - get() { - classes("g-1") - return this - } - - public val gx1: BootstrapClasses - get() { - classes("gx-1") - return this - } - - public val gy1: BootstrapClasses - get() { - classes("gy-1") - return this - } - - public val g2: BootstrapClasses - get() { - classes("g-2") - return this - } - - public val gx2: BootstrapClasses - get() { - classes("gx-2") - return this - } - - public val gy2: BootstrapClasses - get() { - classes("gy-2") - return this - } - - public val g3: BootstrapClasses - get() { - classes("g-3") - return this - } - - public val gx3: BootstrapClasses - get() { - classes("gx-3") - return this - } - - public val gy3: BootstrapClasses - get() { - classes("gy-3") - return this - } - - public val g4: BootstrapClasses - get() { - classes("g-4") - return this - } - - public val gx4: BootstrapClasses - get() { - classes("gx-4") - return this - } - - public val gy4: BootstrapClasses - get() { - classes("gy-4") - return this - } - - public val g5: BootstrapClasses - get() { - classes("g-5") - return this - } - - public val gx5: BootstrapClasses - get() { - classes("gx-5") - return this - } - - public val gy5: BootstrapClasses - get() { - classes("gy-5") - return this - } - - public val colSm: BootstrapClasses - get() { - classes("col-sm") - return this - } - - public val rowColsSmAuto: BootstrapClasses - get() { - classes("row-cols-sm-auto") - return this - } - - public val rowColsSm1: BootstrapClasses - get() { - classes("row-cols-sm-1") - return this - } - - public val rowColsSm2: BootstrapClasses - get() { - classes("row-cols-sm-2") - return this - } - - public val rowColsSm3: BootstrapClasses - get() { - classes("row-cols-sm-3") - return this - } - - public val rowColsSm4: BootstrapClasses - get() { - classes("row-cols-sm-4") - return this - } - - public val rowColsSm5: BootstrapClasses - get() { - classes("row-cols-sm-5") - return this - } - - public val rowColsSm6: BootstrapClasses - get() { - classes("row-cols-sm-6") - return this - } - - public val colSmAuto: BootstrapClasses - get() { - classes("col-sm-auto") - return this - } - - public val colSm1: BootstrapClasses - get() { - classes("col-sm-1") - return this - } - - public val colSm2: BootstrapClasses - get() { - classes("col-sm-2") - return this - } - - public val colSm3: BootstrapClasses - get() { - classes("col-sm-3") - return this - } - - public val colSm4: BootstrapClasses - get() { - classes("col-sm-4") - return this - } - - public val colSm5: BootstrapClasses - get() { - classes("col-sm-5") - return this - } - - public val colSm6: BootstrapClasses - get() { - classes("col-sm-6") - return this - } - - public val colSm7: BootstrapClasses - get() { - classes("col-sm-7") - return this - } - - public val colSm8: BootstrapClasses - get() { - classes("col-sm-8") - return this - } - - public val colSm9: BootstrapClasses - get() { - classes("col-sm-9") - return this - } - - public val colSm10: BootstrapClasses - get() { - classes("col-sm-10") - return this - } - - public val colSm11: BootstrapClasses - get() { - classes("col-sm-11") - return this - } - - public val colSm12: BootstrapClasses - get() { - classes("col-sm-12") - return this - } - - public val offsetSm0: BootstrapClasses - get() { - classes("offset-sm-0") - return this - } - - public val offsetSm1: BootstrapClasses - get() { - classes("offset-sm-1") - return this - } - - public val offsetSm2: BootstrapClasses - get() { - classes("offset-sm-2") - return this - } - - public val offsetSm3: BootstrapClasses - get() { - classes("offset-sm-3") - return this - } - - public val offsetSm4: BootstrapClasses - get() { - classes("offset-sm-4") - return this - } - - public val offsetSm5: BootstrapClasses - get() { - classes("offset-sm-5") - return this - } - - public val offsetSm6: BootstrapClasses - get() { - classes("offset-sm-6") - return this - } - - public val offsetSm7: BootstrapClasses - get() { - classes("offset-sm-7") - return this - } - - public val offsetSm8: BootstrapClasses - get() { - classes("offset-sm-8") - return this - } - - public val offsetSm9: BootstrapClasses - get() { - classes("offset-sm-9") - return this - } - - public val offsetSm10: BootstrapClasses - get() { - classes("offset-sm-10") - return this - } - - public val offsetSm11: BootstrapClasses - get() { - classes("offset-sm-11") - return this - } - - public val gSm0: BootstrapClasses - get() { - classes("g-sm-0") - return this - } - - public val gxSm0: BootstrapClasses - get() { - classes("gx-sm-0") - return this - } - - public val gySm0: BootstrapClasses - get() { - classes("gy-sm-0") - return this - } - - public val gSm1: BootstrapClasses - get() { - classes("g-sm-1") - return this - } - - public val gxSm1: BootstrapClasses - get() { - classes("gx-sm-1") - return this - } - - public val gySm1: BootstrapClasses - get() { - classes("gy-sm-1") - return this - } - - public val gSm2: BootstrapClasses - get() { - classes("g-sm-2") - return this - } - - public val gxSm2: BootstrapClasses - get() { - classes("gx-sm-2") - return this - } - - public val gySm2: BootstrapClasses - get() { - classes("gy-sm-2") - return this - } - - public val gSm3: BootstrapClasses - get() { - classes("g-sm-3") - return this - } - - public val gxSm3: BootstrapClasses - get() { - classes("gx-sm-3") - return this - } - - public val gySm3: BootstrapClasses - get() { - classes("gy-sm-3") - return this - } - - public val gSm4: BootstrapClasses - get() { - classes("g-sm-4") - return this - } - - public val gxSm4: BootstrapClasses - get() { - classes("gx-sm-4") - return this - } - - public val gySm4: BootstrapClasses - get() { - classes("gy-sm-4") - return this - } - - public val gSm5: BootstrapClasses - get() { - classes("g-sm-5") - return this - } - - public val gxSm5: BootstrapClasses - get() { - classes("gx-sm-5") - return this - } - - public val gySm5: BootstrapClasses - get() { - classes("gy-sm-5") - return this - } - - public val colMd: BootstrapClasses - get() { - classes("col-md") - return this - } - - public val rowColsMdAuto: BootstrapClasses - get() { - classes("row-cols-md-auto") - return this - } - - public val rowColsMd1: BootstrapClasses - get() { - classes("row-cols-md-1") - return this - } - - public val rowColsMd2: BootstrapClasses - get() { - classes("row-cols-md-2") - return this - } - - public val rowColsMd3: BootstrapClasses - get() { - classes("row-cols-md-3") - return this - } - - public val rowColsMd4: BootstrapClasses - get() { - classes("row-cols-md-4") - return this - } - - public val rowColsMd5: BootstrapClasses - get() { - classes("row-cols-md-5") - return this - } - - public val rowColsMd6: BootstrapClasses - get() { - classes("row-cols-md-6") - return this - } - - public val colMdAuto: BootstrapClasses - get() { - classes("col-md-auto") - return this - } - - public val colMd1: BootstrapClasses - get() { - classes("col-md-1") - return this - } - - public val colMd2: BootstrapClasses - get() { - classes("col-md-2") - return this - } - - public val colMd3: BootstrapClasses - get() { - classes("col-md-3") - return this - } - - public val colMd4: BootstrapClasses - get() { - classes("col-md-4") - return this - } - - public val colMd5: BootstrapClasses - get() { - classes("col-md-5") - return this - } - - public val colMd6: BootstrapClasses - get() { - classes("col-md-6") - return this - } - - public val colMd7: BootstrapClasses - get() { - classes("col-md-7") - return this - } - - public val colMd8: BootstrapClasses - get() { - classes("col-md-8") - return this - } - - public val colMd9: BootstrapClasses - get() { - classes("col-md-9") - return this - } - - public val colMd10: BootstrapClasses - get() { - classes("col-md-10") - return this - } - - public val colMd11: BootstrapClasses - get() { - classes("col-md-11") - return this - } - - public val colMd12: BootstrapClasses - get() { - classes("col-md-12") - return this - } - - public val offsetMd0: BootstrapClasses - get() { - classes("offset-md-0") - return this - } - - public val offsetMd1: BootstrapClasses - get() { - classes("offset-md-1") - return this - } - - public val offsetMd2: BootstrapClasses - get() { - classes("offset-md-2") - return this - } - - public val offsetMd3: BootstrapClasses - get() { - classes("offset-md-3") - return this - } - - public val offsetMd4: BootstrapClasses - get() { - classes("offset-md-4") - return this - } - - public val offsetMd5: BootstrapClasses - get() { - classes("offset-md-5") - return this - } - - public val offsetMd6: BootstrapClasses - get() { - classes("offset-md-6") - return this - } - - public val offsetMd7: BootstrapClasses - get() { - classes("offset-md-7") - return this - } - - public val offsetMd8: BootstrapClasses - get() { - classes("offset-md-8") - return this - } - - public val offsetMd9: BootstrapClasses - get() { - classes("offset-md-9") - return this - } - - public val offsetMd10: BootstrapClasses - get() { - classes("offset-md-10") - return this - } - - public val offsetMd11: BootstrapClasses - get() { - classes("offset-md-11") - return this - } - - public val gMd0: BootstrapClasses - get() { - classes("g-md-0") - return this - } - - public val gxMd0: BootstrapClasses - get() { - classes("gx-md-0") - return this - } - - public val gyMd0: BootstrapClasses - get() { - classes("gy-md-0") - return this - } - - public val gMd1: BootstrapClasses - get() { - classes("g-md-1") - return this - } - - public val gxMd1: BootstrapClasses - get() { - classes("gx-md-1") - return this - } - - public val gyMd1: BootstrapClasses - get() { - classes("gy-md-1") - return this - } - - public val gMd2: BootstrapClasses - get() { - classes("g-md-2") - return this - } - - public val gxMd2: BootstrapClasses - get() { - classes("gx-md-2") - return this - } - - public val gyMd2: BootstrapClasses - get() { - classes("gy-md-2") - return this - } - - public val gMd3: BootstrapClasses - get() { - classes("g-md-3") - return this - } - - public val gxMd3: BootstrapClasses - get() { - classes("gx-md-3") - return this - } - - public val gyMd3: BootstrapClasses - get() { - classes("gy-md-3") - return this - } - - public val gMd4: BootstrapClasses - get() { - classes("g-md-4") - return this - } - - public val gxMd4: BootstrapClasses - get() { - classes("gx-md-4") - return this - } - - public val gyMd4: BootstrapClasses - get() { - classes("gy-md-4") - return this - } - - public val gMd5: BootstrapClasses - get() { - classes("g-md-5") - return this - } - - public val gxMd5: BootstrapClasses - get() { - classes("gx-md-5") - return this - } - - public val gyMd5: BootstrapClasses - get() { - classes("gy-md-5") - return this - } - - public val colLg: BootstrapClasses - get() { - classes("col-lg") - return this - } - - public val rowColsLgAuto: BootstrapClasses - get() { - classes("row-cols-lg-auto") - return this - } - - public val rowColsLg1: BootstrapClasses - get() { - classes("row-cols-lg-1") - return this - } - - public val rowColsLg2: BootstrapClasses - get() { - classes("row-cols-lg-2") - return this - } - - public val rowColsLg3: BootstrapClasses - get() { - classes("row-cols-lg-3") - return this - } - - public val rowColsLg4: BootstrapClasses - get() { - classes("row-cols-lg-4") - return this - } - - public val rowColsLg5: BootstrapClasses - get() { - classes("row-cols-lg-5") - return this - } - - public val rowColsLg6: BootstrapClasses - get() { - classes("row-cols-lg-6") - return this - } - - public val colLgAuto: BootstrapClasses - get() { - classes("col-lg-auto") - return this - } - - public val colLg1: BootstrapClasses - get() { - classes("col-lg-1") - return this - } - - public val colLg2: BootstrapClasses - get() { - classes("col-lg-2") - return this - } - - public val colLg3: BootstrapClasses - get() { - classes("col-lg-3") - return this - } - - public val colLg4: BootstrapClasses - get() { - classes("col-lg-4") - return this - } - - public val colLg5: BootstrapClasses - get() { - classes("col-lg-5") - return this - } - - public val colLg6: BootstrapClasses - get() { - classes("col-lg-6") - return this - } - - public val colLg7: BootstrapClasses - get() { - classes("col-lg-7") - return this - } - - public val colLg8: BootstrapClasses - get() { - classes("col-lg-8") - return this - } - - public val colLg9: BootstrapClasses - get() { - classes("col-lg-9") - return this - } - - public val colLg10: BootstrapClasses - get() { - classes("col-lg-10") - return this - } - - public val colLg11: BootstrapClasses - get() { - classes("col-lg-11") - return this - } - - public val colLg12: BootstrapClasses - get() { - classes("col-lg-12") - return this - } - - public val offsetLg0: BootstrapClasses - get() { - classes("offset-lg-0") - return this - } - - public val offsetLg1: BootstrapClasses - get() { - classes("offset-lg-1") - return this - } - - public val offsetLg2: BootstrapClasses - get() { - classes("offset-lg-2") - return this - } - - public val offsetLg3: BootstrapClasses - get() { - classes("offset-lg-3") - return this - } - - public val offsetLg4: BootstrapClasses - get() { - classes("offset-lg-4") - return this - } - - public val offsetLg5: BootstrapClasses - get() { - classes("offset-lg-5") - return this - } - - public val offsetLg6: BootstrapClasses - get() { - classes("offset-lg-6") - return this - } - - public val offsetLg7: BootstrapClasses - get() { - classes("offset-lg-7") - return this - } - - public val offsetLg8: BootstrapClasses - get() { - classes("offset-lg-8") - return this - } - - public val offsetLg9: BootstrapClasses - get() { - classes("offset-lg-9") - return this - } - - public val offsetLg10: BootstrapClasses - get() { - classes("offset-lg-10") - return this - } - - public val offsetLg11: BootstrapClasses - get() { - classes("offset-lg-11") - return this - } - - public val gLg0: BootstrapClasses - get() { - classes("g-lg-0") - return this - } - - public val gxLg0: BootstrapClasses - get() { - classes("gx-lg-0") - return this - } - - public val gyLg0: BootstrapClasses - get() { - classes("gy-lg-0") - return this - } - - public val gLg1: BootstrapClasses - get() { - classes("g-lg-1") - return this - } - - public val gxLg1: BootstrapClasses - get() { - classes("gx-lg-1") - return this - } - - public val gyLg1: BootstrapClasses - get() { - classes("gy-lg-1") - return this - } - - public val gLg2: BootstrapClasses - get() { - classes("g-lg-2") - return this - } - - public val gxLg2: BootstrapClasses - get() { - classes("gx-lg-2") - return this - } - - public val gyLg2: BootstrapClasses - get() { - classes("gy-lg-2") - return this - } - - public val gLg3: BootstrapClasses - get() { - classes("g-lg-3") - return this - } - - public val gxLg3: BootstrapClasses - get() { - classes("gx-lg-3") - return this - } - - public val gyLg3: BootstrapClasses - get() { - classes("gy-lg-3") - return this - } - - public val gLg4: BootstrapClasses - get() { - classes("g-lg-4") - return this - } - - public val gxLg4: BootstrapClasses - get() { - classes("gx-lg-4") - return this - } - - public val gyLg4: BootstrapClasses - get() { - classes("gy-lg-4") - return this - } - - public val gLg5: BootstrapClasses - get() { - classes("g-lg-5") - return this - } - - public val gxLg5: BootstrapClasses - get() { - classes("gx-lg-5") - return this - } - - public val gyLg5: BootstrapClasses - get() { - classes("gy-lg-5") - return this - } - - public val colXl: BootstrapClasses - get() { - classes("col-xl") - return this - } - - public val rowColsXlAuto: BootstrapClasses - get() { - classes("row-cols-xl-auto") - return this - } - - public val rowColsXl1: BootstrapClasses - get() { - classes("row-cols-xl-1") - return this - } - - public val rowColsXl2: BootstrapClasses - get() { - classes("row-cols-xl-2") - return this - } - - public val rowColsXl3: BootstrapClasses - get() { - classes("row-cols-xl-3") - return this - } - - public val rowColsXl4: BootstrapClasses - get() { - classes("row-cols-xl-4") - return this - } - - public val rowColsXl5: BootstrapClasses - get() { - classes("row-cols-xl-5") - return this - } - - public val rowColsXl6: BootstrapClasses - get() { - classes("row-cols-xl-6") - return this - } - - public val colXlAuto: BootstrapClasses - get() { - classes("col-xl-auto") - return this - } - - public val colXl1: BootstrapClasses - get() { - classes("col-xl-1") - return this - } - - public val colXl2: BootstrapClasses - get() { - classes("col-xl-2") - return this - } - - public val colXl3: BootstrapClasses - get() { - classes("col-xl-3") - return this - } - - public val colXl4: BootstrapClasses - get() { - classes("col-xl-4") - return this - } - - public val colXl5: BootstrapClasses - get() { - classes("col-xl-5") - return this - } - - public val colXl6: BootstrapClasses - get() { - classes("col-xl-6") - return this - } - - public val colXl7: BootstrapClasses - get() { - classes("col-xl-7") - return this - } - - public val colXl8: BootstrapClasses - get() { - classes("col-xl-8") - return this - } - - public val colXl9: BootstrapClasses - get() { - classes("col-xl-9") - return this - } - - public val colXl10: BootstrapClasses - get() { - classes("col-xl-10") - return this - } - - public val colXl11: BootstrapClasses - get() { - classes("col-xl-11") - return this - } - - public val colXl12: BootstrapClasses - get() { - classes("col-xl-12") - return this - } - - public val offsetXl0: BootstrapClasses - get() { - classes("offset-xl-0") - return this - } - - public val offsetXl1: BootstrapClasses - get() { - classes("offset-xl-1") - return this - } - - public val offsetXl2: BootstrapClasses - get() { - classes("offset-xl-2") - return this - } - - public val offsetXl3: BootstrapClasses - get() { - classes("offset-xl-3") - return this - } - - public val offsetXl4: BootstrapClasses - get() { - classes("offset-xl-4") - return this - } - - public val offsetXl5: BootstrapClasses - get() { - classes("offset-xl-5") - return this - } - - public val offsetXl6: BootstrapClasses - get() { - classes("offset-xl-6") - return this - } - - public val offsetXl7: BootstrapClasses - get() { - classes("offset-xl-7") - return this - } - - public val offsetXl8: BootstrapClasses - get() { - classes("offset-xl-8") - return this - } - - public val offsetXl9: BootstrapClasses - get() { - classes("offset-xl-9") - return this - } - - public val offsetXl10: BootstrapClasses - get() { - classes("offset-xl-10") - return this - } - - public val offsetXl11: BootstrapClasses - get() { - classes("offset-xl-11") - return this - } - - public val gXl0: BootstrapClasses - get() { - classes("g-xl-0") - return this - } - - public val gxXl0: BootstrapClasses - get() { - classes("gx-xl-0") - return this - } - - public val gyXl0: BootstrapClasses - get() { - classes("gy-xl-0") - return this - } - - public val gXl1: BootstrapClasses - get() { - classes("g-xl-1") - return this - } - - public val gxXl1: BootstrapClasses - get() { - classes("gx-xl-1") - return this - } - - public val gyXl1: BootstrapClasses - get() { - classes("gy-xl-1") - return this - } - - public val gXl2: BootstrapClasses - get() { - classes("g-xl-2") - return this - } - - public val gxXl2: BootstrapClasses - get() { - classes("gx-xl-2") - return this - } - - public val gyXl2: BootstrapClasses - get() { - classes("gy-xl-2") - return this - } - - public val gXl3: BootstrapClasses - get() { - classes("g-xl-3") - return this - } - - public val gxXl3: BootstrapClasses - get() { - classes("gx-xl-3") - return this - } - - public val gyXl3: BootstrapClasses - get() { - classes("gy-xl-3") - return this - } - - public val gXl4: BootstrapClasses - get() { - classes("g-xl-4") - return this - } - - public val gxXl4: BootstrapClasses - get() { - classes("gx-xl-4") - return this - } - - public val gyXl4: BootstrapClasses - get() { - classes("gy-xl-4") - return this - } - - public val gXl5: BootstrapClasses - get() { - classes("g-xl-5") - return this - } - - public val gxXl5: BootstrapClasses - get() { - classes("gx-xl-5") - return this - } - - public val gyXl5: BootstrapClasses - get() { - classes("gy-xl-5") - return this - } - - public val colXxl: BootstrapClasses - get() { - classes("col-xxl") - return this - } - - public val rowColsXxlAuto: BootstrapClasses - get() { - classes("row-cols-xxl-auto") - return this - } - - public val rowColsXxl1: BootstrapClasses - get() { - classes("row-cols-xxl-1") - return this - } - - public val rowColsXxl2: BootstrapClasses - get() { - classes("row-cols-xxl-2") - return this - } - - public val rowColsXxl3: BootstrapClasses - get() { - classes("row-cols-xxl-3") - return this - } - - public val rowColsXxl4: BootstrapClasses - get() { - classes("row-cols-xxl-4") - return this - } - - public val rowColsXxl5: BootstrapClasses - get() { - classes("row-cols-xxl-5") - return this - } - - public val rowColsXxl6: BootstrapClasses - get() { - classes("row-cols-xxl-6") - return this - } - - public val colXxlAuto: BootstrapClasses - get() { - classes("col-xxl-auto") - return this - } - - public val colXxl1: BootstrapClasses - get() { - classes("col-xxl-1") - return this - } - - public val colXxl2: BootstrapClasses - get() { - classes("col-xxl-2") - return this - } - - public val colXxl3: BootstrapClasses - get() { - classes("col-xxl-3") - return this - } - - public val colXxl4: BootstrapClasses - get() { - classes("col-xxl-4") - return this - } - - public val colXxl5: BootstrapClasses - get() { - classes("col-xxl-5") - return this - } - - public val colXxl6: BootstrapClasses - get() { - classes("col-xxl-6") - return this - } - - public val colXxl7: BootstrapClasses - get() { - classes("col-xxl-7") - return this - } - - public val colXxl8: BootstrapClasses - get() { - classes("col-xxl-8") - return this - } - - public val colXxl9: BootstrapClasses - get() { - classes("col-xxl-9") - return this - } - - public val colXxl10: BootstrapClasses - get() { - classes("col-xxl-10") - return this - } - - public val colXxl11: BootstrapClasses - get() { - classes("col-xxl-11") - return this - } - - public val colXxl12: BootstrapClasses - get() { - classes("col-xxl-12") - return this - } - - public val offsetXxl0: BootstrapClasses - get() { - classes("offset-xxl-0") - return this - } - - public val offsetXxl1: BootstrapClasses - get() { - classes("offset-xxl-1") - return this - } - - public val offsetXxl2: BootstrapClasses - get() { - classes("offset-xxl-2") - return this - } - - public val offsetXxl3: BootstrapClasses - get() { - classes("offset-xxl-3") - return this - } - - public val offsetXxl4: BootstrapClasses - get() { - classes("offset-xxl-4") - return this - } - - public val offsetXxl5: BootstrapClasses - get() { - classes("offset-xxl-5") - return this - } - - public val offsetXxl6: BootstrapClasses - get() { - classes("offset-xxl-6") - return this - } - - public val offsetXxl7: BootstrapClasses - get() { - classes("offset-xxl-7") - return this - } - - public val offsetXxl8: BootstrapClasses - get() { - classes("offset-xxl-8") - return this - } - - public val offsetXxl9: BootstrapClasses - get() { - classes("offset-xxl-9") - return this - } - - public val offsetXxl10: BootstrapClasses - get() { - classes("offset-xxl-10") - return this - } - - public val offsetXxl11: BootstrapClasses - get() { - classes("offset-xxl-11") - return this - } - - public val gXxl0: BootstrapClasses - get() { - classes("g-xxl-0") - return this - } - - public val gxXxl0: BootstrapClasses - get() { - classes("gx-xxl-0") - return this - } - - public val gyXxl0: BootstrapClasses - get() { - classes("gy-xxl-0") - return this - } - - public val gXxl1: BootstrapClasses - get() { - classes("g-xxl-1") - return this - } - - public val gxXxl1: BootstrapClasses - get() { - classes("gx-xxl-1") - return this - } - - public val gyXxl1: BootstrapClasses - get() { - classes("gy-xxl-1") - return this - } - - public val gXxl2: BootstrapClasses - get() { - classes("g-xxl-2") - return this - } - - public val gxXxl2: BootstrapClasses - get() { - classes("gx-xxl-2") - return this - } - - public val gyXxl2: BootstrapClasses - get() { - classes("gy-xxl-2") - return this - } - - public val gXxl3: BootstrapClasses - get() { - classes("g-xxl-3") - return this - } - - public val gxXxl3: BootstrapClasses - get() { - classes("gx-xxl-3") - return this - } - - public val gyXxl3: BootstrapClasses - get() { - classes("gy-xxl-3") - return this - } - - public val gXxl4: BootstrapClasses - get() { - classes("g-xxl-4") - return this - } - - public val gxXxl4: BootstrapClasses - get() { - classes("gx-xxl-4") - return this - } - - public val gyXxl4: BootstrapClasses - get() { - classes("gy-xxl-4") - return this - } - - public val gXxl5: BootstrapClasses - get() { - classes("g-xxl-5") - return this - } - - public val gxXxl5: BootstrapClasses - get() { - classes("gx-xxl-5") - return this - } - - public val gyXxl5: BootstrapClasses - get() { - classes("gy-xxl-5") - return this - } - - public val table: BootstrapClasses - get() { - classes("table") - return this - } - - public val tableGroupDivider: BootstrapClasses - get() { - classes("table-group-divider") - return this - } - - public val captionTop: BootstrapClasses - get() { - classes("caption-top") - return this - } - - public val tableSm: BootstrapClasses - get() { - classes("table-sm") - return this - } - - public val tableBordered: BootstrapClasses - get() { - classes("table-bordered") - return this - } - - public val tableBorderless: BootstrapClasses - get() { - classes("table-borderless") - return this - } - - public val tableStriped: BootstrapClasses - get() { - classes("table-striped") - return this - } - - public val tableStripedColumns: BootstrapClasses - get() { - classes("table-striped-columns") - return this - } - - public val tableActive: BootstrapClasses - get() { - classes("table-active") - return this - } - - public val tableHover: BootstrapClasses - get() { - classes("table-hover") - return this - } - - public val tablePrimary: BootstrapClasses - get() { - classes("table-primary") - return this - } - - public val tableSecondary: BootstrapClasses - get() { - classes("table-secondary") - return this - } - - public val tableSuccess: BootstrapClasses - get() { - classes("table-success") - return this - } - - public val tableInfo: BootstrapClasses - get() { - classes("table-info") - return this - } - - public val tableWarning: BootstrapClasses - get() { - classes("table-warning") - return this - } - - public val tableDanger: BootstrapClasses - get() { - classes("table-danger") - return this - } - - public val tableLight: BootstrapClasses - get() { - classes("table-light") - return this - } - - public val tableDark: BootstrapClasses - get() { - classes("table-dark") - return this - } - - public val tableResponsive: BootstrapClasses - get() { - classes("table-responsive") - return this - } - - public val tableResponsiveSm: BootstrapClasses - get() { - classes("table-responsive-sm") - return this - } - - public val tableResponsiveMd: BootstrapClasses - get() { - classes("table-responsive-md") - return this - } - - public val tableResponsiveLg: BootstrapClasses - get() { - classes("table-responsive-lg") - return this - } - - public val tableResponsiveXl: BootstrapClasses - get() { - classes("table-responsive-xl") - return this - } - - public val tableResponsiveXxl: BootstrapClasses - get() { - classes("table-responsive-xxl") - return this - } - - public val formLabel: BootstrapClasses - get() { - classes("form-label") - return this - } - - public val colFormLabel: BootstrapClasses - get() { - classes("col-form-label") - return this - } - - public val colFormLabelLg: BootstrapClasses - get() { - classes("col-form-label-lg") - return this - } - - public val colFormLabelSm: BootstrapClasses - get() { - classes("col-form-label-sm") - return this - } - - public val formText: BootstrapClasses - get() { - classes("form-text") - return this - } - - public val formControl: BootstrapClasses - get() { - classes("form-control") - return this - } - - public val formControlPlaintext: BootstrapClasses - get() { - classes("form-control-plaintext") - return this - } - - public val formControlSm: BootstrapClasses - get() { - classes("form-control-sm") - return this - } - - public val formControlLg: BootstrapClasses - get() { - classes("form-control-lg") - return this - } - - public val formControlColor: BootstrapClasses - get() { - classes("form-control-color") - return this - } - - public val formSelect: BootstrapClasses - get() { - classes("form-select") - return this - } - - public val formSelectSm: BootstrapClasses - get() { - classes("form-select-sm") - return this - } - - public val formSelectLg: BootstrapClasses - get() { - classes("form-select-lg") - return this - } - - public val formCheck: BootstrapClasses - get() { - classes("form-check") - return this - } - - public val formCheckInput: BootstrapClasses - get() { - classes("form-check-input") - return this - } - - public val formCheckReverse: BootstrapClasses - get() { - classes("form-check-reverse") - return this - } - - public val formCheckLabel: BootstrapClasses - get() { - classes("form-check-label") - return this - } - - public val formSwitch: BootstrapClasses - get() { - classes("form-switch") - return this - } - - public val formCheckInline: BootstrapClasses - get() { - classes("form-check-inline") - return this - } - - public val btnCheck: BootstrapClasses - get() { - classes("btn-check") - return this - } - - public val btn: BootstrapClasses - get() { - classes("btn") - return this - } - - public val formRange: BootstrapClasses - get() { - classes("form-range") - return this - } - - public val formFloating: BootstrapClasses - get() { - classes("form-floating") - return this - } - - public val inputGroup: BootstrapClasses - get() { - classes("input-group") - return this - } - - public val inputGroupText: BootstrapClasses - get() { - classes("input-group-text") - return this - } - - public val inputGroupLg: BootstrapClasses - get() { - classes("input-group-lg") - return this - } - - public val inputGroupSm: BootstrapClasses - get() { - classes("input-group-sm") - return this - } - - public val dropdownToggle: BootstrapClasses - get() { - classes("dropdown-toggle") - return this - } - - public val validFeedback: BootstrapClasses - get() { - classes("valid-feedback") - return this - } - - public val validTooltip: BootstrapClasses - get() { - classes("valid-tooltip") - return this - } - - public val wasValidated: BootstrapClasses - get() { - classes("was-validated") - return this - } - - public val isValid: BootstrapClasses - get() { - classes("is-valid") - return this - } - - public val invalidFeedback: BootstrapClasses - get() { - classes("invalid-feedback") - return this - } - - public val invalidTooltip: BootstrapClasses - get() { - classes("invalid-tooltip") - return this - } - - public val isInvalid: BootstrapClasses - get() { - classes("is-invalid") - return this - } - - public val btnPrimary: BootstrapClasses - get() { - classes("btn-primary") - return this - } - - public val btnSecondary: BootstrapClasses - get() { - classes("btn-secondary") - return this - } - - public val btnSuccess: BootstrapClasses - get() { - classes("btn-success") - return this - } - - public val btnInfo: BootstrapClasses - get() { - classes("btn-info") - return this - } - - public val btnWarning: BootstrapClasses - get() { - classes("btn-warning") - return this - } - - public val btnDanger: BootstrapClasses - get() { - classes("btn-danger") - return this - } - - public val btnLight: BootstrapClasses - get() { - classes("btn-light") - return this - } - - public val btnDark: BootstrapClasses - get() { - classes("btn-dark") - return this - } - - public val btnOutlinePrimary: BootstrapClasses - get() { - classes("btn-outline-primary") - return this - } - - public val btnOutlineSecondary: BootstrapClasses - get() { - classes("btn-outline-secondary") - return this - } - - public val btnOutlineSuccess: BootstrapClasses - get() { - classes("btn-outline-success") - return this - } - - public val btnOutlineInfo: BootstrapClasses - get() { - classes("btn-outline-info") - return this - } - - public val btnOutlineWarning: BootstrapClasses - get() { - classes("btn-outline-warning") - return this - } - - public val btnOutlineDanger: BootstrapClasses - get() { - classes("btn-outline-danger") - return this - } - - public val btnOutlineLight: BootstrapClasses - get() { - classes("btn-outline-light") - return this - } - - public val btnOutlineDark: BootstrapClasses - get() { - classes("btn-outline-dark") - return this - } - - public val btnLink: BootstrapClasses - get() { - classes("btn-link") - return this - } - - public val btnLg: BootstrapClasses - get() { - classes("btn-lg") - return this - } - - public val btnGroupLg: BootstrapClasses - get() { - classes("btn-group-lg") - return this - } - - public val btnSm: BootstrapClasses - get() { - classes("btn-sm") - return this - } - - public val btnGroupSm: BootstrapClasses - get() { - classes("btn-group-sm") - return this - } - - public val fade: BootstrapClasses - get() { - classes("fade") - return this - } - - public val collapse: BootstrapClasses - get() { - classes("collapse") - return this - } - - public val collapsing: BootstrapClasses - get() { - classes("collapsing") - return this - } - - public val dropup: BootstrapClasses - get() { - classes("dropup") - return this - } - - public val dropend: BootstrapClasses - get() { - classes("dropend") - return this - } - - public val dropdown: BootstrapClasses - get() { - classes("dropdown") - return this - } - - public val dropstart: BootstrapClasses - get() { - classes("dropstart") - return this - } - - public val dropupCenter: BootstrapClasses - get() { - classes("dropup-center") - return this - } - - public val dropdownCenter: BootstrapClasses - get() { - classes("dropdown-center") - return this - } - - public val dropdownMenu: BootstrapClasses - get() { - classes("dropdown-menu") - return this - } - - public val dropdownMenuStart: BootstrapClasses - get() { - classes("dropdown-menu-start") - return this - } - - public val dropdownMenuEnd: BootstrapClasses - get() { - classes("dropdown-menu-end") - return this - } - - public val dropdownMenuSmStart: BootstrapClasses - get() { - classes("dropdown-menu-sm-start") - return this - } - - public val dropdownMenuSmEnd: BootstrapClasses - get() { - classes("dropdown-menu-sm-end") - return this - } - - public val dropdownMenuMdStart: BootstrapClasses - get() { - classes("dropdown-menu-md-start") - return this - } - - public val dropdownMenuMdEnd: BootstrapClasses - get() { - classes("dropdown-menu-md-end") - return this - } - - public val dropdownMenuLgStart: BootstrapClasses - get() { - classes("dropdown-menu-lg-start") - return this - } - - public val dropdownMenuLgEnd: BootstrapClasses - get() { - classes("dropdown-menu-lg-end") - return this - } - - public val dropdownMenuXlStart: BootstrapClasses - get() { - classes("dropdown-menu-xl-start") - return this - } - - public val dropdownMenuXlEnd: BootstrapClasses - get() { - classes("dropdown-menu-xl-end") - return this - } - - public val dropdownMenuXxlStart: BootstrapClasses - get() { - classes("dropdown-menu-xxl-start") - return this - } - - public val dropdownMenuXxlEnd: BootstrapClasses - get() { - classes("dropdown-menu-xxl-end") - return this - } - - public val dropdownDivider: BootstrapClasses - get() { - classes("dropdown-divider") - return this - } - - public val dropdownItem: BootstrapClasses - get() { - classes("dropdown-item") - return this - } - - public val dropdownHeader: BootstrapClasses - get() { - classes("dropdown-header") - return this - } - - public val dropdownItemText: BootstrapClasses - get() { - classes("dropdown-item-text") - return this - } - - public val dropdownMenuDark: BootstrapClasses - get() { - classes("dropdown-menu-dark") - return this - } - - public val btnGroup: BootstrapClasses - get() { - classes("btn-group") - return this - } - - public val btnGroupVertical: BootstrapClasses - get() { - classes("btn-group-vertical") - return this - } - - public val btnToolbar: BootstrapClasses - get() { - classes("btn-toolbar") - return this - } - - public val dropdownToggleSplit: BootstrapClasses - get() { - classes("dropdown-toggle-split") - return this - } - - public val nav: BootstrapClasses - get() { - classes("nav") - return this - } - - public val navLink: BootstrapClasses - get() { - classes("nav-link") - return this - } - - public val navTabs: BootstrapClasses - get() { - classes("nav-tabs") - return this - } - - public val navItem: BootstrapClasses - get() { - classes("nav-item") - return this - } - - public val navPills: BootstrapClasses - get() { - classes("nav-pills") - return this - } - - public val show: BootstrapClasses - get() { - classes("show") - return this - } - - public val navUnderline: BootstrapClasses - get() { - classes("nav-underline") - return this - } - - public val navFill: BootstrapClasses - get() { - classes("nav-fill") - return this - } - - public val navJustified: BootstrapClasses - get() { - classes("nav-justified") - return this - } - - public val tabContent: BootstrapClasses - get() { - classes("tab-content") - return this - } - - public val tabPane: BootstrapClasses - get() { - classes("tab-pane") - return this - } - - public val active: BootstrapClasses - get() { - classes("active") - return this - } - - public val navbar: BootstrapClasses - get() { - classes("navbar") - return this - } - - public val navbarBrand: BootstrapClasses - get() { - classes("navbar-brand") - return this - } - - public val navbarNav: BootstrapClasses - get() { - classes("navbar-nav") - return this - } - - public val navbarText: BootstrapClasses - get() { - classes("navbar-text") - return this - } - - public val navbarCollapse: BootstrapClasses - get() { - classes("navbar-collapse") - return this - } - - public val navbarToggler: BootstrapClasses - get() { - classes("navbar-toggler") - return this - } - - public val navbarTogglerIcon: BootstrapClasses - get() { - classes("navbar-toggler-icon") - return this - } - - public val navbarNavScroll: BootstrapClasses - get() { - classes("navbar-nav-scroll") - return this - } - - public val navbarExpandSm: BootstrapClasses - get() { - classes("navbar-expand-sm") - return this - } - - public val offcanvas: BootstrapClasses - get() { - classes("offcanvas") - return this - } - - public val offcanvasHeader: BootstrapClasses - get() { - classes("offcanvas-header") - return this - } - - public val offcanvasBody: BootstrapClasses - get() { - classes("offcanvas-body") - return this - } - - public val navbarExpandMd: BootstrapClasses - get() { - classes("navbar-expand-md") - return this - } - - public val navbarExpandLg: BootstrapClasses - get() { - classes("navbar-expand-lg") - return this - } - - public val navbarExpandXl: BootstrapClasses - get() { - classes("navbar-expand-xl") - return this - } - - public val navbarExpandXxl: BootstrapClasses - get() { - classes("navbar-expand-xxl") - return this - } - - public val navbarExpand: BootstrapClasses - get() { - classes("navbar-expand") - return this - } - - public val navbarDark: BootstrapClasses - get() { - classes("navbar-dark") - return this - } - - public val card: BootstrapClasses - get() { - classes("card") - return this - } - - public val listGroup: BootstrapClasses - get() { - classes("list-group") - return this - } - - public val cardHeader: BootstrapClasses - get() { - classes("card-header") - return this - } - - public val cardFooter: BootstrapClasses - get() { - classes("card-footer") - return this - } - - public val cardBody: BootstrapClasses - get() { - classes("card-body") - return this - } - - public val cardTitle: BootstrapClasses - get() { - classes("card-title") - return this - } - - public val cardSubtitle: BootstrapClasses - get() { - classes("card-subtitle") - return this - } - - public val cardText: BootstrapClasses - get() { - classes("card-text") - return this - } - - public val cardLink: BootstrapClasses - get() { - classes("card-link") - return this - } - - public val cardHeaderTabs: BootstrapClasses - get() { - classes("card-header-tabs") - return this - } - - public val cardHeaderPills: BootstrapClasses - get() { - classes("card-header-pills") - return this - } - - public val cardImgOverlay: BootstrapClasses - get() { - classes("card-img-overlay") - return this - } - - public val cardImg: BootstrapClasses - get() { - classes("card-img") - return this - } - - public val cardImgTop: BootstrapClasses - get() { - classes("card-img-top") - return this - } - - public val cardImgBottom: BootstrapClasses - get() { - classes("card-img-bottom") - return this - } - - public val cardGroup: BootstrapClasses - get() { - classes("card-group") - return this - } - - public val accordion: BootstrapClasses - get() { - classes("accordion") - return this - } - - public val accordionButton: BootstrapClasses - get() { - classes("accordion-button") - return this - } - - public val accordionHeader: BootstrapClasses - get() { - classes("accordion-header") - return this - } - - public val accordionItem: BootstrapClasses - get() { - classes("accordion-item") - return this - } - - public val accordionCollapse: BootstrapClasses - get() { - classes("accordion-collapse") - return this - } - - public val accordionBody: BootstrapClasses - get() { - classes("accordion-body") - return this - } - - public val accordionFlush: BootstrapClasses - get() { - classes("accordion-flush") - return this - } - - public val breadcrumb: BootstrapClasses - get() { - classes("breadcrumb") - return this - } - - public val breadcrumbItem: BootstrapClasses - get() { - classes("breadcrumb-item") - return this - } - - public val pagination: BootstrapClasses - get() { - classes("pagination") - return this - } - - public val pageLink: BootstrapClasses - get() { - classes("page-link") - return this - } - - public val disabled: BootstrapClasses - get() { - classes("disabled") - return this - } - - public val pageItem: BootstrapClasses - get() { - classes("page-item") - return this - } - - public val paginationLg: BootstrapClasses - get() { - classes("pagination-lg") - return this - } - - public val paginationSm: BootstrapClasses - get() { - classes("pagination-sm") - return this - } - - public val badge: BootstrapClasses - get() { - classes("badge") - return this - } - - public val alert: BootstrapClasses - get() { - classes("alert") - return this - } - - public val alertHeading: BootstrapClasses - get() { - classes("alert-heading") - return this - } - - public val alertLink: BootstrapClasses - get() { - classes("alert-link") - return this - } - - public val alertDismissible: BootstrapClasses - get() { - classes("alert-dismissible") - return this - } - - public val btnClose: BootstrapClasses - get() { - classes("btn-close") - return this - } - - public val alertPrimary: BootstrapClasses - get() { - classes("alert-primary") - return this - } - - public val alertSecondary: BootstrapClasses - get() { - classes("alert-secondary") - return this - } - - public val alertSuccess: BootstrapClasses - get() { - classes("alert-success") - return this - } - - public val alertInfo: BootstrapClasses - get() { - classes("alert-info") - return this - } - - public val alertWarning: BootstrapClasses - get() { - classes("alert-warning") - return this - } - - public val alertDanger: BootstrapClasses - get() { - classes("alert-danger") - return this - } - - public val alertLight: BootstrapClasses - get() { - classes("alert-light") - return this - } - - public val alertDark: BootstrapClasses - get() { - classes("alert-dark") - return this - } - - public val progress: BootstrapClasses - get() { - classes("progress") - return this - } - - public val progressStacked: BootstrapClasses - get() { - classes("progress-stacked") - return this - } - - public val progressBar: BootstrapClasses - get() { - classes("progress-bar") - return this - } - - public val progressBarStriped: BootstrapClasses - get() { - classes("progress-bar-striped") - return this - } - - public val progressBarAnimated: BootstrapClasses - get() { - classes("progress-bar-animated") - return this - } - - public val listGroupNumbered: BootstrapClasses - get() { - classes("list-group-numbered") - return this - } - - public val listGroupItem: BootstrapClasses - get() { - classes("list-group-item") - return this - } - - public val listGroupItemAction: BootstrapClasses - get() { - classes("list-group-item-action") - return this - } - - public val listGroupHorizontal: BootstrapClasses - get() { - classes("list-group-horizontal") - return this - } - - public val listGroupHorizontalSm: BootstrapClasses - get() { - classes("list-group-horizontal-sm") - return this - } - - public val listGroupHorizontalMd: BootstrapClasses - get() { - classes("list-group-horizontal-md") - return this - } - - public val listGroupHorizontalLg: BootstrapClasses - get() { - classes("list-group-horizontal-lg") - return this - } - - public val listGroupHorizontalXl: BootstrapClasses - get() { - classes("list-group-horizontal-xl") - return this - } - - public val listGroupHorizontalXxl: BootstrapClasses - get() { - classes("list-group-horizontal-xxl") - return this - } - - public val listGroupFlush: BootstrapClasses - get() { - classes("list-group-flush") - return this - } - - public val listGroupItemPrimary: BootstrapClasses - get() { - classes("list-group-item-primary") - return this - } - - public val listGroupItemSecondary: BootstrapClasses - get() { - classes("list-group-item-secondary") - return this - } - - public val listGroupItemSuccess: BootstrapClasses - get() { - classes("list-group-item-success") - return this - } - - public val listGroupItemInfo: BootstrapClasses - get() { - classes("list-group-item-info") - return this - } - - public val listGroupItemWarning: BootstrapClasses - get() { - classes("list-group-item-warning") - return this - } - - public val listGroupItemDanger: BootstrapClasses - get() { - classes("list-group-item-danger") - return this - } - - public val listGroupItemLight: BootstrapClasses - get() { - classes("list-group-item-light") - return this - } - - public val listGroupItemDark: BootstrapClasses - get() { - classes("list-group-item-dark") - return this - } - - public val btnCloseWhite: BootstrapClasses - get() { - classes("btn-close-white") - return this - } - - public val toast: BootstrapClasses - get() { - classes("toast") - return this - } - - public val toastContainer: BootstrapClasses - get() { - classes("toast-container") - return this - } - - public val toastHeader: BootstrapClasses - get() { - classes("toast-header") - return this - } - - public val toastBody: BootstrapClasses - get() { - classes("toast-body") - return this - } - - public val modal: BootstrapClasses - get() { - classes("modal") - return this - } - - public val modalDialog: BootstrapClasses - get() { - classes("modal-dialog") - return this - } - - public val modalDialogScrollable: BootstrapClasses - get() { - classes("modal-dialog-scrollable") - return this - } - - public val modalContent: BootstrapClasses - get() { - classes("modal-content") - return this - } - - public val modalBody: BootstrapClasses - get() { - classes("modal-body") - return this - } - - public val modalDialogCentered: BootstrapClasses - get() { - classes("modal-dialog-centered") - return this - } - - public val modalBackdrop: BootstrapClasses - get() { - classes("modal-backdrop") - return this - } - - public val modalHeader: BootstrapClasses - get() { - classes("modal-header") - return this - } - - public val modalTitle: BootstrapClasses - get() { - classes("modal-title") - return this - } - - public val modalFooter: BootstrapClasses - get() { - classes("modal-footer") - return this - } - - public val modalSm: BootstrapClasses - get() { - classes("modal-sm") - return this - } - - public val modalLg: BootstrapClasses - get() { - classes("modal-lg") - return this - } - - public val modalXl: BootstrapClasses - get() { - classes("modal-xl") - return this - } - - public val modalFullscreen: BootstrapClasses - get() { - classes("modal-fullscreen") - return this - } - - public val modalFullscreenSmDown: BootstrapClasses - get() { - classes("modal-fullscreen-sm-down") - return this - } - - public val modalFullscreenMdDown: BootstrapClasses - get() { - classes("modal-fullscreen-md-down") - return this - } - - public val modalFullscreenLgDown: BootstrapClasses - get() { - classes("modal-fullscreen-lg-down") - return this - } - - public val modalFullscreenXlDown: BootstrapClasses - get() { - classes("modal-fullscreen-xl-down") - return this - } - - public val modalFullscreenXxlDown: BootstrapClasses - get() { - classes("modal-fullscreen-xxl-down") - return this - } - - public val tooltip: BootstrapClasses - get() { - classes("tooltip") - return this - } - - public val tooltipArrow: BootstrapClasses - get() { - classes("tooltip-arrow") - return this - } - - public val bsTooltipTop: BootstrapClasses - get() { - classes("bs-tooltip-top") - return this - } - - public val bsTooltipAuto: BootstrapClasses - get() { - classes("bs-tooltip-auto") - return this - } - - public val bsTooltipEnd: BootstrapClasses - get() { - classes("bs-tooltip-end") - return this - } - - public val bsTooltipBottom: BootstrapClasses - get() { - classes("bs-tooltip-bottom") - return this - } - - public val bsTooltipStart: BootstrapClasses - get() { - classes("bs-tooltip-start") - return this - } - - public val tooltipInner: BootstrapClasses - get() { - classes("tooltip-inner") - return this - } - - public val popover: BootstrapClasses - get() { - classes("popover") - return this - } - - public val popoverArrow: BootstrapClasses - get() { - classes("popover-arrow") - return this - } - - public val bsPopoverTop: BootstrapClasses - get() { - classes("bs-popover-top") - return this - } - - public val bsPopoverAuto: BootstrapClasses - get() { - classes("bs-popover-auto") - return this - } - - public val bsPopoverEnd: BootstrapClasses - get() { - classes("bs-popover-end") - return this - } - - public val bsPopoverBottom: BootstrapClasses - get() { - classes("bs-popover-bottom") - return this - } - - public val popoverHeader: BootstrapClasses - get() { - classes("popover-header") - return this - } - - public val bsPopoverStart: BootstrapClasses - get() { - classes("bs-popover-start") - return this - } - - public val popoverBody: BootstrapClasses - get() { - classes("popover-body") - return this - } - - public val carousel: BootstrapClasses - get() { - classes("carousel") - return this - } - - public val carouselInner: BootstrapClasses - get() { - classes("carousel-inner") - return this - } - - public val carouselItem: BootstrapClasses - get() { - classes("carousel-item") - return this - } - - public val carouselItemNext: BootstrapClasses - get() { - classes("carousel-item-next") - return this - } - - public val carouselItemPrev: BootstrapClasses - get() { - classes("carousel-item-prev") - return this - } - - public val carouselFade: BootstrapClasses - get() { - classes("carousel-fade") - return this - } - - public val carouselControlPrev: BootstrapClasses - get() { - classes("carousel-control-prev") - return this - } - - public val carouselControlNext: BootstrapClasses - get() { - classes("carousel-control-next") - return this - } - - public val carouselControlPrevIcon: BootstrapClasses - get() { - classes("carousel-control-prev-icon") - return this - } - - public val carouselControlNextIcon: BootstrapClasses - get() { - classes("carousel-control-next-icon") - return this - } - - public val carouselIndicators: BootstrapClasses - get() { - classes("carousel-indicators") - return this - } - - public val carouselCaption: BootstrapClasses - get() { - classes("carousel-caption") - return this - } - - public val carouselDark: BootstrapClasses - get() { - classes("carousel-dark") - return this - } - - public val spinnerGrow: BootstrapClasses - get() { - classes("spinner-grow") - return this - } - - public val spinnerBorder: BootstrapClasses - get() { - classes("spinner-border") - return this - } - - public val spinnerBorderSm: BootstrapClasses - get() { - classes("spinner-border-sm") - return this - } - - public val spinnerGrowSm: BootstrapClasses - get() { - classes("spinner-grow-sm") - return this - } - - public val offcanvasXxl: BootstrapClasses - get() { - classes("offcanvas-xxl") - return this - } - - public val offcanvasXl: BootstrapClasses - get() { - classes("offcanvas-xl") - return this - } - - public val offcanvasLg: BootstrapClasses - get() { - classes("offcanvas-lg") - return this - } - - public val offcanvasMd: BootstrapClasses - get() { - classes("offcanvas-md") - return this - } - - public val offcanvasSm: BootstrapClasses - get() { - classes("offcanvas-sm") - return this - } - - public val offcanvasBackdrop: BootstrapClasses - get() { - classes("offcanvas-backdrop") - return this - } - - public val offcanvasTitle: BootstrapClasses - get() { - classes("offcanvas-title") - return this - } - - public val placeholder: BootstrapClasses - get() { - classes("placeholder") - return this - } - - public val placeholderXs: BootstrapClasses - get() { - classes("placeholder-xs") - return this - } - - public val placeholderSm: BootstrapClasses - get() { - classes("placeholder-sm") - return this - } - - public val placeholderLg: BootstrapClasses - get() { - classes("placeholder-lg") - return this - } - - public val placeholderGlow: BootstrapClasses - get() { - classes("placeholder-glow") - return this - } - - public val placeholderWave: BootstrapClasses - get() { - classes("placeholder-wave") - return this - } - - public val clearfix: BootstrapClasses - get() { - classes("clearfix") - return this - } - - public val textBgPrimary: BootstrapClasses - get() { - classes("text-bg-primary") - return this - } - - public val textBgSecondary: BootstrapClasses - get() { - classes("text-bg-secondary") - return this - } - - public val textBgSuccess: BootstrapClasses - get() { - classes("text-bg-success") - return this - } - - public val textBgInfo: BootstrapClasses - get() { - classes("text-bg-info") - return this - } - - public val textBgWarning: BootstrapClasses - get() { - classes("text-bg-warning") - return this - } - - public val textBgDanger: BootstrapClasses - get() { - classes("text-bg-danger") - return this - } - - public val textBgLight: BootstrapClasses - get() { - classes("text-bg-light") - return this - } - - public val textBgDark: BootstrapClasses - get() { - classes("text-bg-dark") - return this - } - - public val linkPrimary: BootstrapClasses - get() { - classes("link-primary") - return this - } - - public val linkSecondary: BootstrapClasses - get() { - classes("link-secondary") - return this - } - - public val linkSuccess: BootstrapClasses - get() { - classes("link-success") - return this - } - - public val linkInfo: BootstrapClasses - get() { - classes("link-info") - return this - } - - public val linkWarning: BootstrapClasses - get() { - classes("link-warning") - return this - } - - public val linkDanger: BootstrapClasses - get() { - classes("link-danger") - return this - } - - public val linkLight: BootstrapClasses - get() { - classes("link-light") - return this - } - - public val linkDark: BootstrapClasses - get() { - classes("link-dark") - return this - } - - public val linkBodyEmphasis: BootstrapClasses - get() { - classes("link-body-emphasis") - return this - } - - public val focusRing: BootstrapClasses - get() { - classes("focus-ring") - return this - } - - public val iconLink: BootstrapClasses - get() { - classes("icon-link") - return this - } - - public val bi: BootstrapClasses - get() { - classes("bi") - return this - } - - public val iconLinkHover: BootstrapClasses - get() { - classes("icon-link-hover") - return this - } - - public val ratio: BootstrapClasses - get() { - classes("ratio") - return this - } - - public val ratio1x1: BootstrapClasses - get() { - classes("ratio-1x1") - return this - } - - public val ratio4x3: BootstrapClasses - get() { - classes("ratio-4x3") - return this - } - - public val ratio16x9: BootstrapClasses - get() { - classes("ratio-16x9") - return this - } - - public val ratio21x9: BootstrapClasses - get() { - classes("ratio-21x9") - return this - } - - public val fixedTop: BootstrapClasses - get() { - classes("fixed-top") - return this - } - - public val fixedBottom: BootstrapClasses - get() { - classes("fixed-bottom") - return this - } - - public val stickyTop: BootstrapClasses - get() { - classes("sticky-top") - return this - } - - public val stickyBottom: BootstrapClasses - get() { - classes("sticky-bottom") - return this - } - - public val stickySmTop: BootstrapClasses - get() { - classes("sticky-sm-top") - return this - } - - public val stickySmBottom: BootstrapClasses - get() { - classes("sticky-sm-bottom") - return this - } - - public val stickyMdTop: BootstrapClasses - get() { - classes("sticky-md-top") - return this - } - - public val stickyMdBottom: BootstrapClasses - get() { - classes("sticky-md-bottom") - return this - } - - public val stickyLgTop: BootstrapClasses - get() { - classes("sticky-lg-top") - return this - } - - public val stickyLgBottom: BootstrapClasses - get() { - classes("sticky-lg-bottom") - return this - } - - public val stickyXlTop: BootstrapClasses - get() { - classes("sticky-xl-top") - return this - } - - public val stickyXlBottom: BootstrapClasses - get() { - classes("sticky-xl-bottom") - return this - } - - public val stickyXxlTop: BootstrapClasses - get() { - classes("sticky-xxl-top") - return this - } - - public val stickyXxlBottom: BootstrapClasses - get() { - classes("sticky-xxl-bottom") - return this - } - - public val hstack: BootstrapClasses - get() { - classes("hstack") - return this - } - - public val vstack: BootstrapClasses - get() { - classes("vstack") - return this - } - - public val visuallyHidden: BootstrapClasses - get() { - classes("visually-hidden") - return this - } - - public val visuallyHiddenFocusable: BootstrapClasses - get() { - classes("visually-hidden-focusable") - return this - } - - public val stretchedLink: BootstrapClasses - get() { - classes("stretched-link") - return this - } - - public val textTruncate: BootstrapClasses - get() { - classes("text-truncate") - return this - } - - public val vr: BootstrapClasses - get() { - classes("vr") - return this - } - - public val alignBaseline: BootstrapClasses - get() { - classes("align-baseline") - return this - } - - public val alignTop: BootstrapClasses - get() { - classes("align-top") - return this - } - - public val alignMiddle: BootstrapClasses - get() { - classes("align-middle") - return this - } - - public val alignBottom: BootstrapClasses - get() { - classes("align-bottom") - return this - } - - public val alignTextBottom: BootstrapClasses - get() { - classes("align-text-bottom") - return this - } - - public val alignTextTop: BootstrapClasses - get() { - classes("align-text-top") - return this - } - - public val floatStart: BootstrapClasses - get() { - classes("float-start") - return this - } - - public val floatEnd: BootstrapClasses - get() { - classes("float-end") - return this - } - - public val floatNone: BootstrapClasses - get() { - classes("float-none") - return this - } - - public val objectFitContain: BootstrapClasses - get() { - classes("object-fit-contain") - return this - } - - public val objectFitCover: BootstrapClasses - get() { - classes("object-fit-cover") - return this - } - - public val objectFitFill: BootstrapClasses - get() { - classes("object-fit-fill") - return this - } - - public val objectFitScale: BootstrapClasses - get() { - classes("object-fit-scale") - return this - } - - public val objectFitNone: BootstrapClasses - get() { - classes("object-fit-none") - return this - } - - public val opacity0: BootstrapClasses - get() { - classes("opacity-0") - return this - } - - public val opacity25: BootstrapClasses - get() { - classes("opacity-25") - return this - } - - public val opacity50: BootstrapClasses - get() { - classes("opacity-50") - return this - } - - public val opacity75: BootstrapClasses - get() { - classes("opacity-75") - return this - } - - public val opacity100: BootstrapClasses - get() { - classes("opacity-100") - return this - } - - public val overflowAuto: BootstrapClasses - get() { - classes("overflow-auto") - return this - } - - public val overflowHidden: BootstrapClasses - get() { - classes("overflow-hidden") - return this - } - - public val overflowVisible: BootstrapClasses - get() { - classes("overflow-visible") - return this - } - - public val overflowScroll: BootstrapClasses - get() { - classes("overflow-scroll") - return this - } - - public val overflowXAuto: BootstrapClasses - get() { - classes("overflow-x-auto") - return this - } - - public val overflowXHidden: BootstrapClasses - get() { - classes("overflow-x-hidden") - return this - } - - public val overflowXVisible: BootstrapClasses - get() { - classes("overflow-x-visible") - return this - } - - public val overflowXScroll: BootstrapClasses - get() { - classes("overflow-x-scroll") - return this - } - - public val overflowYAuto: BootstrapClasses - get() { - classes("overflow-y-auto") - return this - } - - public val overflowYHidden: BootstrapClasses - get() { - classes("overflow-y-hidden") - return this - } - - public val overflowYVisible: BootstrapClasses - get() { - classes("overflow-y-visible") - return this - } - - public val overflowYScroll: BootstrapClasses - get() { - classes("overflow-y-scroll") - return this - } - - public val dInline: BootstrapClasses - get() { - classes("d-inline") - return this - } - - public val dInlineBlock: BootstrapClasses - get() { - classes("d-inline-block") - return this - } - - public val dBlock: BootstrapClasses - get() { - classes("d-block") - return this - } - - public val dGrid: BootstrapClasses - get() { - classes("d-grid") - return this - } - - public val dInlineGrid: BootstrapClasses - get() { - classes("d-inline-grid") - return this - } - - public val dTable: BootstrapClasses - get() { - classes("d-table") - return this - } - - public val dTableRow: BootstrapClasses - get() { - classes("d-table-row") - return this - } - - public val dTableCell: BootstrapClasses - get() { - classes("d-table-cell") - return this - } - - public val dFlex: BootstrapClasses - get() { - classes("d-flex") - return this - } - - public val dInlineFlex: BootstrapClasses - get() { - classes("d-inline-flex") - return this - } - - public val dNone: BootstrapClasses - get() { - classes("d-none") - return this - } - - public val shadow: BootstrapClasses - get() { - classes("shadow") - return this - } - - public val shadowSm: BootstrapClasses - get() { - classes("shadow-sm") - return this - } - - public val shadowLg: BootstrapClasses - get() { - classes("shadow-lg") - return this - } - - public val shadowNone: BootstrapClasses - get() { - classes("shadow-none") - return this - } - - public val focusRingPrimary: BootstrapClasses - get() { - classes("focus-ring-primary") - return this - } - - public val focusRingSecondary: BootstrapClasses - get() { - classes("focus-ring-secondary") - return this - } - - public val focusRingSuccess: BootstrapClasses - get() { - classes("focus-ring-success") - return this - } - - public val focusRingInfo: BootstrapClasses - get() { - classes("focus-ring-info") - return this - } - - public val focusRingWarning: BootstrapClasses - get() { - classes("focus-ring-warning") - return this - } - - public val focusRingDanger: BootstrapClasses - get() { - classes("focus-ring-danger") - return this - } - - public val focusRingLight: BootstrapClasses - get() { - classes("focus-ring-light") - return this - } - - public val focusRingDark: BootstrapClasses - get() { - classes("focus-ring-dark") - return this - } - - public val positionStatic: BootstrapClasses - get() { - classes("position-static") - return this - } - - public val positionRelative: BootstrapClasses - get() { - classes("position-relative") - return this - } - - public val positionAbsolute: BootstrapClasses - get() { - classes("position-absolute") - return this - } - - public val positionFixed: BootstrapClasses - get() { - classes("position-fixed") - return this - } - - public val positionSticky: BootstrapClasses - get() { - classes("position-sticky") - return this - } - - public val top0: BootstrapClasses - get() { - classes("top-0") - return this - } - - public val top50: BootstrapClasses - get() { - classes("top-50") - return this - } - - public val top100: BootstrapClasses - get() { - classes("top-100") - return this - } - - public val bottom0: BootstrapClasses - get() { - classes("bottom-0") - return this - } - - public val bottom50: BootstrapClasses - get() { - classes("bottom-50") - return this - } - - public val bottom100: BootstrapClasses - get() { - classes("bottom-100") - return this - } - - public val start0: BootstrapClasses - get() { - classes("start-0") - return this - } - - public val start50: BootstrapClasses - get() { - classes("start-50") - return this - } - - public val start100: BootstrapClasses - get() { - classes("start-100") - return this - } - - public val end0: BootstrapClasses - get() { - classes("end-0") - return this - } - - public val end50: BootstrapClasses - get() { - classes("end-50") - return this - } - - public val end100: BootstrapClasses - get() { - classes("end-100") - return this - } - - public val translateMiddle: BootstrapClasses - get() { - classes("translate-middle") - return this - } - - public val translateMiddleX: BootstrapClasses - get() { - classes("translate-middle-x") - return this - } - - public val translateMiddleY: BootstrapClasses - get() { - classes("translate-middle-y") - return this - } - - public val border: BootstrapClasses - get() { - classes("border") - return this - } - - public val border0: BootstrapClasses - get() { - classes("border-0") - return this - } - - public val borderTop: BootstrapClasses - get() { - classes("border-top") - return this - } - - public val borderTop0: BootstrapClasses - get() { - classes("border-top-0") - return this - } - - public val borderEnd: BootstrapClasses - get() { - classes("border-end") - return this - } - - public val borderEnd0: BootstrapClasses - get() { - classes("border-end-0") - return this - } - - public val borderBottom: BootstrapClasses - get() { - classes("border-bottom") - return this - } - - public val borderBottom0: BootstrapClasses - get() { - classes("border-bottom-0") - return this - } - - public val borderStart: BootstrapClasses - get() { - classes("border-start") - return this - } - - public val borderStart0: BootstrapClasses - get() { - classes("border-start-0") - return this - } - - public val borderPrimary: BootstrapClasses - get() { - classes("border-primary") - return this - } - - public val borderSecondary: BootstrapClasses - get() { - classes("border-secondary") - return this - } - - public val borderSuccess: BootstrapClasses - get() { - classes("border-success") - return this - } - - public val borderInfo: BootstrapClasses - get() { - classes("border-info") - return this - } - - public val borderWarning: BootstrapClasses - get() { - classes("border-warning") - return this - } - - public val borderDanger: BootstrapClasses - get() { - classes("border-danger") - return this - } - - public val borderLight: BootstrapClasses - get() { - classes("border-light") - return this - } - - public val borderDark: BootstrapClasses - get() { - classes("border-dark") - return this - } - - public val borderBlack: BootstrapClasses - get() { - classes("border-black") - return this - } - - public val borderWhite: BootstrapClasses - get() { - classes("border-white") - return this - } - - public val borderPrimarySubtle: BootstrapClasses - get() { - classes("border-primary-subtle") - return this - } - - public val borderSecondarySubtle: BootstrapClasses - get() { - classes("border-secondary-subtle") - return this - } - - public val borderSuccessSubtle: BootstrapClasses - get() { - classes("border-success-subtle") - return this - } - - public val borderInfoSubtle: BootstrapClasses - get() { - classes("border-info-subtle") - return this - } - - public val borderWarningSubtle: BootstrapClasses - get() { - classes("border-warning-subtle") - return this - } - - public val borderDangerSubtle: BootstrapClasses - get() { - classes("border-danger-subtle") - return this - } - - public val borderLightSubtle: BootstrapClasses - get() { - classes("border-light-subtle") - return this - } - - public val borderDarkSubtle: BootstrapClasses - get() { - classes("border-dark-subtle") - return this - } - - public val border1: BootstrapClasses - get() { - classes("border-1") - return this - } - - public val border2: BootstrapClasses - get() { - classes("border-2") - return this - } - - public val border3: BootstrapClasses - get() { - classes("border-3") - return this - } - - public val border4: BootstrapClasses - get() { - classes("border-4") - return this - } - - public val border5: BootstrapClasses - get() { - classes("border-5") - return this - } - - public val borderOpacity10: BootstrapClasses - get() { - classes("border-opacity-10") - return this - } - - public val borderOpacity25: BootstrapClasses - get() { - classes("border-opacity-25") - return this - } - - public val borderOpacity50: BootstrapClasses - get() { - classes("border-opacity-50") - return this - } - - public val borderOpacity75: BootstrapClasses - get() { - classes("border-opacity-75") - return this - } - - public val borderOpacity100: BootstrapClasses - get() { - classes("border-opacity-100") - return this - } - - public val w25: BootstrapClasses - get() { - classes("w-25") - return this - } - - public val w50: BootstrapClasses - get() { - classes("w-50") - return this - } - - public val w75: BootstrapClasses - get() { - classes("w-75") - return this - } - - public val w100: BootstrapClasses - get() { - classes("w-100") - return this - } - - public val wAuto: BootstrapClasses - get() { - classes("w-auto") - return this - } - - public val mw100: BootstrapClasses - get() { - classes("mw-100") - return this - } - - public val vw100: BootstrapClasses - get() { - classes("vw-100") - return this - } - - public val minVw100: BootstrapClasses - get() { - classes("min-vw-100") - return this - } - - public val h25: BootstrapClasses - get() { - classes("h-25") - return this - } - - public val h50: BootstrapClasses - get() { - classes("h-50") - return this - } - - public val h75: BootstrapClasses - get() { - classes("h-75") - return this - } - - public val h100: BootstrapClasses - get() { - classes("h-100") - return this - } - - public val hAuto: BootstrapClasses - get() { - classes("h-auto") - return this - } - - public val mh100: BootstrapClasses - get() { - classes("mh-100") - return this - } - - public val vh100: BootstrapClasses - get() { - classes("vh-100") - return this - } - - public val minVh100: BootstrapClasses - get() { - classes("min-vh-100") - return this - } - - public val flexFill: BootstrapClasses - get() { - classes("flex-fill") - return this - } - - public val flexRow: BootstrapClasses - get() { - classes("flex-row") - return this - } - - public val flexColumn: BootstrapClasses - get() { - classes("flex-column") - return this - } - - public val flexRowReverse: BootstrapClasses - get() { - classes("flex-row-reverse") - return this - } - - public val flexColumnReverse: BootstrapClasses - get() { - classes("flex-column-reverse") - return this - } - - public val flexGrow0: BootstrapClasses - get() { - classes("flex-grow-0") - return this - } - - public val flexGrow1: BootstrapClasses - get() { - classes("flex-grow-1") - return this - } - - public val flexShrink0: BootstrapClasses - get() { - classes("flex-shrink-0") - return this - } - - public val flexShrink1: BootstrapClasses - get() { - classes("flex-shrink-1") - return this - } - - public val flexWrap: BootstrapClasses - get() { - classes("flex-wrap") - return this - } - - public val flexNowrap: BootstrapClasses - get() { - classes("flex-nowrap") - return this - } - - public val flexWrapReverse: BootstrapClasses - get() { - classes("flex-wrap-reverse") - return this - } - - public val justifyContentStart: BootstrapClasses - get() { - classes("justify-content-start") - return this - } - - public val justifyContentEnd: BootstrapClasses - get() { - classes("justify-content-end") - return this - } - - public val justifyContentCenter: BootstrapClasses - get() { - classes("justify-content-center") - return this - } - - public val justifyContentBetween: BootstrapClasses - get() { - classes("justify-content-between") - return this - } - - public val justifyContentAround: BootstrapClasses - get() { - classes("justify-content-around") - return this - } - - public val justifyContentEvenly: BootstrapClasses - get() { - classes("justify-content-evenly") - return this - } - - public val alignItemsStart: BootstrapClasses - get() { - classes("align-items-start") - return this - } - - public val alignItemsEnd: BootstrapClasses - get() { - classes("align-items-end") - return this - } - - public val alignItemsCenter: BootstrapClasses - get() { - classes("align-items-center") - return this - } - - public val alignItemsBaseline: BootstrapClasses - get() { - classes("align-items-baseline") - return this - } - - public val alignItemsStretch: BootstrapClasses - get() { - classes("align-items-stretch") - return this - } - - public val alignContentStart: BootstrapClasses - get() { - classes("align-content-start") - return this - } - - public val alignContentEnd: BootstrapClasses - get() { - classes("align-content-end") - return this - } - - public val alignContentCenter: BootstrapClasses - get() { - classes("align-content-center") - return this - } - - public val alignContentBetween: BootstrapClasses - get() { - classes("align-content-between") - return this - } - - public val alignContentAround: BootstrapClasses - get() { - classes("align-content-around") - return this - } - - public val alignContentStretch: BootstrapClasses - get() { - classes("align-content-stretch") - return this - } - - public val alignSelfAuto: BootstrapClasses - get() { - classes("align-self-auto") - return this - } - - public val alignSelfStart: BootstrapClasses - get() { - classes("align-self-start") - return this - } - - public val alignSelfEnd: BootstrapClasses - get() { - classes("align-self-end") - return this - } - - public val alignSelfCenter: BootstrapClasses - get() { - classes("align-self-center") - return this - } - - public val alignSelfBaseline: BootstrapClasses - get() { - classes("align-self-baseline") - return this - } - - public val alignSelfStretch: BootstrapClasses - get() { - classes("align-self-stretch") - return this - } - - public val orderFirst: BootstrapClasses - get() { - classes("order-first") - return this - } - - public val order0: BootstrapClasses - get() { - classes("order-0") - return this - } - - public val order1: BootstrapClasses - get() { - classes("order-1") - return this - } - - public val order2: BootstrapClasses - get() { - classes("order-2") - return this - } - - public val order3: BootstrapClasses - get() { - classes("order-3") - return this - } - - public val order4: BootstrapClasses - get() { - classes("order-4") - return this - } - - public val order5: BootstrapClasses - get() { - classes("order-5") - return this - } - - public val orderLast: BootstrapClasses - get() { - classes("order-last") - return this - } - - public val m0: BootstrapClasses - get() { - classes("m-0") - return this - } - - public val m1: BootstrapClasses - get() { - classes("m-1") - return this - } - - public val m2: BootstrapClasses - get() { - classes("m-2") - return this - } - - public val m3: BootstrapClasses - get() { - classes("m-3") - return this - } - - public val m4: BootstrapClasses - get() { - classes("m-4") - return this - } - - public val m5: BootstrapClasses - get() { - classes("m-5") - return this - } - - public val mAuto: BootstrapClasses - get() { - classes("m-auto") - return this - } - - public val mx0: BootstrapClasses - get() { - classes("mx-0") - return this - } - - public val mx1: BootstrapClasses - get() { - classes("mx-1") - return this - } - - public val mx2: BootstrapClasses - get() { - classes("mx-2") - return this - } - - public val mx3: BootstrapClasses - get() { - classes("mx-3") - return this - } - - public val mx4: BootstrapClasses - get() { - classes("mx-4") - return this - } - - public val mx5: BootstrapClasses - get() { - classes("mx-5") - return this - } - - public val mxAuto: BootstrapClasses - get() { - classes("mx-auto") - return this - } - - public val my0: BootstrapClasses - get() { - classes("my-0") - return this - } - - public val my1: BootstrapClasses - get() { - classes("my-1") - return this - } - - public val my2: BootstrapClasses - get() { - classes("my-2") - return this - } - - public val my3: BootstrapClasses - get() { - classes("my-3") - return this - } - - public val my4: BootstrapClasses - get() { - classes("my-4") - return this - } - - public val my5: BootstrapClasses - get() { - classes("my-5") - return this - } - - public val myAuto: BootstrapClasses - get() { - classes("my-auto") - return this - } - - public val mt0: BootstrapClasses - get() { - classes("mt-0") - return this - } - - public val mt1: BootstrapClasses - get() { - classes("mt-1") - return this - } - - public val mt2: BootstrapClasses - get() { - classes("mt-2") - return this - } - - public val mt3: BootstrapClasses - get() { - classes("mt-3") - return this - } - - public val mt4: BootstrapClasses - get() { - classes("mt-4") - return this - } - - public val mt5: BootstrapClasses - get() { - classes("mt-5") - return this - } - - public val mtAuto: BootstrapClasses - get() { - classes("mt-auto") - return this - } - - public val me0: BootstrapClasses - get() { - classes("me-0") - return this - } - - public val me1: BootstrapClasses - get() { - classes("me-1") - return this - } - - public val me2: BootstrapClasses - get() { - classes("me-2") - return this - } - - public val me3: BootstrapClasses - get() { - classes("me-3") - return this - } - - public val me4: BootstrapClasses - get() { - classes("me-4") - return this - } - - public val me5: BootstrapClasses - get() { - classes("me-5") - return this - } - - public val meAuto: BootstrapClasses - get() { - classes("me-auto") - return this - } - - public val mb0: BootstrapClasses - get() { - classes("mb-0") - return this - } - - public val mb1: BootstrapClasses - get() { - classes("mb-1") - return this - } - - public val mb2: BootstrapClasses - get() { - classes("mb-2") - return this - } - - public val mb3: BootstrapClasses - get() { - classes("mb-3") - return this - } - - public val mb4: BootstrapClasses - get() { - classes("mb-4") - return this - } - - public val mb5: BootstrapClasses - get() { - classes("mb-5") - return this - } - - public val mbAuto: BootstrapClasses - get() { - classes("mb-auto") - return this - } - - public val ms0: BootstrapClasses - get() { - classes("ms-0") - return this - } - - public val ms1: BootstrapClasses - get() { - classes("ms-1") - return this - } - - public val ms2: BootstrapClasses - get() { - classes("ms-2") - return this - } - - public val ms3: BootstrapClasses - get() { - classes("ms-3") - return this - } - - public val ms4: BootstrapClasses - get() { - classes("ms-4") - return this - } - - public val ms5: BootstrapClasses - get() { - classes("ms-5") - return this - } - - public val msAuto: BootstrapClasses - get() { - classes("ms-auto") - return this - } - - public val p0: BootstrapClasses - get() { - classes("p-0") - return this - } - - public val p1: BootstrapClasses - get() { - classes("p-1") - return this - } - - public val p2: BootstrapClasses - get() { - classes("p-2") - return this - } - - public val p3: BootstrapClasses - get() { - classes("p-3") - return this - } - - public val p4: BootstrapClasses - get() { - classes("p-4") - return this - } - - public val p5: BootstrapClasses - get() { - classes("p-5") - return this - } - - public val px0: BootstrapClasses - get() { - classes("px-0") - return this - } - - public val px1: BootstrapClasses - get() { - classes("px-1") - return this - } - - public val px2: BootstrapClasses - get() { - classes("px-2") - return this - } - - public val px3: BootstrapClasses - get() { - classes("px-3") - return this - } - - public val px4: BootstrapClasses - get() { - classes("px-4") - return this - } - - public val px5: BootstrapClasses - get() { - classes("px-5") - return this - } - - public val py0: BootstrapClasses - get() { - classes("py-0") - return this - } - - public val py1: BootstrapClasses - get() { - classes("py-1") - return this - } - - public val py2: BootstrapClasses - get() { - classes("py-2") - return this - } - - public val py3: BootstrapClasses - get() { - classes("py-3") - return this - } - - public val py4: BootstrapClasses - get() { - classes("py-4") - return this - } - - public val py5: BootstrapClasses - get() { - classes("py-5") - return this - } - - public val pt0: BootstrapClasses - get() { - classes("pt-0") - return this - } - - public val pt1: BootstrapClasses - get() { - classes("pt-1") - return this - } - - public val pt2: BootstrapClasses - get() { - classes("pt-2") - return this - } - - public val pt3: BootstrapClasses - get() { - classes("pt-3") - return this - } - - public val pt4: BootstrapClasses - get() { - classes("pt-4") - return this - } - - public val pt5: BootstrapClasses - get() { - classes("pt-5") - return this - } - - public val pe0: BootstrapClasses - get() { - classes("pe-0") - return this - } - - public val pe1: BootstrapClasses - get() { - classes("pe-1") - return this - } - - public val pe2: BootstrapClasses - get() { - classes("pe-2") - return this - } - - public val pe3: BootstrapClasses - get() { - classes("pe-3") - return this - } - - public val pe4: BootstrapClasses - get() { - classes("pe-4") - return this - } - - public val pe5: BootstrapClasses - get() { - classes("pe-5") - return this - } - - public val pb0: BootstrapClasses - get() { - classes("pb-0") - return this - } - - public val pb1: BootstrapClasses - get() { - classes("pb-1") - return this - } - - public val pb2: BootstrapClasses - get() { - classes("pb-2") - return this - } - - public val pb3: BootstrapClasses - get() { - classes("pb-3") - return this - } - - public val pb4: BootstrapClasses - get() { - classes("pb-4") - return this - } - - public val pb5: BootstrapClasses - get() { - classes("pb-5") - return this - } - - public val ps0: BootstrapClasses - get() { - classes("ps-0") - return this - } - - public val ps1: BootstrapClasses - get() { - classes("ps-1") - return this - } - - public val ps2: BootstrapClasses - get() { - classes("ps-2") - return this - } - - public val ps3: BootstrapClasses - get() { - classes("ps-3") - return this - } - - public val ps4: BootstrapClasses - get() { - classes("ps-4") - return this - } - - public val ps5: BootstrapClasses - get() { - classes("ps-5") - return this - } - - public val gap0: BootstrapClasses - get() { - classes("gap-0") - return this - } - - public val gap1: BootstrapClasses - get() { - classes("gap-1") - return this - } - - public val gap2: BootstrapClasses - get() { - classes("gap-2") - return this - } - - public val gap3: BootstrapClasses - get() { - classes("gap-3") - return this - } - - public val gap4: BootstrapClasses - get() { - classes("gap-4") - return this - } - - public val gap5: BootstrapClasses - get() { - classes("gap-5") - return this - } - - public val rowGap0: BootstrapClasses - get() { - classes("row-gap-0") - return this - } - - public val rowGap1: BootstrapClasses - get() { - classes("row-gap-1") - return this - } - - public val rowGap2: BootstrapClasses - get() { - classes("row-gap-2") - return this - } - - public val rowGap3: BootstrapClasses - get() { - classes("row-gap-3") - return this - } - - public val rowGap4: BootstrapClasses - get() { - classes("row-gap-4") - return this - } - - public val rowGap5: BootstrapClasses - get() { - classes("row-gap-5") - return this - } - - public val columnGap0: BootstrapClasses - get() { - classes("column-gap-0") - return this - } - - public val columnGap1: BootstrapClasses - get() { - classes("column-gap-1") - return this - } - - public val columnGap2: BootstrapClasses - get() { - classes("column-gap-2") - return this - } - - public val columnGap3: BootstrapClasses - get() { - classes("column-gap-3") - return this - } - - public val columnGap4: BootstrapClasses - get() { - classes("column-gap-4") - return this - } - - public val columnGap5: BootstrapClasses - get() { - classes("column-gap-5") - return this - } - - public val fontMonospace: BootstrapClasses - get() { - classes("font-monospace") - return this - } - - public val fs1: BootstrapClasses - get() { - classes("fs-1") - return this - } - - public val fs2: BootstrapClasses - get() { - classes("fs-2") - return this - } - - public val fs3: BootstrapClasses - get() { - classes("fs-3") - return this - } - - public val fs4: BootstrapClasses - get() { - classes("fs-4") - return this - } - - public val fs5: BootstrapClasses - get() { - classes("fs-5") - return this - } - - public val fs6: BootstrapClasses - get() { - classes("fs-6") - return this - } - - public val fstItalic: BootstrapClasses - get() { - classes("fst-italic") - return this - } - - public val fstNormal: BootstrapClasses - get() { - classes("fst-normal") - return this - } - - public val fwLighter: BootstrapClasses - get() { - classes("fw-lighter") - return this - } - - public val fwLight: BootstrapClasses - get() { - classes("fw-light") - return this - } - - public val fwNormal: BootstrapClasses - get() { - classes("fw-normal") - return this - } - - public val fwMedium: BootstrapClasses - get() { - classes("fw-medium") - return this - } - - public val fwSemibold: BootstrapClasses - get() { - classes("fw-semibold") - return this - } - - public val fwBold: BootstrapClasses - get() { - classes("fw-bold") - return this - } - - public val fwBolder: BootstrapClasses - get() { - classes("fw-bolder") - return this - } - - public val lh1: BootstrapClasses - get() { - classes("lh-1") - return this - } - - public val lhSm: BootstrapClasses - get() { - classes("lh-sm") - return this - } - - public val lhBase: BootstrapClasses - get() { - classes("lh-base") - return this - } - - public val lhLg: BootstrapClasses - get() { - classes("lh-lg") - return this - } - - public val textStart: BootstrapClasses - get() { - classes("text-start") - return this - } - - public val textEnd: BootstrapClasses - get() { - classes("text-end") - return this - } - - public val textCenter: BootstrapClasses - get() { - classes("text-center") - return this - } - - public val textDecorationNone: BootstrapClasses - get() { - classes("text-decoration-none") - return this - } - - public val textDecorationUnderline: BootstrapClasses - get() { - classes("text-decoration-underline") - return this - } - - public val textDecorationLineThrough: BootstrapClasses - get() { - classes("text-decoration-line-through") - return this - } - - public val textLowercase: BootstrapClasses - get() { - classes("text-lowercase") - return this - } - - public val textUppercase: BootstrapClasses - get() { - classes("text-uppercase") - return this - } - - public val textCapitalize: BootstrapClasses - get() { - classes("text-capitalize") - return this - } - - public val textWrap: BootstrapClasses - get() { - classes("text-wrap") - return this - } - - public val textNowrap: BootstrapClasses - get() { - classes("text-nowrap") - return this - } - - public val textBreak: BootstrapClasses - get() { - classes("text-break") - return this - } - - public val textPrimary: BootstrapClasses - get() { - classes("text-primary") - return this - } - - public val textSecondary: BootstrapClasses - get() { - classes("text-secondary") - return this - } - - public val textSuccess: BootstrapClasses - get() { - classes("text-success") - return this - } - - public val textInfo: BootstrapClasses - get() { - classes("text-info") - return this - } - - public val textWarning: BootstrapClasses - get() { - classes("text-warning") - return this - } - - public val textDanger: BootstrapClasses - get() { - classes("text-danger") - return this - } - - public val textLight: BootstrapClasses - get() { - classes("text-light") - return this - } - - public val textDark: BootstrapClasses - get() { - classes("text-dark") - return this - } - - public val textBlack: BootstrapClasses - get() { - classes("text-black") - return this - } - - public val textWhite: BootstrapClasses - get() { - classes("text-white") - return this - } - - public val textBody: BootstrapClasses - get() { - classes("text-body") - return this - } - - public val textMuted: BootstrapClasses - get() { - classes("text-muted") - return this - } - - public val textBlack50: BootstrapClasses - get() { - classes("text-black-50") - return this - } - - public val textWhite50: BootstrapClasses - get() { - classes("text-white-50") - return this - } - - public val textBodySecondary: BootstrapClasses - get() { - classes("text-body-secondary") - return this - } - - public val textBodyTertiary: BootstrapClasses - get() { - classes("text-body-tertiary") - return this - } - - public val textBodyEmphasis: BootstrapClasses - get() { - classes("text-body-emphasis") - return this - } - - public val textReset: BootstrapClasses - get() { - classes("text-reset") - return this - } - - public val textOpacity25: BootstrapClasses - get() { - classes("text-opacity-25") - return this - } - - public val textOpacity50: BootstrapClasses - get() { - classes("text-opacity-50") - return this - } - - public val textOpacity75: BootstrapClasses - get() { - classes("text-opacity-75") - return this - } - - public val textOpacity100: BootstrapClasses - get() { - classes("text-opacity-100") - return this - } - - public val textPrimaryEmphasis: BootstrapClasses - get() { - classes("text-primary-emphasis") - return this - } - - public val textSecondaryEmphasis: BootstrapClasses - get() { - classes("text-secondary-emphasis") - return this - } - - public val textSuccessEmphasis: BootstrapClasses - get() { - classes("text-success-emphasis") - return this - } - - public val textInfoEmphasis: BootstrapClasses - get() { - classes("text-info-emphasis") - return this - } - - public val textWarningEmphasis: BootstrapClasses - get() { - classes("text-warning-emphasis") - return this - } - - public val textDangerEmphasis: BootstrapClasses - get() { - classes("text-danger-emphasis") - return this - } - - public val textLightEmphasis: BootstrapClasses - get() { - classes("text-light-emphasis") - return this - } - - public val textDarkEmphasis: BootstrapClasses - get() { - classes("text-dark-emphasis") - return this - } - - public val linkOpacity10: BootstrapClasses - get() { - classes("link-opacity-10") - return this - } - - public val linkOpacity10Hover: BootstrapClasses - get() { - classes("link-opacity-10-hover") - return this - } - - public val linkOpacity25: BootstrapClasses - get() { - classes("link-opacity-25") - return this - } - - public val linkOpacity25Hover: BootstrapClasses - get() { - classes("link-opacity-25-hover") - return this - } - - public val linkOpacity50: BootstrapClasses - get() { - classes("link-opacity-50") - return this - } - - public val linkOpacity50Hover: BootstrapClasses - get() { - classes("link-opacity-50-hover") - return this - } - - public val linkOpacity75: BootstrapClasses - get() { - classes("link-opacity-75") - return this - } - - public val linkOpacity75Hover: BootstrapClasses - get() { - classes("link-opacity-75-hover") - return this - } - - public val linkOpacity100: BootstrapClasses - get() { - classes("link-opacity-100") - return this - } - - public val linkOpacity100Hover: BootstrapClasses - get() { - classes("link-opacity-100-hover") - return this - } - - public val linkOffset1: BootstrapClasses - get() { - classes("link-offset-1") - return this - } - - public val linkOffset1Hover: BootstrapClasses - get() { - classes("link-offset-1-hover") - return this - } - - public val linkOffset2: BootstrapClasses - get() { - classes("link-offset-2") - return this - } - - public val linkOffset2Hover: BootstrapClasses - get() { - classes("link-offset-2-hover") - return this - } - - public val linkOffset3: BootstrapClasses - get() { - classes("link-offset-3") - return this - } - - public val linkOffset3Hover: BootstrapClasses - get() { - classes("link-offset-3-hover") - return this - } - - public val linkUnderlinePrimary: BootstrapClasses - get() { - classes("link-underline-primary") - return this - } - - public val linkUnderlineSecondary: BootstrapClasses - get() { - classes("link-underline-secondary") - return this - } - - public val linkUnderlineSuccess: BootstrapClasses - get() { - classes("link-underline-success") - return this - } - - public val linkUnderlineInfo: BootstrapClasses - get() { - classes("link-underline-info") - return this - } - - public val linkUnderlineWarning: BootstrapClasses - get() { - classes("link-underline-warning") - return this - } - - public val linkUnderlineDanger: BootstrapClasses - get() { - classes("link-underline-danger") - return this - } - - public val linkUnderlineLight: BootstrapClasses - get() { - classes("link-underline-light") - return this - } - - public val linkUnderlineDark: BootstrapClasses - get() { - classes("link-underline-dark") - return this - } - - public val linkUnderline: BootstrapClasses - get() { - classes("link-underline") - return this - } - - public val linkUnderlineOpacity0: BootstrapClasses - get() { - classes("link-underline-opacity-0") - return this - } - - public val linkUnderlineOpacity0Hover: BootstrapClasses - get() { - classes("link-underline-opacity-0-hover") - return this - } - - public val linkUnderlineOpacity10: BootstrapClasses - get() { - classes("link-underline-opacity-10") - return this - } - - public val linkUnderlineOpacity10Hover: BootstrapClasses - get() { - classes("link-underline-opacity-10-hover") - return this - } - - public val linkUnderlineOpacity25: BootstrapClasses - get() { - classes("link-underline-opacity-25") - return this - } - - public val linkUnderlineOpacity25Hover: BootstrapClasses - get() { - classes("link-underline-opacity-25-hover") - return this - } - - public val linkUnderlineOpacity50: BootstrapClasses - get() { - classes("link-underline-opacity-50") - return this - } - - public val linkUnderlineOpacity50Hover: BootstrapClasses - get() { - classes("link-underline-opacity-50-hover") - return this - } - - public val linkUnderlineOpacity75: BootstrapClasses - get() { - classes("link-underline-opacity-75") - return this - } - - public val linkUnderlineOpacity75Hover: BootstrapClasses - get() { - classes("link-underline-opacity-75-hover") - return this - } - - public val linkUnderlineOpacity100: BootstrapClasses - get() { - classes("link-underline-opacity-100") - return this - } - - public val linkUnderlineOpacity100Hover: BootstrapClasses - get() { - classes("link-underline-opacity-100-hover") - return this - } - - public val bgPrimary: BootstrapClasses - get() { - classes("bg-primary") - return this - } - - public val bgSecondary: BootstrapClasses - get() { - classes("bg-secondary") - return this - } - - public val bgSuccess: BootstrapClasses - get() { - classes("bg-success") - return this - } - - public val bgInfo: BootstrapClasses - get() { - classes("bg-info") - return this - } - - public val bgWarning: BootstrapClasses - get() { - classes("bg-warning") - return this - } - - public val bgDanger: BootstrapClasses - get() { - classes("bg-danger") - return this - } - - public val bgLight: BootstrapClasses - get() { - classes("bg-light") - return this - } - - public val bgDark: BootstrapClasses - get() { - classes("bg-dark") - return this - } - - public val bgBlack: BootstrapClasses - get() { - classes("bg-black") - return this - } - - public val bgWhite: BootstrapClasses - get() { - classes("bg-white") - return this - } - - public val bgBody: BootstrapClasses - get() { - classes("bg-body") - return this - } - - public val bgTransparent: BootstrapClasses - get() { - classes("bg-transparent") - return this - } - - public val bgBodySecondary: BootstrapClasses - get() { - classes("bg-body-secondary") - return this - } - - public val bgBodyTertiary: BootstrapClasses - get() { - classes("bg-body-tertiary") - return this - } - - public val bgOpacity10: BootstrapClasses - get() { - classes("bg-opacity-10") - return this - } - - public val bgOpacity25: BootstrapClasses - get() { - classes("bg-opacity-25") - return this - } - - public val bgOpacity50: BootstrapClasses - get() { - classes("bg-opacity-50") - return this - } - - public val bgOpacity75: BootstrapClasses - get() { - classes("bg-opacity-75") - return this - } - - public val bgOpacity100: BootstrapClasses - get() { - classes("bg-opacity-100") - return this - } - - public val bgPrimarySubtle: BootstrapClasses - get() { - classes("bg-primary-subtle") - return this - } - - public val bgSecondarySubtle: BootstrapClasses - get() { - classes("bg-secondary-subtle") - return this - } - - public val bgSuccessSubtle: BootstrapClasses - get() { - classes("bg-success-subtle") - return this - } - - public val bgInfoSubtle: BootstrapClasses - get() { - classes("bg-info-subtle") - return this - } - - public val bgWarningSubtle: BootstrapClasses - get() { - classes("bg-warning-subtle") - return this - } - - public val bgDangerSubtle: BootstrapClasses - get() { - classes("bg-danger-subtle") - return this - } - - public val bgLightSubtle: BootstrapClasses - get() { - classes("bg-light-subtle") - return this - } - - public val bgDarkSubtle: BootstrapClasses - get() { - classes("bg-dark-subtle") - return this - } - - public val bgGradient: BootstrapClasses - get() { - classes("bg-gradient") - return this - } - - public val userSelectAll: BootstrapClasses - get() { - classes("user-select-all") - return this - } - - public val userSelectAuto: BootstrapClasses - get() { - classes("user-select-auto") - return this - } - - public val userSelectNone: BootstrapClasses - get() { - classes("user-select-none") - return this - } - - public val peNone: BootstrapClasses - get() { - classes("pe-none") - return this - } - - public val peAuto: BootstrapClasses - get() { - classes("pe-auto") - return this - } - - public val rounded: BootstrapClasses - get() { - classes("rounded") - return this - } - - public val rounded0: BootstrapClasses - get() { - classes("rounded-0") - return this - } - - public val rounded1: BootstrapClasses - get() { - classes("rounded-1") - return this - } - - public val rounded2: BootstrapClasses - get() { - classes("rounded-2") - return this - } - - public val rounded3: BootstrapClasses - get() { - classes("rounded-3") - return this - } - - public val rounded4: BootstrapClasses - get() { - classes("rounded-4") - return this - } - - public val rounded5: BootstrapClasses - get() { - classes("rounded-5") - return this - } - - public val roundedCircle: BootstrapClasses - get() { - classes("rounded-circle") - return this - } - - public val roundedPill: BootstrapClasses - get() { - classes("rounded-pill") - return this - } - - public val roundedTop: BootstrapClasses - get() { - classes("rounded-top") - return this - } - - public val roundedTop0: BootstrapClasses - get() { - classes("rounded-top-0") - return this - } - - public val roundedTop1: BootstrapClasses - get() { - classes("rounded-top-1") - return this - } - - public val roundedTop2: BootstrapClasses - get() { - classes("rounded-top-2") - return this - } - - public val roundedTop3: BootstrapClasses - get() { - classes("rounded-top-3") - return this - } - - public val roundedTop4: BootstrapClasses - get() { - classes("rounded-top-4") - return this - } - - public val roundedTop5: BootstrapClasses - get() { - classes("rounded-top-5") - return this - } - - public val roundedTopCircle: BootstrapClasses - get() { - classes("rounded-top-circle") - return this - } - - public val roundedTopPill: BootstrapClasses - get() { - classes("rounded-top-pill") - return this - } - - public val roundedEnd: BootstrapClasses - get() { - classes("rounded-end") - return this - } - - public val roundedEnd0: BootstrapClasses - get() { - classes("rounded-end-0") - return this - } - - public val roundedEnd1: BootstrapClasses - get() { - classes("rounded-end-1") - return this - } - - public val roundedEnd2: BootstrapClasses - get() { - classes("rounded-end-2") - return this - } - - public val roundedEnd3: BootstrapClasses - get() { - classes("rounded-end-3") - return this - } - - public val roundedEnd4: BootstrapClasses - get() { - classes("rounded-end-4") - return this - } - - public val roundedEnd5: BootstrapClasses - get() { - classes("rounded-end-5") - return this - } - - public val roundedEndCircle: BootstrapClasses - get() { - classes("rounded-end-circle") - return this - } - - public val roundedEndPill: BootstrapClasses - get() { - classes("rounded-end-pill") - return this - } - - public val roundedBottom: BootstrapClasses - get() { - classes("rounded-bottom") - return this - } - - public val roundedBottom0: BootstrapClasses - get() { - classes("rounded-bottom-0") - return this - } - - public val roundedBottom1: BootstrapClasses - get() { - classes("rounded-bottom-1") - return this - } - - public val roundedBottom2: BootstrapClasses - get() { - classes("rounded-bottom-2") - return this - } - - public val roundedBottom3: BootstrapClasses - get() { - classes("rounded-bottom-3") - return this - } - - public val roundedBottom4: BootstrapClasses - get() { - classes("rounded-bottom-4") - return this - } - - public val roundedBottom5: BootstrapClasses - get() { - classes("rounded-bottom-5") - return this - } - - public val roundedBottomCircle: BootstrapClasses - get() { - classes("rounded-bottom-circle") - return this - } - - public val roundedBottomPill: BootstrapClasses - get() { - classes("rounded-bottom-pill") - return this - } - - public val roundedStart: BootstrapClasses - get() { - classes("rounded-start") - return this - } - - public val roundedStart0: BootstrapClasses - get() { - classes("rounded-start-0") - return this - } - - public val roundedStart1: BootstrapClasses - get() { - classes("rounded-start-1") - return this - } - - public val roundedStart2: BootstrapClasses - get() { - classes("rounded-start-2") - return this - } - - public val roundedStart3: BootstrapClasses - get() { - classes("rounded-start-3") - return this - } - - public val roundedStart4: BootstrapClasses - get() { - classes("rounded-start-4") - return this - } - - public val roundedStart5: BootstrapClasses - get() { - classes("rounded-start-5") - return this - } - - public val roundedStartCircle: BootstrapClasses - get() { - classes("rounded-start-circle") - return this - } - - public val roundedStartPill: BootstrapClasses - get() { - classes("rounded-start-pill") - return this - } - - public val visible: BootstrapClasses - get() { - classes("visible") - return this - } - - public val invisible: BootstrapClasses - get() { - classes("invisible") - return this - } - - public val zN1: BootstrapClasses - get() { - classes("z-n1") - return this - } - - public val z0: BootstrapClasses - get() { - classes("z-0") - return this - } - - public val z1: BootstrapClasses - get() { - classes("z-1") - return this - } - - public val z2: BootstrapClasses - get() { - classes("z-2") - return this - } - - public val z3: BootstrapClasses - get() { - classes("z-3") - return this - } - - public val floatSmStart: BootstrapClasses - get() { - classes("float-sm-start") - return this - } - - public val floatSmEnd: BootstrapClasses - get() { - classes("float-sm-end") - return this - } - - public val floatSmNone: BootstrapClasses - get() { - classes("float-sm-none") - return this - } - - public val objectFitSmContain: BootstrapClasses - get() { - classes("object-fit-sm-contain") - return this - } - - public val objectFitSmCover: BootstrapClasses - get() { - classes("object-fit-sm-cover") - return this - } - - public val objectFitSmFill: BootstrapClasses - get() { - classes("object-fit-sm-fill") - return this - } - - public val objectFitSmScale: BootstrapClasses - get() { - classes("object-fit-sm-scale") - return this - } - - public val objectFitSmNone: BootstrapClasses - get() { - classes("object-fit-sm-none") - return this - } - - public val dSmInline: BootstrapClasses - get() { - classes("d-sm-inline") - return this - } - - public val dSmInlineBlock: BootstrapClasses - get() { - classes("d-sm-inline-block") - return this - } - - public val dSmBlock: BootstrapClasses - get() { - classes("d-sm-block") - return this - } - - public val dSmGrid: BootstrapClasses - get() { - classes("d-sm-grid") - return this - } - - public val dSmInlineGrid: BootstrapClasses - get() { - classes("d-sm-inline-grid") - return this - } - - public val dSmTable: BootstrapClasses - get() { - classes("d-sm-table") - return this - } - - public val dSmTableRow: BootstrapClasses - get() { - classes("d-sm-table-row") - return this - } - - public val dSmTableCell: BootstrapClasses - get() { - classes("d-sm-table-cell") - return this - } - - public val dSmFlex: BootstrapClasses - get() { - classes("d-sm-flex") - return this - } - - public val dSmInlineFlex: BootstrapClasses - get() { - classes("d-sm-inline-flex") - return this - } - - public val dSmNone: BootstrapClasses - get() { - classes("d-sm-none") - return this - } - - public val flexSmFill: BootstrapClasses - get() { - classes("flex-sm-fill") - return this - } - - public val flexSmRow: BootstrapClasses - get() { - classes("flex-sm-row") - return this - } - - public val flexSmColumn: BootstrapClasses - get() { - classes("flex-sm-column") - return this - } - - public val flexSmRowReverse: BootstrapClasses - get() { - classes("flex-sm-row-reverse") - return this - } - - public val flexSmColumnReverse: BootstrapClasses - get() { - classes("flex-sm-column-reverse") - return this - } - - public val flexSmGrow0: BootstrapClasses - get() { - classes("flex-sm-grow-0") - return this - } - - public val flexSmGrow1: BootstrapClasses - get() { - classes("flex-sm-grow-1") - return this - } - - public val flexSmShrink0: BootstrapClasses - get() { - classes("flex-sm-shrink-0") - return this - } - - public val flexSmShrink1: BootstrapClasses - get() { - classes("flex-sm-shrink-1") - return this - } - - public val flexSmWrap: BootstrapClasses - get() { - classes("flex-sm-wrap") - return this - } - - public val flexSmNowrap: BootstrapClasses - get() { - classes("flex-sm-nowrap") - return this - } - - public val flexSmWrapReverse: BootstrapClasses - get() { - classes("flex-sm-wrap-reverse") - return this - } - - public val justifyContentSmStart: BootstrapClasses - get() { - classes("justify-content-sm-start") - return this - } - - public val justifyContentSmEnd: BootstrapClasses - get() { - classes("justify-content-sm-end") - return this - } - - public val justifyContentSmCenter: BootstrapClasses - get() { - classes("justify-content-sm-center") - return this - } - - public val justifyContentSmBetween: BootstrapClasses - get() { - classes("justify-content-sm-between") - return this - } - - public val justifyContentSmAround: BootstrapClasses - get() { - classes("justify-content-sm-around") - return this - } - - public val justifyContentSmEvenly: BootstrapClasses - get() { - classes("justify-content-sm-evenly") - return this - } - - public val alignItemsSmStart: BootstrapClasses - get() { - classes("align-items-sm-start") - return this - } - - public val alignItemsSmEnd: BootstrapClasses - get() { - classes("align-items-sm-end") - return this - } - - public val alignItemsSmCenter: BootstrapClasses - get() { - classes("align-items-sm-center") - return this - } - - public val alignItemsSmBaseline: BootstrapClasses - get() { - classes("align-items-sm-baseline") - return this - } - - public val alignItemsSmStretch: BootstrapClasses - get() { - classes("align-items-sm-stretch") - return this - } - - public val alignContentSmStart: BootstrapClasses - get() { - classes("align-content-sm-start") - return this - } - - public val alignContentSmEnd: BootstrapClasses - get() { - classes("align-content-sm-end") - return this - } - - public val alignContentSmCenter: BootstrapClasses - get() { - classes("align-content-sm-center") - return this - } - - public val alignContentSmBetween: BootstrapClasses - get() { - classes("align-content-sm-between") - return this - } - - public val alignContentSmAround: BootstrapClasses - get() { - classes("align-content-sm-around") - return this - } - - public val alignContentSmStretch: BootstrapClasses - get() { - classes("align-content-sm-stretch") - return this - } - - public val alignSelfSmAuto: BootstrapClasses - get() { - classes("align-self-sm-auto") - return this - } - - public val alignSelfSmStart: BootstrapClasses - get() { - classes("align-self-sm-start") - return this - } - - public val alignSelfSmEnd: BootstrapClasses - get() { - classes("align-self-sm-end") - return this - } - - public val alignSelfSmCenter: BootstrapClasses - get() { - classes("align-self-sm-center") - return this - } - - public val alignSelfSmBaseline: BootstrapClasses - get() { - classes("align-self-sm-baseline") - return this - } - - public val alignSelfSmStretch: BootstrapClasses - get() { - classes("align-self-sm-stretch") - return this - } - - public val orderSmFirst: BootstrapClasses - get() { - classes("order-sm-first") - return this - } - - public val orderSm0: BootstrapClasses - get() { - classes("order-sm-0") - return this - } - - public val orderSm1: BootstrapClasses - get() { - classes("order-sm-1") - return this - } - - public val orderSm2: BootstrapClasses - get() { - classes("order-sm-2") - return this - } - - public val orderSm3: BootstrapClasses - get() { - classes("order-sm-3") - return this - } - - public val orderSm4: BootstrapClasses - get() { - classes("order-sm-4") - return this - } - - public val orderSm5: BootstrapClasses - get() { - classes("order-sm-5") - return this - } - - public val orderSmLast: BootstrapClasses - get() { - classes("order-sm-last") - return this - } - - public val mSm0: BootstrapClasses - get() { - classes("m-sm-0") - return this - } - - public val mSm1: BootstrapClasses - get() { - classes("m-sm-1") - return this - } - - public val mSm2: BootstrapClasses - get() { - classes("m-sm-2") - return this - } - - public val mSm3: BootstrapClasses - get() { - classes("m-sm-3") - return this - } - - public val mSm4: BootstrapClasses - get() { - classes("m-sm-4") - return this - } - - public val mSm5: BootstrapClasses - get() { - classes("m-sm-5") - return this - } - - public val mSmAuto: BootstrapClasses - get() { - classes("m-sm-auto") - return this - } - - public val mxSm0: BootstrapClasses - get() { - classes("mx-sm-0") - return this - } - - public val mxSm1: BootstrapClasses - get() { - classes("mx-sm-1") - return this - } - - public val mxSm2: BootstrapClasses - get() { - classes("mx-sm-2") - return this - } - - public val mxSm3: BootstrapClasses - get() { - classes("mx-sm-3") - return this - } - - public val mxSm4: BootstrapClasses - get() { - classes("mx-sm-4") - return this - } - - public val mxSm5: BootstrapClasses - get() { - classes("mx-sm-5") - return this - } - - public val mxSmAuto: BootstrapClasses - get() { - classes("mx-sm-auto") - return this - } - - public val mySm0: BootstrapClasses - get() { - classes("my-sm-0") - return this - } - - public val mySm1: BootstrapClasses - get() { - classes("my-sm-1") - return this - } - - public val mySm2: BootstrapClasses - get() { - classes("my-sm-2") - return this - } - - public val mySm3: BootstrapClasses - get() { - classes("my-sm-3") - return this - } - - public val mySm4: BootstrapClasses - get() { - classes("my-sm-4") - return this - } - - public val mySm5: BootstrapClasses - get() { - classes("my-sm-5") - return this - } - - public val mySmAuto: BootstrapClasses - get() { - classes("my-sm-auto") - return this - } - - public val mtSm0: BootstrapClasses - get() { - classes("mt-sm-0") - return this - } - - public val mtSm1: BootstrapClasses - get() { - classes("mt-sm-1") - return this - } - - public val mtSm2: BootstrapClasses - get() { - classes("mt-sm-2") - return this - } - - public val mtSm3: BootstrapClasses - get() { - classes("mt-sm-3") - return this - } - - public val mtSm4: BootstrapClasses - get() { - classes("mt-sm-4") - return this - } - - public val mtSm5: BootstrapClasses - get() { - classes("mt-sm-5") - return this - } - - public val mtSmAuto: BootstrapClasses - get() { - classes("mt-sm-auto") - return this - } - - public val meSm0: BootstrapClasses - get() { - classes("me-sm-0") - return this - } - - public val meSm1: BootstrapClasses - get() { - classes("me-sm-1") - return this - } - - public val meSm2: BootstrapClasses - get() { - classes("me-sm-2") - return this - } - - public val meSm3: BootstrapClasses - get() { - classes("me-sm-3") - return this - } - - public val meSm4: BootstrapClasses - get() { - classes("me-sm-4") - return this - } - - public val meSm5: BootstrapClasses - get() { - classes("me-sm-5") - return this - } - - public val meSmAuto: BootstrapClasses - get() { - classes("me-sm-auto") - return this - } - - public val mbSm0: BootstrapClasses - get() { - classes("mb-sm-0") - return this - } - - public val mbSm1: BootstrapClasses - get() { - classes("mb-sm-1") - return this - } - - public val mbSm2: BootstrapClasses - get() { - classes("mb-sm-2") - return this - } - - public val mbSm3: BootstrapClasses - get() { - classes("mb-sm-3") - return this - } - - public val mbSm4: BootstrapClasses - get() { - classes("mb-sm-4") - return this - } - - public val mbSm5: BootstrapClasses - get() { - classes("mb-sm-5") - return this - } - - public val mbSmAuto: BootstrapClasses - get() { - classes("mb-sm-auto") - return this - } - - public val msSm0: BootstrapClasses - get() { - classes("ms-sm-0") - return this - } - - public val msSm1: BootstrapClasses - get() { - classes("ms-sm-1") - return this - } - - public val msSm2: BootstrapClasses - get() { - classes("ms-sm-2") - return this - } - - public val msSm3: BootstrapClasses - get() { - classes("ms-sm-3") - return this - } - - public val msSm4: BootstrapClasses - get() { - classes("ms-sm-4") - return this - } - - public val msSm5: BootstrapClasses - get() { - classes("ms-sm-5") - return this - } - - public val msSmAuto: BootstrapClasses - get() { - classes("ms-sm-auto") - return this - } - - public val pSm0: BootstrapClasses - get() { - classes("p-sm-0") - return this - } - - public val pSm1: BootstrapClasses - get() { - classes("p-sm-1") - return this - } - - public val pSm2: BootstrapClasses - get() { - classes("p-sm-2") - return this - } - - public val pSm3: BootstrapClasses - get() { - classes("p-sm-3") - return this - } - - public val pSm4: BootstrapClasses - get() { - classes("p-sm-4") - return this - } - - public val pSm5: BootstrapClasses - get() { - classes("p-sm-5") - return this - } - - public val pxSm0: BootstrapClasses - get() { - classes("px-sm-0") - return this - } - - public val pxSm1: BootstrapClasses - get() { - classes("px-sm-1") - return this - } - - public val pxSm2: BootstrapClasses - get() { - classes("px-sm-2") - return this - } - - public val pxSm3: BootstrapClasses - get() { - classes("px-sm-3") - return this - } - - public val pxSm4: BootstrapClasses - get() { - classes("px-sm-4") - return this - } - - public val pxSm5: BootstrapClasses - get() { - classes("px-sm-5") - return this - } - - public val pySm0: BootstrapClasses - get() { - classes("py-sm-0") - return this - } - - public val pySm1: BootstrapClasses - get() { - classes("py-sm-1") - return this - } - - public val pySm2: BootstrapClasses - get() { - classes("py-sm-2") - return this - } - - public val pySm3: BootstrapClasses - get() { - classes("py-sm-3") - return this - } - - public val pySm4: BootstrapClasses - get() { - classes("py-sm-4") - return this - } - - public val pySm5: BootstrapClasses - get() { - classes("py-sm-5") - return this - } - - public val ptSm0: BootstrapClasses - get() { - classes("pt-sm-0") - return this - } - - public val ptSm1: BootstrapClasses - get() { - classes("pt-sm-1") - return this - } - - public val ptSm2: BootstrapClasses - get() { - classes("pt-sm-2") - return this - } - - public val ptSm3: BootstrapClasses - get() { - classes("pt-sm-3") - return this - } - - public val ptSm4: BootstrapClasses - get() { - classes("pt-sm-4") - return this - } - - public val ptSm5: BootstrapClasses - get() { - classes("pt-sm-5") - return this - } - - public val peSm0: BootstrapClasses - get() { - classes("pe-sm-0") - return this - } - - public val peSm1: BootstrapClasses - get() { - classes("pe-sm-1") - return this - } - - public val peSm2: BootstrapClasses - get() { - classes("pe-sm-2") - return this - } - - public val peSm3: BootstrapClasses - get() { - classes("pe-sm-3") - return this - } - - public val peSm4: BootstrapClasses - get() { - classes("pe-sm-4") - return this - } - - public val peSm5: BootstrapClasses - get() { - classes("pe-sm-5") - return this - } - - public val pbSm0: BootstrapClasses - get() { - classes("pb-sm-0") - return this - } - - public val pbSm1: BootstrapClasses - get() { - classes("pb-sm-1") - return this - } - - public val pbSm2: BootstrapClasses - get() { - classes("pb-sm-2") - return this - } - - public val pbSm3: BootstrapClasses - get() { - classes("pb-sm-3") - return this - } - - public val pbSm4: BootstrapClasses - get() { - classes("pb-sm-4") - return this - } - - public val pbSm5: BootstrapClasses - get() { - classes("pb-sm-5") - return this - } - - public val psSm0: BootstrapClasses - get() { - classes("ps-sm-0") - return this - } - - public val psSm1: BootstrapClasses - get() { - classes("ps-sm-1") - return this - } - - public val psSm2: BootstrapClasses - get() { - classes("ps-sm-2") - return this - } - - public val psSm3: BootstrapClasses - get() { - classes("ps-sm-3") - return this - } - - public val psSm4: BootstrapClasses - get() { - classes("ps-sm-4") - return this - } - - public val psSm5: BootstrapClasses - get() { - classes("ps-sm-5") - return this - } - - public val gapSm0: BootstrapClasses - get() { - classes("gap-sm-0") - return this - } - - public val gapSm1: BootstrapClasses - get() { - classes("gap-sm-1") - return this - } - - public val gapSm2: BootstrapClasses - get() { - classes("gap-sm-2") - return this - } - - public val gapSm3: BootstrapClasses - get() { - classes("gap-sm-3") - return this - } - - public val gapSm4: BootstrapClasses - get() { - classes("gap-sm-4") - return this - } - - public val gapSm5: BootstrapClasses - get() { - classes("gap-sm-5") - return this - } - - public val rowGapSm0: BootstrapClasses - get() { - classes("row-gap-sm-0") - return this - } - - public val rowGapSm1: BootstrapClasses - get() { - classes("row-gap-sm-1") - return this - } - - public val rowGapSm2: BootstrapClasses - get() { - classes("row-gap-sm-2") - return this - } - - public val rowGapSm3: BootstrapClasses - get() { - classes("row-gap-sm-3") - return this - } - - public val rowGapSm4: BootstrapClasses - get() { - classes("row-gap-sm-4") - return this - } - - public val rowGapSm5: BootstrapClasses - get() { - classes("row-gap-sm-5") - return this - } - - public val columnGapSm0: BootstrapClasses - get() { - classes("column-gap-sm-0") - return this - } - - public val columnGapSm1: BootstrapClasses - get() { - classes("column-gap-sm-1") - return this - } - - public val columnGapSm2: BootstrapClasses - get() { - classes("column-gap-sm-2") - return this - } - - public val columnGapSm3: BootstrapClasses - get() { - classes("column-gap-sm-3") - return this - } - - public val columnGapSm4: BootstrapClasses - get() { - classes("column-gap-sm-4") - return this - } - - public val columnGapSm5: BootstrapClasses - get() { - classes("column-gap-sm-5") - return this - } - - public val textSmStart: BootstrapClasses - get() { - classes("text-sm-start") - return this - } - - public val textSmEnd: BootstrapClasses - get() { - classes("text-sm-end") - return this - } - - public val textSmCenter: BootstrapClasses - get() { - classes("text-sm-center") - return this - } - - public val floatMdStart: BootstrapClasses - get() { - classes("float-md-start") - return this - } - - public val floatMdEnd: BootstrapClasses - get() { - classes("float-md-end") - return this - } - - public val floatMdNone: BootstrapClasses - get() { - classes("float-md-none") - return this - } - - public val objectFitMdContain: BootstrapClasses - get() { - classes("object-fit-md-contain") - return this - } - - public val objectFitMdCover: BootstrapClasses - get() { - classes("object-fit-md-cover") - return this - } - - public val objectFitMdFill: BootstrapClasses - get() { - classes("object-fit-md-fill") - return this - } - - public val objectFitMdScale: BootstrapClasses - get() { - classes("object-fit-md-scale") - return this - } - - public val objectFitMdNone: BootstrapClasses - get() { - classes("object-fit-md-none") - return this - } - - public val dMdInline: BootstrapClasses - get() { - classes("d-md-inline") - return this - } - - public val dMdInlineBlock: BootstrapClasses - get() { - classes("d-md-inline-block") - return this - } - - public val dMdBlock: BootstrapClasses - get() { - classes("d-md-block") - return this - } - - public val dMdGrid: BootstrapClasses - get() { - classes("d-md-grid") - return this - } - - public val dMdInlineGrid: BootstrapClasses - get() { - classes("d-md-inline-grid") - return this - } - - public val dMdTable: BootstrapClasses - get() { - classes("d-md-table") - return this - } - - public val dMdTableRow: BootstrapClasses - get() { - classes("d-md-table-row") - return this - } - - public val dMdTableCell: BootstrapClasses - get() { - classes("d-md-table-cell") - return this - } - - public val dMdFlex: BootstrapClasses - get() { - classes("d-md-flex") - return this - } - - public val dMdInlineFlex: BootstrapClasses - get() { - classes("d-md-inline-flex") - return this - } - - public val dMdNone: BootstrapClasses - get() { - classes("d-md-none") - return this - } - - public val flexMdFill: BootstrapClasses - get() { - classes("flex-md-fill") - return this - } - - public val flexMdRow: BootstrapClasses - get() { - classes("flex-md-row") - return this - } - - public val flexMdColumn: BootstrapClasses - get() { - classes("flex-md-column") - return this - } - - public val flexMdRowReverse: BootstrapClasses - get() { - classes("flex-md-row-reverse") - return this - } - - public val flexMdColumnReverse: BootstrapClasses - get() { - classes("flex-md-column-reverse") - return this - } - - public val flexMdGrow0: BootstrapClasses - get() { - classes("flex-md-grow-0") - return this - } - - public val flexMdGrow1: BootstrapClasses - get() { - classes("flex-md-grow-1") - return this - } - - public val flexMdShrink0: BootstrapClasses - get() { - classes("flex-md-shrink-0") - return this - } - - public val flexMdShrink1: BootstrapClasses - get() { - classes("flex-md-shrink-1") - return this - } - - public val flexMdWrap: BootstrapClasses - get() { - classes("flex-md-wrap") - return this - } - - public val flexMdNowrap: BootstrapClasses - get() { - classes("flex-md-nowrap") - return this - } - - public val flexMdWrapReverse: BootstrapClasses - get() { - classes("flex-md-wrap-reverse") - return this - } - - public val justifyContentMdStart: BootstrapClasses - get() { - classes("justify-content-md-start") - return this - } - - public val justifyContentMdEnd: BootstrapClasses - get() { - classes("justify-content-md-end") - return this - } - - public val justifyContentMdCenter: BootstrapClasses - get() { - classes("justify-content-md-center") - return this - } - - public val justifyContentMdBetween: BootstrapClasses - get() { - classes("justify-content-md-between") - return this - } - - public val justifyContentMdAround: BootstrapClasses - get() { - classes("justify-content-md-around") - return this - } - - public val justifyContentMdEvenly: BootstrapClasses - get() { - classes("justify-content-md-evenly") - return this - } - - public val alignItemsMdStart: BootstrapClasses - get() { - classes("align-items-md-start") - return this - } - - public val alignItemsMdEnd: BootstrapClasses - get() { - classes("align-items-md-end") - return this - } - - public val alignItemsMdCenter: BootstrapClasses - get() { - classes("align-items-md-center") - return this - } - - public val alignItemsMdBaseline: BootstrapClasses - get() { - classes("align-items-md-baseline") - return this - } - - public val alignItemsMdStretch: BootstrapClasses - get() { - classes("align-items-md-stretch") - return this - } - - public val alignContentMdStart: BootstrapClasses - get() { - classes("align-content-md-start") - return this - } - - public val alignContentMdEnd: BootstrapClasses - get() { - classes("align-content-md-end") - return this - } - - public val alignContentMdCenter: BootstrapClasses - get() { - classes("align-content-md-center") - return this - } - - public val alignContentMdBetween: BootstrapClasses - get() { - classes("align-content-md-between") - return this - } - - public val alignContentMdAround: BootstrapClasses - get() { - classes("align-content-md-around") - return this - } - - public val alignContentMdStretch: BootstrapClasses - get() { - classes("align-content-md-stretch") - return this - } - - public val alignSelfMdAuto: BootstrapClasses - get() { - classes("align-self-md-auto") - return this - } - - public val alignSelfMdStart: BootstrapClasses - get() { - classes("align-self-md-start") - return this - } - - public val alignSelfMdEnd: BootstrapClasses - get() { - classes("align-self-md-end") - return this - } - - public val alignSelfMdCenter: BootstrapClasses - get() { - classes("align-self-md-center") - return this - } - - public val alignSelfMdBaseline: BootstrapClasses - get() { - classes("align-self-md-baseline") - return this - } - - public val alignSelfMdStretch: BootstrapClasses - get() { - classes("align-self-md-stretch") - return this - } - - public val orderMdFirst: BootstrapClasses - get() { - classes("order-md-first") - return this - } - - public val orderMd0: BootstrapClasses - get() { - classes("order-md-0") - return this - } - - public val orderMd1: BootstrapClasses - get() { - classes("order-md-1") - return this - } - - public val orderMd2: BootstrapClasses - get() { - classes("order-md-2") - return this - } - - public val orderMd3: BootstrapClasses - get() { - classes("order-md-3") - return this - } - - public val orderMd4: BootstrapClasses - get() { - classes("order-md-4") - return this - } - - public val orderMd5: BootstrapClasses - get() { - classes("order-md-5") - return this - } - - public val orderMdLast: BootstrapClasses - get() { - classes("order-md-last") - return this - } - - public val mMd0: BootstrapClasses - get() { - classes("m-md-0") - return this - } - - public val mMd1: BootstrapClasses - get() { - classes("m-md-1") - return this - } - - public val mMd2: BootstrapClasses - get() { - classes("m-md-2") - return this - } - - public val mMd3: BootstrapClasses - get() { - classes("m-md-3") - return this - } - - public val mMd4: BootstrapClasses - get() { - classes("m-md-4") - return this - } - - public val mMd5: BootstrapClasses - get() { - classes("m-md-5") - return this - } - - public val mMdAuto: BootstrapClasses - get() { - classes("m-md-auto") - return this - } - - public val mxMd0: BootstrapClasses - get() { - classes("mx-md-0") - return this - } - - public val mxMd1: BootstrapClasses - get() { - classes("mx-md-1") - return this - } - - public val mxMd2: BootstrapClasses - get() { - classes("mx-md-2") - return this - } - - public val mxMd3: BootstrapClasses - get() { - classes("mx-md-3") - return this - } - - public val mxMd4: BootstrapClasses - get() { - classes("mx-md-4") - return this - } - - public val mxMd5: BootstrapClasses - get() { - classes("mx-md-5") - return this - } - - public val mxMdAuto: BootstrapClasses - get() { - classes("mx-md-auto") - return this - } - - public val myMd0: BootstrapClasses - get() { - classes("my-md-0") - return this - } - - public val myMd1: BootstrapClasses - get() { - classes("my-md-1") - return this - } - - public val myMd2: BootstrapClasses - get() { - classes("my-md-2") - return this - } - - public val myMd3: BootstrapClasses - get() { - classes("my-md-3") - return this - } - - public val myMd4: BootstrapClasses - get() { - classes("my-md-4") - return this - } - - public val myMd5: BootstrapClasses - get() { - classes("my-md-5") - return this - } - - public val myMdAuto: BootstrapClasses - get() { - classes("my-md-auto") - return this - } - - public val mtMd0: BootstrapClasses - get() { - classes("mt-md-0") - return this - } - - public val mtMd1: BootstrapClasses - get() { - classes("mt-md-1") - return this - } - - public val mtMd2: BootstrapClasses - get() { - classes("mt-md-2") - return this - } - - public val mtMd3: BootstrapClasses - get() { - classes("mt-md-3") - return this - } - - public val mtMd4: BootstrapClasses - get() { - classes("mt-md-4") - return this - } - - public val mtMd5: BootstrapClasses - get() { - classes("mt-md-5") - return this - } - - public val mtMdAuto: BootstrapClasses - get() { - classes("mt-md-auto") - return this - } - - public val meMd0: BootstrapClasses - get() { - classes("me-md-0") - return this - } - - public val meMd1: BootstrapClasses - get() { - classes("me-md-1") - return this - } - - public val meMd2: BootstrapClasses - get() { - classes("me-md-2") - return this - } - - public val meMd3: BootstrapClasses - get() { - classes("me-md-3") - return this - } - - public val meMd4: BootstrapClasses - get() { - classes("me-md-4") - return this - } - - public val meMd5: BootstrapClasses - get() { - classes("me-md-5") - return this - } - - public val meMdAuto: BootstrapClasses - get() { - classes("me-md-auto") - return this - } - - public val mbMd0: BootstrapClasses - get() { - classes("mb-md-0") - return this - } - - public val mbMd1: BootstrapClasses - get() { - classes("mb-md-1") - return this - } - - public val mbMd2: BootstrapClasses - get() { - classes("mb-md-2") - return this - } - - public val mbMd3: BootstrapClasses - get() { - classes("mb-md-3") - return this - } - - public val mbMd4: BootstrapClasses - get() { - classes("mb-md-4") - return this - } - - public val mbMd5: BootstrapClasses - get() { - classes("mb-md-5") - return this - } - - public val mbMdAuto: BootstrapClasses - get() { - classes("mb-md-auto") - return this - } - - public val msMd0: BootstrapClasses - get() { - classes("ms-md-0") - return this - } - - public val msMd1: BootstrapClasses - get() { - classes("ms-md-1") - return this - } - - public val msMd2: BootstrapClasses - get() { - classes("ms-md-2") - return this - } - - public val msMd3: BootstrapClasses - get() { - classes("ms-md-3") - return this - } - - public val msMd4: BootstrapClasses - get() { - classes("ms-md-4") - return this - } - - public val msMd5: BootstrapClasses - get() { - classes("ms-md-5") - return this - } - - public val msMdAuto: BootstrapClasses - get() { - classes("ms-md-auto") - return this - } - - public val pMd0: BootstrapClasses - get() { - classes("p-md-0") - return this - } - - public val pMd1: BootstrapClasses - get() { - classes("p-md-1") - return this - } - - public val pMd2: BootstrapClasses - get() { - classes("p-md-2") - return this - } - - public val pMd3: BootstrapClasses - get() { - classes("p-md-3") - return this - } - - public val pMd4: BootstrapClasses - get() { - classes("p-md-4") - return this - } - - public val pMd5: BootstrapClasses - get() { - classes("p-md-5") - return this - } - - public val pxMd0: BootstrapClasses - get() { - classes("px-md-0") - return this - } - - public val pxMd1: BootstrapClasses - get() { - classes("px-md-1") - return this - } - - public val pxMd2: BootstrapClasses - get() { - classes("px-md-2") - return this - } - - public val pxMd3: BootstrapClasses - get() { - classes("px-md-3") - return this - } - - public val pxMd4: BootstrapClasses - get() { - classes("px-md-4") - return this - } - - public val pxMd5: BootstrapClasses - get() { - classes("px-md-5") - return this - } - - public val pyMd0: BootstrapClasses - get() { - classes("py-md-0") - return this - } - - public val pyMd1: BootstrapClasses - get() { - classes("py-md-1") - return this - } - - public val pyMd2: BootstrapClasses - get() { - classes("py-md-2") - return this - } - - public val pyMd3: BootstrapClasses - get() { - classes("py-md-3") - return this - } - - public val pyMd4: BootstrapClasses - get() { - classes("py-md-4") - return this - } - - public val pyMd5: BootstrapClasses - get() { - classes("py-md-5") - return this - } - - public val ptMd0: BootstrapClasses - get() { - classes("pt-md-0") - return this - } - - public val ptMd1: BootstrapClasses - get() { - classes("pt-md-1") - return this - } - - public val ptMd2: BootstrapClasses - get() { - classes("pt-md-2") - return this - } - - public val ptMd3: BootstrapClasses - get() { - classes("pt-md-3") - return this - } - - public val ptMd4: BootstrapClasses - get() { - classes("pt-md-4") - return this - } - - public val ptMd5: BootstrapClasses - get() { - classes("pt-md-5") - return this - } - - public val peMd0: BootstrapClasses - get() { - classes("pe-md-0") - return this - } - - public val peMd1: BootstrapClasses - get() { - classes("pe-md-1") - return this - } - - public val peMd2: BootstrapClasses - get() { - classes("pe-md-2") - return this - } - - public val peMd3: BootstrapClasses - get() { - classes("pe-md-3") - return this - } - - public val peMd4: BootstrapClasses - get() { - classes("pe-md-4") - return this - } - - public val peMd5: BootstrapClasses - get() { - classes("pe-md-5") - return this - } - - public val pbMd0: BootstrapClasses - get() { - classes("pb-md-0") - return this - } - - public val pbMd1: BootstrapClasses - get() { - classes("pb-md-1") - return this - } - - public val pbMd2: BootstrapClasses - get() { - classes("pb-md-2") - return this - } - - public val pbMd3: BootstrapClasses - get() { - classes("pb-md-3") - return this - } - - public val pbMd4: BootstrapClasses - get() { - classes("pb-md-4") - return this - } - - public val pbMd5: BootstrapClasses - get() { - classes("pb-md-5") - return this - } - - public val psMd0: BootstrapClasses - get() { - classes("ps-md-0") - return this - } - - public val psMd1: BootstrapClasses - get() { - classes("ps-md-1") - return this - } - - public val psMd2: BootstrapClasses - get() { - classes("ps-md-2") - return this - } - - public val psMd3: BootstrapClasses - get() { - classes("ps-md-3") - return this - } - - public val psMd4: BootstrapClasses - get() { - classes("ps-md-4") - return this - } - - public val psMd5: BootstrapClasses - get() { - classes("ps-md-5") - return this - } - - public val gapMd0: BootstrapClasses - get() { - classes("gap-md-0") - return this - } - - public val gapMd1: BootstrapClasses - get() { - classes("gap-md-1") - return this - } - - public val gapMd2: BootstrapClasses - get() { - classes("gap-md-2") - return this - } - - public val gapMd3: BootstrapClasses - get() { - classes("gap-md-3") - return this - } - - public val gapMd4: BootstrapClasses - get() { - classes("gap-md-4") - return this - } - - public val gapMd5: BootstrapClasses - get() { - classes("gap-md-5") - return this - } - - public val rowGapMd0: BootstrapClasses - get() { - classes("row-gap-md-0") - return this - } - - public val rowGapMd1: BootstrapClasses - get() { - classes("row-gap-md-1") - return this - } - - public val rowGapMd2: BootstrapClasses - get() { - classes("row-gap-md-2") - return this - } - - public val rowGapMd3: BootstrapClasses - get() { - classes("row-gap-md-3") - return this - } - - public val rowGapMd4: BootstrapClasses - get() { - classes("row-gap-md-4") - return this - } - - public val rowGapMd5: BootstrapClasses - get() { - classes("row-gap-md-5") - return this - } - - public val columnGapMd0: BootstrapClasses - get() { - classes("column-gap-md-0") - return this - } - - public val columnGapMd1: BootstrapClasses - get() { - classes("column-gap-md-1") - return this - } - - public val columnGapMd2: BootstrapClasses - get() { - classes("column-gap-md-2") - return this - } - - public val columnGapMd3: BootstrapClasses - get() { - classes("column-gap-md-3") - return this - } - - public val columnGapMd4: BootstrapClasses - get() { - classes("column-gap-md-4") - return this - } - - public val columnGapMd5: BootstrapClasses - get() { - classes("column-gap-md-5") - return this - } - - public val textMdStart: BootstrapClasses - get() { - classes("text-md-start") - return this - } - - public val textMdEnd: BootstrapClasses - get() { - classes("text-md-end") - return this - } - - public val textMdCenter: BootstrapClasses - get() { - classes("text-md-center") - return this - } - - public val floatLgStart: BootstrapClasses - get() { - classes("float-lg-start") - return this - } - - public val floatLgEnd: BootstrapClasses - get() { - classes("float-lg-end") - return this - } - - public val floatLgNone: BootstrapClasses - get() { - classes("float-lg-none") - return this - } - - public val objectFitLgContain: BootstrapClasses - get() { - classes("object-fit-lg-contain") - return this - } - - public val objectFitLgCover: BootstrapClasses - get() { - classes("object-fit-lg-cover") - return this - } - - public val objectFitLgFill: BootstrapClasses - get() { - classes("object-fit-lg-fill") - return this - } - - public val objectFitLgScale: BootstrapClasses - get() { - classes("object-fit-lg-scale") - return this - } - - public val objectFitLgNone: BootstrapClasses - get() { - classes("object-fit-lg-none") - return this - } - - public val dLgInline: BootstrapClasses - get() { - classes("d-lg-inline") - return this - } - - public val dLgInlineBlock: BootstrapClasses - get() { - classes("d-lg-inline-block") - return this - } - - public val dLgBlock: BootstrapClasses - get() { - classes("d-lg-block") - return this - } - - public val dLgGrid: BootstrapClasses - get() { - classes("d-lg-grid") - return this - } - - public val dLgInlineGrid: BootstrapClasses - get() { - classes("d-lg-inline-grid") - return this - } - - public val dLgTable: BootstrapClasses - get() { - classes("d-lg-table") - return this - } - - public val dLgTableRow: BootstrapClasses - get() { - classes("d-lg-table-row") - return this - } - - public val dLgTableCell: BootstrapClasses - get() { - classes("d-lg-table-cell") - return this - } - - public val dLgFlex: BootstrapClasses - get() { - classes("d-lg-flex") - return this - } - - public val dLgInlineFlex: BootstrapClasses - get() { - classes("d-lg-inline-flex") - return this - } - - public val dLgNone: BootstrapClasses - get() { - classes("d-lg-none") - return this - } - - public val flexLgFill: BootstrapClasses - get() { - classes("flex-lg-fill") - return this - } - - public val flexLgRow: BootstrapClasses - get() { - classes("flex-lg-row") - return this - } - - public val flexLgColumn: BootstrapClasses - get() { - classes("flex-lg-column") - return this - } - - public val flexLgRowReverse: BootstrapClasses - get() { - classes("flex-lg-row-reverse") - return this - } - - public val flexLgColumnReverse: BootstrapClasses - get() { - classes("flex-lg-column-reverse") - return this - } - - public val flexLgGrow0: BootstrapClasses - get() { - classes("flex-lg-grow-0") - return this - } - - public val flexLgGrow1: BootstrapClasses - get() { - classes("flex-lg-grow-1") - return this - } - - public val flexLgShrink0: BootstrapClasses - get() { - classes("flex-lg-shrink-0") - return this - } - - public val flexLgShrink1: BootstrapClasses - get() { - classes("flex-lg-shrink-1") - return this - } - - public val flexLgWrap: BootstrapClasses - get() { - classes("flex-lg-wrap") - return this - } - - public val flexLgNowrap: BootstrapClasses - get() { - classes("flex-lg-nowrap") - return this - } - - public val flexLgWrapReverse: BootstrapClasses - get() { - classes("flex-lg-wrap-reverse") - return this - } - - public val justifyContentLgStart: BootstrapClasses - get() { - classes("justify-content-lg-start") - return this - } - - public val justifyContentLgEnd: BootstrapClasses - get() { - classes("justify-content-lg-end") - return this - } - - public val justifyContentLgCenter: BootstrapClasses - get() { - classes("justify-content-lg-center") - return this - } - - public val justifyContentLgBetween: BootstrapClasses - get() { - classes("justify-content-lg-between") - return this - } - - public val justifyContentLgAround: BootstrapClasses - get() { - classes("justify-content-lg-around") - return this - } - - public val justifyContentLgEvenly: BootstrapClasses - get() { - classes("justify-content-lg-evenly") - return this - } - - public val alignItemsLgStart: BootstrapClasses - get() { - classes("align-items-lg-start") - return this - } - - public val alignItemsLgEnd: BootstrapClasses - get() { - classes("align-items-lg-end") - return this - } - - public val alignItemsLgCenter: BootstrapClasses - get() { - classes("align-items-lg-center") - return this - } - - public val alignItemsLgBaseline: BootstrapClasses - get() { - classes("align-items-lg-baseline") - return this - } - - public val alignItemsLgStretch: BootstrapClasses - get() { - classes("align-items-lg-stretch") - return this - } - - public val alignContentLgStart: BootstrapClasses - get() { - classes("align-content-lg-start") - return this - } - - public val alignContentLgEnd: BootstrapClasses - get() { - classes("align-content-lg-end") - return this - } - - public val alignContentLgCenter: BootstrapClasses - get() { - classes("align-content-lg-center") - return this - } - - public val alignContentLgBetween: BootstrapClasses - get() { - classes("align-content-lg-between") - return this - } - - public val alignContentLgAround: BootstrapClasses - get() { - classes("align-content-lg-around") - return this - } - - public val alignContentLgStretch: BootstrapClasses - get() { - classes("align-content-lg-stretch") - return this - } - - public val alignSelfLgAuto: BootstrapClasses - get() { - classes("align-self-lg-auto") - return this - } - - public val alignSelfLgStart: BootstrapClasses - get() { - classes("align-self-lg-start") - return this - } - - public val alignSelfLgEnd: BootstrapClasses - get() { - classes("align-self-lg-end") - return this - } - - public val alignSelfLgCenter: BootstrapClasses - get() { - classes("align-self-lg-center") - return this - } - - public val alignSelfLgBaseline: BootstrapClasses - get() { - classes("align-self-lg-baseline") - return this - } - - public val alignSelfLgStretch: BootstrapClasses - get() { - classes("align-self-lg-stretch") - return this - } - - public val orderLgFirst: BootstrapClasses - get() { - classes("order-lg-first") - return this - } - - public val orderLg0: BootstrapClasses - get() { - classes("order-lg-0") - return this - } - - public val orderLg1: BootstrapClasses - get() { - classes("order-lg-1") - return this - } - - public val orderLg2: BootstrapClasses - get() { - classes("order-lg-2") - return this - } - - public val orderLg3: BootstrapClasses - get() { - classes("order-lg-3") - return this - } - - public val orderLg4: BootstrapClasses - get() { - classes("order-lg-4") - return this - } - - public val orderLg5: BootstrapClasses - get() { - classes("order-lg-5") - return this - } - - public val orderLgLast: BootstrapClasses - get() { - classes("order-lg-last") - return this - } - - public val mLg0: BootstrapClasses - get() { - classes("m-lg-0") - return this - } - - public val mLg1: BootstrapClasses - get() { - classes("m-lg-1") - return this - } - - public val mLg2: BootstrapClasses - get() { - classes("m-lg-2") - return this - } - - public val mLg3: BootstrapClasses - get() { - classes("m-lg-3") - return this - } - - public val mLg4: BootstrapClasses - get() { - classes("m-lg-4") - return this - } - - public val mLg5: BootstrapClasses - get() { - classes("m-lg-5") - return this - } - - public val mLgAuto: BootstrapClasses - get() { - classes("m-lg-auto") - return this - } - - public val mxLg0: BootstrapClasses - get() { - classes("mx-lg-0") - return this - } - - public val mxLg1: BootstrapClasses - get() { - classes("mx-lg-1") - return this - } - - public val mxLg2: BootstrapClasses - get() { - classes("mx-lg-2") - return this - } - - public val mxLg3: BootstrapClasses - get() { - classes("mx-lg-3") - return this - } - - public val mxLg4: BootstrapClasses - get() { - classes("mx-lg-4") - return this - } - - public val mxLg5: BootstrapClasses - get() { - classes("mx-lg-5") - return this - } - - public val mxLgAuto: BootstrapClasses - get() { - classes("mx-lg-auto") - return this - } - - public val myLg0: BootstrapClasses - get() { - classes("my-lg-0") - return this - } - - public val myLg1: BootstrapClasses - get() { - classes("my-lg-1") - return this - } - - public val myLg2: BootstrapClasses - get() { - classes("my-lg-2") - return this - } - - public val myLg3: BootstrapClasses - get() { - classes("my-lg-3") - return this - } - - public val myLg4: BootstrapClasses - get() { - classes("my-lg-4") - return this - } - - public val myLg5: BootstrapClasses - get() { - classes("my-lg-5") - return this - } - - public val myLgAuto: BootstrapClasses - get() { - classes("my-lg-auto") - return this - } - - public val mtLg0: BootstrapClasses - get() { - classes("mt-lg-0") - return this - } - - public val mtLg1: BootstrapClasses - get() { - classes("mt-lg-1") - return this - } - - public val mtLg2: BootstrapClasses - get() { - classes("mt-lg-2") - return this - } - - public val mtLg3: BootstrapClasses - get() { - classes("mt-lg-3") - return this - } - - public val mtLg4: BootstrapClasses - get() { - classes("mt-lg-4") - return this - } - - public val mtLg5: BootstrapClasses - get() { - classes("mt-lg-5") - return this - } - - public val mtLgAuto: BootstrapClasses - get() { - classes("mt-lg-auto") - return this - } - - public val meLg0: BootstrapClasses - get() { - classes("me-lg-0") - return this - } - - public val meLg1: BootstrapClasses - get() { - classes("me-lg-1") - return this - } - - public val meLg2: BootstrapClasses - get() { - classes("me-lg-2") - return this - } - - public val meLg3: BootstrapClasses - get() { - classes("me-lg-3") - return this - } - - public val meLg4: BootstrapClasses - get() { - classes("me-lg-4") - return this - } - - public val meLg5: BootstrapClasses - get() { - classes("me-lg-5") - return this - } - - public val meLgAuto: BootstrapClasses - get() { - classes("me-lg-auto") - return this - } - - public val mbLg0: BootstrapClasses - get() { - classes("mb-lg-0") - return this - } - - public val mbLg1: BootstrapClasses - get() { - classes("mb-lg-1") - return this - } - - public val mbLg2: BootstrapClasses - get() { - classes("mb-lg-2") - return this - } - - public val mbLg3: BootstrapClasses - get() { - classes("mb-lg-3") - return this - } - - public val mbLg4: BootstrapClasses - get() { - classes("mb-lg-4") - return this - } - - public val mbLg5: BootstrapClasses - get() { - classes("mb-lg-5") - return this - } - - public val mbLgAuto: BootstrapClasses - get() { - classes("mb-lg-auto") - return this - } - - public val msLg0: BootstrapClasses - get() { - classes("ms-lg-0") - return this - } - - public val msLg1: BootstrapClasses - get() { - classes("ms-lg-1") - return this - } - - public val msLg2: BootstrapClasses - get() { - classes("ms-lg-2") - return this - } - - public val msLg3: BootstrapClasses - get() { - classes("ms-lg-3") - return this - } - - public val msLg4: BootstrapClasses - get() { - classes("ms-lg-4") - return this - } - - public val msLg5: BootstrapClasses - get() { - classes("ms-lg-5") - return this - } - - public val msLgAuto: BootstrapClasses - get() { - classes("ms-lg-auto") - return this - } - - public val pLg0: BootstrapClasses - get() { - classes("p-lg-0") - return this - } - - public val pLg1: BootstrapClasses - get() { - classes("p-lg-1") - return this - } - - public val pLg2: BootstrapClasses - get() { - classes("p-lg-2") - return this - } - - public val pLg3: BootstrapClasses - get() { - classes("p-lg-3") - return this - } - - public val pLg4: BootstrapClasses - get() { - classes("p-lg-4") - return this - } - - public val pLg5: BootstrapClasses - get() { - classes("p-lg-5") - return this - } - - public val pxLg0: BootstrapClasses - get() { - classes("px-lg-0") - return this - } - - public val pxLg1: BootstrapClasses - get() { - classes("px-lg-1") - return this - } - - public val pxLg2: BootstrapClasses - get() { - classes("px-lg-2") - return this - } - - public val pxLg3: BootstrapClasses - get() { - classes("px-lg-3") - return this - } - - public val pxLg4: BootstrapClasses - get() { - classes("px-lg-4") - return this - } - - public val pxLg5: BootstrapClasses - get() { - classes("px-lg-5") - return this - } - - public val pyLg0: BootstrapClasses - get() { - classes("py-lg-0") - return this - } - - public val pyLg1: BootstrapClasses - get() { - classes("py-lg-1") - return this - } - - public val pyLg2: BootstrapClasses - get() { - classes("py-lg-2") - return this - } - - public val pyLg3: BootstrapClasses - get() { - classes("py-lg-3") - return this - } - - public val pyLg4: BootstrapClasses - get() { - classes("py-lg-4") - return this - } - - public val pyLg5: BootstrapClasses - get() { - classes("py-lg-5") - return this - } - - public val ptLg0: BootstrapClasses - get() { - classes("pt-lg-0") - return this - } - - public val ptLg1: BootstrapClasses - get() { - classes("pt-lg-1") - return this - } - - public val ptLg2: BootstrapClasses - get() { - classes("pt-lg-2") - return this - } - - public val ptLg3: BootstrapClasses - get() { - classes("pt-lg-3") - return this - } - - public val ptLg4: BootstrapClasses - get() { - classes("pt-lg-4") - return this - } - - public val ptLg5: BootstrapClasses - get() { - classes("pt-lg-5") - return this - } - - public val peLg0: BootstrapClasses - get() { - classes("pe-lg-0") - return this - } - - public val peLg1: BootstrapClasses - get() { - classes("pe-lg-1") - return this - } - - public val peLg2: BootstrapClasses - get() { - classes("pe-lg-2") - return this - } - - public val peLg3: BootstrapClasses - get() { - classes("pe-lg-3") - return this - } - - public val peLg4: BootstrapClasses - get() { - classes("pe-lg-4") - return this - } - - public val peLg5: BootstrapClasses - get() { - classes("pe-lg-5") - return this - } - - public val pbLg0: BootstrapClasses - get() { - classes("pb-lg-0") - return this - } - - public val pbLg1: BootstrapClasses - get() { - classes("pb-lg-1") - return this - } - - public val pbLg2: BootstrapClasses - get() { - classes("pb-lg-2") - return this - } - - public val pbLg3: BootstrapClasses - get() { - classes("pb-lg-3") - return this - } - - public val pbLg4: BootstrapClasses - get() { - classes("pb-lg-4") - return this - } - - public val pbLg5: BootstrapClasses - get() { - classes("pb-lg-5") - return this - } - - public val psLg0: BootstrapClasses - get() { - classes("ps-lg-0") - return this - } - - public val psLg1: BootstrapClasses - get() { - classes("ps-lg-1") - return this - } - - public val psLg2: BootstrapClasses - get() { - classes("ps-lg-2") - return this - } - - public val psLg3: BootstrapClasses - get() { - classes("ps-lg-3") - return this - } - - public val psLg4: BootstrapClasses - get() { - classes("ps-lg-4") - return this - } - - public val psLg5: BootstrapClasses - get() { - classes("ps-lg-5") - return this - } - - public val gapLg0: BootstrapClasses - get() { - classes("gap-lg-0") - return this - } - - public val gapLg1: BootstrapClasses - get() { - classes("gap-lg-1") - return this - } - - public val gapLg2: BootstrapClasses - get() { - classes("gap-lg-2") - return this - } - - public val gapLg3: BootstrapClasses - get() { - classes("gap-lg-3") - return this - } - - public val gapLg4: BootstrapClasses - get() { - classes("gap-lg-4") - return this - } - - public val gapLg5: BootstrapClasses - get() { - classes("gap-lg-5") - return this - } - - public val rowGapLg0: BootstrapClasses - get() { - classes("row-gap-lg-0") - return this - } - - public val rowGapLg1: BootstrapClasses - get() { - classes("row-gap-lg-1") - return this - } - - public val rowGapLg2: BootstrapClasses - get() { - classes("row-gap-lg-2") - return this - } - - public val rowGapLg3: BootstrapClasses - get() { - classes("row-gap-lg-3") - return this - } - - public val rowGapLg4: BootstrapClasses - get() { - classes("row-gap-lg-4") - return this - } - - public val rowGapLg5: BootstrapClasses - get() { - classes("row-gap-lg-5") - return this - } - - public val columnGapLg0: BootstrapClasses - get() { - classes("column-gap-lg-0") - return this - } - - public val columnGapLg1: BootstrapClasses - get() { - classes("column-gap-lg-1") - return this - } - - public val columnGapLg2: BootstrapClasses - get() { - classes("column-gap-lg-2") - return this - } - - public val columnGapLg3: BootstrapClasses - get() { - classes("column-gap-lg-3") - return this - } - - public val columnGapLg4: BootstrapClasses - get() { - classes("column-gap-lg-4") - return this - } - - public val columnGapLg5: BootstrapClasses - get() { - classes("column-gap-lg-5") - return this - } - - public val textLgStart: BootstrapClasses - get() { - classes("text-lg-start") - return this - } - - public val textLgEnd: BootstrapClasses - get() { - classes("text-lg-end") - return this - } - - public val textLgCenter: BootstrapClasses - get() { - classes("text-lg-center") - return this - } - - public val floatXlStart: BootstrapClasses - get() { - classes("float-xl-start") - return this - } - - public val floatXlEnd: BootstrapClasses - get() { - classes("float-xl-end") - return this - } - - public val floatXlNone: BootstrapClasses - get() { - classes("float-xl-none") - return this - } - - public val objectFitXlContain: BootstrapClasses - get() { - classes("object-fit-xl-contain") - return this - } - - public val objectFitXlCover: BootstrapClasses - get() { - classes("object-fit-xl-cover") - return this - } - - public val objectFitXlFill: BootstrapClasses - get() { - classes("object-fit-xl-fill") - return this - } - - public val objectFitXlScale: BootstrapClasses - get() { - classes("object-fit-xl-scale") - return this - } - - public val objectFitXlNone: BootstrapClasses - get() { - classes("object-fit-xl-none") - return this - } - - public val dXlInline: BootstrapClasses - get() { - classes("d-xl-inline") - return this - } - - public val dXlInlineBlock: BootstrapClasses - get() { - classes("d-xl-inline-block") - return this - } - - public val dXlBlock: BootstrapClasses - get() { - classes("d-xl-block") - return this - } - - public val dXlGrid: BootstrapClasses - get() { - classes("d-xl-grid") - return this - } - - public val dXlInlineGrid: BootstrapClasses - get() { - classes("d-xl-inline-grid") - return this - } - - public val dXlTable: BootstrapClasses - get() { - classes("d-xl-table") - return this - } - - public val dXlTableRow: BootstrapClasses - get() { - classes("d-xl-table-row") - return this - } - - public val dXlTableCell: BootstrapClasses - get() { - classes("d-xl-table-cell") - return this - } - - public val dXlFlex: BootstrapClasses - get() { - classes("d-xl-flex") - return this - } - - public val dXlInlineFlex: BootstrapClasses - get() { - classes("d-xl-inline-flex") - return this - } - - public val dXlNone: BootstrapClasses - get() { - classes("d-xl-none") - return this - } - - public val flexXlFill: BootstrapClasses - get() { - classes("flex-xl-fill") - return this - } - - public val flexXlRow: BootstrapClasses - get() { - classes("flex-xl-row") - return this - } - - public val flexXlColumn: BootstrapClasses - get() { - classes("flex-xl-column") - return this - } - - public val flexXlRowReverse: BootstrapClasses - get() { - classes("flex-xl-row-reverse") - return this - } - - public val flexXlColumnReverse: BootstrapClasses - get() { - classes("flex-xl-column-reverse") - return this - } - - public val flexXlGrow0: BootstrapClasses - get() { - classes("flex-xl-grow-0") - return this - } - - public val flexXlGrow1: BootstrapClasses - get() { - classes("flex-xl-grow-1") - return this - } - - public val flexXlShrink0: BootstrapClasses - get() { - classes("flex-xl-shrink-0") - return this - } - - public val flexXlShrink1: BootstrapClasses - get() { - classes("flex-xl-shrink-1") - return this - } - - public val flexXlWrap: BootstrapClasses - get() { - classes("flex-xl-wrap") - return this - } - - public val flexXlNowrap: BootstrapClasses - get() { - classes("flex-xl-nowrap") - return this - } - - public val flexXlWrapReverse: BootstrapClasses - get() { - classes("flex-xl-wrap-reverse") - return this - } - - public val justifyContentXlStart: BootstrapClasses - get() { - classes("justify-content-xl-start") - return this - } - - public val justifyContentXlEnd: BootstrapClasses - get() { - classes("justify-content-xl-end") - return this - } - - public val justifyContentXlCenter: BootstrapClasses - get() { - classes("justify-content-xl-center") - return this - } - - public val justifyContentXlBetween: BootstrapClasses - get() { - classes("justify-content-xl-between") - return this - } - - public val justifyContentXlAround: BootstrapClasses - get() { - classes("justify-content-xl-around") - return this - } - - public val justifyContentXlEvenly: BootstrapClasses - get() { - classes("justify-content-xl-evenly") - return this - } - - public val alignItemsXlStart: BootstrapClasses - get() { - classes("align-items-xl-start") - return this - } - - public val alignItemsXlEnd: BootstrapClasses - get() { - classes("align-items-xl-end") - return this - } - - public val alignItemsXlCenter: BootstrapClasses - get() { - classes("align-items-xl-center") - return this - } - - public val alignItemsXlBaseline: BootstrapClasses - get() { - classes("align-items-xl-baseline") - return this - } - - public val alignItemsXlStretch: BootstrapClasses - get() { - classes("align-items-xl-stretch") - return this - } - - public val alignContentXlStart: BootstrapClasses - get() { - classes("align-content-xl-start") - return this - } - - public val alignContentXlEnd: BootstrapClasses - get() { - classes("align-content-xl-end") - return this - } - - public val alignContentXlCenter: BootstrapClasses - get() { - classes("align-content-xl-center") - return this - } - - public val alignContentXlBetween: BootstrapClasses - get() { - classes("align-content-xl-between") - return this - } - - public val alignContentXlAround: BootstrapClasses - get() { - classes("align-content-xl-around") - return this - } - - public val alignContentXlStretch: BootstrapClasses - get() { - classes("align-content-xl-stretch") - return this - } - - public val alignSelfXlAuto: BootstrapClasses - get() { - classes("align-self-xl-auto") - return this - } - - public val alignSelfXlStart: BootstrapClasses - get() { - classes("align-self-xl-start") - return this - } - - public val alignSelfXlEnd: BootstrapClasses - get() { - classes("align-self-xl-end") - return this - } - - public val alignSelfXlCenter: BootstrapClasses - get() { - classes("align-self-xl-center") - return this - } - - public val alignSelfXlBaseline: BootstrapClasses - get() { - classes("align-self-xl-baseline") - return this - } - - public val alignSelfXlStretch: BootstrapClasses - get() { - classes("align-self-xl-stretch") - return this - } - - public val orderXlFirst: BootstrapClasses - get() { - classes("order-xl-first") - return this - } - - public val orderXl0: BootstrapClasses - get() { - classes("order-xl-0") - return this - } - - public val orderXl1: BootstrapClasses - get() { - classes("order-xl-1") - return this - } - - public val orderXl2: BootstrapClasses - get() { - classes("order-xl-2") - return this - } - - public val orderXl3: BootstrapClasses - get() { - classes("order-xl-3") - return this - } - - public val orderXl4: BootstrapClasses - get() { - classes("order-xl-4") - return this - } - - public val orderXl5: BootstrapClasses - get() { - classes("order-xl-5") - return this - } - - public val orderXlLast: BootstrapClasses - get() { - classes("order-xl-last") - return this - } - - public val mXl0: BootstrapClasses - get() { - classes("m-xl-0") - return this - } - - public val mXl1: BootstrapClasses - get() { - classes("m-xl-1") - return this - } - - public val mXl2: BootstrapClasses - get() { - classes("m-xl-2") - return this - } - - public val mXl3: BootstrapClasses - get() { - classes("m-xl-3") - return this - } - - public val mXl4: BootstrapClasses - get() { - classes("m-xl-4") - return this - } - - public val mXl5: BootstrapClasses - get() { - classes("m-xl-5") - return this - } - - public val mXlAuto: BootstrapClasses - get() { - classes("m-xl-auto") - return this - } - - public val mxXl0: BootstrapClasses - get() { - classes("mx-xl-0") - return this - } - - public val mxXl1: BootstrapClasses - get() { - classes("mx-xl-1") - return this - } - - public val mxXl2: BootstrapClasses - get() { - classes("mx-xl-2") - return this - } - - public val mxXl3: BootstrapClasses - get() { - classes("mx-xl-3") - return this - } - - public val mxXl4: BootstrapClasses - get() { - classes("mx-xl-4") - return this - } - - public val mxXl5: BootstrapClasses - get() { - classes("mx-xl-5") - return this - } - - public val mxXlAuto: BootstrapClasses - get() { - classes("mx-xl-auto") - return this - } - - public val myXl0: BootstrapClasses - get() { - classes("my-xl-0") - return this - } - - public val myXl1: BootstrapClasses - get() { - classes("my-xl-1") - return this - } - - public val myXl2: BootstrapClasses - get() { - classes("my-xl-2") - return this - } - - public val myXl3: BootstrapClasses - get() { - classes("my-xl-3") - return this - } - - public val myXl4: BootstrapClasses - get() { - classes("my-xl-4") - return this - } - - public val myXl5: BootstrapClasses - get() { - classes("my-xl-5") - return this - } - - public val myXlAuto: BootstrapClasses - get() { - classes("my-xl-auto") - return this - } - - public val mtXl0: BootstrapClasses - get() { - classes("mt-xl-0") - return this - } - - public val mtXl1: BootstrapClasses - get() { - classes("mt-xl-1") - return this - } - - public val mtXl2: BootstrapClasses - get() { - classes("mt-xl-2") - return this - } - - public val mtXl3: BootstrapClasses - get() { - classes("mt-xl-3") - return this - } - - public val mtXl4: BootstrapClasses - get() { - classes("mt-xl-4") - return this - } - - public val mtXl5: BootstrapClasses - get() { - classes("mt-xl-5") - return this - } - - public val mtXlAuto: BootstrapClasses - get() { - classes("mt-xl-auto") - return this - } - - public val meXl0: BootstrapClasses - get() { - classes("me-xl-0") - return this - } - - public val meXl1: BootstrapClasses - get() { - classes("me-xl-1") - return this - } - - public val meXl2: BootstrapClasses - get() { - classes("me-xl-2") - return this - } - - public val meXl3: BootstrapClasses - get() { - classes("me-xl-3") - return this - } - - public val meXl4: BootstrapClasses - get() { - classes("me-xl-4") - return this - } - - public val meXl5: BootstrapClasses - get() { - classes("me-xl-5") - return this - } - - public val meXlAuto: BootstrapClasses - get() { - classes("me-xl-auto") - return this - } - - public val mbXl0: BootstrapClasses - get() { - classes("mb-xl-0") - return this - } - - public val mbXl1: BootstrapClasses - get() { - classes("mb-xl-1") - return this - } - - public val mbXl2: BootstrapClasses - get() { - classes("mb-xl-2") - return this - } - - public val mbXl3: BootstrapClasses - get() { - classes("mb-xl-3") - return this - } - - public val mbXl4: BootstrapClasses - get() { - classes("mb-xl-4") - return this - } - - public val mbXl5: BootstrapClasses - get() { - classes("mb-xl-5") - return this - } - - public val mbXlAuto: BootstrapClasses - get() { - classes("mb-xl-auto") - return this - } - - public val msXl0: BootstrapClasses - get() { - classes("ms-xl-0") - return this - } - - public val msXl1: BootstrapClasses - get() { - classes("ms-xl-1") - return this - } - - public val msXl2: BootstrapClasses - get() { - classes("ms-xl-2") - return this - } - - public val msXl3: BootstrapClasses - get() { - classes("ms-xl-3") - return this - } - - public val msXl4: BootstrapClasses - get() { - classes("ms-xl-4") - return this - } - - public val msXl5: BootstrapClasses - get() { - classes("ms-xl-5") - return this - } - - public val msXlAuto: BootstrapClasses - get() { - classes("ms-xl-auto") - return this - } - - public val pXl0: BootstrapClasses - get() { - classes("p-xl-0") - return this - } - - public val pXl1: BootstrapClasses - get() { - classes("p-xl-1") - return this - } - - public val pXl2: BootstrapClasses - get() { - classes("p-xl-2") - return this - } - - public val pXl3: BootstrapClasses - get() { - classes("p-xl-3") - return this - } - - public val pXl4: BootstrapClasses - get() { - classes("p-xl-4") - return this - } - - public val pXl5: BootstrapClasses - get() { - classes("p-xl-5") - return this - } - - public val pxXl0: BootstrapClasses - get() { - classes("px-xl-0") - return this - } - - public val pxXl1: BootstrapClasses - get() { - classes("px-xl-1") - return this - } - - public val pxXl2: BootstrapClasses - get() { - classes("px-xl-2") - return this - } - - public val pxXl3: BootstrapClasses - get() { - classes("px-xl-3") - return this - } - - public val pxXl4: BootstrapClasses - get() { - classes("px-xl-4") - return this - } - - public val pxXl5: BootstrapClasses - get() { - classes("px-xl-5") - return this - } - - public val pyXl0: BootstrapClasses - get() { - classes("py-xl-0") - return this - } - - public val pyXl1: BootstrapClasses - get() { - classes("py-xl-1") - return this - } - - public val pyXl2: BootstrapClasses - get() { - classes("py-xl-2") - return this - } - - public val pyXl3: BootstrapClasses - get() { - classes("py-xl-3") - return this - } - - public val pyXl4: BootstrapClasses - get() { - classes("py-xl-4") - return this - } - - public val pyXl5: BootstrapClasses - get() { - classes("py-xl-5") - return this - } - - public val ptXl0: BootstrapClasses - get() { - classes("pt-xl-0") - return this - } - - public val ptXl1: BootstrapClasses - get() { - classes("pt-xl-1") - return this - } - - public val ptXl2: BootstrapClasses - get() { - classes("pt-xl-2") - return this - } - - public val ptXl3: BootstrapClasses - get() { - classes("pt-xl-3") - return this - } - - public val ptXl4: BootstrapClasses - get() { - classes("pt-xl-4") - return this - } - - public val ptXl5: BootstrapClasses - get() { - classes("pt-xl-5") - return this - } - - public val peXl0: BootstrapClasses - get() { - classes("pe-xl-0") - return this - } - - public val peXl1: BootstrapClasses - get() { - classes("pe-xl-1") - return this - } - - public val peXl2: BootstrapClasses - get() { - classes("pe-xl-2") - return this - } - - public val peXl3: BootstrapClasses - get() { - classes("pe-xl-3") - return this - } - - public val peXl4: BootstrapClasses - get() { - classes("pe-xl-4") - return this - } - - public val peXl5: BootstrapClasses - get() { - classes("pe-xl-5") - return this - } - - public val pbXl0: BootstrapClasses - get() { - classes("pb-xl-0") - return this - } - - public val pbXl1: BootstrapClasses - get() { - classes("pb-xl-1") - return this - } - - public val pbXl2: BootstrapClasses - get() { - classes("pb-xl-2") - return this - } - - public val pbXl3: BootstrapClasses - get() { - classes("pb-xl-3") - return this - } - - public val pbXl4: BootstrapClasses - get() { - classes("pb-xl-4") - return this - } - - public val pbXl5: BootstrapClasses - get() { - classes("pb-xl-5") - return this - } - - public val psXl0: BootstrapClasses - get() { - classes("ps-xl-0") - return this - } - - public val psXl1: BootstrapClasses - get() { - classes("ps-xl-1") - return this - } - - public val psXl2: BootstrapClasses - get() { - classes("ps-xl-2") - return this - } - - public val psXl3: BootstrapClasses - get() { - classes("ps-xl-3") - return this - } - - public val psXl4: BootstrapClasses - get() { - classes("ps-xl-4") - return this - } - - public val psXl5: BootstrapClasses - get() { - classes("ps-xl-5") - return this - } - - public val gapXl0: BootstrapClasses - get() { - classes("gap-xl-0") - return this - } - - public val gapXl1: BootstrapClasses - get() { - classes("gap-xl-1") - return this - } - - public val gapXl2: BootstrapClasses - get() { - classes("gap-xl-2") - return this - } - - public val gapXl3: BootstrapClasses - get() { - classes("gap-xl-3") - return this - } - - public val gapXl4: BootstrapClasses - get() { - classes("gap-xl-4") - return this - } - - public val gapXl5: BootstrapClasses - get() { - classes("gap-xl-5") - return this - } - - public val rowGapXl0: BootstrapClasses - get() { - classes("row-gap-xl-0") - return this - } - - public val rowGapXl1: BootstrapClasses - get() { - classes("row-gap-xl-1") - return this - } - - public val rowGapXl2: BootstrapClasses - get() { - classes("row-gap-xl-2") - return this - } - - public val rowGapXl3: BootstrapClasses - get() { - classes("row-gap-xl-3") - return this - } - - public val rowGapXl4: BootstrapClasses - get() { - classes("row-gap-xl-4") - return this - } - - public val rowGapXl5: BootstrapClasses - get() { - classes("row-gap-xl-5") - return this - } - - public val columnGapXl0: BootstrapClasses - get() { - classes("column-gap-xl-0") - return this - } - - public val columnGapXl1: BootstrapClasses - get() { - classes("column-gap-xl-1") - return this - } - - public val columnGapXl2: BootstrapClasses - get() { - classes("column-gap-xl-2") - return this - } - - public val columnGapXl3: BootstrapClasses - get() { - classes("column-gap-xl-3") - return this - } - - public val columnGapXl4: BootstrapClasses - get() { - classes("column-gap-xl-4") - return this - } - - public val columnGapXl5: BootstrapClasses - get() { - classes("column-gap-xl-5") - return this - } - - public val textXlStart: BootstrapClasses - get() { - classes("text-xl-start") - return this - } - - public val textXlEnd: BootstrapClasses - get() { - classes("text-xl-end") - return this - } - - public val textXlCenter: BootstrapClasses - get() { - classes("text-xl-center") - return this - } - - public val floatXxlStart: BootstrapClasses - get() { - classes("float-xxl-start") - return this - } - - public val floatXxlEnd: BootstrapClasses - get() { - classes("float-xxl-end") - return this - } - - public val floatXxlNone: BootstrapClasses - get() { - classes("float-xxl-none") - return this - } - - public val objectFitXxlContain: BootstrapClasses - get() { - classes("object-fit-xxl-contain") - return this - } - - public val objectFitXxlCover: BootstrapClasses - get() { - classes("object-fit-xxl-cover") - return this - } - - public val objectFitXxlFill: BootstrapClasses - get() { - classes("object-fit-xxl-fill") - return this - } - - public val objectFitXxlScale: BootstrapClasses - get() { - classes("object-fit-xxl-scale") - return this - } - - public val objectFitXxlNone: BootstrapClasses - get() { - classes("object-fit-xxl-none") - return this - } - - public val dXxlInline: BootstrapClasses - get() { - classes("d-xxl-inline") - return this - } - - public val dXxlInlineBlock: BootstrapClasses - get() { - classes("d-xxl-inline-block") - return this - } - - public val dXxlBlock: BootstrapClasses - get() { - classes("d-xxl-block") - return this - } - - public val dXxlGrid: BootstrapClasses - get() { - classes("d-xxl-grid") - return this - } - - public val dXxlInlineGrid: BootstrapClasses - get() { - classes("d-xxl-inline-grid") - return this - } - - public val dXxlTable: BootstrapClasses - get() { - classes("d-xxl-table") - return this - } - - public val dXxlTableRow: BootstrapClasses - get() { - classes("d-xxl-table-row") - return this - } - - public val dXxlTableCell: BootstrapClasses - get() { - classes("d-xxl-table-cell") - return this - } - - public val dXxlFlex: BootstrapClasses - get() { - classes("d-xxl-flex") - return this - } - - public val dXxlInlineFlex: BootstrapClasses - get() { - classes("d-xxl-inline-flex") - return this - } - - public val dXxlNone: BootstrapClasses - get() { - classes("d-xxl-none") - return this - } - - public val flexXxlFill: BootstrapClasses - get() { - classes("flex-xxl-fill") - return this - } - - public val flexXxlRow: BootstrapClasses - get() { - classes("flex-xxl-row") - return this - } - - public val flexXxlColumn: BootstrapClasses - get() { - classes("flex-xxl-column") - return this - } - - public val flexXxlRowReverse: BootstrapClasses - get() { - classes("flex-xxl-row-reverse") - return this - } - - public val flexXxlColumnReverse: BootstrapClasses - get() { - classes("flex-xxl-column-reverse") - return this - } - - public val flexXxlGrow0: BootstrapClasses - get() { - classes("flex-xxl-grow-0") - return this - } - - public val flexXxlGrow1: BootstrapClasses - get() { - classes("flex-xxl-grow-1") - return this - } - - public val flexXxlShrink0: BootstrapClasses - get() { - classes("flex-xxl-shrink-0") - return this - } - - public val flexXxlShrink1: BootstrapClasses - get() { - classes("flex-xxl-shrink-1") - return this - } - - public val flexXxlWrap: BootstrapClasses - get() { - classes("flex-xxl-wrap") - return this - } - - public val flexXxlNowrap: BootstrapClasses - get() { - classes("flex-xxl-nowrap") - return this - } - - public val flexXxlWrapReverse: BootstrapClasses - get() { - classes("flex-xxl-wrap-reverse") - return this - } - - public val justifyContentXxlStart: BootstrapClasses - get() { - classes("justify-content-xxl-start") - return this - } - - public val justifyContentXxlEnd: BootstrapClasses - get() { - classes("justify-content-xxl-end") - return this - } - - public val justifyContentXxlCenter: BootstrapClasses - get() { - classes("justify-content-xxl-center") - return this - } - - public val justifyContentXxlBetween: BootstrapClasses - get() { - classes("justify-content-xxl-between") - return this - } - - public val justifyContentXxlAround: BootstrapClasses - get() { - classes("justify-content-xxl-around") - return this - } - - public val justifyContentXxlEvenly: BootstrapClasses - get() { - classes("justify-content-xxl-evenly") - return this - } - - public val alignItemsXxlStart: BootstrapClasses - get() { - classes("align-items-xxl-start") - return this - } - - public val alignItemsXxlEnd: BootstrapClasses - get() { - classes("align-items-xxl-end") - return this - } - - public val alignItemsXxlCenter: BootstrapClasses - get() { - classes("align-items-xxl-center") - return this - } - - public val alignItemsXxlBaseline: BootstrapClasses - get() { - classes("align-items-xxl-baseline") - return this - } - - public val alignItemsXxlStretch: BootstrapClasses - get() { - classes("align-items-xxl-stretch") - return this - } - - public val alignContentXxlStart: BootstrapClasses - get() { - classes("align-content-xxl-start") - return this - } - - public val alignContentXxlEnd: BootstrapClasses - get() { - classes("align-content-xxl-end") - return this - } - - public val alignContentXxlCenter: BootstrapClasses - get() { - classes("align-content-xxl-center") - return this - } - - public val alignContentXxlBetween: BootstrapClasses - get() { - classes("align-content-xxl-between") - return this - } - - public val alignContentXxlAround: BootstrapClasses - get() { - classes("align-content-xxl-around") - return this - } - - public val alignContentXxlStretch: BootstrapClasses - get() { - classes("align-content-xxl-stretch") - return this - } - - public val alignSelfXxlAuto: BootstrapClasses - get() { - classes("align-self-xxl-auto") - return this - } - - public val alignSelfXxlStart: BootstrapClasses - get() { - classes("align-self-xxl-start") - return this - } - - public val alignSelfXxlEnd: BootstrapClasses - get() { - classes("align-self-xxl-end") - return this - } - - public val alignSelfXxlCenter: BootstrapClasses - get() { - classes("align-self-xxl-center") - return this - } - - public val alignSelfXxlBaseline: BootstrapClasses - get() { - classes("align-self-xxl-baseline") - return this - } - - public val alignSelfXxlStretch: BootstrapClasses - get() { - classes("align-self-xxl-stretch") - return this - } - - public val orderXxlFirst: BootstrapClasses - get() { - classes("order-xxl-first") - return this - } - - public val orderXxl0: BootstrapClasses - get() { - classes("order-xxl-0") - return this - } - - public val orderXxl1: BootstrapClasses - get() { - classes("order-xxl-1") - return this - } - - public val orderXxl2: BootstrapClasses - get() { - classes("order-xxl-2") - return this - } - - public val orderXxl3: BootstrapClasses - get() { - classes("order-xxl-3") - return this - } - - public val orderXxl4: BootstrapClasses - get() { - classes("order-xxl-4") - return this - } - - public val orderXxl5: BootstrapClasses - get() { - classes("order-xxl-5") - return this - } - - public val orderXxlLast: BootstrapClasses - get() { - classes("order-xxl-last") - return this - } - - public val mXxl0: BootstrapClasses - get() { - classes("m-xxl-0") - return this - } - - public val mXxl1: BootstrapClasses - get() { - classes("m-xxl-1") - return this - } - - public val mXxl2: BootstrapClasses - get() { - classes("m-xxl-2") - return this - } - - public val mXxl3: BootstrapClasses - get() { - classes("m-xxl-3") - return this - } - - public val mXxl4: BootstrapClasses - get() { - classes("m-xxl-4") - return this - } - - public val mXxl5: BootstrapClasses - get() { - classes("m-xxl-5") - return this - } - - public val mXxlAuto: BootstrapClasses - get() { - classes("m-xxl-auto") - return this - } - - public val mxXxl0: BootstrapClasses - get() { - classes("mx-xxl-0") - return this - } - - public val mxXxl1: BootstrapClasses - get() { - classes("mx-xxl-1") - return this - } - - public val mxXxl2: BootstrapClasses - get() { - classes("mx-xxl-2") - return this - } - - public val mxXxl3: BootstrapClasses - get() { - classes("mx-xxl-3") - return this - } - - public val mxXxl4: BootstrapClasses - get() { - classes("mx-xxl-4") - return this - } - - public val mxXxl5: BootstrapClasses - get() { - classes("mx-xxl-5") - return this - } - - public val mxXxlAuto: BootstrapClasses - get() { - classes("mx-xxl-auto") - return this - } - - public val myXxl0: BootstrapClasses - get() { - classes("my-xxl-0") - return this - } - - public val myXxl1: BootstrapClasses - get() { - classes("my-xxl-1") - return this - } - - public val myXxl2: BootstrapClasses - get() { - classes("my-xxl-2") - return this - } - - public val myXxl3: BootstrapClasses - get() { - classes("my-xxl-3") - return this - } - - public val myXxl4: BootstrapClasses - get() { - classes("my-xxl-4") - return this - } - - public val myXxl5: BootstrapClasses - get() { - classes("my-xxl-5") - return this - } - - public val myXxlAuto: BootstrapClasses - get() { - classes("my-xxl-auto") - return this - } - - public val mtXxl0: BootstrapClasses - get() { - classes("mt-xxl-0") - return this - } - - public val mtXxl1: BootstrapClasses - get() { - classes("mt-xxl-1") - return this - } - - public val mtXxl2: BootstrapClasses - get() { - classes("mt-xxl-2") - return this - } - - public val mtXxl3: BootstrapClasses - get() { - classes("mt-xxl-3") - return this - } - - public val mtXxl4: BootstrapClasses - get() { - classes("mt-xxl-4") - return this - } - - public val mtXxl5: BootstrapClasses - get() { - classes("mt-xxl-5") - return this - } - - public val mtXxlAuto: BootstrapClasses - get() { - classes("mt-xxl-auto") - return this - } - - public val meXxl0: BootstrapClasses - get() { - classes("me-xxl-0") - return this - } - - public val meXxl1: BootstrapClasses - get() { - classes("me-xxl-1") - return this - } - - public val meXxl2: BootstrapClasses - get() { - classes("me-xxl-2") - return this - } - - public val meXxl3: BootstrapClasses - get() { - classes("me-xxl-3") - return this - } - - public val meXxl4: BootstrapClasses - get() { - classes("me-xxl-4") - return this - } - - public val meXxl5: BootstrapClasses - get() { - classes("me-xxl-5") - return this - } - - public val meXxlAuto: BootstrapClasses - get() { - classes("me-xxl-auto") - return this - } - - public val mbXxl0: BootstrapClasses - get() { - classes("mb-xxl-0") - return this - } - - public val mbXxl1: BootstrapClasses - get() { - classes("mb-xxl-1") - return this - } - - public val mbXxl2: BootstrapClasses - get() { - classes("mb-xxl-2") - return this - } - - public val mbXxl3: BootstrapClasses - get() { - classes("mb-xxl-3") - return this - } - - public val mbXxl4: BootstrapClasses - get() { - classes("mb-xxl-4") - return this - } - - public val mbXxl5: BootstrapClasses - get() { - classes("mb-xxl-5") - return this - } - - public val mbXxlAuto: BootstrapClasses - get() { - classes("mb-xxl-auto") - return this - } - - public val msXxl0: BootstrapClasses - get() { - classes("ms-xxl-0") - return this - } - - public val msXxl1: BootstrapClasses - get() { - classes("ms-xxl-1") - return this - } - - public val msXxl2: BootstrapClasses - get() { - classes("ms-xxl-2") - return this - } - - public val msXxl3: BootstrapClasses - get() { - classes("ms-xxl-3") - return this - } - - public val msXxl4: BootstrapClasses - get() { - classes("ms-xxl-4") - return this - } - - public val msXxl5: BootstrapClasses - get() { - classes("ms-xxl-5") - return this - } - - public val msXxlAuto: BootstrapClasses - get() { - classes("ms-xxl-auto") - return this - } - - public val pXxl0: BootstrapClasses - get() { - classes("p-xxl-0") - return this - } - - public val pXxl1: BootstrapClasses - get() { - classes("p-xxl-1") - return this - } - - public val pXxl2: BootstrapClasses - get() { - classes("p-xxl-2") - return this - } - - public val pXxl3: BootstrapClasses - get() { - classes("p-xxl-3") - return this - } - - public val pXxl4: BootstrapClasses - get() { - classes("p-xxl-4") - return this - } - - public val pXxl5: BootstrapClasses - get() { - classes("p-xxl-5") - return this - } - - public val pxXxl0: BootstrapClasses - get() { - classes("px-xxl-0") - return this - } - - public val pxXxl1: BootstrapClasses - get() { - classes("px-xxl-1") - return this - } - - public val pxXxl2: BootstrapClasses - get() { - classes("px-xxl-2") - return this - } - - public val pxXxl3: BootstrapClasses - get() { - classes("px-xxl-3") - return this - } - - public val pxXxl4: BootstrapClasses - get() { - classes("px-xxl-4") - return this - } - - public val pxXxl5: BootstrapClasses - get() { - classes("px-xxl-5") - return this - } - - public val pyXxl0: BootstrapClasses - get() { - classes("py-xxl-0") - return this - } - - public val pyXxl1: BootstrapClasses - get() { - classes("py-xxl-1") - return this - } - - public val pyXxl2: BootstrapClasses - get() { - classes("py-xxl-2") - return this - } - - public val pyXxl3: BootstrapClasses - get() { - classes("py-xxl-3") - return this - } - - public val pyXxl4: BootstrapClasses - get() { - classes("py-xxl-4") - return this - } - - public val pyXxl5: BootstrapClasses - get() { - classes("py-xxl-5") - return this - } - - public val ptXxl0: BootstrapClasses - get() { - classes("pt-xxl-0") - return this - } - - public val ptXxl1: BootstrapClasses - get() { - classes("pt-xxl-1") - return this - } - - public val ptXxl2: BootstrapClasses - get() { - classes("pt-xxl-2") - return this - } - - public val ptXxl3: BootstrapClasses - get() { - classes("pt-xxl-3") - return this - } - - public val ptXxl4: BootstrapClasses - get() { - classes("pt-xxl-4") - return this - } - - public val ptXxl5: BootstrapClasses - get() { - classes("pt-xxl-5") - return this - } - - public val peXxl0: BootstrapClasses - get() { - classes("pe-xxl-0") - return this - } - - public val peXxl1: BootstrapClasses - get() { - classes("pe-xxl-1") - return this - } - - public val peXxl2: BootstrapClasses - get() { - classes("pe-xxl-2") - return this - } - - public val peXxl3: BootstrapClasses - get() { - classes("pe-xxl-3") - return this - } - - public val peXxl4: BootstrapClasses - get() { - classes("pe-xxl-4") - return this - } - - public val peXxl5: BootstrapClasses - get() { - classes("pe-xxl-5") - return this - } - - public val pbXxl0: BootstrapClasses - get() { - classes("pb-xxl-0") - return this - } - - public val pbXxl1: BootstrapClasses - get() { - classes("pb-xxl-1") - return this - } - - public val pbXxl2: BootstrapClasses - get() { - classes("pb-xxl-2") - return this - } - - public val pbXxl3: BootstrapClasses - get() { - classes("pb-xxl-3") - return this - } - - public val pbXxl4: BootstrapClasses - get() { - classes("pb-xxl-4") - return this - } - - public val pbXxl5: BootstrapClasses - get() { - classes("pb-xxl-5") - return this - } - - public val psXxl0: BootstrapClasses - get() { - classes("ps-xxl-0") - return this - } - - public val psXxl1: BootstrapClasses - get() { - classes("ps-xxl-1") - return this - } - - public val psXxl2: BootstrapClasses - get() { - classes("ps-xxl-2") - return this - } - - public val psXxl3: BootstrapClasses - get() { - classes("ps-xxl-3") - return this - } - - public val psXxl4: BootstrapClasses - get() { - classes("ps-xxl-4") - return this - } - - public val psXxl5: BootstrapClasses - get() { - classes("ps-xxl-5") - return this - } - - public val gapXxl0: BootstrapClasses - get() { - classes("gap-xxl-0") - return this - } - - public val gapXxl1: BootstrapClasses - get() { - classes("gap-xxl-1") - return this - } - - public val gapXxl2: BootstrapClasses - get() { - classes("gap-xxl-2") - return this - } - - public val gapXxl3: BootstrapClasses - get() { - classes("gap-xxl-3") - return this - } - - public val gapXxl4: BootstrapClasses - get() { - classes("gap-xxl-4") - return this - } - - public val gapXxl5: BootstrapClasses - get() { - classes("gap-xxl-5") - return this - } - - public val rowGapXxl0: BootstrapClasses - get() { - classes("row-gap-xxl-0") - return this - } - - public val rowGapXxl1: BootstrapClasses - get() { - classes("row-gap-xxl-1") - return this - } - - public val rowGapXxl2: BootstrapClasses - get() { - classes("row-gap-xxl-2") - return this - } - - public val rowGapXxl3: BootstrapClasses - get() { - classes("row-gap-xxl-3") - return this - } - - public val rowGapXxl4: BootstrapClasses - get() { - classes("row-gap-xxl-4") - return this - } - - public val rowGapXxl5: BootstrapClasses - get() { - classes("row-gap-xxl-5") - return this - } - - public val columnGapXxl0: BootstrapClasses - get() { - classes("column-gap-xxl-0") - return this - } - - public val columnGapXxl1: BootstrapClasses - get() { - classes("column-gap-xxl-1") - return this - } - - public val columnGapXxl2: BootstrapClasses - get() { - classes("column-gap-xxl-2") - return this - } - - public val columnGapXxl3: BootstrapClasses - get() { - classes("column-gap-xxl-3") - return this - } - - public val columnGapXxl4: BootstrapClasses - get() { - classes("column-gap-xxl-4") - return this - } - - public val columnGapXxl5: BootstrapClasses - get() { - classes("column-gap-xxl-5") - return this - } - - public val textXxlStart: BootstrapClasses - get() { - classes("text-xxl-start") - return this - } - - public val textXxlEnd: BootstrapClasses - get() { - classes("text-xxl-end") - return this - } - - public val textXxlCenter: BootstrapClasses - get() { - classes("text-xxl-center") - return this - } - - public val dPrintInline: BootstrapClasses - get() { - classes("d-print-inline") - return this - } - - public val dPrintInlineBlock: BootstrapClasses - get() { - classes("d-print-inline-block") - return this - } - - public val dPrintBlock: BootstrapClasses - get() { - classes("d-print-block") - return this - } - - public val dPrintGrid: BootstrapClasses - get() { - classes("d-print-grid") - return this - } - - public val dPrintInlineGrid: BootstrapClasses - get() { - classes("d-print-inline-grid") - return this - } - - public val dPrintTable: BootstrapClasses - get() { - classes("d-print-table") - return this - } - - public val dPrintTableRow: BootstrapClasses - get() { - classes("d-print-table-row") - return this - } - - public val dPrintTableCell: BootstrapClasses - get() { - classes("d-print-table-cell") - return this - } - - public val dPrintFlex: BootstrapClasses - get() { - classes("d-print-flex") - return this - } - - public val dPrintInlineFlex: BootstrapClasses - get() { - classes("d-print-inline-flex") - return this - } - - public val dPrintNone: BootstrapClasses - get() { - classes("d-print-none") - return this - } - -} \ No newline at end of file +public val AttributeBuilder.bsH6: AttributeBuilder + get() { + classes("h6") + return this + } + +public val AttributeBuilder.bsH5: AttributeBuilder + get() { + classes("h5") + return this + } + +public val AttributeBuilder.bsH4: AttributeBuilder + get() { + classes("h4") + return this + } + +public val AttributeBuilder.bsH3: AttributeBuilder + get() { + classes("h3") + return this + } + +public val AttributeBuilder.bsH2: AttributeBuilder + get() { + classes("h2") + return this + } + +public val AttributeBuilder.bsH1: AttributeBuilder + get() { + classes("h1") + return this + } + +public val AttributeBuilder.bsSmall: AttributeBuilder + get() { + classes("small") + return this + } + +public val AttributeBuilder.bsMark: AttributeBuilder + get() { + classes("mark") + return this + } + +public val AttributeBuilder.bsLead: AttributeBuilder + get() { + classes("lead") + return this + } + +public val AttributeBuilder.bsDisplay1: AttributeBuilder + get() { + classes("display-1") + return this + } + +public val AttributeBuilder.bsDisplay2: AttributeBuilder + get() { + classes("display-2") + return this + } + +public val AttributeBuilder.bsDisplay3: AttributeBuilder + get() { + classes("display-3") + return this + } + +public val AttributeBuilder.bsDisplay4: AttributeBuilder + get() { + classes("display-4") + return this + } + +public val AttributeBuilder.bsDisplay5: AttributeBuilder + get() { + classes("display-5") + return this + } + +public val AttributeBuilder.bsDisplay6: AttributeBuilder + get() { + classes("display-6") + return this + } + +public val AttributeBuilder.bsListUnstyled: AttributeBuilder + get() { + classes("list-unstyled") + return this + } + +public val AttributeBuilder.bsListInline: AttributeBuilder + get() { + classes("list-inline") + return this + } + +public val AttributeBuilder.bsListInlineItem: AttributeBuilder + get() { + classes("list-inline-item") + return this + } + +public val AttributeBuilder.bsInitialism: AttributeBuilder + get() { + classes("initialism") + return this + } + +public val AttributeBuilder.bsBlockquote: AttributeBuilder + get() { + classes("blockquote") + return this + } + +public val AttributeBuilder.bsBlockquoteFooter: AttributeBuilder + get() { + classes("blockquote-footer") + return this + } + +public val AttributeBuilder.bsImgFluid: AttributeBuilder + get() { + classes("img-fluid") + return this + } + +public val AttributeBuilder.bsImgThumbnail: AttributeBuilder + get() { + classes("img-thumbnail") + return this + } + +public val AttributeBuilder.bsFigure: AttributeBuilder + get() { + classes("figure") + return this + } + +public val AttributeBuilder.bsFigureImg: AttributeBuilder + get() { + classes("figure-img") + return this + } + +public val AttributeBuilder.bsFigureCaption: AttributeBuilder + get() { + classes("figure-caption") + return this + } + +public val AttributeBuilder.bsContainer: AttributeBuilder + get() { + classes("container") + return this + } + +public val AttributeBuilder.bsContainerFluid: AttributeBuilder + get() { + classes("container-fluid") + return this + } + +public val AttributeBuilder.bsContainerXxl: AttributeBuilder + get() { + classes("container-xxl") + return this + } + +public val AttributeBuilder.bsContainerXl: AttributeBuilder + get() { + classes("container-xl") + return this + } + +public val AttributeBuilder.bsContainerLg: AttributeBuilder + get() { + classes("container-lg") + return this + } + +public val AttributeBuilder.bsContainerMd: AttributeBuilder + get() { + classes("container-md") + return this + } + +public val AttributeBuilder.bsContainerSm: AttributeBuilder + get() { + classes("container-sm") + return this + } + +public val AttributeBuilder.bsRow: AttributeBuilder + get() { + classes("row") + return this + } + +public val AttributeBuilder.bsCol: AttributeBuilder + get() { + classes("col") + return this + } + +public val AttributeBuilder.bsRowColsAuto: AttributeBuilder + get() { + classes("row-cols-auto") + return this + } + +public val AttributeBuilder.bsRowCols1: AttributeBuilder + get() { + classes("row-cols-1") + return this + } + +public val AttributeBuilder.bsRowCols2: AttributeBuilder + get() { + classes("row-cols-2") + return this + } + +public val AttributeBuilder.bsRowCols3: AttributeBuilder + get() { + classes("row-cols-3") + return this + } + +public val AttributeBuilder.bsRowCols4: AttributeBuilder + get() { + classes("row-cols-4") + return this + } + +public val AttributeBuilder.bsRowCols5: AttributeBuilder + get() { + classes("row-cols-5") + return this + } + +public val AttributeBuilder.bsRowCols6: AttributeBuilder + get() { + classes("row-cols-6") + return this + } + +public val AttributeBuilder.bsColAuto: AttributeBuilder + get() { + classes("col-auto") + return this + } + +public val AttributeBuilder.bsCol1: AttributeBuilder + get() { + classes("col-1") + return this + } + +public val AttributeBuilder.bsCol2: AttributeBuilder + get() { + classes("col-2") + return this + } + +public val AttributeBuilder.bsCol3: AttributeBuilder + get() { + classes("col-3") + return this + } + +public val AttributeBuilder.bsCol4: AttributeBuilder + get() { + classes("col-4") + return this + } + +public val AttributeBuilder.bsCol5: AttributeBuilder + get() { + classes("col-5") + return this + } + +public val AttributeBuilder.bsCol6: AttributeBuilder + get() { + classes("col-6") + return this + } + +public val AttributeBuilder.bsCol7: AttributeBuilder + get() { + classes("col-7") + return this + } + +public val AttributeBuilder.bsCol8: AttributeBuilder + get() { + classes("col-8") + return this + } + +public val AttributeBuilder.bsCol9: AttributeBuilder + get() { + classes("col-9") + return this + } + +public val AttributeBuilder.bsCol10: AttributeBuilder + get() { + classes("col-10") + return this + } + +public val AttributeBuilder.bsCol11: AttributeBuilder + get() { + classes("col-11") + return this + } + +public val AttributeBuilder.bsCol12: AttributeBuilder + get() { + classes("col-12") + return this + } + +public val AttributeBuilder.bsOffset1: AttributeBuilder + get() { + classes("offset-1") + return this + } + +public val AttributeBuilder.bsOffset2: AttributeBuilder + get() { + classes("offset-2") + return this + } + +public val AttributeBuilder.bsOffset3: AttributeBuilder + get() { + classes("offset-3") + return this + } + +public val AttributeBuilder.bsOffset4: AttributeBuilder + get() { + classes("offset-4") + return this + } + +public val AttributeBuilder.bsOffset5: AttributeBuilder + get() { + classes("offset-5") + return this + } + +public val AttributeBuilder.bsOffset6: AttributeBuilder + get() { + classes("offset-6") + return this + } + +public val AttributeBuilder.bsOffset7: AttributeBuilder + get() { + classes("offset-7") + return this + } + +public val AttributeBuilder.bsOffset8: AttributeBuilder + get() { + classes("offset-8") + return this + } + +public val AttributeBuilder.bsOffset9: AttributeBuilder + get() { + classes("offset-9") + return this + } + +public val AttributeBuilder.bsOffset10: AttributeBuilder + get() { + classes("offset-10") + return this + } + +public val AttributeBuilder.bsOffset11: AttributeBuilder + get() { + classes("offset-11") + return this + } + +public val AttributeBuilder.bsG0: AttributeBuilder + get() { + classes("g-0") + return this + } + +public val AttributeBuilder.bsGx0: AttributeBuilder + get() { + classes("gx-0") + return this + } + +public val AttributeBuilder.bsGy0: AttributeBuilder + get() { + classes("gy-0") + return this + } + +public val AttributeBuilder.bsG1: AttributeBuilder + get() { + classes("g-1") + return this + } + +public val AttributeBuilder.bsGx1: AttributeBuilder + get() { + classes("gx-1") + return this + } + +public val AttributeBuilder.bsGy1: AttributeBuilder + get() { + classes("gy-1") + return this + } + +public val AttributeBuilder.bsG2: AttributeBuilder + get() { + classes("g-2") + return this + } + +public val AttributeBuilder.bsGx2: AttributeBuilder + get() { + classes("gx-2") + return this + } + +public val AttributeBuilder.bsGy2: AttributeBuilder + get() { + classes("gy-2") + return this + } + +public val AttributeBuilder.bsG3: AttributeBuilder + get() { + classes("g-3") + return this + } + +public val AttributeBuilder.bsGx3: AttributeBuilder + get() { + classes("gx-3") + return this + } + +public val AttributeBuilder.bsGy3: AttributeBuilder + get() { + classes("gy-3") + return this + } + +public val AttributeBuilder.bsG4: AttributeBuilder + get() { + classes("g-4") + return this + } + +public val AttributeBuilder.bsGx4: AttributeBuilder + get() { + classes("gx-4") + return this + } + +public val AttributeBuilder.bsGy4: AttributeBuilder + get() { + classes("gy-4") + return this + } + +public val AttributeBuilder.bsG5: AttributeBuilder + get() { + classes("g-5") + return this + } + +public val AttributeBuilder.bsGx5: AttributeBuilder + get() { + classes("gx-5") + return this + } + +public val AttributeBuilder.bsGy5: AttributeBuilder + get() { + classes("gy-5") + return this + } + +public val AttributeBuilder.bsColSm: AttributeBuilder + get() { + classes("col-sm") + return this + } + +public val AttributeBuilder.bsRowColsSmAuto: AttributeBuilder + get() { + classes("row-cols-sm-auto") + return this + } + +public val AttributeBuilder.bsRowColsSm1: AttributeBuilder + get() { + classes("row-cols-sm-1") + return this + } + +public val AttributeBuilder.bsRowColsSm2: AttributeBuilder + get() { + classes("row-cols-sm-2") + return this + } + +public val AttributeBuilder.bsRowColsSm3: AttributeBuilder + get() { + classes("row-cols-sm-3") + return this + } + +public val AttributeBuilder.bsRowColsSm4: AttributeBuilder + get() { + classes("row-cols-sm-4") + return this + } + +public val AttributeBuilder.bsRowColsSm5: AttributeBuilder + get() { + classes("row-cols-sm-5") + return this + } + +public val AttributeBuilder.bsRowColsSm6: AttributeBuilder + get() { + classes("row-cols-sm-6") + return this + } + +public val AttributeBuilder.bsColSmAuto: AttributeBuilder + get() { + classes("col-sm-auto") + return this + } + +public val AttributeBuilder.bsColSm1: AttributeBuilder + get() { + classes("col-sm-1") + return this + } + +public val AttributeBuilder.bsColSm2: AttributeBuilder + get() { + classes("col-sm-2") + return this + } + +public val AttributeBuilder.bsColSm3: AttributeBuilder + get() { + classes("col-sm-3") + return this + } + +public val AttributeBuilder.bsColSm4: AttributeBuilder + get() { + classes("col-sm-4") + return this + } + +public val AttributeBuilder.bsColSm5: AttributeBuilder + get() { + classes("col-sm-5") + return this + } + +public val AttributeBuilder.bsColSm6: AttributeBuilder + get() { + classes("col-sm-6") + return this + } + +public val AttributeBuilder.bsColSm7: AttributeBuilder + get() { + classes("col-sm-7") + return this + } + +public val AttributeBuilder.bsColSm8: AttributeBuilder + get() { + classes("col-sm-8") + return this + } + +public val AttributeBuilder.bsColSm9: AttributeBuilder + get() { + classes("col-sm-9") + return this + } + +public val AttributeBuilder.bsColSm10: AttributeBuilder + get() { + classes("col-sm-10") + return this + } + +public val AttributeBuilder.bsColSm11: AttributeBuilder + get() { + classes("col-sm-11") + return this + } + +public val AttributeBuilder.bsColSm12: AttributeBuilder + get() { + classes("col-sm-12") + return this + } + +public val AttributeBuilder.bsOffsetSm0: AttributeBuilder + get() { + classes("offset-sm-0") + return this + } + +public val AttributeBuilder.bsOffsetSm1: AttributeBuilder + get() { + classes("offset-sm-1") + return this + } + +public val AttributeBuilder.bsOffsetSm2: AttributeBuilder + get() { + classes("offset-sm-2") + return this + } + +public val AttributeBuilder.bsOffsetSm3: AttributeBuilder + get() { + classes("offset-sm-3") + return this + } + +public val AttributeBuilder.bsOffsetSm4: AttributeBuilder + get() { + classes("offset-sm-4") + return this + } + +public val AttributeBuilder.bsOffsetSm5: AttributeBuilder + get() { + classes("offset-sm-5") + return this + } + +public val AttributeBuilder.bsOffsetSm6: AttributeBuilder + get() { + classes("offset-sm-6") + return this + } + +public val AttributeBuilder.bsOffsetSm7: AttributeBuilder + get() { + classes("offset-sm-7") + return this + } + +public val AttributeBuilder.bsOffsetSm8: AttributeBuilder + get() { + classes("offset-sm-8") + return this + } + +public val AttributeBuilder.bsOffsetSm9: AttributeBuilder + get() { + classes("offset-sm-9") + return this + } + +public val AttributeBuilder.bsOffsetSm10: AttributeBuilder + get() { + classes("offset-sm-10") + return this + } + +public val AttributeBuilder.bsOffsetSm11: AttributeBuilder + get() { + classes("offset-sm-11") + return this + } + +public val AttributeBuilder.bsGSm0: AttributeBuilder + get() { + classes("g-sm-0") + return this + } + +public val AttributeBuilder.bsGxSm0: AttributeBuilder + get() { + classes("gx-sm-0") + return this + } + +public val AttributeBuilder.bsGySm0: AttributeBuilder + get() { + classes("gy-sm-0") + return this + } + +public val AttributeBuilder.bsGSm1: AttributeBuilder + get() { + classes("g-sm-1") + return this + } + +public val AttributeBuilder.bsGxSm1: AttributeBuilder + get() { + classes("gx-sm-1") + return this + } + +public val AttributeBuilder.bsGySm1: AttributeBuilder + get() { + classes("gy-sm-1") + return this + } + +public val AttributeBuilder.bsGSm2: AttributeBuilder + get() { + classes("g-sm-2") + return this + } + +public val AttributeBuilder.bsGxSm2: AttributeBuilder + get() { + classes("gx-sm-2") + return this + } + +public val AttributeBuilder.bsGySm2: AttributeBuilder + get() { + classes("gy-sm-2") + return this + } + +public val AttributeBuilder.bsGSm3: AttributeBuilder + get() { + classes("g-sm-3") + return this + } + +public val AttributeBuilder.bsGxSm3: AttributeBuilder + get() { + classes("gx-sm-3") + return this + } + +public val AttributeBuilder.bsGySm3: AttributeBuilder + get() { + classes("gy-sm-3") + return this + } + +public val AttributeBuilder.bsGSm4: AttributeBuilder + get() { + classes("g-sm-4") + return this + } + +public val AttributeBuilder.bsGxSm4: AttributeBuilder + get() { + classes("gx-sm-4") + return this + } + +public val AttributeBuilder.bsGySm4: AttributeBuilder + get() { + classes("gy-sm-4") + return this + } + +public val AttributeBuilder.bsGSm5: AttributeBuilder + get() { + classes("g-sm-5") + return this + } + +public val AttributeBuilder.bsGxSm5: AttributeBuilder + get() { + classes("gx-sm-5") + return this + } + +public val AttributeBuilder.bsGySm5: AttributeBuilder + get() { + classes("gy-sm-5") + return this + } + +public val AttributeBuilder.bsColMd: AttributeBuilder + get() { + classes("col-md") + return this + } + +public val AttributeBuilder.bsRowColsMdAuto: AttributeBuilder + get() { + classes("row-cols-md-auto") + return this + } + +public val AttributeBuilder.bsRowColsMd1: AttributeBuilder + get() { + classes("row-cols-md-1") + return this + } + +public val AttributeBuilder.bsRowColsMd2: AttributeBuilder + get() { + classes("row-cols-md-2") + return this + } + +public val AttributeBuilder.bsRowColsMd3: AttributeBuilder + get() { + classes("row-cols-md-3") + return this + } + +public val AttributeBuilder.bsRowColsMd4: AttributeBuilder + get() { + classes("row-cols-md-4") + return this + } + +public val AttributeBuilder.bsRowColsMd5: AttributeBuilder + get() { + classes("row-cols-md-5") + return this + } + +public val AttributeBuilder.bsRowColsMd6: AttributeBuilder + get() { + classes("row-cols-md-6") + return this + } + +public val AttributeBuilder.bsColMdAuto: AttributeBuilder + get() { + classes("col-md-auto") + return this + } + +public val AttributeBuilder.bsColMd1: AttributeBuilder + get() { + classes("col-md-1") + return this + } + +public val AttributeBuilder.bsColMd2: AttributeBuilder + get() { + classes("col-md-2") + return this + } + +public val AttributeBuilder.bsColMd3: AttributeBuilder + get() { + classes("col-md-3") + return this + } + +public val AttributeBuilder.bsColMd4: AttributeBuilder + get() { + classes("col-md-4") + return this + } + +public val AttributeBuilder.bsColMd5: AttributeBuilder + get() { + classes("col-md-5") + return this + } + +public val AttributeBuilder.bsColMd6: AttributeBuilder + get() { + classes("col-md-6") + return this + } + +public val AttributeBuilder.bsColMd7: AttributeBuilder + get() { + classes("col-md-7") + return this + } + +public val AttributeBuilder.bsColMd8: AttributeBuilder + get() { + classes("col-md-8") + return this + } + +public val AttributeBuilder.bsColMd9: AttributeBuilder + get() { + classes("col-md-9") + return this + } + +public val AttributeBuilder.bsColMd10: AttributeBuilder + get() { + classes("col-md-10") + return this + } + +public val AttributeBuilder.bsColMd11: AttributeBuilder + get() { + classes("col-md-11") + return this + } + +public val AttributeBuilder.bsColMd12: AttributeBuilder + get() { + classes("col-md-12") + return this + } + +public val AttributeBuilder.bsOffsetMd0: AttributeBuilder + get() { + classes("offset-md-0") + return this + } + +public val AttributeBuilder.bsOffsetMd1: AttributeBuilder + get() { + classes("offset-md-1") + return this + } + +public val AttributeBuilder.bsOffsetMd2: AttributeBuilder + get() { + classes("offset-md-2") + return this + } + +public val AttributeBuilder.bsOffsetMd3: AttributeBuilder + get() { + classes("offset-md-3") + return this + } + +public val AttributeBuilder.bsOffsetMd4: AttributeBuilder + get() { + classes("offset-md-4") + return this + } + +public val AttributeBuilder.bsOffsetMd5: AttributeBuilder + get() { + classes("offset-md-5") + return this + } + +public val AttributeBuilder.bsOffsetMd6: AttributeBuilder + get() { + classes("offset-md-6") + return this + } + +public val AttributeBuilder.bsOffsetMd7: AttributeBuilder + get() { + classes("offset-md-7") + return this + } + +public val AttributeBuilder.bsOffsetMd8: AttributeBuilder + get() { + classes("offset-md-8") + return this + } + +public val AttributeBuilder.bsOffsetMd9: AttributeBuilder + get() { + classes("offset-md-9") + return this + } + +public val AttributeBuilder.bsOffsetMd10: AttributeBuilder + get() { + classes("offset-md-10") + return this + } + +public val AttributeBuilder.bsOffsetMd11: AttributeBuilder + get() { + classes("offset-md-11") + return this + } + +public val AttributeBuilder.bsGMd0: AttributeBuilder + get() { + classes("g-md-0") + return this + } + +public val AttributeBuilder.bsGxMd0: AttributeBuilder + get() { + classes("gx-md-0") + return this + } + +public val AttributeBuilder.bsGyMd0: AttributeBuilder + get() { + classes("gy-md-0") + return this + } + +public val AttributeBuilder.bsGMd1: AttributeBuilder + get() { + classes("g-md-1") + return this + } + +public val AttributeBuilder.bsGxMd1: AttributeBuilder + get() { + classes("gx-md-1") + return this + } + +public val AttributeBuilder.bsGyMd1: AttributeBuilder + get() { + classes("gy-md-1") + return this + } + +public val AttributeBuilder.bsGMd2: AttributeBuilder + get() { + classes("g-md-2") + return this + } + +public val AttributeBuilder.bsGxMd2: AttributeBuilder + get() { + classes("gx-md-2") + return this + } + +public val AttributeBuilder.bsGyMd2: AttributeBuilder + get() { + classes("gy-md-2") + return this + } + +public val AttributeBuilder.bsGMd3: AttributeBuilder + get() { + classes("g-md-3") + return this + } + +public val AttributeBuilder.bsGxMd3: AttributeBuilder + get() { + classes("gx-md-3") + return this + } + +public val AttributeBuilder.bsGyMd3: AttributeBuilder + get() { + classes("gy-md-3") + return this + } + +public val AttributeBuilder.bsGMd4: AttributeBuilder + get() { + classes("g-md-4") + return this + } + +public val AttributeBuilder.bsGxMd4: AttributeBuilder + get() { + classes("gx-md-4") + return this + } + +public val AttributeBuilder.bsGyMd4: AttributeBuilder + get() { + classes("gy-md-4") + return this + } + +public val AttributeBuilder.bsGMd5: AttributeBuilder + get() { + classes("g-md-5") + return this + } + +public val AttributeBuilder.bsGxMd5: AttributeBuilder + get() { + classes("gx-md-5") + return this + } + +public val AttributeBuilder.bsGyMd5: AttributeBuilder + get() { + classes("gy-md-5") + return this + } + +public val AttributeBuilder.bsColLg: AttributeBuilder + get() { + classes("col-lg") + return this + } + +public val AttributeBuilder.bsRowColsLgAuto: AttributeBuilder + get() { + classes("row-cols-lg-auto") + return this + } + +public val AttributeBuilder.bsRowColsLg1: AttributeBuilder + get() { + classes("row-cols-lg-1") + return this + } + +public val AttributeBuilder.bsRowColsLg2: AttributeBuilder + get() { + classes("row-cols-lg-2") + return this + } + +public val AttributeBuilder.bsRowColsLg3: AttributeBuilder + get() { + classes("row-cols-lg-3") + return this + } + +public val AttributeBuilder.bsRowColsLg4: AttributeBuilder + get() { + classes("row-cols-lg-4") + return this + } + +public val AttributeBuilder.bsRowColsLg5: AttributeBuilder + get() { + classes("row-cols-lg-5") + return this + } + +public val AttributeBuilder.bsRowColsLg6: AttributeBuilder + get() { + classes("row-cols-lg-6") + return this + } + +public val AttributeBuilder.bsColLgAuto: AttributeBuilder + get() { + classes("col-lg-auto") + return this + } + +public val AttributeBuilder.bsColLg1: AttributeBuilder + get() { + classes("col-lg-1") + return this + } + +public val AttributeBuilder.bsColLg2: AttributeBuilder + get() { + classes("col-lg-2") + return this + } + +public val AttributeBuilder.bsColLg3: AttributeBuilder + get() { + classes("col-lg-3") + return this + } + +public val AttributeBuilder.bsColLg4: AttributeBuilder + get() { + classes("col-lg-4") + return this + } + +public val AttributeBuilder.bsColLg5: AttributeBuilder + get() { + classes("col-lg-5") + return this + } + +public val AttributeBuilder.bsColLg6: AttributeBuilder + get() { + classes("col-lg-6") + return this + } + +public val AttributeBuilder.bsColLg7: AttributeBuilder + get() { + classes("col-lg-7") + return this + } + +public val AttributeBuilder.bsColLg8: AttributeBuilder + get() { + classes("col-lg-8") + return this + } + +public val AttributeBuilder.bsColLg9: AttributeBuilder + get() { + classes("col-lg-9") + return this + } + +public val AttributeBuilder.bsColLg10: AttributeBuilder + get() { + classes("col-lg-10") + return this + } + +public val AttributeBuilder.bsColLg11: AttributeBuilder + get() { + classes("col-lg-11") + return this + } + +public val AttributeBuilder.bsColLg12: AttributeBuilder + get() { + classes("col-lg-12") + return this + } + +public val AttributeBuilder.bsOffsetLg0: AttributeBuilder + get() { + classes("offset-lg-0") + return this + } + +public val AttributeBuilder.bsOffsetLg1: AttributeBuilder + get() { + classes("offset-lg-1") + return this + } + +public val AttributeBuilder.bsOffsetLg2: AttributeBuilder + get() { + classes("offset-lg-2") + return this + } + +public val AttributeBuilder.bsOffsetLg3: AttributeBuilder + get() { + classes("offset-lg-3") + return this + } + +public val AttributeBuilder.bsOffsetLg4: AttributeBuilder + get() { + classes("offset-lg-4") + return this + } + +public val AttributeBuilder.bsOffsetLg5: AttributeBuilder + get() { + classes("offset-lg-5") + return this + } + +public val AttributeBuilder.bsOffsetLg6: AttributeBuilder + get() { + classes("offset-lg-6") + return this + } + +public val AttributeBuilder.bsOffsetLg7: AttributeBuilder + get() { + classes("offset-lg-7") + return this + } + +public val AttributeBuilder.bsOffsetLg8: AttributeBuilder + get() { + classes("offset-lg-8") + return this + } + +public val AttributeBuilder.bsOffsetLg9: AttributeBuilder + get() { + classes("offset-lg-9") + return this + } + +public val AttributeBuilder.bsOffsetLg10: AttributeBuilder + get() { + classes("offset-lg-10") + return this + } + +public val AttributeBuilder.bsOffsetLg11: AttributeBuilder + get() { + classes("offset-lg-11") + return this + } + +public val AttributeBuilder.bsGLg0: AttributeBuilder + get() { + classes("g-lg-0") + return this + } + +public val AttributeBuilder.bsGxLg0: AttributeBuilder + get() { + classes("gx-lg-0") + return this + } + +public val AttributeBuilder.bsGyLg0: AttributeBuilder + get() { + classes("gy-lg-0") + return this + } + +public val AttributeBuilder.bsGLg1: AttributeBuilder + get() { + classes("g-lg-1") + return this + } + +public val AttributeBuilder.bsGxLg1: AttributeBuilder + get() { + classes("gx-lg-1") + return this + } + +public val AttributeBuilder.bsGyLg1: AttributeBuilder + get() { + classes("gy-lg-1") + return this + } + +public val AttributeBuilder.bsGLg2: AttributeBuilder + get() { + classes("g-lg-2") + return this + } + +public val AttributeBuilder.bsGxLg2: AttributeBuilder + get() { + classes("gx-lg-2") + return this + } + +public val AttributeBuilder.bsGyLg2: AttributeBuilder + get() { + classes("gy-lg-2") + return this + } + +public val AttributeBuilder.bsGLg3: AttributeBuilder + get() { + classes("g-lg-3") + return this + } + +public val AttributeBuilder.bsGxLg3: AttributeBuilder + get() { + classes("gx-lg-3") + return this + } + +public val AttributeBuilder.bsGyLg3: AttributeBuilder + get() { + classes("gy-lg-3") + return this + } + +public val AttributeBuilder.bsGLg4: AttributeBuilder + get() { + classes("g-lg-4") + return this + } + +public val AttributeBuilder.bsGxLg4: AttributeBuilder + get() { + classes("gx-lg-4") + return this + } + +public val AttributeBuilder.bsGyLg4: AttributeBuilder + get() { + classes("gy-lg-4") + return this + } + +public val AttributeBuilder.bsGLg5: AttributeBuilder + get() { + classes("g-lg-5") + return this + } + +public val AttributeBuilder.bsGxLg5: AttributeBuilder + get() { + classes("gx-lg-5") + return this + } + +public val AttributeBuilder.bsGyLg5: AttributeBuilder + get() { + classes("gy-lg-5") + return this + } + +public val AttributeBuilder.bsColXl: AttributeBuilder + get() { + classes("col-xl") + return this + } + +public val AttributeBuilder.bsRowColsXlAuto: AttributeBuilder + get() { + classes("row-cols-xl-auto") + return this + } + +public val AttributeBuilder.bsRowColsXl1: AttributeBuilder + get() { + classes("row-cols-xl-1") + return this + } + +public val AttributeBuilder.bsRowColsXl2: AttributeBuilder + get() { + classes("row-cols-xl-2") + return this + } + +public val AttributeBuilder.bsRowColsXl3: AttributeBuilder + get() { + classes("row-cols-xl-3") + return this + } + +public val AttributeBuilder.bsRowColsXl4: AttributeBuilder + get() { + classes("row-cols-xl-4") + return this + } + +public val AttributeBuilder.bsRowColsXl5: AttributeBuilder + get() { + classes("row-cols-xl-5") + return this + } + +public val AttributeBuilder.bsRowColsXl6: AttributeBuilder + get() { + classes("row-cols-xl-6") + return this + } + +public val AttributeBuilder.bsColXlAuto: AttributeBuilder + get() { + classes("col-xl-auto") + return this + } + +public val AttributeBuilder.bsColXl1: AttributeBuilder + get() { + classes("col-xl-1") + return this + } + +public val AttributeBuilder.bsColXl2: AttributeBuilder + get() { + classes("col-xl-2") + return this + } + +public val AttributeBuilder.bsColXl3: AttributeBuilder + get() { + classes("col-xl-3") + return this + } + +public val AttributeBuilder.bsColXl4: AttributeBuilder + get() { + classes("col-xl-4") + return this + } + +public val AttributeBuilder.bsColXl5: AttributeBuilder + get() { + classes("col-xl-5") + return this + } + +public val AttributeBuilder.bsColXl6: AttributeBuilder + get() { + classes("col-xl-6") + return this + } + +public val AttributeBuilder.bsColXl7: AttributeBuilder + get() { + classes("col-xl-7") + return this + } + +public val AttributeBuilder.bsColXl8: AttributeBuilder + get() { + classes("col-xl-8") + return this + } + +public val AttributeBuilder.bsColXl9: AttributeBuilder + get() { + classes("col-xl-9") + return this + } + +public val AttributeBuilder.bsColXl10: AttributeBuilder + get() { + classes("col-xl-10") + return this + } + +public val AttributeBuilder.bsColXl11: AttributeBuilder + get() { + classes("col-xl-11") + return this + } + +public val AttributeBuilder.bsColXl12: AttributeBuilder + get() { + classes("col-xl-12") + return this + } + +public val AttributeBuilder.bsOffsetXl0: AttributeBuilder + get() { + classes("offset-xl-0") + return this + } + +public val AttributeBuilder.bsOffsetXl1: AttributeBuilder + get() { + classes("offset-xl-1") + return this + } + +public val AttributeBuilder.bsOffsetXl2: AttributeBuilder + get() { + classes("offset-xl-2") + return this + } + +public val AttributeBuilder.bsOffsetXl3: AttributeBuilder + get() { + classes("offset-xl-3") + return this + } + +public val AttributeBuilder.bsOffsetXl4: AttributeBuilder + get() { + classes("offset-xl-4") + return this + } + +public val AttributeBuilder.bsOffsetXl5: AttributeBuilder + get() { + classes("offset-xl-5") + return this + } + +public val AttributeBuilder.bsOffsetXl6: AttributeBuilder + get() { + classes("offset-xl-6") + return this + } + +public val AttributeBuilder.bsOffsetXl7: AttributeBuilder + get() { + classes("offset-xl-7") + return this + } + +public val AttributeBuilder.bsOffsetXl8: AttributeBuilder + get() { + classes("offset-xl-8") + return this + } + +public val AttributeBuilder.bsOffsetXl9: AttributeBuilder + get() { + classes("offset-xl-9") + return this + } + +public val AttributeBuilder.bsOffsetXl10: AttributeBuilder + get() { + classes("offset-xl-10") + return this + } + +public val AttributeBuilder.bsOffsetXl11: AttributeBuilder + get() { + classes("offset-xl-11") + return this + } + +public val AttributeBuilder.bsGXl0: AttributeBuilder + get() { + classes("g-xl-0") + return this + } + +public val AttributeBuilder.bsGxXl0: AttributeBuilder + get() { + classes("gx-xl-0") + return this + } + +public val AttributeBuilder.bsGyXl0: AttributeBuilder + get() { + classes("gy-xl-0") + return this + } + +public val AttributeBuilder.bsGXl1: AttributeBuilder + get() { + classes("g-xl-1") + return this + } + +public val AttributeBuilder.bsGxXl1: AttributeBuilder + get() { + classes("gx-xl-1") + return this + } + +public val AttributeBuilder.bsGyXl1: AttributeBuilder + get() { + classes("gy-xl-1") + return this + } + +public val AttributeBuilder.bsGXl2: AttributeBuilder + get() { + classes("g-xl-2") + return this + } + +public val AttributeBuilder.bsGxXl2: AttributeBuilder + get() { + classes("gx-xl-2") + return this + } + +public val AttributeBuilder.bsGyXl2: AttributeBuilder + get() { + classes("gy-xl-2") + return this + } + +public val AttributeBuilder.bsGXl3: AttributeBuilder + get() { + classes("g-xl-3") + return this + } + +public val AttributeBuilder.bsGxXl3: AttributeBuilder + get() { + classes("gx-xl-3") + return this + } + +public val AttributeBuilder.bsGyXl3: AttributeBuilder + get() { + classes("gy-xl-3") + return this + } + +public val AttributeBuilder.bsGXl4: AttributeBuilder + get() { + classes("g-xl-4") + return this + } + +public val AttributeBuilder.bsGxXl4: AttributeBuilder + get() { + classes("gx-xl-4") + return this + } + +public val AttributeBuilder.bsGyXl4: AttributeBuilder + get() { + classes("gy-xl-4") + return this + } + +public val AttributeBuilder.bsGXl5: AttributeBuilder + get() { + classes("g-xl-5") + return this + } + +public val AttributeBuilder.bsGxXl5: AttributeBuilder + get() { + classes("gx-xl-5") + return this + } + +public val AttributeBuilder.bsGyXl5: AttributeBuilder + get() { + classes("gy-xl-5") + return this + } + +public val AttributeBuilder.bsColXxl: AttributeBuilder + get() { + classes("col-xxl") + return this + } + +public val AttributeBuilder.bsRowColsXxlAuto: AttributeBuilder + get() { + classes("row-cols-xxl-auto") + return this + } + +public val AttributeBuilder.bsRowColsXxl1: AttributeBuilder + get() { + classes("row-cols-xxl-1") + return this + } + +public val AttributeBuilder.bsRowColsXxl2: AttributeBuilder + get() { + classes("row-cols-xxl-2") + return this + } + +public val AttributeBuilder.bsRowColsXxl3: AttributeBuilder + get() { + classes("row-cols-xxl-3") + return this + } + +public val AttributeBuilder.bsRowColsXxl4: AttributeBuilder + get() { + classes("row-cols-xxl-4") + return this + } + +public val AttributeBuilder.bsRowColsXxl5: AttributeBuilder + get() { + classes("row-cols-xxl-5") + return this + } + +public val AttributeBuilder.bsRowColsXxl6: AttributeBuilder + get() { + classes("row-cols-xxl-6") + return this + } + +public val AttributeBuilder.bsColXxlAuto: AttributeBuilder + get() { + classes("col-xxl-auto") + return this + } + +public val AttributeBuilder.bsColXxl1: AttributeBuilder + get() { + classes("col-xxl-1") + return this + } + +public val AttributeBuilder.bsColXxl2: AttributeBuilder + get() { + classes("col-xxl-2") + return this + } + +public val AttributeBuilder.bsColXxl3: AttributeBuilder + get() { + classes("col-xxl-3") + return this + } + +public val AttributeBuilder.bsColXxl4: AttributeBuilder + get() { + classes("col-xxl-4") + return this + } + +public val AttributeBuilder.bsColXxl5: AttributeBuilder + get() { + classes("col-xxl-5") + return this + } + +public val AttributeBuilder.bsColXxl6: AttributeBuilder + get() { + classes("col-xxl-6") + return this + } + +public val AttributeBuilder.bsColXxl7: AttributeBuilder + get() { + classes("col-xxl-7") + return this + } + +public val AttributeBuilder.bsColXxl8: AttributeBuilder + get() { + classes("col-xxl-8") + return this + } + +public val AttributeBuilder.bsColXxl9: AttributeBuilder + get() { + classes("col-xxl-9") + return this + } + +public val AttributeBuilder.bsColXxl10: AttributeBuilder + get() { + classes("col-xxl-10") + return this + } + +public val AttributeBuilder.bsColXxl11: AttributeBuilder + get() { + classes("col-xxl-11") + return this + } + +public val AttributeBuilder.bsColXxl12: AttributeBuilder + get() { + classes("col-xxl-12") + return this + } + +public val AttributeBuilder.bsOffsetXxl0: AttributeBuilder + get() { + classes("offset-xxl-0") + return this + } + +public val AttributeBuilder.bsOffsetXxl1: AttributeBuilder + get() { + classes("offset-xxl-1") + return this + } + +public val AttributeBuilder.bsOffsetXxl2: AttributeBuilder + get() { + classes("offset-xxl-2") + return this + } + +public val AttributeBuilder.bsOffsetXxl3: AttributeBuilder + get() { + classes("offset-xxl-3") + return this + } + +public val AttributeBuilder.bsOffsetXxl4: AttributeBuilder + get() { + classes("offset-xxl-4") + return this + } + +public val AttributeBuilder.bsOffsetXxl5: AttributeBuilder + get() { + classes("offset-xxl-5") + return this + } + +public val AttributeBuilder.bsOffsetXxl6: AttributeBuilder + get() { + classes("offset-xxl-6") + return this + } + +public val AttributeBuilder.bsOffsetXxl7: AttributeBuilder + get() { + classes("offset-xxl-7") + return this + } + +public val AttributeBuilder.bsOffsetXxl8: AttributeBuilder + get() { + classes("offset-xxl-8") + return this + } + +public val AttributeBuilder.bsOffsetXxl9: AttributeBuilder + get() { + classes("offset-xxl-9") + return this + } + +public val AttributeBuilder.bsOffsetXxl10: AttributeBuilder + get() { + classes("offset-xxl-10") + return this + } + +public val AttributeBuilder.bsOffsetXxl11: AttributeBuilder + get() { + classes("offset-xxl-11") + return this + } + +public val AttributeBuilder.bsGXxl0: AttributeBuilder + get() { + classes("g-xxl-0") + return this + } + +public val AttributeBuilder.bsGxXxl0: AttributeBuilder + get() { + classes("gx-xxl-0") + return this + } + +public val AttributeBuilder.bsGyXxl0: AttributeBuilder + get() { + classes("gy-xxl-0") + return this + } + +public val AttributeBuilder.bsGXxl1: AttributeBuilder + get() { + classes("g-xxl-1") + return this + } + +public val AttributeBuilder.bsGxXxl1: AttributeBuilder + get() { + classes("gx-xxl-1") + return this + } + +public val AttributeBuilder.bsGyXxl1: AttributeBuilder + get() { + classes("gy-xxl-1") + return this + } + +public val AttributeBuilder.bsGXxl2: AttributeBuilder + get() { + classes("g-xxl-2") + return this + } + +public val AttributeBuilder.bsGxXxl2: AttributeBuilder + get() { + classes("gx-xxl-2") + return this + } + +public val AttributeBuilder.bsGyXxl2: AttributeBuilder + get() { + classes("gy-xxl-2") + return this + } + +public val AttributeBuilder.bsGXxl3: AttributeBuilder + get() { + classes("g-xxl-3") + return this + } + +public val AttributeBuilder.bsGxXxl3: AttributeBuilder + get() { + classes("gx-xxl-3") + return this + } + +public val AttributeBuilder.bsGyXxl3: AttributeBuilder + get() { + classes("gy-xxl-3") + return this + } + +public val AttributeBuilder.bsGXxl4: AttributeBuilder + get() { + classes("g-xxl-4") + return this + } + +public val AttributeBuilder.bsGxXxl4: AttributeBuilder + get() { + classes("gx-xxl-4") + return this + } + +public val AttributeBuilder.bsGyXxl4: AttributeBuilder + get() { + classes("gy-xxl-4") + return this + } + +public val AttributeBuilder.bsGXxl5: AttributeBuilder + get() { + classes("g-xxl-5") + return this + } + +public val AttributeBuilder.bsGxXxl5: AttributeBuilder + get() { + classes("gx-xxl-5") + return this + } + +public val AttributeBuilder.bsGyXxl5: AttributeBuilder + get() { + classes("gy-xxl-5") + return this + } + +public val AttributeBuilder.bsTable: AttributeBuilder + get() { + classes("table") + return this + } + +public val AttributeBuilder.bsTableGroupDivider: AttributeBuilder + get() { + classes("table-group-divider") + return this + } + +public val AttributeBuilder.bsCaptionTop: AttributeBuilder + get() { + classes("caption-top") + return this + } + +public val AttributeBuilder.bsTableSm: AttributeBuilder + get() { + classes("table-sm") + return this + } + +public val AttributeBuilder.bsTableBordered: AttributeBuilder + get() { + classes("table-bordered") + return this + } + +public val AttributeBuilder.bsTableBorderless: AttributeBuilder + get() { + classes("table-borderless") + return this + } + +public val AttributeBuilder.bsTableStriped: AttributeBuilder + get() { + classes("table-striped") + return this + } + +public val AttributeBuilder.bsTableStripedColumns: AttributeBuilder + get() { + classes("table-striped-columns") + return this + } + +public val AttributeBuilder.bsTableActive: AttributeBuilder + get() { + classes("table-active") + return this + } + +public val AttributeBuilder.bsTableHover: AttributeBuilder + get() { + classes("table-hover") + return this + } + +public val AttributeBuilder.bsTablePrimary: AttributeBuilder + get() { + classes("table-primary") + return this + } + +public val AttributeBuilder.bsTableSecondary: AttributeBuilder + get() { + classes("table-secondary") + return this + } + +public val AttributeBuilder.bsTableSuccess: AttributeBuilder + get() { + classes("table-success") + return this + } + +public val AttributeBuilder.bsTableInfo: AttributeBuilder + get() { + classes("table-info") + return this + } + +public val AttributeBuilder.bsTableWarning: AttributeBuilder + get() { + classes("table-warning") + return this + } + +public val AttributeBuilder.bsTableDanger: AttributeBuilder + get() { + classes("table-danger") + return this + } + +public val AttributeBuilder.bsTableLight: AttributeBuilder + get() { + classes("table-light") + return this + } + +public val AttributeBuilder.bsTableDark: AttributeBuilder + get() { + classes("table-dark") + return this + } + +public val AttributeBuilder.bsTableResponsive: AttributeBuilder + get() { + classes("table-responsive") + return this + } + +public val AttributeBuilder.bsTableResponsiveSm: AttributeBuilder + get() { + classes("table-responsive-sm") + return this + } + +public val AttributeBuilder.bsTableResponsiveMd: AttributeBuilder + get() { + classes("table-responsive-md") + return this + } + +public val AttributeBuilder.bsTableResponsiveLg: AttributeBuilder + get() { + classes("table-responsive-lg") + return this + } + +public val AttributeBuilder.bsTableResponsiveXl: AttributeBuilder + get() { + classes("table-responsive-xl") + return this + } + +public val AttributeBuilder.bsTableResponsiveXxl: AttributeBuilder + get() { + classes("table-responsive-xxl") + return this + } + +public val AttributeBuilder.bsFormLabel: AttributeBuilder + get() { + classes("form-label") + return this + } + +public val AttributeBuilder.bsColFormLabel: AttributeBuilder + get() { + classes("col-form-label") + return this + } + +public val AttributeBuilder.bsColFormLabelLg: AttributeBuilder + get() { + classes("col-form-label-lg") + return this + } + +public val AttributeBuilder.bsColFormLabelSm: AttributeBuilder + get() { + classes("col-form-label-sm") + return this + } + +public val AttributeBuilder.bsFormText: AttributeBuilder + get() { + classes("form-text") + return this + } + +public val AttributeBuilder.bsFormControl: AttributeBuilder + get() { + classes("form-control") + return this + } + +public val AttributeBuilder.bsFormControlPlaintext: AttributeBuilder + get() { + classes("form-control-plaintext") + return this + } + +public val AttributeBuilder.bsFormControlSm: AttributeBuilder + get() { + classes("form-control-sm") + return this + } + +public val AttributeBuilder.bsFormControlLg: AttributeBuilder + get() { + classes("form-control-lg") + return this + } + +public val AttributeBuilder.bsFormControlColor: AttributeBuilder + get() { + classes("form-control-color") + return this + } + +public val AttributeBuilder.bsFormSelect: AttributeBuilder + get() { + classes("form-select") + return this + } + +public val AttributeBuilder.bsFormSelectSm: AttributeBuilder + get() { + classes("form-select-sm") + return this + } + +public val AttributeBuilder.bsFormSelectLg: AttributeBuilder + get() { + classes("form-select-lg") + return this + } + +public val AttributeBuilder.bsFormCheck: AttributeBuilder + get() { + classes("form-check") + return this + } + +public val AttributeBuilder.bsFormCheckInput: AttributeBuilder + get() { + classes("form-check-input") + return this + } + +public val AttributeBuilder.bsFormCheckReverse: AttributeBuilder + get() { + classes("form-check-reverse") + return this + } + +public val AttributeBuilder.bsFormCheckLabel: AttributeBuilder + get() { + classes("form-check-label") + return this + } + +public val AttributeBuilder.bsFormSwitch: AttributeBuilder + get() { + classes("form-switch") + return this + } + +public val AttributeBuilder.bsFormCheckInline: AttributeBuilder + get() { + classes("form-check-inline") + return this + } + +public val AttributeBuilder.bsBtnCheck: AttributeBuilder + get() { + classes("btn-check") + return this + } + +public val AttributeBuilder.bsBtn: AttributeBuilder + get() { + classes("btn") + return this + } + +public val AttributeBuilder.bsFormRange: AttributeBuilder + get() { + classes("form-range") + return this + } + +public val AttributeBuilder.bsFormFloating: AttributeBuilder + get() { + classes("form-floating") + return this + } + +public val AttributeBuilder.bsInputGroup: AttributeBuilder + get() { + classes("input-group") + return this + } + +public val AttributeBuilder.bsInputGroupText: AttributeBuilder + get() { + classes("input-group-text") + return this + } + +public val AttributeBuilder.bsInputGroupLg: AttributeBuilder + get() { + classes("input-group-lg") + return this + } + +public val AttributeBuilder.bsInputGroupSm: AttributeBuilder + get() { + classes("input-group-sm") + return this + } + +public val AttributeBuilder.bsDropdownToggle: AttributeBuilder + get() { + classes("dropdown-toggle") + return this + } + +public val AttributeBuilder.bsValidFeedback: AttributeBuilder + get() { + classes("valid-feedback") + return this + } + +public val AttributeBuilder.bsValidTooltip: AttributeBuilder + get() { + classes("valid-tooltip") + return this + } + +public val AttributeBuilder.bsWasValidated: AttributeBuilder + get() { + classes("was-validated") + return this + } + +public val AttributeBuilder.bsIsValid: AttributeBuilder + get() { + classes("is-valid") + return this + } + +public val AttributeBuilder.bsInvalidFeedback: AttributeBuilder + get() { + classes("invalid-feedback") + return this + } + +public val AttributeBuilder.bsInvalidTooltip: AttributeBuilder + get() { + classes("invalid-tooltip") + return this + } + +public val AttributeBuilder.bsIsInvalid: AttributeBuilder + get() { + classes("is-invalid") + return this + } + +public val AttributeBuilder.bsBtnPrimary: AttributeBuilder + get() { + classes("btn-primary") + return this + } + +public val AttributeBuilder.bsBtnSecondary: AttributeBuilder + get() { + classes("btn-secondary") + return this + } + +public val AttributeBuilder.bsBtnSuccess: AttributeBuilder + get() { + classes("btn-success") + return this + } + +public val AttributeBuilder.bsBtnInfo: AttributeBuilder + get() { + classes("btn-info") + return this + } + +public val AttributeBuilder.bsBtnWarning: AttributeBuilder + get() { + classes("btn-warning") + return this + } + +public val AttributeBuilder.bsBtnDanger: AttributeBuilder + get() { + classes("btn-danger") + return this + } + +public val AttributeBuilder.bsBtnLight: AttributeBuilder + get() { + classes("btn-light") + return this + } + +public val AttributeBuilder.bsBtnDark: AttributeBuilder + get() { + classes("btn-dark") + return this + } + +public val AttributeBuilder.bsBtnOutlinePrimary: AttributeBuilder + get() { + classes("btn-outline-primary") + return this + } + +public val AttributeBuilder.bsBtnOutlineSecondary: AttributeBuilder + get() { + classes("btn-outline-secondary") + return this + } + +public val AttributeBuilder.bsBtnOutlineSuccess: AttributeBuilder + get() { + classes("btn-outline-success") + return this + } + +public val AttributeBuilder.bsBtnOutlineInfo: AttributeBuilder + get() { + classes("btn-outline-info") + return this + } + +public val AttributeBuilder.bsBtnOutlineWarning: AttributeBuilder + get() { + classes("btn-outline-warning") + return this + } + +public val AttributeBuilder.bsBtnOutlineDanger: AttributeBuilder + get() { + classes("btn-outline-danger") + return this + } + +public val AttributeBuilder.bsBtnOutlineLight: AttributeBuilder + get() { + classes("btn-outline-light") + return this + } + +public val AttributeBuilder.bsBtnOutlineDark: AttributeBuilder + get() { + classes("btn-outline-dark") + return this + } + +public val AttributeBuilder.bsBtnLink: AttributeBuilder + get() { + classes("btn-link") + return this + } + +public val AttributeBuilder.bsBtnLg: AttributeBuilder + get() { + classes("btn-lg") + return this + } + +public val AttributeBuilder.bsBtnGroupLg: AttributeBuilder + get() { + classes("btn-group-lg") + return this + } + +public val AttributeBuilder.bsBtnSm: AttributeBuilder + get() { + classes("btn-sm") + return this + } + +public val AttributeBuilder.bsBtnGroupSm: AttributeBuilder + get() { + classes("btn-group-sm") + return this + } + +public val AttributeBuilder.bsFade: AttributeBuilder + get() { + classes("fade") + return this + } + +public val AttributeBuilder.bsCollapse: AttributeBuilder + get() { + classes("collapse") + return this + } + +public val AttributeBuilder.bsCollapsing: AttributeBuilder + get() { + classes("collapsing") + return this + } + +public val AttributeBuilder.bsDropup: AttributeBuilder + get() { + classes("dropup") + return this + } + +public val AttributeBuilder.bsDropend: AttributeBuilder + get() { + classes("dropend") + return this + } + +public val AttributeBuilder.bsDropdown: AttributeBuilder + get() { + classes("dropdown") + return this + } + +public val AttributeBuilder.bsDropstart: AttributeBuilder + get() { + classes("dropstart") + return this + } + +public val AttributeBuilder.bsDropupCenter: AttributeBuilder + get() { + classes("dropup-center") + return this + } + +public val AttributeBuilder.bsDropdownCenter: AttributeBuilder + get() { + classes("dropdown-center") + return this + } + +public val AttributeBuilder.bsDropdownMenu: AttributeBuilder + get() { + classes("dropdown-menu") + return this + } + +public val AttributeBuilder.bsDropdownMenuStart: AttributeBuilder + get() { + classes("dropdown-menu-start") + return this + } + +public val AttributeBuilder.bsDropdownMenuEnd: AttributeBuilder + get() { + classes("dropdown-menu-end") + return this + } + +public val AttributeBuilder.bsDropdownMenuSmStart: AttributeBuilder + get() { + classes("dropdown-menu-sm-start") + return this + } + +public val AttributeBuilder.bsDropdownMenuSmEnd: AttributeBuilder + get() { + classes("dropdown-menu-sm-end") + return this + } + +public val AttributeBuilder.bsDropdownMenuMdStart: AttributeBuilder + get() { + classes("dropdown-menu-md-start") + return this + } + +public val AttributeBuilder.bsDropdownMenuMdEnd: AttributeBuilder + get() { + classes("dropdown-menu-md-end") + return this + } + +public val AttributeBuilder.bsDropdownMenuLgStart: AttributeBuilder + get() { + classes("dropdown-menu-lg-start") + return this + } + +public val AttributeBuilder.bsDropdownMenuLgEnd: AttributeBuilder + get() { + classes("dropdown-menu-lg-end") + return this + } + +public val AttributeBuilder.bsDropdownMenuXlStart: AttributeBuilder + get() { + classes("dropdown-menu-xl-start") + return this + } + +public val AttributeBuilder.bsDropdownMenuXlEnd: AttributeBuilder + get() { + classes("dropdown-menu-xl-end") + return this + } + +public val AttributeBuilder.bsDropdownMenuXxlStart: AttributeBuilder + get() { + classes("dropdown-menu-xxl-start") + return this + } + +public val AttributeBuilder.bsDropdownMenuXxlEnd: AttributeBuilder + get() { + classes("dropdown-menu-xxl-end") + return this + } + +public val AttributeBuilder.bsDropdownDivider: AttributeBuilder + get() { + classes("dropdown-divider") + return this + } + +public val AttributeBuilder.bsDropdownItem: AttributeBuilder + get() { + classes("dropdown-item") + return this + } + +public val AttributeBuilder.bsDropdownHeader: AttributeBuilder + get() { + classes("dropdown-header") + return this + } + +public val AttributeBuilder.bsDropdownItemText: AttributeBuilder + get() { + classes("dropdown-item-text") + return this + } + +public val AttributeBuilder.bsDropdownMenuDark: AttributeBuilder + get() { + classes("dropdown-menu-dark") + return this + } + +public val AttributeBuilder.bsBtnGroup: AttributeBuilder + get() { + classes("btn-group") + return this + } + +public val AttributeBuilder.bsBtnGroupVertical: AttributeBuilder + get() { + classes("btn-group-vertical") + return this + } + +public val AttributeBuilder.bsBtnToolbar: AttributeBuilder + get() { + classes("btn-toolbar") + return this + } + +public val AttributeBuilder.bsDropdownToggleSplit: AttributeBuilder + get() { + classes("dropdown-toggle-split") + return this + } + +public val AttributeBuilder.bsNav: AttributeBuilder + get() { + classes("nav") + return this + } + +public val AttributeBuilder.bsNavLink: AttributeBuilder + get() { + classes("nav-link") + return this + } + +public val AttributeBuilder.bsNavTabs: AttributeBuilder + get() { + classes("nav-tabs") + return this + } + +public val AttributeBuilder.bsNavItem: AttributeBuilder + get() { + classes("nav-item") + return this + } + +public val AttributeBuilder.bsNavPills: AttributeBuilder + get() { + classes("nav-pills") + return this + } + +public val AttributeBuilder.bsShow: AttributeBuilder + get() { + classes("show") + return this + } + +public val AttributeBuilder.bsNavUnderline: AttributeBuilder + get() { + classes("nav-underline") + return this + } + +public val AttributeBuilder.bsNavFill: AttributeBuilder + get() { + classes("nav-fill") + return this + } + +public val AttributeBuilder.bsNavJustified: AttributeBuilder + get() { + classes("nav-justified") + return this + } + +public val AttributeBuilder.bsTabContent: AttributeBuilder + get() { + classes("tab-content") + return this + } + +public val AttributeBuilder.bsTabPane: AttributeBuilder + get() { + classes("tab-pane") + return this + } + +public val AttributeBuilder.bsActive: AttributeBuilder + get() { + classes("active") + return this + } + +public val AttributeBuilder.bsNavbar: AttributeBuilder + get() { + classes("navbar") + return this + } + +public val AttributeBuilder.bsNavbarBrand: AttributeBuilder + get() { + classes("navbar-brand") + return this + } + +public val AttributeBuilder.bsNavbarNav: AttributeBuilder + get() { + classes("navbar-nav") + return this + } + +public val AttributeBuilder.bsNavbarText: AttributeBuilder + get() { + classes("navbar-text") + return this + } + +public val AttributeBuilder.bsNavbarCollapse: AttributeBuilder + get() { + classes("navbar-collapse") + return this + } + +public val AttributeBuilder.bsNavbarToggler: AttributeBuilder + get() { + classes("navbar-toggler") + return this + } + +public val AttributeBuilder.bsNavbarTogglerIcon: AttributeBuilder + get() { + classes("navbar-toggler-icon") + return this + } + +public val AttributeBuilder.bsNavbarNavScroll: AttributeBuilder + get() { + classes("navbar-nav-scroll") + return this + } + +public val AttributeBuilder.bsNavbarExpandSm: AttributeBuilder + get() { + classes("navbar-expand-sm") + return this + } + +public val AttributeBuilder.bsOffcanvas: AttributeBuilder + get() { + classes("offcanvas") + return this + } + +public val AttributeBuilder.bsOffcanvasHeader: AttributeBuilder + get() { + classes("offcanvas-header") + return this + } + +public val AttributeBuilder.bsOffcanvasBody: AttributeBuilder + get() { + classes("offcanvas-body") + return this + } + +public val AttributeBuilder.bsNavbarExpandMd: AttributeBuilder + get() { + classes("navbar-expand-md") + return this + } + +public val AttributeBuilder.bsNavbarExpandLg: AttributeBuilder + get() { + classes("navbar-expand-lg") + return this + } + +public val AttributeBuilder.bsNavbarExpandXl: AttributeBuilder + get() { + classes("navbar-expand-xl") + return this + } + +public val AttributeBuilder.bsNavbarExpandXxl: AttributeBuilder + get() { + classes("navbar-expand-xxl") + return this + } + +public val AttributeBuilder.bsNavbarExpand: AttributeBuilder + get() { + classes("navbar-expand") + return this + } + +public val AttributeBuilder.bsNavbarDark: AttributeBuilder + get() { + classes("navbar-dark") + return this + } + +public val AttributeBuilder.bsCard: AttributeBuilder + get() { + classes("card") + return this + } + +public val AttributeBuilder.bsListGroup: AttributeBuilder + get() { + classes("list-group") + return this + } + +public val AttributeBuilder.bsCardHeader: AttributeBuilder + get() { + classes("card-header") + return this + } + +public val AttributeBuilder.bsCardFooter: AttributeBuilder + get() { + classes("card-footer") + return this + } + +public val AttributeBuilder.bsCardBody: AttributeBuilder + get() { + classes("card-body") + return this + } + +public val AttributeBuilder.bsCardTitle: AttributeBuilder + get() { + classes("card-title") + return this + } + +public val AttributeBuilder.bsCardSubtitle: AttributeBuilder + get() { + classes("card-subtitle") + return this + } + +public val AttributeBuilder.bsCardText: AttributeBuilder + get() { + classes("card-text") + return this + } + +public val AttributeBuilder.bsCardLink: AttributeBuilder + get() { + classes("card-link") + return this + } + +public val AttributeBuilder.bsCardHeaderTabs: AttributeBuilder + get() { + classes("card-header-tabs") + return this + } + +public val AttributeBuilder.bsCardHeaderPills: AttributeBuilder + get() { + classes("card-header-pills") + return this + } + +public val AttributeBuilder.bsCardImgOverlay: AttributeBuilder + get() { + classes("card-img-overlay") + return this + } + +public val AttributeBuilder.bsCardImg: AttributeBuilder + get() { + classes("card-img") + return this + } + +public val AttributeBuilder.bsCardImgTop: AttributeBuilder + get() { + classes("card-img-top") + return this + } + +public val AttributeBuilder.bsCardImgBottom: AttributeBuilder + get() { + classes("card-img-bottom") + return this + } + +public val AttributeBuilder.bsCardGroup: AttributeBuilder + get() { + classes("card-group") + return this + } + +public val AttributeBuilder.bsAccordion: AttributeBuilder + get() { + classes("accordion") + return this + } + +public val AttributeBuilder.bsAccordionButton: AttributeBuilder + get() { + classes("accordion-button") + return this + } + +public val AttributeBuilder.bsAccordionHeader: AttributeBuilder + get() { + classes("accordion-header") + return this + } + +public val AttributeBuilder.bsAccordionItem: AttributeBuilder + get() { + classes("accordion-item") + return this + } + +public val AttributeBuilder.bsAccordionCollapse: AttributeBuilder + get() { + classes("accordion-collapse") + return this + } + +public val AttributeBuilder.bsAccordionBody: AttributeBuilder + get() { + classes("accordion-body") + return this + } + +public val AttributeBuilder.bsAccordionFlush: AttributeBuilder + get() { + classes("accordion-flush") + return this + } + +public val AttributeBuilder.bsBreadcrumb: AttributeBuilder + get() { + classes("breadcrumb") + return this + } + +public val AttributeBuilder.bsBreadcrumbItem: AttributeBuilder + get() { + classes("breadcrumb-item") + return this + } + +public val AttributeBuilder.bsPagination: AttributeBuilder + get() { + classes("pagination") + return this + } + +public val AttributeBuilder.bsPageLink: AttributeBuilder + get() { + classes("page-link") + return this + } + +public val AttributeBuilder.bsDisabled: AttributeBuilder + get() { + classes("disabled") + return this + } + +public val AttributeBuilder.bsPageItem: AttributeBuilder + get() { + classes("page-item") + return this + } + +public val AttributeBuilder.bsPaginationLg: AttributeBuilder + get() { + classes("pagination-lg") + return this + } + +public val AttributeBuilder.bsPaginationSm: AttributeBuilder + get() { + classes("pagination-sm") + return this + } + +public val AttributeBuilder.bsBadge: AttributeBuilder + get() { + classes("badge") + return this + } + +public val AttributeBuilder.bsAlert: AttributeBuilder + get() { + classes("alert") + return this + } + +public val AttributeBuilder.bsAlertHeading: AttributeBuilder + get() { + classes("alert-heading") + return this + } + +public val AttributeBuilder.bsAlertLink: AttributeBuilder + get() { + classes("alert-link") + return this + } + +public val AttributeBuilder.bsAlertDismissible: AttributeBuilder + get() { + classes("alert-dismissible") + return this + } + +public val AttributeBuilder.bsBtnClose: AttributeBuilder + get() { + classes("btn-close") + return this + } + +public val AttributeBuilder.bsAlertPrimary: AttributeBuilder + get() { + classes("alert-primary") + return this + } + +public val AttributeBuilder.bsAlertSecondary: AttributeBuilder + get() { + classes("alert-secondary") + return this + } + +public val AttributeBuilder.bsAlertSuccess: AttributeBuilder + get() { + classes("alert-success") + return this + } + +public val AttributeBuilder.bsAlertInfo: AttributeBuilder + get() { + classes("alert-info") + return this + } + +public val AttributeBuilder.bsAlertWarning: AttributeBuilder + get() { + classes("alert-warning") + return this + } + +public val AttributeBuilder.bsAlertDanger: AttributeBuilder + get() { + classes("alert-danger") + return this + } + +public val AttributeBuilder.bsAlertLight: AttributeBuilder + get() { + classes("alert-light") + return this + } + +public val AttributeBuilder.bsAlertDark: AttributeBuilder + get() { + classes("alert-dark") + return this + } + +public val AttributeBuilder.bsProgress: AttributeBuilder + get() { + classes("progress") + return this + } + +public val AttributeBuilder.bsProgressStacked: AttributeBuilder + get() { + classes("progress-stacked") + return this + } + +public val AttributeBuilder.bsProgressBar: AttributeBuilder + get() { + classes("progress-bar") + return this + } + +public val AttributeBuilder.bsProgressBarStriped: AttributeBuilder + get() { + classes("progress-bar-striped") + return this + } + +public val AttributeBuilder.bsProgressBarAnimated: AttributeBuilder + get() { + classes("progress-bar-animated") + return this + } + +public val AttributeBuilder.bsListGroupNumbered: AttributeBuilder + get() { + classes("list-group-numbered") + return this + } + +public val AttributeBuilder.bsListGroupItem: AttributeBuilder + get() { + classes("list-group-item") + return this + } + +public val AttributeBuilder.bsListGroupItemAction: AttributeBuilder + get() { + classes("list-group-item-action") + return this + } + +public val AttributeBuilder.bsListGroupHorizontal: AttributeBuilder + get() { + classes("list-group-horizontal") + return this + } + +public val AttributeBuilder.bsListGroupHorizontalSm: AttributeBuilder + get() { + classes("list-group-horizontal-sm") + return this + } + +public val AttributeBuilder.bsListGroupHorizontalMd: AttributeBuilder + get() { + classes("list-group-horizontal-md") + return this + } + +public val AttributeBuilder.bsListGroupHorizontalLg: AttributeBuilder + get() { + classes("list-group-horizontal-lg") + return this + } + +public val AttributeBuilder.bsListGroupHorizontalXl: AttributeBuilder + get() { + classes("list-group-horizontal-xl") + return this + } + +public val AttributeBuilder.bsListGroupHorizontalXxl: AttributeBuilder + get() { + classes("list-group-horizontal-xxl") + return this + } + +public val AttributeBuilder.bsListGroupFlush: AttributeBuilder + get() { + classes("list-group-flush") + return this + } + +public val AttributeBuilder.bsListGroupItemPrimary: AttributeBuilder + get() { + classes("list-group-item-primary") + return this + } + +public val AttributeBuilder.bsListGroupItemSecondary: AttributeBuilder + get() { + classes("list-group-item-secondary") + return this + } + +public val AttributeBuilder.bsListGroupItemSuccess: AttributeBuilder + get() { + classes("list-group-item-success") + return this + } + +public val AttributeBuilder.bsListGroupItemInfo: AttributeBuilder + get() { + classes("list-group-item-info") + return this + } + +public val AttributeBuilder.bsListGroupItemWarning: AttributeBuilder + get() { + classes("list-group-item-warning") + return this + } + +public val AttributeBuilder.bsListGroupItemDanger: AttributeBuilder + get() { + classes("list-group-item-danger") + return this + } + +public val AttributeBuilder.bsListGroupItemLight: AttributeBuilder + get() { + classes("list-group-item-light") + return this + } + +public val AttributeBuilder.bsListGroupItemDark: AttributeBuilder + get() { + classes("list-group-item-dark") + return this + } + +public val AttributeBuilder.bsBtnCloseWhite: AttributeBuilder + get() { + classes("btn-close-white") + return this + } + +public val AttributeBuilder.bsToast: AttributeBuilder + get() { + classes("toast") + return this + } + +public val AttributeBuilder.bsToastContainer: AttributeBuilder + get() { + classes("toast-container") + return this + } + +public val AttributeBuilder.bsToastHeader: AttributeBuilder + get() { + classes("toast-header") + return this + } + +public val AttributeBuilder.bsToastBody: AttributeBuilder + get() { + classes("toast-body") + return this + } + +public val AttributeBuilder.bsModal: AttributeBuilder + get() { + classes("modal") + return this + } + +public val AttributeBuilder.bsModalDialog: AttributeBuilder + get() { + classes("modal-dialog") + return this + } + +public val AttributeBuilder.bsModalDialogScrollable: AttributeBuilder + get() { + classes("modal-dialog-scrollable") + return this + } + +public val AttributeBuilder.bsModalContent: AttributeBuilder + get() { + classes("modal-content") + return this + } + +public val AttributeBuilder.bsModalBody: AttributeBuilder + get() { + classes("modal-body") + return this + } + +public val AttributeBuilder.bsModalDialogCentered: AttributeBuilder + get() { + classes("modal-dialog-centered") + return this + } + +public val AttributeBuilder.bsModalBackdrop: AttributeBuilder + get() { + classes("modal-backdrop") + return this + } + +public val AttributeBuilder.bsModalHeader: AttributeBuilder + get() { + classes("modal-header") + return this + } + +public val AttributeBuilder.bsModalTitle: AttributeBuilder + get() { + classes("modal-title") + return this + } + +public val AttributeBuilder.bsModalFooter: AttributeBuilder + get() { + classes("modal-footer") + return this + } + +public val AttributeBuilder.bsModalSm: AttributeBuilder + get() { + classes("modal-sm") + return this + } + +public val AttributeBuilder.bsModalLg: AttributeBuilder + get() { + classes("modal-lg") + return this + } + +public val AttributeBuilder.bsModalXl: AttributeBuilder + get() { + classes("modal-xl") + return this + } + +public val AttributeBuilder.bsModalFullscreen: AttributeBuilder + get() { + classes("modal-fullscreen") + return this + } + +public val AttributeBuilder.bsModalFullscreenSmDown: AttributeBuilder + get() { + classes("modal-fullscreen-sm-down") + return this + } + +public val AttributeBuilder.bsModalFullscreenMdDown: AttributeBuilder + get() { + classes("modal-fullscreen-md-down") + return this + } + +public val AttributeBuilder.bsModalFullscreenLgDown: AttributeBuilder + get() { + classes("modal-fullscreen-lg-down") + return this + } + +public val AttributeBuilder.bsModalFullscreenXlDown: AttributeBuilder + get() { + classes("modal-fullscreen-xl-down") + return this + } + +public val AttributeBuilder.bsModalFullscreenXxlDown: AttributeBuilder + get() { + classes("modal-fullscreen-xxl-down") + return this + } + +public val AttributeBuilder.bsTooltip: AttributeBuilder + get() { + classes("tooltip") + return this + } + +public val AttributeBuilder.bsTooltipArrow: AttributeBuilder + get() { + classes("tooltip-arrow") + return this + } + +public val AttributeBuilder.bsBsTooltipTop: AttributeBuilder + get() { + classes("bs-tooltip-top") + return this + } + +public val AttributeBuilder.bsBsTooltipAuto: AttributeBuilder + get() { + classes("bs-tooltip-auto") + return this + } + +public val AttributeBuilder.bsBsTooltipEnd: AttributeBuilder + get() { + classes("bs-tooltip-end") + return this + } + +public val AttributeBuilder.bsBsTooltipBottom: AttributeBuilder + get() { + classes("bs-tooltip-bottom") + return this + } + +public val AttributeBuilder.bsBsTooltipStart: AttributeBuilder + get() { + classes("bs-tooltip-start") + return this + } + +public val AttributeBuilder.bsTooltipInner: AttributeBuilder + get() { + classes("tooltip-inner") + return this + } + +public val AttributeBuilder.bsPopover: AttributeBuilder + get() { + classes("popover") + return this + } + +public val AttributeBuilder.bsPopoverArrow: AttributeBuilder + get() { + classes("popover-arrow") + return this + } + +public val AttributeBuilder.bsBsPopoverTop: AttributeBuilder + get() { + classes("bs-popover-top") + return this + } + +public val AttributeBuilder.bsBsPopoverAuto: AttributeBuilder + get() { + classes("bs-popover-auto") + return this + } + +public val AttributeBuilder.bsBsPopoverEnd: AttributeBuilder + get() { + classes("bs-popover-end") + return this + } + +public val AttributeBuilder.bsBsPopoverBottom: AttributeBuilder + get() { + classes("bs-popover-bottom") + return this + } + +public val AttributeBuilder.bsPopoverHeader: AttributeBuilder + get() { + classes("popover-header") + return this + } + +public val AttributeBuilder.bsBsPopoverStart: AttributeBuilder + get() { + classes("bs-popover-start") + return this + } + +public val AttributeBuilder.bsPopoverBody: AttributeBuilder + get() { + classes("popover-body") + return this + } + +public val AttributeBuilder.bsCarousel: AttributeBuilder + get() { + classes("carousel") + return this + } + +public val AttributeBuilder.bsCarouselInner: AttributeBuilder + get() { + classes("carousel-inner") + return this + } + +public val AttributeBuilder.bsCarouselItem: AttributeBuilder + get() { + classes("carousel-item") + return this + } + +public val AttributeBuilder.bsCarouselItemNext: AttributeBuilder + get() { + classes("carousel-item-next") + return this + } + +public val AttributeBuilder.bsCarouselItemPrev: AttributeBuilder + get() { + classes("carousel-item-prev") + return this + } + +public val AttributeBuilder.bsCarouselFade: AttributeBuilder + get() { + classes("carousel-fade") + return this + } + +public val AttributeBuilder.bsCarouselControlPrev: AttributeBuilder + get() { + classes("carousel-control-prev") + return this + } + +public val AttributeBuilder.bsCarouselControlNext: AttributeBuilder + get() { + classes("carousel-control-next") + return this + } + +public val AttributeBuilder.bsCarouselControlPrevIcon: AttributeBuilder + get() { + classes("carousel-control-prev-icon") + return this + } + +public val AttributeBuilder.bsCarouselControlNextIcon: AttributeBuilder + get() { + classes("carousel-control-next-icon") + return this + } + +public val AttributeBuilder.bsCarouselIndicators: AttributeBuilder + get() { + classes("carousel-indicators") + return this + } + +public val AttributeBuilder.bsCarouselCaption: AttributeBuilder + get() { + classes("carousel-caption") + return this + } + +public val AttributeBuilder.bsCarouselDark: AttributeBuilder + get() { + classes("carousel-dark") + return this + } + +public val AttributeBuilder.bsSpinnerGrow: AttributeBuilder + get() { + classes("spinner-grow") + return this + } + +public val AttributeBuilder.bsSpinnerBorder: AttributeBuilder + get() { + classes("spinner-border") + return this + } + +public val AttributeBuilder.bsSpinnerBorderSm: AttributeBuilder + get() { + classes("spinner-border-sm") + return this + } + +public val AttributeBuilder.bsSpinnerGrowSm: AttributeBuilder + get() { + classes("spinner-grow-sm") + return this + } + +public val AttributeBuilder.bsOffcanvasXxl: AttributeBuilder + get() { + classes("offcanvas-xxl") + return this + } + +public val AttributeBuilder.bsOffcanvasXl: AttributeBuilder + get() { + classes("offcanvas-xl") + return this + } + +public val AttributeBuilder.bsOffcanvasLg: AttributeBuilder + get() { + classes("offcanvas-lg") + return this + } + +public val AttributeBuilder.bsOffcanvasMd: AttributeBuilder + get() { + classes("offcanvas-md") + return this + } + +public val AttributeBuilder.bsOffcanvasSm: AttributeBuilder + get() { + classes("offcanvas-sm") + return this + } + +public val AttributeBuilder.bsOffcanvasBackdrop: AttributeBuilder + get() { + classes("offcanvas-backdrop") + return this + } + +public val AttributeBuilder.bsOffcanvasTitle: AttributeBuilder + get() { + classes("offcanvas-title") + return this + } + +public val AttributeBuilder.bsPlaceholder: AttributeBuilder + get() { + classes("placeholder") + return this + } + +public val AttributeBuilder.bsPlaceholderXs: AttributeBuilder + get() { + classes("placeholder-xs") + return this + } + +public val AttributeBuilder.bsPlaceholderSm: AttributeBuilder + get() { + classes("placeholder-sm") + return this + } + +public val AttributeBuilder.bsPlaceholderLg: AttributeBuilder + get() { + classes("placeholder-lg") + return this + } + +public val AttributeBuilder.bsPlaceholderGlow: AttributeBuilder + get() { + classes("placeholder-glow") + return this + } + +public val AttributeBuilder.bsPlaceholderWave: AttributeBuilder + get() { + classes("placeholder-wave") + return this + } + +public val AttributeBuilder.bsClearfix: AttributeBuilder + get() { + classes("clearfix") + return this + } + +public val AttributeBuilder.bsTextBgPrimary: AttributeBuilder + get() { + classes("text-bg-primary") + return this + } + +public val AttributeBuilder.bsTextBgSecondary: AttributeBuilder + get() { + classes("text-bg-secondary") + return this + } + +public val AttributeBuilder.bsTextBgSuccess: AttributeBuilder + get() { + classes("text-bg-success") + return this + } + +public val AttributeBuilder.bsTextBgInfo: AttributeBuilder + get() { + classes("text-bg-info") + return this + } + +public val AttributeBuilder.bsTextBgWarning: AttributeBuilder + get() { + classes("text-bg-warning") + return this + } + +public val AttributeBuilder.bsTextBgDanger: AttributeBuilder + get() { + classes("text-bg-danger") + return this + } + +public val AttributeBuilder.bsTextBgLight: AttributeBuilder + get() { + classes("text-bg-light") + return this + } + +public val AttributeBuilder.bsTextBgDark: AttributeBuilder + get() { + classes("text-bg-dark") + return this + } + +public val AttributeBuilder.bsLinkPrimary: AttributeBuilder + get() { + classes("link-primary") + return this + } + +public val AttributeBuilder.bsLinkSecondary: AttributeBuilder + get() { + classes("link-secondary") + return this + } + +public val AttributeBuilder.bsLinkSuccess: AttributeBuilder + get() { + classes("link-success") + return this + } + +public val AttributeBuilder.bsLinkInfo: AttributeBuilder + get() { + classes("link-info") + return this + } + +public val AttributeBuilder.bsLinkWarning: AttributeBuilder + get() { + classes("link-warning") + return this + } + +public val AttributeBuilder.bsLinkDanger: AttributeBuilder + get() { + classes("link-danger") + return this + } + +public val AttributeBuilder.bsLinkLight: AttributeBuilder + get() { + classes("link-light") + return this + } + +public val AttributeBuilder.bsLinkDark: AttributeBuilder + get() { + classes("link-dark") + return this + } + +public val AttributeBuilder.bsLinkBodyEmphasis: AttributeBuilder + get() { + classes("link-body-emphasis") + return this + } + +public val AttributeBuilder.bsFocusRing: AttributeBuilder + get() { + classes("focus-ring") + return this + } + +public val AttributeBuilder.bsIconLink: AttributeBuilder + get() { + classes("icon-link") + return this + } + +public val AttributeBuilder.bsBi: AttributeBuilder + get() { + classes("bi") + return this + } + +public val AttributeBuilder.bsIconLinkHover: AttributeBuilder + get() { + classes("icon-link-hover") + return this + } + +public val AttributeBuilder.bsRatio: AttributeBuilder + get() { + classes("ratio") + return this + } + +public val AttributeBuilder.bsRatio1x1: AttributeBuilder + get() { + classes("ratio-1x1") + return this + } + +public val AttributeBuilder.bsRatio4x3: AttributeBuilder + get() { + classes("ratio-4x3") + return this + } + +public val AttributeBuilder.bsRatio16x9: AttributeBuilder + get() { + classes("ratio-16x9") + return this + } + +public val AttributeBuilder.bsRatio21x9: AttributeBuilder + get() { + classes("ratio-21x9") + return this + } + +public val AttributeBuilder.bsFixedTop: AttributeBuilder + get() { + classes("fixed-top") + return this + } + +public val AttributeBuilder.bsFixedBottom: AttributeBuilder + get() { + classes("fixed-bottom") + return this + } + +public val AttributeBuilder.bsStickyTop: AttributeBuilder + get() { + classes("sticky-top") + return this + } + +public val AttributeBuilder.bsStickyBottom: AttributeBuilder + get() { + classes("sticky-bottom") + return this + } + +public val AttributeBuilder.bsStickySmTop: AttributeBuilder + get() { + classes("sticky-sm-top") + return this + } + +public val AttributeBuilder.bsStickySmBottom: AttributeBuilder + get() { + classes("sticky-sm-bottom") + return this + } + +public val AttributeBuilder.bsStickyMdTop: AttributeBuilder + get() { + classes("sticky-md-top") + return this + } + +public val AttributeBuilder.bsStickyMdBottom: AttributeBuilder + get() { + classes("sticky-md-bottom") + return this + } + +public val AttributeBuilder.bsStickyLgTop: AttributeBuilder + get() { + classes("sticky-lg-top") + return this + } + +public val AttributeBuilder.bsStickyLgBottom: AttributeBuilder + get() { + classes("sticky-lg-bottom") + return this + } + +public val AttributeBuilder.bsStickyXlTop: AttributeBuilder + get() { + classes("sticky-xl-top") + return this + } + +public val AttributeBuilder.bsStickyXlBottom: AttributeBuilder + get() { + classes("sticky-xl-bottom") + return this + } + +public val AttributeBuilder.bsStickyXxlTop: AttributeBuilder + get() { + classes("sticky-xxl-top") + return this + } + +public val AttributeBuilder.bsStickyXxlBottom: AttributeBuilder + get() { + classes("sticky-xxl-bottom") + return this + } + +public val AttributeBuilder.bsHstack: AttributeBuilder + get() { + classes("hstack") + return this + } + +public val AttributeBuilder.bsVstack: AttributeBuilder + get() { + classes("vstack") + return this + } + +public val AttributeBuilder.bsVisuallyHidden: AttributeBuilder + get() { + classes("visually-hidden") + return this + } + +public val AttributeBuilder.bsVisuallyHiddenFocusable: AttributeBuilder + get() { + classes("visually-hidden-focusable") + return this + } + +public val AttributeBuilder.bsStretchedLink: AttributeBuilder + get() { + classes("stretched-link") + return this + } + +public val AttributeBuilder.bsTextTruncate: AttributeBuilder + get() { + classes("text-truncate") + return this + } + +public val AttributeBuilder.bsVr: AttributeBuilder + get() { + classes("vr") + return this + } + +public val AttributeBuilder.bsAlignBaseline: AttributeBuilder + get() { + classes("align-baseline") + return this + } + +public val AttributeBuilder.bsAlignTop: AttributeBuilder + get() { + classes("align-top") + return this + } + +public val AttributeBuilder.bsAlignMiddle: AttributeBuilder + get() { + classes("align-middle") + return this + } + +public val AttributeBuilder.bsAlignBottom: AttributeBuilder + get() { + classes("align-bottom") + return this + } + +public val AttributeBuilder.bsAlignTextBottom: AttributeBuilder + get() { + classes("align-text-bottom") + return this + } + +public val AttributeBuilder.bsAlignTextTop: AttributeBuilder + get() { + classes("align-text-top") + return this + } + +public val AttributeBuilder.bsFloatStart: AttributeBuilder + get() { + classes("float-start") + return this + } + +public val AttributeBuilder.bsFloatEnd: AttributeBuilder + get() { + classes("float-end") + return this + } + +public val AttributeBuilder.bsFloatNone: AttributeBuilder + get() { + classes("float-none") + return this + } + +public val AttributeBuilder.bsObjectFitContain: AttributeBuilder + get() { + classes("object-fit-contain") + return this + } + +public val AttributeBuilder.bsObjectFitCover: AttributeBuilder + get() { + classes("object-fit-cover") + return this + } + +public val AttributeBuilder.bsObjectFitFill: AttributeBuilder + get() { + classes("object-fit-fill") + return this + } + +public val AttributeBuilder.bsObjectFitScale: AttributeBuilder + get() { + classes("object-fit-scale") + return this + } + +public val AttributeBuilder.bsObjectFitNone: AttributeBuilder + get() { + classes("object-fit-none") + return this + } + +public val AttributeBuilder.bsOpacity0: AttributeBuilder + get() { + classes("opacity-0") + return this + } + +public val AttributeBuilder.bsOpacity25: AttributeBuilder + get() { + classes("opacity-25") + return this + } + +public val AttributeBuilder.bsOpacity50: AttributeBuilder + get() { + classes("opacity-50") + return this + } + +public val AttributeBuilder.bsOpacity75: AttributeBuilder + get() { + classes("opacity-75") + return this + } + +public val AttributeBuilder.bsOpacity100: AttributeBuilder + get() { + classes("opacity-100") + return this + } + +public val AttributeBuilder.bsOverflowAuto: AttributeBuilder + get() { + classes("overflow-auto") + return this + } + +public val AttributeBuilder.bsOverflowHidden: AttributeBuilder + get() { + classes("overflow-hidden") + return this + } + +public val AttributeBuilder.bsOverflowVisible: AttributeBuilder + get() { + classes("overflow-visible") + return this + } + +public val AttributeBuilder.bsOverflowScroll: AttributeBuilder + get() { + classes("overflow-scroll") + return this + } + +public val AttributeBuilder.bsOverflowXAuto: AttributeBuilder + get() { + classes("overflow-x-auto") + return this + } + +public val AttributeBuilder.bsOverflowXHidden: AttributeBuilder + get() { + classes("overflow-x-hidden") + return this + } + +public val AttributeBuilder.bsOverflowXVisible: AttributeBuilder + get() { + classes("overflow-x-visible") + return this + } + +public val AttributeBuilder.bsOverflowXScroll: AttributeBuilder + get() { + classes("overflow-x-scroll") + return this + } + +public val AttributeBuilder.bsOverflowYAuto: AttributeBuilder + get() { + classes("overflow-y-auto") + return this + } + +public val AttributeBuilder.bsOverflowYHidden: AttributeBuilder + get() { + classes("overflow-y-hidden") + return this + } + +public val AttributeBuilder.bsOverflowYVisible: AttributeBuilder + get() { + classes("overflow-y-visible") + return this + } + +public val AttributeBuilder.bsOverflowYScroll: AttributeBuilder + get() { + classes("overflow-y-scroll") + return this + } + +public val AttributeBuilder.bsDInline: AttributeBuilder + get() { + classes("d-inline") + return this + } + +public val AttributeBuilder.bsDInlineBlock: AttributeBuilder + get() { + classes("d-inline-block") + return this + } + +public val AttributeBuilder.bsDBlock: AttributeBuilder + get() { + classes("d-block") + return this + } + +public val AttributeBuilder.bsDGrid: AttributeBuilder + get() { + classes("d-grid") + return this + } + +public val AttributeBuilder.bsDInlineGrid: AttributeBuilder + get() { + classes("d-inline-grid") + return this + } + +public val AttributeBuilder.bsDTable: AttributeBuilder + get() { + classes("d-table") + return this + } + +public val AttributeBuilder.bsDTableRow: AttributeBuilder + get() { + classes("d-table-row") + return this + } + +public val AttributeBuilder.bsDTableCell: AttributeBuilder + get() { + classes("d-table-cell") + return this + } + +public val AttributeBuilder.bsDFlex: AttributeBuilder + get() { + classes("d-flex") + return this + } + +public val AttributeBuilder.bsDInlineFlex: AttributeBuilder + get() { + classes("d-inline-flex") + return this + } + +public val AttributeBuilder.bsDNone: AttributeBuilder + get() { + classes("d-none") + return this + } + +public val AttributeBuilder.bsShadow: AttributeBuilder + get() { + classes("shadow") + return this + } + +public val AttributeBuilder.bsShadowSm: AttributeBuilder + get() { + classes("shadow-sm") + return this + } + +public val AttributeBuilder.bsShadowLg: AttributeBuilder + get() { + classes("shadow-lg") + return this + } + +public val AttributeBuilder.bsShadowNone: AttributeBuilder + get() { + classes("shadow-none") + return this + } + +public val AttributeBuilder.bsFocusRingPrimary: AttributeBuilder + get() { + classes("focus-ring-primary") + return this + } + +public val AttributeBuilder.bsFocusRingSecondary: AttributeBuilder + get() { + classes("focus-ring-secondary") + return this + } + +public val AttributeBuilder.bsFocusRingSuccess: AttributeBuilder + get() { + classes("focus-ring-success") + return this + } + +public val AttributeBuilder.bsFocusRingInfo: AttributeBuilder + get() { + classes("focus-ring-info") + return this + } + +public val AttributeBuilder.bsFocusRingWarning: AttributeBuilder + get() { + classes("focus-ring-warning") + return this + } + +public val AttributeBuilder.bsFocusRingDanger: AttributeBuilder + get() { + classes("focus-ring-danger") + return this + } + +public val AttributeBuilder.bsFocusRingLight: AttributeBuilder + get() { + classes("focus-ring-light") + return this + } + +public val AttributeBuilder.bsFocusRingDark: AttributeBuilder + get() { + classes("focus-ring-dark") + return this + } + +public val AttributeBuilder.bsPositionStatic: AttributeBuilder + get() { + classes("position-static") + return this + } + +public val AttributeBuilder.bsPositionRelative: AttributeBuilder + get() { + classes("position-relative") + return this + } + +public val AttributeBuilder.bsPositionAbsolute: AttributeBuilder + get() { + classes("position-absolute") + return this + } + +public val AttributeBuilder.bsPositionFixed: AttributeBuilder + get() { + classes("position-fixed") + return this + } + +public val AttributeBuilder.bsPositionSticky: AttributeBuilder + get() { + classes("position-sticky") + return this + } + +public val AttributeBuilder.bsTop0: AttributeBuilder + get() { + classes("top-0") + return this + } + +public val AttributeBuilder.bsTop50: AttributeBuilder + get() { + classes("top-50") + return this + } + +public val AttributeBuilder.bsTop100: AttributeBuilder + get() { + classes("top-100") + return this + } + +public val AttributeBuilder.bsBottom0: AttributeBuilder + get() { + classes("bottom-0") + return this + } + +public val AttributeBuilder.bsBottom50: AttributeBuilder + get() { + classes("bottom-50") + return this + } + +public val AttributeBuilder.bsBottom100: AttributeBuilder + get() { + classes("bottom-100") + return this + } + +public val AttributeBuilder.bsStart0: AttributeBuilder + get() { + classes("start-0") + return this + } + +public val AttributeBuilder.bsStart50: AttributeBuilder + get() { + classes("start-50") + return this + } + +public val AttributeBuilder.bsStart100: AttributeBuilder + get() { + classes("start-100") + return this + } + +public val AttributeBuilder.bsEnd0: AttributeBuilder + get() { + classes("end-0") + return this + } + +public val AttributeBuilder.bsEnd50: AttributeBuilder + get() { + classes("end-50") + return this + } + +public val AttributeBuilder.bsEnd100: AttributeBuilder + get() { + classes("end-100") + return this + } + +public val AttributeBuilder.bsTranslateMiddle: AttributeBuilder + get() { + classes("translate-middle") + return this + } + +public val AttributeBuilder.bsTranslateMiddleX: AttributeBuilder + get() { + classes("translate-middle-x") + return this + } + +public val AttributeBuilder.bsTranslateMiddleY: AttributeBuilder + get() { + classes("translate-middle-y") + return this + } + +public val AttributeBuilder.bsBorder: AttributeBuilder + get() { + classes("border") + return this + } + +public val AttributeBuilder.bsBorder0: AttributeBuilder + get() { + classes("border-0") + return this + } + +public val AttributeBuilder.bsBorderTop: AttributeBuilder + get() { + classes("border-top") + return this + } + +public val AttributeBuilder.bsBorderTop0: AttributeBuilder + get() { + classes("border-top-0") + return this + } + +public val AttributeBuilder.bsBorderEnd: AttributeBuilder + get() { + classes("border-end") + return this + } + +public val AttributeBuilder.bsBorderEnd0: AttributeBuilder + get() { + classes("border-end-0") + return this + } + +public val AttributeBuilder.bsBorderBottom: AttributeBuilder + get() { + classes("border-bottom") + return this + } + +public val AttributeBuilder.bsBorderBottom0: AttributeBuilder + get() { + classes("border-bottom-0") + return this + } + +public val AttributeBuilder.bsBorderStart: AttributeBuilder + get() { + classes("border-start") + return this + } + +public val AttributeBuilder.bsBorderStart0: AttributeBuilder + get() { + classes("border-start-0") + return this + } + +public val AttributeBuilder.bsBorderPrimary: AttributeBuilder + get() { + classes("border-primary") + return this + } + +public val AttributeBuilder.bsBorderSecondary: AttributeBuilder + get() { + classes("border-secondary") + return this + } + +public val AttributeBuilder.bsBorderSuccess: AttributeBuilder + get() { + classes("border-success") + return this + } + +public val AttributeBuilder.bsBorderInfo: AttributeBuilder + get() { + classes("border-info") + return this + } + +public val AttributeBuilder.bsBorderWarning: AttributeBuilder + get() { + classes("border-warning") + return this + } + +public val AttributeBuilder.bsBorderDanger: AttributeBuilder + get() { + classes("border-danger") + return this + } + +public val AttributeBuilder.bsBorderLight: AttributeBuilder + get() { + classes("border-light") + return this + } + +public val AttributeBuilder.bsBorderDark: AttributeBuilder + get() { + classes("border-dark") + return this + } + +public val AttributeBuilder.bsBorderBlack: AttributeBuilder + get() { + classes("border-black") + return this + } + +public val AttributeBuilder.bsBorderWhite: AttributeBuilder + get() { + classes("border-white") + return this + } + +public val AttributeBuilder.bsBorderPrimarySubtle: AttributeBuilder + get() { + classes("border-primary-subtle") + return this + } + +public val AttributeBuilder.bsBorderSecondarySubtle: AttributeBuilder + get() { + classes("border-secondary-subtle") + return this + } + +public val AttributeBuilder.bsBorderSuccessSubtle: AttributeBuilder + get() { + classes("border-success-subtle") + return this + } + +public val AttributeBuilder.bsBorderInfoSubtle: AttributeBuilder + get() { + classes("border-info-subtle") + return this + } + +public val AttributeBuilder.bsBorderWarningSubtle: AttributeBuilder + get() { + classes("border-warning-subtle") + return this + } + +public val AttributeBuilder.bsBorderDangerSubtle: AttributeBuilder + get() { + classes("border-danger-subtle") + return this + } + +public val AttributeBuilder.bsBorderLightSubtle: AttributeBuilder + get() { + classes("border-light-subtle") + return this + } + +public val AttributeBuilder.bsBorderDarkSubtle: AttributeBuilder + get() { + classes("border-dark-subtle") + return this + } + +public val AttributeBuilder.bsBorder1: AttributeBuilder + get() { + classes("border-1") + return this + } + +public val AttributeBuilder.bsBorder2: AttributeBuilder + get() { + classes("border-2") + return this + } + +public val AttributeBuilder.bsBorder3: AttributeBuilder + get() { + classes("border-3") + return this + } + +public val AttributeBuilder.bsBorder4: AttributeBuilder + get() { + classes("border-4") + return this + } + +public val AttributeBuilder.bsBorder5: AttributeBuilder + get() { + classes("border-5") + return this + } + +public val AttributeBuilder.bsBorderOpacity10: AttributeBuilder + get() { + classes("border-opacity-10") + return this + } + +public val AttributeBuilder.bsBorderOpacity25: AttributeBuilder + get() { + classes("border-opacity-25") + return this + } + +public val AttributeBuilder.bsBorderOpacity50: AttributeBuilder + get() { + classes("border-opacity-50") + return this + } + +public val AttributeBuilder.bsBorderOpacity75: AttributeBuilder + get() { + classes("border-opacity-75") + return this + } + +public val AttributeBuilder.bsBorderOpacity100: AttributeBuilder + get() { + classes("border-opacity-100") + return this + } + +public val AttributeBuilder.bsW25: AttributeBuilder + get() { + classes("w-25") + return this + } + +public val AttributeBuilder.bsW50: AttributeBuilder + get() { + classes("w-50") + return this + } + +public val AttributeBuilder.bsW75: AttributeBuilder + get() { + classes("w-75") + return this + } + +public val AttributeBuilder.bsW100: AttributeBuilder + get() { + classes("w-100") + return this + } + +public val AttributeBuilder.bsWAuto: AttributeBuilder + get() { + classes("w-auto") + return this + } + +public val AttributeBuilder.bsMw100: AttributeBuilder + get() { + classes("mw-100") + return this + } + +public val AttributeBuilder.bsVw100: AttributeBuilder + get() { + classes("vw-100") + return this + } + +public val AttributeBuilder.bsMinVw100: AttributeBuilder + get() { + classes("min-vw-100") + return this + } + +public val AttributeBuilder.bsH25: AttributeBuilder + get() { + classes("h-25") + return this + } + +public val AttributeBuilder.bsH50: AttributeBuilder + get() { + classes("h-50") + return this + } + +public val AttributeBuilder.bsH75: AttributeBuilder + get() { + classes("h-75") + return this + } + +public val AttributeBuilder.bsH100: AttributeBuilder + get() { + classes("h-100") + return this + } + +public val AttributeBuilder.bsHAuto: AttributeBuilder + get() { + classes("h-auto") + return this + } + +public val AttributeBuilder.bsMh100: AttributeBuilder + get() { + classes("mh-100") + return this + } + +public val AttributeBuilder.bsVh100: AttributeBuilder + get() { + classes("vh-100") + return this + } + +public val AttributeBuilder.bsMinVh100: AttributeBuilder + get() { + classes("min-vh-100") + return this + } + +public val AttributeBuilder.bsFlexFill: AttributeBuilder + get() { + classes("flex-fill") + return this + } + +public val AttributeBuilder.bsFlexRow: AttributeBuilder + get() { + classes("flex-row") + return this + } + +public val AttributeBuilder.bsFlexColumn: AttributeBuilder + get() { + classes("flex-column") + return this + } + +public val AttributeBuilder.bsFlexRowReverse: AttributeBuilder + get() { + classes("flex-row-reverse") + return this + } + +public val AttributeBuilder.bsFlexColumnReverse: AttributeBuilder + get() { + classes("flex-column-reverse") + return this + } + +public val AttributeBuilder.bsFlexGrow0: AttributeBuilder + get() { + classes("flex-grow-0") + return this + } + +public val AttributeBuilder.bsFlexGrow1: AttributeBuilder + get() { + classes("flex-grow-1") + return this + } + +public val AttributeBuilder.bsFlexShrink0: AttributeBuilder + get() { + classes("flex-shrink-0") + return this + } + +public val AttributeBuilder.bsFlexShrink1: AttributeBuilder + get() { + classes("flex-shrink-1") + return this + } + +public val AttributeBuilder.bsFlexWrap: AttributeBuilder + get() { + classes("flex-wrap") + return this + } + +public val AttributeBuilder.bsFlexNowrap: AttributeBuilder + get() { + classes("flex-nowrap") + return this + } + +public val AttributeBuilder.bsFlexWrapReverse: AttributeBuilder + get() { + classes("flex-wrap-reverse") + return this + } + +public val AttributeBuilder.bsJustifyContentStart: AttributeBuilder + get() { + classes("justify-content-start") + return this + } + +public val AttributeBuilder.bsJustifyContentEnd: AttributeBuilder + get() { + classes("justify-content-end") + return this + } + +public val AttributeBuilder.bsJustifyContentCenter: AttributeBuilder + get() { + classes("justify-content-center") + return this + } + +public val AttributeBuilder.bsJustifyContentBetween: AttributeBuilder + get() { + classes("justify-content-between") + return this + } + +public val AttributeBuilder.bsJustifyContentAround: AttributeBuilder + get() { + classes("justify-content-around") + return this + } + +public val AttributeBuilder.bsJustifyContentEvenly: AttributeBuilder + get() { + classes("justify-content-evenly") + return this + } + +public val AttributeBuilder.bsAlignItemsStart: AttributeBuilder + get() { + classes("align-items-start") + return this + } + +public val AttributeBuilder.bsAlignItemsEnd: AttributeBuilder + get() { + classes("align-items-end") + return this + } + +public val AttributeBuilder.bsAlignItemsCenter: AttributeBuilder + get() { + classes("align-items-center") + return this + } + +public val AttributeBuilder.bsAlignItemsBaseline: AttributeBuilder + get() { + classes("align-items-baseline") + return this + } + +public val AttributeBuilder.bsAlignItemsStretch: AttributeBuilder + get() { + classes("align-items-stretch") + return this + } + +public val AttributeBuilder.bsAlignContentStart: AttributeBuilder + get() { + classes("align-content-start") + return this + } + +public val AttributeBuilder.bsAlignContentEnd: AttributeBuilder + get() { + classes("align-content-end") + return this + } + +public val AttributeBuilder.bsAlignContentCenter: AttributeBuilder + get() { + classes("align-content-center") + return this + } + +public val AttributeBuilder.bsAlignContentBetween: AttributeBuilder + get() { + classes("align-content-between") + return this + } + +public val AttributeBuilder.bsAlignContentAround: AttributeBuilder + get() { + classes("align-content-around") + return this + } + +public val AttributeBuilder.bsAlignContentStretch: AttributeBuilder + get() { + classes("align-content-stretch") + return this + } + +public val AttributeBuilder.bsAlignSelfAuto: AttributeBuilder + get() { + classes("align-self-auto") + return this + } + +public val AttributeBuilder.bsAlignSelfStart: AttributeBuilder + get() { + classes("align-self-start") + return this + } + +public val AttributeBuilder.bsAlignSelfEnd: AttributeBuilder + get() { + classes("align-self-end") + return this + } + +public val AttributeBuilder.bsAlignSelfCenter: AttributeBuilder + get() { + classes("align-self-center") + return this + } + +public val AttributeBuilder.bsAlignSelfBaseline: AttributeBuilder + get() { + classes("align-self-baseline") + return this + } + +public val AttributeBuilder.bsAlignSelfStretch: AttributeBuilder + get() { + classes("align-self-stretch") + return this + } + +public val AttributeBuilder.bsOrderFirst: AttributeBuilder + get() { + classes("order-first") + return this + } + +public val AttributeBuilder.bsOrder0: AttributeBuilder + get() { + classes("order-0") + return this + } + +public val AttributeBuilder.bsOrder1: AttributeBuilder + get() { + classes("order-1") + return this + } + +public val AttributeBuilder.bsOrder2: AttributeBuilder + get() { + classes("order-2") + return this + } + +public val AttributeBuilder.bsOrder3: AttributeBuilder + get() { + classes("order-3") + return this + } + +public val AttributeBuilder.bsOrder4: AttributeBuilder + get() { + classes("order-4") + return this + } + +public val AttributeBuilder.bsOrder5: AttributeBuilder + get() { + classes("order-5") + return this + } + +public val AttributeBuilder.bsOrderLast: AttributeBuilder + get() { + classes("order-last") + return this + } + +public val AttributeBuilder.bsM0: AttributeBuilder + get() { + classes("m-0") + return this + } + +public val AttributeBuilder.bsM1: AttributeBuilder + get() { + classes("m-1") + return this + } + +public val AttributeBuilder.bsM2: AttributeBuilder + get() { + classes("m-2") + return this + } + +public val AttributeBuilder.bsM3: AttributeBuilder + get() { + classes("m-3") + return this + } + +public val AttributeBuilder.bsM4: AttributeBuilder + get() { + classes("m-4") + return this + } + +public val AttributeBuilder.bsM5: AttributeBuilder + get() { + classes("m-5") + return this + } + +public val AttributeBuilder.bsMAuto: AttributeBuilder + get() { + classes("m-auto") + return this + } + +public val AttributeBuilder.bsMx0: AttributeBuilder + get() { + classes("mx-0") + return this + } + +public val AttributeBuilder.bsMx1: AttributeBuilder + get() { + classes("mx-1") + return this + } + +public val AttributeBuilder.bsMx2: AttributeBuilder + get() { + classes("mx-2") + return this + } + +public val AttributeBuilder.bsMx3: AttributeBuilder + get() { + classes("mx-3") + return this + } + +public val AttributeBuilder.bsMx4: AttributeBuilder + get() { + classes("mx-4") + return this + } + +public val AttributeBuilder.bsMx5: AttributeBuilder + get() { + classes("mx-5") + return this + } + +public val AttributeBuilder.bsMxAuto: AttributeBuilder + get() { + classes("mx-auto") + return this + } + +public val AttributeBuilder.bsMy0: AttributeBuilder + get() { + classes("my-0") + return this + } + +public val AttributeBuilder.bsMy1: AttributeBuilder + get() { + classes("my-1") + return this + } + +public val AttributeBuilder.bsMy2: AttributeBuilder + get() { + classes("my-2") + return this + } + +public val AttributeBuilder.bsMy3: AttributeBuilder + get() { + classes("my-3") + return this + } + +public val AttributeBuilder.bsMy4: AttributeBuilder + get() { + classes("my-4") + return this + } + +public val AttributeBuilder.bsMy5: AttributeBuilder + get() { + classes("my-5") + return this + } + +public val AttributeBuilder.bsMyAuto: AttributeBuilder + get() { + classes("my-auto") + return this + } + +public val AttributeBuilder.bsMt0: AttributeBuilder + get() { + classes("mt-0") + return this + } + +public val AttributeBuilder.bsMt1: AttributeBuilder + get() { + classes("mt-1") + return this + } + +public val AttributeBuilder.bsMt2: AttributeBuilder + get() { + classes("mt-2") + return this + } + +public val AttributeBuilder.bsMt3: AttributeBuilder + get() { + classes("mt-3") + return this + } + +public val AttributeBuilder.bsMt4: AttributeBuilder + get() { + classes("mt-4") + return this + } + +public val AttributeBuilder.bsMt5: AttributeBuilder + get() { + classes("mt-5") + return this + } + +public val AttributeBuilder.bsMtAuto: AttributeBuilder + get() { + classes("mt-auto") + return this + } + +public val AttributeBuilder.bsMe0: AttributeBuilder + get() { + classes("me-0") + return this + } + +public val AttributeBuilder.bsMe1: AttributeBuilder + get() { + classes("me-1") + return this + } + +public val AttributeBuilder.bsMe2: AttributeBuilder + get() { + classes("me-2") + return this + } + +public val AttributeBuilder.bsMe3: AttributeBuilder + get() { + classes("me-3") + return this + } + +public val AttributeBuilder.bsMe4: AttributeBuilder + get() { + classes("me-4") + return this + } + +public val AttributeBuilder.bsMe5: AttributeBuilder + get() { + classes("me-5") + return this + } + +public val AttributeBuilder.bsMeAuto: AttributeBuilder + get() { + classes("me-auto") + return this + } + +public val AttributeBuilder.bsMb0: AttributeBuilder + get() { + classes("mb-0") + return this + } + +public val AttributeBuilder.bsMb1: AttributeBuilder + get() { + classes("mb-1") + return this + } + +public val AttributeBuilder.bsMb2: AttributeBuilder + get() { + classes("mb-2") + return this + } + +public val AttributeBuilder.bsMb3: AttributeBuilder + get() { + classes("mb-3") + return this + } + +public val AttributeBuilder.bsMb4: AttributeBuilder + get() { + classes("mb-4") + return this + } + +public val AttributeBuilder.bsMb5: AttributeBuilder + get() { + classes("mb-5") + return this + } + +public val AttributeBuilder.bsMbAuto: AttributeBuilder + get() { + classes("mb-auto") + return this + } + +public val AttributeBuilder.bsMs0: AttributeBuilder + get() { + classes("ms-0") + return this + } + +public val AttributeBuilder.bsMs1: AttributeBuilder + get() { + classes("ms-1") + return this + } + +public val AttributeBuilder.bsMs2: AttributeBuilder + get() { + classes("ms-2") + return this + } + +public val AttributeBuilder.bsMs3: AttributeBuilder + get() { + classes("ms-3") + return this + } + +public val AttributeBuilder.bsMs4: AttributeBuilder + get() { + classes("ms-4") + return this + } + +public val AttributeBuilder.bsMs5: AttributeBuilder + get() { + classes("ms-5") + return this + } + +public val AttributeBuilder.bsMsAuto: AttributeBuilder + get() { + classes("ms-auto") + return this + } + +public val AttributeBuilder.bsP0: AttributeBuilder + get() { + classes("p-0") + return this + } + +public val AttributeBuilder.bsP1: AttributeBuilder + get() { + classes("p-1") + return this + } + +public val AttributeBuilder.bsP2: AttributeBuilder + get() { + classes("p-2") + return this + } + +public val AttributeBuilder.bsP3: AttributeBuilder + get() { + classes("p-3") + return this + } + +public val AttributeBuilder.bsP4: AttributeBuilder + get() { + classes("p-4") + return this + } + +public val AttributeBuilder.bsP5: AttributeBuilder + get() { + classes("p-5") + return this + } + +public val AttributeBuilder.bsPx0: AttributeBuilder + get() { + classes("px-0") + return this + } + +public val AttributeBuilder.bsPx1: AttributeBuilder + get() { + classes("px-1") + return this + } + +public val AttributeBuilder.bsPx2: AttributeBuilder + get() { + classes("px-2") + return this + } + +public val AttributeBuilder.bsPx3: AttributeBuilder + get() { + classes("px-3") + return this + } + +public val AttributeBuilder.bsPx4: AttributeBuilder + get() { + classes("px-4") + return this + } + +public val AttributeBuilder.bsPx5: AttributeBuilder + get() { + classes("px-5") + return this + } + +public val AttributeBuilder.bsPy0: AttributeBuilder + get() { + classes("py-0") + return this + } + +public val AttributeBuilder.bsPy1: AttributeBuilder + get() { + classes("py-1") + return this + } + +public val AttributeBuilder.bsPy2: AttributeBuilder + get() { + classes("py-2") + return this + } + +public val AttributeBuilder.bsPy3: AttributeBuilder + get() { + classes("py-3") + return this + } + +public val AttributeBuilder.bsPy4: AttributeBuilder + get() { + classes("py-4") + return this + } + +public val AttributeBuilder.bsPy5: AttributeBuilder + get() { + classes("py-5") + return this + } + +public val AttributeBuilder.bsPt0: AttributeBuilder + get() { + classes("pt-0") + return this + } + +public val AttributeBuilder.bsPt1: AttributeBuilder + get() { + classes("pt-1") + return this + } + +public val AttributeBuilder.bsPt2: AttributeBuilder + get() { + classes("pt-2") + return this + } + +public val AttributeBuilder.bsPt3: AttributeBuilder + get() { + classes("pt-3") + return this + } + +public val AttributeBuilder.bsPt4: AttributeBuilder + get() { + classes("pt-4") + return this + } + +public val AttributeBuilder.bsPt5: AttributeBuilder + get() { + classes("pt-5") + return this + } + +public val AttributeBuilder.bsPe0: AttributeBuilder + get() { + classes("pe-0") + return this + } + +public val AttributeBuilder.bsPe1: AttributeBuilder + get() { + classes("pe-1") + return this + } + +public val AttributeBuilder.bsPe2: AttributeBuilder + get() { + classes("pe-2") + return this + } + +public val AttributeBuilder.bsPe3: AttributeBuilder + get() { + classes("pe-3") + return this + } + +public val AttributeBuilder.bsPe4: AttributeBuilder + get() { + classes("pe-4") + return this + } + +public val AttributeBuilder.bsPe5: AttributeBuilder + get() { + classes("pe-5") + return this + } + +public val AttributeBuilder.bsPb0: AttributeBuilder + get() { + classes("pb-0") + return this + } + +public val AttributeBuilder.bsPb1: AttributeBuilder + get() { + classes("pb-1") + return this + } + +public val AttributeBuilder.bsPb2: AttributeBuilder + get() { + classes("pb-2") + return this + } + +public val AttributeBuilder.bsPb3: AttributeBuilder + get() { + classes("pb-3") + return this + } + +public val AttributeBuilder.bsPb4: AttributeBuilder + get() { + classes("pb-4") + return this + } + +public val AttributeBuilder.bsPb5: AttributeBuilder + get() { + classes("pb-5") + return this + } + +public val AttributeBuilder.bsPs0: AttributeBuilder + get() { + classes("ps-0") + return this + } + +public val AttributeBuilder.bsPs1: AttributeBuilder + get() { + classes("ps-1") + return this + } + +public val AttributeBuilder.bsPs2: AttributeBuilder + get() { + classes("ps-2") + return this + } + +public val AttributeBuilder.bsPs3: AttributeBuilder + get() { + classes("ps-3") + return this + } + +public val AttributeBuilder.bsPs4: AttributeBuilder + get() { + classes("ps-4") + return this + } + +public val AttributeBuilder.bsPs5: AttributeBuilder + get() { + classes("ps-5") + return this + } + +public val AttributeBuilder.bsGap0: AttributeBuilder + get() { + classes("gap-0") + return this + } + +public val AttributeBuilder.bsGap1: AttributeBuilder + get() { + classes("gap-1") + return this + } + +public val AttributeBuilder.bsGap2: AttributeBuilder + get() { + classes("gap-2") + return this + } + +public val AttributeBuilder.bsGap3: AttributeBuilder + get() { + classes("gap-3") + return this + } + +public val AttributeBuilder.bsGap4: AttributeBuilder + get() { + classes("gap-4") + return this + } + +public val AttributeBuilder.bsGap5: AttributeBuilder + get() { + classes("gap-5") + return this + } + +public val AttributeBuilder.bsRowGap0: AttributeBuilder + get() { + classes("row-gap-0") + return this + } + +public val AttributeBuilder.bsRowGap1: AttributeBuilder + get() { + classes("row-gap-1") + return this + } + +public val AttributeBuilder.bsRowGap2: AttributeBuilder + get() { + classes("row-gap-2") + return this + } + +public val AttributeBuilder.bsRowGap3: AttributeBuilder + get() { + classes("row-gap-3") + return this + } + +public val AttributeBuilder.bsRowGap4: AttributeBuilder + get() { + classes("row-gap-4") + return this + } + +public val AttributeBuilder.bsRowGap5: AttributeBuilder + get() { + classes("row-gap-5") + return this + } + +public val AttributeBuilder.bsColumnGap0: AttributeBuilder + get() { + classes("column-gap-0") + return this + } + +public val AttributeBuilder.bsColumnGap1: AttributeBuilder + get() { + classes("column-gap-1") + return this + } + +public val AttributeBuilder.bsColumnGap2: AttributeBuilder + get() { + classes("column-gap-2") + return this + } + +public val AttributeBuilder.bsColumnGap3: AttributeBuilder + get() { + classes("column-gap-3") + return this + } + +public val AttributeBuilder.bsColumnGap4: AttributeBuilder + get() { + classes("column-gap-4") + return this + } + +public val AttributeBuilder.bsColumnGap5: AttributeBuilder + get() { + classes("column-gap-5") + return this + } + +public val AttributeBuilder.bsFontMonospace: AttributeBuilder + get() { + classes("font-monospace") + return this + } + +public val AttributeBuilder.bsFs1: AttributeBuilder + get() { + classes("fs-1") + return this + } + +public val AttributeBuilder.bsFs2: AttributeBuilder + get() { + classes("fs-2") + return this + } + +public val AttributeBuilder.bsFs3: AttributeBuilder + get() { + classes("fs-3") + return this + } + +public val AttributeBuilder.bsFs4: AttributeBuilder + get() { + classes("fs-4") + return this + } + +public val AttributeBuilder.bsFs5: AttributeBuilder + get() { + classes("fs-5") + return this + } + +public val AttributeBuilder.bsFs6: AttributeBuilder + get() { + classes("fs-6") + return this + } + +public val AttributeBuilder.bsFstItalic: AttributeBuilder + get() { + classes("fst-italic") + return this + } + +public val AttributeBuilder.bsFstNormal: AttributeBuilder + get() { + classes("fst-normal") + return this + } + +public val AttributeBuilder.bsFwLighter: AttributeBuilder + get() { + classes("fw-lighter") + return this + } + +public val AttributeBuilder.bsFwLight: AttributeBuilder + get() { + classes("fw-light") + return this + } + +public val AttributeBuilder.bsFwNormal: AttributeBuilder + get() { + classes("fw-normal") + return this + } + +public val AttributeBuilder.bsFwMedium: AttributeBuilder + get() { + classes("fw-medium") + return this + } + +public val AttributeBuilder.bsFwSemibold: AttributeBuilder + get() { + classes("fw-semibold") + return this + } + +public val AttributeBuilder.bsFwBold: AttributeBuilder + get() { + classes("fw-bold") + return this + } + +public val AttributeBuilder.bsFwBolder: AttributeBuilder + get() { + classes("fw-bolder") + return this + } + +public val AttributeBuilder.bsLh1: AttributeBuilder + get() { + classes("lh-1") + return this + } + +public val AttributeBuilder.bsLhSm: AttributeBuilder + get() { + classes("lh-sm") + return this + } + +public val AttributeBuilder.bsLhBase: AttributeBuilder + get() { + classes("lh-base") + return this + } + +public val AttributeBuilder.bsLhLg: AttributeBuilder + get() { + classes("lh-lg") + return this + } + +public val AttributeBuilder.bsTextStart: AttributeBuilder + get() { + classes("text-start") + return this + } + +public val AttributeBuilder.bsTextEnd: AttributeBuilder + get() { + classes("text-end") + return this + } + +public val AttributeBuilder.bsTextCenter: AttributeBuilder + get() { + classes("text-center") + return this + } + +public val AttributeBuilder.bsTextDecorationNone: AttributeBuilder + get() { + classes("text-decoration-none") + return this + } + +public val AttributeBuilder.bsTextDecorationUnderline: AttributeBuilder + get() { + classes("text-decoration-underline") + return this + } + +public val AttributeBuilder.bsTextDecorationLineThrough: AttributeBuilder + get() { + classes("text-decoration-line-through") + return this + } + +public val AttributeBuilder.bsTextLowercase: AttributeBuilder + get() { + classes("text-lowercase") + return this + } + +public val AttributeBuilder.bsTextUppercase: AttributeBuilder + get() { + classes("text-uppercase") + return this + } + +public val AttributeBuilder.bsTextCapitalize: AttributeBuilder + get() { + classes("text-capitalize") + return this + } + +public val AttributeBuilder.bsTextWrap: AttributeBuilder + get() { + classes("text-wrap") + return this + } + +public val AttributeBuilder.bsTextNowrap: AttributeBuilder + get() { + classes("text-nowrap") + return this + } + +public val AttributeBuilder.bsTextBreak: AttributeBuilder + get() { + classes("text-break") + return this + } + +public val AttributeBuilder.bsTextPrimary: AttributeBuilder + get() { + classes("text-primary") + return this + } + +public val AttributeBuilder.bsTextSecondary: AttributeBuilder + get() { + classes("text-secondary") + return this + } + +public val AttributeBuilder.bsTextSuccess: AttributeBuilder + get() { + classes("text-success") + return this + } + +public val AttributeBuilder.bsTextInfo: AttributeBuilder + get() { + classes("text-info") + return this + } + +public val AttributeBuilder.bsTextWarning: AttributeBuilder + get() { + classes("text-warning") + return this + } + +public val AttributeBuilder.bsTextDanger: AttributeBuilder + get() { + classes("text-danger") + return this + } + +public val AttributeBuilder.bsTextLight: AttributeBuilder + get() { + classes("text-light") + return this + } + +public val AttributeBuilder.bsTextDark: AttributeBuilder + get() { + classes("text-dark") + return this + } + +public val AttributeBuilder.bsTextBlack: AttributeBuilder + get() { + classes("text-black") + return this + } + +public val AttributeBuilder.bsTextWhite: AttributeBuilder + get() { + classes("text-white") + return this + } + +public val AttributeBuilder.bsTextBody: AttributeBuilder + get() { + classes("text-body") + return this + } + +public val AttributeBuilder.bsTextMuted: AttributeBuilder + get() { + classes("text-muted") + return this + } + +public val AttributeBuilder.bsTextBlack50: AttributeBuilder + get() { + classes("text-black-50") + return this + } + +public val AttributeBuilder.bsTextWhite50: AttributeBuilder + get() { + classes("text-white-50") + return this + } + +public val AttributeBuilder.bsTextBodySecondary: AttributeBuilder + get() { + classes("text-body-secondary") + return this + } + +public val AttributeBuilder.bsTextBodyTertiary: AttributeBuilder + get() { + classes("text-body-tertiary") + return this + } + +public val AttributeBuilder.bsTextBodyEmphasis: AttributeBuilder + get() { + classes("text-body-emphasis") + return this + } + +public val AttributeBuilder.bsTextReset: AttributeBuilder + get() { + classes("text-reset") + return this + } + +public val AttributeBuilder.bsTextOpacity25: AttributeBuilder + get() { + classes("text-opacity-25") + return this + } + +public val AttributeBuilder.bsTextOpacity50: AttributeBuilder + get() { + classes("text-opacity-50") + return this + } + +public val AttributeBuilder.bsTextOpacity75: AttributeBuilder + get() { + classes("text-opacity-75") + return this + } + +public val AttributeBuilder.bsTextOpacity100: AttributeBuilder + get() { + classes("text-opacity-100") + return this + } + +public val AttributeBuilder.bsTextPrimaryEmphasis: AttributeBuilder + get() { + classes("text-primary-emphasis") + return this + } + +public val AttributeBuilder.bsTextSecondaryEmphasis: AttributeBuilder + get() { + classes("text-secondary-emphasis") + return this + } + +public val AttributeBuilder.bsTextSuccessEmphasis: AttributeBuilder + get() { + classes("text-success-emphasis") + return this + } + +public val AttributeBuilder.bsTextInfoEmphasis: AttributeBuilder + get() { + classes("text-info-emphasis") + return this + } + +public val AttributeBuilder.bsTextWarningEmphasis: AttributeBuilder + get() { + classes("text-warning-emphasis") + return this + } + +public val AttributeBuilder.bsTextDangerEmphasis: AttributeBuilder + get() { + classes("text-danger-emphasis") + return this + } + +public val AttributeBuilder.bsTextLightEmphasis: AttributeBuilder + get() { + classes("text-light-emphasis") + return this + } + +public val AttributeBuilder.bsTextDarkEmphasis: AttributeBuilder + get() { + classes("text-dark-emphasis") + return this + } + +public val AttributeBuilder.bsLinkOpacity10: AttributeBuilder + get() { + classes("link-opacity-10") + return this + } + +public val AttributeBuilder.bsLinkOpacity10Hover: AttributeBuilder + get() { + classes("link-opacity-10-hover") + return this + } + +public val AttributeBuilder.bsLinkOpacity25: AttributeBuilder + get() { + classes("link-opacity-25") + return this + } + +public val AttributeBuilder.bsLinkOpacity25Hover: AttributeBuilder + get() { + classes("link-opacity-25-hover") + return this + } + +public val AttributeBuilder.bsLinkOpacity50: AttributeBuilder + get() { + classes("link-opacity-50") + return this + } + +public val AttributeBuilder.bsLinkOpacity50Hover: AttributeBuilder + get() { + classes("link-opacity-50-hover") + return this + } + +public val AttributeBuilder.bsLinkOpacity75: AttributeBuilder + get() { + classes("link-opacity-75") + return this + } + +public val AttributeBuilder.bsLinkOpacity75Hover: AttributeBuilder + get() { + classes("link-opacity-75-hover") + return this + } + +public val AttributeBuilder.bsLinkOpacity100: AttributeBuilder + get() { + classes("link-opacity-100") + return this + } + +public val AttributeBuilder.bsLinkOpacity100Hover: AttributeBuilder + get() { + classes("link-opacity-100-hover") + return this + } + +public val AttributeBuilder.bsLinkOffset1: AttributeBuilder + get() { + classes("link-offset-1") + return this + } + +public val AttributeBuilder.bsLinkOffset1Hover: AttributeBuilder + get() { + classes("link-offset-1-hover") + return this + } + +public val AttributeBuilder.bsLinkOffset2: AttributeBuilder + get() { + classes("link-offset-2") + return this + } + +public val AttributeBuilder.bsLinkOffset2Hover: AttributeBuilder + get() { + classes("link-offset-2-hover") + return this + } + +public val AttributeBuilder.bsLinkOffset3: AttributeBuilder + get() { + classes("link-offset-3") + return this + } + +public val AttributeBuilder.bsLinkOffset3Hover: AttributeBuilder + get() { + classes("link-offset-3-hover") + return this + } + +public val AttributeBuilder.bsLinkUnderlinePrimary: AttributeBuilder + get() { + classes("link-underline-primary") + return this + } + +public val AttributeBuilder.bsLinkUnderlineSecondary: AttributeBuilder + get() { + classes("link-underline-secondary") + return this + } + +public val AttributeBuilder.bsLinkUnderlineSuccess: AttributeBuilder + get() { + classes("link-underline-success") + return this + } + +public val AttributeBuilder.bsLinkUnderlineInfo: AttributeBuilder + get() { + classes("link-underline-info") + return this + } + +public val AttributeBuilder.bsLinkUnderlineWarning: AttributeBuilder + get() { + classes("link-underline-warning") + return this + } + +public val AttributeBuilder.bsLinkUnderlineDanger: AttributeBuilder + get() { + classes("link-underline-danger") + return this + } + +public val AttributeBuilder.bsLinkUnderlineLight: AttributeBuilder + get() { + classes("link-underline-light") + return this + } + +public val AttributeBuilder.bsLinkUnderlineDark: AttributeBuilder + get() { + classes("link-underline-dark") + return this + } + +public val AttributeBuilder.bsLinkUnderline: AttributeBuilder + get() { + classes("link-underline") + return this + } + +public val AttributeBuilder.bsLinkUnderlineOpacity0: AttributeBuilder + get() { + classes("link-underline-opacity-0") + return this + } + +public val AttributeBuilder.bsLinkUnderlineOpacity0Hover: AttributeBuilder + get() { + classes("link-underline-opacity-0-hover") + return this + } + +public val AttributeBuilder.bsLinkUnderlineOpacity10: AttributeBuilder + get() { + classes("link-underline-opacity-10") + return this + } + +public val AttributeBuilder.bsLinkUnderlineOpacity10Hover: AttributeBuilder + get() { + classes("link-underline-opacity-10-hover") + return this + } + +public val AttributeBuilder.bsLinkUnderlineOpacity25: AttributeBuilder + get() { + classes("link-underline-opacity-25") + return this + } + +public val AttributeBuilder.bsLinkUnderlineOpacity25Hover: AttributeBuilder + get() { + classes("link-underline-opacity-25-hover") + return this + } + +public val AttributeBuilder.bsLinkUnderlineOpacity50: AttributeBuilder + get() { + classes("link-underline-opacity-50") + return this + } + +public val AttributeBuilder.bsLinkUnderlineOpacity50Hover: AttributeBuilder + get() { + classes("link-underline-opacity-50-hover") + return this + } + +public val AttributeBuilder.bsLinkUnderlineOpacity75: AttributeBuilder + get() { + classes("link-underline-opacity-75") + return this + } + +public val AttributeBuilder.bsLinkUnderlineOpacity75Hover: AttributeBuilder + get() { + classes("link-underline-opacity-75-hover") + return this + } + +public val AttributeBuilder.bsLinkUnderlineOpacity100: AttributeBuilder + get() { + classes("link-underline-opacity-100") + return this + } + +public val AttributeBuilder.bsLinkUnderlineOpacity100Hover: AttributeBuilder + get() { + classes("link-underline-opacity-100-hover") + return this + } + +public val AttributeBuilder.bsBgPrimary: AttributeBuilder + get() { + classes("bg-primary") + return this + } + +public val AttributeBuilder.bsBgSecondary: AttributeBuilder + get() { + classes("bg-secondary") + return this + } + +public val AttributeBuilder.bsBgSuccess: AttributeBuilder + get() { + classes("bg-success") + return this + } + +public val AttributeBuilder.bsBgInfo: AttributeBuilder + get() { + classes("bg-info") + return this + } + +public val AttributeBuilder.bsBgWarning: AttributeBuilder + get() { + classes("bg-warning") + return this + } + +public val AttributeBuilder.bsBgDanger: AttributeBuilder + get() { + classes("bg-danger") + return this + } + +public val AttributeBuilder.bsBgLight: AttributeBuilder + get() { + classes("bg-light") + return this + } + +public val AttributeBuilder.bsBgDark: AttributeBuilder + get() { + classes("bg-dark") + return this + } + +public val AttributeBuilder.bsBgBlack: AttributeBuilder + get() { + classes("bg-black") + return this + } + +public val AttributeBuilder.bsBgWhite: AttributeBuilder + get() { + classes("bg-white") + return this + } + +public val AttributeBuilder.bsBgBody: AttributeBuilder + get() { + classes("bg-body") + return this + } + +public val AttributeBuilder.bsBgTransparent: AttributeBuilder + get() { + classes("bg-transparent") + return this + } + +public val AttributeBuilder.bsBgBodySecondary: AttributeBuilder + get() { + classes("bg-body-secondary") + return this + } + +public val AttributeBuilder.bsBgBodyTertiary: AttributeBuilder + get() { + classes("bg-body-tertiary") + return this + } + +public val AttributeBuilder.bsBgOpacity10: AttributeBuilder + get() { + classes("bg-opacity-10") + return this + } + +public val AttributeBuilder.bsBgOpacity25: AttributeBuilder + get() { + classes("bg-opacity-25") + return this + } + +public val AttributeBuilder.bsBgOpacity50: AttributeBuilder + get() { + classes("bg-opacity-50") + return this + } + +public val AttributeBuilder.bsBgOpacity75: AttributeBuilder + get() { + classes("bg-opacity-75") + return this + } + +public val AttributeBuilder.bsBgOpacity100: AttributeBuilder + get() { + classes("bg-opacity-100") + return this + } + +public val AttributeBuilder.bsBgPrimarySubtle: AttributeBuilder + get() { + classes("bg-primary-subtle") + return this + } + +public val AttributeBuilder.bsBgSecondarySubtle: AttributeBuilder + get() { + classes("bg-secondary-subtle") + return this + } + +public val AttributeBuilder.bsBgSuccessSubtle: AttributeBuilder + get() { + classes("bg-success-subtle") + return this + } + +public val AttributeBuilder.bsBgInfoSubtle: AttributeBuilder + get() { + classes("bg-info-subtle") + return this + } + +public val AttributeBuilder.bsBgWarningSubtle: AttributeBuilder + get() { + classes("bg-warning-subtle") + return this + } + +public val AttributeBuilder.bsBgDangerSubtle: AttributeBuilder + get() { + classes("bg-danger-subtle") + return this + } + +public val AttributeBuilder.bsBgLightSubtle: AttributeBuilder + get() { + classes("bg-light-subtle") + return this + } + +public val AttributeBuilder.bsBgDarkSubtle: AttributeBuilder + get() { + classes("bg-dark-subtle") + return this + } + +public val AttributeBuilder.bsBgGradient: AttributeBuilder + get() { + classes("bg-gradient") + return this + } + +public val AttributeBuilder.bsUserSelectAll: AttributeBuilder + get() { + classes("user-select-all") + return this + } + +public val AttributeBuilder.bsUserSelectAuto: AttributeBuilder + get() { + classes("user-select-auto") + return this + } + +public val AttributeBuilder.bsUserSelectNone: AttributeBuilder + get() { + classes("user-select-none") + return this + } + +public val AttributeBuilder.bsPeNone: AttributeBuilder + get() { + classes("pe-none") + return this + } + +public val AttributeBuilder.bsPeAuto: AttributeBuilder + get() { + classes("pe-auto") + return this + } + +public val AttributeBuilder.bsRounded: AttributeBuilder + get() { + classes("rounded") + return this + } + +public val AttributeBuilder.bsRounded0: AttributeBuilder + get() { + classes("rounded-0") + return this + } + +public val AttributeBuilder.bsRounded1: AttributeBuilder + get() { + classes("rounded-1") + return this + } + +public val AttributeBuilder.bsRounded2: AttributeBuilder + get() { + classes("rounded-2") + return this + } + +public val AttributeBuilder.bsRounded3: AttributeBuilder + get() { + classes("rounded-3") + return this + } + +public val AttributeBuilder.bsRounded4: AttributeBuilder + get() { + classes("rounded-4") + return this + } + +public val AttributeBuilder.bsRounded5: AttributeBuilder + get() { + classes("rounded-5") + return this + } + +public val AttributeBuilder.bsRoundedCircle: AttributeBuilder + get() { + classes("rounded-circle") + return this + } + +public val AttributeBuilder.bsRoundedPill: AttributeBuilder + get() { + classes("rounded-pill") + return this + } + +public val AttributeBuilder.bsRoundedTop: AttributeBuilder + get() { + classes("rounded-top") + return this + } + +public val AttributeBuilder.bsRoundedTop0: AttributeBuilder + get() { + classes("rounded-top-0") + return this + } + +public val AttributeBuilder.bsRoundedTop1: AttributeBuilder + get() { + classes("rounded-top-1") + return this + } + +public val AttributeBuilder.bsRoundedTop2: AttributeBuilder + get() { + classes("rounded-top-2") + return this + } + +public val AttributeBuilder.bsRoundedTop3: AttributeBuilder + get() { + classes("rounded-top-3") + return this + } + +public val AttributeBuilder.bsRoundedTop4: AttributeBuilder + get() { + classes("rounded-top-4") + return this + } + +public val AttributeBuilder.bsRoundedTop5: AttributeBuilder + get() { + classes("rounded-top-5") + return this + } + +public val AttributeBuilder.bsRoundedTopCircle: AttributeBuilder + get() { + classes("rounded-top-circle") + return this + } + +public val AttributeBuilder.bsRoundedTopPill: AttributeBuilder + get() { + classes("rounded-top-pill") + return this + } + +public val AttributeBuilder.bsRoundedEnd: AttributeBuilder + get() { + classes("rounded-end") + return this + } + +public val AttributeBuilder.bsRoundedEnd0: AttributeBuilder + get() { + classes("rounded-end-0") + return this + } + +public val AttributeBuilder.bsRoundedEnd1: AttributeBuilder + get() { + classes("rounded-end-1") + return this + } + +public val AttributeBuilder.bsRoundedEnd2: AttributeBuilder + get() { + classes("rounded-end-2") + return this + } + +public val AttributeBuilder.bsRoundedEnd3: AttributeBuilder + get() { + classes("rounded-end-3") + return this + } + +public val AttributeBuilder.bsRoundedEnd4: AttributeBuilder + get() { + classes("rounded-end-4") + return this + } + +public val AttributeBuilder.bsRoundedEnd5: AttributeBuilder + get() { + classes("rounded-end-5") + return this + } + +public val AttributeBuilder.bsRoundedEndCircle: AttributeBuilder + get() { + classes("rounded-end-circle") + return this + } + +public val AttributeBuilder.bsRoundedEndPill: AttributeBuilder + get() { + classes("rounded-end-pill") + return this + } + +public val AttributeBuilder.bsRoundedBottom: AttributeBuilder + get() { + classes("rounded-bottom") + return this + } + +public val AttributeBuilder.bsRoundedBottom0: AttributeBuilder + get() { + classes("rounded-bottom-0") + return this + } + +public val AttributeBuilder.bsRoundedBottom1: AttributeBuilder + get() { + classes("rounded-bottom-1") + return this + } + +public val AttributeBuilder.bsRoundedBottom2: AttributeBuilder + get() { + classes("rounded-bottom-2") + return this + } + +public val AttributeBuilder.bsRoundedBottom3: AttributeBuilder + get() { + classes("rounded-bottom-3") + return this + } + +public val AttributeBuilder.bsRoundedBottom4: AttributeBuilder + get() { + classes("rounded-bottom-4") + return this + } + +public val AttributeBuilder.bsRoundedBottom5: AttributeBuilder + get() { + classes("rounded-bottom-5") + return this + } + +public val AttributeBuilder.bsRoundedBottomCircle: AttributeBuilder + get() { + classes("rounded-bottom-circle") + return this + } + +public val AttributeBuilder.bsRoundedBottomPill: AttributeBuilder + get() { + classes("rounded-bottom-pill") + return this + } + +public val AttributeBuilder.bsRoundedStart: AttributeBuilder + get() { + classes("rounded-start") + return this + } + +public val AttributeBuilder.bsRoundedStart0: AttributeBuilder + get() { + classes("rounded-start-0") + return this + } + +public val AttributeBuilder.bsRoundedStart1: AttributeBuilder + get() { + classes("rounded-start-1") + return this + } + +public val AttributeBuilder.bsRoundedStart2: AttributeBuilder + get() { + classes("rounded-start-2") + return this + } + +public val AttributeBuilder.bsRoundedStart3: AttributeBuilder + get() { + classes("rounded-start-3") + return this + } + +public val AttributeBuilder.bsRoundedStart4: AttributeBuilder + get() { + classes("rounded-start-4") + return this + } + +public val AttributeBuilder.bsRoundedStart5: AttributeBuilder + get() { + classes("rounded-start-5") + return this + } + +public val AttributeBuilder.bsRoundedStartCircle: AttributeBuilder + get() { + classes("rounded-start-circle") + return this + } + +public val AttributeBuilder.bsRoundedStartPill: AttributeBuilder + get() { + classes("rounded-start-pill") + return this + } + +public val AttributeBuilder.bsVisible: AttributeBuilder + get() { + classes("visible") + return this + } + +public val AttributeBuilder.bsInvisible: AttributeBuilder + get() { + classes("invisible") + return this + } + +public val AttributeBuilder.bsZN1: AttributeBuilder + get() { + classes("z-n1") + return this + } + +public val AttributeBuilder.bsZ0: AttributeBuilder + get() { + classes("z-0") + return this + } + +public val AttributeBuilder.bsZ1: AttributeBuilder + get() { + classes("z-1") + return this + } + +public val AttributeBuilder.bsZ2: AttributeBuilder + get() { + classes("z-2") + return this + } + +public val AttributeBuilder.bsZ3: AttributeBuilder + get() { + classes("z-3") + return this + } + +public val AttributeBuilder.bsFloatSmStart: AttributeBuilder + get() { + classes("float-sm-start") + return this + } + +public val AttributeBuilder.bsFloatSmEnd: AttributeBuilder + get() { + classes("float-sm-end") + return this + } + +public val AttributeBuilder.bsFloatSmNone: AttributeBuilder + get() { + classes("float-sm-none") + return this + } + +public val AttributeBuilder.bsObjectFitSmContain: AttributeBuilder + get() { + classes("object-fit-sm-contain") + return this + } + +public val AttributeBuilder.bsObjectFitSmCover: AttributeBuilder + get() { + classes("object-fit-sm-cover") + return this + } + +public val AttributeBuilder.bsObjectFitSmFill: AttributeBuilder + get() { + classes("object-fit-sm-fill") + return this + } + +public val AttributeBuilder.bsObjectFitSmScale: AttributeBuilder + get() { + classes("object-fit-sm-scale") + return this + } + +public val AttributeBuilder.bsObjectFitSmNone: AttributeBuilder + get() { + classes("object-fit-sm-none") + return this + } + +public val AttributeBuilder.bsDSmInline: AttributeBuilder + get() { + classes("d-sm-inline") + return this + } + +public val AttributeBuilder.bsDSmInlineBlock: AttributeBuilder + get() { + classes("d-sm-inline-block") + return this + } + +public val AttributeBuilder.bsDSmBlock: AttributeBuilder + get() { + classes("d-sm-block") + return this + } + +public val AttributeBuilder.bsDSmGrid: AttributeBuilder + get() { + classes("d-sm-grid") + return this + } + +public val AttributeBuilder.bsDSmInlineGrid: AttributeBuilder + get() { + classes("d-sm-inline-grid") + return this + } + +public val AttributeBuilder.bsDSmTable: AttributeBuilder + get() { + classes("d-sm-table") + return this + } + +public val AttributeBuilder.bsDSmTableRow: AttributeBuilder + get() { + classes("d-sm-table-row") + return this + } + +public val AttributeBuilder.bsDSmTableCell: AttributeBuilder + get() { + classes("d-sm-table-cell") + return this + } + +public val AttributeBuilder.bsDSmFlex: AttributeBuilder + get() { + classes("d-sm-flex") + return this + } + +public val AttributeBuilder.bsDSmInlineFlex: AttributeBuilder + get() { + classes("d-sm-inline-flex") + return this + } + +public val AttributeBuilder.bsDSmNone: AttributeBuilder + get() { + classes("d-sm-none") + return this + } + +public val AttributeBuilder.bsFlexSmFill: AttributeBuilder + get() { + classes("flex-sm-fill") + return this + } + +public val AttributeBuilder.bsFlexSmRow: AttributeBuilder + get() { + classes("flex-sm-row") + return this + } + +public val AttributeBuilder.bsFlexSmColumn: AttributeBuilder + get() { + classes("flex-sm-column") + return this + } + +public val AttributeBuilder.bsFlexSmRowReverse: AttributeBuilder + get() { + classes("flex-sm-row-reverse") + return this + } + +public val AttributeBuilder.bsFlexSmColumnReverse: AttributeBuilder + get() { + classes("flex-sm-column-reverse") + return this + } + +public val AttributeBuilder.bsFlexSmGrow0: AttributeBuilder + get() { + classes("flex-sm-grow-0") + return this + } + +public val AttributeBuilder.bsFlexSmGrow1: AttributeBuilder + get() { + classes("flex-sm-grow-1") + return this + } + +public val AttributeBuilder.bsFlexSmShrink0: AttributeBuilder + get() { + classes("flex-sm-shrink-0") + return this + } + +public val AttributeBuilder.bsFlexSmShrink1: AttributeBuilder + get() { + classes("flex-sm-shrink-1") + return this + } + +public val AttributeBuilder.bsFlexSmWrap: AttributeBuilder + get() { + classes("flex-sm-wrap") + return this + } + +public val AttributeBuilder.bsFlexSmNowrap: AttributeBuilder + get() { + classes("flex-sm-nowrap") + return this + } + +public val AttributeBuilder.bsFlexSmWrapReverse: AttributeBuilder + get() { + classes("flex-sm-wrap-reverse") + return this + } + +public val AttributeBuilder.bsJustifyContentSmStart: AttributeBuilder + get() { + classes("justify-content-sm-start") + return this + } + +public val AttributeBuilder.bsJustifyContentSmEnd: AttributeBuilder + get() { + classes("justify-content-sm-end") + return this + } + +public val AttributeBuilder.bsJustifyContentSmCenter: AttributeBuilder + get() { + classes("justify-content-sm-center") + return this + } + +public val AttributeBuilder.bsJustifyContentSmBetween: AttributeBuilder + get() { + classes("justify-content-sm-between") + return this + } + +public val AttributeBuilder.bsJustifyContentSmAround: AttributeBuilder + get() { + classes("justify-content-sm-around") + return this + } + +public val AttributeBuilder.bsJustifyContentSmEvenly: AttributeBuilder + get() { + classes("justify-content-sm-evenly") + return this + } + +public val AttributeBuilder.bsAlignItemsSmStart: AttributeBuilder + get() { + classes("align-items-sm-start") + return this + } + +public val AttributeBuilder.bsAlignItemsSmEnd: AttributeBuilder + get() { + classes("align-items-sm-end") + return this + } + +public val AttributeBuilder.bsAlignItemsSmCenter: AttributeBuilder + get() { + classes("align-items-sm-center") + return this + } + +public val AttributeBuilder.bsAlignItemsSmBaseline: AttributeBuilder + get() { + classes("align-items-sm-baseline") + return this + } + +public val AttributeBuilder.bsAlignItemsSmStretch: AttributeBuilder + get() { + classes("align-items-sm-stretch") + return this + } + +public val AttributeBuilder.bsAlignContentSmStart: AttributeBuilder + get() { + classes("align-content-sm-start") + return this + } + +public val AttributeBuilder.bsAlignContentSmEnd: AttributeBuilder + get() { + classes("align-content-sm-end") + return this + } + +public val AttributeBuilder.bsAlignContentSmCenter: AttributeBuilder + get() { + classes("align-content-sm-center") + return this + } + +public val AttributeBuilder.bsAlignContentSmBetween: AttributeBuilder + get() { + classes("align-content-sm-between") + return this + } + +public val AttributeBuilder.bsAlignContentSmAround: AttributeBuilder + get() { + classes("align-content-sm-around") + return this + } + +public val AttributeBuilder.bsAlignContentSmStretch: AttributeBuilder + get() { + classes("align-content-sm-stretch") + return this + } + +public val AttributeBuilder.bsAlignSelfSmAuto: AttributeBuilder + get() { + classes("align-self-sm-auto") + return this + } + +public val AttributeBuilder.bsAlignSelfSmStart: AttributeBuilder + get() { + classes("align-self-sm-start") + return this + } + +public val AttributeBuilder.bsAlignSelfSmEnd: AttributeBuilder + get() { + classes("align-self-sm-end") + return this + } + +public val AttributeBuilder.bsAlignSelfSmCenter: AttributeBuilder + get() { + classes("align-self-sm-center") + return this + } + +public val AttributeBuilder.bsAlignSelfSmBaseline: AttributeBuilder + get() { + classes("align-self-sm-baseline") + return this + } + +public val AttributeBuilder.bsAlignSelfSmStretch: AttributeBuilder + get() { + classes("align-self-sm-stretch") + return this + } + +public val AttributeBuilder.bsOrderSmFirst: AttributeBuilder + get() { + classes("order-sm-first") + return this + } + +public val AttributeBuilder.bsOrderSm0: AttributeBuilder + get() { + classes("order-sm-0") + return this + } + +public val AttributeBuilder.bsOrderSm1: AttributeBuilder + get() { + classes("order-sm-1") + return this + } + +public val AttributeBuilder.bsOrderSm2: AttributeBuilder + get() { + classes("order-sm-2") + return this + } + +public val AttributeBuilder.bsOrderSm3: AttributeBuilder + get() { + classes("order-sm-3") + return this + } + +public val AttributeBuilder.bsOrderSm4: AttributeBuilder + get() { + classes("order-sm-4") + return this + } + +public val AttributeBuilder.bsOrderSm5: AttributeBuilder + get() { + classes("order-sm-5") + return this + } + +public val AttributeBuilder.bsOrderSmLast: AttributeBuilder + get() { + classes("order-sm-last") + return this + } + +public val AttributeBuilder.bsMSm0: AttributeBuilder + get() { + classes("m-sm-0") + return this + } + +public val AttributeBuilder.bsMSm1: AttributeBuilder + get() { + classes("m-sm-1") + return this + } + +public val AttributeBuilder.bsMSm2: AttributeBuilder + get() { + classes("m-sm-2") + return this + } + +public val AttributeBuilder.bsMSm3: AttributeBuilder + get() { + classes("m-sm-3") + return this + } + +public val AttributeBuilder.bsMSm4: AttributeBuilder + get() { + classes("m-sm-4") + return this + } + +public val AttributeBuilder.bsMSm5: AttributeBuilder + get() { + classes("m-sm-5") + return this + } + +public val AttributeBuilder.bsMSmAuto: AttributeBuilder + get() { + classes("m-sm-auto") + return this + } + +public val AttributeBuilder.bsMxSm0: AttributeBuilder + get() { + classes("mx-sm-0") + return this + } + +public val AttributeBuilder.bsMxSm1: AttributeBuilder + get() { + classes("mx-sm-1") + return this + } + +public val AttributeBuilder.bsMxSm2: AttributeBuilder + get() { + classes("mx-sm-2") + return this + } + +public val AttributeBuilder.bsMxSm3: AttributeBuilder + get() { + classes("mx-sm-3") + return this + } + +public val AttributeBuilder.bsMxSm4: AttributeBuilder + get() { + classes("mx-sm-4") + return this + } + +public val AttributeBuilder.bsMxSm5: AttributeBuilder + get() { + classes("mx-sm-5") + return this + } + +public val AttributeBuilder.bsMxSmAuto: AttributeBuilder + get() { + classes("mx-sm-auto") + return this + } + +public val AttributeBuilder.bsMySm0: AttributeBuilder + get() { + classes("my-sm-0") + return this + } + +public val AttributeBuilder.bsMySm1: AttributeBuilder + get() { + classes("my-sm-1") + return this + } + +public val AttributeBuilder.bsMySm2: AttributeBuilder + get() { + classes("my-sm-2") + return this + } + +public val AttributeBuilder.bsMySm3: AttributeBuilder + get() { + classes("my-sm-3") + return this + } + +public val AttributeBuilder.bsMySm4: AttributeBuilder + get() { + classes("my-sm-4") + return this + } + +public val AttributeBuilder.bsMySm5: AttributeBuilder + get() { + classes("my-sm-5") + return this + } + +public val AttributeBuilder.bsMySmAuto: AttributeBuilder + get() { + classes("my-sm-auto") + return this + } + +public val AttributeBuilder.bsMtSm0: AttributeBuilder + get() { + classes("mt-sm-0") + return this + } + +public val AttributeBuilder.bsMtSm1: AttributeBuilder + get() { + classes("mt-sm-1") + return this + } + +public val AttributeBuilder.bsMtSm2: AttributeBuilder + get() { + classes("mt-sm-2") + return this + } + +public val AttributeBuilder.bsMtSm3: AttributeBuilder + get() { + classes("mt-sm-3") + return this + } + +public val AttributeBuilder.bsMtSm4: AttributeBuilder + get() { + classes("mt-sm-4") + return this + } + +public val AttributeBuilder.bsMtSm5: AttributeBuilder + get() { + classes("mt-sm-5") + return this + } + +public val AttributeBuilder.bsMtSmAuto: AttributeBuilder + get() { + classes("mt-sm-auto") + return this + } + +public val AttributeBuilder.bsMeSm0: AttributeBuilder + get() { + classes("me-sm-0") + return this + } + +public val AttributeBuilder.bsMeSm1: AttributeBuilder + get() { + classes("me-sm-1") + return this + } + +public val AttributeBuilder.bsMeSm2: AttributeBuilder + get() { + classes("me-sm-2") + return this + } + +public val AttributeBuilder.bsMeSm3: AttributeBuilder + get() { + classes("me-sm-3") + return this + } + +public val AttributeBuilder.bsMeSm4: AttributeBuilder + get() { + classes("me-sm-4") + return this + } + +public val AttributeBuilder.bsMeSm5: AttributeBuilder + get() { + classes("me-sm-5") + return this + } + +public val AttributeBuilder.bsMeSmAuto: AttributeBuilder + get() { + classes("me-sm-auto") + return this + } + +public val AttributeBuilder.bsMbSm0: AttributeBuilder + get() { + classes("mb-sm-0") + return this + } + +public val AttributeBuilder.bsMbSm1: AttributeBuilder + get() { + classes("mb-sm-1") + return this + } + +public val AttributeBuilder.bsMbSm2: AttributeBuilder + get() { + classes("mb-sm-2") + return this + } + +public val AttributeBuilder.bsMbSm3: AttributeBuilder + get() { + classes("mb-sm-3") + return this + } + +public val AttributeBuilder.bsMbSm4: AttributeBuilder + get() { + classes("mb-sm-4") + return this + } + +public val AttributeBuilder.bsMbSm5: AttributeBuilder + get() { + classes("mb-sm-5") + return this + } + +public val AttributeBuilder.bsMbSmAuto: AttributeBuilder + get() { + classes("mb-sm-auto") + return this + } + +public val AttributeBuilder.bsMsSm0: AttributeBuilder + get() { + classes("ms-sm-0") + return this + } + +public val AttributeBuilder.bsMsSm1: AttributeBuilder + get() { + classes("ms-sm-1") + return this + } + +public val AttributeBuilder.bsMsSm2: AttributeBuilder + get() { + classes("ms-sm-2") + return this + } + +public val AttributeBuilder.bsMsSm3: AttributeBuilder + get() { + classes("ms-sm-3") + return this + } + +public val AttributeBuilder.bsMsSm4: AttributeBuilder + get() { + classes("ms-sm-4") + return this + } + +public val AttributeBuilder.bsMsSm5: AttributeBuilder + get() { + classes("ms-sm-5") + return this + } + +public val AttributeBuilder.bsMsSmAuto: AttributeBuilder + get() { + classes("ms-sm-auto") + return this + } + +public val AttributeBuilder.bsPSm0: AttributeBuilder + get() { + classes("p-sm-0") + return this + } + +public val AttributeBuilder.bsPSm1: AttributeBuilder + get() { + classes("p-sm-1") + return this + } + +public val AttributeBuilder.bsPSm2: AttributeBuilder + get() { + classes("p-sm-2") + return this + } + +public val AttributeBuilder.bsPSm3: AttributeBuilder + get() { + classes("p-sm-3") + return this + } + +public val AttributeBuilder.bsPSm4: AttributeBuilder + get() { + classes("p-sm-4") + return this + } + +public val AttributeBuilder.bsPSm5: AttributeBuilder + get() { + classes("p-sm-5") + return this + } + +public val AttributeBuilder.bsPxSm0: AttributeBuilder + get() { + classes("px-sm-0") + return this + } + +public val AttributeBuilder.bsPxSm1: AttributeBuilder + get() { + classes("px-sm-1") + return this + } + +public val AttributeBuilder.bsPxSm2: AttributeBuilder + get() { + classes("px-sm-2") + return this + } + +public val AttributeBuilder.bsPxSm3: AttributeBuilder + get() { + classes("px-sm-3") + return this + } + +public val AttributeBuilder.bsPxSm4: AttributeBuilder + get() { + classes("px-sm-4") + return this + } + +public val AttributeBuilder.bsPxSm5: AttributeBuilder + get() { + classes("px-sm-5") + return this + } + +public val AttributeBuilder.bsPySm0: AttributeBuilder + get() { + classes("py-sm-0") + return this + } + +public val AttributeBuilder.bsPySm1: AttributeBuilder + get() { + classes("py-sm-1") + return this + } + +public val AttributeBuilder.bsPySm2: AttributeBuilder + get() { + classes("py-sm-2") + return this + } + +public val AttributeBuilder.bsPySm3: AttributeBuilder + get() { + classes("py-sm-3") + return this + } + +public val AttributeBuilder.bsPySm4: AttributeBuilder + get() { + classes("py-sm-4") + return this + } + +public val AttributeBuilder.bsPySm5: AttributeBuilder + get() { + classes("py-sm-5") + return this + } + +public val AttributeBuilder.bsPtSm0: AttributeBuilder + get() { + classes("pt-sm-0") + return this + } + +public val AttributeBuilder.bsPtSm1: AttributeBuilder + get() { + classes("pt-sm-1") + return this + } + +public val AttributeBuilder.bsPtSm2: AttributeBuilder + get() { + classes("pt-sm-2") + return this + } + +public val AttributeBuilder.bsPtSm3: AttributeBuilder + get() { + classes("pt-sm-3") + return this + } + +public val AttributeBuilder.bsPtSm4: AttributeBuilder + get() { + classes("pt-sm-4") + return this + } + +public val AttributeBuilder.bsPtSm5: AttributeBuilder + get() { + classes("pt-sm-5") + return this + } + +public val AttributeBuilder.bsPeSm0: AttributeBuilder + get() { + classes("pe-sm-0") + return this + } + +public val AttributeBuilder.bsPeSm1: AttributeBuilder + get() { + classes("pe-sm-1") + return this + } + +public val AttributeBuilder.bsPeSm2: AttributeBuilder + get() { + classes("pe-sm-2") + return this + } + +public val AttributeBuilder.bsPeSm3: AttributeBuilder + get() { + classes("pe-sm-3") + return this + } + +public val AttributeBuilder.bsPeSm4: AttributeBuilder + get() { + classes("pe-sm-4") + return this + } + +public val AttributeBuilder.bsPeSm5: AttributeBuilder + get() { + classes("pe-sm-5") + return this + } + +public val AttributeBuilder.bsPbSm0: AttributeBuilder + get() { + classes("pb-sm-0") + return this + } + +public val AttributeBuilder.bsPbSm1: AttributeBuilder + get() { + classes("pb-sm-1") + return this + } + +public val AttributeBuilder.bsPbSm2: AttributeBuilder + get() { + classes("pb-sm-2") + return this + } + +public val AttributeBuilder.bsPbSm3: AttributeBuilder + get() { + classes("pb-sm-3") + return this + } + +public val AttributeBuilder.bsPbSm4: AttributeBuilder + get() { + classes("pb-sm-4") + return this + } + +public val AttributeBuilder.bsPbSm5: AttributeBuilder + get() { + classes("pb-sm-5") + return this + } + +public val AttributeBuilder.bsPsSm0: AttributeBuilder + get() { + classes("ps-sm-0") + return this + } + +public val AttributeBuilder.bsPsSm1: AttributeBuilder + get() { + classes("ps-sm-1") + return this + } + +public val AttributeBuilder.bsPsSm2: AttributeBuilder + get() { + classes("ps-sm-2") + return this + } + +public val AttributeBuilder.bsPsSm3: AttributeBuilder + get() { + classes("ps-sm-3") + return this + } + +public val AttributeBuilder.bsPsSm4: AttributeBuilder + get() { + classes("ps-sm-4") + return this + } + +public val AttributeBuilder.bsPsSm5: AttributeBuilder + get() { + classes("ps-sm-5") + return this + } + +public val AttributeBuilder.bsGapSm0: AttributeBuilder + get() { + classes("gap-sm-0") + return this + } + +public val AttributeBuilder.bsGapSm1: AttributeBuilder + get() { + classes("gap-sm-1") + return this + } + +public val AttributeBuilder.bsGapSm2: AttributeBuilder + get() { + classes("gap-sm-2") + return this + } + +public val AttributeBuilder.bsGapSm3: AttributeBuilder + get() { + classes("gap-sm-3") + return this + } + +public val AttributeBuilder.bsGapSm4: AttributeBuilder + get() { + classes("gap-sm-4") + return this + } + +public val AttributeBuilder.bsGapSm5: AttributeBuilder + get() { + classes("gap-sm-5") + return this + } + +public val AttributeBuilder.bsRowGapSm0: AttributeBuilder + get() { + classes("row-gap-sm-0") + return this + } + +public val AttributeBuilder.bsRowGapSm1: AttributeBuilder + get() { + classes("row-gap-sm-1") + return this + } + +public val AttributeBuilder.bsRowGapSm2: AttributeBuilder + get() { + classes("row-gap-sm-2") + return this + } + +public val AttributeBuilder.bsRowGapSm3: AttributeBuilder + get() { + classes("row-gap-sm-3") + return this + } + +public val AttributeBuilder.bsRowGapSm4: AttributeBuilder + get() { + classes("row-gap-sm-4") + return this + } + +public val AttributeBuilder.bsRowGapSm5: AttributeBuilder + get() { + classes("row-gap-sm-5") + return this + } + +public val AttributeBuilder.bsColumnGapSm0: AttributeBuilder + get() { + classes("column-gap-sm-0") + return this + } + +public val AttributeBuilder.bsColumnGapSm1: AttributeBuilder + get() { + classes("column-gap-sm-1") + return this + } + +public val AttributeBuilder.bsColumnGapSm2: AttributeBuilder + get() { + classes("column-gap-sm-2") + return this + } + +public val AttributeBuilder.bsColumnGapSm3: AttributeBuilder + get() { + classes("column-gap-sm-3") + return this + } + +public val AttributeBuilder.bsColumnGapSm4: AttributeBuilder + get() { + classes("column-gap-sm-4") + return this + } + +public val AttributeBuilder.bsColumnGapSm5: AttributeBuilder + get() { + classes("column-gap-sm-5") + return this + } + +public val AttributeBuilder.bsTextSmStart: AttributeBuilder + get() { + classes("text-sm-start") + return this + } + +public val AttributeBuilder.bsTextSmEnd: AttributeBuilder + get() { + classes("text-sm-end") + return this + } + +public val AttributeBuilder.bsTextSmCenter: AttributeBuilder + get() { + classes("text-sm-center") + return this + } + +public val AttributeBuilder.bsFloatMdStart: AttributeBuilder + get() { + classes("float-md-start") + return this + } + +public val AttributeBuilder.bsFloatMdEnd: AttributeBuilder + get() { + classes("float-md-end") + return this + } + +public val AttributeBuilder.bsFloatMdNone: AttributeBuilder + get() { + classes("float-md-none") + return this + } + +public val AttributeBuilder.bsObjectFitMdContain: AttributeBuilder + get() { + classes("object-fit-md-contain") + return this + } + +public val AttributeBuilder.bsObjectFitMdCover: AttributeBuilder + get() { + classes("object-fit-md-cover") + return this + } + +public val AttributeBuilder.bsObjectFitMdFill: AttributeBuilder + get() { + classes("object-fit-md-fill") + return this + } + +public val AttributeBuilder.bsObjectFitMdScale: AttributeBuilder + get() { + classes("object-fit-md-scale") + return this + } + +public val AttributeBuilder.bsObjectFitMdNone: AttributeBuilder + get() { + classes("object-fit-md-none") + return this + } + +public val AttributeBuilder.bsDMdInline: AttributeBuilder + get() { + classes("d-md-inline") + return this + } + +public val AttributeBuilder.bsDMdInlineBlock: AttributeBuilder + get() { + classes("d-md-inline-block") + return this + } + +public val AttributeBuilder.bsDMdBlock: AttributeBuilder + get() { + classes("d-md-block") + return this + } + +public val AttributeBuilder.bsDMdGrid: AttributeBuilder + get() { + classes("d-md-grid") + return this + } + +public val AttributeBuilder.bsDMdInlineGrid: AttributeBuilder + get() { + classes("d-md-inline-grid") + return this + } + +public val AttributeBuilder.bsDMdTable: AttributeBuilder + get() { + classes("d-md-table") + return this + } + +public val AttributeBuilder.bsDMdTableRow: AttributeBuilder + get() { + classes("d-md-table-row") + return this + } + +public val AttributeBuilder.bsDMdTableCell: AttributeBuilder + get() { + classes("d-md-table-cell") + return this + } + +public val AttributeBuilder.bsDMdFlex: AttributeBuilder + get() { + classes("d-md-flex") + return this + } + +public val AttributeBuilder.bsDMdInlineFlex: AttributeBuilder + get() { + classes("d-md-inline-flex") + return this + } + +public val AttributeBuilder.bsDMdNone: AttributeBuilder + get() { + classes("d-md-none") + return this + } + +public val AttributeBuilder.bsFlexMdFill: AttributeBuilder + get() { + classes("flex-md-fill") + return this + } + +public val AttributeBuilder.bsFlexMdRow: AttributeBuilder + get() { + classes("flex-md-row") + return this + } + +public val AttributeBuilder.bsFlexMdColumn: AttributeBuilder + get() { + classes("flex-md-column") + return this + } + +public val AttributeBuilder.bsFlexMdRowReverse: AttributeBuilder + get() { + classes("flex-md-row-reverse") + return this + } + +public val AttributeBuilder.bsFlexMdColumnReverse: AttributeBuilder + get() { + classes("flex-md-column-reverse") + return this + } + +public val AttributeBuilder.bsFlexMdGrow0: AttributeBuilder + get() { + classes("flex-md-grow-0") + return this + } + +public val AttributeBuilder.bsFlexMdGrow1: AttributeBuilder + get() { + classes("flex-md-grow-1") + return this + } + +public val AttributeBuilder.bsFlexMdShrink0: AttributeBuilder + get() { + classes("flex-md-shrink-0") + return this + } + +public val AttributeBuilder.bsFlexMdShrink1: AttributeBuilder + get() { + classes("flex-md-shrink-1") + return this + } + +public val AttributeBuilder.bsFlexMdWrap: AttributeBuilder + get() { + classes("flex-md-wrap") + return this + } + +public val AttributeBuilder.bsFlexMdNowrap: AttributeBuilder + get() { + classes("flex-md-nowrap") + return this + } + +public val AttributeBuilder.bsFlexMdWrapReverse: AttributeBuilder + get() { + classes("flex-md-wrap-reverse") + return this + } + +public val AttributeBuilder.bsJustifyContentMdStart: AttributeBuilder + get() { + classes("justify-content-md-start") + return this + } + +public val AttributeBuilder.bsJustifyContentMdEnd: AttributeBuilder + get() { + classes("justify-content-md-end") + return this + } + +public val AttributeBuilder.bsJustifyContentMdCenter: AttributeBuilder + get() { + classes("justify-content-md-center") + return this + } + +public val AttributeBuilder.bsJustifyContentMdBetween: AttributeBuilder + get() { + classes("justify-content-md-between") + return this + } + +public val AttributeBuilder.bsJustifyContentMdAround: AttributeBuilder + get() { + classes("justify-content-md-around") + return this + } + +public val AttributeBuilder.bsJustifyContentMdEvenly: AttributeBuilder + get() { + classes("justify-content-md-evenly") + return this + } + +public val AttributeBuilder.bsAlignItemsMdStart: AttributeBuilder + get() { + classes("align-items-md-start") + return this + } + +public val AttributeBuilder.bsAlignItemsMdEnd: AttributeBuilder + get() { + classes("align-items-md-end") + return this + } + +public val AttributeBuilder.bsAlignItemsMdCenter: AttributeBuilder + get() { + classes("align-items-md-center") + return this + } + +public val AttributeBuilder.bsAlignItemsMdBaseline: AttributeBuilder + get() { + classes("align-items-md-baseline") + return this + } + +public val AttributeBuilder.bsAlignItemsMdStretch: AttributeBuilder + get() { + classes("align-items-md-stretch") + return this + } + +public val AttributeBuilder.bsAlignContentMdStart: AttributeBuilder + get() { + classes("align-content-md-start") + return this + } + +public val AttributeBuilder.bsAlignContentMdEnd: AttributeBuilder + get() { + classes("align-content-md-end") + return this + } + +public val AttributeBuilder.bsAlignContentMdCenter: AttributeBuilder + get() { + classes("align-content-md-center") + return this + } + +public val AttributeBuilder.bsAlignContentMdBetween: AttributeBuilder + get() { + classes("align-content-md-between") + return this + } + +public val AttributeBuilder.bsAlignContentMdAround: AttributeBuilder + get() { + classes("align-content-md-around") + return this + } + +public val AttributeBuilder.bsAlignContentMdStretch: AttributeBuilder + get() { + classes("align-content-md-stretch") + return this + } + +public val AttributeBuilder.bsAlignSelfMdAuto: AttributeBuilder + get() { + classes("align-self-md-auto") + return this + } + +public val AttributeBuilder.bsAlignSelfMdStart: AttributeBuilder + get() { + classes("align-self-md-start") + return this + } + +public val AttributeBuilder.bsAlignSelfMdEnd: AttributeBuilder + get() { + classes("align-self-md-end") + return this + } + +public val AttributeBuilder.bsAlignSelfMdCenter: AttributeBuilder + get() { + classes("align-self-md-center") + return this + } + +public val AttributeBuilder.bsAlignSelfMdBaseline: AttributeBuilder + get() { + classes("align-self-md-baseline") + return this + } + +public val AttributeBuilder.bsAlignSelfMdStretch: AttributeBuilder + get() { + classes("align-self-md-stretch") + return this + } + +public val AttributeBuilder.bsOrderMdFirst: AttributeBuilder + get() { + classes("order-md-first") + return this + } + +public val AttributeBuilder.bsOrderMd0: AttributeBuilder + get() { + classes("order-md-0") + return this + } + +public val AttributeBuilder.bsOrderMd1: AttributeBuilder + get() { + classes("order-md-1") + return this + } + +public val AttributeBuilder.bsOrderMd2: AttributeBuilder + get() { + classes("order-md-2") + return this + } + +public val AttributeBuilder.bsOrderMd3: AttributeBuilder + get() { + classes("order-md-3") + return this + } + +public val AttributeBuilder.bsOrderMd4: AttributeBuilder + get() { + classes("order-md-4") + return this + } + +public val AttributeBuilder.bsOrderMd5: AttributeBuilder + get() { + classes("order-md-5") + return this + } + +public val AttributeBuilder.bsOrderMdLast: AttributeBuilder + get() { + classes("order-md-last") + return this + } + +public val AttributeBuilder.bsMMd0: AttributeBuilder + get() { + classes("m-md-0") + return this + } + +public val AttributeBuilder.bsMMd1: AttributeBuilder + get() { + classes("m-md-1") + return this + } + +public val AttributeBuilder.bsMMd2: AttributeBuilder + get() { + classes("m-md-2") + return this + } + +public val AttributeBuilder.bsMMd3: AttributeBuilder + get() { + classes("m-md-3") + return this + } + +public val AttributeBuilder.bsMMd4: AttributeBuilder + get() { + classes("m-md-4") + return this + } + +public val AttributeBuilder.bsMMd5: AttributeBuilder + get() { + classes("m-md-5") + return this + } + +public val AttributeBuilder.bsMMdAuto: AttributeBuilder + get() { + classes("m-md-auto") + return this + } + +public val AttributeBuilder.bsMxMd0: AttributeBuilder + get() { + classes("mx-md-0") + return this + } + +public val AttributeBuilder.bsMxMd1: AttributeBuilder + get() { + classes("mx-md-1") + return this + } + +public val AttributeBuilder.bsMxMd2: AttributeBuilder + get() { + classes("mx-md-2") + return this + } + +public val AttributeBuilder.bsMxMd3: AttributeBuilder + get() { + classes("mx-md-3") + return this + } + +public val AttributeBuilder.bsMxMd4: AttributeBuilder + get() { + classes("mx-md-4") + return this + } + +public val AttributeBuilder.bsMxMd5: AttributeBuilder + get() { + classes("mx-md-5") + return this + } + +public val AttributeBuilder.bsMxMdAuto: AttributeBuilder + get() { + classes("mx-md-auto") + return this + } + +public val AttributeBuilder.bsMyMd0: AttributeBuilder + get() { + classes("my-md-0") + return this + } + +public val AttributeBuilder.bsMyMd1: AttributeBuilder + get() { + classes("my-md-1") + return this + } + +public val AttributeBuilder.bsMyMd2: AttributeBuilder + get() { + classes("my-md-2") + return this + } + +public val AttributeBuilder.bsMyMd3: AttributeBuilder + get() { + classes("my-md-3") + return this + } + +public val AttributeBuilder.bsMyMd4: AttributeBuilder + get() { + classes("my-md-4") + return this + } + +public val AttributeBuilder.bsMyMd5: AttributeBuilder + get() { + classes("my-md-5") + return this + } + +public val AttributeBuilder.bsMyMdAuto: AttributeBuilder + get() { + classes("my-md-auto") + return this + } + +public val AttributeBuilder.bsMtMd0: AttributeBuilder + get() { + classes("mt-md-0") + return this + } + +public val AttributeBuilder.bsMtMd1: AttributeBuilder + get() { + classes("mt-md-1") + return this + } + +public val AttributeBuilder.bsMtMd2: AttributeBuilder + get() { + classes("mt-md-2") + return this + } + +public val AttributeBuilder.bsMtMd3: AttributeBuilder + get() { + classes("mt-md-3") + return this + } + +public val AttributeBuilder.bsMtMd4: AttributeBuilder + get() { + classes("mt-md-4") + return this + } + +public val AttributeBuilder.bsMtMd5: AttributeBuilder + get() { + classes("mt-md-5") + return this + } + +public val AttributeBuilder.bsMtMdAuto: AttributeBuilder + get() { + classes("mt-md-auto") + return this + } + +public val AttributeBuilder.bsMeMd0: AttributeBuilder + get() { + classes("me-md-0") + return this + } + +public val AttributeBuilder.bsMeMd1: AttributeBuilder + get() { + classes("me-md-1") + return this + } + +public val AttributeBuilder.bsMeMd2: AttributeBuilder + get() { + classes("me-md-2") + return this + } + +public val AttributeBuilder.bsMeMd3: AttributeBuilder + get() { + classes("me-md-3") + return this + } + +public val AttributeBuilder.bsMeMd4: AttributeBuilder + get() { + classes("me-md-4") + return this + } + +public val AttributeBuilder.bsMeMd5: AttributeBuilder + get() { + classes("me-md-5") + return this + } + +public val AttributeBuilder.bsMeMdAuto: AttributeBuilder + get() { + classes("me-md-auto") + return this + } + +public val AttributeBuilder.bsMbMd0: AttributeBuilder + get() { + classes("mb-md-0") + return this + } + +public val AttributeBuilder.bsMbMd1: AttributeBuilder + get() { + classes("mb-md-1") + return this + } + +public val AttributeBuilder.bsMbMd2: AttributeBuilder + get() { + classes("mb-md-2") + return this + } + +public val AttributeBuilder.bsMbMd3: AttributeBuilder + get() { + classes("mb-md-3") + return this + } + +public val AttributeBuilder.bsMbMd4: AttributeBuilder + get() { + classes("mb-md-4") + return this + } + +public val AttributeBuilder.bsMbMd5: AttributeBuilder + get() { + classes("mb-md-5") + return this + } + +public val AttributeBuilder.bsMbMdAuto: AttributeBuilder + get() { + classes("mb-md-auto") + return this + } + +public val AttributeBuilder.bsMsMd0: AttributeBuilder + get() { + classes("ms-md-0") + return this + } + +public val AttributeBuilder.bsMsMd1: AttributeBuilder + get() { + classes("ms-md-1") + return this + } + +public val AttributeBuilder.bsMsMd2: AttributeBuilder + get() { + classes("ms-md-2") + return this + } + +public val AttributeBuilder.bsMsMd3: AttributeBuilder + get() { + classes("ms-md-3") + return this + } + +public val AttributeBuilder.bsMsMd4: AttributeBuilder + get() { + classes("ms-md-4") + return this + } + +public val AttributeBuilder.bsMsMd5: AttributeBuilder + get() { + classes("ms-md-5") + return this + } + +public val AttributeBuilder.bsMsMdAuto: AttributeBuilder + get() { + classes("ms-md-auto") + return this + } + +public val AttributeBuilder.bsPMd0: AttributeBuilder + get() { + classes("p-md-0") + return this + } + +public val AttributeBuilder.bsPMd1: AttributeBuilder + get() { + classes("p-md-1") + return this + } + +public val AttributeBuilder.bsPMd2: AttributeBuilder + get() { + classes("p-md-2") + return this + } + +public val AttributeBuilder.bsPMd3: AttributeBuilder + get() { + classes("p-md-3") + return this + } + +public val AttributeBuilder.bsPMd4: AttributeBuilder + get() { + classes("p-md-4") + return this + } + +public val AttributeBuilder.bsPMd5: AttributeBuilder + get() { + classes("p-md-5") + return this + } + +public val AttributeBuilder.bsPxMd0: AttributeBuilder + get() { + classes("px-md-0") + return this + } + +public val AttributeBuilder.bsPxMd1: AttributeBuilder + get() { + classes("px-md-1") + return this + } + +public val AttributeBuilder.bsPxMd2: AttributeBuilder + get() { + classes("px-md-2") + return this + } + +public val AttributeBuilder.bsPxMd3: AttributeBuilder + get() { + classes("px-md-3") + return this + } + +public val AttributeBuilder.bsPxMd4: AttributeBuilder + get() { + classes("px-md-4") + return this + } + +public val AttributeBuilder.bsPxMd5: AttributeBuilder + get() { + classes("px-md-5") + return this + } + +public val AttributeBuilder.bsPyMd0: AttributeBuilder + get() { + classes("py-md-0") + return this + } + +public val AttributeBuilder.bsPyMd1: AttributeBuilder + get() { + classes("py-md-1") + return this + } + +public val AttributeBuilder.bsPyMd2: AttributeBuilder + get() { + classes("py-md-2") + return this + } + +public val AttributeBuilder.bsPyMd3: AttributeBuilder + get() { + classes("py-md-3") + return this + } + +public val AttributeBuilder.bsPyMd4: AttributeBuilder + get() { + classes("py-md-4") + return this + } + +public val AttributeBuilder.bsPyMd5: AttributeBuilder + get() { + classes("py-md-5") + return this + } + +public val AttributeBuilder.bsPtMd0: AttributeBuilder + get() { + classes("pt-md-0") + return this + } + +public val AttributeBuilder.bsPtMd1: AttributeBuilder + get() { + classes("pt-md-1") + return this + } + +public val AttributeBuilder.bsPtMd2: AttributeBuilder + get() { + classes("pt-md-2") + return this + } + +public val AttributeBuilder.bsPtMd3: AttributeBuilder + get() { + classes("pt-md-3") + return this + } + +public val AttributeBuilder.bsPtMd4: AttributeBuilder + get() { + classes("pt-md-4") + return this + } + +public val AttributeBuilder.bsPtMd5: AttributeBuilder + get() { + classes("pt-md-5") + return this + } + +public val AttributeBuilder.bsPeMd0: AttributeBuilder + get() { + classes("pe-md-0") + return this + } + +public val AttributeBuilder.bsPeMd1: AttributeBuilder + get() { + classes("pe-md-1") + return this + } + +public val AttributeBuilder.bsPeMd2: AttributeBuilder + get() { + classes("pe-md-2") + return this + } + +public val AttributeBuilder.bsPeMd3: AttributeBuilder + get() { + classes("pe-md-3") + return this + } + +public val AttributeBuilder.bsPeMd4: AttributeBuilder + get() { + classes("pe-md-4") + return this + } + +public val AttributeBuilder.bsPeMd5: AttributeBuilder + get() { + classes("pe-md-5") + return this + } + +public val AttributeBuilder.bsPbMd0: AttributeBuilder + get() { + classes("pb-md-0") + return this + } + +public val AttributeBuilder.bsPbMd1: AttributeBuilder + get() { + classes("pb-md-1") + return this + } + +public val AttributeBuilder.bsPbMd2: AttributeBuilder + get() { + classes("pb-md-2") + return this + } + +public val AttributeBuilder.bsPbMd3: AttributeBuilder + get() { + classes("pb-md-3") + return this + } + +public val AttributeBuilder.bsPbMd4: AttributeBuilder + get() { + classes("pb-md-4") + return this + } + +public val AttributeBuilder.bsPbMd5: AttributeBuilder + get() { + classes("pb-md-5") + return this + } + +public val AttributeBuilder.bsPsMd0: AttributeBuilder + get() { + classes("ps-md-0") + return this + } + +public val AttributeBuilder.bsPsMd1: AttributeBuilder + get() { + classes("ps-md-1") + return this + } + +public val AttributeBuilder.bsPsMd2: AttributeBuilder + get() { + classes("ps-md-2") + return this + } + +public val AttributeBuilder.bsPsMd3: AttributeBuilder + get() { + classes("ps-md-3") + return this + } + +public val AttributeBuilder.bsPsMd4: AttributeBuilder + get() { + classes("ps-md-4") + return this + } + +public val AttributeBuilder.bsPsMd5: AttributeBuilder + get() { + classes("ps-md-5") + return this + } + +public val AttributeBuilder.bsGapMd0: AttributeBuilder + get() { + classes("gap-md-0") + return this + } + +public val AttributeBuilder.bsGapMd1: AttributeBuilder + get() { + classes("gap-md-1") + return this + } + +public val AttributeBuilder.bsGapMd2: AttributeBuilder + get() { + classes("gap-md-2") + return this + } + +public val AttributeBuilder.bsGapMd3: AttributeBuilder + get() { + classes("gap-md-3") + return this + } + +public val AttributeBuilder.bsGapMd4: AttributeBuilder + get() { + classes("gap-md-4") + return this + } + +public val AttributeBuilder.bsGapMd5: AttributeBuilder + get() { + classes("gap-md-5") + return this + } + +public val AttributeBuilder.bsRowGapMd0: AttributeBuilder + get() { + classes("row-gap-md-0") + return this + } + +public val AttributeBuilder.bsRowGapMd1: AttributeBuilder + get() { + classes("row-gap-md-1") + return this + } + +public val AttributeBuilder.bsRowGapMd2: AttributeBuilder + get() { + classes("row-gap-md-2") + return this + } + +public val AttributeBuilder.bsRowGapMd3: AttributeBuilder + get() { + classes("row-gap-md-3") + return this + } + +public val AttributeBuilder.bsRowGapMd4: AttributeBuilder + get() { + classes("row-gap-md-4") + return this + } + +public val AttributeBuilder.bsRowGapMd5: AttributeBuilder + get() { + classes("row-gap-md-5") + return this + } + +public val AttributeBuilder.bsColumnGapMd0: AttributeBuilder + get() { + classes("column-gap-md-0") + return this + } + +public val AttributeBuilder.bsColumnGapMd1: AttributeBuilder + get() { + classes("column-gap-md-1") + return this + } + +public val AttributeBuilder.bsColumnGapMd2: AttributeBuilder + get() { + classes("column-gap-md-2") + return this + } + +public val AttributeBuilder.bsColumnGapMd3: AttributeBuilder + get() { + classes("column-gap-md-3") + return this + } + +public val AttributeBuilder.bsColumnGapMd4: AttributeBuilder + get() { + classes("column-gap-md-4") + return this + } + +public val AttributeBuilder.bsColumnGapMd5: AttributeBuilder + get() { + classes("column-gap-md-5") + return this + } + +public val AttributeBuilder.bsTextMdStart: AttributeBuilder + get() { + classes("text-md-start") + return this + } + +public val AttributeBuilder.bsTextMdEnd: AttributeBuilder + get() { + classes("text-md-end") + return this + } + +public val AttributeBuilder.bsTextMdCenter: AttributeBuilder + get() { + classes("text-md-center") + return this + } + +public val AttributeBuilder.bsFloatLgStart: AttributeBuilder + get() { + classes("float-lg-start") + return this + } + +public val AttributeBuilder.bsFloatLgEnd: AttributeBuilder + get() { + classes("float-lg-end") + return this + } + +public val AttributeBuilder.bsFloatLgNone: AttributeBuilder + get() { + classes("float-lg-none") + return this + } + +public val AttributeBuilder.bsObjectFitLgContain: AttributeBuilder + get() { + classes("object-fit-lg-contain") + return this + } + +public val AttributeBuilder.bsObjectFitLgCover: AttributeBuilder + get() { + classes("object-fit-lg-cover") + return this + } + +public val AttributeBuilder.bsObjectFitLgFill: AttributeBuilder + get() { + classes("object-fit-lg-fill") + return this + } + +public val AttributeBuilder.bsObjectFitLgScale: AttributeBuilder + get() { + classes("object-fit-lg-scale") + return this + } + +public val AttributeBuilder.bsObjectFitLgNone: AttributeBuilder + get() { + classes("object-fit-lg-none") + return this + } + +public val AttributeBuilder.bsDLgInline: AttributeBuilder + get() { + classes("d-lg-inline") + return this + } + +public val AttributeBuilder.bsDLgInlineBlock: AttributeBuilder + get() { + classes("d-lg-inline-block") + return this + } + +public val AttributeBuilder.bsDLgBlock: AttributeBuilder + get() { + classes("d-lg-block") + return this + } + +public val AttributeBuilder.bsDLgGrid: AttributeBuilder + get() { + classes("d-lg-grid") + return this + } + +public val AttributeBuilder.bsDLgInlineGrid: AttributeBuilder + get() { + classes("d-lg-inline-grid") + return this + } + +public val AttributeBuilder.bsDLgTable: AttributeBuilder + get() { + classes("d-lg-table") + return this + } + +public val AttributeBuilder.bsDLgTableRow: AttributeBuilder + get() { + classes("d-lg-table-row") + return this + } + +public val AttributeBuilder.bsDLgTableCell: AttributeBuilder + get() { + classes("d-lg-table-cell") + return this + } + +public val AttributeBuilder.bsDLgFlex: AttributeBuilder + get() { + classes("d-lg-flex") + return this + } + +public val AttributeBuilder.bsDLgInlineFlex: AttributeBuilder + get() { + classes("d-lg-inline-flex") + return this + } + +public val AttributeBuilder.bsDLgNone: AttributeBuilder + get() { + classes("d-lg-none") + return this + } + +public val AttributeBuilder.bsFlexLgFill: AttributeBuilder + get() { + classes("flex-lg-fill") + return this + } + +public val AttributeBuilder.bsFlexLgRow: AttributeBuilder + get() { + classes("flex-lg-row") + return this + } + +public val AttributeBuilder.bsFlexLgColumn: AttributeBuilder + get() { + classes("flex-lg-column") + return this + } + +public val AttributeBuilder.bsFlexLgRowReverse: AttributeBuilder + get() { + classes("flex-lg-row-reverse") + return this + } + +public val AttributeBuilder.bsFlexLgColumnReverse: AttributeBuilder + get() { + classes("flex-lg-column-reverse") + return this + } + +public val AttributeBuilder.bsFlexLgGrow0: AttributeBuilder + get() { + classes("flex-lg-grow-0") + return this + } + +public val AttributeBuilder.bsFlexLgGrow1: AttributeBuilder + get() { + classes("flex-lg-grow-1") + return this + } + +public val AttributeBuilder.bsFlexLgShrink0: AttributeBuilder + get() { + classes("flex-lg-shrink-0") + return this + } + +public val AttributeBuilder.bsFlexLgShrink1: AttributeBuilder + get() { + classes("flex-lg-shrink-1") + return this + } + +public val AttributeBuilder.bsFlexLgWrap: AttributeBuilder + get() { + classes("flex-lg-wrap") + return this + } + +public val AttributeBuilder.bsFlexLgNowrap: AttributeBuilder + get() { + classes("flex-lg-nowrap") + return this + } + +public val AttributeBuilder.bsFlexLgWrapReverse: AttributeBuilder + get() { + classes("flex-lg-wrap-reverse") + return this + } + +public val AttributeBuilder.bsJustifyContentLgStart: AttributeBuilder + get() { + classes("justify-content-lg-start") + return this + } + +public val AttributeBuilder.bsJustifyContentLgEnd: AttributeBuilder + get() { + classes("justify-content-lg-end") + return this + } + +public val AttributeBuilder.bsJustifyContentLgCenter: AttributeBuilder + get() { + classes("justify-content-lg-center") + return this + } + +public val AttributeBuilder.bsJustifyContentLgBetween: AttributeBuilder + get() { + classes("justify-content-lg-between") + return this + } + +public val AttributeBuilder.bsJustifyContentLgAround: AttributeBuilder + get() { + classes("justify-content-lg-around") + return this + } + +public val AttributeBuilder.bsJustifyContentLgEvenly: AttributeBuilder + get() { + classes("justify-content-lg-evenly") + return this + } + +public val AttributeBuilder.bsAlignItemsLgStart: AttributeBuilder + get() { + classes("align-items-lg-start") + return this + } + +public val AttributeBuilder.bsAlignItemsLgEnd: AttributeBuilder + get() { + classes("align-items-lg-end") + return this + } + +public val AttributeBuilder.bsAlignItemsLgCenter: AttributeBuilder + get() { + classes("align-items-lg-center") + return this + } + +public val AttributeBuilder.bsAlignItemsLgBaseline: AttributeBuilder + get() { + classes("align-items-lg-baseline") + return this + } + +public val AttributeBuilder.bsAlignItemsLgStretch: AttributeBuilder + get() { + classes("align-items-lg-stretch") + return this + } + +public val AttributeBuilder.bsAlignContentLgStart: AttributeBuilder + get() { + classes("align-content-lg-start") + return this + } + +public val AttributeBuilder.bsAlignContentLgEnd: AttributeBuilder + get() { + classes("align-content-lg-end") + return this + } + +public val AttributeBuilder.bsAlignContentLgCenter: AttributeBuilder + get() { + classes("align-content-lg-center") + return this + } + +public val AttributeBuilder.bsAlignContentLgBetween: AttributeBuilder + get() { + classes("align-content-lg-between") + return this + } + +public val AttributeBuilder.bsAlignContentLgAround: AttributeBuilder + get() { + classes("align-content-lg-around") + return this + } + +public val AttributeBuilder.bsAlignContentLgStretch: AttributeBuilder + get() { + classes("align-content-lg-stretch") + return this + } + +public val AttributeBuilder.bsAlignSelfLgAuto: AttributeBuilder + get() { + classes("align-self-lg-auto") + return this + } + +public val AttributeBuilder.bsAlignSelfLgStart: AttributeBuilder + get() { + classes("align-self-lg-start") + return this + } + +public val AttributeBuilder.bsAlignSelfLgEnd: AttributeBuilder + get() { + classes("align-self-lg-end") + return this + } + +public val AttributeBuilder.bsAlignSelfLgCenter: AttributeBuilder + get() { + classes("align-self-lg-center") + return this + } + +public val AttributeBuilder.bsAlignSelfLgBaseline: AttributeBuilder + get() { + classes("align-self-lg-baseline") + return this + } + +public val AttributeBuilder.bsAlignSelfLgStretch: AttributeBuilder + get() { + classes("align-self-lg-stretch") + return this + } + +public val AttributeBuilder.bsOrderLgFirst: AttributeBuilder + get() { + classes("order-lg-first") + return this + } + +public val AttributeBuilder.bsOrderLg0: AttributeBuilder + get() { + classes("order-lg-0") + return this + } + +public val AttributeBuilder.bsOrderLg1: AttributeBuilder + get() { + classes("order-lg-1") + return this + } + +public val AttributeBuilder.bsOrderLg2: AttributeBuilder + get() { + classes("order-lg-2") + return this + } + +public val AttributeBuilder.bsOrderLg3: AttributeBuilder + get() { + classes("order-lg-3") + return this + } + +public val AttributeBuilder.bsOrderLg4: AttributeBuilder + get() { + classes("order-lg-4") + return this + } + +public val AttributeBuilder.bsOrderLg5: AttributeBuilder + get() { + classes("order-lg-5") + return this + } + +public val AttributeBuilder.bsOrderLgLast: AttributeBuilder + get() { + classes("order-lg-last") + return this + } + +public val AttributeBuilder.bsMLg0: AttributeBuilder + get() { + classes("m-lg-0") + return this + } + +public val AttributeBuilder.bsMLg1: AttributeBuilder + get() { + classes("m-lg-1") + return this + } + +public val AttributeBuilder.bsMLg2: AttributeBuilder + get() { + classes("m-lg-2") + return this + } + +public val AttributeBuilder.bsMLg3: AttributeBuilder + get() { + classes("m-lg-3") + return this + } + +public val AttributeBuilder.bsMLg4: AttributeBuilder + get() { + classes("m-lg-4") + return this + } + +public val AttributeBuilder.bsMLg5: AttributeBuilder + get() { + classes("m-lg-5") + return this + } + +public val AttributeBuilder.bsMLgAuto: AttributeBuilder + get() { + classes("m-lg-auto") + return this + } + +public val AttributeBuilder.bsMxLg0: AttributeBuilder + get() { + classes("mx-lg-0") + return this + } + +public val AttributeBuilder.bsMxLg1: AttributeBuilder + get() { + classes("mx-lg-1") + return this + } + +public val AttributeBuilder.bsMxLg2: AttributeBuilder + get() { + classes("mx-lg-2") + return this + } + +public val AttributeBuilder.bsMxLg3: AttributeBuilder + get() { + classes("mx-lg-3") + return this + } + +public val AttributeBuilder.bsMxLg4: AttributeBuilder + get() { + classes("mx-lg-4") + return this + } + +public val AttributeBuilder.bsMxLg5: AttributeBuilder + get() { + classes("mx-lg-5") + return this + } + +public val AttributeBuilder.bsMxLgAuto: AttributeBuilder + get() { + classes("mx-lg-auto") + return this + } + +public val AttributeBuilder.bsMyLg0: AttributeBuilder + get() { + classes("my-lg-0") + return this + } + +public val AttributeBuilder.bsMyLg1: AttributeBuilder + get() { + classes("my-lg-1") + return this + } + +public val AttributeBuilder.bsMyLg2: AttributeBuilder + get() { + classes("my-lg-2") + return this + } + +public val AttributeBuilder.bsMyLg3: AttributeBuilder + get() { + classes("my-lg-3") + return this + } + +public val AttributeBuilder.bsMyLg4: AttributeBuilder + get() { + classes("my-lg-4") + return this + } + +public val AttributeBuilder.bsMyLg5: AttributeBuilder + get() { + classes("my-lg-5") + return this + } + +public val AttributeBuilder.bsMyLgAuto: AttributeBuilder + get() { + classes("my-lg-auto") + return this + } + +public val AttributeBuilder.bsMtLg0: AttributeBuilder + get() { + classes("mt-lg-0") + return this + } + +public val AttributeBuilder.bsMtLg1: AttributeBuilder + get() { + classes("mt-lg-1") + return this + } + +public val AttributeBuilder.bsMtLg2: AttributeBuilder + get() { + classes("mt-lg-2") + return this + } + +public val AttributeBuilder.bsMtLg3: AttributeBuilder + get() { + classes("mt-lg-3") + return this + } + +public val AttributeBuilder.bsMtLg4: AttributeBuilder + get() { + classes("mt-lg-4") + return this + } + +public val AttributeBuilder.bsMtLg5: AttributeBuilder + get() { + classes("mt-lg-5") + return this + } + +public val AttributeBuilder.bsMtLgAuto: AttributeBuilder + get() { + classes("mt-lg-auto") + return this + } + +public val AttributeBuilder.bsMeLg0: AttributeBuilder + get() { + classes("me-lg-0") + return this + } + +public val AttributeBuilder.bsMeLg1: AttributeBuilder + get() { + classes("me-lg-1") + return this + } + +public val AttributeBuilder.bsMeLg2: AttributeBuilder + get() { + classes("me-lg-2") + return this + } + +public val AttributeBuilder.bsMeLg3: AttributeBuilder + get() { + classes("me-lg-3") + return this + } + +public val AttributeBuilder.bsMeLg4: AttributeBuilder + get() { + classes("me-lg-4") + return this + } + +public val AttributeBuilder.bsMeLg5: AttributeBuilder + get() { + classes("me-lg-5") + return this + } + +public val AttributeBuilder.bsMeLgAuto: AttributeBuilder + get() { + classes("me-lg-auto") + return this + } + +public val AttributeBuilder.bsMbLg0: AttributeBuilder + get() { + classes("mb-lg-0") + return this + } + +public val AttributeBuilder.bsMbLg1: AttributeBuilder + get() { + classes("mb-lg-1") + return this + } + +public val AttributeBuilder.bsMbLg2: AttributeBuilder + get() { + classes("mb-lg-2") + return this + } + +public val AttributeBuilder.bsMbLg3: AttributeBuilder + get() { + classes("mb-lg-3") + return this + } + +public val AttributeBuilder.bsMbLg4: AttributeBuilder + get() { + classes("mb-lg-4") + return this + } + +public val AttributeBuilder.bsMbLg5: AttributeBuilder + get() { + classes("mb-lg-5") + return this + } + +public val AttributeBuilder.bsMbLgAuto: AttributeBuilder + get() { + classes("mb-lg-auto") + return this + } + +public val AttributeBuilder.bsMsLg0: AttributeBuilder + get() { + classes("ms-lg-0") + return this + } + +public val AttributeBuilder.bsMsLg1: AttributeBuilder + get() { + classes("ms-lg-1") + return this + } + +public val AttributeBuilder.bsMsLg2: AttributeBuilder + get() { + classes("ms-lg-2") + return this + } + +public val AttributeBuilder.bsMsLg3: AttributeBuilder + get() { + classes("ms-lg-3") + return this + } + +public val AttributeBuilder.bsMsLg4: AttributeBuilder + get() { + classes("ms-lg-4") + return this + } + +public val AttributeBuilder.bsMsLg5: AttributeBuilder + get() { + classes("ms-lg-5") + return this + } + +public val AttributeBuilder.bsMsLgAuto: AttributeBuilder + get() { + classes("ms-lg-auto") + return this + } + +public val AttributeBuilder.bsPLg0: AttributeBuilder + get() { + classes("p-lg-0") + return this + } + +public val AttributeBuilder.bsPLg1: AttributeBuilder + get() { + classes("p-lg-1") + return this + } + +public val AttributeBuilder.bsPLg2: AttributeBuilder + get() { + classes("p-lg-2") + return this + } + +public val AttributeBuilder.bsPLg3: AttributeBuilder + get() { + classes("p-lg-3") + return this + } + +public val AttributeBuilder.bsPLg4: AttributeBuilder + get() { + classes("p-lg-4") + return this + } + +public val AttributeBuilder.bsPLg5: AttributeBuilder + get() { + classes("p-lg-5") + return this + } + +public val AttributeBuilder.bsPxLg0: AttributeBuilder + get() { + classes("px-lg-0") + return this + } + +public val AttributeBuilder.bsPxLg1: AttributeBuilder + get() { + classes("px-lg-1") + return this + } + +public val AttributeBuilder.bsPxLg2: AttributeBuilder + get() { + classes("px-lg-2") + return this + } + +public val AttributeBuilder.bsPxLg3: AttributeBuilder + get() { + classes("px-lg-3") + return this + } + +public val AttributeBuilder.bsPxLg4: AttributeBuilder + get() { + classes("px-lg-4") + return this + } + +public val AttributeBuilder.bsPxLg5: AttributeBuilder + get() { + classes("px-lg-5") + return this + } + +public val AttributeBuilder.bsPyLg0: AttributeBuilder + get() { + classes("py-lg-0") + return this + } + +public val AttributeBuilder.bsPyLg1: AttributeBuilder + get() { + classes("py-lg-1") + return this + } + +public val AttributeBuilder.bsPyLg2: AttributeBuilder + get() { + classes("py-lg-2") + return this + } + +public val AttributeBuilder.bsPyLg3: AttributeBuilder + get() { + classes("py-lg-3") + return this + } + +public val AttributeBuilder.bsPyLg4: AttributeBuilder + get() { + classes("py-lg-4") + return this + } + +public val AttributeBuilder.bsPyLg5: AttributeBuilder + get() { + classes("py-lg-5") + return this + } + +public val AttributeBuilder.bsPtLg0: AttributeBuilder + get() { + classes("pt-lg-0") + return this + } + +public val AttributeBuilder.bsPtLg1: AttributeBuilder + get() { + classes("pt-lg-1") + return this + } + +public val AttributeBuilder.bsPtLg2: AttributeBuilder + get() { + classes("pt-lg-2") + return this + } + +public val AttributeBuilder.bsPtLg3: AttributeBuilder + get() { + classes("pt-lg-3") + return this + } + +public val AttributeBuilder.bsPtLg4: AttributeBuilder + get() { + classes("pt-lg-4") + return this + } + +public val AttributeBuilder.bsPtLg5: AttributeBuilder + get() { + classes("pt-lg-5") + return this + } + +public val AttributeBuilder.bsPeLg0: AttributeBuilder + get() { + classes("pe-lg-0") + return this + } + +public val AttributeBuilder.bsPeLg1: AttributeBuilder + get() { + classes("pe-lg-1") + return this + } + +public val AttributeBuilder.bsPeLg2: AttributeBuilder + get() { + classes("pe-lg-2") + return this + } + +public val AttributeBuilder.bsPeLg3: AttributeBuilder + get() { + classes("pe-lg-3") + return this + } + +public val AttributeBuilder.bsPeLg4: AttributeBuilder + get() { + classes("pe-lg-4") + return this + } + +public val AttributeBuilder.bsPeLg5: AttributeBuilder + get() { + classes("pe-lg-5") + return this + } + +public val AttributeBuilder.bsPbLg0: AttributeBuilder + get() { + classes("pb-lg-0") + return this + } + +public val AttributeBuilder.bsPbLg1: AttributeBuilder + get() { + classes("pb-lg-1") + return this + } + +public val AttributeBuilder.bsPbLg2: AttributeBuilder + get() { + classes("pb-lg-2") + return this + } + +public val AttributeBuilder.bsPbLg3: AttributeBuilder + get() { + classes("pb-lg-3") + return this + } + +public val AttributeBuilder.bsPbLg4: AttributeBuilder + get() { + classes("pb-lg-4") + return this + } + +public val AttributeBuilder.bsPbLg5: AttributeBuilder + get() { + classes("pb-lg-5") + return this + } + +public val AttributeBuilder.bsPsLg0: AttributeBuilder + get() { + classes("ps-lg-0") + return this + } + +public val AttributeBuilder.bsPsLg1: AttributeBuilder + get() { + classes("ps-lg-1") + return this + } + +public val AttributeBuilder.bsPsLg2: AttributeBuilder + get() { + classes("ps-lg-2") + return this + } + +public val AttributeBuilder.bsPsLg3: AttributeBuilder + get() { + classes("ps-lg-3") + return this + } + +public val AttributeBuilder.bsPsLg4: AttributeBuilder + get() { + classes("ps-lg-4") + return this + } + +public val AttributeBuilder.bsPsLg5: AttributeBuilder + get() { + classes("ps-lg-5") + return this + } + +public val AttributeBuilder.bsGapLg0: AttributeBuilder + get() { + classes("gap-lg-0") + return this + } + +public val AttributeBuilder.bsGapLg1: AttributeBuilder + get() { + classes("gap-lg-1") + return this + } + +public val AttributeBuilder.bsGapLg2: AttributeBuilder + get() { + classes("gap-lg-2") + return this + } + +public val AttributeBuilder.bsGapLg3: AttributeBuilder + get() { + classes("gap-lg-3") + return this + } + +public val AttributeBuilder.bsGapLg4: AttributeBuilder + get() { + classes("gap-lg-4") + return this + } + +public val AttributeBuilder.bsGapLg5: AttributeBuilder + get() { + classes("gap-lg-5") + return this + } + +public val AttributeBuilder.bsRowGapLg0: AttributeBuilder + get() { + classes("row-gap-lg-0") + return this + } + +public val AttributeBuilder.bsRowGapLg1: AttributeBuilder + get() { + classes("row-gap-lg-1") + return this + } + +public val AttributeBuilder.bsRowGapLg2: AttributeBuilder + get() { + classes("row-gap-lg-2") + return this + } + +public val AttributeBuilder.bsRowGapLg3: AttributeBuilder + get() { + classes("row-gap-lg-3") + return this + } + +public val AttributeBuilder.bsRowGapLg4: AttributeBuilder + get() { + classes("row-gap-lg-4") + return this + } + +public val AttributeBuilder.bsRowGapLg5: AttributeBuilder + get() { + classes("row-gap-lg-5") + return this + } + +public val AttributeBuilder.bsColumnGapLg0: AttributeBuilder + get() { + classes("column-gap-lg-0") + return this + } + +public val AttributeBuilder.bsColumnGapLg1: AttributeBuilder + get() { + classes("column-gap-lg-1") + return this + } + +public val AttributeBuilder.bsColumnGapLg2: AttributeBuilder + get() { + classes("column-gap-lg-2") + return this + } + +public val AttributeBuilder.bsColumnGapLg3: AttributeBuilder + get() { + classes("column-gap-lg-3") + return this + } + +public val AttributeBuilder.bsColumnGapLg4: AttributeBuilder + get() { + classes("column-gap-lg-4") + return this + } + +public val AttributeBuilder.bsColumnGapLg5: AttributeBuilder + get() { + classes("column-gap-lg-5") + return this + } + +public val AttributeBuilder.bsTextLgStart: AttributeBuilder + get() { + classes("text-lg-start") + return this + } + +public val AttributeBuilder.bsTextLgEnd: AttributeBuilder + get() { + classes("text-lg-end") + return this + } + +public val AttributeBuilder.bsTextLgCenter: AttributeBuilder + get() { + classes("text-lg-center") + return this + } + +public val AttributeBuilder.bsFloatXlStart: AttributeBuilder + get() { + classes("float-xl-start") + return this + } + +public val AttributeBuilder.bsFloatXlEnd: AttributeBuilder + get() { + classes("float-xl-end") + return this + } + +public val AttributeBuilder.bsFloatXlNone: AttributeBuilder + get() { + classes("float-xl-none") + return this + } + +public val AttributeBuilder.bsObjectFitXlContain: AttributeBuilder + get() { + classes("object-fit-xl-contain") + return this + } + +public val AttributeBuilder.bsObjectFitXlCover: AttributeBuilder + get() { + classes("object-fit-xl-cover") + return this + } + +public val AttributeBuilder.bsObjectFitXlFill: AttributeBuilder + get() { + classes("object-fit-xl-fill") + return this + } + +public val AttributeBuilder.bsObjectFitXlScale: AttributeBuilder + get() { + classes("object-fit-xl-scale") + return this + } + +public val AttributeBuilder.bsObjectFitXlNone: AttributeBuilder + get() { + classes("object-fit-xl-none") + return this + } + +public val AttributeBuilder.bsDXlInline: AttributeBuilder + get() { + classes("d-xl-inline") + return this + } + +public val AttributeBuilder.bsDXlInlineBlock: AttributeBuilder + get() { + classes("d-xl-inline-block") + return this + } + +public val AttributeBuilder.bsDXlBlock: AttributeBuilder + get() { + classes("d-xl-block") + return this + } + +public val AttributeBuilder.bsDXlGrid: AttributeBuilder + get() { + classes("d-xl-grid") + return this + } + +public val AttributeBuilder.bsDXlInlineGrid: AttributeBuilder + get() { + classes("d-xl-inline-grid") + return this + } + +public val AttributeBuilder.bsDXlTable: AttributeBuilder + get() { + classes("d-xl-table") + return this + } + +public val AttributeBuilder.bsDXlTableRow: AttributeBuilder + get() { + classes("d-xl-table-row") + return this + } + +public val AttributeBuilder.bsDXlTableCell: AttributeBuilder + get() { + classes("d-xl-table-cell") + return this + } + +public val AttributeBuilder.bsDXlFlex: AttributeBuilder + get() { + classes("d-xl-flex") + return this + } + +public val AttributeBuilder.bsDXlInlineFlex: AttributeBuilder + get() { + classes("d-xl-inline-flex") + return this + } + +public val AttributeBuilder.bsDXlNone: AttributeBuilder + get() { + classes("d-xl-none") + return this + } + +public val AttributeBuilder.bsFlexXlFill: AttributeBuilder + get() { + classes("flex-xl-fill") + return this + } + +public val AttributeBuilder.bsFlexXlRow: AttributeBuilder + get() { + classes("flex-xl-row") + return this + } + +public val AttributeBuilder.bsFlexXlColumn: AttributeBuilder + get() { + classes("flex-xl-column") + return this + } + +public val AttributeBuilder.bsFlexXlRowReverse: AttributeBuilder + get() { + classes("flex-xl-row-reverse") + return this + } + +public val AttributeBuilder.bsFlexXlColumnReverse: AttributeBuilder + get() { + classes("flex-xl-column-reverse") + return this + } + +public val AttributeBuilder.bsFlexXlGrow0: AttributeBuilder + get() { + classes("flex-xl-grow-0") + return this + } + +public val AttributeBuilder.bsFlexXlGrow1: AttributeBuilder + get() { + classes("flex-xl-grow-1") + return this + } + +public val AttributeBuilder.bsFlexXlShrink0: AttributeBuilder + get() { + classes("flex-xl-shrink-0") + return this + } + +public val AttributeBuilder.bsFlexXlShrink1: AttributeBuilder + get() { + classes("flex-xl-shrink-1") + return this + } + +public val AttributeBuilder.bsFlexXlWrap: AttributeBuilder + get() { + classes("flex-xl-wrap") + return this + } + +public val AttributeBuilder.bsFlexXlNowrap: AttributeBuilder + get() { + classes("flex-xl-nowrap") + return this + } + +public val AttributeBuilder.bsFlexXlWrapReverse: AttributeBuilder + get() { + classes("flex-xl-wrap-reverse") + return this + } + +public val AttributeBuilder.bsJustifyContentXlStart: AttributeBuilder + get() { + classes("justify-content-xl-start") + return this + } + +public val AttributeBuilder.bsJustifyContentXlEnd: AttributeBuilder + get() { + classes("justify-content-xl-end") + return this + } + +public val AttributeBuilder.bsJustifyContentXlCenter: AttributeBuilder + get() { + classes("justify-content-xl-center") + return this + } + +public val AttributeBuilder.bsJustifyContentXlBetween: AttributeBuilder + get() { + classes("justify-content-xl-between") + return this + } + +public val AttributeBuilder.bsJustifyContentXlAround: AttributeBuilder + get() { + classes("justify-content-xl-around") + return this + } + +public val AttributeBuilder.bsJustifyContentXlEvenly: AttributeBuilder + get() { + classes("justify-content-xl-evenly") + return this + } + +public val AttributeBuilder.bsAlignItemsXlStart: AttributeBuilder + get() { + classes("align-items-xl-start") + return this + } + +public val AttributeBuilder.bsAlignItemsXlEnd: AttributeBuilder + get() { + classes("align-items-xl-end") + return this + } + +public val AttributeBuilder.bsAlignItemsXlCenter: AttributeBuilder + get() { + classes("align-items-xl-center") + return this + } + +public val AttributeBuilder.bsAlignItemsXlBaseline: AttributeBuilder + get() { + classes("align-items-xl-baseline") + return this + } + +public val AttributeBuilder.bsAlignItemsXlStretch: AttributeBuilder + get() { + classes("align-items-xl-stretch") + return this + } + +public val AttributeBuilder.bsAlignContentXlStart: AttributeBuilder + get() { + classes("align-content-xl-start") + return this + } + +public val AttributeBuilder.bsAlignContentXlEnd: AttributeBuilder + get() { + classes("align-content-xl-end") + return this + } + +public val AttributeBuilder.bsAlignContentXlCenter: AttributeBuilder + get() { + classes("align-content-xl-center") + return this + } + +public val AttributeBuilder.bsAlignContentXlBetween: AttributeBuilder + get() { + classes("align-content-xl-between") + return this + } + +public val AttributeBuilder.bsAlignContentXlAround: AttributeBuilder + get() { + classes("align-content-xl-around") + return this + } + +public val AttributeBuilder.bsAlignContentXlStretch: AttributeBuilder + get() { + classes("align-content-xl-stretch") + return this + } + +public val AttributeBuilder.bsAlignSelfXlAuto: AttributeBuilder + get() { + classes("align-self-xl-auto") + return this + } + +public val AttributeBuilder.bsAlignSelfXlStart: AttributeBuilder + get() { + classes("align-self-xl-start") + return this + } + +public val AttributeBuilder.bsAlignSelfXlEnd: AttributeBuilder + get() { + classes("align-self-xl-end") + return this + } + +public val AttributeBuilder.bsAlignSelfXlCenter: AttributeBuilder + get() { + classes("align-self-xl-center") + return this + } + +public val AttributeBuilder.bsAlignSelfXlBaseline: AttributeBuilder + get() { + classes("align-self-xl-baseline") + return this + } + +public val AttributeBuilder.bsAlignSelfXlStretch: AttributeBuilder + get() { + classes("align-self-xl-stretch") + return this + } + +public val AttributeBuilder.bsOrderXlFirst: AttributeBuilder + get() { + classes("order-xl-first") + return this + } + +public val AttributeBuilder.bsOrderXl0: AttributeBuilder + get() { + classes("order-xl-0") + return this + } + +public val AttributeBuilder.bsOrderXl1: AttributeBuilder + get() { + classes("order-xl-1") + return this + } + +public val AttributeBuilder.bsOrderXl2: AttributeBuilder + get() { + classes("order-xl-2") + return this + } + +public val AttributeBuilder.bsOrderXl3: AttributeBuilder + get() { + classes("order-xl-3") + return this + } + +public val AttributeBuilder.bsOrderXl4: AttributeBuilder + get() { + classes("order-xl-4") + return this + } + +public val AttributeBuilder.bsOrderXl5: AttributeBuilder + get() { + classes("order-xl-5") + return this + } + +public val AttributeBuilder.bsOrderXlLast: AttributeBuilder + get() { + classes("order-xl-last") + return this + } + +public val AttributeBuilder.bsMXl0: AttributeBuilder + get() { + classes("m-xl-0") + return this + } + +public val AttributeBuilder.bsMXl1: AttributeBuilder + get() { + classes("m-xl-1") + return this + } + +public val AttributeBuilder.bsMXl2: AttributeBuilder + get() { + classes("m-xl-2") + return this + } + +public val AttributeBuilder.bsMXl3: AttributeBuilder + get() { + classes("m-xl-3") + return this + } + +public val AttributeBuilder.bsMXl4: AttributeBuilder + get() { + classes("m-xl-4") + return this + } + +public val AttributeBuilder.bsMXl5: AttributeBuilder + get() { + classes("m-xl-5") + return this + } + +public val AttributeBuilder.bsMXlAuto: AttributeBuilder + get() { + classes("m-xl-auto") + return this + } + +public val AttributeBuilder.bsMxXl0: AttributeBuilder + get() { + classes("mx-xl-0") + return this + } + +public val AttributeBuilder.bsMxXl1: AttributeBuilder + get() { + classes("mx-xl-1") + return this + } + +public val AttributeBuilder.bsMxXl2: AttributeBuilder + get() { + classes("mx-xl-2") + return this + } + +public val AttributeBuilder.bsMxXl3: AttributeBuilder + get() { + classes("mx-xl-3") + return this + } + +public val AttributeBuilder.bsMxXl4: AttributeBuilder + get() { + classes("mx-xl-4") + return this + } + +public val AttributeBuilder.bsMxXl5: AttributeBuilder + get() { + classes("mx-xl-5") + return this + } + +public val AttributeBuilder.bsMxXlAuto: AttributeBuilder + get() { + classes("mx-xl-auto") + return this + } + +public val AttributeBuilder.bsMyXl0: AttributeBuilder + get() { + classes("my-xl-0") + return this + } + +public val AttributeBuilder.bsMyXl1: AttributeBuilder + get() { + classes("my-xl-1") + return this + } + +public val AttributeBuilder.bsMyXl2: AttributeBuilder + get() { + classes("my-xl-2") + return this + } + +public val AttributeBuilder.bsMyXl3: AttributeBuilder + get() { + classes("my-xl-3") + return this + } + +public val AttributeBuilder.bsMyXl4: AttributeBuilder + get() { + classes("my-xl-4") + return this + } + +public val AttributeBuilder.bsMyXl5: AttributeBuilder + get() { + classes("my-xl-5") + return this + } + +public val AttributeBuilder.bsMyXlAuto: AttributeBuilder + get() { + classes("my-xl-auto") + return this + } + +public val AttributeBuilder.bsMtXl0: AttributeBuilder + get() { + classes("mt-xl-0") + return this + } + +public val AttributeBuilder.bsMtXl1: AttributeBuilder + get() { + classes("mt-xl-1") + return this + } + +public val AttributeBuilder.bsMtXl2: AttributeBuilder + get() { + classes("mt-xl-2") + return this + } + +public val AttributeBuilder.bsMtXl3: AttributeBuilder + get() { + classes("mt-xl-3") + return this + } + +public val AttributeBuilder.bsMtXl4: AttributeBuilder + get() { + classes("mt-xl-4") + return this + } + +public val AttributeBuilder.bsMtXl5: AttributeBuilder + get() { + classes("mt-xl-5") + return this + } + +public val AttributeBuilder.bsMtXlAuto: AttributeBuilder + get() { + classes("mt-xl-auto") + return this + } + +public val AttributeBuilder.bsMeXl0: AttributeBuilder + get() { + classes("me-xl-0") + return this + } + +public val AttributeBuilder.bsMeXl1: AttributeBuilder + get() { + classes("me-xl-1") + return this + } + +public val AttributeBuilder.bsMeXl2: AttributeBuilder + get() { + classes("me-xl-2") + return this + } + +public val AttributeBuilder.bsMeXl3: AttributeBuilder + get() { + classes("me-xl-3") + return this + } + +public val AttributeBuilder.bsMeXl4: AttributeBuilder + get() { + classes("me-xl-4") + return this + } + +public val AttributeBuilder.bsMeXl5: AttributeBuilder + get() { + classes("me-xl-5") + return this + } + +public val AttributeBuilder.bsMeXlAuto: AttributeBuilder + get() { + classes("me-xl-auto") + return this + } + +public val AttributeBuilder.bsMbXl0: AttributeBuilder + get() { + classes("mb-xl-0") + return this + } + +public val AttributeBuilder.bsMbXl1: AttributeBuilder + get() { + classes("mb-xl-1") + return this + } + +public val AttributeBuilder.bsMbXl2: AttributeBuilder + get() { + classes("mb-xl-2") + return this + } + +public val AttributeBuilder.bsMbXl3: AttributeBuilder + get() { + classes("mb-xl-3") + return this + } + +public val AttributeBuilder.bsMbXl4: AttributeBuilder + get() { + classes("mb-xl-4") + return this + } + +public val AttributeBuilder.bsMbXl5: AttributeBuilder + get() { + classes("mb-xl-5") + return this + } + +public val AttributeBuilder.bsMbXlAuto: AttributeBuilder + get() { + classes("mb-xl-auto") + return this + } + +public val AttributeBuilder.bsMsXl0: AttributeBuilder + get() { + classes("ms-xl-0") + return this + } + +public val AttributeBuilder.bsMsXl1: AttributeBuilder + get() { + classes("ms-xl-1") + return this + } + +public val AttributeBuilder.bsMsXl2: AttributeBuilder + get() { + classes("ms-xl-2") + return this + } + +public val AttributeBuilder.bsMsXl3: AttributeBuilder + get() { + classes("ms-xl-3") + return this + } + +public val AttributeBuilder.bsMsXl4: AttributeBuilder + get() { + classes("ms-xl-4") + return this + } + +public val AttributeBuilder.bsMsXl5: AttributeBuilder + get() { + classes("ms-xl-5") + return this + } + +public val AttributeBuilder.bsMsXlAuto: AttributeBuilder + get() { + classes("ms-xl-auto") + return this + } + +public val AttributeBuilder.bsPXl0: AttributeBuilder + get() { + classes("p-xl-0") + return this + } + +public val AttributeBuilder.bsPXl1: AttributeBuilder + get() { + classes("p-xl-1") + return this + } + +public val AttributeBuilder.bsPXl2: AttributeBuilder + get() { + classes("p-xl-2") + return this + } + +public val AttributeBuilder.bsPXl3: AttributeBuilder + get() { + classes("p-xl-3") + return this + } + +public val AttributeBuilder.bsPXl4: AttributeBuilder + get() { + classes("p-xl-4") + return this + } + +public val AttributeBuilder.bsPXl5: AttributeBuilder + get() { + classes("p-xl-5") + return this + } + +public val AttributeBuilder.bsPxXl0: AttributeBuilder + get() { + classes("px-xl-0") + return this + } + +public val AttributeBuilder.bsPxXl1: AttributeBuilder + get() { + classes("px-xl-1") + return this + } + +public val AttributeBuilder.bsPxXl2: AttributeBuilder + get() { + classes("px-xl-2") + return this + } + +public val AttributeBuilder.bsPxXl3: AttributeBuilder + get() { + classes("px-xl-3") + return this + } + +public val AttributeBuilder.bsPxXl4: AttributeBuilder + get() { + classes("px-xl-4") + return this + } + +public val AttributeBuilder.bsPxXl5: AttributeBuilder + get() { + classes("px-xl-5") + return this + } + +public val AttributeBuilder.bsPyXl0: AttributeBuilder + get() { + classes("py-xl-0") + return this + } + +public val AttributeBuilder.bsPyXl1: AttributeBuilder + get() { + classes("py-xl-1") + return this + } + +public val AttributeBuilder.bsPyXl2: AttributeBuilder + get() { + classes("py-xl-2") + return this + } + +public val AttributeBuilder.bsPyXl3: AttributeBuilder + get() { + classes("py-xl-3") + return this + } + +public val AttributeBuilder.bsPyXl4: AttributeBuilder + get() { + classes("py-xl-4") + return this + } + +public val AttributeBuilder.bsPyXl5: AttributeBuilder + get() { + classes("py-xl-5") + return this + } + +public val AttributeBuilder.bsPtXl0: AttributeBuilder + get() { + classes("pt-xl-0") + return this + } + +public val AttributeBuilder.bsPtXl1: AttributeBuilder + get() { + classes("pt-xl-1") + return this + } + +public val AttributeBuilder.bsPtXl2: AttributeBuilder + get() { + classes("pt-xl-2") + return this + } + +public val AttributeBuilder.bsPtXl3: AttributeBuilder + get() { + classes("pt-xl-3") + return this + } + +public val AttributeBuilder.bsPtXl4: AttributeBuilder + get() { + classes("pt-xl-4") + return this + } + +public val AttributeBuilder.bsPtXl5: AttributeBuilder + get() { + classes("pt-xl-5") + return this + } + +public val AttributeBuilder.bsPeXl0: AttributeBuilder + get() { + classes("pe-xl-0") + return this + } + +public val AttributeBuilder.bsPeXl1: AttributeBuilder + get() { + classes("pe-xl-1") + return this + } + +public val AttributeBuilder.bsPeXl2: AttributeBuilder + get() { + classes("pe-xl-2") + return this + } + +public val AttributeBuilder.bsPeXl3: AttributeBuilder + get() { + classes("pe-xl-3") + return this + } + +public val AttributeBuilder.bsPeXl4: AttributeBuilder + get() { + classes("pe-xl-4") + return this + } + +public val AttributeBuilder.bsPeXl5: AttributeBuilder + get() { + classes("pe-xl-5") + return this + } + +public val AttributeBuilder.bsPbXl0: AttributeBuilder + get() { + classes("pb-xl-0") + return this + } + +public val AttributeBuilder.bsPbXl1: AttributeBuilder + get() { + classes("pb-xl-1") + return this + } + +public val AttributeBuilder.bsPbXl2: AttributeBuilder + get() { + classes("pb-xl-2") + return this + } + +public val AttributeBuilder.bsPbXl3: AttributeBuilder + get() { + classes("pb-xl-3") + return this + } + +public val AttributeBuilder.bsPbXl4: AttributeBuilder + get() { + classes("pb-xl-4") + return this + } + +public val AttributeBuilder.bsPbXl5: AttributeBuilder + get() { + classes("pb-xl-5") + return this + } + +public val AttributeBuilder.bsPsXl0: AttributeBuilder + get() { + classes("ps-xl-0") + return this + } + +public val AttributeBuilder.bsPsXl1: AttributeBuilder + get() { + classes("ps-xl-1") + return this + } + +public val AttributeBuilder.bsPsXl2: AttributeBuilder + get() { + classes("ps-xl-2") + return this + } + +public val AttributeBuilder.bsPsXl3: AttributeBuilder + get() { + classes("ps-xl-3") + return this + } + +public val AttributeBuilder.bsPsXl4: AttributeBuilder + get() { + classes("ps-xl-4") + return this + } + +public val AttributeBuilder.bsPsXl5: AttributeBuilder + get() { + classes("ps-xl-5") + return this + } + +public val AttributeBuilder.bsGapXl0: AttributeBuilder + get() { + classes("gap-xl-0") + return this + } + +public val AttributeBuilder.bsGapXl1: AttributeBuilder + get() { + classes("gap-xl-1") + return this + } + +public val AttributeBuilder.bsGapXl2: AttributeBuilder + get() { + classes("gap-xl-2") + return this + } + +public val AttributeBuilder.bsGapXl3: AttributeBuilder + get() { + classes("gap-xl-3") + return this + } + +public val AttributeBuilder.bsGapXl4: AttributeBuilder + get() { + classes("gap-xl-4") + return this + } + +public val AttributeBuilder.bsGapXl5: AttributeBuilder + get() { + classes("gap-xl-5") + return this + } + +public val AttributeBuilder.bsRowGapXl0: AttributeBuilder + get() { + classes("row-gap-xl-0") + return this + } + +public val AttributeBuilder.bsRowGapXl1: AttributeBuilder + get() { + classes("row-gap-xl-1") + return this + } + +public val AttributeBuilder.bsRowGapXl2: AttributeBuilder + get() { + classes("row-gap-xl-2") + return this + } + +public val AttributeBuilder.bsRowGapXl3: AttributeBuilder + get() { + classes("row-gap-xl-3") + return this + } + +public val AttributeBuilder.bsRowGapXl4: AttributeBuilder + get() { + classes("row-gap-xl-4") + return this + } + +public val AttributeBuilder.bsRowGapXl5: AttributeBuilder + get() { + classes("row-gap-xl-5") + return this + } + +public val AttributeBuilder.bsColumnGapXl0: AttributeBuilder + get() { + classes("column-gap-xl-0") + return this + } + +public val AttributeBuilder.bsColumnGapXl1: AttributeBuilder + get() { + classes("column-gap-xl-1") + return this + } + +public val AttributeBuilder.bsColumnGapXl2: AttributeBuilder + get() { + classes("column-gap-xl-2") + return this + } + +public val AttributeBuilder.bsColumnGapXl3: AttributeBuilder + get() { + classes("column-gap-xl-3") + return this + } + +public val AttributeBuilder.bsColumnGapXl4: AttributeBuilder + get() { + classes("column-gap-xl-4") + return this + } + +public val AttributeBuilder.bsColumnGapXl5: AttributeBuilder + get() { + classes("column-gap-xl-5") + return this + } + +public val AttributeBuilder.bsTextXlStart: AttributeBuilder + get() { + classes("text-xl-start") + return this + } + +public val AttributeBuilder.bsTextXlEnd: AttributeBuilder + get() { + classes("text-xl-end") + return this + } + +public val AttributeBuilder.bsTextXlCenter: AttributeBuilder + get() { + classes("text-xl-center") + return this + } + +public val AttributeBuilder.bsFloatXxlStart: AttributeBuilder + get() { + classes("float-xxl-start") + return this + } + +public val AttributeBuilder.bsFloatXxlEnd: AttributeBuilder + get() { + classes("float-xxl-end") + return this + } + +public val AttributeBuilder.bsFloatXxlNone: AttributeBuilder + get() { + classes("float-xxl-none") + return this + } + +public val AttributeBuilder.bsObjectFitXxlContain: AttributeBuilder + get() { + classes("object-fit-xxl-contain") + return this + } + +public val AttributeBuilder.bsObjectFitXxlCover: AttributeBuilder + get() { + classes("object-fit-xxl-cover") + return this + } + +public val AttributeBuilder.bsObjectFitXxlFill: AttributeBuilder + get() { + classes("object-fit-xxl-fill") + return this + } + +public val AttributeBuilder.bsObjectFitXxlScale: AttributeBuilder + get() { + classes("object-fit-xxl-scale") + return this + } + +public val AttributeBuilder.bsObjectFitXxlNone: AttributeBuilder + get() { + classes("object-fit-xxl-none") + return this + } + +public val AttributeBuilder.bsDXxlInline: AttributeBuilder + get() { + classes("d-xxl-inline") + return this + } + +public val AttributeBuilder.bsDXxlInlineBlock: AttributeBuilder + get() { + classes("d-xxl-inline-block") + return this + } + +public val AttributeBuilder.bsDXxlBlock: AttributeBuilder + get() { + classes("d-xxl-block") + return this + } + +public val AttributeBuilder.bsDXxlGrid: AttributeBuilder + get() { + classes("d-xxl-grid") + return this + } + +public val AttributeBuilder.bsDXxlInlineGrid: AttributeBuilder + get() { + classes("d-xxl-inline-grid") + return this + } + +public val AttributeBuilder.bsDXxlTable: AttributeBuilder + get() { + classes("d-xxl-table") + return this + } + +public val AttributeBuilder.bsDXxlTableRow: AttributeBuilder + get() { + classes("d-xxl-table-row") + return this + } + +public val AttributeBuilder.bsDXxlTableCell: AttributeBuilder + get() { + classes("d-xxl-table-cell") + return this + } + +public val AttributeBuilder.bsDXxlFlex: AttributeBuilder + get() { + classes("d-xxl-flex") + return this + } + +public val AttributeBuilder.bsDXxlInlineFlex: AttributeBuilder + get() { + classes("d-xxl-inline-flex") + return this + } + +public val AttributeBuilder.bsDXxlNone: AttributeBuilder + get() { + classes("d-xxl-none") + return this + } + +public val AttributeBuilder.bsFlexXxlFill: AttributeBuilder + get() { + classes("flex-xxl-fill") + return this + } + +public val AttributeBuilder.bsFlexXxlRow: AttributeBuilder + get() { + classes("flex-xxl-row") + return this + } + +public val AttributeBuilder.bsFlexXxlColumn: AttributeBuilder + get() { + classes("flex-xxl-column") + return this + } + +public val AttributeBuilder.bsFlexXxlRowReverse: AttributeBuilder + get() { + classes("flex-xxl-row-reverse") + return this + } + +public val AttributeBuilder.bsFlexXxlColumnReverse: AttributeBuilder + get() { + classes("flex-xxl-column-reverse") + return this + } + +public val AttributeBuilder.bsFlexXxlGrow0: AttributeBuilder + get() { + classes("flex-xxl-grow-0") + return this + } + +public val AttributeBuilder.bsFlexXxlGrow1: AttributeBuilder + get() { + classes("flex-xxl-grow-1") + return this + } + +public val AttributeBuilder.bsFlexXxlShrink0: AttributeBuilder + get() { + classes("flex-xxl-shrink-0") + return this + } + +public val AttributeBuilder.bsFlexXxlShrink1: AttributeBuilder + get() { + classes("flex-xxl-shrink-1") + return this + } + +public val AttributeBuilder.bsFlexXxlWrap: AttributeBuilder + get() { + classes("flex-xxl-wrap") + return this + } + +public val AttributeBuilder.bsFlexXxlNowrap: AttributeBuilder + get() { + classes("flex-xxl-nowrap") + return this + } + +public val AttributeBuilder.bsFlexXxlWrapReverse: AttributeBuilder + get() { + classes("flex-xxl-wrap-reverse") + return this + } + +public val AttributeBuilder.bsJustifyContentXxlStart: AttributeBuilder + get() { + classes("justify-content-xxl-start") + return this + } + +public val AttributeBuilder.bsJustifyContentXxlEnd: AttributeBuilder + get() { + classes("justify-content-xxl-end") + return this + } + +public val AttributeBuilder.bsJustifyContentXxlCenter: AttributeBuilder + get() { + classes("justify-content-xxl-center") + return this + } + +public val AttributeBuilder.bsJustifyContentXxlBetween: AttributeBuilder + get() { + classes("justify-content-xxl-between") + return this + } + +public val AttributeBuilder.bsJustifyContentXxlAround: AttributeBuilder + get() { + classes("justify-content-xxl-around") + return this + } + +public val AttributeBuilder.bsJustifyContentXxlEvenly: AttributeBuilder + get() { + classes("justify-content-xxl-evenly") + return this + } + +public val AttributeBuilder.bsAlignItemsXxlStart: AttributeBuilder + get() { + classes("align-items-xxl-start") + return this + } + +public val AttributeBuilder.bsAlignItemsXxlEnd: AttributeBuilder + get() { + classes("align-items-xxl-end") + return this + } + +public val AttributeBuilder.bsAlignItemsXxlCenter: AttributeBuilder + get() { + classes("align-items-xxl-center") + return this + } + +public val AttributeBuilder.bsAlignItemsXxlBaseline: AttributeBuilder + get() { + classes("align-items-xxl-baseline") + return this + } + +public val AttributeBuilder.bsAlignItemsXxlStretch: AttributeBuilder + get() { + classes("align-items-xxl-stretch") + return this + } + +public val AttributeBuilder.bsAlignContentXxlStart: AttributeBuilder + get() { + classes("align-content-xxl-start") + return this + } + +public val AttributeBuilder.bsAlignContentXxlEnd: AttributeBuilder + get() { + classes("align-content-xxl-end") + return this + } + +public val AttributeBuilder.bsAlignContentXxlCenter: AttributeBuilder + get() { + classes("align-content-xxl-center") + return this + } + +public val AttributeBuilder.bsAlignContentXxlBetween: AttributeBuilder + get() { + classes("align-content-xxl-between") + return this + } + +public val AttributeBuilder.bsAlignContentXxlAround: AttributeBuilder + get() { + classes("align-content-xxl-around") + return this + } + +public val AttributeBuilder.bsAlignContentXxlStretch: AttributeBuilder + get() { + classes("align-content-xxl-stretch") + return this + } + +public val AttributeBuilder.bsAlignSelfXxlAuto: AttributeBuilder + get() { + classes("align-self-xxl-auto") + return this + } + +public val AttributeBuilder.bsAlignSelfXxlStart: AttributeBuilder + get() { + classes("align-self-xxl-start") + return this + } + +public val AttributeBuilder.bsAlignSelfXxlEnd: AttributeBuilder + get() { + classes("align-self-xxl-end") + return this + } + +public val AttributeBuilder.bsAlignSelfXxlCenter: AttributeBuilder + get() { + classes("align-self-xxl-center") + return this + } + +public val AttributeBuilder.bsAlignSelfXxlBaseline: AttributeBuilder + get() { + classes("align-self-xxl-baseline") + return this + } + +public val AttributeBuilder.bsAlignSelfXxlStretch: AttributeBuilder + get() { + classes("align-self-xxl-stretch") + return this + } + +public val AttributeBuilder.bsOrderXxlFirst: AttributeBuilder + get() { + classes("order-xxl-first") + return this + } + +public val AttributeBuilder.bsOrderXxl0: AttributeBuilder + get() { + classes("order-xxl-0") + return this + } + +public val AttributeBuilder.bsOrderXxl1: AttributeBuilder + get() { + classes("order-xxl-1") + return this + } + +public val AttributeBuilder.bsOrderXxl2: AttributeBuilder + get() { + classes("order-xxl-2") + return this + } + +public val AttributeBuilder.bsOrderXxl3: AttributeBuilder + get() { + classes("order-xxl-3") + return this + } + +public val AttributeBuilder.bsOrderXxl4: AttributeBuilder + get() { + classes("order-xxl-4") + return this + } + +public val AttributeBuilder.bsOrderXxl5: AttributeBuilder + get() { + classes("order-xxl-5") + return this + } + +public val AttributeBuilder.bsOrderXxlLast: AttributeBuilder + get() { + classes("order-xxl-last") + return this + } + +public val AttributeBuilder.bsMXxl0: AttributeBuilder + get() { + classes("m-xxl-0") + return this + } + +public val AttributeBuilder.bsMXxl1: AttributeBuilder + get() { + classes("m-xxl-1") + return this + } + +public val AttributeBuilder.bsMXxl2: AttributeBuilder + get() { + classes("m-xxl-2") + return this + } + +public val AttributeBuilder.bsMXxl3: AttributeBuilder + get() { + classes("m-xxl-3") + return this + } + +public val AttributeBuilder.bsMXxl4: AttributeBuilder + get() { + classes("m-xxl-4") + return this + } + +public val AttributeBuilder.bsMXxl5: AttributeBuilder + get() { + classes("m-xxl-5") + return this + } + +public val AttributeBuilder.bsMXxlAuto: AttributeBuilder + get() { + classes("m-xxl-auto") + return this + } + +public val AttributeBuilder.bsMxXxl0: AttributeBuilder + get() { + classes("mx-xxl-0") + return this + } + +public val AttributeBuilder.bsMxXxl1: AttributeBuilder + get() { + classes("mx-xxl-1") + return this + } + +public val AttributeBuilder.bsMxXxl2: AttributeBuilder + get() { + classes("mx-xxl-2") + return this + } + +public val AttributeBuilder.bsMxXxl3: AttributeBuilder + get() { + classes("mx-xxl-3") + return this + } + +public val AttributeBuilder.bsMxXxl4: AttributeBuilder + get() { + classes("mx-xxl-4") + return this + } + +public val AttributeBuilder.bsMxXxl5: AttributeBuilder + get() { + classes("mx-xxl-5") + return this + } + +public val AttributeBuilder.bsMxXxlAuto: AttributeBuilder + get() { + classes("mx-xxl-auto") + return this + } + +public val AttributeBuilder.bsMyXxl0: AttributeBuilder + get() { + classes("my-xxl-0") + return this + } + +public val AttributeBuilder.bsMyXxl1: AttributeBuilder + get() { + classes("my-xxl-1") + return this + } + +public val AttributeBuilder.bsMyXxl2: AttributeBuilder + get() { + classes("my-xxl-2") + return this + } + +public val AttributeBuilder.bsMyXxl3: AttributeBuilder + get() { + classes("my-xxl-3") + return this + } + +public val AttributeBuilder.bsMyXxl4: AttributeBuilder + get() { + classes("my-xxl-4") + return this + } + +public val AttributeBuilder.bsMyXxl5: AttributeBuilder + get() { + classes("my-xxl-5") + return this + } + +public val AttributeBuilder.bsMyXxlAuto: AttributeBuilder + get() { + classes("my-xxl-auto") + return this + } + +public val AttributeBuilder.bsMtXxl0: AttributeBuilder + get() { + classes("mt-xxl-0") + return this + } + +public val AttributeBuilder.bsMtXxl1: AttributeBuilder + get() { + classes("mt-xxl-1") + return this + } + +public val AttributeBuilder.bsMtXxl2: AttributeBuilder + get() { + classes("mt-xxl-2") + return this + } + +public val AttributeBuilder.bsMtXxl3: AttributeBuilder + get() { + classes("mt-xxl-3") + return this + } + +public val AttributeBuilder.bsMtXxl4: AttributeBuilder + get() { + classes("mt-xxl-4") + return this + } + +public val AttributeBuilder.bsMtXxl5: AttributeBuilder + get() { + classes("mt-xxl-5") + return this + } + +public val AttributeBuilder.bsMtXxlAuto: AttributeBuilder + get() { + classes("mt-xxl-auto") + return this + } + +public val AttributeBuilder.bsMeXxl0: AttributeBuilder + get() { + classes("me-xxl-0") + return this + } + +public val AttributeBuilder.bsMeXxl1: AttributeBuilder + get() { + classes("me-xxl-1") + return this + } + +public val AttributeBuilder.bsMeXxl2: AttributeBuilder + get() { + classes("me-xxl-2") + return this + } + +public val AttributeBuilder.bsMeXxl3: AttributeBuilder + get() { + classes("me-xxl-3") + return this + } + +public val AttributeBuilder.bsMeXxl4: AttributeBuilder + get() { + classes("me-xxl-4") + return this + } + +public val AttributeBuilder.bsMeXxl5: AttributeBuilder + get() { + classes("me-xxl-5") + return this + } + +public val AttributeBuilder.bsMeXxlAuto: AttributeBuilder + get() { + classes("me-xxl-auto") + return this + } + +public val AttributeBuilder.bsMbXxl0: AttributeBuilder + get() { + classes("mb-xxl-0") + return this + } + +public val AttributeBuilder.bsMbXxl1: AttributeBuilder + get() { + classes("mb-xxl-1") + return this + } + +public val AttributeBuilder.bsMbXxl2: AttributeBuilder + get() { + classes("mb-xxl-2") + return this + } + +public val AttributeBuilder.bsMbXxl3: AttributeBuilder + get() { + classes("mb-xxl-3") + return this + } + +public val AttributeBuilder.bsMbXxl4: AttributeBuilder + get() { + classes("mb-xxl-4") + return this + } + +public val AttributeBuilder.bsMbXxl5: AttributeBuilder + get() { + classes("mb-xxl-5") + return this + } + +public val AttributeBuilder.bsMbXxlAuto: AttributeBuilder + get() { + classes("mb-xxl-auto") + return this + } + +public val AttributeBuilder.bsMsXxl0: AttributeBuilder + get() { + classes("ms-xxl-0") + return this + } + +public val AttributeBuilder.bsMsXxl1: AttributeBuilder + get() { + classes("ms-xxl-1") + return this + } + +public val AttributeBuilder.bsMsXxl2: AttributeBuilder + get() { + classes("ms-xxl-2") + return this + } + +public val AttributeBuilder.bsMsXxl3: AttributeBuilder + get() { + classes("ms-xxl-3") + return this + } + +public val AttributeBuilder.bsMsXxl4: AttributeBuilder + get() { + classes("ms-xxl-4") + return this + } + +public val AttributeBuilder.bsMsXxl5: AttributeBuilder + get() { + classes("ms-xxl-5") + return this + } + +public val AttributeBuilder.bsMsXxlAuto: AttributeBuilder + get() { + classes("ms-xxl-auto") + return this + } + +public val AttributeBuilder.bsPXxl0: AttributeBuilder + get() { + classes("p-xxl-0") + return this + } + +public val AttributeBuilder.bsPXxl1: AttributeBuilder + get() { + classes("p-xxl-1") + return this + } + +public val AttributeBuilder.bsPXxl2: AttributeBuilder + get() { + classes("p-xxl-2") + return this + } + +public val AttributeBuilder.bsPXxl3: AttributeBuilder + get() { + classes("p-xxl-3") + return this + } + +public val AttributeBuilder.bsPXxl4: AttributeBuilder + get() { + classes("p-xxl-4") + return this + } + +public val AttributeBuilder.bsPXxl5: AttributeBuilder + get() { + classes("p-xxl-5") + return this + } + +public val AttributeBuilder.bsPxXxl0: AttributeBuilder + get() { + classes("px-xxl-0") + return this + } + +public val AttributeBuilder.bsPxXxl1: AttributeBuilder + get() { + classes("px-xxl-1") + return this + } + +public val AttributeBuilder.bsPxXxl2: AttributeBuilder + get() { + classes("px-xxl-2") + return this + } + +public val AttributeBuilder.bsPxXxl3: AttributeBuilder + get() { + classes("px-xxl-3") + return this + } + +public val AttributeBuilder.bsPxXxl4: AttributeBuilder + get() { + classes("px-xxl-4") + return this + } + +public val AttributeBuilder.bsPxXxl5: AttributeBuilder + get() { + classes("px-xxl-5") + return this + } + +public val AttributeBuilder.bsPyXxl0: AttributeBuilder + get() { + classes("py-xxl-0") + return this + } + +public val AttributeBuilder.bsPyXxl1: AttributeBuilder + get() { + classes("py-xxl-1") + return this + } + +public val AttributeBuilder.bsPyXxl2: AttributeBuilder + get() { + classes("py-xxl-2") + return this + } + +public val AttributeBuilder.bsPyXxl3: AttributeBuilder + get() { + classes("py-xxl-3") + return this + } + +public val AttributeBuilder.bsPyXxl4: AttributeBuilder + get() { + classes("py-xxl-4") + return this + } + +public val AttributeBuilder.bsPyXxl5: AttributeBuilder + get() { + classes("py-xxl-5") + return this + } + +public val AttributeBuilder.bsPtXxl0: AttributeBuilder + get() { + classes("pt-xxl-0") + return this + } + +public val AttributeBuilder.bsPtXxl1: AttributeBuilder + get() { + classes("pt-xxl-1") + return this + } + +public val AttributeBuilder.bsPtXxl2: AttributeBuilder + get() { + classes("pt-xxl-2") + return this + } + +public val AttributeBuilder.bsPtXxl3: AttributeBuilder + get() { + classes("pt-xxl-3") + return this + } + +public val AttributeBuilder.bsPtXxl4: AttributeBuilder + get() { + classes("pt-xxl-4") + return this + } + +public val AttributeBuilder.bsPtXxl5: AttributeBuilder + get() { + classes("pt-xxl-5") + return this + } + +public val AttributeBuilder.bsPeXxl0: AttributeBuilder + get() { + classes("pe-xxl-0") + return this + } + +public val AttributeBuilder.bsPeXxl1: AttributeBuilder + get() { + classes("pe-xxl-1") + return this + } + +public val AttributeBuilder.bsPeXxl2: AttributeBuilder + get() { + classes("pe-xxl-2") + return this + } + +public val AttributeBuilder.bsPeXxl3: AttributeBuilder + get() { + classes("pe-xxl-3") + return this + } + +public val AttributeBuilder.bsPeXxl4: AttributeBuilder + get() { + classes("pe-xxl-4") + return this + } + +public val AttributeBuilder.bsPeXxl5: AttributeBuilder + get() { + classes("pe-xxl-5") + return this + } + +public val AttributeBuilder.bsPbXxl0: AttributeBuilder + get() { + classes("pb-xxl-0") + return this + } + +public val AttributeBuilder.bsPbXxl1: AttributeBuilder + get() { + classes("pb-xxl-1") + return this + } + +public val AttributeBuilder.bsPbXxl2: AttributeBuilder + get() { + classes("pb-xxl-2") + return this + } + +public val AttributeBuilder.bsPbXxl3: AttributeBuilder + get() { + classes("pb-xxl-3") + return this + } + +public val AttributeBuilder.bsPbXxl4: AttributeBuilder + get() { + classes("pb-xxl-4") + return this + } + +public val AttributeBuilder.bsPbXxl5: AttributeBuilder + get() { + classes("pb-xxl-5") + return this + } + +public val AttributeBuilder.bsPsXxl0: AttributeBuilder + get() { + classes("ps-xxl-0") + return this + } + +public val AttributeBuilder.bsPsXxl1: AttributeBuilder + get() { + classes("ps-xxl-1") + return this + } + +public val AttributeBuilder.bsPsXxl2: AttributeBuilder + get() { + classes("ps-xxl-2") + return this + } + +public val AttributeBuilder.bsPsXxl3: AttributeBuilder + get() { + classes("ps-xxl-3") + return this + } + +public val AttributeBuilder.bsPsXxl4: AttributeBuilder + get() { + classes("ps-xxl-4") + return this + } + +public val AttributeBuilder.bsPsXxl5: AttributeBuilder + get() { + classes("ps-xxl-5") + return this + } + +public val AttributeBuilder.bsGapXxl0: AttributeBuilder + get() { + classes("gap-xxl-0") + return this + } + +public val AttributeBuilder.bsGapXxl1: AttributeBuilder + get() { + classes("gap-xxl-1") + return this + } + +public val AttributeBuilder.bsGapXxl2: AttributeBuilder + get() { + classes("gap-xxl-2") + return this + } + +public val AttributeBuilder.bsGapXxl3: AttributeBuilder + get() { + classes("gap-xxl-3") + return this + } + +public val AttributeBuilder.bsGapXxl4: AttributeBuilder + get() { + classes("gap-xxl-4") + return this + } + +public val AttributeBuilder.bsGapXxl5: AttributeBuilder + get() { + classes("gap-xxl-5") + return this + } + +public val AttributeBuilder.bsRowGapXxl0: AttributeBuilder + get() { + classes("row-gap-xxl-0") + return this + } + +public val AttributeBuilder.bsRowGapXxl1: AttributeBuilder + get() { + classes("row-gap-xxl-1") + return this + } + +public val AttributeBuilder.bsRowGapXxl2: AttributeBuilder + get() { + classes("row-gap-xxl-2") + return this + } + +public val AttributeBuilder.bsRowGapXxl3: AttributeBuilder + get() { + classes("row-gap-xxl-3") + return this + } + +public val AttributeBuilder.bsRowGapXxl4: AttributeBuilder + get() { + classes("row-gap-xxl-4") + return this + } + +public val AttributeBuilder.bsRowGapXxl5: AttributeBuilder + get() { + classes("row-gap-xxl-5") + return this + } + +public val AttributeBuilder.bsColumnGapXxl0: AttributeBuilder + get() { + classes("column-gap-xxl-0") + return this + } + +public val AttributeBuilder.bsColumnGapXxl1: AttributeBuilder + get() { + classes("column-gap-xxl-1") + return this + } + +public val AttributeBuilder.bsColumnGapXxl2: AttributeBuilder + get() { + classes("column-gap-xxl-2") + return this + } + +public val AttributeBuilder.bsColumnGapXxl3: AttributeBuilder + get() { + classes("column-gap-xxl-3") + return this + } + +public val AttributeBuilder.bsColumnGapXxl4: AttributeBuilder + get() { + classes("column-gap-xxl-4") + return this + } + +public val AttributeBuilder.bsColumnGapXxl5: AttributeBuilder + get() { + classes("column-gap-xxl-5") + return this + } + +public val AttributeBuilder.bsTextXxlStart: AttributeBuilder + get() { + classes("text-xxl-start") + return this + } + +public val AttributeBuilder.bsTextXxlEnd: AttributeBuilder + get() { + classes("text-xxl-end") + return this + } + +public val AttributeBuilder.bsTextXxlCenter: AttributeBuilder + get() { + classes("text-xxl-center") + return this + } + +public val AttributeBuilder.bsDPrintInline: AttributeBuilder + get() { + classes("d-print-inline") + return this + } + +public val AttributeBuilder.bsDPrintInlineBlock: AttributeBuilder + get() { + classes("d-print-inline-block") + return this + } + +public val AttributeBuilder.bsDPrintBlock: AttributeBuilder + get() { + classes("d-print-block") + return this + } + +public val AttributeBuilder.bsDPrintGrid: AttributeBuilder + get() { + classes("d-print-grid") + return this + } + +public val AttributeBuilder.bsDPrintInlineGrid: AttributeBuilder + get() { + classes("d-print-inline-grid") + return this + } + +public val AttributeBuilder.bsDPrintTable: AttributeBuilder + get() { + classes("d-print-table") + return this + } + +public val AttributeBuilder.bsDPrintTableRow: AttributeBuilder + get() { + classes("d-print-table-row") + return this + } + +public val AttributeBuilder.bsDPrintTableCell: AttributeBuilder + get() { + classes("d-print-table-cell") + return this + } + +public val AttributeBuilder.bsDPrintFlex: AttributeBuilder + get() { + classes("d-print-flex") + return this + } + +public val AttributeBuilder.bsDPrintInlineFlex: AttributeBuilder + get() { + classes("d-print-inline-flex") + return this + } + +public val AttributeBuilder.bsDPrintNone: AttributeBuilder + get() { + classes("d-print-none") + return this + } + diff --git a/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapIconsClasses.kt b/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapIconsClasses.kt index feb8d29..3faf252 100644 --- a/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapIconsClasses.kt +++ b/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapIconsClasses.kt @@ -5,12312 +5,12309 @@ package dev.d1s.exkt.kweb.plugins.bootstrap import kweb.AttributeBuilder import kweb.classes -public class BootstrapIconsClasses : AttributeBuilder() { - - public val bi: BootstrapIconsClasses - get() { - classes("bi") - return this - } - - public val bi123: BootstrapIconsClasses - get() { - classes("bi-123") - return this - } - - public val biAlarmFill: BootstrapIconsClasses - get() { - classes("bi-alarm-fill") - return this - } - - public val biAlarm: BootstrapIconsClasses - get() { - classes("bi-alarm") - return this - } - - public val biAlignBottom: BootstrapIconsClasses - get() { - classes("bi-align-bottom") - return this - } - - public val biAlignCenter: BootstrapIconsClasses - get() { - classes("bi-align-center") - return this - } - - public val biAlignEnd: BootstrapIconsClasses - get() { - classes("bi-align-end") - return this - } - - public val biAlignMiddle: BootstrapIconsClasses - get() { - classes("bi-align-middle") - return this - } - - public val biAlignStart: BootstrapIconsClasses - get() { - classes("bi-align-start") - return this - } - - public val biAlignTop: BootstrapIconsClasses - get() { - classes("bi-align-top") - return this - } - - public val biAlt: BootstrapIconsClasses - get() { - classes("bi-alt") - return this - } - - public val biAppIndicator: BootstrapIconsClasses - get() { - classes("bi-app-indicator") - return this - } - - public val biApp: BootstrapIconsClasses - get() { - classes("bi-app") - return this - } - - public val biArchiveFill: BootstrapIconsClasses - get() { - classes("bi-archive-fill") - return this - } - - public val biArchive: BootstrapIconsClasses - get() { - classes("bi-archive") - return this - } - - public val biArrow90degDown: BootstrapIconsClasses - get() { - classes("bi-arrow-90deg-down") - return this - } - - public val biArrow90degLeft: BootstrapIconsClasses - get() { - classes("bi-arrow-90deg-left") - return this - } - - public val biArrow90degRight: BootstrapIconsClasses - get() { - classes("bi-arrow-90deg-right") - return this - } - - public val biArrow90degUp: BootstrapIconsClasses - get() { - classes("bi-arrow-90deg-up") - return this - } - - public val biArrowBarDown: BootstrapIconsClasses - get() { - classes("bi-arrow-bar-down") - return this - } - - public val biArrowBarLeft: BootstrapIconsClasses - get() { - classes("bi-arrow-bar-left") - return this - } - - public val biArrowBarRight: BootstrapIconsClasses - get() { - classes("bi-arrow-bar-right") - return this - } - - public val biArrowBarUp: BootstrapIconsClasses - get() { - classes("bi-arrow-bar-up") - return this - } - - public val biArrowClockwise: BootstrapIconsClasses - get() { - classes("bi-arrow-clockwise") - return this - } - - public val biArrowCounterclockwise: BootstrapIconsClasses - get() { - classes("bi-arrow-counterclockwise") - return this - } - - public val biArrowDownCircleFill: BootstrapIconsClasses - get() { - classes("bi-arrow-down-circle-fill") - return this - } - - public val biArrowDownCircle: BootstrapIconsClasses - get() { - classes("bi-arrow-down-circle") - return this - } - - public val biArrowDownLeftCircleFill: BootstrapIconsClasses - get() { - classes("bi-arrow-down-left-circle-fill") - return this - } - - public val biArrowDownLeftCircle: BootstrapIconsClasses - get() { - classes("bi-arrow-down-left-circle") - return this - } - - public val biArrowDownLeftSquareFill: BootstrapIconsClasses - get() { - classes("bi-arrow-down-left-square-fill") - return this - } - - public val biArrowDownLeftSquare: BootstrapIconsClasses - get() { - classes("bi-arrow-down-left-square") - return this - } - - public val biArrowDownLeft: BootstrapIconsClasses - get() { - classes("bi-arrow-down-left") - return this - } - - public val biArrowDownRightCircleFill: BootstrapIconsClasses - get() { - classes("bi-arrow-down-right-circle-fill") - return this - } - - public val biArrowDownRightCircle: BootstrapIconsClasses - get() { - classes("bi-arrow-down-right-circle") - return this - } - - public val biArrowDownRightSquareFill: BootstrapIconsClasses - get() { - classes("bi-arrow-down-right-square-fill") - return this - } - - public val biArrowDownRightSquare: BootstrapIconsClasses - get() { - classes("bi-arrow-down-right-square") - return this - } - - public val biArrowDownRight: BootstrapIconsClasses - get() { - classes("bi-arrow-down-right") - return this - } - - public val biArrowDownShort: BootstrapIconsClasses - get() { - classes("bi-arrow-down-short") - return this - } - - public val biArrowDownSquareFill: BootstrapIconsClasses - get() { - classes("bi-arrow-down-square-fill") - return this - } - - public val biArrowDownSquare: BootstrapIconsClasses - get() { - classes("bi-arrow-down-square") - return this - } - - public val biArrowDownUp: BootstrapIconsClasses - get() { - classes("bi-arrow-down-up") - return this - } - - public val biArrowDown: BootstrapIconsClasses - get() { - classes("bi-arrow-down") - return this - } - - public val biArrowLeftCircleFill: BootstrapIconsClasses - get() { - classes("bi-arrow-left-circle-fill") - return this - } - - public val biArrowLeftCircle: BootstrapIconsClasses - get() { - classes("bi-arrow-left-circle") - return this - } - - public val biArrowLeftRight: BootstrapIconsClasses - get() { - classes("bi-arrow-left-right") - return this - } - - public val biArrowLeftShort: BootstrapIconsClasses - get() { - classes("bi-arrow-left-short") - return this - } - - public val biArrowLeftSquareFill: BootstrapIconsClasses - get() { - classes("bi-arrow-left-square-fill") - return this - } - - public val biArrowLeftSquare: BootstrapIconsClasses - get() { - classes("bi-arrow-left-square") - return this - } - - public val biArrowLeft: BootstrapIconsClasses - get() { - classes("bi-arrow-left") - return this - } - - public val biArrowRepeat: BootstrapIconsClasses - get() { - classes("bi-arrow-repeat") - return this - } - - public val biArrowReturnLeft: BootstrapIconsClasses - get() { - classes("bi-arrow-return-left") - return this - } - - public val biArrowReturnRight: BootstrapIconsClasses - get() { - classes("bi-arrow-return-right") - return this - } - - public val biArrowRightCircleFill: BootstrapIconsClasses - get() { - classes("bi-arrow-right-circle-fill") - return this - } - - public val biArrowRightCircle: BootstrapIconsClasses - get() { - classes("bi-arrow-right-circle") - return this - } - - public val biArrowRightShort: BootstrapIconsClasses - get() { - classes("bi-arrow-right-short") - return this - } - - public val biArrowRightSquareFill: BootstrapIconsClasses - get() { - classes("bi-arrow-right-square-fill") - return this - } - - public val biArrowRightSquare: BootstrapIconsClasses - get() { - classes("bi-arrow-right-square") - return this - } - - public val biArrowRight: BootstrapIconsClasses - get() { - classes("bi-arrow-right") - return this - } - - public val biArrowUpCircleFill: BootstrapIconsClasses - get() { - classes("bi-arrow-up-circle-fill") - return this - } - - public val biArrowUpCircle: BootstrapIconsClasses - get() { - classes("bi-arrow-up-circle") - return this - } - - public val biArrowUpLeftCircleFill: BootstrapIconsClasses - get() { - classes("bi-arrow-up-left-circle-fill") - return this - } - - public val biArrowUpLeftCircle: BootstrapIconsClasses - get() { - classes("bi-arrow-up-left-circle") - return this - } - - public val biArrowUpLeftSquareFill: BootstrapIconsClasses - get() { - classes("bi-arrow-up-left-square-fill") - return this - } - - public val biArrowUpLeftSquare: BootstrapIconsClasses - get() { - classes("bi-arrow-up-left-square") - return this - } - - public val biArrowUpLeft: BootstrapIconsClasses - get() { - classes("bi-arrow-up-left") - return this - } - - public val biArrowUpRightCircleFill: BootstrapIconsClasses - get() { - classes("bi-arrow-up-right-circle-fill") - return this - } - - public val biArrowUpRightCircle: BootstrapIconsClasses - get() { - classes("bi-arrow-up-right-circle") - return this - } - - public val biArrowUpRightSquareFill: BootstrapIconsClasses - get() { - classes("bi-arrow-up-right-square-fill") - return this - } - - public val biArrowUpRightSquare: BootstrapIconsClasses - get() { - classes("bi-arrow-up-right-square") - return this - } - - public val biArrowUpRight: BootstrapIconsClasses - get() { - classes("bi-arrow-up-right") - return this - } - - public val biArrowUpShort: BootstrapIconsClasses - get() { - classes("bi-arrow-up-short") - return this - } - - public val biArrowUpSquareFill: BootstrapIconsClasses - get() { - classes("bi-arrow-up-square-fill") - return this - } - - public val biArrowUpSquare: BootstrapIconsClasses - get() { - classes("bi-arrow-up-square") - return this - } - - public val biArrowUp: BootstrapIconsClasses - get() { - classes("bi-arrow-up") - return this - } - - public val biArrowsAngleContract: BootstrapIconsClasses - get() { - classes("bi-arrows-angle-contract") - return this - } - - public val biArrowsAngleExpand: BootstrapIconsClasses - get() { - classes("bi-arrows-angle-expand") - return this - } - - public val biArrowsCollapse: BootstrapIconsClasses - get() { - classes("bi-arrows-collapse") - return this - } - - public val biArrowsExpand: BootstrapIconsClasses - get() { - classes("bi-arrows-expand") - return this - } - - public val biArrowsFullscreen: BootstrapIconsClasses - get() { - classes("bi-arrows-fullscreen") - return this - } - - public val biArrowsMove: BootstrapIconsClasses - get() { - classes("bi-arrows-move") - return this - } - - public val biAspectRatioFill: BootstrapIconsClasses - get() { - classes("bi-aspect-ratio-fill") - return this - } - - public val biAspectRatio: BootstrapIconsClasses - get() { - classes("bi-aspect-ratio") - return this - } - - public val biAsterisk: BootstrapIconsClasses - get() { - classes("bi-asterisk") - return this - } - - public val biAt: BootstrapIconsClasses - get() { - classes("bi-at") - return this - } - - public val biAwardFill: BootstrapIconsClasses - get() { - classes("bi-award-fill") - return this - } - - public val biAward: BootstrapIconsClasses - get() { - classes("bi-award") - return this - } - - public val biBack: BootstrapIconsClasses - get() { - classes("bi-back") - return this - } - - public val biBackspaceFill: BootstrapIconsClasses - get() { - classes("bi-backspace-fill") - return this - } - - public val biBackspaceReverseFill: BootstrapIconsClasses - get() { - classes("bi-backspace-reverse-fill") - return this - } - - public val biBackspaceReverse: BootstrapIconsClasses - get() { - classes("bi-backspace-reverse") - return this - } - - public val biBackspace: BootstrapIconsClasses - get() { - classes("bi-backspace") - return this - } - - public val biBadge3dFill: BootstrapIconsClasses - get() { - classes("bi-badge-3d-fill") - return this - } - - public val biBadge3d: BootstrapIconsClasses - get() { - classes("bi-badge-3d") - return this - } - - public val biBadge4kFill: BootstrapIconsClasses - get() { - classes("bi-badge-4k-fill") - return this - } - - public val biBadge4k: BootstrapIconsClasses - get() { - classes("bi-badge-4k") - return this - } - - public val biBadge8kFill: BootstrapIconsClasses - get() { - classes("bi-badge-8k-fill") - return this - } - - public val biBadge8k: BootstrapIconsClasses - get() { - classes("bi-badge-8k") - return this - } - - public val biBadgeAdFill: BootstrapIconsClasses - get() { - classes("bi-badge-ad-fill") - return this - } - - public val biBadgeAd: BootstrapIconsClasses - get() { - classes("bi-badge-ad") - return this - } - - public val biBadgeArFill: BootstrapIconsClasses - get() { - classes("bi-badge-ar-fill") - return this - } - - public val biBadgeAr: BootstrapIconsClasses - get() { - classes("bi-badge-ar") - return this - } - - public val biBadgeCcFill: BootstrapIconsClasses - get() { - classes("bi-badge-cc-fill") - return this - } - - public val biBadgeCc: BootstrapIconsClasses - get() { - classes("bi-badge-cc") - return this - } - - public val biBadgeHdFill: BootstrapIconsClasses - get() { - classes("bi-badge-hd-fill") - return this - } - - public val biBadgeHd: BootstrapIconsClasses - get() { - classes("bi-badge-hd") - return this - } - - public val biBadgeTmFill: BootstrapIconsClasses - get() { - classes("bi-badge-tm-fill") - return this - } - - public val biBadgeTm: BootstrapIconsClasses - get() { - classes("bi-badge-tm") - return this - } - - public val biBadgeVoFill: BootstrapIconsClasses - get() { - classes("bi-badge-vo-fill") - return this - } - - public val biBadgeVo: BootstrapIconsClasses - get() { - classes("bi-badge-vo") - return this - } - - public val biBadgeVrFill: BootstrapIconsClasses - get() { - classes("bi-badge-vr-fill") - return this - } - - public val biBadgeVr: BootstrapIconsClasses - get() { - classes("bi-badge-vr") - return this - } - - public val biBadgeWcFill: BootstrapIconsClasses - get() { - classes("bi-badge-wc-fill") - return this - } - - public val biBadgeWc: BootstrapIconsClasses - get() { - classes("bi-badge-wc") - return this - } - - public val biBagCheckFill: BootstrapIconsClasses - get() { - classes("bi-bag-check-fill") - return this - } - - public val biBagCheck: BootstrapIconsClasses - get() { - classes("bi-bag-check") - return this - } - - public val biBagDashFill: BootstrapIconsClasses - get() { - classes("bi-bag-dash-fill") - return this - } - - public val biBagDash: BootstrapIconsClasses - get() { - classes("bi-bag-dash") - return this - } - - public val biBagFill: BootstrapIconsClasses - get() { - classes("bi-bag-fill") - return this - } - - public val biBagPlusFill: BootstrapIconsClasses - get() { - classes("bi-bag-plus-fill") - return this - } - - public val biBagPlus: BootstrapIconsClasses - get() { - classes("bi-bag-plus") - return this - } - - public val biBagXFill: BootstrapIconsClasses - get() { - classes("bi-bag-x-fill") - return this - } - - public val biBagX: BootstrapIconsClasses - get() { - classes("bi-bag-x") - return this - } - - public val biBag: BootstrapIconsClasses - get() { - classes("bi-bag") - return this - } - - public val biBarChartFill: BootstrapIconsClasses - get() { - classes("bi-bar-chart-fill") - return this - } - - public val biBarChartLineFill: BootstrapIconsClasses - get() { - classes("bi-bar-chart-line-fill") - return this - } - - public val biBarChartLine: BootstrapIconsClasses - get() { - classes("bi-bar-chart-line") - return this - } - - public val biBarChartSteps: BootstrapIconsClasses - get() { - classes("bi-bar-chart-steps") - return this - } - - public val biBarChart: BootstrapIconsClasses - get() { - classes("bi-bar-chart") - return this - } - - public val biBasketFill: BootstrapIconsClasses - get() { - classes("bi-basket-fill") - return this - } - - public val biBasket: BootstrapIconsClasses - get() { - classes("bi-basket") - return this - } - - public val biBasket2Fill: BootstrapIconsClasses - get() { - classes("bi-basket2-fill") - return this - } - - public val biBasket2: BootstrapIconsClasses - get() { - classes("bi-basket2") - return this - } - - public val biBasket3Fill: BootstrapIconsClasses - get() { - classes("bi-basket3-fill") - return this - } - - public val biBasket3: BootstrapIconsClasses - get() { - classes("bi-basket3") - return this - } - - public val biBatteryCharging: BootstrapIconsClasses - get() { - classes("bi-battery-charging") - return this - } - - public val biBatteryFull: BootstrapIconsClasses - get() { - classes("bi-battery-full") - return this - } - - public val biBatteryHalf: BootstrapIconsClasses - get() { - classes("bi-battery-half") - return this - } - - public val biBattery: BootstrapIconsClasses - get() { - classes("bi-battery") - return this - } - - public val biBellFill: BootstrapIconsClasses - get() { - classes("bi-bell-fill") - return this - } - - public val biBell: BootstrapIconsClasses - get() { - classes("bi-bell") - return this - } - - public val biBezier: BootstrapIconsClasses - get() { - classes("bi-bezier") - return this - } - - public val biBezier2: BootstrapIconsClasses - get() { - classes("bi-bezier2") - return this - } - - public val biBicycle: BootstrapIconsClasses - get() { - classes("bi-bicycle") - return this - } - - public val biBinocularsFill: BootstrapIconsClasses - get() { - classes("bi-binoculars-fill") - return this - } - - public val biBinoculars: BootstrapIconsClasses - get() { - classes("bi-binoculars") - return this - } - - public val biBlockquoteLeft: BootstrapIconsClasses - get() { - classes("bi-blockquote-left") - return this - } - - public val biBlockquoteRight: BootstrapIconsClasses - get() { - classes("bi-blockquote-right") - return this - } - - public val biBookFill: BootstrapIconsClasses - get() { - classes("bi-book-fill") - return this - } - - public val biBookHalf: BootstrapIconsClasses - get() { - classes("bi-book-half") - return this - } - - public val biBook: BootstrapIconsClasses - get() { - classes("bi-book") - return this - } - - public val biBookmarkCheckFill: BootstrapIconsClasses - get() { - classes("bi-bookmark-check-fill") - return this - } - - public val biBookmarkCheck: BootstrapIconsClasses - get() { - classes("bi-bookmark-check") - return this - } - - public val biBookmarkDashFill: BootstrapIconsClasses - get() { - classes("bi-bookmark-dash-fill") - return this - } - - public val biBookmarkDash: BootstrapIconsClasses - get() { - classes("bi-bookmark-dash") - return this - } - - public val biBookmarkFill: BootstrapIconsClasses - get() { - classes("bi-bookmark-fill") - return this - } - - public val biBookmarkHeartFill: BootstrapIconsClasses - get() { - classes("bi-bookmark-heart-fill") - return this - } - - public val biBookmarkHeart: BootstrapIconsClasses - get() { - classes("bi-bookmark-heart") - return this - } - - public val biBookmarkPlusFill: BootstrapIconsClasses - get() { - classes("bi-bookmark-plus-fill") - return this - } - - public val biBookmarkPlus: BootstrapIconsClasses - get() { - classes("bi-bookmark-plus") - return this - } - - public val biBookmarkStarFill: BootstrapIconsClasses - get() { - classes("bi-bookmark-star-fill") - return this - } - - public val biBookmarkStar: BootstrapIconsClasses - get() { - classes("bi-bookmark-star") - return this - } - - public val biBookmarkXFill: BootstrapIconsClasses - get() { - classes("bi-bookmark-x-fill") - return this - } - - public val biBookmarkX: BootstrapIconsClasses - get() { - classes("bi-bookmark-x") - return this - } - - public val biBookmark: BootstrapIconsClasses - get() { - classes("bi-bookmark") - return this - } - - public val biBookmarksFill: BootstrapIconsClasses - get() { - classes("bi-bookmarks-fill") - return this - } - - public val biBookmarks: BootstrapIconsClasses - get() { - classes("bi-bookmarks") - return this - } - - public val biBookshelf: BootstrapIconsClasses - get() { - classes("bi-bookshelf") - return this - } - - public val biBootstrapFill: BootstrapIconsClasses - get() { - classes("bi-bootstrap-fill") - return this - } - - public val biBootstrapReboot: BootstrapIconsClasses - get() { - classes("bi-bootstrap-reboot") - return this - } - - public val biBootstrap: BootstrapIconsClasses - get() { - classes("bi-bootstrap") - return this - } - - public val biBorderAll: BootstrapIconsClasses - get() { - classes("bi-border-all") - return this - } - - public val biBorderBottom: BootstrapIconsClasses - get() { - classes("bi-border-bottom") - return this - } - - public val biBorderCenter: BootstrapIconsClasses - get() { - classes("bi-border-center") - return this - } - - public val biBorderInner: BootstrapIconsClasses - get() { - classes("bi-border-inner") - return this - } - - public val biBorderLeft: BootstrapIconsClasses - get() { - classes("bi-border-left") - return this - } - - public val biBorderMiddle: BootstrapIconsClasses - get() { - classes("bi-border-middle") - return this - } - - public val biBorderOuter: BootstrapIconsClasses - get() { - classes("bi-border-outer") - return this - } - - public val biBorderRight: BootstrapIconsClasses - get() { - classes("bi-border-right") - return this - } - - public val biBorderStyle: BootstrapIconsClasses - get() { - classes("bi-border-style") - return this - } - - public val biBorderTop: BootstrapIconsClasses - get() { - classes("bi-border-top") - return this - } - - public val biBorderWidth: BootstrapIconsClasses - get() { - classes("bi-border-width") - return this - } - - public val biBorder: BootstrapIconsClasses - get() { - classes("bi-border") - return this - } - - public val biBoundingBoxCircles: BootstrapIconsClasses - get() { - classes("bi-bounding-box-circles") - return this - } - - public val biBoundingBox: BootstrapIconsClasses - get() { - classes("bi-bounding-box") - return this - } - - public val biBoxArrowDownLeft: BootstrapIconsClasses - get() { - classes("bi-box-arrow-down-left") - return this - } - - public val biBoxArrowDownRight: BootstrapIconsClasses - get() { - classes("bi-box-arrow-down-right") - return this - } - - public val biBoxArrowDown: BootstrapIconsClasses - get() { - classes("bi-box-arrow-down") - return this - } - - public val biBoxArrowInDownLeft: BootstrapIconsClasses - get() { - classes("bi-box-arrow-in-down-left") - return this - } - - public val biBoxArrowInDownRight: BootstrapIconsClasses - get() { - classes("bi-box-arrow-in-down-right") - return this - } - - public val biBoxArrowInDown: BootstrapIconsClasses - get() { - classes("bi-box-arrow-in-down") - return this - } - - public val biBoxArrowInLeft: BootstrapIconsClasses - get() { - classes("bi-box-arrow-in-left") - return this - } - - public val biBoxArrowInRight: BootstrapIconsClasses - get() { - classes("bi-box-arrow-in-right") - return this - } - - public val biBoxArrowInUpLeft: BootstrapIconsClasses - get() { - classes("bi-box-arrow-in-up-left") - return this - } - - public val biBoxArrowInUpRight: BootstrapIconsClasses - get() { - classes("bi-box-arrow-in-up-right") - return this - } - - public val biBoxArrowInUp: BootstrapIconsClasses - get() { - classes("bi-box-arrow-in-up") - return this - } - - public val biBoxArrowLeft: BootstrapIconsClasses - get() { - classes("bi-box-arrow-left") - return this - } - - public val biBoxArrowRight: BootstrapIconsClasses - get() { - classes("bi-box-arrow-right") - return this - } - - public val biBoxArrowUpLeft: BootstrapIconsClasses - get() { - classes("bi-box-arrow-up-left") - return this - } - - public val biBoxArrowUpRight: BootstrapIconsClasses - get() { - classes("bi-box-arrow-up-right") - return this - } - - public val biBoxArrowUp: BootstrapIconsClasses - get() { - classes("bi-box-arrow-up") - return this - } - - public val biBoxSeam: BootstrapIconsClasses - get() { - classes("bi-box-seam") - return this - } - - public val biBox: BootstrapIconsClasses - get() { - classes("bi-box") - return this - } - - public val biBraces: BootstrapIconsClasses - get() { - classes("bi-braces") - return this - } - - public val biBricks: BootstrapIconsClasses - get() { - classes("bi-bricks") - return this - } - - public val biBriefcaseFill: BootstrapIconsClasses - get() { - classes("bi-briefcase-fill") - return this - } - - public val biBriefcase: BootstrapIconsClasses - get() { - classes("bi-briefcase") - return this - } - - public val biBrightnessAltHighFill: BootstrapIconsClasses - get() { - classes("bi-brightness-alt-high-fill") - return this - } - - public val biBrightnessAltHigh: BootstrapIconsClasses - get() { - classes("bi-brightness-alt-high") - return this - } - - public val biBrightnessAltLowFill: BootstrapIconsClasses - get() { - classes("bi-brightness-alt-low-fill") - return this - } - - public val biBrightnessAltLow: BootstrapIconsClasses - get() { - classes("bi-brightness-alt-low") - return this - } - - public val biBrightnessHighFill: BootstrapIconsClasses - get() { - classes("bi-brightness-high-fill") - return this - } - - public val biBrightnessHigh: BootstrapIconsClasses - get() { - classes("bi-brightness-high") - return this - } - - public val biBrightnessLowFill: BootstrapIconsClasses - get() { - classes("bi-brightness-low-fill") - return this - } - - public val biBrightnessLow: BootstrapIconsClasses - get() { - classes("bi-brightness-low") - return this - } - - public val biBroadcastPin: BootstrapIconsClasses - get() { - classes("bi-broadcast-pin") - return this - } - - public val biBroadcast: BootstrapIconsClasses - get() { - classes("bi-broadcast") - return this - } - - public val biBrushFill: BootstrapIconsClasses - get() { - classes("bi-brush-fill") - return this - } - - public val biBrush: BootstrapIconsClasses - get() { - classes("bi-brush") - return this - } - - public val biBucketFill: BootstrapIconsClasses - get() { - classes("bi-bucket-fill") - return this - } - - public val biBucket: BootstrapIconsClasses - get() { - classes("bi-bucket") - return this - } - - public val biBugFill: BootstrapIconsClasses - get() { - classes("bi-bug-fill") - return this - } - - public val biBug: BootstrapIconsClasses - get() { - classes("bi-bug") - return this - } - - public val biBuilding: BootstrapIconsClasses - get() { - classes("bi-building") - return this - } - - public val biBullseye: BootstrapIconsClasses - get() { - classes("bi-bullseye") - return this - } - - public val biCalculatorFill: BootstrapIconsClasses - get() { - classes("bi-calculator-fill") - return this - } - - public val biCalculator: BootstrapIconsClasses - get() { - classes("bi-calculator") - return this - } - - public val biCalendarCheckFill: BootstrapIconsClasses - get() { - classes("bi-calendar-check-fill") - return this - } - - public val biCalendarCheck: BootstrapIconsClasses - get() { - classes("bi-calendar-check") - return this - } - - public val biCalendarDateFill: BootstrapIconsClasses - get() { - classes("bi-calendar-date-fill") - return this - } - - public val biCalendarDate: BootstrapIconsClasses - get() { - classes("bi-calendar-date") - return this - } - - public val biCalendarDayFill: BootstrapIconsClasses - get() { - classes("bi-calendar-day-fill") - return this - } - - public val biCalendarDay: BootstrapIconsClasses - get() { - classes("bi-calendar-day") - return this - } - - public val biCalendarEventFill: BootstrapIconsClasses - get() { - classes("bi-calendar-event-fill") - return this - } - - public val biCalendarEvent: BootstrapIconsClasses - get() { - classes("bi-calendar-event") - return this - } - - public val biCalendarFill: BootstrapIconsClasses - get() { - classes("bi-calendar-fill") - return this - } - - public val biCalendarMinusFill: BootstrapIconsClasses - get() { - classes("bi-calendar-minus-fill") - return this - } - - public val biCalendarMinus: BootstrapIconsClasses - get() { - classes("bi-calendar-minus") - return this - } - - public val biCalendarMonthFill: BootstrapIconsClasses - get() { - classes("bi-calendar-month-fill") - return this - } - - public val biCalendarMonth: BootstrapIconsClasses - get() { - classes("bi-calendar-month") - return this - } - - public val biCalendarPlusFill: BootstrapIconsClasses - get() { - classes("bi-calendar-plus-fill") - return this - } - - public val biCalendarPlus: BootstrapIconsClasses - get() { - classes("bi-calendar-plus") - return this - } - - public val biCalendarRangeFill: BootstrapIconsClasses - get() { - classes("bi-calendar-range-fill") - return this - } - - public val biCalendarRange: BootstrapIconsClasses - get() { - classes("bi-calendar-range") - return this - } - - public val biCalendarWeekFill: BootstrapIconsClasses - get() { - classes("bi-calendar-week-fill") - return this - } - - public val biCalendarWeek: BootstrapIconsClasses - get() { - classes("bi-calendar-week") - return this - } - - public val biCalendarXFill: BootstrapIconsClasses - get() { - classes("bi-calendar-x-fill") - return this - } - - public val biCalendarX: BootstrapIconsClasses - get() { - classes("bi-calendar-x") - return this - } - - public val biCalendar: BootstrapIconsClasses - get() { - classes("bi-calendar") - return this - } - - public val biCalendar2CheckFill: BootstrapIconsClasses - get() { - classes("bi-calendar2-check-fill") - return this - } - - public val biCalendar2Check: BootstrapIconsClasses - get() { - classes("bi-calendar2-check") - return this - } - - public val biCalendar2DateFill: BootstrapIconsClasses - get() { - classes("bi-calendar2-date-fill") - return this - } - - public val biCalendar2Date: BootstrapIconsClasses - get() { - classes("bi-calendar2-date") - return this - } - - public val biCalendar2DayFill: BootstrapIconsClasses - get() { - classes("bi-calendar2-day-fill") - return this - } - - public val biCalendar2Day: BootstrapIconsClasses - get() { - classes("bi-calendar2-day") - return this - } - - public val biCalendar2EventFill: BootstrapIconsClasses - get() { - classes("bi-calendar2-event-fill") - return this - } - - public val biCalendar2Event: BootstrapIconsClasses - get() { - classes("bi-calendar2-event") - return this - } - - public val biCalendar2Fill: BootstrapIconsClasses - get() { - classes("bi-calendar2-fill") - return this - } - - public val biCalendar2MinusFill: BootstrapIconsClasses - get() { - classes("bi-calendar2-minus-fill") - return this - } - - public val biCalendar2Minus: BootstrapIconsClasses - get() { - classes("bi-calendar2-minus") - return this - } - - public val biCalendar2MonthFill: BootstrapIconsClasses - get() { - classes("bi-calendar2-month-fill") - return this - } - - public val biCalendar2Month: BootstrapIconsClasses - get() { - classes("bi-calendar2-month") - return this - } - - public val biCalendar2PlusFill: BootstrapIconsClasses - get() { - classes("bi-calendar2-plus-fill") - return this - } - - public val biCalendar2Plus: BootstrapIconsClasses - get() { - classes("bi-calendar2-plus") - return this - } - - public val biCalendar2RangeFill: BootstrapIconsClasses - get() { - classes("bi-calendar2-range-fill") - return this - } - - public val biCalendar2Range: BootstrapIconsClasses - get() { - classes("bi-calendar2-range") - return this - } - - public val biCalendar2WeekFill: BootstrapIconsClasses - get() { - classes("bi-calendar2-week-fill") - return this - } - - public val biCalendar2Week: BootstrapIconsClasses - get() { - classes("bi-calendar2-week") - return this - } - - public val biCalendar2XFill: BootstrapIconsClasses - get() { - classes("bi-calendar2-x-fill") - return this - } - - public val biCalendar2X: BootstrapIconsClasses - get() { - classes("bi-calendar2-x") - return this - } - - public val biCalendar2: BootstrapIconsClasses - get() { - classes("bi-calendar2") - return this - } - - public val biCalendar3EventFill: BootstrapIconsClasses - get() { - classes("bi-calendar3-event-fill") - return this - } - - public val biCalendar3Event: BootstrapIconsClasses - get() { - classes("bi-calendar3-event") - return this - } - - public val biCalendar3Fill: BootstrapIconsClasses - get() { - classes("bi-calendar3-fill") - return this - } - - public val biCalendar3RangeFill: BootstrapIconsClasses - get() { - classes("bi-calendar3-range-fill") - return this - } - - public val biCalendar3Range: BootstrapIconsClasses - get() { - classes("bi-calendar3-range") - return this - } - - public val biCalendar3WeekFill: BootstrapIconsClasses - get() { - classes("bi-calendar3-week-fill") - return this - } - - public val biCalendar3Week: BootstrapIconsClasses - get() { - classes("bi-calendar3-week") - return this - } - - public val biCalendar3: BootstrapIconsClasses - get() { - classes("bi-calendar3") - return this - } - - public val biCalendar4Event: BootstrapIconsClasses - get() { - classes("bi-calendar4-event") - return this - } - - public val biCalendar4Range: BootstrapIconsClasses - get() { - classes("bi-calendar4-range") - return this - } - - public val biCalendar4Week: BootstrapIconsClasses - get() { - classes("bi-calendar4-week") - return this - } - - public val biCalendar4: BootstrapIconsClasses - get() { - classes("bi-calendar4") - return this - } - - public val biCameraFill: BootstrapIconsClasses - get() { - classes("bi-camera-fill") - return this - } - - public val biCameraReelsFill: BootstrapIconsClasses - get() { - classes("bi-camera-reels-fill") - return this - } - - public val biCameraReels: BootstrapIconsClasses - get() { - classes("bi-camera-reels") - return this - } - - public val biCameraVideoFill: BootstrapIconsClasses - get() { - classes("bi-camera-video-fill") - return this - } - - public val biCameraVideoOffFill: BootstrapIconsClasses - get() { - classes("bi-camera-video-off-fill") - return this - } - - public val biCameraVideoOff: BootstrapIconsClasses - get() { - classes("bi-camera-video-off") - return this - } - - public val biCameraVideo: BootstrapIconsClasses - get() { - classes("bi-camera-video") - return this - } - - public val biCamera: BootstrapIconsClasses - get() { - classes("bi-camera") - return this - } - - public val biCamera2: BootstrapIconsClasses - get() { - classes("bi-camera2") - return this - } - - public val biCapslockFill: BootstrapIconsClasses - get() { - classes("bi-capslock-fill") - return this - } - - public val biCapslock: BootstrapIconsClasses - get() { - classes("bi-capslock") - return this - } - - public val biCardChecklist: BootstrapIconsClasses - get() { - classes("bi-card-checklist") - return this - } - - public val biCardHeading: BootstrapIconsClasses - get() { - classes("bi-card-heading") - return this - } - - public val biCardImage: BootstrapIconsClasses - get() { - classes("bi-card-image") - return this - } - - public val biCardList: BootstrapIconsClasses - get() { - classes("bi-card-list") - return this - } - - public val biCardText: BootstrapIconsClasses - get() { - classes("bi-card-text") - return this - } - - public val biCaretDownFill: BootstrapIconsClasses - get() { - classes("bi-caret-down-fill") - return this - } - - public val biCaretDownSquareFill: BootstrapIconsClasses - get() { - classes("bi-caret-down-square-fill") - return this - } - - public val biCaretDownSquare: BootstrapIconsClasses - get() { - classes("bi-caret-down-square") - return this - } - - public val biCaretDown: BootstrapIconsClasses - get() { - classes("bi-caret-down") - return this - } - - public val biCaretLeftFill: BootstrapIconsClasses - get() { - classes("bi-caret-left-fill") - return this - } - - public val biCaretLeftSquareFill: BootstrapIconsClasses - get() { - classes("bi-caret-left-square-fill") - return this - } - - public val biCaretLeftSquare: BootstrapIconsClasses - get() { - classes("bi-caret-left-square") - return this - } - - public val biCaretLeft: BootstrapIconsClasses - get() { - classes("bi-caret-left") - return this - } - - public val biCaretRightFill: BootstrapIconsClasses - get() { - classes("bi-caret-right-fill") - return this - } - - public val biCaretRightSquareFill: BootstrapIconsClasses - get() { - classes("bi-caret-right-square-fill") - return this - } - - public val biCaretRightSquare: BootstrapIconsClasses - get() { - classes("bi-caret-right-square") - return this - } - - public val biCaretRight: BootstrapIconsClasses - get() { - classes("bi-caret-right") - return this - } - - public val biCaretUpFill: BootstrapIconsClasses - get() { - classes("bi-caret-up-fill") - return this - } - - public val biCaretUpSquareFill: BootstrapIconsClasses - get() { - classes("bi-caret-up-square-fill") - return this - } - - public val biCaretUpSquare: BootstrapIconsClasses - get() { - classes("bi-caret-up-square") - return this - } - - public val biCaretUp: BootstrapIconsClasses - get() { - classes("bi-caret-up") - return this - } - - public val biCartCheckFill: BootstrapIconsClasses - get() { - classes("bi-cart-check-fill") - return this - } - - public val biCartCheck: BootstrapIconsClasses - get() { - classes("bi-cart-check") - return this - } - - public val biCartDashFill: BootstrapIconsClasses - get() { - classes("bi-cart-dash-fill") - return this - } - - public val biCartDash: BootstrapIconsClasses - get() { - classes("bi-cart-dash") - return this - } - - public val biCartFill: BootstrapIconsClasses - get() { - classes("bi-cart-fill") - return this - } - - public val biCartPlusFill: BootstrapIconsClasses - get() { - classes("bi-cart-plus-fill") - return this - } - - public val biCartPlus: BootstrapIconsClasses - get() { - classes("bi-cart-plus") - return this - } - - public val biCartXFill: BootstrapIconsClasses - get() { - classes("bi-cart-x-fill") - return this - } - - public val biCartX: BootstrapIconsClasses - get() { - classes("bi-cart-x") - return this - } - - public val biCart: BootstrapIconsClasses - get() { - classes("bi-cart") - return this - } - - public val biCart2: BootstrapIconsClasses - get() { - classes("bi-cart2") - return this - } - - public val biCart3: BootstrapIconsClasses - get() { - classes("bi-cart3") - return this - } - - public val biCart4: BootstrapIconsClasses - get() { - classes("bi-cart4") - return this - } - - public val biCashStack: BootstrapIconsClasses - get() { - classes("bi-cash-stack") - return this - } - - public val biCash: BootstrapIconsClasses - get() { - classes("bi-cash") - return this - } - - public val biCast: BootstrapIconsClasses - get() { - classes("bi-cast") - return this - } - - public val biChatDotsFill: BootstrapIconsClasses - get() { - classes("bi-chat-dots-fill") - return this - } - - public val biChatDots: BootstrapIconsClasses - get() { - classes("bi-chat-dots") - return this - } - - public val biChatFill: BootstrapIconsClasses - get() { - classes("bi-chat-fill") - return this - } - - public val biChatLeftDotsFill: BootstrapIconsClasses - get() { - classes("bi-chat-left-dots-fill") - return this - } - - public val biChatLeftDots: BootstrapIconsClasses - get() { - classes("bi-chat-left-dots") - return this - } - - public val biChatLeftFill: BootstrapIconsClasses - get() { - classes("bi-chat-left-fill") - return this - } - - public val biChatLeftQuoteFill: BootstrapIconsClasses - get() { - classes("bi-chat-left-quote-fill") - return this - } - - public val biChatLeftQuote: BootstrapIconsClasses - get() { - classes("bi-chat-left-quote") - return this - } - - public val biChatLeftTextFill: BootstrapIconsClasses - get() { - classes("bi-chat-left-text-fill") - return this - } - - public val biChatLeftText: BootstrapIconsClasses - get() { - classes("bi-chat-left-text") - return this - } - - public val biChatLeft: BootstrapIconsClasses - get() { - classes("bi-chat-left") - return this - } - - public val biChatQuoteFill: BootstrapIconsClasses - get() { - classes("bi-chat-quote-fill") - return this - } - - public val biChatQuote: BootstrapIconsClasses - get() { - classes("bi-chat-quote") - return this - } - - public val biChatRightDotsFill: BootstrapIconsClasses - get() { - classes("bi-chat-right-dots-fill") - return this - } - - public val biChatRightDots: BootstrapIconsClasses - get() { - classes("bi-chat-right-dots") - return this - } - - public val biChatRightFill: BootstrapIconsClasses - get() { - classes("bi-chat-right-fill") - return this - } - - public val biChatRightQuoteFill: BootstrapIconsClasses - get() { - classes("bi-chat-right-quote-fill") - return this - } - - public val biChatRightQuote: BootstrapIconsClasses - get() { - classes("bi-chat-right-quote") - return this - } - - public val biChatRightTextFill: BootstrapIconsClasses - get() { - classes("bi-chat-right-text-fill") - return this - } - - public val biChatRightText: BootstrapIconsClasses - get() { - classes("bi-chat-right-text") - return this - } - - public val biChatRight: BootstrapIconsClasses - get() { - classes("bi-chat-right") - return this - } - - public val biChatSquareDotsFill: BootstrapIconsClasses - get() { - classes("bi-chat-square-dots-fill") - return this - } - - public val biChatSquareDots: BootstrapIconsClasses - get() { - classes("bi-chat-square-dots") - return this - } - - public val biChatSquareFill: BootstrapIconsClasses - get() { - classes("bi-chat-square-fill") - return this - } - - public val biChatSquareQuoteFill: BootstrapIconsClasses - get() { - classes("bi-chat-square-quote-fill") - return this - } - - public val biChatSquareQuote: BootstrapIconsClasses - get() { - classes("bi-chat-square-quote") - return this - } - - public val biChatSquareTextFill: BootstrapIconsClasses - get() { - classes("bi-chat-square-text-fill") - return this - } - - public val biChatSquareText: BootstrapIconsClasses - get() { - classes("bi-chat-square-text") - return this - } - - public val biChatSquare: BootstrapIconsClasses - get() { - classes("bi-chat-square") - return this - } - - public val biChatTextFill: BootstrapIconsClasses - get() { - classes("bi-chat-text-fill") - return this - } - - public val biChatText: BootstrapIconsClasses - get() { - classes("bi-chat-text") - return this - } - - public val biChat: BootstrapIconsClasses - get() { - classes("bi-chat") - return this - } - - public val biCheckAll: BootstrapIconsClasses - get() { - classes("bi-check-all") - return this - } - - public val biCheckCircleFill: BootstrapIconsClasses - get() { - classes("bi-check-circle-fill") - return this - } - - public val biCheckCircle: BootstrapIconsClasses - get() { - classes("bi-check-circle") - return this - } - - public val biCheckSquareFill: BootstrapIconsClasses - get() { - classes("bi-check-square-fill") - return this - } - - public val biCheckSquare: BootstrapIconsClasses - get() { - classes("bi-check-square") - return this - } - - public val biCheck: BootstrapIconsClasses - get() { - classes("bi-check") - return this - } - - public val biCheck2All: BootstrapIconsClasses - get() { - classes("bi-check2-all") - return this - } - - public val biCheck2Circle: BootstrapIconsClasses - get() { - classes("bi-check2-circle") - return this - } - - public val biCheck2Square: BootstrapIconsClasses - get() { - classes("bi-check2-square") - return this - } - - public val biCheck2: BootstrapIconsClasses - get() { - classes("bi-check2") - return this - } - - public val biChevronBarContract: BootstrapIconsClasses - get() { - classes("bi-chevron-bar-contract") - return this - } - - public val biChevronBarDown: BootstrapIconsClasses - get() { - classes("bi-chevron-bar-down") - return this - } - - public val biChevronBarExpand: BootstrapIconsClasses - get() { - classes("bi-chevron-bar-expand") - return this - } - - public val biChevronBarLeft: BootstrapIconsClasses - get() { - classes("bi-chevron-bar-left") - return this - } - - public val biChevronBarRight: BootstrapIconsClasses - get() { - classes("bi-chevron-bar-right") - return this - } - - public val biChevronBarUp: BootstrapIconsClasses - get() { - classes("bi-chevron-bar-up") - return this - } - - public val biChevronCompactDown: BootstrapIconsClasses - get() { - classes("bi-chevron-compact-down") - return this - } - - public val biChevronCompactLeft: BootstrapIconsClasses - get() { - classes("bi-chevron-compact-left") - return this - } - - public val biChevronCompactRight: BootstrapIconsClasses - get() { - classes("bi-chevron-compact-right") - return this - } - - public val biChevronCompactUp: BootstrapIconsClasses - get() { - classes("bi-chevron-compact-up") - return this - } - - public val biChevronContract: BootstrapIconsClasses - get() { - classes("bi-chevron-contract") - return this - } - - public val biChevronDoubleDown: BootstrapIconsClasses - get() { - classes("bi-chevron-double-down") - return this - } - - public val biChevronDoubleLeft: BootstrapIconsClasses - get() { - classes("bi-chevron-double-left") - return this - } - - public val biChevronDoubleRight: BootstrapIconsClasses - get() { - classes("bi-chevron-double-right") - return this - } - - public val biChevronDoubleUp: BootstrapIconsClasses - get() { - classes("bi-chevron-double-up") - return this - } - - public val biChevronDown: BootstrapIconsClasses - get() { - classes("bi-chevron-down") - return this - } - - public val biChevronExpand: BootstrapIconsClasses - get() { - classes("bi-chevron-expand") - return this - } - - public val biChevronLeft: BootstrapIconsClasses - get() { - classes("bi-chevron-left") - return this - } - - public val biChevronRight: BootstrapIconsClasses - get() { - classes("bi-chevron-right") - return this - } - - public val biChevronUp: BootstrapIconsClasses - get() { - classes("bi-chevron-up") - return this - } - - public val biCircleFill: BootstrapIconsClasses - get() { - classes("bi-circle-fill") - return this - } - - public val biCircleHalf: BootstrapIconsClasses - get() { - classes("bi-circle-half") - return this - } - - public val biCircleSquare: BootstrapIconsClasses - get() { - classes("bi-circle-square") - return this - } - - public val biCircle: BootstrapIconsClasses - get() { - classes("bi-circle") - return this - } - - public val biClipboardCheck: BootstrapIconsClasses - get() { - classes("bi-clipboard-check") - return this - } - - public val biClipboardData: BootstrapIconsClasses - get() { - classes("bi-clipboard-data") - return this - } - - public val biClipboardMinus: BootstrapIconsClasses - get() { - classes("bi-clipboard-minus") - return this - } - - public val biClipboardPlus: BootstrapIconsClasses - get() { - classes("bi-clipboard-plus") - return this - } - - public val biClipboardX: BootstrapIconsClasses - get() { - classes("bi-clipboard-x") - return this - } - - public val biClipboard: BootstrapIconsClasses - get() { - classes("bi-clipboard") - return this - } - - public val biClockFill: BootstrapIconsClasses - get() { - classes("bi-clock-fill") - return this - } - - public val biClockHistory: BootstrapIconsClasses - get() { - classes("bi-clock-history") - return this - } - - public val biClock: BootstrapIconsClasses - get() { - classes("bi-clock") - return this - } - - public val biCloudArrowDownFill: BootstrapIconsClasses - get() { - classes("bi-cloud-arrow-down-fill") - return this - } - - public val biCloudArrowDown: BootstrapIconsClasses - get() { - classes("bi-cloud-arrow-down") - return this - } - - public val biCloudArrowUpFill: BootstrapIconsClasses - get() { - classes("bi-cloud-arrow-up-fill") - return this - } - - public val biCloudArrowUp: BootstrapIconsClasses - get() { - classes("bi-cloud-arrow-up") - return this - } - - public val biCloudCheckFill: BootstrapIconsClasses - get() { - classes("bi-cloud-check-fill") - return this - } - - public val biCloudCheck: BootstrapIconsClasses - get() { - classes("bi-cloud-check") - return this - } - - public val biCloudDownloadFill: BootstrapIconsClasses - get() { - classes("bi-cloud-download-fill") - return this - } - - public val biCloudDownload: BootstrapIconsClasses - get() { - classes("bi-cloud-download") - return this - } - - public val biCloudDrizzleFill: BootstrapIconsClasses - get() { - classes("bi-cloud-drizzle-fill") - return this - } - - public val biCloudDrizzle: BootstrapIconsClasses - get() { - classes("bi-cloud-drizzle") - return this - } - - public val biCloudFill: BootstrapIconsClasses - get() { - classes("bi-cloud-fill") - return this - } - - public val biCloudFogFill: BootstrapIconsClasses - get() { - classes("bi-cloud-fog-fill") - return this - } - - public val biCloudFog: BootstrapIconsClasses - get() { - classes("bi-cloud-fog") - return this - } - - public val biCloudFog2Fill: BootstrapIconsClasses - get() { - classes("bi-cloud-fog2-fill") - return this - } - - public val biCloudFog2: BootstrapIconsClasses - get() { - classes("bi-cloud-fog2") - return this - } - - public val biCloudHailFill: BootstrapIconsClasses - get() { - classes("bi-cloud-hail-fill") - return this - } - - public val biCloudHail: BootstrapIconsClasses - get() { - classes("bi-cloud-hail") - return this - } - - public val biCloudHazeFill: BootstrapIconsClasses - get() { - classes("bi-cloud-haze-fill") - return this - } - - public val biCloudHaze: BootstrapIconsClasses - get() { - classes("bi-cloud-haze") - return this - } - - public val biCloudHaze2Fill: BootstrapIconsClasses - get() { - classes("bi-cloud-haze2-fill") - return this - } - - public val biCloudLightningFill: BootstrapIconsClasses - get() { - classes("bi-cloud-lightning-fill") - return this - } - - public val biCloudLightningRainFill: BootstrapIconsClasses - get() { - classes("bi-cloud-lightning-rain-fill") - return this - } - - public val biCloudLightningRain: BootstrapIconsClasses - get() { - classes("bi-cloud-lightning-rain") - return this - } - - public val biCloudLightning: BootstrapIconsClasses - get() { - classes("bi-cloud-lightning") - return this - } - - public val biCloudMinusFill: BootstrapIconsClasses - get() { - classes("bi-cloud-minus-fill") - return this - } - - public val biCloudMinus: BootstrapIconsClasses - get() { - classes("bi-cloud-minus") - return this - } - - public val biCloudMoonFill: BootstrapIconsClasses - get() { - classes("bi-cloud-moon-fill") - return this - } - - public val biCloudMoon: BootstrapIconsClasses - get() { - classes("bi-cloud-moon") - return this - } - - public val biCloudPlusFill: BootstrapIconsClasses - get() { - classes("bi-cloud-plus-fill") - return this - } - - public val biCloudPlus: BootstrapIconsClasses - get() { - classes("bi-cloud-plus") - return this - } - - public val biCloudRainFill: BootstrapIconsClasses - get() { - classes("bi-cloud-rain-fill") - return this - } - - public val biCloudRainHeavyFill: BootstrapIconsClasses - get() { - classes("bi-cloud-rain-heavy-fill") - return this - } - - public val biCloudRainHeavy: BootstrapIconsClasses - get() { - classes("bi-cloud-rain-heavy") - return this - } - - public val biCloudRain: BootstrapIconsClasses - get() { - classes("bi-cloud-rain") - return this - } - - public val biCloudSlashFill: BootstrapIconsClasses - get() { - classes("bi-cloud-slash-fill") - return this - } - - public val biCloudSlash: BootstrapIconsClasses - get() { - classes("bi-cloud-slash") - return this - } - - public val biCloudSleetFill: BootstrapIconsClasses - get() { - classes("bi-cloud-sleet-fill") - return this - } - - public val biCloudSleet: BootstrapIconsClasses - get() { - classes("bi-cloud-sleet") - return this - } - - public val biCloudSnowFill: BootstrapIconsClasses - get() { - classes("bi-cloud-snow-fill") - return this - } - - public val biCloudSnow: BootstrapIconsClasses - get() { - classes("bi-cloud-snow") - return this - } - - public val biCloudSunFill: BootstrapIconsClasses - get() { - classes("bi-cloud-sun-fill") - return this - } - - public val biCloudSun: BootstrapIconsClasses - get() { - classes("bi-cloud-sun") - return this - } - - public val biCloudUploadFill: BootstrapIconsClasses - get() { - classes("bi-cloud-upload-fill") - return this - } - - public val biCloudUpload: BootstrapIconsClasses - get() { - classes("bi-cloud-upload") - return this - } - - public val biCloud: BootstrapIconsClasses - get() { - classes("bi-cloud") - return this - } - - public val biCloudsFill: BootstrapIconsClasses - get() { - classes("bi-clouds-fill") - return this - } - - public val biClouds: BootstrapIconsClasses - get() { - classes("bi-clouds") - return this - } - - public val biCloudyFill: BootstrapIconsClasses - get() { - classes("bi-cloudy-fill") - return this - } - - public val biCloudy: BootstrapIconsClasses - get() { - classes("bi-cloudy") - return this - } - - public val biCodeSlash: BootstrapIconsClasses - get() { - classes("bi-code-slash") - return this - } - - public val biCodeSquare: BootstrapIconsClasses - get() { - classes("bi-code-square") - return this - } - - public val biCode: BootstrapIconsClasses - get() { - classes("bi-code") - return this - } - - public val biCollectionFill: BootstrapIconsClasses - get() { - classes("bi-collection-fill") - return this - } - - public val biCollectionPlayFill: BootstrapIconsClasses - get() { - classes("bi-collection-play-fill") - return this - } - - public val biCollectionPlay: BootstrapIconsClasses - get() { - classes("bi-collection-play") - return this - } - - public val biCollection: BootstrapIconsClasses - get() { - classes("bi-collection") - return this - } - - public val biColumnsGap: BootstrapIconsClasses - get() { - classes("bi-columns-gap") - return this - } - - public val biColumns: BootstrapIconsClasses - get() { - classes("bi-columns") - return this - } - - public val biCommand: BootstrapIconsClasses - get() { - classes("bi-command") - return this - } - - public val biCompassFill: BootstrapIconsClasses - get() { - classes("bi-compass-fill") - return this - } - - public val biCompass: BootstrapIconsClasses - get() { - classes("bi-compass") - return this - } - - public val biConeStriped: BootstrapIconsClasses - get() { - classes("bi-cone-striped") - return this - } - - public val biCone: BootstrapIconsClasses - get() { - classes("bi-cone") - return this - } - - public val biController: BootstrapIconsClasses - get() { - classes("bi-controller") - return this - } - - public val biCpuFill: BootstrapIconsClasses - get() { - classes("bi-cpu-fill") - return this - } - - public val biCpu: BootstrapIconsClasses - get() { - classes("bi-cpu") - return this - } - - public val biCreditCard2BackFill: BootstrapIconsClasses - get() { - classes("bi-credit-card-2-back-fill") - return this - } - - public val biCreditCard2Back: BootstrapIconsClasses - get() { - classes("bi-credit-card-2-back") - return this - } - - public val biCreditCard2FrontFill: BootstrapIconsClasses - get() { - classes("bi-credit-card-2-front-fill") - return this - } - - public val biCreditCard2Front: BootstrapIconsClasses - get() { - classes("bi-credit-card-2-front") - return this - } - - public val biCreditCardFill: BootstrapIconsClasses - get() { - classes("bi-credit-card-fill") - return this - } - - public val biCreditCard: BootstrapIconsClasses - get() { - classes("bi-credit-card") - return this - } - - public val biCrop: BootstrapIconsClasses - get() { - classes("bi-crop") - return this - } - - public val biCupFill: BootstrapIconsClasses - get() { - classes("bi-cup-fill") - return this - } - - public val biCupStraw: BootstrapIconsClasses - get() { - classes("bi-cup-straw") - return this - } - - public val biCup: BootstrapIconsClasses - get() { - classes("bi-cup") - return this - } - - public val biCursorFill: BootstrapIconsClasses - get() { - classes("bi-cursor-fill") - return this - } - - public val biCursorText: BootstrapIconsClasses - get() { - classes("bi-cursor-text") - return this - } - - public val biCursor: BootstrapIconsClasses - get() { - classes("bi-cursor") - return this - } - - public val biDashCircleDotted: BootstrapIconsClasses - get() { - classes("bi-dash-circle-dotted") - return this - } - - public val biDashCircleFill: BootstrapIconsClasses - get() { - classes("bi-dash-circle-fill") - return this - } - - public val biDashCircle: BootstrapIconsClasses - get() { - classes("bi-dash-circle") - return this - } - - public val biDashSquareDotted: BootstrapIconsClasses - get() { - classes("bi-dash-square-dotted") - return this - } - - public val biDashSquareFill: BootstrapIconsClasses - get() { - classes("bi-dash-square-fill") - return this - } - - public val biDashSquare: BootstrapIconsClasses - get() { - classes("bi-dash-square") - return this - } - - public val biDash: BootstrapIconsClasses - get() { - classes("bi-dash") - return this - } - - public val biDiagram2Fill: BootstrapIconsClasses - get() { - classes("bi-diagram-2-fill") - return this - } - - public val biDiagram2: BootstrapIconsClasses - get() { - classes("bi-diagram-2") - return this - } - - public val biDiagram3Fill: BootstrapIconsClasses - get() { - classes("bi-diagram-3-fill") - return this - } - - public val biDiagram3: BootstrapIconsClasses - get() { - classes("bi-diagram-3") - return this - } - - public val biDiamondFill: BootstrapIconsClasses - get() { - classes("bi-diamond-fill") - return this - } - - public val biDiamondHalf: BootstrapIconsClasses - get() { - classes("bi-diamond-half") - return this - } - - public val biDiamond: BootstrapIconsClasses - get() { - classes("bi-diamond") - return this - } - - public val biDice1Fill: BootstrapIconsClasses - get() { - classes("bi-dice-1-fill") - return this - } - - public val biDice1: BootstrapIconsClasses - get() { - classes("bi-dice-1") - return this - } - - public val biDice2Fill: BootstrapIconsClasses - get() { - classes("bi-dice-2-fill") - return this - } - - public val biDice2: BootstrapIconsClasses - get() { - classes("bi-dice-2") - return this - } - - public val biDice3Fill: BootstrapIconsClasses - get() { - classes("bi-dice-3-fill") - return this - } - - public val biDice3: BootstrapIconsClasses - get() { - classes("bi-dice-3") - return this - } - - public val biDice4Fill: BootstrapIconsClasses - get() { - classes("bi-dice-4-fill") - return this - } - - public val biDice4: BootstrapIconsClasses - get() { - classes("bi-dice-4") - return this - } - - public val biDice5Fill: BootstrapIconsClasses - get() { - classes("bi-dice-5-fill") - return this - } - - public val biDice5: BootstrapIconsClasses - get() { - classes("bi-dice-5") - return this - } - - public val biDice6Fill: BootstrapIconsClasses - get() { - classes("bi-dice-6-fill") - return this - } - - public val biDice6: BootstrapIconsClasses - get() { - classes("bi-dice-6") - return this - } - - public val biDiscFill: BootstrapIconsClasses - get() { - classes("bi-disc-fill") - return this - } - - public val biDisc: BootstrapIconsClasses - get() { - classes("bi-disc") - return this - } - - public val biDiscord: BootstrapIconsClasses - get() { - classes("bi-discord") - return this - } - - public val biDisplayFill: BootstrapIconsClasses - get() { - classes("bi-display-fill") - return this - } - - public val biDisplay: BootstrapIconsClasses - get() { - classes("bi-display") - return this - } - - public val biDistributeHorizontal: BootstrapIconsClasses - get() { - classes("bi-distribute-horizontal") - return this - } - - public val biDistributeVertical: BootstrapIconsClasses - get() { - classes("bi-distribute-vertical") - return this - } - - public val biDoorClosedFill: BootstrapIconsClasses - get() { - classes("bi-door-closed-fill") - return this - } - - public val biDoorClosed: BootstrapIconsClasses - get() { - classes("bi-door-closed") - return this - } - - public val biDoorOpenFill: BootstrapIconsClasses - get() { - classes("bi-door-open-fill") - return this - } - - public val biDoorOpen: BootstrapIconsClasses - get() { - classes("bi-door-open") - return this - } - - public val biDot: BootstrapIconsClasses - get() { - classes("bi-dot") - return this - } - - public val biDownload: BootstrapIconsClasses - get() { - classes("bi-download") - return this - } - - public val biDropletFill: BootstrapIconsClasses - get() { - classes("bi-droplet-fill") - return this - } - - public val biDropletHalf: BootstrapIconsClasses - get() { - classes("bi-droplet-half") - return this - } - - public val biDroplet: BootstrapIconsClasses - get() { - classes("bi-droplet") - return this - } - - public val biEarbuds: BootstrapIconsClasses - get() { - classes("bi-earbuds") - return this - } - - public val biEaselFill: BootstrapIconsClasses - get() { - classes("bi-easel-fill") - return this - } - - public val biEasel: BootstrapIconsClasses - get() { - classes("bi-easel") - return this - } - - public val biEggFill: BootstrapIconsClasses - get() { - classes("bi-egg-fill") - return this - } - - public val biEggFried: BootstrapIconsClasses - get() { - classes("bi-egg-fried") - return this - } - - public val biEgg: BootstrapIconsClasses - get() { - classes("bi-egg") - return this - } - - public val biEjectFill: BootstrapIconsClasses - get() { - classes("bi-eject-fill") - return this - } - - public val biEject: BootstrapIconsClasses - get() { - classes("bi-eject") - return this - } - - public val biEmojiAngryFill: BootstrapIconsClasses - get() { - classes("bi-emoji-angry-fill") - return this - } - - public val biEmojiAngry: BootstrapIconsClasses - get() { - classes("bi-emoji-angry") - return this - } - - public val biEmojiDizzyFill: BootstrapIconsClasses - get() { - classes("bi-emoji-dizzy-fill") - return this - } - - public val biEmojiDizzy: BootstrapIconsClasses - get() { - classes("bi-emoji-dizzy") - return this - } - - public val biEmojiExpressionlessFill: BootstrapIconsClasses - get() { - classes("bi-emoji-expressionless-fill") - return this - } - - public val biEmojiExpressionless: BootstrapIconsClasses - get() { - classes("bi-emoji-expressionless") - return this - } - - public val biEmojiFrownFill: BootstrapIconsClasses - get() { - classes("bi-emoji-frown-fill") - return this - } - - public val biEmojiFrown: BootstrapIconsClasses - get() { - classes("bi-emoji-frown") - return this - } - - public val biEmojiHeartEyesFill: BootstrapIconsClasses - get() { - classes("bi-emoji-heart-eyes-fill") - return this - } - - public val biEmojiHeartEyes: BootstrapIconsClasses - get() { - classes("bi-emoji-heart-eyes") - return this - } - - public val biEmojiLaughingFill: BootstrapIconsClasses - get() { - classes("bi-emoji-laughing-fill") - return this - } - - public val biEmojiLaughing: BootstrapIconsClasses - get() { - classes("bi-emoji-laughing") - return this - } - - public val biEmojiNeutralFill: BootstrapIconsClasses - get() { - classes("bi-emoji-neutral-fill") - return this - } - - public val biEmojiNeutral: BootstrapIconsClasses - get() { - classes("bi-emoji-neutral") - return this - } - - public val biEmojiSmileFill: BootstrapIconsClasses - get() { - classes("bi-emoji-smile-fill") - return this - } - - public val biEmojiSmileUpsideDownFill: BootstrapIconsClasses - get() { - classes("bi-emoji-smile-upside-down-fill") - return this - } - - public val biEmojiSmileUpsideDown: BootstrapIconsClasses - get() { - classes("bi-emoji-smile-upside-down") - return this - } - - public val biEmojiSmile: BootstrapIconsClasses - get() { - classes("bi-emoji-smile") - return this - } - - public val biEmojiSunglassesFill: BootstrapIconsClasses - get() { - classes("bi-emoji-sunglasses-fill") - return this - } - - public val biEmojiSunglasses: BootstrapIconsClasses - get() { - classes("bi-emoji-sunglasses") - return this - } - - public val biEmojiWinkFill: BootstrapIconsClasses - get() { - classes("bi-emoji-wink-fill") - return this - } - - public val biEmojiWink: BootstrapIconsClasses - get() { - classes("bi-emoji-wink") - return this - } - - public val biEnvelopeFill: BootstrapIconsClasses - get() { - classes("bi-envelope-fill") - return this - } - - public val biEnvelopeOpenFill: BootstrapIconsClasses - get() { - classes("bi-envelope-open-fill") - return this - } - - public val biEnvelopeOpen: BootstrapIconsClasses - get() { - classes("bi-envelope-open") - return this - } - - public val biEnvelope: BootstrapIconsClasses - get() { - classes("bi-envelope") - return this - } - - public val biEraserFill: BootstrapIconsClasses - get() { - classes("bi-eraser-fill") - return this - } - - public val biEraser: BootstrapIconsClasses - get() { - classes("bi-eraser") - return this - } - - public val biExclamationCircleFill: BootstrapIconsClasses - get() { - classes("bi-exclamation-circle-fill") - return this - } - - public val biExclamationCircle: BootstrapIconsClasses - get() { - classes("bi-exclamation-circle") - return this - } - - public val biExclamationDiamondFill: BootstrapIconsClasses - get() { - classes("bi-exclamation-diamond-fill") - return this - } - - public val biExclamationDiamond: BootstrapIconsClasses - get() { - classes("bi-exclamation-diamond") - return this - } - - public val biExclamationOctagonFill: BootstrapIconsClasses - get() { - classes("bi-exclamation-octagon-fill") - return this - } - - public val biExclamationOctagon: BootstrapIconsClasses - get() { - classes("bi-exclamation-octagon") - return this - } - - public val biExclamationSquareFill: BootstrapIconsClasses - get() { - classes("bi-exclamation-square-fill") - return this - } - - public val biExclamationSquare: BootstrapIconsClasses - get() { - classes("bi-exclamation-square") - return this - } - - public val biExclamationTriangleFill: BootstrapIconsClasses - get() { - classes("bi-exclamation-triangle-fill") - return this - } - - public val biExclamationTriangle: BootstrapIconsClasses - get() { - classes("bi-exclamation-triangle") - return this - } - - public val biExclamation: BootstrapIconsClasses - get() { - classes("bi-exclamation") - return this - } - - public val biExclude: BootstrapIconsClasses - get() { - classes("bi-exclude") - return this - } - - public val biEyeFill: BootstrapIconsClasses - get() { - classes("bi-eye-fill") - return this - } - - public val biEyeSlashFill: BootstrapIconsClasses - get() { - classes("bi-eye-slash-fill") - return this - } - - public val biEyeSlash: BootstrapIconsClasses - get() { - classes("bi-eye-slash") - return this - } - - public val biEye: BootstrapIconsClasses - get() { - classes("bi-eye") - return this - } - - public val biEyedropper: BootstrapIconsClasses - get() { - classes("bi-eyedropper") - return this - } - - public val biEyeglasses: BootstrapIconsClasses - get() { - classes("bi-eyeglasses") - return this - } - - public val biFacebook: BootstrapIconsClasses - get() { - classes("bi-facebook") - return this - } - - public val biFileArrowDownFill: BootstrapIconsClasses - get() { - classes("bi-file-arrow-down-fill") - return this - } - - public val biFileArrowDown: BootstrapIconsClasses - get() { - classes("bi-file-arrow-down") - return this - } - - public val biFileArrowUpFill: BootstrapIconsClasses - get() { - classes("bi-file-arrow-up-fill") - return this - } - - public val biFileArrowUp: BootstrapIconsClasses - get() { - classes("bi-file-arrow-up") - return this - } - - public val biFileBarGraphFill: BootstrapIconsClasses - get() { - classes("bi-file-bar-graph-fill") - return this - } - - public val biFileBarGraph: BootstrapIconsClasses - get() { - classes("bi-file-bar-graph") - return this - } - - public val biFileBinaryFill: BootstrapIconsClasses - get() { - classes("bi-file-binary-fill") - return this - } - - public val biFileBinary: BootstrapIconsClasses - get() { - classes("bi-file-binary") - return this - } - - public val biFileBreakFill: BootstrapIconsClasses - get() { - classes("bi-file-break-fill") - return this - } - - public val biFileBreak: BootstrapIconsClasses - get() { - classes("bi-file-break") - return this - } - - public val biFileCheckFill: BootstrapIconsClasses - get() { - classes("bi-file-check-fill") - return this - } - - public val biFileCheck: BootstrapIconsClasses - get() { - classes("bi-file-check") - return this - } - - public val biFileCodeFill: BootstrapIconsClasses - get() { - classes("bi-file-code-fill") - return this - } - - public val biFileCode: BootstrapIconsClasses - get() { - classes("bi-file-code") - return this - } - - public val biFileDiffFill: BootstrapIconsClasses - get() { - classes("bi-file-diff-fill") - return this - } - - public val biFileDiff: BootstrapIconsClasses - get() { - classes("bi-file-diff") - return this - } - - public val biFileEarmarkArrowDownFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-arrow-down-fill") - return this - } - - public val biFileEarmarkArrowDown: BootstrapIconsClasses - get() { - classes("bi-file-earmark-arrow-down") - return this - } - - public val biFileEarmarkArrowUpFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-arrow-up-fill") - return this - } - - public val biFileEarmarkArrowUp: BootstrapIconsClasses - get() { - classes("bi-file-earmark-arrow-up") - return this - } - - public val biFileEarmarkBarGraphFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-bar-graph-fill") - return this - } - - public val biFileEarmarkBarGraph: BootstrapIconsClasses - get() { - classes("bi-file-earmark-bar-graph") - return this - } - - public val biFileEarmarkBinaryFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-binary-fill") - return this - } - - public val biFileEarmarkBinary: BootstrapIconsClasses - get() { - classes("bi-file-earmark-binary") - return this - } - - public val biFileEarmarkBreakFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-break-fill") - return this - } - - public val biFileEarmarkBreak: BootstrapIconsClasses - get() { - classes("bi-file-earmark-break") - return this - } - - public val biFileEarmarkCheckFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-check-fill") - return this - } - - public val biFileEarmarkCheck: BootstrapIconsClasses - get() { - classes("bi-file-earmark-check") - return this - } - - public val biFileEarmarkCodeFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-code-fill") - return this - } - - public val biFileEarmarkCode: BootstrapIconsClasses - get() { - classes("bi-file-earmark-code") - return this - } - - public val biFileEarmarkDiffFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-diff-fill") - return this - } - - public val biFileEarmarkDiff: BootstrapIconsClasses - get() { - classes("bi-file-earmark-diff") - return this - } - - public val biFileEarmarkEaselFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-easel-fill") - return this - } - - public val biFileEarmarkEasel: BootstrapIconsClasses - get() { - classes("bi-file-earmark-easel") - return this - } - - public val biFileEarmarkExcelFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-excel-fill") - return this - } - - public val biFileEarmarkExcel: BootstrapIconsClasses - get() { - classes("bi-file-earmark-excel") - return this - } - - public val biFileEarmarkFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-fill") - return this - } - - public val biFileEarmarkFontFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-font-fill") - return this - } - - public val biFileEarmarkFont: BootstrapIconsClasses - get() { - classes("bi-file-earmark-font") - return this - } - - public val biFileEarmarkImageFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-image-fill") - return this - } - - public val biFileEarmarkImage: BootstrapIconsClasses - get() { - classes("bi-file-earmark-image") - return this - } - - public val biFileEarmarkLockFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-lock-fill") - return this - } - - public val biFileEarmarkLock: BootstrapIconsClasses - get() { - classes("bi-file-earmark-lock") - return this - } - - public val biFileEarmarkLock2Fill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-lock2-fill") - return this - } - - public val biFileEarmarkLock2: BootstrapIconsClasses - get() { - classes("bi-file-earmark-lock2") - return this - } - - public val biFileEarmarkMedicalFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-medical-fill") - return this - } - - public val biFileEarmarkMedical: BootstrapIconsClasses - get() { - classes("bi-file-earmark-medical") - return this - } - - public val biFileEarmarkMinusFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-minus-fill") - return this - } - - public val biFileEarmarkMinus: BootstrapIconsClasses - get() { - classes("bi-file-earmark-minus") - return this - } - - public val biFileEarmarkMusicFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-music-fill") - return this - } - - public val biFileEarmarkMusic: BootstrapIconsClasses - get() { - classes("bi-file-earmark-music") - return this - } - - public val biFileEarmarkPersonFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-person-fill") - return this - } - - public val biFileEarmarkPerson: BootstrapIconsClasses - get() { - classes("bi-file-earmark-person") - return this - } - - public val biFileEarmarkPlayFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-play-fill") - return this - } - - public val biFileEarmarkPlay: BootstrapIconsClasses - get() { - classes("bi-file-earmark-play") - return this - } - - public val biFileEarmarkPlusFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-plus-fill") - return this - } - - public val biFileEarmarkPlus: BootstrapIconsClasses - get() { - classes("bi-file-earmark-plus") - return this - } - - public val biFileEarmarkPostFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-post-fill") - return this - } - - public val biFileEarmarkPost: BootstrapIconsClasses - get() { - classes("bi-file-earmark-post") - return this - } - - public val biFileEarmarkPptFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-ppt-fill") - return this - } - - public val biFileEarmarkPpt: BootstrapIconsClasses - get() { - classes("bi-file-earmark-ppt") - return this - } - - public val biFileEarmarkRichtextFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-richtext-fill") - return this - } - - public val biFileEarmarkRichtext: BootstrapIconsClasses - get() { - classes("bi-file-earmark-richtext") - return this - } - - public val biFileEarmarkRuledFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-ruled-fill") - return this - } - - public val biFileEarmarkRuled: BootstrapIconsClasses - get() { - classes("bi-file-earmark-ruled") - return this - } - - public val biFileEarmarkSlidesFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-slides-fill") - return this - } - - public val biFileEarmarkSlides: BootstrapIconsClasses - get() { - classes("bi-file-earmark-slides") - return this - } - - public val biFileEarmarkSpreadsheetFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-spreadsheet-fill") - return this - } - - public val biFileEarmarkSpreadsheet: BootstrapIconsClasses - get() { - classes("bi-file-earmark-spreadsheet") - return this - } - - public val biFileEarmarkTextFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-text-fill") - return this - } - - public val biFileEarmarkText: BootstrapIconsClasses - get() { - classes("bi-file-earmark-text") - return this - } - - public val biFileEarmarkWordFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-word-fill") - return this - } - - public val biFileEarmarkWord: BootstrapIconsClasses - get() { - classes("bi-file-earmark-word") - return this - } - - public val biFileEarmarkXFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-x-fill") - return this - } - - public val biFileEarmarkX: BootstrapIconsClasses - get() { - classes("bi-file-earmark-x") - return this - } - - public val biFileEarmarkZipFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-zip-fill") - return this - } - - public val biFileEarmarkZip: BootstrapIconsClasses - get() { - classes("bi-file-earmark-zip") - return this - } - - public val biFileEarmark: BootstrapIconsClasses - get() { - classes("bi-file-earmark") - return this - } - - public val biFileEaselFill: BootstrapIconsClasses - get() { - classes("bi-file-easel-fill") - return this - } - - public val biFileEasel: BootstrapIconsClasses - get() { - classes("bi-file-easel") - return this - } - - public val biFileExcelFill: BootstrapIconsClasses - get() { - classes("bi-file-excel-fill") - return this - } - - public val biFileExcel: BootstrapIconsClasses - get() { - classes("bi-file-excel") - return this - } - - public val biFileFill: BootstrapIconsClasses - get() { - classes("bi-file-fill") - return this - } - - public val biFileFontFill: BootstrapIconsClasses - get() { - classes("bi-file-font-fill") - return this - } - - public val biFileFont: BootstrapIconsClasses - get() { - classes("bi-file-font") - return this - } - - public val biFileImageFill: BootstrapIconsClasses - get() { - classes("bi-file-image-fill") - return this - } - - public val biFileImage: BootstrapIconsClasses - get() { - classes("bi-file-image") - return this - } - - public val biFileLockFill: BootstrapIconsClasses - get() { - classes("bi-file-lock-fill") - return this - } - - public val biFileLock: BootstrapIconsClasses - get() { - classes("bi-file-lock") - return this - } - - public val biFileLock2Fill: BootstrapIconsClasses - get() { - classes("bi-file-lock2-fill") - return this - } - - public val biFileLock2: BootstrapIconsClasses - get() { - classes("bi-file-lock2") - return this - } - - public val biFileMedicalFill: BootstrapIconsClasses - get() { - classes("bi-file-medical-fill") - return this - } - - public val biFileMedical: BootstrapIconsClasses - get() { - classes("bi-file-medical") - return this - } - - public val biFileMinusFill: BootstrapIconsClasses - get() { - classes("bi-file-minus-fill") - return this - } - - public val biFileMinus: BootstrapIconsClasses - get() { - classes("bi-file-minus") - return this - } - - public val biFileMusicFill: BootstrapIconsClasses - get() { - classes("bi-file-music-fill") - return this - } - - public val biFileMusic: BootstrapIconsClasses - get() { - classes("bi-file-music") - return this - } - - public val biFilePersonFill: BootstrapIconsClasses - get() { - classes("bi-file-person-fill") - return this - } - - public val biFilePerson: BootstrapIconsClasses - get() { - classes("bi-file-person") - return this - } - - public val biFilePlayFill: BootstrapIconsClasses - get() { - classes("bi-file-play-fill") - return this - } - - public val biFilePlay: BootstrapIconsClasses - get() { - classes("bi-file-play") - return this - } - - public val biFilePlusFill: BootstrapIconsClasses - get() { - classes("bi-file-plus-fill") - return this - } - - public val biFilePlus: BootstrapIconsClasses - get() { - classes("bi-file-plus") - return this - } - - public val biFilePostFill: BootstrapIconsClasses - get() { - classes("bi-file-post-fill") - return this - } - - public val biFilePost: BootstrapIconsClasses - get() { - classes("bi-file-post") - return this - } - - public val biFilePptFill: BootstrapIconsClasses - get() { - classes("bi-file-ppt-fill") - return this - } - - public val biFilePpt: BootstrapIconsClasses - get() { - classes("bi-file-ppt") - return this - } - - public val biFileRichtextFill: BootstrapIconsClasses - get() { - classes("bi-file-richtext-fill") - return this - } - - public val biFileRichtext: BootstrapIconsClasses - get() { - classes("bi-file-richtext") - return this - } - - public val biFileRuledFill: BootstrapIconsClasses - get() { - classes("bi-file-ruled-fill") - return this - } - - public val biFileRuled: BootstrapIconsClasses - get() { - classes("bi-file-ruled") - return this - } - - public val biFileSlidesFill: BootstrapIconsClasses - get() { - classes("bi-file-slides-fill") - return this - } - - public val biFileSlides: BootstrapIconsClasses - get() { - classes("bi-file-slides") - return this - } - - public val biFileSpreadsheetFill: BootstrapIconsClasses - get() { - classes("bi-file-spreadsheet-fill") - return this - } - - public val biFileSpreadsheet: BootstrapIconsClasses - get() { - classes("bi-file-spreadsheet") - return this - } - - public val biFileTextFill: BootstrapIconsClasses - get() { - classes("bi-file-text-fill") - return this - } - - public val biFileText: BootstrapIconsClasses - get() { - classes("bi-file-text") - return this - } - - public val biFileWordFill: BootstrapIconsClasses - get() { - classes("bi-file-word-fill") - return this - } - - public val biFileWord: BootstrapIconsClasses - get() { - classes("bi-file-word") - return this - } - - public val biFileXFill: BootstrapIconsClasses - get() { - classes("bi-file-x-fill") - return this - } - - public val biFileX: BootstrapIconsClasses - get() { - classes("bi-file-x") - return this - } - - public val biFileZipFill: BootstrapIconsClasses - get() { - classes("bi-file-zip-fill") - return this - } - - public val biFileZip: BootstrapIconsClasses - get() { - classes("bi-file-zip") - return this - } - - public val biFile: BootstrapIconsClasses - get() { - classes("bi-file") - return this - } - - public val biFilesAlt: BootstrapIconsClasses - get() { - classes("bi-files-alt") - return this - } - - public val biFiles: BootstrapIconsClasses - get() { - classes("bi-files") - return this - } - - public val biFilm: BootstrapIconsClasses - get() { - classes("bi-film") - return this - } - - public val biFilterCircleFill: BootstrapIconsClasses - get() { - classes("bi-filter-circle-fill") - return this - } - - public val biFilterCircle: BootstrapIconsClasses - get() { - classes("bi-filter-circle") - return this - } - - public val biFilterLeft: BootstrapIconsClasses - get() { - classes("bi-filter-left") - return this - } - - public val biFilterRight: BootstrapIconsClasses - get() { - classes("bi-filter-right") - return this - } - - public val biFilterSquareFill: BootstrapIconsClasses - get() { - classes("bi-filter-square-fill") - return this - } - - public val biFilterSquare: BootstrapIconsClasses - get() { - classes("bi-filter-square") - return this - } - - public val biFilter: BootstrapIconsClasses - get() { - classes("bi-filter") - return this - } - - public val biFlagFill: BootstrapIconsClasses - get() { - classes("bi-flag-fill") - return this - } - - public val biFlag: BootstrapIconsClasses - get() { - classes("bi-flag") - return this - } - - public val biFlower1: BootstrapIconsClasses - get() { - classes("bi-flower1") - return this - } - - public val biFlower2: BootstrapIconsClasses - get() { - classes("bi-flower2") - return this - } - - public val biFlower3: BootstrapIconsClasses - get() { - classes("bi-flower3") - return this - } - - public val biFolderCheck: BootstrapIconsClasses - get() { - classes("bi-folder-check") - return this - } - - public val biFolderFill: BootstrapIconsClasses - get() { - classes("bi-folder-fill") - return this - } - - public val biFolderMinus: BootstrapIconsClasses - get() { - classes("bi-folder-minus") - return this - } - - public val biFolderPlus: BootstrapIconsClasses - get() { - classes("bi-folder-plus") - return this - } - - public val biFolderSymlinkFill: BootstrapIconsClasses - get() { - classes("bi-folder-symlink-fill") - return this - } - - public val biFolderSymlink: BootstrapIconsClasses - get() { - classes("bi-folder-symlink") - return this - } - - public val biFolderX: BootstrapIconsClasses - get() { - classes("bi-folder-x") - return this - } - - public val biFolder: BootstrapIconsClasses - get() { - classes("bi-folder") - return this - } - - public val biFolder2Open: BootstrapIconsClasses - get() { - classes("bi-folder2-open") - return this - } - - public val biFolder2: BootstrapIconsClasses - get() { - classes("bi-folder2") - return this - } - - public val biFonts: BootstrapIconsClasses - get() { - classes("bi-fonts") - return this - } - - public val biForwardFill: BootstrapIconsClasses - get() { - classes("bi-forward-fill") - return this - } - - public val biForward: BootstrapIconsClasses - get() { - classes("bi-forward") - return this - } - - public val biFront: BootstrapIconsClasses - get() { - classes("bi-front") - return this - } - - public val biFullscreenExit: BootstrapIconsClasses - get() { - classes("bi-fullscreen-exit") - return this - } - - public val biFullscreen: BootstrapIconsClasses - get() { - classes("bi-fullscreen") - return this - } - - public val biFunnelFill: BootstrapIconsClasses - get() { - classes("bi-funnel-fill") - return this - } - - public val biFunnel: BootstrapIconsClasses - get() { - classes("bi-funnel") - return this - } - - public val biGearFill: BootstrapIconsClasses - get() { - classes("bi-gear-fill") - return this - } - - public val biGearWideConnected: BootstrapIconsClasses - get() { - classes("bi-gear-wide-connected") - return this - } - - public val biGearWide: BootstrapIconsClasses - get() { - classes("bi-gear-wide") - return this - } - - public val biGear: BootstrapIconsClasses - get() { - classes("bi-gear") - return this - } - - public val biGem: BootstrapIconsClasses - get() { - classes("bi-gem") - return this - } - - public val biGeoAltFill: BootstrapIconsClasses - get() { - classes("bi-geo-alt-fill") - return this - } - - public val biGeoAlt: BootstrapIconsClasses - get() { - classes("bi-geo-alt") - return this - } - - public val biGeoFill: BootstrapIconsClasses - get() { - classes("bi-geo-fill") - return this - } - - public val biGeo: BootstrapIconsClasses - get() { - classes("bi-geo") - return this - } - - public val biGiftFill: BootstrapIconsClasses - get() { - classes("bi-gift-fill") - return this - } - - public val biGift: BootstrapIconsClasses - get() { - classes("bi-gift") - return this - } - - public val biGithub: BootstrapIconsClasses - get() { - classes("bi-github") - return this - } - - public val biGlobe: BootstrapIconsClasses - get() { - classes("bi-globe") - return this - } - - public val biGlobe2: BootstrapIconsClasses - get() { - classes("bi-globe2") - return this - } - - public val biGoogle: BootstrapIconsClasses - get() { - classes("bi-google") - return this - } - - public val biGraphDown: BootstrapIconsClasses - get() { - classes("bi-graph-down") - return this - } - - public val biGraphUp: BootstrapIconsClasses - get() { - classes("bi-graph-up") - return this - } - - public val biGrid1x2Fill: BootstrapIconsClasses - get() { - classes("bi-grid-1x2-fill") - return this - } - - public val biGrid1x2: BootstrapIconsClasses - get() { - classes("bi-grid-1x2") - return this - } - - public val biGrid3x2GapFill: BootstrapIconsClasses - get() { - classes("bi-grid-3x2-gap-fill") - return this - } - - public val biGrid3x2Gap: BootstrapIconsClasses - get() { - classes("bi-grid-3x2-gap") - return this - } - - public val biGrid3x2: BootstrapIconsClasses - get() { - classes("bi-grid-3x2") - return this - } - - public val biGrid3x3GapFill: BootstrapIconsClasses - get() { - classes("bi-grid-3x3-gap-fill") - return this - } - - public val biGrid3x3Gap: BootstrapIconsClasses - get() { - classes("bi-grid-3x3-gap") - return this - } - - public val biGrid3x3: BootstrapIconsClasses - get() { - classes("bi-grid-3x3") - return this - } - - public val biGridFill: BootstrapIconsClasses - get() { - classes("bi-grid-fill") - return this - } - - public val biGrid: BootstrapIconsClasses - get() { - classes("bi-grid") - return this - } - - public val biGripHorizontal: BootstrapIconsClasses - get() { - classes("bi-grip-horizontal") - return this - } - - public val biGripVertical: BootstrapIconsClasses - get() { - classes("bi-grip-vertical") - return this - } - - public val biHammer: BootstrapIconsClasses - get() { - classes("bi-hammer") - return this - } - - public val biHandIndexFill: BootstrapIconsClasses - get() { - classes("bi-hand-index-fill") - return this - } - - public val biHandIndexThumbFill: BootstrapIconsClasses - get() { - classes("bi-hand-index-thumb-fill") - return this - } - - public val biHandIndexThumb: BootstrapIconsClasses - get() { - classes("bi-hand-index-thumb") - return this - } - - public val biHandIndex: BootstrapIconsClasses - get() { - classes("bi-hand-index") - return this - } - - public val biHandThumbsDownFill: BootstrapIconsClasses - get() { - classes("bi-hand-thumbs-down-fill") - return this - } - - public val biHandThumbsDown: BootstrapIconsClasses - get() { - classes("bi-hand-thumbs-down") - return this - } - - public val biHandThumbsUpFill: BootstrapIconsClasses - get() { - classes("bi-hand-thumbs-up-fill") - return this - } - - public val biHandThumbsUp: BootstrapIconsClasses - get() { - classes("bi-hand-thumbs-up") - return this - } - - public val biHandbagFill: BootstrapIconsClasses - get() { - classes("bi-handbag-fill") - return this - } - - public val biHandbag: BootstrapIconsClasses - get() { - classes("bi-handbag") - return this - } - - public val biHash: BootstrapIconsClasses - get() { - classes("bi-hash") - return this - } - - public val biHddFill: BootstrapIconsClasses - get() { - classes("bi-hdd-fill") - return this - } - - public val biHddNetworkFill: BootstrapIconsClasses - get() { - classes("bi-hdd-network-fill") - return this - } - - public val biHddNetwork: BootstrapIconsClasses - get() { - classes("bi-hdd-network") - return this - } - - public val biHddRackFill: BootstrapIconsClasses - get() { - classes("bi-hdd-rack-fill") - return this - } - - public val biHddRack: BootstrapIconsClasses - get() { - classes("bi-hdd-rack") - return this - } - - public val biHddStackFill: BootstrapIconsClasses - get() { - classes("bi-hdd-stack-fill") - return this - } - - public val biHddStack: BootstrapIconsClasses - get() { - classes("bi-hdd-stack") - return this - } - - public val biHdd: BootstrapIconsClasses - get() { - classes("bi-hdd") - return this - } - - public val biHeadphones: BootstrapIconsClasses - get() { - classes("bi-headphones") - return this - } - - public val biHeadset: BootstrapIconsClasses - get() { - classes("bi-headset") - return this - } - - public val biHeartFill: BootstrapIconsClasses - get() { - classes("bi-heart-fill") - return this - } - - public val biHeartHalf: BootstrapIconsClasses - get() { - classes("bi-heart-half") - return this - } - - public val biHeart: BootstrapIconsClasses - get() { - classes("bi-heart") - return this - } - - public val biHeptagonFill: BootstrapIconsClasses - get() { - classes("bi-heptagon-fill") - return this - } - - public val biHeptagonHalf: BootstrapIconsClasses - get() { - classes("bi-heptagon-half") - return this - } - - public val biHeptagon: BootstrapIconsClasses - get() { - classes("bi-heptagon") - return this - } - - public val biHexagonFill: BootstrapIconsClasses - get() { - classes("bi-hexagon-fill") - return this - } - - public val biHexagonHalf: BootstrapIconsClasses - get() { - classes("bi-hexagon-half") - return this - } - - public val biHexagon: BootstrapIconsClasses - get() { - classes("bi-hexagon") - return this - } - - public val biHourglassBottom: BootstrapIconsClasses - get() { - classes("bi-hourglass-bottom") - return this - } - - public val biHourglassSplit: BootstrapIconsClasses - get() { - classes("bi-hourglass-split") - return this - } - - public val biHourglassTop: BootstrapIconsClasses - get() { - classes("bi-hourglass-top") - return this - } - - public val biHourglass: BootstrapIconsClasses - get() { - classes("bi-hourglass") - return this - } - - public val biHouseDoorFill: BootstrapIconsClasses - get() { - classes("bi-house-door-fill") - return this - } - - public val biHouseDoor: BootstrapIconsClasses - get() { - classes("bi-house-door") - return this - } - - public val biHouseFill: BootstrapIconsClasses - get() { - classes("bi-house-fill") - return this - } - - public val biHouse: BootstrapIconsClasses - get() { - classes("bi-house") - return this - } - - public val biHr: BootstrapIconsClasses - get() { - classes("bi-hr") - return this - } - - public val biHurricane: BootstrapIconsClasses - get() { - classes("bi-hurricane") - return this - } - - public val biImageAlt: BootstrapIconsClasses - get() { - classes("bi-image-alt") - return this - } - - public val biImageFill: BootstrapIconsClasses - get() { - classes("bi-image-fill") - return this - } - - public val biImage: BootstrapIconsClasses - get() { - classes("bi-image") - return this - } - - public val biImages: BootstrapIconsClasses - get() { - classes("bi-images") - return this - } - - public val biInboxFill: BootstrapIconsClasses - get() { - classes("bi-inbox-fill") - return this - } - - public val biInbox: BootstrapIconsClasses - get() { - classes("bi-inbox") - return this - } - - public val biInboxesFill: BootstrapIconsClasses - get() { - classes("bi-inboxes-fill") - return this - } - - public val biInboxes: BootstrapIconsClasses - get() { - classes("bi-inboxes") - return this - } - - public val biInfoCircleFill: BootstrapIconsClasses - get() { - classes("bi-info-circle-fill") - return this - } - - public val biInfoCircle: BootstrapIconsClasses - get() { - classes("bi-info-circle") - return this - } - - public val biInfoSquareFill: BootstrapIconsClasses - get() { - classes("bi-info-square-fill") - return this - } - - public val biInfoSquare: BootstrapIconsClasses - get() { - classes("bi-info-square") - return this - } - - public val biInfo: BootstrapIconsClasses - get() { - classes("bi-info") - return this - } - - public val biInputCursorText: BootstrapIconsClasses - get() { - classes("bi-input-cursor-text") - return this - } - - public val biInputCursor: BootstrapIconsClasses - get() { - classes("bi-input-cursor") - return this - } - - public val biInstagram: BootstrapIconsClasses - get() { - classes("bi-instagram") - return this - } - - public val biIntersect: BootstrapIconsClasses - get() { - classes("bi-intersect") - return this - } - - public val biJournalAlbum: BootstrapIconsClasses - get() { - classes("bi-journal-album") - return this - } - - public val biJournalArrowDown: BootstrapIconsClasses - get() { - classes("bi-journal-arrow-down") - return this - } - - public val biJournalArrowUp: BootstrapIconsClasses - get() { - classes("bi-journal-arrow-up") - return this - } - - public val biJournalBookmarkFill: BootstrapIconsClasses - get() { - classes("bi-journal-bookmark-fill") - return this - } - - public val biJournalBookmark: BootstrapIconsClasses - get() { - classes("bi-journal-bookmark") - return this - } - - public val biJournalCheck: BootstrapIconsClasses - get() { - classes("bi-journal-check") - return this - } - - public val biJournalCode: BootstrapIconsClasses - get() { - classes("bi-journal-code") - return this - } - - public val biJournalMedical: BootstrapIconsClasses - get() { - classes("bi-journal-medical") - return this - } - - public val biJournalMinus: BootstrapIconsClasses - get() { - classes("bi-journal-minus") - return this - } - - public val biJournalPlus: BootstrapIconsClasses - get() { - classes("bi-journal-plus") - return this - } - - public val biJournalRichtext: BootstrapIconsClasses - get() { - classes("bi-journal-richtext") - return this - } - - public val biJournalText: BootstrapIconsClasses - get() { - classes("bi-journal-text") - return this - } - - public val biJournalX: BootstrapIconsClasses - get() { - classes("bi-journal-x") - return this - } - - public val biJournal: BootstrapIconsClasses - get() { - classes("bi-journal") - return this - } - - public val biJournals: BootstrapIconsClasses - get() { - classes("bi-journals") - return this - } - - public val biJoystick: BootstrapIconsClasses - get() { - classes("bi-joystick") - return this - } - - public val biJustifyLeft: BootstrapIconsClasses - get() { - classes("bi-justify-left") - return this - } - - public val biJustifyRight: BootstrapIconsClasses - get() { - classes("bi-justify-right") - return this - } - - public val biJustify: BootstrapIconsClasses - get() { - classes("bi-justify") - return this - } - - public val biKanbanFill: BootstrapIconsClasses - get() { - classes("bi-kanban-fill") - return this - } - - public val biKanban: BootstrapIconsClasses - get() { - classes("bi-kanban") - return this - } - - public val biKeyFill: BootstrapIconsClasses - get() { - classes("bi-key-fill") - return this - } - - public val biKey: BootstrapIconsClasses - get() { - classes("bi-key") - return this - } - - public val biKeyboardFill: BootstrapIconsClasses - get() { - classes("bi-keyboard-fill") - return this - } - - public val biKeyboard: BootstrapIconsClasses - get() { - classes("bi-keyboard") - return this - } - - public val biLadder: BootstrapIconsClasses - get() { - classes("bi-ladder") - return this - } - - public val biLampFill: BootstrapIconsClasses - get() { - classes("bi-lamp-fill") - return this - } - - public val biLamp: BootstrapIconsClasses - get() { - classes("bi-lamp") - return this - } - - public val biLaptopFill: BootstrapIconsClasses - get() { - classes("bi-laptop-fill") - return this - } - - public val biLaptop: BootstrapIconsClasses - get() { - classes("bi-laptop") - return this - } - - public val biLayerBackward: BootstrapIconsClasses - get() { - classes("bi-layer-backward") - return this - } - - public val biLayerForward: BootstrapIconsClasses - get() { - classes("bi-layer-forward") - return this - } - - public val biLayersFill: BootstrapIconsClasses - get() { - classes("bi-layers-fill") - return this - } - - public val biLayersHalf: BootstrapIconsClasses - get() { - classes("bi-layers-half") - return this - } - - public val biLayers: BootstrapIconsClasses - get() { - classes("bi-layers") - return this - } - - public val biLayoutSidebarInsetReverse: BootstrapIconsClasses - get() { - classes("bi-layout-sidebar-inset-reverse") - return this - } - - public val biLayoutSidebarInset: BootstrapIconsClasses - get() { - classes("bi-layout-sidebar-inset") - return this - } - - public val biLayoutSidebarReverse: BootstrapIconsClasses - get() { - classes("bi-layout-sidebar-reverse") - return this - } - - public val biLayoutSidebar: BootstrapIconsClasses - get() { - classes("bi-layout-sidebar") - return this - } - - public val biLayoutSplit: BootstrapIconsClasses - get() { - classes("bi-layout-split") - return this - } - - public val biLayoutTextSidebarReverse: BootstrapIconsClasses - get() { - classes("bi-layout-text-sidebar-reverse") - return this - } - - public val biLayoutTextSidebar: BootstrapIconsClasses - get() { - classes("bi-layout-text-sidebar") - return this - } - - public val biLayoutTextWindowReverse: BootstrapIconsClasses - get() { - classes("bi-layout-text-window-reverse") - return this - } - - public val biLayoutTextWindow: BootstrapIconsClasses - get() { - classes("bi-layout-text-window") - return this - } - - public val biLayoutThreeColumns: BootstrapIconsClasses - get() { - classes("bi-layout-three-columns") - return this - } - - public val biLayoutWtf: BootstrapIconsClasses - get() { - classes("bi-layout-wtf") - return this - } - - public val biLifePreserver: BootstrapIconsClasses - get() { - classes("bi-life-preserver") - return this - } - - public val biLightbulbFill: BootstrapIconsClasses - get() { - classes("bi-lightbulb-fill") - return this - } - - public val biLightbulbOffFill: BootstrapIconsClasses - get() { - classes("bi-lightbulb-off-fill") - return this - } - - public val biLightbulbOff: BootstrapIconsClasses - get() { - classes("bi-lightbulb-off") - return this - } - - public val biLightbulb: BootstrapIconsClasses - get() { - classes("bi-lightbulb") - return this - } - - public val biLightningChargeFill: BootstrapIconsClasses - get() { - classes("bi-lightning-charge-fill") - return this - } - - public val biLightningCharge: BootstrapIconsClasses - get() { - classes("bi-lightning-charge") - return this - } - - public val biLightningFill: BootstrapIconsClasses - get() { - classes("bi-lightning-fill") - return this - } - - public val biLightning: BootstrapIconsClasses - get() { - classes("bi-lightning") - return this - } - - public val biLink45deg: BootstrapIconsClasses - get() { - classes("bi-link-45deg") - return this - } - - public val biLink: BootstrapIconsClasses - get() { - classes("bi-link") - return this - } - - public val biLinkedin: BootstrapIconsClasses - get() { - classes("bi-linkedin") - return this - } - - public val biListCheck: BootstrapIconsClasses - get() { - classes("bi-list-check") - return this - } - - public val biListNested: BootstrapIconsClasses - get() { - classes("bi-list-nested") - return this - } - - public val biListOl: BootstrapIconsClasses - get() { - classes("bi-list-ol") - return this - } - - public val biListStars: BootstrapIconsClasses - get() { - classes("bi-list-stars") - return this - } - - public val biListTask: BootstrapIconsClasses - get() { - classes("bi-list-task") - return this - } - - public val biListUl: BootstrapIconsClasses - get() { - classes("bi-list-ul") - return this - } - - public val biList: BootstrapIconsClasses - get() { - classes("bi-list") - return this - } - - public val biLockFill: BootstrapIconsClasses - get() { - classes("bi-lock-fill") - return this - } - - public val biLock: BootstrapIconsClasses - get() { - classes("bi-lock") - return this - } - - public val biMailbox: BootstrapIconsClasses - get() { - classes("bi-mailbox") - return this - } - - public val biMailbox2: BootstrapIconsClasses - get() { - classes("bi-mailbox2") - return this - } - - public val biMapFill: BootstrapIconsClasses - get() { - classes("bi-map-fill") - return this - } - - public val biMap: BootstrapIconsClasses - get() { - classes("bi-map") - return this - } - - public val biMarkdownFill: BootstrapIconsClasses - get() { - classes("bi-markdown-fill") - return this - } - - public val biMarkdown: BootstrapIconsClasses - get() { - classes("bi-markdown") - return this - } - - public val biMask: BootstrapIconsClasses - get() { - classes("bi-mask") - return this - } - - public val biMegaphoneFill: BootstrapIconsClasses - get() { - classes("bi-megaphone-fill") - return this - } - - public val biMegaphone: BootstrapIconsClasses - get() { - classes("bi-megaphone") - return this - } - - public val biMenuAppFill: BootstrapIconsClasses - get() { - classes("bi-menu-app-fill") - return this - } - - public val biMenuApp: BootstrapIconsClasses - get() { - classes("bi-menu-app") - return this - } - - public val biMenuButtonFill: BootstrapIconsClasses - get() { - classes("bi-menu-button-fill") - return this - } - - public val biMenuButtonWideFill: BootstrapIconsClasses - get() { - classes("bi-menu-button-wide-fill") - return this - } - - public val biMenuButtonWide: BootstrapIconsClasses - get() { - classes("bi-menu-button-wide") - return this - } - - public val biMenuButton: BootstrapIconsClasses - get() { - classes("bi-menu-button") - return this - } - - public val biMenuDown: BootstrapIconsClasses - get() { - classes("bi-menu-down") - return this - } - - public val biMenuUp: BootstrapIconsClasses - get() { - classes("bi-menu-up") - return this - } - - public val biMicFill: BootstrapIconsClasses - get() { - classes("bi-mic-fill") - return this - } - - public val biMicMuteFill: BootstrapIconsClasses - get() { - classes("bi-mic-mute-fill") - return this - } - - public val biMicMute: BootstrapIconsClasses - get() { - classes("bi-mic-mute") - return this - } - - public val biMic: BootstrapIconsClasses - get() { - classes("bi-mic") - return this - } - - public val biMinecartLoaded: BootstrapIconsClasses - get() { - classes("bi-minecart-loaded") - return this - } - - public val biMinecart: BootstrapIconsClasses - get() { - classes("bi-minecart") - return this - } - - public val biMoisture: BootstrapIconsClasses - get() { - classes("bi-moisture") - return this - } - - public val biMoonFill: BootstrapIconsClasses - get() { - classes("bi-moon-fill") - return this - } - - public val biMoonStarsFill: BootstrapIconsClasses - get() { - classes("bi-moon-stars-fill") - return this - } - - public val biMoonStars: BootstrapIconsClasses - get() { - classes("bi-moon-stars") - return this - } - - public val biMoon: BootstrapIconsClasses - get() { - classes("bi-moon") - return this - } - - public val biMouseFill: BootstrapIconsClasses - get() { - classes("bi-mouse-fill") - return this - } - - public val biMouse: BootstrapIconsClasses - get() { - classes("bi-mouse") - return this - } - - public val biMouse2Fill: BootstrapIconsClasses - get() { - classes("bi-mouse2-fill") - return this - } - - public val biMouse2: BootstrapIconsClasses - get() { - classes("bi-mouse2") - return this - } - - public val biMouse3Fill: BootstrapIconsClasses - get() { - classes("bi-mouse3-fill") - return this - } - - public val biMouse3: BootstrapIconsClasses - get() { - classes("bi-mouse3") - return this - } - - public val biMusicNoteBeamed: BootstrapIconsClasses - get() { - classes("bi-music-note-beamed") - return this - } - - public val biMusicNoteList: BootstrapIconsClasses - get() { - classes("bi-music-note-list") - return this - } - - public val biMusicNote: BootstrapIconsClasses - get() { - classes("bi-music-note") - return this - } - - public val biMusicPlayerFill: BootstrapIconsClasses - get() { - classes("bi-music-player-fill") - return this - } - - public val biMusicPlayer: BootstrapIconsClasses - get() { - classes("bi-music-player") - return this - } - - public val biNewspaper: BootstrapIconsClasses - get() { - classes("bi-newspaper") - return this - } - - public val biNodeMinusFill: BootstrapIconsClasses - get() { - classes("bi-node-minus-fill") - return this - } - - public val biNodeMinus: BootstrapIconsClasses - get() { - classes("bi-node-minus") - return this - } - - public val biNodePlusFill: BootstrapIconsClasses - get() { - classes("bi-node-plus-fill") - return this - } - - public val biNodePlus: BootstrapIconsClasses - get() { - classes("bi-node-plus") - return this - } - - public val biNutFill: BootstrapIconsClasses - get() { - classes("bi-nut-fill") - return this - } - - public val biNut: BootstrapIconsClasses - get() { - classes("bi-nut") - return this - } - - public val biOctagonFill: BootstrapIconsClasses - get() { - classes("bi-octagon-fill") - return this - } - - public val biOctagonHalf: BootstrapIconsClasses - get() { - classes("bi-octagon-half") - return this - } - - public val biOctagon: BootstrapIconsClasses - get() { - classes("bi-octagon") - return this - } - - public val biOption: BootstrapIconsClasses - get() { - classes("bi-option") - return this - } - - public val biOutlet: BootstrapIconsClasses - get() { - classes("bi-outlet") - return this - } - - public val biPaintBucket: BootstrapIconsClasses - get() { - classes("bi-paint-bucket") - return this - } - - public val biPaletteFill: BootstrapIconsClasses - get() { - classes("bi-palette-fill") - return this - } - - public val biPalette: BootstrapIconsClasses - get() { - classes("bi-palette") - return this - } - - public val biPalette2: BootstrapIconsClasses - get() { - classes("bi-palette2") - return this - } - - public val biPaperclip: BootstrapIconsClasses - get() { - classes("bi-paperclip") - return this - } - - public val biParagraph: BootstrapIconsClasses - get() { - classes("bi-paragraph") - return this - } - - public val biPatchCheckFill: BootstrapIconsClasses - get() { - classes("bi-patch-check-fill") - return this - } - - public val biPatchCheck: BootstrapIconsClasses - get() { - classes("bi-patch-check") - return this - } - - public val biPatchExclamationFill: BootstrapIconsClasses - get() { - classes("bi-patch-exclamation-fill") - return this - } - - public val biPatchExclamation: BootstrapIconsClasses - get() { - classes("bi-patch-exclamation") - return this - } - - public val biPatchMinusFill: BootstrapIconsClasses - get() { - classes("bi-patch-minus-fill") - return this - } - - public val biPatchMinus: BootstrapIconsClasses - get() { - classes("bi-patch-minus") - return this - } - - public val biPatchPlusFill: BootstrapIconsClasses - get() { - classes("bi-patch-plus-fill") - return this - } - - public val biPatchPlus: BootstrapIconsClasses - get() { - classes("bi-patch-plus") - return this - } - - public val biPatchQuestionFill: BootstrapIconsClasses - get() { - classes("bi-patch-question-fill") - return this - } - - public val biPatchQuestion: BootstrapIconsClasses - get() { - classes("bi-patch-question") - return this - } - - public val biPauseBtnFill: BootstrapIconsClasses - get() { - classes("bi-pause-btn-fill") - return this - } - - public val biPauseBtn: BootstrapIconsClasses - get() { - classes("bi-pause-btn") - return this - } - - public val biPauseCircleFill: BootstrapIconsClasses - get() { - classes("bi-pause-circle-fill") - return this - } - - public val biPauseCircle: BootstrapIconsClasses - get() { - classes("bi-pause-circle") - return this - } - - public val biPauseFill: BootstrapIconsClasses - get() { - classes("bi-pause-fill") - return this - } - - public val biPause: BootstrapIconsClasses - get() { - classes("bi-pause") - return this - } - - public val biPeaceFill: BootstrapIconsClasses - get() { - classes("bi-peace-fill") - return this - } - - public val biPeace: BootstrapIconsClasses - get() { - classes("bi-peace") - return this - } - - public val biPenFill: BootstrapIconsClasses - get() { - classes("bi-pen-fill") - return this - } - - public val biPen: BootstrapIconsClasses - get() { - classes("bi-pen") - return this - } - - public val biPencilFill: BootstrapIconsClasses - get() { - classes("bi-pencil-fill") - return this - } - - public val biPencilSquare: BootstrapIconsClasses - get() { - classes("bi-pencil-square") - return this - } - - public val biPencil: BootstrapIconsClasses - get() { - classes("bi-pencil") - return this - } - - public val biPentagonFill: BootstrapIconsClasses - get() { - classes("bi-pentagon-fill") - return this - } - - public val biPentagonHalf: BootstrapIconsClasses - get() { - classes("bi-pentagon-half") - return this - } - - public val biPentagon: BootstrapIconsClasses - get() { - classes("bi-pentagon") - return this - } - - public val biPeopleFill: BootstrapIconsClasses - get() { - classes("bi-people-fill") - return this - } - - public val biPeople: BootstrapIconsClasses - get() { - classes("bi-people") - return this - } - - public val biPercent: BootstrapIconsClasses - get() { - classes("bi-percent") - return this - } - - public val biPersonBadgeFill: BootstrapIconsClasses - get() { - classes("bi-person-badge-fill") - return this - } - - public val biPersonBadge: BootstrapIconsClasses - get() { - classes("bi-person-badge") - return this - } - - public val biPersonBoundingBox: BootstrapIconsClasses - get() { - classes("bi-person-bounding-box") - return this - } - - public val biPersonCheckFill: BootstrapIconsClasses - get() { - classes("bi-person-check-fill") - return this - } - - public val biPersonCheck: BootstrapIconsClasses - get() { - classes("bi-person-check") - return this - } - - public val biPersonCircle: BootstrapIconsClasses - get() { - classes("bi-person-circle") - return this - } - - public val biPersonDashFill: BootstrapIconsClasses - get() { - classes("bi-person-dash-fill") - return this - } - - public val biPersonDash: BootstrapIconsClasses - get() { - classes("bi-person-dash") - return this - } - - public val biPersonFill: BootstrapIconsClasses - get() { - classes("bi-person-fill") - return this - } - - public val biPersonLinesFill: BootstrapIconsClasses - get() { - classes("bi-person-lines-fill") - return this - } - - public val biPersonPlusFill: BootstrapIconsClasses - get() { - classes("bi-person-plus-fill") - return this - } - - public val biPersonPlus: BootstrapIconsClasses - get() { - classes("bi-person-plus") - return this - } - - public val biPersonSquare: BootstrapIconsClasses - get() { - classes("bi-person-square") - return this - } - - public val biPersonXFill: BootstrapIconsClasses - get() { - classes("bi-person-x-fill") - return this - } - - public val biPersonX: BootstrapIconsClasses - get() { - classes("bi-person-x") - return this - } - - public val biPerson: BootstrapIconsClasses - get() { - classes("bi-person") - return this - } - - public val biPhoneFill: BootstrapIconsClasses - get() { - classes("bi-phone-fill") - return this - } - - public val biPhoneLandscapeFill: BootstrapIconsClasses - get() { - classes("bi-phone-landscape-fill") - return this - } - - public val biPhoneLandscape: BootstrapIconsClasses - get() { - classes("bi-phone-landscape") - return this - } - - public val biPhoneVibrateFill: BootstrapIconsClasses - get() { - classes("bi-phone-vibrate-fill") - return this - } - - public val biPhoneVibrate: BootstrapIconsClasses - get() { - classes("bi-phone-vibrate") - return this - } - - public val biPhone: BootstrapIconsClasses - get() { - classes("bi-phone") - return this - } - - public val biPieChartFill: BootstrapIconsClasses - get() { - classes("bi-pie-chart-fill") - return this - } - - public val biPieChart: BootstrapIconsClasses - get() { - classes("bi-pie-chart") - return this - } - - public val biPinAngleFill: BootstrapIconsClasses - get() { - classes("bi-pin-angle-fill") - return this - } - - public val biPinAngle: BootstrapIconsClasses - get() { - classes("bi-pin-angle") - return this - } - - public val biPinFill: BootstrapIconsClasses - get() { - classes("bi-pin-fill") - return this - } - - public val biPin: BootstrapIconsClasses - get() { - classes("bi-pin") - return this - } - - public val biPipFill: BootstrapIconsClasses - get() { - classes("bi-pip-fill") - return this - } - - public val biPip: BootstrapIconsClasses - get() { - classes("bi-pip") - return this - } - - public val biPlayBtnFill: BootstrapIconsClasses - get() { - classes("bi-play-btn-fill") - return this - } - - public val biPlayBtn: BootstrapIconsClasses - get() { - classes("bi-play-btn") - return this - } - - public val biPlayCircleFill: BootstrapIconsClasses - get() { - classes("bi-play-circle-fill") - return this - } - - public val biPlayCircle: BootstrapIconsClasses - get() { - classes("bi-play-circle") - return this - } - - public val biPlayFill: BootstrapIconsClasses - get() { - classes("bi-play-fill") - return this - } - - public val biPlay: BootstrapIconsClasses - get() { - classes("bi-play") - return this - } - - public val biPlugFill: BootstrapIconsClasses - get() { - classes("bi-plug-fill") - return this - } - - public val biPlug: BootstrapIconsClasses - get() { - classes("bi-plug") - return this - } - - public val biPlusCircleDotted: BootstrapIconsClasses - get() { - classes("bi-plus-circle-dotted") - return this - } - - public val biPlusCircleFill: BootstrapIconsClasses - get() { - classes("bi-plus-circle-fill") - return this - } - - public val biPlusCircle: BootstrapIconsClasses - get() { - classes("bi-plus-circle") - return this - } - - public val biPlusSquareDotted: BootstrapIconsClasses - get() { - classes("bi-plus-square-dotted") - return this - } - - public val biPlusSquareFill: BootstrapIconsClasses - get() { - classes("bi-plus-square-fill") - return this - } - - public val biPlusSquare: BootstrapIconsClasses - get() { - classes("bi-plus-square") - return this - } - - public val biPlus: BootstrapIconsClasses - get() { - classes("bi-plus") - return this - } - - public val biPower: BootstrapIconsClasses - get() { - classes("bi-power") - return this - } - - public val biPrinterFill: BootstrapIconsClasses - get() { - classes("bi-printer-fill") - return this - } - - public val biPrinter: BootstrapIconsClasses - get() { - classes("bi-printer") - return this - } - - public val biPuzzleFill: BootstrapIconsClasses - get() { - classes("bi-puzzle-fill") - return this - } - - public val biPuzzle: BootstrapIconsClasses - get() { - classes("bi-puzzle") - return this - } - - public val biQuestionCircleFill: BootstrapIconsClasses - get() { - classes("bi-question-circle-fill") - return this - } - - public val biQuestionCircle: BootstrapIconsClasses - get() { - classes("bi-question-circle") - return this - } - - public val biQuestionDiamondFill: BootstrapIconsClasses - get() { - classes("bi-question-diamond-fill") - return this - } - - public val biQuestionDiamond: BootstrapIconsClasses - get() { - classes("bi-question-diamond") - return this - } - - public val biQuestionOctagonFill: BootstrapIconsClasses - get() { - classes("bi-question-octagon-fill") - return this - } - - public val biQuestionOctagon: BootstrapIconsClasses - get() { - classes("bi-question-octagon") - return this - } - - public val biQuestionSquareFill: BootstrapIconsClasses - get() { - classes("bi-question-square-fill") - return this - } - - public val biQuestionSquare: BootstrapIconsClasses - get() { - classes("bi-question-square") - return this - } - - public val biQuestion: BootstrapIconsClasses - get() { - classes("bi-question") - return this - } - - public val biRainbow: BootstrapIconsClasses - get() { - classes("bi-rainbow") - return this - } - - public val biReceiptCutoff: BootstrapIconsClasses - get() { - classes("bi-receipt-cutoff") - return this - } - - public val biReceipt: BootstrapIconsClasses - get() { - classes("bi-receipt") - return this - } - - public val biReception0: BootstrapIconsClasses - get() { - classes("bi-reception-0") - return this - } - - public val biReception1: BootstrapIconsClasses - get() { - classes("bi-reception-1") - return this - } - - public val biReception2: BootstrapIconsClasses - get() { - classes("bi-reception-2") - return this - } - - public val biReception3: BootstrapIconsClasses - get() { - classes("bi-reception-3") - return this - } - - public val biReception4: BootstrapIconsClasses - get() { - classes("bi-reception-4") - return this - } - - public val biRecordBtnFill: BootstrapIconsClasses - get() { - classes("bi-record-btn-fill") - return this - } - - public val biRecordBtn: BootstrapIconsClasses - get() { - classes("bi-record-btn") - return this - } - - public val biRecordCircleFill: BootstrapIconsClasses - get() { - classes("bi-record-circle-fill") - return this - } - - public val biRecordCircle: BootstrapIconsClasses - get() { - classes("bi-record-circle") - return this - } - - public val biRecordFill: BootstrapIconsClasses - get() { - classes("bi-record-fill") - return this - } - - public val biRecord: BootstrapIconsClasses - get() { - classes("bi-record") - return this - } - - public val biRecord2Fill: BootstrapIconsClasses - get() { - classes("bi-record2-fill") - return this - } - - public val biRecord2: BootstrapIconsClasses - get() { - classes("bi-record2") - return this - } - - public val biReplyAllFill: BootstrapIconsClasses - get() { - classes("bi-reply-all-fill") - return this - } - - public val biReplyAll: BootstrapIconsClasses - get() { - classes("bi-reply-all") - return this - } - - public val biReplyFill: BootstrapIconsClasses - get() { - classes("bi-reply-fill") - return this - } - - public val biReply: BootstrapIconsClasses - get() { - classes("bi-reply") - return this - } - - public val biRssFill: BootstrapIconsClasses - get() { - classes("bi-rss-fill") - return this - } - - public val biRss: BootstrapIconsClasses - get() { - classes("bi-rss") - return this - } - - public val biRulers: BootstrapIconsClasses - get() { - classes("bi-rulers") - return this - } - - public val biSaveFill: BootstrapIconsClasses - get() { - classes("bi-save-fill") - return this - } - - public val biSave: BootstrapIconsClasses - get() { - classes("bi-save") - return this - } - - public val biSave2Fill: BootstrapIconsClasses - get() { - classes("bi-save2-fill") - return this - } - - public val biSave2: BootstrapIconsClasses - get() { - classes("bi-save2") - return this - } - - public val biScissors: BootstrapIconsClasses - get() { - classes("bi-scissors") - return this - } - - public val biScrewdriver: BootstrapIconsClasses - get() { - classes("bi-screwdriver") - return this - } - - public val biSearch: BootstrapIconsClasses - get() { - classes("bi-search") - return this - } - - public val biSegmentedNav: BootstrapIconsClasses - get() { - classes("bi-segmented-nav") - return this - } - - public val biServer: BootstrapIconsClasses - get() { - classes("bi-server") - return this - } - - public val biShareFill: BootstrapIconsClasses - get() { - classes("bi-share-fill") - return this - } - - public val biShare: BootstrapIconsClasses - get() { - classes("bi-share") - return this - } - - public val biShieldCheck: BootstrapIconsClasses - get() { - classes("bi-shield-check") - return this - } - - public val biShieldExclamation: BootstrapIconsClasses - get() { - classes("bi-shield-exclamation") - return this - } - - public val biShieldFillCheck: BootstrapIconsClasses - get() { - classes("bi-shield-fill-check") - return this - } - - public val biShieldFillExclamation: BootstrapIconsClasses - get() { - classes("bi-shield-fill-exclamation") - return this - } - - public val biShieldFillMinus: BootstrapIconsClasses - get() { - classes("bi-shield-fill-minus") - return this - } - - public val biShieldFillPlus: BootstrapIconsClasses - get() { - classes("bi-shield-fill-plus") - return this - } - - public val biShieldFillX: BootstrapIconsClasses - get() { - classes("bi-shield-fill-x") - return this - } - - public val biShieldFill: BootstrapIconsClasses - get() { - classes("bi-shield-fill") - return this - } - - public val biShieldLockFill: BootstrapIconsClasses - get() { - classes("bi-shield-lock-fill") - return this - } - - public val biShieldLock: BootstrapIconsClasses - get() { - classes("bi-shield-lock") - return this - } - - public val biShieldMinus: BootstrapIconsClasses - get() { - classes("bi-shield-minus") - return this - } - - public val biShieldPlus: BootstrapIconsClasses - get() { - classes("bi-shield-plus") - return this - } - - public val biShieldShaded: BootstrapIconsClasses - get() { - classes("bi-shield-shaded") - return this - } - - public val biShieldSlashFill: BootstrapIconsClasses - get() { - classes("bi-shield-slash-fill") - return this - } - - public val biShieldSlash: BootstrapIconsClasses - get() { - classes("bi-shield-slash") - return this - } - - public val biShieldX: BootstrapIconsClasses - get() { - classes("bi-shield-x") - return this - } - - public val biShield: BootstrapIconsClasses - get() { - classes("bi-shield") - return this - } - - public val biShiftFill: BootstrapIconsClasses - get() { - classes("bi-shift-fill") - return this - } - - public val biShift: BootstrapIconsClasses - get() { - classes("bi-shift") - return this - } - - public val biShopWindow: BootstrapIconsClasses - get() { - classes("bi-shop-window") - return this - } - - public val biShop: BootstrapIconsClasses - get() { - classes("bi-shop") - return this - } - - public val biShuffle: BootstrapIconsClasses - get() { - classes("bi-shuffle") - return this - } - - public val biSignpost2Fill: BootstrapIconsClasses - get() { - classes("bi-signpost-2-fill") - return this - } - - public val biSignpost2: BootstrapIconsClasses - get() { - classes("bi-signpost-2") - return this - } - - public val biSignpostFill: BootstrapIconsClasses - get() { - classes("bi-signpost-fill") - return this - } - - public val biSignpostSplitFill: BootstrapIconsClasses - get() { - classes("bi-signpost-split-fill") - return this - } - - public val biSignpostSplit: BootstrapIconsClasses - get() { - classes("bi-signpost-split") - return this - } - - public val biSignpost: BootstrapIconsClasses - get() { - classes("bi-signpost") - return this - } - - public val biSimFill: BootstrapIconsClasses - get() { - classes("bi-sim-fill") - return this - } - - public val biSim: BootstrapIconsClasses - get() { - classes("bi-sim") - return this - } - - public val biSkipBackwardBtnFill: BootstrapIconsClasses - get() { - classes("bi-skip-backward-btn-fill") - return this - } - - public val biSkipBackwardBtn: BootstrapIconsClasses - get() { - classes("bi-skip-backward-btn") - return this - } - - public val biSkipBackwardCircleFill: BootstrapIconsClasses - get() { - classes("bi-skip-backward-circle-fill") - return this - } - - public val biSkipBackwardCircle: BootstrapIconsClasses - get() { - classes("bi-skip-backward-circle") - return this - } - - public val biSkipBackwardFill: BootstrapIconsClasses - get() { - classes("bi-skip-backward-fill") - return this - } - - public val biSkipBackward: BootstrapIconsClasses - get() { - classes("bi-skip-backward") - return this - } - - public val biSkipEndBtnFill: BootstrapIconsClasses - get() { - classes("bi-skip-end-btn-fill") - return this - } - - public val biSkipEndBtn: BootstrapIconsClasses - get() { - classes("bi-skip-end-btn") - return this - } - - public val biSkipEndCircleFill: BootstrapIconsClasses - get() { - classes("bi-skip-end-circle-fill") - return this - } - - public val biSkipEndCircle: BootstrapIconsClasses - get() { - classes("bi-skip-end-circle") - return this - } - - public val biSkipEndFill: BootstrapIconsClasses - get() { - classes("bi-skip-end-fill") - return this - } - - public val biSkipEnd: BootstrapIconsClasses - get() { - classes("bi-skip-end") - return this - } - - public val biSkipForwardBtnFill: BootstrapIconsClasses - get() { - classes("bi-skip-forward-btn-fill") - return this - } - - public val biSkipForwardBtn: BootstrapIconsClasses - get() { - classes("bi-skip-forward-btn") - return this - } - - public val biSkipForwardCircleFill: BootstrapIconsClasses - get() { - classes("bi-skip-forward-circle-fill") - return this - } - - public val biSkipForwardCircle: BootstrapIconsClasses - get() { - classes("bi-skip-forward-circle") - return this - } - - public val biSkipForwardFill: BootstrapIconsClasses - get() { - classes("bi-skip-forward-fill") - return this - } - - public val biSkipForward: BootstrapIconsClasses - get() { - classes("bi-skip-forward") - return this - } - - public val biSkipStartBtnFill: BootstrapIconsClasses - get() { - classes("bi-skip-start-btn-fill") - return this - } - - public val biSkipStartBtn: BootstrapIconsClasses - get() { - classes("bi-skip-start-btn") - return this - } - - public val biSkipStartCircleFill: BootstrapIconsClasses - get() { - classes("bi-skip-start-circle-fill") - return this - } - - public val biSkipStartCircle: BootstrapIconsClasses - get() { - classes("bi-skip-start-circle") - return this - } - - public val biSkipStartFill: BootstrapIconsClasses - get() { - classes("bi-skip-start-fill") - return this - } - - public val biSkipStart: BootstrapIconsClasses - get() { - classes("bi-skip-start") - return this - } - - public val biSlack: BootstrapIconsClasses - get() { - classes("bi-slack") - return this - } - - public val biSlashCircleFill: BootstrapIconsClasses - get() { - classes("bi-slash-circle-fill") - return this - } - - public val biSlashCircle: BootstrapIconsClasses - get() { - classes("bi-slash-circle") - return this - } - - public val biSlashSquareFill: BootstrapIconsClasses - get() { - classes("bi-slash-square-fill") - return this - } - - public val biSlashSquare: BootstrapIconsClasses - get() { - classes("bi-slash-square") - return this - } - - public val biSlash: BootstrapIconsClasses - get() { - classes("bi-slash") - return this - } - - public val biSliders: BootstrapIconsClasses - get() { - classes("bi-sliders") - return this - } - - public val biSmartwatch: BootstrapIconsClasses - get() { - classes("bi-smartwatch") - return this - } - - public val biSnow: BootstrapIconsClasses - get() { - classes("bi-snow") - return this - } - - public val biSnow2: BootstrapIconsClasses - get() { - classes("bi-snow2") - return this - } - - public val biSnow3: BootstrapIconsClasses - get() { - classes("bi-snow3") - return this - } - - public val biSortAlphaDownAlt: BootstrapIconsClasses - get() { - classes("bi-sort-alpha-down-alt") - return this - } - - public val biSortAlphaDown: BootstrapIconsClasses - get() { - classes("bi-sort-alpha-down") - return this - } - - public val biSortAlphaUpAlt: BootstrapIconsClasses - get() { - classes("bi-sort-alpha-up-alt") - return this - } - - public val biSortAlphaUp: BootstrapIconsClasses - get() { - classes("bi-sort-alpha-up") - return this - } - - public val biSortDownAlt: BootstrapIconsClasses - get() { - classes("bi-sort-down-alt") - return this - } - - public val biSortDown: BootstrapIconsClasses - get() { - classes("bi-sort-down") - return this - } - - public val biSortNumericDownAlt: BootstrapIconsClasses - get() { - classes("bi-sort-numeric-down-alt") - return this - } - - public val biSortNumericDown: BootstrapIconsClasses - get() { - classes("bi-sort-numeric-down") - return this - } - - public val biSortNumericUpAlt: BootstrapIconsClasses - get() { - classes("bi-sort-numeric-up-alt") - return this - } - - public val biSortNumericUp: BootstrapIconsClasses - get() { - classes("bi-sort-numeric-up") - return this - } - - public val biSortUpAlt: BootstrapIconsClasses - get() { - classes("bi-sort-up-alt") - return this - } - - public val biSortUp: BootstrapIconsClasses - get() { - classes("bi-sort-up") - return this - } - - public val biSoundwave: BootstrapIconsClasses - get() { - classes("bi-soundwave") - return this - } - - public val biSpeakerFill: BootstrapIconsClasses - get() { - classes("bi-speaker-fill") - return this - } - - public val biSpeaker: BootstrapIconsClasses - get() { - classes("bi-speaker") - return this - } - - public val biSpeedometer: BootstrapIconsClasses - get() { - classes("bi-speedometer") - return this - } - - public val biSpeedometer2: BootstrapIconsClasses - get() { - classes("bi-speedometer2") - return this - } - - public val biSpellcheck: BootstrapIconsClasses - get() { - classes("bi-spellcheck") - return this - } - - public val biSquareFill: BootstrapIconsClasses - get() { - classes("bi-square-fill") - return this - } - - public val biSquareHalf: BootstrapIconsClasses - get() { - classes("bi-square-half") - return this - } - - public val biSquare: BootstrapIconsClasses - get() { - classes("bi-square") - return this - } - - public val biStack: BootstrapIconsClasses - get() { - classes("bi-stack") - return this - } - - public val biStarFill: BootstrapIconsClasses - get() { - classes("bi-star-fill") - return this - } - - public val biStarHalf: BootstrapIconsClasses - get() { - classes("bi-star-half") - return this - } - - public val biStar: BootstrapIconsClasses - get() { - classes("bi-star") - return this - } - - public val biStars: BootstrapIconsClasses - get() { - classes("bi-stars") - return this - } - - public val biStickiesFill: BootstrapIconsClasses - get() { - classes("bi-stickies-fill") - return this - } - - public val biStickies: BootstrapIconsClasses - get() { - classes("bi-stickies") - return this - } - - public val biStickyFill: BootstrapIconsClasses - get() { - classes("bi-sticky-fill") - return this - } - - public val biSticky: BootstrapIconsClasses - get() { - classes("bi-sticky") - return this - } - - public val biStopBtnFill: BootstrapIconsClasses - get() { - classes("bi-stop-btn-fill") - return this - } - - public val biStopBtn: BootstrapIconsClasses - get() { - classes("bi-stop-btn") - return this - } - - public val biStopCircleFill: BootstrapIconsClasses - get() { - classes("bi-stop-circle-fill") - return this - } - - public val biStopCircle: BootstrapIconsClasses - get() { - classes("bi-stop-circle") - return this - } - - public val biStopFill: BootstrapIconsClasses - get() { - classes("bi-stop-fill") - return this - } - - public val biStop: BootstrapIconsClasses - get() { - classes("bi-stop") - return this - } - - public val biStoplightsFill: BootstrapIconsClasses - get() { - classes("bi-stoplights-fill") - return this - } - - public val biStoplights: BootstrapIconsClasses - get() { - classes("bi-stoplights") - return this - } - - public val biStopwatchFill: BootstrapIconsClasses - get() { - classes("bi-stopwatch-fill") - return this - } - - public val biStopwatch: BootstrapIconsClasses - get() { - classes("bi-stopwatch") - return this - } - - public val biSubtract: BootstrapIconsClasses - get() { - classes("bi-subtract") - return this - } - - public val biSuitClubFill: BootstrapIconsClasses - get() { - classes("bi-suit-club-fill") - return this - } - - public val biSuitClub: BootstrapIconsClasses - get() { - classes("bi-suit-club") - return this - } - - public val biSuitDiamondFill: BootstrapIconsClasses - get() { - classes("bi-suit-diamond-fill") - return this - } - - public val biSuitDiamond: BootstrapIconsClasses - get() { - classes("bi-suit-diamond") - return this - } - - public val biSuitHeartFill: BootstrapIconsClasses - get() { - classes("bi-suit-heart-fill") - return this - } - - public val biSuitHeart: BootstrapIconsClasses - get() { - classes("bi-suit-heart") - return this - } - - public val biSuitSpadeFill: BootstrapIconsClasses - get() { - classes("bi-suit-spade-fill") - return this - } - - public val biSuitSpade: BootstrapIconsClasses - get() { - classes("bi-suit-spade") - return this - } - - public val biSunFill: BootstrapIconsClasses - get() { - classes("bi-sun-fill") - return this - } - - public val biSun: BootstrapIconsClasses - get() { - classes("bi-sun") - return this - } - - public val biSunglasses: BootstrapIconsClasses - get() { - classes("bi-sunglasses") - return this - } - - public val biSunriseFill: BootstrapIconsClasses - get() { - classes("bi-sunrise-fill") - return this - } - - public val biSunrise: BootstrapIconsClasses - get() { - classes("bi-sunrise") - return this - } - - public val biSunsetFill: BootstrapIconsClasses - get() { - classes("bi-sunset-fill") - return this - } - - public val biSunset: BootstrapIconsClasses - get() { - classes("bi-sunset") - return this - } - - public val biSymmetryHorizontal: BootstrapIconsClasses - get() { - classes("bi-symmetry-horizontal") - return this - } - - public val biSymmetryVertical: BootstrapIconsClasses - get() { - classes("bi-symmetry-vertical") - return this - } - - public val biTable: BootstrapIconsClasses - get() { - classes("bi-table") - return this - } - - public val biTabletFill: BootstrapIconsClasses - get() { - classes("bi-tablet-fill") - return this - } - - public val biTabletLandscapeFill: BootstrapIconsClasses - get() { - classes("bi-tablet-landscape-fill") - return this - } - - public val biTabletLandscape: BootstrapIconsClasses - get() { - classes("bi-tablet-landscape") - return this - } - - public val biTablet: BootstrapIconsClasses - get() { - classes("bi-tablet") - return this - } - - public val biTagFill: BootstrapIconsClasses - get() { - classes("bi-tag-fill") - return this - } - - public val biTag: BootstrapIconsClasses - get() { - classes("bi-tag") - return this - } - - public val biTagsFill: BootstrapIconsClasses - get() { - classes("bi-tags-fill") - return this - } - - public val biTags: BootstrapIconsClasses - get() { - classes("bi-tags") - return this - } - - public val biTelegram: BootstrapIconsClasses - get() { - classes("bi-telegram") - return this - } - - public val biTelephoneFill: BootstrapIconsClasses - get() { - classes("bi-telephone-fill") - return this - } - - public val biTelephoneForwardFill: BootstrapIconsClasses - get() { - classes("bi-telephone-forward-fill") - return this - } - - public val biTelephoneForward: BootstrapIconsClasses - get() { - classes("bi-telephone-forward") - return this - } - - public val biTelephoneInboundFill: BootstrapIconsClasses - get() { - classes("bi-telephone-inbound-fill") - return this - } - - public val biTelephoneInbound: BootstrapIconsClasses - get() { - classes("bi-telephone-inbound") - return this - } - - public val biTelephoneMinusFill: BootstrapIconsClasses - get() { - classes("bi-telephone-minus-fill") - return this - } - - public val biTelephoneMinus: BootstrapIconsClasses - get() { - classes("bi-telephone-minus") - return this - } - - public val biTelephoneOutboundFill: BootstrapIconsClasses - get() { - classes("bi-telephone-outbound-fill") - return this - } - - public val biTelephoneOutbound: BootstrapIconsClasses - get() { - classes("bi-telephone-outbound") - return this - } - - public val biTelephonePlusFill: BootstrapIconsClasses - get() { - classes("bi-telephone-plus-fill") - return this - } - - public val biTelephonePlus: BootstrapIconsClasses - get() { - classes("bi-telephone-plus") - return this - } - - public val biTelephoneXFill: BootstrapIconsClasses - get() { - classes("bi-telephone-x-fill") - return this - } - - public val biTelephoneX: BootstrapIconsClasses - get() { - classes("bi-telephone-x") - return this - } - - public val biTelephone: BootstrapIconsClasses - get() { - classes("bi-telephone") - return this - } - - public val biTerminalFill: BootstrapIconsClasses - get() { - classes("bi-terminal-fill") - return this - } - - public val biTerminal: BootstrapIconsClasses - get() { - classes("bi-terminal") - return this - } - - public val biTextCenter: BootstrapIconsClasses - get() { - classes("bi-text-center") - return this - } - - public val biTextIndentLeft: BootstrapIconsClasses - get() { - classes("bi-text-indent-left") - return this - } - - public val biTextIndentRight: BootstrapIconsClasses - get() { - classes("bi-text-indent-right") - return this - } - - public val biTextLeft: BootstrapIconsClasses - get() { - classes("bi-text-left") - return this - } - - public val biTextParagraph: BootstrapIconsClasses - get() { - classes("bi-text-paragraph") - return this - } - - public val biTextRight: BootstrapIconsClasses - get() { - classes("bi-text-right") - return this - } - - public val biTextareaResize: BootstrapIconsClasses - get() { - classes("bi-textarea-resize") - return this - } - - public val biTextareaT: BootstrapIconsClasses - get() { - classes("bi-textarea-t") - return this - } - - public val biTextarea: BootstrapIconsClasses - get() { - classes("bi-textarea") - return this - } - - public val biThermometerHalf: BootstrapIconsClasses - get() { - classes("bi-thermometer-half") - return this - } - - public val biThermometerHigh: BootstrapIconsClasses - get() { - classes("bi-thermometer-high") - return this - } - - public val biThermometerLow: BootstrapIconsClasses - get() { - classes("bi-thermometer-low") - return this - } - - public val biThermometerSnow: BootstrapIconsClasses - get() { - classes("bi-thermometer-snow") - return this - } - - public val biThermometerSun: BootstrapIconsClasses - get() { - classes("bi-thermometer-sun") - return this - } - - public val biThermometer: BootstrapIconsClasses - get() { - classes("bi-thermometer") - return this - } - - public val biThreeDotsVertical: BootstrapIconsClasses - get() { - classes("bi-three-dots-vertical") - return this - } - - public val biThreeDots: BootstrapIconsClasses - get() { - classes("bi-three-dots") - return this - } - - public val biToggleOff: BootstrapIconsClasses - get() { - classes("bi-toggle-off") - return this - } - - public val biToggleOn: BootstrapIconsClasses - get() { - classes("bi-toggle-on") - return this - } - - public val biToggle2Off: BootstrapIconsClasses - get() { - classes("bi-toggle2-off") - return this - } - - public val biToggle2On: BootstrapIconsClasses - get() { - classes("bi-toggle2-on") - return this - } - - public val biToggles: BootstrapIconsClasses - get() { - classes("bi-toggles") - return this - } - - public val biToggles2: BootstrapIconsClasses - get() { - classes("bi-toggles2") - return this - } - - public val biTools: BootstrapIconsClasses - get() { - classes("bi-tools") - return this - } - - public val biTornado: BootstrapIconsClasses - get() { - classes("bi-tornado") - return this - } - - public val biTrashFill: BootstrapIconsClasses - get() { - classes("bi-trash-fill") - return this - } - - public val biTrash: BootstrapIconsClasses - get() { - classes("bi-trash") - return this - } - - public val biTrash2Fill: BootstrapIconsClasses - get() { - classes("bi-trash2-fill") - return this - } - - public val biTrash2: BootstrapIconsClasses - get() { - classes("bi-trash2") - return this - } - - public val biTreeFill: BootstrapIconsClasses - get() { - classes("bi-tree-fill") - return this - } - - public val biTree: BootstrapIconsClasses - get() { - classes("bi-tree") - return this - } - - public val biTriangleFill: BootstrapIconsClasses - get() { - classes("bi-triangle-fill") - return this - } - - public val biTriangleHalf: BootstrapIconsClasses - get() { - classes("bi-triangle-half") - return this - } - - public val biTriangle: BootstrapIconsClasses - get() { - classes("bi-triangle") - return this - } - - public val biTrophyFill: BootstrapIconsClasses - get() { - classes("bi-trophy-fill") - return this - } - - public val biTrophy: BootstrapIconsClasses - get() { - classes("bi-trophy") - return this - } - - public val biTropicalStorm: BootstrapIconsClasses - get() { - classes("bi-tropical-storm") - return this - } - - public val biTruckFlatbed: BootstrapIconsClasses - get() { - classes("bi-truck-flatbed") - return this - } - - public val biTruck: BootstrapIconsClasses - get() { - classes("bi-truck") - return this - } - - public val biTsunami: BootstrapIconsClasses - get() { - classes("bi-tsunami") - return this - } - - public val biTvFill: BootstrapIconsClasses - get() { - classes("bi-tv-fill") - return this - } - - public val biTv: BootstrapIconsClasses - get() { - classes("bi-tv") - return this - } - - public val biTwitch: BootstrapIconsClasses - get() { - classes("bi-twitch") - return this - } - - public val biTwitter: BootstrapIconsClasses - get() { - classes("bi-twitter") - return this - } - - public val biTypeBold: BootstrapIconsClasses - get() { - classes("bi-type-bold") - return this - } - - public val biTypeH1: BootstrapIconsClasses - get() { - classes("bi-type-h1") - return this - } - - public val biTypeH2: BootstrapIconsClasses - get() { - classes("bi-type-h2") - return this - } - - public val biTypeH3: BootstrapIconsClasses - get() { - classes("bi-type-h3") - return this - } - - public val biTypeItalic: BootstrapIconsClasses - get() { - classes("bi-type-italic") - return this - } - - public val biTypeStrikethrough: BootstrapIconsClasses - get() { - classes("bi-type-strikethrough") - return this - } - - public val biTypeUnderline: BootstrapIconsClasses - get() { - classes("bi-type-underline") - return this - } - - public val biType: BootstrapIconsClasses - get() { - classes("bi-type") - return this - } - - public val biUiChecksGrid: BootstrapIconsClasses - get() { - classes("bi-ui-checks-grid") - return this - } - - public val biUiChecks: BootstrapIconsClasses - get() { - classes("bi-ui-checks") - return this - } - - public val biUiRadiosGrid: BootstrapIconsClasses - get() { - classes("bi-ui-radios-grid") - return this - } - - public val biUiRadios: BootstrapIconsClasses - get() { - classes("bi-ui-radios") - return this - } - - public val biUmbrellaFill: BootstrapIconsClasses - get() { - classes("bi-umbrella-fill") - return this - } - - public val biUmbrella: BootstrapIconsClasses - get() { - classes("bi-umbrella") - return this - } - - public val biUnion: BootstrapIconsClasses - get() { - classes("bi-union") - return this - } - - public val biUnlockFill: BootstrapIconsClasses - get() { - classes("bi-unlock-fill") - return this - } - - public val biUnlock: BootstrapIconsClasses - get() { - classes("bi-unlock") - return this - } - - public val biUpcScan: BootstrapIconsClasses - get() { - classes("bi-upc-scan") - return this - } - - public val biUpc: BootstrapIconsClasses - get() { - classes("bi-upc") - return this - } - - public val biUpload: BootstrapIconsClasses - get() { - classes("bi-upload") - return this - } - - public val biVectorPen: BootstrapIconsClasses - get() { - classes("bi-vector-pen") - return this - } - - public val biViewList: BootstrapIconsClasses - get() { - classes("bi-view-list") - return this - } - - public val biViewStacked: BootstrapIconsClasses - get() { - classes("bi-view-stacked") - return this - } - - public val biVinylFill: BootstrapIconsClasses - get() { - classes("bi-vinyl-fill") - return this - } - - public val biVinyl: BootstrapIconsClasses - get() { - classes("bi-vinyl") - return this - } - - public val biVoicemail: BootstrapIconsClasses - get() { - classes("bi-voicemail") - return this - } - - public val biVolumeDownFill: BootstrapIconsClasses - get() { - classes("bi-volume-down-fill") - return this - } - - public val biVolumeDown: BootstrapIconsClasses - get() { - classes("bi-volume-down") - return this - } - - public val biVolumeMuteFill: BootstrapIconsClasses - get() { - classes("bi-volume-mute-fill") - return this - } - - public val biVolumeMute: BootstrapIconsClasses - get() { - classes("bi-volume-mute") - return this - } - - public val biVolumeOffFill: BootstrapIconsClasses - get() { - classes("bi-volume-off-fill") - return this - } - - public val biVolumeOff: BootstrapIconsClasses - get() { - classes("bi-volume-off") - return this - } - - public val biVolumeUpFill: BootstrapIconsClasses - get() { - classes("bi-volume-up-fill") - return this - } - - public val biVolumeUp: BootstrapIconsClasses - get() { - classes("bi-volume-up") - return this - } - - public val biVr: BootstrapIconsClasses - get() { - classes("bi-vr") - return this - } - - public val biWalletFill: BootstrapIconsClasses - get() { - classes("bi-wallet-fill") - return this - } - - public val biWallet: BootstrapIconsClasses - get() { - classes("bi-wallet") - return this - } - - public val biWallet2: BootstrapIconsClasses - get() { - classes("bi-wallet2") - return this - } - - public val biWatch: BootstrapIconsClasses - get() { - classes("bi-watch") - return this - } - - public val biWater: BootstrapIconsClasses - get() { - classes("bi-water") - return this - } - - public val biWhatsapp: BootstrapIconsClasses - get() { - classes("bi-whatsapp") - return this - } - - public val biWifi1: BootstrapIconsClasses - get() { - classes("bi-wifi-1") - return this - } - - public val biWifi2: BootstrapIconsClasses - get() { - classes("bi-wifi-2") - return this - } - - public val biWifiOff: BootstrapIconsClasses - get() { - classes("bi-wifi-off") - return this - } - - public val biWifi: BootstrapIconsClasses - get() { - classes("bi-wifi") - return this - } - - public val biWind: BootstrapIconsClasses - get() { - classes("bi-wind") - return this - } - - public val biWindowDock: BootstrapIconsClasses - get() { - classes("bi-window-dock") - return this - } - - public val biWindowSidebar: BootstrapIconsClasses - get() { - classes("bi-window-sidebar") - return this - } - - public val biWindow: BootstrapIconsClasses - get() { - classes("bi-window") - return this - } - - public val biWrench: BootstrapIconsClasses - get() { - classes("bi-wrench") - return this - } - - public val biXCircleFill: BootstrapIconsClasses - get() { - classes("bi-x-circle-fill") - return this - } - - public val biXCircle: BootstrapIconsClasses - get() { - classes("bi-x-circle") - return this - } - - public val biXDiamondFill: BootstrapIconsClasses - get() { - classes("bi-x-diamond-fill") - return this - } - - public val biXDiamond: BootstrapIconsClasses - get() { - classes("bi-x-diamond") - return this - } - - public val biXOctagonFill: BootstrapIconsClasses - get() { - classes("bi-x-octagon-fill") - return this - } - - public val biXOctagon: BootstrapIconsClasses - get() { - classes("bi-x-octagon") - return this - } - - public val biXSquareFill: BootstrapIconsClasses - get() { - classes("bi-x-square-fill") - return this - } - - public val biXSquare: BootstrapIconsClasses - get() { - classes("bi-x-square") - return this - } - - public val biX: BootstrapIconsClasses - get() { - classes("bi-x") - return this - } - - public val biYoutube: BootstrapIconsClasses - get() { - classes("bi-youtube") - return this - } - - public val biZoomIn: BootstrapIconsClasses - get() { - classes("bi-zoom-in") - return this - } - - public val biZoomOut: BootstrapIconsClasses - get() { - classes("bi-zoom-out") - return this - } - - public val biBank: BootstrapIconsClasses - get() { - classes("bi-bank") - return this - } - - public val biBank2: BootstrapIconsClasses - get() { - classes("bi-bank2") - return this - } - - public val biBellSlashFill: BootstrapIconsClasses - get() { - classes("bi-bell-slash-fill") - return this - } - - public val biBellSlash: BootstrapIconsClasses - get() { - classes("bi-bell-slash") - return this - } - - public val biCashCoin: BootstrapIconsClasses - get() { - classes("bi-cash-coin") - return this - } - - public val biCheckLg: BootstrapIconsClasses - get() { - classes("bi-check-lg") - return this - } - - public val biCoin: BootstrapIconsClasses - get() { - classes("bi-coin") - return this - } - - public val biCurrencyBitcoin: BootstrapIconsClasses - get() { - classes("bi-currency-bitcoin") - return this - } - - public val biCurrencyDollar: BootstrapIconsClasses - get() { - classes("bi-currency-dollar") - return this - } - - public val biCurrencyEuro: BootstrapIconsClasses - get() { - classes("bi-currency-euro") - return this - } - - public val biCurrencyExchange: BootstrapIconsClasses - get() { - classes("bi-currency-exchange") - return this - } - - public val biCurrencyPound: BootstrapIconsClasses - get() { - classes("bi-currency-pound") - return this - } - - public val biCurrencyYen: BootstrapIconsClasses - get() { - classes("bi-currency-yen") - return this - } - - public val biDashLg: BootstrapIconsClasses - get() { - classes("bi-dash-lg") - return this - } - - public val biExclamationLg: BootstrapIconsClasses - get() { - classes("bi-exclamation-lg") - return this - } - - public val biFileEarmarkPdfFill: BootstrapIconsClasses - get() { - classes("bi-file-earmark-pdf-fill") - return this - } - - public val biFileEarmarkPdf: BootstrapIconsClasses - get() { - classes("bi-file-earmark-pdf") - return this - } - - public val biFilePdfFill: BootstrapIconsClasses - get() { - classes("bi-file-pdf-fill") - return this - } - - public val biFilePdf: BootstrapIconsClasses - get() { - classes("bi-file-pdf") - return this - } - - public val biGenderAmbiguous: BootstrapIconsClasses - get() { - classes("bi-gender-ambiguous") - return this - } - - public val biGenderFemale: BootstrapIconsClasses - get() { - classes("bi-gender-female") - return this - } - - public val biGenderMale: BootstrapIconsClasses - get() { - classes("bi-gender-male") - return this - } - - public val biGenderTrans: BootstrapIconsClasses - get() { - classes("bi-gender-trans") - return this - } - - public val biHeadsetVr: BootstrapIconsClasses - get() { - classes("bi-headset-vr") - return this - } - - public val biInfoLg: BootstrapIconsClasses - get() { - classes("bi-info-lg") - return this - } - - public val biMastodon: BootstrapIconsClasses - get() { - classes("bi-mastodon") - return this - } - - public val biMessenger: BootstrapIconsClasses - get() { - classes("bi-messenger") - return this - } - - public val biPiggyBankFill: BootstrapIconsClasses - get() { - classes("bi-piggy-bank-fill") - return this - } - - public val biPiggyBank: BootstrapIconsClasses - get() { - classes("bi-piggy-bank") - return this - } - - public val biPinMapFill: BootstrapIconsClasses - get() { - classes("bi-pin-map-fill") - return this - } - - public val biPinMap: BootstrapIconsClasses - get() { - classes("bi-pin-map") - return this - } - - public val biPlusLg: BootstrapIconsClasses - get() { - classes("bi-plus-lg") - return this - } - - public val biQuestionLg: BootstrapIconsClasses - get() { - classes("bi-question-lg") - return this - } - - public val biRecycle: BootstrapIconsClasses - get() { - classes("bi-recycle") - return this - } - - public val biReddit: BootstrapIconsClasses - get() { - classes("bi-reddit") - return this - } - - public val biSafeFill: BootstrapIconsClasses - get() { - classes("bi-safe-fill") - return this - } - - public val biSafe2Fill: BootstrapIconsClasses - get() { - classes("bi-safe2-fill") - return this - } - - public val biSafe2: BootstrapIconsClasses - get() { - classes("bi-safe2") - return this - } - - public val biSdCardFill: BootstrapIconsClasses - get() { - classes("bi-sd-card-fill") - return this - } - - public val biSdCard: BootstrapIconsClasses - get() { - classes("bi-sd-card") - return this - } - - public val biSkype: BootstrapIconsClasses - get() { - classes("bi-skype") - return this - } - - public val biSlashLg: BootstrapIconsClasses - get() { - classes("bi-slash-lg") - return this - } - - public val biTranslate: BootstrapIconsClasses - get() { - classes("bi-translate") - return this - } - - public val biXLg: BootstrapIconsClasses - get() { - classes("bi-x-lg") - return this - } - - public val biSafe: BootstrapIconsClasses - get() { - classes("bi-safe") - return this - } - - public val biApple: BootstrapIconsClasses - get() { - classes("bi-apple") - return this - } - - public val biMicrosoft: BootstrapIconsClasses - get() { - classes("bi-microsoft") - return this - } - - public val biWindows: BootstrapIconsClasses - get() { - classes("bi-windows") - return this - } - - public val biBehance: BootstrapIconsClasses - get() { - classes("bi-behance") - return this - } - - public val biDribbble: BootstrapIconsClasses - get() { - classes("bi-dribbble") - return this - } - - public val biLine: BootstrapIconsClasses - get() { - classes("bi-line") - return this - } - - public val biMedium: BootstrapIconsClasses - get() { - classes("bi-medium") - return this - } - - public val biPaypal: BootstrapIconsClasses - get() { - classes("bi-paypal") - return this - } - - public val biPinterest: BootstrapIconsClasses - get() { - classes("bi-pinterest") - return this - } - - public val biSignal: BootstrapIconsClasses - get() { - classes("bi-signal") - return this - } - - public val biSnapchat: BootstrapIconsClasses - get() { - classes("bi-snapchat") - return this - } - - public val biSpotify: BootstrapIconsClasses - get() { - classes("bi-spotify") - return this - } - - public val biStackOverflow: BootstrapIconsClasses - get() { - classes("bi-stack-overflow") - return this - } - - public val biStrava: BootstrapIconsClasses - get() { - classes("bi-strava") - return this - } - - public val biWordpress: BootstrapIconsClasses - get() { - classes("bi-wordpress") - return this - } - - public val biVimeo: BootstrapIconsClasses - get() { - classes("bi-vimeo") - return this - } - - public val biActivity: BootstrapIconsClasses - get() { - classes("bi-activity") - return this - } - - public val biEasel2Fill: BootstrapIconsClasses - get() { - classes("bi-easel2-fill") - return this - } - - public val biEasel2: BootstrapIconsClasses - get() { - classes("bi-easel2") - return this - } - - public val biEasel3Fill: BootstrapIconsClasses - get() { - classes("bi-easel3-fill") - return this - } - - public val biEasel3: BootstrapIconsClasses - get() { - classes("bi-easel3") - return this - } - - public val biFan: BootstrapIconsClasses - get() { - classes("bi-fan") - return this - } - - public val biFingerprint: BootstrapIconsClasses - get() { - classes("bi-fingerprint") - return this - } - - public val biGraphDownArrow: BootstrapIconsClasses - get() { - classes("bi-graph-down-arrow") - return this - } - - public val biGraphUpArrow: BootstrapIconsClasses - get() { - classes("bi-graph-up-arrow") - return this - } - - public val biHypnotize: BootstrapIconsClasses - get() { - classes("bi-hypnotize") - return this - } - - public val biMagic: BootstrapIconsClasses - get() { - classes("bi-magic") - return this - } - - public val biPersonRolodex: BootstrapIconsClasses - get() { - classes("bi-person-rolodex") - return this - } - - public val biPersonVideo: BootstrapIconsClasses - get() { - classes("bi-person-video") - return this - } - - public val biPersonVideo2: BootstrapIconsClasses - get() { - classes("bi-person-video2") - return this - } - - public val biPersonVideo3: BootstrapIconsClasses - get() { - classes("bi-person-video3") - return this - } - - public val biPersonWorkspace: BootstrapIconsClasses - get() { - classes("bi-person-workspace") - return this - } - - public val biRadioactive: BootstrapIconsClasses - get() { - classes("bi-radioactive") - return this - } - - public val biWebcamFill: BootstrapIconsClasses - get() { - classes("bi-webcam-fill") - return this - } - - public val biWebcam: BootstrapIconsClasses - get() { - classes("bi-webcam") - return this - } - - public val biYinYang: BootstrapIconsClasses - get() { - classes("bi-yin-yang") - return this - } - - public val biBandaidFill: BootstrapIconsClasses - get() { - classes("bi-bandaid-fill") - return this - } - - public val biBandaid: BootstrapIconsClasses - get() { - classes("bi-bandaid") - return this - } - - public val biBluetooth: BootstrapIconsClasses - get() { - classes("bi-bluetooth") - return this - } - - public val biBodyText: BootstrapIconsClasses - get() { - classes("bi-body-text") - return this - } - - public val biBoombox: BootstrapIconsClasses - get() { - classes("bi-boombox") - return this - } - - public val biBoxes: BootstrapIconsClasses - get() { - classes("bi-boxes") - return this - } - - public val biDpadFill: BootstrapIconsClasses - get() { - classes("bi-dpad-fill") - return this - } - - public val biDpad: BootstrapIconsClasses - get() { - classes("bi-dpad") - return this - } - - public val biEarFill: BootstrapIconsClasses - get() { - classes("bi-ear-fill") - return this - } - - public val biEar: BootstrapIconsClasses - get() { - classes("bi-ear") - return this - } - - public val biEnvelopeCheckFill: BootstrapIconsClasses - get() { - classes("bi-envelope-check-fill") - return this - } - - public val biEnvelopeCheck: BootstrapIconsClasses - get() { - classes("bi-envelope-check") - return this - } - - public val biEnvelopeDashFill: BootstrapIconsClasses - get() { - classes("bi-envelope-dash-fill") - return this - } - - public val biEnvelopeDash: BootstrapIconsClasses - get() { - classes("bi-envelope-dash") - return this - } - - public val biEnvelopeExclamationFill: BootstrapIconsClasses - get() { - classes("bi-envelope-exclamation-fill") - return this - } - - public val biEnvelopeExclamation: BootstrapIconsClasses - get() { - classes("bi-envelope-exclamation") - return this - } - - public val biEnvelopePlusFill: BootstrapIconsClasses - get() { - classes("bi-envelope-plus-fill") - return this - } - - public val biEnvelopePlus: BootstrapIconsClasses - get() { - classes("bi-envelope-plus") - return this - } - - public val biEnvelopeSlashFill: BootstrapIconsClasses - get() { - classes("bi-envelope-slash-fill") - return this - } - - public val biEnvelopeSlash: BootstrapIconsClasses - get() { - classes("bi-envelope-slash") - return this - } - - public val biEnvelopeXFill: BootstrapIconsClasses - get() { - classes("bi-envelope-x-fill") - return this - } - - public val biEnvelopeX: BootstrapIconsClasses - get() { - classes("bi-envelope-x") - return this - } - - public val biExplicitFill: BootstrapIconsClasses - get() { - classes("bi-explicit-fill") - return this - } - - public val biExplicit: BootstrapIconsClasses - get() { - classes("bi-explicit") - return this - } - - public val biGit: BootstrapIconsClasses - get() { - classes("bi-git") - return this - } - - public val biInfinity: BootstrapIconsClasses - get() { - classes("bi-infinity") - return this - } - - public val biListColumnsReverse: BootstrapIconsClasses - get() { - classes("bi-list-columns-reverse") - return this - } - - public val biListColumns: BootstrapIconsClasses - get() { - classes("bi-list-columns") - return this - } - - public val biMeta: BootstrapIconsClasses - get() { - classes("bi-meta") - return this - } - - public val biNintendoSwitch: BootstrapIconsClasses - get() { - classes("bi-nintendo-switch") - return this - } - - public val biPcDisplayHorizontal: BootstrapIconsClasses - get() { - classes("bi-pc-display-horizontal") - return this - } - - public val biPcDisplay: BootstrapIconsClasses - get() { - classes("bi-pc-display") - return this - } - - public val biPcHorizontal: BootstrapIconsClasses - get() { - classes("bi-pc-horizontal") - return this - } - - public val biPc: BootstrapIconsClasses - get() { - classes("bi-pc") - return this - } - - public val biPlaystation: BootstrapIconsClasses - get() { - classes("bi-playstation") - return this - } - - public val biPlusSlashMinus: BootstrapIconsClasses - get() { - classes("bi-plus-slash-minus") - return this - } - - public val biProjectorFill: BootstrapIconsClasses - get() { - classes("bi-projector-fill") - return this - } - - public val biProjector: BootstrapIconsClasses - get() { - classes("bi-projector") - return this - } - - public val biQrCodeScan: BootstrapIconsClasses - get() { - classes("bi-qr-code-scan") - return this - } - - public val biQrCode: BootstrapIconsClasses - get() { - classes("bi-qr-code") - return this - } - - public val biQuora: BootstrapIconsClasses - get() { - classes("bi-quora") - return this - } - - public val biQuote: BootstrapIconsClasses - get() { - classes("bi-quote") - return this - } - - public val biRobot: BootstrapIconsClasses - get() { - classes("bi-robot") - return this - } - - public val biSendCheckFill: BootstrapIconsClasses - get() { - classes("bi-send-check-fill") - return this - } - - public val biSendCheck: BootstrapIconsClasses - get() { - classes("bi-send-check") - return this - } - - public val biSendDashFill: BootstrapIconsClasses - get() { - classes("bi-send-dash-fill") - return this - } - - public val biSendDash: BootstrapIconsClasses - get() { - classes("bi-send-dash") - return this - } - - public val biSendExclamationFill: BootstrapIconsClasses - get() { - classes("bi-send-exclamation-fill") - return this - } - - public val biSendExclamation: BootstrapIconsClasses - get() { - classes("bi-send-exclamation") - return this - } - - public val biSendFill: BootstrapIconsClasses - get() { - classes("bi-send-fill") - return this - } - - public val biSendPlusFill: BootstrapIconsClasses - get() { - classes("bi-send-plus-fill") - return this - } - - public val biSendPlus: BootstrapIconsClasses - get() { - classes("bi-send-plus") - return this - } - - public val biSendSlashFill: BootstrapIconsClasses - get() { - classes("bi-send-slash-fill") - return this - } - - public val biSendSlash: BootstrapIconsClasses - get() { - classes("bi-send-slash") - return this - } - - public val biSendXFill: BootstrapIconsClasses - get() { - classes("bi-send-x-fill") - return this - } - - public val biSendX: BootstrapIconsClasses - get() { - classes("bi-send-x") - return this - } - - public val biSend: BootstrapIconsClasses - get() { - classes("bi-send") - return this - } - - public val biSteam: BootstrapIconsClasses - get() { - classes("bi-steam") - return this - } - - public val biTerminalDash: BootstrapIconsClasses - get() { - classes("bi-terminal-dash") - return this - } - - public val biTerminalPlus: BootstrapIconsClasses - get() { - classes("bi-terminal-plus") - return this - } - - public val biTerminalSplit: BootstrapIconsClasses - get() { - classes("bi-terminal-split") - return this - } - - public val biTicketDetailedFill: BootstrapIconsClasses - get() { - classes("bi-ticket-detailed-fill") - return this - } - - public val biTicketDetailed: BootstrapIconsClasses - get() { - classes("bi-ticket-detailed") - return this - } - - public val biTicketFill: BootstrapIconsClasses - get() { - classes("bi-ticket-fill") - return this - } - - public val biTicketPerforatedFill: BootstrapIconsClasses - get() { - classes("bi-ticket-perforated-fill") - return this - } - - public val biTicketPerforated: BootstrapIconsClasses - get() { - classes("bi-ticket-perforated") - return this - } - - public val biTicket: BootstrapIconsClasses - get() { - classes("bi-ticket") - return this - } - - public val biTiktok: BootstrapIconsClasses - get() { - classes("bi-tiktok") - return this - } - - public val biWindowDash: BootstrapIconsClasses - get() { - classes("bi-window-dash") - return this - } - - public val biWindowDesktop: BootstrapIconsClasses - get() { - classes("bi-window-desktop") - return this - } - - public val biWindowFullscreen: BootstrapIconsClasses - get() { - classes("bi-window-fullscreen") - return this - } - - public val biWindowPlus: BootstrapIconsClasses - get() { - classes("bi-window-plus") - return this - } - - public val biWindowSplit: BootstrapIconsClasses - get() { - classes("bi-window-split") - return this - } - - public val biWindowStack: BootstrapIconsClasses - get() { - classes("bi-window-stack") - return this - } - - public val biWindowX: BootstrapIconsClasses - get() { - classes("bi-window-x") - return this - } - - public val biXbox: BootstrapIconsClasses - get() { - classes("bi-xbox") - return this - } - - public val biEthernet: BootstrapIconsClasses - get() { - classes("bi-ethernet") - return this - } - - public val biHdmiFill: BootstrapIconsClasses - get() { - classes("bi-hdmi-fill") - return this - } - - public val biHdmi: BootstrapIconsClasses - get() { - classes("bi-hdmi") - return this - } - - public val biUsbCFill: BootstrapIconsClasses - get() { - classes("bi-usb-c-fill") - return this - } - - public val biUsbC: BootstrapIconsClasses - get() { - classes("bi-usb-c") - return this - } - - public val biUsbFill: BootstrapIconsClasses - get() { - classes("bi-usb-fill") - return this - } - - public val biUsbPlugFill: BootstrapIconsClasses - get() { - classes("bi-usb-plug-fill") - return this - } - - public val biUsbPlug: BootstrapIconsClasses - get() { - classes("bi-usb-plug") - return this - } - - public val biUsbSymbol: BootstrapIconsClasses - get() { - classes("bi-usb-symbol") - return this - } - - public val biUsb: BootstrapIconsClasses - get() { - classes("bi-usb") - return this - } - - public val biBoomboxFill: BootstrapIconsClasses - get() { - classes("bi-boombox-fill") - return this - } - - public val biDisplayport: BootstrapIconsClasses - get() { - classes("bi-displayport") - return this - } - - public val biGpuCard: BootstrapIconsClasses - get() { - classes("bi-gpu-card") - return this - } - - public val biMemory: BootstrapIconsClasses - get() { - classes("bi-memory") - return this - } - - public val biModemFill: BootstrapIconsClasses - get() { - classes("bi-modem-fill") - return this - } - - public val biModem: BootstrapIconsClasses - get() { - classes("bi-modem") - return this - } - - public val biMotherboardFill: BootstrapIconsClasses - get() { - classes("bi-motherboard-fill") - return this - } - - public val biMotherboard: BootstrapIconsClasses - get() { - classes("bi-motherboard") - return this - } - - public val biOpticalAudioFill: BootstrapIconsClasses - get() { - classes("bi-optical-audio-fill") - return this - } - - public val biOpticalAudio: BootstrapIconsClasses - get() { - classes("bi-optical-audio") - return this - } - - public val biPciCard: BootstrapIconsClasses - get() { - classes("bi-pci-card") - return this - } - - public val biRouterFill: BootstrapIconsClasses - get() { - classes("bi-router-fill") - return this - } - - public val biRouter: BootstrapIconsClasses - get() { - classes("bi-router") - return this - } - - public val biThunderboltFill: BootstrapIconsClasses - get() { - classes("bi-thunderbolt-fill") - return this - } - - public val biThunderbolt: BootstrapIconsClasses - get() { - classes("bi-thunderbolt") - return this - } - - public val biUsbDriveFill: BootstrapIconsClasses - get() { - classes("bi-usb-drive-fill") - return this - } - - public val biUsbDrive: BootstrapIconsClasses - get() { - classes("bi-usb-drive") - return this - } - - public val biUsbMicroFill: BootstrapIconsClasses - get() { - classes("bi-usb-micro-fill") - return this - } - - public val biUsbMicro: BootstrapIconsClasses - get() { - classes("bi-usb-micro") - return this - } - - public val biUsbMiniFill: BootstrapIconsClasses - get() { - classes("bi-usb-mini-fill") - return this - } - - public val biUsbMini: BootstrapIconsClasses - get() { - classes("bi-usb-mini") - return this - } - - public val biCloudHaze2: BootstrapIconsClasses - get() { - classes("bi-cloud-haze2") - return this - } - - public val biDeviceHddFill: BootstrapIconsClasses - get() { - classes("bi-device-hdd-fill") - return this - } - - public val biDeviceHdd: BootstrapIconsClasses - get() { - classes("bi-device-hdd") - return this - } - - public val biDeviceSsdFill: BootstrapIconsClasses - get() { - classes("bi-device-ssd-fill") - return this - } - - public val biDeviceSsd: BootstrapIconsClasses - get() { - classes("bi-device-ssd") - return this - } - - public val biDisplayportFill: BootstrapIconsClasses - get() { - classes("bi-displayport-fill") - return this - } - - public val biMortarboardFill: BootstrapIconsClasses - get() { - classes("bi-mortarboard-fill") - return this - } - - public val biMortarboard: BootstrapIconsClasses - get() { - classes("bi-mortarboard") - return this - } - - public val biTerminalX: BootstrapIconsClasses - get() { - classes("bi-terminal-x") - return this - } - - public val biArrowThroughHeartFill: BootstrapIconsClasses - get() { - classes("bi-arrow-through-heart-fill") - return this - } - - public val biArrowThroughHeart: BootstrapIconsClasses - get() { - classes("bi-arrow-through-heart") - return this - } - - public val biBadgeSdFill: BootstrapIconsClasses - get() { - classes("bi-badge-sd-fill") - return this - } - - public val biBadgeSd: BootstrapIconsClasses - get() { - classes("bi-badge-sd") - return this - } - - public val biBagHeartFill: BootstrapIconsClasses - get() { - classes("bi-bag-heart-fill") - return this - } - - public val biBagHeart: BootstrapIconsClasses - get() { - classes("bi-bag-heart") - return this - } - - public val biBalloonFill: BootstrapIconsClasses - get() { - classes("bi-balloon-fill") - return this - } - - public val biBalloonHeartFill: BootstrapIconsClasses - get() { - classes("bi-balloon-heart-fill") - return this - } - - public val biBalloonHeart: BootstrapIconsClasses - get() { - classes("bi-balloon-heart") - return this - } - - public val biBalloon: BootstrapIconsClasses - get() { - classes("bi-balloon") - return this - } - - public val biBox2Fill: BootstrapIconsClasses - get() { - classes("bi-box2-fill") - return this - } - - public val biBox2HeartFill: BootstrapIconsClasses - get() { - classes("bi-box2-heart-fill") - return this - } - - public val biBox2Heart: BootstrapIconsClasses - get() { - classes("bi-box2-heart") - return this - } - - public val biBox2: BootstrapIconsClasses - get() { - classes("bi-box2") - return this - } - - public val biBracesAsterisk: BootstrapIconsClasses - get() { - classes("bi-braces-asterisk") - return this - } - - public val biCalendarHeartFill: BootstrapIconsClasses - get() { - classes("bi-calendar-heart-fill") - return this - } - - public val biCalendarHeart: BootstrapIconsClasses - get() { - classes("bi-calendar-heart") - return this - } - - public val biCalendar2HeartFill: BootstrapIconsClasses - get() { - classes("bi-calendar2-heart-fill") - return this - } - - public val biCalendar2Heart: BootstrapIconsClasses - get() { - classes("bi-calendar2-heart") - return this - } - - public val biChatHeartFill: BootstrapIconsClasses - get() { - classes("bi-chat-heart-fill") - return this - } - - public val biChatHeart: BootstrapIconsClasses - get() { - classes("bi-chat-heart") - return this - } - - public val biChatLeftHeartFill: BootstrapIconsClasses - get() { - classes("bi-chat-left-heart-fill") - return this - } - - public val biChatLeftHeart: BootstrapIconsClasses - get() { - classes("bi-chat-left-heart") - return this - } - - public val biChatRightHeartFill: BootstrapIconsClasses - get() { - classes("bi-chat-right-heart-fill") - return this - } - - public val biChatRightHeart: BootstrapIconsClasses - get() { - classes("bi-chat-right-heart") - return this - } - - public val biChatSquareHeartFill: BootstrapIconsClasses - get() { - classes("bi-chat-square-heart-fill") - return this - } - - public val biChatSquareHeart: BootstrapIconsClasses - get() { - classes("bi-chat-square-heart") - return this - } - - public val biClipboardCheckFill: BootstrapIconsClasses - get() { - classes("bi-clipboard-check-fill") - return this - } - - public val biClipboardDataFill: BootstrapIconsClasses - get() { - classes("bi-clipboard-data-fill") - return this - } - - public val biClipboardFill: BootstrapIconsClasses - get() { - classes("bi-clipboard-fill") - return this - } - - public val biClipboardHeartFill: BootstrapIconsClasses - get() { - classes("bi-clipboard-heart-fill") - return this - } - - public val biClipboardHeart: BootstrapIconsClasses - get() { - classes("bi-clipboard-heart") - return this - } - - public val biClipboardMinusFill: BootstrapIconsClasses - get() { - classes("bi-clipboard-minus-fill") - return this - } - - public val biClipboardPlusFill: BootstrapIconsClasses - get() { - classes("bi-clipboard-plus-fill") - return this - } - - public val biClipboardPulse: BootstrapIconsClasses - get() { - classes("bi-clipboard-pulse") - return this - } - - public val biClipboardXFill: BootstrapIconsClasses - get() { - classes("bi-clipboard-x-fill") - return this - } - - public val biClipboard2CheckFill: BootstrapIconsClasses - get() { - classes("bi-clipboard2-check-fill") - return this - } - - public val biClipboard2Check: BootstrapIconsClasses - get() { - classes("bi-clipboard2-check") - return this - } - - public val biClipboard2DataFill: BootstrapIconsClasses - get() { - classes("bi-clipboard2-data-fill") - return this - } - - public val biClipboard2Data: BootstrapIconsClasses - get() { - classes("bi-clipboard2-data") - return this - } - - public val biClipboard2Fill: BootstrapIconsClasses - get() { - classes("bi-clipboard2-fill") - return this - } - - public val biClipboard2HeartFill: BootstrapIconsClasses - get() { - classes("bi-clipboard2-heart-fill") - return this - } - - public val biClipboard2Heart: BootstrapIconsClasses - get() { - classes("bi-clipboard2-heart") - return this - } - - public val biClipboard2MinusFill: BootstrapIconsClasses - get() { - classes("bi-clipboard2-minus-fill") - return this - } - - public val biClipboard2Minus: BootstrapIconsClasses - get() { - classes("bi-clipboard2-minus") - return this - } - - public val biClipboard2PlusFill: BootstrapIconsClasses - get() { - classes("bi-clipboard2-plus-fill") - return this - } - - public val biClipboard2Plus: BootstrapIconsClasses - get() { - classes("bi-clipboard2-plus") - return this - } - - public val biClipboard2PulseFill: BootstrapIconsClasses - get() { - classes("bi-clipboard2-pulse-fill") - return this - } - - public val biClipboard2Pulse: BootstrapIconsClasses - get() { - classes("bi-clipboard2-pulse") - return this - } - - public val biClipboard2XFill: BootstrapIconsClasses - get() { - classes("bi-clipboard2-x-fill") - return this - } - - public val biClipboard2X: BootstrapIconsClasses - get() { - classes("bi-clipboard2-x") - return this - } - - public val biClipboard2: BootstrapIconsClasses - get() { - classes("bi-clipboard2") - return this - } - - public val biEmojiKissFill: BootstrapIconsClasses - get() { - classes("bi-emoji-kiss-fill") - return this - } - - public val biEmojiKiss: BootstrapIconsClasses - get() { - classes("bi-emoji-kiss") - return this - } - - public val biEnvelopeHeartFill: BootstrapIconsClasses - get() { - classes("bi-envelope-heart-fill") - return this - } - - public val biEnvelopeHeart: BootstrapIconsClasses - get() { - classes("bi-envelope-heart") - return this - } - - public val biEnvelopeOpenHeartFill: BootstrapIconsClasses - get() { - classes("bi-envelope-open-heart-fill") - return this - } - - public val biEnvelopeOpenHeart: BootstrapIconsClasses - get() { - classes("bi-envelope-open-heart") - return this - } - - public val biEnvelopePaperFill: BootstrapIconsClasses - get() { - classes("bi-envelope-paper-fill") - return this - } - - public val biEnvelopePaperHeartFill: BootstrapIconsClasses - get() { - classes("bi-envelope-paper-heart-fill") - return this - } - - public val biEnvelopePaperHeart: BootstrapIconsClasses - get() { - classes("bi-envelope-paper-heart") - return this - } - - public val biEnvelopePaper: BootstrapIconsClasses - get() { - classes("bi-envelope-paper") - return this - } - - public val biFiletypeAac: BootstrapIconsClasses - get() { - classes("bi-filetype-aac") - return this - } - - public val biFiletypeAi: BootstrapIconsClasses - get() { - classes("bi-filetype-ai") - return this - } - - public val biFiletypeBmp: BootstrapIconsClasses - get() { - classes("bi-filetype-bmp") - return this - } - - public val biFiletypeCs: BootstrapIconsClasses - get() { - classes("bi-filetype-cs") - return this - } - - public val biFiletypeCss: BootstrapIconsClasses - get() { - classes("bi-filetype-css") - return this - } - - public val biFiletypeCsv: BootstrapIconsClasses - get() { - classes("bi-filetype-csv") - return this - } - - public val biFiletypeDoc: BootstrapIconsClasses - get() { - classes("bi-filetype-doc") - return this - } - - public val biFiletypeDocx: BootstrapIconsClasses - get() { - classes("bi-filetype-docx") - return this - } - - public val biFiletypeExe: BootstrapIconsClasses - get() { - classes("bi-filetype-exe") - return this - } - - public val biFiletypeGif: BootstrapIconsClasses - get() { - classes("bi-filetype-gif") - return this - } - - public val biFiletypeHeic: BootstrapIconsClasses - get() { - classes("bi-filetype-heic") - return this - } - - public val biFiletypeHtml: BootstrapIconsClasses - get() { - classes("bi-filetype-html") - return this - } - - public val biFiletypeJava: BootstrapIconsClasses - get() { - classes("bi-filetype-java") - return this - } - - public val biFiletypeJpg: BootstrapIconsClasses - get() { - classes("bi-filetype-jpg") - return this - } - - public val biFiletypeJs: BootstrapIconsClasses - get() { - classes("bi-filetype-js") - return this - } - - public val biFiletypeJsx: BootstrapIconsClasses - get() { - classes("bi-filetype-jsx") - return this - } - - public val biFiletypeKey: BootstrapIconsClasses - get() { - classes("bi-filetype-key") - return this - } - - public val biFiletypeM4p: BootstrapIconsClasses - get() { - classes("bi-filetype-m4p") - return this - } - - public val biFiletypeMd: BootstrapIconsClasses - get() { - classes("bi-filetype-md") - return this - } - - public val biFiletypeMdx: BootstrapIconsClasses - get() { - classes("bi-filetype-mdx") - return this - } - - public val biFiletypeMov: BootstrapIconsClasses - get() { - classes("bi-filetype-mov") - return this - } - - public val biFiletypeMp3: BootstrapIconsClasses - get() { - classes("bi-filetype-mp3") - return this - } - - public val biFiletypeMp4: BootstrapIconsClasses - get() { - classes("bi-filetype-mp4") - return this - } - - public val biFiletypeOtf: BootstrapIconsClasses - get() { - classes("bi-filetype-otf") - return this - } - - public val biFiletypePdf: BootstrapIconsClasses - get() { - classes("bi-filetype-pdf") - return this - } - - public val biFiletypePhp: BootstrapIconsClasses - get() { - classes("bi-filetype-php") - return this - } - - public val biFiletypePng: BootstrapIconsClasses - get() { - classes("bi-filetype-png") - return this - } - - public val biFiletypePpt: BootstrapIconsClasses - get() { - classes("bi-filetype-ppt") - return this - } - - public val biFiletypePsd: BootstrapIconsClasses - get() { - classes("bi-filetype-psd") - return this - } - - public val biFiletypePy: BootstrapIconsClasses - get() { - classes("bi-filetype-py") - return this - } - - public val biFiletypeRaw: BootstrapIconsClasses - get() { - classes("bi-filetype-raw") - return this - } - - public val biFiletypeRb: BootstrapIconsClasses - get() { - classes("bi-filetype-rb") - return this - } - - public val biFiletypeSass: BootstrapIconsClasses - get() { - classes("bi-filetype-sass") - return this - } - - public val biFiletypeScss: BootstrapIconsClasses - get() { - classes("bi-filetype-scss") - return this - } - - public val biFiletypeSh: BootstrapIconsClasses - get() { - classes("bi-filetype-sh") - return this - } - - public val biFiletypeSvg: BootstrapIconsClasses - get() { - classes("bi-filetype-svg") - return this - } - - public val biFiletypeTiff: BootstrapIconsClasses - get() { - classes("bi-filetype-tiff") - return this - } - - public val biFiletypeTsx: BootstrapIconsClasses - get() { - classes("bi-filetype-tsx") - return this - } - - public val biFiletypeTtf: BootstrapIconsClasses - get() { - classes("bi-filetype-ttf") - return this - } - - public val biFiletypeTxt: BootstrapIconsClasses - get() { - classes("bi-filetype-txt") - return this - } - - public val biFiletypeWav: BootstrapIconsClasses - get() { - classes("bi-filetype-wav") - return this - } - - public val biFiletypeWoff: BootstrapIconsClasses - get() { - classes("bi-filetype-woff") - return this - } - - public val biFiletypeXls: BootstrapIconsClasses - get() { - classes("bi-filetype-xls") - return this - } - - public val biFiletypeXml: BootstrapIconsClasses - get() { - classes("bi-filetype-xml") - return this - } - - public val biFiletypeYml: BootstrapIconsClasses - get() { - classes("bi-filetype-yml") - return this - } - - public val biHeartArrow: BootstrapIconsClasses - get() { - classes("bi-heart-arrow") - return this - } - - public val biHeartPulseFill: BootstrapIconsClasses - get() { - classes("bi-heart-pulse-fill") - return this - } - - public val biHeartPulse: BootstrapIconsClasses - get() { - classes("bi-heart-pulse") - return this - } - - public val biHeartbreakFill: BootstrapIconsClasses - get() { - classes("bi-heartbreak-fill") - return this - } - - public val biHeartbreak: BootstrapIconsClasses - get() { - classes("bi-heartbreak") - return this - } - - public val biHearts: BootstrapIconsClasses - get() { - classes("bi-hearts") - return this - } - - public val biHospitalFill: BootstrapIconsClasses - get() { - classes("bi-hospital-fill") - return this - } - - public val biHospital: BootstrapIconsClasses - get() { - classes("bi-hospital") - return this - } - - public val biHouseHeartFill: BootstrapIconsClasses - get() { - classes("bi-house-heart-fill") - return this - } - - public val biHouseHeart: BootstrapIconsClasses - get() { - classes("bi-house-heart") - return this - } - - public val biIncognito: BootstrapIconsClasses - get() { - classes("bi-incognito") - return this - } - - public val biMagnetFill: BootstrapIconsClasses - get() { - classes("bi-magnet-fill") - return this - } - - public val biMagnet: BootstrapIconsClasses - get() { - classes("bi-magnet") - return this - } - - public val biPersonHeart: BootstrapIconsClasses - get() { - classes("bi-person-heart") - return this - } - - public val biPersonHearts: BootstrapIconsClasses - get() { - classes("bi-person-hearts") - return this - } - - public val biPhoneFlip: BootstrapIconsClasses - get() { - classes("bi-phone-flip") - return this - } - - public val biPlugin: BootstrapIconsClasses - get() { - classes("bi-plugin") - return this - } - - public val biPostageFill: BootstrapIconsClasses - get() { - classes("bi-postage-fill") - return this - } - - public val biPostageHeartFill: BootstrapIconsClasses - get() { - classes("bi-postage-heart-fill") - return this - } - - public val biPostageHeart: BootstrapIconsClasses - get() { - classes("bi-postage-heart") - return this - } - - public val biPostage: BootstrapIconsClasses - get() { - classes("bi-postage") - return this - } - - public val biPostcardFill: BootstrapIconsClasses - get() { - classes("bi-postcard-fill") - return this - } - - public val biPostcardHeartFill: BootstrapIconsClasses - get() { - classes("bi-postcard-heart-fill") - return this - } - - public val biPostcardHeart: BootstrapIconsClasses - get() { - classes("bi-postcard-heart") - return this - } - - public val biPostcard: BootstrapIconsClasses - get() { - classes("bi-postcard") - return this - } - - public val biSearchHeartFill: BootstrapIconsClasses - get() { - classes("bi-search-heart-fill") - return this - } - - public val biSearchHeart: BootstrapIconsClasses - get() { - classes("bi-search-heart") - return this - } - - public val biSliders2Vertical: BootstrapIconsClasses - get() { - classes("bi-sliders2-vertical") - return this - } - - public val biSliders2: BootstrapIconsClasses - get() { - classes("bi-sliders2") - return this - } - - public val biTrash3Fill: BootstrapIconsClasses - get() { - classes("bi-trash3-fill") - return this - } - - public val biTrash3: BootstrapIconsClasses - get() { - classes("bi-trash3") - return this - } - - public val biValentine: BootstrapIconsClasses - get() { - classes("bi-valentine") - return this - } - - public val biValentine2: BootstrapIconsClasses - get() { - classes("bi-valentine2") - return this - } - - public val biWrenchAdjustableCircleFill: BootstrapIconsClasses - get() { - classes("bi-wrench-adjustable-circle-fill") - return this - } - - public val biWrenchAdjustableCircle: BootstrapIconsClasses - get() { - classes("bi-wrench-adjustable-circle") - return this - } - - public val biWrenchAdjustable: BootstrapIconsClasses - get() { - classes("bi-wrench-adjustable") - return this - } - - public val biFiletypeJson: BootstrapIconsClasses - get() { - classes("bi-filetype-json") - return this - } - - public val biFiletypePptx: BootstrapIconsClasses - get() { - classes("bi-filetype-pptx") - return this - } - - public val biFiletypeXlsx: BootstrapIconsClasses - get() { - classes("bi-filetype-xlsx") - return this - } - - public val bi1CircleFill: BootstrapIconsClasses - get() { - classes("bi-1-circle-fill") - return this - } - - public val bi1Circle: BootstrapIconsClasses - get() { - classes("bi-1-circle") - return this - } - - public val bi1SquareFill: BootstrapIconsClasses - get() { - classes("bi-1-square-fill") - return this - } - - public val bi1Square: BootstrapIconsClasses - get() { - classes("bi-1-square") - return this - } - - public val bi2CircleFill: BootstrapIconsClasses - get() { - classes("bi-2-circle-fill") - return this - } - - public val bi2Circle: BootstrapIconsClasses - get() { - classes("bi-2-circle") - return this - } - - public val bi2SquareFill: BootstrapIconsClasses - get() { - classes("bi-2-square-fill") - return this - } - - public val bi2Square: BootstrapIconsClasses - get() { - classes("bi-2-square") - return this - } - - public val bi3CircleFill: BootstrapIconsClasses - get() { - classes("bi-3-circle-fill") - return this - } - - public val bi3Circle: BootstrapIconsClasses - get() { - classes("bi-3-circle") - return this - } - - public val bi3SquareFill: BootstrapIconsClasses - get() { - classes("bi-3-square-fill") - return this - } - - public val bi3Square: BootstrapIconsClasses - get() { - classes("bi-3-square") - return this - } - - public val bi4CircleFill: BootstrapIconsClasses - get() { - classes("bi-4-circle-fill") - return this - } - - public val bi4Circle: BootstrapIconsClasses - get() { - classes("bi-4-circle") - return this - } - - public val bi4SquareFill: BootstrapIconsClasses - get() { - classes("bi-4-square-fill") - return this - } - - public val bi4Square: BootstrapIconsClasses - get() { - classes("bi-4-square") - return this - } - - public val bi5CircleFill: BootstrapIconsClasses - get() { - classes("bi-5-circle-fill") - return this - } - - public val bi5Circle: BootstrapIconsClasses - get() { - classes("bi-5-circle") - return this - } - - public val bi5SquareFill: BootstrapIconsClasses - get() { - classes("bi-5-square-fill") - return this - } - - public val bi5Square: BootstrapIconsClasses - get() { - classes("bi-5-square") - return this - } - - public val bi6CircleFill: BootstrapIconsClasses - get() { - classes("bi-6-circle-fill") - return this - } - - public val bi6Circle: BootstrapIconsClasses - get() { - classes("bi-6-circle") - return this - } - - public val bi6SquareFill: BootstrapIconsClasses - get() { - classes("bi-6-square-fill") - return this - } - - public val bi6Square: BootstrapIconsClasses - get() { - classes("bi-6-square") - return this - } - - public val bi7CircleFill: BootstrapIconsClasses - get() { - classes("bi-7-circle-fill") - return this - } - - public val bi7Circle: BootstrapIconsClasses - get() { - classes("bi-7-circle") - return this - } - - public val bi7SquareFill: BootstrapIconsClasses - get() { - classes("bi-7-square-fill") - return this - } - - public val bi7Square: BootstrapIconsClasses - get() { - classes("bi-7-square") - return this - } - - public val bi8CircleFill: BootstrapIconsClasses - get() { - classes("bi-8-circle-fill") - return this - } - - public val bi8Circle: BootstrapIconsClasses - get() { - classes("bi-8-circle") - return this - } - - public val bi8SquareFill: BootstrapIconsClasses - get() { - classes("bi-8-square-fill") - return this - } - - public val bi8Square: BootstrapIconsClasses - get() { - classes("bi-8-square") - return this - } - - public val bi9CircleFill: BootstrapIconsClasses - get() { - classes("bi-9-circle-fill") - return this - } - - public val bi9Circle: BootstrapIconsClasses - get() { - classes("bi-9-circle") - return this - } - - public val bi9SquareFill: BootstrapIconsClasses - get() { - classes("bi-9-square-fill") - return this - } - - public val bi9Square: BootstrapIconsClasses - get() { - classes("bi-9-square") - return this - } - - public val biAirplaneEnginesFill: BootstrapIconsClasses - get() { - classes("bi-airplane-engines-fill") - return this - } - - public val biAirplaneEngines: BootstrapIconsClasses - get() { - classes("bi-airplane-engines") - return this - } - - public val biAirplaneFill: BootstrapIconsClasses - get() { - classes("bi-airplane-fill") - return this - } - - public val biAirplane: BootstrapIconsClasses - get() { - classes("bi-airplane") - return this - } - - public val biAlexa: BootstrapIconsClasses - get() { - classes("bi-alexa") - return this - } - - public val biAlipay: BootstrapIconsClasses - get() { - classes("bi-alipay") - return this - } - - public val biAndroid: BootstrapIconsClasses - get() { - classes("bi-android") - return this - } - - public val biAndroid2: BootstrapIconsClasses - get() { - classes("bi-android2") - return this - } - - public val biBoxFill: BootstrapIconsClasses - get() { - classes("bi-box-fill") - return this - } - - public val biBoxSeamFill: BootstrapIconsClasses - get() { - classes("bi-box-seam-fill") - return this - } - - public val biBrowserChrome: BootstrapIconsClasses - get() { - classes("bi-browser-chrome") - return this - } - - public val biBrowserEdge: BootstrapIconsClasses - get() { - classes("bi-browser-edge") - return this - } - - public val biBrowserFirefox: BootstrapIconsClasses - get() { - classes("bi-browser-firefox") - return this - } - - public val biBrowserSafari: BootstrapIconsClasses - get() { - classes("bi-browser-safari") - return this - } - - public val biCCircleFill: BootstrapIconsClasses - get() { - classes("bi-c-circle-fill") - return this - } - - public val biCCircle: BootstrapIconsClasses - get() { - classes("bi-c-circle") - return this - } - - public val biCSquareFill: BootstrapIconsClasses - get() { - classes("bi-c-square-fill") - return this - } - - public val biCSquare: BootstrapIconsClasses - get() { - classes("bi-c-square") - return this - } - - public val biCapsulePill: BootstrapIconsClasses - get() { - classes("bi-capsule-pill") - return this - } - - public val biCapsule: BootstrapIconsClasses - get() { - classes("bi-capsule") - return this - } - - public val biCarFrontFill: BootstrapIconsClasses - get() { - classes("bi-car-front-fill") - return this - } - - public val biCarFront: BootstrapIconsClasses - get() { - classes("bi-car-front") - return this - } - - public val biCassetteFill: BootstrapIconsClasses - get() { - classes("bi-cassette-fill") - return this - } - - public val biCassette: BootstrapIconsClasses - get() { - classes("bi-cassette") - return this - } - - public val biCcCircleFill: BootstrapIconsClasses - get() { - classes("bi-cc-circle-fill") - return this - } - - public val biCcCircle: BootstrapIconsClasses - get() { - classes("bi-cc-circle") - return this - } - - public val biCcSquareFill: BootstrapIconsClasses - get() { - classes("bi-cc-square-fill") - return this - } - - public val biCcSquare: BootstrapIconsClasses - get() { - classes("bi-cc-square") - return this - } - - public val biCupHotFill: BootstrapIconsClasses - get() { - classes("bi-cup-hot-fill") - return this - } - - public val biCupHot: BootstrapIconsClasses - get() { - classes("bi-cup-hot") - return this - } - - public val biCurrencyRupee: BootstrapIconsClasses - get() { - classes("bi-currency-rupee") - return this - } - - public val biDropbox: BootstrapIconsClasses - get() { - classes("bi-dropbox") - return this - } - - public val biEscape: BootstrapIconsClasses - get() { - classes("bi-escape") - return this - } - - public val biFastForwardBtnFill: BootstrapIconsClasses - get() { - classes("bi-fast-forward-btn-fill") - return this - } - - public val biFastForwardBtn: BootstrapIconsClasses - get() { - classes("bi-fast-forward-btn") - return this - } - - public val biFastForwardCircleFill: BootstrapIconsClasses - get() { - classes("bi-fast-forward-circle-fill") - return this - } - - public val biFastForwardCircle: BootstrapIconsClasses - get() { - classes("bi-fast-forward-circle") - return this - } - - public val biFastForwardFill: BootstrapIconsClasses - get() { - classes("bi-fast-forward-fill") - return this - } - - public val biFastForward: BootstrapIconsClasses - get() { - classes("bi-fast-forward") - return this - } - - public val biFiletypeSql: BootstrapIconsClasses - get() { - classes("bi-filetype-sql") - return this - } - - public val biFire: BootstrapIconsClasses - get() { - classes("bi-fire") - return this - } - - public val biGooglePlay: BootstrapIconsClasses - get() { - classes("bi-google-play") - return this - } - - public val biHCircleFill: BootstrapIconsClasses - get() { - classes("bi-h-circle-fill") - return this - } - - public val biHCircle: BootstrapIconsClasses - get() { - classes("bi-h-circle") - return this - } - - public val biHSquareFill: BootstrapIconsClasses - get() { - classes("bi-h-square-fill") - return this - } - - public val biHSquare: BootstrapIconsClasses - get() { - classes("bi-h-square") - return this - } - - public val biIndent: BootstrapIconsClasses - get() { - classes("bi-indent") - return this - } - - public val biLungsFill: BootstrapIconsClasses - get() { - classes("bi-lungs-fill") - return this - } - - public val biLungs: BootstrapIconsClasses - get() { - classes("bi-lungs") - return this - } - - public val biMicrosoftTeams: BootstrapIconsClasses - get() { - classes("bi-microsoft-teams") - return this - } - - public val biPCircleFill: BootstrapIconsClasses - get() { - classes("bi-p-circle-fill") - return this - } - - public val biPCircle: BootstrapIconsClasses - get() { - classes("bi-p-circle") - return this - } - - public val biPSquareFill: BootstrapIconsClasses - get() { - classes("bi-p-square-fill") - return this - } - - public val biPSquare: BootstrapIconsClasses - get() { - classes("bi-p-square") - return this - } - - public val biPassFill: BootstrapIconsClasses - get() { - classes("bi-pass-fill") - return this - } - - public val biPass: BootstrapIconsClasses - get() { - classes("bi-pass") - return this - } - - public val biPrescription: BootstrapIconsClasses - get() { - classes("bi-prescription") - return this - } - - public val biPrescription2: BootstrapIconsClasses - get() { - classes("bi-prescription2") - return this - } - - public val biRCircleFill: BootstrapIconsClasses - get() { - classes("bi-r-circle-fill") - return this - } - - public val biRCircle: BootstrapIconsClasses - get() { - classes("bi-r-circle") - return this - } - - public val biRSquareFill: BootstrapIconsClasses - get() { - classes("bi-r-square-fill") - return this - } - - public val biRSquare: BootstrapIconsClasses - get() { - classes("bi-r-square") - return this - } - - public val biRepeat1: BootstrapIconsClasses - get() { - classes("bi-repeat-1") - return this - } - - public val biRepeat: BootstrapIconsClasses - get() { - classes("bi-repeat") - return this - } - - public val biRewindBtnFill: BootstrapIconsClasses - get() { - classes("bi-rewind-btn-fill") - return this - } - - public val biRewindBtn: BootstrapIconsClasses - get() { - classes("bi-rewind-btn") - return this - } - - public val biRewindCircleFill: BootstrapIconsClasses - get() { - classes("bi-rewind-circle-fill") - return this - } - - public val biRewindCircle: BootstrapIconsClasses - get() { - classes("bi-rewind-circle") - return this - } - - public val biRewindFill: BootstrapIconsClasses - get() { - classes("bi-rewind-fill") - return this - } - - public val biRewind: BootstrapIconsClasses - get() { - classes("bi-rewind") - return this - } - - public val biTrainFreightFrontFill: BootstrapIconsClasses - get() { - classes("bi-train-freight-front-fill") - return this - } - - public val biTrainFreightFront: BootstrapIconsClasses - get() { - classes("bi-train-freight-front") - return this - } - - public val biTrainFrontFill: BootstrapIconsClasses - get() { - classes("bi-train-front-fill") - return this - } - - public val biTrainFront: BootstrapIconsClasses - get() { - classes("bi-train-front") - return this - } - - public val biTrainLightrailFrontFill: BootstrapIconsClasses - get() { - classes("bi-train-lightrail-front-fill") - return this - } - - public val biTrainLightrailFront: BootstrapIconsClasses - get() { - classes("bi-train-lightrail-front") - return this - } - - public val biTruckFrontFill: BootstrapIconsClasses - get() { - classes("bi-truck-front-fill") - return this - } - - public val biTruckFront: BootstrapIconsClasses - get() { - classes("bi-truck-front") - return this - } - - public val biUbuntu: BootstrapIconsClasses - get() { - classes("bi-ubuntu") - return this - } - - public val biUnindent: BootstrapIconsClasses - get() { - classes("bi-unindent") - return this - } - - public val biUnity: BootstrapIconsClasses - get() { - classes("bi-unity") - return this - } - - public val biUniversalAccessCircle: BootstrapIconsClasses - get() { - classes("bi-universal-access-circle") - return this - } - - public val biUniversalAccess: BootstrapIconsClasses - get() { - classes("bi-universal-access") - return this - } - - public val biVirus: BootstrapIconsClasses - get() { - classes("bi-virus") - return this - } - - public val biVirus2: BootstrapIconsClasses - get() { - classes("bi-virus2") - return this - } - - public val biWechat: BootstrapIconsClasses - get() { - classes("bi-wechat") - return this - } - - public val biYelp: BootstrapIconsClasses - get() { - classes("bi-yelp") - return this - } - - public val biSignStopFill: BootstrapIconsClasses - get() { - classes("bi-sign-stop-fill") - return this - } - - public val biSignStopLightsFill: BootstrapIconsClasses - get() { - classes("bi-sign-stop-lights-fill") - return this - } - - public val biSignStopLights: BootstrapIconsClasses - get() { - classes("bi-sign-stop-lights") - return this - } - - public val biSignStop: BootstrapIconsClasses - get() { - classes("bi-sign-stop") - return this - } - - public val biSignTurnLeftFill: BootstrapIconsClasses - get() { - classes("bi-sign-turn-left-fill") - return this - } - - public val biSignTurnLeft: BootstrapIconsClasses - get() { - classes("bi-sign-turn-left") - return this - } - - public val biSignTurnRightFill: BootstrapIconsClasses - get() { - classes("bi-sign-turn-right-fill") - return this - } - - public val biSignTurnRight: BootstrapIconsClasses - get() { - classes("bi-sign-turn-right") - return this - } - - public val biSignTurnSlightLeftFill: BootstrapIconsClasses - get() { - classes("bi-sign-turn-slight-left-fill") - return this - } - - public val biSignTurnSlightLeft: BootstrapIconsClasses - get() { - classes("bi-sign-turn-slight-left") - return this - } - - public val biSignTurnSlightRightFill: BootstrapIconsClasses - get() { - classes("bi-sign-turn-slight-right-fill") - return this - } - - public val biSignTurnSlightRight: BootstrapIconsClasses - get() { - classes("bi-sign-turn-slight-right") - return this - } - - public val biSignYieldFill: BootstrapIconsClasses - get() { - classes("bi-sign-yield-fill") - return this - } - - public val biSignYield: BootstrapIconsClasses - get() { - classes("bi-sign-yield") - return this - } - - public val biEvStationFill: BootstrapIconsClasses - get() { - classes("bi-ev-station-fill") - return this - } - - public val biEvStation: BootstrapIconsClasses - get() { - classes("bi-ev-station") - return this - } - - public val biFuelPumpDieselFill: BootstrapIconsClasses - get() { - classes("bi-fuel-pump-diesel-fill") - return this - } - - public val biFuelPumpDiesel: BootstrapIconsClasses - get() { - classes("bi-fuel-pump-diesel") - return this - } - - public val biFuelPumpFill: BootstrapIconsClasses - get() { - classes("bi-fuel-pump-fill") - return this - } - - public val biFuelPump: BootstrapIconsClasses - get() { - classes("bi-fuel-pump") - return this - } - - public val bi0CircleFill: BootstrapIconsClasses - get() { - classes("bi-0-circle-fill") - return this - } - - public val bi0Circle: BootstrapIconsClasses - get() { - classes("bi-0-circle") - return this - } - - public val bi0SquareFill: BootstrapIconsClasses - get() { - classes("bi-0-square-fill") - return this - } - - public val bi0Square: BootstrapIconsClasses - get() { - classes("bi-0-square") - return this - } - - public val biRocketFill: BootstrapIconsClasses - get() { - classes("bi-rocket-fill") - return this - } - - public val biRocketTakeoffFill: BootstrapIconsClasses - get() { - classes("bi-rocket-takeoff-fill") - return this - } - - public val biRocketTakeoff: BootstrapIconsClasses - get() { - classes("bi-rocket-takeoff") - return this - } - - public val biRocket: BootstrapIconsClasses - get() { - classes("bi-rocket") - return this - } - - public val biStripe: BootstrapIconsClasses - get() { - classes("bi-stripe") - return this - } - - public val biSubscript: BootstrapIconsClasses - get() { - classes("bi-subscript") - return this - } - - public val biSuperscript: BootstrapIconsClasses - get() { - classes("bi-superscript") - return this - } - - public val biTrello: BootstrapIconsClasses - get() { - classes("bi-trello") - return this - } - - public val biEnvelopeAtFill: BootstrapIconsClasses - get() { - classes("bi-envelope-at-fill") - return this - } - - public val biEnvelopeAt: BootstrapIconsClasses - get() { - classes("bi-envelope-at") - return this - } - - public val biRegex: BootstrapIconsClasses - get() { - classes("bi-regex") - return this - } - - public val biTextWrap: BootstrapIconsClasses - get() { - classes("bi-text-wrap") - return this - } - - public val biSignDeadEndFill: BootstrapIconsClasses - get() { - classes("bi-sign-dead-end-fill") - return this - } - - public val biSignDeadEnd: BootstrapIconsClasses - get() { - classes("bi-sign-dead-end") - return this - } - - public val biSignDoNotEnterFill: BootstrapIconsClasses - get() { - classes("bi-sign-do-not-enter-fill") - return this - } - - public val biSignDoNotEnter: BootstrapIconsClasses - get() { - classes("bi-sign-do-not-enter") - return this - } - - public val biSignIntersectionFill: BootstrapIconsClasses - get() { - classes("bi-sign-intersection-fill") - return this - } - - public val biSignIntersectionSideFill: BootstrapIconsClasses - get() { - classes("bi-sign-intersection-side-fill") - return this - } - - public val biSignIntersectionSide: BootstrapIconsClasses - get() { - classes("bi-sign-intersection-side") - return this - } - - public val biSignIntersectionTFill: BootstrapIconsClasses - get() { - classes("bi-sign-intersection-t-fill") - return this - } - - public val biSignIntersectionT: BootstrapIconsClasses - get() { - classes("bi-sign-intersection-t") - return this - } - - public val biSignIntersectionYFill: BootstrapIconsClasses - get() { - classes("bi-sign-intersection-y-fill") - return this - } - - public val biSignIntersectionY: BootstrapIconsClasses - get() { - classes("bi-sign-intersection-y") - return this - } - - public val biSignIntersection: BootstrapIconsClasses - get() { - classes("bi-sign-intersection") - return this - } - - public val biSignMergeLeftFill: BootstrapIconsClasses - get() { - classes("bi-sign-merge-left-fill") - return this - } - - public val biSignMergeLeft: BootstrapIconsClasses - get() { - classes("bi-sign-merge-left") - return this - } - - public val biSignMergeRightFill: BootstrapIconsClasses - get() { - classes("bi-sign-merge-right-fill") - return this - } - - public val biSignMergeRight: BootstrapIconsClasses - get() { - classes("bi-sign-merge-right") - return this - } - - public val biSignNoLeftTurnFill: BootstrapIconsClasses - get() { - classes("bi-sign-no-left-turn-fill") - return this - } - - public val biSignNoLeftTurn: BootstrapIconsClasses - get() { - classes("bi-sign-no-left-turn") - return this - } - - public val biSignNoParkingFill: BootstrapIconsClasses - get() { - classes("bi-sign-no-parking-fill") - return this - } - - public val biSignNoParking: BootstrapIconsClasses - get() { - classes("bi-sign-no-parking") - return this - } - - public val biSignNoRightTurnFill: BootstrapIconsClasses - get() { - classes("bi-sign-no-right-turn-fill") - return this - } - - public val biSignNoRightTurn: BootstrapIconsClasses - get() { - classes("bi-sign-no-right-turn") - return this - } - - public val biSignRailroadFill: BootstrapIconsClasses - get() { - classes("bi-sign-railroad-fill") - return this - } - - public val biSignRailroad: BootstrapIconsClasses - get() { - classes("bi-sign-railroad") - return this - } - - public val biBuildingAdd: BootstrapIconsClasses - get() { - classes("bi-building-add") - return this - } - - public val biBuildingCheck: BootstrapIconsClasses - get() { - classes("bi-building-check") - return this - } - - public val biBuildingDash: BootstrapIconsClasses - get() { - classes("bi-building-dash") - return this - } - - public val biBuildingDown: BootstrapIconsClasses - get() { - classes("bi-building-down") - return this - } - - public val biBuildingExclamation: BootstrapIconsClasses - get() { - classes("bi-building-exclamation") - return this - } - - public val biBuildingFillAdd: BootstrapIconsClasses - get() { - classes("bi-building-fill-add") - return this - } - - public val biBuildingFillCheck: BootstrapIconsClasses - get() { - classes("bi-building-fill-check") - return this - } - - public val biBuildingFillDash: BootstrapIconsClasses - get() { - classes("bi-building-fill-dash") - return this - } - - public val biBuildingFillDown: BootstrapIconsClasses - get() { - classes("bi-building-fill-down") - return this - } - - public val biBuildingFillExclamation: BootstrapIconsClasses - get() { - classes("bi-building-fill-exclamation") - return this - } - - public val biBuildingFillGear: BootstrapIconsClasses - get() { - classes("bi-building-fill-gear") - return this - } - - public val biBuildingFillLock: BootstrapIconsClasses - get() { - classes("bi-building-fill-lock") - return this - } - - public val biBuildingFillSlash: BootstrapIconsClasses - get() { - classes("bi-building-fill-slash") - return this - } - - public val biBuildingFillUp: BootstrapIconsClasses - get() { - classes("bi-building-fill-up") - return this - } - - public val biBuildingFillX: BootstrapIconsClasses - get() { - classes("bi-building-fill-x") - return this - } - - public val biBuildingFill: BootstrapIconsClasses - get() { - classes("bi-building-fill") - return this - } - - public val biBuildingGear: BootstrapIconsClasses - get() { - classes("bi-building-gear") - return this - } - - public val biBuildingLock: BootstrapIconsClasses - get() { - classes("bi-building-lock") - return this - } - - public val biBuildingSlash: BootstrapIconsClasses - get() { - classes("bi-building-slash") - return this - } - - public val biBuildingUp: BootstrapIconsClasses - get() { - classes("bi-building-up") - return this - } - - public val biBuildingX: BootstrapIconsClasses - get() { - classes("bi-building-x") - return this - } - - public val biBuildingsFill: BootstrapIconsClasses - get() { - classes("bi-buildings-fill") - return this - } - - public val biBuildings: BootstrapIconsClasses - get() { - classes("bi-buildings") - return this - } - - public val biBusFrontFill: BootstrapIconsClasses - get() { - classes("bi-bus-front-fill") - return this - } - - public val biBusFront: BootstrapIconsClasses - get() { - classes("bi-bus-front") - return this - } - - public val biEvFrontFill: BootstrapIconsClasses - get() { - classes("bi-ev-front-fill") - return this - } - - public val biEvFront: BootstrapIconsClasses - get() { - classes("bi-ev-front") - return this - } - - public val biGlobeAmericas: BootstrapIconsClasses - get() { - classes("bi-globe-americas") - return this - } - - public val biGlobeAsiaAustralia: BootstrapIconsClasses - get() { - classes("bi-globe-asia-australia") - return this - } - - public val biGlobeCentralSouthAsia: BootstrapIconsClasses - get() { - classes("bi-globe-central-south-asia") - return this - } - - public val biGlobeEuropeAfrica: BootstrapIconsClasses - get() { - classes("bi-globe-europe-africa") - return this - } - - public val biHouseAddFill: BootstrapIconsClasses - get() { - classes("bi-house-add-fill") - return this - } - - public val biHouseAdd: BootstrapIconsClasses - get() { - classes("bi-house-add") - return this - } - - public val biHouseCheckFill: BootstrapIconsClasses - get() { - classes("bi-house-check-fill") - return this - } - - public val biHouseCheck: BootstrapIconsClasses - get() { - classes("bi-house-check") - return this - } - - public val biHouseDashFill: BootstrapIconsClasses - get() { - classes("bi-house-dash-fill") - return this - } - - public val biHouseDash: BootstrapIconsClasses - get() { - classes("bi-house-dash") - return this - } - - public val biHouseDownFill: BootstrapIconsClasses - get() { - classes("bi-house-down-fill") - return this - } - - public val biHouseDown: BootstrapIconsClasses - get() { - classes("bi-house-down") - return this - } - - public val biHouseExclamationFill: BootstrapIconsClasses - get() { - classes("bi-house-exclamation-fill") - return this - } - - public val biHouseExclamation: BootstrapIconsClasses - get() { - classes("bi-house-exclamation") - return this - } - - public val biHouseGearFill: BootstrapIconsClasses - get() { - classes("bi-house-gear-fill") - return this - } - - public val biHouseGear: BootstrapIconsClasses - get() { - classes("bi-house-gear") - return this - } - - public val biHouseLockFill: BootstrapIconsClasses - get() { - classes("bi-house-lock-fill") - return this - } - - public val biHouseLock: BootstrapIconsClasses - get() { - classes("bi-house-lock") - return this - } - - public val biHouseSlashFill: BootstrapIconsClasses - get() { - classes("bi-house-slash-fill") - return this - } - - public val biHouseSlash: BootstrapIconsClasses - get() { - classes("bi-house-slash") - return this - } - - public val biHouseUpFill: BootstrapIconsClasses - get() { - classes("bi-house-up-fill") - return this - } - - public val biHouseUp: BootstrapIconsClasses - get() { - classes("bi-house-up") - return this - } - - public val biHouseXFill: BootstrapIconsClasses - get() { - classes("bi-house-x-fill") - return this - } - - public val biHouseX: BootstrapIconsClasses - get() { - classes("bi-house-x") - return this - } - - public val biPersonAdd: BootstrapIconsClasses - get() { - classes("bi-person-add") - return this - } - - public val biPersonDown: BootstrapIconsClasses - get() { - classes("bi-person-down") - return this - } - - public val biPersonExclamation: BootstrapIconsClasses - get() { - classes("bi-person-exclamation") - return this - } - - public val biPersonFillAdd: BootstrapIconsClasses - get() { - classes("bi-person-fill-add") - return this - } - - public val biPersonFillCheck: BootstrapIconsClasses - get() { - classes("bi-person-fill-check") - return this - } - - public val biPersonFillDash: BootstrapIconsClasses - get() { - classes("bi-person-fill-dash") - return this - } - - public val biPersonFillDown: BootstrapIconsClasses - get() { - classes("bi-person-fill-down") - return this - } - - public val biPersonFillExclamation: BootstrapIconsClasses - get() { - classes("bi-person-fill-exclamation") - return this - } - - public val biPersonFillGear: BootstrapIconsClasses - get() { - classes("bi-person-fill-gear") - return this - } - - public val biPersonFillLock: BootstrapIconsClasses - get() { - classes("bi-person-fill-lock") - return this - } - - public val biPersonFillSlash: BootstrapIconsClasses - get() { - classes("bi-person-fill-slash") - return this - } - - public val biPersonFillUp: BootstrapIconsClasses - get() { - classes("bi-person-fill-up") - return this - } - - public val biPersonFillX: BootstrapIconsClasses - get() { - classes("bi-person-fill-x") - return this - } - - public val biPersonGear: BootstrapIconsClasses - get() { - classes("bi-person-gear") - return this - } - - public val biPersonLock: BootstrapIconsClasses - get() { - classes("bi-person-lock") - return this - } - - public val biPersonSlash: BootstrapIconsClasses - get() { - classes("bi-person-slash") - return this - } - - public val biPersonUp: BootstrapIconsClasses - get() { - classes("bi-person-up") - return this - } - - public val biScooter: BootstrapIconsClasses - get() { - classes("bi-scooter") - return this - } - - public val biTaxiFrontFill: BootstrapIconsClasses - get() { - classes("bi-taxi-front-fill") - return this - } - - public val biTaxiFront: BootstrapIconsClasses - get() { - classes("bi-taxi-front") - return this - } - - public val biAmd: BootstrapIconsClasses - get() { - classes("bi-amd") - return this - } - - public val biDatabaseAdd: BootstrapIconsClasses - get() { - classes("bi-database-add") - return this - } - - public val biDatabaseCheck: BootstrapIconsClasses - get() { - classes("bi-database-check") - return this - } - - public val biDatabaseDash: BootstrapIconsClasses - get() { - classes("bi-database-dash") - return this - } - - public val biDatabaseDown: BootstrapIconsClasses - get() { - classes("bi-database-down") - return this - } - - public val biDatabaseExclamation: BootstrapIconsClasses - get() { - classes("bi-database-exclamation") - return this - } - - public val biDatabaseFillAdd: BootstrapIconsClasses - get() { - classes("bi-database-fill-add") - return this - } - - public val biDatabaseFillCheck: BootstrapIconsClasses - get() { - classes("bi-database-fill-check") - return this - } - - public val biDatabaseFillDash: BootstrapIconsClasses - get() { - classes("bi-database-fill-dash") - return this - } - - public val biDatabaseFillDown: BootstrapIconsClasses - get() { - classes("bi-database-fill-down") - return this - } - - public val biDatabaseFillExclamation: BootstrapIconsClasses - get() { - classes("bi-database-fill-exclamation") - return this - } - - public val biDatabaseFillGear: BootstrapIconsClasses - get() { - classes("bi-database-fill-gear") - return this - } - - public val biDatabaseFillLock: BootstrapIconsClasses - get() { - classes("bi-database-fill-lock") - return this - } - - public val biDatabaseFillSlash: BootstrapIconsClasses - get() { - classes("bi-database-fill-slash") - return this - } - - public val biDatabaseFillUp: BootstrapIconsClasses - get() { - classes("bi-database-fill-up") - return this - } - - public val biDatabaseFillX: BootstrapIconsClasses - get() { - classes("bi-database-fill-x") - return this - } - - public val biDatabaseFill: BootstrapIconsClasses - get() { - classes("bi-database-fill") - return this - } - - public val biDatabaseGear: BootstrapIconsClasses - get() { - classes("bi-database-gear") - return this - } - - public val biDatabaseLock: BootstrapIconsClasses - get() { - classes("bi-database-lock") - return this - } - - public val biDatabaseSlash: BootstrapIconsClasses - get() { - classes("bi-database-slash") - return this - } - - public val biDatabaseUp: BootstrapIconsClasses - get() { - classes("bi-database-up") - return this - } - - public val biDatabaseX: BootstrapIconsClasses - get() { - classes("bi-database-x") - return this - } - - public val biDatabase: BootstrapIconsClasses - get() { - classes("bi-database") - return this - } - - public val biHousesFill: BootstrapIconsClasses - get() { - classes("bi-houses-fill") - return this - } - - public val biHouses: BootstrapIconsClasses - get() { - classes("bi-houses") - return this - } - - public val biNvidia: BootstrapIconsClasses - get() { - classes("bi-nvidia") - return this - } - - public val biPersonVcardFill: BootstrapIconsClasses - get() { - classes("bi-person-vcard-fill") - return this - } - - public val biPersonVcard: BootstrapIconsClasses - get() { - classes("bi-person-vcard") - return this - } - - public val biSinaWeibo: BootstrapIconsClasses - get() { - classes("bi-sina-weibo") - return this - } - - public val biTencentQq: BootstrapIconsClasses - get() { - classes("bi-tencent-qq") - return this - } - - public val biWikipedia: BootstrapIconsClasses - get() { - classes("bi-wikipedia") - return this - } - - public val biAlphabetUppercase: BootstrapIconsClasses - get() { - classes("bi-alphabet-uppercase") - return this - } - - public val biAlphabet: BootstrapIconsClasses - get() { - classes("bi-alphabet") - return this - } - - public val biAmazon: BootstrapIconsClasses - get() { - classes("bi-amazon") - return this - } - - public val biArrowsCollapseVertical: BootstrapIconsClasses - get() { - classes("bi-arrows-collapse-vertical") - return this - } - - public val biArrowsExpandVertical: BootstrapIconsClasses - get() { - classes("bi-arrows-expand-vertical") - return this - } - - public val biArrowsVertical: BootstrapIconsClasses - get() { - classes("bi-arrows-vertical") - return this - } - - public val biArrows: BootstrapIconsClasses - get() { - classes("bi-arrows") - return this - } - - public val biBanFill: BootstrapIconsClasses - get() { - classes("bi-ban-fill") - return this - } - - public val biBan: BootstrapIconsClasses - get() { - classes("bi-ban") - return this - } - - public val biBing: BootstrapIconsClasses - get() { - classes("bi-bing") - return this - } - - public val biCake: BootstrapIconsClasses - get() { - classes("bi-cake") - return this - } - - public val biCake2: BootstrapIconsClasses - get() { - classes("bi-cake2") - return this - } - - public val biCookie: BootstrapIconsClasses - get() { - classes("bi-cookie") - return this - } - - public val biCopy: BootstrapIconsClasses - get() { - classes("bi-copy") - return this - } - - public val biCrosshair: BootstrapIconsClasses - get() { - classes("bi-crosshair") - return this - } - - public val biCrosshair2: BootstrapIconsClasses - get() { - classes("bi-crosshair2") - return this - } - - public val biEmojiAstonishedFill: BootstrapIconsClasses - get() { - classes("bi-emoji-astonished-fill") - return this - } - - public val biEmojiAstonished: BootstrapIconsClasses - get() { - classes("bi-emoji-astonished") - return this - } - - public val biEmojiGrimaceFill: BootstrapIconsClasses - get() { - classes("bi-emoji-grimace-fill") - return this - } - - public val biEmojiGrimace: BootstrapIconsClasses - get() { - classes("bi-emoji-grimace") - return this - } - - public val biEmojiGrinFill: BootstrapIconsClasses - get() { - classes("bi-emoji-grin-fill") - return this - } - - public val biEmojiGrin: BootstrapIconsClasses - get() { - classes("bi-emoji-grin") - return this - } - - public val biEmojiSurpriseFill: BootstrapIconsClasses - get() { - classes("bi-emoji-surprise-fill") - return this - } - - public val biEmojiSurprise: BootstrapIconsClasses - get() { - classes("bi-emoji-surprise") - return this - } - - public val biEmojiTearFill: BootstrapIconsClasses - get() { - classes("bi-emoji-tear-fill") - return this - } - - public val biEmojiTear: BootstrapIconsClasses - get() { - classes("bi-emoji-tear") - return this - } - - public val biEnvelopeArrowDownFill: BootstrapIconsClasses - get() { - classes("bi-envelope-arrow-down-fill") - return this - } - - public val biEnvelopeArrowDown: BootstrapIconsClasses - get() { - classes("bi-envelope-arrow-down") - return this - } - - public val biEnvelopeArrowUpFill: BootstrapIconsClasses - get() { - classes("bi-envelope-arrow-up-fill") - return this - } - - public val biEnvelopeArrowUp: BootstrapIconsClasses - get() { - classes("bi-envelope-arrow-up") - return this - } - - public val biFeather: BootstrapIconsClasses - get() { - classes("bi-feather") - return this - } - - public val biFeather2: BootstrapIconsClasses - get() { - classes("bi-feather2") - return this - } - - public val biFloppyFill: BootstrapIconsClasses - get() { - classes("bi-floppy-fill") - return this - } - - public val biFloppy: BootstrapIconsClasses - get() { - classes("bi-floppy") - return this - } - - public val biFloppy2Fill: BootstrapIconsClasses - get() { - classes("bi-floppy2-fill") - return this - } - - public val biFloppy2: BootstrapIconsClasses - get() { - classes("bi-floppy2") - return this - } - - public val biGitlab: BootstrapIconsClasses - get() { - classes("bi-gitlab") - return this - } - - public val biHighlighter: BootstrapIconsClasses - get() { - classes("bi-highlighter") - return this - } - - public val biMarkerTip: BootstrapIconsClasses - get() { - classes("bi-marker-tip") - return this - } - - public val biNvmeFill: BootstrapIconsClasses - get() { - classes("bi-nvme-fill") - return this - } - - public val biNvme: BootstrapIconsClasses - get() { - classes("bi-nvme") - return this - } - - public val biOpencollective: BootstrapIconsClasses - get() { - classes("bi-opencollective") - return this - } - - public val biPciCardNetwork: BootstrapIconsClasses - get() { - classes("bi-pci-card-network") - return this - } - - public val biPciCardSound: BootstrapIconsClasses - get() { - classes("bi-pci-card-sound") - return this - } - - public val biRadar: BootstrapIconsClasses - get() { - classes("bi-radar") - return this - } - - public val biSendArrowDownFill: BootstrapIconsClasses - get() { - classes("bi-send-arrow-down-fill") - return this - } - - public val biSendArrowDown: BootstrapIconsClasses - get() { - classes("bi-send-arrow-down") - return this - } - - public val biSendArrowUpFill: BootstrapIconsClasses - get() { - classes("bi-send-arrow-up-fill") - return this - } - - public val biSendArrowUp: BootstrapIconsClasses - get() { - classes("bi-send-arrow-up") - return this - } - - public val biSimSlashFill: BootstrapIconsClasses - get() { - classes("bi-sim-slash-fill") - return this - } - - public val biSimSlash: BootstrapIconsClasses - get() { - classes("bi-sim-slash") - return this - } - - public val biSourceforge: BootstrapIconsClasses - get() { - classes("bi-sourceforge") - return this - } - - public val biSubstack: BootstrapIconsClasses - get() { - classes("bi-substack") - return this - } - - public val biThreadsFill: BootstrapIconsClasses - get() { - classes("bi-threads-fill") - return this - } - - public val biThreads: BootstrapIconsClasses - get() { - classes("bi-threads") - return this - } - - public val biTransparency: BootstrapIconsClasses - get() { - classes("bi-transparency") - return this - } - - public val biTwitterX: BootstrapIconsClasses - get() { - classes("bi-twitter-x") - return this - } - - public val biTypeH4: BootstrapIconsClasses - get() { - classes("bi-type-h4") - return this - } - - public val biTypeH5: BootstrapIconsClasses - get() { - classes("bi-type-h5") - return this - } - - public val biTypeH6: BootstrapIconsClasses - get() { - classes("bi-type-h6") - return this - } - - public val biBackpackFill: BootstrapIconsClasses - get() { - classes("bi-backpack-fill") - return this - } - - public val biBackpack: BootstrapIconsClasses - get() { - classes("bi-backpack") - return this - } - - public val biBackpack2Fill: BootstrapIconsClasses - get() { - classes("bi-backpack2-fill") - return this - } - - public val biBackpack2: BootstrapIconsClasses - get() { - classes("bi-backpack2") - return this - } - - public val biBackpack3Fill: BootstrapIconsClasses - get() { - classes("bi-backpack3-fill") - return this - } - - public val biBackpack3: BootstrapIconsClasses - get() { - classes("bi-backpack3") - return this - } - - public val biBackpack4Fill: BootstrapIconsClasses - get() { - classes("bi-backpack4-fill") - return this - } - - public val biBackpack4: BootstrapIconsClasses - get() { - classes("bi-backpack4") - return this - } - - public val biBrilliance: BootstrapIconsClasses - get() { - classes("bi-brilliance") - return this - } - - public val biCakeFill: BootstrapIconsClasses - get() { - classes("bi-cake-fill") - return this - } - - public val biCake2Fill: BootstrapIconsClasses - get() { - classes("bi-cake2-fill") - return this - } - - public val biDuffleFill: BootstrapIconsClasses - get() { - classes("bi-duffle-fill") - return this - } - - public val biDuffle: BootstrapIconsClasses - get() { - classes("bi-duffle") - return this - } - - public val biExposure: BootstrapIconsClasses - get() { - classes("bi-exposure") - return this - } - - public val biGenderNeuter: BootstrapIconsClasses - get() { - classes("bi-gender-neuter") - return this - } - - public val biHighlights: BootstrapIconsClasses - get() { - classes("bi-highlights") - return this - } - - public val biLuggageFill: BootstrapIconsClasses - get() { - classes("bi-luggage-fill") - return this - } - - public val biLuggage: BootstrapIconsClasses - get() { - classes("bi-luggage") - return this - } - - public val biMailboxFlag: BootstrapIconsClasses - get() { - classes("bi-mailbox-flag") - return this - } - - public val biMailbox2Flag: BootstrapIconsClasses - get() { - classes("bi-mailbox2-flag") - return this - } - - public val biNoiseReduction: BootstrapIconsClasses - get() { - classes("bi-noise-reduction") - return this - } - - public val biPassportFill: BootstrapIconsClasses - get() { - classes("bi-passport-fill") - return this - } - - public val biPassport: BootstrapIconsClasses - get() { - classes("bi-passport") - return this - } - - public val biPersonArmsUp: BootstrapIconsClasses - get() { - classes("bi-person-arms-up") - return this - } - - public val biPersonRaisedHand: BootstrapIconsClasses - get() { - classes("bi-person-raised-hand") - return this - } - - public val biPersonStandingDress: BootstrapIconsClasses - get() { - classes("bi-person-standing-dress") - return this - } - - public val biPersonStanding: BootstrapIconsClasses - get() { - classes("bi-person-standing") - return this - } - - public val biPersonWalking: BootstrapIconsClasses - get() { - classes("bi-person-walking") - return this - } - - public val biPersonWheelchair: BootstrapIconsClasses - get() { - classes("bi-person-wheelchair") - return this - } - - public val biShadows: BootstrapIconsClasses - get() { - classes("bi-shadows") - return this - } - - public val biSuitcaseFill: BootstrapIconsClasses - get() { - classes("bi-suitcase-fill") - return this - } - - public val biSuitcaseLgFill: BootstrapIconsClasses - get() { - classes("bi-suitcase-lg-fill") - return this - } - - public val biSuitcaseLg: BootstrapIconsClasses - get() { - classes("bi-suitcase-lg") - return this - } - - public val biSuitcase: BootstrapIconsClasses - get() { - classes("bi-suitcase") - return this - } - - public val biSuitcase2Fill: BootstrapIconsClasses - get() { - classes("bi-suitcase2-fill") - return this - } - - public val biSuitcase2: BootstrapIconsClasses - get() { - classes("bi-suitcase2") - return this - } - - public val biVignette: BootstrapIconsClasses - get() { - classes("bi-vignette") - return this - } - -} \ No newline at end of file +public val AttributeBuilder.bi: AttributeBuilder + get() { + classes("bi") + return this + } + +public val AttributeBuilder.bi123: AttributeBuilder + get() { + classes("bi-123") + return this + } + +public val AttributeBuilder.biAlarmFill: AttributeBuilder + get() { + classes("bi-alarm-fill") + return this + } + +public val AttributeBuilder.biAlarm: AttributeBuilder + get() { + classes("bi-alarm") + return this + } + +public val AttributeBuilder.biAlignBottom: AttributeBuilder + get() { + classes("bi-align-bottom") + return this + } + +public val AttributeBuilder.biAlignCenter: AttributeBuilder + get() { + classes("bi-align-center") + return this + } + +public val AttributeBuilder.biAlignEnd: AttributeBuilder + get() { + classes("bi-align-end") + return this + } + +public val AttributeBuilder.biAlignMiddle: AttributeBuilder + get() { + classes("bi-align-middle") + return this + } + +public val AttributeBuilder.biAlignStart: AttributeBuilder + get() { + classes("bi-align-start") + return this + } + +public val AttributeBuilder.biAlignTop: AttributeBuilder + get() { + classes("bi-align-top") + return this + } + +public val AttributeBuilder.biAlt: AttributeBuilder + get() { + classes("bi-alt") + return this + } + +public val AttributeBuilder.biAppIndicator: AttributeBuilder + get() { + classes("bi-app-indicator") + return this + } + +public val AttributeBuilder.biApp: AttributeBuilder + get() { + classes("bi-app") + return this + } + +public val AttributeBuilder.biArchiveFill: AttributeBuilder + get() { + classes("bi-archive-fill") + return this + } + +public val AttributeBuilder.biArchive: AttributeBuilder + get() { + classes("bi-archive") + return this + } + +public val AttributeBuilder.biArrow90degDown: AttributeBuilder + get() { + classes("bi-arrow-90deg-down") + return this + } + +public val AttributeBuilder.biArrow90degLeft: AttributeBuilder + get() { + classes("bi-arrow-90deg-left") + return this + } + +public val AttributeBuilder.biArrow90degRight: AttributeBuilder + get() { + classes("bi-arrow-90deg-right") + return this + } + +public val AttributeBuilder.biArrow90degUp: AttributeBuilder + get() { + classes("bi-arrow-90deg-up") + return this + } + +public val AttributeBuilder.biArrowBarDown: AttributeBuilder + get() { + classes("bi-arrow-bar-down") + return this + } + +public val AttributeBuilder.biArrowBarLeft: AttributeBuilder + get() { + classes("bi-arrow-bar-left") + return this + } + +public val AttributeBuilder.biArrowBarRight: AttributeBuilder + get() { + classes("bi-arrow-bar-right") + return this + } + +public val AttributeBuilder.biArrowBarUp: AttributeBuilder + get() { + classes("bi-arrow-bar-up") + return this + } + +public val AttributeBuilder.biArrowClockwise: AttributeBuilder + get() { + classes("bi-arrow-clockwise") + return this + } + +public val AttributeBuilder.biArrowCounterclockwise: AttributeBuilder + get() { + classes("bi-arrow-counterclockwise") + return this + } + +public val AttributeBuilder.biArrowDownCircleFill: AttributeBuilder + get() { + classes("bi-arrow-down-circle-fill") + return this + } + +public val AttributeBuilder.biArrowDownCircle: AttributeBuilder + get() { + classes("bi-arrow-down-circle") + return this + } + +public val AttributeBuilder.biArrowDownLeftCircleFill: AttributeBuilder + get() { + classes("bi-arrow-down-left-circle-fill") + return this + } + +public val AttributeBuilder.biArrowDownLeftCircle: AttributeBuilder + get() { + classes("bi-arrow-down-left-circle") + return this + } + +public val AttributeBuilder.biArrowDownLeftSquareFill: AttributeBuilder + get() { + classes("bi-arrow-down-left-square-fill") + return this + } + +public val AttributeBuilder.biArrowDownLeftSquare: AttributeBuilder + get() { + classes("bi-arrow-down-left-square") + return this + } + +public val AttributeBuilder.biArrowDownLeft: AttributeBuilder + get() { + classes("bi-arrow-down-left") + return this + } + +public val AttributeBuilder.biArrowDownRightCircleFill: AttributeBuilder + get() { + classes("bi-arrow-down-right-circle-fill") + return this + } + +public val AttributeBuilder.biArrowDownRightCircle: AttributeBuilder + get() { + classes("bi-arrow-down-right-circle") + return this + } + +public val AttributeBuilder.biArrowDownRightSquareFill: AttributeBuilder + get() { + classes("bi-arrow-down-right-square-fill") + return this + } + +public val AttributeBuilder.biArrowDownRightSquare: AttributeBuilder + get() { + classes("bi-arrow-down-right-square") + return this + } + +public val AttributeBuilder.biArrowDownRight: AttributeBuilder + get() { + classes("bi-arrow-down-right") + return this + } + +public val AttributeBuilder.biArrowDownShort: AttributeBuilder + get() { + classes("bi-arrow-down-short") + return this + } + +public val AttributeBuilder.biArrowDownSquareFill: AttributeBuilder + get() { + classes("bi-arrow-down-square-fill") + return this + } + +public val AttributeBuilder.biArrowDownSquare: AttributeBuilder + get() { + classes("bi-arrow-down-square") + return this + } + +public val AttributeBuilder.biArrowDownUp: AttributeBuilder + get() { + classes("bi-arrow-down-up") + return this + } + +public val AttributeBuilder.biArrowDown: AttributeBuilder + get() { + classes("bi-arrow-down") + return this + } + +public val AttributeBuilder.biArrowLeftCircleFill: AttributeBuilder + get() { + classes("bi-arrow-left-circle-fill") + return this + } + +public val AttributeBuilder.biArrowLeftCircle: AttributeBuilder + get() { + classes("bi-arrow-left-circle") + return this + } + +public val AttributeBuilder.biArrowLeftRight: AttributeBuilder + get() { + classes("bi-arrow-left-right") + return this + } + +public val AttributeBuilder.biArrowLeftShort: AttributeBuilder + get() { + classes("bi-arrow-left-short") + return this + } + +public val AttributeBuilder.biArrowLeftSquareFill: AttributeBuilder + get() { + classes("bi-arrow-left-square-fill") + return this + } + +public val AttributeBuilder.biArrowLeftSquare: AttributeBuilder + get() { + classes("bi-arrow-left-square") + return this + } + +public val AttributeBuilder.biArrowLeft: AttributeBuilder + get() { + classes("bi-arrow-left") + return this + } + +public val AttributeBuilder.biArrowRepeat: AttributeBuilder + get() { + classes("bi-arrow-repeat") + return this + } + +public val AttributeBuilder.biArrowReturnLeft: AttributeBuilder + get() { + classes("bi-arrow-return-left") + return this + } + +public val AttributeBuilder.biArrowReturnRight: AttributeBuilder + get() { + classes("bi-arrow-return-right") + return this + } + +public val AttributeBuilder.biArrowRightCircleFill: AttributeBuilder + get() { + classes("bi-arrow-right-circle-fill") + return this + } + +public val AttributeBuilder.biArrowRightCircle: AttributeBuilder + get() { + classes("bi-arrow-right-circle") + return this + } + +public val AttributeBuilder.biArrowRightShort: AttributeBuilder + get() { + classes("bi-arrow-right-short") + return this + } + +public val AttributeBuilder.biArrowRightSquareFill: AttributeBuilder + get() { + classes("bi-arrow-right-square-fill") + return this + } + +public val AttributeBuilder.biArrowRightSquare: AttributeBuilder + get() { + classes("bi-arrow-right-square") + return this + } + +public val AttributeBuilder.biArrowRight: AttributeBuilder + get() { + classes("bi-arrow-right") + return this + } + +public val AttributeBuilder.biArrowUpCircleFill: AttributeBuilder + get() { + classes("bi-arrow-up-circle-fill") + return this + } + +public val AttributeBuilder.biArrowUpCircle: AttributeBuilder + get() { + classes("bi-arrow-up-circle") + return this + } + +public val AttributeBuilder.biArrowUpLeftCircleFill: AttributeBuilder + get() { + classes("bi-arrow-up-left-circle-fill") + return this + } + +public val AttributeBuilder.biArrowUpLeftCircle: AttributeBuilder + get() { + classes("bi-arrow-up-left-circle") + return this + } + +public val AttributeBuilder.biArrowUpLeftSquareFill: AttributeBuilder + get() { + classes("bi-arrow-up-left-square-fill") + return this + } + +public val AttributeBuilder.biArrowUpLeftSquare: AttributeBuilder + get() { + classes("bi-arrow-up-left-square") + return this + } + +public val AttributeBuilder.biArrowUpLeft: AttributeBuilder + get() { + classes("bi-arrow-up-left") + return this + } + +public val AttributeBuilder.biArrowUpRightCircleFill: AttributeBuilder + get() { + classes("bi-arrow-up-right-circle-fill") + return this + } + +public val AttributeBuilder.biArrowUpRightCircle: AttributeBuilder + get() { + classes("bi-arrow-up-right-circle") + return this + } + +public val AttributeBuilder.biArrowUpRightSquareFill: AttributeBuilder + get() { + classes("bi-arrow-up-right-square-fill") + return this + } + +public val AttributeBuilder.biArrowUpRightSquare: AttributeBuilder + get() { + classes("bi-arrow-up-right-square") + return this + } + +public val AttributeBuilder.biArrowUpRight: AttributeBuilder + get() { + classes("bi-arrow-up-right") + return this + } + +public val AttributeBuilder.biArrowUpShort: AttributeBuilder + get() { + classes("bi-arrow-up-short") + return this + } + +public val AttributeBuilder.biArrowUpSquareFill: AttributeBuilder + get() { + classes("bi-arrow-up-square-fill") + return this + } + +public val AttributeBuilder.biArrowUpSquare: AttributeBuilder + get() { + classes("bi-arrow-up-square") + return this + } + +public val AttributeBuilder.biArrowUp: AttributeBuilder + get() { + classes("bi-arrow-up") + return this + } + +public val AttributeBuilder.biArrowsAngleContract: AttributeBuilder + get() { + classes("bi-arrows-angle-contract") + return this + } + +public val AttributeBuilder.biArrowsAngleExpand: AttributeBuilder + get() { + classes("bi-arrows-angle-expand") + return this + } + +public val AttributeBuilder.biArrowsCollapse: AttributeBuilder + get() { + classes("bi-arrows-collapse") + return this + } + +public val AttributeBuilder.biArrowsExpand: AttributeBuilder + get() { + classes("bi-arrows-expand") + return this + } + +public val AttributeBuilder.biArrowsFullscreen: AttributeBuilder + get() { + classes("bi-arrows-fullscreen") + return this + } + +public val AttributeBuilder.biArrowsMove: AttributeBuilder + get() { + classes("bi-arrows-move") + return this + } + +public val AttributeBuilder.biAspectRatioFill: AttributeBuilder + get() { + classes("bi-aspect-ratio-fill") + return this + } + +public val AttributeBuilder.biAspectRatio: AttributeBuilder + get() { + classes("bi-aspect-ratio") + return this + } + +public val AttributeBuilder.biAsterisk: AttributeBuilder + get() { + classes("bi-asterisk") + return this + } + +public val AttributeBuilder.biAt: AttributeBuilder + get() { + classes("bi-at") + return this + } + +public val AttributeBuilder.biAwardFill: AttributeBuilder + get() { + classes("bi-award-fill") + return this + } + +public val AttributeBuilder.biAward: AttributeBuilder + get() { + classes("bi-award") + return this + } + +public val AttributeBuilder.biBack: AttributeBuilder + get() { + classes("bi-back") + return this + } + +public val AttributeBuilder.biBackspaceFill: AttributeBuilder + get() { + classes("bi-backspace-fill") + return this + } + +public val AttributeBuilder.biBackspaceReverseFill: AttributeBuilder + get() { + classes("bi-backspace-reverse-fill") + return this + } + +public val AttributeBuilder.biBackspaceReverse: AttributeBuilder + get() { + classes("bi-backspace-reverse") + return this + } + +public val AttributeBuilder.biBackspace: AttributeBuilder + get() { + classes("bi-backspace") + return this + } + +public val AttributeBuilder.biBadge3dFill: AttributeBuilder + get() { + classes("bi-badge-3d-fill") + return this + } + +public val AttributeBuilder.biBadge3d: AttributeBuilder + get() { + classes("bi-badge-3d") + return this + } + +public val AttributeBuilder.biBadge4kFill: AttributeBuilder + get() { + classes("bi-badge-4k-fill") + return this + } + +public val AttributeBuilder.biBadge4k: AttributeBuilder + get() { + classes("bi-badge-4k") + return this + } + +public val AttributeBuilder.biBadge8kFill: AttributeBuilder + get() { + classes("bi-badge-8k-fill") + return this + } + +public val AttributeBuilder.biBadge8k: AttributeBuilder + get() { + classes("bi-badge-8k") + return this + } + +public val AttributeBuilder.biBadgeAdFill: AttributeBuilder + get() { + classes("bi-badge-ad-fill") + return this + } + +public val AttributeBuilder.biBadgeAd: AttributeBuilder + get() { + classes("bi-badge-ad") + return this + } + +public val AttributeBuilder.biBadgeArFill: AttributeBuilder + get() { + classes("bi-badge-ar-fill") + return this + } + +public val AttributeBuilder.biBadgeAr: AttributeBuilder + get() { + classes("bi-badge-ar") + return this + } + +public val AttributeBuilder.biBadgeCcFill: AttributeBuilder + get() { + classes("bi-badge-cc-fill") + return this + } + +public val AttributeBuilder.biBadgeCc: AttributeBuilder + get() { + classes("bi-badge-cc") + return this + } + +public val AttributeBuilder.biBadgeHdFill: AttributeBuilder + get() { + classes("bi-badge-hd-fill") + return this + } + +public val AttributeBuilder.biBadgeHd: AttributeBuilder + get() { + classes("bi-badge-hd") + return this + } + +public val AttributeBuilder.biBadgeTmFill: AttributeBuilder + get() { + classes("bi-badge-tm-fill") + return this + } + +public val AttributeBuilder.biBadgeTm: AttributeBuilder + get() { + classes("bi-badge-tm") + return this + } + +public val AttributeBuilder.biBadgeVoFill: AttributeBuilder + get() { + classes("bi-badge-vo-fill") + return this + } + +public val AttributeBuilder.biBadgeVo: AttributeBuilder + get() { + classes("bi-badge-vo") + return this + } + +public val AttributeBuilder.biBadgeVrFill: AttributeBuilder + get() { + classes("bi-badge-vr-fill") + return this + } + +public val AttributeBuilder.biBadgeVr: AttributeBuilder + get() { + classes("bi-badge-vr") + return this + } + +public val AttributeBuilder.biBadgeWcFill: AttributeBuilder + get() { + classes("bi-badge-wc-fill") + return this + } + +public val AttributeBuilder.biBadgeWc: AttributeBuilder + get() { + classes("bi-badge-wc") + return this + } + +public val AttributeBuilder.biBagCheckFill: AttributeBuilder + get() { + classes("bi-bag-check-fill") + return this + } + +public val AttributeBuilder.biBagCheck: AttributeBuilder + get() { + classes("bi-bag-check") + return this + } + +public val AttributeBuilder.biBagDashFill: AttributeBuilder + get() { + classes("bi-bag-dash-fill") + return this + } + +public val AttributeBuilder.biBagDash: AttributeBuilder + get() { + classes("bi-bag-dash") + return this + } + +public val AttributeBuilder.biBagFill: AttributeBuilder + get() { + classes("bi-bag-fill") + return this + } + +public val AttributeBuilder.biBagPlusFill: AttributeBuilder + get() { + classes("bi-bag-plus-fill") + return this + } + +public val AttributeBuilder.biBagPlus: AttributeBuilder + get() { + classes("bi-bag-plus") + return this + } + +public val AttributeBuilder.biBagXFill: AttributeBuilder + get() { + classes("bi-bag-x-fill") + return this + } + +public val AttributeBuilder.biBagX: AttributeBuilder + get() { + classes("bi-bag-x") + return this + } + +public val AttributeBuilder.biBag: AttributeBuilder + get() { + classes("bi-bag") + return this + } + +public val AttributeBuilder.biBarChartFill: AttributeBuilder + get() { + classes("bi-bar-chart-fill") + return this + } + +public val AttributeBuilder.biBarChartLineFill: AttributeBuilder + get() { + classes("bi-bar-chart-line-fill") + return this + } + +public val AttributeBuilder.biBarChartLine: AttributeBuilder + get() { + classes("bi-bar-chart-line") + return this + } + +public val AttributeBuilder.biBarChartSteps: AttributeBuilder + get() { + classes("bi-bar-chart-steps") + return this + } + +public val AttributeBuilder.biBarChart: AttributeBuilder + get() { + classes("bi-bar-chart") + return this + } + +public val AttributeBuilder.biBasketFill: AttributeBuilder + get() { + classes("bi-basket-fill") + return this + } + +public val AttributeBuilder.biBasket: AttributeBuilder + get() { + classes("bi-basket") + return this + } + +public val AttributeBuilder.biBasket2Fill: AttributeBuilder + get() { + classes("bi-basket2-fill") + return this + } + +public val AttributeBuilder.biBasket2: AttributeBuilder + get() { + classes("bi-basket2") + return this + } + +public val AttributeBuilder.biBasket3Fill: AttributeBuilder + get() { + classes("bi-basket3-fill") + return this + } + +public val AttributeBuilder.biBasket3: AttributeBuilder + get() { + classes("bi-basket3") + return this + } + +public val AttributeBuilder.biBatteryCharging: AttributeBuilder + get() { + classes("bi-battery-charging") + return this + } + +public val AttributeBuilder.biBatteryFull: AttributeBuilder + get() { + classes("bi-battery-full") + return this + } + +public val AttributeBuilder.biBatteryHalf: AttributeBuilder + get() { + classes("bi-battery-half") + return this + } + +public val AttributeBuilder.biBattery: AttributeBuilder + get() { + classes("bi-battery") + return this + } + +public val AttributeBuilder.biBellFill: AttributeBuilder + get() { + classes("bi-bell-fill") + return this + } + +public val AttributeBuilder.biBell: AttributeBuilder + get() { + classes("bi-bell") + return this + } + +public val AttributeBuilder.biBezier: AttributeBuilder + get() { + classes("bi-bezier") + return this + } + +public val AttributeBuilder.biBezier2: AttributeBuilder + get() { + classes("bi-bezier2") + return this + } + +public val AttributeBuilder.biBicycle: AttributeBuilder + get() { + classes("bi-bicycle") + return this + } + +public val AttributeBuilder.biBinocularsFill: AttributeBuilder + get() { + classes("bi-binoculars-fill") + return this + } + +public val AttributeBuilder.biBinoculars: AttributeBuilder + get() { + classes("bi-binoculars") + return this + } + +public val AttributeBuilder.biBlockquoteLeft: AttributeBuilder + get() { + classes("bi-blockquote-left") + return this + } + +public val AttributeBuilder.biBlockquoteRight: AttributeBuilder + get() { + classes("bi-blockquote-right") + return this + } + +public val AttributeBuilder.biBookFill: AttributeBuilder + get() { + classes("bi-book-fill") + return this + } + +public val AttributeBuilder.biBookHalf: AttributeBuilder + get() { + classes("bi-book-half") + return this + } + +public val AttributeBuilder.biBook: AttributeBuilder + get() { + classes("bi-book") + return this + } + +public val AttributeBuilder.biBookmarkCheckFill: AttributeBuilder + get() { + classes("bi-bookmark-check-fill") + return this + } + +public val AttributeBuilder.biBookmarkCheck: AttributeBuilder + get() { + classes("bi-bookmark-check") + return this + } + +public val AttributeBuilder.biBookmarkDashFill: AttributeBuilder + get() { + classes("bi-bookmark-dash-fill") + return this + } + +public val AttributeBuilder.biBookmarkDash: AttributeBuilder + get() { + classes("bi-bookmark-dash") + return this + } + +public val AttributeBuilder.biBookmarkFill: AttributeBuilder + get() { + classes("bi-bookmark-fill") + return this + } + +public val AttributeBuilder.biBookmarkHeartFill: AttributeBuilder + get() { + classes("bi-bookmark-heart-fill") + return this + } + +public val AttributeBuilder.biBookmarkHeart: AttributeBuilder + get() { + classes("bi-bookmark-heart") + return this + } + +public val AttributeBuilder.biBookmarkPlusFill: AttributeBuilder + get() { + classes("bi-bookmark-plus-fill") + return this + } + +public val AttributeBuilder.biBookmarkPlus: AttributeBuilder + get() { + classes("bi-bookmark-plus") + return this + } + +public val AttributeBuilder.biBookmarkStarFill: AttributeBuilder + get() { + classes("bi-bookmark-star-fill") + return this + } + +public val AttributeBuilder.biBookmarkStar: AttributeBuilder + get() { + classes("bi-bookmark-star") + return this + } + +public val AttributeBuilder.biBookmarkXFill: AttributeBuilder + get() { + classes("bi-bookmark-x-fill") + return this + } + +public val AttributeBuilder.biBookmarkX: AttributeBuilder + get() { + classes("bi-bookmark-x") + return this + } + +public val AttributeBuilder.biBookmark: AttributeBuilder + get() { + classes("bi-bookmark") + return this + } + +public val AttributeBuilder.biBookmarksFill: AttributeBuilder + get() { + classes("bi-bookmarks-fill") + return this + } + +public val AttributeBuilder.biBookmarks: AttributeBuilder + get() { + classes("bi-bookmarks") + return this + } + +public val AttributeBuilder.biBookshelf: AttributeBuilder + get() { + classes("bi-bookshelf") + return this + } + +public val AttributeBuilder.biBootstrapFill: AttributeBuilder + get() { + classes("bi-bootstrap-fill") + return this + } + +public val AttributeBuilder.biBootstrapReboot: AttributeBuilder + get() { + classes("bi-bootstrap-reboot") + return this + } + +public val AttributeBuilder.biBootstrap: AttributeBuilder + get() { + classes("bi-bootstrap") + return this + } + +public val AttributeBuilder.biBorderAll: AttributeBuilder + get() { + classes("bi-border-all") + return this + } + +public val AttributeBuilder.biBorderBottom: AttributeBuilder + get() { + classes("bi-border-bottom") + return this + } + +public val AttributeBuilder.biBorderCenter: AttributeBuilder + get() { + classes("bi-border-center") + return this + } + +public val AttributeBuilder.biBorderInner: AttributeBuilder + get() { + classes("bi-border-inner") + return this + } + +public val AttributeBuilder.biBorderLeft: AttributeBuilder + get() { + classes("bi-border-left") + return this + } + +public val AttributeBuilder.biBorderMiddle: AttributeBuilder + get() { + classes("bi-border-middle") + return this + } + +public val AttributeBuilder.biBorderOuter: AttributeBuilder + get() { + classes("bi-border-outer") + return this + } + +public val AttributeBuilder.biBorderRight: AttributeBuilder + get() { + classes("bi-border-right") + return this + } + +public val AttributeBuilder.biBorderStyle: AttributeBuilder + get() { + classes("bi-border-style") + return this + } + +public val AttributeBuilder.biBorderTop: AttributeBuilder + get() { + classes("bi-border-top") + return this + } + +public val AttributeBuilder.biBorderWidth: AttributeBuilder + get() { + classes("bi-border-width") + return this + } + +public val AttributeBuilder.biBorder: AttributeBuilder + get() { + classes("bi-border") + return this + } + +public val AttributeBuilder.biBoundingBoxCircles: AttributeBuilder + get() { + classes("bi-bounding-box-circles") + return this + } + +public val AttributeBuilder.biBoundingBox: AttributeBuilder + get() { + classes("bi-bounding-box") + return this + } + +public val AttributeBuilder.biBoxArrowDownLeft: AttributeBuilder + get() { + classes("bi-box-arrow-down-left") + return this + } + +public val AttributeBuilder.biBoxArrowDownRight: AttributeBuilder + get() { + classes("bi-box-arrow-down-right") + return this + } + +public val AttributeBuilder.biBoxArrowDown: AttributeBuilder + get() { + classes("bi-box-arrow-down") + return this + } + +public val AttributeBuilder.biBoxArrowInDownLeft: AttributeBuilder + get() { + classes("bi-box-arrow-in-down-left") + return this + } + +public val AttributeBuilder.biBoxArrowInDownRight: AttributeBuilder + get() { + classes("bi-box-arrow-in-down-right") + return this + } + +public val AttributeBuilder.biBoxArrowInDown: AttributeBuilder + get() { + classes("bi-box-arrow-in-down") + return this + } + +public val AttributeBuilder.biBoxArrowInLeft: AttributeBuilder + get() { + classes("bi-box-arrow-in-left") + return this + } + +public val AttributeBuilder.biBoxArrowInRight: AttributeBuilder + get() { + classes("bi-box-arrow-in-right") + return this + } + +public val AttributeBuilder.biBoxArrowInUpLeft: AttributeBuilder + get() { + classes("bi-box-arrow-in-up-left") + return this + } + +public val AttributeBuilder.biBoxArrowInUpRight: AttributeBuilder + get() { + classes("bi-box-arrow-in-up-right") + return this + } + +public val AttributeBuilder.biBoxArrowInUp: AttributeBuilder + get() { + classes("bi-box-arrow-in-up") + return this + } + +public val AttributeBuilder.biBoxArrowLeft: AttributeBuilder + get() { + classes("bi-box-arrow-left") + return this + } + +public val AttributeBuilder.biBoxArrowRight: AttributeBuilder + get() { + classes("bi-box-arrow-right") + return this + } + +public val AttributeBuilder.biBoxArrowUpLeft: AttributeBuilder + get() { + classes("bi-box-arrow-up-left") + return this + } + +public val AttributeBuilder.biBoxArrowUpRight: AttributeBuilder + get() { + classes("bi-box-arrow-up-right") + return this + } + +public val AttributeBuilder.biBoxArrowUp: AttributeBuilder + get() { + classes("bi-box-arrow-up") + return this + } + +public val AttributeBuilder.biBoxSeam: AttributeBuilder + get() { + classes("bi-box-seam") + return this + } + +public val AttributeBuilder.biBox: AttributeBuilder + get() { + classes("bi-box") + return this + } + +public val AttributeBuilder.biBraces: AttributeBuilder + get() { + classes("bi-braces") + return this + } + +public val AttributeBuilder.biBricks: AttributeBuilder + get() { + classes("bi-bricks") + return this + } + +public val AttributeBuilder.biBriefcaseFill: AttributeBuilder + get() { + classes("bi-briefcase-fill") + return this + } + +public val AttributeBuilder.biBriefcase: AttributeBuilder + get() { + classes("bi-briefcase") + return this + } + +public val AttributeBuilder.biBrightnessAltHighFill: AttributeBuilder + get() { + classes("bi-brightness-alt-high-fill") + return this + } + +public val AttributeBuilder.biBrightnessAltHigh: AttributeBuilder + get() { + classes("bi-brightness-alt-high") + return this + } + +public val AttributeBuilder.biBrightnessAltLowFill: AttributeBuilder + get() { + classes("bi-brightness-alt-low-fill") + return this + } + +public val AttributeBuilder.biBrightnessAltLow: AttributeBuilder + get() { + classes("bi-brightness-alt-low") + return this + } + +public val AttributeBuilder.biBrightnessHighFill: AttributeBuilder + get() { + classes("bi-brightness-high-fill") + return this + } + +public val AttributeBuilder.biBrightnessHigh: AttributeBuilder + get() { + classes("bi-brightness-high") + return this + } + +public val AttributeBuilder.biBrightnessLowFill: AttributeBuilder + get() { + classes("bi-brightness-low-fill") + return this + } + +public val AttributeBuilder.biBrightnessLow: AttributeBuilder + get() { + classes("bi-brightness-low") + return this + } + +public val AttributeBuilder.biBroadcastPin: AttributeBuilder + get() { + classes("bi-broadcast-pin") + return this + } + +public val AttributeBuilder.biBroadcast: AttributeBuilder + get() { + classes("bi-broadcast") + return this + } + +public val AttributeBuilder.biBrushFill: AttributeBuilder + get() { + classes("bi-brush-fill") + return this + } + +public val AttributeBuilder.biBrush: AttributeBuilder + get() { + classes("bi-brush") + return this + } + +public val AttributeBuilder.biBucketFill: AttributeBuilder + get() { + classes("bi-bucket-fill") + return this + } + +public val AttributeBuilder.biBucket: AttributeBuilder + get() { + classes("bi-bucket") + return this + } + +public val AttributeBuilder.biBugFill: AttributeBuilder + get() { + classes("bi-bug-fill") + return this + } + +public val AttributeBuilder.biBug: AttributeBuilder + get() { + classes("bi-bug") + return this + } + +public val AttributeBuilder.biBuilding: AttributeBuilder + get() { + classes("bi-building") + return this + } + +public val AttributeBuilder.biBullseye: AttributeBuilder + get() { + classes("bi-bullseye") + return this + } + +public val AttributeBuilder.biCalculatorFill: AttributeBuilder + get() { + classes("bi-calculator-fill") + return this + } + +public val AttributeBuilder.biCalculator: AttributeBuilder + get() { + classes("bi-calculator") + return this + } + +public val AttributeBuilder.biCalendarCheckFill: AttributeBuilder + get() { + classes("bi-calendar-check-fill") + return this + } + +public val AttributeBuilder.biCalendarCheck: AttributeBuilder + get() { + classes("bi-calendar-check") + return this + } + +public val AttributeBuilder.biCalendarDateFill: AttributeBuilder + get() { + classes("bi-calendar-date-fill") + return this + } + +public val AttributeBuilder.biCalendarDate: AttributeBuilder + get() { + classes("bi-calendar-date") + return this + } + +public val AttributeBuilder.biCalendarDayFill: AttributeBuilder + get() { + classes("bi-calendar-day-fill") + return this + } + +public val AttributeBuilder.biCalendarDay: AttributeBuilder + get() { + classes("bi-calendar-day") + return this + } + +public val AttributeBuilder.biCalendarEventFill: AttributeBuilder + get() { + classes("bi-calendar-event-fill") + return this + } + +public val AttributeBuilder.biCalendarEvent: AttributeBuilder + get() { + classes("bi-calendar-event") + return this + } + +public val AttributeBuilder.biCalendarFill: AttributeBuilder + get() { + classes("bi-calendar-fill") + return this + } + +public val AttributeBuilder.biCalendarMinusFill: AttributeBuilder + get() { + classes("bi-calendar-minus-fill") + return this + } + +public val AttributeBuilder.biCalendarMinus: AttributeBuilder + get() { + classes("bi-calendar-minus") + return this + } + +public val AttributeBuilder.biCalendarMonthFill: AttributeBuilder + get() { + classes("bi-calendar-month-fill") + return this + } + +public val AttributeBuilder.biCalendarMonth: AttributeBuilder + get() { + classes("bi-calendar-month") + return this + } + +public val AttributeBuilder.biCalendarPlusFill: AttributeBuilder + get() { + classes("bi-calendar-plus-fill") + return this + } + +public val AttributeBuilder.biCalendarPlus: AttributeBuilder + get() { + classes("bi-calendar-plus") + return this + } + +public val AttributeBuilder.biCalendarRangeFill: AttributeBuilder + get() { + classes("bi-calendar-range-fill") + return this + } + +public val AttributeBuilder.biCalendarRange: AttributeBuilder + get() { + classes("bi-calendar-range") + return this + } + +public val AttributeBuilder.biCalendarWeekFill: AttributeBuilder + get() { + classes("bi-calendar-week-fill") + return this + } + +public val AttributeBuilder.biCalendarWeek: AttributeBuilder + get() { + classes("bi-calendar-week") + return this + } + +public val AttributeBuilder.biCalendarXFill: AttributeBuilder + get() { + classes("bi-calendar-x-fill") + return this + } + +public val AttributeBuilder.biCalendarX: AttributeBuilder + get() { + classes("bi-calendar-x") + return this + } + +public val AttributeBuilder.biCalendar: AttributeBuilder + get() { + classes("bi-calendar") + return this + } + +public val AttributeBuilder.biCalendar2CheckFill: AttributeBuilder + get() { + classes("bi-calendar2-check-fill") + return this + } + +public val AttributeBuilder.biCalendar2Check: AttributeBuilder + get() { + classes("bi-calendar2-check") + return this + } + +public val AttributeBuilder.biCalendar2DateFill: AttributeBuilder + get() { + classes("bi-calendar2-date-fill") + return this + } + +public val AttributeBuilder.biCalendar2Date: AttributeBuilder + get() { + classes("bi-calendar2-date") + return this + } + +public val AttributeBuilder.biCalendar2DayFill: AttributeBuilder + get() { + classes("bi-calendar2-day-fill") + return this + } + +public val AttributeBuilder.biCalendar2Day: AttributeBuilder + get() { + classes("bi-calendar2-day") + return this + } + +public val AttributeBuilder.biCalendar2EventFill: AttributeBuilder + get() { + classes("bi-calendar2-event-fill") + return this + } + +public val AttributeBuilder.biCalendar2Event: AttributeBuilder + get() { + classes("bi-calendar2-event") + return this + } + +public val AttributeBuilder.biCalendar2Fill: AttributeBuilder + get() { + classes("bi-calendar2-fill") + return this + } + +public val AttributeBuilder.biCalendar2MinusFill: AttributeBuilder + get() { + classes("bi-calendar2-minus-fill") + return this + } + +public val AttributeBuilder.biCalendar2Minus: AttributeBuilder + get() { + classes("bi-calendar2-minus") + return this + } + +public val AttributeBuilder.biCalendar2MonthFill: AttributeBuilder + get() { + classes("bi-calendar2-month-fill") + return this + } + +public val AttributeBuilder.biCalendar2Month: AttributeBuilder + get() { + classes("bi-calendar2-month") + return this + } + +public val AttributeBuilder.biCalendar2PlusFill: AttributeBuilder + get() { + classes("bi-calendar2-plus-fill") + return this + } + +public val AttributeBuilder.biCalendar2Plus: AttributeBuilder + get() { + classes("bi-calendar2-plus") + return this + } + +public val AttributeBuilder.biCalendar2RangeFill: AttributeBuilder + get() { + classes("bi-calendar2-range-fill") + return this + } + +public val AttributeBuilder.biCalendar2Range: AttributeBuilder + get() { + classes("bi-calendar2-range") + return this + } + +public val AttributeBuilder.biCalendar2WeekFill: AttributeBuilder + get() { + classes("bi-calendar2-week-fill") + return this + } + +public val AttributeBuilder.biCalendar2Week: AttributeBuilder + get() { + classes("bi-calendar2-week") + return this + } + +public val AttributeBuilder.biCalendar2XFill: AttributeBuilder + get() { + classes("bi-calendar2-x-fill") + return this + } + +public val AttributeBuilder.biCalendar2X: AttributeBuilder + get() { + classes("bi-calendar2-x") + return this + } + +public val AttributeBuilder.biCalendar2: AttributeBuilder + get() { + classes("bi-calendar2") + return this + } + +public val AttributeBuilder.biCalendar3EventFill: AttributeBuilder + get() { + classes("bi-calendar3-event-fill") + return this + } + +public val AttributeBuilder.biCalendar3Event: AttributeBuilder + get() { + classes("bi-calendar3-event") + return this + } + +public val AttributeBuilder.biCalendar3Fill: AttributeBuilder + get() { + classes("bi-calendar3-fill") + return this + } + +public val AttributeBuilder.biCalendar3RangeFill: AttributeBuilder + get() { + classes("bi-calendar3-range-fill") + return this + } + +public val AttributeBuilder.biCalendar3Range: AttributeBuilder + get() { + classes("bi-calendar3-range") + return this + } + +public val AttributeBuilder.biCalendar3WeekFill: AttributeBuilder + get() { + classes("bi-calendar3-week-fill") + return this + } + +public val AttributeBuilder.biCalendar3Week: AttributeBuilder + get() { + classes("bi-calendar3-week") + return this + } + +public val AttributeBuilder.biCalendar3: AttributeBuilder + get() { + classes("bi-calendar3") + return this + } + +public val AttributeBuilder.biCalendar4Event: AttributeBuilder + get() { + classes("bi-calendar4-event") + return this + } + +public val AttributeBuilder.biCalendar4Range: AttributeBuilder + get() { + classes("bi-calendar4-range") + return this + } + +public val AttributeBuilder.biCalendar4Week: AttributeBuilder + get() { + classes("bi-calendar4-week") + return this + } + +public val AttributeBuilder.biCalendar4: AttributeBuilder + get() { + classes("bi-calendar4") + return this + } + +public val AttributeBuilder.biCameraFill: AttributeBuilder + get() { + classes("bi-camera-fill") + return this + } + +public val AttributeBuilder.biCameraReelsFill: AttributeBuilder + get() { + classes("bi-camera-reels-fill") + return this + } + +public val AttributeBuilder.biCameraReels: AttributeBuilder + get() { + classes("bi-camera-reels") + return this + } + +public val AttributeBuilder.biCameraVideoFill: AttributeBuilder + get() { + classes("bi-camera-video-fill") + return this + } + +public val AttributeBuilder.biCameraVideoOffFill: AttributeBuilder + get() { + classes("bi-camera-video-off-fill") + return this + } + +public val AttributeBuilder.biCameraVideoOff: AttributeBuilder + get() { + classes("bi-camera-video-off") + return this + } + +public val AttributeBuilder.biCameraVideo: AttributeBuilder + get() { + classes("bi-camera-video") + return this + } + +public val AttributeBuilder.biCamera: AttributeBuilder + get() { + classes("bi-camera") + return this + } + +public val AttributeBuilder.biCamera2: AttributeBuilder + get() { + classes("bi-camera2") + return this + } + +public val AttributeBuilder.biCapslockFill: AttributeBuilder + get() { + classes("bi-capslock-fill") + return this + } + +public val AttributeBuilder.biCapslock: AttributeBuilder + get() { + classes("bi-capslock") + return this + } + +public val AttributeBuilder.biCardChecklist: AttributeBuilder + get() { + classes("bi-card-checklist") + return this + } + +public val AttributeBuilder.biCardHeading: AttributeBuilder + get() { + classes("bi-card-heading") + return this + } + +public val AttributeBuilder.biCardImage: AttributeBuilder + get() { + classes("bi-card-image") + return this + } + +public val AttributeBuilder.biCardList: AttributeBuilder + get() { + classes("bi-card-list") + return this + } + +public val AttributeBuilder.biCardText: AttributeBuilder + get() { + classes("bi-card-text") + return this + } + +public val AttributeBuilder.biCaretDownFill: AttributeBuilder + get() { + classes("bi-caret-down-fill") + return this + } + +public val AttributeBuilder.biCaretDownSquareFill: AttributeBuilder + get() { + classes("bi-caret-down-square-fill") + return this + } + +public val AttributeBuilder.biCaretDownSquare: AttributeBuilder + get() { + classes("bi-caret-down-square") + return this + } + +public val AttributeBuilder.biCaretDown: AttributeBuilder + get() { + classes("bi-caret-down") + return this + } + +public val AttributeBuilder.biCaretLeftFill: AttributeBuilder + get() { + classes("bi-caret-left-fill") + return this + } + +public val AttributeBuilder.biCaretLeftSquareFill: AttributeBuilder + get() { + classes("bi-caret-left-square-fill") + return this + } + +public val AttributeBuilder.biCaretLeftSquare: AttributeBuilder + get() { + classes("bi-caret-left-square") + return this + } + +public val AttributeBuilder.biCaretLeft: AttributeBuilder + get() { + classes("bi-caret-left") + return this + } + +public val AttributeBuilder.biCaretRightFill: AttributeBuilder + get() { + classes("bi-caret-right-fill") + return this + } + +public val AttributeBuilder.biCaretRightSquareFill: AttributeBuilder + get() { + classes("bi-caret-right-square-fill") + return this + } + +public val AttributeBuilder.biCaretRightSquare: AttributeBuilder + get() { + classes("bi-caret-right-square") + return this + } + +public val AttributeBuilder.biCaretRight: AttributeBuilder + get() { + classes("bi-caret-right") + return this + } + +public val AttributeBuilder.biCaretUpFill: AttributeBuilder + get() { + classes("bi-caret-up-fill") + return this + } + +public val AttributeBuilder.biCaretUpSquareFill: AttributeBuilder + get() { + classes("bi-caret-up-square-fill") + return this + } + +public val AttributeBuilder.biCaretUpSquare: AttributeBuilder + get() { + classes("bi-caret-up-square") + return this + } + +public val AttributeBuilder.biCaretUp: AttributeBuilder + get() { + classes("bi-caret-up") + return this + } + +public val AttributeBuilder.biCartCheckFill: AttributeBuilder + get() { + classes("bi-cart-check-fill") + return this + } + +public val AttributeBuilder.biCartCheck: AttributeBuilder + get() { + classes("bi-cart-check") + return this + } + +public val AttributeBuilder.biCartDashFill: AttributeBuilder + get() { + classes("bi-cart-dash-fill") + return this + } + +public val AttributeBuilder.biCartDash: AttributeBuilder + get() { + classes("bi-cart-dash") + return this + } + +public val AttributeBuilder.biCartFill: AttributeBuilder + get() { + classes("bi-cart-fill") + return this + } + +public val AttributeBuilder.biCartPlusFill: AttributeBuilder + get() { + classes("bi-cart-plus-fill") + return this + } + +public val AttributeBuilder.biCartPlus: AttributeBuilder + get() { + classes("bi-cart-plus") + return this + } + +public val AttributeBuilder.biCartXFill: AttributeBuilder + get() { + classes("bi-cart-x-fill") + return this + } + +public val AttributeBuilder.biCartX: AttributeBuilder + get() { + classes("bi-cart-x") + return this + } + +public val AttributeBuilder.biCart: AttributeBuilder + get() { + classes("bi-cart") + return this + } + +public val AttributeBuilder.biCart2: AttributeBuilder + get() { + classes("bi-cart2") + return this + } + +public val AttributeBuilder.biCart3: AttributeBuilder + get() { + classes("bi-cart3") + return this + } + +public val AttributeBuilder.biCart4: AttributeBuilder + get() { + classes("bi-cart4") + return this + } + +public val AttributeBuilder.biCashStack: AttributeBuilder + get() { + classes("bi-cash-stack") + return this + } + +public val AttributeBuilder.biCash: AttributeBuilder + get() { + classes("bi-cash") + return this + } + +public val AttributeBuilder.biCast: AttributeBuilder + get() { + classes("bi-cast") + return this + } + +public val AttributeBuilder.biChatDotsFill: AttributeBuilder + get() { + classes("bi-chat-dots-fill") + return this + } + +public val AttributeBuilder.biChatDots: AttributeBuilder + get() { + classes("bi-chat-dots") + return this + } + +public val AttributeBuilder.biChatFill: AttributeBuilder + get() { + classes("bi-chat-fill") + return this + } + +public val AttributeBuilder.biChatLeftDotsFill: AttributeBuilder + get() { + classes("bi-chat-left-dots-fill") + return this + } + +public val AttributeBuilder.biChatLeftDots: AttributeBuilder + get() { + classes("bi-chat-left-dots") + return this + } + +public val AttributeBuilder.biChatLeftFill: AttributeBuilder + get() { + classes("bi-chat-left-fill") + return this + } + +public val AttributeBuilder.biChatLeftQuoteFill: AttributeBuilder + get() { + classes("bi-chat-left-quote-fill") + return this + } + +public val AttributeBuilder.biChatLeftQuote: AttributeBuilder + get() { + classes("bi-chat-left-quote") + return this + } + +public val AttributeBuilder.biChatLeftTextFill: AttributeBuilder + get() { + classes("bi-chat-left-text-fill") + return this + } + +public val AttributeBuilder.biChatLeftText: AttributeBuilder + get() { + classes("bi-chat-left-text") + return this + } + +public val AttributeBuilder.biChatLeft: AttributeBuilder + get() { + classes("bi-chat-left") + return this + } + +public val AttributeBuilder.biChatQuoteFill: AttributeBuilder + get() { + classes("bi-chat-quote-fill") + return this + } + +public val AttributeBuilder.biChatQuote: AttributeBuilder + get() { + classes("bi-chat-quote") + return this + } + +public val AttributeBuilder.biChatRightDotsFill: AttributeBuilder + get() { + classes("bi-chat-right-dots-fill") + return this + } + +public val AttributeBuilder.biChatRightDots: AttributeBuilder + get() { + classes("bi-chat-right-dots") + return this + } + +public val AttributeBuilder.biChatRightFill: AttributeBuilder + get() { + classes("bi-chat-right-fill") + return this + } + +public val AttributeBuilder.biChatRightQuoteFill: AttributeBuilder + get() { + classes("bi-chat-right-quote-fill") + return this + } + +public val AttributeBuilder.biChatRightQuote: AttributeBuilder + get() { + classes("bi-chat-right-quote") + return this + } + +public val AttributeBuilder.biChatRightTextFill: AttributeBuilder + get() { + classes("bi-chat-right-text-fill") + return this + } + +public val AttributeBuilder.biChatRightText: AttributeBuilder + get() { + classes("bi-chat-right-text") + return this + } + +public val AttributeBuilder.biChatRight: AttributeBuilder + get() { + classes("bi-chat-right") + return this + } + +public val AttributeBuilder.biChatSquareDotsFill: AttributeBuilder + get() { + classes("bi-chat-square-dots-fill") + return this + } + +public val AttributeBuilder.biChatSquareDots: AttributeBuilder + get() { + classes("bi-chat-square-dots") + return this + } + +public val AttributeBuilder.biChatSquareFill: AttributeBuilder + get() { + classes("bi-chat-square-fill") + return this + } + +public val AttributeBuilder.biChatSquareQuoteFill: AttributeBuilder + get() { + classes("bi-chat-square-quote-fill") + return this + } + +public val AttributeBuilder.biChatSquareQuote: AttributeBuilder + get() { + classes("bi-chat-square-quote") + return this + } + +public val AttributeBuilder.biChatSquareTextFill: AttributeBuilder + get() { + classes("bi-chat-square-text-fill") + return this + } + +public val AttributeBuilder.biChatSquareText: AttributeBuilder + get() { + classes("bi-chat-square-text") + return this + } + +public val AttributeBuilder.biChatSquare: AttributeBuilder + get() { + classes("bi-chat-square") + return this + } + +public val AttributeBuilder.biChatTextFill: AttributeBuilder + get() { + classes("bi-chat-text-fill") + return this + } + +public val AttributeBuilder.biChatText: AttributeBuilder + get() { + classes("bi-chat-text") + return this + } + +public val AttributeBuilder.biChat: AttributeBuilder + get() { + classes("bi-chat") + return this + } + +public val AttributeBuilder.biCheckAll: AttributeBuilder + get() { + classes("bi-check-all") + return this + } + +public val AttributeBuilder.biCheckCircleFill: AttributeBuilder + get() { + classes("bi-check-circle-fill") + return this + } + +public val AttributeBuilder.biCheckCircle: AttributeBuilder + get() { + classes("bi-check-circle") + return this + } + +public val AttributeBuilder.biCheckSquareFill: AttributeBuilder + get() { + classes("bi-check-square-fill") + return this + } + +public val AttributeBuilder.biCheckSquare: AttributeBuilder + get() { + classes("bi-check-square") + return this + } + +public val AttributeBuilder.biCheck: AttributeBuilder + get() { + classes("bi-check") + return this + } + +public val AttributeBuilder.biCheck2All: AttributeBuilder + get() { + classes("bi-check2-all") + return this + } + +public val AttributeBuilder.biCheck2Circle: AttributeBuilder + get() { + classes("bi-check2-circle") + return this + } + +public val AttributeBuilder.biCheck2Square: AttributeBuilder + get() { + classes("bi-check2-square") + return this + } + +public val AttributeBuilder.biCheck2: AttributeBuilder + get() { + classes("bi-check2") + return this + } + +public val AttributeBuilder.biChevronBarContract: AttributeBuilder + get() { + classes("bi-chevron-bar-contract") + return this + } + +public val AttributeBuilder.biChevronBarDown: AttributeBuilder + get() { + classes("bi-chevron-bar-down") + return this + } + +public val AttributeBuilder.biChevronBarExpand: AttributeBuilder + get() { + classes("bi-chevron-bar-expand") + return this + } + +public val AttributeBuilder.biChevronBarLeft: AttributeBuilder + get() { + classes("bi-chevron-bar-left") + return this + } + +public val AttributeBuilder.biChevronBarRight: AttributeBuilder + get() { + classes("bi-chevron-bar-right") + return this + } + +public val AttributeBuilder.biChevronBarUp: AttributeBuilder + get() { + classes("bi-chevron-bar-up") + return this + } + +public val AttributeBuilder.biChevronCompactDown: AttributeBuilder + get() { + classes("bi-chevron-compact-down") + return this + } + +public val AttributeBuilder.biChevronCompactLeft: AttributeBuilder + get() { + classes("bi-chevron-compact-left") + return this + } + +public val AttributeBuilder.biChevronCompactRight: AttributeBuilder + get() { + classes("bi-chevron-compact-right") + return this + } + +public val AttributeBuilder.biChevronCompactUp: AttributeBuilder + get() { + classes("bi-chevron-compact-up") + return this + } + +public val AttributeBuilder.biChevronContract: AttributeBuilder + get() { + classes("bi-chevron-contract") + return this + } + +public val AttributeBuilder.biChevronDoubleDown: AttributeBuilder + get() { + classes("bi-chevron-double-down") + return this + } + +public val AttributeBuilder.biChevronDoubleLeft: AttributeBuilder + get() { + classes("bi-chevron-double-left") + return this + } + +public val AttributeBuilder.biChevronDoubleRight: AttributeBuilder + get() { + classes("bi-chevron-double-right") + return this + } + +public val AttributeBuilder.biChevronDoubleUp: AttributeBuilder + get() { + classes("bi-chevron-double-up") + return this + } + +public val AttributeBuilder.biChevronDown: AttributeBuilder + get() { + classes("bi-chevron-down") + return this + } + +public val AttributeBuilder.biChevronExpand: AttributeBuilder + get() { + classes("bi-chevron-expand") + return this + } + +public val AttributeBuilder.biChevronLeft: AttributeBuilder + get() { + classes("bi-chevron-left") + return this + } + +public val AttributeBuilder.biChevronRight: AttributeBuilder + get() { + classes("bi-chevron-right") + return this + } + +public val AttributeBuilder.biChevronUp: AttributeBuilder + get() { + classes("bi-chevron-up") + return this + } + +public val AttributeBuilder.biCircleFill: AttributeBuilder + get() { + classes("bi-circle-fill") + return this + } + +public val AttributeBuilder.biCircleHalf: AttributeBuilder + get() { + classes("bi-circle-half") + return this + } + +public val AttributeBuilder.biCircleSquare: AttributeBuilder + get() { + classes("bi-circle-square") + return this + } + +public val AttributeBuilder.biCircle: AttributeBuilder + get() { + classes("bi-circle") + return this + } + +public val AttributeBuilder.biClipboardCheck: AttributeBuilder + get() { + classes("bi-clipboard-check") + return this + } + +public val AttributeBuilder.biClipboardData: AttributeBuilder + get() { + classes("bi-clipboard-data") + return this + } + +public val AttributeBuilder.biClipboardMinus: AttributeBuilder + get() { + classes("bi-clipboard-minus") + return this + } + +public val AttributeBuilder.biClipboardPlus: AttributeBuilder + get() { + classes("bi-clipboard-plus") + return this + } + +public val AttributeBuilder.biClipboardX: AttributeBuilder + get() { + classes("bi-clipboard-x") + return this + } + +public val AttributeBuilder.biClipboard: AttributeBuilder + get() { + classes("bi-clipboard") + return this + } + +public val AttributeBuilder.biClockFill: AttributeBuilder + get() { + classes("bi-clock-fill") + return this + } + +public val AttributeBuilder.biClockHistory: AttributeBuilder + get() { + classes("bi-clock-history") + return this + } + +public val AttributeBuilder.biClock: AttributeBuilder + get() { + classes("bi-clock") + return this + } + +public val AttributeBuilder.biCloudArrowDownFill: AttributeBuilder + get() { + classes("bi-cloud-arrow-down-fill") + return this + } + +public val AttributeBuilder.biCloudArrowDown: AttributeBuilder + get() { + classes("bi-cloud-arrow-down") + return this + } + +public val AttributeBuilder.biCloudArrowUpFill: AttributeBuilder + get() { + classes("bi-cloud-arrow-up-fill") + return this + } + +public val AttributeBuilder.biCloudArrowUp: AttributeBuilder + get() { + classes("bi-cloud-arrow-up") + return this + } + +public val AttributeBuilder.biCloudCheckFill: AttributeBuilder + get() { + classes("bi-cloud-check-fill") + return this + } + +public val AttributeBuilder.biCloudCheck: AttributeBuilder + get() { + classes("bi-cloud-check") + return this + } + +public val AttributeBuilder.biCloudDownloadFill: AttributeBuilder + get() { + classes("bi-cloud-download-fill") + return this + } + +public val AttributeBuilder.biCloudDownload: AttributeBuilder + get() { + classes("bi-cloud-download") + return this + } + +public val AttributeBuilder.biCloudDrizzleFill: AttributeBuilder + get() { + classes("bi-cloud-drizzle-fill") + return this + } + +public val AttributeBuilder.biCloudDrizzle: AttributeBuilder + get() { + classes("bi-cloud-drizzle") + return this + } + +public val AttributeBuilder.biCloudFill: AttributeBuilder + get() { + classes("bi-cloud-fill") + return this + } + +public val AttributeBuilder.biCloudFogFill: AttributeBuilder + get() { + classes("bi-cloud-fog-fill") + return this + } + +public val AttributeBuilder.biCloudFog: AttributeBuilder + get() { + classes("bi-cloud-fog") + return this + } + +public val AttributeBuilder.biCloudFog2Fill: AttributeBuilder + get() { + classes("bi-cloud-fog2-fill") + return this + } + +public val AttributeBuilder.biCloudFog2: AttributeBuilder + get() { + classes("bi-cloud-fog2") + return this + } + +public val AttributeBuilder.biCloudHailFill: AttributeBuilder + get() { + classes("bi-cloud-hail-fill") + return this + } + +public val AttributeBuilder.biCloudHail: AttributeBuilder + get() { + classes("bi-cloud-hail") + return this + } + +public val AttributeBuilder.biCloudHazeFill: AttributeBuilder + get() { + classes("bi-cloud-haze-fill") + return this + } + +public val AttributeBuilder.biCloudHaze: AttributeBuilder + get() { + classes("bi-cloud-haze") + return this + } + +public val AttributeBuilder.biCloudHaze2Fill: AttributeBuilder + get() { + classes("bi-cloud-haze2-fill") + return this + } + +public val AttributeBuilder.biCloudLightningFill: AttributeBuilder + get() { + classes("bi-cloud-lightning-fill") + return this + } + +public val AttributeBuilder.biCloudLightningRainFill: AttributeBuilder + get() { + classes("bi-cloud-lightning-rain-fill") + return this + } + +public val AttributeBuilder.biCloudLightningRain: AttributeBuilder + get() { + classes("bi-cloud-lightning-rain") + return this + } + +public val AttributeBuilder.biCloudLightning: AttributeBuilder + get() { + classes("bi-cloud-lightning") + return this + } + +public val AttributeBuilder.biCloudMinusFill: AttributeBuilder + get() { + classes("bi-cloud-minus-fill") + return this + } + +public val AttributeBuilder.biCloudMinus: AttributeBuilder + get() { + classes("bi-cloud-minus") + return this + } + +public val AttributeBuilder.biCloudMoonFill: AttributeBuilder + get() { + classes("bi-cloud-moon-fill") + return this + } + +public val AttributeBuilder.biCloudMoon: AttributeBuilder + get() { + classes("bi-cloud-moon") + return this + } + +public val AttributeBuilder.biCloudPlusFill: AttributeBuilder + get() { + classes("bi-cloud-plus-fill") + return this + } + +public val AttributeBuilder.biCloudPlus: AttributeBuilder + get() { + classes("bi-cloud-plus") + return this + } + +public val AttributeBuilder.biCloudRainFill: AttributeBuilder + get() { + classes("bi-cloud-rain-fill") + return this + } + +public val AttributeBuilder.biCloudRainHeavyFill: AttributeBuilder + get() { + classes("bi-cloud-rain-heavy-fill") + return this + } + +public val AttributeBuilder.biCloudRainHeavy: AttributeBuilder + get() { + classes("bi-cloud-rain-heavy") + return this + } + +public val AttributeBuilder.biCloudRain: AttributeBuilder + get() { + classes("bi-cloud-rain") + return this + } + +public val AttributeBuilder.biCloudSlashFill: AttributeBuilder + get() { + classes("bi-cloud-slash-fill") + return this + } + +public val AttributeBuilder.biCloudSlash: AttributeBuilder + get() { + classes("bi-cloud-slash") + return this + } + +public val AttributeBuilder.biCloudSleetFill: AttributeBuilder + get() { + classes("bi-cloud-sleet-fill") + return this + } + +public val AttributeBuilder.biCloudSleet: AttributeBuilder + get() { + classes("bi-cloud-sleet") + return this + } + +public val AttributeBuilder.biCloudSnowFill: AttributeBuilder + get() { + classes("bi-cloud-snow-fill") + return this + } + +public val AttributeBuilder.biCloudSnow: AttributeBuilder + get() { + classes("bi-cloud-snow") + return this + } + +public val AttributeBuilder.biCloudSunFill: AttributeBuilder + get() { + classes("bi-cloud-sun-fill") + return this + } + +public val AttributeBuilder.biCloudSun: AttributeBuilder + get() { + classes("bi-cloud-sun") + return this + } + +public val AttributeBuilder.biCloudUploadFill: AttributeBuilder + get() { + classes("bi-cloud-upload-fill") + return this + } + +public val AttributeBuilder.biCloudUpload: AttributeBuilder + get() { + classes("bi-cloud-upload") + return this + } + +public val AttributeBuilder.biCloud: AttributeBuilder + get() { + classes("bi-cloud") + return this + } + +public val AttributeBuilder.biCloudsFill: AttributeBuilder + get() { + classes("bi-clouds-fill") + return this + } + +public val AttributeBuilder.biClouds: AttributeBuilder + get() { + classes("bi-clouds") + return this + } + +public val AttributeBuilder.biCloudyFill: AttributeBuilder + get() { + classes("bi-cloudy-fill") + return this + } + +public val AttributeBuilder.biCloudy: AttributeBuilder + get() { + classes("bi-cloudy") + return this + } + +public val AttributeBuilder.biCodeSlash: AttributeBuilder + get() { + classes("bi-code-slash") + return this + } + +public val AttributeBuilder.biCodeSquare: AttributeBuilder + get() { + classes("bi-code-square") + return this + } + +public val AttributeBuilder.biCode: AttributeBuilder + get() { + classes("bi-code") + return this + } + +public val AttributeBuilder.biCollectionFill: AttributeBuilder + get() { + classes("bi-collection-fill") + return this + } + +public val AttributeBuilder.biCollectionPlayFill: AttributeBuilder + get() { + classes("bi-collection-play-fill") + return this + } + +public val AttributeBuilder.biCollectionPlay: AttributeBuilder + get() { + classes("bi-collection-play") + return this + } + +public val AttributeBuilder.biCollection: AttributeBuilder + get() { + classes("bi-collection") + return this + } + +public val AttributeBuilder.biColumnsGap: AttributeBuilder + get() { + classes("bi-columns-gap") + return this + } + +public val AttributeBuilder.biColumns: AttributeBuilder + get() { + classes("bi-columns") + return this + } + +public val AttributeBuilder.biCommand: AttributeBuilder + get() { + classes("bi-command") + return this + } + +public val AttributeBuilder.biCompassFill: AttributeBuilder + get() { + classes("bi-compass-fill") + return this + } + +public val AttributeBuilder.biCompass: AttributeBuilder + get() { + classes("bi-compass") + return this + } + +public val AttributeBuilder.biConeStriped: AttributeBuilder + get() { + classes("bi-cone-striped") + return this + } + +public val AttributeBuilder.biCone: AttributeBuilder + get() { + classes("bi-cone") + return this + } + +public val AttributeBuilder.biController: AttributeBuilder + get() { + classes("bi-controller") + return this + } + +public val AttributeBuilder.biCpuFill: AttributeBuilder + get() { + classes("bi-cpu-fill") + return this + } + +public val AttributeBuilder.biCpu: AttributeBuilder + get() { + classes("bi-cpu") + return this + } + +public val AttributeBuilder.biCreditCard2BackFill: AttributeBuilder + get() { + classes("bi-credit-card-2-back-fill") + return this + } + +public val AttributeBuilder.biCreditCard2Back: AttributeBuilder + get() { + classes("bi-credit-card-2-back") + return this + } + +public val AttributeBuilder.biCreditCard2FrontFill: AttributeBuilder + get() { + classes("bi-credit-card-2-front-fill") + return this + } + +public val AttributeBuilder.biCreditCard2Front: AttributeBuilder + get() { + classes("bi-credit-card-2-front") + return this + } + +public val AttributeBuilder.biCreditCardFill: AttributeBuilder + get() { + classes("bi-credit-card-fill") + return this + } + +public val AttributeBuilder.biCreditCard: AttributeBuilder + get() { + classes("bi-credit-card") + return this + } + +public val AttributeBuilder.biCrop: AttributeBuilder + get() { + classes("bi-crop") + return this + } + +public val AttributeBuilder.biCupFill: AttributeBuilder + get() { + classes("bi-cup-fill") + return this + } + +public val AttributeBuilder.biCupStraw: AttributeBuilder + get() { + classes("bi-cup-straw") + return this + } + +public val AttributeBuilder.biCup: AttributeBuilder + get() { + classes("bi-cup") + return this + } + +public val AttributeBuilder.biCursorFill: AttributeBuilder + get() { + classes("bi-cursor-fill") + return this + } + +public val AttributeBuilder.biCursorText: AttributeBuilder + get() { + classes("bi-cursor-text") + return this + } + +public val AttributeBuilder.biCursor: AttributeBuilder + get() { + classes("bi-cursor") + return this + } + +public val AttributeBuilder.biDashCircleDotted: AttributeBuilder + get() { + classes("bi-dash-circle-dotted") + return this + } + +public val AttributeBuilder.biDashCircleFill: AttributeBuilder + get() { + classes("bi-dash-circle-fill") + return this + } + +public val AttributeBuilder.biDashCircle: AttributeBuilder + get() { + classes("bi-dash-circle") + return this + } + +public val AttributeBuilder.biDashSquareDotted: AttributeBuilder + get() { + classes("bi-dash-square-dotted") + return this + } + +public val AttributeBuilder.biDashSquareFill: AttributeBuilder + get() { + classes("bi-dash-square-fill") + return this + } + +public val AttributeBuilder.biDashSquare: AttributeBuilder + get() { + classes("bi-dash-square") + return this + } + +public val AttributeBuilder.biDash: AttributeBuilder + get() { + classes("bi-dash") + return this + } + +public val AttributeBuilder.biDiagram2Fill: AttributeBuilder + get() { + classes("bi-diagram-2-fill") + return this + } + +public val AttributeBuilder.biDiagram2: AttributeBuilder + get() { + classes("bi-diagram-2") + return this + } + +public val AttributeBuilder.biDiagram3Fill: AttributeBuilder + get() { + classes("bi-diagram-3-fill") + return this + } + +public val AttributeBuilder.biDiagram3: AttributeBuilder + get() { + classes("bi-diagram-3") + return this + } + +public val AttributeBuilder.biDiamondFill: AttributeBuilder + get() { + classes("bi-diamond-fill") + return this + } + +public val AttributeBuilder.biDiamondHalf: AttributeBuilder + get() { + classes("bi-diamond-half") + return this + } + +public val AttributeBuilder.biDiamond: AttributeBuilder + get() { + classes("bi-diamond") + return this + } + +public val AttributeBuilder.biDice1Fill: AttributeBuilder + get() { + classes("bi-dice-1-fill") + return this + } + +public val AttributeBuilder.biDice1: AttributeBuilder + get() { + classes("bi-dice-1") + return this + } + +public val AttributeBuilder.biDice2Fill: AttributeBuilder + get() { + classes("bi-dice-2-fill") + return this + } + +public val AttributeBuilder.biDice2: AttributeBuilder + get() { + classes("bi-dice-2") + return this + } + +public val AttributeBuilder.biDice3Fill: AttributeBuilder + get() { + classes("bi-dice-3-fill") + return this + } + +public val AttributeBuilder.biDice3: AttributeBuilder + get() { + classes("bi-dice-3") + return this + } + +public val AttributeBuilder.biDice4Fill: AttributeBuilder + get() { + classes("bi-dice-4-fill") + return this + } + +public val AttributeBuilder.biDice4: AttributeBuilder + get() { + classes("bi-dice-4") + return this + } + +public val AttributeBuilder.biDice5Fill: AttributeBuilder + get() { + classes("bi-dice-5-fill") + return this + } + +public val AttributeBuilder.biDice5: AttributeBuilder + get() { + classes("bi-dice-5") + return this + } + +public val AttributeBuilder.biDice6Fill: AttributeBuilder + get() { + classes("bi-dice-6-fill") + return this + } + +public val AttributeBuilder.biDice6: AttributeBuilder + get() { + classes("bi-dice-6") + return this + } + +public val AttributeBuilder.biDiscFill: AttributeBuilder + get() { + classes("bi-disc-fill") + return this + } + +public val AttributeBuilder.biDisc: AttributeBuilder + get() { + classes("bi-disc") + return this + } + +public val AttributeBuilder.biDiscord: AttributeBuilder + get() { + classes("bi-discord") + return this + } + +public val AttributeBuilder.biDisplayFill: AttributeBuilder + get() { + classes("bi-display-fill") + return this + } + +public val AttributeBuilder.biDisplay: AttributeBuilder + get() { + classes("bi-display") + return this + } + +public val AttributeBuilder.biDistributeHorizontal: AttributeBuilder + get() { + classes("bi-distribute-horizontal") + return this + } + +public val AttributeBuilder.biDistributeVertical: AttributeBuilder + get() { + classes("bi-distribute-vertical") + return this + } + +public val AttributeBuilder.biDoorClosedFill: AttributeBuilder + get() { + classes("bi-door-closed-fill") + return this + } + +public val AttributeBuilder.biDoorClosed: AttributeBuilder + get() { + classes("bi-door-closed") + return this + } + +public val AttributeBuilder.biDoorOpenFill: AttributeBuilder + get() { + classes("bi-door-open-fill") + return this + } + +public val AttributeBuilder.biDoorOpen: AttributeBuilder + get() { + classes("bi-door-open") + return this + } + +public val AttributeBuilder.biDot: AttributeBuilder + get() { + classes("bi-dot") + return this + } + +public val AttributeBuilder.biDownload: AttributeBuilder + get() { + classes("bi-download") + return this + } + +public val AttributeBuilder.biDropletFill: AttributeBuilder + get() { + classes("bi-droplet-fill") + return this + } + +public val AttributeBuilder.biDropletHalf: AttributeBuilder + get() { + classes("bi-droplet-half") + return this + } + +public val AttributeBuilder.biDroplet: AttributeBuilder + get() { + classes("bi-droplet") + return this + } + +public val AttributeBuilder.biEarbuds: AttributeBuilder + get() { + classes("bi-earbuds") + return this + } + +public val AttributeBuilder.biEaselFill: AttributeBuilder + get() { + classes("bi-easel-fill") + return this + } + +public val AttributeBuilder.biEasel: AttributeBuilder + get() { + classes("bi-easel") + return this + } + +public val AttributeBuilder.biEggFill: AttributeBuilder + get() { + classes("bi-egg-fill") + return this + } + +public val AttributeBuilder.biEggFried: AttributeBuilder + get() { + classes("bi-egg-fried") + return this + } + +public val AttributeBuilder.biEgg: AttributeBuilder + get() { + classes("bi-egg") + return this + } + +public val AttributeBuilder.biEjectFill: AttributeBuilder + get() { + classes("bi-eject-fill") + return this + } + +public val AttributeBuilder.biEject: AttributeBuilder + get() { + classes("bi-eject") + return this + } + +public val AttributeBuilder.biEmojiAngryFill: AttributeBuilder + get() { + classes("bi-emoji-angry-fill") + return this + } + +public val AttributeBuilder.biEmojiAngry: AttributeBuilder + get() { + classes("bi-emoji-angry") + return this + } + +public val AttributeBuilder.biEmojiDizzyFill: AttributeBuilder + get() { + classes("bi-emoji-dizzy-fill") + return this + } + +public val AttributeBuilder.biEmojiDizzy: AttributeBuilder + get() { + classes("bi-emoji-dizzy") + return this + } + +public val AttributeBuilder.biEmojiExpressionlessFill: AttributeBuilder + get() { + classes("bi-emoji-expressionless-fill") + return this + } + +public val AttributeBuilder.biEmojiExpressionless: AttributeBuilder + get() { + classes("bi-emoji-expressionless") + return this + } + +public val AttributeBuilder.biEmojiFrownFill: AttributeBuilder + get() { + classes("bi-emoji-frown-fill") + return this + } + +public val AttributeBuilder.biEmojiFrown: AttributeBuilder + get() { + classes("bi-emoji-frown") + return this + } + +public val AttributeBuilder.biEmojiHeartEyesFill: AttributeBuilder + get() { + classes("bi-emoji-heart-eyes-fill") + return this + } + +public val AttributeBuilder.biEmojiHeartEyes: AttributeBuilder + get() { + classes("bi-emoji-heart-eyes") + return this + } + +public val AttributeBuilder.biEmojiLaughingFill: AttributeBuilder + get() { + classes("bi-emoji-laughing-fill") + return this + } + +public val AttributeBuilder.biEmojiLaughing: AttributeBuilder + get() { + classes("bi-emoji-laughing") + return this + } + +public val AttributeBuilder.biEmojiNeutralFill: AttributeBuilder + get() { + classes("bi-emoji-neutral-fill") + return this + } + +public val AttributeBuilder.biEmojiNeutral: AttributeBuilder + get() { + classes("bi-emoji-neutral") + return this + } + +public val AttributeBuilder.biEmojiSmileFill: AttributeBuilder + get() { + classes("bi-emoji-smile-fill") + return this + } + +public val AttributeBuilder.biEmojiSmileUpsideDownFill: AttributeBuilder + get() { + classes("bi-emoji-smile-upside-down-fill") + return this + } + +public val AttributeBuilder.biEmojiSmileUpsideDown: AttributeBuilder + get() { + classes("bi-emoji-smile-upside-down") + return this + } + +public val AttributeBuilder.biEmojiSmile: AttributeBuilder + get() { + classes("bi-emoji-smile") + return this + } + +public val AttributeBuilder.biEmojiSunglassesFill: AttributeBuilder + get() { + classes("bi-emoji-sunglasses-fill") + return this + } + +public val AttributeBuilder.biEmojiSunglasses: AttributeBuilder + get() { + classes("bi-emoji-sunglasses") + return this + } + +public val AttributeBuilder.biEmojiWinkFill: AttributeBuilder + get() { + classes("bi-emoji-wink-fill") + return this + } + +public val AttributeBuilder.biEmojiWink: AttributeBuilder + get() { + classes("bi-emoji-wink") + return this + } + +public val AttributeBuilder.biEnvelopeFill: AttributeBuilder + get() { + classes("bi-envelope-fill") + return this + } + +public val AttributeBuilder.biEnvelopeOpenFill: AttributeBuilder + get() { + classes("bi-envelope-open-fill") + return this + } + +public val AttributeBuilder.biEnvelopeOpen: AttributeBuilder + get() { + classes("bi-envelope-open") + return this + } + +public val AttributeBuilder.biEnvelope: AttributeBuilder + get() { + classes("bi-envelope") + return this + } + +public val AttributeBuilder.biEraserFill: AttributeBuilder + get() { + classes("bi-eraser-fill") + return this + } + +public val AttributeBuilder.biEraser: AttributeBuilder + get() { + classes("bi-eraser") + return this + } + +public val AttributeBuilder.biExclamationCircleFill: AttributeBuilder + get() { + classes("bi-exclamation-circle-fill") + return this + } + +public val AttributeBuilder.biExclamationCircle: AttributeBuilder + get() { + classes("bi-exclamation-circle") + return this + } + +public val AttributeBuilder.biExclamationDiamondFill: AttributeBuilder + get() { + classes("bi-exclamation-diamond-fill") + return this + } + +public val AttributeBuilder.biExclamationDiamond: AttributeBuilder + get() { + classes("bi-exclamation-diamond") + return this + } + +public val AttributeBuilder.biExclamationOctagonFill: AttributeBuilder + get() { + classes("bi-exclamation-octagon-fill") + return this + } + +public val AttributeBuilder.biExclamationOctagon: AttributeBuilder + get() { + classes("bi-exclamation-octagon") + return this + } + +public val AttributeBuilder.biExclamationSquareFill: AttributeBuilder + get() { + classes("bi-exclamation-square-fill") + return this + } + +public val AttributeBuilder.biExclamationSquare: AttributeBuilder + get() { + classes("bi-exclamation-square") + return this + } + +public val AttributeBuilder.biExclamationTriangleFill: AttributeBuilder + get() { + classes("bi-exclamation-triangle-fill") + return this + } + +public val AttributeBuilder.biExclamationTriangle: AttributeBuilder + get() { + classes("bi-exclamation-triangle") + return this + } + +public val AttributeBuilder.biExclamation: AttributeBuilder + get() { + classes("bi-exclamation") + return this + } + +public val AttributeBuilder.biExclude: AttributeBuilder + get() { + classes("bi-exclude") + return this + } + +public val AttributeBuilder.biEyeFill: AttributeBuilder + get() { + classes("bi-eye-fill") + return this + } + +public val AttributeBuilder.biEyeSlashFill: AttributeBuilder + get() { + classes("bi-eye-slash-fill") + return this + } + +public val AttributeBuilder.biEyeSlash: AttributeBuilder + get() { + classes("bi-eye-slash") + return this + } + +public val AttributeBuilder.biEye: AttributeBuilder + get() { + classes("bi-eye") + return this + } + +public val AttributeBuilder.biEyedropper: AttributeBuilder + get() { + classes("bi-eyedropper") + return this + } + +public val AttributeBuilder.biEyeglasses: AttributeBuilder + get() { + classes("bi-eyeglasses") + return this + } + +public val AttributeBuilder.biFacebook: AttributeBuilder + get() { + classes("bi-facebook") + return this + } + +public val AttributeBuilder.biFileArrowDownFill: AttributeBuilder + get() { + classes("bi-file-arrow-down-fill") + return this + } + +public val AttributeBuilder.biFileArrowDown: AttributeBuilder + get() { + classes("bi-file-arrow-down") + return this + } + +public val AttributeBuilder.biFileArrowUpFill: AttributeBuilder + get() { + classes("bi-file-arrow-up-fill") + return this + } + +public val AttributeBuilder.biFileArrowUp: AttributeBuilder + get() { + classes("bi-file-arrow-up") + return this + } + +public val AttributeBuilder.biFileBarGraphFill: AttributeBuilder + get() { + classes("bi-file-bar-graph-fill") + return this + } + +public val AttributeBuilder.biFileBarGraph: AttributeBuilder + get() { + classes("bi-file-bar-graph") + return this + } + +public val AttributeBuilder.biFileBinaryFill: AttributeBuilder + get() { + classes("bi-file-binary-fill") + return this + } + +public val AttributeBuilder.biFileBinary: AttributeBuilder + get() { + classes("bi-file-binary") + return this + } + +public val AttributeBuilder.biFileBreakFill: AttributeBuilder + get() { + classes("bi-file-break-fill") + return this + } + +public val AttributeBuilder.biFileBreak: AttributeBuilder + get() { + classes("bi-file-break") + return this + } + +public val AttributeBuilder.biFileCheckFill: AttributeBuilder + get() { + classes("bi-file-check-fill") + return this + } + +public val AttributeBuilder.biFileCheck: AttributeBuilder + get() { + classes("bi-file-check") + return this + } + +public val AttributeBuilder.biFileCodeFill: AttributeBuilder + get() { + classes("bi-file-code-fill") + return this + } + +public val AttributeBuilder.biFileCode: AttributeBuilder + get() { + classes("bi-file-code") + return this + } + +public val AttributeBuilder.biFileDiffFill: AttributeBuilder + get() { + classes("bi-file-diff-fill") + return this + } + +public val AttributeBuilder.biFileDiff: AttributeBuilder + get() { + classes("bi-file-diff") + return this + } + +public val AttributeBuilder.biFileEarmarkArrowDownFill: AttributeBuilder + get() { + classes("bi-file-earmark-arrow-down-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkArrowDown: AttributeBuilder + get() { + classes("bi-file-earmark-arrow-down") + return this + } + +public val AttributeBuilder.biFileEarmarkArrowUpFill: AttributeBuilder + get() { + classes("bi-file-earmark-arrow-up-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkArrowUp: AttributeBuilder + get() { + classes("bi-file-earmark-arrow-up") + return this + } + +public val AttributeBuilder.biFileEarmarkBarGraphFill: AttributeBuilder + get() { + classes("bi-file-earmark-bar-graph-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkBarGraph: AttributeBuilder + get() { + classes("bi-file-earmark-bar-graph") + return this + } + +public val AttributeBuilder.biFileEarmarkBinaryFill: AttributeBuilder + get() { + classes("bi-file-earmark-binary-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkBinary: AttributeBuilder + get() { + classes("bi-file-earmark-binary") + return this + } + +public val AttributeBuilder.biFileEarmarkBreakFill: AttributeBuilder + get() { + classes("bi-file-earmark-break-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkBreak: AttributeBuilder + get() { + classes("bi-file-earmark-break") + return this + } + +public val AttributeBuilder.biFileEarmarkCheckFill: AttributeBuilder + get() { + classes("bi-file-earmark-check-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkCheck: AttributeBuilder + get() { + classes("bi-file-earmark-check") + return this + } + +public val AttributeBuilder.biFileEarmarkCodeFill: AttributeBuilder + get() { + classes("bi-file-earmark-code-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkCode: AttributeBuilder + get() { + classes("bi-file-earmark-code") + return this + } + +public val AttributeBuilder.biFileEarmarkDiffFill: AttributeBuilder + get() { + classes("bi-file-earmark-diff-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkDiff: AttributeBuilder + get() { + classes("bi-file-earmark-diff") + return this + } + +public val AttributeBuilder.biFileEarmarkEaselFill: AttributeBuilder + get() { + classes("bi-file-earmark-easel-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkEasel: AttributeBuilder + get() { + classes("bi-file-earmark-easel") + return this + } + +public val AttributeBuilder.biFileEarmarkExcelFill: AttributeBuilder + get() { + classes("bi-file-earmark-excel-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkExcel: AttributeBuilder + get() { + classes("bi-file-earmark-excel") + return this + } + +public val AttributeBuilder.biFileEarmarkFill: AttributeBuilder + get() { + classes("bi-file-earmark-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkFontFill: AttributeBuilder + get() { + classes("bi-file-earmark-font-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkFont: AttributeBuilder + get() { + classes("bi-file-earmark-font") + return this + } + +public val AttributeBuilder.biFileEarmarkImageFill: AttributeBuilder + get() { + classes("bi-file-earmark-image-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkImage: AttributeBuilder + get() { + classes("bi-file-earmark-image") + return this + } + +public val AttributeBuilder.biFileEarmarkLockFill: AttributeBuilder + get() { + classes("bi-file-earmark-lock-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkLock: AttributeBuilder + get() { + classes("bi-file-earmark-lock") + return this + } + +public val AttributeBuilder.biFileEarmarkLock2Fill: AttributeBuilder + get() { + classes("bi-file-earmark-lock2-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkLock2: AttributeBuilder + get() { + classes("bi-file-earmark-lock2") + return this + } + +public val AttributeBuilder.biFileEarmarkMedicalFill: AttributeBuilder + get() { + classes("bi-file-earmark-medical-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkMedical: AttributeBuilder + get() { + classes("bi-file-earmark-medical") + return this + } + +public val AttributeBuilder.biFileEarmarkMinusFill: AttributeBuilder + get() { + classes("bi-file-earmark-minus-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkMinus: AttributeBuilder + get() { + classes("bi-file-earmark-minus") + return this + } + +public val AttributeBuilder.biFileEarmarkMusicFill: AttributeBuilder + get() { + classes("bi-file-earmark-music-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkMusic: AttributeBuilder + get() { + classes("bi-file-earmark-music") + return this + } + +public val AttributeBuilder.biFileEarmarkPersonFill: AttributeBuilder + get() { + classes("bi-file-earmark-person-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkPerson: AttributeBuilder + get() { + classes("bi-file-earmark-person") + return this + } + +public val AttributeBuilder.biFileEarmarkPlayFill: AttributeBuilder + get() { + classes("bi-file-earmark-play-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkPlay: AttributeBuilder + get() { + classes("bi-file-earmark-play") + return this + } + +public val AttributeBuilder.biFileEarmarkPlusFill: AttributeBuilder + get() { + classes("bi-file-earmark-plus-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkPlus: AttributeBuilder + get() { + classes("bi-file-earmark-plus") + return this + } + +public val AttributeBuilder.biFileEarmarkPostFill: AttributeBuilder + get() { + classes("bi-file-earmark-post-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkPost: AttributeBuilder + get() { + classes("bi-file-earmark-post") + return this + } + +public val AttributeBuilder.biFileEarmarkPptFill: AttributeBuilder + get() { + classes("bi-file-earmark-ppt-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkPpt: AttributeBuilder + get() { + classes("bi-file-earmark-ppt") + return this + } + +public val AttributeBuilder.biFileEarmarkRichtextFill: AttributeBuilder + get() { + classes("bi-file-earmark-richtext-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkRichtext: AttributeBuilder + get() { + classes("bi-file-earmark-richtext") + return this + } + +public val AttributeBuilder.biFileEarmarkRuledFill: AttributeBuilder + get() { + classes("bi-file-earmark-ruled-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkRuled: AttributeBuilder + get() { + classes("bi-file-earmark-ruled") + return this + } + +public val AttributeBuilder.biFileEarmarkSlidesFill: AttributeBuilder + get() { + classes("bi-file-earmark-slides-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkSlides: AttributeBuilder + get() { + classes("bi-file-earmark-slides") + return this + } + +public val AttributeBuilder.biFileEarmarkSpreadsheetFill: AttributeBuilder + get() { + classes("bi-file-earmark-spreadsheet-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkSpreadsheet: AttributeBuilder + get() { + classes("bi-file-earmark-spreadsheet") + return this + } + +public val AttributeBuilder.biFileEarmarkTextFill: AttributeBuilder + get() { + classes("bi-file-earmark-text-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkText: AttributeBuilder + get() { + classes("bi-file-earmark-text") + return this + } + +public val AttributeBuilder.biFileEarmarkWordFill: AttributeBuilder + get() { + classes("bi-file-earmark-word-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkWord: AttributeBuilder + get() { + classes("bi-file-earmark-word") + return this + } + +public val AttributeBuilder.biFileEarmarkXFill: AttributeBuilder + get() { + classes("bi-file-earmark-x-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkX: AttributeBuilder + get() { + classes("bi-file-earmark-x") + return this + } + +public val AttributeBuilder.biFileEarmarkZipFill: AttributeBuilder + get() { + classes("bi-file-earmark-zip-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkZip: AttributeBuilder + get() { + classes("bi-file-earmark-zip") + return this + } + +public val AttributeBuilder.biFileEarmark: AttributeBuilder + get() { + classes("bi-file-earmark") + return this + } + +public val AttributeBuilder.biFileEaselFill: AttributeBuilder + get() { + classes("bi-file-easel-fill") + return this + } + +public val AttributeBuilder.biFileEasel: AttributeBuilder + get() { + classes("bi-file-easel") + return this + } + +public val AttributeBuilder.biFileExcelFill: AttributeBuilder + get() { + classes("bi-file-excel-fill") + return this + } + +public val AttributeBuilder.biFileExcel: AttributeBuilder + get() { + classes("bi-file-excel") + return this + } + +public val AttributeBuilder.biFileFill: AttributeBuilder + get() { + classes("bi-file-fill") + return this + } + +public val AttributeBuilder.biFileFontFill: AttributeBuilder + get() { + classes("bi-file-font-fill") + return this + } + +public val AttributeBuilder.biFileFont: AttributeBuilder + get() { + classes("bi-file-font") + return this + } + +public val AttributeBuilder.biFileImageFill: AttributeBuilder + get() { + classes("bi-file-image-fill") + return this + } + +public val AttributeBuilder.biFileImage: AttributeBuilder + get() { + classes("bi-file-image") + return this + } + +public val AttributeBuilder.biFileLockFill: AttributeBuilder + get() { + classes("bi-file-lock-fill") + return this + } + +public val AttributeBuilder.biFileLock: AttributeBuilder + get() { + classes("bi-file-lock") + return this + } + +public val AttributeBuilder.biFileLock2Fill: AttributeBuilder + get() { + classes("bi-file-lock2-fill") + return this + } + +public val AttributeBuilder.biFileLock2: AttributeBuilder + get() { + classes("bi-file-lock2") + return this + } + +public val AttributeBuilder.biFileMedicalFill: AttributeBuilder + get() { + classes("bi-file-medical-fill") + return this + } + +public val AttributeBuilder.biFileMedical: AttributeBuilder + get() { + classes("bi-file-medical") + return this + } + +public val AttributeBuilder.biFileMinusFill: AttributeBuilder + get() { + classes("bi-file-minus-fill") + return this + } + +public val AttributeBuilder.biFileMinus: AttributeBuilder + get() { + classes("bi-file-minus") + return this + } + +public val AttributeBuilder.biFileMusicFill: AttributeBuilder + get() { + classes("bi-file-music-fill") + return this + } + +public val AttributeBuilder.biFileMusic: AttributeBuilder + get() { + classes("bi-file-music") + return this + } + +public val AttributeBuilder.biFilePersonFill: AttributeBuilder + get() { + classes("bi-file-person-fill") + return this + } + +public val AttributeBuilder.biFilePerson: AttributeBuilder + get() { + classes("bi-file-person") + return this + } + +public val AttributeBuilder.biFilePlayFill: AttributeBuilder + get() { + classes("bi-file-play-fill") + return this + } + +public val AttributeBuilder.biFilePlay: AttributeBuilder + get() { + classes("bi-file-play") + return this + } + +public val AttributeBuilder.biFilePlusFill: AttributeBuilder + get() { + classes("bi-file-plus-fill") + return this + } + +public val AttributeBuilder.biFilePlus: AttributeBuilder + get() { + classes("bi-file-plus") + return this + } + +public val AttributeBuilder.biFilePostFill: AttributeBuilder + get() { + classes("bi-file-post-fill") + return this + } + +public val AttributeBuilder.biFilePost: AttributeBuilder + get() { + classes("bi-file-post") + return this + } + +public val AttributeBuilder.biFilePptFill: AttributeBuilder + get() { + classes("bi-file-ppt-fill") + return this + } + +public val AttributeBuilder.biFilePpt: AttributeBuilder + get() { + classes("bi-file-ppt") + return this + } + +public val AttributeBuilder.biFileRichtextFill: AttributeBuilder + get() { + classes("bi-file-richtext-fill") + return this + } + +public val AttributeBuilder.biFileRichtext: AttributeBuilder + get() { + classes("bi-file-richtext") + return this + } + +public val AttributeBuilder.biFileRuledFill: AttributeBuilder + get() { + classes("bi-file-ruled-fill") + return this + } + +public val AttributeBuilder.biFileRuled: AttributeBuilder + get() { + classes("bi-file-ruled") + return this + } + +public val AttributeBuilder.biFileSlidesFill: AttributeBuilder + get() { + classes("bi-file-slides-fill") + return this + } + +public val AttributeBuilder.biFileSlides: AttributeBuilder + get() { + classes("bi-file-slides") + return this + } + +public val AttributeBuilder.biFileSpreadsheetFill: AttributeBuilder + get() { + classes("bi-file-spreadsheet-fill") + return this + } + +public val AttributeBuilder.biFileSpreadsheet: AttributeBuilder + get() { + classes("bi-file-spreadsheet") + return this + } + +public val AttributeBuilder.biFileTextFill: AttributeBuilder + get() { + classes("bi-file-text-fill") + return this + } + +public val AttributeBuilder.biFileText: AttributeBuilder + get() { + classes("bi-file-text") + return this + } + +public val AttributeBuilder.biFileWordFill: AttributeBuilder + get() { + classes("bi-file-word-fill") + return this + } + +public val AttributeBuilder.biFileWord: AttributeBuilder + get() { + classes("bi-file-word") + return this + } + +public val AttributeBuilder.biFileXFill: AttributeBuilder + get() { + classes("bi-file-x-fill") + return this + } + +public val AttributeBuilder.biFileX: AttributeBuilder + get() { + classes("bi-file-x") + return this + } + +public val AttributeBuilder.biFileZipFill: AttributeBuilder + get() { + classes("bi-file-zip-fill") + return this + } + +public val AttributeBuilder.biFileZip: AttributeBuilder + get() { + classes("bi-file-zip") + return this + } + +public val AttributeBuilder.biFile: AttributeBuilder + get() { + classes("bi-file") + return this + } + +public val AttributeBuilder.biFilesAlt: AttributeBuilder + get() { + classes("bi-files-alt") + return this + } + +public val AttributeBuilder.biFiles: AttributeBuilder + get() { + classes("bi-files") + return this + } + +public val AttributeBuilder.biFilm: AttributeBuilder + get() { + classes("bi-film") + return this + } + +public val AttributeBuilder.biFilterCircleFill: AttributeBuilder + get() { + classes("bi-filter-circle-fill") + return this + } + +public val AttributeBuilder.biFilterCircle: AttributeBuilder + get() { + classes("bi-filter-circle") + return this + } + +public val AttributeBuilder.biFilterLeft: AttributeBuilder + get() { + classes("bi-filter-left") + return this + } + +public val AttributeBuilder.biFilterRight: AttributeBuilder + get() { + classes("bi-filter-right") + return this + } + +public val AttributeBuilder.biFilterSquareFill: AttributeBuilder + get() { + classes("bi-filter-square-fill") + return this + } + +public val AttributeBuilder.biFilterSquare: AttributeBuilder + get() { + classes("bi-filter-square") + return this + } + +public val AttributeBuilder.biFilter: AttributeBuilder + get() { + classes("bi-filter") + return this + } + +public val AttributeBuilder.biFlagFill: AttributeBuilder + get() { + classes("bi-flag-fill") + return this + } + +public val AttributeBuilder.biFlag: AttributeBuilder + get() { + classes("bi-flag") + return this + } + +public val AttributeBuilder.biFlower1: AttributeBuilder + get() { + classes("bi-flower1") + return this + } + +public val AttributeBuilder.biFlower2: AttributeBuilder + get() { + classes("bi-flower2") + return this + } + +public val AttributeBuilder.biFlower3: AttributeBuilder + get() { + classes("bi-flower3") + return this + } + +public val AttributeBuilder.biFolderCheck: AttributeBuilder + get() { + classes("bi-folder-check") + return this + } + +public val AttributeBuilder.biFolderFill: AttributeBuilder + get() { + classes("bi-folder-fill") + return this + } + +public val AttributeBuilder.biFolderMinus: AttributeBuilder + get() { + classes("bi-folder-minus") + return this + } + +public val AttributeBuilder.biFolderPlus: AttributeBuilder + get() { + classes("bi-folder-plus") + return this + } + +public val AttributeBuilder.biFolderSymlinkFill: AttributeBuilder + get() { + classes("bi-folder-symlink-fill") + return this + } + +public val AttributeBuilder.biFolderSymlink: AttributeBuilder + get() { + classes("bi-folder-symlink") + return this + } + +public val AttributeBuilder.biFolderX: AttributeBuilder + get() { + classes("bi-folder-x") + return this + } + +public val AttributeBuilder.biFolder: AttributeBuilder + get() { + classes("bi-folder") + return this + } + +public val AttributeBuilder.biFolder2Open: AttributeBuilder + get() { + classes("bi-folder2-open") + return this + } + +public val AttributeBuilder.biFolder2: AttributeBuilder + get() { + classes("bi-folder2") + return this + } + +public val AttributeBuilder.biFonts: AttributeBuilder + get() { + classes("bi-fonts") + return this + } + +public val AttributeBuilder.biForwardFill: AttributeBuilder + get() { + classes("bi-forward-fill") + return this + } + +public val AttributeBuilder.biForward: AttributeBuilder + get() { + classes("bi-forward") + return this + } + +public val AttributeBuilder.biFront: AttributeBuilder + get() { + classes("bi-front") + return this + } + +public val AttributeBuilder.biFullscreenExit: AttributeBuilder + get() { + classes("bi-fullscreen-exit") + return this + } + +public val AttributeBuilder.biFullscreen: AttributeBuilder + get() { + classes("bi-fullscreen") + return this + } + +public val AttributeBuilder.biFunnelFill: AttributeBuilder + get() { + classes("bi-funnel-fill") + return this + } + +public val AttributeBuilder.biFunnel: AttributeBuilder + get() { + classes("bi-funnel") + return this + } + +public val AttributeBuilder.biGearFill: AttributeBuilder + get() { + classes("bi-gear-fill") + return this + } + +public val AttributeBuilder.biGearWideConnected: AttributeBuilder + get() { + classes("bi-gear-wide-connected") + return this + } + +public val AttributeBuilder.biGearWide: AttributeBuilder + get() { + classes("bi-gear-wide") + return this + } + +public val AttributeBuilder.biGear: AttributeBuilder + get() { + classes("bi-gear") + return this + } + +public val AttributeBuilder.biGem: AttributeBuilder + get() { + classes("bi-gem") + return this + } + +public val AttributeBuilder.biGeoAltFill: AttributeBuilder + get() { + classes("bi-geo-alt-fill") + return this + } + +public val AttributeBuilder.biGeoAlt: AttributeBuilder + get() { + classes("bi-geo-alt") + return this + } + +public val AttributeBuilder.biGeoFill: AttributeBuilder + get() { + classes("bi-geo-fill") + return this + } + +public val AttributeBuilder.biGeo: AttributeBuilder + get() { + classes("bi-geo") + return this + } + +public val AttributeBuilder.biGiftFill: AttributeBuilder + get() { + classes("bi-gift-fill") + return this + } + +public val AttributeBuilder.biGift: AttributeBuilder + get() { + classes("bi-gift") + return this + } + +public val AttributeBuilder.biGithub: AttributeBuilder + get() { + classes("bi-github") + return this + } + +public val AttributeBuilder.biGlobe: AttributeBuilder + get() { + classes("bi-globe") + return this + } + +public val AttributeBuilder.biGlobe2: AttributeBuilder + get() { + classes("bi-globe2") + return this + } + +public val AttributeBuilder.biGoogle: AttributeBuilder + get() { + classes("bi-google") + return this + } + +public val AttributeBuilder.biGraphDown: AttributeBuilder + get() { + classes("bi-graph-down") + return this + } + +public val AttributeBuilder.biGraphUp: AttributeBuilder + get() { + classes("bi-graph-up") + return this + } + +public val AttributeBuilder.biGrid1x2Fill: AttributeBuilder + get() { + classes("bi-grid-1x2-fill") + return this + } + +public val AttributeBuilder.biGrid1x2: AttributeBuilder + get() { + classes("bi-grid-1x2") + return this + } + +public val AttributeBuilder.biGrid3x2GapFill: AttributeBuilder + get() { + classes("bi-grid-3x2-gap-fill") + return this + } + +public val AttributeBuilder.biGrid3x2Gap: AttributeBuilder + get() { + classes("bi-grid-3x2-gap") + return this + } + +public val AttributeBuilder.biGrid3x2: AttributeBuilder + get() { + classes("bi-grid-3x2") + return this + } + +public val AttributeBuilder.biGrid3x3GapFill: AttributeBuilder + get() { + classes("bi-grid-3x3-gap-fill") + return this + } + +public val AttributeBuilder.biGrid3x3Gap: AttributeBuilder + get() { + classes("bi-grid-3x3-gap") + return this + } + +public val AttributeBuilder.biGrid3x3: AttributeBuilder + get() { + classes("bi-grid-3x3") + return this + } + +public val AttributeBuilder.biGridFill: AttributeBuilder + get() { + classes("bi-grid-fill") + return this + } + +public val AttributeBuilder.biGrid: AttributeBuilder + get() { + classes("bi-grid") + return this + } + +public val AttributeBuilder.biGripHorizontal: AttributeBuilder + get() { + classes("bi-grip-horizontal") + return this + } + +public val AttributeBuilder.biGripVertical: AttributeBuilder + get() { + classes("bi-grip-vertical") + return this + } + +public val AttributeBuilder.biHammer: AttributeBuilder + get() { + classes("bi-hammer") + return this + } + +public val AttributeBuilder.biHandIndexFill: AttributeBuilder + get() { + classes("bi-hand-index-fill") + return this + } + +public val AttributeBuilder.biHandIndexThumbFill: AttributeBuilder + get() { + classes("bi-hand-index-thumb-fill") + return this + } + +public val AttributeBuilder.biHandIndexThumb: AttributeBuilder + get() { + classes("bi-hand-index-thumb") + return this + } + +public val AttributeBuilder.biHandIndex: AttributeBuilder + get() { + classes("bi-hand-index") + return this + } + +public val AttributeBuilder.biHandThumbsDownFill: AttributeBuilder + get() { + classes("bi-hand-thumbs-down-fill") + return this + } + +public val AttributeBuilder.biHandThumbsDown: AttributeBuilder + get() { + classes("bi-hand-thumbs-down") + return this + } + +public val AttributeBuilder.biHandThumbsUpFill: AttributeBuilder + get() { + classes("bi-hand-thumbs-up-fill") + return this + } + +public val AttributeBuilder.biHandThumbsUp: AttributeBuilder + get() { + classes("bi-hand-thumbs-up") + return this + } + +public val AttributeBuilder.biHandbagFill: AttributeBuilder + get() { + classes("bi-handbag-fill") + return this + } + +public val AttributeBuilder.biHandbag: AttributeBuilder + get() { + classes("bi-handbag") + return this + } + +public val AttributeBuilder.biHash: AttributeBuilder + get() { + classes("bi-hash") + return this + } + +public val AttributeBuilder.biHddFill: AttributeBuilder + get() { + classes("bi-hdd-fill") + return this + } + +public val AttributeBuilder.biHddNetworkFill: AttributeBuilder + get() { + classes("bi-hdd-network-fill") + return this + } + +public val AttributeBuilder.biHddNetwork: AttributeBuilder + get() { + classes("bi-hdd-network") + return this + } + +public val AttributeBuilder.biHddRackFill: AttributeBuilder + get() { + classes("bi-hdd-rack-fill") + return this + } + +public val AttributeBuilder.biHddRack: AttributeBuilder + get() { + classes("bi-hdd-rack") + return this + } + +public val AttributeBuilder.biHddStackFill: AttributeBuilder + get() { + classes("bi-hdd-stack-fill") + return this + } + +public val AttributeBuilder.biHddStack: AttributeBuilder + get() { + classes("bi-hdd-stack") + return this + } + +public val AttributeBuilder.biHdd: AttributeBuilder + get() { + classes("bi-hdd") + return this + } + +public val AttributeBuilder.biHeadphones: AttributeBuilder + get() { + classes("bi-headphones") + return this + } + +public val AttributeBuilder.biHeadset: AttributeBuilder + get() { + classes("bi-headset") + return this + } + +public val AttributeBuilder.biHeartFill: AttributeBuilder + get() { + classes("bi-heart-fill") + return this + } + +public val AttributeBuilder.biHeartHalf: AttributeBuilder + get() { + classes("bi-heart-half") + return this + } + +public val AttributeBuilder.biHeart: AttributeBuilder + get() { + classes("bi-heart") + return this + } + +public val AttributeBuilder.biHeptagonFill: AttributeBuilder + get() { + classes("bi-heptagon-fill") + return this + } + +public val AttributeBuilder.biHeptagonHalf: AttributeBuilder + get() { + classes("bi-heptagon-half") + return this + } + +public val AttributeBuilder.biHeptagon: AttributeBuilder + get() { + classes("bi-heptagon") + return this + } + +public val AttributeBuilder.biHexagonFill: AttributeBuilder + get() { + classes("bi-hexagon-fill") + return this + } + +public val AttributeBuilder.biHexagonHalf: AttributeBuilder + get() { + classes("bi-hexagon-half") + return this + } + +public val AttributeBuilder.biHexagon: AttributeBuilder + get() { + classes("bi-hexagon") + return this + } + +public val AttributeBuilder.biHourglassBottom: AttributeBuilder + get() { + classes("bi-hourglass-bottom") + return this + } + +public val AttributeBuilder.biHourglassSplit: AttributeBuilder + get() { + classes("bi-hourglass-split") + return this + } + +public val AttributeBuilder.biHourglassTop: AttributeBuilder + get() { + classes("bi-hourglass-top") + return this + } + +public val AttributeBuilder.biHourglass: AttributeBuilder + get() { + classes("bi-hourglass") + return this + } + +public val AttributeBuilder.biHouseDoorFill: AttributeBuilder + get() { + classes("bi-house-door-fill") + return this + } + +public val AttributeBuilder.biHouseDoor: AttributeBuilder + get() { + classes("bi-house-door") + return this + } + +public val AttributeBuilder.biHouseFill: AttributeBuilder + get() { + classes("bi-house-fill") + return this + } + +public val AttributeBuilder.biHouse: AttributeBuilder + get() { + classes("bi-house") + return this + } + +public val AttributeBuilder.biHr: AttributeBuilder + get() { + classes("bi-hr") + return this + } + +public val AttributeBuilder.biHurricane: AttributeBuilder + get() { + classes("bi-hurricane") + return this + } + +public val AttributeBuilder.biImageAlt: AttributeBuilder + get() { + classes("bi-image-alt") + return this + } + +public val AttributeBuilder.biImageFill: AttributeBuilder + get() { + classes("bi-image-fill") + return this + } + +public val AttributeBuilder.biImage: AttributeBuilder + get() { + classes("bi-image") + return this + } + +public val AttributeBuilder.biImages: AttributeBuilder + get() { + classes("bi-images") + return this + } + +public val AttributeBuilder.biInboxFill: AttributeBuilder + get() { + classes("bi-inbox-fill") + return this + } + +public val AttributeBuilder.biInbox: AttributeBuilder + get() { + classes("bi-inbox") + return this + } + +public val AttributeBuilder.biInboxesFill: AttributeBuilder + get() { + classes("bi-inboxes-fill") + return this + } + +public val AttributeBuilder.biInboxes: AttributeBuilder + get() { + classes("bi-inboxes") + return this + } + +public val AttributeBuilder.biInfoCircleFill: AttributeBuilder + get() { + classes("bi-info-circle-fill") + return this + } + +public val AttributeBuilder.biInfoCircle: AttributeBuilder + get() { + classes("bi-info-circle") + return this + } + +public val AttributeBuilder.biInfoSquareFill: AttributeBuilder + get() { + classes("bi-info-square-fill") + return this + } + +public val AttributeBuilder.biInfoSquare: AttributeBuilder + get() { + classes("bi-info-square") + return this + } + +public val AttributeBuilder.biInfo: AttributeBuilder + get() { + classes("bi-info") + return this + } + +public val AttributeBuilder.biInputCursorText: AttributeBuilder + get() { + classes("bi-input-cursor-text") + return this + } + +public val AttributeBuilder.biInputCursor: AttributeBuilder + get() { + classes("bi-input-cursor") + return this + } + +public val AttributeBuilder.biInstagram: AttributeBuilder + get() { + classes("bi-instagram") + return this + } + +public val AttributeBuilder.biIntersect: AttributeBuilder + get() { + classes("bi-intersect") + return this + } + +public val AttributeBuilder.biJournalAlbum: AttributeBuilder + get() { + classes("bi-journal-album") + return this + } + +public val AttributeBuilder.biJournalArrowDown: AttributeBuilder + get() { + classes("bi-journal-arrow-down") + return this + } + +public val AttributeBuilder.biJournalArrowUp: AttributeBuilder + get() { + classes("bi-journal-arrow-up") + return this + } + +public val AttributeBuilder.biJournalBookmarkFill: AttributeBuilder + get() { + classes("bi-journal-bookmark-fill") + return this + } + +public val AttributeBuilder.biJournalBookmark: AttributeBuilder + get() { + classes("bi-journal-bookmark") + return this + } + +public val AttributeBuilder.biJournalCheck: AttributeBuilder + get() { + classes("bi-journal-check") + return this + } + +public val AttributeBuilder.biJournalCode: AttributeBuilder + get() { + classes("bi-journal-code") + return this + } + +public val AttributeBuilder.biJournalMedical: AttributeBuilder + get() { + classes("bi-journal-medical") + return this + } + +public val AttributeBuilder.biJournalMinus: AttributeBuilder + get() { + classes("bi-journal-minus") + return this + } + +public val AttributeBuilder.biJournalPlus: AttributeBuilder + get() { + classes("bi-journal-plus") + return this + } + +public val AttributeBuilder.biJournalRichtext: AttributeBuilder + get() { + classes("bi-journal-richtext") + return this + } + +public val AttributeBuilder.biJournalText: AttributeBuilder + get() { + classes("bi-journal-text") + return this + } + +public val AttributeBuilder.biJournalX: AttributeBuilder + get() { + classes("bi-journal-x") + return this + } + +public val AttributeBuilder.biJournal: AttributeBuilder + get() { + classes("bi-journal") + return this + } + +public val AttributeBuilder.biJournals: AttributeBuilder + get() { + classes("bi-journals") + return this + } + +public val AttributeBuilder.biJoystick: AttributeBuilder + get() { + classes("bi-joystick") + return this + } + +public val AttributeBuilder.biJustifyLeft: AttributeBuilder + get() { + classes("bi-justify-left") + return this + } + +public val AttributeBuilder.biJustifyRight: AttributeBuilder + get() { + classes("bi-justify-right") + return this + } + +public val AttributeBuilder.biJustify: AttributeBuilder + get() { + classes("bi-justify") + return this + } + +public val AttributeBuilder.biKanbanFill: AttributeBuilder + get() { + classes("bi-kanban-fill") + return this + } + +public val AttributeBuilder.biKanban: AttributeBuilder + get() { + classes("bi-kanban") + return this + } + +public val AttributeBuilder.biKeyFill: AttributeBuilder + get() { + classes("bi-key-fill") + return this + } + +public val AttributeBuilder.biKey: AttributeBuilder + get() { + classes("bi-key") + return this + } + +public val AttributeBuilder.biKeyboardFill: AttributeBuilder + get() { + classes("bi-keyboard-fill") + return this + } + +public val AttributeBuilder.biKeyboard: AttributeBuilder + get() { + classes("bi-keyboard") + return this + } + +public val AttributeBuilder.biLadder: AttributeBuilder + get() { + classes("bi-ladder") + return this + } + +public val AttributeBuilder.biLampFill: AttributeBuilder + get() { + classes("bi-lamp-fill") + return this + } + +public val AttributeBuilder.biLamp: AttributeBuilder + get() { + classes("bi-lamp") + return this + } + +public val AttributeBuilder.biLaptopFill: AttributeBuilder + get() { + classes("bi-laptop-fill") + return this + } + +public val AttributeBuilder.biLaptop: AttributeBuilder + get() { + classes("bi-laptop") + return this + } + +public val AttributeBuilder.biLayerBackward: AttributeBuilder + get() { + classes("bi-layer-backward") + return this + } + +public val AttributeBuilder.biLayerForward: AttributeBuilder + get() { + classes("bi-layer-forward") + return this + } + +public val AttributeBuilder.biLayersFill: AttributeBuilder + get() { + classes("bi-layers-fill") + return this + } + +public val AttributeBuilder.biLayersHalf: AttributeBuilder + get() { + classes("bi-layers-half") + return this + } + +public val AttributeBuilder.biLayers: AttributeBuilder + get() { + classes("bi-layers") + return this + } + +public val AttributeBuilder.biLayoutSidebarInsetReverse: AttributeBuilder + get() { + classes("bi-layout-sidebar-inset-reverse") + return this + } + +public val AttributeBuilder.biLayoutSidebarInset: AttributeBuilder + get() { + classes("bi-layout-sidebar-inset") + return this + } + +public val AttributeBuilder.biLayoutSidebarReverse: AttributeBuilder + get() { + classes("bi-layout-sidebar-reverse") + return this + } + +public val AttributeBuilder.biLayoutSidebar: AttributeBuilder + get() { + classes("bi-layout-sidebar") + return this + } + +public val AttributeBuilder.biLayoutSplit: AttributeBuilder + get() { + classes("bi-layout-split") + return this + } + +public val AttributeBuilder.biLayoutTextSidebarReverse: AttributeBuilder + get() { + classes("bi-layout-text-sidebar-reverse") + return this + } + +public val AttributeBuilder.biLayoutTextSidebar: AttributeBuilder + get() { + classes("bi-layout-text-sidebar") + return this + } + +public val AttributeBuilder.biLayoutTextWindowReverse: AttributeBuilder + get() { + classes("bi-layout-text-window-reverse") + return this + } + +public val AttributeBuilder.biLayoutTextWindow: AttributeBuilder + get() { + classes("bi-layout-text-window") + return this + } + +public val AttributeBuilder.biLayoutThreeColumns: AttributeBuilder + get() { + classes("bi-layout-three-columns") + return this + } + +public val AttributeBuilder.biLayoutWtf: AttributeBuilder + get() { + classes("bi-layout-wtf") + return this + } + +public val AttributeBuilder.biLifePreserver: AttributeBuilder + get() { + classes("bi-life-preserver") + return this + } + +public val AttributeBuilder.biLightbulbFill: AttributeBuilder + get() { + classes("bi-lightbulb-fill") + return this + } + +public val AttributeBuilder.biLightbulbOffFill: AttributeBuilder + get() { + classes("bi-lightbulb-off-fill") + return this + } + +public val AttributeBuilder.biLightbulbOff: AttributeBuilder + get() { + classes("bi-lightbulb-off") + return this + } + +public val AttributeBuilder.biLightbulb: AttributeBuilder + get() { + classes("bi-lightbulb") + return this + } + +public val AttributeBuilder.biLightningChargeFill: AttributeBuilder + get() { + classes("bi-lightning-charge-fill") + return this + } + +public val AttributeBuilder.biLightningCharge: AttributeBuilder + get() { + classes("bi-lightning-charge") + return this + } + +public val AttributeBuilder.biLightningFill: AttributeBuilder + get() { + classes("bi-lightning-fill") + return this + } + +public val AttributeBuilder.biLightning: AttributeBuilder + get() { + classes("bi-lightning") + return this + } + +public val AttributeBuilder.biLink45deg: AttributeBuilder + get() { + classes("bi-link-45deg") + return this + } + +public val AttributeBuilder.biLink: AttributeBuilder + get() { + classes("bi-link") + return this + } + +public val AttributeBuilder.biLinkedin: AttributeBuilder + get() { + classes("bi-linkedin") + return this + } + +public val AttributeBuilder.biListCheck: AttributeBuilder + get() { + classes("bi-list-check") + return this + } + +public val AttributeBuilder.biListNested: AttributeBuilder + get() { + classes("bi-list-nested") + return this + } + +public val AttributeBuilder.biListOl: AttributeBuilder + get() { + classes("bi-list-ol") + return this + } + +public val AttributeBuilder.biListStars: AttributeBuilder + get() { + classes("bi-list-stars") + return this + } + +public val AttributeBuilder.biListTask: AttributeBuilder + get() { + classes("bi-list-task") + return this + } + +public val AttributeBuilder.biListUl: AttributeBuilder + get() { + classes("bi-list-ul") + return this + } + +public val AttributeBuilder.biList: AttributeBuilder + get() { + classes("bi-list") + return this + } + +public val AttributeBuilder.biLockFill: AttributeBuilder + get() { + classes("bi-lock-fill") + return this + } + +public val AttributeBuilder.biLock: AttributeBuilder + get() { + classes("bi-lock") + return this + } + +public val AttributeBuilder.biMailbox: AttributeBuilder + get() { + classes("bi-mailbox") + return this + } + +public val AttributeBuilder.biMailbox2: AttributeBuilder + get() { + classes("bi-mailbox2") + return this + } + +public val AttributeBuilder.biMapFill: AttributeBuilder + get() { + classes("bi-map-fill") + return this + } + +public val AttributeBuilder.biMap: AttributeBuilder + get() { + classes("bi-map") + return this + } + +public val AttributeBuilder.biMarkdownFill: AttributeBuilder + get() { + classes("bi-markdown-fill") + return this + } + +public val AttributeBuilder.biMarkdown: AttributeBuilder + get() { + classes("bi-markdown") + return this + } + +public val AttributeBuilder.biMask: AttributeBuilder + get() { + classes("bi-mask") + return this + } + +public val AttributeBuilder.biMegaphoneFill: AttributeBuilder + get() { + classes("bi-megaphone-fill") + return this + } + +public val AttributeBuilder.biMegaphone: AttributeBuilder + get() { + classes("bi-megaphone") + return this + } + +public val AttributeBuilder.biMenuAppFill: AttributeBuilder + get() { + classes("bi-menu-app-fill") + return this + } + +public val AttributeBuilder.biMenuApp: AttributeBuilder + get() { + classes("bi-menu-app") + return this + } + +public val AttributeBuilder.biMenuButtonFill: AttributeBuilder + get() { + classes("bi-menu-button-fill") + return this + } + +public val AttributeBuilder.biMenuButtonWideFill: AttributeBuilder + get() { + classes("bi-menu-button-wide-fill") + return this + } + +public val AttributeBuilder.biMenuButtonWide: AttributeBuilder + get() { + classes("bi-menu-button-wide") + return this + } + +public val AttributeBuilder.biMenuButton: AttributeBuilder + get() { + classes("bi-menu-button") + return this + } + +public val AttributeBuilder.biMenuDown: AttributeBuilder + get() { + classes("bi-menu-down") + return this + } + +public val AttributeBuilder.biMenuUp: AttributeBuilder + get() { + classes("bi-menu-up") + return this + } + +public val AttributeBuilder.biMicFill: AttributeBuilder + get() { + classes("bi-mic-fill") + return this + } + +public val AttributeBuilder.biMicMuteFill: AttributeBuilder + get() { + classes("bi-mic-mute-fill") + return this + } + +public val AttributeBuilder.biMicMute: AttributeBuilder + get() { + classes("bi-mic-mute") + return this + } + +public val AttributeBuilder.biMic: AttributeBuilder + get() { + classes("bi-mic") + return this + } + +public val AttributeBuilder.biMinecartLoaded: AttributeBuilder + get() { + classes("bi-minecart-loaded") + return this + } + +public val AttributeBuilder.biMinecart: AttributeBuilder + get() { + classes("bi-minecart") + return this + } + +public val AttributeBuilder.biMoisture: AttributeBuilder + get() { + classes("bi-moisture") + return this + } + +public val AttributeBuilder.biMoonFill: AttributeBuilder + get() { + classes("bi-moon-fill") + return this + } + +public val AttributeBuilder.biMoonStarsFill: AttributeBuilder + get() { + classes("bi-moon-stars-fill") + return this + } + +public val AttributeBuilder.biMoonStars: AttributeBuilder + get() { + classes("bi-moon-stars") + return this + } + +public val AttributeBuilder.biMoon: AttributeBuilder + get() { + classes("bi-moon") + return this + } + +public val AttributeBuilder.biMouseFill: AttributeBuilder + get() { + classes("bi-mouse-fill") + return this + } + +public val AttributeBuilder.biMouse: AttributeBuilder + get() { + classes("bi-mouse") + return this + } + +public val AttributeBuilder.biMouse2Fill: AttributeBuilder + get() { + classes("bi-mouse2-fill") + return this + } + +public val AttributeBuilder.biMouse2: AttributeBuilder + get() { + classes("bi-mouse2") + return this + } + +public val AttributeBuilder.biMouse3Fill: AttributeBuilder + get() { + classes("bi-mouse3-fill") + return this + } + +public val AttributeBuilder.biMouse3: AttributeBuilder + get() { + classes("bi-mouse3") + return this + } + +public val AttributeBuilder.biMusicNoteBeamed: AttributeBuilder + get() { + classes("bi-music-note-beamed") + return this + } + +public val AttributeBuilder.biMusicNoteList: AttributeBuilder + get() { + classes("bi-music-note-list") + return this + } + +public val AttributeBuilder.biMusicNote: AttributeBuilder + get() { + classes("bi-music-note") + return this + } + +public val AttributeBuilder.biMusicPlayerFill: AttributeBuilder + get() { + classes("bi-music-player-fill") + return this + } + +public val AttributeBuilder.biMusicPlayer: AttributeBuilder + get() { + classes("bi-music-player") + return this + } + +public val AttributeBuilder.biNewspaper: AttributeBuilder + get() { + classes("bi-newspaper") + return this + } + +public val AttributeBuilder.biNodeMinusFill: AttributeBuilder + get() { + classes("bi-node-minus-fill") + return this + } + +public val AttributeBuilder.biNodeMinus: AttributeBuilder + get() { + classes("bi-node-minus") + return this + } + +public val AttributeBuilder.biNodePlusFill: AttributeBuilder + get() { + classes("bi-node-plus-fill") + return this + } + +public val AttributeBuilder.biNodePlus: AttributeBuilder + get() { + classes("bi-node-plus") + return this + } + +public val AttributeBuilder.biNutFill: AttributeBuilder + get() { + classes("bi-nut-fill") + return this + } + +public val AttributeBuilder.biNut: AttributeBuilder + get() { + classes("bi-nut") + return this + } + +public val AttributeBuilder.biOctagonFill: AttributeBuilder + get() { + classes("bi-octagon-fill") + return this + } + +public val AttributeBuilder.biOctagonHalf: AttributeBuilder + get() { + classes("bi-octagon-half") + return this + } + +public val AttributeBuilder.biOctagon: AttributeBuilder + get() { + classes("bi-octagon") + return this + } + +public val AttributeBuilder.biOption: AttributeBuilder + get() { + classes("bi-option") + return this + } + +public val AttributeBuilder.biOutlet: AttributeBuilder + get() { + classes("bi-outlet") + return this + } + +public val AttributeBuilder.biPaintBucket: AttributeBuilder + get() { + classes("bi-paint-bucket") + return this + } + +public val AttributeBuilder.biPaletteFill: AttributeBuilder + get() { + classes("bi-palette-fill") + return this + } + +public val AttributeBuilder.biPalette: AttributeBuilder + get() { + classes("bi-palette") + return this + } + +public val AttributeBuilder.biPalette2: AttributeBuilder + get() { + classes("bi-palette2") + return this + } + +public val AttributeBuilder.biPaperclip: AttributeBuilder + get() { + classes("bi-paperclip") + return this + } + +public val AttributeBuilder.biParagraph: AttributeBuilder + get() { + classes("bi-paragraph") + return this + } + +public val AttributeBuilder.biPatchCheckFill: AttributeBuilder + get() { + classes("bi-patch-check-fill") + return this + } + +public val AttributeBuilder.biPatchCheck: AttributeBuilder + get() { + classes("bi-patch-check") + return this + } + +public val AttributeBuilder.biPatchExclamationFill: AttributeBuilder + get() { + classes("bi-patch-exclamation-fill") + return this + } + +public val AttributeBuilder.biPatchExclamation: AttributeBuilder + get() { + classes("bi-patch-exclamation") + return this + } + +public val AttributeBuilder.biPatchMinusFill: AttributeBuilder + get() { + classes("bi-patch-minus-fill") + return this + } + +public val AttributeBuilder.biPatchMinus: AttributeBuilder + get() { + classes("bi-patch-minus") + return this + } + +public val AttributeBuilder.biPatchPlusFill: AttributeBuilder + get() { + classes("bi-patch-plus-fill") + return this + } + +public val AttributeBuilder.biPatchPlus: AttributeBuilder + get() { + classes("bi-patch-plus") + return this + } + +public val AttributeBuilder.biPatchQuestionFill: AttributeBuilder + get() { + classes("bi-patch-question-fill") + return this + } + +public val AttributeBuilder.biPatchQuestion: AttributeBuilder + get() { + classes("bi-patch-question") + return this + } + +public val AttributeBuilder.biPauseBtnFill: AttributeBuilder + get() { + classes("bi-pause-btn-fill") + return this + } + +public val AttributeBuilder.biPauseBtn: AttributeBuilder + get() { + classes("bi-pause-btn") + return this + } + +public val AttributeBuilder.biPauseCircleFill: AttributeBuilder + get() { + classes("bi-pause-circle-fill") + return this + } + +public val AttributeBuilder.biPauseCircle: AttributeBuilder + get() { + classes("bi-pause-circle") + return this + } + +public val AttributeBuilder.biPauseFill: AttributeBuilder + get() { + classes("bi-pause-fill") + return this + } + +public val AttributeBuilder.biPause: AttributeBuilder + get() { + classes("bi-pause") + return this + } + +public val AttributeBuilder.biPeaceFill: AttributeBuilder + get() { + classes("bi-peace-fill") + return this + } + +public val AttributeBuilder.biPeace: AttributeBuilder + get() { + classes("bi-peace") + return this + } + +public val AttributeBuilder.biPenFill: AttributeBuilder + get() { + classes("bi-pen-fill") + return this + } + +public val AttributeBuilder.biPen: AttributeBuilder + get() { + classes("bi-pen") + return this + } + +public val AttributeBuilder.biPencilFill: AttributeBuilder + get() { + classes("bi-pencil-fill") + return this + } + +public val AttributeBuilder.biPencilSquare: AttributeBuilder + get() { + classes("bi-pencil-square") + return this + } + +public val AttributeBuilder.biPencil: AttributeBuilder + get() { + classes("bi-pencil") + return this + } + +public val AttributeBuilder.biPentagonFill: AttributeBuilder + get() { + classes("bi-pentagon-fill") + return this + } + +public val AttributeBuilder.biPentagonHalf: AttributeBuilder + get() { + classes("bi-pentagon-half") + return this + } + +public val AttributeBuilder.biPentagon: AttributeBuilder + get() { + classes("bi-pentagon") + return this + } + +public val AttributeBuilder.biPeopleFill: AttributeBuilder + get() { + classes("bi-people-fill") + return this + } + +public val AttributeBuilder.biPeople: AttributeBuilder + get() { + classes("bi-people") + return this + } + +public val AttributeBuilder.biPercent: AttributeBuilder + get() { + classes("bi-percent") + return this + } + +public val AttributeBuilder.biPersonBadgeFill: AttributeBuilder + get() { + classes("bi-person-badge-fill") + return this + } + +public val AttributeBuilder.biPersonBadge: AttributeBuilder + get() { + classes("bi-person-badge") + return this + } + +public val AttributeBuilder.biPersonBoundingBox: AttributeBuilder + get() { + classes("bi-person-bounding-box") + return this + } + +public val AttributeBuilder.biPersonCheckFill: AttributeBuilder + get() { + classes("bi-person-check-fill") + return this + } + +public val AttributeBuilder.biPersonCheck: AttributeBuilder + get() { + classes("bi-person-check") + return this + } + +public val AttributeBuilder.biPersonCircle: AttributeBuilder + get() { + classes("bi-person-circle") + return this + } + +public val AttributeBuilder.biPersonDashFill: AttributeBuilder + get() { + classes("bi-person-dash-fill") + return this + } + +public val AttributeBuilder.biPersonDash: AttributeBuilder + get() { + classes("bi-person-dash") + return this + } + +public val AttributeBuilder.biPersonFill: AttributeBuilder + get() { + classes("bi-person-fill") + return this + } + +public val AttributeBuilder.biPersonLinesFill: AttributeBuilder + get() { + classes("bi-person-lines-fill") + return this + } + +public val AttributeBuilder.biPersonPlusFill: AttributeBuilder + get() { + classes("bi-person-plus-fill") + return this + } + +public val AttributeBuilder.biPersonPlus: AttributeBuilder + get() { + classes("bi-person-plus") + return this + } + +public val AttributeBuilder.biPersonSquare: AttributeBuilder + get() { + classes("bi-person-square") + return this + } + +public val AttributeBuilder.biPersonXFill: AttributeBuilder + get() { + classes("bi-person-x-fill") + return this + } + +public val AttributeBuilder.biPersonX: AttributeBuilder + get() { + classes("bi-person-x") + return this + } + +public val AttributeBuilder.biPerson: AttributeBuilder + get() { + classes("bi-person") + return this + } + +public val AttributeBuilder.biPhoneFill: AttributeBuilder + get() { + classes("bi-phone-fill") + return this + } + +public val AttributeBuilder.biPhoneLandscapeFill: AttributeBuilder + get() { + classes("bi-phone-landscape-fill") + return this + } + +public val AttributeBuilder.biPhoneLandscape: AttributeBuilder + get() { + classes("bi-phone-landscape") + return this + } + +public val AttributeBuilder.biPhoneVibrateFill: AttributeBuilder + get() { + classes("bi-phone-vibrate-fill") + return this + } + +public val AttributeBuilder.biPhoneVibrate: AttributeBuilder + get() { + classes("bi-phone-vibrate") + return this + } + +public val AttributeBuilder.biPhone: AttributeBuilder + get() { + classes("bi-phone") + return this + } + +public val AttributeBuilder.biPieChartFill: AttributeBuilder + get() { + classes("bi-pie-chart-fill") + return this + } + +public val AttributeBuilder.biPieChart: AttributeBuilder + get() { + classes("bi-pie-chart") + return this + } + +public val AttributeBuilder.biPinAngleFill: AttributeBuilder + get() { + classes("bi-pin-angle-fill") + return this + } + +public val AttributeBuilder.biPinAngle: AttributeBuilder + get() { + classes("bi-pin-angle") + return this + } + +public val AttributeBuilder.biPinFill: AttributeBuilder + get() { + classes("bi-pin-fill") + return this + } + +public val AttributeBuilder.biPin: AttributeBuilder + get() { + classes("bi-pin") + return this + } + +public val AttributeBuilder.biPipFill: AttributeBuilder + get() { + classes("bi-pip-fill") + return this + } + +public val AttributeBuilder.biPip: AttributeBuilder + get() { + classes("bi-pip") + return this + } + +public val AttributeBuilder.biPlayBtnFill: AttributeBuilder + get() { + classes("bi-play-btn-fill") + return this + } + +public val AttributeBuilder.biPlayBtn: AttributeBuilder + get() { + classes("bi-play-btn") + return this + } + +public val AttributeBuilder.biPlayCircleFill: AttributeBuilder + get() { + classes("bi-play-circle-fill") + return this + } + +public val AttributeBuilder.biPlayCircle: AttributeBuilder + get() { + classes("bi-play-circle") + return this + } + +public val AttributeBuilder.biPlayFill: AttributeBuilder + get() { + classes("bi-play-fill") + return this + } + +public val AttributeBuilder.biPlay: AttributeBuilder + get() { + classes("bi-play") + return this + } + +public val AttributeBuilder.biPlugFill: AttributeBuilder + get() { + classes("bi-plug-fill") + return this + } + +public val AttributeBuilder.biPlug: AttributeBuilder + get() { + classes("bi-plug") + return this + } + +public val AttributeBuilder.biPlusCircleDotted: AttributeBuilder + get() { + classes("bi-plus-circle-dotted") + return this + } + +public val AttributeBuilder.biPlusCircleFill: AttributeBuilder + get() { + classes("bi-plus-circle-fill") + return this + } + +public val AttributeBuilder.biPlusCircle: AttributeBuilder + get() { + classes("bi-plus-circle") + return this + } + +public val AttributeBuilder.biPlusSquareDotted: AttributeBuilder + get() { + classes("bi-plus-square-dotted") + return this + } + +public val AttributeBuilder.biPlusSquareFill: AttributeBuilder + get() { + classes("bi-plus-square-fill") + return this + } + +public val AttributeBuilder.biPlusSquare: AttributeBuilder + get() { + classes("bi-plus-square") + return this + } + +public val AttributeBuilder.biPlus: AttributeBuilder + get() { + classes("bi-plus") + return this + } + +public val AttributeBuilder.biPower: AttributeBuilder + get() { + classes("bi-power") + return this + } + +public val AttributeBuilder.biPrinterFill: AttributeBuilder + get() { + classes("bi-printer-fill") + return this + } + +public val AttributeBuilder.biPrinter: AttributeBuilder + get() { + classes("bi-printer") + return this + } + +public val AttributeBuilder.biPuzzleFill: AttributeBuilder + get() { + classes("bi-puzzle-fill") + return this + } + +public val AttributeBuilder.biPuzzle: AttributeBuilder + get() { + classes("bi-puzzle") + return this + } + +public val AttributeBuilder.biQuestionCircleFill: AttributeBuilder + get() { + classes("bi-question-circle-fill") + return this + } + +public val AttributeBuilder.biQuestionCircle: AttributeBuilder + get() { + classes("bi-question-circle") + return this + } + +public val AttributeBuilder.biQuestionDiamondFill: AttributeBuilder + get() { + classes("bi-question-diamond-fill") + return this + } + +public val AttributeBuilder.biQuestionDiamond: AttributeBuilder + get() { + classes("bi-question-diamond") + return this + } + +public val AttributeBuilder.biQuestionOctagonFill: AttributeBuilder + get() { + classes("bi-question-octagon-fill") + return this + } + +public val AttributeBuilder.biQuestionOctagon: AttributeBuilder + get() { + classes("bi-question-octagon") + return this + } + +public val AttributeBuilder.biQuestionSquareFill: AttributeBuilder + get() { + classes("bi-question-square-fill") + return this + } + +public val AttributeBuilder.biQuestionSquare: AttributeBuilder + get() { + classes("bi-question-square") + return this + } + +public val AttributeBuilder.biQuestion: AttributeBuilder + get() { + classes("bi-question") + return this + } + +public val AttributeBuilder.biRainbow: AttributeBuilder + get() { + classes("bi-rainbow") + return this + } + +public val AttributeBuilder.biReceiptCutoff: AttributeBuilder + get() { + classes("bi-receipt-cutoff") + return this + } + +public val AttributeBuilder.biReceipt: AttributeBuilder + get() { + classes("bi-receipt") + return this + } + +public val AttributeBuilder.biReception0: AttributeBuilder + get() { + classes("bi-reception-0") + return this + } + +public val AttributeBuilder.biReception1: AttributeBuilder + get() { + classes("bi-reception-1") + return this + } + +public val AttributeBuilder.biReception2: AttributeBuilder + get() { + classes("bi-reception-2") + return this + } + +public val AttributeBuilder.biReception3: AttributeBuilder + get() { + classes("bi-reception-3") + return this + } + +public val AttributeBuilder.biReception4: AttributeBuilder + get() { + classes("bi-reception-4") + return this + } + +public val AttributeBuilder.biRecordBtnFill: AttributeBuilder + get() { + classes("bi-record-btn-fill") + return this + } + +public val AttributeBuilder.biRecordBtn: AttributeBuilder + get() { + classes("bi-record-btn") + return this + } + +public val AttributeBuilder.biRecordCircleFill: AttributeBuilder + get() { + classes("bi-record-circle-fill") + return this + } + +public val AttributeBuilder.biRecordCircle: AttributeBuilder + get() { + classes("bi-record-circle") + return this + } + +public val AttributeBuilder.biRecordFill: AttributeBuilder + get() { + classes("bi-record-fill") + return this + } + +public val AttributeBuilder.biRecord: AttributeBuilder + get() { + classes("bi-record") + return this + } + +public val AttributeBuilder.biRecord2Fill: AttributeBuilder + get() { + classes("bi-record2-fill") + return this + } + +public val AttributeBuilder.biRecord2: AttributeBuilder + get() { + classes("bi-record2") + return this + } + +public val AttributeBuilder.biReplyAllFill: AttributeBuilder + get() { + classes("bi-reply-all-fill") + return this + } + +public val AttributeBuilder.biReplyAll: AttributeBuilder + get() { + classes("bi-reply-all") + return this + } + +public val AttributeBuilder.biReplyFill: AttributeBuilder + get() { + classes("bi-reply-fill") + return this + } + +public val AttributeBuilder.biReply: AttributeBuilder + get() { + classes("bi-reply") + return this + } + +public val AttributeBuilder.biRssFill: AttributeBuilder + get() { + classes("bi-rss-fill") + return this + } + +public val AttributeBuilder.biRss: AttributeBuilder + get() { + classes("bi-rss") + return this + } + +public val AttributeBuilder.biRulers: AttributeBuilder + get() { + classes("bi-rulers") + return this + } + +public val AttributeBuilder.biSaveFill: AttributeBuilder + get() { + classes("bi-save-fill") + return this + } + +public val AttributeBuilder.biSave: AttributeBuilder + get() { + classes("bi-save") + return this + } + +public val AttributeBuilder.biSave2Fill: AttributeBuilder + get() { + classes("bi-save2-fill") + return this + } + +public val AttributeBuilder.biSave2: AttributeBuilder + get() { + classes("bi-save2") + return this + } + +public val AttributeBuilder.biScissors: AttributeBuilder + get() { + classes("bi-scissors") + return this + } + +public val AttributeBuilder.biScrewdriver: AttributeBuilder + get() { + classes("bi-screwdriver") + return this + } + +public val AttributeBuilder.biSearch: AttributeBuilder + get() { + classes("bi-search") + return this + } + +public val AttributeBuilder.biSegmentedNav: AttributeBuilder + get() { + classes("bi-segmented-nav") + return this + } + +public val AttributeBuilder.biServer: AttributeBuilder + get() { + classes("bi-server") + return this + } + +public val AttributeBuilder.biShareFill: AttributeBuilder + get() { + classes("bi-share-fill") + return this + } + +public val AttributeBuilder.biShare: AttributeBuilder + get() { + classes("bi-share") + return this + } + +public val AttributeBuilder.biShieldCheck: AttributeBuilder + get() { + classes("bi-shield-check") + return this + } + +public val AttributeBuilder.biShieldExclamation: AttributeBuilder + get() { + classes("bi-shield-exclamation") + return this + } + +public val AttributeBuilder.biShieldFillCheck: AttributeBuilder + get() { + classes("bi-shield-fill-check") + return this + } + +public val AttributeBuilder.biShieldFillExclamation: AttributeBuilder + get() { + classes("bi-shield-fill-exclamation") + return this + } + +public val AttributeBuilder.biShieldFillMinus: AttributeBuilder + get() { + classes("bi-shield-fill-minus") + return this + } + +public val AttributeBuilder.biShieldFillPlus: AttributeBuilder + get() { + classes("bi-shield-fill-plus") + return this + } + +public val AttributeBuilder.biShieldFillX: AttributeBuilder + get() { + classes("bi-shield-fill-x") + return this + } + +public val AttributeBuilder.biShieldFill: AttributeBuilder + get() { + classes("bi-shield-fill") + return this + } + +public val AttributeBuilder.biShieldLockFill: AttributeBuilder + get() { + classes("bi-shield-lock-fill") + return this + } + +public val AttributeBuilder.biShieldLock: AttributeBuilder + get() { + classes("bi-shield-lock") + return this + } + +public val AttributeBuilder.biShieldMinus: AttributeBuilder + get() { + classes("bi-shield-minus") + return this + } + +public val AttributeBuilder.biShieldPlus: AttributeBuilder + get() { + classes("bi-shield-plus") + return this + } + +public val AttributeBuilder.biShieldShaded: AttributeBuilder + get() { + classes("bi-shield-shaded") + return this + } + +public val AttributeBuilder.biShieldSlashFill: AttributeBuilder + get() { + classes("bi-shield-slash-fill") + return this + } + +public val AttributeBuilder.biShieldSlash: AttributeBuilder + get() { + classes("bi-shield-slash") + return this + } + +public val AttributeBuilder.biShieldX: AttributeBuilder + get() { + classes("bi-shield-x") + return this + } + +public val AttributeBuilder.biShield: AttributeBuilder + get() { + classes("bi-shield") + return this + } + +public val AttributeBuilder.biShiftFill: AttributeBuilder + get() { + classes("bi-shift-fill") + return this + } + +public val AttributeBuilder.biShift: AttributeBuilder + get() { + classes("bi-shift") + return this + } + +public val AttributeBuilder.biShopWindow: AttributeBuilder + get() { + classes("bi-shop-window") + return this + } + +public val AttributeBuilder.biShop: AttributeBuilder + get() { + classes("bi-shop") + return this + } + +public val AttributeBuilder.biShuffle: AttributeBuilder + get() { + classes("bi-shuffle") + return this + } + +public val AttributeBuilder.biSignpost2Fill: AttributeBuilder + get() { + classes("bi-signpost-2-fill") + return this + } + +public val AttributeBuilder.biSignpost2: AttributeBuilder + get() { + classes("bi-signpost-2") + return this + } + +public val AttributeBuilder.biSignpostFill: AttributeBuilder + get() { + classes("bi-signpost-fill") + return this + } + +public val AttributeBuilder.biSignpostSplitFill: AttributeBuilder + get() { + classes("bi-signpost-split-fill") + return this + } + +public val AttributeBuilder.biSignpostSplit: AttributeBuilder + get() { + classes("bi-signpost-split") + return this + } + +public val AttributeBuilder.biSignpost: AttributeBuilder + get() { + classes("bi-signpost") + return this + } + +public val AttributeBuilder.biSimFill: AttributeBuilder + get() { + classes("bi-sim-fill") + return this + } + +public val AttributeBuilder.biSim: AttributeBuilder + get() { + classes("bi-sim") + return this + } + +public val AttributeBuilder.biSkipBackwardBtnFill: AttributeBuilder + get() { + classes("bi-skip-backward-btn-fill") + return this + } + +public val AttributeBuilder.biSkipBackwardBtn: AttributeBuilder + get() { + classes("bi-skip-backward-btn") + return this + } + +public val AttributeBuilder.biSkipBackwardCircleFill: AttributeBuilder + get() { + classes("bi-skip-backward-circle-fill") + return this + } + +public val AttributeBuilder.biSkipBackwardCircle: AttributeBuilder + get() { + classes("bi-skip-backward-circle") + return this + } + +public val AttributeBuilder.biSkipBackwardFill: AttributeBuilder + get() { + classes("bi-skip-backward-fill") + return this + } + +public val AttributeBuilder.biSkipBackward: AttributeBuilder + get() { + classes("bi-skip-backward") + return this + } + +public val AttributeBuilder.biSkipEndBtnFill: AttributeBuilder + get() { + classes("bi-skip-end-btn-fill") + return this + } + +public val AttributeBuilder.biSkipEndBtn: AttributeBuilder + get() { + classes("bi-skip-end-btn") + return this + } + +public val AttributeBuilder.biSkipEndCircleFill: AttributeBuilder + get() { + classes("bi-skip-end-circle-fill") + return this + } + +public val AttributeBuilder.biSkipEndCircle: AttributeBuilder + get() { + classes("bi-skip-end-circle") + return this + } + +public val AttributeBuilder.biSkipEndFill: AttributeBuilder + get() { + classes("bi-skip-end-fill") + return this + } + +public val AttributeBuilder.biSkipEnd: AttributeBuilder + get() { + classes("bi-skip-end") + return this + } + +public val AttributeBuilder.biSkipForwardBtnFill: AttributeBuilder + get() { + classes("bi-skip-forward-btn-fill") + return this + } + +public val AttributeBuilder.biSkipForwardBtn: AttributeBuilder + get() { + classes("bi-skip-forward-btn") + return this + } + +public val AttributeBuilder.biSkipForwardCircleFill: AttributeBuilder + get() { + classes("bi-skip-forward-circle-fill") + return this + } + +public val AttributeBuilder.biSkipForwardCircle: AttributeBuilder + get() { + classes("bi-skip-forward-circle") + return this + } + +public val AttributeBuilder.biSkipForwardFill: AttributeBuilder + get() { + classes("bi-skip-forward-fill") + return this + } + +public val AttributeBuilder.biSkipForward: AttributeBuilder + get() { + classes("bi-skip-forward") + return this + } + +public val AttributeBuilder.biSkipStartBtnFill: AttributeBuilder + get() { + classes("bi-skip-start-btn-fill") + return this + } + +public val AttributeBuilder.biSkipStartBtn: AttributeBuilder + get() { + classes("bi-skip-start-btn") + return this + } + +public val AttributeBuilder.biSkipStartCircleFill: AttributeBuilder + get() { + classes("bi-skip-start-circle-fill") + return this + } + +public val AttributeBuilder.biSkipStartCircle: AttributeBuilder + get() { + classes("bi-skip-start-circle") + return this + } + +public val AttributeBuilder.biSkipStartFill: AttributeBuilder + get() { + classes("bi-skip-start-fill") + return this + } + +public val AttributeBuilder.biSkipStart: AttributeBuilder + get() { + classes("bi-skip-start") + return this + } + +public val AttributeBuilder.biSlack: AttributeBuilder + get() { + classes("bi-slack") + return this + } + +public val AttributeBuilder.biSlashCircleFill: AttributeBuilder + get() { + classes("bi-slash-circle-fill") + return this + } + +public val AttributeBuilder.biSlashCircle: AttributeBuilder + get() { + classes("bi-slash-circle") + return this + } + +public val AttributeBuilder.biSlashSquareFill: AttributeBuilder + get() { + classes("bi-slash-square-fill") + return this + } + +public val AttributeBuilder.biSlashSquare: AttributeBuilder + get() { + classes("bi-slash-square") + return this + } + +public val AttributeBuilder.biSlash: AttributeBuilder + get() { + classes("bi-slash") + return this + } + +public val AttributeBuilder.biSliders: AttributeBuilder + get() { + classes("bi-sliders") + return this + } + +public val AttributeBuilder.biSmartwatch: AttributeBuilder + get() { + classes("bi-smartwatch") + return this + } + +public val AttributeBuilder.biSnow: AttributeBuilder + get() { + classes("bi-snow") + return this + } + +public val AttributeBuilder.biSnow2: AttributeBuilder + get() { + classes("bi-snow2") + return this + } + +public val AttributeBuilder.biSnow3: AttributeBuilder + get() { + classes("bi-snow3") + return this + } + +public val AttributeBuilder.biSortAlphaDownAlt: AttributeBuilder + get() { + classes("bi-sort-alpha-down-alt") + return this + } + +public val AttributeBuilder.biSortAlphaDown: AttributeBuilder + get() { + classes("bi-sort-alpha-down") + return this + } + +public val AttributeBuilder.biSortAlphaUpAlt: AttributeBuilder + get() { + classes("bi-sort-alpha-up-alt") + return this + } + +public val AttributeBuilder.biSortAlphaUp: AttributeBuilder + get() { + classes("bi-sort-alpha-up") + return this + } + +public val AttributeBuilder.biSortDownAlt: AttributeBuilder + get() { + classes("bi-sort-down-alt") + return this + } + +public val AttributeBuilder.biSortDown: AttributeBuilder + get() { + classes("bi-sort-down") + return this + } + +public val AttributeBuilder.biSortNumericDownAlt: AttributeBuilder + get() { + classes("bi-sort-numeric-down-alt") + return this + } + +public val AttributeBuilder.biSortNumericDown: AttributeBuilder + get() { + classes("bi-sort-numeric-down") + return this + } + +public val AttributeBuilder.biSortNumericUpAlt: AttributeBuilder + get() { + classes("bi-sort-numeric-up-alt") + return this + } + +public val AttributeBuilder.biSortNumericUp: AttributeBuilder + get() { + classes("bi-sort-numeric-up") + return this + } + +public val AttributeBuilder.biSortUpAlt: AttributeBuilder + get() { + classes("bi-sort-up-alt") + return this + } + +public val AttributeBuilder.biSortUp: AttributeBuilder + get() { + classes("bi-sort-up") + return this + } + +public val AttributeBuilder.biSoundwave: AttributeBuilder + get() { + classes("bi-soundwave") + return this + } + +public val AttributeBuilder.biSpeakerFill: AttributeBuilder + get() { + classes("bi-speaker-fill") + return this + } + +public val AttributeBuilder.biSpeaker: AttributeBuilder + get() { + classes("bi-speaker") + return this + } + +public val AttributeBuilder.biSpeedometer: AttributeBuilder + get() { + classes("bi-speedometer") + return this + } + +public val AttributeBuilder.biSpeedometer2: AttributeBuilder + get() { + classes("bi-speedometer2") + return this + } + +public val AttributeBuilder.biSpellcheck: AttributeBuilder + get() { + classes("bi-spellcheck") + return this + } + +public val AttributeBuilder.biSquareFill: AttributeBuilder + get() { + classes("bi-square-fill") + return this + } + +public val AttributeBuilder.biSquareHalf: AttributeBuilder + get() { + classes("bi-square-half") + return this + } + +public val AttributeBuilder.biSquare: AttributeBuilder + get() { + classes("bi-square") + return this + } + +public val AttributeBuilder.biStack: AttributeBuilder + get() { + classes("bi-stack") + return this + } + +public val AttributeBuilder.biStarFill: AttributeBuilder + get() { + classes("bi-star-fill") + return this + } + +public val AttributeBuilder.biStarHalf: AttributeBuilder + get() { + classes("bi-star-half") + return this + } + +public val AttributeBuilder.biStar: AttributeBuilder + get() { + classes("bi-star") + return this + } + +public val AttributeBuilder.biStars: AttributeBuilder + get() { + classes("bi-stars") + return this + } + +public val AttributeBuilder.biStickiesFill: AttributeBuilder + get() { + classes("bi-stickies-fill") + return this + } + +public val AttributeBuilder.biStickies: AttributeBuilder + get() { + classes("bi-stickies") + return this + } + +public val AttributeBuilder.biStickyFill: AttributeBuilder + get() { + classes("bi-sticky-fill") + return this + } + +public val AttributeBuilder.biSticky: AttributeBuilder + get() { + classes("bi-sticky") + return this + } + +public val AttributeBuilder.biStopBtnFill: AttributeBuilder + get() { + classes("bi-stop-btn-fill") + return this + } + +public val AttributeBuilder.biStopBtn: AttributeBuilder + get() { + classes("bi-stop-btn") + return this + } + +public val AttributeBuilder.biStopCircleFill: AttributeBuilder + get() { + classes("bi-stop-circle-fill") + return this + } + +public val AttributeBuilder.biStopCircle: AttributeBuilder + get() { + classes("bi-stop-circle") + return this + } + +public val AttributeBuilder.biStopFill: AttributeBuilder + get() { + classes("bi-stop-fill") + return this + } + +public val AttributeBuilder.biStop: AttributeBuilder + get() { + classes("bi-stop") + return this + } + +public val AttributeBuilder.biStoplightsFill: AttributeBuilder + get() { + classes("bi-stoplights-fill") + return this + } + +public val AttributeBuilder.biStoplights: AttributeBuilder + get() { + classes("bi-stoplights") + return this + } + +public val AttributeBuilder.biStopwatchFill: AttributeBuilder + get() { + classes("bi-stopwatch-fill") + return this + } + +public val AttributeBuilder.biStopwatch: AttributeBuilder + get() { + classes("bi-stopwatch") + return this + } + +public val AttributeBuilder.biSubtract: AttributeBuilder + get() { + classes("bi-subtract") + return this + } + +public val AttributeBuilder.biSuitClubFill: AttributeBuilder + get() { + classes("bi-suit-club-fill") + return this + } + +public val AttributeBuilder.biSuitClub: AttributeBuilder + get() { + classes("bi-suit-club") + return this + } + +public val AttributeBuilder.biSuitDiamondFill: AttributeBuilder + get() { + classes("bi-suit-diamond-fill") + return this + } + +public val AttributeBuilder.biSuitDiamond: AttributeBuilder + get() { + classes("bi-suit-diamond") + return this + } + +public val AttributeBuilder.biSuitHeartFill: AttributeBuilder + get() { + classes("bi-suit-heart-fill") + return this + } + +public val AttributeBuilder.biSuitHeart: AttributeBuilder + get() { + classes("bi-suit-heart") + return this + } + +public val AttributeBuilder.biSuitSpadeFill: AttributeBuilder + get() { + classes("bi-suit-spade-fill") + return this + } + +public val AttributeBuilder.biSuitSpade: AttributeBuilder + get() { + classes("bi-suit-spade") + return this + } + +public val AttributeBuilder.biSunFill: AttributeBuilder + get() { + classes("bi-sun-fill") + return this + } + +public val AttributeBuilder.biSun: AttributeBuilder + get() { + classes("bi-sun") + return this + } + +public val AttributeBuilder.biSunglasses: AttributeBuilder + get() { + classes("bi-sunglasses") + return this + } + +public val AttributeBuilder.biSunriseFill: AttributeBuilder + get() { + classes("bi-sunrise-fill") + return this + } + +public val AttributeBuilder.biSunrise: AttributeBuilder + get() { + classes("bi-sunrise") + return this + } + +public val AttributeBuilder.biSunsetFill: AttributeBuilder + get() { + classes("bi-sunset-fill") + return this + } + +public val AttributeBuilder.biSunset: AttributeBuilder + get() { + classes("bi-sunset") + return this + } + +public val AttributeBuilder.biSymmetryHorizontal: AttributeBuilder + get() { + classes("bi-symmetry-horizontal") + return this + } + +public val AttributeBuilder.biSymmetryVertical: AttributeBuilder + get() { + classes("bi-symmetry-vertical") + return this + } + +public val AttributeBuilder.biTable: AttributeBuilder + get() { + classes("bi-table") + return this + } + +public val AttributeBuilder.biTabletFill: AttributeBuilder + get() { + classes("bi-tablet-fill") + return this + } + +public val AttributeBuilder.biTabletLandscapeFill: AttributeBuilder + get() { + classes("bi-tablet-landscape-fill") + return this + } + +public val AttributeBuilder.biTabletLandscape: AttributeBuilder + get() { + classes("bi-tablet-landscape") + return this + } + +public val AttributeBuilder.biTablet: AttributeBuilder + get() { + classes("bi-tablet") + return this + } + +public val AttributeBuilder.biTagFill: AttributeBuilder + get() { + classes("bi-tag-fill") + return this + } + +public val AttributeBuilder.biTag: AttributeBuilder + get() { + classes("bi-tag") + return this + } + +public val AttributeBuilder.biTagsFill: AttributeBuilder + get() { + classes("bi-tags-fill") + return this + } + +public val AttributeBuilder.biTags: AttributeBuilder + get() { + classes("bi-tags") + return this + } + +public val AttributeBuilder.biTelegram: AttributeBuilder + get() { + classes("bi-telegram") + return this + } + +public val AttributeBuilder.biTelephoneFill: AttributeBuilder + get() { + classes("bi-telephone-fill") + return this + } + +public val AttributeBuilder.biTelephoneForwardFill: AttributeBuilder + get() { + classes("bi-telephone-forward-fill") + return this + } + +public val AttributeBuilder.biTelephoneForward: AttributeBuilder + get() { + classes("bi-telephone-forward") + return this + } + +public val AttributeBuilder.biTelephoneInboundFill: AttributeBuilder + get() { + classes("bi-telephone-inbound-fill") + return this + } + +public val AttributeBuilder.biTelephoneInbound: AttributeBuilder + get() { + classes("bi-telephone-inbound") + return this + } + +public val AttributeBuilder.biTelephoneMinusFill: AttributeBuilder + get() { + classes("bi-telephone-minus-fill") + return this + } + +public val AttributeBuilder.biTelephoneMinus: AttributeBuilder + get() { + classes("bi-telephone-minus") + return this + } + +public val AttributeBuilder.biTelephoneOutboundFill: AttributeBuilder + get() { + classes("bi-telephone-outbound-fill") + return this + } + +public val AttributeBuilder.biTelephoneOutbound: AttributeBuilder + get() { + classes("bi-telephone-outbound") + return this + } + +public val AttributeBuilder.biTelephonePlusFill: AttributeBuilder + get() { + classes("bi-telephone-plus-fill") + return this + } + +public val AttributeBuilder.biTelephonePlus: AttributeBuilder + get() { + classes("bi-telephone-plus") + return this + } + +public val AttributeBuilder.biTelephoneXFill: AttributeBuilder + get() { + classes("bi-telephone-x-fill") + return this + } + +public val AttributeBuilder.biTelephoneX: AttributeBuilder + get() { + classes("bi-telephone-x") + return this + } + +public val AttributeBuilder.biTelephone: AttributeBuilder + get() { + classes("bi-telephone") + return this + } + +public val AttributeBuilder.biTerminalFill: AttributeBuilder + get() { + classes("bi-terminal-fill") + return this + } + +public val AttributeBuilder.biTerminal: AttributeBuilder + get() { + classes("bi-terminal") + return this + } + +public val AttributeBuilder.biTextCenter: AttributeBuilder + get() { + classes("bi-text-center") + return this + } + +public val AttributeBuilder.biTextIndentLeft: AttributeBuilder + get() { + classes("bi-text-indent-left") + return this + } + +public val AttributeBuilder.biTextIndentRight: AttributeBuilder + get() { + classes("bi-text-indent-right") + return this + } + +public val AttributeBuilder.biTextLeft: AttributeBuilder + get() { + classes("bi-text-left") + return this + } + +public val AttributeBuilder.biTextParagraph: AttributeBuilder + get() { + classes("bi-text-paragraph") + return this + } + +public val AttributeBuilder.biTextRight: AttributeBuilder + get() { + classes("bi-text-right") + return this + } + +public val AttributeBuilder.biTextareaResize: AttributeBuilder + get() { + classes("bi-textarea-resize") + return this + } + +public val AttributeBuilder.biTextareaT: AttributeBuilder + get() { + classes("bi-textarea-t") + return this + } + +public val AttributeBuilder.biTextarea: AttributeBuilder + get() { + classes("bi-textarea") + return this + } + +public val AttributeBuilder.biThermometerHalf: AttributeBuilder + get() { + classes("bi-thermometer-half") + return this + } + +public val AttributeBuilder.biThermometerHigh: AttributeBuilder + get() { + classes("bi-thermometer-high") + return this + } + +public val AttributeBuilder.biThermometerLow: AttributeBuilder + get() { + classes("bi-thermometer-low") + return this + } + +public val AttributeBuilder.biThermometerSnow: AttributeBuilder + get() { + classes("bi-thermometer-snow") + return this + } + +public val AttributeBuilder.biThermometerSun: AttributeBuilder + get() { + classes("bi-thermometer-sun") + return this + } + +public val AttributeBuilder.biThermometer: AttributeBuilder + get() { + classes("bi-thermometer") + return this + } + +public val AttributeBuilder.biThreeDotsVertical: AttributeBuilder + get() { + classes("bi-three-dots-vertical") + return this + } + +public val AttributeBuilder.biThreeDots: AttributeBuilder + get() { + classes("bi-three-dots") + return this + } + +public val AttributeBuilder.biToggleOff: AttributeBuilder + get() { + classes("bi-toggle-off") + return this + } + +public val AttributeBuilder.biToggleOn: AttributeBuilder + get() { + classes("bi-toggle-on") + return this + } + +public val AttributeBuilder.biToggle2Off: AttributeBuilder + get() { + classes("bi-toggle2-off") + return this + } + +public val AttributeBuilder.biToggle2On: AttributeBuilder + get() { + classes("bi-toggle2-on") + return this + } + +public val AttributeBuilder.biToggles: AttributeBuilder + get() { + classes("bi-toggles") + return this + } + +public val AttributeBuilder.biToggles2: AttributeBuilder + get() { + classes("bi-toggles2") + return this + } + +public val AttributeBuilder.biTools: AttributeBuilder + get() { + classes("bi-tools") + return this + } + +public val AttributeBuilder.biTornado: AttributeBuilder + get() { + classes("bi-tornado") + return this + } + +public val AttributeBuilder.biTrashFill: AttributeBuilder + get() { + classes("bi-trash-fill") + return this + } + +public val AttributeBuilder.biTrash: AttributeBuilder + get() { + classes("bi-trash") + return this + } + +public val AttributeBuilder.biTrash2Fill: AttributeBuilder + get() { + classes("bi-trash2-fill") + return this + } + +public val AttributeBuilder.biTrash2: AttributeBuilder + get() { + classes("bi-trash2") + return this + } + +public val AttributeBuilder.biTreeFill: AttributeBuilder + get() { + classes("bi-tree-fill") + return this + } + +public val AttributeBuilder.biTree: AttributeBuilder + get() { + classes("bi-tree") + return this + } + +public val AttributeBuilder.biTriangleFill: AttributeBuilder + get() { + classes("bi-triangle-fill") + return this + } + +public val AttributeBuilder.biTriangleHalf: AttributeBuilder + get() { + classes("bi-triangle-half") + return this + } + +public val AttributeBuilder.biTriangle: AttributeBuilder + get() { + classes("bi-triangle") + return this + } + +public val AttributeBuilder.biTrophyFill: AttributeBuilder + get() { + classes("bi-trophy-fill") + return this + } + +public val AttributeBuilder.biTrophy: AttributeBuilder + get() { + classes("bi-trophy") + return this + } + +public val AttributeBuilder.biTropicalStorm: AttributeBuilder + get() { + classes("bi-tropical-storm") + return this + } + +public val AttributeBuilder.biTruckFlatbed: AttributeBuilder + get() { + classes("bi-truck-flatbed") + return this + } + +public val AttributeBuilder.biTruck: AttributeBuilder + get() { + classes("bi-truck") + return this + } + +public val AttributeBuilder.biTsunami: AttributeBuilder + get() { + classes("bi-tsunami") + return this + } + +public val AttributeBuilder.biTvFill: AttributeBuilder + get() { + classes("bi-tv-fill") + return this + } + +public val AttributeBuilder.biTv: AttributeBuilder + get() { + classes("bi-tv") + return this + } + +public val AttributeBuilder.biTwitch: AttributeBuilder + get() { + classes("bi-twitch") + return this + } + +public val AttributeBuilder.biTwitter: AttributeBuilder + get() { + classes("bi-twitter") + return this + } + +public val AttributeBuilder.biTypeBold: AttributeBuilder + get() { + classes("bi-type-bold") + return this + } + +public val AttributeBuilder.biTypeH1: AttributeBuilder + get() { + classes("bi-type-h1") + return this + } + +public val AttributeBuilder.biTypeH2: AttributeBuilder + get() { + classes("bi-type-h2") + return this + } + +public val AttributeBuilder.biTypeH3: AttributeBuilder + get() { + classes("bi-type-h3") + return this + } + +public val AttributeBuilder.biTypeItalic: AttributeBuilder + get() { + classes("bi-type-italic") + return this + } + +public val AttributeBuilder.biTypeStrikethrough: AttributeBuilder + get() { + classes("bi-type-strikethrough") + return this + } + +public val AttributeBuilder.biTypeUnderline: AttributeBuilder + get() { + classes("bi-type-underline") + return this + } + +public val AttributeBuilder.biType: AttributeBuilder + get() { + classes("bi-type") + return this + } + +public val AttributeBuilder.biUiChecksGrid: AttributeBuilder + get() { + classes("bi-ui-checks-grid") + return this + } + +public val AttributeBuilder.biUiChecks: AttributeBuilder + get() { + classes("bi-ui-checks") + return this + } + +public val AttributeBuilder.biUiRadiosGrid: AttributeBuilder + get() { + classes("bi-ui-radios-grid") + return this + } + +public val AttributeBuilder.biUiRadios: AttributeBuilder + get() { + classes("bi-ui-radios") + return this + } + +public val AttributeBuilder.biUmbrellaFill: AttributeBuilder + get() { + classes("bi-umbrella-fill") + return this + } + +public val AttributeBuilder.biUmbrella: AttributeBuilder + get() { + classes("bi-umbrella") + return this + } + +public val AttributeBuilder.biUnion: AttributeBuilder + get() { + classes("bi-union") + return this + } + +public val AttributeBuilder.biUnlockFill: AttributeBuilder + get() { + classes("bi-unlock-fill") + return this + } + +public val AttributeBuilder.biUnlock: AttributeBuilder + get() { + classes("bi-unlock") + return this + } + +public val AttributeBuilder.biUpcScan: AttributeBuilder + get() { + classes("bi-upc-scan") + return this + } + +public val AttributeBuilder.biUpc: AttributeBuilder + get() { + classes("bi-upc") + return this + } + +public val AttributeBuilder.biUpload: AttributeBuilder + get() { + classes("bi-upload") + return this + } + +public val AttributeBuilder.biVectorPen: AttributeBuilder + get() { + classes("bi-vector-pen") + return this + } + +public val AttributeBuilder.biViewList: AttributeBuilder + get() { + classes("bi-view-list") + return this + } + +public val AttributeBuilder.biViewStacked: AttributeBuilder + get() { + classes("bi-view-stacked") + return this + } + +public val AttributeBuilder.biVinylFill: AttributeBuilder + get() { + classes("bi-vinyl-fill") + return this + } + +public val AttributeBuilder.biVinyl: AttributeBuilder + get() { + classes("bi-vinyl") + return this + } + +public val AttributeBuilder.biVoicemail: AttributeBuilder + get() { + classes("bi-voicemail") + return this + } + +public val AttributeBuilder.biVolumeDownFill: AttributeBuilder + get() { + classes("bi-volume-down-fill") + return this + } + +public val AttributeBuilder.biVolumeDown: AttributeBuilder + get() { + classes("bi-volume-down") + return this + } + +public val AttributeBuilder.biVolumeMuteFill: AttributeBuilder + get() { + classes("bi-volume-mute-fill") + return this + } + +public val AttributeBuilder.biVolumeMute: AttributeBuilder + get() { + classes("bi-volume-mute") + return this + } + +public val AttributeBuilder.biVolumeOffFill: AttributeBuilder + get() { + classes("bi-volume-off-fill") + return this + } + +public val AttributeBuilder.biVolumeOff: AttributeBuilder + get() { + classes("bi-volume-off") + return this + } + +public val AttributeBuilder.biVolumeUpFill: AttributeBuilder + get() { + classes("bi-volume-up-fill") + return this + } + +public val AttributeBuilder.biVolumeUp: AttributeBuilder + get() { + classes("bi-volume-up") + return this + } + +public val AttributeBuilder.biVr: AttributeBuilder + get() { + classes("bi-vr") + return this + } + +public val AttributeBuilder.biWalletFill: AttributeBuilder + get() { + classes("bi-wallet-fill") + return this + } + +public val AttributeBuilder.biWallet: AttributeBuilder + get() { + classes("bi-wallet") + return this + } + +public val AttributeBuilder.biWallet2: AttributeBuilder + get() { + classes("bi-wallet2") + return this + } + +public val AttributeBuilder.biWatch: AttributeBuilder + get() { + classes("bi-watch") + return this + } + +public val AttributeBuilder.biWater: AttributeBuilder + get() { + classes("bi-water") + return this + } + +public val AttributeBuilder.biWhatsapp: AttributeBuilder + get() { + classes("bi-whatsapp") + return this + } + +public val AttributeBuilder.biWifi1: AttributeBuilder + get() { + classes("bi-wifi-1") + return this + } + +public val AttributeBuilder.biWifi2: AttributeBuilder + get() { + classes("bi-wifi-2") + return this + } + +public val AttributeBuilder.biWifiOff: AttributeBuilder + get() { + classes("bi-wifi-off") + return this + } + +public val AttributeBuilder.biWifi: AttributeBuilder + get() { + classes("bi-wifi") + return this + } + +public val AttributeBuilder.biWind: AttributeBuilder + get() { + classes("bi-wind") + return this + } + +public val AttributeBuilder.biWindowDock: AttributeBuilder + get() { + classes("bi-window-dock") + return this + } + +public val AttributeBuilder.biWindowSidebar: AttributeBuilder + get() { + classes("bi-window-sidebar") + return this + } + +public val AttributeBuilder.biWindow: AttributeBuilder + get() { + classes("bi-window") + return this + } + +public val AttributeBuilder.biWrench: AttributeBuilder + get() { + classes("bi-wrench") + return this + } + +public val AttributeBuilder.biXCircleFill: AttributeBuilder + get() { + classes("bi-x-circle-fill") + return this + } + +public val AttributeBuilder.biXCircle: AttributeBuilder + get() { + classes("bi-x-circle") + return this + } + +public val AttributeBuilder.biXDiamondFill: AttributeBuilder + get() { + classes("bi-x-diamond-fill") + return this + } + +public val AttributeBuilder.biXDiamond: AttributeBuilder + get() { + classes("bi-x-diamond") + return this + } + +public val AttributeBuilder.biXOctagonFill: AttributeBuilder + get() { + classes("bi-x-octagon-fill") + return this + } + +public val AttributeBuilder.biXOctagon: AttributeBuilder + get() { + classes("bi-x-octagon") + return this + } + +public val AttributeBuilder.biXSquareFill: AttributeBuilder + get() { + classes("bi-x-square-fill") + return this + } + +public val AttributeBuilder.biXSquare: AttributeBuilder + get() { + classes("bi-x-square") + return this + } + +public val AttributeBuilder.biX: AttributeBuilder + get() { + classes("bi-x") + return this + } + +public val AttributeBuilder.biYoutube: AttributeBuilder + get() { + classes("bi-youtube") + return this + } + +public val AttributeBuilder.biZoomIn: AttributeBuilder + get() { + classes("bi-zoom-in") + return this + } + +public val AttributeBuilder.biZoomOut: AttributeBuilder + get() { + classes("bi-zoom-out") + return this + } + +public val AttributeBuilder.biBank: AttributeBuilder + get() { + classes("bi-bank") + return this + } + +public val AttributeBuilder.biBank2: AttributeBuilder + get() { + classes("bi-bank2") + return this + } + +public val AttributeBuilder.biBellSlashFill: AttributeBuilder + get() { + classes("bi-bell-slash-fill") + return this + } + +public val AttributeBuilder.biBellSlash: AttributeBuilder + get() { + classes("bi-bell-slash") + return this + } + +public val AttributeBuilder.biCashCoin: AttributeBuilder + get() { + classes("bi-cash-coin") + return this + } + +public val AttributeBuilder.biCheckLg: AttributeBuilder + get() { + classes("bi-check-lg") + return this + } + +public val AttributeBuilder.biCoin: AttributeBuilder + get() { + classes("bi-coin") + return this + } + +public val AttributeBuilder.biCurrencyBitcoin: AttributeBuilder + get() { + classes("bi-currency-bitcoin") + return this + } + +public val AttributeBuilder.biCurrencyDollar: AttributeBuilder + get() { + classes("bi-currency-dollar") + return this + } + +public val AttributeBuilder.biCurrencyEuro: AttributeBuilder + get() { + classes("bi-currency-euro") + return this + } + +public val AttributeBuilder.biCurrencyExchange: AttributeBuilder + get() { + classes("bi-currency-exchange") + return this + } + +public val AttributeBuilder.biCurrencyPound: AttributeBuilder + get() { + classes("bi-currency-pound") + return this + } + +public val AttributeBuilder.biCurrencyYen: AttributeBuilder + get() { + classes("bi-currency-yen") + return this + } + +public val AttributeBuilder.biDashLg: AttributeBuilder + get() { + classes("bi-dash-lg") + return this + } + +public val AttributeBuilder.biExclamationLg: AttributeBuilder + get() { + classes("bi-exclamation-lg") + return this + } + +public val AttributeBuilder.biFileEarmarkPdfFill: AttributeBuilder + get() { + classes("bi-file-earmark-pdf-fill") + return this + } + +public val AttributeBuilder.biFileEarmarkPdf: AttributeBuilder + get() { + classes("bi-file-earmark-pdf") + return this + } + +public val AttributeBuilder.biFilePdfFill: AttributeBuilder + get() { + classes("bi-file-pdf-fill") + return this + } + +public val AttributeBuilder.biFilePdf: AttributeBuilder + get() { + classes("bi-file-pdf") + return this + } + +public val AttributeBuilder.biGenderAmbiguous: AttributeBuilder + get() { + classes("bi-gender-ambiguous") + return this + } + +public val AttributeBuilder.biGenderFemale: AttributeBuilder + get() { + classes("bi-gender-female") + return this + } + +public val AttributeBuilder.biGenderMale: AttributeBuilder + get() { + classes("bi-gender-male") + return this + } + +public val AttributeBuilder.biGenderTrans: AttributeBuilder + get() { + classes("bi-gender-trans") + return this + } + +public val AttributeBuilder.biHeadsetVr: AttributeBuilder + get() { + classes("bi-headset-vr") + return this + } + +public val AttributeBuilder.biInfoLg: AttributeBuilder + get() { + classes("bi-info-lg") + return this + } + +public val AttributeBuilder.biMastodon: AttributeBuilder + get() { + classes("bi-mastodon") + return this + } + +public val AttributeBuilder.biMessenger: AttributeBuilder + get() { + classes("bi-messenger") + return this + } + +public val AttributeBuilder.biPiggyBankFill: AttributeBuilder + get() { + classes("bi-piggy-bank-fill") + return this + } + +public val AttributeBuilder.biPiggyBank: AttributeBuilder + get() { + classes("bi-piggy-bank") + return this + } + +public val AttributeBuilder.biPinMapFill: AttributeBuilder + get() { + classes("bi-pin-map-fill") + return this + } + +public val AttributeBuilder.biPinMap: AttributeBuilder + get() { + classes("bi-pin-map") + return this + } + +public val AttributeBuilder.biPlusLg: AttributeBuilder + get() { + classes("bi-plus-lg") + return this + } + +public val AttributeBuilder.biQuestionLg: AttributeBuilder + get() { + classes("bi-question-lg") + return this + } + +public val AttributeBuilder.biRecycle: AttributeBuilder + get() { + classes("bi-recycle") + return this + } + +public val AttributeBuilder.biReddit: AttributeBuilder + get() { + classes("bi-reddit") + return this + } + +public val AttributeBuilder.biSafeFill: AttributeBuilder + get() { + classes("bi-safe-fill") + return this + } + +public val AttributeBuilder.biSafe2Fill: AttributeBuilder + get() { + classes("bi-safe2-fill") + return this + } + +public val AttributeBuilder.biSafe2: AttributeBuilder + get() { + classes("bi-safe2") + return this + } + +public val AttributeBuilder.biSdCardFill: AttributeBuilder + get() { + classes("bi-sd-card-fill") + return this + } + +public val AttributeBuilder.biSdCard: AttributeBuilder + get() { + classes("bi-sd-card") + return this + } + +public val AttributeBuilder.biSkype: AttributeBuilder + get() { + classes("bi-skype") + return this + } + +public val AttributeBuilder.biSlashLg: AttributeBuilder + get() { + classes("bi-slash-lg") + return this + } + +public val AttributeBuilder.biTranslate: AttributeBuilder + get() { + classes("bi-translate") + return this + } + +public val AttributeBuilder.biXLg: AttributeBuilder + get() { + classes("bi-x-lg") + return this + } + +public val AttributeBuilder.biSafe: AttributeBuilder + get() { + classes("bi-safe") + return this + } + +public val AttributeBuilder.biApple: AttributeBuilder + get() { + classes("bi-apple") + return this + } + +public val AttributeBuilder.biMicrosoft: AttributeBuilder + get() { + classes("bi-microsoft") + return this + } + +public val AttributeBuilder.biWindows: AttributeBuilder + get() { + classes("bi-windows") + return this + } + +public val AttributeBuilder.biBehance: AttributeBuilder + get() { + classes("bi-behance") + return this + } + +public val AttributeBuilder.biDribbble: AttributeBuilder + get() { + classes("bi-dribbble") + return this + } + +public val AttributeBuilder.biLine: AttributeBuilder + get() { + classes("bi-line") + return this + } + +public val AttributeBuilder.biMedium: AttributeBuilder + get() { + classes("bi-medium") + return this + } + +public val AttributeBuilder.biPaypal: AttributeBuilder + get() { + classes("bi-paypal") + return this + } + +public val AttributeBuilder.biPinterest: AttributeBuilder + get() { + classes("bi-pinterest") + return this + } + +public val AttributeBuilder.biSignal: AttributeBuilder + get() { + classes("bi-signal") + return this + } + +public val AttributeBuilder.biSnapchat: AttributeBuilder + get() { + classes("bi-snapchat") + return this + } + +public val AttributeBuilder.biSpotify: AttributeBuilder + get() { + classes("bi-spotify") + return this + } + +public val AttributeBuilder.biStackOverflow: AttributeBuilder + get() { + classes("bi-stack-overflow") + return this + } + +public val AttributeBuilder.biStrava: AttributeBuilder + get() { + classes("bi-strava") + return this + } + +public val AttributeBuilder.biWordpress: AttributeBuilder + get() { + classes("bi-wordpress") + return this + } + +public val AttributeBuilder.biVimeo: AttributeBuilder + get() { + classes("bi-vimeo") + return this + } + +public val AttributeBuilder.biActivity: AttributeBuilder + get() { + classes("bi-activity") + return this + } + +public val AttributeBuilder.biEasel2Fill: AttributeBuilder + get() { + classes("bi-easel2-fill") + return this + } + +public val AttributeBuilder.biEasel2: AttributeBuilder + get() { + classes("bi-easel2") + return this + } + +public val AttributeBuilder.biEasel3Fill: AttributeBuilder + get() { + classes("bi-easel3-fill") + return this + } + +public val AttributeBuilder.biEasel3: AttributeBuilder + get() { + classes("bi-easel3") + return this + } + +public val AttributeBuilder.biFan: AttributeBuilder + get() { + classes("bi-fan") + return this + } + +public val AttributeBuilder.biFingerprint: AttributeBuilder + get() { + classes("bi-fingerprint") + return this + } + +public val AttributeBuilder.biGraphDownArrow: AttributeBuilder + get() { + classes("bi-graph-down-arrow") + return this + } + +public val AttributeBuilder.biGraphUpArrow: AttributeBuilder + get() { + classes("bi-graph-up-arrow") + return this + } + +public val AttributeBuilder.biHypnotize: AttributeBuilder + get() { + classes("bi-hypnotize") + return this + } + +public val AttributeBuilder.biMagic: AttributeBuilder + get() { + classes("bi-magic") + return this + } + +public val AttributeBuilder.biPersonRolodex: AttributeBuilder + get() { + classes("bi-person-rolodex") + return this + } + +public val AttributeBuilder.biPersonVideo: AttributeBuilder + get() { + classes("bi-person-video") + return this + } + +public val AttributeBuilder.biPersonVideo2: AttributeBuilder + get() { + classes("bi-person-video2") + return this + } + +public val AttributeBuilder.biPersonVideo3: AttributeBuilder + get() { + classes("bi-person-video3") + return this + } + +public val AttributeBuilder.biPersonWorkspace: AttributeBuilder + get() { + classes("bi-person-workspace") + return this + } + +public val AttributeBuilder.biRadioactive: AttributeBuilder + get() { + classes("bi-radioactive") + return this + } + +public val AttributeBuilder.biWebcamFill: AttributeBuilder + get() { + classes("bi-webcam-fill") + return this + } + +public val AttributeBuilder.biWebcam: AttributeBuilder + get() { + classes("bi-webcam") + return this + } + +public val AttributeBuilder.biYinYang: AttributeBuilder + get() { + classes("bi-yin-yang") + return this + } + +public val AttributeBuilder.biBandaidFill: AttributeBuilder + get() { + classes("bi-bandaid-fill") + return this + } + +public val AttributeBuilder.biBandaid: AttributeBuilder + get() { + classes("bi-bandaid") + return this + } + +public val AttributeBuilder.biBluetooth: AttributeBuilder + get() { + classes("bi-bluetooth") + return this + } + +public val AttributeBuilder.biBodyText: AttributeBuilder + get() { + classes("bi-body-text") + return this + } + +public val AttributeBuilder.biBoombox: AttributeBuilder + get() { + classes("bi-boombox") + return this + } + +public val AttributeBuilder.biBoxes: AttributeBuilder + get() { + classes("bi-boxes") + return this + } + +public val AttributeBuilder.biDpadFill: AttributeBuilder + get() { + classes("bi-dpad-fill") + return this + } + +public val AttributeBuilder.biDpad: AttributeBuilder + get() { + classes("bi-dpad") + return this + } + +public val AttributeBuilder.biEarFill: AttributeBuilder + get() { + classes("bi-ear-fill") + return this + } + +public val AttributeBuilder.biEar: AttributeBuilder + get() { + classes("bi-ear") + return this + } + +public val AttributeBuilder.biEnvelopeCheckFill: AttributeBuilder + get() { + classes("bi-envelope-check-fill") + return this + } + +public val AttributeBuilder.biEnvelopeCheck: AttributeBuilder + get() { + classes("bi-envelope-check") + return this + } + +public val AttributeBuilder.biEnvelopeDashFill: AttributeBuilder + get() { + classes("bi-envelope-dash-fill") + return this + } + +public val AttributeBuilder.biEnvelopeDash: AttributeBuilder + get() { + classes("bi-envelope-dash") + return this + } + +public val AttributeBuilder.biEnvelopeExclamationFill: AttributeBuilder + get() { + classes("bi-envelope-exclamation-fill") + return this + } + +public val AttributeBuilder.biEnvelopeExclamation: AttributeBuilder + get() { + classes("bi-envelope-exclamation") + return this + } + +public val AttributeBuilder.biEnvelopePlusFill: AttributeBuilder + get() { + classes("bi-envelope-plus-fill") + return this + } + +public val AttributeBuilder.biEnvelopePlus: AttributeBuilder + get() { + classes("bi-envelope-plus") + return this + } + +public val AttributeBuilder.biEnvelopeSlashFill: AttributeBuilder + get() { + classes("bi-envelope-slash-fill") + return this + } + +public val AttributeBuilder.biEnvelopeSlash: AttributeBuilder + get() { + classes("bi-envelope-slash") + return this + } + +public val AttributeBuilder.biEnvelopeXFill: AttributeBuilder + get() { + classes("bi-envelope-x-fill") + return this + } + +public val AttributeBuilder.biEnvelopeX: AttributeBuilder + get() { + classes("bi-envelope-x") + return this + } + +public val AttributeBuilder.biExplicitFill: AttributeBuilder + get() { + classes("bi-explicit-fill") + return this + } + +public val AttributeBuilder.biExplicit: AttributeBuilder + get() { + classes("bi-explicit") + return this + } + +public val AttributeBuilder.biGit: AttributeBuilder + get() { + classes("bi-git") + return this + } + +public val AttributeBuilder.biInfinity: AttributeBuilder + get() { + classes("bi-infinity") + return this + } + +public val AttributeBuilder.biListColumnsReverse: AttributeBuilder + get() { + classes("bi-list-columns-reverse") + return this + } + +public val AttributeBuilder.biListColumns: AttributeBuilder + get() { + classes("bi-list-columns") + return this + } + +public val AttributeBuilder.biMeta: AttributeBuilder + get() { + classes("bi-meta") + return this + } + +public val AttributeBuilder.biNintendoSwitch: AttributeBuilder + get() { + classes("bi-nintendo-switch") + return this + } + +public val AttributeBuilder.biPcDisplayHorizontal: AttributeBuilder + get() { + classes("bi-pc-display-horizontal") + return this + } + +public val AttributeBuilder.biPcDisplay: AttributeBuilder + get() { + classes("bi-pc-display") + return this + } + +public val AttributeBuilder.biPcHorizontal: AttributeBuilder + get() { + classes("bi-pc-horizontal") + return this + } + +public val AttributeBuilder.biPc: AttributeBuilder + get() { + classes("bi-pc") + return this + } + +public val AttributeBuilder.biPlaystation: AttributeBuilder + get() { + classes("bi-playstation") + return this + } + +public val AttributeBuilder.biPlusSlashMinus: AttributeBuilder + get() { + classes("bi-plus-slash-minus") + return this + } + +public val AttributeBuilder.biProjectorFill: AttributeBuilder + get() { + classes("bi-projector-fill") + return this + } + +public val AttributeBuilder.biProjector: AttributeBuilder + get() { + classes("bi-projector") + return this + } + +public val AttributeBuilder.biQrCodeScan: AttributeBuilder + get() { + classes("bi-qr-code-scan") + return this + } + +public val AttributeBuilder.biQrCode: AttributeBuilder + get() { + classes("bi-qr-code") + return this + } + +public val AttributeBuilder.biQuora: AttributeBuilder + get() { + classes("bi-quora") + return this + } + +public val AttributeBuilder.biQuote: AttributeBuilder + get() { + classes("bi-quote") + return this + } + +public val AttributeBuilder.biRobot: AttributeBuilder + get() { + classes("bi-robot") + return this + } + +public val AttributeBuilder.biSendCheckFill: AttributeBuilder + get() { + classes("bi-send-check-fill") + return this + } + +public val AttributeBuilder.biSendCheck: AttributeBuilder + get() { + classes("bi-send-check") + return this + } + +public val AttributeBuilder.biSendDashFill: AttributeBuilder + get() { + classes("bi-send-dash-fill") + return this + } + +public val AttributeBuilder.biSendDash: AttributeBuilder + get() { + classes("bi-send-dash") + return this + } + +public val AttributeBuilder.biSendExclamationFill: AttributeBuilder + get() { + classes("bi-send-exclamation-fill") + return this + } + +public val AttributeBuilder.biSendExclamation: AttributeBuilder + get() { + classes("bi-send-exclamation") + return this + } + +public val AttributeBuilder.biSendFill: AttributeBuilder + get() { + classes("bi-send-fill") + return this + } + +public val AttributeBuilder.biSendPlusFill: AttributeBuilder + get() { + classes("bi-send-plus-fill") + return this + } + +public val AttributeBuilder.biSendPlus: AttributeBuilder + get() { + classes("bi-send-plus") + return this + } + +public val AttributeBuilder.biSendSlashFill: AttributeBuilder + get() { + classes("bi-send-slash-fill") + return this + } + +public val AttributeBuilder.biSendSlash: AttributeBuilder + get() { + classes("bi-send-slash") + return this + } + +public val AttributeBuilder.biSendXFill: AttributeBuilder + get() { + classes("bi-send-x-fill") + return this + } + +public val AttributeBuilder.biSendX: AttributeBuilder + get() { + classes("bi-send-x") + return this + } + +public val AttributeBuilder.biSend: AttributeBuilder + get() { + classes("bi-send") + return this + } + +public val AttributeBuilder.biSteam: AttributeBuilder + get() { + classes("bi-steam") + return this + } + +public val AttributeBuilder.biTerminalDash: AttributeBuilder + get() { + classes("bi-terminal-dash") + return this + } + +public val AttributeBuilder.biTerminalPlus: AttributeBuilder + get() { + classes("bi-terminal-plus") + return this + } + +public val AttributeBuilder.biTerminalSplit: AttributeBuilder + get() { + classes("bi-terminal-split") + return this + } + +public val AttributeBuilder.biTicketDetailedFill: AttributeBuilder + get() { + classes("bi-ticket-detailed-fill") + return this + } + +public val AttributeBuilder.biTicketDetailed: AttributeBuilder + get() { + classes("bi-ticket-detailed") + return this + } + +public val AttributeBuilder.biTicketFill: AttributeBuilder + get() { + classes("bi-ticket-fill") + return this + } + +public val AttributeBuilder.biTicketPerforatedFill: AttributeBuilder + get() { + classes("bi-ticket-perforated-fill") + return this + } + +public val AttributeBuilder.biTicketPerforated: AttributeBuilder + get() { + classes("bi-ticket-perforated") + return this + } + +public val AttributeBuilder.biTicket: AttributeBuilder + get() { + classes("bi-ticket") + return this + } + +public val AttributeBuilder.biTiktok: AttributeBuilder + get() { + classes("bi-tiktok") + return this + } + +public val AttributeBuilder.biWindowDash: AttributeBuilder + get() { + classes("bi-window-dash") + return this + } + +public val AttributeBuilder.biWindowDesktop: AttributeBuilder + get() { + classes("bi-window-desktop") + return this + } + +public val AttributeBuilder.biWindowFullscreen: AttributeBuilder + get() { + classes("bi-window-fullscreen") + return this + } + +public val AttributeBuilder.biWindowPlus: AttributeBuilder + get() { + classes("bi-window-plus") + return this + } + +public val AttributeBuilder.biWindowSplit: AttributeBuilder + get() { + classes("bi-window-split") + return this + } + +public val AttributeBuilder.biWindowStack: AttributeBuilder + get() { + classes("bi-window-stack") + return this + } + +public val AttributeBuilder.biWindowX: AttributeBuilder + get() { + classes("bi-window-x") + return this + } + +public val AttributeBuilder.biXbox: AttributeBuilder + get() { + classes("bi-xbox") + return this + } + +public val AttributeBuilder.biEthernet: AttributeBuilder + get() { + classes("bi-ethernet") + return this + } + +public val AttributeBuilder.biHdmiFill: AttributeBuilder + get() { + classes("bi-hdmi-fill") + return this + } + +public val AttributeBuilder.biHdmi: AttributeBuilder + get() { + classes("bi-hdmi") + return this + } + +public val AttributeBuilder.biUsbCFill: AttributeBuilder + get() { + classes("bi-usb-c-fill") + return this + } + +public val AttributeBuilder.biUsbC: AttributeBuilder + get() { + classes("bi-usb-c") + return this + } + +public val AttributeBuilder.biUsbFill: AttributeBuilder + get() { + classes("bi-usb-fill") + return this + } + +public val AttributeBuilder.biUsbPlugFill: AttributeBuilder + get() { + classes("bi-usb-plug-fill") + return this + } + +public val AttributeBuilder.biUsbPlug: AttributeBuilder + get() { + classes("bi-usb-plug") + return this + } + +public val AttributeBuilder.biUsbSymbol: AttributeBuilder + get() { + classes("bi-usb-symbol") + return this + } + +public val AttributeBuilder.biUsb: AttributeBuilder + get() { + classes("bi-usb") + return this + } + +public val AttributeBuilder.biBoomboxFill: AttributeBuilder + get() { + classes("bi-boombox-fill") + return this + } + +public val AttributeBuilder.biDisplayport: AttributeBuilder + get() { + classes("bi-displayport") + return this + } + +public val AttributeBuilder.biGpuCard: AttributeBuilder + get() { + classes("bi-gpu-card") + return this + } + +public val AttributeBuilder.biMemory: AttributeBuilder + get() { + classes("bi-memory") + return this + } + +public val AttributeBuilder.biModemFill: AttributeBuilder + get() { + classes("bi-modem-fill") + return this + } + +public val AttributeBuilder.biModem: AttributeBuilder + get() { + classes("bi-modem") + return this + } + +public val AttributeBuilder.biMotherboardFill: AttributeBuilder + get() { + classes("bi-motherboard-fill") + return this + } + +public val AttributeBuilder.biMotherboard: AttributeBuilder + get() { + classes("bi-motherboard") + return this + } + +public val AttributeBuilder.biOpticalAudioFill: AttributeBuilder + get() { + classes("bi-optical-audio-fill") + return this + } + +public val AttributeBuilder.biOpticalAudio: AttributeBuilder + get() { + classes("bi-optical-audio") + return this + } + +public val AttributeBuilder.biPciCard: AttributeBuilder + get() { + classes("bi-pci-card") + return this + } + +public val AttributeBuilder.biRouterFill: AttributeBuilder + get() { + classes("bi-router-fill") + return this + } + +public val AttributeBuilder.biRouter: AttributeBuilder + get() { + classes("bi-router") + return this + } + +public val AttributeBuilder.biThunderboltFill: AttributeBuilder + get() { + classes("bi-thunderbolt-fill") + return this + } + +public val AttributeBuilder.biThunderbolt: AttributeBuilder + get() { + classes("bi-thunderbolt") + return this + } + +public val AttributeBuilder.biUsbDriveFill: AttributeBuilder + get() { + classes("bi-usb-drive-fill") + return this + } + +public val AttributeBuilder.biUsbDrive: AttributeBuilder + get() { + classes("bi-usb-drive") + return this + } + +public val AttributeBuilder.biUsbMicroFill: AttributeBuilder + get() { + classes("bi-usb-micro-fill") + return this + } + +public val AttributeBuilder.biUsbMicro: AttributeBuilder + get() { + classes("bi-usb-micro") + return this + } + +public val AttributeBuilder.biUsbMiniFill: AttributeBuilder + get() { + classes("bi-usb-mini-fill") + return this + } + +public val AttributeBuilder.biUsbMini: AttributeBuilder + get() { + classes("bi-usb-mini") + return this + } + +public val AttributeBuilder.biCloudHaze2: AttributeBuilder + get() { + classes("bi-cloud-haze2") + return this + } + +public val AttributeBuilder.biDeviceHddFill: AttributeBuilder + get() { + classes("bi-device-hdd-fill") + return this + } + +public val AttributeBuilder.biDeviceHdd: AttributeBuilder + get() { + classes("bi-device-hdd") + return this + } + +public val AttributeBuilder.biDeviceSsdFill: AttributeBuilder + get() { + classes("bi-device-ssd-fill") + return this + } + +public val AttributeBuilder.biDeviceSsd: AttributeBuilder + get() { + classes("bi-device-ssd") + return this + } + +public val AttributeBuilder.biDisplayportFill: AttributeBuilder + get() { + classes("bi-displayport-fill") + return this + } + +public val AttributeBuilder.biMortarboardFill: AttributeBuilder + get() { + classes("bi-mortarboard-fill") + return this + } + +public val AttributeBuilder.biMortarboard: AttributeBuilder + get() { + classes("bi-mortarboard") + return this + } + +public val AttributeBuilder.biTerminalX: AttributeBuilder + get() { + classes("bi-terminal-x") + return this + } + +public val AttributeBuilder.biArrowThroughHeartFill: AttributeBuilder + get() { + classes("bi-arrow-through-heart-fill") + return this + } + +public val AttributeBuilder.biArrowThroughHeart: AttributeBuilder + get() { + classes("bi-arrow-through-heart") + return this + } + +public val AttributeBuilder.biBadgeSdFill: AttributeBuilder + get() { + classes("bi-badge-sd-fill") + return this + } + +public val AttributeBuilder.biBadgeSd: AttributeBuilder + get() { + classes("bi-badge-sd") + return this + } + +public val AttributeBuilder.biBagHeartFill: AttributeBuilder + get() { + classes("bi-bag-heart-fill") + return this + } + +public val AttributeBuilder.biBagHeart: AttributeBuilder + get() { + classes("bi-bag-heart") + return this + } + +public val AttributeBuilder.biBalloonFill: AttributeBuilder + get() { + classes("bi-balloon-fill") + return this + } + +public val AttributeBuilder.biBalloonHeartFill: AttributeBuilder + get() { + classes("bi-balloon-heart-fill") + return this + } + +public val AttributeBuilder.biBalloonHeart: AttributeBuilder + get() { + classes("bi-balloon-heart") + return this + } + +public val AttributeBuilder.biBalloon: AttributeBuilder + get() { + classes("bi-balloon") + return this + } + +public val AttributeBuilder.biBox2Fill: AttributeBuilder + get() { + classes("bi-box2-fill") + return this + } + +public val AttributeBuilder.biBox2HeartFill: AttributeBuilder + get() { + classes("bi-box2-heart-fill") + return this + } + +public val AttributeBuilder.biBox2Heart: AttributeBuilder + get() { + classes("bi-box2-heart") + return this + } + +public val AttributeBuilder.biBox2: AttributeBuilder + get() { + classes("bi-box2") + return this + } + +public val AttributeBuilder.biBracesAsterisk: AttributeBuilder + get() { + classes("bi-braces-asterisk") + return this + } + +public val AttributeBuilder.biCalendarHeartFill: AttributeBuilder + get() { + classes("bi-calendar-heart-fill") + return this + } + +public val AttributeBuilder.biCalendarHeart: AttributeBuilder + get() { + classes("bi-calendar-heart") + return this + } + +public val AttributeBuilder.biCalendar2HeartFill: AttributeBuilder + get() { + classes("bi-calendar2-heart-fill") + return this + } + +public val AttributeBuilder.biCalendar2Heart: AttributeBuilder + get() { + classes("bi-calendar2-heart") + return this + } + +public val AttributeBuilder.biChatHeartFill: AttributeBuilder + get() { + classes("bi-chat-heart-fill") + return this + } + +public val AttributeBuilder.biChatHeart: AttributeBuilder + get() { + classes("bi-chat-heart") + return this + } + +public val AttributeBuilder.biChatLeftHeartFill: AttributeBuilder + get() { + classes("bi-chat-left-heart-fill") + return this + } + +public val AttributeBuilder.biChatLeftHeart: AttributeBuilder + get() { + classes("bi-chat-left-heart") + return this + } + +public val AttributeBuilder.biChatRightHeartFill: AttributeBuilder + get() { + classes("bi-chat-right-heart-fill") + return this + } + +public val AttributeBuilder.biChatRightHeart: AttributeBuilder + get() { + classes("bi-chat-right-heart") + return this + } + +public val AttributeBuilder.biChatSquareHeartFill: AttributeBuilder + get() { + classes("bi-chat-square-heart-fill") + return this + } + +public val AttributeBuilder.biChatSquareHeart: AttributeBuilder + get() { + classes("bi-chat-square-heart") + return this + } + +public val AttributeBuilder.biClipboardCheckFill: AttributeBuilder + get() { + classes("bi-clipboard-check-fill") + return this + } + +public val AttributeBuilder.biClipboardDataFill: AttributeBuilder + get() { + classes("bi-clipboard-data-fill") + return this + } + +public val AttributeBuilder.biClipboardFill: AttributeBuilder + get() { + classes("bi-clipboard-fill") + return this + } + +public val AttributeBuilder.biClipboardHeartFill: AttributeBuilder + get() { + classes("bi-clipboard-heart-fill") + return this + } + +public val AttributeBuilder.biClipboardHeart: AttributeBuilder + get() { + classes("bi-clipboard-heart") + return this + } + +public val AttributeBuilder.biClipboardMinusFill: AttributeBuilder + get() { + classes("bi-clipboard-minus-fill") + return this + } + +public val AttributeBuilder.biClipboardPlusFill: AttributeBuilder + get() { + classes("bi-clipboard-plus-fill") + return this + } + +public val AttributeBuilder.biClipboardPulse: AttributeBuilder + get() { + classes("bi-clipboard-pulse") + return this + } + +public val AttributeBuilder.biClipboardXFill: AttributeBuilder + get() { + classes("bi-clipboard-x-fill") + return this + } + +public val AttributeBuilder.biClipboard2CheckFill: AttributeBuilder + get() { + classes("bi-clipboard2-check-fill") + return this + } + +public val AttributeBuilder.biClipboard2Check: AttributeBuilder + get() { + classes("bi-clipboard2-check") + return this + } + +public val AttributeBuilder.biClipboard2DataFill: AttributeBuilder + get() { + classes("bi-clipboard2-data-fill") + return this + } + +public val AttributeBuilder.biClipboard2Data: AttributeBuilder + get() { + classes("bi-clipboard2-data") + return this + } + +public val AttributeBuilder.biClipboard2Fill: AttributeBuilder + get() { + classes("bi-clipboard2-fill") + return this + } + +public val AttributeBuilder.biClipboard2HeartFill: AttributeBuilder + get() { + classes("bi-clipboard2-heart-fill") + return this + } + +public val AttributeBuilder.biClipboard2Heart: AttributeBuilder + get() { + classes("bi-clipboard2-heart") + return this + } + +public val AttributeBuilder.biClipboard2MinusFill: AttributeBuilder + get() { + classes("bi-clipboard2-minus-fill") + return this + } + +public val AttributeBuilder.biClipboard2Minus: AttributeBuilder + get() { + classes("bi-clipboard2-minus") + return this + } + +public val AttributeBuilder.biClipboard2PlusFill: AttributeBuilder + get() { + classes("bi-clipboard2-plus-fill") + return this + } + +public val AttributeBuilder.biClipboard2Plus: AttributeBuilder + get() { + classes("bi-clipboard2-plus") + return this + } + +public val AttributeBuilder.biClipboard2PulseFill: AttributeBuilder + get() { + classes("bi-clipboard2-pulse-fill") + return this + } + +public val AttributeBuilder.biClipboard2Pulse: AttributeBuilder + get() { + classes("bi-clipboard2-pulse") + return this + } + +public val AttributeBuilder.biClipboard2XFill: AttributeBuilder + get() { + classes("bi-clipboard2-x-fill") + return this + } + +public val AttributeBuilder.biClipboard2X: AttributeBuilder + get() { + classes("bi-clipboard2-x") + return this + } + +public val AttributeBuilder.biClipboard2: AttributeBuilder + get() { + classes("bi-clipboard2") + return this + } + +public val AttributeBuilder.biEmojiKissFill: AttributeBuilder + get() { + classes("bi-emoji-kiss-fill") + return this + } + +public val AttributeBuilder.biEmojiKiss: AttributeBuilder + get() { + classes("bi-emoji-kiss") + return this + } + +public val AttributeBuilder.biEnvelopeHeartFill: AttributeBuilder + get() { + classes("bi-envelope-heart-fill") + return this + } + +public val AttributeBuilder.biEnvelopeHeart: AttributeBuilder + get() { + classes("bi-envelope-heart") + return this + } + +public val AttributeBuilder.biEnvelopeOpenHeartFill: AttributeBuilder + get() { + classes("bi-envelope-open-heart-fill") + return this + } + +public val AttributeBuilder.biEnvelopeOpenHeart: AttributeBuilder + get() { + classes("bi-envelope-open-heart") + return this + } + +public val AttributeBuilder.biEnvelopePaperFill: AttributeBuilder + get() { + classes("bi-envelope-paper-fill") + return this + } + +public val AttributeBuilder.biEnvelopePaperHeartFill: AttributeBuilder + get() { + classes("bi-envelope-paper-heart-fill") + return this + } + +public val AttributeBuilder.biEnvelopePaperHeart: AttributeBuilder + get() { + classes("bi-envelope-paper-heart") + return this + } + +public val AttributeBuilder.biEnvelopePaper: AttributeBuilder + get() { + classes("bi-envelope-paper") + return this + } + +public val AttributeBuilder.biFiletypeAac: AttributeBuilder + get() { + classes("bi-filetype-aac") + return this + } + +public val AttributeBuilder.biFiletypeAi: AttributeBuilder + get() { + classes("bi-filetype-ai") + return this + } + +public val AttributeBuilder.biFiletypeBmp: AttributeBuilder + get() { + classes("bi-filetype-bmp") + return this + } + +public val AttributeBuilder.biFiletypeCs: AttributeBuilder + get() { + classes("bi-filetype-cs") + return this + } + +public val AttributeBuilder.biFiletypeCss: AttributeBuilder + get() { + classes("bi-filetype-css") + return this + } + +public val AttributeBuilder.biFiletypeCsv: AttributeBuilder + get() { + classes("bi-filetype-csv") + return this + } + +public val AttributeBuilder.biFiletypeDoc: AttributeBuilder + get() { + classes("bi-filetype-doc") + return this + } + +public val AttributeBuilder.biFiletypeDocx: AttributeBuilder + get() { + classes("bi-filetype-docx") + return this + } + +public val AttributeBuilder.biFiletypeExe: AttributeBuilder + get() { + classes("bi-filetype-exe") + return this + } + +public val AttributeBuilder.biFiletypeGif: AttributeBuilder + get() { + classes("bi-filetype-gif") + return this + } + +public val AttributeBuilder.biFiletypeHeic: AttributeBuilder + get() { + classes("bi-filetype-heic") + return this + } + +public val AttributeBuilder.biFiletypeHtml: AttributeBuilder + get() { + classes("bi-filetype-html") + return this + } + +public val AttributeBuilder.biFiletypeJava: AttributeBuilder + get() { + classes("bi-filetype-java") + return this + } + +public val AttributeBuilder.biFiletypeJpg: AttributeBuilder + get() { + classes("bi-filetype-jpg") + return this + } + +public val AttributeBuilder.biFiletypeJs: AttributeBuilder + get() { + classes("bi-filetype-js") + return this + } + +public val AttributeBuilder.biFiletypeJsx: AttributeBuilder + get() { + classes("bi-filetype-jsx") + return this + } + +public val AttributeBuilder.biFiletypeKey: AttributeBuilder + get() { + classes("bi-filetype-key") + return this + } + +public val AttributeBuilder.biFiletypeM4p: AttributeBuilder + get() { + classes("bi-filetype-m4p") + return this + } + +public val AttributeBuilder.biFiletypeMd: AttributeBuilder + get() { + classes("bi-filetype-md") + return this + } + +public val AttributeBuilder.biFiletypeMdx: AttributeBuilder + get() { + classes("bi-filetype-mdx") + return this + } + +public val AttributeBuilder.biFiletypeMov: AttributeBuilder + get() { + classes("bi-filetype-mov") + return this + } + +public val AttributeBuilder.biFiletypeMp3: AttributeBuilder + get() { + classes("bi-filetype-mp3") + return this + } + +public val AttributeBuilder.biFiletypeMp4: AttributeBuilder + get() { + classes("bi-filetype-mp4") + return this + } + +public val AttributeBuilder.biFiletypeOtf: AttributeBuilder + get() { + classes("bi-filetype-otf") + return this + } + +public val AttributeBuilder.biFiletypePdf: AttributeBuilder + get() { + classes("bi-filetype-pdf") + return this + } + +public val AttributeBuilder.biFiletypePhp: AttributeBuilder + get() { + classes("bi-filetype-php") + return this + } + +public val AttributeBuilder.biFiletypePng: AttributeBuilder + get() { + classes("bi-filetype-png") + return this + } + +public val AttributeBuilder.biFiletypePpt: AttributeBuilder + get() { + classes("bi-filetype-ppt") + return this + } + +public val AttributeBuilder.biFiletypePsd: AttributeBuilder + get() { + classes("bi-filetype-psd") + return this + } + +public val AttributeBuilder.biFiletypePy: AttributeBuilder + get() { + classes("bi-filetype-py") + return this + } + +public val AttributeBuilder.biFiletypeRaw: AttributeBuilder + get() { + classes("bi-filetype-raw") + return this + } + +public val AttributeBuilder.biFiletypeRb: AttributeBuilder + get() { + classes("bi-filetype-rb") + return this + } + +public val AttributeBuilder.biFiletypeSass: AttributeBuilder + get() { + classes("bi-filetype-sass") + return this + } + +public val AttributeBuilder.biFiletypeScss: AttributeBuilder + get() { + classes("bi-filetype-scss") + return this + } + +public val AttributeBuilder.biFiletypeSh: AttributeBuilder + get() { + classes("bi-filetype-sh") + return this + } + +public val AttributeBuilder.biFiletypeSvg: AttributeBuilder + get() { + classes("bi-filetype-svg") + return this + } + +public val AttributeBuilder.biFiletypeTiff: AttributeBuilder + get() { + classes("bi-filetype-tiff") + return this + } + +public val AttributeBuilder.biFiletypeTsx: AttributeBuilder + get() { + classes("bi-filetype-tsx") + return this + } + +public val AttributeBuilder.biFiletypeTtf: AttributeBuilder + get() { + classes("bi-filetype-ttf") + return this + } + +public val AttributeBuilder.biFiletypeTxt: AttributeBuilder + get() { + classes("bi-filetype-txt") + return this + } + +public val AttributeBuilder.biFiletypeWav: AttributeBuilder + get() { + classes("bi-filetype-wav") + return this + } + +public val AttributeBuilder.biFiletypeWoff: AttributeBuilder + get() { + classes("bi-filetype-woff") + return this + } + +public val AttributeBuilder.biFiletypeXls: AttributeBuilder + get() { + classes("bi-filetype-xls") + return this + } + +public val AttributeBuilder.biFiletypeXml: AttributeBuilder + get() { + classes("bi-filetype-xml") + return this + } + +public val AttributeBuilder.biFiletypeYml: AttributeBuilder + get() { + classes("bi-filetype-yml") + return this + } + +public val AttributeBuilder.biHeartArrow: AttributeBuilder + get() { + classes("bi-heart-arrow") + return this + } + +public val AttributeBuilder.biHeartPulseFill: AttributeBuilder + get() { + classes("bi-heart-pulse-fill") + return this + } + +public val AttributeBuilder.biHeartPulse: AttributeBuilder + get() { + classes("bi-heart-pulse") + return this + } + +public val AttributeBuilder.biHeartbreakFill: AttributeBuilder + get() { + classes("bi-heartbreak-fill") + return this + } + +public val AttributeBuilder.biHeartbreak: AttributeBuilder + get() { + classes("bi-heartbreak") + return this + } + +public val AttributeBuilder.biHearts: AttributeBuilder + get() { + classes("bi-hearts") + return this + } + +public val AttributeBuilder.biHospitalFill: AttributeBuilder + get() { + classes("bi-hospital-fill") + return this + } + +public val AttributeBuilder.biHospital: AttributeBuilder + get() { + classes("bi-hospital") + return this + } + +public val AttributeBuilder.biHouseHeartFill: AttributeBuilder + get() { + classes("bi-house-heart-fill") + return this + } + +public val AttributeBuilder.biHouseHeart: AttributeBuilder + get() { + classes("bi-house-heart") + return this + } + +public val AttributeBuilder.biIncognito: AttributeBuilder + get() { + classes("bi-incognito") + return this + } + +public val AttributeBuilder.biMagnetFill: AttributeBuilder + get() { + classes("bi-magnet-fill") + return this + } + +public val AttributeBuilder.biMagnet: AttributeBuilder + get() { + classes("bi-magnet") + return this + } + +public val AttributeBuilder.biPersonHeart: AttributeBuilder + get() { + classes("bi-person-heart") + return this + } + +public val AttributeBuilder.biPersonHearts: AttributeBuilder + get() { + classes("bi-person-hearts") + return this + } + +public val AttributeBuilder.biPhoneFlip: AttributeBuilder + get() { + classes("bi-phone-flip") + return this + } + +public val AttributeBuilder.biPlugin: AttributeBuilder + get() { + classes("bi-plugin") + return this + } + +public val AttributeBuilder.biPostageFill: AttributeBuilder + get() { + classes("bi-postage-fill") + return this + } + +public val AttributeBuilder.biPostageHeartFill: AttributeBuilder + get() { + classes("bi-postage-heart-fill") + return this + } + +public val AttributeBuilder.biPostageHeart: AttributeBuilder + get() { + classes("bi-postage-heart") + return this + } + +public val AttributeBuilder.biPostage: AttributeBuilder + get() { + classes("bi-postage") + return this + } + +public val AttributeBuilder.biPostcardFill: AttributeBuilder + get() { + classes("bi-postcard-fill") + return this + } + +public val AttributeBuilder.biPostcardHeartFill: AttributeBuilder + get() { + classes("bi-postcard-heart-fill") + return this + } + +public val AttributeBuilder.biPostcardHeart: AttributeBuilder + get() { + classes("bi-postcard-heart") + return this + } + +public val AttributeBuilder.biPostcard: AttributeBuilder + get() { + classes("bi-postcard") + return this + } + +public val AttributeBuilder.biSearchHeartFill: AttributeBuilder + get() { + classes("bi-search-heart-fill") + return this + } + +public val AttributeBuilder.biSearchHeart: AttributeBuilder + get() { + classes("bi-search-heart") + return this + } + +public val AttributeBuilder.biSliders2Vertical: AttributeBuilder + get() { + classes("bi-sliders2-vertical") + return this + } + +public val AttributeBuilder.biSliders2: AttributeBuilder + get() { + classes("bi-sliders2") + return this + } + +public val AttributeBuilder.biTrash3Fill: AttributeBuilder + get() { + classes("bi-trash3-fill") + return this + } + +public val AttributeBuilder.biTrash3: AttributeBuilder + get() { + classes("bi-trash3") + return this + } + +public val AttributeBuilder.biValentine: AttributeBuilder + get() { + classes("bi-valentine") + return this + } + +public val AttributeBuilder.biValentine2: AttributeBuilder + get() { + classes("bi-valentine2") + return this + } + +public val AttributeBuilder.biWrenchAdjustableCircleFill: AttributeBuilder + get() { + classes("bi-wrench-adjustable-circle-fill") + return this + } + +public val AttributeBuilder.biWrenchAdjustableCircle: AttributeBuilder + get() { + classes("bi-wrench-adjustable-circle") + return this + } + +public val AttributeBuilder.biWrenchAdjustable: AttributeBuilder + get() { + classes("bi-wrench-adjustable") + return this + } + +public val AttributeBuilder.biFiletypeJson: AttributeBuilder + get() { + classes("bi-filetype-json") + return this + } + +public val AttributeBuilder.biFiletypePptx: AttributeBuilder + get() { + classes("bi-filetype-pptx") + return this + } + +public val AttributeBuilder.biFiletypeXlsx: AttributeBuilder + get() { + classes("bi-filetype-xlsx") + return this + } + +public val AttributeBuilder.bi1CircleFill: AttributeBuilder + get() { + classes("bi-1-circle-fill") + return this + } + +public val AttributeBuilder.bi1Circle: AttributeBuilder + get() { + classes("bi-1-circle") + return this + } + +public val AttributeBuilder.bi1SquareFill: AttributeBuilder + get() { + classes("bi-1-square-fill") + return this + } + +public val AttributeBuilder.bi1Square: AttributeBuilder + get() { + classes("bi-1-square") + return this + } + +public val AttributeBuilder.bi2CircleFill: AttributeBuilder + get() { + classes("bi-2-circle-fill") + return this + } + +public val AttributeBuilder.bi2Circle: AttributeBuilder + get() { + classes("bi-2-circle") + return this + } + +public val AttributeBuilder.bi2SquareFill: AttributeBuilder + get() { + classes("bi-2-square-fill") + return this + } + +public val AttributeBuilder.bi2Square: AttributeBuilder + get() { + classes("bi-2-square") + return this + } + +public val AttributeBuilder.bi3CircleFill: AttributeBuilder + get() { + classes("bi-3-circle-fill") + return this + } + +public val AttributeBuilder.bi3Circle: AttributeBuilder + get() { + classes("bi-3-circle") + return this + } + +public val AttributeBuilder.bi3SquareFill: AttributeBuilder + get() { + classes("bi-3-square-fill") + return this + } + +public val AttributeBuilder.bi3Square: AttributeBuilder + get() { + classes("bi-3-square") + return this + } + +public val AttributeBuilder.bi4CircleFill: AttributeBuilder + get() { + classes("bi-4-circle-fill") + return this + } + +public val AttributeBuilder.bi4Circle: AttributeBuilder + get() { + classes("bi-4-circle") + return this + } + +public val AttributeBuilder.bi4SquareFill: AttributeBuilder + get() { + classes("bi-4-square-fill") + return this + } + +public val AttributeBuilder.bi4Square: AttributeBuilder + get() { + classes("bi-4-square") + return this + } + +public val AttributeBuilder.bi5CircleFill: AttributeBuilder + get() { + classes("bi-5-circle-fill") + return this + } + +public val AttributeBuilder.bi5Circle: AttributeBuilder + get() { + classes("bi-5-circle") + return this + } + +public val AttributeBuilder.bi5SquareFill: AttributeBuilder + get() { + classes("bi-5-square-fill") + return this + } + +public val AttributeBuilder.bi5Square: AttributeBuilder + get() { + classes("bi-5-square") + return this + } + +public val AttributeBuilder.bi6CircleFill: AttributeBuilder + get() { + classes("bi-6-circle-fill") + return this + } + +public val AttributeBuilder.bi6Circle: AttributeBuilder + get() { + classes("bi-6-circle") + return this + } + +public val AttributeBuilder.bi6SquareFill: AttributeBuilder + get() { + classes("bi-6-square-fill") + return this + } + +public val AttributeBuilder.bi6Square: AttributeBuilder + get() { + classes("bi-6-square") + return this + } + +public val AttributeBuilder.bi7CircleFill: AttributeBuilder + get() { + classes("bi-7-circle-fill") + return this + } + +public val AttributeBuilder.bi7Circle: AttributeBuilder + get() { + classes("bi-7-circle") + return this + } + +public val AttributeBuilder.bi7SquareFill: AttributeBuilder + get() { + classes("bi-7-square-fill") + return this + } + +public val AttributeBuilder.bi7Square: AttributeBuilder + get() { + classes("bi-7-square") + return this + } + +public val AttributeBuilder.bi8CircleFill: AttributeBuilder + get() { + classes("bi-8-circle-fill") + return this + } + +public val AttributeBuilder.bi8Circle: AttributeBuilder + get() { + classes("bi-8-circle") + return this + } + +public val AttributeBuilder.bi8SquareFill: AttributeBuilder + get() { + classes("bi-8-square-fill") + return this + } + +public val AttributeBuilder.bi8Square: AttributeBuilder + get() { + classes("bi-8-square") + return this + } + +public val AttributeBuilder.bi9CircleFill: AttributeBuilder + get() { + classes("bi-9-circle-fill") + return this + } + +public val AttributeBuilder.bi9Circle: AttributeBuilder + get() { + classes("bi-9-circle") + return this + } + +public val AttributeBuilder.bi9SquareFill: AttributeBuilder + get() { + classes("bi-9-square-fill") + return this + } + +public val AttributeBuilder.bi9Square: AttributeBuilder + get() { + classes("bi-9-square") + return this + } + +public val AttributeBuilder.biAirplaneEnginesFill: AttributeBuilder + get() { + classes("bi-airplane-engines-fill") + return this + } + +public val AttributeBuilder.biAirplaneEngines: AttributeBuilder + get() { + classes("bi-airplane-engines") + return this + } + +public val AttributeBuilder.biAirplaneFill: AttributeBuilder + get() { + classes("bi-airplane-fill") + return this + } + +public val AttributeBuilder.biAirplane: AttributeBuilder + get() { + classes("bi-airplane") + return this + } + +public val AttributeBuilder.biAlexa: AttributeBuilder + get() { + classes("bi-alexa") + return this + } + +public val AttributeBuilder.biAlipay: AttributeBuilder + get() { + classes("bi-alipay") + return this + } + +public val AttributeBuilder.biAndroid: AttributeBuilder + get() { + classes("bi-android") + return this + } + +public val AttributeBuilder.biAndroid2: AttributeBuilder + get() { + classes("bi-android2") + return this + } + +public val AttributeBuilder.biBoxFill: AttributeBuilder + get() { + classes("bi-box-fill") + return this + } + +public val AttributeBuilder.biBoxSeamFill: AttributeBuilder + get() { + classes("bi-box-seam-fill") + return this + } + +public val AttributeBuilder.biBrowserChrome: AttributeBuilder + get() { + classes("bi-browser-chrome") + return this + } + +public val AttributeBuilder.biBrowserEdge: AttributeBuilder + get() { + classes("bi-browser-edge") + return this + } + +public val AttributeBuilder.biBrowserFirefox: AttributeBuilder + get() { + classes("bi-browser-firefox") + return this + } + +public val AttributeBuilder.biBrowserSafari: AttributeBuilder + get() { + classes("bi-browser-safari") + return this + } + +public val AttributeBuilder.biCCircleFill: AttributeBuilder + get() { + classes("bi-c-circle-fill") + return this + } + +public val AttributeBuilder.biCCircle: AttributeBuilder + get() { + classes("bi-c-circle") + return this + } + +public val AttributeBuilder.biCSquareFill: AttributeBuilder + get() { + classes("bi-c-square-fill") + return this + } + +public val AttributeBuilder.biCSquare: AttributeBuilder + get() { + classes("bi-c-square") + return this + } + +public val AttributeBuilder.biCapsulePill: AttributeBuilder + get() { + classes("bi-capsule-pill") + return this + } + +public val AttributeBuilder.biCapsule: AttributeBuilder + get() { + classes("bi-capsule") + return this + } + +public val AttributeBuilder.biCarFrontFill: AttributeBuilder + get() { + classes("bi-car-front-fill") + return this + } + +public val AttributeBuilder.biCarFront: AttributeBuilder + get() { + classes("bi-car-front") + return this + } + +public val AttributeBuilder.biCassetteFill: AttributeBuilder + get() { + classes("bi-cassette-fill") + return this + } + +public val AttributeBuilder.biCassette: AttributeBuilder + get() { + classes("bi-cassette") + return this + } + +public val AttributeBuilder.biCcCircleFill: AttributeBuilder + get() { + classes("bi-cc-circle-fill") + return this + } + +public val AttributeBuilder.biCcCircle: AttributeBuilder + get() { + classes("bi-cc-circle") + return this + } + +public val AttributeBuilder.biCcSquareFill: AttributeBuilder + get() { + classes("bi-cc-square-fill") + return this + } + +public val AttributeBuilder.biCcSquare: AttributeBuilder + get() { + classes("bi-cc-square") + return this + } + +public val AttributeBuilder.biCupHotFill: AttributeBuilder + get() { + classes("bi-cup-hot-fill") + return this + } + +public val AttributeBuilder.biCupHot: AttributeBuilder + get() { + classes("bi-cup-hot") + return this + } + +public val AttributeBuilder.biCurrencyRupee: AttributeBuilder + get() { + classes("bi-currency-rupee") + return this + } + +public val AttributeBuilder.biDropbox: AttributeBuilder + get() { + classes("bi-dropbox") + return this + } + +public val AttributeBuilder.biEscape: AttributeBuilder + get() { + classes("bi-escape") + return this + } + +public val AttributeBuilder.biFastForwardBtnFill: AttributeBuilder + get() { + classes("bi-fast-forward-btn-fill") + return this + } + +public val AttributeBuilder.biFastForwardBtn: AttributeBuilder + get() { + classes("bi-fast-forward-btn") + return this + } + +public val AttributeBuilder.biFastForwardCircleFill: AttributeBuilder + get() { + classes("bi-fast-forward-circle-fill") + return this + } + +public val AttributeBuilder.biFastForwardCircle: AttributeBuilder + get() { + classes("bi-fast-forward-circle") + return this + } + +public val AttributeBuilder.biFastForwardFill: AttributeBuilder + get() { + classes("bi-fast-forward-fill") + return this + } + +public val AttributeBuilder.biFastForward: AttributeBuilder + get() { + classes("bi-fast-forward") + return this + } + +public val AttributeBuilder.biFiletypeSql: AttributeBuilder + get() { + classes("bi-filetype-sql") + return this + } + +public val AttributeBuilder.biFire: AttributeBuilder + get() { + classes("bi-fire") + return this + } + +public val AttributeBuilder.biGooglePlay: AttributeBuilder + get() { + classes("bi-google-play") + return this + } + +public val AttributeBuilder.biHCircleFill: AttributeBuilder + get() { + classes("bi-h-circle-fill") + return this + } + +public val AttributeBuilder.biHCircle: AttributeBuilder + get() { + classes("bi-h-circle") + return this + } + +public val AttributeBuilder.biHSquareFill: AttributeBuilder + get() { + classes("bi-h-square-fill") + return this + } + +public val AttributeBuilder.biHSquare: AttributeBuilder + get() { + classes("bi-h-square") + return this + } + +public val AttributeBuilder.biIndent: AttributeBuilder + get() { + classes("bi-indent") + return this + } + +public val AttributeBuilder.biLungsFill: AttributeBuilder + get() { + classes("bi-lungs-fill") + return this + } + +public val AttributeBuilder.biLungs: AttributeBuilder + get() { + classes("bi-lungs") + return this + } + +public val AttributeBuilder.biMicrosoftTeams: AttributeBuilder + get() { + classes("bi-microsoft-teams") + return this + } + +public val AttributeBuilder.biPCircleFill: AttributeBuilder + get() { + classes("bi-p-circle-fill") + return this + } + +public val AttributeBuilder.biPCircle: AttributeBuilder + get() { + classes("bi-p-circle") + return this + } + +public val AttributeBuilder.biPSquareFill: AttributeBuilder + get() { + classes("bi-p-square-fill") + return this + } + +public val AttributeBuilder.biPSquare: AttributeBuilder + get() { + classes("bi-p-square") + return this + } + +public val AttributeBuilder.biPassFill: AttributeBuilder + get() { + classes("bi-pass-fill") + return this + } + +public val AttributeBuilder.biPass: AttributeBuilder + get() { + classes("bi-pass") + return this + } + +public val AttributeBuilder.biPrescription: AttributeBuilder + get() { + classes("bi-prescription") + return this + } + +public val AttributeBuilder.biPrescription2: AttributeBuilder + get() { + classes("bi-prescription2") + return this + } + +public val AttributeBuilder.biRCircleFill: AttributeBuilder + get() { + classes("bi-r-circle-fill") + return this + } + +public val AttributeBuilder.biRCircle: AttributeBuilder + get() { + classes("bi-r-circle") + return this + } + +public val AttributeBuilder.biRSquareFill: AttributeBuilder + get() { + classes("bi-r-square-fill") + return this + } + +public val AttributeBuilder.biRSquare: AttributeBuilder + get() { + classes("bi-r-square") + return this + } + +public val AttributeBuilder.biRepeat1: AttributeBuilder + get() { + classes("bi-repeat-1") + return this + } + +public val AttributeBuilder.biRepeat: AttributeBuilder + get() { + classes("bi-repeat") + return this + } + +public val AttributeBuilder.biRewindBtnFill: AttributeBuilder + get() { + classes("bi-rewind-btn-fill") + return this + } + +public val AttributeBuilder.biRewindBtn: AttributeBuilder + get() { + classes("bi-rewind-btn") + return this + } + +public val AttributeBuilder.biRewindCircleFill: AttributeBuilder + get() { + classes("bi-rewind-circle-fill") + return this + } + +public val AttributeBuilder.biRewindCircle: AttributeBuilder + get() { + classes("bi-rewind-circle") + return this + } + +public val AttributeBuilder.biRewindFill: AttributeBuilder + get() { + classes("bi-rewind-fill") + return this + } + +public val AttributeBuilder.biRewind: AttributeBuilder + get() { + classes("bi-rewind") + return this + } + +public val AttributeBuilder.biTrainFreightFrontFill: AttributeBuilder + get() { + classes("bi-train-freight-front-fill") + return this + } + +public val AttributeBuilder.biTrainFreightFront: AttributeBuilder + get() { + classes("bi-train-freight-front") + return this + } + +public val AttributeBuilder.biTrainFrontFill: AttributeBuilder + get() { + classes("bi-train-front-fill") + return this + } + +public val AttributeBuilder.biTrainFront: AttributeBuilder + get() { + classes("bi-train-front") + return this + } + +public val AttributeBuilder.biTrainLightrailFrontFill: AttributeBuilder + get() { + classes("bi-train-lightrail-front-fill") + return this + } + +public val AttributeBuilder.biTrainLightrailFront: AttributeBuilder + get() { + classes("bi-train-lightrail-front") + return this + } + +public val AttributeBuilder.biTruckFrontFill: AttributeBuilder + get() { + classes("bi-truck-front-fill") + return this + } + +public val AttributeBuilder.biTruckFront: AttributeBuilder + get() { + classes("bi-truck-front") + return this + } + +public val AttributeBuilder.biUbuntu: AttributeBuilder + get() { + classes("bi-ubuntu") + return this + } + +public val AttributeBuilder.biUnindent: AttributeBuilder + get() { + classes("bi-unindent") + return this + } + +public val AttributeBuilder.biUnity: AttributeBuilder + get() { + classes("bi-unity") + return this + } + +public val AttributeBuilder.biUniversalAccessCircle: AttributeBuilder + get() { + classes("bi-universal-access-circle") + return this + } + +public val AttributeBuilder.biUniversalAccess: AttributeBuilder + get() { + classes("bi-universal-access") + return this + } + +public val AttributeBuilder.biVirus: AttributeBuilder + get() { + classes("bi-virus") + return this + } + +public val AttributeBuilder.biVirus2: AttributeBuilder + get() { + classes("bi-virus2") + return this + } + +public val AttributeBuilder.biWechat: AttributeBuilder + get() { + classes("bi-wechat") + return this + } + +public val AttributeBuilder.biYelp: AttributeBuilder + get() { + classes("bi-yelp") + return this + } + +public val AttributeBuilder.biSignStopFill: AttributeBuilder + get() { + classes("bi-sign-stop-fill") + return this + } + +public val AttributeBuilder.biSignStopLightsFill: AttributeBuilder + get() { + classes("bi-sign-stop-lights-fill") + return this + } + +public val AttributeBuilder.biSignStopLights: AttributeBuilder + get() { + classes("bi-sign-stop-lights") + return this + } + +public val AttributeBuilder.biSignStop: AttributeBuilder + get() { + classes("bi-sign-stop") + return this + } + +public val AttributeBuilder.biSignTurnLeftFill: AttributeBuilder + get() { + classes("bi-sign-turn-left-fill") + return this + } + +public val AttributeBuilder.biSignTurnLeft: AttributeBuilder + get() { + classes("bi-sign-turn-left") + return this + } + +public val AttributeBuilder.biSignTurnRightFill: AttributeBuilder + get() { + classes("bi-sign-turn-right-fill") + return this + } + +public val AttributeBuilder.biSignTurnRight: AttributeBuilder + get() { + classes("bi-sign-turn-right") + return this + } + +public val AttributeBuilder.biSignTurnSlightLeftFill: AttributeBuilder + get() { + classes("bi-sign-turn-slight-left-fill") + return this + } + +public val AttributeBuilder.biSignTurnSlightLeft: AttributeBuilder + get() { + classes("bi-sign-turn-slight-left") + return this + } + +public val AttributeBuilder.biSignTurnSlightRightFill: AttributeBuilder + get() { + classes("bi-sign-turn-slight-right-fill") + return this + } + +public val AttributeBuilder.biSignTurnSlightRight: AttributeBuilder + get() { + classes("bi-sign-turn-slight-right") + return this + } + +public val AttributeBuilder.biSignYieldFill: AttributeBuilder + get() { + classes("bi-sign-yield-fill") + return this + } + +public val AttributeBuilder.biSignYield: AttributeBuilder + get() { + classes("bi-sign-yield") + return this + } + +public val AttributeBuilder.biEvStationFill: AttributeBuilder + get() { + classes("bi-ev-station-fill") + return this + } + +public val AttributeBuilder.biEvStation: AttributeBuilder + get() { + classes("bi-ev-station") + return this + } + +public val AttributeBuilder.biFuelPumpDieselFill: AttributeBuilder + get() { + classes("bi-fuel-pump-diesel-fill") + return this + } + +public val AttributeBuilder.biFuelPumpDiesel: AttributeBuilder + get() { + classes("bi-fuel-pump-diesel") + return this + } + +public val AttributeBuilder.biFuelPumpFill: AttributeBuilder + get() { + classes("bi-fuel-pump-fill") + return this + } + +public val AttributeBuilder.biFuelPump: AttributeBuilder + get() { + classes("bi-fuel-pump") + return this + } + +public val AttributeBuilder.bi0CircleFill: AttributeBuilder + get() { + classes("bi-0-circle-fill") + return this + } + +public val AttributeBuilder.bi0Circle: AttributeBuilder + get() { + classes("bi-0-circle") + return this + } + +public val AttributeBuilder.bi0SquareFill: AttributeBuilder + get() { + classes("bi-0-square-fill") + return this + } + +public val AttributeBuilder.bi0Square: AttributeBuilder + get() { + classes("bi-0-square") + return this + } + +public val AttributeBuilder.biRocketFill: AttributeBuilder + get() { + classes("bi-rocket-fill") + return this + } + +public val AttributeBuilder.biRocketTakeoffFill: AttributeBuilder + get() { + classes("bi-rocket-takeoff-fill") + return this + } + +public val AttributeBuilder.biRocketTakeoff: AttributeBuilder + get() { + classes("bi-rocket-takeoff") + return this + } + +public val AttributeBuilder.biRocket: AttributeBuilder + get() { + classes("bi-rocket") + return this + } + +public val AttributeBuilder.biStripe: AttributeBuilder + get() { + classes("bi-stripe") + return this + } + +public val AttributeBuilder.biSubscript: AttributeBuilder + get() { + classes("bi-subscript") + return this + } + +public val AttributeBuilder.biSuperscript: AttributeBuilder + get() { + classes("bi-superscript") + return this + } + +public val AttributeBuilder.biTrello: AttributeBuilder + get() { + classes("bi-trello") + return this + } + +public val AttributeBuilder.biEnvelopeAtFill: AttributeBuilder + get() { + classes("bi-envelope-at-fill") + return this + } + +public val AttributeBuilder.biEnvelopeAt: AttributeBuilder + get() { + classes("bi-envelope-at") + return this + } + +public val AttributeBuilder.biRegex: AttributeBuilder + get() { + classes("bi-regex") + return this + } + +public val AttributeBuilder.biTextWrap: AttributeBuilder + get() { + classes("bi-text-wrap") + return this + } + +public val AttributeBuilder.biSignDeadEndFill: AttributeBuilder + get() { + classes("bi-sign-dead-end-fill") + return this + } + +public val AttributeBuilder.biSignDeadEnd: AttributeBuilder + get() { + classes("bi-sign-dead-end") + return this + } + +public val AttributeBuilder.biSignDoNotEnterFill: AttributeBuilder + get() { + classes("bi-sign-do-not-enter-fill") + return this + } + +public val AttributeBuilder.biSignDoNotEnter: AttributeBuilder + get() { + classes("bi-sign-do-not-enter") + return this + } + +public val AttributeBuilder.biSignIntersectionFill: AttributeBuilder + get() { + classes("bi-sign-intersection-fill") + return this + } + +public val AttributeBuilder.biSignIntersectionSideFill: AttributeBuilder + get() { + classes("bi-sign-intersection-side-fill") + return this + } + +public val AttributeBuilder.biSignIntersectionSide: AttributeBuilder + get() { + classes("bi-sign-intersection-side") + return this + } + +public val AttributeBuilder.biSignIntersectionTFill: AttributeBuilder + get() { + classes("bi-sign-intersection-t-fill") + return this + } + +public val AttributeBuilder.biSignIntersectionT: AttributeBuilder + get() { + classes("bi-sign-intersection-t") + return this + } + +public val AttributeBuilder.biSignIntersectionYFill: AttributeBuilder + get() { + classes("bi-sign-intersection-y-fill") + return this + } + +public val AttributeBuilder.biSignIntersectionY: AttributeBuilder + get() { + classes("bi-sign-intersection-y") + return this + } + +public val AttributeBuilder.biSignIntersection: AttributeBuilder + get() { + classes("bi-sign-intersection") + return this + } + +public val AttributeBuilder.biSignMergeLeftFill: AttributeBuilder + get() { + classes("bi-sign-merge-left-fill") + return this + } + +public val AttributeBuilder.biSignMergeLeft: AttributeBuilder + get() { + classes("bi-sign-merge-left") + return this + } + +public val AttributeBuilder.biSignMergeRightFill: AttributeBuilder + get() { + classes("bi-sign-merge-right-fill") + return this + } + +public val AttributeBuilder.biSignMergeRight: AttributeBuilder + get() { + classes("bi-sign-merge-right") + return this + } + +public val AttributeBuilder.biSignNoLeftTurnFill: AttributeBuilder + get() { + classes("bi-sign-no-left-turn-fill") + return this + } + +public val AttributeBuilder.biSignNoLeftTurn: AttributeBuilder + get() { + classes("bi-sign-no-left-turn") + return this + } + +public val AttributeBuilder.biSignNoParkingFill: AttributeBuilder + get() { + classes("bi-sign-no-parking-fill") + return this + } + +public val AttributeBuilder.biSignNoParking: AttributeBuilder + get() { + classes("bi-sign-no-parking") + return this + } + +public val AttributeBuilder.biSignNoRightTurnFill: AttributeBuilder + get() { + classes("bi-sign-no-right-turn-fill") + return this + } + +public val AttributeBuilder.biSignNoRightTurn: AttributeBuilder + get() { + classes("bi-sign-no-right-turn") + return this + } + +public val AttributeBuilder.biSignRailroadFill: AttributeBuilder + get() { + classes("bi-sign-railroad-fill") + return this + } + +public val AttributeBuilder.biSignRailroad: AttributeBuilder + get() { + classes("bi-sign-railroad") + return this + } + +public val AttributeBuilder.biBuildingAdd: AttributeBuilder + get() { + classes("bi-building-add") + return this + } + +public val AttributeBuilder.biBuildingCheck: AttributeBuilder + get() { + classes("bi-building-check") + return this + } + +public val AttributeBuilder.biBuildingDash: AttributeBuilder + get() { + classes("bi-building-dash") + return this + } + +public val AttributeBuilder.biBuildingDown: AttributeBuilder + get() { + classes("bi-building-down") + return this + } + +public val AttributeBuilder.biBuildingExclamation: AttributeBuilder + get() { + classes("bi-building-exclamation") + return this + } + +public val AttributeBuilder.biBuildingFillAdd: AttributeBuilder + get() { + classes("bi-building-fill-add") + return this + } + +public val AttributeBuilder.biBuildingFillCheck: AttributeBuilder + get() { + classes("bi-building-fill-check") + return this + } + +public val AttributeBuilder.biBuildingFillDash: AttributeBuilder + get() { + classes("bi-building-fill-dash") + return this + } + +public val AttributeBuilder.biBuildingFillDown: AttributeBuilder + get() { + classes("bi-building-fill-down") + return this + } + +public val AttributeBuilder.biBuildingFillExclamation: AttributeBuilder + get() { + classes("bi-building-fill-exclamation") + return this + } + +public val AttributeBuilder.biBuildingFillGear: AttributeBuilder + get() { + classes("bi-building-fill-gear") + return this + } + +public val AttributeBuilder.biBuildingFillLock: AttributeBuilder + get() { + classes("bi-building-fill-lock") + return this + } + +public val AttributeBuilder.biBuildingFillSlash: AttributeBuilder + get() { + classes("bi-building-fill-slash") + return this + } + +public val AttributeBuilder.biBuildingFillUp: AttributeBuilder + get() { + classes("bi-building-fill-up") + return this + } + +public val AttributeBuilder.biBuildingFillX: AttributeBuilder + get() { + classes("bi-building-fill-x") + return this + } + +public val AttributeBuilder.biBuildingFill: AttributeBuilder + get() { + classes("bi-building-fill") + return this + } + +public val AttributeBuilder.biBuildingGear: AttributeBuilder + get() { + classes("bi-building-gear") + return this + } + +public val AttributeBuilder.biBuildingLock: AttributeBuilder + get() { + classes("bi-building-lock") + return this + } + +public val AttributeBuilder.biBuildingSlash: AttributeBuilder + get() { + classes("bi-building-slash") + return this + } + +public val AttributeBuilder.biBuildingUp: AttributeBuilder + get() { + classes("bi-building-up") + return this + } + +public val AttributeBuilder.biBuildingX: AttributeBuilder + get() { + classes("bi-building-x") + return this + } + +public val AttributeBuilder.biBuildingsFill: AttributeBuilder + get() { + classes("bi-buildings-fill") + return this + } + +public val AttributeBuilder.biBuildings: AttributeBuilder + get() { + classes("bi-buildings") + return this + } + +public val AttributeBuilder.biBusFrontFill: AttributeBuilder + get() { + classes("bi-bus-front-fill") + return this + } + +public val AttributeBuilder.biBusFront: AttributeBuilder + get() { + classes("bi-bus-front") + return this + } + +public val AttributeBuilder.biEvFrontFill: AttributeBuilder + get() { + classes("bi-ev-front-fill") + return this + } + +public val AttributeBuilder.biEvFront: AttributeBuilder + get() { + classes("bi-ev-front") + return this + } + +public val AttributeBuilder.biGlobeAmericas: AttributeBuilder + get() { + classes("bi-globe-americas") + return this + } + +public val AttributeBuilder.biGlobeAsiaAustralia: AttributeBuilder + get() { + classes("bi-globe-asia-australia") + return this + } + +public val AttributeBuilder.biGlobeCentralSouthAsia: AttributeBuilder + get() { + classes("bi-globe-central-south-asia") + return this + } + +public val AttributeBuilder.biGlobeEuropeAfrica: AttributeBuilder + get() { + classes("bi-globe-europe-africa") + return this + } + +public val AttributeBuilder.biHouseAddFill: AttributeBuilder + get() { + classes("bi-house-add-fill") + return this + } + +public val AttributeBuilder.biHouseAdd: AttributeBuilder + get() { + classes("bi-house-add") + return this + } + +public val AttributeBuilder.biHouseCheckFill: AttributeBuilder + get() { + classes("bi-house-check-fill") + return this + } + +public val AttributeBuilder.biHouseCheck: AttributeBuilder + get() { + classes("bi-house-check") + return this + } + +public val AttributeBuilder.biHouseDashFill: AttributeBuilder + get() { + classes("bi-house-dash-fill") + return this + } + +public val AttributeBuilder.biHouseDash: AttributeBuilder + get() { + classes("bi-house-dash") + return this + } + +public val AttributeBuilder.biHouseDownFill: AttributeBuilder + get() { + classes("bi-house-down-fill") + return this + } + +public val AttributeBuilder.biHouseDown: AttributeBuilder + get() { + classes("bi-house-down") + return this + } + +public val AttributeBuilder.biHouseExclamationFill: AttributeBuilder + get() { + classes("bi-house-exclamation-fill") + return this + } + +public val AttributeBuilder.biHouseExclamation: AttributeBuilder + get() { + classes("bi-house-exclamation") + return this + } + +public val AttributeBuilder.biHouseGearFill: AttributeBuilder + get() { + classes("bi-house-gear-fill") + return this + } + +public val AttributeBuilder.biHouseGear: AttributeBuilder + get() { + classes("bi-house-gear") + return this + } + +public val AttributeBuilder.biHouseLockFill: AttributeBuilder + get() { + classes("bi-house-lock-fill") + return this + } + +public val AttributeBuilder.biHouseLock: AttributeBuilder + get() { + classes("bi-house-lock") + return this + } + +public val AttributeBuilder.biHouseSlashFill: AttributeBuilder + get() { + classes("bi-house-slash-fill") + return this + } + +public val AttributeBuilder.biHouseSlash: AttributeBuilder + get() { + classes("bi-house-slash") + return this + } + +public val AttributeBuilder.biHouseUpFill: AttributeBuilder + get() { + classes("bi-house-up-fill") + return this + } + +public val AttributeBuilder.biHouseUp: AttributeBuilder + get() { + classes("bi-house-up") + return this + } + +public val AttributeBuilder.biHouseXFill: AttributeBuilder + get() { + classes("bi-house-x-fill") + return this + } + +public val AttributeBuilder.biHouseX: AttributeBuilder + get() { + classes("bi-house-x") + return this + } + +public val AttributeBuilder.biPersonAdd: AttributeBuilder + get() { + classes("bi-person-add") + return this + } + +public val AttributeBuilder.biPersonDown: AttributeBuilder + get() { + classes("bi-person-down") + return this + } + +public val AttributeBuilder.biPersonExclamation: AttributeBuilder + get() { + classes("bi-person-exclamation") + return this + } + +public val AttributeBuilder.biPersonFillAdd: AttributeBuilder + get() { + classes("bi-person-fill-add") + return this + } + +public val AttributeBuilder.biPersonFillCheck: AttributeBuilder + get() { + classes("bi-person-fill-check") + return this + } + +public val AttributeBuilder.biPersonFillDash: AttributeBuilder + get() { + classes("bi-person-fill-dash") + return this + } + +public val AttributeBuilder.biPersonFillDown: AttributeBuilder + get() { + classes("bi-person-fill-down") + return this + } + +public val AttributeBuilder.biPersonFillExclamation: AttributeBuilder + get() { + classes("bi-person-fill-exclamation") + return this + } + +public val AttributeBuilder.biPersonFillGear: AttributeBuilder + get() { + classes("bi-person-fill-gear") + return this + } + +public val AttributeBuilder.biPersonFillLock: AttributeBuilder + get() { + classes("bi-person-fill-lock") + return this + } + +public val AttributeBuilder.biPersonFillSlash: AttributeBuilder + get() { + classes("bi-person-fill-slash") + return this + } + +public val AttributeBuilder.biPersonFillUp: AttributeBuilder + get() { + classes("bi-person-fill-up") + return this + } + +public val AttributeBuilder.biPersonFillX: AttributeBuilder + get() { + classes("bi-person-fill-x") + return this + } + +public val AttributeBuilder.biPersonGear: AttributeBuilder + get() { + classes("bi-person-gear") + return this + } + +public val AttributeBuilder.biPersonLock: AttributeBuilder + get() { + classes("bi-person-lock") + return this + } + +public val AttributeBuilder.biPersonSlash: AttributeBuilder + get() { + classes("bi-person-slash") + return this + } + +public val AttributeBuilder.biPersonUp: AttributeBuilder + get() { + classes("bi-person-up") + return this + } + +public val AttributeBuilder.biScooter: AttributeBuilder + get() { + classes("bi-scooter") + return this + } + +public val AttributeBuilder.biTaxiFrontFill: AttributeBuilder + get() { + classes("bi-taxi-front-fill") + return this + } + +public val AttributeBuilder.biTaxiFront: AttributeBuilder + get() { + classes("bi-taxi-front") + return this + } + +public val AttributeBuilder.biAmd: AttributeBuilder + get() { + classes("bi-amd") + return this + } + +public val AttributeBuilder.biDatabaseAdd: AttributeBuilder + get() { + classes("bi-database-add") + return this + } + +public val AttributeBuilder.biDatabaseCheck: AttributeBuilder + get() { + classes("bi-database-check") + return this + } + +public val AttributeBuilder.biDatabaseDash: AttributeBuilder + get() { + classes("bi-database-dash") + return this + } + +public val AttributeBuilder.biDatabaseDown: AttributeBuilder + get() { + classes("bi-database-down") + return this + } + +public val AttributeBuilder.biDatabaseExclamation: AttributeBuilder + get() { + classes("bi-database-exclamation") + return this + } + +public val AttributeBuilder.biDatabaseFillAdd: AttributeBuilder + get() { + classes("bi-database-fill-add") + return this + } + +public val AttributeBuilder.biDatabaseFillCheck: AttributeBuilder + get() { + classes("bi-database-fill-check") + return this + } + +public val AttributeBuilder.biDatabaseFillDash: AttributeBuilder + get() { + classes("bi-database-fill-dash") + return this + } + +public val AttributeBuilder.biDatabaseFillDown: AttributeBuilder + get() { + classes("bi-database-fill-down") + return this + } + +public val AttributeBuilder.biDatabaseFillExclamation: AttributeBuilder + get() { + classes("bi-database-fill-exclamation") + return this + } + +public val AttributeBuilder.biDatabaseFillGear: AttributeBuilder + get() { + classes("bi-database-fill-gear") + return this + } + +public val AttributeBuilder.biDatabaseFillLock: AttributeBuilder + get() { + classes("bi-database-fill-lock") + return this + } + +public val AttributeBuilder.biDatabaseFillSlash: AttributeBuilder + get() { + classes("bi-database-fill-slash") + return this + } + +public val AttributeBuilder.biDatabaseFillUp: AttributeBuilder + get() { + classes("bi-database-fill-up") + return this + } + +public val AttributeBuilder.biDatabaseFillX: AttributeBuilder + get() { + classes("bi-database-fill-x") + return this + } + +public val AttributeBuilder.biDatabaseFill: AttributeBuilder + get() { + classes("bi-database-fill") + return this + } + +public val AttributeBuilder.biDatabaseGear: AttributeBuilder + get() { + classes("bi-database-gear") + return this + } + +public val AttributeBuilder.biDatabaseLock: AttributeBuilder + get() { + classes("bi-database-lock") + return this + } + +public val AttributeBuilder.biDatabaseSlash: AttributeBuilder + get() { + classes("bi-database-slash") + return this + } + +public val AttributeBuilder.biDatabaseUp: AttributeBuilder + get() { + classes("bi-database-up") + return this + } + +public val AttributeBuilder.biDatabaseX: AttributeBuilder + get() { + classes("bi-database-x") + return this + } + +public val AttributeBuilder.biDatabase: AttributeBuilder + get() { + classes("bi-database") + return this + } + +public val AttributeBuilder.biHousesFill: AttributeBuilder + get() { + classes("bi-houses-fill") + return this + } + +public val AttributeBuilder.biHouses: AttributeBuilder + get() { + classes("bi-houses") + return this + } + +public val AttributeBuilder.biNvidia: AttributeBuilder + get() { + classes("bi-nvidia") + return this + } + +public val AttributeBuilder.biPersonVcardFill: AttributeBuilder + get() { + classes("bi-person-vcard-fill") + return this + } + +public val AttributeBuilder.biPersonVcard: AttributeBuilder + get() { + classes("bi-person-vcard") + return this + } + +public val AttributeBuilder.biSinaWeibo: AttributeBuilder + get() { + classes("bi-sina-weibo") + return this + } + +public val AttributeBuilder.biTencentQq: AttributeBuilder + get() { + classes("bi-tencent-qq") + return this + } + +public val AttributeBuilder.biWikipedia: AttributeBuilder + get() { + classes("bi-wikipedia") + return this + } + +public val AttributeBuilder.biAlphabetUppercase: AttributeBuilder + get() { + classes("bi-alphabet-uppercase") + return this + } + +public val AttributeBuilder.biAlphabet: AttributeBuilder + get() { + classes("bi-alphabet") + return this + } + +public val AttributeBuilder.biAmazon: AttributeBuilder + get() { + classes("bi-amazon") + return this + } + +public val AttributeBuilder.biArrowsCollapseVertical: AttributeBuilder + get() { + classes("bi-arrows-collapse-vertical") + return this + } + +public val AttributeBuilder.biArrowsExpandVertical: AttributeBuilder + get() { + classes("bi-arrows-expand-vertical") + return this + } + +public val AttributeBuilder.biArrowsVertical: AttributeBuilder + get() { + classes("bi-arrows-vertical") + return this + } + +public val AttributeBuilder.biArrows: AttributeBuilder + get() { + classes("bi-arrows") + return this + } + +public val AttributeBuilder.biBanFill: AttributeBuilder + get() { + classes("bi-ban-fill") + return this + } + +public val AttributeBuilder.biBan: AttributeBuilder + get() { + classes("bi-ban") + return this + } + +public val AttributeBuilder.biBing: AttributeBuilder + get() { + classes("bi-bing") + return this + } + +public val AttributeBuilder.biCake: AttributeBuilder + get() { + classes("bi-cake") + return this + } + +public val AttributeBuilder.biCake2: AttributeBuilder + get() { + classes("bi-cake2") + return this + } + +public val AttributeBuilder.biCookie: AttributeBuilder + get() { + classes("bi-cookie") + return this + } + +public val AttributeBuilder.biCopy: AttributeBuilder + get() { + classes("bi-copy") + return this + } + +public val AttributeBuilder.biCrosshair: AttributeBuilder + get() { + classes("bi-crosshair") + return this + } + +public val AttributeBuilder.biCrosshair2: AttributeBuilder + get() { + classes("bi-crosshair2") + return this + } + +public val AttributeBuilder.biEmojiAstonishedFill: AttributeBuilder + get() { + classes("bi-emoji-astonished-fill") + return this + } + +public val AttributeBuilder.biEmojiAstonished: AttributeBuilder + get() { + classes("bi-emoji-astonished") + return this + } + +public val AttributeBuilder.biEmojiGrimaceFill: AttributeBuilder + get() { + classes("bi-emoji-grimace-fill") + return this + } + +public val AttributeBuilder.biEmojiGrimace: AttributeBuilder + get() { + classes("bi-emoji-grimace") + return this + } + +public val AttributeBuilder.biEmojiGrinFill: AttributeBuilder + get() { + classes("bi-emoji-grin-fill") + return this + } + +public val AttributeBuilder.biEmojiGrin: AttributeBuilder + get() { + classes("bi-emoji-grin") + return this + } + +public val AttributeBuilder.biEmojiSurpriseFill: AttributeBuilder + get() { + classes("bi-emoji-surprise-fill") + return this + } + +public val AttributeBuilder.biEmojiSurprise: AttributeBuilder + get() { + classes("bi-emoji-surprise") + return this + } + +public val AttributeBuilder.biEmojiTearFill: AttributeBuilder + get() { + classes("bi-emoji-tear-fill") + return this + } + +public val AttributeBuilder.biEmojiTear: AttributeBuilder + get() { + classes("bi-emoji-tear") + return this + } + +public val AttributeBuilder.biEnvelopeArrowDownFill: AttributeBuilder + get() { + classes("bi-envelope-arrow-down-fill") + return this + } + +public val AttributeBuilder.biEnvelopeArrowDown: AttributeBuilder + get() { + classes("bi-envelope-arrow-down") + return this + } + +public val AttributeBuilder.biEnvelopeArrowUpFill: AttributeBuilder + get() { + classes("bi-envelope-arrow-up-fill") + return this + } + +public val AttributeBuilder.biEnvelopeArrowUp: AttributeBuilder + get() { + classes("bi-envelope-arrow-up") + return this + } + +public val AttributeBuilder.biFeather: AttributeBuilder + get() { + classes("bi-feather") + return this + } + +public val AttributeBuilder.biFeather2: AttributeBuilder + get() { + classes("bi-feather2") + return this + } + +public val AttributeBuilder.biFloppyFill: AttributeBuilder + get() { + classes("bi-floppy-fill") + return this + } + +public val AttributeBuilder.biFloppy: AttributeBuilder + get() { + classes("bi-floppy") + return this + } + +public val AttributeBuilder.biFloppy2Fill: AttributeBuilder + get() { + classes("bi-floppy2-fill") + return this + } + +public val AttributeBuilder.biFloppy2: AttributeBuilder + get() { + classes("bi-floppy2") + return this + } + +public val AttributeBuilder.biGitlab: AttributeBuilder + get() { + classes("bi-gitlab") + return this + } + +public val AttributeBuilder.biHighlighter: AttributeBuilder + get() { + classes("bi-highlighter") + return this + } + +public val AttributeBuilder.biMarkerTip: AttributeBuilder + get() { + classes("bi-marker-tip") + return this + } + +public val AttributeBuilder.biNvmeFill: AttributeBuilder + get() { + classes("bi-nvme-fill") + return this + } + +public val AttributeBuilder.biNvme: AttributeBuilder + get() { + classes("bi-nvme") + return this + } + +public val AttributeBuilder.biOpencollective: AttributeBuilder + get() { + classes("bi-opencollective") + return this + } + +public val AttributeBuilder.biPciCardNetwork: AttributeBuilder + get() { + classes("bi-pci-card-network") + return this + } + +public val AttributeBuilder.biPciCardSound: AttributeBuilder + get() { + classes("bi-pci-card-sound") + return this + } + +public val AttributeBuilder.biRadar: AttributeBuilder + get() { + classes("bi-radar") + return this + } + +public val AttributeBuilder.biSendArrowDownFill: AttributeBuilder + get() { + classes("bi-send-arrow-down-fill") + return this + } + +public val AttributeBuilder.biSendArrowDown: AttributeBuilder + get() { + classes("bi-send-arrow-down") + return this + } + +public val AttributeBuilder.biSendArrowUpFill: AttributeBuilder + get() { + classes("bi-send-arrow-up-fill") + return this + } + +public val AttributeBuilder.biSendArrowUp: AttributeBuilder + get() { + classes("bi-send-arrow-up") + return this + } + +public val AttributeBuilder.biSimSlashFill: AttributeBuilder + get() { + classes("bi-sim-slash-fill") + return this + } + +public val AttributeBuilder.biSimSlash: AttributeBuilder + get() { + classes("bi-sim-slash") + return this + } + +public val AttributeBuilder.biSourceforge: AttributeBuilder + get() { + classes("bi-sourceforge") + return this + } + +public val AttributeBuilder.biSubstack: AttributeBuilder + get() { + classes("bi-substack") + return this + } + +public val AttributeBuilder.biThreadsFill: AttributeBuilder + get() { + classes("bi-threads-fill") + return this + } + +public val AttributeBuilder.biThreads: AttributeBuilder + get() { + classes("bi-threads") + return this + } + +public val AttributeBuilder.biTransparency: AttributeBuilder + get() { + classes("bi-transparency") + return this + } + +public val AttributeBuilder.biTwitterX: AttributeBuilder + get() { + classes("bi-twitter-x") + return this + } + +public val AttributeBuilder.biTypeH4: AttributeBuilder + get() { + classes("bi-type-h4") + return this + } + +public val AttributeBuilder.biTypeH5: AttributeBuilder + get() { + classes("bi-type-h5") + return this + } + +public val AttributeBuilder.biTypeH6: AttributeBuilder + get() { + classes("bi-type-h6") + return this + } + +public val AttributeBuilder.biBackpackFill: AttributeBuilder + get() { + classes("bi-backpack-fill") + return this + } + +public val AttributeBuilder.biBackpack: AttributeBuilder + get() { + classes("bi-backpack") + return this + } + +public val AttributeBuilder.biBackpack2Fill: AttributeBuilder + get() { + classes("bi-backpack2-fill") + return this + } + +public val AttributeBuilder.biBackpack2: AttributeBuilder + get() { + classes("bi-backpack2") + return this + } + +public val AttributeBuilder.biBackpack3Fill: AttributeBuilder + get() { + classes("bi-backpack3-fill") + return this + } + +public val AttributeBuilder.biBackpack3: AttributeBuilder + get() { + classes("bi-backpack3") + return this + } + +public val AttributeBuilder.biBackpack4Fill: AttributeBuilder + get() { + classes("bi-backpack4-fill") + return this + } + +public val AttributeBuilder.biBackpack4: AttributeBuilder + get() { + classes("bi-backpack4") + return this + } + +public val AttributeBuilder.biBrilliance: AttributeBuilder + get() { + classes("bi-brilliance") + return this + } + +public val AttributeBuilder.biCakeFill: AttributeBuilder + get() { + classes("bi-cake-fill") + return this + } + +public val AttributeBuilder.biCake2Fill: AttributeBuilder + get() { + classes("bi-cake2-fill") + return this + } + +public val AttributeBuilder.biDuffleFill: AttributeBuilder + get() { + classes("bi-duffle-fill") + return this + } + +public val AttributeBuilder.biDuffle: AttributeBuilder + get() { + classes("bi-duffle") + return this + } + +public val AttributeBuilder.biExposure: AttributeBuilder + get() { + classes("bi-exposure") + return this + } + +public val AttributeBuilder.biGenderNeuter: AttributeBuilder + get() { + classes("bi-gender-neuter") + return this + } + +public val AttributeBuilder.biHighlights: AttributeBuilder + get() { + classes("bi-highlights") + return this + } + +public val AttributeBuilder.biLuggageFill: AttributeBuilder + get() { + classes("bi-luggage-fill") + return this + } + +public val AttributeBuilder.biLuggage: AttributeBuilder + get() { + classes("bi-luggage") + return this + } + +public val AttributeBuilder.biMailboxFlag: AttributeBuilder + get() { + classes("bi-mailbox-flag") + return this + } + +public val AttributeBuilder.biMailbox2Flag: AttributeBuilder + get() { + classes("bi-mailbox2-flag") + return this + } + +public val AttributeBuilder.biNoiseReduction: AttributeBuilder + get() { + classes("bi-noise-reduction") + return this + } + +public val AttributeBuilder.biPassportFill: AttributeBuilder + get() { + classes("bi-passport-fill") + return this + } + +public val AttributeBuilder.biPassport: AttributeBuilder + get() { + classes("bi-passport") + return this + } + +public val AttributeBuilder.biPersonArmsUp: AttributeBuilder + get() { + classes("bi-person-arms-up") + return this + } + +public val AttributeBuilder.biPersonRaisedHand: AttributeBuilder + get() { + classes("bi-person-raised-hand") + return this + } + +public val AttributeBuilder.biPersonStandingDress: AttributeBuilder + get() { + classes("bi-person-standing-dress") + return this + } + +public val AttributeBuilder.biPersonStanding: AttributeBuilder + get() { + classes("bi-person-standing") + return this + } + +public val AttributeBuilder.biPersonWalking: AttributeBuilder + get() { + classes("bi-person-walking") + return this + } + +public val AttributeBuilder.biPersonWheelchair: AttributeBuilder + get() { + classes("bi-person-wheelchair") + return this + } + +public val AttributeBuilder.biShadows: AttributeBuilder + get() { + classes("bi-shadows") + return this + } + +public val AttributeBuilder.biSuitcaseFill: AttributeBuilder + get() { + classes("bi-suitcase-fill") + return this + } + +public val AttributeBuilder.biSuitcaseLgFill: AttributeBuilder + get() { + classes("bi-suitcase-lg-fill") + return this + } + +public val AttributeBuilder.biSuitcaseLg: AttributeBuilder + get() { + classes("bi-suitcase-lg") + return this + } + +public val AttributeBuilder.biSuitcase: AttributeBuilder + get() { + classes("bi-suitcase") + return this + } + +public val AttributeBuilder.biSuitcase2Fill: AttributeBuilder + get() { + classes("bi-suitcase2-fill") + return this + } + +public val AttributeBuilder.biSuitcase2: AttributeBuilder + get() { + classes("bi-suitcase2") + return this + } + +public val AttributeBuilder.biVignette: AttributeBuilder + get() { + classes("bi-vignette") + return this + } + diff --git a/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapIconsPlugin.kt b/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapIconsPlugin.kt index c422926..4700143 100644 --- a/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapIconsPlugin.kt +++ b/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapIconsPlugin.kt @@ -35,6 +35,4 @@ public class BootstrapIconsPlugin : KwebPlugin() { } } -public val bootstrapIconsPlugin: BootstrapIconsPlugin get() = BootstrapIconsPlugin() - -public val bootstrapIcons: BootstrapIconsClasses get() = BootstrapIconsClasses() \ No newline at end of file +public val bootstrapIconsPlugin: BootstrapIconsPlugin get() = BootstrapIconsPlugin() \ No newline at end of file diff --git a/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapPlugin.kt b/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapPlugin.kt index fac9c39..df03ef6 100644 --- a/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapPlugin.kt +++ b/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/BootstrapPlugin.kt @@ -39,6 +39,4 @@ public class BootstrapPlugin : KwebPlugin() { } } -public val bootstrapPlugin: BootstrapPlugin get() = BootstrapPlugin() - -public val bootstrap: BootstrapClasses get() = BootstrapClasses() \ No newline at end of file +public val bootstrapPlugin: BootstrapPlugin get() = BootstrapPlugin() \ No newline at end of file diff --git a/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/GenClasses.kt b/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/GenClasses.kt index b3a58e6..a531e9f 100644 --- a/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/GenClasses.kt +++ b/exkt-kweb/src/jvmMain/kotlin/dev/d1s/exkt/kweb/plugins/bootstrap/GenClasses.kt @@ -24,6 +24,8 @@ import java.nio.file.Files import java.nio.file.Paths import java.nio.file.StandardOpenOption +private const val BS_PREFIX = "bs" + private enum class Mode { MAIN, ICONS } @@ -72,56 +74,45 @@ private fun prepareOutput() { } private fun writeSourceFile(mode: Mode, classes: List) { - val classDefinition = when (mode) { - Mode.MAIN -> "BootstrapClasses" - Mode.ICONS -> "BootstrapIconsClasses" - } - - prepareSourceFile(classDefinition) + prepareSourceFile() classes.forEach { - writeProperty(it, classDefinition) + writeProperty(it, mode) } - - finishSourceFile() } -private fun prepareSourceFile(classDefinition: String) { +private fun prepareSourceFile() { writeOutput( "// !!! THIS FILE WAS AUTOMATICALLY GENERATED VIA dev.d1s.exkt.kweb.plugins.bootstrap.GenClassesKt DO NOT MODIFY !!!\n\n" ) writeOutput("package dev.d1s.exkt.kweb.plugins.bootstrap\n\n") writeOutput("import kweb.AttributeBuilder\nimport kweb.classes\n\n") - writeOutput("public class $classDefinition : AttributeBuilder() {\n\n") } -private fun writeProperty(classname: String, classDefinition: String) { - val propertyName = - classname.split("-") - .mapIndexed { index, s -> - if (index != 0) { - s.replaceFirstChar { - it.uppercase() - } - } else { - s +private fun writeProperty(classname: String, mode: Mode) { + val prefix = if (mode == Mode.MAIN) BS_PREFIX else "" + + val propertyName = prefix + classname.split("-") + .mapIndexed { index, s -> + if (mode == Mode.MAIN || index != 0) { + s.replaceFirstChar { + it.uppercase() } - }.joinToString("") + } else { + s + } + }.joinToString("") writeOutput( - " public val $propertyName: $classDefinition\n" + - " get() {\n" + - " classes(\"$classname\")\n" + - " return this\n" + - " }\n\n" + "public val AttributeBuilder.$propertyName: AttributeBuilder\n" + + " get() {\n" + + " classes(\"$classname\")\n" + + " return this\n" + + " }\n\n" ) } -private fun finishSourceFile() { - writeOutput("}") -} - private fun writeOutput(text: String) { Files.writeString(path, text, StandardOpenOption.APPEND) } \ No newline at end of file