@ubloimmo/uikit 1.4.3 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_commonjsHelpers.js +1 -1
- package/dist/_virtual/jsx-runtime.js +1 -1
- package/dist/_virtual/lodash.js +1 -1
- package/dist/_virtual/react-jsx-runtime.development.js +1 -1
- package/dist/_virtual/react-jsx-runtime.production.min.js +1 -1
- package/dist/components/AccountBalance/AccountBalance.component.js +1 -1
- package/dist/components/AccountBalance/AccountBalance.styles.js +1 -1
- package/dist/components/AccountBalance/AccountBalance.utils.js +1 -1
- package/dist/components/Action/Action.component.js +1 -1
- package/dist/components/Action/Action.styles.js +1 -1
- package/dist/components/Action/components/Action.card.js +1 -1
- package/dist/components/Action/components/Action.centered.js +1 -1
- package/dist/components/Action/components/Action.default.js +1 -1
- package/dist/components/Action/components/Action.large.js +1 -1
- package/dist/components/ActionIcon/ActionIcon.component.js +1 -1
- package/dist/components/ActionIcon/ActionIcon.styles.js +1 -1
- package/dist/components/Avatar/Avatar.component.js +1 -1
- package/dist/components/Avatar/Avatar.styles.js +1 -1
- package/dist/components/Avatar/Avatar.utils.js +1 -1
- package/dist/components/Badge/Badge.component.d.ts +1 -1
- package/dist/components/Badge/Badge.component.js +4 -4
- package/dist/components/Badge/Badge.styles.js +2 -2
- package/dist/components/Button/Button.component.js +1 -1
- package/dist/components/Button/Button.styles.js +1 -1
- package/dist/components/Calendar/Calendar.component.js +1 -1
- package/dist/components/Calendar/Calendar.styles.js +1 -1
- package/dist/components/Calendar/Calendar.utils.js +1 -1
- package/dist/components/Calendar/components/CalendarFooter.component.js +1 -1
- package/dist/components/Calendar/components/CalendarNav.component.js +1 -1
- package/dist/components/Callout/Callout.component.js +1 -1
- package/dist/components/Callout/Callout.styles.js +1 -1
- package/dist/components/Callout/components/CalloutIcon.component.js +1 -1
- package/dist/components/Checkbox/Checkbox.component.js +1 -1
- package/dist/components/Checkbox/Checkbox.styles.js +12 -3
- package/dist/components/Chip/Chip.component.d.ts +1 -1
- package/dist/components/Chip/Chip.component.js +36 -34
- package/dist/components/Chip/Chip.styles.d.ts +1 -0
- package/dist/components/Chip/Chip.styles.js +7 -3
- package/dist/components/ComboBox/ComboBox.component.js +1 -1
- package/dist/components/ComboBoxButton/ComboBoxButton.component.js +1 -1
- package/dist/components/ComboBoxButton/ComboBoxButton.styles.js +1 -1
- package/dist/components/ContextInfoCard/ContextInfoCard.component.js +1 -1
- package/dist/components/ContextInfoCard/ContextInfoCard.styles.js +1 -1
- package/dist/components/ContextLine/ContextLine.component.js +1 -1
- package/dist/components/ContextLine/ContextLine.styles.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.component.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.styles.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuArrow/ContextMenuArrow.component.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuArrow/ContextMenuArrow.styles.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuItem/ContextMenuItem.component.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuItem/ContextMenuItem.styles.js +1 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.component.js +1 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.styles.js +1 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.utils.js +1 -1
- package/dist/components/Dialog/Dialog.component.js +1 -1
- package/dist/components/Dialog/Dialog.context.js +1 -1
- package/dist/components/Dialog/Dialog.styles.js +1 -1
- package/dist/components/Divider/Divider.component.js +1 -1
- package/dist/components/Divider/Divider.styles.js +1 -1
- package/dist/components/EnergyLabel/EnergyLabel.component.js +1 -1
- package/dist/components/EnergyLabel/EnergyLabel.styles.js +1 -1
- package/dist/components/EntityInfoCard/EntityInfoCard.component.d.ts +1 -1
- package/dist/components/EntityInfoCard/EntityInfoCard.component.js +39 -42
- package/dist/components/EntityInfoCard/EntityInfoCard.styles.js +1 -1
- package/dist/components/EntityInfoCard/components/EntityInfoCard.footer.js +1 -1
- package/dist/components/EntityInfoCard/components/EntityInfoCard.header.js +1 -1
- package/dist/components/EntityInfoCard/components/EntityInfoCard.section.js +1 -1
- package/dist/components/EntityInfoCard/components/EntityInfoCard.sectionItems.js +1 -1
- package/dist/components/FeatureSwitch/FeatureSwitch.component.js +1 -1
- package/dist/components/FeatureSwitch/FeatureSwitch.utils.js +1 -1
- package/dist/components/Field/Field.component.d.ts +1 -1
- package/dist/components/Field/Field.component.js +1 -1
- package/dist/components/Field/Field.utils.d.ts +10 -0
- package/dist/components/Field/Field.utils.js +50 -41
- package/dist/components/Form/Form.component.js +1 -1
- package/dist/components/Form/Form.context.js +1 -1
- package/dist/components/Form/Form.format.js +1 -1
- package/dist/components/Form/Form.styles.js +1 -1
- package/dist/components/Form/Form.utils.js +1 -1
- package/dist/components/Form/components/FieldSkeleton.component.js +1 -1
- package/dist/components/Form/components/FormCustomContent.component.js +1 -1
- package/dist/components/Form/components/FormCustomField.component.js +1 -1
- package/dist/components/Form/components/FormDebug.component.js +1 -1
- package/dist/components/Form/components/FormDivider.component.js +1 -1
- package/dist/components/Form/components/FormEditBanner.component.js +1 -1
- package/dist/components/Form/components/FormEditButton.component.js +1 -1
- package/dist/components/Form/components/FormFeatureSwitch.component.js +1 -1
- package/dist/components/Form/components/FormField.component.js +1 -1
- package/dist/components/Form/components/FormFieldDisplay.component.js +1 -1
- package/dist/components/Form/components/FormFieldGridItem.component.js +1 -1
- package/dist/components/Form/components/FormFieldRenderer.component.js +1 -1
- package/dist/components/Form/components/FormHeader.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTable.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableCellControls.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableCustomFieldCell.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableFieldCell.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableEmptyState.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooter.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooterButton.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooterSelect.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableHeader/FormTableHeader.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableRow.component.js +1 -1
- package/dist/components/Form/components/FormText.component.js +1 -1
- package/dist/components/Heading/Heading.component.js +1 -1
- package/dist/components/Hypertext/Hypertext.component.js +1 -1
- package/dist/components/Hypertext/Hypertext.styles.js +1 -1
- package/dist/components/Icon/Icon.component.d.ts +2 -2
- package/dist/components/Icon/Icon.component.js +27 -29
- package/dist/components/Icon/Icon.styles.js +1 -1
- package/dist/components/Icon/Icon.utils.d.ts +6 -5
- package/dist/components/Icon/Icon.utils.js +22 -19
- package/dist/components/Icon/__generated__/bootstrap/Activity.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Airplane.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AirplaneEngines.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AirplaneEnginesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AirplaneFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alarm.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlarmFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alexa.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignBottom.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignCenter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignEnd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignMiddle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignStart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignTop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alipay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alphabet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlphabetUppercase.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Amazon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Amd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Android.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Android2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/App.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AppIndicator.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Apple.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Archive.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArchiveFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrow90DegDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrow90DegLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrow90DegRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrow90DegUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowBarDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowBarLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowBarRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowBarUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowClockwise.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowCounterclockwise.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeftCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeftCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeftSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeftSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRightCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRightCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRightSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRightSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownShort.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftShort.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRepeat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowReturnLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowReturnRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightShort.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowThroughHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowThroughHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeftCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeftCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeftSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeftSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRightCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRightCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRightSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRightSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpShort.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrows.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsAngleContract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsAngleExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsCollapse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsCollapseVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsExpandVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsFullscreen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsMove.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AspectRatio.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AspectRatioFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Asterisk.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/At.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Award.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Back.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack4Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BackpackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backspace.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BackspaceFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BackspaceReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BackspaceReverseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge3D.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge3dFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge4K.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge4kFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge8K.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge8kFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeAd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeAdFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeAr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeArFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeCc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeCcFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeHd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeHdFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeSd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeSdFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeTm.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeTmFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeVo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeVoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeVr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeVrFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeWc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeWcFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Balloon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BalloonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BalloonHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BalloonHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ban.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BanFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bandaid.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BandaidFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bank.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bank2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChartLine.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChartLineFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChartSteps.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BasketFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Battery.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BatteryCharging.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BatteryFull.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BatteryHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Behance.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bell.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BellFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BellSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BellSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bezier.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bezier2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bicycle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bing.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Binoculars.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BinocularsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BlockquoteLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BlockquoteRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bluetooth.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BodyText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Book.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bookmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkStar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkStarFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bookmarks.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarksFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bookshelf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Boombox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoomboxFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BootstrapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BootstrapReboot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Border.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderBottom.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderCenter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderInner.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderMiddle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderOuter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderStyle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderTop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderWidth.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoundingBox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoundingBoxCircles.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box2Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box2HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowDownLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowDownRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInDownLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInDownRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInUpLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInUpRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowUpLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowUpRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxSeam.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxSeamFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Boxes.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Braces.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BracesAsterisk.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bricks.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Briefcase.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BriefcaseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessAltHigh.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessAltHighFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessAltLow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessAltLowFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessHigh.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessHighFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessLow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessLowFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Brilliance.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Broadcast.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BroadcastPin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrowserChrome.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrowserEdge.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrowserFirefox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrowserSafari.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Brush.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrushFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bucket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BucketFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bug.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BugFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Building.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Buildings.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bullseye.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BusFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BusFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cake.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cake2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cake2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CakeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calculator.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalculatorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Check.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2CheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Date.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2DateFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Day.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2DayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Event.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2EventFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Minus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2MinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Month.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2MonthFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Plus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2PlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Range.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2RangeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Week.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2WeekFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2X.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2XFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3Event.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3EventFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3Range.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3RangeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3Week.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3WeekFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar4Event.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar4Range.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar4Week.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarDate.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarDateFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarDay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarDayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarEvent.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarEventFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarMonth.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarMonthFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarRange.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarRangeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarWeek.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarWeekFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Camera.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Camera2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraReels.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraReelsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraVideo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraVideoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraVideoOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraVideoOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Capslock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CapslockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Capsule.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CapsulePill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CarFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CarFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardChecklist.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardHeading.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardImage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardList.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretDownSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretDownSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretLeftSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretLeftSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretRightSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretRightSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretUpSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretUpSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cart2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cart3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cart4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CashCoin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CashStack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cassette.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CassetteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cast.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CcCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CcCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CcSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CcSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Chat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatDotsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftDotsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftQuote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftQuoteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatQuote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatQuoteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightDotsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightQuote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightQuoteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareDotsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareQuote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareQuoteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check2All.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check2Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check2Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckSquareFillBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarContract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronContract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Check.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2CheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Data.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2DataFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Minus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2MinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Plus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2PlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Pulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2PulseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2X.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2XFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardData.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardDataFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClockHistory.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cloud.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDownload.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDownloadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDrizzle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDrizzleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFogFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHail.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHailFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHazeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightning.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningRain.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningRainFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMoon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMoonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRain.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainHeavy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainHeavyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSleet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSleetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSnow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSnowFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSun.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSunFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudUpload.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudUploadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clouds.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cloudy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Code.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CodeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CodeSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Coin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Collection.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionPlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionPlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Columns.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ColumnsGap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Command.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Compass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CompassFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cone.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ConeStriped.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Controller.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cookie.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Copy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cpu.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CpuFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2Back.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2BackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2Front.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2FrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crosshair.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crosshair2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cup.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupHot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupHotFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupStraw.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyBitcoin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyDollar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyEuro.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyExchange.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyPound.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyRupee.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyYen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cursor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CursorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CursorText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircleDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquareDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Database.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceHdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceHddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceSsd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceSsdFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiamondHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice1Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice4Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice5.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice5Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice6.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice6Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Disc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiscFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Discord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Display.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DisplayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Displayport.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DisplayportFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DistributeHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DistributeVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorClosed.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorClosedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorOpen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorOpenFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Download.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dpad.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DpadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dribbble.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dropbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Droplet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DropletFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DropletHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Duffle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DuffleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EarFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Earbuds.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Egg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EggFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EggFried.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eject.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EjectFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAngry.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAngryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAstonished.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAstonishedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiDizzy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiDizzyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiExpressionless.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiExpressionlessFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiFrown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiFrownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrimace.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrimaceFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrinFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiHeartEyes.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiHeartEyesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiKiss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiKissFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiLaughing.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiLaughingFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiNeutral.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiNeutralFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmile.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileUpsideDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileUpsideDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSunglasses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSunglassesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSurprise.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSurpriseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiTear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiTearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiWink.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiWinkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Envelope.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeAt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeAtFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaper.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eraser.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EraserFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Escape.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ethernet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvStation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvStationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationDiamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationDiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationOctagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationOctagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationTriangle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationTriangleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exclude.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Explicit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExplicitFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exposure.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eye.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eyedropper.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eyeglasses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Facebook.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fan.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Feather.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Feather2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/File.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBarGraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBarGraphFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBinary.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBinaryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCodeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileDiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileDiffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBarGraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBarGraphFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBinary.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBinaryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCodeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkDiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkDiffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkEasel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkEaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkExcel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkExcelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFont.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkImage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMedical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMedicalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMusic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMusicFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPdfFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPerson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPersonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPost.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPostFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPptFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRichtext.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRichtextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRuled.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRuledFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSlides.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSlidesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSpreadsheet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSpreadsheetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkWord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkWordFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkZip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkZipFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEasel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileExcel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileExcelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFont.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileImage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMedical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMedicalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMusic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMusicFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePdfFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePerson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePersonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePost.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePostFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePptFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRichtext.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRichtextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRuled.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRuledFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSlides.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSlidesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSpreadsheet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSpreadsheetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileWord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileWordFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileZip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileZipFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Files.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilesAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeAac.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeAi.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeBmp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCs.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCsv.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeDoc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeDocx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeExe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeGif.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeHeic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeHtml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJava.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJpg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJs.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeKey.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeM4P.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMdx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMov.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMp3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMp4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeOtf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePhp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePng.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePptx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePsd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeRaw.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeRb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeScss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSh.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSql.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSvg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTtf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTxt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeWav.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeWoff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXls.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXlsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeYml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Film.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Filter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fingerprint.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FireBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FlagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FloppyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder2Open.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderSymlink.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderSymlinkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fonts.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Forward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Front.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPump.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpDiesel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpDieselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fullscreen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FullscreenExit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Funnel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FunnelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearWide.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearWideConnected.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gem.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderAmbiguous.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderFemale.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderMale.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderNeuter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderTrans.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Geo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoAltFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gift.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GiftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Git.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Github.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gitlab.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Globe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Globe2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeAmericas.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeAsiaAustralia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeCentralSouthAsia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeEuropeAfrica.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Google.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GooglePlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GpuCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphDownArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphUpArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid1X2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid1X2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2Gap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2GapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3Gap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3GapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GridFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GripHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GripVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hammer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndex.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexThumb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexThumbFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Handbag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandbagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddNetwork.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddNetworkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddRack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddRackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddStack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddStackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hdmi.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HdmiFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Headphones.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Headset.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeadsetVr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartPulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartPulseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heartbreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartbreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hearts.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heptagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeptagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeptagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hexagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HexagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HexagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Highlighter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Highlights.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hospital.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HospitalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hourglass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassBottom.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassTop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/House.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseAddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDoor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDoorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseGearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Houses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HousesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hurricane.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hypnotize.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Image.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ImageAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Images.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Inbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InboxFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Inboxes.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InboxesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Incognito.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Indent.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfinityBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Info.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InputCursor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InputCursorText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Instagram.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Intersect.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Journal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalAlbum.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalBookmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalBookmarkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalCheckBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalMedical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalRichtext.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Journals.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Joystick.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Justify.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JustifyLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JustifyRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Kanban.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/KanbanFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Key.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/KeyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Keyboard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/KeyboardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ladder.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lamp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LampFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Laptop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LaptopFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayerBackward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayerForward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Layers.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayersFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayersHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSidebar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSidebarInset.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSidebarInsetReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSidebarReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutTextSidebar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutTextSidebarReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutTextWindow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutTextWindowReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutThreeColumns.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LayoutWtf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LifePreserver.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lightbulb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightbulbFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightbulbOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightbulbOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lightning.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightningCharge.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightningChargeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LightningFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Line.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Link.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Link45Deg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Linkedin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/List.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListColumns.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListColumnsReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListNested.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListOl.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListStars.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListTask.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ListUl.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Luggage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LuggageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Lungs.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/LungsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Magic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Magnet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MagnetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mailbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mailbox2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mailbox2Flag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MailboxFlag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Map.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Markdown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MarkdownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MarkerTip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mask.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mastodon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Medium.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Megaphone.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MegaphoneFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Memory.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuApp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuAppFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuButton.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuButtonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuButtonWide.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuButtonWideFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MenuUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Messenger.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Meta.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MicFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MicMute.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MicMuteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Microsoft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MicrosoftTeams.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Minecart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MinecartLoaded.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Modem.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ModemFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Moisture.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Moon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MoonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MoonStars.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MoonStarsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mortarboard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MortarboardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Motherboard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MotherboardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Mouse3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MouseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicNote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicNoteBeamed.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicNoteList.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicPlayer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/MusicPlayerFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Newspaper.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NintendoSwitch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NodeMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NodeMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NodePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NodePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NoiseReduction.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Nut.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NutFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Nvidia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Nvme.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/NvmeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Octagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/OctagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/OctagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Opencollective.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/OpticalAudio.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/OpticalAudioFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Option.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Outlet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PaintBucket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Palette.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Palette2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PaletteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Paperclip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Paragraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PassFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Passport.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PassportFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchQuestion.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PatchQuestionFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pause.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PauseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Paypal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PcDisplay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PcDisplayHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PcHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PciCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PciCardNetwork.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PciCardSound.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Peace.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PeaceFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PenFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pencil.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PencilFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PencilSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pentagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PentagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PentagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/People.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PeopleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Percent.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Person.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonArmsUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonBadge.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonBadgeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonBoundingBox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonFillX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonHearts.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonLinesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonRaisedHand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonRolodex.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonStanding.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonStandingDress.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVcard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVcardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVideo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVideo2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonVideo3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonWalking.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonWheelchair.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonWorkspace.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PersonXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Phone.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneFlip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneLandscape.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneLandscapeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneVibrate.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PhoneVibrateFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PieChart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PieChartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PiggyBank.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PiggyBankFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinAngle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinAngleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinMap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PinMapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pinterest.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Pip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PipFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Play.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Playstation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Plug.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlugFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Plugin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Plus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusCircleDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusSlashMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusSquareDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PlusSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Postage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostageHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostageHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Postcard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostcardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostcardHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PostcardHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Power.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Prescription.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Prescription2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Printer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PrinterFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Projector.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ProjectorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Puzzle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/PuzzleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QrCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QrCodeScan.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Question.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionDiamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionDiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionOctagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionOctagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/QuestionSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Quora.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Quote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Radar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Radioactive.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rainbow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Receipt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ReceiptCutoff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception0.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reception4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Record.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Record2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Record2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RecordFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Recycle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reddit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Regex.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Repeat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Repeat1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Reply.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ReplyAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ReplyAllFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ReplyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rewind.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RewindFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Robot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rocket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RocketFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RocketTakeoff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RocketTakeoffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Router.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RouterFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/RssFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Rulers.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Safe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Safe2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Safe2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SafeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Save.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Save2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Save2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SaveFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Scissors.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Scooter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Screwdriver.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SdCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SdCardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Search.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SearchHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SearchHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SegmentedNav.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Send.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SendXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Server.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shadows.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Share.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shield.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldFillX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldShaded.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShieldX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shift.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShiftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ShopWindow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Shuffle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignDeadEnd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignDeadEndFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignDoNotEnter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignDoNotEnterFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersection.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionSide.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionSideFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionT.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionTFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionY.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignIntersectionYFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignMergeLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignMergeLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignMergeRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignMergeRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoLeftTurn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoLeftTurnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoParking.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoParkingFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoRightTurn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignNoRightTurnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignRailroad.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignRailroadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignStop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignStopFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignStopLights.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignStopLightsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnSlightLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnSlightLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnSlightRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignTurnSlightRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignYield.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignYieldFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Signal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Signpost.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Signpost2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Signpost2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignpostFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignpostSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SignpostSplitFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sim.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SimFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SimSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SimSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SinaWeibo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipBackwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEnd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipEndFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SkipStartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Skype.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Slack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Slash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SlashSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sliders.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sliders2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sliders2Vertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Smartwatch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Snapchat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Snow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Snow2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Snow3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortAlphaDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortAlphaDownAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortAlphaUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortAlphaUpAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortDownAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortNumericDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortNumericDownAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortNumericUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortNumericUpAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SortUpAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Soundwave.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sourceforge.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Speaker.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SpeakerFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Speedometer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Speedometer2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Spellcheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Spotify.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SquareHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StackOverflow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Star.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StarFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StarHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stars.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Steam.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stickies.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StickiesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sticky.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StickyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stoplights.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StoplightsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stopwatch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/StopwatchFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Strava.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Stripe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Subscript.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Substack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Subtract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitClub.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitClubFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitDiamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitDiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitSpade.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitSpadeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Suitcase.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Suitcase2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Suitcase2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitcaseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitcaseLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SuitcaseLgFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sun.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SunFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sunglasses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sunrise.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SunriseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Sunset.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SunsetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Superscript.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SymmetryHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/SymmetryVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Table.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tablet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TabletFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TabletLandscape.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TabletLandscapeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tags.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TagsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TaxiFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TaxiFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Telegram.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Telephone.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneForward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneInbound.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneInboundFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneOutbound.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneOutboundFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephonePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephonePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TelephoneXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TencentQq.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Terminal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TerminalX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextCenter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextIndentLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextIndentRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextParagraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextWrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Textarea.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextareaResize.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TextareaT.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Thermometer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerHigh.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerLow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerSnow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThermometerSun.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Threads.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThreadsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThreeDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThreeDotsVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Thunderbolt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ThunderboltFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ticket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketDetailed.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketDetailedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketPerforated.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TicketPerforatedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tiktok.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Toggle2Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Toggle2On.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ToggleOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ToggleOn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Toggles.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Toggles2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tools.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tornado.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainFreightFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainFreightFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainLightrailFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrainLightrailFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Translate.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Transparency.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trash3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tree.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TreeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trello.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Triangle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TriangleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TriangleHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Trophy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TrophyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TropicalStorm.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Truck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TruckFlatbed.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TruckFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TruckFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tsunami.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Tv.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TvFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Twitch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Twitter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TwitterX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Type.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeBold.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH5.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeH6.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeItalic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeStrikethrough.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/TypeUnderline.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ubuntu.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UiChecks.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UiChecksGrid.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UiRadios.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UiRadiosGrid.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Umbrella.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UmbrellaFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Unindent.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Union.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Unity.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UniversalAccess.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UniversalAccessCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Unlock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UnlockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Upc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UpcScan.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Upload.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Usb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbC.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbCFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbDrive.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbDriveFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbMicro.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbMicroFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbMini.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbMiniFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbPlug.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbPlugFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/UsbSymbol.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Valentine.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Valentine2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VectorPen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ViewList.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ViewStacked.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Vignette.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Vimeo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Vinyl.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VinylFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Virus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Virus2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Voicemail.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeMute.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeMuteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/VolumeUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Vr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wallet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wallet2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WalletFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Watch.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Water.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Webcam.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WebcamFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wechat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Whatsapp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wifi.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wifi1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wifi2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WifiOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wikipedia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wind.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowDesktop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowDock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowFullscreen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowSidebar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowStack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WindowX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Windows.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wordpress.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Wrench.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WrenchAdjustable.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WrenchAdjustableCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/WrenchAdjustableCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/X.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XDiamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XDiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XOctagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XOctagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/XSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Xbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Yelp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/YinYang.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Youtube.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ZoomIn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ZoomOut.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_0Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_0CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_0Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_0SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_123.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_1Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_1CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_1Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_1SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_2Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_2CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_2Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_2SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_3Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_3CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_3Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_3SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_4Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_4CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_4Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_4SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_5Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_5CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_5Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_5SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_6Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_6CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_6Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_6SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_7Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_7CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_7Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_7SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_8Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_8CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_8Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_8SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_9Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_9CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_9Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/_9SquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/common.types.js +1 -1
- package/dist/components/Icon/__generated__/custom/Abacus.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Apps.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/AppsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/AppsPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/AppsPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BackArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BinaryTree.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BuildingBlocks.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BuildingBlocksFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BusinessUnit.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BusinessUnitFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BusinessUnitFill2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CatRobot.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CatRobot2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CatRobot2Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CatRobotOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CheckSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Circle2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CircleCore.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CircleCore2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CircleCoreHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CircleDashed.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Coins.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsIn.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsLink.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsOut.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsRisk.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConeStriped2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConeStripedFill2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Convexe.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCheckAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCheckAllFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeClock.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeClockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCore.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCore2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCoreHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeEarmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeInfo.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeInfoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeSepa.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeSepaFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeTimer.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeX.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Delete.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DeleteIcon.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondCorner.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondDashed.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondKey.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondKeyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Diamonds.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsGrid.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsIntersect.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsLayers.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsLayers2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsLayersKey.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsLayersKey2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsStripes.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Feather3.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Figma.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/FigmaFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/File2Clock.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Fire.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/FireFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/FolderSparkle.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Grab.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/GrabHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Hand.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HandOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HandStop.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Hexagon2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonArrowRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonCore.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonCore2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonCoreHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonDashed.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonQuestion.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonQuestionFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Intercom.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/IntercomFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoice.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoice2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoice2In.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoice2Out.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoiceClock.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoiceDraft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoicePdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoices.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoices2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoicesLink.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Journal.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Journal2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Journal2Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/JournalCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/JournalOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/MeasuringTape.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/MeasuringTapeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PaintRoller.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PaintRollerFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PenOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PenOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ProrataCalendar.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Receipt2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ReceiptClock.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ReceiptDraft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ReceiptOff2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ReceiptPdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Shelves.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SlashCircleFillV2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SlashCircleV2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SlashSquareFillV2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SlashSquareV2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Squircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowBottom.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowBottomFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowTop.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowTopFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCheckAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCheckAllFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleClock.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleClockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCore.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCore2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCoreHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleDraft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleInfo.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleInfoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleLink.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleLinkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleX.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/TestPipe.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/TestPipeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ThermometerFire3.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Trash3Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Trash3OffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2Core.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2Core2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2CoreHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2X.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2XFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/UnitLayout.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/UnitTemplate.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/UnpaidInvoice.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Window.icon.js +1 -1
- package/dist/components/Icon/__generated__/index.js +1 -1
- package/dist/components/Icon/__generated__/index.lazy.d.ts +2239 -0
- package/dist/components/Icon/__generated__/index.lazy.js +2252 -0
- package/dist/components/IconPicker/IconPicker.component.js +1 -1
- package/dist/components/IconPicker/IconPicker.styles.js +1 -1
- package/dist/components/IconPicker/components/IconPickerItem/IconPickerItem.component.js +1 -1
- package/dist/components/IconPicker/components/IconPickerItem/IconPickerItem.styles.js +1 -1
- package/dist/components/InfoBox/InfoBox.component.js +1 -1
- package/dist/components/InfoBox/InfoBox.styles.js +1 -1
- package/dist/components/Input/ComboBoxInput/ComboBoxInput.component.js +1 -1
- package/dist/components/Input/CurrencyInput/CurrencyInput.component.js +1 -1
- package/dist/components/Input/CurrencyInput/CurrencyInput.data.js +1 -1
- package/dist/components/Input/CurrencyInput/CurrencyInput.styles.js +1 -1
- package/dist/components/Input/CurrencyInput/CurrencyInput.utils.js +1 -1
- package/dist/components/Input/DateInput/DateInput.component.js +1 -1
- package/dist/components/Input/DateInput/DateInput.styles.js +1 -1
- package/dist/components/Input/DateInput/DateInput.utils.js +1 -1
- package/dist/components/Input/EmailInput/EmailInput.component.js +1 -1
- package/dist/components/Input/IconPickerInput/IconPickerInput.component.js +1 -1
- package/dist/components/Input/Input.common.js +1 -1
- package/dist/components/Input/Input.component.js +1 -1
- package/dist/components/Input/Input.data.js +1 -1
- package/dist/components/Input/Input.styles.js +1 -1
- package/dist/components/Input/Input.utils.js +1 -1
- package/dist/components/Input/MultiSelectInput/MultiSelectInput.component.js +1 -1
- package/dist/components/Input/MultiSelectInput/MultiSelectInput.styles.js +1 -1
- package/dist/components/Input/MultiSelectInput/MultiSelectInput.utils.js +1 -1
- package/dist/components/Input/NumberInput/NumberInput.component.js +1 -1
- package/dist/components/Input/NumberInput/NumberInput.styles.js +1 -1
- package/dist/components/Input/NumberInput/NumberInput.utils.js +1 -1
- package/dist/components/Input/PasswordInput/PasswordInput.component.js +1 -1
- package/dist/components/Input/PhoneInput/PhoneInput.component.js +1 -1
- package/dist/components/Input/PhoneInput/PhoneInput.styles.js +1 -1
- package/dist/components/Input/PhoneInput/PhoneInput.utils.js +1 -1
- package/dist/components/Input/SearchInput/SearchInput.component.js +1 -1
- package/dist/components/Input/SearchTextInput/SearchTextInput.component.js +1 -1
- package/dist/components/Input/SelectInput/SelectInput.component.d.ts +1 -1
- package/dist/components/Input/SelectInput/SelectInput.component.js +132 -132
- package/dist/components/Input/SelectInput/SelectInput.styles.js +1 -1
- package/dist/components/Input/SelectInput/SelectInput.utils.js +1 -1
- package/dist/components/Input/SelectInput/components/SelectInputOption.component.js +1 -1
- package/dist/components/Input/SelectInput/components/SelectInputOptionGroup.component.js +1 -1
- package/dist/components/Input/TextAreaInput/TextAreaInput.component.js +1 -1
- package/dist/components/Input/TextAreaInput/TextAreaInput.styles.js +1 -1
- package/dist/components/Input/TextInput/TextInput.component.js +1 -1
- package/dist/components/InputAssistiveText/InputAssistiveText.component.d.ts +1 -1
- package/dist/components/InputAssistiveText/InputAssistiveText.component.js +43 -17
- package/dist/components/InputAssistiveText/InputAssistiveText.types.d.ts +13 -0
- package/dist/components/InputLabel/InputLabel.component.d.ts +1 -1
- package/dist/components/InputLabel/InputLabel.component.js +2 -2
- package/dist/components/InputLabel/InputLabel.styles.js +1 -1
- package/dist/components/List/List.component.js +1 -1
- package/dist/components/List/List.enums.js +1 -1
- package/dist/components/List/components/internal/ListProviderWrapper.component.js +1 -1
- package/dist/components/List/components/public/ListFilter/ListFilter.component.d.ts +2 -1
- package/dist/components/List/components/public/ListFilter/ListFilter.component.js +64 -57
- package/dist/components/List/components/public/ListFilter/ListFilter.styles.js +7 -5
- package/dist/components/List/components/public/ListFilter/ListFilter.utils.d.ts +6 -0
- package/dist/components/List/components/public/ListFilter/ListFilter.utils.js +93 -85
- package/dist/components/List/components/public/ListFilterCollection/ListFilterCollection.component.js +1 -1
- package/dist/components/List/components/public/ListFilterCollection/ListFilterCollection.styles.js +1 -1
- package/dist/components/List/components/public/ListFilterCollection/ListFilterCollection.utils.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionBadge/ListFilterOptionBadge.component.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionChip/ListFilterOptionChip.component.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionDivider/ListFilterOptionDivider.component.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionDivider/ListFilterOptionDivider.styles.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionItem/ListFilterOptionItem.component.js +27 -26
- package/dist/components/List/components/public/ListFilterOptionItem/ListFilterOptionItem.styles.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionItem/ListFilterOptionItem.types.d.ts +3 -1
- package/dist/components/List/components/public/ListFilterPreset/ListFilterPreset.component.js +1 -1
- package/dist/components/List/components/public/ListFilterPreset/ListFilterPreset.styles.js +1 -1
- package/dist/components/List/components/public/ListFilterPreset/ListFilterPreset.utils.js +1 -1
- package/dist/components/List/components/public/ListFilterPresetCollection/ListFilterPresetCollection.component.js +1 -1
- package/dist/components/List/components/public/ListFilterPresetCollection/ListFilterPresetCollection.utils.js +1 -1
- package/dist/components/List/components/public/ListSideHeader/ListSideHeader.component.js +1 -1
- package/dist/components/List/components/public/ListSideHeader/ListSideHeader.styles.js +1 -1
- package/dist/components/List/components/public/ListTableHeaderFilter/ListTableHeaderFilter.component.js +1 -1
- package/dist/components/List/components/public/ListTableHeaderFilter/ListTableHeaderFilter.styles.js +1 -1
- package/dist/components/List/context/ListContext.context.js +1 -1
- package/dist/components/List/context/ListContext.default.js +1 -1
- package/dist/components/List/context/ListContext.filterPresets.js +1 -1
- package/dist/components/List/context/ListContext.filters.js +1 -1
- package/dist/components/List/context/ListContext.options.js +1 -1
- package/dist/components/List/context/ListContext.provider.js +1 -1
- package/dist/components/List/context/ListContext.search.js +1 -1
- package/dist/components/List/context/ListContext.searchParams.js +1 -1
- package/dist/components/List/context/ListContext.store.js +1 -1
- package/dist/components/List/context/ListContext.utils.js +1 -1
- package/dist/components/List/context/config/ListContextConfig.async.js +1 -1
- package/dist/components/List/context/config/ListContextConfig.js +1 -1
- package/dist/components/List/context/config/ListContextConfig.search.js +1 -1
- package/dist/components/List/modules/DataProvider/DynamicDataProvider/DynamicDataProvider.hook.js +1 -1
- package/dist/components/List/modules/DataProvider/PaginatedDataProvider/PaginatedDataProvider.hook.js +1 -1
- package/dist/components/List/modules/DataProvider/StaticDataProvider/StaticDataProvider.hook.js +1 -1
- package/dist/components/List/modules/DataProvider/StaticDataProvider/StaticDataProvider.utils.js +1 -1
- package/dist/components/List/modules/Filter/Filter.data.js +1 -1
- package/dist/components/List/modules/Filter/Filter.utils.js +1 -1
- package/dist/components/List/modules/FilterOption/FilterOption.data.js +19 -19
- package/dist/components/List/modules/FilterOption/FilterOption.hook.js +1 -1
- package/dist/components/List/modules/FilterOption/FilterOption.utils.js +1 -1
- package/dist/components/List/modules/FilterOptionDivider/FilterOptionDivider.data.js +1 -1
- package/dist/components/List/modules/FilterOptionDivider/FilterOptionDivider.utils.js +1 -1
- package/dist/components/List/modules/FilterPreset/FilterPreset.data.js +1 -1
- package/dist/components/List/modules/FilterPreset/FilterPreset.utils.js +1 -1
- package/dist/components/Loading/Loading.component.js +1 -1
- package/dist/components/Loading/animations/BouncingBalls/BouncingBalls.animation.js +1 -1
- package/dist/components/Loading/animations/BouncingBalls/BouncingBalls.styles.js +1 -1
- package/dist/components/Loading/animations/ProgressBar/ProgressBar.animation.js +1 -1
- package/dist/components/Loading/animations/ProgressBar/ProgressBar.styles.js +1 -1
- package/dist/components/Loading/animations/Ripple/Ripple.animation.js +1 -1
- package/dist/components/Loading/animations/Ripple/Ripple.styles.js +1 -1
- package/dist/components/Loading/animations/index.js +1 -1
- package/dist/components/Modal/Modal.component.js +1 -1
- package/dist/components/Modal/Modal.styles.js +1 -1
- package/dist/components/Portal/Portal.component.js +1 -1
- package/dist/components/SmallLoader/SmallLoader.component.js +1 -1
- package/dist/components/StateIndicator/StateIndicator.component.js +1 -1
- package/dist/components/StateIndicator/StateIndicator.styles.js +1 -1
- package/dist/components/StaticIcon/StaticIcon.component.js +1 -1
- package/dist/components/StaticIcon/StaticIcon.styles.js +1 -1
- package/dist/components/Switch/Switch.component.js +1 -1
- package/dist/components/Switch/Switch.styles.js +1 -1
- package/dist/components/Text/Text.component.js +1 -1
- package/dist/components/Tooltip/Tooltip.component.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.component.js +55 -43
- package/dist/components/Tooltip/Tooltip.styles.js +1 -1
- package/dist/components/Tooltip/Tooltip.utils.js +1 -1
- package/dist/components.js +1 -1
- package/dist/fonts.js +1 -1
- package/dist/index.js +1 -1
- package/dist/layouts/Collapsible/Collapsible.layout.js +1 -1
- package/dist/layouts/Collapsible/Collapsible.styles.js +1 -1
- package/dist/layouts/Flex/Flex.layout.js +1 -1
- package/dist/layouts/Flex/Flex.styles.js +1 -1
- package/dist/layouts/Grid/Grid.layout.js +1 -1
- package/dist/layouts/Grid/Grid.styles.js +1 -1
- package/dist/layouts/GridItem/GridItem.layout.js +1 -1
- package/dist/layouts/GridItem/GridItem.styles.js +1 -1
- package/dist/layouts/GridItem/GridItem.utils.js +1 -1
- package/dist/layouts/Popover/Popover.layout.js +1 -1
- package/dist/layouts/Popover/Popover.styles.js +1 -1
- package/dist/layouts/Popover/Popover.utils.js +1 -1
- package/dist/layouts/Table/Table.layout.js +1 -1
- package/dist/layouts/Table/Table.styles.js +1 -1
- package/dist/layouts/Table/components/TableBody/TableBody.component.js +1 -1
- package/dist/layouts/Table/components/TableBody/TableBody.styles.js +1 -1
- package/dist/layouts/Table/components/TableCell/TableCell.component.js +1 -1
- package/dist/layouts/Table/components/TableCell/TableCell.styles.js +1 -1
- package/dist/layouts/Table/components/TableFooter/TableFooter.component.js +1 -1
- package/dist/layouts/Table/components/TableHeader/TableHeader.component.js +1 -1
- package/dist/layouts/Table/components/TableHeader/TableHeader.styles.js +1 -1
- package/dist/layouts/Table/components/TableHeaderCell/TableHeaderCell.component.js +1 -1
- package/dist/layouts/Table/components/TableHeaderCell/TableHeaderCell.styles.js +1 -1
- package/dist/layouts/Table/components/TableRow/TableRow.component.js +1 -1
- package/dist/layouts/Table/components/TableRow/TableRow.styles.js +1 -1
- package/dist/layouts/Table/components/TableScrollView/TableScrollView.component.js +1 -1
- package/dist/layouts/Table/components/TableScrollView/TableScrollView.styles.js +1 -1
- package/dist/layouts.js +1 -1
- package/dist/node_modules/@date-fns/tz/date/index.js +1 -1
- package/dist/node_modules/@date-fns/tz/date/mini.js +1 -1
- package/dist/node_modules/@date-fns/tz/tzOffset/index.js +1 -1
- package/dist/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js +1 -1
- package/dist/node_modules/@dnd-kit/core/dist/core.esm.js +1 -1
- package/dist/node_modules/@dnd-kit/modifiers/dist/modifiers.esm.js +1 -1
- package/dist/node_modules/@dnd-kit/sortable/dist/sortable.esm.js +1 -1
- package/dist/node_modules/@dnd-kit/utilities/dist/utilities.esm.js +1 -1
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +1 -1
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +1 -1
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +1 -1
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +1 -1
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +1 -1
- package/dist/node_modules/@radix-ui/primitive/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-context/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-id/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-popover/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-popper/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-presence/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +1 -1
- package/dist/node_modules/@ubloimmo/front-tokens/lib/tokens.values.js +1 -1
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +1 -1
- package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +1 -1
- package/dist/node_modules/date-fns/_lib/defaultOptions.js +1 -1
- package/dist/node_modules/date-fns/_lib/format/formatters.js +1 -1
- package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +1 -1
- package/dist/node_modules/date-fns/_lib/format/longFormatters.js +1 -1
- package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +1 -1
- package/dist/node_modules/date-fns/_lib/protectedTokens.js +1 -1
- package/dist/node_modules/date-fns/addDays.js +1 -1
- package/dist/node_modules/date-fns/compareAsc.js +1 -1
- package/dist/node_modules/date-fns/constants.js +1 -1
- package/dist/node_modules/date-fns/constructFrom.js +1 -1
- package/dist/node_modules/date-fns/differenceInCalendarDays.js +1 -1
- package/dist/node_modules/date-fns/format.js +1 -1
- package/dist/node_modules/date-fns/formatISO.js +1 -1
- package/dist/node_modules/date-fns/getDayOfYear.js +1 -1
- package/dist/node_modules/date-fns/getDefaultOptions.js +1 -1
- package/dist/node_modules/date-fns/getISODay.js +1 -1
- package/dist/node_modules/date-fns/getISOWeek.js +1 -1
- package/dist/node_modules/date-fns/getISOWeekYear.js +1 -1
- package/dist/node_modules/date-fns/getWeek.js +1 -1
- package/dist/node_modules/date-fns/getWeekYear.js +1 -1
- package/dist/node_modules/date-fns/isDate.js +1 -1
- package/dist/node_modules/date-fns/isMatch.js +1 -1
- package/dist/node_modules/date-fns/isValid.js +1 -1
- package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +1 -1
- package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +1 -1
- package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +1 -1
- package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/formatDistance.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/formatLong.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/formatRelative.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/localize.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/match.js +1 -1
- package/dist/node_modules/date-fns/locale/fr.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/Setter.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/constants.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/DateParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/EraParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/YearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/utils.js +1 -1
- package/dist/node_modules/date-fns/parse.js +1 -1
- package/dist/node_modules/date-fns/parseISO.js +1 -1
- package/dist/node_modules/date-fns/setDay.js +1 -1
- package/dist/node_modules/date-fns/setISODay.js +1 -1
- package/dist/node_modules/date-fns/setISOWeek.js +1 -1
- package/dist/node_modules/date-fns/setWeek.js +1 -1
- package/dist/node_modules/date-fns/startOfDay.js +1 -1
- package/dist/node_modules/date-fns/startOfISOWeek.js +1 -1
- package/dist/node_modules/date-fns/startOfISOWeekYear.js +1 -1
- package/dist/node_modules/date-fns/startOfWeek.js +1 -1
- package/dist/node_modules/date-fns/startOfWeekYear.js +1 -1
- package/dist/node_modules/date-fns/startOfYear.js +1 -1
- package/dist/node_modules/date-fns/toDate.js +1 -1
- package/dist/node_modules/date-fns/transpose.js +1 -1
- package/dist/node_modules/get-nonce/dist/es2015/index.js +1 -1
- package/dist/node_modules/lodash/lodash.js +1 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +1 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +1 -1
- package/dist/node_modules/react/jsx-runtime.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/UI.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useGetModifiers.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/addLeadingZeros.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/defaultOptions.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/format/formatters.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/format/lightFormatters.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/format/longFormatters.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/normalizeDates.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/normalizeInterval.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/protectedTokens.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addDays.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addMonths.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addWeeks.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addYears.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/constants.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/constructFrom.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/differenceInCalendarDays.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/differenceInCalendarMonths.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/eachMonthOfInterval.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfISOWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/format.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getDayOfYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getDaysInMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getISOWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getISOWeekYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getWeekYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isAfter.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isBefore.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isDate.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isSameDay.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isSameMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isSameYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isValid.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildMatchFn.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/localize.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/match.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/max.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/min.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/setMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/setYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfDay.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfISOWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfISOWeekYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfWeekYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/toDate.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +1 -1
- package/dist/node_modules/react-remove-scroll/node_modules/tslib/tslib.es6.js +1 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +1 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +1 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +1 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js +1 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +1 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +1 -1
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js +1 -1
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js +1 -1
- package/dist/node_modules/use-sidecar/node_modules/tslib/tslib.es6.js +1 -1
- package/dist/node_modules/zod/lib/index.js +1 -1
- package/dist/sizes/breakpoints.js +1 -1
- package/dist/sizes/size.utils.js +1 -1
- package/dist/sizes/spacings.js +1 -1
- package/dist/sizes.js +1 -1
- package/dist/themes/palette/palette.effects.js +1 -1
- package/dist/themes/palette/palette.js +1 -1
- package/dist/themes/palette/palette.legacy.js +1 -1
- package/dist/themes/provider/GlobalStyle.js +1 -1
- package/dist/themes/provider/theme.overrides.js +1 -1
- package/dist/themes/provider/theme.provider.js +1 -1
- package/dist/themes/theme.js +1 -1
- package/dist/themes.js +1 -1
- package/dist/types/themes/palette/palette.types.js +1 -1
- package/dist/types/themes/sizes/breakpoints.types.js +1 -1
- package/dist/types/themes/sizes/spacing.types.js +1 -1
- package/dist/types/token.types.js +1 -1
- package/dist/types.js +1 -1
- package/dist/typography/font.utils.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Bold.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-BoldItalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Medium.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-MediumItalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Regular.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Regularitalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy.font.js +1 -1
- package/dist/typography/typogaphy.weight.js +1 -1
- package/dist/typography/typography.font.js +1 -1
- package/dist/typography/typography.styles.js +1 -1
- package/dist/utils/array.utils.js +1 -1
- package/dist/utils/color.utils.js +1 -1
- package/dist/utils/component.utils.js +1 -1
- package/dist/utils/css.utils.js +1 -1
- package/dist/utils/data.utils.js +1 -1
- package/dist/utils/event.utils.js +1 -1
- package/dist/utils/log.utils.js +1 -1
- package/dist/utils/number.utils.js +1 -1
- package/dist/utils/props.utils.js +1 -1
- package/dist/utils/string.utils.js +1 -1
- package/dist/utils/styles.utils.js +1 -1
- package/dist/utils/translation/translation.defaults.js +15 -10
- package/dist/utils/translation/translation.keys.d.ts +3 -3
- package/dist/utils/translation/translation.provider.js +1 -1
- package/dist/utils/translation/translation.utils.js +1 -1
- package/dist/utils.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,2252 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @ubloimmo/uikit version 1.4.4
|
|
3
|
+
*
|
|
4
|
+
* Copyright © Ublo 2025
|
|
5
|
+
* https://ublo.immo
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
import { lazy as l } from "react";
|
|
10
|
+
import { loadIcon as o } from "../Icon.utils.js";
|
|
11
|
+
const n = l(() => o("_0Circle")), i = l(() => o("_0CircleFill")), s = l(() => o("_0Square")), c = l(() => o("_0SquareFill")), r = l(() => o("_123")), a = l(() => o("_1Circle")), F = l(() => o("_1CircleFill")), d = l(() => o("_1Square")), u = l(() => o("_1SquareFill")), C = l(() => o("_2Circle")), p = l(() => o("_2CircleFill")), h = l(() => o("_2Square")), S = l(() => o("_2SquareFill")), g = l(() => o("_3Circle")), k = l(() => o("_3CircleFill")), m = l(() => o("_3Square")), w = l(() => o("_3SquareFill")), B = l(() => o("_4Circle")), D = l(() => o("_4CircleFill")), P = l(() => o("_4Square")), A = l(() => o("_4SquareFill")), E = l(() => o("_5Circle")), f = l(() => o("_5CircleFill")), H = l(() => o("_5Square")), T = l(() => o("_5SquareFill")), y = l(() => o("_6Circle")), x = l(() => o("_6CircleFill")), L = l(() => o("_6Square")), b = l(() => o("_6SquareFill")), R = l(() => o("_7Circle")), v = l(() => o("_7CircleFill")), q = l(() => o("_7Square")), M = l(() => o("_7SquareFill")), U = l(() => o("_8Circle")), I = l(() => o("_8CircleFill")), G = l(() => o("_8Square")), X = l(() => o("_8SquareFill")), W = l(() => o("_9Circle")), O = l(() => o("_9CircleFill")), V = l(() => o("_9Square")), N = l(() => o("_9SquareFill")), j = l(() => o("Abacus")), _ = l(() => o("Activity")), J = l(() => o("Airplane")), z = l(() => o("AirplaneEngines")), Q = l(() => o("AirplaneEnginesFill")), K = l(() => o("AirplaneFill")), Y = l(() => o("Alarm")), Z = l(() => o("AlarmFill")), $ = l(() => o("Alexa")), ll = l(() => o("AlignBottom")), ol = l(() => o("AlignCenter")), tl = l(() => o("AlignEnd")), el = l(() => o("AlignMiddle")), nl = l(() => o("AlignStart")), il = l(() => o("AlignTop")), sl = l(() => o("Alipay")), cl = l(() => o("Alphabet")), rl = l(() => o("AlphabetUppercase")), al = l(() => o("Alt")), Fl = l(() => o("Amazon")), dl = l(() => o("Amd")), ul = l(() => o("Android")), Cl = l(() => o("Android2")), pl = l(() => o("App")), hl = l(() => o("AppIndicator")), Sl = l(() => o("Apple")), gl = l(() => o("Apps")), kl = l(() => o("AppsFill")), ml = l(() => o("AppsPlus")), wl = l(() => o("AppsPlusFill")), Bl = l(() => o("Archive")), Dl = l(() => o("ArchiveFill")), Pl = l(() => o("Arrow90DegDown")), Al = l(() => o("Arrow90DegLeft")), El = l(() => o("Arrow90DegRight")), fl = l(() => o("Arrow90DegUp")), Hl = l(() => o("ArrowBarDown")), Tl = l(() => o("ArrowBarLeft")), yl = l(() => o("ArrowBarRight")), xl = l(() => o("ArrowBarUp")), Ll = l(() => o("ArrowClockwise")), bl = l(() => o("ArrowCounterclockwise")), Rl = l(() => o("ArrowDown")), vl = l(() => o("ArrowDownCircle")), ql = l(() => o("ArrowDownCircleFill")), Ml = l(() => o("ArrowDownLeft")), Ul = l(() => o("ArrowDownLeftCircle")), Il = l(() => o("ArrowDownLeftCircleFill")), Gl = l(() => o("ArrowDownLeftSquare")), Xl = l(() => o("ArrowDownLeftSquareFill")), Wl = l(() => o("ArrowDownRight")), Ol = l(() => o("ArrowDownRightCircle")), Vl = l(() => o("ArrowDownRightCircleFill")), Nl = l(() => o("ArrowDownRightSquare")), jl = l(() => o("ArrowDownRightSquareFill")), _l = l(() => o("ArrowDownShort")), Jl = l(() => o("ArrowDownSquare")), zl = l(() => o("ArrowDownSquareFill")), Ql = l(() => o("ArrowDownUp")), Kl = l(() => o("ArrowLeft")), Yl = l(() => o("ArrowLeftCircle")), Zl = l(() => o("ArrowLeftCircleFill")), $l = l(() => o("ArrowLeftRight")), lo = l(() => o("ArrowLeftShort")), oo = l(() => o("ArrowLeftSquare")), to = l(() => o("ArrowLeftSquareFill")), eo = l(() => o("ArrowRepeat")), no = l(() => o("ArrowReturnLeft")), io = l(() => o("ArrowReturnRight")), so = l(() => o("ArrowRight")), co = l(() => o("ArrowRightCircle")), ro = l(() => o("ArrowRightCircleFill")), ao = l(() => o("ArrowRightShort")), Fo = l(() => o("ArrowRightSquare")), uo = l(() => o("ArrowRightSquareFill")), Co = l(() => o("Arrows")), po = l(() => o("ArrowsAngleContract")), ho = l(() => o("ArrowsAngleExpand")), So = l(() => o("ArrowsCollapse")), go = l(() => o("ArrowsCollapseVertical")), ko = l(() => o("ArrowsExpand")), mo = l(() => o("ArrowsExpandVertical")), wo = l(() => o("ArrowsFullscreen")), Bo = l(() => o("ArrowsMove")), Do = l(() => o("ArrowsVertical")), Po = l(() => o("ArrowThroughHeart")), Ao = l(() => o("ArrowThroughHeartFill")), Eo = l(() => o("ArrowUp")), fo = l(() => o("ArrowUpCircle")), Ho = l(() => o("ArrowUpCircleFill")), To = l(() => o("ArrowUpLeft")), yo = l(() => o("ArrowUpLeftCircle")), xo = l(() => o("ArrowUpLeftCircleFill")), Lo = l(() => o("ArrowUpLeftSquare")), bo = l(() => o("ArrowUpLeftSquareFill")), Ro = l(() => o("ArrowUpRight")), vo = l(() => o("ArrowUpRightCircle")), qo = l(() => o("ArrowUpRightCircleFill")), Mo = l(() => o("ArrowUpRightSquare")), Uo = l(() => o("ArrowUpRightSquareFill")), Io = l(() => o("ArrowUpShort")), Go = l(() => o("ArrowUpSquare")), Xo = l(() => o("ArrowUpSquareFill")), Wo = l(() => o("AspectRatio")), Oo = l(() => o("AspectRatioFill")), Vo = l(() => o("Asterisk")), No = l(() => o("At")), jo = l(() => o("Award")), _o = l(() => o("AwardFill")), Jo = l(() => o("Back")), zo = l(() => o("BackArrow")), Qo = l(() => o("Backpack")), Ko = l(() => o("Backpack2")), Yo = l(() => o("Backpack2Fill")), Zo = l(() => o("Backpack3")), $o = l(() => o("Backpack3Fill")), lt = l(() => o("Backpack4")), ot = l(() => o("Backpack4Fill")), tt = l(() => o("BackpackFill")), et = l(() => o("Backspace")), nt = l(() => o("BackspaceFill")), it = l(() => o("BackspaceReverse")), st = l(() => o("BackspaceReverseFill")), ct = l(() => o("Badge3D")), rt = l(() => o("Badge3dFill")), at = l(() => o("Badge4K")), Ft = l(() => o("Badge4kFill")), dt = l(() => o("Badge8K")), ut = l(() => o("Badge8kFill")), Ct = l(() => o("BadgeAd")), pt = l(() => o("BadgeAdFill")), ht = l(() => o("BadgeAr")), St = l(() => o("BadgeArFill")), gt = l(() => o("BadgeCc")), kt = l(() => o("BadgeCcFill")), mt = l(() => o("BadgeHd")), wt = l(() => o("BadgeHdFill")), Bt = l(() => o("BadgeSd")), Dt = l(() => o("BadgeSdFill")), Pt = l(() => o("BadgeTm")), At = l(() => o("BadgeTmFill")), Et = l(() => o("BadgeVo")), ft = l(() => o("BadgeVoFill")), Ht = l(() => o("BadgeVr")), Tt = l(() => o("BadgeVrFill")), yt = l(() => o("BadgeWc")), xt = l(() => o("BadgeWcFill")), Lt = l(() => o("Bag")), bt = l(() => o("BagCheck")), Rt = l(() => o("BagCheckFill")), vt = l(() => o("BagDash")), qt = l(() => o("BagDashFill")), Mt = l(() => o("BagFill")), Ut = l(() => o("BagHeart")), It = l(() => o("BagHeartFill")), Gt = l(() => o("BagPlus")), Xt = l(() => o("BagPlusFill")), Wt = l(() => o("BagX")), Ot = l(() => o("BagXFill")), Vt = l(() => o("Balloon")), Nt = l(() => o("BalloonFill")), jt = l(() => o("BalloonHeart")), _t = l(() => o("BalloonHeartFill")), Jt = l(() => o("Ban")), zt = l(() => o("Bandaid")), Qt = l(() => o("BandaidFill")), Kt = l(() => o("BanFill")), Yt = l(() => o("Bank")), Zt = l(() => o("Bank2")), $t = l(() => o("BarChart")), le = l(() => o("BarChartFill")), oe = l(() => o("BarChartLine")), te = l(() => o("BarChartLineFill")), ee = l(() => o("BarChartSteps")), ne = l(() => o("Basket")), ie = l(() => o("Basket2")), se = l(() => o("Basket2Fill")), ce = l(() => o("Basket3")), re = l(() => o("Basket3Fill")), ae = l(() => o("BasketFill")), Fe = l(() => o("Battery")), de = l(() => o("BatteryCharging")), ue = l(() => o("BatteryFull")), Ce = l(() => o("BatteryHalf")), pe = l(() => o("Behance")), he = l(() => o("Bell")), Se = l(() => o("BellFill")), ge = l(() => o("BellSlash")), ke = l(() => o("BellSlashFill")), me = l(() => o("Bezier")), we = l(() => o("Bezier2")), Be = l(() => o("Bicycle")), De = l(() => o("BinaryTree")), Pe = l(() => o("Bing")), Ae = l(() => o("Binoculars")), Ee = l(() => o("BinocularsFill")), fe = l(() => o("BlockquoteLeft")), He = l(() => o("BlockquoteRight")), Te = l(() => o("Bluetooth")), ye = l(() => o("BodyText")), xe = l(() => o("Book")), Le = l(() => o("BookFill")), be = l(() => o("BookHalf")), Re = l(() => o("Bookmark")), ve = l(() => o("BookmarkCheck")), qe = l(() => o("BookmarkCheckFill")), Me = l(() => o("BookmarkDash")), Ue = l(() => o("BookmarkDashFill")), Ie = l(() => o("BookmarkFill")), Ge = l(() => o("BookmarkHeart")), Xe = l(() => o("BookmarkHeartFill")), We = l(() => o("BookmarkPlus")), Oe = l(() => o("BookmarkPlusFill")), Ve = l(() => o("Bookmarks")), Ne = l(() => o("BookmarksFill")), je = l(() => o("BookmarkStar")), _e = l(() => o("BookmarkStarFill")), Je = l(() => o("BookmarkX")), ze = l(() => o("BookmarkXFill")), Qe = l(() => o("Bookshelf")), Ke = l(() => o("Boombox")), Ye = l(() => o("BoomboxFill")), Ze = l(() => o("Bootstrap")), $e = l(() => o("BootstrapFill")), ln = l(() => o("BootstrapReboot")), on = l(() => o("Border")), tn = l(() => o("BorderAll")), en = l(() => o("BorderBottom")), nn = l(() => o("BorderCenter")), sn = l(() => o("BorderInner")), cn = l(() => o("BorderLeft")), rn = l(() => o("BorderMiddle")), an = l(() => o("BorderOuter")), Fn = l(() => o("BorderRight")), dn = l(() => o("BorderStyle")), un = l(() => o("BorderTop")), Cn = l(() => o("BorderWidth")), pn = l(() => o("BoundingBox")), hn = l(() => o("BoundingBoxCircles")), Sn = l(() => o("Box")), gn = l(() => o("Box2")), kn = l(() => o("Box2Fill")), mn = l(() => o("Box2Heart")), wn = l(() => o("Box2HeartFill")), Bn = l(() => o("BoxArrowDown")), Dn = l(() => o("BoxArrowDownLeft")), Pn = l(() => o("BoxArrowDownRight")), An = l(() => o("BoxArrowInDown")), En = l(() => o("BoxArrowInDownLeft")), fn = l(() => o("BoxArrowInDownRight")), Hn = l(() => o("BoxArrowInLeft")), Tn = l(() => o("BoxArrowInRight")), yn = l(() => o("BoxArrowInUp")), xn = l(() => o("BoxArrowInUpLeft")), Ln = l(() => o("BoxArrowInUpRight")), bn = l(() => o("BoxArrowLeft")), Rn = l(() => o("BoxArrowRight")), vn = l(() => o("BoxArrowUp")), qn = l(() => o("BoxArrowUpLeft")), Mn = l(() => o("BoxArrowUpRight")), Un = l(() => o("Boxes")), In = l(() => o("BoxFill")), Gn = l(() => o("BoxSeam")), Xn = l(() => o("BoxSeamFill")), Wn = l(() => o("Braces")), On = l(() => o("BracesAsterisk")), Vn = l(() => o("Bricks")), Nn = l(() => o("Briefcase")), jn = l(() => o("BriefcaseFill")), _n = l(() => o("BrightnessAltHigh")), Jn = l(() => o("BrightnessAltHighFill")), zn = l(() => o("BrightnessAltLow")), Qn = l(() => o("BrightnessAltLowFill")), Kn = l(() => o("BrightnessHigh")), Yn = l(() => o("BrightnessHighFill")), Zn = l(() => o("BrightnessLow")), $n = l(() => o("BrightnessLowFill")), li = l(() => o("Brilliance")), oi = l(() => o("Broadcast")), ti = l(() => o("BroadcastPin")), ei = l(() => o("BrowserChrome")), ni = l(() => o("BrowserEdge")), ii = l(() => o("BrowserFirefox")), si = l(() => o("BrowserSafari")), ci = l(() => o("Brush")), ri = l(() => o("BrushFill")), ai = l(() => o("Bucket")), Fi = l(() => o("BucketFill")), di = l(() => o("Bug")), ui = l(() => o("BugFill")), Ci = l(() => o("Building")), pi = l(() => o("BuildingAdd")), hi = l(() => o("BuildingBlocks")), Si = l(() => o("BuildingBlocksFill")), gi = l(() => o("BuildingCheck")), ki = l(() => o("BuildingDash")), mi = l(() => o("BuildingDown")), wi = l(() => o("BuildingExclamation")), Bi = l(() => o("BuildingFill")), Di = l(() => o("BuildingFillAdd")), Pi = l(() => o("BuildingFillCheck")), Ai = l(() => o("BuildingFillDash")), Ei = l(() => o("BuildingFillDown")), fi = l(() => o("BuildingFillExclamation")), Hi = l(() => o("BuildingFillGear")), Ti = l(() => o("BuildingFillLock")), yi = l(() => o("BuildingFillSlash")), xi = l(() => o("BuildingFillUp")), Li = l(() => o("BuildingFillX")), bi = l(() => o("BuildingGear")), Ri = l(() => o("BuildingLock")), vi = l(() => o("Buildings")), qi = l(() => o("BuildingsFill")), Mi = l(() => o("BuildingSlash")), Ui = l(() => o("BuildingUp")), Ii = l(() => o("BuildingX")), Gi = l(() => o("Bullseye")), Xi = l(() => o("BusFront")), Wi = l(() => o("BusFrontFill")), Oi = l(() => o("BusinessUnit")), Vi = l(() => o("BusinessUnitFill")), Ni = l(() => o("BusinessUnitFill2")), ji = l(() => o("Cake")), _i = l(() => o("Cake2")), Ji = l(() => o("Cake2Fill")), zi = l(() => o("CakeFill")), Qi = l(() => o("Calculator")), Ki = l(() => o("CalculatorFill")), Yi = l(() => o("Calendar")), Zi = l(() => o("Calendar2")), $i = l(() => o("Calendar2Check")), ls = l(() => o("Calendar2CheckFill")), os = l(() => o("Calendar2Date")), ts = l(() => o("Calendar2DateFill")), es = l(() => o("Calendar2Day")), ns = l(() => o("Calendar2DayFill")), is = l(() => o("Calendar2Event")), ss = l(() => o("Calendar2EventFill")), cs = l(() => o("Calendar2Fill")), rs = l(() => o("Calendar2Heart")), as = l(() => o("Calendar2HeartFill")), Fs = l(() => o("Calendar2Minus")), ds = l(() => o("Calendar2MinusFill")), us = l(() => o("Calendar2Month")), Cs = l(() => o("Calendar2MonthFill")), ps = l(() => o("Calendar2Plus")), hs = l(() => o("Calendar2PlusFill")), Ss = l(() => o("Calendar2Range")), gs = l(() => o("Calendar2RangeFill")), ks = l(() => o("Calendar2Week")), ms = l(() => o("Calendar2WeekFill")), ws = l(() => o("Calendar2X")), Bs = l(() => o("Calendar2XFill")), Ds = l(() => o("Calendar3")), Ps = l(() => o("Calendar3Event")), As = l(() => o("Calendar3EventFill")), Es = l(() => o("Calendar3Fill")), fs = l(() => o("Calendar3Range")), Hs = l(() => o("Calendar3RangeFill")), Ts = l(() => o("Calendar3Week")), ys = l(() => o("Calendar3WeekFill")), xs = l(() => o("Calendar4")), Ls = l(() => o("Calendar4Event")), bs = l(() => o("Calendar4Range")), Rs = l(() => o("Calendar4Week")), vs = l(() => o("CalendarCheck")), qs = l(() => o("CalendarCheckFill")), Ms = l(() => o("CalendarDate")), Us = l(() => o("CalendarDateFill")), Is = l(() => o("CalendarDay")), Gs = l(() => o("CalendarDayFill")), Xs = l(() => o("CalendarEvent")), Ws = l(() => o("CalendarEventFill")), Os = l(() => o("CalendarFill")), Vs = l(() => o("CalendarHeart")), Ns = l(() => o("CalendarHeartFill")), js = l(() => o("CalendarMinus")), _s = l(() => o("CalendarMinusFill")), Js = l(() => o("CalendarMonth")), zs = l(() => o("CalendarMonthFill")), Qs = l(() => o("CalendarPlus")), Ks = l(() => o("CalendarPlusFill")), Ys = l(() => o("CalendarRange")), Zs = l(() => o("CalendarRangeFill")), $s = l(() => o("CalendarWeek")), lc = l(() => o("CalendarWeekFill")), oc = l(() => o("CalendarX")), tc = l(() => o("CalendarXFill")), ec = l(() => o("Camera")), nc = l(() => o("Camera2")), ic = l(() => o("CameraFill")), sc = l(() => o("CameraReels")), cc = l(() => o("CameraReelsFill")), rc = l(() => o("CameraVideo")), ac = l(() => o("CameraVideoFill")), Fc = l(() => o("CameraVideoOff")), dc = l(() => o("CameraVideoOffFill")), uc = l(() => o("Capslock")), Cc = l(() => o("CapslockFill")), pc = l(() => o("Capsule")), hc = l(() => o("CapsulePill")), Sc = l(() => o("CardChecklist")), gc = l(() => o("CardHeading")), kc = l(() => o("CardImage")), mc = l(() => o("CardList")), wc = l(() => o("CardText")), Bc = l(() => o("CaretDown")), Dc = l(() => o("CaretDownFill")), Pc = l(() => o("CaretDownSquare")), Ac = l(() => o("CaretDownSquareFill")), Ec = l(() => o("CaretLeft")), fc = l(() => o("CaretLeftFill")), Hc = l(() => o("CaretLeftSquare")), Tc = l(() => o("CaretLeftSquareFill")), yc = l(() => o("CaretRight")), xc = l(() => o("CaretRightFill")), Lc = l(() => o("CaretRightSquare")), bc = l(() => o("CaretRightSquareFill")), Rc = l(() => o("CaretUp")), vc = l(() => o("CaretUpFill")), qc = l(() => o("CaretUpSquare")), Mc = l(() => o("CaretUpSquareFill")), Uc = l(() => o("CarFront")), Ic = l(() => o("CarFrontFill")), Gc = l(() => o("Cart")), Xc = l(() => o("Cart2")), Wc = l(() => o("Cart3")), Oc = l(() => o("Cart4")), Vc = l(() => o("CartCheck")), Nc = l(() => o("CartCheckFill")), jc = l(() => o("CartDash")), _c = l(() => o("CartDashFill")), Jc = l(() => o("CartFill")), zc = l(() => o("CartPlus")), Qc = l(() => o("CartPlusFill")), Kc = l(() => o("CartX")), Yc = l(() => o("CartXFill")), Zc = l(() => o("Cash")), $c = l(() => o("CashCoin")), lr = l(() => o("CashStack")), or = l(() => o("Cassette")), tr = l(() => o("CassetteFill")), er = l(() => o("Cast")), nr = l(() => o("CatRobot")), ir = l(() => o("CatRobot2")), sr = l(() => o("CatRobot2Off")), cr = l(() => o("CatRobotOff")), rr = l(() => o("CcCircle")), ar = l(() => o("CcCircleFill")), Fr = l(() => o("CCircle")), dr = l(() => o("CCircleFill")), ur = l(() => o("CcSquare")), Cr = l(() => o("CcSquareFill")), pr = l(() => o("Chat")), hr = l(() => o("ChatDots")), Sr = l(() => o("ChatDotsFill")), gr = l(() => o("ChatFill")), kr = l(() => o("ChatHeart")), mr = l(() => o("ChatHeartFill")), wr = l(() => o("ChatLeft")), Br = l(() => o("ChatLeftDots")), Dr = l(() => o("ChatLeftDotsFill")), Pr = l(() => o("ChatLeftFill")), Ar = l(() => o("ChatLeftHeart")), Er = l(() => o("ChatLeftHeartFill")), fr = l(() => o("ChatLeftQuote")), Hr = l(() => o("ChatLeftQuoteFill")), Tr = l(() => o("ChatLeftText")), yr = l(() => o("ChatLeftTextFill")), xr = l(() => o("ChatQuote")), Lr = l(() => o("ChatQuoteFill")), br = l(() => o("ChatRight")), Rr = l(() => o("ChatRightDots")), vr = l(() => o("ChatRightDotsFill")), qr = l(() => o("ChatRightFill")), Mr = l(() => o("ChatRightHeart")), Ur = l(() => o("ChatRightHeartFill")), Ir = l(() => o("ChatRightQuote")), Gr = l(() => o("ChatRightQuoteFill")), Xr = l(() => o("ChatRightText")), Wr = l(() => o("ChatRightTextFill")), Or = l(() => o("ChatSquare")), Vr = l(() => o("ChatSquareDots")), Nr = l(() => o("ChatSquareDotsFill")), jr = l(() => o("ChatSquareFill")), _r = l(() => o("ChatSquareHeart")), Jr = l(() => o("ChatSquareHeartFill")), zr = l(() => o("ChatSquareQuote")), Qr = l(() => o("ChatSquareQuoteFill")), Kr = l(() => o("ChatSquareText")), Yr = l(() => o("ChatSquareTextFill")), Zr = l(() => o("ChatText")), $r = l(() => o("ChatTextFill")), la = l(() => o("Check")), oa = l(() => o("Check2")), ta = l(() => o("Check2All")), ea = l(() => o("Check2Circle")), na = l(() => o("Check2Square")), ia = l(() => o("CheckAll")), sa = l(() => o("CheckCircle")), ca = l(() => o("CheckCircleFill")), ra = l(() => o("CheckLg")), aa = l(() => o("CheckSquare")), Fa = l(() => o("CheckSquareFill")), da = l(() => o("CheckSquareFillBootstrap")), ua = l(() => o("ChevronBarContract")), Ca = l(() => o("ChevronBarDown")), pa = l(() => o("ChevronBarExpand")), ha = l(() => o("ChevronBarLeft")), Sa = l(() => o("ChevronBarRight")), ga = l(() => o("ChevronBarUp")), ka = l(() => o("ChevronCompactDown")), ma = l(() => o("ChevronCompactLeft")), wa = l(() => o("ChevronCompactRight")), Ba = l(() => o("ChevronCompactUp")), Da = l(() => o("ChevronContract")), Pa = l(() => o("ChevronDoubleDown")), Aa = l(() => o("ChevronDoubleLeft")), Ea = l(() => o("ChevronDoubleRight")), fa = l(() => o("ChevronDoubleUp")), Ha = l(() => o("ChevronDown")), Ta = l(() => o("ChevronExpand")), ya = l(() => o("ChevronLeft")), xa = l(() => o("ChevronRight")), La = l(() => o("ChevronUp")), ba = l(() => o("Circle")), Ra = l(() => o("Circle2NdHalf")), va = l(() => o("CircleCore")), qa = l(() => o("CircleCore2NdHalf")), Ma = l(() => o("CircleCoreHalf")), Ua = l(() => o("CircleDashed")), Ia = l(() => o("CircleFill")), Ga = l(() => o("CircleHalf")), Xa = l(() => o("CircleSquare")), Wa = l(() => o("Clipboard")), Oa = l(() => o("Clipboard2")), Va = l(() => o("Clipboard2Check")), Na = l(() => o("Clipboard2CheckFill")), ja = l(() => o("Clipboard2Data")), _a = l(() => o("Clipboard2DataFill")), Ja = l(() => o("Clipboard2Fill")), za = l(() => o("Clipboard2Heart")), Qa = l(() => o("Clipboard2HeartFill")), Ka = l(() => o("Clipboard2Minus")), Ya = l(() => o("Clipboard2MinusFill")), Za = l(() => o("Clipboard2Plus")), $a = l(() => o("Clipboard2PlusFill")), lF = l(() => o("Clipboard2Pulse")), oF = l(() => o("Clipboard2PulseFill")), tF = l(() => o("Clipboard2X")), eF = l(() => o("Clipboard2XFill")), nF = l(() => o("ClipboardCheck")), iF = l(() => o("ClipboardCheckFill")), sF = l(() => o("ClipboardData")), cF = l(() => o("ClipboardDataFill")), rF = l(() => o("ClipboardFill")), aF = l(() => o("ClipboardHeart")), FF = l(() => o("ClipboardHeartFill")), dF = l(() => o("ClipboardMinus")), uF = l(() => o("ClipboardMinusFill")), CF = l(() => o("ClipboardPlus")), pF = l(() => o("ClipboardPlusFill")), hF = l(() => o("ClipboardPulse")), SF = l(() => o("ClipboardX")), gF = l(() => o("ClipboardXFill")), kF = l(() => o("Clock")), mF = l(() => o("ClockFill")), wF = l(() => o("ClockHistory")), BF = l(() => o("Cloud")), DF = l(() => o("CloudArrowDown")), PF = l(() => o("CloudArrowDownFill")), AF = l(() => o("CloudArrowUp")), EF = l(() => o("CloudArrowUpFill")), fF = l(() => o("CloudCheck")), HF = l(() => o("CloudCheckFill")), TF = l(() => o("CloudDownload")), yF = l(() => o("CloudDownloadFill")), xF = l(() => o("CloudDrizzle")), LF = l(() => o("CloudDrizzleFill")), bF = l(() => o("CloudFill")), RF = l(() => o("CloudFog")), vF = l(() => o("CloudFog2")), qF = l(() => o("CloudFog2Fill")), MF = l(() => o("CloudFogFill")), UF = l(() => o("CloudHail")), IF = l(() => o("CloudHailFill")), GF = l(() => o("CloudHaze")), XF = l(() => o("CloudHaze2")), WF = l(() => o("CloudHaze2Fill")), OF = l(() => o("CloudHazeFill")), VF = l(() => o("CloudLightning")), NF = l(() => o("CloudLightningFill")), jF = l(() => o("CloudLightningRain")), _F = l(() => o("CloudLightningRainFill")), JF = l(() => o("CloudMinus")), zF = l(() => o("CloudMinusFill")), QF = l(() => o("CloudMoon")), KF = l(() => o("CloudMoonFill")), YF = l(() => o("CloudPlus")), ZF = l(() => o("CloudPlusFill")), $F = l(() => o("CloudRain")), ld = l(() => o("CloudRainFill")), od = l(() => o("CloudRainHeavy")), td = l(() => o("CloudRainHeavyFill")), ed = l(() => o("Clouds")), nd = l(() => o("CloudsFill")), id = l(() => o("CloudSlash")), sd = l(() => o("CloudSlashFill")), cd = l(() => o("CloudSleet")), rd = l(() => o("CloudSleetFill")), ad = l(() => o("CloudSnow")), Fd = l(() => o("CloudSnowFill")), dd = l(() => o("CloudSun")), ud = l(() => o("CloudSunFill")), Cd = l(() => o("CloudUpload")), pd = l(() => o("CloudUploadFill")), hd = l(() => o("Cloudy")), Sd = l(() => o("CloudyFill")), gd = l(() => o("Code")), kd = l(() => o("CodeSlash")), md = l(() => o("CodeSquare")), wd = l(() => o("Coin")), Bd = l(() => o("Coins")), Dd = l(() => o("CoinsCheck")), Pd = l(() => o("CoinsIn")), Ad = l(() => o("CoinsLink")), Ed = l(() => o("CoinsOff")), fd = l(() => o("CoinsOut")), Hd = l(() => o("CoinsRisk")), Td = l(() => o("Collection")), yd = l(() => o("CollectionFill")), xd = l(() => o("CollectionPlay")), Ld = l(() => o("CollectionPlayFill")), bd = l(() => o("Columns")), Rd = l(() => o("ColumnsGap")), vd = l(() => o("Command")), qd = l(() => o("Compass")), Md = l(() => o("CompassFill")), Ud = l(() => o("Cone")), Id = l(() => o("ConeStriped")), Gd = l(() => o("ConeStriped2")), Xd = l(() => o("ConeStripedFill2")), Wd = l(() => o("Controller")), Od = l(() => o("Convexe")), Vd = l(() => o("ConvexeArrowDown")), Nd = l(() => o("ConvexeArrowDownFill")), jd = l(() => o("ConvexeArrowLeft")), _d = l(() => o("ConvexeArrowLeftFill")), Jd = l(() => o("ConvexeArrowRight")), zd = l(() => o("ConvexeArrowRightFill")), Qd = l(() => o("ConvexeArrowUp")), Kd = l(() => o("ConvexeArrowUpFill")), Yd = l(() => o("ConvexeCheck")), Zd = l(() => o("ConvexeCheckAll")), $d = l(() => o("ConvexeCheckAllFill")), lu = l(() => o("ConvexeCheckFill")), ou = l(() => o("ConvexeClock")), tu = l(() => o("ConvexeClockFill")), eu = l(() => o("ConvexeCore")), nu = l(() => o("ConvexeCore2NdHalf")), iu = l(() => o("ConvexeCoreHalf")), su = l(() => o("ConvexeEarmark")), cu = l(() => o("ConvexeExclamation")), ru = l(() => o("ConvexeExclamationFill")), au = l(() => o("ConvexeFill")), Fu = l(() => o("ConvexeInfo")), du = l(() => o("ConvexeInfoFill")), uu = l(() => o("ConvexeOff")), Cu = l(() => o("ConvexeOffFill")), pu = l(() => o("ConvexeSepa")), hu = l(() => o("ConvexeSepaFill")), Su = l(() => o("ConvexeTimer")), gu = l(() => o("ConvexeX")), ku = l(() => o("ConvexeXFill")), mu = l(() => o("Cookie")), wu = l(() => o("Copy")), Bu = l(() => o("Cpu")), Du = l(() => o("CpuFill")), Pu = l(() => o("CreditCard")), Au = l(() => o("CreditCard2Back")), Eu = l(() => o("CreditCard2BackFill")), fu = l(() => o("CreditCard2Front")), Hu = l(() => o("CreditCard2FrontFill")), Tu = l(() => o("CreditCardFill")), yu = l(() => o("Crop")), xu = l(() => o("Crosshair")), Lu = l(() => o("Crosshair2")), bu = l(() => o("CSquare")), Ru = l(() => o("CSquareFill")), vu = l(() => o("Cup")), qu = l(() => o("CupFill")), Mu = l(() => o("CupHot")), Uu = l(() => o("CupHotFill")), Iu = l(() => o("CupStraw")), Gu = l(() => o("CurrencyBitcoin")), Xu = l(() => o("CurrencyDollar")), Wu = l(() => o("CurrencyEuro")), Ou = l(() => o("CurrencyExchange")), Vu = l(() => o("CurrencyPound")), Nu = l(() => o("CurrencyRupee")), ju = l(() => o("CurrencyYen")), _u = l(() => o("Cursor")), Ju = l(() => o("CursorFill")), zu = l(() => o("CursorText")), Qu = l(() => o("Dash")), Ku = l(() => o("DashCircle")), Yu = l(() => o("DashCircleDotted")), Zu = l(() => o("DashCircleFill")), $u = l(() => o("DashLg")), lC = l(() => o("DashSquare")), oC = l(() => o("DashSquareDotted")), tC = l(() => o("DashSquareFill")), eC = l(() => o("Database")), nC = l(() => o("DatabaseAdd")), iC = l(() => o("DatabaseCheck")), sC = l(() => o("DatabaseDash")), cC = l(() => o("DatabaseDown")), rC = l(() => o("DatabaseExclamation")), aC = l(() => o("DatabaseFill")), FC = l(() => o("DatabaseFillAdd")), dC = l(() => o("DatabaseFillCheck")), uC = l(() => o("DatabaseFillDash")), CC = l(() => o("DatabaseFillDown")), pC = l(() => o("DatabaseFillExclamation")), hC = l(() => o("DatabaseFillGear")), SC = l(() => o("DatabaseFillLock")), gC = l(() => o("DatabaseFillSlash")), kC = l(() => o("DatabaseFillUp")), mC = l(() => o("DatabaseFillX")), wC = l(() => o("DatabaseGear")), BC = l(() => o("DatabaseLock")), DC = l(() => o("DatabaseSlash")), PC = l(() => o("DatabaseUp")), AC = l(() => o("DatabaseX")), EC = l(() => o("DeviceHdd")), fC = l(() => o("DeviceHddFill")), HC = l(() => o("DeviceSsd")), TC = l(() => o("DeviceSsdFill")), yC = l(() => o("Diagram2")), xC = l(() => o("Diagram2Fill")), LC = l(() => o("Diagram3")), bC = l(() => o("Diagram3Fill")), RC = l(() => o("Diamond")), vC = l(() => o("DiamondCorner")), qC = l(() => o("DiamondDashed")), MC = l(() => o("DiamondFill")), UC = l(() => o("DiamondHalf")), IC = l(() => o("DiamondKey")), GC = l(() => o("DiamondKeyFill")), XC = l(() => o("DiamondOff")), WC = l(() => o("DiamondOffFill")), OC = l(() => o("Diamonds")), VC = l(() => o("DiamondsDots")), NC = l(() => o("DiamondsGrid")), jC = l(() => o("DiamondsIntersect")), _C = l(() => o("DiamondsLayers")), JC = l(() => o("DiamondsLayers2")), zC = l(() => o("DiamondsLayersKey")), QC = l(() => o("DiamondsLayersKey2")), KC = l(() => o("DiamondsStripes")), YC = l(() => o("Dice1")), ZC = l(() => o("Dice1Fill")), $C = l(() => o("Dice2")), lp = l(() => o("Dice2Fill")), op = l(() => o("Dice3")), tp = l(() => o("Dice3Fill")), ep = l(() => o("Dice4")), np = l(() => o("Dice4Fill")), ip = l(() => o("Dice5")), sp = l(() => o("Dice5Fill")), cp = l(() => o("Dice6")), rp = l(() => o("Dice6Fill")), ap = l(() => o("Disc")), Fp = l(() => o("DiscFill")), dp = l(() => o("Discord")), up = l(() => o("Display")), Cp = l(() => o("DisplayFill")), pp = l(() => o("Displayport")), hp = l(() => o("DisplayportFill")), Sp = l(() => o("DistributeHorizontal")), gp = l(() => o("DistributeVertical")), kp = l(() => o("DoorClosed")), mp = l(() => o("DoorClosedFill")), wp = l(() => o("DoorOpen")), Bp = l(() => o("DoorOpenFill")), Dp = l(() => o("Dot")), Pp = l(() => o("Download")), Ap = l(() => o("Dpad")), Ep = l(() => o("DpadFill")), fp = l(() => o("Dribbble")), Hp = l(() => o("Dropbox")), Tp = l(() => o("Droplet")), yp = l(() => o("DropletFill")), xp = l(() => o("DropletHalf")), Lp = l(() => o("Duffle")), bp = l(() => o("DuffleFill")), Rp = l(() => o("Ear")), vp = l(() => o("Earbuds")), qp = l(() => o("EarFill")), Mp = l(() => o("Easel")), Up = l(() => o("Easel2")), Ip = l(() => o("Easel2Fill")), Gp = l(() => o("Easel3")), Xp = l(() => o("Easel3Fill")), Wp = l(() => o("EaselFill")), Op = l(() => o("Egg")), Vp = l(() => o("EggFill")), Np = l(() => o("EggFried")), jp = l(() => o("Eject")), _p = l(() => o("EjectFill")), Jp = l(() => o("EmojiAngry")), zp = l(() => o("EmojiAngryFill")), Qp = l(() => o("EmojiAstonished")), Kp = l(() => o("EmojiAstonishedFill")), Yp = l(() => o("EmojiDizzy")), Zp = l(() => o("EmojiDizzyFill")), $p = l(() => o("EmojiExpressionless")), lh = l(() => o("EmojiExpressionlessFill")), oh = l(() => o("EmojiFrown")), th = l(() => o("EmojiFrownFill")), eh = l(() => o("EmojiGrimace")), nh = l(() => o("EmojiGrimaceFill")), ih = l(() => o("EmojiGrin")), sh = l(() => o("EmojiGrinFill")), ch = l(() => o("EmojiHeartEyes")), rh = l(() => o("EmojiHeartEyesFill")), ah = l(() => o("EmojiKiss")), Fh = l(() => o("EmojiKissFill")), dh = l(() => o("EmojiLaughing")), uh = l(() => o("EmojiLaughingFill")), Ch = l(() => o("EmojiNeutral")), ph = l(() => o("EmojiNeutralFill")), hh = l(() => o("EmojiSmile")), Sh = l(() => o("EmojiSmileFill")), gh = l(() => o("EmojiSmileUpsideDown")), kh = l(() => o("EmojiSmileUpsideDownFill")), mh = l(() => o("EmojiSunglasses")), wh = l(() => o("EmojiSunglassesFill")), Bh = l(() => o("EmojiSurprise")), Dh = l(() => o("EmojiSurpriseFill")), Ph = l(() => o("EmojiTear")), Ah = l(() => o("EmojiTearFill")), Eh = l(() => o("EmojiWink")), fh = l(() => o("EmojiWinkFill")), Hh = l(() => o("Envelope")), Th = l(() => o("EnvelopeArrowDown")), yh = l(() => o("EnvelopeArrowDownFill")), xh = l(() => o("EnvelopeArrowUp")), Lh = l(() => o("EnvelopeArrowUpFill")), bh = l(() => o("EnvelopeAt")), Rh = l(() => o("EnvelopeAtFill")), vh = l(() => o("EnvelopeCheck")), qh = l(() => o("EnvelopeCheckFill")), Mh = l(() => o("EnvelopeDash")), Uh = l(() => o("EnvelopeDashFill")), Ih = l(() => o("EnvelopeExclamation")), Gh = l(() => o("EnvelopeExclamationFill")), Xh = l(() => o("EnvelopeFill")), Wh = l(() => o("EnvelopeHeart")), Oh = l(() => o("EnvelopeHeartFill")), Vh = l(() => o("EnvelopeOpen")), Nh = l(() => o("EnvelopeOpenFill")), jh = l(() => o("EnvelopeOpenHeart")), _h = l(() => o("EnvelopeOpenHeartFill")), Jh = l(() => o("EnvelopePaper")), zh = l(() => o("EnvelopePaperFill")), Qh = l(() => o("EnvelopePaperHeart")), Kh = l(() => o("EnvelopePaperHeartFill")), Yh = l(() => o("EnvelopePlus")), Zh = l(() => o("EnvelopePlusFill")), $h = l(() => o("EnvelopeSlash")), lS = l(() => o("EnvelopeSlashFill")), oS = l(() => o("EnvelopeX")), tS = l(() => o("EnvelopeXFill")), eS = l(() => o("Eraser")), nS = l(() => o("EraserFill")), iS = l(() => o("Escape")), sS = l(() => o("Ethernet")), cS = l(() => o("EvFront")), rS = l(() => o("EvFrontFill")), aS = l(() => o("EvStation")), FS = l(() => o("EvStationFill")), dS = l(() => o("Exclamation")), uS = l(() => o("ExclamationCircle")), CS = l(() => o("ExclamationCircleFill")), pS = l(() => o("ExclamationDiamond")), hS = l(() => o("ExclamationDiamondFill")), SS = l(() => o("ExclamationLg")), gS = l(() => o("ExclamationOctagon")), kS = l(() => o("ExclamationOctagonFill")), mS = l(() => o("ExclamationSquare")), wS = l(() => o("ExclamationSquareFill")), BS = l(() => o("ExclamationTriangle")), DS = l(() => o("ExclamationTriangleFill")), PS = l(() => o("Exclude")), AS = l(() => o("Explicit")), ES = l(() => o("ExplicitFill")), fS = l(() => o("Exposure")), HS = l(() => o("Eye")), TS = l(() => o("Eyedropper")), yS = l(() => o("EyeFill")), xS = l(() => o("Eyeglasses")), LS = l(() => o("EyeSlash")), bS = l(() => o("EyeSlashFill")), RS = l(() => o("Facebook")), vS = l(() => o("Fan")), qS = l(() => o("FastForward")), MS = l(() => o("FastForwardBtn")), US = l(() => o("FastForwardBtnFill")), IS = l(() => o("FastForwardCircle")), GS = l(() => o("FastForwardCircleFill")), XS = l(() => o("FastForwardFill")), WS = l(() => o("Feather")), OS = l(() => o("Feather2")), VS = l(() => o("Feather3")), NS = l(() => o("Figma")), jS = l(() => o("FigmaFill")), _S = l(() => o("File")), JS = l(() => o("File2Clock")), zS = l(() => o("FileArrowDown")), QS = l(() => o("FileArrowDownFill")), KS = l(() => o("FileArrowUp")), YS = l(() => o("FileArrowUpFill")), ZS = l(() => o("FileBarGraph")), $S = l(() => o("FileBarGraphFill")), lg = l(() => o("FileBinary")), og = l(() => o("FileBinaryFill")), tg = l(() => o("FileBreak")), eg = l(() => o("FileBreakFill")), ng = l(() => o("FileCheck")), ig = l(() => o("FileCheckFill")), sg = l(() => o("FileCode")), cg = l(() => o("FileCodeFill")), rg = l(() => o("FileDiff")), ag = l(() => o("FileDiffFill")), Fg = l(() => o("FileEarmark")), dg = l(() => o("FileEarmarkArrowDown")), ug = l(() => o("FileEarmarkArrowDownFill")), Cg = l(() => o("FileEarmarkArrowUp")), pg = l(() => o("FileEarmarkArrowUpFill")), hg = l(() => o("FileEarmarkBarGraph")), Sg = l(() => o("FileEarmarkBarGraphFill")), gg = l(() => o("FileEarmarkBinary")), kg = l(() => o("FileEarmarkBinaryFill")), mg = l(() => o("FileEarmarkBreak")), wg = l(() => o("FileEarmarkBreakFill")), Bg = l(() => o("FileEarmarkCheck")), Dg = l(() => o("FileEarmarkCheckFill")), Pg = l(() => o("FileEarmarkCode")), Ag = l(() => o("FileEarmarkCodeFill")), Eg = l(() => o("FileEarmarkDiff")), fg = l(() => o("FileEarmarkDiffFill")), Hg = l(() => o("FileEarmarkEasel")), Tg = l(() => o("FileEarmarkEaselFill")), yg = l(() => o("FileEarmarkExcel")), xg = l(() => o("FileEarmarkExcelFill")), Lg = l(() => o("FileEarmarkFill")), bg = l(() => o("FileEarmarkFont")), Rg = l(() => o("FileEarmarkFontFill")), vg = l(() => o("FileEarmarkImage")), qg = l(() => o("FileEarmarkImageFill")), Mg = l(() => o("FileEarmarkLock")), Ug = l(() => o("FileEarmarkLock2")), Ig = l(() => o("FileEarmarkLock2Fill")), Gg = l(() => o("FileEarmarkLockFill")), Xg = l(() => o("FileEarmarkMedical")), Wg = l(() => o("FileEarmarkMedicalFill")), Og = l(() => o("FileEarmarkMinus")), Vg = l(() => o("FileEarmarkMinusFill")), Ng = l(() => o("FileEarmarkMusic")), jg = l(() => o("FileEarmarkMusicFill")), _g = l(() => o("FileEarmarkPdf")), Jg = l(() => o("FileEarmarkPdfFill")), zg = l(() => o("FileEarmarkPerson")), Qg = l(() => o("FileEarmarkPersonFill")), Kg = l(() => o("FileEarmarkPlay")), Yg = l(() => o("FileEarmarkPlayFill")), Zg = l(() => o("FileEarmarkPlus")), $g = l(() => o("FileEarmarkPlusFill")), lk = l(() => o("FileEarmarkPost")), ok = l(() => o("FileEarmarkPostFill")), tk = l(() => o("FileEarmarkPpt")), ek = l(() => o("FileEarmarkPptFill")), nk = l(() => o("FileEarmarkRichtext")), ik = l(() => o("FileEarmarkRichtextFill")), sk = l(() => o("FileEarmarkRuled")), ck = l(() => o("FileEarmarkRuledFill")), rk = l(() => o("FileEarmarkSlides")), ak = l(() => o("FileEarmarkSlidesFill")), Fk = l(() => o("FileEarmarkSpreadsheet")), dk = l(() => o("FileEarmarkSpreadsheetFill")), uk = l(() => o("FileEarmarkText")), Ck = l(() => o("FileEarmarkTextFill")), pk = l(() => o("FileEarmarkWord")), hk = l(() => o("FileEarmarkWordFill")), Sk = l(() => o("FileEarmarkX")), gk = l(() => o("FileEarmarkXFill")), kk = l(() => o("FileEarmarkZip")), mk = l(() => o("FileEarmarkZipFill")), wk = l(() => o("FileEasel")), Bk = l(() => o("FileEaselFill")), Dk = l(() => o("FileExcel")), Pk = l(() => o("FileExcelFill")), Ak = l(() => o("FileFill")), Ek = l(() => o("FileFont")), fk = l(() => o("FileFontFill")), Hk = l(() => o("FileImage")), Tk = l(() => o("FileImageFill")), yk = l(() => o("FileLock")), xk = l(() => o("FileLock2")), Lk = l(() => o("FileLock2Fill")), bk = l(() => o("FileLockFill")), Rk = l(() => o("FileMedical")), vk = l(() => o("FileMedicalFill")), qk = l(() => o("FileMinus")), Mk = l(() => o("FileMinusFill")), Uk = l(() => o("FileMusic")), Ik = l(() => o("FileMusicFill")), Gk = l(() => o("FilePdf")), Xk = l(() => o("FilePdfFill")), Wk = l(() => o("FilePerson")), Ok = l(() => o("FilePersonFill")), Vk = l(() => o("FilePlay")), Nk = l(() => o("FilePlayFill")), jk = l(() => o("FilePlus")), _k = l(() => o("FilePlusFill")), Jk = l(() => o("FilePost")), zk = l(() => o("FilePostFill")), Qk = l(() => o("FilePpt")), Kk = l(() => o("FilePptFill")), Yk = l(() => o("FileRichtext")), Zk = l(() => o("FileRichtextFill")), $k = l(() => o("FileRuled")), lm = l(() => o("FileRuledFill")), om = l(() => o("Files")), tm = l(() => o("FilesAlt")), em = l(() => o("FileSlides")), nm = l(() => o("FileSlidesFill")), im = l(() => o("FileSpreadsheet")), sm = l(() => o("FileSpreadsheetFill")), cm = l(() => o("FileText")), rm = l(() => o("FileTextFill")), am = l(() => o("FiletypeAac")), Fm = l(() => o("FiletypeAi")), dm = l(() => o("FiletypeBmp")), um = l(() => o("FiletypeCs")), Cm = l(() => o("FiletypeCss")), pm = l(() => o("FiletypeCsv")), hm = l(() => o("FiletypeDoc")), Sm = l(() => o("FiletypeDocx")), gm = l(() => o("FiletypeExe")), km = l(() => o("FiletypeGif")), mm = l(() => o("FiletypeHeic")), wm = l(() => o("FiletypeHtml")), Bm = l(() => o("FiletypeJava")), Dm = l(() => o("FiletypeJpg")), Pm = l(() => o("FiletypeJs")), Am = l(() => o("FiletypeJson")), Em = l(() => o("FiletypeJsx")), fm = l(() => o("FiletypeKey")), Hm = l(() => o("FiletypeM4P")), Tm = l(() => o("FiletypeMd")), ym = l(() => o("FiletypeMdx")), xm = l(() => o("FiletypeMov")), Lm = l(() => o("FiletypeMp3")), bm = l(() => o("FiletypeMp4")), Rm = l(() => o("FiletypeOtf")), vm = l(() => o("FiletypePdf")), qm = l(() => o("FiletypePhp")), Mm = l(() => o("FiletypePng")), Um = l(() => o("FiletypePpt")), Im = l(() => o("FiletypePptx")), Gm = l(() => o("FiletypePsd")), Xm = l(() => o("FiletypePy")), Wm = l(() => o("FiletypeRaw")), Om = l(() => o("FiletypeRb")), Vm = l(() => o("FiletypeSass")), Nm = l(() => o("FiletypeScss")), jm = l(() => o("FiletypeSh")), _m = l(() => o("FiletypeSql")), Jm = l(() => o("FiletypeSvg")), zm = l(() => o("FiletypeTiff")), Qm = l(() => o("FiletypeTsx")), Km = l(() => o("FiletypeTtf")), Ym = l(() => o("FiletypeTxt")), Zm = l(() => o("FiletypeWav")), $m = l(() => o("FiletypeWoff")), lw = l(() => o("FiletypeXls")), ow = l(() => o("FiletypeXlsx")), tw = l(() => o("FiletypeXml")), ew = l(() => o("FiletypeYml")), nw = l(() => o("FileWord")), iw = l(() => o("FileWordFill")), sw = l(() => o("FileX")), cw = l(() => o("FileXFill")), rw = l(() => o("FileZip")), aw = l(() => o("FileZipFill")), Fw = l(() => o("Film")), dw = l(() => o("Filter")), uw = l(() => o("FilterCircle")), Cw = l(() => o("FilterCircleFill")), pw = l(() => o("FilterLeft")), hw = l(() => o("FilterRight")), Sw = l(() => o("FilterSquare")), gw = l(() => o("FilterSquareFill")), kw = l(() => o("Fingerprint")), mw = l(() => o("Fire")), ww = l(() => o("FireBootstrap")), Bw = l(() => o("FireFill")), Dw = l(() => o("Flag")), Pw = l(() => o("FlagFill")), Aw = l(() => o("Floppy")), Ew = l(() => o("Floppy2")), fw = l(() => o("Floppy2Fill")), Hw = l(() => o("FloppyFill")), Tw = l(() => o("Flower1")), yw = l(() => o("Flower2")), xw = l(() => o("Flower3")), Lw = l(() => o("Folder")), bw = l(() => o("Folder2")), Rw = l(() => o("Folder2Open")), vw = l(() => o("FolderCheck")), qw = l(() => o("FolderFill")), Mw = l(() => o("FolderMinus")), Uw = l(() => o("FolderPlus")), Iw = l(() => o("FolderSparkle")), Gw = l(() => o("FolderSymlink")), Xw = l(() => o("FolderSymlinkFill")), Ww = l(() => o("FolderX")), Ow = l(() => o("Fonts")), Vw = l(() => o("Forward")), Nw = l(() => o("ForwardFill")), jw = l(() => o("Front")), _w = l(() => o("FuelPump")), Jw = l(() => o("FuelPumpDiesel")), zw = l(() => o("FuelPumpDieselFill")), Qw = l(() => o("FuelPumpFill")), Kw = l(() => o("Fullscreen")), Yw = l(() => o("FullscreenExit")), Zw = l(() => o("Funnel")), $w = l(() => o("FunnelFill")), lB = l(() => o("Gear")), oB = l(() => o("GearFill")), tB = l(() => o("GearWide")), eB = l(() => o("GearWideConnected")), nB = l(() => o("Gem")), iB = l(() => o("GenderAmbiguous")), sB = l(() => o("GenderFemale")), cB = l(() => o("GenderMale")), rB = l(() => o("GenderNeuter")), aB = l(() => o("GenderTrans")), FB = l(() => o("Geo")), dB = l(() => o("GeoAlt")), uB = l(() => o("GeoAltFill")), CB = l(() => o("GeoFill")), pB = l(() => o("Gift")), hB = l(() => o("GiftFill")), SB = l(() => o("Git")), gB = l(() => o("Github")), kB = l(() => o("Gitlab")), mB = l(() => o("Globe")), wB = l(() => o("Globe2")), BB = l(() => o("GlobeAmericas")), DB = l(() => o("GlobeAsiaAustralia")), PB = l(() => o("GlobeCentralSouthAsia")), AB = l(() => o("GlobeEuropeAfrica")), EB = l(() => o("Google")), fB = l(() => o("GooglePlay")), HB = l(() => o("GpuCard")), TB = l(() => o("Grab")), yB = l(() => o("GrabHorizontal")), xB = l(() => o("GraphDown")), LB = l(() => o("GraphDownArrow")), bB = l(() => o("GraphUp")), RB = l(() => o("GraphUpArrow")), vB = l(() => o("Grid")), qB = l(() => o("Grid1X2")), MB = l(() => o("Grid1X2Fill")), UB = l(() => o("Grid3X2")), IB = l(() => o("Grid3X2Gap")), GB = l(() => o("Grid3X2GapFill")), XB = l(() => o("Grid3X3")), WB = l(() => o("Grid3X3Gap")), OB = l(() => o("Grid3X3GapFill")), VB = l(() => o("GridFill")), NB = l(() => o("GripHorizontal")), jB = l(() => o("GripVertical")), _B = l(() => o("Hammer")), JB = l(() => o("Hand")), zB = l(() => o("Handbag")), QB = l(() => o("HandbagFill")), KB = l(() => o("HandIndex")), YB = l(() => o("HandIndexFill")), ZB = l(() => o("HandIndexThumb")), $B = l(() => o("HandIndexThumbFill")), lD = l(() => o("HandOff")), oD = l(() => o("HandThumbsDown")), tD = l(() => o("HandThumbsDownFill")), eD = l(() => o("HandThumbsUp")), nD = l(() => o("HandThumbsUpFill")), iD = l(() => o("Hash")), sD = l(() => o("HCircle")), cD = l(() => o("HCircleFill")), rD = l(() => o("Hdd")), aD = l(() => o("HddFill")), FD = l(() => o("HddNetwork")), dD = l(() => o("HddNetworkFill")), uD = l(() => o("HddRack")), CD = l(() => o("HddRackFill")), pD = l(() => o("HddStack")), hD = l(() => o("HddStackFill")), SD = l(() => o("Hdmi")), gD = l(() => o("HdmiFill")), kD = l(() => o("Headphones")), mD = l(() => o("Headset")), wD = l(() => o("HeadsetVr")), BD = l(() => o("Heart")), DD = l(() => o("HeartArrow")), PD = l(() => o("Heartbreak")), AD = l(() => o("HeartbreakFill")), ED = l(() => o("HeartFill")), fD = l(() => o("HeartHalf")), HD = l(() => o("HeartPulse")), TD = l(() => o("HeartPulseFill")), yD = l(() => o("Hearts")), xD = l(() => o("Heptagon")), LD = l(() => o("HeptagonFill")), bD = l(() => o("HeptagonHalf")), RD = l(() => o("Hexagon")), vD = l(() => o("Hexagon2NdHalf")), qD = l(() => o("HexagonArrowDown")), MD = l(() => o("HexagonArrowDownFill")), UD = l(() => o("HexagonArrowRight")), ID = l(() => o("HexagonArrowRightFill")), GD = l(() => o("HexagonCore")), XD = l(() => o("HexagonCore2NdHalf")), WD = l(() => o("HexagonCoreHalf")), OD = l(() => o("HexagonDashed")), VD = l(() => o("HexagonFill")), ND = l(() => o("HexagonHalf")), jD = l(() => o("HexagonOff")), _D = l(() => o("HexagonOffFill")), JD = l(() => o("HexagonQuestion")), zD = l(() => o("HexagonQuestionFill")), QD = l(() => o("Highlighter")), KD = l(() => o("Highlights")), YD = l(() => o("Hospital")), ZD = l(() => o("HospitalFill")), $D = l(() => o("Hourglass")), lP = l(() => o("HourglassBottom")), oP = l(() => o("HourglassSplit")), tP = l(() => o("HourglassTop")), eP = l(() => o("House")), nP = l(() => o("HouseAdd")), iP = l(() => o("HouseAddFill")), sP = l(() => o("HouseCheck")), cP = l(() => o("HouseCheckFill")), rP = l(() => o("HouseDash")), aP = l(() => o("HouseDashFill")), FP = l(() => o("HouseDoor")), dP = l(() => o("HouseDoorFill")), uP = l(() => o("HouseDown")), CP = l(() => o("HouseDownFill")), pP = l(() => o("HouseExclamation")), hP = l(() => o("HouseExclamationFill")), SP = l(() => o("HouseFill")), gP = l(() => o("HouseGear")), kP = l(() => o("HouseGearFill")), mP = l(() => o("HouseHeart")), wP = l(() => o("HouseHeartFill")), BP = l(() => o("HouseLock")), DP = l(() => o("HouseLockFill")), PP = l(() => o("Houses")), AP = l(() => o("HousesFill")), EP = l(() => o("HouseSlash")), fP = l(() => o("HouseSlashFill")), HP = l(() => o("HouseUp")), TP = l(() => o("HouseUpFill")), yP = l(() => o("HouseX")), xP = l(() => o("HouseXFill")), LP = l(() => o("Hr")), bP = l(() => o("HSquare")), RP = l(() => o("HSquareFill")), vP = l(() => o("Hurricane")), qP = l(() => o("Hypnotize")), MP = l(() => o("Image")), UP = l(() => o("ImageAlt")), IP = l(() => o("ImageFill")), GP = l(() => o("Images")), XP = l(() => o("Inbox")), WP = l(() => o("Inboxes")), OP = l(() => o("InboxesFill")), VP = l(() => o("InboxFill")), NP = l(() => o("Incognito")), jP = l(() => o("Indent")), _P = l(() => o("InfinityBootstrap")), JP = l(() => o("Info")), zP = l(() => o("InfoCircle")), QP = l(() => o("InfoCircleFill")), KP = l(() => o("InfoLg")), YP = l(() => o("InfoSquare")), ZP = l(() => o("InfoSquareFill")), $P = l(() => o("InputCursor")), lA = l(() => o("InputCursorText")), oA = l(() => o("Instagram")), tA = l(() => o("Intercom")), eA = l(() => o("IntercomFill")), nA = l(() => o("Intersect")), iA = l(() => o("Invoice")), sA = l(() => o("Invoice2")), cA = l(() => o("Invoice2In")), rA = l(() => o("Invoice2Out")), aA = l(() => o("InvoiceClock")), FA = l(() => o("InvoiceDraft")), dA = l(() => o("InvoicePdf")), uA = l(() => o("Invoices")), CA = l(() => o("Invoices2")), pA = l(() => o("InvoicesLink")), hA = l(() => o("Journal")), SA = l(() => o("Journal2")), gA = l(() => o("Journal2Off")), kA = l(() => o("JournalAlbum")), mA = l(() => o("JournalArrowDown")), wA = l(() => o("JournalArrowUp")), BA = l(() => o("JournalBookmark")), DA = l(() => o("JournalBookmarkFill")), PA = l(() => o("JournalBootstrap")), AA = l(() => o("JournalCheck")), EA = l(() => o("JournalCheckBootstrap")), fA = l(() => o("JournalCode")), HA = l(() => o("JournalMedical")), TA = l(() => o("JournalMinus")), yA = l(() => o("JournalOff")), xA = l(() => o("JournalPlus")), LA = l(() => o("JournalRichtext")), bA = l(() => o("Journals")), RA = l(() => o("JournalText")), vA = l(() => o("JournalX")), qA = l(() => o("Joystick")), MA = l(() => o("Justify")), UA = l(() => o("JustifyLeft")), IA = l(() => o("JustifyRight")), GA = l(() => o("Kanban")), XA = l(() => o("KanbanFill")), WA = l(() => o("Key")), OA = l(() => o("Keyboard")), VA = l(() => o("KeyboardFill")), NA = l(() => o("KeyFill")), jA = l(() => o("Ladder")), _A = l(() => o("Lamp")), JA = l(() => o("LampFill")), zA = l(() => o("Laptop")), QA = l(() => o("LaptopFill")), KA = l(() => o("LayerBackward")), YA = l(() => o("LayerForward")), ZA = l(() => o("Layers")), $A = l(() => o("LayersFill")), lE = l(() => o("LayersHalf")), oE = l(() => o("LayoutSidebar")), tE = l(() => o("LayoutSidebarInset")), eE = l(() => o("LayoutSidebarInsetReverse")), nE = l(() => o("LayoutSidebarReverse")), iE = l(() => o("LayoutSplit")), sE = l(() => o("LayoutTextSidebar")), cE = l(() => o("LayoutTextSidebarReverse")), rE = l(() => o("LayoutTextWindow")), aE = l(() => o("LayoutTextWindowReverse")), FE = l(() => o("LayoutThreeColumns")), dE = l(() => o("LayoutWtf")), uE = l(() => o("LifePreserver")), CE = l(() => o("Lightbulb")), pE = l(() => o("LightbulbFill")), hE = l(() => o("LightbulbOff")), SE = l(() => o("LightbulbOffFill")), gE = l(() => o("Lightning")), kE = l(() => o("LightningCharge")), mE = l(() => o("LightningChargeFill")), wE = l(() => o("LightningFill")), BE = l(() => o("Line")), DE = l(() => o("Link")), PE = l(() => o("Link45Deg")), AE = l(() => o("Linkedin")), EE = l(() => o("List")), fE = l(() => o("ListCheck")), HE = l(() => o("ListColumns")), TE = l(() => o("ListColumnsReverse")), yE = l(() => o("ListNested")), xE = l(() => o("ListOl")), LE = l(() => o("ListStars")), bE = l(() => o("ListTask")), RE = l(() => o("ListUl")), vE = l(() => o("Lock")), qE = l(() => o("LockFill")), ME = l(() => o("Luggage")), UE = l(() => o("LuggageFill")), IE = l(() => o("Lungs")), GE = l(() => o("LungsFill")), XE = l(() => o("Magic")), WE = l(() => o("Magnet")), OE = l(() => o("MagnetFill")), VE = l(() => o("Mailbox")), NE = l(() => o("Mailbox2")), jE = l(() => o("Mailbox2Flag")), _E = l(() => o("MailboxFlag")), JE = l(() => o("Map")), zE = l(() => o("MapFill")), QE = l(() => o("Markdown")), KE = l(() => o("MarkdownFill")), YE = l(() => o("MarkerTip")), ZE = l(() => o("Mask")), $E = l(() => o("Mastodon")), lf = l(() => o("MeasuringTape")), of = l(() => o("MeasuringTapeFill")), tf = l(() => o("Medium")), ef = l(() => o("Megaphone")), nf = l(() => o("MegaphoneFill")), sf = l(() => o("Memory")), cf = l(() => o("MenuApp")), rf = l(() => o("MenuAppFill")), af = l(() => o("MenuButton")), Ff = l(() => o("MenuButtonFill")), df = l(() => o("MenuButtonWide")), uf = l(() => o("MenuButtonWideFill")), Cf = l(() => o("MenuDown")), pf = l(() => o("MenuUp")), hf = l(() => o("Messenger")), Sf = l(() => o("Meta")), gf = l(() => o("Mic")), kf = l(() => o("MicFill")), mf = l(() => o("MicMute")), wf = l(() => o("MicMuteFill")), Bf = l(() => o("Microsoft")), Df = l(() => o("MicrosoftTeams")), Pf = l(() => o("Minecart")), Af = l(() => o("MinecartLoaded")), Ef = l(() => o("Modem")), ff = l(() => o("ModemFill")), Hf = l(() => o("Moisture")), Tf = l(() => o("Moon")), yf = l(() => o("MoonFill")), xf = l(() => o("MoonStars")), Lf = l(() => o("MoonStarsFill")), bf = l(() => o("Mortarboard")), Rf = l(() => o("MortarboardFill")), vf = l(() => o("Motherboard")), qf = l(() => o("MotherboardFill")), Mf = l(() => o("Mouse")), Uf = l(() => o("Mouse2")), If = l(() => o("Mouse2Fill")), Gf = l(() => o("Mouse3")), Xf = l(() => o("Mouse3Fill")), Wf = l(() => o("MouseFill")), Of = l(() => o("MusicNote")), Vf = l(() => o("MusicNoteBeamed")), Nf = l(() => o("MusicNoteList")), jf = l(() => o("MusicPlayer")), _f = l(() => o("MusicPlayerFill")), Jf = l(() => o("Newspaper")), zf = l(() => o("NintendoSwitch")), Qf = l(() => o("NodeMinus")), Kf = l(() => o("NodeMinusFill")), Yf = l(() => o("NodePlus")), Zf = l(() => o("NodePlusFill")), $f = l(() => o("NoiseReduction")), lH = l(() => o("Nut")), oH = l(() => o("NutFill")), tH = l(() => o("Nvidia")), eH = l(() => o("Nvme")), nH = l(() => o("NvmeFill")), iH = l(() => o("Octagon")), sH = l(() => o("OctagonFill")), cH = l(() => o("OctagonHalf")), rH = l(() => o("Opencollective")), aH = l(() => o("OpticalAudio")), FH = l(() => o("OpticalAudioFill")), dH = l(() => o("Option")), uH = l(() => o("Outlet")), CH = l(() => o("PaintBucket")), pH = l(() => o("PaintRoller")), hH = l(() => o("PaintRollerFill")), SH = l(() => o("Palette")), gH = l(() => o("Palette2")), kH = l(() => o("PaletteFill")), mH = l(() => o("Paperclip")), wH = l(() => o("Paragraph")), BH = l(() => o("Pass")), DH = l(() => o("PassFill")), PH = l(() => o("Passport")), AH = l(() => o("PassportFill")), EH = l(() => o("PatchCheck")), fH = l(() => o("PatchCheckFill")), HH = l(() => o("PatchExclamation")), TH = l(() => o("PatchExclamationFill")), yH = l(() => o("PatchMinus")), xH = l(() => o("PatchMinusFill")), LH = l(() => o("PatchPlus")), bH = l(() => o("PatchPlusFill")), RH = l(() => o("PatchQuestion")), vH = l(() => o("PatchQuestionFill")), qH = l(() => o("Pause")), MH = l(() => o("PauseBtn")), UH = l(() => o("PauseBtnFill")), IH = l(() => o("PauseCircle")), GH = l(() => o("PauseCircleFill")), XH = l(() => o("PauseFill")), WH = l(() => o("Paypal")), OH = l(() => o("Pc")), VH = l(() => o("PcDisplay")), NH = l(() => o("PcDisplayHorizontal")), jH = l(() => o("PcHorizontal")), _H = l(() => o("PciCard")), JH = l(() => o("PciCardNetwork")), zH = l(() => o("PciCardSound")), QH = l(() => o("PCircle")), KH = l(() => o("PCircleFill")), YH = l(() => o("Peace")), ZH = l(() => o("PeaceFill")), $H = l(() => o("Pen")), lT = l(() => o("Pencil")), oT = l(() => o("PencilFill")), tT = l(() => o("PencilSquare")), eT = l(() => o("PenFill")), nT = l(() => o("PenOff")), iT = l(() => o("PenOffFill")), sT = l(() => o("Pentagon")), cT = l(() => o("PentagonFill")), rT = l(() => o("PentagonHalf")), aT = l(() => o("People")), FT = l(() => o("PeopleFill")), dT = l(() => o("Percent")), uT = l(() => o("Person")), CT = l(() => o("PersonAdd")), pT = l(() => o("PersonArmsUp")), hT = l(() => o("PersonBadge")), ST = l(() => o("PersonBadgeFill")), gT = l(() => o("PersonBoundingBox")), kT = l(() => o("PersonCheck")), mT = l(() => o("PersonCheckFill")), wT = l(() => o("PersonCircle")), BT = l(() => o("PersonDash")), DT = l(() => o("PersonDashFill")), PT = l(() => o("PersonDown")), AT = l(() => o("PersonExclamation")), ET = l(() => o("PersonFill")), fT = l(() => o("PersonFillAdd")), HT = l(() => o("PersonFillCheck")), TT = l(() => o("PersonFillDash")), yT = l(() => o("PersonFillDown")), xT = l(() => o("PersonFillExclamation")), LT = l(() => o("PersonFillGear")), bT = l(() => o("PersonFillLock")), RT = l(() => o("PersonFillSlash")), vT = l(() => o("PersonFillUp")), qT = l(() => o("PersonFillX")), MT = l(() => o("PersonGear")), UT = l(() => o("PersonHeart")), IT = l(() => o("PersonHearts")), GT = l(() => o("PersonLinesFill")), XT = l(() => o("PersonLock")), WT = l(() => o("PersonPlus")), OT = l(() => o("PersonPlusFill")), VT = l(() => o("PersonRaisedHand")), NT = l(() => o("PersonRolodex")), jT = l(() => o("PersonSlash")), _T = l(() => o("PersonSquare")), JT = l(() => o("PersonStanding")), zT = l(() => o("PersonStandingDress")), QT = l(() => o("PersonUp")), KT = l(() => o("PersonVcard")), YT = l(() => o("PersonVcardFill")), ZT = l(() => o("PersonVideo")), $T = l(() => o("PersonVideo2")), ly = l(() => o("PersonVideo3")), oy = l(() => o("PersonWalking")), ty = l(() => o("PersonWheelchair")), ey = l(() => o("PersonWorkspace")), ny = l(() => o("PersonX")), iy = l(() => o("PersonXFill")), sy = l(() => o("Phone")), cy = l(() => o("PhoneFill")), ry = l(() => o("PhoneFlip")), ay = l(() => o("PhoneLandscape")), Fy = l(() => o("PhoneLandscapeFill")), dy = l(() => o("PhoneVibrate")), uy = l(() => o("PhoneVibrateFill")), Cy = l(() => o("PieChart")), py = l(() => o("PieChartFill")), hy = l(() => o("PiggyBank")), Sy = l(() => o("PiggyBankFill")), gy = l(() => o("Pin")), ky = l(() => o("PinAngle")), my = l(() => o("PinAngleFill")), wy = l(() => o("PinFill")), By = l(() => o("PinMap")), Dy = l(() => o("PinMapFill")), Py = l(() => o("Pinterest")), Ay = l(() => o("Pip")), Ey = l(() => o("PipFill")), fy = l(() => o("Play")), Hy = l(() => o("PlayBtn")), Ty = l(() => o("PlayBtnFill")), yy = l(() => o("PlayCircle")), xy = l(() => o("PlayCircleFill")), Ly = l(() => o("PlayFill")), by = l(() => o("Playstation")), Ry = l(() => o("Plug")), vy = l(() => o("PlugFill")), qy = l(() => o("Plugin")), My = l(() => o("Plus")), Uy = l(() => o("PlusCircle")), Iy = l(() => o("PlusCircleDotted")), Gy = l(() => o("PlusCircleFill")), Xy = l(() => o("PlusLg")), Wy = l(() => o("PlusSlashMinus")), Oy = l(() => o("PlusSquare")), Vy = l(() => o("PlusSquareDotted")), Ny = l(() => o("PlusSquareFill")), jy = l(() => o("Postage")), _y = l(() => o("PostageFill")), Jy = l(() => o("PostageHeart")), zy = l(() => o("PostageHeartFill")), Qy = l(() => o("Postcard")), Ky = l(() => o("PostcardFill")), Yy = l(() => o("PostcardHeart")), Zy = l(() => o("PostcardHeartFill")), $y = l(() => o("Power")), lx = l(() => o("Prescription")), ox = l(() => o("Prescription2")), tx = l(() => o("Printer")), ex = l(() => o("PrinterFill")), nx = l(() => o("Projector")), ix = l(() => o("ProjectorFill")), sx = l(() => o("ProrataCalendar")), cx = l(() => o("PSquare")), rx = l(() => o("PSquareFill")), ax = l(() => o("Puzzle")), Fx = l(() => o("PuzzleFill")), dx = l(() => o("QrCode")), ux = l(() => o("QrCodeScan")), Cx = l(() => o("Question")), px = l(() => o("QuestionCircle")), hx = l(() => o("QuestionCircleFill")), Sx = l(() => o("QuestionDiamond")), gx = l(() => o("QuestionDiamondFill")), kx = l(() => o("QuestionLg")), mx = l(() => o("QuestionOctagon")), wx = l(() => o("QuestionOctagonFill")), Bx = l(() => o("QuestionSquare")), Dx = l(() => o("QuestionSquareFill")), Px = l(() => o("Quora")), Ax = l(() => o("Quote")), Ex = l(() => o("Radar")), fx = l(() => o("Radioactive")), Hx = l(() => o("Rainbow")), Tx = l(() => o("RCircle")), yx = l(() => o("RCircleFill")), xx = l(() => o("Receipt")), Lx = l(() => o("Receipt2")), bx = l(() => o("ReceiptClock")), Rx = l(() => o("ReceiptCutoff")), vx = l(() => o("ReceiptDraft")), qx = l(() => o("ReceiptOff2")), Mx = l(() => o("ReceiptPdf")), Ux = l(() => o("Reception0")), Ix = l(() => o("Reception1")), Gx = l(() => o("Reception2")), Xx = l(() => o("Reception3")), Wx = l(() => o("Reception4")), Ox = l(() => o("Record")), Vx = l(() => o("Record2")), Nx = l(() => o("Record2Fill")), jx = l(() => o("RecordBtn")), _x = l(() => o("RecordBtnFill")), Jx = l(() => o("RecordCircle")), zx = l(() => o("RecordCircleFill")), Qx = l(() => o("RecordFill")), Kx = l(() => o("Recycle")), Yx = l(() => o("Reddit")), Zx = l(() => o("Regex")), $x = l(() => o("Repeat")), lL = l(() => o("Repeat1")), oL = l(() => o("Reply")), tL = l(() => o("ReplyAll")), eL = l(() => o("ReplyAllFill")), nL = l(() => o("ReplyFill")), iL = l(() => o("Rewind")), sL = l(() => o("RewindBtn")), cL = l(() => o("RewindBtnFill")), rL = l(() => o("RewindCircle")), aL = l(() => o("RewindCircleFill")), FL = l(() => o("RewindFill")), dL = l(() => o("Robot")), uL = l(() => o("Rocket")), CL = l(() => o("RocketFill")), pL = l(() => o("RocketTakeoff")), hL = l(() => o("RocketTakeoffFill")), SL = l(() => o("Router")), gL = l(() => o("RouterFill")), kL = l(() => o("RSquare")), mL = l(() => o("RSquareFill")), wL = l(() => o("Rss")), BL = l(() => o("RssFill")), DL = l(() => o("Rulers")), PL = l(() => o("Safe")), AL = l(() => o("Safe2")), EL = l(() => o("Safe2Fill")), fL = l(() => o("SafeFill")), HL = l(() => o("Save")), TL = l(() => o("Save2")), yL = l(() => o("Save2Fill")), xL = l(() => o("SaveFill")), LL = l(() => o("Scissors")), bL = l(() => o("Scooter")), RL = l(() => o("Screwdriver")), vL = l(() => o("SdCard")), qL = l(() => o("SdCardFill")), ML = l(() => o("Search")), UL = l(() => o("SearchHeart")), IL = l(() => o("SearchHeartFill")), GL = l(() => o("SegmentedNav")), XL = l(() => o("Send")), WL = l(() => o("SendArrowDown")), OL = l(() => o("SendArrowDownFill")), VL = l(() => o("SendArrowUp")), NL = l(() => o("SendArrowUpFill")), jL = l(() => o("SendCheck")), _L = l(() => o("SendCheckFill")), JL = l(() => o("SendDash")), zL = l(() => o("SendDashFill")), QL = l(() => o("SendExclamation")), KL = l(() => o("SendExclamationFill")), YL = l(() => o("SendFill")), ZL = l(() => o("SendPlus")), $L = l(() => o("SendPlusFill")), lb = l(() => o("SendSlash")), ob = l(() => o("SendSlashFill")), tb = l(() => o("SendX")), eb = l(() => o("SendXFill")), nb = l(() => o("Server")), ib = l(() => o("Shadows")), sb = l(() => o("Share")), cb = l(() => o("ShareFill")), rb = l(() => o("Shelves")), ab = l(() => o("Shield")), Fb = l(() => o("ShieldCheck")), db = l(() => o("ShieldExclamation")), ub = l(() => o("ShieldFill")), Cb = l(() => o("ShieldFillCheck")), pb = l(() => o("ShieldFillExclamation")), hb = l(() => o("ShieldFillMinus")), Sb = l(() => o("ShieldFillPlus")), gb = l(() => o("ShieldFillX")), kb = l(() => o("ShieldLock")), mb = l(() => o("ShieldLockFill")), wb = l(() => o("ShieldMinus")), Bb = l(() => o("ShieldPlus")), Db = l(() => o("ShieldShaded")), Pb = l(() => o("ShieldSlash")), Ab = l(() => o("ShieldSlashFill")), Eb = l(() => o("ShieldX")), fb = l(() => o("Shift")), Hb = l(() => o("ShiftFill")), Tb = l(() => o("Shop")), yb = l(() => o("ShopWindow")), xb = l(() => o("Shuffle")), Lb = l(() => o("Signal")), bb = l(() => o("SignDeadEnd")), Rb = l(() => o("SignDeadEndFill")), vb = l(() => o("SignDoNotEnter")), qb = l(() => o("SignDoNotEnterFill")), Mb = l(() => o("SignIntersection")), Ub = l(() => o("SignIntersectionFill")), Ib = l(() => o("SignIntersectionSide")), Gb = l(() => o("SignIntersectionSideFill")), Xb = l(() => o("SignIntersectionT")), Wb = l(() => o("SignIntersectionTFill")), Ob = l(() => o("SignIntersectionY")), Vb = l(() => o("SignIntersectionYFill")), Nb = l(() => o("SignMergeLeft")), jb = l(() => o("SignMergeLeftFill")), _b = l(() => o("SignMergeRight")), Jb = l(() => o("SignMergeRightFill")), zb = l(() => o("SignNoLeftTurn")), Qb = l(() => o("SignNoLeftTurnFill")), Kb = l(() => o("SignNoParking")), Yb = l(() => o("SignNoParkingFill")), Zb = l(() => o("SignNoRightTurn")), $b = l(() => o("SignNoRightTurnFill")), lR = l(() => o("Signpost")), oR = l(() => o("Signpost2")), tR = l(() => o("Signpost2Fill")), eR = l(() => o("SignpostFill")), nR = l(() => o("SignpostSplit")), iR = l(() => o("SignpostSplitFill")), sR = l(() => o("SignRailroad")), cR = l(() => o("SignRailroadFill")), rR = l(() => o("SignStop")), aR = l(() => o("SignStopFill")), FR = l(() => o("SignStopLights")), dR = l(() => o("SignStopLightsFill")), uR = l(() => o("SignTurnLeft")), CR = l(() => o("SignTurnLeftFill")), pR = l(() => o("SignTurnRight")), hR = l(() => o("SignTurnRightFill")), SR = l(() => o("SignTurnSlightLeft")), gR = l(() => o("SignTurnSlightLeftFill")), kR = l(() => o("SignTurnSlightRight")), mR = l(() => o("SignTurnSlightRightFill")), wR = l(() => o("SignYield")), BR = l(() => o("SignYieldFill")), DR = l(() => o("Sim")), PR = l(() => o("SimFill")), AR = l(() => o("SimSlash")), ER = l(() => o("SimSlashFill")), fR = l(() => o("SinaWeibo")), HR = l(() => o("SkipBackward")), TR = l(() => o("SkipBackwardBtn")), yR = l(() => o("SkipBackwardBtnFill")), xR = l(() => o("SkipBackwardCircle")), LR = l(() => o("SkipBackwardCircleFill")), bR = l(() => o("SkipBackwardFill")), RR = l(() => o("SkipEnd")), vR = l(() => o("SkipEndBtn")), qR = l(() => o("SkipEndBtnFill")), MR = l(() => o("SkipEndCircle")), UR = l(() => o("SkipEndCircleFill")), IR = l(() => o("SkipEndFill")), GR = l(() => o("SkipForward")), XR = l(() => o("SkipForwardBtn")), WR = l(() => o("SkipForwardBtnFill")), OR = l(() => o("SkipForwardCircle")), VR = l(() => o("SkipForwardCircleFill")), NR = l(() => o("SkipForwardFill")), jR = l(() => o("SkipStart")), _R = l(() => o("SkipStartBtn")), JR = l(() => o("SkipStartBtnFill")), zR = l(() => o("SkipStartCircle")), QR = l(() => o("SkipStartCircleFill")), KR = l(() => o("SkipStartFill")), YR = l(() => o("Skype")), ZR = l(() => o("Slack")), $R = l(() => o("Slash")), l2 = l(() => o("SlashCircle")), o2 = l(() => o("SlashCircleFill")), t2 = l(() => o("SlashCircleFillV2")), e2 = l(() => o("SlashCircleV2")), n2 = l(() => o("SlashLg")), i2 = l(() => o("SlashSquare")), s2 = l(() => o("SlashSquareFill")), c2 = l(() => o("SlashSquareFillV2")), r2 = l(() => o("SlashSquareV2")), a2 = l(() => o("Sliders")), F2 = l(() => o("Sliders2")), d2 = l(() => o("Sliders2Vertical")), u2 = l(() => o("Smartwatch")), C2 = l(() => o("Snapchat")), p2 = l(() => o("Snow")), h2 = l(() => o("Snow2")), S2 = l(() => o("Snow3")), g2 = l(() => o("SortAlphaDown")), k2 = l(() => o("SortAlphaDownAlt")), m2 = l(() => o("SortAlphaUp")), w2 = l(() => o("SortAlphaUpAlt")), B2 = l(() => o("SortDown")), D2 = l(() => o("SortDownAlt")), P2 = l(() => o("SortNumericDown")), A2 = l(() => o("SortNumericDownAlt")), E2 = l(() => o("SortNumericUp")), f2 = l(() => o("SortNumericUpAlt")), H2 = l(() => o("SortUp")), T2 = l(() => o("SortUpAlt")), y2 = l(() => o("Soundwave")), x2 = l(() => o("Sourceforge")), L2 = l(() => o("Speaker")), b2 = l(() => o("SpeakerFill")), R2 = l(() => o("Speedometer")), v2 = l(() => o("Speedometer2")), q2 = l(() => o("Spellcheck")), M2 = l(() => o("Spotify")), U2 = l(() => o("Square")), I2 = l(() => o("SquareFill")), G2 = l(() => o("SquareHalf")), X2 = l(() => o("Squircle")), W2 = l(() => o("SquircleArrowBottom")), O2 = l(() => o("SquircleArrowBottomFill")), V2 = l(() => o("SquircleArrowLeft")), N2 = l(() => o("SquircleArrowLeftFill")), j2 = l(() => o("SquircleArrowRight")), _2 = l(() => o("SquircleArrowRightFill")), J2 = l(() => o("SquircleArrowTop")), z2 = l(() => o("SquircleArrowTopFill")), Q2 = l(() => o("SquircleCheck")), K2 = l(() => o("SquircleCheckAll")), Y2 = l(() => o("SquircleCheckAllFill")), Z2 = l(() => o("SquircleCheckFill")), $2 = l(() => o("SquircleClock")), lv = l(() => o("SquircleClockFill")), ov = l(() => o("SquircleCore")), tv = l(() => o("SquircleCore2NdHalf")), ev = l(() => o("SquircleCoreHalf")), nv = l(() => o("SquircleDraft")), iv = l(() => o("SquircleExclamation")), sv = l(() => o("SquircleExclamationFill")), cv = l(() => o("SquircleFill")), rv = l(() => o("SquircleInfo")), av = l(() => o("SquircleInfoFill")), Fv = l(() => o("SquircleLink")), dv = l(() => o("SquircleLinkFill")), uv = l(() => o("SquircleOff")), Cv = l(() => o("SquircleOffFill")), pv = l(() => o("SquircleX")), hv = l(() => o("SquircleXFill")), Sv = l(() => o("Stack")), gv = l(() => o("StackOverflow")), kv = l(() => o("Star")), mv = l(() => o("StarFill")), wv = l(() => o("StarHalf")), Bv = l(() => o("Stars")), Dv = l(() => o("Steam")), Pv = l(() => o("Stickies")), Av = l(() => o("StickiesFill")), Ev = l(() => o("Sticky")), fv = l(() => o("StickyFill")), Hv = l(() => o("Stop")), Tv = l(() => o("StopBtn")), yv = l(() => o("StopBtnFill")), xv = l(() => o("StopCircle")), Lv = l(() => o("StopCircleFill")), bv = l(() => o("StopFill")), Rv = l(() => o("Stoplights")), vv = l(() => o("StoplightsFill")), qv = l(() => o("Stopwatch")), Mv = l(() => o("StopwatchFill")), Uv = l(() => o("Strava")), Iv = l(() => o("Stripe")), Gv = l(() => o("Subscript")), Xv = l(() => o("Substack")), Wv = l(() => o("Subtract")), Ov = l(() => o("Suitcase")), Vv = l(() => o("Suitcase2")), Nv = l(() => o("Suitcase2Fill")), jv = l(() => o("SuitcaseFill")), _v = l(() => o("SuitcaseLg")), Jv = l(() => o("SuitcaseLgFill")), zv = l(() => o("SuitClub")), Qv = l(() => o("SuitClubFill")), Kv = l(() => o("SuitDiamond")), Yv = l(() => o("SuitDiamondFill")), Zv = l(() => o("SuitHeart")), $v = l(() => o("SuitHeartFill")), lq = l(() => o("SuitSpade")), oq = l(() => o("SuitSpadeFill")), tq = l(() => o("Sun")), eq = l(() => o("SunFill")), nq = l(() => o("Sunglasses")), iq = l(() => o("Sunrise")), sq = l(() => o("SunriseFill")), cq = l(() => o("Sunset")), rq = l(() => o("SunsetFill")), aq = l(() => o("Superscript")), Fq = l(() => o("SymmetryHorizontal")), dq = l(() => o("SymmetryVertical")), uq = l(() => o("Table")), Cq = l(() => o("Tablet")), pq = l(() => o("TabletFill")), hq = l(() => o("TabletLandscape")), Sq = l(() => o("TabletLandscapeFill")), gq = l(() => o("Tag")), kq = l(() => o("TagFill")), mq = l(() => o("Tags")), wq = l(() => o("TagsFill")), Bq = l(() => o("TaxiFront")), Dq = l(() => o("TaxiFrontFill")), Pq = l(() => o("Telegram")), Aq = l(() => o("Telephone")), Eq = l(() => o("TelephoneFill")), fq = l(() => o("TelephoneForward")), Hq = l(() => o("TelephoneForwardFill")), Tq = l(() => o("TelephoneInbound")), yq = l(() => o("TelephoneInboundFill")), xq = l(() => o("TelephoneMinus")), Lq = l(() => o("TelephoneMinusFill")), bq = l(() => o("TelephoneOutbound")), Rq = l(() => o("TelephoneOutboundFill")), vq = l(() => o("TelephonePlus")), qq = l(() => o("TelephonePlusFill")), Mq = l(() => o("TelephoneX")), Uq = l(() => o("TelephoneXFill")), Iq = l(() => o("TencentQq")), Gq = l(() => o("Terminal")), Xq = l(() => o("TerminalDash")), Wq = l(() => o("TerminalFill")), Oq = l(() => o("TerminalPlus")), Vq = l(() => o("TerminalSplit")), Nq = l(() => o("TerminalX")), jq = l(() => o("TestPipe")), _q = l(() => o("TestPipeFill")), Jq = l(() => o("Textarea")), zq = l(() => o("TextareaResize")), Qq = l(() => o("TextareaT")), Kq = l(() => o("TextCenter")), Yq = l(() => o("TextIndentLeft")), Zq = l(() => o("TextIndentRight")), $q = l(() => o("TextLeft")), lM = l(() => o("TextParagraph")), oM = l(() => o("TextRight")), tM = l(() => o("TextWrap")), eM = l(() => o("Thermometer")), nM = l(() => o("ThermometerFire3")), iM = l(() => o("ThermometerHalf")), sM = l(() => o("ThermometerHigh")), cM = l(() => o("ThermometerLow")), rM = l(() => o("ThermometerSnow")), aM = l(() => o("ThermometerSun")), FM = l(() => o("Threads")), dM = l(() => o("ThreadsFill")), uM = l(() => o("ThreeDots")), CM = l(() => o("ThreeDotsVertical")), pM = l(() => o("Thunderbolt")), hM = l(() => o("ThunderboltFill")), SM = l(() => o("Ticket")), gM = l(() => o("TicketDetailed")), kM = l(() => o("TicketDetailedFill")), mM = l(() => o("TicketFill")), wM = l(() => o("TicketPerforated")), BM = l(() => o("TicketPerforatedFill")), DM = l(() => o("Tiktok")), PM = l(() => o("Toggle2Off")), AM = l(() => o("Toggle2On")), EM = l(() => o("ToggleOff")), fM = l(() => o("ToggleOn")), HM = l(() => o("Toggles")), TM = l(() => o("Toggles2")), yM = l(() => o("Tools")), xM = l(() => o("Tornado")), LM = l(() => o("TrainFreightFront")), bM = l(() => o("TrainFreightFrontFill")), RM = l(() => o("TrainFront")), vM = l(() => o("TrainFrontFill")), qM = l(() => o("TrainLightrailFront")), MM = l(() => o("TrainLightrailFrontFill")), UM = l(() => o("Translate")), IM = l(() => o("Transparency")), GM = l(() => o("Trash")), XM = l(() => o("Trash2")), WM = l(() => o("Trash2Fill")), OM = l(() => o("Trash3")), VM = l(() => o("Trash3Fill")), NM = l(() => o("Trash3Off")), jM = l(() => o("Trash3OffFill")), _M = l(() => o("TrashFill")), JM = l(() => o("Tree")), zM = l(() => o("TreeFill")), QM = l(() => o("Trello")), KM = l(() => o("Triangle")), YM = l(() => o("Triangle2")), ZM = l(() => o("Triangle2ArrowDown")), $M = l(() => o("Triangle2ArrowDownFill")), lU = l(() => o("Triangle2ArrowLeft")), oU = l(() => o("Triangle2ArrowLeftFill")), tU = l(() => o("Triangle2ArrowRight")), eU = l(() => o("Triangle2ArrowRightFill")), nU = l(() => o("Triangle2ArrowUp")), iU = l(() => o("Triangle2ArrowUpFill")), sU = l(() => o("Triangle2Core")), cU = l(() => o("Triangle2Core2NdHalf")), rU = l(() => o("Triangle2CoreHalf")), aU = l(() => o("Triangle2Fill")), FU = l(() => o("Triangle2X")), dU = l(() => o("Triangle2XFill")), uU = l(() => o("TriangleFill")), CU = l(() => o("TriangleHalf")), pU = l(() => o("Trophy")), hU = l(() => o("TrophyFill")), SU = l(() => o("TropicalStorm")), gU = l(() => o("Truck")), kU = l(() => o("TruckFlatbed")), mU = l(() => o("TruckFront")), wU = l(() => o("TruckFrontFill")), BU = l(() => o("Tsunami")), DU = l(() => o("Tv")), PU = l(() => o("TvFill")), AU = l(() => o("Twitch")), EU = l(() => o("Twitter")), fU = l(() => o("TwitterX")), HU = l(() => o("Type")), TU = l(() => o("TypeBold")), yU = l(() => o("TypeH1")), xU = l(() => o("TypeH2")), LU = l(() => o("TypeH3")), bU = l(() => o("TypeH4")), RU = l(() => o("TypeH5")), vU = l(() => o("TypeH6")), qU = l(() => o("TypeItalic")), MU = l(() => o("TypeStrikethrough")), UU = l(() => o("TypeUnderline")), IU = l(() => o("Ubuntu")), GU = l(() => o("UiChecks")), XU = l(() => o("UiChecksGrid")), WU = l(() => o("UiRadios")), OU = l(() => o("UiRadiosGrid")), VU = l(() => o("Umbrella")), NU = l(() => o("UmbrellaFill")), jU = l(() => o("Unindent")), _U = l(() => o("Union")), JU = l(() => o("UnitLayout")), zU = l(() => o("UnitTemplate")), QU = l(() => o("Unity")), KU = l(() => o("UniversalAccess")), YU = l(() => o("UniversalAccessCircle")), ZU = l(() => o("Unlock")), $U = l(() => o("UnlockFill")), lI = l(() => o("UnpaidInvoice")), oI = l(() => o("Upc")), tI = l(() => o("UpcScan")), eI = l(() => o("Upload")), nI = l(() => o("Usb")), iI = l(() => o("UsbC")), sI = l(() => o("UsbCFill")), cI = l(() => o("UsbDrive")), rI = l(() => o("UsbDriveFill")), aI = l(() => o("UsbFill")), FI = l(() => o("UsbMicro")), dI = l(() => o("UsbMicroFill")), uI = l(() => o("UsbMini")), CI = l(() => o("UsbMiniFill")), pI = l(() => o("UsbPlug")), hI = l(() => o("UsbPlugFill")), SI = l(() => o("UsbSymbol")), gI = l(() => o("Valentine")), kI = l(() => o("Valentine2")), mI = l(() => o("VectorPen")), wI = l(() => o("ViewList")), BI = l(() => o("ViewStacked")), DI = l(() => o("Vignette")), PI = l(() => o("Vimeo")), AI = l(() => o("Vinyl")), EI = l(() => o("VinylFill")), fI = l(() => o("Virus")), HI = l(() => o("Virus2")), TI = l(() => o("Voicemail")), yI = l(() => o("VolumeDown")), xI = l(() => o("VolumeDownFill")), LI = l(() => o("VolumeMute")), bI = l(() => o("VolumeMuteFill")), RI = l(() => o("VolumeOff")), vI = l(() => o("VolumeOffFill")), qI = l(() => o("VolumeUp")), MI = l(() => o("VolumeUpFill")), UI = l(() => o("Vr")), II = l(() => o("Wallet")), GI = l(() => o("Wallet2")), XI = l(() => o("WalletFill")), WI = l(() => o("Watch")), OI = l(() => o("Water")), VI = l(() => o("Webcam")), NI = l(() => o("WebcamFill")), jI = l(() => o("Wechat")), _I = l(() => o("Whatsapp")), JI = l(() => o("Wifi")), zI = l(() => o("Wifi1")), QI = l(() => o("Wifi2")), KI = l(() => o("WifiOff")), YI = l(() => o("Wikipedia")), ZI = l(() => o("Wind")), $I = l(() => o("Window")), lG = l(() => o("WindowBootstrap")), oG = l(() => o("WindowDash")), tG = l(() => o("WindowDesktop")), eG = l(() => o("WindowDock")), nG = l(() => o("WindowFullscreen")), iG = l(() => o("WindowPlus")), sG = l(() => o("Windows")), cG = l(() => o("WindowSidebar")), rG = l(() => o("WindowSplit")), aG = l(() => o("WindowStack")), FG = l(() => o("WindowX")), dG = l(() => o("Wordpress")), uG = l(() => o("Wrench")), CG = l(() => o("WrenchAdjustable")), pG = l(() => o("WrenchAdjustableCircle")), hG = l(() => o("WrenchAdjustableCircleFill")), SG = l(() => o("X")), gG = l(() => o("Xbox")), kG = l(() => o("XCircle")), mG = l(() => o("XCircleFill")), wG = l(() => o("XDiamond")), BG = l(() => o("XDiamondFill")), DG = l(() => o("XLg")), PG = l(() => o("XOctagon")), AG = l(() => o("XOctagonFill")), EG = l(() => o("XSquare")), fG = l(() => o("XSquareFill")), HG = l(() => o("Yelp")), TG = l(() => o("YinYang")), yG = l(() => o("Youtube")), xG = l(() => o("ZoomIn")), LG = l(() => o("ZoomOut"));
|
|
12
|
+
export {
|
|
13
|
+
j as Abacus,
|
|
14
|
+
_ as Activity,
|
|
15
|
+
J as Airplane,
|
|
16
|
+
z as AirplaneEngines,
|
|
17
|
+
Q as AirplaneEnginesFill,
|
|
18
|
+
K as AirplaneFill,
|
|
19
|
+
Y as Alarm,
|
|
20
|
+
Z as AlarmFill,
|
|
21
|
+
$ as Alexa,
|
|
22
|
+
ll as AlignBottom,
|
|
23
|
+
ol as AlignCenter,
|
|
24
|
+
tl as AlignEnd,
|
|
25
|
+
el as AlignMiddle,
|
|
26
|
+
nl as AlignStart,
|
|
27
|
+
il as AlignTop,
|
|
28
|
+
sl as Alipay,
|
|
29
|
+
cl as Alphabet,
|
|
30
|
+
rl as AlphabetUppercase,
|
|
31
|
+
al as Alt,
|
|
32
|
+
Fl as Amazon,
|
|
33
|
+
dl as Amd,
|
|
34
|
+
ul as Android,
|
|
35
|
+
Cl as Android2,
|
|
36
|
+
pl as App,
|
|
37
|
+
hl as AppIndicator,
|
|
38
|
+
Sl as Apple,
|
|
39
|
+
gl as Apps,
|
|
40
|
+
kl as AppsFill,
|
|
41
|
+
ml as AppsPlus,
|
|
42
|
+
wl as AppsPlusFill,
|
|
43
|
+
Bl as Archive,
|
|
44
|
+
Dl as ArchiveFill,
|
|
45
|
+
Pl as Arrow90DegDown,
|
|
46
|
+
Al as Arrow90DegLeft,
|
|
47
|
+
El as Arrow90DegRight,
|
|
48
|
+
fl as Arrow90DegUp,
|
|
49
|
+
Hl as ArrowBarDown,
|
|
50
|
+
Tl as ArrowBarLeft,
|
|
51
|
+
yl as ArrowBarRight,
|
|
52
|
+
xl as ArrowBarUp,
|
|
53
|
+
Ll as ArrowClockwise,
|
|
54
|
+
bl as ArrowCounterclockwise,
|
|
55
|
+
Rl as ArrowDown,
|
|
56
|
+
vl as ArrowDownCircle,
|
|
57
|
+
ql as ArrowDownCircleFill,
|
|
58
|
+
Ml as ArrowDownLeft,
|
|
59
|
+
Ul as ArrowDownLeftCircle,
|
|
60
|
+
Il as ArrowDownLeftCircleFill,
|
|
61
|
+
Gl as ArrowDownLeftSquare,
|
|
62
|
+
Xl as ArrowDownLeftSquareFill,
|
|
63
|
+
Wl as ArrowDownRight,
|
|
64
|
+
Ol as ArrowDownRightCircle,
|
|
65
|
+
Vl as ArrowDownRightCircleFill,
|
|
66
|
+
Nl as ArrowDownRightSquare,
|
|
67
|
+
jl as ArrowDownRightSquareFill,
|
|
68
|
+
_l as ArrowDownShort,
|
|
69
|
+
Jl as ArrowDownSquare,
|
|
70
|
+
zl as ArrowDownSquareFill,
|
|
71
|
+
Ql as ArrowDownUp,
|
|
72
|
+
Kl as ArrowLeft,
|
|
73
|
+
Yl as ArrowLeftCircle,
|
|
74
|
+
Zl as ArrowLeftCircleFill,
|
|
75
|
+
$l as ArrowLeftRight,
|
|
76
|
+
lo as ArrowLeftShort,
|
|
77
|
+
oo as ArrowLeftSquare,
|
|
78
|
+
to as ArrowLeftSquareFill,
|
|
79
|
+
eo as ArrowRepeat,
|
|
80
|
+
no as ArrowReturnLeft,
|
|
81
|
+
io as ArrowReturnRight,
|
|
82
|
+
so as ArrowRight,
|
|
83
|
+
co as ArrowRightCircle,
|
|
84
|
+
ro as ArrowRightCircleFill,
|
|
85
|
+
ao as ArrowRightShort,
|
|
86
|
+
Fo as ArrowRightSquare,
|
|
87
|
+
uo as ArrowRightSquareFill,
|
|
88
|
+
Po as ArrowThroughHeart,
|
|
89
|
+
Ao as ArrowThroughHeartFill,
|
|
90
|
+
Eo as ArrowUp,
|
|
91
|
+
fo as ArrowUpCircle,
|
|
92
|
+
Ho as ArrowUpCircleFill,
|
|
93
|
+
To as ArrowUpLeft,
|
|
94
|
+
yo as ArrowUpLeftCircle,
|
|
95
|
+
xo as ArrowUpLeftCircleFill,
|
|
96
|
+
Lo as ArrowUpLeftSquare,
|
|
97
|
+
bo as ArrowUpLeftSquareFill,
|
|
98
|
+
Ro as ArrowUpRight,
|
|
99
|
+
vo as ArrowUpRightCircle,
|
|
100
|
+
qo as ArrowUpRightCircleFill,
|
|
101
|
+
Mo as ArrowUpRightSquare,
|
|
102
|
+
Uo as ArrowUpRightSquareFill,
|
|
103
|
+
Io as ArrowUpShort,
|
|
104
|
+
Go as ArrowUpSquare,
|
|
105
|
+
Xo as ArrowUpSquareFill,
|
|
106
|
+
Co as Arrows,
|
|
107
|
+
po as ArrowsAngleContract,
|
|
108
|
+
ho as ArrowsAngleExpand,
|
|
109
|
+
So as ArrowsCollapse,
|
|
110
|
+
go as ArrowsCollapseVertical,
|
|
111
|
+
ko as ArrowsExpand,
|
|
112
|
+
mo as ArrowsExpandVertical,
|
|
113
|
+
wo as ArrowsFullscreen,
|
|
114
|
+
Bo as ArrowsMove,
|
|
115
|
+
Do as ArrowsVertical,
|
|
116
|
+
Wo as AspectRatio,
|
|
117
|
+
Oo as AspectRatioFill,
|
|
118
|
+
Vo as Asterisk,
|
|
119
|
+
No as At,
|
|
120
|
+
jo as Award,
|
|
121
|
+
_o as AwardFill,
|
|
122
|
+
Jo as Back,
|
|
123
|
+
zo as BackArrow,
|
|
124
|
+
Qo as Backpack,
|
|
125
|
+
Ko as Backpack2,
|
|
126
|
+
Yo as Backpack2Fill,
|
|
127
|
+
Zo as Backpack3,
|
|
128
|
+
$o as Backpack3Fill,
|
|
129
|
+
lt as Backpack4,
|
|
130
|
+
ot as Backpack4Fill,
|
|
131
|
+
tt as BackpackFill,
|
|
132
|
+
et as Backspace,
|
|
133
|
+
nt as BackspaceFill,
|
|
134
|
+
it as BackspaceReverse,
|
|
135
|
+
st as BackspaceReverseFill,
|
|
136
|
+
ct as Badge3D,
|
|
137
|
+
rt as Badge3dFill,
|
|
138
|
+
at as Badge4K,
|
|
139
|
+
Ft as Badge4kFill,
|
|
140
|
+
dt as Badge8K,
|
|
141
|
+
ut as Badge8kFill,
|
|
142
|
+
Ct as BadgeAd,
|
|
143
|
+
pt as BadgeAdFill,
|
|
144
|
+
ht as BadgeAr,
|
|
145
|
+
St as BadgeArFill,
|
|
146
|
+
gt as BadgeCc,
|
|
147
|
+
kt as BadgeCcFill,
|
|
148
|
+
mt as BadgeHd,
|
|
149
|
+
wt as BadgeHdFill,
|
|
150
|
+
Bt as BadgeSd,
|
|
151
|
+
Dt as BadgeSdFill,
|
|
152
|
+
Pt as BadgeTm,
|
|
153
|
+
At as BadgeTmFill,
|
|
154
|
+
Et as BadgeVo,
|
|
155
|
+
ft as BadgeVoFill,
|
|
156
|
+
Ht as BadgeVr,
|
|
157
|
+
Tt as BadgeVrFill,
|
|
158
|
+
yt as BadgeWc,
|
|
159
|
+
xt as BadgeWcFill,
|
|
160
|
+
Lt as Bag,
|
|
161
|
+
bt as BagCheck,
|
|
162
|
+
Rt as BagCheckFill,
|
|
163
|
+
vt as BagDash,
|
|
164
|
+
qt as BagDashFill,
|
|
165
|
+
Mt as BagFill,
|
|
166
|
+
Ut as BagHeart,
|
|
167
|
+
It as BagHeartFill,
|
|
168
|
+
Gt as BagPlus,
|
|
169
|
+
Xt as BagPlusFill,
|
|
170
|
+
Wt as BagX,
|
|
171
|
+
Ot as BagXFill,
|
|
172
|
+
Vt as Balloon,
|
|
173
|
+
Nt as BalloonFill,
|
|
174
|
+
jt as BalloonHeart,
|
|
175
|
+
_t as BalloonHeartFill,
|
|
176
|
+
Jt as Ban,
|
|
177
|
+
Kt as BanFill,
|
|
178
|
+
zt as Bandaid,
|
|
179
|
+
Qt as BandaidFill,
|
|
180
|
+
Yt as Bank,
|
|
181
|
+
Zt as Bank2,
|
|
182
|
+
$t as BarChart,
|
|
183
|
+
le as BarChartFill,
|
|
184
|
+
oe as BarChartLine,
|
|
185
|
+
te as BarChartLineFill,
|
|
186
|
+
ee as BarChartSteps,
|
|
187
|
+
ne as Basket,
|
|
188
|
+
ie as Basket2,
|
|
189
|
+
se as Basket2Fill,
|
|
190
|
+
ce as Basket3,
|
|
191
|
+
re as Basket3Fill,
|
|
192
|
+
ae as BasketFill,
|
|
193
|
+
Fe as Battery,
|
|
194
|
+
de as BatteryCharging,
|
|
195
|
+
ue as BatteryFull,
|
|
196
|
+
Ce as BatteryHalf,
|
|
197
|
+
pe as Behance,
|
|
198
|
+
he as Bell,
|
|
199
|
+
Se as BellFill,
|
|
200
|
+
ge as BellSlash,
|
|
201
|
+
ke as BellSlashFill,
|
|
202
|
+
me as Bezier,
|
|
203
|
+
we as Bezier2,
|
|
204
|
+
Be as Bicycle,
|
|
205
|
+
De as BinaryTree,
|
|
206
|
+
Pe as Bing,
|
|
207
|
+
Ae as Binoculars,
|
|
208
|
+
Ee as BinocularsFill,
|
|
209
|
+
fe as BlockquoteLeft,
|
|
210
|
+
He as BlockquoteRight,
|
|
211
|
+
Te as Bluetooth,
|
|
212
|
+
ye as BodyText,
|
|
213
|
+
xe as Book,
|
|
214
|
+
Le as BookFill,
|
|
215
|
+
be as BookHalf,
|
|
216
|
+
Re as Bookmark,
|
|
217
|
+
ve as BookmarkCheck,
|
|
218
|
+
qe as BookmarkCheckFill,
|
|
219
|
+
Me as BookmarkDash,
|
|
220
|
+
Ue as BookmarkDashFill,
|
|
221
|
+
Ie as BookmarkFill,
|
|
222
|
+
Ge as BookmarkHeart,
|
|
223
|
+
Xe as BookmarkHeartFill,
|
|
224
|
+
We as BookmarkPlus,
|
|
225
|
+
Oe as BookmarkPlusFill,
|
|
226
|
+
je as BookmarkStar,
|
|
227
|
+
_e as BookmarkStarFill,
|
|
228
|
+
Je as BookmarkX,
|
|
229
|
+
ze as BookmarkXFill,
|
|
230
|
+
Ve as Bookmarks,
|
|
231
|
+
Ne as BookmarksFill,
|
|
232
|
+
Qe as Bookshelf,
|
|
233
|
+
Ke as Boombox,
|
|
234
|
+
Ye as BoomboxFill,
|
|
235
|
+
Ze as Bootstrap,
|
|
236
|
+
$e as BootstrapFill,
|
|
237
|
+
ln as BootstrapReboot,
|
|
238
|
+
on as Border,
|
|
239
|
+
tn as BorderAll,
|
|
240
|
+
en as BorderBottom,
|
|
241
|
+
nn as BorderCenter,
|
|
242
|
+
sn as BorderInner,
|
|
243
|
+
cn as BorderLeft,
|
|
244
|
+
rn as BorderMiddle,
|
|
245
|
+
an as BorderOuter,
|
|
246
|
+
Fn as BorderRight,
|
|
247
|
+
dn as BorderStyle,
|
|
248
|
+
un as BorderTop,
|
|
249
|
+
Cn as BorderWidth,
|
|
250
|
+
pn as BoundingBox,
|
|
251
|
+
hn as BoundingBoxCircles,
|
|
252
|
+
Sn as Box,
|
|
253
|
+
gn as Box2,
|
|
254
|
+
kn as Box2Fill,
|
|
255
|
+
mn as Box2Heart,
|
|
256
|
+
wn as Box2HeartFill,
|
|
257
|
+
Bn as BoxArrowDown,
|
|
258
|
+
Dn as BoxArrowDownLeft,
|
|
259
|
+
Pn as BoxArrowDownRight,
|
|
260
|
+
An as BoxArrowInDown,
|
|
261
|
+
En as BoxArrowInDownLeft,
|
|
262
|
+
fn as BoxArrowInDownRight,
|
|
263
|
+
Hn as BoxArrowInLeft,
|
|
264
|
+
Tn as BoxArrowInRight,
|
|
265
|
+
yn as BoxArrowInUp,
|
|
266
|
+
xn as BoxArrowInUpLeft,
|
|
267
|
+
Ln as BoxArrowInUpRight,
|
|
268
|
+
bn as BoxArrowLeft,
|
|
269
|
+
Rn as BoxArrowRight,
|
|
270
|
+
vn as BoxArrowUp,
|
|
271
|
+
qn as BoxArrowUpLeft,
|
|
272
|
+
Mn as BoxArrowUpRight,
|
|
273
|
+
In as BoxFill,
|
|
274
|
+
Gn as BoxSeam,
|
|
275
|
+
Xn as BoxSeamFill,
|
|
276
|
+
Un as Boxes,
|
|
277
|
+
Wn as Braces,
|
|
278
|
+
On as BracesAsterisk,
|
|
279
|
+
Vn as Bricks,
|
|
280
|
+
Nn as Briefcase,
|
|
281
|
+
jn as BriefcaseFill,
|
|
282
|
+
_n as BrightnessAltHigh,
|
|
283
|
+
Jn as BrightnessAltHighFill,
|
|
284
|
+
zn as BrightnessAltLow,
|
|
285
|
+
Qn as BrightnessAltLowFill,
|
|
286
|
+
Kn as BrightnessHigh,
|
|
287
|
+
Yn as BrightnessHighFill,
|
|
288
|
+
Zn as BrightnessLow,
|
|
289
|
+
$n as BrightnessLowFill,
|
|
290
|
+
li as Brilliance,
|
|
291
|
+
oi as Broadcast,
|
|
292
|
+
ti as BroadcastPin,
|
|
293
|
+
ei as BrowserChrome,
|
|
294
|
+
ni as BrowserEdge,
|
|
295
|
+
ii as BrowserFirefox,
|
|
296
|
+
si as BrowserSafari,
|
|
297
|
+
ci as Brush,
|
|
298
|
+
ri as BrushFill,
|
|
299
|
+
ai as Bucket,
|
|
300
|
+
Fi as BucketFill,
|
|
301
|
+
di as Bug,
|
|
302
|
+
ui as BugFill,
|
|
303
|
+
Ci as Building,
|
|
304
|
+
pi as BuildingAdd,
|
|
305
|
+
hi as BuildingBlocks,
|
|
306
|
+
Si as BuildingBlocksFill,
|
|
307
|
+
gi as BuildingCheck,
|
|
308
|
+
ki as BuildingDash,
|
|
309
|
+
mi as BuildingDown,
|
|
310
|
+
wi as BuildingExclamation,
|
|
311
|
+
Bi as BuildingFill,
|
|
312
|
+
Di as BuildingFillAdd,
|
|
313
|
+
Pi as BuildingFillCheck,
|
|
314
|
+
Ai as BuildingFillDash,
|
|
315
|
+
Ei as BuildingFillDown,
|
|
316
|
+
fi as BuildingFillExclamation,
|
|
317
|
+
Hi as BuildingFillGear,
|
|
318
|
+
Ti as BuildingFillLock,
|
|
319
|
+
yi as BuildingFillSlash,
|
|
320
|
+
xi as BuildingFillUp,
|
|
321
|
+
Li as BuildingFillX,
|
|
322
|
+
bi as BuildingGear,
|
|
323
|
+
Ri as BuildingLock,
|
|
324
|
+
Mi as BuildingSlash,
|
|
325
|
+
Ui as BuildingUp,
|
|
326
|
+
Ii as BuildingX,
|
|
327
|
+
vi as Buildings,
|
|
328
|
+
qi as BuildingsFill,
|
|
329
|
+
Gi as Bullseye,
|
|
330
|
+
Xi as BusFront,
|
|
331
|
+
Wi as BusFrontFill,
|
|
332
|
+
Oi as BusinessUnit,
|
|
333
|
+
Vi as BusinessUnitFill,
|
|
334
|
+
Ni as BusinessUnitFill2,
|
|
335
|
+
Fr as CCircle,
|
|
336
|
+
dr as CCircleFill,
|
|
337
|
+
bu as CSquare,
|
|
338
|
+
Ru as CSquareFill,
|
|
339
|
+
ji as Cake,
|
|
340
|
+
_i as Cake2,
|
|
341
|
+
Ji as Cake2Fill,
|
|
342
|
+
zi as CakeFill,
|
|
343
|
+
Qi as Calculator,
|
|
344
|
+
Ki as CalculatorFill,
|
|
345
|
+
Yi as Calendar,
|
|
346
|
+
Zi as Calendar2,
|
|
347
|
+
$i as Calendar2Check,
|
|
348
|
+
ls as Calendar2CheckFill,
|
|
349
|
+
os as Calendar2Date,
|
|
350
|
+
ts as Calendar2DateFill,
|
|
351
|
+
es as Calendar2Day,
|
|
352
|
+
ns as Calendar2DayFill,
|
|
353
|
+
is as Calendar2Event,
|
|
354
|
+
ss as Calendar2EventFill,
|
|
355
|
+
cs as Calendar2Fill,
|
|
356
|
+
rs as Calendar2Heart,
|
|
357
|
+
as as Calendar2HeartFill,
|
|
358
|
+
Fs as Calendar2Minus,
|
|
359
|
+
ds as Calendar2MinusFill,
|
|
360
|
+
us as Calendar2Month,
|
|
361
|
+
Cs as Calendar2MonthFill,
|
|
362
|
+
ps as Calendar2Plus,
|
|
363
|
+
hs as Calendar2PlusFill,
|
|
364
|
+
Ss as Calendar2Range,
|
|
365
|
+
gs as Calendar2RangeFill,
|
|
366
|
+
ks as Calendar2Week,
|
|
367
|
+
ms as Calendar2WeekFill,
|
|
368
|
+
ws as Calendar2X,
|
|
369
|
+
Bs as Calendar2XFill,
|
|
370
|
+
Ds as Calendar3,
|
|
371
|
+
Ps as Calendar3Event,
|
|
372
|
+
As as Calendar3EventFill,
|
|
373
|
+
Es as Calendar3Fill,
|
|
374
|
+
fs as Calendar3Range,
|
|
375
|
+
Hs as Calendar3RangeFill,
|
|
376
|
+
Ts as Calendar3Week,
|
|
377
|
+
ys as Calendar3WeekFill,
|
|
378
|
+
xs as Calendar4,
|
|
379
|
+
Ls as Calendar4Event,
|
|
380
|
+
bs as Calendar4Range,
|
|
381
|
+
Rs as Calendar4Week,
|
|
382
|
+
vs as CalendarCheck,
|
|
383
|
+
qs as CalendarCheckFill,
|
|
384
|
+
Ms as CalendarDate,
|
|
385
|
+
Us as CalendarDateFill,
|
|
386
|
+
Is as CalendarDay,
|
|
387
|
+
Gs as CalendarDayFill,
|
|
388
|
+
Xs as CalendarEvent,
|
|
389
|
+
Ws as CalendarEventFill,
|
|
390
|
+
Os as CalendarFill,
|
|
391
|
+
Vs as CalendarHeart,
|
|
392
|
+
Ns as CalendarHeartFill,
|
|
393
|
+
js as CalendarMinus,
|
|
394
|
+
_s as CalendarMinusFill,
|
|
395
|
+
Js as CalendarMonth,
|
|
396
|
+
zs as CalendarMonthFill,
|
|
397
|
+
Qs as CalendarPlus,
|
|
398
|
+
Ks as CalendarPlusFill,
|
|
399
|
+
Ys as CalendarRange,
|
|
400
|
+
Zs as CalendarRangeFill,
|
|
401
|
+
$s as CalendarWeek,
|
|
402
|
+
lc as CalendarWeekFill,
|
|
403
|
+
oc as CalendarX,
|
|
404
|
+
tc as CalendarXFill,
|
|
405
|
+
ec as Camera,
|
|
406
|
+
nc as Camera2,
|
|
407
|
+
ic as CameraFill,
|
|
408
|
+
sc as CameraReels,
|
|
409
|
+
cc as CameraReelsFill,
|
|
410
|
+
rc as CameraVideo,
|
|
411
|
+
ac as CameraVideoFill,
|
|
412
|
+
Fc as CameraVideoOff,
|
|
413
|
+
dc as CameraVideoOffFill,
|
|
414
|
+
uc as Capslock,
|
|
415
|
+
Cc as CapslockFill,
|
|
416
|
+
pc as Capsule,
|
|
417
|
+
hc as CapsulePill,
|
|
418
|
+
Uc as CarFront,
|
|
419
|
+
Ic as CarFrontFill,
|
|
420
|
+
Sc as CardChecklist,
|
|
421
|
+
gc as CardHeading,
|
|
422
|
+
kc as CardImage,
|
|
423
|
+
mc as CardList,
|
|
424
|
+
wc as CardText,
|
|
425
|
+
Bc as CaretDown,
|
|
426
|
+
Dc as CaretDownFill,
|
|
427
|
+
Pc as CaretDownSquare,
|
|
428
|
+
Ac as CaretDownSquareFill,
|
|
429
|
+
Ec as CaretLeft,
|
|
430
|
+
fc as CaretLeftFill,
|
|
431
|
+
Hc as CaretLeftSquare,
|
|
432
|
+
Tc as CaretLeftSquareFill,
|
|
433
|
+
yc as CaretRight,
|
|
434
|
+
xc as CaretRightFill,
|
|
435
|
+
Lc as CaretRightSquare,
|
|
436
|
+
bc as CaretRightSquareFill,
|
|
437
|
+
Rc as CaretUp,
|
|
438
|
+
vc as CaretUpFill,
|
|
439
|
+
qc as CaretUpSquare,
|
|
440
|
+
Mc as CaretUpSquareFill,
|
|
441
|
+
Gc as Cart,
|
|
442
|
+
Xc as Cart2,
|
|
443
|
+
Wc as Cart3,
|
|
444
|
+
Oc as Cart4,
|
|
445
|
+
Vc as CartCheck,
|
|
446
|
+
Nc as CartCheckFill,
|
|
447
|
+
jc as CartDash,
|
|
448
|
+
_c as CartDashFill,
|
|
449
|
+
Jc as CartFill,
|
|
450
|
+
zc as CartPlus,
|
|
451
|
+
Qc as CartPlusFill,
|
|
452
|
+
Kc as CartX,
|
|
453
|
+
Yc as CartXFill,
|
|
454
|
+
Zc as Cash,
|
|
455
|
+
$c as CashCoin,
|
|
456
|
+
lr as CashStack,
|
|
457
|
+
or as Cassette,
|
|
458
|
+
tr as CassetteFill,
|
|
459
|
+
er as Cast,
|
|
460
|
+
nr as CatRobot,
|
|
461
|
+
ir as CatRobot2,
|
|
462
|
+
sr as CatRobot2Off,
|
|
463
|
+
cr as CatRobotOff,
|
|
464
|
+
rr as CcCircle,
|
|
465
|
+
ar as CcCircleFill,
|
|
466
|
+
ur as CcSquare,
|
|
467
|
+
Cr as CcSquareFill,
|
|
468
|
+
pr as Chat,
|
|
469
|
+
hr as ChatDots,
|
|
470
|
+
Sr as ChatDotsFill,
|
|
471
|
+
gr as ChatFill,
|
|
472
|
+
kr as ChatHeart,
|
|
473
|
+
mr as ChatHeartFill,
|
|
474
|
+
wr as ChatLeft,
|
|
475
|
+
Br as ChatLeftDots,
|
|
476
|
+
Dr as ChatLeftDotsFill,
|
|
477
|
+
Pr as ChatLeftFill,
|
|
478
|
+
Ar as ChatLeftHeart,
|
|
479
|
+
Er as ChatLeftHeartFill,
|
|
480
|
+
fr as ChatLeftQuote,
|
|
481
|
+
Hr as ChatLeftQuoteFill,
|
|
482
|
+
Tr as ChatLeftText,
|
|
483
|
+
yr as ChatLeftTextFill,
|
|
484
|
+
xr as ChatQuote,
|
|
485
|
+
Lr as ChatQuoteFill,
|
|
486
|
+
br as ChatRight,
|
|
487
|
+
Rr as ChatRightDots,
|
|
488
|
+
vr as ChatRightDotsFill,
|
|
489
|
+
qr as ChatRightFill,
|
|
490
|
+
Mr as ChatRightHeart,
|
|
491
|
+
Ur as ChatRightHeartFill,
|
|
492
|
+
Ir as ChatRightQuote,
|
|
493
|
+
Gr as ChatRightQuoteFill,
|
|
494
|
+
Xr as ChatRightText,
|
|
495
|
+
Wr as ChatRightTextFill,
|
|
496
|
+
Or as ChatSquare,
|
|
497
|
+
Vr as ChatSquareDots,
|
|
498
|
+
Nr as ChatSquareDotsFill,
|
|
499
|
+
jr as ChatSquareFill,
|
|
500
|
+
_r as ChatSquareHeart,
|
|
501
|
+
Jr as ChatSquareHeartFill,
|
|
502
|
+
zr as ChatSquareQuote,
|
|
503
|
+
Qr as ChatSquareQuoteFill,
|
|
504
|
+
Kr as ChatSquareText,
|
|
505
|
+
Yr as ChatSquareTextFill,
|
|
506
|
+
Zr as ChatText,
|
|
507
|
+
$r as ChatTextFill,
|
|
508
|
+
la as Check,
|
|
509
|
+
oa as Check2,
|
|
510
|
+
ta as Check2All,
|
|
511
|
+
ea as Check2Circle,
|
|
512
|
+
na as Check2Square,
|
|
513
|
+
ia as CheckAll,
|
|
514
|
+
sa as CheckCircle,
|
|
515
|
+
ca as CheckCircleFill,
|
|
516
|
+
ra as CheckLg,
|
|
517
|
+
aa as CheckSquare,
|
|
518
|
+
Fa as CheckSquareFill,
|
|
519
|
+
da as CheckSquareFillBootstrap,
|
|
520
|
+
ua as ChevronBarContract,
|
|
521
|
+
Ca as ChevronBarDown,
|
|
522
|
+
pa as ChevronBarExpand,
|
|
523
|
+
ha as ChevronBarLeft,
|
|
524
|
+
Sa as ChevronBarRight,
|
|
525
|
+
ga as ChevronBarUp,
|
|
526
|
+
ka as ChevronCompactDown,
|
|
527
|
+
ma as ChevronCompactLeft,
|
|
528
|
+
wa as ChevronCompactRight,
|
|
529
|
+
Ba as ChevronCompactUp,
|
|
530
|
+
Da as ChevronContract,
|
|
531
|
+
Pa as ChevronDoubleDown,
|
|
532
|
+
Aa as ChevronDoubleLeft,
|
|
533
|
+
Ea as ChevronDoubleRight,
|
|
534
|
+
fa as ChevronDoubleUp,
|
|
535
|
+
Ha as ChevronDown,
|
|
536
|
+
Ta as ChevronExpand,
|
|
537
|
+
ya as ChevronLeft,
|
|
538
|
+
xa as ChevronRight,
|
|
539
|
+
La as ChevronUp,
|
|
540
|
+
ba as Circle,
|
|
541
|
+
Ra as Circle2NdHalf,
|
|
542
|
+
va as CircleCore,
|
|
543
|
+
qa as CircleCore2NdHalf,
|
|
544
|
+
Ma as CircleCoreHalf,
|
|
545
|
+
Ua as CircleDashed,
|
|
546
|
+
Ia as CircleFill,
|
|
547
|
+
Ga as CircleHalf,
|
|
548
|
+
Xa as CircleSquare,
|
|
549
|
+
Wa as Clipboard,
|
|
550
|
+
Oa as Clipboard2,
|
|
551
|
+
Va as Clipboard2Check,
|
|
552
|
+
Na as Clipboard2CheckFill,
|
|
553
|
+
ja as Clipboard2Data,
|
|
554
|
+
_a as Clipboard2DataFill,
|
|
555
|
+
Ja as Clipboard2Fill,
|
|
556
|
+
za as Clipboard2Heart,
|
|
557
|
+
Qa as Clipboard2HeartFill,
|
|
558
|
+
Ka as Clipboard2Minus,
|
|
559
|
+
Ya as Clipboard2MinusFill,
|
|
560
|
+
Za as Clipboard2Plus,
|
|
561
|
+
$a as Clipboard2PlusFill,
|
|
562
|
+
lF as Clipboard2Pulse,
|
|
563
|
+
oF as Clipboard2PulseFill,
|
|
564
|
+
tF as Clipboard2X,
|
|
565
|
+
eF as Clipboard2XFill,
|
|
566
|
+
nF as ClipboardCheck,
|
|
567
|
+
iF as ClipboardCheckFill,
|
|
568
|
+
sF as ClipboardData,
|
|
569
|
+
cF as ClipboardDataFill,
|
|
570
|
+
rF as ClipboardFill,
|
|
571
|
+
aF as ClipboardHeart,
|
|
572
|
+
FF as ClipboardHeartFill,
|
|
573
|
+
dF as ClipboardMinus,
|
|
574
|
+
uF as ClipboardMinusFill,
|
|
575
|
+
CF as ClipboardPlus,
|
|
576
|
+
pF as ClipboardPlusFill,
|
|
577
|
+
hF as ClipboardPulse,
|
|
578
|
+
SF as ClipboardX,
|
|
579
|
+
gF as ClipboardXFill,
|
|
580
|
+
kF as Clock,
|
|
581
|
+
mF as ClockFill,
|
|
582
|
+
wF as ClockHistory,
|
|
583
|
+
BF as Cloud,
|
|
584
|
+
DF as CloudArrowDown,
|
|
585
|
+
PF as CloudArrowDownFill,
|
|
586
|
+
AF as CloudArrowUp,
|
|
587
|
+
EF as CloudArrowUpFill,
|
|
588
|
+
fF as CloudCheck,
|
|
589
|
+
HF as CloudCheckFill,
|
|
590
|
+
TF as CloudDownload,
|
|
591
|
+
yF as CloudDownloadFill,
|
|
592
|
+
xF as CloudDrizzle,
|
|
593
|
+
LF as CloudDrizzleFill,
|
|
594
|
+
bF as CloudFill,
|
|
595
|
+
RF as CloudFog,
|
|
596
|
+
vF as CloudFog2,
|
|
597
|
+
qF as CloudFog2Fill,
|
|
598
|
+
MF as CloudFogFill,
|
|
599
|
+
UF as CloudHail,
|
|
600
|
+
IF as CloudHailFill,
|
|
601
|
+
GF as CloudHaze,
|
|
602
|
+
XF as CloudHaze2,
|
|
603
|
+
WF as CloudHaze2Fill,
|
|
604
|
+
OF as CloudHazeFill,
|
|
605
|
+
VF as CloudLightning,
|
|
606
|
+
NF as CloudLightningFill,
|
|
607
|
+
jF as CloudLightningRain,
|
|
608
|
+
_F as CloudLightningRainFill,
|
|
609
|
+
JF as CloudMinus,
|
|
610
|
+
zF as CloudMinusFill,
|
|
611
|
+
QF as CloudMoon,
|
|
612
|
+
KF as CloudMoonFill,
|
|
613
|
+
YF as CloudPlus,
|
|
614
|
+
ZF as CloudPlusFill,
|
|
615
|
+
$F as CloudRain,
|
|
616
|
+
ld as CloudRainFill,
|
|
617
|
+
od as CloudRainHeavy,
|
|
618
|
+
td as CloudRainHeavyFill,
|
|
619
|
+
id as CloudSlash,
|
|
620
|
+
sd as CloudSlashFill,
|
|
621
|
+
cd as CloudSleet,
|
|
622
|
+
rd as CloudSleetFill,
|
|
623
|
+
ad as CloudSnow,
|
|
624
|
+
Fd as CloudSnowFill,
|
|
625
|
+
dd as CloudSun,
|
|
626
|
+
ud as CloudSunFill,
|
|
627
|
+
Cd as CloudUpload,
|
|
628
|
+
pd as CloudUploadFill,
|
|
629
|
+
ed as Clouds,
|
|
630
|
+
nd as CloudsFill,
|
|
631
|
+
hd as Cloudy,
|
|
632
|
+
Sd as CloudyFill,
|
|
633
|
+
gd as Code,
|
|
634
|
+
kd as CodeSlash,
|
|
635
|
+
md as CodeSquare,
|
|
636
|
+
wd as Coin,
|
|
637
|
+
Bd as Coins,
|
|
638
|
+
Dd as CoinsCheck,
|
|
639
|
+
Pd as CoinsIn,
|
|
640
|
+
Ad as CoinsLink,
|
|
641
|
+
Ed as CoinsOff,
|
|
642
|
+
fd as CoinsOut,
|
|
643
|
+
Hd as CoinsRisk,
|
|
644
|
+
Td as Collection,
|
|
645
|
+
yd as CollectionFill,
|
|
646
|
+
xd as CollectionPlay,
|
|
647
|
+
Ld as CollectionPlayFill,
|
|
648
|
+
bd as Columns,
|
|
649
|
+
Rd as ColumnsGap,
|
|
650
|
+
vd as Command,
|
|
651
|
+
qd as Compass,
|
|
652
|
+
Md as CompassFill,
|
|
653
|
+
Ud as Cone,
|
|
654
|
+
Id as ConeStriped,
|
|
655
|
+
Gd as ConeStriped2,
|
|
656
|
+
Xd as ConeStripedFill2,
|
|
657
|
+
Wd as Controller,
|
|
658
|
+
Od as Convexe,
|
|
659
|
+
Vd as ConvexeArrowDown,
|
|
660
|
+
Nd as ConvexeArrowDownFill,
|
|
661
|
+
jd as ConvexeArrowLeft,
|
|
662
|
+
_d as ConvexeArrowLeftFill,
|
|
663
|
+
Jd as ConvexeArrowRight,
|
|
664
|
+
zd as ConvexeArrowRightFill,
|
|
665
|
+
Qd as ConvexeArrowUp,
|
|
666
|
+
Kd as ConvexeArrowUpFill,
|
|
667
|
+
Yd as ConvexeCheck,
|
|
668
|
+
Zd as ConvexeCheckAll,
|
|
669
|
+
$d as ConvexeCheckAllFill,
|
|
670
|
+
lu as ConvexeCheckFill,
|
|
671
|
+
ou as ConvexeClock,
|
|
672
|
+
tu as ConvexeClockFill,
|
|
673
|
+
eu as ConvexeCore,
|
|
674
|
+
nu as ConvexeCore2NdHalf,
|
|
675
|
+
iu as ConvexeCoreHalf,
|
|
676
|
+
su as ConvexeEarmark,
|
|
677
|
+
cu as ConvexeExclamation,
|
|
678
|
+
ru as ConvexeExclamationFill,
|
|
679
|
+
au as ConvexeFill,
|
|
680
|
+
Fu as ConvexeInfo,
|
|
681
|
+
du as ConvexeInfoFill,
|
|
682
|
+
uu as ConvexeOff,
|
|
683
|
+
Cu as ConvexeOffFill,
|
|
684
|
+
pu as ConvexeSepa,
|
|
685
|
+
hu as ConvexeSepaFill,
|
|
686
|
+
Su as ConvexeTimer,
|
|
687
|
+
gu as ConvexeX,
|
|
688
|
+
ku as ConvexeXFill,
|
|
689
|
+
mu as Cookie,
|
|
690
|
+
wu as Copy,
|
|
691
|
+
Bu as Cpu,
|
|
692
|
+
Du as CpuFill,
|
|
693
|
+
Pu as CreditCard,
|
|
694
|
+
Au as CreditCard2Back,
|
|
695
|
+
Eu as CreditCard2BackFill,
|
|
696
|
+
fu as CreditCard2Front,
|
|
697
|
+
Hu as CreditCard2FrontFill,
|
|
698
|
+
Tu as CreditCardFill,
|
|
699
|
+
yu as Crop,
|
|
700
|
+
xu as Crosshair,
|
|
701
|
+
Lu as Crosshair2,
|
|
702
|
+
vu as Cup,
|
|
703
|
+
qu as CupFill,
|
|
704
|
+
Mu as CupHot,
|
|
705
|
+
Uu as CupHotFill,
|
|
706
|
+
Iu as CupStraw,
|
|
707
|
+
Gu as CurrencyBitcoin,
|
|
708
|
+
Xu as CurrencyDollar,
|
|
709
|
+
Wu as CurrencyEuro,
|
|
710
|
+
Ou as CurrencyExchange,
|
|
711
|
+
Vu as CurrencyPound,
|
|
712
|
+
Nu as CurrencyRupee,
|
|
713
|
+
ju as CurrencyYen,
|
|
714
|
+
_u as Cursor,
|
|
715
|
+
Ju as CursorFill,
|
|
716
|
+
zu as CursorText,
|
|
717
|
+
Qu as Dash,
|
|
718
|
+
Ku as DashCircle,
|
|
719
|
+
Yu as DashCircleDotted,
|
|
720
|
+
Zu as DashCircleFill,
|
|
721
|
+
$u as DashLg,
|
|
722
|
+
lC as DashSquare,
|
|
723
|
+
oC as DashSquareDotted,
|
|
724
|
+
tC as DashSquareFill,
|
|
725
|
+
eC as Database,
|
|
726
|
+
nC as DatabaseAdd,
|
|
727
|
+
iC as DatabaseCheck,
|
|
728
|
+
sC as DatabaseDash,
|
|
729
|
+
cC as DatabaseDown,
|
|
730
|
+
rC as DatabaseExclamation,
|
|
731
|
+
aC as DatabaseFill,
|
|
732
|
+
FC as DatabaseFillAdd,
|
|
733
|
+
dC as DatabaseFillCheck,
|
|
734
|
+
uC as DatabaseFillDash,
|
|
735
|
+
CC as DatabaseFillDown,
|
|
736
|
+
pC as DatabaseFillExclamation,
|
|
737
|
+
hC as DatabaseFillGear,
|
|
738
|
+
SC as DatabaseFillLock,
|
|
739
|
+
gC as DatabaseFillSlash,
|
|
740
|
+
kC as DatabaseFillUp,
|
|
741
|
+
mC as DatabaseFillX,
|
|
742
|
+
wC as DatabaseGear,
|
|
743
|
+
BC as DatabaseLock,
|
|
744
|
+
DC as DatabaseSlash,
|
|
745
|
+
PC as DatabaseUp,
|
|
746
|
+
AC as DatabaseX,
|
|
747
|
+
EC as DeviceHdd,
|
|
748
|
+
fC as DeviceHddFill,
|
|
749
|
+
HC as DeviceSsd,
|
|
750
|
+
TC as DeviceSsdFill,
|
|
751
|
+
yC as Diagram2,
|
|
752
|
+
xC as Diagram2Fill,
|
|
753
|
+
LC as Diagram3,
|
|
754
|
+
bC as Diagram3Fill,
|
|
755
|
+
RC as Diamond,
|
|
756
|
+
vC as DiamondCorner,
|
|
757
|
+
qC as DiamondDashed,
|
|
758
|
+
MC as DiamondFill,
|
|
759
|
+
UC as DiamondHalf,
|
|
760
|
+
IC as DiamondKey,
|
|
761
|
+
GC as DiamondKeyFill,
|
|
762
|
+
XC as DiamondOff,
|
|
763
|
+
WC as DiamondOffFill,
|
|
764
|
+
OC as Diamonds,
|
|
765
|
+
VC as DiamondsDots,
|
|
766
|
+
NC as DiamondsGrid,
|
|
767
|
+
jC as DiamondsIntersect,
|
|
768
|
+
_C as DiamondsLayers,
|
|
769
|
+
JC as DiamondsLayers2,
|
|
770
|
+
zC as DiamondsLayersKey,
|
|
771
|
+
QC as DiamondsLayersKey2,
|
|
772
|
+
KC as DiamondsStripes,
|
|
773
|
+
YC as Dice1,
|
|
774
|
+
ZC as Dice1Fill,
|
|
775
|
+
$C as Dice2,
|
|
776
|
+
lp as Dice2Fill,
|
|
777
|
+
op as Dice3,
|
|
778
|
+
tp as Dice3Fill,
|
|
779
|
+
ep as Dice4,
|
|
780
|
+
np as Dice4Fill,
|
|
781
|
+
ip as Dice5,
|
|
782
|
+
sp as Dice5Fill,
|
|
783
|
+
cp as Dice6,
|
|
784
|
+
rp as Dice6Fill,
|
|
785
|
+
ap as Disc,
|
|
786
|
+
Fp as DiscFill,
|
|
787
|
+
dp as Discord,
|
|
788
|
+
up as Display,
|
|
789
|
+
Cp as DisplayFill,
|
|
790
|
+
pp as Displayport,
|
|
791
|
+
hp as DisplayportFill,
|
|
792
|
+
Sp as DistributeHorizontal,
|
|
793
|
+
gp as DistributeVertical,
|
|
794
|
+
kp as DoorClosed,
|
|
795
|
+
mp as DoorClosedFill,
|
|
796
|
+
wp as DoorOpen,
|
|
797
|
+
Bp as DoorOpenFill,
|
|
798
|
+
Dp as Dot,
|
|
799
|
+
Pp as Download,
|
|
800
|
+
Ap as Dpad,
|
|
801
|
+
Ep as DpadFill,
|
|
802
|
+
fp as Dribbble,
|
|
803
|
+
Hp as Dropbox,
|
|
804
|
+
Tp as Droplet,
|
|
805
|
+
yp as DropletFill,
|
|
806
|
+
xp as DropletHalf,
|
|
807
|
+
Lp as Duffle,
|
|
808
|
+
bp as DuffleFill,
|
|
809
|
+
Rp as Ear,
|
|
810
|
+
qp as EarFill,
|
|
811
|
+
vp as Earbuds,
|
|
812
|
+
Mp as Easel,
|
|
813
|
+
Up as Easel2,
|
|
814
|
+
Ip as Easel2Fill,
|
|
815
|
+
Gp as Easel3,
|
|
816
|
+
Xp as Easel3Fill,
|
|
817
|
+
Wp as EaselFill,
|
|
818
|
+
Op as Egg,
|
|
819
|
+
Vp as EggFill,
|
|
820
|
+
Np as EggFried,
|
|
821
|
+
jp as Eject,
|
|
822
|
+
_p as EjectFill,
|
|
823
|
+
Jp as EmojiAngry,
|
|
824
|
+
zp as EmojiAngryFill,
|
|
825
|
+
Qp as EmojiAstonished,
|
|
826
|
+
Kp as EmojiAstonishedFill,
|
|
827
|
+
Yp as EmojiDizzy,
|
|
828
|
+
Zp as EmojiDizzyFill,
|
|
829
|
+
$p as EmojiExpressionless,
|
|
830
|
+
lh as EmojiExpressionlessFill,
|
|
831
|
+
oh as EmojiFrown,
|
|
832
|
+
th as EmojiFrownFill,
|
|
833
|
+
eh as EmojiGrimace,
|
|
834
|
+
nh as EmojiGrimaceFill,
|
|
835
|
+
ih as EmojiGrin,
|
|
836
|
+
sh as EmojiGrinFill,
|
|
837
|
+
ch as EmojiHeartEyes,
|
|
838
|
+
rh as EmojiHeartEyesFill,
|
|
839
|
+
ah as EmojiKiss,
|
|
840
|
+
Fh as EmojiKissFill,
|
|
841
|
+
dh as EmojiLaughing,
|
|
842
|
+
uh as EmojiLaughingFill,
|
|
843
|
+
Ch as EmojiNeutral,
|
|
844
|
+
ph as EmojiNeutralFill,
|
|
845
|
+
hh as EmojiSmile,
|
|
846
|
+
Sh as EmojiSmileFill,
|
|
847
|
+
gh as EmojiSmileUpsideDown,
|
|
848
|
+
kh as EmojiSmileUpsideDownFill,
|
|
849
|
+
mh as EmojiSunglasses,
|
|
850
|
+
wh as EmojiSunglassesFill,
|
|
851
|
+
Bh as EmojiSurprise,
|
|
852
|
+
Dh as EmojiSurpriseFill,
|
|
853
|
+
Ph as EmojiTear,
|
|
854
|
+
Ah as EmojiTearFill,
|
|
855
|
+
Eh as EmojiWink,
|
|
856
|
+
fh as EmojiWinkFill,
|
|
857
|
+
Hh as Envelope,
|
|
858
|
+
Th as EnvelopeArrowDown,
|
|
859
|
+
yh as EnvelopeArrowDownFill,
|
|
860
|
+
xh as EnvelopeArrowUp,
|
|
861
|
+
Lh as EnvelopeArrowUpFill,
|
|
862
|
+
bh as EnvelopeAt,
|
|
863
|
+
Rh as EnvelopeAtFill,
|
|
864
|
+
vh as EnvelopeCheck,
|
|
865
|
+
qh as EnvelopeCheckFill,
|
|
866
|
+
Mh as EnvelopeDash,
|
|
867
|
+
Uh as EnvelopeDashFill,
|
|
868
|
+
Ih as EnvelopeExclamation,
|
|
869
|
+
Gh as EnvelopeExclamationFill,
|
|
870
|
+
Xh as EnvelopeFill,
|
|
871
|
+
Wh as EnvelopeHeart,
|
|
872
|
+
Oh as EnvelopeHeartFill,
|
|
873
|
+
Vh as EnvelopeOpen,
|
|
874
|
+
Nh as EnvelopeOpenFill,
|
|
875
|
+
jh as EnvelopeOpenHeart,
|
|
876
|
+
_h as EnvelopeOpenHeartFill,
|
|
877
|
+
Jh as EnvelopePaper,
|
|
878
|
+
zh as EnvelopePaperFill,
|
|
879
|
+
Qh as EnvelopePaperHeart,
|
|
880
|
+
Kh as EnvelopePaperHeartFill,
|
|
881
|
+
Yh as EnvelopePlus,
|
|
882
|
+
Zh as EnvelopePlusFill,
|
|
883
|
+
$h as EnvelopeSlash,
|
|
884
|
+
lS as EnvelopeSlashFill,
|
|
885
|
+
oS as EnvelopeX,
|
|
886
|
+
tS as EnvelopeXFill,
|
|
887
|
+
eS as Eraser,
|
|
888
|
+
nS as EraserFill,
|
|
889
|
+
iS as Escape,
|
|
890
|
+
sS as Ethernet,
|
|
891
|
+
cS as EvFront,
|
|
892
|
+
rS as EvFrontFill,
|
|
893
|
+
aS as EvStation,
|
|
894
|
+
FS as EvStationFill,
|
|
895
|
+
dS as Exclamation,
|
|
896
|
+
uS as ExclamationCircle,
|
|
897
|
+
CS as ExclamationCircleFill,
|
|
898
|
+
pS as ExclamationDiamond,
|
|
899
|
+
hS as ExclamationDiamondFill,
|
|
900
|
+
SS as ExclamationLg,
|
|
901
|
+
gS as ExclamationOctagon,
|
|
902
|
+
kS as ExclamationOctagonFill,
|
|
903
|
+
mS as ExclamationSquare,
|
|
904
|
+
wS as ExclamationSquareFill,
|
|
905
|
+
BS as ExclamationTriangle,
|
|
906
|
+
DS as ExclamationTriangleFill,
|
|
907
|
+
PS as Exclude,
|
|
908
|
+
AS as Explicit,
|
|
909
|
+
ES as ExplicitFill,
|
|
910
|
+
fS as Exposure,
|
|
911
|
+
HS as Eye,
|
|
912
|
+
yS as EyeFill,
|
|
913
|
+
LS as EyeSlash,
|
|
914
|
+
bS as EyeSlashFill,
|
|
915
|
+
TS as Eyedropper,
|
|
916
|
+
xS as Eyeglasses,
|
|
917
|
+
RS as Facebook,
|
|
918
|
+
vS as Fan,
|
|
919
|
+
qS as FastForward,
|
|
920
|
+
MS as FastForwardBtn,
|
|
921
|
+
US as FastForwardBtnFill,
|
|
922
|
+
IS as FastForwardCircle,
|
|
923
|
+
GS as FastForwardCircleFill,
|
|
924
|
+
XS as FastForwardFill,
|
|
925
|
+
WS as Feather,
|
|
926
|
+
OS as Feather2,
|
|
927
|
+
VS as Feather3,
|
|
928
|
+
NS as Figma,
|
|
929
|
+
jS as FigmaFill,
|
|
930
|
+
_S as File,
|
|
931
|
+
JS as File2Clock,
|
|
932
|
+
zS as FileArrowDown,
|
|
933
|
+
QS as FileArrowDownFill,
|
|
934
|
+
KS as FileArrowUp,
|
|
935
|
+
YS as FileArrowUpFill,
|
|
936
|
+
ZS as FileBarGraph,
|
|
937
|
+
$S as FileBarGraphFill,
|
|
938
|
+
lg as FileBinary,
|
|
939
|
+
og as FileBinaryFill,
|
|
940
|
+
tg as FileBreak,
|
|
941
|
+
eg as FileBreakFill,
|
|
942
|
+
ng as FileCheck,
|
|
943
|
+
ig as FileCheckFill,
|
|
944
|
+
sg as FileCode,
|
|
945
|
+
cg as FileCodeFill,
|
|
946
|
+
rg as FileDiff,
|
|
947
|
+
ag as FileDiffFill,
|
|
948
|
+
Fg as FileEarmark,
|
|
949
|
+
dg as FileEarmarkArrowDown,
|
|
950
|
+
ug as FileEarmarkArrowDownFill,
|
|
951
|
+
Cg as FileEarmarkArrowUp,
|
|
952
|
+
pg as FileEarmarkArrowUpFill,
|
|
953
|
+
hg as FileEarmarkBarGraph,
|
|
954
|
+
Sg as FileEarmarkBarGraphFill,
|
|
955
|
+
gg as FileEarmarkBinary,
|
|
956
|
+
kg as FileEarmarkBinaryFill,
|
|
957
|
+
mg as FileEarmarkBreak,
|
|
958
|
+
wg as FileEarmarkBreakFill,
|
|
959
|
+
Bg as FileEarmarkCheck,
|
|
960
|
+
Dg as FileEarmarkCheckFill,
|
|
961
|
+
Pg as FileEarmarkCode,
|
|
962
|
+
Ag as FileEarmarkCodeFill,
|
|
963
|
+
Eg as FileEarmarkDiff,
|
|
964
|
+
fg as FileEarmarkDiffFill,
|
|
965
|
+
Hg as FileEarmarkEasel,
|
|
966
|
+
Tg as FileEarmarkEaselFill,
|
|
967
|
+
yg as FileEarmarkExcel,
|
|
968
|
+
xg as FileEarmarkExcelFill,
|
|
969
|
+
Lg as FileEarmarkFill,
|
|
970
|
+
bg as FileEarmarkFont,
|
|
971
|
+
Rg as FileEarmarkFontFill,
|
|
972
|
+
vg as FileEarmarkImage,
|
|
973
|
+
qg as FileEarmarkImageFill,
|
|
974
|
+
Mg as FileEarmarkLock,
|
|
975
|
+
Ug as FileEarmarkLock2,
|
|
976
|
+
Ig as FileEarmarkLock2Fill,
|
|
977
|
+
Gg as FileEarmarkLockFill,
|
|
978
|
+
Xg as FileEarmarkMedical,
|
|
979
|
+
Wg as FileEarmarkMedicalFill,
|
|
980
|
+
Og as FileEarmarkMinus,
|
|
981
|
+
Vg as FileEarmarkMinusFill,
|
|
982
|
+
Ng as FileEarmarkMusic,
|
|
983
|
+
jg as FileEarmarkMusicFill,
|
|
984
|
+
_g as FileEarmarkPdf,
|
|
985
|
+
Jg as FileEarmarkPdfFill,
|
|
986
|
+
zg as FileEarmarkPerson,
|
|
987
|
+
Qg as FileEarmarkPersonFill,
|
|
988
|
+
Kg as FileEarmarkPlay,
|
|
989
|
+
Yg as FileEarmarkPlayFill,
|
|
990
|
+
Zg as FileEarmarkPlus,
|
|
991
|
+
$g as FileEarmarkPlusFill,
|
|
992
|
+
lk as FileEarmarkPost,
|
|
993
|
+
ok as FileEarmarkPostFill,
|
|
994
|
+
tk as FileEarmarkPpt,
|
|
995
|
+
ek as FileEarmarkPptFill,
|
|
996
|
+
nk as FileEarmarkRichtext,
|
|
997
|
+
ik as FileEarmarkRichtextFill,
|
|
998
|
+
sk as FileEarmarkRuled,
|
|
999
|
+
ck as FileEarmarkRuledFill,
|
|
1000
|
+
rk as FileEarmarkSlides,
|
|
1001
|
+
ak as FileEarmarkSlidesFill,
|
|
1002
|
+
Fk as FileEarmarkSpreadsheet,
|
|
1003
|
+
dk as FileEarmarkSpreadsheetFill,
|
|
1004
|
+
uk as FileEarmarkText,
|
|
1005
|
+
Ck as FileEarmarkTextFill,
|
|
1006
|
+
pk as FileEarmarkWord,
|
|
1007
|
+
hk as FileEarmarkWordFill,
|
|
1008
|
+
Sk as FileEarmarkX,
|
|
1009
|
+
gk as FileEarmarkXFill,
|
|
1010
|
+
kk as FileEarmarkZip,
|
|
1011
|
+
mk as FileEarmarkZipFill,
|
|
1012
|
+
wk as FileEasel,
|
|
1013
|
+
Bk as FileEaselFill,
|
|
1014
|
+
Dk as FileExcel,
|
|
1015
|
+
Pk as FileExcelFill,
|
|
1016
|
+
Ak as FileFill,
|
|
1017
|
+
Ek as FileFont,
|
|
1018
|
+
fk as FileFontFill,
|
|
1019
|
+
Hk as FileImage,
|
|
1020
|
+
Tk as FileImageFill,
|
|
1021
|
+
yk as FileLock,
|
|
1022
|
+
xk as FileLock2,
|
|
1023
|
+
Lk as FileLock2Fill,
|
|
1024
|
+
bk as FileLockFill,
|
|
1025
|
+
Rk as FileMedical,
|
|
1026
|
+
vk as FileMedicalFill,
|
|
1027
|
+
qk as FileMinus,
|
|
1028
|
+
Mk as FileMinusFill,
|
|
1029
|
+
Uk as FileMusic,
|
|
1030
|
+
Ik as FileMusicFill,
|
|
1031
|
+
Gk as FilePdf,
|
|
1032
|
+
Xk as FilePdfFill,
|
|
1033
|
+
Wk as FilePerson,
|
|
1034
|
+
Ok as FilePersonFill,
|
|
1035
|
+
Vk as FilePlay,
|
|
1036
|
+
Nk as FilePlayFill,
|
|
1037
|
+
jk as FilePlus,
|
|
1038
|
+
_k as FilePlusFill,
|
|
1039
|
+
Jk as FilePost,
|
|
1040
|
+
zk as FilePostFill,
|
|
1041
|
+
Qk as FilePpt,
|
|
1042
|
+
Kk as FilePptFill,
|
|
1043
|
+
Yk as FileRichtext,
|
|
1044
|
+
Zk as FileRichtextFill,
|
|
1045
|
+
$k as FileRuled,
|
|
1046
|
+
lm as FileRuledFill,
|
|
1047
|
+
em as FileSlides,
|
|
1048
|
+
nm as FileSlidesFill,
|
|
1049
|
+
im as FileSpreadsheet,
|
|
1050
|
+
sm as FileSpreadsheetFill,
|
|
1051
|
+
cm as FileText,
|
|
1052
|
+
rm as FileTextFill,
|
|
1053
|
+
nw as FileWord,
|
|
1054
|
+
iw as FileWordFill,
|
|
1055
|
+
sw as FileX,
|
|
1056
|
+
cw as FileXFill,
|
|
1057
|
+
rw as FileZip,
|
|
1058
|
+
aw as FileZipFill,
|
|
1059
|
+
om as Files,
|
|
1060
|
+
tm as FilesAlt,
|
|
1061
|
+
am as FiletypeAac,
|
|
1062
|
+
Fm as FiletypeAi,
|
|
1063
|
+
dm as FiletypeBmp,
|
|
1064
|
+
um as FiletypeCs,
|
|
1065
|
+
Cm as FiletypeCss,
|
|
1066
|
+
pm as FiletypeCsv,
|
|
1067
|
+
hm as FiletypeDoc,
|
|
1068
|
+
Sm as FiletypeDocx,
|
|
1069
|
+
gm as FiletypeExe,
|
|
1070
|
+
km as FiletypeGif,
|
|
1071
|
+
mm as FiletypeHeic,
|
|
1072
|
+
wm as FiletypeHtml,
|
|
1073
|
+
Bm as FiletypeJava,
|
|
1074
|
+
Dm as FiletypeJpg,
|
|
1075
|
+
Pm as FiletypeJs,
|
|
1076
|
+
Am as FiletypeJson,
|
|
1077
|
+
Em as FiletypeJsx,
|
|
1078
|
+
fm as FiletypeKey,
|
|
1079
|
+
Hm as FiletypeM4P,
|
|
1080
|
+
Tm as FiletypeMd,
|
|
1081
|
+
ym as FiletypeMdx,
|
|
1082
|
+
xm as FiletypeMov,
|
|
1083
|
+
Lm as FiletypeMp3,
|
|
1084
|
+
bm as FiletypeMp4,
|
|
1085
|
+
Rm as FiletypeOtf,
|
|
1086
|
+
vm as FiletypePdf,
|
|
1087
|
+
qm as FiletypePhp,
|
|
1088
|
+
Mm as FiletypePng,
|
|
1089
|
+
Um as FiletypePpt,
|
|
1090
|
+
Im as FiletypePptx,
|
|
1091
|
+
Gm as FiletypePsd,
|
|
1092
|
+
Xm as FiletypePy,
|
|
1093
|
+
Wm as FiletypeRaw,
|
|
1094
|
+
Om as FiletypeRb,
|
|
1095
|
+
Vm as FiletypeSass,
|
|
1096
|
+
Nm as FiletypeScss,
|
|
1097
|
+
jm as FiletypeSh,
|
|
1098
|
+
_m as FiletypeSql,
|
|
1099
|
+
Jm as FiletypeSvg,
|
|
1100
|
+
zm as FiletypeTiff,
|
|
1101
|
+
Qm as FiletypeTsx,
|
|
1102
|
+
Km as FiletypeTtf,
|
|
1103
|
+
Ym as FiletypeTxt,
|
|
1104
|
+
Zm as FiletypeWav,
|
|
1105
|
+
$m as FiletypeWoff,
|
|
1106
|
+
lw as FiletypeXls,
|
|
1107
|
+
ow as FiletypeXlsx,
|
|
1108
|
+
tw as FiletypeXml,
|
|
1109
|
+
ew as FiletypeYml,
|
|
1110
|
+
Fw as Film,
|
|
1111
|
+
dw as Filter,
|
|
1112
|
+
uw as FilterCircle,
|
|
1113
|
+
Cw as FilterCircleFill,
|
|
1114
|
+
pw as FilterLeft,
|
|
1115
|
+
hw as FilterRight,
|
|
1116
|
+
Sw as FilterSquare,
|
|
1117
|
+
gw as FilterSquareFill,
|
|
1118
|
+
kw as Fingerprint,
|
|
1119
|
+
mw as Fire,
|
|
1120
|
+
ww as FireBootstrap,
|
|
1121
|
+
Bw as FireFill,
|
|
1122
|
+
Dw as Flag,
|
|
1123
|
+
Pw as FlagFill,
|
|
1124
|
+
Aw as Floppy,
|
|
1125
|
+
Ew as Floppy2,
|
|
1126
|
+
fw as Floppy2Fill,
|
|
1127
|
+
Hw as FloppyFill,
|
|
1128
|
+
Tw as Flower1,
|
|
1129
|
+
yw as Flower2,
|
|
1130
|
+
xw as Flower3,
|
|
1131
|
+
Lw as Folder,
|
|
1132
|
+
bw as Folder2,
|
|
1133
|
+
Rw as Folder2Open,
|
|
1134
|
+
vw as FolderCheck,
|
|
1135
|
+
qw as FolderFill,
|
|
1136
|
+
Mw as FolderMinus,
|
|
1137
|
+
Uw as FolderPlus,
|
|
1138
|
+
Iw as FolderSparkle,
|
|
1139
|
+
Gw as FolderSymlink,
|
|
1140
|
+
Xw as FolderSymlinkFill,
|
|
1141
|
+
Ww as FolderX,
|
|
1142
|
+
Ow as Fonts,
|
|
1143
|
+
Vw as Forward,
|
|
1144
|
+
Nw as ForwardFill,
|
|
1145
|
+
jw as Front,
|
|
1146
|
+
_w as FuelPump,
|
|
1147
|
+
Jw as FuelPumpDiesel,
|
|
1148
|
+
zw as FuelPumpDieselFill,
|
|
1149
|
+
Qw as FuelPumpFill,
|
|
1150
|
+
Kw as Fullscreen,
|
|
1151
|
+
Yw as FullscreenExit,
|
|
1152
|
+
Zw as Funnel,
|
|
1153
|
+
$w as FunnelFill,
|
|
1154
|
+
lB as Gear,
|
|
1155
|
+
oB as GearFill,
|
|
1156
|
+
tB as GearWide,
|
|
1157
|
+
eB as GearWideConnected,
|
|
1158
|
+
nB as Gem,
|
|
1159
|
+
iB as GenderAmbiguous,
|
|
1160
|
+
sB as GenderFemale,
|
|
1161
|
+
cB as GenderMale,
|
|
1162
|
+
rB as GenderNeuter,
|
|
1163
|
+
aB as GenderTrans,
|
|
1164
|
+
FB as Geo,
|
|
1165
|
+
dB as GeoAlt,
|
|
1166
|
+
uB as GeoAltFill,
|
|
1167
|
+
CB as GeoFill,
|
|
1168
|
+
pB as Gift,
|
|
1169
|
+
hB as GiftFill,
|
|
1170
|
+
SB as Git,
|
|
1171
|
+
gB as Github,
|
|
1172
|
+
kB as Gitlab,
|
|
1173
|
+
mB as Globe,
|
|
1174
|
+
wB as Globe2,
|
|
1175
|
+
BB as GlobeAmericas,
|
|
1176
|
+
DB as GlobeAsiaAustralia,
|
|
1177
|
+
PB as GlobeCentralSouthAsia,
|
|
1178
|
+
AB as GlobeEuropeAfrica,
|
|
1179
|
+
EB as Google,
|
|
1180
|
+
fB as GooglePlay,
|
|
1181
|
+
HB as GpuCard,
|
|
1182
|
+
TB as Grab,
|
|
1183
|
+
yB as GrabHorizontal,
|
|
1184
|
+
xB as GraphDown,
|
|
1185
|
+
LB as GraphDownArrow,
|
|
1186
|
+
bB as GraphUp,
|
|
1187
|
+
RB as GraphUpArrow,
|
|
1188
|
+
vB as Grid,
|
|
1189
|
+
qB as Grid1X2,
|
|
1190
|
+
MB as Grid1X2Fill,
|
|
1191
|
+
UB as Grid3X2,
|
|
1192
|
+
IB as Grid3X2Gap,
|
|
1193
|
+
GB as Grid3X2GapFill,
|
|
1194
|
+
XB as Grid3X3,
|
|
1195
|
+
WB as Grid3X3Gap,
|
|
1196
|
+
OB as Grid3X3GapFill,
|
|
1197
|
+
VB as GridFill,
|
|
1198
|
+
NB as GripHorizontal,
|
|
1199
|
+
jB as GripVertical,
|
|
1200
|
+
sD as HCircle,
|
|
1201
|
+
cD as HCircleFill,
|
|
1202
|
+
bP as HSquare,
|
|
1203
|
+
RP as HSquareFill,
|
|
1204
|
+
_B as Hammer,
|
|
1205
|
+
JB as Hand,
|
|
1206
|
+
KB as HandIndex,
|
|
1207
|
+
YB as HandIndexFill,
|
|
1208
|
+
ZB as HandIndexThumb,
|
|
1209
|
+
$B as HandIndexThumbFill,
|
|
1210
|
+
lD as HandOff,
|
|
1211
|
+
oD as HandThumbsDown,
|
|
1212
|
+
tD as HandThumbsDownFill,
|
|
1213
|
+
eD as HandThumbsUp,
|
|
1214
|
+
nD as HandThumbsUpFill,
|
|
1215
|
+
zB as Handbag,
|
|
1216
|
+
QB as HandbagFill,
|
|
1217
|
+
iD as Hash,
|
|
1218
|
+
rD as Hdd,
|
|
1219
|
+
aD as HddFill,
|
|
1220
|
+
FD as HddNetwork,
|
|
1221
|
+
dD as HddNetworkFill,
|
|
1222
|
+
uD as HddRack,
|
|
1223
|
+
CD as HddRackFill,
|
|
1224
|
+
pD as HddStack,
|
|
1225
|
+
hD as HddStackFill,
|
|
1226
|
+
SD as Hdmi,
|
|
1227
|
+
gD as HdmiFill,
|
|
1228
|
+
kD as Headphones,
|
|
1229
|
+
mD as Headset,
|
|
1230
|
+
wD as HeadsetVr,
|
|
1231
|
+
BD as Heart,
|
|
1232
|
+
DD as HeartArrow,
|
|
1233
|
+
ED as HeartFill,
|
|
1234
|
+
fD as HeartHalf,
|
|
1235
|
+
HD as HeartPulse,
|
|
1236
|
+
TD as HeartPulseFill,
|
|
1237
|
+
PD as Heartbreak,
|
|
1238
|
+
AD as HeartbreakFill,
|
|
1239
|
+
yD as Hearts,
|
|
1240
|
+
xD as Heptagon,
|
|
1241
|
+
LD as HeptagonFill,
|
|
1242
|
+
bD as HeptagonHalf,
|
|
1243
|
+
RD as Hexagon,
|
|
1244
|
+
vD as Hexagon2NdHalf,
|
|
1245
|
+
qD as HexagonArrowDown,
|
|
1246
|
+
MD as HexagonArrowDownFill,
|
|
1247
|
+
UD as HexagonArrowRight,
|
|
1248
|
+
ID as HexagonArrowRightFill,
|
|
1249
|
+
GD as HexagonCore,
|
|
1250
|
+
XD as HexagonCore2NdHalf,
|
|
1251
|
+
WD as HexagonCoreHalf,
|
|
1252
|
+
OD as HexagonDashed,
|
|
1253
|
+
VD as HexagonFill,
|
|
1254
|
+
ND as HexagonHalf,
|
|
1255
|
+
jD as HexagonOff,
|
|
1256
|
+
_D as HexagonOffFill,
|
|
1257
|
+
JD as HexagonQuestion,
|
|
1258
|
+
zD as HexagonQuestionFill,
|
|
1259
|
+
QD as Highlighter,
|
|
1260
|
+
KD as Highlights,
|
|
1261
|
+
YD as Hospital,
|
|
1262
|
+
ZD as HospitalFill,
|
|
1263
|
+
$D as Hourglass,
|
|
1264
|
+
lP as HourglassBottom,
|
|
1265
|
+
oP as HourglassSplit,
|
|
1266
|
+
tP as HourglassTop,
|
|
1267
|
+
eP as House,
|
|
1268
|
+
nP as HouseAdd,
|
|
1269
|
+
iP as HouseAddFill,
|
|
1270
|
+
sP as HouseCheck,
|
|
1271
|
+
cP as HouseCheckFill,
|
|
1272
|
+
rP as HouseDash,
|
|
1273
|
+
aP as HouseDashFill,
|
|
1274
|
+
FP as HouseDoor,
|
|
1275
|
+
dP as HouseDoorFill,
|
|
1276
|
+
uP as HouseDown,
|
|
1277
|
+
CP as HouseDownFill,
|
|
1278
|
+
pP as HouseExclamation,
|
|
1279
|
+
hP as HouseExclamationFill,
|
|
1280
|
+
SP as HouseFill,
|
|
1281
|
+
gP as HouseGear,
|
|
1282
|
+
kP as HouseGearFill,
|
|
1283
|
+
mP as HouseHeart,
|
|
1284
|
+
wP as HouseHeartFill,
|
|
1285
|
+
BP as HouseLock,
|
|
1286
|
+
DP as HouseLockFill,
|
|
1287
|
+
EP as HouseSlash,
|
|
1288
|
+
fP as HouseSlashFill,
|
|
1289
|
+
HP as HouseUp,
|
|
1290
|
+
TP as HouseUpFill,
|
|
1291
|
+
yP as HouseX,
|
|
1292
|
+
xP as HouseXFill,
|
|
1293
|
+
PP as Houses,
|
|
1294
|
+
AP as HousesFill,
|
|
1295
|
+
LP as Hr,
|
|
1296
|
+
vP as Hurricane,
|
|
1297
|
+
qP as Hypnotize,
|
|
1298
|
+
MP as Image,
|
|
1299
|
+
UP as ImageAlt,
|
|
1300
|
+
IP as ImageFill,
|
|
1301
|
+
GP as Images,
|
|
1302
|
+
XP as Inbox,
|
|
1303
|
+
VP as InboxFill,
|
|
1304
|
+
WP as Inboxes,
|
|
1305
|
+
OP as InboxesFill,
|
|
1306
|
+
NP as Incognito,
|
|
1307
|
+
jP as Indent,
|
|
1308
|
+
_P as InfinityBootstrap,
|
|
1309
|
+
JP as Info,
|
|
1310
|
+
zP as InfoCircle,
|
|
1311
|
+
QP as InfoCircleFill,
|
|
1312
|
+
KP as InfoLg,
|
|
1313
|
+
YP as InfoSquare,
|
|
1314
|
+
ZP as InfoSquareFill,
|
|
1315
|
+
$P as InputCursor,
|
|
1316
|
+
lA as InputCursorText,
|
|
1317
|
+
oA as Instagram,
|
|
1318
|
+
tA as Intercom,
|
|
1319
|
+
eA as IntercomFill,
|
|
1320
|
+
nA as Intersect,
|
|
1321
|
+
iA as Invoice,
|
|
1322
|
+
sA as Invoice2,
|
|
1323
|
+
cA as Invoice2In,
|
|
1324
|
+
rA as Invoice2Out,
|
|
1325
|
+
aA as InvoiceClock,
|
|
1326
|
+
FA as InvoiceDraft,
|
|
1327
|
+
dA as InvoicePdf,
|
|
1328
|
+
uA as Invoices,
|
|
1329
|
+
CA as Invoices2,
|
|
1330
|
+
pA as InvoicesLink,
|
|
1331
|
+
hA as Journal,
|
|
1332
|
+
SA as Journal2,
|
|
1333
|
+
gA as Journal2Off,
|
|
1334
|
+
kA as JournalAlbum,
|
|
1335
|
+
mA as JournalArrowDown,
|
|
1336
|
+
wA as JournalArrowUp,
|
|
1337
|
+
BA as JournalBookmark,
|
|
1338
|
+
DA as JournalBookmarkFill,
|
|
1339
|
+
PA as JournalBootstrap,
|
|
1340
|
+
AA as JournalCheck,
|
|
1341
|
+
EA as JournalCheckBootstrap,
|
|
1342
|
+
fA as JournalCode,
|
|
1343
|
+
HA as JournalMedical,
|
|
1344
|
+
TA as JournalMinus,
|
|
1345
|
+
yA as JournalOff,
|
|
1346
|
+
xA as JournalPlus,
|
|
1347
|
+
LA as JournalRichtext,
|
|
1348
|
+
RA as JournalText,
|
|
1349
|
+
vA as JournalX,
|
|
1350
|
+
bA as Journals,
|
|
1351
|
+
qA as Joystick,
|
|
1352
|
+
MA as Justify,
|
|
1353
|
+
UA as JustifyLeft,
|
|
1354
|
+
IA as JustifyRight,
|
|
1355
|
+
GA as Kanban,
|
|
1356
|
+
XA as KanbanFill,
|
|
1357
|
+
WA as Key,
|
|
1358
|
+
NA as KeyFill,
|
|
1359
|
+
OA as Keyboard,
|
|
1360
|
+
VA as KeyboardFill,
|
|
1361
|
+
jA as Ladder,
|
|
1362
|
+
_A as Lamp,
|
|
1363
|
+
JA as LampFill,
|
|
1364
|
+
zA as Laptop,
|
|
1365
|
+
QA as LaptopFill,
|
|
1366
|
+
KA as LayerBackward,
|
|
1367
|
+
YA as LayerForward,
|
|
1368
|
+
ZA as Layers,
|
|
1369
|
+
$A as LayersFill,
|
|
1370
|
+
lE as LayersHalf,
|
|
1371
|
+
oE as LayoutSidebar,
|
|
1372
|
+
tE as LayoutSidebarInset,
|
|
1373
|
+
eE as LayoutSidebarInsetReverse,
|
|
1374
|
+
nE as LayoutSidebarReverse,
|
|
1375
|
+
iE as LayoutSplit,
|
|
1376
|
+
sE as LayoutTextSidebar,
|
|
1377
|
+
cE as LayoutTextSidebarReverse,
|
|
1378
|
+
rE as LayoutTextWindow,
|
|
1379
|
+
aE as LayoutTextWindowReverse,
|
|
1380
|
+
FE as LayoutThreeColumns,
|
|
1381
|
+
dE as LayoutWtf,
|
|
1382
|
+
uE as LifePreserver,
|
|
1383
|
+
CE as Lightbulb,
|
|
1384
|
+
pE as LightbulbFill,
|
|
1385
|
+
hE as LightbulbOff,
|
|
1386
|
+
SE as LightbulbOffFill,
|
|
1387
|
+
gE as Lightning,
|
|
1388
|
+
kE as LightningCharge,
|
|
1389
|
+
mE as LightningChargeFill,
|
|
1390
|
+
wE as LightningFill,
|
|
1391
|
+
BE as Line,
|
|
1392
|
+
DE as Link,
|
|
1393
|
+
PE as Link45Deg,
|
|
1394
|
+
AE as Linkedin,
|
|
1395
|
+
EE as List,
|
|
1396
|
+
fE as ListCheck,
|
|
1397
|
+
HE as ListColumns,
|
|
1398
|
+
TE as ListColumnsReverse,
|
|
1399
|
+
yE as ListNested,
|
|
1400
|
+
xE as ListOl,
|
|
1401
|
+
LE as ListStars,
|
|
1402
|
+
bE as ListTask,
|
|
1403
|
+
RE as ListUl,
|
|
1404
|
+
vE as Lock,
|
|
1405
|
+
qE as LockFill,
|
|
1406
|
+
ME as Luggage,
|
|
1407
|
+
UE as LuggageFill,
|
|
1408
|
+
IE as Lungs,
|
|
1409
|
+
GE as LungsFill,
|
|
1410
|
+
XE as Magic,
|
|
1411
|
+
WE as Magnet,
|
|
1412
|
+
OE as MagnetFill,
|
|
1413
|
+
VE as Mailbox,
|
|
1414
|
+
NE as Mailbox2,
|
|
1415
|
+
jE as Mailbox2Flag,
|
|
1416
|
+
_E as MailboxFlag,
|
|
1417
|
+
JE as Map,
|
|
1418
|
+
zE as MapFill,
|
|
1419
|
+
QE as Markdown,
|
|
1420
|
+
KE as MarkdownFill,
|
|
1421
|
+
YE as MarkerTip,
|
|
1422
|
+
ZE as Mask,
|
|
1423
|
+
$E as Mastodon,
|
|
1424
|
+
lf as MeasuringTape,
|
|
1425
|
+
of as MeasuringTapeFill,
|
|
1426
|
+
tf as Medium,
|
|
1427
|
+
ef as Megaphone,
|
|
1428
|
+
nf as MegaphoneFill,
|
|
1429
|
+
sf as Memory,
|
|
1430
|
+
cf as MenuApp,
|
|
1431
|
+
rf as MenuAppFill,
|
|
1432
|
+
af as MenuButton,
|
|
1433
|
+
Ff as MenuButtonFill,
|
|
1434
|
+
df as MenuButtonWide,
|
|
1435
|
+
uf as MenuButtonWideFill,
|
|
1436
|
+
Cf as MenuDown,
|
|
1437
|
+
pf as MenuUp,
|
|
1438
|
+
hf as Messenger,
|
|
1439
|
+
Sf as Meta,
|
|
1440
|
+
gf as Mic,
|
|
1441
|
+
kf as MicFill,
|
|
1442
|
+
mf as MicMute,
|
|
1443
|
+
wf as MicMuteFill,
|
|
1444
|
+
Bf as Microsoft,
|
|
1445
|
+
Df as MicrosoftTeams,
|
|
1446
|
+
Pf as Minecart,
|
|
1447
|
+
Af as MinecartLoaded,
|
|
1448
|
+
Ef as Modem,
|
|
1449
|
+
ff as ModemFill,
|
|
1450
|
+
Hf as Moisture,
|
|
1451
|
+
Tf as Moon,
|
|
1452
|
+
yf as MoonFill,
|
|
1453
|
+
xf as MoonStars,
|
|
1454
|
+
Lf as MoonStarsFill,
|
|
1455
|
+
bf as Mortarboard,
|
|
1456
|
+
Rf as MortarboardFill,
|
|
1457
|
+
vf as Motherboard,
|
|
1458
|
+
qf as MotherboardFill,
|
|
1459
|
+
Mf as Mouse,
|
|
1460
|
+
Uf as Mouse2,
|
|
1461
|
+
If as Mouse2Fill,
|
|
1462
|
+
Gf as Mouse3,
|
|
1463
|
+
Xf as Mouse3Fill,
|
|
1464
|
+
Wf as MouseFill,
|
|
1465
|
+
Of as MusicNote,
|
|
1466
|
+
Vf as MusicNoteBeamed,
|
|
1467
|
+
Nf as MusicNoteList,
|
|
1468
|
+
jf as MusicPlayer,
|
|
1469
|
+
_f as MusicPlayerFill,
|
|
1470
|
+
Jf as Newspaper,
|
|
1471
|
+
zf as NintendoSwitch,
|
|
1472
|
+
Qf as NodeMinus,
|
|
1473
|
+
Kf as NodeMinusFill,
|
|
1474
|
+
Yf as NodePlus,
|
|
1475
|
+
Zf as NodePlusFill,
|
|
1476
|
+
$f as NoiseReduction,
|
|
1477
|
+
lH as Nut,
|
|
1478
|
+
oH as NutFill,
|
|
1479
|
+
tH as Nvidia,
|
|
1480
|
+
eH as Nvme,
|
|
1481
|
+
nH as NvmeFill,
|
|
1482
|
+
iH as Octagon,
|
|
1483
|
+
sH as OctagonFill,
|
|
1484
|
+
cH as OctagonHalf,
|
|
1485
|
+
rH as Opencollective,
|
|
1486
|
+
aH as OpticalAudio,
|
|
1487
|
+
FH as OpticalAudioFill,
|
|
1488
|
+
dH as Option,
|
|
1489
|
+
uH as Outlet,
|
|
1490
|
+
QH as PCircle,
|
|
1491
|
+
KH as PCircleFill,
|
|
1492
|
+
cx as PSquare,
|
|
1493
|
+
rx as PSquareFill,
|
|
1494
|
+
CH as PaintBucket,
|
|
1495
|
+
pH as PaintRoller,
|
|
1496
|
+
hH as PaintRollerFill,
|
|
1497
|
+
SH as Palette,
|
|
1498
|
+
gH as Palette2,
|
|
1499
|
+
kH as PaletteFill,
|
|
1500
|
+
mH as Paperclip,
|
|
1501
|
+
wH as Paragraph,
|
|
1502
|
+
BH as Pass,
|
|
1503
|
+
DH as PassFill,
|
|
1504
|
+
PH as Passport,
|
|
1505
|
+
AH as PassportFill,
|
|
1506
|
+
EH as PatchCheck,
|
|
1507
|
+
fH as PatchCheckFill,
|
|
1508
|
+
HH as PatchExclamation,
|
|
1509
|
+
TH as PatchExclamationFill,
|
|
1510
|
+
yH as PatchMinus,
|
|
1511
|
+
xH as PatchMinusFill,
|
|
1512
|
+
LH as PatchPlus,
|
|
1513
|
+
bH as PatchPlusFill,
|
|
1514
|
+
RH as PatchQuestion,
|
|
1515
|
+
vH as PatchQuestionFill,
|
|
1516
|
+
qH as Pause,
|
|
1517
|
+
MH as PauseBtn,
|
|
1518
|
+
UH as PauseBtnFill,
|
|
1519
|
+
IH as PauseCircle,
|
|
1520
|
+
GH as PauseCircleFill,
|
|
1521
|
+
XH as PauseFill,
|
|
1522
|
+
WH as Paypal,
|
|
1523
|
+
OH as Pc,
|
|
1524
|
+
VH as PcDisplay,
|
|
1525
|
+
NH as PcDisplayHorizontal,
|
|
1526
|
+
jH as PcHorizontal,
|
|
1527
|
+
_H as PciCard,
|
|
1528
|
+
JH as PciCardNetwork,
|
|
1529
|
+
zH as PciCardSound,
|
|
1530
|
+
YH as Peace,
|
|
1531
|
+
ZH as PeaceFill,
|
|
1532
|
+
$H as Pen,
|
|
1533
|
+
eT as PenFill,
|
|
1534
|
+
nT as PenOff,
|
|
1535
|
+
iT as PenOffFill,
|
|
1536
|
+
lT as Pencil,
|
|
1537
|
+
oT as PencilFill,
|
|
1538
|
+
tT as PencilSquare,
|
|
1539
|
+
sT as Pentagon,
|
|
1540
|
+
cT as PentagonFill,
|
|
1541
|
+
rT as PentagonHalf,
|
|
1542
|
+
aT as People,
|
|
1543
|
+
FT as PeopleFill,
|
|
1544
|
+
dT as Percent,
|
|
1545
|
+
uT as Person,
|
|
1546
|
+
CT as PersonAdd,
|
|
1547
|
+
pT as PersonArmsUp,
|
|
1548
|
+
hT as PersonBadge,
|
|
1549
|
+
ST as PersonBadgeFill,
|
|
1550
|
+
gT as PersonBoundingBox,
|
|
1551
|
+
kT as PersonCheck,
|
|
1552
|
+
mT as PersonCheckFill,
|
|
1553
|
+
wT as PersonCircle,
|
|
1554
|
+
BT as PersonDash,
|
|
1555
|
+
DT as PersonDashFill,
|
|
1556
|
+
PT as PersonDown,
|
|
1557
|
+
AT as PersonExclamation,
|
|
1558
|
+
ET as PersonFill,
|
|
1559
|
+
fT as PersonFillAdd,
|
|
1560
|
+
HT as PersonFillCheck,
|
|
1561
|
+
TT as PersonFillDash,
|
|
1562
|
+
yT as PersonFillDown,
|
|
1563
|
+
xT as PersonFillExclamation,
|
|
1564
|
+
LT as PersonFillGear,
|
|
1565
|
+
bT as PersonFillLock,
|
|
1566
|
+
RT as PersonFillSlash,
|
|
1567
|
+
vT as PersonFillUp,
|
|
1568
|
+
qT as PersonFillX,
|
|
1569
|
+
MT as PersonGear,
|
|
1570
|
+
UT as PersonHeart,
|
|
1571
|
+
IT as PersonHearts,
|
|
1572
|
+
GT as PersonLinesFill,
|
|
1573
|
+
XT as PersonLock,
|
|
1574
|
+
WT as PersonPlus,
|
|
1575
|
+
OT as PersonPlusFill,
|
|
1576
|
+
VT as PersonRaisedHand,
|
|
1577
|
+
NT as PersonRolodex,
|
|
1578
|
+
jT as PersonSlash,
|
|
1579
|
+
_T as PersonSquare,
|
|
1580
|
+
JT as PersonStanding,
|
|
1581
|
+
zT as PersonStandingDress,
|
|
1582
|
+
QT as PersonUp,
|
|
1583
|
+
KT as PersonVcard,
|
|
1584
|
+
YT as PersonVcardFill,
|
|
1585
|
+
ZT as PersonVideo,
|
|
1586
|
+
$T as PersonVideo2,
|
|
1587
|
+
ly as PersonVideo3,
|
|
1588
|
+
oy as PersonWalking,
|
|
1589
|
+
ty as PersonWheelchair,
|
|
1590
|
+
ey as PersonWorkspace,
|
|
1591
|
+
ny as PersonX,
|
|
1592
|
+
iy as PersonXFill,
|
|
1593
|
+
sy as Phone,
|
|
1594
|
+
cy as PhoneFill,
|
|
1595
|
+
ry as PhoneFlip,
|
|
1596
|
+
ay as PhoneLandscape,
|
|
1597
|
+
Fy as PhoneLandscapeFill,
|
|
1598
|
+
dy as PhoneVibrate,
|
|
1599
|
+
uy as PhoneVibrateFill,
|
|
1600
|
+
Cy as PieChart,
|
|
1601
|
+
py as PieChartFill,
|
|
1602
|
+
hy as PiggyBank,
|
|
1603
|
+
Sy as PiggyBankFill,
|
|
1604
|
+
gy as Pin,
|
|
1605
|
+
ky as PinAngle,
|
|
1606
|
+
my as PinAngleFill,
|
|
1607
|
+
wy as PinFill,
|
|
1608
|
+
By as PinMap,
|
|
1609
|
+
Dy as PinMapFill,
|
|
1610
|
+
Py as Pinterest,
|
|
1611
|
+
Ay as Pip,
|
|
1612
|
+
Ey as PipFill,
|
|
1613
|
+
fy as Play,
|
|
1614
|
+
Hy as PlayBtn,
|
|
1615
|
+
Ty as PlayBtnFill,
|
|
1616
|
+
yy as PlayCircle,
|
|
1617
|
+
xy as PlayCircleFill,
|
|
1618
|
+
Ly as PlayFill,
|
|
1619
|
+
by as Playstation,
|
|
1620
|
+
Ry as Plug,
|
|
1621
|
+
vy as PlugFill,
|
|
1622
|
+
qy as Plugin,
|
|
1623
|
+
My as Plus,
|
|
1624
|
+
Uy as PlusCircle,
|
|
1625
|
+
Iy as PlusCircleDotted,
|
|
1626
|
+
Gy as PlusCircleFill,
|
|
1627
|
+
Xy as PlusLg,
|
|
1628
|
+
Wy as PlusSlashMinus,
|
|
1629
|
+
Oy as PlusSquare,
|
|
1630
|
+
Vy as PlusSquareDotted,
|
|
1631
|
+
Ny as PlusSquareFill,
|
|
1632
|
+
jy as Postage,
|
|
1633
|
+
_y as PostageFill,
|
|
1634
|
+
Jy as PostageHeart,
|
|
1635
|
+
zy as PostageHeartFill,
|
|
1636
|
+
Qy as Postcard,
|
|
1637
|
+
Ky as PostcardFill,
|
|
1638
|
+
Yy as PostcardHeart,
|
|
1639
|
+
Zy as PostcardHeartFill,
|
|
1640
|
+
$y as Power,
|
|
1641
|
+
lx as Prescription,
|
|
1642
|
+
ox as Prescription2,
|
|
1643
|
+
tx as Printer,
|
|
1644
|
+
ex as PrinterFill,
|
|
1645
|
+
nx as Projector,
|
|
1646
|
+
ix as ProjectorFill,
|
|
1647
|
+
sx as ProrataCalendar,
|
|
1648
|
+
ax as Puzzle,
|
|
1649
|
+
Fx as PuzzleFill,
|
|
1650
|
+
dx as QrCode,
|
|
1651
|
+
ux as QrCodeScan,
|
|
1652
|
+
Cx as Question,
|
|
1653
|
+
px as QuestionCircle,
|
|
1654
|
+
hx as QuestionCircleFill,
|
|
1655
|
+
Sx as QuestionDiamond,
|
|
1656
|
+
gx as QuestionDiamondFill,
|
|
1657
|
+
kx as QuestionLg,
|
|
1658
|
+
mx as QuestionOctagon,
|
|
1659
|
+
wx as QuestionOctagonFill,
|
|
1660
|
+
Bx as QuestionSquare,
|
|
1661
|
+
Dx as QuestionSquareFill,
|
|
1662
|
+
Px as Quora,
|
|
1663
|
+
Ax as Quote,
|
|
1664
|
+
Tx as RCircle,
|
|
1665
|
+
yx as RCircleFill,
|
|
1666
|
+
kL as RSquare,
|
|
1667
|
+
mL as RSquareFill,
|
|
1668
|
+
Ex as Radar,
|
|
1669
|
+
fx as Radioactive,
|
|
1670
|
+
Hx as Rainbow,
|
|
1671
|
+
xx as Receipt,
|
|
1672
|
+
Lx as Receipt2,
|
|
1673
|
+
bx as ReceiptClock,
|
|
1674
|
+
Rx as ReceiptCutoff,
|
|
1675
|
+
vx as ReceiptDraft,
|
|
1676
|
+
qx as ReceiptOff2,
|
|
1677
|
+
Mx as ReceiptPdf,
|
|
1678
|
+
Ux as Reception0,
|
|
1679
|
+
Ix as Reception1,
|
|
1680
|
+
Gx as Reception2,
|
|
1681
|
+
Xx as Reception3,
|
|
1682
|
+
Wx as Reception4,
|
|
1683
|
+
Ox as Record,
|
|
1684
|
+
Vx as Record2,
|
|
1685
|
+
Nx as Record2Fill,
|
|
1686
|
+
jx as RecordBtn,
|
|
1687
|
+
_x as RecordBtnFill,
|
|
1688
|
+
Jx as RecordCircle,
|
|
1689
|
+
zx as RecordCircleFill,
|
|
1690
|
+
Qx as RecordFill,
|
|
1691
|
+
Kx as Recycle,
|
|
1692
|
+
Yx as Reddit,
|
|
1693
|
+
Zx as Regex,
|
|
1694
|
+
$x as Repeat,
|
|
1695
|
+
lL as Repeat1,
|
|
1696
|
+
oL as Reply,
|
|
1697
|
+
tL as ReplyAll,
|
|
1698
|
+
eL as ReplyAllFill,
|
|
1699
|
+
nL as ReplyFill,
|
|
1700
|
+
iL as Rewind,
|
|
1701
|
+
sL as RewindBtn,
|
|
1702
|
+
cL as RewindBtnFill,
|
|
1703
|
+
rL as RewindCircle,
|
|
1704
|
+
aL as RewindCircleFill,
|
|
1705
|
+
FL as RewindFill,
|
|
1706
|
+
dL as Robot,
|
|
1707
|
+
uL as Rocket,
|
|
1708
|
+
CL as RocketFill,
|
|
1709
|
+
pL as RocketTakeoff,
|
|
1710
|
+
hL as RocketTakeoffFill,
|
|
1711
|
+
SL as Router,
|
|
1712
|
+
gL as RouterFill,
|
|
1713
|
+
wL as Rss,
|
|
1714
|
+
BL as RssFill,
|
|
1715
|
+
DL as Rulers,
|
|
1716
|
+
PL as Safe,
|
|
1717
|
+
AL as Safe2,
|
|
1718
|
+
EL as Safe2Fill,
|
|
1719
|
+
fL as SafeFill,
|
|
1720
|
+
HL as Save,
|
|
1721
|
+
TL as Save2,
|
|
1722
|
+
yL as Save2Fill,
|
|
1723
|
+
xL as SaveFill,
|
|
1724
|
+
LL as Scissors,
|
|
1725
|
+
bL as Scooter,
|
|
1726
|
+
RL as Screwdriver,
|
|
1727
|
+
vL as SdCard,
|
|
1728
|
+
qL as SdCardFill,
|
|
1729
|
+
ML as Search,
|
|
1730
|
+
UL as SearchHeart,
|
|
1731
|
+
IL as SearchHeartFill,
|
|
1732
|
+
GL as SegmentedNav,
|
|
1733
|
+
XL as Send,
|
|
1734
|
+
WL as SendArrowDown,
|
|
1735
|
+
OL as SendArrowDownFill,
|
|
1736
|
+
VL as SendArrowUp,
|
|
1737
|
+
NL as SendArrowUpFill,
|
|
1738
|
+
jL as SendCheck,
|
|
1739
|
+
_L as SendCheckFill,
|
|
1740
|
+
JL as SendDash,
|
|
1741
|
+
zL as SendDashFill,
|
|
1742
|
+
QL as SendExclamation,
|
|
1743
|
+
KL as SendExclamationFill,
|
|
1744
|
+
YL as SendFill,
|
|
1745
|
+
ZL as SendPlus,
|
|
1746
|
+
$L as SendPlusFill,
|
|
1747
|
+
lb as SendSlash,
|
|
1748
|
+
ob as SendSlashFill,
|
|
1749
|
+
tb as SendX,
|
|
1750
|
+
eb as SendXFill,
|
|
1751
|
+
nb as Server,
|
|
1752
|
+
ib as Shadows,
|
|
1753
|
+
sb as Share,
|
|
1754
|
+
cb as ShareFill,
|
|
1755
|
+
rb as Shelves,
|
|
1756
|
+
ab as Shield,
|
|
1757
|
+
Fb as ShieldCheck,
|
|
1758
|
+
db as ShieldExclamation,
|
|
1759
|
+
ub as ShieldFill,
|
|
1760
|
+
Cb as ShieldFillCheck,
|
|
1761
|
+
pb as ShieldFillExclamation,
|
|
1762
|
+
hb as ShieldFillMinus,
|
|
1763
|
+
Sb as ShieldFillPlus,
|
|
1764
|
+
gb as ShieldFillX,
|
|
1765
|
+
kb as ShieldLock,
|
|
1766
|
+
mb as ShieldLockFill,
|
|
1767
|
+
wb as ShieldMinus,
|
|
1768
|
+
Bb as ShieldPlus,
|
|
1769
|
+
Db as ShieldShaded,
|
|
1770
|
+
Pb as ShieldSlash,
|
|
1771
|
+
Ab as ShieldSlashFill,
|
|
1772
|
+
Eb as ShieldX,
|
|
1773
|
+
fb as Shift,
|
|
1774
|
+
Hb as ShiftFill,
|
|
1775
|
+
Tb as Shop,
|
|
1776
|
+
yb as ShopWindow,
|
|
1777
|
+
xb as Shuffle,
|
|
1778
|
+
bb as SignDeadEnd,
|
|
1779
|
+
Rb as SignDeadEndFill,
|
|
1780
|
+
vb as SignDoNotEnter,
|
|
1781
|
+
qb as SignDoNotEnterFill,
|
|
1782
|
+
Mb as SignIntersection,
|
|
1783
|
+
Ub as SignIntersectionFill,
|
|
1784
|
+
Ib as SignIntersectionSide,
|
|
1785
|
+
Gb as SignIntersectionSideFill,
|
|
1786
|
+
Xb as SignIntersectionT,
|
|
1787
|
+
Wb as SignIntersectionTFill,
|
|
1788
|
+
Ob as SignIntersectionY,
|
|
1789
|
+
Vb as SignIntersectionYFill,
|
|
1790
|
+
Nb as SignMergeLeft,
|
|
1791
|
+
jb as SignMergeLeftFill,
|
|
1792
|
+
_b as SignMergeRight,
|
|
1793
|
+
Jb as SignMergeRightFill,
|
|
1794
|
+
zb as SignNoLeftTurn,
|
|
1795
|
+
Qb as SignNoLeftTurnFill,
|
|
1796
|
+
Kb as SignNoParking,
|
|
1797
|
+
Yb as SignNoParkingFill,
|
|
1798
|
+
Zb as SignNoRightTurn,
|
|
1799
|
+
$b as SignNoRightTurnFill,
|
|
1800
|
+
sR as SignRailroad,
|
|
1801
|
+
cR as SignRailroadFill,
|
|
1802
|
+
rR as SignStop,
|
|
1803
|
+
aR as SignStopFill,
|
|
1804
|
+
FR as SignStopLights,
|
|
1805
|
+
dR as SignStopLightsFill,
|
|
1806
|
+
uR as SignTurnLeft,
|
|
1807
|
+
CR as SignTurnLeftFill,
|
|
1808
|
+
pR as SignTurnRight,
|
|
1809
|
+
hR as SignTurnRightFill,
|
|
1810
|
+
SR as SignTurnSlightLeft,
|
|
1811
|
+
gR as SignTurnSlightLeftFill,
|
|
1812
|
+
kR as SignTurnSlightRight,
|
|
1813
|
+
mR as SignTurnSlightRightFill,
|
|
1814
|
+
wR as SignYield,
|
|
1815
|
+
BR as SignYieldFill,
|
|
1816
|
+
Lb as Signal,
|
|
1817
|
+
lR as Signpost,
|
|
1818
|
+
oR as Signpost2,
|
|
1819
|
+
tR as Signpost2Fill,
|
|
1820
|
+
eR as SignpostFill,
|
|
1821
|
+
nR as SignpostSplit,
|
|
1822
|
+
iR as SignpostSplitFill,
|
|
1823
|
+
DR as Sim,
|
|
1824
|
+
PR as SimFill,
|
|
1825
|
+
AR as SimSlash,
|
|
1826
|
+
ER as SimSlashFill,
|
|
1827
|
+
fR as SinaWeibo,
|
|
1828
|
+
HR as SkipBackward,
|
|
1829
|
+
TR as SkipBackwardBtn,
|
|
1830
|
+
yR as SkipBackwardBtnFill,
|
|
1831
|
+
xR as SkipBackwardCircle,
|
|
1832
|
+
LR as SkipBackwardCircleFill,
|
|
1833
|
+
bR as SkipBackwardFill,
|
|
1834
|
+
RR as SkipEnd,
|
|
1835
|
+
vR as SkipEndBtn,
|
|
1836
|
+
qR as SkipEndBtnFill,
|
|
1837
|
+
MR as SkipEndCircle,
|
|
1838
|
+
UR as SkipEndCircleFill,
|
|
1839
|
+
IR as SkipEndFill,
|
|
1840
|
+
GR as SkipForward,
|
|
1841
|
+
XR as SkipForwardBtn,
|
|
1842
|
+
WR as SkipForwardBtnFill,
|
|
1843
|
+
OR as SkipForwardCircle,
|
|
1844
|
+
VR as SkipForwardCircleFill,
|
|
1845
|
+
NR as SkipForwardFill,
|
|
1846
|
+
jR as SkipStart,
|
|
1847
|
+
_R as SkipStartBtn,
|
|
1848
|
+
JR as SkipStartBtnFill,
|
|
1849
|
+
zR as SkipStartCircle,
|
|
1850
|
+
QR as SkipStartCircleFill,
|
|
1851
|
+
KR as SkipStartFill,
|
|
1852
|
+
YR as Skype,
|
|
1853
|
+
ZR as Slack,
|
|
1854
|
+
$R as Slash,
|
|
1855
|
+
l2 as SlashCircle,
|
|
1856
|
+
o2 as SlashCircleFill,
|
|
1857
|
+
t2 as SlashCircleFillV2,
|
|
1858
|
+
e2 as SlashCircleV2,
|
|
1859
|
+
n2 as SlashLg,
|
|
1860
|
+
i2 as SlashSquare,
|
|
1861
|
+
s2 as SlashSquareFill,
|
|
1862
|
+
c2 as SlashSquareFillV2,
|
|
1863
|
+
r2 as SlashSquareV2,
|
|
1864
|
+
a2 as Sliders,
|
|
1865
|
+
F2 as Sliders2,
|
|
1866
|
+
d2 as Sliders2Vertical,
|
|
1867
|
+
u2 as Smartwatch,
|
|
1868
|
+
C2 as Snapchat,
|
|
1869
|
+
p2 as Snow,
|
|
1870
|
+
h2 as Snow2,
|
|
1871
|
+
S2 as Snow3,
|
|
1872
|
+
g2 as SortAlphaDown,
|
|
1873
|
+
k2 as SortAlphaDownAlt,
|
|
1874
|
+
m2 as SortAlphaUp,
|
|
1875
|
+
w2 as SortAlphaUpAlt,
|
|
1876
|
+
B2 as SortDown,
|
|
1877
|
+
D2 as SortDownAlt,
|
|
1878
|
+
P2 as SortNumericDown,
|
|
1879
|
+
A2 as SortNumericDownAlt,
|
|
1880
|
+
E2 as SortNumericUp,
|
|
1881
|
+
f2 as SortNumericUpAlt,
|
|
1882
|
+
H2 as SortUp,
|
|
1883
|
+
T2 as SortUpAlt,
|
|
1884
|
+
y2 as Soundwave,
|
|
1885
|
+
x2 as Sourceforge,
|
|
1886
|
+
L2 as Speaker,
|
|
1887
|
+
b2 as SpeakerFill,
|
|
1888
|
+
R2 as Speedometer,
|
|
1889
|
+
v2 as Speedometer2,
|
|
1890
|
+
q2 as Spellcheck,
|
|
1891
|
+
M2 as Spotify,
|
|
1892
|
+
U2 as Square,
|
|
1893
|
+
I2 as SquareFill,
|
|
1894
|
+
G2 as SquareHalf,
|
|
1895
|
+
X2 as Squircle,
|
|
1896
|
+
W2 as SquircleArrowBottom,
|
|
1897
|
+
O2 as SquircleArrowBottomFill,
|
|
1898
|
+
V2 as SquircleArrowLeft,
|
|
1899
|
+
N2 as SquircleArrowLeftFill,
|
|
1900
|
+
j2 as SquircleArrowRight,
|
|
1901
|
+
_2 as SquircleArrowRightFill,
|
|
1902
|
+
J2 as SquircleArrowTop,
|
|
1903
|
+
z2 as SquircleArrowTopFill,
|
|
1904
|
+
Q2 as SquircleCheck,
|
|
1905
|
+
K2 as SquircleCheckAll,
|
|
1906
|
+
Y2 as SquircleCheckAllFill,
|
|
1907
|
+
Z2 as SquircleCheckFill,
|
|
1908
|
+
$2 as SquircleClock,
|
|
1909
|
+
lv as SquircleClockFill,
|
|
1910
|
+
ov as SquircleCore,
|
|
1911
|
+
tv as SquircleCore2NdHalf,
|
|
1912
|
+
ev as SquircleCoreHalf,
|
|
1913
|
+
nv as SquircleDraft,
|
|
1914
|
+
iv as SquircleExclamation,
|
|
1915
|
+
sv as SquircleExclamationFill,
|
|
1916
|
+
cv as SquircleFill,
|
|
1917
|
+
rv as SquircleInfo,
|
|
1918
|
+
av as SquircleInfoFill,
|
|
1919
|
+
Fv as SquircleLink,
|
|
1920
|
+
dv as SquircleLinkFill,
|
|
1921
|
+
uv as SquircleOff,
|
|
1922
|
+
Cv as SquircleOffFill,
|
|
1923
|
+
pv as SquircleX,
|
|
1924
|
+
hv as SquircleXFill,
|
|
1925
|
+
Sv as Stack,
|
|
1926
|
+
gv as StackOverflow,
|
|
1927
|
+
kv as Star,
|
|
1928
|
+
mv as StarFill,
|
|
1929
|
+
wv as StarHalf,
|
|
1930
|
+
Bv as Stars,
|
|
1931
|
+
Dv as Steam,
|
|
1932
|
+
Pv as Stickies,
|
|
1933
|
+
Av as StickiesFill,
|
|
1934
|
+
Ev as Sticky,
|
|
1935
|
+
fv as StickyFill,
|
|
1936
|
+
Hv as Stop,
|
|
1937
|
+
Tv as StopBtn,
|
|
1938
|
+
yv as StopBtnFill,
|
|
1939
|
+
xv as StopCircle,
|
|
1940
|
+
Lv as StopCircleFill,
|
|
1941
|
+
bv as StopFill,
|
|
1942
|
+
Rv as Stoplights,
|
|
1943
|
+
vv as StoplightsFill,
|
|
1944
|
+
qv as Stopwatch,
|
|
1945
|
+
Mv as StopwatchFill,
|
|
1946
|
+
Uv as Strava,
|
|
1947
|
+
Iv as Stripe,
|
|
1948
|
+
Gv as Subscript,
|
|
1949
|
+
Xv as Substack,
|
|
1950
|
+
Wv as Subtract,
|
|
1951
|
+
zv as SuitClub,
|
|
1952
|
+
Qv as SuitClubFill,
|
|
1953
|
+
Kv as SuitDiamond,
|
|
1954
|
+
Yv as SuitDiamondFill,
|
|
1955
|
+
Zv as SuitHeart,
|
|
1956
|
+
$v as SuitHeartFill,
|
|
1957
|
+
lq as SuitSpade,
|
|
1958
|
+
oq as SuitSpadeFill,
|
|
1959
|
+
Ov as Suitcase,
|
|
1960
|
+
Vv as Suitcase2,
|
|
1961
|
+
Nv as Suitcase2Fill,
|
|
1962
|
+
jv as SuitcaseFill,
|
|
1963
|
+
_v as SuitcaseLg,
|
|
1964
|
+
Jv as SuitcaseLgFill,
|
|
1965
|
+
tq as Sun,
|
|
1966
|
+
eq as SunFill,
|
|
1967
|
+
nq as Sunglasses,
|
|
1968
|
+
iq as Sunrise,
|
|
1969
|
+
sq as SunriseFill,
|
|
1970
|
+
cq as Sunset,
|
|
1971
|
+
rq as SunsetFill,
|
|
1972
|
+
aq as Superscript,
|
|
1973
|
+
Fq as SymmetryHorizontal,
|
|
1974
|
+
dq as SymmetryVertical,
|
|
1975
|
+
uq as Table,
|
|
1976
|
+
Cq as Tablet,
|
|
1977
|
+
pq as TabletFill,
|
|
1978
|
+
hq as TabletLandscape,
|
|
1979
|
+
Sq as TabletLandscapeFill,
|
|
1980
|
+
gq as Tag,
|
|
1981
|
+
kq as TagFill,
|
|
1982
|
+
mq as Tags,
|
|
1983
|
+
wq as TagsFill,
|
|
1984
|
+
Bq as TaxiFront,
|
|
1985
|
+
Dq as TaxiFrontFill,
|
|
1986
|
+
Pq as Telegram,
|
|
1987
|
+
Aq as Telephone,
|
|
1988
|
+
Eq as TelephoneFill,
|
|
1989
|
+
fq as TelephoneForward,
|
|
1990
|
+
Hq as TelephoneForwardFill,
|
|
1991
|
+
Tq as TelephoneInbound,
|
|
1992
|
+
yq as TelephoneInboundFill,
|
|
1993
|
+
xq as TelephoneMinus,
|
|
1994
|
+
Lq as TelephoneMinusFill,
|
|
1995
|
+
bq as TelephoneOutbound,
|
|
1996
|
+
Rq as TelephoneOutboundFill,
|
|
1997
|
+
vq as TelephonePlus,
|
|
1998
|
+
qq as TelephonePlusFill,
|
|
1999
|
+
Mq as TelephoneX,
|
|
2000
|
+
Uq as TelephoneXFill,
|
|
2001
|
+
Iq as TencentQq,
|
|
2002
|
+
Gq as Terminal,
|
|
2003
|
+
Xq as TerminalDash,
|
|
2004
|
+
Wq as TerminalFill,
|
|
2005
|
+
Oq as TerminalPlus,
|
|
2006
|
+
Vq as TerminalSplit,
|
|
2007
|
+
Nq as TerminalX,
|
|
2008
|
+
jq as TestPipe,
|
|
2009
|
+
_q as TestPipeFill,
|
|
2010
|
+
Kq as TextCenter,
|
|
2011
|
+
Yq as TextIndentLeft,
|
|
2012
|
+
Zq as TextIndentRight,
|
|
2013
|
+
$q as TextLeft,
|
|
2014
|
+
lM as TextParagraph,
|
|
2015
|
+
oM as TextRight,
|
|
2016
|
+
tM as TextWrap,
|
|
2017
|
+
Jq as Textarea,
|
|
2018
|
+
zq as TextareaResize,
|
|
2019
|
+
Qq as TextareaT,
|
|
2020
|
+
eM as Thermometer,
|
|
2021
|
+
nM as ThermometerFire3,
|
|
2022
|
+
iM as ThermometerHalf,
|
|
2023
|
+
sM as ThermometerHigh,
|
|
2024
|
+
cM as ThermometerLow,
|
|
2025
|
+
rM as ThermometerSnow,
|
|
2026
|
+
aM as ThermometerSun,
|
|
2027
|
+
FM as Threads,
|
|
2028
|
+
dM as ThreadsFill,
|
|
2029
|
+
uM as ThreeDots,
|
|
2030
|
+
CM as ThreeDotsVertical,
|
|
2031
|
+
pM as Thunderbolt,
|
|
2032
|
+
hM as ThunderboltFill,
|
|
2033
|
+
SM as Ticket,
|
|
2034
|
+
gM as TicketDetailed,
|
|
2035
|
+
kM as TicketDetailedFill,
|
|
2036
|
+
mM as TicketFill,
|
|
2037
|
+
wM as TicketPerforated,
|
|
2038
|
+
BM as TicketPerforatedFill,
|
|
2039
|
+
DM as Tiktok,
|
|
2040
|
+
PM as Toggle2Off,
|
|
2041
|
+
AM as Toggle2On,
|
|
2042
|
+
EM as ToggleOff,
|
|
2043
|
+
fM as ToggleOn,
|
|
2044
|
+
HM as Toggles,
|
|
2045
|
+
TM as Toggles2,
|
|
2046
|
+
yM as Tools,
|
|
2047
|
+
xM as Tornado,
|
|
2048
|
+
LM as TrainFreightFront,
|
|
2049
|
+
bM as TrainFreightFrontFill,
|
|
2050
|
+
RM as TrainFront,
|
|
2051
|
+
vM as TrainFrontFill,
|
|
2052
|
+
qM as TrainLightrailFront,
|
|
2053
|
+
MM as TrainLightrailFrontFill,
|
|
2054
|
+
UM as Translate,
|
|
2055
|
+
IM as Transparency,
|
|
2056
|
+
GM as Trash,
|
|
2057
|
+
XM as Trash2,
|
|
2058
|
+
WM as Trash2Fill,
|
|
2059
|
+
OM as Trash3,
|
|
2060
|
+
VM as Trash3Fill,
|
|
2061
|
+
NM as Trash3Off,
|
|
2062
|
+
jM as Trash3OffFill,
|
|
2063
|
+
_M as TrashFill,
|
|
2064
|
+
JM as Tree,
|
|
2065
|
+
zM as TreeFill,
|
|
2066
|
+
QM as Trello,
|
|
2067
|
+
KM as Triangle,
|
|
2068
|
+
YM as Triangle2,
|
|
2069
|
+
ZM as Triangle2ArrowDown,
|
|
2070
|
+
$M as Triangle2ArrowDownFill,
|
|
2071
|
+
lU as Triangle2ArrowLeft,
|
|
2072
|
+
oU as Triangle2ArrowLeftFill,
|
|
2073
|
+
tU as Triangle2ArrowRight,
|
|
2074
|
+
eU as Triangle2ArrowRightFill,
|
|
2075
|
+
nU as Triangle2ArrowUp,
|
|
2076
|
+
iU as Triangle2ArrowUpFill,
|
|
2077
|
+
sU as Triangle2Core,
|
|
2078
|
+
cU as Triangle2Core2NdHalf,
|
|
2079
|
+
rU as Triangle2CoreHalf,
|
|
2080
|
+
aU as Triangle2Fill,
|
|
2081
|
+
FU as Triangle2X,
|
|
2082
|
+
dU as Triangle2XFill,
|
|
2083
|
+
uU as TriangleFill,
|
|
2084
|
+
CU as TriangleHalf,
|
|
2085
|
+
pU as Trophy,
|
|
2086
|
+
hU as TrophyFill,
|
|
2087
|
+
SU as TropicalStorm,
|
|
2088
|
+
gU as Truck,
|
|
2089
|
+
kU as TruckFlatbed,
|
|
2090
|
+
mU as TruckFront,
|
|
2091
|
+
wU as TruckFrontFill,
|
|
2092
|
+
BU as Tsunami,
|
|
2093
|
+
DU as Tv,
|
|
2094
|
+
PU as TvFill,
|
|
2095
|
+
AU as Twitch,
|
|
2096
|
+
EU as Twitter,
|
|
2097
|
+
fU as TwitterX,
|
|
2098
|
+
HU as Type,
|
|
2099
|
+
TU as TypeBold,
|
|
2100
|
+
yU as TypeH1,
|
|
2101
|
+
xU as TypeH2,
|
|
2102
|
+
LU as TypeH3,
|
|
2103
|
+
bU as TypeH4,
|
|
2104
|
+
RU as TypeH5,
|
|
2105
|
+
vU as TypeH6,
|
|
2106
|
+
qU as TypeItalic,
|
|
2107
|
+
MU as TypeStrikethrough,
|
|
2108
|
+
UU as TypeUnderline,
|
|
2109
|
+
IU as Ubuntu,
|
|
2110
|
+
GU as UiChecks,
|
|
2111
|
+
XU as UiChecksGrid,
|
|
2112
|
+
WU as UiRadios,
|
|
2113
|
+
OU as UiRadiosGrid,
|
|
2114
|
+
VU as Umbrella,
|
|
2115
|
+
NU as UmbrellaFill,
|
|
2116
|
+
jU as Unindent,
|
|
2117
|
+
_U as Union,
|
|
2118
|
+
JU as UnitLayout,
|
|
2119
|
+
zU as UnitTemplate,
|
|
2120
|
+
QU as Unity,
|
|
2121
|
+
KU as UniversalAccess,
|
|
2122
|
+
YU as UniversalAccessCircle,
|
|
2123
|
+
ZU as Unlock,
|
|
2124
|
+
$U as UnlockFill,
|
|
2125
|
+
lI as UnpaidInvoice,
|
|
2126
|
+
oI as Upc,
|
|
2127
|
+
tI as UpcScan,
|
|
2128
|
+
eI as Upload,
|
|
2129
|
+
nI as Usb,
|
|
2130
|
+
iI as UsbC,
|
|
2131
|
+
sI as UsbCFill,
|
|
2132
|
+
cI as UsbDrive,
|
|
2133
|
+
rI as UsbDriveFill,
|
|
2134
|
+
aI as UsbFill,
|
|
2135
|
+
FI as UsbMicro,
|
|
2136
|
+
dI as UsbMicroFill,
|
|
2137
|
+
uI as UsbMini,
|
|
2138
|
+
CI as UsbMiniFill,
|
|
2139
|
+
pI as UsbPlug,
|
|
2140
|
+
hI as UsbPlugFill,
|
|
2141
|
+
SI as UsbSymbol,
|
|
2142
|
+
gI as Valentine,
|
|
2143
|
+
kI as Valentine2,
|
|
2144
|
+
mI as VectorPen,
|
|
2145
|
+
wI as ViewList,
|
|
2146
|
+
BI as ViewStacked,
|
|
2147
|
+
DI as Vignette,
|
|
2148
|
+
PI as Vimeo,
|
|
2149
|
+
AI as Vinyl,
|
|
2150
|
+
EI as VinylFill,
|
|
2151
|
+
fI as Virus,
|
|
2152
|
+
HI as Virus2,
|
|
2153
|
+
TI as Voicemail,
|
|
2154
|
+
yI as VolumeDown,
|
|
2155
|
+
xI as VolumeDownFill,
|
|
2156
|
+
LI as VolumeMute,
|
|
2157
|
+
bI as VolumeMuteFill,
|
|
2158
|
+
RI as VolumeOff,
|
|
2159
|
+
vI as VolumeOffFill,
|
|
2160
|
+
qI as VolumeUp,
|
|
2161
|
+
MI as VolumeUpFill,
|
|
2162
|
+
UI as Vr,
|
|
2163
|
+
II as Wallet,
|
|
2164
|
+
GI as Wallet2,
|
|
2165
|
+
XI as WalletFill,
|
|
2166
|
+
WI as Watch,
|
|
2167
|
+
OI as Water,
|
|
2168
|
+
VI as Webcam,
|
|
2169
|
+
NI as WebcamFill,
|
|
2170
|
+
jI as Wechat,
|
|
2171
|
+
_I as Whatsapp,
|
|
2172
|
+
JI as Wifi,
|
|
2173
|
+
zI as Wifi1,
|
|
2174
|
+
QI as Wifi2,
|
|
2175
|
+
KI as WifiOff,
|
|
2176
|
+
YI as Wikipedia,
|
|
2177
|
+
ZI as Wind,
|
|
2178
|
+
$I as Window,
|
|
2179
|
+
lG as WindowBootstrap,
|
|
2180
|
+
oG as WindowDash,
|
|
2181
|
+
tG as WindowDesktop,
|
|
2182
|
+
eG as WindowDock,
|
|
2183
|
+
nG as WindowFullscreen,
|
|
2184
|
+
iG as WindowPlus,
|
|
2185
|
+
cG as WindowSidebar,
|
|
2186
|
+
rG as WindowSplit,
|
|
2187
|
+
aG as WindowStack,
|
|
2188
|
+
FG as WindowX,
|
|
2189
|
+
sG as Windows,
|
|
2190
|
+
dG as Wordpress,
|
|
2191
|
+
uG as Wrench,
|
|
2192
|
+
CG as WrenchAdjustable,
|
|
2193
|
+
pG as WrenchAdjustableCircle,
|
|
2194
|
+
hG as WrenchAdjustableCircleFill,
|
|
2195
|
+
SG as X,
|
|
2196
|
+
kG as XCircle,
|
|
2197
|
+
mG as XCircleFill,
|
|
2198
|
+
wG as XDiamond,
|
|
2199
|
+
BG as XDiamondFill,
|
|
2200
|
+
DG as XLg,
|
|
2201
|
+
PG as XOctagon,
|
|
2202
|
+
AG as XOctagonFill,
|
|
2203
|
+
EG as XSquare,
|
|
2204
|
+
fG as XSquareFill,
|
|
2205
|
+
gG as Xbox,
|
|
2206
|
+
HG as Yelp,
|
|
2207
|
+
TG as YinYang,
|
|
2208
|
+
yG as Youtube,
|
|
2209
|
+
xG as ZoomIn,
|
|
2210
|
+
LG as ZoomOut,
|
|
2211
|
+
n as _0Circle,
|
|
2212
|
+
i as _0CircleFill,
|
|
2213
|
+
s as _0Square,
|
|
2214
|
+
c as _0SquareFill,
|
|
2215
|
+
r as _123,
|
|
2216
|
+
a as _1Circle,
|
|
2217
|
+
F as _1CircleFill,
|
|
2218
|
+
d as _1Square,
|
|
2219
|
+
u as _1SquareFill,
|
|
2220
|
+
C as _2Circle,
|
|
2221
|
+
p as _2CircleFill,
|
|
2222
|
+
h as _2Square,
|
|
2223
|
+
S as _2SquareFill,
|
|
2224
|
+
g as _3Circle,
|
|
2225
|
+
k as _3CircleFill,
|
|
2226
|
+
m as _3Square,
|
|
2227
|
+
w as _3SquareFill,
|
|
2228
|
+
B as _4Circle,
|
|
2229
|
+
D as _4CircleFill,
|
|
2230
|
+
P as _4Square,
|
|
2231
|
+
A as _4SquareFill,
|
|
2232
|
+
E as _5Circle,
|
|
2233
|
+
f as _5CircleFill,
|
|
2234
|
+
H as _5Square,
|
|
2235
|
+
T as _5SquareFill,
|
|
2236
|
+
y as _6Circle,
|
|
2237
|
+
x as _6CircleFill,
|
|
2238
|
+
L as _6Square,
|
|
2239
|
+
b as _6SquareFill,
|
|
2240
|
+
R as _7Circle,
|
|
2241
|
+
v as _7CircleFill,
|
|
2242
|
+
q as _7Square,
|
|
2243
|
+
M as _7SquareFill,
|
|
2244
|
+
U as _8Circle,
|
|
2245
|
+
I as _8CircleFill,
|
|
2246
|
+
G as _8Square,
|
|
2247
|
+
X as _8SquareFill,
|
|
2248
|
+
W as _9Circle,
|
|
2249
|
+
O as _9CircleFill,
|
|
2250
|
+
V as _9Square,
|
|
2251
|
+
N as _9SquareFill
|
|
2252
|
+
};
|