@ubloimmo/uikit 1.8.26 → 1.8.28
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.js +1 -1
- package/dist/components/Badge/Badge.styles.js +1 -1
- 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 +1 -1
- package/dist/components/Chip/Chip.component.js +1 -1
- package/dist/components/Chip/Chip.styles.js +1 -1
- 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/EmptyStateCard/EmptyStateCard.component.js +1 -1
- package/dist/components/EmptyStateCard/EmptyStateCard.styles.js +1 -1
- package/dist/components/EmptyStateCard/assets/EmptyBox.asset.js +1 -1
- package/dist/components/EmptyStateCard/assets/TaskSleepingCat.asset.js +1 -1
- package/dist/components/EmptyStateCard/assets/assets.defaults.js +1 -1
- package/dist/components/EmptyStateCard/assets/index.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.js +1 -1
- 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.js +1 -1
- package/dist/components/Field/Field.utils.js +1 -1
- package/dist/components/Form/Form.component.d.ts +1 -1
- package/dist/components/Form/Form.component.js +1 -1
- package/dist/components/Form/Form.context.js +135 -135
- 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.js +1 -1
- package/dist/components/Icon/Icon.styles.js +1 -1
- package/dist/components/Icon/Icon.utils.js +7 -1
- 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/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/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/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/CalendarGraph.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/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/ConvexeSepaOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeSepaOffFill.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/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/DoorMoveIn.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DoorMoveOut.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/GeoAltOff.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/HandFinger.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HandFinger45Deg.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HandFingerRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HandOff.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 +45 -48
- 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/LampFillOff.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/LampFillOff.icon.js +83 -0
- package/dist/components/Icon/__generated__/custom/LampOff.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/LampOff.icon.js +83 -0
- package/dist/components/Icon/__generated__/custom/Link2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Link2Break.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/MapOff.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/PiggyBank2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PiggyBank2Check.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PiggyBank2Coin.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PiggyBank2Exclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PiggyBank2In.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PiggyBank2Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PiggyBank2Out.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/Window.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/index.d.ts +2 -0
- package/dist/components/Icon/__generated__/index.js +429 -425
- package/dist/components/Icon/__generated__/index.lazy.d.ts +2 -0
- package/dist/components/Icon/__generated__/index.lazy.js +966 -964
- 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/EnergyScoreInput/EnergyScoreInput.component.js +1 -1
- package/dist/components/Input/EnergyScoreInput/EnergyScoreInput.utils.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.js +1 -1
- 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.js +1 -1
- package/dist/components/InputLabel/InputLabel.component.js +1 -1
- 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.js +1 -1
- package/dist/components/List/components/public/ListFilter/ListFilter.styles.js +1 -1
- package/dist/components/List/components/public/ListFilter/ListFilter.utils.js +1 -1
- 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 +1 -1
- package/dist/components/List/components/public/ListFilterOptionItem/ListFilterOptionItem.styles.js +1 -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 +1 -1
- 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/SumLine/SumLine.component.js +1 -1
- package/dist/components/SumLine/SumLine.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.js +1 -1
- package/dist/components/Tooltip/Tooltip.styles.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/VirtualTable/VirtualTable.defaults.js +1 -1
- package/dist/layouts/VirtualTable/VirtualTable.layout.js +1 -1
- package/dist/layouts/VirtualTable/VirtualTable.styles.js +1 -1
- package/dist/layouts/VirtualTable/VirtualTable.utils.js +1 -1
- package/dist/layouts/VirtualTable/contents/VirtualTableCell.content.js +1 -1
- package/dist/layouts/VirtualTable/contents/VirtualTableFooter.content.js +1 -1
- package/dist/layouts/VirtualTable/contents/VirtualTableHeader.content.js +1 -1
- package/dist/layouts/VirtualTable/contents/VirtualTableHeaderCell.content.js +1 -1
- package/dist/layouts/VirtualTable/contents/VirtualTableRow.content.js +1 -1
- package/dist/layouts/VirtualTable/overrides/VirtualTable.body.js +1 -1
- package/dist/layouts/VirtualTable/overrides/VirtualTable.empty.js +1 -1
- package/dist/layouts/VirtualTable/overrides/VirtualTable.footer.js +1 -1
- package/dist/layouts/VirtualTable/overrides/VirtualTable.header.js +1 -1
- package/dist/layouts/VirtualTable/overrides/VirtualTable.row.js +1 -1
- package/dist/layouts/VirtualTable/overrides/VirtualTable.table.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 +66 -4
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +1 -1
- package/dist/node_modules/big.js/big.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/react-virtuoso/dist/index.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.colorscheme.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/DMMono/DMMono-Light.woff2.js +1 -1
- package/dist/typography/fonts/DMMono/DMMono-LightItalic.woff2.js +1 -1
- package/dist/typography/fonts/DMMono/DMMono-Medium.woff2.js +1 -1
- package/dist/typography/fonts/DMMono/DMMono-MediumItalic.woff2.js +1 -1
- package/dist/typography/fonts/DMMono/DMMono-Regular.woff2.js +1 -1
- package/dist/typography/fonts/DMMono/DMMono-RegularItalic.woff2.js +1 -1
- package/dist/typography/fonts/DMMono/DMMono.font.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 +1 -1
- 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 +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @ubloimmo/uikit version 1.8.
|
|
2
|
+
* @ubloimmo/uikit version 1.8.28
|
|
3
3
|
*
|
|
4
4
|
* Copyright © Ublo 2025
|
|
5
5
|
* https://ublo.immo
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
import { lazy as l } from "react";
|
|
10
10
|
import { loadIcon as o } from "../Icon.utils.js";
|
|
11
|
-
const e = 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")), R = l(() => o("_6SquareFill")), b = 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")), O = l(() => o("_9Circle")), W = 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")), nl = l(() => o("AlignMiddle")), el = 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")), Rl = l(() => o("ArrowCounterclockwise")), bl = 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")), Ol = l(() => o("ArrowDownRight")), Wl = 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")), no = l(() => o("ArrowRepeat")), eo = 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")), Ro = l(() => o("ArrowUpLeftSquareFill")), bo = 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")), Oo = l(() => o("AspectRatio")), Wo = 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")), nt = l(() => o("Backspace")), et = 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")), Rt = l(() => o("BagCheck")), bt = 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")), Ot = l(() => o("BagX")), Wt = 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")), ln = l(() => o("BarChartFill")), on = l(() => o("BarChartLine")), tn = l(() => o("BarChartLineFill")), nn = l(() => o("BarChartSteps")), en = l(() => o("Basket")), sn = l(() => o("Basket2")), cn = l(() => o("Basket2Fill")), rn = l(() => o("Basket3")), an = l(() => o("Basket3Fill")), Fn = l(() => o("BasketFill")), dn = l(() => o("Battery")), un = l(() => o("BatteryCharging")), Cn = l(() => o("BatteryFull")), pn = l(() => o("BatteryHalf")), hn = l(() => o("Behance")), Sn = l(() => o("Bell")), gn = l(() => o("BellFill")), kn = l(() => o("BellSlash")), mn = l(() => o("BellSlashFill")), wn = l(() => o("Bezier")), Bn = l(() => o("Bezier2")), Dn = l(() => o("Bicycle")), Pn = l(() => o("BinaryTree")), An = l(() => o("Bing")), En = l(() => o("Binoculars")), fn = l(() => o("BinocularsFill")), Hn = l(() => o("BlockquoteLeft")), Tn = l(() => o("BlockquoteRight")), yn = l(() => o("Bluetooth")), xn = l(() => o("BodyText")), Ln = l(() => o("Book")), Rn = l(() => o("BookFill")), bn = l(() => o("BookHalf")), vn = l(() => o("Bookmark")), qn = l(() => o("BookmarkCheck")), Mn = l(() => o("BookmarkCheckFill")), Un = l(() => o("BookmarkDash")), In = l(() => o("BookmarkDashFill")), Gn = l(() => o("BookmarkFill")), Xn = l(() => o("BookmarkHeart")), On = l(() => o("BookmarkHeartFill")), Wn = l(() => o("BookmarkPlus")), Vn = l(() => o("BookmarkPlusFill")), Nn = l(() => o("Bookmarks")), jn = l(() => o("BookmarksFill")), _n = l(() => o("BookmarkStar")), Jn = l(() => o("BookmarkStarFill")), zn = l(() => o("BookmarkX")), Qn = l(() => o("BookmarkXFill")), Kn = l(() => o("Bookshelf")), Yn = l(() => o("Boombox")), Zn = l(() => o("BoomboxFill")), $n = l(() => o("Bootstrap")), le = l(() => o("BootstrapFill")), oe = l(() => o("BootstrapReboot")), te = l(() => o("Border")), ne = l(() => o("BorderAll")), ee = l(() => o("BorderBottom")), ie = l(() => o("BorderCenter")), se = l(() => o("BorderInner")), ce = l(() => o("BorderLeft")), re = l(() => o("BorderMiddle")), ae = l(() => o("BorderOuter")), Fe = l(() => o("BorderRight")), de = l(() => o("BorderStyle")), ue = l(() => o("BorderTop")), Ce = l(() => o("BorderWidth")), pe = l(() => o("BoundingBox")), he = l(() => o("BoundingBoxCircles")), Se = l(() => o("Box")), ge = l(() => o("Box2")), ke = l(() => o("Box2Fill")), me = l(() => o("Box2Heart")), we = l(() => o("Box2HeartFill")), Be = l(() => o("BoxArrowDown")), De = l(() => o("BoxArrowDownLeft")), Pe = l(() => o("BoxArrowDownRight")), Ae = l(() => o("BoxArrowInDown")), Ee = l(() => o("BoxArrowInDownLeft")), fe = l(() => o("BoxArrowInDownRight")), He = l(() => o("BoxArrowInLeft")), Te = l(() => o("BoxArrowInRight")), ye = l(() => o("BoxArrowInUp")), xe = l(() => o("BoxArrowInUpLeft")), Le = l(() => o("BoxArrowInUpRight")), Re = l(() => o("BoxArrowLeft")), be = l(() => o("BoxArrowRight")), ve = l(() => o("BoxArrowUp")), qe = l(() => o("BoxArrowUpLeft")), Me = l(() => o("BoxArrowUpRight")), Ue = l(() => o("Boxes")), Ie = l(() => o("BoxFill")), Ge = l(() => o("BoxSeam")), Xe = l(() => o("BoxSeamFill")), Oe = l(() => o("Braces")), We = l(() => o("BracesAsterisk")), Ve = l(() => o("Bricks")), Ne = l(() => o("Briefcase")), je = l(() => o("BriefcaseFill")), _e = l(() => o("BrightnessAltHigh")), Je = l(() => o("BrightnessAltHighFill")), ze = l(() => o("BrightnessAltLow")), Qe = l(() => o("BrightnessAltLowFill")), Ke = l(() => o("BrightnessHigh")), Ye = l(() => o("BrightnessHighFill")), Ze = l(() => o("BrightnessLow")), $e = l(() => o("BrightnessLowFill")), li = l(() => o("Brilliance")), oi = l(() => o("Broadcast")), ti = l(() => o("BroadcastPin")), ni = l(() => o("BrowserChrome")), ei = 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")), Ri = l(() => o("BuildingGear")), bi = 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")), Oi = l(() => o("BusFrontFill")), Wi = 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")), ns = l(() => o("Calendar2Day")), es = 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")), Rs = l(() => o("Calendar4Range")), bs = 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")), Os = l(() => o("CalendarEventFill")), Ws = l(() => o("CalendarFill")), Vs = l(() => o("CalendarGraph")), Ns = l(() => o("CalendarHeart")), js = l(() => o("CalendarHeartFill")), _s = l(() => o("CalendarMinus")), Js = l(() => o("CalendarMinusFill")), zs = l(() => o("CalendarMonth")), Qs = l(() => o("CalendarMonthFill")), Ks = l(() => o("CalendarPlus")), Ys = l(() => o("CalendarPlusFill")), Zs = l(() => o("CalendarRange")), $s = l(() => o("CalendarRangeFill")), lc = l(() => o("CalendarWeek")), oc = l(() => o("CalendarWeekFill")), tc = l(() => o("CalendarX")), nc = l(() => o("CalendarXFill")), ec = l(() => o("Camera")), ic = l(() => o("Camera2")), sc = l(() => o("CameraFill")), cc = l(() => o("CameraReels")), rc = l(() => o("CameraReelsFill")), ac = l(() => o("CameraVideo")), Fc = l(() => o("CameraVideoFill")), dc = l(() => o("CameraVideoOff")), uc = l(() => o("CameraVideoOffFill")), Cc = l(() => o("Capslock")), pc = l(() => o("CapslockFill")), hc = l(() => o("Capsule")), Sc = l(() => o("CapsulePill")), gc = l(() => o("CardChecklist")), kc = l(() => o("CardHeading")), mc = l(() => o("CardImage")), wc = l(() => o("CardList")), Bc = l(() => o("CardText")), Dc = l(() => o("CaretDown")), Pc = l(() => o("CaretDownFill")), Ac = l(() => o("CaretDownSquare")), Ec = l(() => o("CaretDownSquareFill")), fc = l(() => o("CaretLeft")), Hc = l(() => o("CaretLeftFill")), Tc = l(() => o("CaretLeftSquare")), yc = l(() => o("CaretLeftSquareFill")), xc = l(() => o("CaretRight")), Lc = l(() => o("CaretRightFill")), Rc = l(() => o("CaretRightSquare")), bc = l(() => o("CaretRightSquareFill")), vc = l(() => o("CaretUp")), qc = l(() => o("CaretUpFill")), Mc = l(() => o("CaretUpSquare")), Uc = l(() => o("CaretUpSquareFill")), Ic = l(() => o("CarFront")), Gc = l(() => o("CarFrontFill")), Xc = l(() => o("Cart")), Oc = l(() => o("Cart2")), Wc = l(() => o("Cart3")), Vc = l(() => o("Cart4")), Nc = l(() => o("CartCheck")), jc = l(() => o("CartCheckFill")), _c = l(() => o("CartDash")), Jc = l(() => o("CartDashFill")), zc = l(() => o("CartFill")), Qc = l(() => o("CartPlus")), Kc = l(() => o("CartPlusFill")), Yc = l(() => o("CartX")), Zc = l(() => o("CartXFill")), $c = l(() => o("Cash")), lr = l(() => o("CashCoin")), or = l(() => o("CashStack")), tr = l(() => o("Cassette")), nr = l(() => o("CassetteFill")), er = l(() => o("Cast")), ir = l(() => o("CatRobot")), sr = l(() => o("CatRobot2")), cr = l(() => o("CatRobot2Off")), rr = l(() => o("CatRobotOff")), ar = l(() => o("CcCircle")), Fr = l(() => o("CcCircleFill")), dr = l(() => o("CCircle")), ur = l(() => o("CCircleFill")), Cr = l(() => o("CcSquare")), pr = l(() => o("CcSquareFill")), hr = l(() => o("Chat")), Sr = l(() => o("ChatDots")), gr = l(() => o("ChatDotsFill")), kr = l(() => o("ChatFill")), mr = l(() => o("ChatHeart")), wr = l(() => o("ChatHeartFill")), Br = l(() => o("ChatLeft")), Dr = l(() => o("ChatLeftDots")), Pr = l(() => o("ChatLeftDotsFill")), Ar = l(() => o("ChatLeftFill")), Er = l(() => o("ChatLeftHeart")), fr = l(() => o("ChatLeftHeartFill")), Hr = l(() => o("ChatLeftQuote")), Tr = l(() => o("ChatLeftQuoteFill")), yr = l(() => o("ChatLeftText")), xr = l(() => o("ChatLeftTextFill")), Lr = l(() => o("ChatQuote")), Rr = l(() => o("ChatQuoteFill")), br = l(() => o("ChatRight")), vr = l(() => o("ChatRightDots")), qr = l(() => o("ChatRightDotsFill")), Mr = l(() => o("ChatRightFill")), Ur = l(() => o("ChatRightHeart")), Ir = l(() => o("ChatRightHeartFill")), Gr = l(() => o("ChatRightQuote")), Xr = l(() => o("ChatRightQuoteFill")), Or = l(() => o("ChatRightText")), Wr = l(() => o("ChatRightTextFill")), Vr = l(() => o("ChatSquare")), Nr = l(() => o("ChatSquareDots")), jr = l(() => o("ChatSquareDotsFill")), _r = l(() => o("ChatSquareFill")), Jr = l(() => o("ChatSquareHeart")), zr = l(() => o("ChatSquareHeartFill")), Qr = l(() => o("ChatSquareQuote")), Kr = l(() => o("ChatSquareQuoteFill")), Yr = l(() => o("ChatSquareText")), Zr = l(() => o("ChatSquareTextFill")), $r = l(() => o("ChatText")), la = l(() => o("ChatTextFill")), oa = l(() => o("Check")), ta = l(() => o("Check2")), na = l(() => o("Check2All")), ea = l(() => o("Check2Circle")), ia = l(() => o("Check2Square")), sa = l(() => o("CheckAll")), ca = l(() => o("CheckCircle")), ra = l(() => o("CheckCircleFill")), aa = l(() => o("CheckLg")), Fa = l(() => o("CheckSquare")), da = l(() => o("CheckSquareFill")), 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")), Ra = l(() => o("Circle")), ba = 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")), Oa = l(() => o("Clipboard")), Wa = 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")), nF = l(() => o("Clipboard2XFill")), eF = 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")), RF = l(() => o("CloudFill")), bF = 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")), OF = l(() => o("CloudHaze2Fill")), WF = 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")), nd = l(() => o("Clouds")), ed = 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")), Rd = l(() => o("Columns")), bd = 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")), Od = l(() => o("Controller")), Wd = 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")), nu = l(() => o("ConvexeCore")), eu = 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("ConvexeSepaOff")), gu = l(() => o("ConvexeSepaOffFill")), ku = l(() => o("ConvexeTimer")), mu = l(() => o("ConvexeX")), wu = l(() => o("ConvexeXFill")), Bu = l(() => o("Cookie")), Du = l(() => o("Copy")), Pu = l(() => o("Cpu")), Au = l(() => o("CpuFill")), Eu = l(() => o("CreditCard")), fu = l(() => o("CreditCard2Back")), Hu = l(() => o("CreditCard2BackFill")), Tu = l(() => o("CreditCard2Front")), yu = l(() => o("CreditCard2FrontFill")), xu = l(() => o("CreditCardFill")), Lu = l(() => o("Crop")), Ru = l(() => o("Crosshair")), bu = l(() => o("Crosshair2")), vu = l(() => o("CSquare")), qu = l(() => o("CSquareFill")), Mu = l(() => o("Cup")), Uu = l(() => o("CupFill")), Iu = l(() => o("CupHot")), Gu = l(() => o("CupHotFill")), Xu = l(() => o("CupStraw")), Ou = l(() => o("CurrencyBitcoin")), Wu = l(() => o("CurrencyDollar")), Vu = l(() => o("CurrencyEuro")), Nu = l(() => o("CurrencyExchange")), ju = l(() => o("CurrencyPound")), _u = l(() => o("CurrencyRupee")), Ju = l(() => o("CurrencyYen")), zu = l(() => o("Cursor")), Qu = l(() => o("CursorFill")), Ku = l(() => o("CursorText")), Yu = l(() => o("Dash")), Zu = l(() => o("DashCircle")), $u = l(() => o("DashCircleDotted")), lC = l(() => o("DashCircleFill")), oC = l(() => o("DashLg")), tC = l(() => o("DashSquare")), nC = l(() => o("DashSquareDotted")), eC = l(() => o("DashSquareFill")), iC = l(() => o("Database")), sC = l(() => o("DatabaseAdd")), cC = l(() => o("DatabaseCheck")), rC = l(() => o("DatabaseDash")), aC = l(() => o("DatabaseDown")), FC = l(() => o("DatabaseExclamation")), dC = l(() => o("DatabaseFill")), uC = l(() => o("DatabaseFillAdd")), CC = l(() => o("DatabaseFillCheck")), pC = l(() => o("DatabaseFillDash")), hC = l(() => o("DatabaseFillDown")), SC = l(() => o("DatabaseFillExclamation")), gC = l(() => o("DatabaseFillGear")), kC = l(() => o("DatabaseFillLock")), mC = l(() => o("DatabaseFillSlash")), wC = l(() => o("DatabaseFillUp")), BC = l(() => o("DatabaseFillX")), DC = l(() => o("DatabaseGear")), PC = l(() => o("DatabaseLock")), AC = l(() => o("DatabaseSlash")), EC = l(() => o("DatabaseUp")), fC = l(() => o("DatabaseX")), HC = l(() => o("DeviceHdd")), TC = l(() => o("DeviceHddFill")), yC = l(() => o("DeviceSsd")), xC = l(() => o("DeviceSsdFill")), LC = l(() => o("Diagram2")), RC = l(() => o("Diagram2Fill")), bC = l(() => o("Diagram3")), vC = l(() => o("Diagram3Fill")), qC = l(() => o("Diamond")), MC = l(() => o("DiamondCorner")), UC = l(() => o("DiamondDashed")), IC = l(() => o("DiamondFill")), GC = l(() => o("DiamondHalf")), XC = l(() => o("DiamondKey")), OC = l(() => o("DiamondKeyFill")), WC = l(() => o("DiamondOff")), VC = l(() => o("DiamondOffFill")), NC = l(() => o("Diamonds")), jC = l(() => o("DiamondsDots")), _C = l(() => o("DiamondsGrid")), JC = l(() => o("DiamondsIntersect")), zC = l(() => o("DiamondsLayers")), QC = l(() => o("DiamondsLayers2")), KC = l(() => o("DiamondsLayersKey")), YC = l(() => o("DiamondsLayersKey2")), ZC = l(() => o("DiamondsStripes")), $C = l(() => o("Dice1")), lp = l(() => o("Dice1Fill")), op = l(() => o("Dice2")), tp = l(() => o("Dice2Fill")), np = l(() => o("Dice3")), ep = l(() => o("Dice3Fill")), ip = l(() => o("Dice4")), sp = l(() => o("Dice4Fill")), cp = l(() => o("Dice5")), rp = l(() => o("Dice5Fill")), ap = l(() => o("Dice6")), Fp = l(() => o("Dice6Fill")), dp = l(() => o("Disc")), up = l(() => o("DiscFill")), Cp = l(() => o("Discord")), pp = l(() => o("Display")), hp = l(() => o("DisplayFill")), Sp = l(() => o("Displayport")), gp = l(() => o("DisplayportFill")), kp = l(() => o("DistributeHorizontal")), mp = l(() => o("DistributeVertical")), wp = l(() => o("DoorClosed")), Bp = l(() => o("DoorClosedFill")), Dp = l(() => o("DoorMoveIn")), Pp = l(() => o("DoorMoveOut")), Ap = l(() => o("DoorOpen")), Ep = l(() => o("DoorOpenFill")), fp = l(() => o("Dot")), Hp = l(() => o("Download")), Tp = l(() => o("Dpad")), yp = l(() => o("DpadFill")), xp = l(() => o("Dribbble")), Lp = l(() => o("Dropbox")), Rp = l(() => o("Droplet")), bp = l(() => o("DropletFill")), vp = l(() => o("DropletHalf")), qp = l(() => o("Duffle")), Mp = l(() => o("DuffleFill")), Up = l(() => o("Ear")), Ip = l(() => o("Earbuds")), Gp = l(() => o("EarFill")), Xp = l(() => o("Easel")), Op = l(() => o("Easel2")), Wp = l(() => o("Easel2Fill")), Vp = l(() => o("Easel3")), Np = l(() => o("Easel3Fill")), jp = l(() => o("EaselFill")), _p = l(() => o("Egg")), Jp = l(() => o("EggFill")), zp = l(() => o("EggFried")), Qp = l(() => o("Eject")), Kp = l(() => o("EjectFill")), Yp = l(() => o("EmojiAngry")), Zp = l(() => o("EmojiAngryFill")), $p = l(() => o("EmojiAstonished")), lh = l(() => o("EmojiAstonishedFill")), oh = l(() => o("EmojiDizzy")), th = l(() => o("EmojiDizzyFill")), nh = l(() => o("EmojiExpressionless")), eh = l(() => o("EmojiExpressionlessFill")), ih = l(() => o("EmojiFrown")), sh = l(() => o("EmojiFrownFill")), ch = l(() => o("EmojiGrimace")), rh = l(() => o("EmojiGrimaceFill")), ah = l(() => o("EmojiGrin")), Fh = l(() => o("EmojiGrinFill")), dh = l(() => o("EmojiHeartEyes")), uh = l(() => o("EmojiHeartEyesFill")), Ch = l(() => o("EmojiKiss")), ph = l(() => o("EmojiKissFill")), hh = l(() => o("EmojiLaughing")), Sh = l(() => o("EmojiLaughingFill")), gh = l(() => o("EmojiNeutral")), kh = l(() => o("EmojiNeutralFill")), mh = l(() => o("EmojiSmile")), wh = l(() => o("EmojiSmileFill")), Bh = l(() => o("EmojiSmileUpsideDown")), Dh = l(() => o("EmojiSmileUpsideDownFill")), Ph = l(() => o("EmojiSunglasses")), Ah = l(() => o("EmojiSunglassesFill")), Eh = l(() => o("EmojiSurprise")), fh = l(() => o("EmojiSurpriseFill")), Hh = l(() => o("EmojiTear")), Th = l(() => o("EmojiTearFill")), yh = l(() => o("EmojiWink")), xh = l(() => o("EmojiWinkFill")), Lh = l(() => o("Envelope")), Rh = l(() => o("EnvelopeArrowDown")), bh = l(() => o("EnvelopeArrowDownFill")), vh = l(() => o("EnvelopeArrowUp")), qh = l(() => o("EnvelopeArrowUpFill")), Mh = l(() => o("EnvelopeAt")), Uh = l(() => o("EnvelopeAtFill")), Ih = l(() => o("EnvelopeCheck")), Gh = l(() => o("EnvelopeCheckFill")), Xh = l(() => o("EnvelopeDash")), Oh = l(() => o("EnvelopeDashFill")), Wh = l(() => o("EnvelopeExclamation")), Vh = l(() => o("EnvelopeExclamationFill")), Nh = l(() => o("EnvelopeFill")), jh = l(() => o("EnvelopeHeart")), _h = l(() => o("EnvelopeHeartFill")), Jh = l(() => o("EnvelopeOpen")), zh = l(() => o("EnvelopeOpenFill")), Qh = l(() => o("EnvelopeOpenHeart")), Kh = l(() => o("EnvelopeOpenHeartFill")), Yh = l(() => o("EnvelopePaper")), Zh = l(() => o("EnvelopePaperFill")), $h = l(() => o("EnvelopePaperHeart")), lS = l(() => o("EnvelopePaperHeartFill")), oS = l(() => o("EnvelopePlus")), tS = l(() => o("EnvelopePlusFill")), nS = l(() => o("EnvelopeSlash")), eS = l(() => o("EnvelopeSlashFill")), iS = l(() => o("EnvelopeX")), sS = l(() => o("EnvelopeXFill")), cS = l(() => o("Eraser")), rS = l(() => o("EraserFill")), aS = l(() => o("Escape")), FS = l(() => o("Ethernet")), dS = l(() => o("EvFront")), uS = l(() => o("EvFrontFill")), CS = l(() => o("EvStation")), pS = l(() => o("EvStationFill")), hS = l(() => o("Exclamation")), SS = l(() => o("ExclamationCircle")), gS = l(() => o("ExclamationCircleFill")), kS = l(() => o("ExclamationDiamond")), mS = l(() => o("ExclamationDiamondFill")), wS = l(() => o("ExclamationLg")), BS = l(() => o("ExclamationOctagon")), DS = l(() => o("ExclamationOctagonFill")), PS = l(() => o("ExclamationSquare")), AS = l(() => o("ExclamationSquareFill")), ES = l(() => o("ExclamationTriangle")), fS = l(() => o("ExclamationTriangleFill")), HS = l(() => o("Exclude")), TS = l(() => o("Explicit")), yS = l(() => o("ExplicitFill")), xS = l(() => o("Exposure")), LS = l(() => o("Eye")), RS = l(() => o("Eyedropper")), bS = l(() => o("EyeFill")), vS = l(() => o("Eyeglasses")), qS = l(() => o("EyeSlash")), MS = l(() => o("EyeSlashFill")), US = l(() => o("Facebook")), IS = l(() => o("Fan")), GS = l(() => o("FastForward")), XS = l(() => o("FastForwardBtn")), OS = l(() => o("FastForwardBtnFill")), WS = l(() => o("FastForwardCircle")), VS = l(() => o("FastForwardCircleFill")), NS = l(() => o("FastForwardFill")), jS = l(() => o("Feather")), _S = l(() => o("Feather2")), JS = l(() => o("Feather3")), zS = l(() => o("Figma")), QS = l(() => o("FigmaFill")), KS = l(() => o("File")), YS = l(() => o("File2Clock")), ZS = l(() => o("FileArrowDown")), $S = l(() => o("FileArrowDownFill")), lg = l(() => o("FileArrowUp")), og = l(() => o("FileArrowUpFill")), tg = l(() => o("FileBarGraph")), ng = l(() => o("FileBarGraphFill")), eg = l(() => o("FileBinary")), ig = l(() => o("FileBinaryFill")), sg = l(() => o("FileBreak")), cg = l(() => o("FileBreakFill")), rg = l(() => o("FileCheck")), ag = l(() => o("FileCheckFill")), Fg = l(() => o("FileCode")), dg = l(() => o("FileCodeFill")), ug = l(() => o("FileDiff")), Cg = l(() => o("FileDiffFill")), pg = l(() => o("FileEarmark")), hg = l(() => o("FileEarmarkArrowDown")), Sg = l(() => o("FileEarmarkArrowDownFill")), gg = l(() => o("FileEarmarkArrowUp")), kg = l(() => o("FileEarmarkArrowUpFill")), mg = l(() => o("FileEarmarkBarGraph")), wg = l(() => o("FileEarmarkBarGraphFill")), Bg = l(() => o("FileEarmarkBinary")), Dg = l(() => o("FileEarmarkBinaryFill")), Pg = l(() => o("FileEarmarkBreak")), Ag = l(() => o("FileEarmarkBreakFill")), Eg = l(() => o("FileEarmarkCheck")), fg = l(() => o("FileEarmarkCheckFill")), Hg = l(() => o("FileEarmarkCode")), Tg = l(() => o("FileEarmarkCodeFill")), yg = l(() => o("FileEarmarkDiff")), xg = l(() => o("FileEarmarkDiffFill")), Lg = l(() => o("FileEarmarkEasel")), Rg = l(() => o("FileEarmarkEaselFill")), bg = l(() => o("FileEarmarkExcel")), vg = l(() => o("FileEarmarkExcelFill")), qg = l(() => o("FileEarmarkFill")), Mg = l(() => o("FileEarmarkFont")), Ug = l(() => o("FileEarmarkFontFill")), Ig = l(() => o("FileEarmarkImage")), Gg = l(() => o("FileEarmarkImageFill")), Xg = l(() => o("FileEarmarkLock")), Og = l(() => o("FileEarmarkLock2")), Wg = l(() => o("FileEarmarkLock2Fill")), Vg = l(() => o("FileEarmarkLockFill")), Ng = l(() => o("FileEarmarkMedical")), jg = l(() => o("FileEarmarkMedicalFill")), _g = l(() => o("FileEarmarkMinus")), Jg = l(() => o("FileEarmarkMinusFill")), zg = l(() => o("FileEarmarkMusic")), Qg = l(() => o("FileEarmarkMusicFill")), Kg = l(() => o("FileEarmarkPdf")), Yg = l(() => o("FileEarmarkPdfFill")), Zg = l(() => o("FileEarmarkPerson")), $g = l(() => o("FileEarmarkPersonFill")), lk = l(() => o("FileEarmarkPlay")), ok = l(() => o("FileEarmarkPlayFill")), tk = l(() => o("FileEarmarkPlus")), nk = l(() => o("FileEarmarkPlusFill")), ek = l(() => o("FileEarmarkPost")), ik = l(() => o("FileEarmarkPostFill")), sk = l(() => o("FileEarmarkPpt")), ck = l(() => o("FileEarmarkPptFill")), rk = l(() => o("FileEarmarkRichtext")), ak = l(() => o("FileEarmarkRichtextFill")), Fk = l(() => o("FileEarmarkRuled")), dk = l(() => o("FileEarmarkRuledFill")), uk = l(() => o("FileEarmarkSlides")), Ck = l(() => o("FileEarmarkSlidesFill")), pk = l(() => o("FileEarmarkSpreadsheet")), hk = l(() => o("FileEarmarkSpreadsheetFill")), Sk = l(() => o("FileEarmarkText")), gk = l(() => o("FileEarmarkTextFill")), kk = l(() => o("FileEarmarkWord")), mk = l(() => o("FileEarmarkWordFill")), wk = l(() => o("FileEarmarkX")), Bk = l(() => o("FileEarmarkXFill")), Dk = l(() => o("FileEarmarkZip")), Pk = l(() => o("FileEarmarkZipFill")), Ak = l(() => o("FileEasel")), Ek = l(() => o("FileEaselFill")), fk = l(() => o("FileExcel")), Hk = l(() => o("FileExcelFill")), Tk = l(() => o("FileFill")), yk = l(() => o("FileFont")), xk = l(() => o("FileFontFill")), Lk = l(() => o("FileImage")), Rk = l(() => o("FileImageFill")), bk = l(() => o("FileLock")), vk = l(() => o("FileLock2")), qk = l(() => o("FileLock2Fill")), Mk = l(() => o("FileLockFill")), Uk = l(() => o("FileMedical")), Ik = l(() => o("FileMedicalFill")), Gk = l(() => o("FileMinus")), Xk = l(() => o("FileMinusFill")), Ok = l(() => o("FileMusic")), Wk = l(() => o("FileMusicFill")), Vk = l(() => o("FilePdf")), Nk = l(() => o("FilePdfFill")), jk = l(() => o("FilePerson")), _k = l(() => o("FilePersonFill")), Jk = l(() => o("FilePlay")), zk = l(() => o("FilePlayFill")), Qk = l(() => o("FilePlus")), Kk = l(() => o("FilePlusFill")), Yk = l(() => o("FilePost")), Zk = l(() => o("FilePostFill")), $k = l(() => o("FilePpt")), lm = l(() => o("FilePptFill")), om = l(() => o("FileRichtext")), tm = l(() => o("FileRichtextFill")), nm = l(() => o("FileRuled")), em = l(() => o("FileRuledFill")), im = l(() => o("Files")), sm = l(() => o("FilesAlt")), cm = l(() => o("FileSlides")), rm = l(() => o("FileSlidesFill")), am = l(() => o("FileSpreadsheet")), Fm = l(() => o("FileSpreadsheetFill")), dm = l(() => o("FileText")), um = l(() => o("FileTextFill")), Cm = l(() => o("FiletypeAac")), pm = l(() => o("FiletypeAi")), hm = l(() => o("FiletypeBmp")), Sm = l(() => o("FiletypeCs")), gm = l(() => o("FiletypeCss")), km = l(() => o("FiletypeCsv")), mm = l(() => o("FiletypeDoc")), wm = l(() => o("FiletypeDocx")), Bm = l(() => o("FiletypeExe")), Dm = l(() => o("FiletypeGif")), Pm = l(() => o("FiletypeHeic")), Am = l(() => o("FiletypeHtml")), Em = l(() => o("FiletypeJava")), fm = l(() => o("FiletypeJpg")), Hm = l(() => o("FiletypeJs")), Tm = l(() => o("FiletypeJson")), ym = l(() => o("FiletypeJsx")), xm = l(() => o("FiletypeKey")), Lm = l(() => o("FiletypeM4P")), Rm = l(() => o("FiletypeMd")), bm = l(() => o("FiletypeMdx")), vm = l(() => o("FiletypeMov")), qm = l(() => o("FiletypeMp3")), Mm = l(() => o("FiletypeMp4")), Um = l(() => o("FiletypeOtf")), Im = l(() => o("FiletypePdf")), Gm = l(() => o("FiletypePhp")), Xm = l(() => o("FiletypePng")), Om = l(() => o("FiletypePpt")), Wm = l(() => o("FiletypePptx")), Vm = l(() => o("FiletypePsd")), Nm = l(() => o("FiletypePy")), jm = l(() => o("FiletypeRaw")), _m = l(() => o("FiletypeRb")), Jm = l(() => o("FiletypeSass")), zm = l(() => o("FiletypeScss")), Qm = l(() => o("FiletypeSh")), Km = l(() => o("FiletypeSql")), Ym = l(() => o("FiletypeSvg")), Zm = l(() => o("FiletypeTiff")), $m = l(() => o("FiletypeTsx")), lw = l(() => o("FiletypeTtf")), ow = l(() => o("FiletypeTxt")), tw = l(() => o("FiletypeWav")), nw = l(() => o("FiletypeWoff")), ew = l(() => o("FiletypeXls")), iw = l(() => o("FiletypeXlsx")), sw = l(() => o("FiletypeXml")), cw = l(() => o("FiletypeYml")), rw = l(() => o("FileWord")), aw = l(() => o("FileWordFill")), Fw = l(() => o("FileX")), dw = l(() => o("FileXFill")), uw = l(() => o("FileZip")), Cw = l(() => o("FileZipFill")), pw = l(() => o("Film")), hw = l(() => o("Filter")), Sw = l(() => o("FilterCircle")), gw = l(() => o("FilterCircleFill")), kw = l(() => o("FilterLeft")), mw = l(() => o("FilterRight")), ww = l(() => o("FilterSquare")), Bw = l(() => o("FilterSquareFill")), Dw = l(() => o("Fingerprint")), Pw = l(() => o("Fire")), Aw = l(() => o("FireBootstrap")), Ew = l(() => o("FireFill")), fw = l(() => o("Flag")), Hw = l(() => o("FlagFill")), Tw = l(() => o("Floppy")), yw = l(() => o("Floppy2")), xw = l(() => o("Floppy2Fill")), Lw = l(() => o("FloppyFill")), Rw = l(() => o("Flower1")), bw = l(() => o("Flower2")), vw = l(() => o("Flower3")), qw = l(() => o("Folder")), Mw = l(() => o("Folder2")), Uw = l(() => o("Folder2Open")), Iw = l(() => o("FolderCheck")), Gw = l(() => o("FolderFill")), Xw = l(() => o("FolderMinus")), Ow = l(() => o("FolderPlus")), Ww = l(() => o("FolderSparkle")), Vw = l(() => o("FolderSymlink")), Nw = l(() => o("FolderSymlinkFill")), jw = l(() => o("FolderX")), _w = l(() => o("Fonts")), Jw = l(() => o("Forward")), zw = l(() => o("ForwardFill")), Qw = l(() => o("Front")), Kw = l(() => o("FuelPump")), Yw = l(() => o("FuelPumpDiesel")), Zw = l(() => o("FuelPumpDieselFill")), $w = l(() => o("FuelPumpFill")), lB = l(() => o("Fullscreen")), oB = l(() => o("FullscreenExit")), tB = l(() => o("Funnel")), nB = l(() => o("FunnelFill")), eB = l(() => o("Gear")), iB = l(() => o("GearFill")), sB = l(() => o("GearWide")), cB = l(() => o("GearWideConnected")), rB = l(() => o("Gem")), aB = l(() => o("GenderAmbiguous")), FB = l(() => o("GenderFemale")), dB = l(() => o("GenderMale")), uB = l(() => o("GenderNeuter")), CB = l(() => o("GenderTrans")), pB = l(() => o("Geo")), hB = l(() => o("GeoAlt")), SB = l(() => o("GeoAltFill")), gB = l(() => o("GeoAltOff")), kB = l(() => o("GeoFill")), mB = l(() => o("Gift")), wB = l(() => o("GiftFill")), BB = l(() => o("Git")), DB = l(() => o("Github")), PB = l(() => o("Gitlab")), AB = l(() => o("Globe")), EB = l(() => o("Globe2")), fB = l(() => o("GlobeAmericas")), HB = l(() => o("GlobeAsiaAustralia")), TB = l(() => o("GlobeCentralSouthAsia")), yB = l(() => o("GlobeEuropeAfrica")), xB = l(() => o("Google")), LB = l(() => o("GooglePlay")), RB = l(() => o("GpuCard")), bB = l(() => o("Grab")), vB = l(() => o("GrabHorizontal")), qB = l(() => o("GraphDown")), MB = l(() => o("GraphDownArrow")), UB = l(() => o("GraphUp")), IB = l(() => o("GraphUpArrow")), GB = l(() => o("Grid")), XB = l(() => o("Grid1X2")), OB = l(() => o("Grid1X2Fill")), WB = l(() => o("Grid3X2")), VB = l(() => o("Grid3X2Gap")), NB = l(() => o("Grid3X2GapFill")), jB = l(() => o("Grid3X3")), _B = l(() => o("Grid3X3Gap")), JB = l(() => o("Grid3X3GapFill")), zB = l(() => o("GridFill")), QB = l(() => o("GripHorizontal")), KB = l(() => o("GripVertical")), YB = l(() => o("Hammer")), ZB = l(() => o("Hand")), $B = l(() => o("Handbag")), lD = l(() => o("HandbagFill")), oD = l(() => o("HandFinger")), tD = l(() => o("HandFinger45Deg")), nD = l(() => o("HandFingerRight")), eD = l(() => o("HandIndex")), iD = l(() => o("HandIndexFill")), sD = l(() => o("HandIndexThumb")), cD = l(() => o("HandIndexThumbFill")), rD = l(() => o("HandOff")), aD = l(() => o("HandThumbsDown")), FD = l(() => o("HandThumbsDownFill")), dD = l(() => o("HandThumbsUp")), uD = l(() => o("HandThumbsUpFill")), CD = l(() => o("Hash")), pD = l(() => o("HCircle")), hD = l(() => o("HCircleFill")), SD = l(() => o("Hdd")), gD = l(() => o("HddFill")), kD = l(() => o("HddNetwork")), mD = l(() => o("HddNetworkFill")), wD = l(() => o("HddRack")), BD = l(() => o("HddRackFill")), DD = l(() => o("HddStack")), PD = l(() => o("HddStackFill")), AD = l(() => o("Hdmi")), ED = l(() => o("HdmiFill")), fD = l(() => o("Headphones")), HD = l(() => o("Headset")), TD = l(() => o("HeadsetVr")), yD = l(() => o("Heart")), xD = l(() => o("HeartArrow")), LD = l(() => o("Heartbreak")), RD = l(() => o("HeartbreakFill")), bD = l(() => o("HeartFill")), vD = l(() => o("HeartHalf")), qD = l(() => o("HeartPulse")), MD = l(() => o("HeartPulseFill")), UD = l(() => o("Hearts")), ID = l(() => o("Heptagon")), GD = l(() => o("HeptagonFill")), XD = l(() => o("HeptagonHalf")), OD = l(() => o("Hexagon")), WD = l(() => o("Hexagon2NdHalf")), VD = l(() => o("HexagonArrowDown")), ND = l(() => o("HexagonArrowDownFill")), jD = l(() => o("HexagonArrowRight")), _D = l(() => o("HexagonArrowRightFill")), JD = l(() => o("HexagonCore")), zD = l(() => o("HexagonCore2NdHalf")), QD = l(() => o("HexagonCoreHalf")), KD = l(() => o("HexagonDashed")), YD = l(() => o("HexagonFill")), ZD = l(() => o("HexagonHalf")), $D = l(() => o("HexagonOff")), lP = l(() => o("HexagonOffFill")), oP = l(() => o("HexagonQuestion")), tP = l(() => o("HexagonQuestionFill")), nP = l(() => o("Highlighter")), eP = l(() => o("Highlights")), iP = l(() => o("Hospital")), sP = l(() => o("HospitalFill")), cP = l(() => o("Hourglass")), rP = l(() => o("HourglassBottom")), aP = l(() => o("HourglassSplit")), FP = l(() => o("HourglassTop")), dP = l(() => o("House")), uP = l(() => o("HouseAdd")), CP = l(() => o("HouseAddFill")), pP = l(() => o("HouseCheck")), hP = l(() => o("HouseCheckFill")), SP = l(() => o("HouseDash")), gP = l(() => o("HouseDashFill")), kP = l(() => o("HouseDoor")), mP = l(() => o("HouseDoorFill")), wP = l(() => o("HouseDown")), BP = l(() => o("HouseDownFill")), DP = l(() => o("HouseExclamation")), PP = l(() => o("HouseExclamationFill")), AP = l(() => o("HouseFill")), EP = l(() => o("HouseGear")), fP = l(() => o("HouseGearFill")), HP = l(() => o("HouseHeart")), TP = l(() => o("HouseHeartFill")), yP = l(() => o("HouseLock")), xP = l(() => o("HouseLockFill")), LP = l(() => o("Houses")), RP = l(() => o("HousesFill")), bP = l(() => o("HouseSlash")), vP = l(() => o("HouseSlashFill")), qP = l(() => o("HouseUp")), MP = l(() => o("HouseUpFill")), UP = l(() => o("HouseX")), IP = l(() => o("HouseXFill")), GP = l(() => o("Hr")), XP = l(() => o("HSquare")), OP = l(() => o("HSquareFill")), WP = l(() => o("Hurricane")), VP = l(() => o("Hypnotize")), NP = l(() => o("Image")), jP = l(() => o("ImageAlt")), _P = l(() => o("ImageFill")), JP = l(() => o("Images")), zP = l(() => o("Inbox")), QP = l(() => o("Inboxes")), KP = l(() => o("InboxesFill")), YP = l(() => o("InboxFill")), ZP = l(() => o("Incognito")), $P = l(() => o("Indent")), lA = l(() => o("InfinityBootstrap")), oA = l(() => o("Info")), tA = l(() => o("InfoCircle")), nA = l(() => o("InfoCircleFill")), eA = l(() => o("InfoLg")), iA = l(() => o("InfoSquare")), sA = l(() => o("InfoSquareFill")), cA = l(() => o("InputCursor")), rA = l(() => o("InputCursorText")), aA = l(() => o("Instagram")), FA = l(() => o("Intercom")), dA = l(() => o("IntercomFill")), uA = l(() => o("Intersect")), CA = l(() => o("Invoice")), pA = l(() => o("Invoice2")), hA = l(() => o("Invoice2In")), SA = l(() => o("Invoice2Out")), gA = l(() => o("InvoiceClock")), kA = l(() => o("InvoiceDraft")), mA = l(() => o("InvoicePdf")), wA = l(() => o("Invoices")), BA = l(() => o("Invoices2")), DA = l(() => o("InvoicesLink")), PA = l(() => o("Journal")), AA = l(() => o("Journal2")), EA = l(() => o("Journal2Off")), fA = l(() => o("JournalAlbum")), HA = l(() => o("JournalArrowDown")), TA = l(() => o("JournalArrowUp")), yA = l(() => o("JournalBookmark")), xA = l(() => o("JournalBookmarkFill")), LA = l(() => o("JournalBootstrap")), RA = l(() => o("JournalCheck")), bA = l(() => o("JournalCheckBootstrap")), vA = l(() => o("JournalCode")), qA = l(() => o("JournalMedical")), MA = l(() => o("JournalMinus")), UA = l(() => o("JournalOff")), IA = l(() => o("JournalPlus")), GA = l(() => o("JournalRichtext")), XA = l(() => o("Journals")), OA = l(() => o("JournalText")), WA = l(() => o("JournalX")), VA = l(() => o("Joystick")), NA = l(() => o("Justify")), jA = l(() => o("JustifyLeft")), _A = l(() => o("JustifyRight")), JA = l(() => o("Kanban")), zA = l(() => o("KanbanFill")), QA = l(() => o("Key")), KA = l(() => o("Keyboard")), YA = l(() => o("KeyboardFill")), ZA = l(() => o("KeyFill")), $A = l(() => o("Ladder")), lE = l(() => o("Lamp")), oE = l(() => o("LampFill")), tE = l(() => o("Laptop")), nE = l(() => o("LaptopFill")), eE = l(() => o("LayerBackward")), iE = l(() => o("LayerForward")), sE = l(() => o("Layers")), cE = l(() => o("LayersFill")), rE = l(() => o("LayersHalf")), aE = l(() => o("LayoutSidebar")), FE = l(() => o("LayoutSidebarInset")), dE = l(() => o("LayoutSidebarInsetReverse")), uE = l(() => o("LayoutSidebarReverse")), CE = l(() => o("LayoutSplit")), pE = l(() => o("LayoutTextSidebar")), hE = l(() => o("LayoutTextSidebarReverse")), SE = l(() => o("LayoutTextWindow")), gE = l(() => o("LayoutTextWindowReverse")), kE = l(() => o("LayoutThreeColumns")), mE = l(() => o("LayoutWtf")), wE = l(() => o("LifePreserver")), BE = l(() => o("Lightbulb")), DE = l(() => o("LightbulbFill")), PE = l(() => o("LightbulbOff")), AE = l(() => o("LightbulbOffFill")), EE = l(() => o("Lightning")), fE = l(() => o("LightningCharge")), HE = l(() => o("LightningChargeFill")), TE = l(() => o("LightningFill")), yE = l(() => o("Line")), xE = l(() => o("Link")), LE = l(() => o("Link2")), RE = l(() => o("Link2Break")), bE = l(() => o("Link45Deg")), vE = l(() => o("Linkedin")), qE = l(() => o("List")), ME = l(() => o("ListCheck")), UE = l(() => o("ListColumns")), IE = l(() => o("ListColumnsReverse")), GE = l(() => o("ListNested")), XE = l(() => o("ListOl")), OE = l(() => o("ListStars")), WE = l(() => o("ListTask")), VE = l(() => o("ListUl")), NE = l(() => o("Lock")), jE = l(() => o("LockFill")), _E = l(() => o("Luggage")), JE = l(() => o("LuggageFill")), zE = l(() => o("Lungs")), QE = l(() => o("LungsFill")), KE = l(() => o("Magic")), YE = l(() => o("Magnet")), ZE = l(() => o("MagnetFill")), $E = l(() => o("Mailbox")), lf = l(() => o("Mailbox2")), of = l(() => o("Mailbox2Flag")), tf = l(() => o("MailboxFlag")), nf = l(() => o("Map")), ef = l(() => o("MapFill")), sf = l(() => o("MapOff")), cf = l(() => o("Markdown")), rf = l(() => o("MarkdownFill")), af = l(() => o("MarkerTip")), Ff = l(() => o("Mask")), df = l(() => o("Mastodon")), uf = l(() => o("MeasuringTape")), Cf = l(() => o("MeasuringTapeFill")), pf = l(() => o("Medium")), hf = l(() => o("Megaphone")), Sf = l(() => o("MegaphoneFill")), gf = l(() => o("Memory")), kf = l(() => o("MenuApp")), mf = l(() => o("MenuAppFill")), wf = l(() => o("MenuButton")), Bf = l(() => o("MenuButtonFill")), Df = l(() => o("MenuButtonWide")), Pf = l(() => o("MenuButtonWideFill")), Af = l(() => o("MenuDown")), Ef = l(() => o("MenuUp")), ff = l(() => o("Messenger")), Hf = l(() => o("Meta")), Tf = l(() => o("Mic")), yf = l(() => o("MicFill")), xf = l(() => o("MicMute")), Lf = l(() => o("MicMuteFill")), Rf = l(() => o("Microsoft")), bf = l(() => o("MicrosoftTeams")), vf = l(() => o("Minecart")), qf = l(() => o("MinecartLoaded")), Mf = l(() => o("Modem")), Uf = l(() => o("ModemFill")), If = l(() => o("Moisture")), Gf = l(() => o("Moon")), Xf = l(() => o("MoonFill")), Of = l(() => o("MoonStars")), Wf = l(() => o("MoonStarsFill")), Vf = l(() => o("Mortarboard")), Nf = l(() => o("MortarboardFill")), jf = l(() => o("Motherboard")), _f = l(() => o("MotherboardFill")), Jf = l(() => o("Mouse")), zf = l(() => o("Mouse2")), Qf = l(() => o("Mouse2Fill")), Kf = l(() => o("Mouse3")), Yf = l(() => o("Mouse3Fill")), Zf = l(() => o("MouseFill")), $f = l(() => o("MusicNote")), lH = l(() => o("MusicNoteBeamed")), oH = l(() => o("MusicNoteList")), tH = l(() => o("MusicPlayer")), nH = l(() => o("MusicPlayerFill")), eH = l(() => o("Newspaper")), iH = l(() => o("NintendoSwitch")), sH = l(() => o("NodeMinus")), cH = l(() => o("NodeMinusFill")), rH = l(() => o("NodePlus")), aH = l(() => o("NodePlusFill")), FH = l(() => o("NoiseReduction")), dH = l(() => o("Nut")), uH = l(() => o("NutFill")), CH = l(() => o("Nvidia")), pH = l(() => o("Nvme")), hH = l(() => o("NvmeFill")), SH = l(() => o("Octagon")), gH = l(() => o("OctagonFill")), kH = l(() => o("OctagonHalf")), mH = l(() => o("Opencollective")), wH = l(() => o("OpticalAudio")), BH = l(() => o("OpticalAudioFill")), DH = l(() => o("Option")), PH = l(() => o("Outlet")), AH = l(() => o("PaintBucket")), EH = l(() => o("PaintRoller")), fH = l(() => o("PaintRollerFill")), HH = l(() => o("Palette")), TH = l(() => o("Palette2")), yH = l(() => o("PaletteFill")), xH = l(() => o("Paperclip")), LH = l(() => o("Paragraph")), RH = l(() => o("Pass")), bH = l(() => o("PassFill")), vH = l(() => o("Passport")), qH = l(() => o("PassportFill")), MH = l(() => o("PatchCheck")), UH = l(() => o("PatchCheckFill")), IH = l(() => o("PatchExclamation")), GH = l(() => o("PatchExclamationFill")), XH = l(() => o("PatchMinus")), OH = l(() => o("PatchMinusFill")), WH = l(() => o("PatchPlus")), VH = l(() => o("PatchPlusFill")), NH = l(() => o("PatchQuestion")), jH = l(() => o("PatchQuestionFill")), _H = l(() => o("Pause")), JH = l(() => o("PauseBtn")), zH = l(() => o("PauseBtnFill")), QH = l(() => o("PauseCircle")), KH = l(() => o("PauseCircleFill")), YH = l(() => o("PauseFill")), ZH = l(() => o("Paypal")), $H = l(() => o("Pc")), lT = l(() => o("PcDisplay")), oT = l(() => o("PcDisplayHorizontal")), tT = l(() => o("PcHorizontal")), nT = l(() => o("PciCard")), eT = l(() => o("PciCardNetwork")), iT = l(() => o("PciCardSound")), sT = l(() => o("PCircle")), cT = l(() => o("PCircleFill")), rT = l(() => o("Peace")), aT = l(() => o("PeaceFill")), FT = l(() => o("Pen")), dT = l(() => o("Pencil")), uT = l(() => o("PencilFill")), CT = l(() => o("PencilSquare")), pT = l(() => o("PenFill")), hT = l(() => o("PenOff")), ST = l(() => o("PenOffFill")), gT = l(() => o("Pentagon")), kT = l(() => o("PentagonFill")), mT = l(() => o("PentagonHalf")), wT = l(() => o("People")), BT = l(() => o("PeopleFill")), DT = l(() => o("Percent")), PT = l(() => o("Person")), AT = l(() => o("PersonAdd")), ET = l(() => o("PersonArmsUp")), fT = l(() => o("PersonBadge")), HT = l(() => o("PersonBadgeFill")), TT = l(() => o("PersonBoundingBox")), yT = l(() => o("PersonCheck")), xT = l(() => o("PersonCheckFill")), LT = l(() => o("PersonCircle")), RT = l(() => o("PersonDash")), bT = l(() => o("PersonDashFill")), vT = l(() => o("PersonDown")), qT = l(() => o("PersonExclamation")), MT = l(() => o("PersonFill")), UT = l(() => o("PersonFillAdd")), IT = l(() => o("PersonFillCheck")), GT = l(() => o("PersonFillDash")), XT = l(() => o("PersonFillDown")), OT = l(() => o("PersonFillExclamation")), WT = l(() => o("PersonFillGear")), VT = l(() => o("PersonFillLock")), NT = l(() => o("PersonFillSlash")), jT = l(() => o("PersonFillUp")), _T = l(() => o("PersonFillX")), JT = l(() => o("PersonGear")), zT = l(() => o("PersonHeart")), QT = l(() => o("PersonHearts")), KT = l(() => o("PersonLinesFill")), YT = l(() => o("PersonLock")), ZT = l(() => o("PersonPlus")), $T = l(() => o("PersonPlusFill")), ly = l(() => o("PersonRaisedHand")), oy = l(() => o("PersonRolodex")), ty = l(() => o("PersonSlash")), ny = l(() => o("PersonSquare")), ey = l(() => o("PersonStanding")), iy = l(() => o("PersonStandingDress")), sy = l(() => o("PersonUp")), cy = l(() => o("PersonVcard")), ry = l(() => o("PersonVcardFill")), ay = l(() => o("PersonVideo")), Fy = l(() => o("PersonVideo2")), dy = l(() => o("PersonVideo3")), uy = l(() => o("PersonWalking")), Cy = l(() => o("PersonWheelchair")), py = l(() => o("PersonWorkspace")), hy = l(() => o("PersonX")), Sy = l(() => o("PersonXFill")), gy = l(() => o("Phone")), ky = l(() => o("PhoneFill")), my = l(() => o("PhoneFlip")), wy = l(() => o("PhoneLandscape")), By = l(() => o("PhoneLandscapeFill")), Dy = l(() => o("PhoneVibrate")), Py = l(() => o("PhoneVibrateFill")), Ay = l(() => o("PieChart")), Ey = l(() => o("PieChartFill")), fy = l(() => o("PiggyBank")), Hy = l(() => o("PiggyBank2")), Ty = l(() => o("PiggyBank2Check")), yy = l(() => o("PiggyBank2Coin")), xy = l(() => o("PiggyBank2Exclamation")), Ly = l(() => o("PiggyBank2In")), Ry = l(() => o("PiggyBank2Off")), by = l(() => o("PiggyBank2Out")), vy = l(() => o("PiggyBankFill")), qy = l(() => o("Pin")), My = l(() => o("PinAngle")), Uy = l(() => o("PinAngleFill")), Iy = l(() => o("PinFill")), Gy = l(() => o("PinMap")), Xy = l(() => o("PinMapFill")), Oy = l(() => o("Pinterest")), Wy = l(() => o("Pip")), Vy = l(() => o("PipFill")), Ny = l(() => o("Play")), jy = l(() => o("PlayBtn")), _y = l(() => o("PlayBtnFill")), Jy = l(() => o("PlayCircle")), zy = l(() => o("PlayCircleFill")), Qy = l(() => o("PlayFill")), Ky = l(() => o("Playstation")), Yy = l(() => o("Plug")), Zy = l(() => o("PlugFill")), $y = l(() => o("Plugin")), lx = l(() => o("Plus")), ox = l(() => o("PlusCircle")), tx = l(() => o("PlusCircleDotted")), nx = l(() => o("PlusCircleFill")), ex = l(() => o("PlusLg")), ix = l(() => o("PlusSlashMinus")), sx = l(() => o("PlusSquare")), cx = l(() => o("PlusSquareDotted")), rx = l(() => o("PlusSquareFill")), ax = l(() => o("Postage")), Fx = l(() => o("PostageFill")), dx = l(() => o("PostageHeart")), ux = l(() => o("PostageHeartFill")), Cx = l(() => o("Postcard")), px = l(() => o("PostcardFill")), hx = l(() => o("PostcardHeart")), Sx = l(() => o("PostcardHeartFill")), gx = l(() => o("Power")), kx = l(() => o("Prescription")), mx = l(() => o("Prescription2")), wx = l(() => o("Printer")), Bx = l(() => o("PrinterFill")), Dx = l(() => o("Projector")), Px = l(() => o("ProjectorFill")), Ax = l(() => o("ProrataCalendar")), Ex = l(() => o("PSquare")), fx = l(() => o("PSquareFill")), Hx = l(() => o("Puzzle")), Tx = l(() => o("PuzzleFill")), yx = l(() => o("QrCode")), xx = l(() => o("QrCodeScan")), Lx = l(() => o("Question")), Rx = l(() => o("QuestionCircle")), bx = l(() => o("QuestionCircleFill")), vx = l(() => o("QuestionDiamond")), qx = l(() => o("QuestionDiamondFill")), Mx = l(() => o("QuestionLg")), Ux = l(() => o("QuestionOctagon")), Ix = l(() => o("QuestionOctagonFill")), Gx = l(() => o("QuestionSquare")), Xx = l(() => o("QuestionSquareFill")), Ox = l(() => o("Quora")), Wx = l(() => o("Quote")), Vx = l(() => o("Radar")), Nx = l(() => o("Radioactive")), jx = l(() => o("Rainbow")), _x = l(() => o("RCircle")), Jx = l(() => o("RCircleFill")), zx = l(() => o("Receipt")), Qx = l(() => o("Receipt2")), Kx = l(() => o("ReceiptClock")), Yx = l(() => o("ReceiptCutoff")), Zx = l(() => o("ReceiptDraft")), $x = l(() => o("ReceiptOff2")), lL = l(() => o("ReceiptPdf")), oL = l(() => o("Reception0")), tL = l(() => o("Reception1")), nL = l(() => o("Reception2")), eL = l(() => o("Reception3")), iL = l(() => o("Reception4")), sL = l(() => o("Record")), cL = l(() => o("Record2")), rL = l(() => o("Record2Fill")), aL = l(() => o("RecordBtn")), FL = l(() => o("RecordBtnFill")), dL = l(() => o("RecordCircle")), uL = l(() => o("RecordCircleFill")), CL = l(() => o("RecordFill")), pL = l(() => o("Recycle")), hL = l(() => o("Reddit")), SL = l(() => o("Regex")), gL = l(() => o("Repeat")), kL = l(() => o("Repeat1")), mL = l(() => o("Reply")), wL = l(() => o("ReplyAll")), BL = l(() => o("ReplyAllFill")), DL = l(() => o("ReplyFill")), PL = l(() => o("Rewind")), AL = l(() => o("RewindBtn")), EL = l(() => o("RewindBtnFill")), fL = l(() => o("RewindCircle")), HL = l(() => o("RewindCircleFill")), TL = l(() => o("RewindFill")), yL = l(() => o("Robot")), xL = l(() => o("Rocket")), LL = l(() => o("RocketFill")), RL = l(() => o("RocketTakeoff")), bL = l(() => o("RocketTakeoffFill")), vL = l(() => o("Router")), qL = l(() => o("RouterFill")), ML = l(() => o("RSquare")), UL = l(() => o("RSquareFill")), IL = l(() => o("Rss")), GL = l(() => o("RssFill")), XL = l(() => o("Rulers")), OL = l(() => o("Safe")), WL = l(() => o("Safe2")), VL = l(() => o("Safe2Fill")), NL = l(() => o("SafeFill")), jL = l(() => o("Save")), _L = l(() => o("Save2")), JL = l(() => o("Save2Fill")), zL = l(() => o("SaveFill")), QL = l(() => o("Scissors")), KL = l(() => o("Scooter")), YL = l(() => o("Screwdriver")), ZL = l(() => o("SdCard")), $L = l(() => o("SdCardFill")), l2 = l(() => o("Search")), o2 = l(() => o("SearchHeart")), t2 = l(() => o("SearchHeartFill")), n2 = l(() => o("SegmentedNav")), e2 = l(() => o("Send")), i2 = l(() => o("SendArrowDown")), s2 = l(() => o("SendArrowDownFill")), c2 = l(() => o("SendArrowUp")), r2 = l(() => o("SendArrowUpFill")), a2 = l(() => o("SendCheck")), F2 = l(() => o("SendCheckFill")), d2 = l(() => o("SendDash")), u2 = l(() => o("SendDashFill")), C2 = l(() => o("SendExclamation")), p2 = l(() => o("SendExclamationFill")), h2 = l(() => o("SendFill")), S2 = l(() => o("SendPlus")), g2 = l(() => o("SendPlusFill")), k2 = l(() => o("SendSlash")), m2 = l(() => o("SendSlashFill")), w2 = l(() => o("SendX")), B2 = l(() => o("SendXFill")), D2 = l(() => o("Server")), P2 = l(() => o("Shadows")), A2 = l(() => o("Share")), E2 = l(() => o("ShareFill")), f2 = l(() => o("Shelves")), H2 = l(() => o("Shield")), T2 = l(() => o("ShieldCheck")), y2 = l(() => o("ShieldExclamation")), x2 = l(() => o("ShieldFill")), L2 = l(() => o("ShieldFillCheck")), R2 = l(() => o("ShieldFillExclamation")), b2 = l(() => o("ShieldFillMinus")), v2 = l(() => o("ShieldFillPlus")), q2 = l(() => o("ShieldFillX")), M2 = l(() => o("ShieldLock")), U2 = l(() => o("ShieldLockFill")), I2 = l(() => o("ShieldMinus")), G2 = l(() => o("ShieldPlus")), X2 = l(() => o("ShieldShaded")), O2 = l(() => o("ShieldSlash")), W2 = l(() => o("ShieldSlashFill")), V2 = l(() => o("ShieldX")), N2 = l(() => o("Shift")), j2 = l(() => o("ShiftFill")), _2 = l(() => o("Shop")), J2 = l(() => o("ShopWindow")), z2 = l(() => o("Shuffle")), Q2 = l(() => o("Signal")), K2 = l(() => o("SignDeadEnd")), Y2 = l(() => o("SignDeadEndFill")), Z2 = l(() => o("SignDoNotEnter")), $2 = l(() => o("SignDoNotEnterFill")), lR = l(() => o("SignIntersection")), oR = l(() => o("SignIntersectionFill")), tR = l(() => o("SignIntersectionSide")), nR = l(() => o("SignIntersectionSideFill")), eR = l(() => o("SignIntersectionT")), iR = l(() => o("SignIntersectionTFill")), sR = l(() => o("SignIntersectionY")), cR = l(() => o("SignIntersectionYFill")), rR = l(() => o("SignMergeLeft")), aR = l(() => o("SignMergeLeftFill")), FR = l(() => o("SignMergeRight")), dR = l(() => o("SignMergeRightFill")), uR = l(() => o("SignNoLeftTurn")), CR = l(() => o("SignNoLeftTurnFill")), pR = l(() => o("SignNoParking")), hR = l(() => o("SignNoParkingFill")), SR = l(() => o("SignNoRightTurn")), gR = l(() => o("SignNoRightTurnFill")), kR = l(() => o("Signpost")), mR = l(() => o("Signpost2")), wR = l(() => o("Signpost2Fill")), BR = l(() => o("SignpostFill")), DR = l(() => o("SignpostSplit")), PR = l(() => o("SignpostSplitFill")), AR = l(() => o("SignRailroad")), ER = l(() => o("SignRailroadFill")), fR = l(() => o("SignStop")), HR = l(() => o("SignStopFill")), TR = l(() => o("SignStopLights")), yR = l(() => o("SignStopLightsFill")), xR = l(() => o("SignTurnLeft")), LR = l(() => o("SignTurnLeftFill")), RR = l(() => o("SignTurnRight")), bR = l(() => o("SignTurnRightFill")), vR = l(() => o("SignTurnSlightLeft")), qR = l(() => o("SignTurnSlightLeftFill")), MR = l(() => o("SignTurnSlightRight")), UR = l(() => o("SignTurnSlightRightFill")), IR = l(() => o("SignYield")), GR = l(() => o("SignYieldFill")), XR = l(() => o("Sim")), OR = l(() => o("SimFill")), WR = l(() => o("SimSlash")), VR = l(() => o("SimSlashFill")), NR = l(() => o("SinaWeibo")), jR = l(() => o("SkipBackward")), _R = l(() => o("SkipBackwardBtn")), JR = l(() => o("SkipBackwardBtnFill")), zR = l(() => o("SkipBackwardCircle")), QR = l(() => o("SkipBackwardCircleFill")), KR = l(() => o("SkipBackwardFill")), YR = l(() => o("SkipEnd")), ZR = l(() => o("SkipEndBtn")), $R = l(() => o("SkipEndBtnFill")), lb = l(() => o("SkipEndCircle")), ob = l(() => o("SkipEndCircleFill")), tb = l(() => o("SkipEndFill")), nb = l(() => o("SkipForward")), eb = l(() => o("SkipForwardBtn")), ib = l(() => o("SkipForwardBtnFill")), sb = l(() => o("SkipForwardCircle")), cb = l(() => o("SkipForwardCircleFill")), rb = l(() => o("SkipForwardFill")), ab = l(() => o("SkipStart")), Fb = l(() => o("SkipStartBtn")), db = l(() => o("SkipStartBtnFill")), ub = l(() => o("SkipStartCircle")), Cb = l(() => o("SkipStartCircleFill")), pb = l(() => o("SkipStartFill")), hb = l(() => o("Skype")), Sb = l(() => o("Slack")), gb = l(() => o("Slash")), kb = l(() => o("SlashCircle")), mb = l(() => o("SlashCircleFill")), wb = l(() => o("SlashCircleFillV2")), Bb = l(() => o("SlashCircleV2")), Db = l(() => o("SlashLg")), Pb = l(() => o("SlashSquare")), Ab = l(() => o("SlashSquareFill")), Eb = l(() => o("SlashSquareFillV2")), fb = l(() => o("SlashSquareV2")), Hb = l(() => o("Sliders")), Tb = l(() => o("Sliders2")), yb = l(() => o("Sliders2Vertical")), xb = l(() => o("Smartwatch")), Lb = l(() => o("Snapchat")), Rb = l(() => o("Snow")), bb = l(() => o("Snow2")), vb = l(() => o("Snow3")), qb = l(() => o("SortAlphaDown")), Mb = l(() => o("SortAlphaDownAlt")), Ub = l(() => o("SortAlphaUp")), Ib = l(() => o("SortAlphaUpAlt")), Gb = l(() => o("SortDown")), Xb = l(() => o("SortDownAlt")), Ob = l(() => o("SortNumericDown")), Wb = l(() => o("SortNumericDownAlt")), Vb = l(() => o("SortNumericUp")), Nb = l(() => o("SortNumericUpAlt")), jb = l(() => o("SortUp")), _b = l(() => o("SortUpAlt")), Jb = l(() => o("Soundwave")), zb = l(() => o("Sourceforge")), Qb = l(() => o("Speaker")), Kb = l(() => o("SpeakerFill")), Yb = l(() => o("Speedometer")), Zb = l(() => o("Speedometer2")), $b = l(() => o("Spellcheck")), lv = l(() => o("Spotify")), ov = l(() => o("Square")), tv = l(() => o("SquareFill")), nv = l(() => o("SquareHalf")), ev = l(() => o("Squircle")), iv = l(() => o("SquircleArrowBottom")), sv = l(() => o("SquircleArrowBottomFill")), cv = l(() => o("SquircleArrowLeft")), rv = l(() => o("SquircleArrowLeftFill")), av = l(() => o("SquircleArrowRight")), Fv = l(() => o("SquircleArrowRightFill")), dv = l(() => o("SquircleArrowTop")), uv = l(() => o("SquircleArrowTopFill")), Cv = l(() => o("SquircleCheck")), pv = l(() => o("SquircleCheckAll")), hv = l(() => o("SquircleCheckAllFill")), Sv = l(() => o("SquircleCheckFill")), gv = l(() => o("SquircleClock")), kv = l(() => o("SquircleClockFill")), mv = l(() => o("SquircleCore")), wv = l(() => o("SquircleCore2NdHalf")), Bv = l(() => o("SquircleCoreHalf")), Dv = l(() => o("SquircleDraft")), Pv = l(() => o("SquircleExclamation")), Av = l(() => o("SquircleExclamationFill")), Ev = l(() => o("SquircleFill")), fv = l(() => o("SquircleInfo")), Hv = l(() => o("SquircleInfoFill")), Tv = l(() => o("SquircleLink")), yv = l(() => o("SquircleLinkFill")), xv = l(() => o("SquircleOff")), Lv = l(() => o("SquircleOffFill")), Rv = l(() => o("SquircleX")), bv = l(() => o("SquircleXFill")), vv = l(() => o("Stack")), qv = l(() => o("StackOverflow")), Mv = l(() => o("Star")), Uv = l(() => o("StarFill")), Iv = l(() => o("StarHalf")), Gv = l(() => o("Stars")), Xv = l(() => o("Steam")), Ov = l(() => o("Stickies")), Wv = l(() => o("StickiesFill")), Vv = l(() => o("Sticky")), Nv = l(() => o("StickyFill")), jv = l(() => o("Stop")), _v = l(() => o("StopBtn")), Jv = l(() => o("StopBtnFill")), zv = l(() => o("StopCircle")), Qv = l(() => o("StopCircleFill")), Kv = l(() => o("StopFill")), Yv = l(() => o("Stoplights")), Zv = l(() => o("StoplightsFill")), $v = l(() => o("Stopwatch")), lq = l(() => o("StopwatchFill")), oq = l(() => o("Strava")), tq = l(() => o("Stripe")), nq = l(() => o("Subscript")), eq = l(() => o("Substack")), iq = l(() => o("Subtract")), sq = l(() => o("Suitcase")), cq = l(() => o("Suitcase2")), rq = l(() => o("Suitcase2Fill")), aq = l(() => o("SuitcaseFill")), Fq = l(() => o("SuitcaseLg")), dq = l(() => o("SuitcaseLgFill")), uq = l(() => o("SuitClub")), Cq = l(() => o("SuitClubFill")), pq = l(() => o("SuitDiamond")), hq = l(() => o("SuitDiamondFill")), Sq = l(() => o("SuitHeart")), gq = l(() => o("SuitHeartFill")), kq = l(() => o("SuitSpade")), mq = l(() => o("SuitSpadeFill")), wq = l(() => o("Sun")), Bq = l(() => o("SunFill")), Dq = l(() => o("Sunglasses")), Pq = l(() => o("Sunrise")), Aq = l(() => o("SunriseFill")), Eq = l(() => o("Sunset")), fq = l(() => o("SunsetFill")), Hq = l(() => o("Superscript")), Tq = l(() => o("SymmetryHorizontal")), yq = l(() => o("SymmetryVertical")), xq = l(() => o("Table")), Lq = l(() => o("Tablet")), Rq = l(() => o("TabletFill")), bq = l(() => o("TabletLandscape")), vq = l(() => o("TabletLandscapeFill")), qq = l(() => o("Tag")), Mq = l(() => o("TagFill")), Uq = l(() => o("Tags")), Iq = l(() => o("TagsFill")), Gq = l(() => o("TaxiFront")), Xq = l(() => o("TaxiFrontFill")), Oq = l(() => o("Telegram")), Wq = l(() => o("Telephone")), Vq = l(() => o("TelephoneFill")), Nq = l(() => o("TelephoneForward")), jq = l(() => o("TelephoneForwardFill")), _q = l(() => o("TelephoneInbound")), Jq = l(() => o("TelephoneInboundFill")), zq = l(() => o("TelephoneMinus")), Qq = l(() => o("TelephoneMinusFill")), Kq = l(() => o("TelephoneOutbound")), Yq = l(() => o("TelephoneOutboundFill")), Zq = l(() => o("TelephonePlus")), $q = l(() => o("TelephonePlusFill")), lM = l(() => o("TelephoneX")), oM = l(() => o("TelephoneXFill")), tM = l(() => o("TencentQq")), nM = l(() => o("Terminal")), eM = l(() => o("TerminalDash")), iM = l(() => o("TerminalFill")), sM = l(() => o("TerminalPlus")), cM = l(() => o("TerminalSplit")), rM = l(() => o("TerminalX")), aM = l(() => o("TestPipe")), FM = l(() => o("TestPipeFill")), dM = l(() => o("Textarea")), uM = l(() => o("TextareaResize")), CM = l(() => o("TextareaT")), pM = l(() => o("TextCenter")), hM = l(() => o("TextIndentLeft")), SM = l(() => o("TextIndentRight")), gM = l(() => o("TextLeft")), kM = l(() => o("TextParagraph")), mM = l(() => o("TextRight")), wM = l(() => o("TextWrap")), BM = l(() => o("Thermometer")), DM = l(() => o("ThermometerFire3")), PM = l(() => o("ThermometerHalf")), AM = l(() => o("ThermometerHigh")), EM = l(() => o("ThermometerLow")), fM = l(() => o("ThermometerSnow")), HM = l(() => o("ThermometerSun")), TM = l(() => o("Threads")), yM = l(() => o("ThreadsFill")), xM = l(() => o("ThreeDots")), LM = l(() => o("ThreeDotsVertical")), RM = l(() => o("Thunderbolt")), bM = l(() => o("ThunderboltFill")), vM = l(() => o("Ticket")), qM = l(() => o("TicketDetailed")), MM = l(() => o("TicketDetailedFill")), UM = l(() => o("TicketFill")), IM = l(() => o("TicketPerforated")), GM = l(() => o("TicketPerforatedFill")), XM = l(() => o("Tiktok")), OM = l(() => o("Toggle2Off")), WM = l(() => o("Toggle2On")), VM = l(() => o("ToggleOff")), NM = l(() => o("ToggleOn")), jM = l(() => o("Toggles")), _M = l(() => o("Toggles2")), JM = l(() => o("Tools")), zM = l(() => o("Tornado")), QM = l(() => o("TrainFreightFront")), KM = l(() => o("TrainFreightFrontFill")), YM = l(() => o("TrainFront")), ZM = l(() => o("TrainFrontFill")), $M = l(() => o("TrainLightrailFront")), lU = l(() => o("TrainLightrailFrontFill")), oU = l(() => o("Translate")), tU = l(() => o("Transparency")), nU = l(() => o("Trash")), eU = l(() => o("Trash2")), iU = l(() => o("Trash2Fill")), sU = l(() => o("Trash3")), cU = l(() => o("Trash3Fill")), rU = l(() => o("Trash3Off")), aU = l(() => o("Trash3OffFill")), FU = l(() => o("TrashFill")), dU = l(() => o("Tree")), uU = l(() => o("TreeFill")), CU = l(() => o("Trello")), pU = l(() => o("Triangle")), hU = l(() => o("Triangle2")), SU = l(() => o("Triangle2ArrowDown")), gU = l(() => o("Triangle2ArrowDownFill")), kU = l(() => o("Triangle2ArrowLeft")), mU = l(() => o("Triangle2ArrowLeftFill")), wU = l(() => o("Triangle2ArrowRight")), BU = l(() => o("Triangle2ArrowRightFill")), DU = l(() => o("Triangle2ArrowUp")), PU = l(() => o("Triangle2ArrowUpFill")), AU = l(() => o("Triangle2Core")), EU = l(() => o("Triangle2Core2NdHalf")), fU = l(() => o("Triangle2CoreHalf")), HU = l(() => o("Triangle2Fill")), TU = l(() => o("Triangle2X")), yU = l(() => o("Triangle2XFill")), xU = l(() => o("TriangleFill")), LU = l(() => o("TriangleHalf")), RU = l(() => o("Trophy")), bU = l(() => o("TrophyFill")), vU = l(() => o("TropicalStorm")), qU = l(() => o("Truck")), MU = l(() => o("TruckFlatbed")), UU = l(() => o("TruckFront")), IU = l(() => o("TruckFrontFill")), GU = l(() => o("Tsunami")), XU = l(() => o("Tv")), OU = l(() => o("TvFill")), WU = l(() => o("Twitch")), VU = l(() => o("Twitter")), NU = l(() => o("TwitterX")), jU = l(() => o("Type")), _U = l(() => o("TypeBold")), JU = l(() => o("TypeH1")), zU = l(() => o("TypeH2")), QU = l(() => o("TypeH3")), KU = l(() => o("TypeH4")), YU = l(() => o("TypeH5")), ZU = l(() => o("TypeH6")), $U = l(() => o("TypeItalic")), lI = l(() => o("TypeStrikethrough")), oI = l(() => o("TypeUnderline")), tI = l(() => o("Ubuntu")), nI = l(() => o("UiChecks")), eI = l(() => o("UiChecksGrid")), iI = l(() => o("UiRadios")), sI = l(() => o("UiRadiosGrid")), cI = l(() => o("Umbrella")), rI = l(() => o("UmbrellaFill")), aI = l(() => o("Unindent")), FI = l(() => o("Union")), dI = l(() => o("UnitLayout")), uI = l(() => o("UnitTemplate")), CI = l(() => o("Unity")), pI = l(() => o("UniversalAccess")), hI = l(() => o("UniversalAccessCircle")), SI = l(() => o("Unlock")), gI = l(() => o("UnlockFill")), kI = l(() => o("Upc")), mI = l(() => o("UpcScan")), wI = l(() => o("Upload")), BI = l(() => o("Usb")), DI = l(() => o("UsbC")), PI = l(() => o("UsbCFill")), AI = l(() => o("UsbDrive")), EI = l(() => o("UsbDriveFill")), fI = l(() => o("UsbFill")), HI = l(() => o("UsbMicro")), TI = l(() => o("UsbMicroFill")), yI = l(() => o("UsbMini")), xI = l(() => o("UsbMiniFill")), LI = l(() => o("UsbPlug")), RI = l(() => o("UsbPlugFill")), bI = l(() => o("UsbSymbol")), vI = l(() => o("Valentine")), qI = l(() => o("Valentine2")), MI = l(() => o("VectorPen")), UI = l(() => o("ViewList")), II = l(() => o("ViewStacked")), GI = l(() => o("Vignette")), XI = l(() => o("Vimeo")), OI = l(() => o("Vinyl")), WI = l(() => o("VinylFill")), VI = l(() => o("Virus")), NI = l(() => o("Virus2")), jI = l(() => o("Voicemail")), _I = l(() => o("VolumeDown")), JI = l(() => o("VolumeDownFill")), zI = l(() => o("VolumeMute")), QI = l(() => o("VolumeMuteFill")), KI = l(() => o("VolumeOff")), YI = l(() => o("VolumeOffFill")), ZI = l(() => o("VolumeUp")), $I = l(() => o("VolumeUpFill")), lG = l(() => o("Vr")), oG = l(() => o("Wallet")), tG = l(() => o("Wallet2")), nG = l(() => o("WalletFill")), eG = l(() => o("Watch")), iG = l(() => o("Water")), sG = l(() => o("Webcam")), cG = l(() => o("WebcamFill")), rG = l(() => o("Wechat")), aG = l(() => o("Whatsapp")), FG = l(() => o("Wifi")), dG = l(() => o("Wifi1")), uG = l(() => o("Wifi2")), CG = l(() => o("WifiOff")), pG = l(() => o("Wikipedia")), hG = l(() => o("Wind")), SG = l(() => o("Window")), gG = l(() => o("WindowBootstrap")), kG = l(() => o("WindowDash")), mG = l(() => o("WindowDesktop")), wG = l(() => o("WindowDock")), BG = l(() => o("WindowFullscreen")), DG = l(() => o("WindowPlus")), PG = l(() => o("Windows")), AG = l(() => o("WindowSidebar")), EG = l(() => o("WindowSplit")), fG = l(() => o("WindowStack")), HG = l(() => o("WindowX")), TG = l(() => o("Wordpress")), yG = l(() => o("Wrench")), xG = l(() => o("WrenchAdjustable")), LG = l(() => o("WrenchAdjustableCircle")), RG = l(() => o("WrenchAdjustableCircleFill")), bG = l(() => o("X")), vG = l(() => o("Xbox")), qG = l(() => o("XCircle")), MG = l(() => o("XCircleFill")), UG = l(() => o("XDiamond")), IG = l(() => o("XDiamondFill")), GG = l(() => o("XLg")), XG = l(() => o("XOctagon")), OG = l(() => o("XOctagonFill")), WG = l(() => o("XSquare")), VG = l(() => o("XSquareFill")), NG = l(() => o("Yelp")), jG = l(() => o("YinYang")), _G = l(() => o("Youtube")), JG = l(() => o("ZoomIn")), zG = l(() => o("ZoomOut"));
|
|
11
|
+
const e = 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")), f = l(() => o("_5Circle")), E = l(() => o("_5CircleFill")), H = l(() => o("_5Square")), T = l(() => o("_5SquareFill")), y = l(() => o("_6Circle")), x = l(() => o("_6CircleFill")), L = l(() => o("_6Square")), R = l(() => o("_6SquareFill")), b = 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")), O = l(() => o("_8SquareFill")), X = l(() => o("_9Circle")), W = 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")), nl = l(() => o("AlignMiddle")), el = 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")), fl = l(() => o("Arrow90DegRight")), El = l(() => o("Arrow90DegUp")), Hl = l(() => o("ArrowBarDown")), Tl = l(() => o("ArrowBarLeft")), yl = l(() => o("ArrowBarRight")), xl = l(() => o("ArrowBarUp")), Ll = l(() => o("ArrowClockwise")), Rl = l(() => o("ArrowCounterclockwise")), bl = 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")), Ol = l(() => o("ArrowDownLeftSquareFill")), Xl = l(() => o("ArrowDownRight")), Wl = 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")), no = l(() => o("ArrowRepeat")), eo = 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")), fo = l(() => o("ArrowUp")), Eo = l(() => o("ArrowUpCircle")), Ho = l(() => o("ArrowUpCircleFill")), To = l(() => o("ArrowUpLeft")), yo = l(() => o("ArrowUpLeftCircle")), xo = l(() => o("ArrowUpLeftCircleFill")), Lo = l(() => o("ArrowUpLeftSquare")), Ro = l(() => o("ArrowUpLeftSquareFill")), bo = 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")), Oo = l(() => o("ArrowUpSquareFill")), Xo = l(() => o("AspectRatio")), Wo = 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")), nt = l(() => o("Backspace")), et = 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")), ft = l(() => o("BadgeVo")), Et = l(() => o("BadgeVoFill")), Ht = l(() => o("BadgeVr")), Tt = l(() => o("BadgeVrFill")), yt = l(() => o("BadgeWc")), xt = l(() => o("BadgeWcFill")), Lt = l(() => o("Bag")), Rt = l(() => o("BagCheck")), bt = 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")), Ot = l(() => o("BagPlusFill")), Xt = l(() => o("BagX")), Wt = 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")), ln = l(() => o("BarChartFill")), on = l(() => o("BarChartLine")), tn = l(() => o("BarChartLineFill")), nn = l(() => o("BarChartSteps")), en = l(() => o("Basket")), sn = l(() => o("Basket2")), cn = l(() => o("Basket2Fill")), rn = l(() => o("Basket3")), an = l(() => o("Basket3Fill")), Fn = l(() => o("BasketFill")), dn = l(() => o("Battery")), un = l(() => o("BatteryCharging")), Cn = l(() => o("BatteryFull")), pn = l(() => o("BatteryHalf")), hn = l(() => o("Behance")), Sn = l(() => o("Bell")), gn = l(() => o("BellFill")), kn = l(() => o("BellSlash")), mn = l(() => o("BellSlashFill")), wn = l(() => o("Bezier")), Bn = l(() => o("Bezier2")), Dn = l(() => o("Bicycle")), Pn = l(() => o("BinaryTree")), An = l(() => o("Bing")), fn = l(() => o("Binoculars")), En = l(() => o("BinocularsFill")), Hn = l(() => o("BlockquoteLeft")), Tn = l(() => o("BlockquoteRight")), yn = l(() => o("Bluetooth")), xn = l(() => o("BodyText")), Ln = l(() => o("Book")), Rn = l(() => o("BookFill")), bn = l(() => o("BookHalf")), vn = l(() => o("Bookmark")), qn = l(() => o("BookmarkCheck")), Mn = l(() => o("BookmarkCheckFill")), Un = l(() => o("BookmarkDash")), In = l(() => o("BookmarkDashFill")), Gn = l(() => o("BookmarkFill")), On = l(() => o("BookmarkHeart")), Xn = l(() => o("BookmarkHeartFill")), Wn = l(() => o("BookmarkPlus")), Vn = l(() => o("BookmarkPlusFill")), Nn = l(() => o("Bookmarks")), jn = l(() => o("BookmarksFill")), _n = l(() => o("BookmarkStar")), Jn = l(() => o("BookmarkStarFill")), zn = l(() => o("BookmarkX")), Qn = l(() => o("BookmarkXFill")), Kn = l(() => o("Bookshelf")), Yn = l(() => o("Boombox")), Zn = l(() => o("BoomboxFill")), $n = l(() => o("Bootstrap")), le = l(() => o("BootstrapFill")), oe = l(() => o("BootstrapReboot")), te = l(() => o("Border")), ne = l(() => o("BorderAll")), ee = l(() => o("BorderBottom")), ie = l(() => o("BorderCenter")), se = l(() => o("BorderInner")), ce = l(() => o("BorderLeft")), re = l(() => o("BorderMiddle")), ae = l(() => o("BorderOuter")), Fe = l(() => o("BorderRight")), de = l(() => o("BorderStyle")), ue = l(() => o("BorderTop")), Ce = l(() => o("BorderWidth")), pe = l(() => o("BoundingBox")), he = l(() => o("BoundingBoxCircles")), Se = l(() => o("Box")), ge = l(() => o("Box2")), ke = l(() => o("Box2Fill")), me = l(() => o("Box2Heart")), we = l(() => o("Box2HeartFill")), Be = l(() => o("BoxArrowDown")), De = l(() => o("BoxArrowDownLeft")), Pe = l(() => o("BoxArrowDownRight")), Ae = l(() => o("BoxArrowInDown")), fe = l(() => o("BoxArrowInDownLeft")), Ee = l(() => o("BoxArrowInDownRight")), He = l(() => o("BoxArrowInLeft")), Te = l(() => o("BoxArrowInRight")), ye = l(() => o("BoxArrowInUp")), xe = l(() => o("BoxArrowInUpLeft")), Le = l(() => o("BoxArrowInUpRight")), Re = l(() => o("BoxArrowLeft")), be = l(() => o("BoxArrowRight")), ve = l(() => o("BoxArrowUp")), qe = l(() => o("BoxArrowUpLeft")), Me = l(() => o("BoxArrowUpRight")), Ue = l(() => o("Boxes")), Ie = l(() => o("BoxFill")), Ge = l(() => o("BoxSeam")), Oe = l(() => o("BoxSeamFill")), Xe = l(() => o("Braces")), We = l(() => o("BracesAsterisk")), Ve = l(() => o("Bricks")), Ne = l(() => o("Briefcase")), je = l(() => o("BriefcaseFill")), _e = l(() => o("BrightnessAltHigh")), Je = l(() => o("BrightnessAltHighFill")), ze = l(() => o("BrightnessAltLow")), Qe = l(() => o("BrightnessAltLowFill")), Ke = l(() => o("BrightnessHigh")), Ye = l(() => o("BrightnessHighFill")), Ze = l(() => o("BrightnessLow")), $e = l(() => o("BrightnessLowFill")), li = l(() => o("Brilliance")), oi = l(() => o("Broadcast")), ti = l(() => o("BroadcastPin")), ni = l(() => o("BrowserChrome")), ei = 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")), fi = l(() => o("BuildingFillDown")), Ei = l(() => o("BuildingFillExclamation")), Hi = l(() => o("BuildingFillGear")), Ti = l(() => o("BuildingFillLock")), yi = l(() => o("BuildingFillSlash")), xi = l(() => o("BuildingFillUp")), Li = l(() => o("BuildingFillX")), Ri = l(() => o("BuildingGear")), bi = 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")), Oi = l(() => o("BusFront")), Xi = l(() => o("BusFrontFill")), Wi = 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")), ns = l(() => o("Calendar2Day")), es = 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")), fs = l(() => o("Calendar3Fill")), Es = l(() => o("Calendar3Range")), Hs = l(() => o("Calendar3RangeFill")), Ts = l(() => o("Calendar3Week")), ys = l(() => o("Calendar3WeekFill")), xs = l(() => o("Calendar4")), Ls = l(() => o("Calendar4Event")), Rs = l(() => o("Calendar4Range")), bs = 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")), Os = l(() => o("CalendarEvent")), Xs = l(() => o("CalendarEventFill")), Ws = l(() => o("CalendarFill")), Vs = l(() => o("CalendarGraph")), Ns = l(() => o("CalendarHeart")), js = l(() => o("CalendarHeartFill")), _s = l(() => o("CalendarMinus")), Js = l(() => o("CalendarMinusFill")), zs = l(() => o("CalendarMonth")), Qs = l(() => o("CalendarMonthFill")), Ks = l(() => o("CalendarPlus")), Ys = l(() => o("CalendarPlusFill")), Zs = l(() => o("CalendarRange")), $s = l(() => o("CalendarRangeFill")), lc = l(() => o("CalendarWeek")), oc = l(() => o("CalendarWeekFill")), tc = l(() => o("CalendarX")), nc = l(() => o("CalendarXFill")), ec = l(() => o("Camera")), ic = l(() => o("Camera2")), sc = l(() => o("CameraFill")), cc = l(() => o("CameraReels")), rc = l(() => o("CameraReelsFill")), ac = l(() => o("CameraVideo")), Fc = l(() => o("CameraVideoFill")), dc = l(() => o("CameraVideoOff")), uc = l(() => o("CameraVideoOffFill")), Cc = l(() => o("Capslock")), pc = l(() => o("CapslockFill")), hc = l(() => o("Capsule")), Sc = l(() => o("CapsulePill")), gc = l(() => o("CardChecklist")), kc = l(() => o("CardHeading")), mc = l(() => o("CardImage")), wc = l(() => o("CardList")), Bc = l(() => o("CardText")), Dc = l(() => o("CaretDown")), Pc = l(() => o("CaretDownFill")), Ac = l(() => o("CaretDownSquare")), fc = l(() => o("CaretDownSquareFill")), Ec = l(() => o("CaretLeft")), Hc = l(() => o("CaretLeftFill")), Tc = l(() => o("CaretLeftSquare")), yc = l(() => o("CaretLeftSquareFill")), xc = l(() => o("CaretRight")), Lc = l(() => o("CaretRightFill")), Rc = l(() => o("CaretRightSquare")), bc = l(() => o("CaretRightSquareFill")), vc = l(() => o("CaretUp")), qc = l(() => o("CaretUpFill")), Mc = l(() => o("CaretUpSquare")), Uc = l(() => o("CaretUpSquareFill")), Ic = l(() => o("CarFront")), Gc = l(() => o("CarFrontFill")), Oc = l(() => o("Cart")), Xc = l(() => o("Cart2")), Wc = l(() => o("Cart3")), Vc = l(() => o("Cart4")), Nc = l(() => o("CartCheck")), jc = l(() => o("CartCheckFill")), _c = l(() => o("CartDash")), Jc = l(() => o("CartDashFill")), zc = l(() => o("CartFill")), Qc = l(() => o("CartPlus")), Kc = l(() => o("CartPlusFill")), Yc = l(() => o("CartX")), Zc = l(() => o("CartXFill")), $c = l(() => o("Cash")), lr = l(() => o("CashCoin")), or = l(() => o("CashStack")), tr = l(() => o("Cassette")), nr = l(() => o("CassetteFill")), er = l(() => o("Cast")), ir = l(() => o("CatRobot")), sr = l(() => o("CatRobot2")), cr = l(() => o("CatRobot2Off")), rr = l(() => o("CatRobotOff")), ar = l(() => o("CcCircle")), Fr = l(() => o("CcCircleFill")), dr = l(() => o("CCircle")), ur = l(() => o("CCircleFill")), Cr = l(() => o("CcSquare")), pr = l(() => o("CcSquareFill")), hr = l(() => o("Chat")), Sr = l(() => o("ChatDots")), gr = l(() => o("ChatDotsFill")), kr = l(() => o("ChatFill")), mr = l(() => o("ChatHeart")), wr = l(() => o("ChatHeartFill")), Br = l(() => o("ChatLeft")), Dr = l(() => o("ChatLeftDots")), Pr = l(() => o("ChatLeftDotsFill")), Ar = l(() => o("ChatLeftFill")), fr = l(() => o("ChatLeftHeart")), Er = l(() => o("ChatLeftHeartFill")), Hr = l(() => o("ChatLeftQuote")), Tr = l(() => o("ChatLeftQuoteFill")), yr = l(() => o("ChatLeftText")), xr = l(() => o("ChatLeftTextFill")), Lr = l(() => o("ChatQuote")), Rr = l(() => o("ChatQuoteFill")), br = l(() => o("ChatRight")), vr = l(() => o("ChatRightDots")), qr = l(() => o("ChatRightDotsFill")), Mr = l(() => o("ChatRightFill")), Ur = l(() => o("ChatRightHeart")), Ir = l(() => o("ChatRightHeartFill")), Gr = l(() => o("ChatRightQuote")), Or = l(() => o("ChatRightQuoteFill")), Xr = l(() => o("ChatRightText")), Wr = l(() => o("ChatRightTextFill")), Vr = l(() => o("ChatSquare")), Nr = l(() => o("ChatSquareDots")), jr = l(() => o("ChatSquareDotsFill")), _r = l(() => o("ChatSquareFill")), Jr = l(() => o("ChatSquareHeart")), zr = l(() => o("ChatSquareHeartFill")), Qr = l(() => o("ChatSquareQuote")), Kr = l(() => o("ChatSquareQuoteFill")), Yr = l(() => o("ChatSquareText")), Zr = l(() => o("ChatSquareTextFill")), $r = l(() => o("ChatText")), la = l(() => o("ChatTextFill")), oa = l(() => o("Check")), ta = l(() => o("Check2")), na = l(() => o("Check2All")), ea = l(() => o("Check2Circle")), ia = l(() => o("Check2Square")), sa = l(() => o("CheckAll")), ca = l(() => o("CheckCircle")), ra = l(() => o("CheckCircleFill")), aa = l(() => o("CheckLg")), Fa = l(() => o("CheckSquare")), da = l(() => o("CheckSquareFill")), 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")), fa = l(() => o("ChevronDoubleRight")), Ea = l(() => o("ChevronDoubleUp")), Ha = l(() => o("ChevronDown")), Ta = l(() => o("ChevronExpand")), ya = l(() => o("ChevronLeft")), xa = l(() => o("ChevronRight")), La = l(() => o("ChevronUp")), Ra = l(() => o("Circle")), ba = 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")), Oa = l(() => o("CircleSquare")), Xa = l(() => o("Clipboard")), Wa = 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")), nF = l(() => o("Clipboard2XFill")), eF = 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")), fF = l(() => o("CloudArrowUpFill")), EF = l(() => o("CloudCheck")), HF = l(() => o("CloudCheckFill")), TF = l(() => o("CloudDownload")), yF = l(() => o("CloudDownloadFill")), xF = l(() => o("CloudDrizzle")), LF = l(() => o("CloudDrizzleFill")), RF = l(() => o("CloudFill")), bF = 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")), OF = l(() => o("CloudHaze2")), XF = l(() => o("CloudHaze2Fill")), WF = 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")), nd = l(() => o("Clouds")), ed = 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")), fd = l(() => o("CoinsOff")), Ed = l(() => o("CoinsOut")), Hd = l(() => o("CoinsRisk")), Td = l(() => o("Collection")), yd = l(() => o("CollectionFill")), xd = l(() => o("CollectionPlay")), Ld = l(() => o("CollectionPlayFill")), Rd = l(() => o("Columns")), bd = 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")), Od = l(() => o("ConeStripedFill2")), Xd = l(() => o("Controller")), Wd = 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")), nu = l(() => o("ConvexeCore")), eu = 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("ConvexeSepaOff")), gu = l(() => o("ConvexeSepaOffFill")), ku = l(() => o("ConvexeTimer")), mu = l(() => o("ConvexeX")), wu = l(() => o("ConvexeXFill")), Bu = l(() => o("Cookie")), Du = l(() => o("Copy")), Pu = l(() => o("Cpu")), Au = l(() => o("CpuFill")), fu = l(() => o("CreditCard")), Eu = l(() => o("CreditCard2Back")), Hu = l(() => o("CreditCard2BackFill")), Tu = l(() => o("CreditCard2Front")), yu = l(() => o("CreditCard2FrontFill")), xu = l(() => o("CreditCardFill")), Lu = l(() => o("Crop")), Ru = l(() => o("Crosshair")), bu = l(() => o("Crosshair2")), vu = l(() => o("CSquare")), qu = l(() => o("CSquareFill")), Mu = l(() => o("Cup")), Uu = l(() => o("CupFill")), Iu = l(() => o("CupHot")), Gu = l(() => o("CupHotFill")), Ou = l(() => o("CupStraw")), Xu = l(() => o("CurrencyBitcoin")), Wu = l(() => o("CurrencyDollar")), Vu = l(() => o("CurrencyEuro")), Nu = l(() => o("CurrencyExchange")), ju = l(() => o("CurrencyPound")), _u = l(() => o("CurrencyRupee")), Ju = l(() => o("CurrencyYen")), zu = l(() => o("Cursor")), Qu = l(() => o("CursorFill")), Ku = l(() => o("CursorText")), Yu = l(() => o("Dash")), Zu = l(() => o("DashCircle")), $u = l(() => o("DashCircleDotted")), lC = l(() => o("DashCircleFill")), oC = l(() => o("DashLg")), tC = l(() => o("DashSquare")), nC = l(() => o("DashSquareDotted")), eC = l(() => o("DashSquareFill")), iC = l(() => o("Database")), sC = l(() => o("DatabaseAdd")), cC = l(() => o("DatabaseCheck")), rC = l(() => o("DatabaseDash")), aC = l(() => o("DatabaseDown")), FC = l(() => o("DatabaseExclamation")), dC = l(() => o("DatabaseFill")), uC = l(() => o("DatabaseFillAdd")), CC = l(() => o("DatabaseFillCheck")), pC = l(() => o("DatabaseFillDash")), hC = l(() => o("DatabaseFillDown")), SC = l(() => o("DatabaseFillExclamation")), gC = l(() => o("DatabaseFillGear")), kC = l(() => o("DatabaseFillLock")), mC = l(() => o("DatabaseFillSlash")), wC = l(() => o("DatabaseFillUp")), BC = l(() => o("DatabaseFillX")), DC = l(() => o("DatabaseGear")), PC = l(() => o("DatabaseLock")), AC = l(() => o("DatabaseSlash")), fC = l(() => o("DatabaseUp")), EC = l(() => o("DatabaseX")), HC = l(() => o("DeviceHdd")), TC = l(() => o("DeviceHddFill")), yC = l(() => o("DeviceSsd")), xC = l(() => o("DeviceSsdFill")), LC = l(() => o("Diagram2")), RC = l(() => o("Diagram2Fill")), bC = l(() => o("Diagram3")), vC = l(() => o("Diagram3Fill")), qC = l(() => o("Diamond")), MC = l(() => o("DiamondCorner")), UC = l(() => o("DiamondDashed")), IC = l(() => o("DiamondFill")), GC = l(() => o("DiamondHalf")), OC = l(() => o("DiamondKey")), XC = l(() => o("DiamondKeyFill")), WC = l(() => o("DiamondOff")), VC = l(() => o("DiamondOffFill")), NC = l(() => o("Diamonds")), jC = l(() => o("DiamondsDots")), _C = l(() => o("DiamondsGrid")), JC = l(() => o("DiamondsIntersect")), zC = l(() => o("DiamondsLayers")), QC = l(() => o("DiamondsLayers2")), KC = l(() => o("DiamondsLayersKey")), YC = l(() => o("DiamondsLayersKey2")), ZC = l(() => o("DiamondsStripes")), $C = l(() => o("Dice1")), lp = l(() => o("Dice1Fill")), op = l(() => o("Dice2")), tp = l(() => o("Dice2Fill")), np = l(() => o("Dice3")), ep = l(() => o("Dice3Fill")), ip = l(() => o("Dice4")), sp = l(() => o("Dice4Fill")), cp = l(() => o("Dice5")), rp = l(() => o("Dice5Fill")), ap = l(() => o("Dice6")), Fp = l(() => o("Dice6Fill")), dp = l(() => o("Disc")), up = l(() => o("DiscFill")), Cp = l(() => o("Discord")), pp = l(() => o("Display")), hp = l(() => o("DisplayFill")), Sp = l(() => o("Displayport")), gp = l(() => o("DisplayportFill")), kp = l(() => o("DistributeHorizontal")), mp = l(() => o("DistributeVertical")), wp = l(() => o("DoorClosed")), Bp = l(() => o("DoorClosedFill")), Dp = l(() => o("DoorMoveIn")), Pp = l(() => o("DoorMoveOut")), Ap = l(() => o("DoorOpen")), fp = l(() => o("DoorOpenFill")), Ep = l(() => o("Dot")), Hp = l(() => o("Download")), Tp = l(() => o("Dpad")), yp = l(() => o("DpadFill")), xp = l(() => o("Dribbble")), Lp = l(() => o("Dropbox")), Rp = l(() => o("Droplet")), bp = l(() => o("DropletFill")), vp = l(() => o("DropletHalf")), qp = l(() => o("Duffle")), Mp = l(() => o("DuffleFill")), Up = l(() => o("Ear")), Ip = l(() => o("Earbuds")), Gp = l(() => o("EarFill")), Op = l(() => o("Easel")), Xp = l(() => o("Easel2")), Wp = l(() => o("Easel2Fill")), Vp = l(() => o("Easel3")), Np = l(() => o("Easel3Fill")), jp = l(() => o("EaselFill")), _p = l(() => o("Egg")), Jp = l(() => o("EggFill")), zp = l(() => o("EggFried")), Qp = l(() => o("Eject")), Kp = l(() => o("EjectFill")), Yp = l(() => o("EmojiAngry")), Zp = l(() => o("EmojiAngryFill")), $p = l(() => o("EmojiAstonished")), lh = l(() => o("EmojiAstonishedFill")), oh = l(() => o("EmojiDizzy")), th = l(() => o("EmojiDizzyFill")), nh = l(() => o("EmojiExpressionless")), eh = l(() => o("EmojiExpressionlessFill")), ih = l(() => o("EmojiFrown")), sh = l(() => o("EmojiFrownFill")), ch = l(() => o("EmojiGrimace")), rh = l(() => o("EmojiGrimaceFill")), ah = l(() => o("EmojiGrin")), Fh = l(() => o("EmojiGrinFill")), dh = l(() => o("EmojiHeartEyes")), uh = l(() => o("EmojiHeartEyesFill")), Ch = l(() => o("EmojiKiss")), ph = l(() => o("EmojiKissFill")), hh = l(() => o("EmojiLaughing")), Sh = l(() => o("EmojiLaughingFill")), gh = l(() => o("EmojiNeutral")), kh = l(() => o("EmojiNeutralFill")), mh = l(() => o("EmojiSmile")), wh = l(() => o("EmojiSmileFill")), Bh = l(() => o("EmojiSmileUpsideDown")), Dh = l(() => o("EmojiSmileUpsideDownFill")), Ph = l(() => o("EmojiSunglasses")), Ah = l(() => o("EmojiSunglassesFill")), fh = l(() => o("EmojiSurprise")), Eh = l(() => o("EmojiSurpriseFill")), Hh = l(() => o("EmojiTear")), Th = l(() => o("EmojiTearFill")), yh = l(() => o("EmojiWink")), xh = l(() => o("EmojiWinkFill")), Lh = l(() => o("Envelope")), Rh = l(() => o("EnvelopeArrowDown")), bh = l(() => o("EnvelopeArrowDownFill")), vh = l(() => o("EnvelopeArrowUp")), qh = l(() => o("EnvelopeArrowUpFill")), Mh = l(() => o("EnvelopeAt")), Uh = l(() => o("EnvelopeAtFill")), Ih = l(() => o("EnvelopeCheck")), Gh = l(() => o("EnvelopeCheckFill")), Oh = l(() => o("EnvelopeDash")), Xh = l(() => o("EnvelopeDashFill")), Wh = l(() => o("EnvelopeExclamation")), Vh = l(() => o("EnvelopeExclamationFill")), Nh = l(() => o("EnvelopeFill")), jh = l(() => o("EnvelopeHeart")), _h = l(() => o("EnvelopeHeartFill")), Jh = l(() => o("EnvelopeOpen")), zh = l(() => o("EnvelopeOpenFill")), Qh = l(() => o("EnvelopeOpenHeart")), Kh = l(() => o("EnvelopeOpenHeartFill")), Yh = l(() => o("EnvelopePaper")), Zh = l(() => o("EnvelopePaperFill")), $h = l(() => o("EnvelopePaperHeart")), lS = l(() => o("EnvelopePaperHeartFill")), oS = l(() => o("EnvelopePlus")), tS = l(() => o("EnvelopePlusFill")), nS = l(() => o("EnvelopeSlash")), eS = l(() => o("EnvelopeSlashFill")), iS = l(() => o("EnvelopeX")), sS = l(() => o("EnvelopeXFill")), cS = l(() => o("Eraser")), rS = l(() => o("EraserFill")), aS = l(() => o("Escape")), FS = l(() => o("Ethernet")), dS = l(() => o("EvFront")), uS = l(() => o("EvFrontFill")), CS = l(() => o("EvStation")), pS = l(() => o("EvStationFill")), hS = l(() => o("Exclamation")), SS = l(() => o("ExclamationCircle")), gS = l(() => o("ExclamationCircleFill")), kS = l(() => o("ExclamationDiamond")), mS = l(() => o("ExclamationDiamondFill")), wS = l(() => o("ExclamationLg")), BS = l(() => o("ExclamationOctagon")), DS = l(() => o("ExclamationOctagonFill")), PS = l(() => o("ExclamationSquare")), AS = l(() => o("ExclamationSquareFill")), fS = l(() => o("ExclamationTriangle")), ES = l(() => o("ExclamationTriangleFill")), HS = l(() => o("Exclude")), TS = l(() => o("Explicit")), yS = l(() => o("ExplicitFill")), xS = l(() => o("Exposure")), LS = l(() => o("Eye")), RS = l(() => o("Eyedropper")), bS = l(() => o("EyeFill")), vS = l(() => o("Eyeglasses")), qS = l(() => o("EyeSlash")), MS = l(() => o("EyeSlashFill")), US = l(() => o("Facebook")), IS = l(() => o("Fan")), GS = l(() => o("FastForward")), OS = l(() => o("FastForwardBtn")), XS = l(() => o("FastForwardBtnFill")), WS = l(() => o("FastForwardCircle")), VS = l(() => o("FastForwardCircleFill")), NS = l(() => o("FastForwardFill")), jS = l(() => o("Feather")), _S = l(() => o("Feather2")), JS = l(() => o("Feather3")), zS = l(() => o("Figma")), QS = l(() => o("FigmaFill")), KS = l(() => o("File")), YS = l(() => o("File2Clock")), ZS = l(() => o("FileArrowDown")), $S = l(() => o("FileArrowDownFill")), lg = l(() => o("FileArrowUp")), og = l(() => o("FileArrowUpFill")), tg = l(() => o("FileBarGraph")), ng = l(() => o("FileBarGraphFill")), eg = l(() => o("FileBinary")), ig = l(() => o("FileBinaryFill")), sg = l(() => o("FileBreak")), cg = l(() => o("FileBreakFill")), rg = l(() => o("FileCheck")), ag = l(() => o("FileCheckFill")), Fg = l(() => o("FileCode")), dg = l(() => o("FileCodeFill")), ug = l(() => o("FileDiff")), Cg = l(() => o("FileDiffFill")), pg = l(() => o("FileEarmark")), hg = l(() => o("FileEarmarkArrowDown")), Sg = l(() => o("FileEarmarkArrowDownFill")), gg = l(() => o("FileEarmarkArrowUp")), kg = l(() => o("FileEarmarkArrowUpFill")), mg = l(() => o("FileEarmarkBarGraph")), wg = l(() => o("FileEarmarkBarGraphFill")), Bg = l(() => o("FileEarmarkBinary")), Dg = l(() => o("FileEarmarkBinaryFill")), Pg = l(() => o("FileEarmarkBreak")), Ag = l(() => o("FileEarmarkBreakFill")), fg = l(() => o("FileEarmarkCheck")), Eg = l(() => o("FileEarmarkCheckFill")), Hg = l(() => o("FileEarmarkCode")), Tg = l(() => o("FileEarmarkCodeFill")), yg = l(() => o("FileEarmarkDiff")), xg = l(() => o("FileEarmarkDiffFill")), Lg = l(() => o("FileEarmarkEasel")), Rg = l(() => o("FileEarmarkEaselFill")), bg = l(() => o("FileEarmarkExcel")), vg = l(() => o("FileEarmarkExcelFill")), qg = l(() => o("FileEarmarkFill")), Mg = l(() => o("FileEarmarkFont")), Ug = l(() => o("FileEarmarkFontFill")), Ig = l(() => o("FileEarmarkImage")), Gg = l(() => o("FileEarmarkImageFill")), Og = l(() => o("FileEarmarkLock")), Xg = l(() => o("FileEarmarkLock2")), Wg = l(() => o("FileEarmarkLock2Fill")), Vg = l(() => o("FileEarmarkLockFill")), Ng = l(() => o("FileEarmarkMedical")), jg = l(() => o("FileEarmarkMedicalFill")), _g = l(() => o("FileEarmarkMinus")), Jg = l(() => o("FileEarmarkMinusFill")), zg = l(() => o("FileEarmarkMusic")), Qg = l(() => o("FileEarmarkMusicFill")), Kg = l(() => o("FileEarmarkPdf")), Yg = l(() => o("FileEarmarkPdfFill")), Zg = l(() => o("FileEarmarkPerson")), $g = l(() => o("FileEarmarkPersonFill")), lk = l(() => o("FileEarmarkPlay")), ok = l(() => o("FileEarmarkPlayFill")), tk = l(() => o("FileEarmarkPlus")), nk = l(() => o("FileEarmarkPlusFill")), ek = l(() => o("FileEarmarkPost")), ik = l(() => o("FileEarmarkPostFill")), sk = l(() => o("FileEarmarkPpt")), ck = l(() => o("FileEarmarkPptFill")), rk = l(() => o("FileEarmarkRichtext")), ak = l(() => o("FileEarmarkRichtextFill")), Fk = l(() => o("FileEarmarkRuled")), dk = l(() => o("FileEarmarkRuledFill")), uk = l(() => o("FileEarmarkSlides")), Ck = l(() => o("FileEarmarkSlidesFill")), pk = l(() => o("FileEarmarkSpreadsheet")), hk = l(() => o("FileEarmarkSpreadsheetFill")), Sk = l(() => o("FileEarmarkText")), gk = l(() => o("FileEarmarkTextFill")), kk = l(() => o("FileEarmarkWord")), mk = l(() => o("FileEarmarkWordFill")), wk = l(() => o("FileEarmarkX")), Bk = l(() => o("FileEarmarkXFill")), Dk = l(() => o("FileEarmarkZip")), Pk = l(() => o("FileEarmarkZipFill")), Ak = l(() => o("FileEasel")), fk = l(() => o("FileEaselFill")), Ek = l(() => o("FileExcel")), Hk = l(() => o("FileExcelFill")), Tk = l(() => o("FileFill")), yk = l(() => o("FileFont")), xk = l(() => o("FileFontFill")), Lk = l(() => o("FileImage")), Rk = l(() => o("FileImageFill")), bk = l(() => o("FileLock")), vk = l(() => o("FileLock2")), qk = l(() => o("FileLock2Fill")), Mk = l(() => o("FileLockFill")), Uk = l(() => o("FileMedical")), Ik = l(() => o("FileMedicalFill")), Gk = l(() => o("FileMinus")), Ok = l(() => o("FileMinusFill")), Xk = l(() => o("FileMusic")), Wk = l(() => o("FileMusicFill")), Vk = l(() => o("FilePdf")), Nk = l(() => o("FilePdfFill")), jk = l(() => o("FilePerson")), _k = l(() => o("FilePersonFill")), Jk = l(() => o("FilePlay")), zk = l(() => o("FilePlayFill")), Qk = l(() => o("FilePlus")), Kk = l(() => o("FilePlusFill")), Yk = l(() => o("FilePost")), Zk = l(() => o("FilePostFill")), $k = l(() => o("FilePpt")), lm = l(() => o("FilePptFill")), om = l(() => o("FileRichtext")), tm = l(() => o("FileRichtextFill")), nm = l(() => o("FileRuled")), em = l(() => o("FileRuledFill")), im = l(() => o("Files")), sm = l(() => o("FilesAlt")), cm = l(() => o("FileSlides")), rm = l(() => o("FileSlidesFill")), am = l(() => o("FileSpreadsheet")), Fm = l(() => o("FileSpreadsheetFill")), dm = l(() => o("FileText")), um = l(() => o("FileTextFill")), Cm = l(() => o("FiletypeAac")), pm = l(() => o("FiletypeAi")), hm = l(() => o("FiletypeBmp")), Sm = l(() => o("FiletypeCs")), gm = l(() => o("FiletypeCss")), km = l(() => o("FiletypeCsv")), mm = l(() => o("FiletypeDoc")), wm = l(() => o("FiletypeDocx")), Bm = l(() => o("FiletypeExe")), Dm = l(() => o("FiletypeGif")), Pm = l(() => o("FiletypeHeic")), Am = l(() => o("FiletypeHtml")), fm = l(() => o("FiletypeJava")), Em = l(() => o("FiletypeJpg")), Hm = l(() => o("FiletypeJs")), Tm = l(() => o("FiletypeJson")), ym = l(() => o("FiletypeJsx")), xm = l(() => o("FiletypeKey")), Lm = l(() => o("FiletypeM4P")), Rm = l(() => o("FiletypeMd")), bm = l(() => o("FiletypeMdx")), vm = l(() => o("FiletypeMov")), qm = l(() => o("FiletypeMp3")), Mm = l(() => o("FiletypeMp4")), Um = l(() => o("FiletypeOtf")), Im = l(() => o("FiletypePdf")), Gm = l(() => o("FiletypePhp")), Om = l(() => o("FiletypePng")), Xm = l(() => o("FiletypePpt")), Wm = l(() => o("FiletypePptx")), Vm = l(() => o("FiletypePsd")), Nm = l(() => o("FiletypePy")), jm = l(() => o("FiletypeRaw")), _m = l(() => o("FiletypeRb")), Jm = l(() => o("FiletypeSass")), zm = l(() => o("FiletypeScss")), Qm = l(() => o("FiletypeSh")), Km = l(() => o("FiletypeSql")), Ym = l(() => o("FiletypeSvg")), Zm = l(() => o("FiletypeTiff")), $m = l(() => o("FiletypeTsx")), lw = l(() => o("FiletypeTtf")), ow = l(() => o("FiletypeTxt")), tw = l(() => o("FiletypeWav")), nw = l(() => o("FiletypeWoff")), ew = l(() => o("FiletypeXls")), iw = l(() => o("FiletypeXlsx")), sw = l(() => o("FiletypeXml")), cw = l(() => o("FiletypeYml")), rw = l(() => o("FileWord")), aw = l(() => o("FileWordFill")), Fw = l(() => o("FileX")), dw = l(() => o("FileXFill")), uw = l(() => o("FileZip")), Cw = l(() => o("FileZipFill")), pw = l(() => o("Film")), hw = l(() => o("Filter")), Sw = l(() => o("FilterCircle")), gw = l(() => o("FilterCircleFill")), kw = l(() => o("FilterLeft")), mw = l(() => o("FilterRight")), ww = l(() => o("FilterSquare")), Bw = l(() => o("FilterSquareFill")), Dw = l(() => o("Fingerprint")), Pw = l(() => o("Fire")), Aw = l(() => o("FireBootstrap")), fw = l(() => o("FireFill")), Ew = l(() => o("Flag")), Hw = l(() => o("FlagFill")), Tw = l(() => o("Floppy")), yw = l(() => o("Floppy2")), xw = l(() => o("Floppy2Fill")), Lw = l(() => o("FloppyFill")), Rw = l(() => o("Flower1")), bw = l(() => o("Flower2")), vw = l(() => o("Flower3")), qw = l(() => o("Folder")), Mw = l(() => o("Folder2")), Uw = l(() => o("Folder2Open")), Iw = l(() => o("FolderCheck")), Gw = l(() => o("FolderFill")), Ow = l(() => o("FolderMinus")), Xw = l(() => o("FolderPlus")), Ww = l(() => o("FolderSparkle")), Vw = l(() => o("FolderSymlink")), Nw = l(() => o("FolderSymlinkFill")), jw = l(() => o("FolderX")), _w = l(() => o("Fonts")), Jw = l(() => o("Forward")), zw = l(() => o("ForwardFill")), Qw = l(() => o("Front")), Kw = l(() => o("FuelPump")), Yw = l(() => o("FuelPumpDiesel")), Zw = l(() => o("FuelPumpDieselFill")), $w = l(() => o("FuelPumpFill")), lB = l(() => o("Fullscreen")), oB = l(() => o("FullscreenExit")), tB = l(() => o("Funnel")), nB = l(() => o("FunnelFill")), eB = l(() => o("Gear")), iB = l(() => o("GearFill")), sB = l(() => o("GearWide")), cB = l(() => o("GearWideConnected")), rB = l(() => o("Gem")), aB = l(() => o("GenderAmbiguous")), FB = l(() => o("GenderFemale")), dB = l(() => o("GenderMale")), uB = l(() => o("GenderNeuter")), CB = l(() => o("GenderTrans")), pB = l(() => o("Geo")), hB = l(() => o("GeoAlt")), SB = l(() => o("GeoAltFill")), gB = l(() => o("GeoAltOff")), kB = l(() => o("GeoFill")), mB = l(() => o("Gift")), wB = l(() => o("GiftFill")), BB = l(() => o("Git")), DB = l(() => o("Github")), PB = l(() => o("Gitlab")), AB = l(() => o("Globe")), fB = l(() => o("Globe2")), EB = l(() => o("GlobeAmericas")), HB = l(() => o("GlobeAsiaAustralia")), TB = l(() => o("GlobeCentralSouthAsia")), yB = l(() => o("GlobeEuropeAfrica")), xB = l(() => o("Google")), LB = l(() => o("GooglePlay")), RB = l(() => o("GpuCard")), bB = l(() => o("Grab")), vB = l(() => o("GrabHorizontal")), qB = l(() => o("GraphDown")), MB = l(() => o("GraphDownArrow")), UB = l(() => o("GraphUp")), IB = l(() => o("GraphUpArrow")), GB = l(() => o("Grid")), OB = l(() => o("Grid1X2")), XB = l(() => o("Grid1X2Fill")), WB = l(() => o("Grid3X2")), VB = l(() => o("Grid3X2Gap")), NB = l(() => o("Grid3X2GapFill")), jB = l(() => o("Grid3X3")), _B = l(() => o("Grid3X3Gap")), JB = l(() => o("Grid3X3GapFill")), zB = l(() => o("GridFill")), QB = l(() => o("GripHorizontal")), KB = l(() => o("GripVertical")), YB = l(() => o("Hammer")), ZB = l(() => o("Hand")), $B = l(() => o("Handbag")), lD = l(() => o("HandbagFill")), oD = l(() => o("HandFinger")), tD = l(() => o("HandFinger45Deg")), nD = l(() => o("HandFingerRight")), eD = l(() => o("HandIndex")), iD = l(() => o("HandIndexFill")), sD = l(() => o("HandIndexThumb")), cD = l(() => o("HandIndexThumbFill")), rD = l(() => o("HandOff")), aD = l(() => o("HandThumbsDown")), FD = l(() => o("HandThumbsDownFill")), dD = l(() => o("HandThumbsUp")), uD = l(() => o("HandThumbsUpFill")), CD = l(() => o("Hash")), pD = l(() => o("HCircle")), hD = l(() => o("HCircleFill")), SD = l(() => o("Hdd")), gD = l(() => o("HddFill")), kD = l(() => o("HddNetwork")), mD = l(() => o("HddNetworkFill")), wD = l(() => o("HddRack")), BD = l(() => o("HddRackFill")), DD = l(() => o("HddStack")), PD = l(() => o("HddStackFill")), AD = l(() => o("Hdmi")), fD = l(() => o("HdmiFill")), ED = l(() => o("Headphones")), HD = l(() => o("Headset")), TD = l(() => o("HeadsetVr")), yD = l(() => o("Heart")), xD = l(() => o("HeartArrow")), LD = l(() => o("Heartbreak")), RD = l(() => o("HeartbreakFill")), bD = l(() => o("HeartFill")), vD = l(() => o("HeartHalf")), qD = l(() => o("HeartPulse")), MD = l(() => o("HeartPulseFill")), UD = l(() => o("Hearts")), ID = l(() => o("Heptagon")), GD = l(() => o("HeptagonFill")), OD = l(() => o("HeptagonHalf")), XD = l(() => o("Hexagon")), WD = l(() => o("Hexagon2NdHalf")), VD = l(() => o("HexagonArrowDown")), ND = l(() => o("HexagonArrowDownFill")), jD = l(() => o("HexagonArrowRight")), _D = l(() => o("HexagonArrowRightFill")), JD = l(() => o("HexagonCore")), zD = l(() => o("HexagonCore2NdHalf")), QD = l(() => o("HexagonCoreHalf")), KD = l(() => o("HexagonDashed")), YD = l(() => o("HexagonFill")), ZD = l(() => o("HexagonHalf")), $D = l(() => o("HexagonOff")), lP = l(() => o("HexagonOffFill")), oP = l(() => o("HexagonQuestion")), tP = l(() => o("HexagonQuestionFill")), nP = l(() => o("Highlighter")), eP = l(() => o("Highlights")), iP = l(() => o("Hospital")), sP = l(() => o("HospitalFill")), cP = l(() => o("Hourglass")), rP = l(() => o("HourglassBottom")), aP = l(() => o("HourglassSplit")), FP = l(() => o("HourglassTop")), dP = l(() => o("House")), uP = l(() => o("HouseAdd")), CP = l(() => o("HouseAddFill")), pP = l(() => o("HouseCheck")), hP = l(() => o("HouseCheckFill")), SP = l(() => o("HouseDash")), gP = l(() => o("HouseDashFill")), kP = l(() => o("HouseDoor")), mP = l(() => o("HouseDoorFill")), wP = l(() => o("HouseDown")), BP = l(() => o("HouseDownFill")), DP = l(() => o("HouseExclamation")), PP = l(() => o("HouseExclamationFill")), AP = l(() => o("HouseFill")), fP = l(() => o("HouseGear")), EP = l(() => o("HouseGearFill")), HP = l(() => o("HouseHeart")), TP = l(() => o("HouseHeartFill")), yP = l(() => o("HouseLock")), xP = l(() => o("HouseLockFill")), LP = l(() => o("Houses")), RP = l(() => o("HousesFill")), bP = l(() => o("HouseSlash")), vP = l(() => o("HouseSlashFill")), qP = l(() => o("HouseUp")), MP = l(() => o("HouseUpFill")), UP = l(() => o("HouseX")), IP = l(() => o("HouseXFill")), GP = l(() => o("Hr")), OP = l(() => o("HSquare")), XP = l(() => o("HSquareFill")), WP = l(() => o("Hurricane")), VP = l(() => o("Hypnotize")), NP = l(() => o("Image")), jP = l(() => o("ImageAlt")), _P = l(() => o("ImageFill")), JP = l(() => o("Images")), zP = l(() => o("Inbox")), QP = l(() => o("Inboxes")), KP = l(() => o("InboxesFill")), YP = l(() => o("InboxFill")), ZP = l(() => o("Incognito")), $P = l(() => o("Indent")), lA = l(() => o("InfinityBootstrap")), oA = l(() => o("Info")), tA = l(() => o("InfoCircle")), nA = l(() => o("InfoCircleFill")), eA = l(() => o("InfoLg")), iA = l(() => o("InfoSquare")), sA = l(() => o("InfoSquareFill")), cA = l(() => o("InputCursor")), rA = l(() => o("InputCursorText")), aA = l(() => o("Instagram")), FA = l(() => o("Intercom")), dA = l(() => o("IntercomFill")), uA = l(() => o("Intersect")), CA = l(() => o("Invoice")), pA = l(() => o("Invoice2")), hA = l(() => o("Invoice2In")), SA = l(() => o("Invoice2Out")), gA = l(() => o("InvoiceClock")), kA = l(() => o("InvoiceDraft")), mA = l(() => o("InvoicePdf")), wA = l(() => o("Invoices")), BA = l(() => o("Invoices2")), DA = l(() => o("InvoicesLink")), PA = l(() => o("Journal")), AA = l(() => o("Journal2")), fA = l(() => o("Journal2Off")), EA = l(() => o("JournalAlbum")), HA = l(() => o("JournalArrowDown")), TA = l(() => o("JournalArrowUp")), yA = l(() => o("JournalBookmark")), xA = l(() => o("JournalBookmarkFill")), LA = l(() => o("JournalBootstrap")), RA = l(() => o("JournalCheck")), bA = l(() => o("JournalCheckBootstrap")), vA = l(() => o("JournalCode")), qA = l(() => o("JournalMedical")), MA = l(() => o("JournalMinus")), UA = l(() => o("JournalOff")), IA = l(() => o("JournalPlus")), GA = l(() => o("JournalRichtext")), OA = l(() => o("Journals")), XA = l(() => o("JournalText")), WA = l(() => o("JournalX")), VA = l(() => o("Joystick")), NA = l(() => o("Justify")), jA = l(() => o("JustifyLeft")), _A = l(() => o("JustifyRight")), JA = l(() => o("Kanban")), zA = l(() => o("KanbanFill")), QA = l(() => o("Key")), KA = l(() => o("Keyboard")), YA = l(() => o("KeyboardFill")), ZA = l(() => o("KeyFill")), $A = l(() => o("Ladder")), lf = l(() => o("Lamp")), of = l(() => o("LampFill")), tf = l(() => o("LampFillOff")), nf = l(() => o("LampOff")), ef = l(() => o("Laptop")), sf = l(() => o("LaptopFill")), cf = l(() => o("LayerBackward")), rf = l(() => o("LayerForward")), af = l(() => o("Layers")), Ff = l(() => o("LayersFill")), df = l(() => o("LayersHalf")), uf = l(() => o("LayoutSidebar")), Cf = l(() => o("LayoutSidebarInset")), pf = l(() => o("LayoutSidebarInsetReverse")), hf = l(() => o("LayoutSidebarReverse")), Sf = l(() => o("LayoutSplit")), gf = l(() => o("LayoutTextSidebar")), kf = l(() => o("LayoutTextSidebarReverse")), mf = l(() => o("LayoutTextWindow")), wf = l(() => o("LayoutTextWindowReverse")), Bf = l(() => o("LayoutThreeColumns")), Df = l(() => o("LayoutWtf")), Pf = l(() => o("LifePreserver")), Af = l(() => o("Lightbulb")), ff = l(() => o("LightbulbFill")), Ef = l(() => o("LightbulbOff")), Hf = l(() => o("LightbulbOffFill")), Tf = l(() => o("Lightning")), yf = l(() => o("LightningCharge")), xf = l(() => o("LightningChargeFill")), Lf = l(() => o("LightningFill")), Rf = l(() => o("Line")), bf = l(() => o("Link")), vf = l(() => o("Link2")), qf = l(() => o("Link2Break")), Mf = l(() => o("Link45Deg")), Uf = l(() => o("Linkedin")), If = l(() => o("List")), Gf = l(() => o("ListCheck")), Of = l(() => o("ListColumns")), Xf = l(() => o("ListColumnsReverse")), Wf = l(() => o("ListNested")), Vf = l(() => o("ListOl")), Nf = l(() => o("ListStars")), jf = l(() => o("ListTask")), _f = l(() => o("ListUl")), Jf = l(() => o("Lock")), zf = l(() => o("LockFill")), Qf = l(() => o("Luggage")), Kf = l(() => o("LuggageFill")), Yf = l(() => o("Lungs")), Zf = l(() => o("LungsFill")), $f = l(() => o("Magic")), lE = l(() => o("Magnet")), oE = l(() => o("MagnetFill")), tE = l(() => o("Mailbox")), nE = l(() => o("Mailbox2")), eE = l(() => o("Mailbox2Flag")), iE = l(() => o("MailboxFlag")), sE = l(() => o("Map")), cE = l(() => o("MapFill")), rE = l(() => o("MapOff")), aE = l(() => o("Markdown")), FE = l(() => o("MarkdownFill")), dE = l(() => o("MarkerTip")), uE = l(() => o("Mask")), CE = l(() => o("Mastodon")), pE = l(() => o("MeasuringTape")), hE = l(() => o("MeasuringTapeFill")), SE = l(() => o("Medium")), gE = l(() => o("Megaphone")), kE = l(() => o("MegaphoneFill")), mE = l(() => o("Memory")), wE = l(() => o("MenuApp")), BE = l(() => o("MenuAppFill")), DE = l(() => o("MenuButton")), PE = l(() => o("MenuButtonFill")), AE = l(() => o("MenuButtonWide")), fE = l(() => o("MenuButtonWideFill")), EE = l(() => o("MenuDown")), HE = l(() => o("MenuUp")), TE = l(() => o("Messenger")), yE = l(() => o("Meta")), xE = l(() => o("Mic")), LE = l(() => o("MicFill")), RE = l(() => o("MicMute")), bE = l(() => o("MicMuteFill")), vE = l(() => o("Microsoft")), qE = l(() => o("MicrosoftTeams")), ME = l(() => o("Minecart")), UE = l(() => o("MinecartLoaded")), IE = l(() => o("Modem")), GE = l(() => o("ModemFill")), OE = l(() => o("Moisture")), XE = l(() => o("Moon")), WE = l(() => o("MoonFill")), VE = l(() => o("MoonStars")), NE = l(() => o("MoonStarsFill")), jE = l(() => o("Mortarboard")), _E = l(() => o("MortarboardFill")), JE = l(() => o("Motherboard")), zE = l(() => o("MotherboardFill")), QE = l(() => o("Mouse")), KE = l(() => o("Mouse2")), YE = l(() => o("Mouse2Fill")), ZE = l(() => o("Mouse3")), $E = l(() => o("Mouse3Fill")), lH = l(() => o("MouseFill")), oH = l(() => o("MusicNote")), tH = l(() => o("MusicNoteBeamed")), nH = l(() => o("MusicNoteList")), eH = l(() => o("MusicPlayer")), iH = l(() => o("MusicPlayerFill")), sH = l(() => o("Newspaper")), cH = l(() => o("NintendoSwitch")), rH = l(() => o("NodeMinus")), aH = l(() => o("NodeMinusFill")), FH = l(() => o("NodePlus")), dH = l(() => o("NodePlusFill")), uH = l(() => o("NoiseReduction")), CH = l(() => o("Nut")), pH = l(() => o("NutFill")), hH = l(() => o("Nvidia")), SH = l(() => o("Nvme")), gH = l(() => o("NvmeFill")), kH = l(() => o("Octagon")), mH = l(() => o("OctagonFill")), wH = l(() => o("OctagonHalf")), BH = l(() => o("Opencollective")), DH = l(() => o("OpticalAudio")), PH = l(() => o("OpticalAudioFill")), AH = l(() => o("Option")), fH = l(() => o("Outlet")), EH = l(() => o("PaintBucket")), HH = l(() => o("PaintRoller")), TH = l(() => o("PaintRollerFill")), yH = l(() => o("Palette")), xH = l(() => o("Palette2")), LH = l(() => o("PaletteFill")), RH = l(() => o("Paperclip")), bH = l(() => o("Paragraph")), vH = l(() => o("Pass")), qH = l(() => o("PassFill")), MH = l(() => o("Passport")), UH = l(() => o("PassportFill")), IH = l(() => o("PatchCheck")), GH = l(() => o("PatchCheckFill")), OH = l(() => o("PatchExclamation")), XH = l(() => o("PatchExclamationFill")), WH = l(() => o("PatchMinus")), VH = l(() => o("PatchMinusFill")), NH = l(() => o("PatchPlus")), jH = l(() => o("PatchPlusFill")), _H = l(() => o("PatchQuestion")), JH = l(() => o("PatchQuestionFill")), zH = l(() => o("Pause")), QH = l(() => o("PauseBtn")), KH = l(() => o("PauseBtnFill")), YH = l(() => o("PauseCircle")), ZH = l(() => o("PauseCircleFill")), $H = l(() => o("PauseFill")), lT = l(() => o("Paypal")), oT = l(() => o("Pc")), tT = l(() => o("PcDisplay")), nT = l(() => o("PcDisplayHorizontal")), eT = l(() => o("PcHorizontal")), iT = l(() => o("PciCard")), sT = l(() => o("PciCardNetwork")), cT = l(() => o("PciCardSound")), rT = l(() => o("PCircle")), aT = l(() => o("PCircleFill")), FT = l(() => o("Peace")), dT = l(() => o("PeaceFill")), uT = l(() => o("Pen")), CT = l(() => o("Pencil")), pT = l(() => o("PencilFill")), hT = l(() => o("PencilSquare")), ST = l(() => o("PenFill")), gT = l(() => o("PenOff")), kT = l(() => o("PenOffFill")), mT = l(() => o("Pentagon")), wT = l(() => o("PentagonFill")), BT = l(() => o("PentagonHalf")), DT = l(() => o("People")), PT = l(() => o("PeopleFill")), AT = l(() => o("Percent")), fT = l(() => o("Person")), ET = l(() => o("PersonAdd")), HT = l(() => o("PersonArmsUp")), TT = l(() => o("PersonBadge")), yT = l(() => o("PersonBadgeFill")), xT = l(() => o("PersonBoundingBox")), LT = l(() => o("PersonCheck")), RT = l(() => o("PersonCheckFill")), bT = l(() => o("PersonCircle")), vT = l(() => o("PersonDash")), qT = l(() => o("PersonDashFill")), MT = l(() => o("PersonDown")), UT = l(() => o("PersonExclamation")), IT = l(() => o("PersonFill")), GT = l(() => o("PersonFillAdd")), OT = l(() => o("PersonFillCheck")), XT = l(() => o("PersonFillDash")), WT = l(() => o("PersonFillDown")), VT = l(() => o("PersonFillExclamation")), NT = l(() => o("PersonFillGear")), jT = l(() => o("PersonFillLock")), _T = l(() => o("PersonFillSlash")), JT = l(() => o("PersonFillUp")), zT = l(() => o("PersonFillX")), QT = l(() => o("PersonGear")), KT = l(() => o("PersonHeart")), YT = l(() => o("PersonHearts")), ZT = l(() => o("PersonLinesFill")), $T = l(() => o("PersonLock")), ly = l(() => o("PersonPlus")), oy = l(() => o("PersonPlusFill")), ty = l(() => o("PersonRaisedHand")), ny = l(() => o("PersonRolodex")), ey = l(() => o("PersonSlash")), iy = l(() => o("PersonSquare")), sy = l(() => o("PersonStanding")), cy = l(() => o("PersonStandingDress")), ry = l(() => o("PersonUp")), ay = l(() => o("PersonVcard")), Fy = l(() => o("PersonVcardFill")), dy = l(() => o("PersonVideo")), uy = l(() => o("PersonVideo2")), Cy = l(() => o("PersonVideo3")), py = l(() => o("PersonWalking")), hy = l(() => o("PersonWheelchair")), Sy = l(() => o("PersonWorkspace")), gy = l(() => o("PersonX")), ky = l(() => o("PersonXFill")), my = l(() => o("Phone")), wy = l(() => o("PhoneFill")), By = l(() => o("PhoneFlip")), Dy = l(() => o("PhoneLandscape")), Py = l(() => o("PhoneLandscapeFill")), Ay = l(() => o("PhoneVibrate")), fy = l(() => o("PhoneVibrateFill")), Ey = l(() => o("PieChart")), Hy = l(() => o("PieChartFill")), Ty = l(() => o("PiggyBank")), yy = l(() => o("PiggyBank2")), xy = l(() => o("PiggyBank2Check")), Ly = l(() => o("PiggyBank2Coin")), Ry = l(() => o("PiggyBank2Exclamation")), by = l(() => o("PiggyBank2In")), vy = l(() => o("PiggyBank2Off")), qy = l(() => o("PiggyBank2Out")), My = l(() => o("PiggyBankFill")), Uy = l(() => o("Pin")), Iy = l(() => o("PinAngle")), Gy = l(() => o("PinAngleFill")), Oy = l(() => o("PinFill")), Xy = l(() => o("PinMap")), Wy = l(() => o("PinMapFill")), Vy = l(() => o("Pinterest")), Ny = l(() => o("Pip")), jy = l(() => o("PipFill")), _y = l(() => o("Play")), Jy = l(() => o("PlayBtn")), zy = l(() => o("PlayBtnFill")), Qy = l(() => o("PlayCircle")), Ky = l(() => o("PlayCircleFill")), Yy = l(() => o("PlayFill")), Zy = l(() => o("Playstation")), $y = l(() => o("Plug")), lx = l(() => o("PlugFill")), ox = l(() => o("Plugin")), tx = l(() => o("Plus")), nx = l(() => o("PlusCircle")), ex = l(() => o("PlusCircleDotted")), ix = l(() => o("PlusCircleFill")), sx = l(() => o("PlusLg")), cx = l(() => o("PlusSlashMinus")), rx = l(() => o("PlusSquare")), ax = l(() => o("PlusSquareDotted")), Fx = l(() => o("PlusSquareFill")), dx = l(() => o("Postage")), ux = l(() => o("PostageFill")), Cx = l(() => o("PostageHeart")), px = l(() => o("PostageHeartFill")), hx = l(() => o("Postcard")), Sx = l(() => o("PostcardFill")), gx = l(() => o("PostcardHeart")), kx = l(() => o("PostcardHeartFill")), mx = l(() => o("Power")), wx = l(() => o("Prescription")), Bx = l(() => o("Prescription2")), Dx = l(() => o("Printer")), Px = l(() => o("PrinterFill")), Ax = l(() => o("Projector")), fx = l(() => o("ProjectorFill")), Ex = l(() => o("ProrataCalendar")), Hx = l(() => o("PSquare")), Tx = l(() => o("PSquareFill")), yx = l(() => o("Puzzle")), xx = l(() => o("PuzzleFill")), Lx = l(() => o("QrCode")), Rx = l(() => o("QrCodeScan")), bx = l(() => o("Question")), vx = l(() => o("QuestionCircle")), qx = l(() => o("QuestionCircleFill")), Mx = l(() => o("QuestionDiamond")), Ux = l(() => o("QuestionDiamondFill")), Ix = l(() => o("QuestionLg")), Gx = l(() => o("QuestionOctagon")), Ox = l(() => o("QuestionOctagonFill")), Xx = l(() => o("QuestionSquare")), Wx = l(() => o("QuestionSquareFill")), Vx = l(() => o("Quora")), Nx = l(() => o("Quote")), jx = l(() => o("Radar")), _x = l(() => o("Radioactive")), Jx = l(() => o("Rainbow")), zx = l(() => o("RCircle")), Qx = l(() => o("RCircleFill")), Kx = l(() => o("Receipt")), Yx = l(() => o("Receipt2")), Zx = l(() => o("ReceiptClock")), $x = l(() => o("ReceiptCutoff")), lL = l(() => o("ReceiptDraft")), oL = l(() => o("ReceiptOff2")), tL = l(() => o("ReceiptPdf")), nL = l(() => o("Reception0")), eL = l(() => o("Reception1")), iL = l(() => o("Reception2")), sL = l(() => o("Reception3")), cL = l(() => o("Reception4")), rL = l(() => o("Record")), aL = l(() => o("Record2")), FL = l(() => o("Record2Fill")), dL = l(() => o("RecordBtn")), uL = l(() => o("RecordBtnFill")), CL = l(() => o("RecordCircle")), pL = l(() => o("RecordCircleFill")), hL = l(() => o("RecordFill")), SL = l(() => o("Recycle")), gL = l(() => o("Reddit")), kL = l(() => o("Regex")), mL = l(() => o("Repeat")), wL = l(() => o("Repeat1")), BL = l(() => o("Reply")), DL = l(() => o("ReplyAll")), PL = l(() => o("ReplyAllFill")), AL = l(() => o("ReplyFill")), fL = l(() => o("Rewind")), EL = l(() => o("RewindBtn")), HL = l(() => o("RewindBtnFill")), TL = l(() => o("RewindCircle")), yL = l(() => o("RewindCircleFill")), xL = l(() => o("RewindFill")), LL = l(() => o("Robot")), RL = l(() => o("Rocket")), bL = l(() => o("RocketFill")), vL = l(() => o("RocketTakeoff")), qL = l(() => o("RocketTakeoffFill")), ML = l(() => o("Router")), UL = l(() => o("RouterFill")), IL = l(() => o("RSquare")), GL = l(() => o("RSquareFill")), OL = l(() => o("Rss")), XL = l(() => o("RssFill")), WL = l(() => o("Rulers")), VL = l(() => o("Safe")), NL = l(() => o("Safe2")), jL = l(() => o("Safe2Fill")), _L = l(() => o("SafeFill")), JL = l(() => o("Save")), zL = l(() => o("Save2")), QL = l(() => o("Save2Fill")), KL = l(() => o("SaveFill")), YL = l(() => o("Scissors")), ZL = l(() => o("Scooter")), $L = l(() => o("Screwdriver")), l2 = l(() => o("SdCard")), o2 = l(() => o("SdCardFill")), t2 = l(() => o("Search")), n2 = l(() => o("SearchHeart")), e2 = l(() => o("SearchHeartFill")), i2 = l(() => o("SegmentedNav")), s2 = l(() => o("Send")), c2 = l(() => o("SendArrowDown")), r2 = l(() => o("SendArrowDownFill")), a2 = l(() => o("SendArrowUp")), F2 = l(() => o("SendArrowUpFill")), d2 = l(() => o("SendCheck")), u2 = l(() => o("SendCheckFill")), C2 = l(() => o("SendDash")), p2 = l(() => o("SendDashFill")), h2 = l(() => o("SendExclamation")), S2 = l(() => o("SendExclamationFill")), g2 = l(() => o("SendFill")), k2 = l(() => o("SendPlus")), m2 = l(() => o("SendPlusFill")), w2 = l(() => o("SendSlash")), B2 = l(() => o("SendSlashFill")), D2 = l(() => o("SendX")), P2 = l(() => o("SendXFill")), A2 = l(() => o("Server")), f2 = l(() => o("Shadows")), E2 = l(() => o("Share")), H2 = l(() => o("ShareFill")), T2 = l(() => o("Shelves")), y2 = l(() => o("Shield")), x2 = l(() => o("ShieldCheck")), L2 = l(() => o("ShieldExclamation")), R2 = l(() => o("ShieldFill")), b2 = l(() => o("ShieldFillCheck")), v2 = l(() => o("ShieldFillExclamation")), q2 = l(() => o("ShieldFillMinus")), M2 = l(() => o("ShieldFillPlus")), U2 = l(() => o("ShieldFillX")), I2 = l(() => o("ShieldLock")), G2 = l(() => o("ShieldLockFill")), O2 = l(() => o("ShieldMinus")), X2 = l(() => o("ShieldPlus")), W2 = l(() => o("ShieldShaded")), V2 = l(() => o("ShieldSlash")), N2 = l(() => o("ShieldSlashFill")), j2 = l(() => o("ShieldX")), _2 = l(() => o("Shift")), J2 = l(() => o("ShiftFill")), z2 = l(() => o("Shop")), Q2 = l(() => o("ShopWindow")), K2 = l(() => o("Shuffle")), Y2 = l(() => o("Signal")), Z2 = l(() => o("SignDeadEnd")), $2 = l(() => o("SignDeadEndFill")), lR = l(() => o("SignDoNotEnter")), oR = l(() => o("SignDoNotEnterFill")), tR = l(() => o("SignIntersection")), nR = l(() => o("SignIntersectionFill")), eR = l(() => o("SignIntersectionSide")), iR = l(() => o("SignIntersectionSideFill")), sR = l(() => o("SignIntersectionT")), cR = l(() => o("SignIntersectionTFill")), rR = l(() => o("SignIntersectionY")), aR = l(() => o("SignIntersectionYFill")), FR = l(() => o("SignMergeLeft")), dR = l(() => o("SignMergeLeftFill")), uR = l(() => o("SignMergeRight")), CR = l(() => o("SignMergeRightFill")), pR = l(() => o("SignNoLeftTurn")), hR = l(() => o("SignNoLeftTurnFill")), SR = l(() => o("SignNoParking")), gR = l(() => o("SignNoParkingFill")), kR = l(() => o("SignNoRightTurn")), mR = l(() => o("SignNoRightTurnFill")), wR = l(() => o("Signpost")), BR = l(() => o("Signpost2")), DR = l(() => o("Signpost2Fill")), PR = l(() => o("SignpostFill")), AR = l(() => o("SignpostSplit")), fR = l(() => o("SignpostSplitFill")), ER = l(() => o("SignRailroad")), HR = l(() => o("SignRailroadFill")), TR = l(() => o("SignStop")), yR = l(() => o("SignStopFill")), xR = l(() => o("SignStopLights")), LR = l(() => o("SignStopLightsFill")), RR = l(() => o("SignTurnLeft")), bR = l(() => o("SignTurnLeftFill")), vR = l(() => o("SignTurnRight")), qR = l(() => o("SignTurnRightFill")), MR = l(() => o("SignTurnSlightLeft")), UR = l(() => o("SignTurnSlightLeftFill")), IR = l(() => o("SignTurnSlightRight")), GR = l(() => o("SignTurnSlightRightFill")), OR = l(() => o("SignYield")), XR = l(() => o("SignYieldFill")), WR = l(() => o("Sim")), VR = l(() => o("SimFill")), NR = l(() => o("SimSlash")), jR = l(() => o("SimSlashFill")), _R = l(() => o("SinaWeibo")), JR = l(() => o("SkipBackward")), zR = l(() => o("SkipBackwardBtn")), QR = l(() => o("SkipBackwardBtnFill")), KR = l(() => o("SkipBackwardCircle")), YR = l(() => o("SkipBackwardCircleFill")), ZR = l(() => o("SkipBackwardFill")), $R = l(() => o("SkipEnd")), lb = l(() => o("SkipEndBtn")), ob = l(() => o("SkipEndBtnFill")), tb = l(() => o("SkipEndCircle")), nb = l(() => o("SkipEndCircleFill")), eb = l(() => o("SkipEndFill")), ib = l(() => o("SkipForward")), sb = l(() => o("SkipForwardBtn")), cb = l(() => o("SkipForwardBtnFill")), rb = l(() => o("SkipForwardCircle")), ab = l(() => o("SkipForwardCircleFill")), Fb = l(() => o("SkipForwardFill")), db = l(() => o("SkipStart")), ub = l(() => o("SkipStartBtn")), Cb = l(() => o("SkipStartBtnFill")), pb = l(() => o("SkipStartCircle")), hb = l(() => o("SkipStartCircleFill")), Sb = l(() => o("SkipStartFill")), gb = l(() => o("Skype")), kb = l(() => o("Slack")), mb = l(() => o("Slash")), wb = l(() => o("SlashCircle")), Bb = l(() => o("SlashCircleFill")), Db = l(() => o("SlashCircleFillV2")), Pb = l(() => o("SlashCircleV2")), Ab = l(() => o("SlashLg")), fb = l(() => o("SlashSquare")), Eb = l(() => o("SlashSquareFill")), Hb = l(() => o("SlashSquareFillV2")), Tb = l(() => o("SlashSquareV2")), yb = l(() => o("Sliders")), xb = l(() => o("Sliders2")), Lb = l(() => o("Sliders2Vertical")), Rb = l(() => o("Smartwatch")), bb = l(() => o("Snapchat")), vb = l(() => o("Snow")), qb = l(() => o("Snow2")), Mb = l(() => o("Snow3")), Ub = l(() => o("SortAlphaDown")), Ib = l(() => o("SortAlphaDownAlt")), Gb = l(() => o("SortAlphaUp")), Ob = l(() => o("SortAlphaUpAlt")), Xb = l(() => o("SortDown")), Wb = l(() => o("SortDownAlt")), Vb = l(() => o("SortNumericDown")), Nb = l(() => o("SortNumericDownAlt")), jb = l(() => o("SortNumericUp")), _b = l(() => o("SortNumericUpAlt")), Jb = l(() => o("SortUp")), zb = l(() => o("SortUpAlt")), Qb = l(() => o("Soundwave")), Kb = l(() => o("Sourceforge")), Yb = l(() => o("Speaker")), Zb = l(() => o("SpeakerFill")), $b = l(() => o("Speedometer")), lv = l(() => o("Speedometer2")), ov = l(() => o("Spellcheck")), tv = l(() => o("Spotify")), nv = l(() => o("Square")), ev = l(() => o("SquareFill")), iv = l(() => o("SquareHalf")), sv = l(() => o("Squircle")), cv = l(() => o("SquircleArrowBottom")), rv = l(() => o("SquircleArrowBottomFill")), av = l(() => o("SquircleArrowLeft")), Fv = l(() => o("SquircleArrowLeftFill")), dv = l(() => o("SquircleArrowRight")), uv = l(() => o("SquircleArrowRightFill")), Cv = l(() => o("SquircleArrowTop")), pv = l(() => o("SquircleArrowTopFill")), hv = l(() => o("SquircleCheck")), Sv = l(() => o("SquircleCheckAll")), gv = l(() => o("SquircleCheckAllFill")), kv = l(() => o("SquircleCheckFill")), mv = l(() => o("SquircleClock")), wv = l(() => o("SquircleClockFill")), Bv = l(() => o("SquircleCore")), Dv = l(() => o("SquircleCore2NdHalf")), Pv = l(() => o("SquircleCoreHalf")), Av = l(() => o("SquircleDraft")), fv = l(() => o("SquircleExclamation")), Ev = l(() => o("SquircleExclamationFill")), Hv = l(() => o("SquircleFill")), Tv = l(() => o("SquircleInfo")), yv = l(() => o("SquircleInfoFill")), xv = l(() => o("SquircleLink")), Lv = l(() => o("SquircleLinkFill")), Rv = l(() => o("SquircleOff")), bv = l(() => o("SquircleOffFill")), vv = l(() => o("SquircleX")), qv = l(() => o("SquircleXFill")), Mv = l(() => o("Stack")), Uv = l(() => o("StackOverflow")), Iv = l(() => o("Star")), Gv = l(() => o("StarFill")), Ov = l(() => o("StarHalf")), Xv = l(() => o("Stars")), Wv = l(() => o("Steam")), Vv = l(() => o("Stickies")), Nv = l(() => o("StickiesFill")), jv = l(() => o("Sticky")), _v = l(() => o("StickyFill")), Jv = l(() => o("Stop")), zv = l(() => o("StopBtn")), Qv = l(() => o("StopBtnFill")), Kv = l(() => o("StopCircle")), Yv = l(() => o("StopCircleFill")), Zv = l(() => o("StopFill")), $v = l(() => o("Stoplights")), lq = l(() => o("StoplightsFill")), oq = l(() => o("Stopwatch")), tq = l(() => o("StopwatchFill")), nq = l(() => o("Strava")), eq = l(() => o("Stripe")), iq = l(() => o("Subscript")), sq = l(() => o("Substack")), cq = l(() => o("Subtract")), rq = l(() => o("Suitcase")), aq = l(() => o("Suitcase2")), Fq = l(() => o("Suitcase2Fill")), dq = l(() => o("SuitcaseFill")), uq = l(() => o("SuitcaseLg")), Cq = l(() => o("SuitcaseLgFill")), pq = l(() => o("SuitClub")), hq = l(() => o("SuitClubFill")), Sq = l(() => o("SuitDiamond")), gq = l(() => o("SuitDiamondFill")), kq = l(() => o("SuitHeart")), mq = l(() => o("SuitHeartFill")), wq = l(() => o("SuitSpade")), Bq = l(() => o("SuitSpadeFill")), Dq = l(() => o("Sun")), Pq = l(() => o("SunFill")), Aq = l(() => o("Sunglasses")), fq = l(() => o("Sunrise")), Eq = l(() => o("SunriseFill")), Hq = l(() => o("Sunset")), Tq = l(() => o("SunsetFill")), yq = l(() => o("Superscript")), xq = l(() => o("SymmetryHorizontal")), Lq = l(() => o("SymmetryVertical")), Rq = l(() => o("Table")), bq = l(() => o("Tablet")), vq = l(() => o("TabletFill")), qq = l(() => o("TabletLandscape")), Mq = l(() => o("TabletLandscapeFill")), Uq = l(() => o("Tag")), Iq = l(() => o("TagFill")), Gq = l(() => o("Tags")), Oq = l(() => o("TagsFill")), Xq = l(() => o("TaxiFront")), Wq = l(() => o("TaxiFrontFill")), Vq = l(() => o("Telegram")), Nq = l(() => o("Telephone")), jq = l(() => o("TelephoneFill")), _q = l(() => o("TelephoneForward")), Jq = l(() => o("TelephoneForwardFill")), zq = l(() => o("TelephoneInbound")), Qq = l(() => o("TelephoneInboundFill")), Kq = l(() => o("TelephoneMinus")), Yq = l(() => o("TelephoneMinusFill")), Zq = l(() => o("TelephoneOutbound")), $q = l(() => o("TelephoneOutboundFill")), lM = l(() => o("TelephonePlus")), oM = l(() => o("TelephonePlusFill")), tM = l(() => o("TelephoneX")), nM = l(() => o("TelephoneXFill")), eM = l(() => o("TencentQq")), iM = l(() => o("Terminal")), sM = l(() => o("TerminalDash")), cM = l(() => o("TerminalFill")), rM = l(() => o("TerminalPlus")), aM = l(() => o("TerminalSplit")), FM = l(() => o("TerminalX")), dM = l(() => o("TestPipe")), uM = l(() => o("TestPipeFill")), CM = l(() => o("Textarea")), pM = l(() => o("TextareaResize")), hM = l(() => o("TextareaT")), SM = l(() => o("TextCenter")), gM = l(() => o("TextIndentLeft")), kM = l(() => o("TextIndentRight")), mM = l(() => o("TextLeft")), wM = l(() => o("TextParagraph")), BM = l(() => o("TextRight")), DM = l(() => o("TextWrap")), PM = l(() => o("Thermometer")), AM = l(() => o("ThermometerFire3")), fM = l(() => o("ThermometerHalf")), EM = l(() => o("ThermometerHigh")), HM = l(() => o("ThermometerLow")), TM = l(() => o("ThermometerSnow")), yM = l(() => o("ThermometerSun")), xM = l(() => o("Threads")), LM = l(() => o("ThreadsFill")), RM = l(() => o("ThreeDots")), bM = l(() => o("ThreeDotsVertical")), vM = l(() => o("Thunderbolt")), qM = l(() => o("ThunderboltFill")), MM = l(() => o("Ticket")), UM = l(() => o("TicketDetailed")), IM = l(() => o("TicketDetailedFill")), GM = l(() => o("TicketFill")), OM = l(() => o("TicketPerforated")), XM = l(() => o("TicketPerforatedFill")), WM = l(() => o("Tiktok")), VM = l(() => o("Toggle2Off")), NM = l(() => o("Toggle2On")), jM = l(() => o("ToggleOff")), _M = l(() => o("ToggleOn")), JM = l(() => o("Toggles")), zM = l(() => o("Toggles2")), QM = l(() => o("Tools")), KM = l(() => o("Tornado")), YM = l(() => o("TrainFreightFront")), ZM = l(() => o("TrainFreightFrontFill")), $M = l(() => o("TrainFront")), lU = l(() => o("TrainFrontFill")), oU = l(() => o("TrainLightrailFront")), tU = l(() => o("TrainLightrailFrontFill")), nU = l(() => o("Translate")), eU = l(() => o("Transparency")), iU = l(() => o("Trash")), sU = l(() => o("Trash2")), cU = l(() => o("Trash2Fill")), rU = l(() => o("Trash3")), aU = l(() => o("Trash3Fill")), FU = l(() => o("Trash3Off")), dU = l(() => o("Trash3OffFill")), uU = l(() => o("TrashFill")), CU = l(() => o("Tree")), pU = l(() => o("TreeFill")), hU = l(() => o("Trello")), SU = l(() => o("Triangle")), gU = l(() => o("Triangle2")), kU = l(() => o("Triangle2ArrowDown")), mU = l(() => o("Triangle2ArrowDownFill")), wU = l(() => o("Triangle2ArrowLeft")), BU = l(() => o("Triangle2ArrowLeftFill")), DU = l(() => o("Triangle2ArrowRight")), PU = l(() => o("Triangle2ArrowRightFill")), AU = l(() => o("Triangle2ArrowUp")), fU = l(() => o("Triangle2ArrowUpFill")), EU = l(() => o("Triangle2Core")), HU = l(() => o("Triangle2Core2NdHalf")), TU = l(() => o("Triangle2CoreHalf")), yU = l(() => o("Triangle2Fill")), xU = l(() => o("Triangle2X")), LU = l(() => o("Triangle2XFill")), RU = l(() => o("TriangleFill")), bU = l(() => o("TriangleHalf")), vU = l(() => o("Trophy")), qU = l(() => o("TrophyFill")), MU = l(() => o("TropicalStorm")), UU = l(() => o("Truck")), IU = l(() => o("TruckFlatbed")), GU = l(() => o("TruckFront")), OU = l(() => o("TruckFrontFill")), XU = l(() => o("Tsunami")), WU = l(() => o("Tv")), VU = l(() => o("TvFill")), NU = l(() => o("Twitch")), jU = l(() => o("Twitter")), _U = l(() => o("TwitterX")), JU = l(() => o("Type")), zU = l(() => o("TypeBold")), QU = l(() => o("TypeH1")), KU = l(() => o("TypeH2")), YU = l(() => o("TypeH3")), ZU = l(() => o("TypeH4")), $U = l(() => o("TypeH5")), lI = l(() => o("TypeH6")), oI = l(() => o("TypeItalic")), tI = l(() => o("TypeStrikethrough")), nI = l(() => o("TypeUnderline")), eI = l(() => o("Ubuntu")), iI = l(() => o("UiChecks")), sI = l(() => o("UiChecksGrid")), cI = l(() => o("UiRadios")), rI = l(() => o("UiRadiosGrid")), aI = l(() => o("Umbrella")), FI = l(() => o("UmbrellaFill")), dI = l(() => o("Unindent")), uI = l(() => o("Union")), CI = l(() => o("UnitLayout")), pI = l(() => o("UnitTemplate")), hI = l(() => o("Unity")), SI = l(() => o("UniversalAccess")), gI = l(() => o("UniversalAccessCircle")), kI = l(() => o("Unlock")), mI = l(() => o("UnlockFill")), wI = l(() => o("Upc")), BI = l(() => o("UpcScan")), DI = l(() => o("Upload")), PI = l(() => o("Usb")), AI = l(() => o("UsbC")), fI = l(() => o("UsbCFill")), EI = l(() => o("UsbDrive")), HI = l(() => o("UsbDriveFill")), TI = l(() => o("UsbFill")), yI = l(() => o("UsbMicro")), xI = l(() => o("UsbMicroFill")), LI = l(() => o("UsbMini")), RI = l(() => o("UsbMiniFill")), bI = l(() => o("UsbPlug")), vI = l(() => o("UsbPlugFill")), qI = l(() => o("UsbSymbol")), MI = l(() => o("Valentine")), UI = l(() => o("Valentine2")), II = l(() => o("VectorPen")), GI = l(() => o("ViewList")), OI = l(() => o("ViewStacked")), XI = l(() => o("Vignette")), WI = l(() => o("Vimeo")), VI = l(() => o("Vinyl")), NI = l(() => o("VinylFill")), jI = l(() => o("Virus")), _I = l(() => o("Virus2")), JI = l(() => o("Voicemail")), zI = l(() => o("VolumeDown")), QI = l(() => o("VolumeDownFill")), KI = l(() => o("VolumeMute")), YI = l(() => o("VolumeMuteFill")), ZI = l(() => o("VolumeOff")), $I = l(() => o("VolumeOffFill")), lG = l(() => o("VolumeUp")), oG = l(() => o("VolumeUpFill")), tG = l(() => o("Vr")), nG = l(() => o("Wallet")), eG = l(() => o("Wallet2")), iG = l(() => o("WalletFill")), sG = l(() => o("Watch")), cG = l(() => o("Water")), rG = l(() => o("Webcam")), aG = l(() => o("WebcamFill")), FG = l(() => o("Wechat")), dG = l(() => o("Whatsapp")), uG = l(() => o("Wifi")), CG = l(() => o("Wifi1")), pG = l(() => o("Wifi2")), hG = l(() => o("WifiOff")), SG = l(() => o("Wikipedia")), gG = l(() => o("Wind")), kG = l(() => o("Window")), mG = l(() => o("WindowBootstrap")), wG = l(() => o("WindowDash")), BG = l(() => o("WindowDesktop")), DG = l(() => o("WindowDock")), PG = l(() => o("WindowFullscreen")), AG = l(() => o("WindowPlus")), fG = l(() => o("Windows")), EG = l(() => o("WindowSidebar")), HG = l(() => o("WindowSplit")), TG = l(() => o("WindowStack")), yG = l(() => o("WindowX")), xG = l(() => o("Wordpress")), LG = l(() => o("Wrench")), RG = l(() => o("WrenchAdjustable")), bG = l(() => o("WrenchAdjustableCircle")), vG = l(() => o("WrenchAdjustableCircleFill")), qG = l(() => o("X")), MG = l(() => o("Xbox")), UG = l(() => o("XCircle")), IG = l(() => o("XCircleFill")), GG = l(() => o("XDiamond")), OG = l(() => o("XDiamondFill")), XG = l(() => o("XLg")), WG = l(() => o("XOctagon")), VG = l(() => o("XOctagonFill")), NG = l(() => o("XSquare")), jG = l(() => o("XSquareFill")), _G = l(() => o("Yelp")), JG = l(() => o("YinYang")), zG = l(() => o("Youtube")), QG = l(() => o("ZoomIn")), KG = l(() => o("ZoomOut"));
|
|
12
12
|
export {
|
|
13
13
|
j as Abacus,
|
|
14
14
|
_ as Activity,
|
|
@@ -44,8 +44,8 @@ export {
|
|
|
44
44
|
Dl as ArchiveFill,
|
|
45
45
|
Pl as Arrow90DegDown,
|
|
46
46
|
Al as Arrow90DegLeft,
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
fl as Arrow90DegRight,
|
|
48
|
+
El as Arrow90DegUp,
|
|
49
49
|
Hl as ArrowBarDown,
|
|
50
50
|
Tl as ArrowBarLeft,
|
|
51
51
|
yl as ArrowBarRight,
|
|
@@ -59,8 +59,8 @@ export {
|
|
|
59
59
|
Ul as ArrowDownLeftCircle,
|
|
60
60
|
Il as ArrowDownLeftCircleFill,
|
|
61
61
|
Gl as ArrowDownLeftSquare,
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
Ol as ArrowDownLeftSquareFill,
|
|
63
|
+
Xl as ArrowDownRight,
|
|
64
64
|
Wl as ArrowDownRightCircle,
|
|
65
65
|
Vl as ArrowDownRightCircleFill,
|
|
66
66
|
Nl as ArrowDownRightSquare,
|
|
@@ -87,8 +87,8 @@ export {
|
|
|
87
87
|
uo as ArrowRightSquareFill,
|
|
88
88
|
Po as ArrowThroughHeart,
|
|
89
89
|
Ao as ArrowThroughHeartFill,
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
fo as ArrowUp,
|
|
91
|
+
Eo as ArrowUpCircle,
|
|
92
92
|
Ho as ArrowUpCircleFill,
|
|
93
93
|
To as ArrowUpLeft,
|
|
94
94
|
yo as ArrowUpLeftCircle,
|
|
@@ -102,7 +102,7 @@ export {
|
|
|
102
102
|
Uo as ArrowUpRightSquareFill,
|
|
103
103
|
Io as ArrowUpShort,
|
|
104
104
|
Go as ArrowUpSquare,
|
|
105
|
-
|
|
105
|
+
Oo as ArrowUpSquareFill,
|
|
106
106
|
Co as Arrows,
|
|
107
107
|
po as ArrowsAngleContract,
|
|
108
108
|
ho as ArrowsAngleExpand,
|
|
@@ -113,7 +113,7 @@ export {
|
|
|
113
113
|
wo as ArrowsFullscreen,
|
|
114
114
|
Bo as ArrowsMove,
|
|
115
115
|
Do as ArrowsVertical,
|
|
116
|
-
|
|
116
|
+
Xo as AspectRatio,
|
|
117
117
|
Wo as AspectRatioFill,
|
|
118
118
|
Vo as Asterisk,
|
|
119
119
|
No as At,
|
|
@@ -151,8 +151,8 @@ export {
|
|
|
151
151
|
Dt as BadgeSdFill,
|
|
152
152
|
Pt as BadgeTm,
|
|
153
153
|
At as BadgeTmFill,
|
|
154
|
-
|
|
155
|
-
|
|
154
|
+
ft as BadgeVo,
|
|
155
|
+
Et as BadgeVoFill,
|
|
156
156
|
Ht as BadgeVr,
|
|
157
157
|
Tt as BadgeVrFill,
|
|
158
158
|
yt as BadgeWc,
|
|
@@ -166,8 +166,8 @@ export {
|
|
|
166
166
|
Ut as BagHeart,
|
|
167
167
|
It as BagHeartFill,
|
|
168
168
|
Gt as BagPlus,
|
|
169
|
-
|
|
170
|
-
|
|
169
|
+
Ot as BagPlusFill,
|
|
170
|
+
Xt as BagX,
|
|
171
171
|
Wt as BagXFill,
|
|
172
172
|
Vt as Balloon,
|
|
173
173
|
Nt as BalloonFill,
|
|
@@ -204,8 +204,8 @@ export {
|
|
|
204
204
|
Dn as Bicycle,
|
|
205
205
|
Pn as BinaryTree,
|
|
206
206
|
An as Bing,
|
|
207
|
-
|
|
208
|
-
|
|
207
|
+
fn as Binoculars,
|
|
208
|
+
En as BinocularsFill,
|
|
209
209
|
Hn as BlockquoteLeft,
|
|
210
210
|
Tn as BlockquoteRight,
|
|
211
211
|
yn as Bluetooth,
|
|
@@ -219,8 +219,8 @@ export {
|
|
|
219
219
|
Un as BookmarkDash,
|
|
220
220
|
In as BookmarkDashFill,
|
|
221
221
|
Gn as BookmarkFill,
|
|
222
|
-
|
|
223
|
-
|
|
222
|
+
On as BookmarkHeart,
|
|
223
|
+
Xn as BookmarkHeartFill,
|
|
224
224
|
Wn as BookmarkPlus,
|
|
225
225
|
Vn as BookmarkPlusFill,
|
|
226
226
|
_n as BookmarkStar,
|
|
@@ -258,8 +258,8 @@ export {
|
|
|
258
258
|
De as BoxArrowDownLeft,
|
|
259
259
|
Pe as BoxArrowDownRight,
|
|
260
260
|
Ae as BoxArrowInDown,
|
|
261
|
-
|
|
262
|
-
|
|
261
|
+
fe as BoxArrowInDownLeft,
|
|
262
|
+
Ee as BoxArrowInDownRight,
|
|
263
263
|
He as BoxArrowInLeft,
|
|
264
264
|
Te as BoxArrowInRight,
|
|
265
265
|
ye as BoxArrowInUp,
|
|
@@ -272,9 +272,9 @@ export {
|
|
|
272
272
|
Me as BoxArrowUpRight,
|
|
273
273
|
Ie as BoxFill,
|
|
274
274
|
Ge as BoxSeam,
|
|
275
|
-
|
|
275
|
+
Oe as BoxSeamFill,
|
|
276
276
|
Ue as Boxes,
|
|
277
|
-
|
|
277
|
+
Xe as Braces,
|
|
278
278
|
We as BracesAsterisk,
|
|
279
279
|
Ve as Bricks,
|
|
280
280
|
Ne as Briefcase,
|
|
@@ -312,8 +312,8 @@ export {
|
|
|
312
312
|
Di as BuildingFillAdd,
|
|
313
313
|
Pi as BuildingFillCheck,
|
|
314
314
|
Ai as BuildingFillDash,
|
|
315
|
-
|
|
316
|
-
|
|
315
|
+
fi as BuildingFillDown,
|
|
316
|
+
Ei as BuildingFillExclamation,
|
|
317
317
|
Hi as BuildingFillGear,
|
|
318
318
|
Ti as BuildingFillLock,
|
|
319
319
|
yi as BuildingFillSlash,
|
|
@@ -327,8 +327,8 @@ export {
|
|
|
327
327
|
vi as Buildings,
|
|
328
328
|
qi as BuildingsFill,
|
|
329
329
|
Gi as Bullseye,
|
|
330
|
-
|
|
331
|
-
|
|
330
|
+
Oi as BusFront,
|
|
331
|
+
Xi as BusFrontFill,
|
|
332
332
|
Wi as BusinessUnit,
|
|
333
333
|
Vi as BusinessUnitFill,
|
|
334
334
|
Ni as BusinessUnitFill2,
|
|
@@ -370,8 +370,8 @@ export {
|
|
|
370
370
|
Ds as Calendar3,
|
|
371
371
|
Ps as Calendar3Event,
|
|
372
372
|
As as Calendar3EventFill,
|
|
373
|
-
|
|
374
|
-
|
|
373
|
+
fs as Calendar3Fill,
|
|
374
|
+
Es as Calendar3Range,
|
|
375
375
|
Hs as Calendar3RangeFill,
|
|
376
376
|
Ts as Calendar3Week,
|
|
377
377
|
ys as Calendar3WeekFill,
|
|
@@ -385,8 +385,8 @@ export {
|
|
|
385
385
|
Us as CalendarDateFill,
|
|
386
386
|
Is as CalendarDay,
|
|
387
387
|
Gs as CalendarDayFill,
|
|
388
|
-
|
|
389
|
-
|
|
388
|
+
Os as CalendarEvent,
|
|
389
|
+
Xs as CalendarEventFill,
|
|
390
390
|
Ws as CalendarFill,
|
|
391
391
|
Vs as CalendarGraph,
|
|
392
392
|
Ns as CalendarHeart,
|
|
@@ -426,8 +426,8 @@ export {
|
|
|
426
426
|
Dc as CaretDown,
|
|
427
427
|
Pc as CaretDownFill,
|
|
428
428
|
Ac as CaretDownSquare,
|
|
429
|
-
|
|
430
|
-
|
|
429
|
+
fc as CaretDownSquareFill,
|
|
430
|
+
Ec as CaretLeft,
|
|
431
431
|
Hc as CaretLeftFill,
|
|
432
432
|
Tc as CaretLeftSquare,
|
|
433
433
|
yc as CaretLeftSquareFill,
|
|
@@ -439,8 +439,8 @@ export {
|
|
|
439
439
|
qc as CaretUpFill,
|
|
440
440
|
Mc as CaretUpSquare,
|
|
441
441
|
Uc as CaretUpSquareFill,
|
|
442
|
-
|
|
443
|
-
|
|
442
|
+
Oc as Cart,
|
|
443
|
+
Xc as Cart2,
|
|
444
444
|
Wc as Cart3,
|
|
445
445
|
Vc as Cart4,
|
|
446
446
|
Nc as CartCheck,
|
|
@@ -476,8 +476,8 @@ export {
|
|
|
476
476
|
Dr as ChatLeftDots,
|
|
477
477
|
Pr as ChatLeftDotsFill,
|
|
478
478
|
Ar as ChatLeftFill,
|
|
479
|
-
|
|
480
|
-
|
|
479
|
+
fr as ChatLeftHeart,
|
|
480
|
+
Er as ChatLeftHeartFill,
|
|
481
481
|
Hr as ChatLeftQuote,
|
|
482
482
|
Tr as ChatLeftQuoteFill,
|
|
483
483
|
yr as ChatLeftText,
|
|
@@ -491,8 +491,8 @@ export {
|
|
|
491
491
|
Ur as ChatRightHeart,
|
|
492
492
|
Ir as ChatRightHeartFill,
|
|
493
493
|
Gr as ChatRightQuote,
|
|
494
|
-
|
|
495
|
-
|
|
494
|
+
Or as ChatRightQuoteFill,
|
|
495
|
+
Xr as ChatRightText,
|
|
496
496
|
Wr as ChatRightTextFill,
|
|
497
497
|
Vr as ChatSquare,
|
|
498
498
|
Nr as ChatSquareDots,
|
|
@@ -530,8 +530,8 @@ export {
|
|
|
530
530
|
Da as ChevronContract,
|
|
531
531
|
Pa as ChevronDoubleDown,
|
|
532
532
|
Aa as ChevronDoubleLeft,
|
|
533
|
-
|
|
534
|
-
|
|
533
|
+
fa as ChevronDoubleRight,
|
|
534
|
+
Ea as ChevronDoubleUp,
|
|
535
535
|
Ha as ChevronDown,
|
|
536
536
|
Ta as ChevronExpand,
|
|
537
537
|
ya as ChevronLeft,
|
|
@@ -545,8 +545,8 @@ export {
|
|
|
545
545
|
Ua as CircleDashed,
|
|
546
546
|
Ia as CircleFill,
|
|
547
547
|
Ga as CircleHalf,
|
|
548
|
-
|
|
549
|
-
|
|
548
|
+
Oa as CircleSquare,
|
|
549
|
+
Xa as Clipboard,
|
|
550
550
|
Wa as Clipboard2,
|
|
551
551
|
Va as Clipboard2Check,
|
|
552
552
|
Na as Clipboard2CheckFill,
|
|
@@ -584,8 +584,8 @@ export {
|
|
|
584
584
|
DF as CloudArrowDown,
|
|
585
585
|
PF as CloudArrowDownFill,
|
|
586
586
|
AF as CloudArrowUp,
|
|
587
|
-
|
|
588
|
-
|
|
587
|
+
fF as CloudArrowUpFill,
|
|
588
|
+
EF as CloudCheck,
|
|
589
589
|
HF as CloudCheckFill,
|
|
590
590
|
TF as CloudDownload,
|
|
591
591
|
yF as CloudDownloadFill,
|
|
@@ -599,8 +599,8 @@ export {
|
|
|
599
599
|
UF as CloudHail,
|
|
600
600
|
IF as CloudHailFill,
|
|
601
601
|
GF as CloudHaze,
|
|
602
|
-
|
|
603
|
-
|
|
602
|
+
OF as CloudHaze2,
|
|
603
|
+
XF as CloudHaze2Fill,
|
|
604
604
|
WF as CloudHazeFill,
|
|
605
605
|
VF as CloudLightning,
|
|
606
606
|
NF as CloudLightningFill,
|
|
@@ -638,8 +638,8 @@ export {
|
|
|
638
638
|
Dd as CoinsCheck,
|
|
639
639
|
Pd as CoinsIn,
|
|
640
640
|
Ad as CoinsLink,
|
|
641
|
-
|
|
642
|
-
|
|
641
|
+
fd as CoinsOff,
|
|
642
|
+
Ed as CoinsOut,
|
|
643
643
|
Hd as CoinsRisk,
|
|
644
644
|
Td as Collection,
|
|
645
645
|
yd as CollectionFill,
|
|
@@ -653,8 +653,8 @@ export {
|
|
|
653
653
|
Ud as Cone,
|
|
654
654
|
Id as ConeStriped,
|
|
655
655
|
Gd as ConeStriped2,
|
|
656
|
-
|
|
657
|
-
|
|
656
|
+
Od as ConeStripedFill2,
|
|
657
|
+
Xd as Controller,
|
|
658
658
|
Wd as Convexe,
|
|
659
659
|
Vd as ConvexeArrowDown,
|
|
660
660
|
Nd as ConvexeArrowDownFill,
|
|
@@ -692,8 +692,8 @@ export {
|
|
|
692
692
|
Du as Copy,
|
|
693
693
|
Pu as Cpu,
|
|
694
694
|
Au as CpuFill,
|
|
695
|
-
|
|
696
|
-
|
|
695
|
+
fu as CreditCard,
|
|
696
|
+
Eu as CreditCard2Back,
|
|
697
697
|
Hu as CreditCard2BackFill,
|
|
698
698
|
Tu as CreditCard2Front,
|
|
699
699
|
yu as CreditCard2FrontFill,
|
|
@@ -705,8 +705,8 @@ export {
|
|
|
705
705
|
Uu as CupFill,
|
|
706
706
|
Iu as CupHot,
|
|
707
707
|
Gu as CupHotFill,
|
|
708
|
-
|
|
709
|
-
|
|
708
|
+
Ou as CupStraw,
|
|
709
|
+
Xu as CurrencyBitcoin,
|
|
710
710
|
Wu as CurrencyDollar,
|
|
711
711
|
Vu as CurrencyEuro,
|
|
712
712
|
Nu as CurrencyExchange,
|
|
@@ -744,8 +744,8 @@ export {
|
|
|
744
744
|
DC as DatabaseGear,
|
|
745
745
|
PC as DatabaseLock,
|
|
746
746
|
AC as DatabaseSlash,
|
|
747
|
-
|
|
748
|
-
|
|
747
|
+
fC as DatabaseUp,
|
|
748
|
+
EC as DatabaseX,
|
|
749
749
|
HC as DeviceHdd,
|
|
750
750
|
TC as DeviceHddFill,
|
|
751
751
|
yC as DeviceSsd,
|
|
@@ -759,8 +759,8 @@ export {
|
|
|
759
759
|
UC as DiamondDashed,
|
|
760
760
|
IC as DiamondFill,
|
|
761
761
|
GC as DiamondHalf,
|
|
762
|
-
|
|
763
|
-
|
|
762
|
+
OC as DiamondKey,
|
|
763
|
+
XC as DiamondKeyFill,
|
|
764
764
|
WC as DiamondOff,
|
|
765
765
|
VC as DiamondOffFill,
|
|
766
766
|
NC as Diamonds,
|
|
@@ -798,8 +798,8 @@ export {
|
|
|
798
798
|
Dp as DoorMoveIn,
|
|
799
799
|
Pp as DoorMoveOut,
|
|
800
800
|
Ap as DoorOpen,
|
|
801
|
-
|
|
802
|
-
|
|
801
|
+
fp as DoorOpenFill,
|
|
802
|
+
Ep as Dot,
|
|
803
803
|
Hp as Download,
|
|
804
804
|
Tp as Dpad,
|
|
805
805
|
yp as DpadFill,
|
|
@@ -813,8 +813,8 @@ export {
|
|
|
813
813
|
Up as Ear,
|
|
814
814
|
Gp as EarFill,
|
|
815
815
|
Ip as Earbuds,
|
|
816
|
-
|
|
817
|
-
|
|
816
|
+
Op as Easel,
|
|
817
|
+
Xp as Easel2,
|
|
818
818
|
Wp as Easel2Fill,
|
|
819
819
|
Vp as Easel3,
|
|
820
820
|
Np as Easel3Fill,
|
|
@@ -852,8 +852,8 @@ export {
|
|
|
852
852
|
Dh as EmojiSmileUpsideDownFill,
|
|
853
853
|
Ph as EmojiSunglasses,
|
|
854
854
|
Ah as EmojiSunglassesFill,
|
|
855
|
-
|
|
856
|
-
|
|
855
|
+
fh as EmojiSurprise,
|
|
856
|
+
Eh as EmojiSurpriseFill,
|
|
857
857
|
Hh as EmojiTear,
|
|
858
858
|
Th as EmojiTearFill,
|
|
859
859
|
yh as EmojiWink,
|
|
@@ -867,8 +867,8 @@ export {
|
|
|
867
867
|
Uh as EnvelopeAtFill,
|
|
868
868
|
Ih as EnvelopeCheck,
|
|
869
869
|
Gh as EnvelopeCheckFill,
|
|
870
|
-
|
|
871
|
-
|
|
870
|
+
Oh as EnvelopeDash,
|
|
871
|
+
Xh as EnvelopeDashFill,
|
|
872
872
|
Wh as EnvelopeExclamation,
|
|
873
873
|
Vh as EnvelopeExclamationFill,
|
|
874
874
|
Nh as EnvelopeFill,
|
|
@@ -906,8 +906,8 @@ export {
|
|
|
906
906
|
DS as ExclamationOctagonFill,
|
|
907
907
|
PS as ExclamationSquare,
|
|
908
908
|
AS as ExclamationSquareFill,
|
|
909
|
-
|
|
910
|
-
|
|
909
|
+
fS as ExclamationTriangle,
|
|
910
|
+
ES as ExclamationTriangleFill,
|
|
911
911
|
HS as Exclude,
|
|
912
912
|
TS as Explicit,
|
|
913
913
|
yS as ExplicitFill,
|
|
@@ -921,8 +921,8 @@ export {
|
|
|
921
921
|
US as Facebook,
|
|
922
922
|
IS as Fan,
|
|
923
923
|
GS as FastForward,
|
|
924
|
-
|
|
925
|
-
|
|
924
|
+
OS as FastForwardBtn,
|
|
925
|
+
XS as FastForwardBtnFill,
|
|
926
926
|
WS as FastForwardCircle,
|
|
927
927
|
VS as FastForwardCircleFill,
|
|
928
928
|
NS as FastForwardFill,
|
|
@@ -960,8 +960,8 @@ export {
|
|
|
960
960
|
Dg as FileEarmarkBinaryFill,
|
|
961
961
|
Pg as FileEarmarkBreak,
|
|
962
962
|
Ag as FileEarmarkBreakFill,
|
|
963
|
-
|
|
964
|
-
|
|
963
|
+
fg as FileEarmarkCheck,
|
|
964
|
+
Eg as FileEarmarkCheckFill,
|
|
965
965
|
Hg as FileEarmarkCode,
|
|
966
966
|
Tg as FileEarmarkCodeFill,
|
|
967
967
|
yg as FileEarmarkDiff,
|
|
@@ -975,8 +975,8 @@ export {
|
|
|
975
975
|
Ug as FileEarmarkFontFill,
|
|
976
976
|
Ig as FileEarmarkImage,
|
|
977
977
|
Gg as FileEarmarkImageFill,
|
|
978
|
-
|
|
979
|
-
|
|
978
|
+
Og as FileEarmarkLock,
|
|
979
|
+
Xg as FileEarmarkLock2,
|
|
980
980
|
Wg as FileEarmarkLock2Fill,
|
|
981
981
|
Vg as FileEarmarkLockFill,
|
|
982
982
|
Ng as FileEarmarkMedical,
|
|
@@ -1014,8 +1014,8 @@ export {
|
|
|
1014
1014
|
Dk as FileEarmarkZip,
|
|
1015
1015
|
Pk as FileEarmarkZipFill,
|
|
1016
1016
|
Ak as FileEasel,
|
|
1017
|
-
|
|
1018
|
-
|
|
1017
|
+
fk as FileEaselFill,
|
|
1018
|
+
Ek as FileExcel,
|
|
1019
1019
|
Hk as FileExcelFill,
|
|
1020
1020
|
Tk as FileFill,
|
|
1021
1021
|
yk as FileFont,
|
|
@@ -1029,8 +1029,8 @@ export {
|
|
|
1029
1029
|
Uk as FileMedical,
|
|
1030
1030
|
Ik as FileMedicalFill,
|
|
1031
1031
|
Gk as FileMinus,
|
|
1032
|
-
|
|
1033
|
-
|
|
1032
|
+
Ok as FileMinusFill,
|
|
1033
|
+
Xk as FileMusic,
|
|
1034
1034
|
Wk as FileMusicFill,
|
|
1035
1035
|
Vk as FilePdf,
|
|
1036
1036
|
Nk as FilePdfFill,
|
|
@@ -1074,8 +1074,8 @@ export {
|
|
|
1074
1074
|
Dm as FiletypeGif,
|
|
1075
1075
|
Pm as FiletypeHeic,
|
|
1076
1076
|
Am as FiletypeHtml,
|
|
1077
|
-
|
|
1078
|
-
|
|
1077
|
+
fm as FiletypeJava,
|
|
1078
|
+
Em as FiletypeJpg,
|
|
1079
1079
|
Hm as FiletypeJs,
|
|
1080
1080
|
Tm as FiletypeJson,
|
|
1081
1081
|
ym as FiletypeJsx,
|
|
@@ -1089,8 +1089,8 @@ export {
|
|
|
1089
1089
|
Um as FiletypeOtf,
|
|
1090
1090
|
Im as FiletypePdf,
|
|
1091
1091
|
Gm as FiletypePhp,
|
|
1092
|
-
|
|
1093
|
-
|
|
1092
|
+
Om as FiletypePng,
|
|
1093
|
+
Xm as FiletypePpt,
|
|
1094
1094
|
Wm as FiletypePptx,
|
|
1095
1095
|
Vm as FiletypePsd,
|
|
1096
1096
|
Nm as FiletypePy,
|
|
@@ -1122,8 +1122,8 @@ export {
|
|
|
1122
1122
|
Dw as Fingerprint,
|
|
1123
1123
|
Pw as Fire,
|
|
1124
1124
|
Aw as FireBootstrap,
|
|
1125
|
-
|
|
1126
|
-
|
|
1125
|
+
fw as FireFill,
|
|
1126
|
+
Ew as Flag,
|
|
1127
1127
|
Hw as FlagFill,
|
|
1128
1128
|
Tw as Floppy,
|
|
1129
1129
|
yw as Floppy2,
|
|
@@ -1137,8 +1137,8 @@ export {
|
|
|
1137
1137
|
Uw as Folder2Open,
|
|
1138
1138
|
Iw as FolderCheck,
|
|
1139
1139
|
Gw as FolderFill,
|
|
1140
|
-
|
|
1141
|
-
|
|
1140
|
+
Ow as FolderMinus,
|
|
1141
|
+
Xw as FolderPlus,
|
|
1142
1142
|
Ww as FolderSparkle,
|
|
1143
1143
|
Vw as FolderSymlink,
|
|
1144
1144
|
Nw as FolderSymlinkFill,
|
|
@@ -1176,8 +1176,8 @@ export {
|
|
|
1176
1176
|
DB as Github,
|
|
1177
1177
|
PB as Gitlab,
|
|
1178
1178
|
AB as Globe,
|
|
1179
|
-
|
|
1180
|
-
|
|
1179
|
+
fB as Globe2,
|
|
1180
|
+
EB as GlobeAmericas,
|
|
1181
1181
|
HB as GlobeAsiaAustralia,
|
|
1182
1182
|
TB as GlobeCentralSouthAsia,
|
|
1183
1183
|
yB as GlobeEuropeAfrica,
|
|
@@ -1191,8 +1191,8 @@ export {
|
|
|
1191
1191
|
UB as GraphUp,
|
|
1192
1192
|
IB as GraphUpArrow,
|
|
1193
1193
|
GB as Grid,
|
|
1194
|
-
|
|
1195
|
-
|
|
1194
|
+
OB as Grid1X2,
|
|
1195
|
+
XB as Grid1X2Fill,
|
|
1196
1196
|
WB as Grid3X2,
|
|
1197
1197
|
VB as Grid3X2Gap,
|
|
1198
1198
|
NB as Grid3X2GapFill,
|
|
@@ -1204,8 +1204,8 @@ export {
|
|
|
1204
1204
|
KB as GripVertical,
|
|
1205
1205
|
pD as HCircle,
|
|
1206
1206
|
hD as HCircleFill,
|
|
1207
|
-
|
|
1208
|
-
|
|
1207
|
+
OP as HSquare,
|
|
1208
|
+
XP as HSquareFill,
|
|
1209
1209
|
YB as Hammer,
|
|
1210
1210
|
ZB as Hand,
|
|
1211
1211
|
oD as HandFinger,
|
|
@@ -1232,8 +1232,8 @@ export {
|
|
|
1232
1232
|
DD as HddStack,
|
|
1233
1233
|
PD as HddStackFill,
|
|
1234
1234
|
AD as Hdmi,
|
|
1235
|
-
|
|
1236
|
-
|
|
1235
|
+
fD as HdmiFill,
|
|
1236
|
+
ED as Headphones,
|
|
1237
1237
|
HD as Headset,
|
|
1238
1238
|
TD as HeadsetVr,
|
|
1239
1239
|
yD as Heart,
|
|
@@ -1247,8 +1247,8 @@ export {
|
|
|
1247
1247
|
UD as Hearts,
|
|
1248
1248
|
ID as Heptagon,
|
|
1249
1249
|
GD as HeptagonFill,
|
|
1250
|
-
|
|
1251
|
-
|
|
1250
|
+
OD as HeptagonHalf,
|
|
1251
|
+
XD as Hexagon,
|
|
1252
1252
|
WD as Hexagon2NdHalf,
|
|
1253
1253
|
VD as HexagonArrowDown,
|
|
1254
1254
|
ND as HexagonArrowDownFill,
|
|
@@ -1286,8 +1286,8 @@ export {
|
|
|
1286
1286
|
DP as HouseExclamation,
|
|
1287
1287
|
PP as HouseExclamationFill,
|
|
1288
1288
|
AP as HouseFill,
|
|
1289
|
-
|
|
1290
|
-
|
|
1289
|
+
fP as HouseGear,
|
|
1290
|
+
EP as HouseGearFill,
|
|
1291
1291
|
HP as HouseHeart,
|
|
1292
1292
|
TP as HouseHeartFill,
|
|
1293
1293
|
yP as HouseLock,
|
|
@@ -1338,8 +1338,8 @@ export {
|
|
|
1338
1338
|
DA as InvoicesLink,
|
|
1339
1339
|
PA as Journal,
|
|
1340
1340
|
AA as Journal2,
|
|
1341
|
-
|
|
1342
|
-
|
|
1341
|
+
fA as Journal2Off,
|
|
1342
|
+
EA as JournalAlbum,
|
|
1343
1343
|
HA as JournalArrowDown,
|
|
1344
1344
|
TA as JournalArrowUp,
|
|
1345
1345
|
yA as JournalBookmark,
|
|
@@ -1353,9 +1353,9 @@ export {
|
|
|
1353
1353
|
UA as JournalOff,
|
|
1354
1354
|
IA as JournalPlus,
|
|
1355
1355
|
GA as JournalRichtext,
|
|
1356
|
-
|
|
1356
|
+
XA as JournalText,
|
|
1357
1357
|
WA as JournalX,
|
|
1358
|
-
|
|
1358
|
+
OA as Journals,
|
|
1359
1359
|
VA as Joystick,
|
|
1360
1360
|
NA as Justify,
|
|
1361
1361
|
jA as JustifyLeft,
|
|
@@ -1367,864 +1367,866 @@ export {
|
|
|
1367
1367
|
KA as Keyboard,
|
|
1368
1368
|
YA as KeyboardFill,
|
|
1369
1369
|
$A as Ladder,
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
$
|
|
1477
|
-
lH as
|
|
1478
|
-
oH as
|
|
1479
|
-
tH as
|
|
1480
|
-
nH as
|
|
1481
|
-
eH as
|
|
1482
|
-
iH as
|
|
1483
|
-
sH as
|
|
1484
|
-
cH as
|
|
1485
|
-
rH as
|
|
1486
|
-
aH as
|
|
1487
|
-
FH as
|
|
1488
|
-
dH as
|
|
1489
|
-
uH as
|
|
1490
|
-
CH as
|
|
1491
|
-
pH as
|
|
1492
|
-
hH as
|
|
1493
|
-
SH as
|
|
1494
|
-
gH as
|
|
1495
|
-
kH as
|
|
1496
|
-
mH as
|
|
1497
|
-
wH as
|
|
1498
|
-
BH as
|
|
1499
|
-
DH as
|
|
1500
|
-
PH as
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
HH as
|
|
1509
|
-
TH as
|
|
1510
|
-
yH as
|
|
1511
|
-
xH as
|
|
1512
|
-
LH as
|
|
1513
|
-
RH as
|
|
1514
|
-
bH as
|
|
1515
|
-
vH as
|
|
1516
|
-
qH as
|
|
1517
|
-
MH as
|
|
1518
|
-
UH as
|
|
1519
|
-
IH as
|
|
1520
|
-
GH as
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
WH as
|
|
1524
|
-
VH as
|
|
1525
|
-
NH as
|
|
1526
|
-
jH as
|
|
1527
|
-
_H as
|
|
1528
|
-
JH as
|
|
1529
|
-
zH as
|
|
1530
|
-
QH as
|
|
1531
|
-
KH as
|
|
1532
|
-
YH as
|
|
1533
|
-
ZH as
|
|
1534
|
-
$H as
|
|
1535
|
-
lT as
|
|
1536
|
-
oT as
|
|
1537
|
-
tT as
|
|
1538
|
-
nT as
|
|
1539
|
-
eT as
|
|
1540
|
-
iT as
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
FT as
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
ST as
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
CT as
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
mT as
|
|
1553
|
-
wT as
|
|
1554
|
-
BT as
|
|
1555
|
-
DT as
|
|
1556
|
-
PT as
|
|
1557
|
-
AT as
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
HT as
|
|
1561
|
-
TT as
|
|
1562
|
-
yT as
|
|
1563
|
-
xT as
|
|
1564
|
-
LT as
|
|
1565
|
-
RT as
|
|
1566
|
-
bT as
|
|
1567
|
-
vT as
|
|
1568
|
-
qT as
|
|
1569
|
-
MT as
|
|
1570
|
-
UT as
|
|
1571
|
-
IT as
|
|
1572
|
-
GT as
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
WT as
|
|
1576
|
-
VT as
|
|
1577
|
-
NT as
|
|
1578
|
-
jT as
|
|
1579
|
-
_T as
|
|
1580
|
-
JT as
|
|
1581
|
-
zT as
|
|
1582
|
-
QT as
|
|
1583
|
-
KT as
|
|
1584
|
-
YT as
|
|
1585
|
-
ZT as
|
|
1586
|
-
$T as
|
|
1587
|
-
ly as
|
|
1588
|
-
oy as
|
|
1589
|
-
ty as
|
|
1590
|
-
ny as
|
|
1591
|
-
ey as
|
|
1592
|
-
iy as
|
|
1593
|
-
sy as
|
|
1594
|
-
cy as
|
|
1595
|
-
ry as
|
|
1596
|
-
ay as
|
|
1597
|
-
Fy as
|
|
1598
|
-
dy as
|
|
1599
|
-
uy as
|
|
1600
|
-
Cy as
|
|
1601
|
-
py as
|
|
1602
|
-
hy as
|
|
1603
|
-
Sy as
|
|
1604
|
-
gy as
|
|
1605
|
-
ky as
|
|
1606
|
-
my as
|
|
1607
|
-
wy as
|
|
1608
|
-
By as
|
|
1609
|
-
Dy as
|
|
1610
|
-
Py as
|
|
1611
|
-
Ay as
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
Hy as
|
|
1615
|
-
Ty as
|
|
1616
|
-
yy as
|
|
1617
|
-
xy as
|
|
1618
|
-
Ly as
|
|
1619
|
-
Ry as
|
|
1620
|
-
by as
|
|
1621
|
-
vy as
|
|
1622
|
-
qy as
|
|
1623
|
-
My as
|
|
1624
|
-
Uy as
|
|
1625
|
-
Iy as
|
|
1626
|
-
Gy as
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
Wy as
|
|
1630
|
-
Vy as
|
|
1631
|
-
Ny as
|
|
1632
|
-
jy as
|
|
1633
|
-
_y as
|
|
1634
|
-
Jy as
|
|
1635
|
-
zy as
|
|
1636
|
-
Qy as
|
|
1637
|
-
Ky as
|
|
1638
|
-
Yy as
|
|
1639
|
-
Zy as
|
|
1640
|
-
$y as
|
|
1641
|
-
lx as
|
|
1642
|
-
ox as
|
|
1643
|
-
tx as
|
|
1644
|
-
nx as
|
|
1645
|
-
ex as
|
|
1646
|
-
ix as
|
|
1647
|
-
sx as
|
|
1648
|
-
cx as
|
|
1649
|
-
rx as
|
|
1650
|
-
ax as
|
|
1651
|
-
Fx as
|
|
1652
|
-
dx as
|
|
1653
|
-
ux as
|
|
1654
|
-
Cx as
|
|
1655
|
-
px as
|
|
1656
|
-
hx as
|
|
1657
|
-
Sx as
|
|
1658
|
-
gx as
|
|
1659
|
-
kx as
|
|
1660
|
-
mx as
|
|
1661
|
-
wx as
|
|
1662
|
-
Bx as
|
|
1663
|
-
Dx as
|
|
1664
|
-
Px as
|
|
1665
|
-
Ax as
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
yx as
|
|
1669
|
-
xx as
|
|
1670
|
-
Lx as
|
|
1671
|
-
Rx as
|
|
1672
|
-
bx as
|
|
1673
|
-
vx as
|
|
1674
|
-
qx as
|
|
1675
|
-
Mx as
|
|
1676
|
-
Ux as
|
|
1677
|
-
Ix as
|
|
1678
|
-
Gx as
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
Wx as
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
jx as
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
Kx as
|
|
1692
|
-
Yx as
|
|
1693
|
-
Zx as
|
|
1694
|
-
$x as
|
|
1695
|
-
lL as
|
|
1696
|
-
oL as
|
|
1697
|
-
tL as
|
|
1698
|
-
nL as
|
|
1699
|
-
eL as
|
|
1700
|
-
iL as
|
|
1701
|
-
sL as
|
|
1702
|
-
cL as
|
|
1703
|
-
rL as
|
|
1704
|
-
aL as
|
|
1705
|
-
FL as
|
|
1706
|
-
dL as
|
|
1707
|
-
uL as
|
|
1708
|
-
CL as
|
|
1709
|
-
pL as
|
|
1710
|
-
hL as
|
|
1711
|
-
SL as
|
|
1712
|
-
gL as
|
|
1713
|
-
kL as
|
|
1714
|
-
mL as
|
|
1715
|
-
wL as
|
|
1716
|
-
BL as
|
|
1717
|
-
DL as
|
|
1718
|
-
PL as
|
|
1719
|
-
AL as
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
HL as
|
|
1723
|
-
TL as
|
|
1724
|
-
yL as
|
|
1725
|
-
xL as
|
|
1726
|
-
LL as
|
|
1727
|
-
RL as
|
|
1728
|
-
bL as
|
|
1729
|
-
vL as
|
|
1730
|
-
qL as
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
WL as
|
|
1736
|
-
VL as
|
|
1737
|
-
NL as
|
|
1738
|
-
jL as
|
|
1739
|
-
_L as
|
|
1740
|
-
JL as
|
|
1741
|
-
zL as
|
|
1742
|
-
QL as
|
|
1743
|
-
KL as
|
|
1744
|
-
YL as
|
|
1745
|
-
ZL as
|
|
1746
|
-
$L as
|
|
1747
|
-
l2 as
|
|
1748
|
-
o2 as
|
|
1749
|
-
t2 as
|
|
1750
|
-
n2 as
|
|
1751
|
-
e2 as
|
|
1752
|
-
i2 as
|
|
1753
|
-
s2 as
|
|
1754
|
-
c2 as
|
|
1755
|
-
r2 as
|
|
1756
|
-
a2 as
|
|
1757
|
-
F2 as
|
|
1758
|
-
d2 as
|
|
1759
|
-
u2 as
|
|
1760
|
-
C2 as
|
|
1761
|
-
p2 as
|
|
1762
|
-
h2 as
|
|
1763
|
-
S2 as
|
|
1764
|
-
g2 as
|
|
1765
|
-
k2 as
|
|
1766
|
-
m2 as
|
|
1767
|
-
w2 as
|
|
1768
|
-
B2 as
|
|
1769
|
-
D2 as
|
|
1770
|
-
P2 as
|
|
1771
|
-
A2 as
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
H2 as
|
|
1775
|
-
T2 as
|
|
1776
|
-
y2 as
|
|
1777
|
-
x2 as
|
|
1778
|
-
L2 as
|
|
1779
|
-
R2 as
|
|
1780
|
-
b2 as
|
|
1781
|
-
v2 as
|
|
1782
|
-
q2 as
|
|
1783
|
-
M2 as
|
|
1784
|
-
U2 as
|
|
1785
|
-
I2 as
|
|
1786
|
-
G2 as
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
W2 as
|
|
1790
|
-
V2 as
|
|
1791
|
-
N2 as
|
|
1792
|
-
j2 as
|
|
1793
|
-
_2 as
|
|
1794
|
-
J2 as
|
|
1795
|
-
z2 as
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
Z2 as
|
|
1799
|
-
$2 as
|
|
1800
|
-
lR as
|
|
1801
|
-
oR as
|
|
1802
|
-
tR as
|
|
1803
|
-
nR as
|
|
1804
|
-
eR as
|
|
1805
|
-
iR as
|
|
1806
|
-
sR as
|
|
1807
|
-
cR as
|
|
1808
|
-
rR as
|
|
1809
|
-
aR as
|
|
1810
|
-
FR as
|
|
1811
|
-
dR as
|
|
1812
|
-
uR as
|
|
1813
|
-
CR as
|
|
1814
|
-
pR as
|
|
1815
|
-
hR as
|
|
1816
|
-
SR as
|
|
1817
|
-
gR as
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
HR as
|
|
1822
|
-
TR as
|
|
1823
|
-
yR as
|
|
1824
|
-
xR as
|
|
1825
|
-
LR as
|
|
1826
|
-
RR as
|
|
1827
|
-
bR as
|
|
1828
|
-
vR as
|
|
1829
|
-
qR as
|
|
1830
|
-
MR as
|
|
1831
|
-
UR as
|
|
1832
|
-
IR as
|
|
1833
|
-
GR as
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
wR as
|
|
1838
|
-
BR as
|
|
1839
|
-
DR as
|
|
1840
|
-
PR as
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
WR as
|
|
1844
|
-
VR as
|
|
1845
|
-
NR as
|
|
1846
|
-
jR as
|
|
1847
|
-
_R as
|
|
1848
|
-
JR as
|
|
1849
|
-
zR as
|
|
1850
|
-
QR as
|
|
1851
|
-
KR as
|
|
1852
|
-
YR as
|
|
1853
|
-
ZR as
|
|
1854
|
-
$R as
|
|
1855
|
-
lb as
|
|
1856
|
-
ob as
|
|
1857
|
-
tb as
|
|
1858
|
-
nb as
|
|
1859
|
-
eb as
|
|
1860
|
-
ib as
|
|
1861
|
-
sb as
|
|
1862
|
-
cb as
|
|
1863
|
-
rb as
|
|
1864
|
-
ab as
|
|
1865
|
-
Fb as
|
|
1866
|
-
db as
|
|
1867
|
-
ub as
|
|
1868
|
-
Cb as
|
|
1869
|
-
pb as
|
|
1870
|
-
hb as
|
|
1871
|
-
Sb as
|
|
1872
|
-
gb as
|
|
1873
|
-
kb as
|
|
1874
|
-
mb as
|
|
1875
|
-
wb as
|
|
1876
|
-
Bb as
|
|
1877
|
-
Db as
|
|
1878
|
-
Pb as
|
|
1879
|
-
Ab as
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
Hb as
|
|
1883
|
-
Tb as
|
|
1884
|
-
yb as
|
|
1885
|
-
xb as
|
|
1886
|
-
Lb as
|
|
1887
|
-
Rb as
|
|
1888
|
-
bb as
|
|
1889
|
-
vb as
|
|
1890
|
-
qb as
|
|
1891
|
-
Mb as
|
|
1892
|
-
Ub as
|
|
1893
|
-
Ib as
|
|
1894
|
-
Gb as
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
Wb as
|
|
1898
|
-
Vb as
|
|
1899
|
-
Nb as
|
|
1900
|
-
jb as
|
|
1901
|
-
_b as
|
|
1902
|
-
Jb as
|
|
1903
|
-
zb as
|
|
1904
|
-
Qb as
|
|
1905
|
-
Kb as
|
|
1906
|
-
Yb as
|
|
1907
|
-
Zb as
|
|
1908
|
-
$b as
|
|
1909
|
-
lv as
|
|
1910
|
-
ov as
|
|
1911
|
-
tv as
|
|
1912
|
-
nv as
|
|
1913
|
-
ev as
|
|
1914
|
-
iv as
|
|
1915
|
-
sv as
|
|
1916
|
-
cv as
|
|
1917
|
-
rv as
|
|
1918
|
-
av as
|
|
1919
|
-
Fv as
|
|
1920
|
-
dv as
|
|
1921
|
-
uv as
|
|
1922
|
-
Cv as
|
|
1923
|
-
pv as
|
|
1924
|
-
hv as
|
|
1925
|
-
Sv as
|
|
1926
|
-
gv as
|
|
1927
|
-
kv as
|
|
1928
|
-
mv as
|
|
1929
|
-
wv as
|
|
1930
|
-
Bv as
|
|
1931
|
-
Dv as
|
|
1932
|
-
Pv as
|
|
1933
|
-
Av as
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
Hv as
|
|
1937
|
-
Tv as
|
|
1938
|
-
yv as
|
|
1939
|
-
xv as
|
|
1940
|
-
Lv as
|
|
1941
|
-
Rv as
|
|
1942
|
-
bv as
|
|
1943
|
-
vv as
|
|
1944
|
-
qv as
|
|
1945
|
-
Mv as
|
|
1946
|
-
Uv as
|
|
1947
|
-
Iv as
|
|
1948
|
-
Gv as
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
Wv as
|
|
1952
|
-
Vv as
|
|
1953
|
-
Nv as
|
|
1954
|
-
jv as
|
|
1955
|
-
_v as
|
|
1956
|
-
Jv as
|
|
1957
|
-
zv as
|
|
1958
|
-
Qv as
|
|
1959
|
-
Kv as
|
|
1960
|
-
Yv as
|
|
1961
|
-
Zv as
|
|
1962
|
-
$v as
|
|
1963
|
-
lq as
|
|
1964
|
-
oq as
|
|
1965
|
-
tq as
|
|
1966
|
-
nq as
|
|
1967
|
-
eq as
|
|
1968
|
-
iq as
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
pq as
|
|
1972
|
-
hq as
|
|
1973
|
-
Sq as
|
|
1974
|
-
gq as
|
|
1975
|
-
kq as
|
|
1976
|
-
mq as
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
rq as
|
|
1980
|
-
aq as
|
|
1981
|
-
Fq as
|
|
1982
|
-
dq as
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
Dq as
|
|
1986
|
-
Pq as
|
|
1987
|
-
Aq as
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
Hq as
|
|
1991
|
-
Tq as
|
|
1992
|
-
yq as
|
|
1993
|
-
xq as
|
|
1994
|
-
Lq as
|
|
1995
|
-
Rq as
|
|
1996
|
-
bq as
|
|
1997
|
-
vq as
|
|
1998
|
-
qq as
|
|
1999
|
-
Mq as
|
|
2000
|
-
Uq as
|
|
2001
|
-
Iq as
|
|
2002
|
-
Gq as
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
Wq as
|
|
2006
|
-
Vq as
|
|
2007
|
-
Nq as
|
|
2008
|
-
jq as
|
|
2009
|
-
_q as
|
|
2010
|
-
Jq as
|
|
2011
|
-
zq as
|
|
2012
|
-
Qq as
|
|
2013
|
-
Kq as
|
|
2014
|
-
Yq as
|
|
2015
|
-
Zq as
|
|
2016
|
-
$q as
|
|
2017
|
-
lM as
|
|
2018
|
-
oM as
|
|
2019
|
-
tM as
|
|
2020
|
-
nM as
|
|
2021
|
-
eM as
|
|
2022
|
-
iM as
|
|
2023
|
-
sM as
|
|
2024
|
-
cM as
|
|
2025
|
-
rM as
|
|
2026
|
-
aM as
|
|
2027
|
-
FM as
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
SM as
|
|
2031
|
-
gM as
|
|
2032
|
-
kM as
|
|
2033
|
-
mM as
|
|
2034
|
-
wM as
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
CM as
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
PM as
|
|
2041
|
-
AM as
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
HM as
|
|
2045
|
-
TM as
|
|
2046
|
-
yM as
|
|
2047
|
-
xM as
|
|
2048
|
-
LM as
|
|
2049
|
-
RM as
|
|
2050
|
-
bM as
|
|
2051
|
-
vM as
|
|
2052
|
-
qM as
|
|
2053
|
-
MM as
|
|
2054
|
-
UM as
|
|
2055
|
-
IM as
|
|
2056
|
-
GM as
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
WM as
|
|
2060
|
-
VM as
|
|
2061
|
-
NM as
|
|
2062
|
-
jM as
|
|
2063
|
-
_M as
|
|
2064
|
-
JM as
|
|
2065
|
-
zM as
|
|
2066
|
-
QM as
|
|
2067
|
-
KM as
|
|
2068
|
-
YM as
|
|
2069
|
-
ZM as
|
|
2070
|
-
$M as
|
|
2071
|
-
lU as
|
|
2072
|
-
oU as
|
|
2073
|
-
tU as
|
|
2074
|
-
nU as
|
|
2075
|
-
eU as
|
|
2076
|
-
iU as
|
|
2077
|
-
sU as
|
|
2078
|
-
cU as
|
|
2079
|
-
rU as
|
|
2080
|
-
aU as
|
|
2081
|
-
FU as
|
|
2082
|
-
dU as
|
|
2083
|
-
uU as
|
|
2084
|
-
CU as
|
|
2085
|
-
pU as
|
|
2086
|
-
hU as
|
|
2087
|
-
SU as
|
|
2088
|
-
gU as
|
|
2089
|
-
kU as
|
|
2090
|
-
mU as
|
|
2091
|
-
wU as
|
|
2092
|
-
BU as
|
|
2093
|
-
DU as
|
|
2094
|
-
PU as
|
|
2095
|
-
AU as
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
HU as
|
|
2099
|
-
TU as
|
|
2100
|
-
yU as
|
|
2101
|
-
xU as
|
|
2102
|
-
LU as
|
|
2103
|
-
RU as
|
|
2104
|
-
bU as
|
|
2105
|
-
vU as
|
|
2106
|
-
qU as
|
|
2107
|
-
MU as
|
|
2108
|
-
UU as
|
|
2109
|
-
IU as
|
|
2110
|
-
GU as
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
WU as
|
|
2114
|
-
VU as
|
|
2115
|
-
NU as
|
|
2116
|
-
jU as
|
|
2117
|
-
_U as
|
|
2118
|
-
JU as
|
|
2119
|
-
zU as
|
|
2120
|
-
QU as
|
|
2121
|
-
KU as
|
|
2122
|
-
YU as
|
|
2123
|
-
ZU as
|
|
2124
|
-
$U as
|
|
2125
|
-
lI as
|
|
2126
|
-
oI as
|
|
2127
|
-
tI as
|
|
2128
|
-
nI as
|
|
2129
|
-
eI as
|
|
2130
|
-
iI as
|
|
2131
|
-
sI as
|
|
2132
|
-
cI as
|
|
2133
|
-
rI as
|
|
2134
|
-
aI as
|
|
2135
|
-
FI as
|
|
2136
|
-
dI as
|
|
2137
|
-
uI as
|
|
2138
|
-
CI as
|
|
2139
|
-
pI as
|
|
2140
|
-
hI as
|
|
2141
|
-
SI as
|
|
2142
|
-
gI as
|
|
2143
|
-
kI as
|
|
2144
|
-
mI as
|
|
2145
|
-
wI as
|
|
2146
|
-
BI as
|
|
2147
|
-
DI as
|
|
2148
|
-
PI as
|
|
2149
|
-
AI as
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
HI as
|
|
2153
|
-
TI as
|
|
2154
|
-
yI as
|
|
2155
|
-
xI as
|
|
2156
|
-
LI as
|
|
2157
|
-
RI as
|
|
2158
|
-
bI as
|
|
2159
|
-
vI as
|
|
2160
|
-
qI as
|
|
2161
|
-
MI as
|
|
2162
|
-
UI as
|
|
2163
|
-
II as
|
|
2164
|
-
GI as
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
WI as
|
|
2168
|
-
VI as
|
|
2169
|
-
NI as
|
|
2170
|
-
jI as
|
|
2171
|
-
_I as
|
|
2172
|
-
JI as
|
|
2173
|
-
zI as
|
|
2174
|
-
QI as
|
|
2175
|
-
KI as
|
|
2176
|
-
YI as
|
|
2177
|
-
ZI as
|
|
2178
|
-
$I as
|
|
2179
|
-
lG as
|
|
2180
|
-
oG as
|
|
2181
|
-
tG as
|
|
2182
|
-
nG as
|
|
2183
|
-
eG as
|
|
2184
|
-
iG as
|
|
2185
|
-
sG as
|
|
2186
|
-
cG as
|
|
2187
|
-
rG as
|
|
2188
|
-
aG as
|
|
2189
|
-
FG as
|
|
2190
|
-
dG as
|
|
2191
|
-
uG as
|
|
2192
|
-
CG as
|
|
2193
|
-
pG as
|
|
2194
|
-
hG as
|
|
2195
|
-
SG as
|
|
2196
|
-
gG as
|
|
2197
|
-
kG as
|
|
2198
|
-
mG as
|
|
2199
|
-
wG as
|
|
2200
|
-
BG as
|
|
2201
|
-
DG as
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
HG as
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
xG as
|
|
2210
|
-
LG as
|
|
2211
|
-
RG as
|
|
2212
|
-
bG as
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
UG as
|
|
2216
|
-
IG as
|
|
2217
|
-
GG as
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
WG as
|
|
2221
|
-
VG as
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
_G as
|
|
2226
|
-
JG as
|
|
2227
|
-
zG as
|
|
1370
|
+
lf as Lamp,
|
|
1371
|
+
of as LampFill,
|
|
1372
|
+
tf as LampFillOff,
|
|
1373
|
+
nf as LampOff,
|
|
1374
|
+
ef as Laptop,
|
|
1375
|
+
sf as LaptopFill,
|
|
1376
|
+
cf as LayerBackward,
|
|
1377
|
+
rf as LayerForward,
|
|
1378
|
+
af as Layers,
|
|
1379
|
+
Ff as LayersFill,
|
|
1380
|
+
df as LayersHalf,
|
|
1381
|
+
uf as LayoutSidebar,
|
|
1382
|
+
Cf as LayoutSidebarInset,
|
|
1383
|
+
pf as LayoutSidebarInsetReverse,
|
|
1384
|
+
hf as LayoutSidebarReverse,
|
|
1385
|
+
Sf as LayoutSplit,
|
|
1386
|
+
gf as LayoutTextSidebar,
|
|
1387
|
+
kf as LayoutTextSidebarReverse,
|
|
1388
|
+
mf as LayoutTextWindow,
|
|
1389
|
+
wf as LayoutTextWindowReverse,
|
|
1390
|
+
Bf as LayoutThreeColumns,
|
|
1391
|
+
Df as LayoutWtf,
|
|
1392
|
+
Pf as LifePreserver,
|
|
1393
|
+
Af as Lightbulb,
|
|
1394
|
+
ff as LightbulbFill,
|
|
1395
|
+
Ef as LightbulbOff,
|
|
1396
|
+
Hf as LightbulbOffFill,
|
|
1397
|
+
Tf as Lightning,
|
|
1398
|
+
yf as LightningCharge,
|
|
1399
|
+
xf as LightningChargeFill,
|
|
1400
|
+
Lf as LightningFill,
|
|
1401
|
+
Rf as Line,
|
|
1402
|
+
bf as Link,
|
|
1403
|
+
vf as Link2,
|
|
1404
|
+
qf as Link2Break,
|
|
1405
|
+
Mf as Link45Deg,
|
|
1406
|
+
Uf as Linkedin,
|
|
1407
|
+
If as List,
|
|
1408
|
+
Gf as ListCheck,
|
|
1409
|
+
Of as ListColumns,
|
|
1410
|
+
Xf as ListColumnsReverse,
|
|
1411
|
+
Wf as ListNested,
|
|
1412
|
+
Vf as ListOl,
|
|
1413
|
+
Nf as ListStars,
|
|
1414
|
+
jf as ListTask,
|
|
1415
|
+
_f as ListUl,
|
|
1416
|
+
Jf as Lock,
|
|
1417
|
+
zf as LockFill,
|
|
1418
|
+
Qf as Luggage,
|
|
1419
|
+
Kf as LuggageFill,
|
|
1420
|
+
Yf as Lungs,
|
|
1421
|
+
Zf as LungsFill,
|
|
1422
|
+
$f as Magic,
|
|
1423
|
+
lE as Magnet,
|
|
1424
|
+
oE as MagnetFill,
|
|
1425
|
+
tE as Mailbox,
|
|
1426
|
+
nE as Mailbox2,
|
|
1427
|
+
eE as Mailbox2Flag,
|
|
1428
|
+
iE as MailboxFlag,
|
|
1429
|
+
sE as Map,
|
|
1430
|
+
cE as MapFill,
|
|
1431
|
+
rE as MapOff,
|
|
1432
|
+
aE as Markdown,
|
|
1433
|
+
FE as MarkdownFill,
|
|
1434
|
+
dE as MarkerTip,
|
|
1435
|
+
uE as Mask,
|
|
1436
|
+
CE as Mastodon,
|
|
1437
|
+
pE as MeasuringTape,
|
|
1438
|
+
hE as MeasuringTapeFill,
|
|
1439
|
+
SE as Medium,
|
|
1440
|
+
gE as Megaphone,
|
|
1441
|
+
kE as MegaphoneFill,
|
|
1442
|
+
mE as Memory,
|
|
1443
|
+
wE as MenuApp,
|
|
1444
|
+
BE as MenuAppFill,
|
|
1445
|
+
DE as MenuButton,
|
|
1446
|
+
PE as MenuButtonFill,
|
|
1447
|
+
AE as MenuButtonWide,
|
|
1448
|
+
fE as MenuButtonWideFill,
|
|
1449
|
+
EE as MenuDown,
|
|
1450
|
+
HE as MenuUp,
|
|
1451
|
+
TE as Messenger,
|
|
1452
|
+
yE as Meta,
|
|
1453
|
+
xE as Mic,
|
|
1454
|
+
LE as MicFill,
|
|
1455
|
+
RE as MicMute,
|
|
1456
|
+
bE as MicMuteFill,
|
|
1457
|
+
vE as Microsoft,
|
|
1458
|
+
qE as MicrosoftTeams,
|
|
1459
|
+
ME as Minecart,
|
|
1460
|
+
UE as MinecartLoaded,
|
|
1461
|
+
IE as Modem,
|
|
1462
|
+
GE as ModemFill,
|
|
1463
|
+
OE as Moisture,
|
|
1464
|
+
XE as Moon,
|
|
1465
|
+
WE as MoonFill,
|
|
1466
|
+
VE as MoonStars,
|
|
1467
|
+
NE as MoonStarsFill,
|
|
1468
|
+
jE as Mortarboard,
|
|
1469
|
+
_E as MortarboardFill,
|
|
1470
|
+
JE as Motherboard,
|
|
1471
|
+
zE as MotherboardFill,
|
|
1472
|
+
QE as Mouse,
|
|
1473
|
+
KE as Mouse2,
|
|
1474
|
+
YE as Mouse2Fill,
|
|
1475
|
+
ZE as Mouse3,
|
|
1476
|
+
$E as Mouse3Fill,
|
|
1477
|
+
lH as MouseFill,
|
|
1478
|
+
oH as MusicNote,
|
|
1479
|
+
tH as MusicNoteBeamed,
|
|
1480
|
+
nH as MusicNoteList,
|
|
1481
|
+
eH as MusicPlayer,
|
|
1482
|
+
iH as MusicPlayerFill,
|
|
1483
|
+
sH as Newspaper,
|
|
1484
|
+
cH as NintendoSwitch,
|
|
1485
|
+
rH as NodeMinus,
|
|
1486
|
+
aH as NodeMinusFill,
|
|
1487
|
+
FH as NodePlus,
|
|
1488
|
+
dH as NodePlusFill,
|
|
1489
|
+
uH as NoiseReduction,
|
|
1490
|
+
CH as Nut,
|
|
1491
|
+
pH as NutFill,
|
|
1492
|
+
hH as Nvidia,
|
|
1493
|
+
SH as Nvme,
|
|
1494
|
+
gH as NvmeFill,
|
|
1495
|
+
kH as Octagon,
|
|
1496
|
+
mH as OctagonFill,
|
|
1497
|
+
wH as OctagonHalf,
|
|
1498
|
+
BH as Opencollective,
|
|
1499
|
+
DH as OpticalAudio,
|
|
1500
|
+
PH as OpticalAudioFill,
|
|
1501
|
+
AH as Option,
|
|
1502
|
+
fH as Outlet,
|
|
1503
|
+
rT as PCircle,
|
|
1504
|
+
aT as PCircleFill,
|
|
1505
|
+
Hx as PSquare,
|
|
1506
|
+
Tx as PSquareFill,
|
|
1507
|
+
EH as PaintBucket,
|
|
1508
|
+
HH as PaintRoller,
|
|
1509
|
+
TH as PaintRollerFill,
|
|
1510
|
+
yH as Palette,
|
|
1511
|
+
xH as Palette2,
|
|
1512
|
+
LH as PaletteFill,
|
|
1513
|
+
RH as Paperclip,
|
|
1514
|
+
bH as Paragraph,
|
|
1515
|
+
vH as Pass,
|
|
1516
|
+
qH as PassFill,
|
|
1517
|
+
MH as Passport,
|
|
1518
|
+
UH as PassportFill,
|
|
1519
|
+
IH as PatchCheck,
|
|
1520
|
+
GH as PatchCheckFill,
|
|
1521
|
+
OH as PatchExclamation,
|
|
1522
|
+
XH as PatchExclamationFill,
|
|
1523
|
+
WH as PatchMinus,
|
|
1524
|
+
VH as PatchMinusFill,
|
|
1525
|
+
NH as PatchPlus,
|
|
1526
|
+
jH as PatchPlusFill,
|
|
1527
|
+
_H as PatchQuestion,
|
|
1528
|
+
JH as PatchQuestionFill,
|
|
1529
|
+
zH as Pause,
|
|
1530
|
+
QH as PauseBtn,
|
|
1531
|
+
KH as PauseBtnFill,
|
|
1532
|
+
YH as PauseCircle,
|
|
1533
|
+
ZH as PauseCircleFill,
|
|
1534
|
+
$H as PauseFill,
|
|
1535
|
+
lT as Paypal,
|
|
1536
|
+
oT as Pc,
|
|
1537
|
+
tT as PcDisplay,
|
|
1538
|
+
nT as PcDisplayHorizontal,
|
|
1539
|
+
eT as PcHorizontal,
|
|
1540
|
+
iT as PciCard,
|
|
1541
|
+
sT as PciCardNetwork,
|
|
1542
|
+
cT as PciCardSound,
|
|
1543
|
+
FT as Peace,
|
|
1544
|
+
dT as PeaceFill,
|
|
1545
|
+
uT as Pen,
|
|
1546
|
+
ST as PenFill,
|
|
1547
|
+
gT as PenOff,
|
|
1548
|
+
kT as PenOffFill,
|
|
1549
|
+
CT as Pencil,
|
|
1550
|
+
pT as PencilFill,
|
|
1551
|
+
hT as PencilSquare,
|
|
1552
|
+
mT as Pentagon,
|
|
1553
|
+
wT as PentagonFill,
|
|
1554
|
+
BT as PentagonHalf,
|
|
1555
|
+
DT as People,
|
|
1556
|
+
PT as PeopleFill,
|
|
1557
|
+
AT as Percent,
|
|
1558
|
+
fT as Person,
|
|
1559
|
+
ET as PersonAdd,
|
|
1560
|
+
HT as PersonArmsUp,
|
|
1561
|
+
TT as PersonBadge,
|
|
1562
|
+
yT as PersonBadgeFill,
|
|
1563
|
+
xT as PersonBoundingBox,
|
|
1564
|
+
LT as PersonCheck,
|
|
1565
|
+
RT as PersonCheckFill,
|
|
1566
|
+
bT as PersonCircle,
|
|
1567
|
+
vT as PersonDash,
|
|
1568
|
+
qT as PersonDashFill,
|
|
1569
|
+
MT as PersonDown,
|
|
1570
|
+
UT as PersonExclamation,
|
|
1571
|
+
IT as PersonFill,
|
|
1572
|
+
GT as PersonFillAdd,
|
|
1573
|
+
OT as PersonFillCheck,
|
|
1574
|
+
XT as PersonFillDash,
|
|
1575
|
+
WT as PersonFillDown,
|
|
1576
|
+
VT as PersonFillExclamation,
|
|
1577
|
+
NT as PersonFillGear,
|
|
1578
|
+
jT as PersonFillLock,
|
|
1579
|
+
_T as PersonFillSlash,
|
|
1580
|
+
JT as PersonFillUp,
|
|
1581
|
+
zT as PersonFillX,
|
|
1582
|
+
QT as PersonGear,
|
|
1583
|
+
KT as PersonHeart,
|
|
1584
|
+
YT as PersonHearts,
|
|
1585
|
+
ZT as PersonLinesFill,
|
|
1586
|
+
$T as PersonLock,
|
|
1587
|
+
ly as PersonPlus,
|
|
1588
|
+
oy as PersonPlusFill,
|
|
1589
|
+
ty as PersonRaisedHand,
|
|
1590
|
+
ny as PersonRolodex,
|
|
1591
|
+
ey as PersonSlash,
|
|
1592
|
+
iy as PersonSquare,
|
|
1593
|
+
sy as PersonStanding,
|
|
1594
|
+
cy as PersonStandingDress,
|
|
1595
|
+
ry as PersonUp,
|
|
1596
|
+
ay as PersonVcard,
|
|
1597
|
+
Fy as PersonVcardFill,
|
|
1598
|
+
dy as PersonVideo,
|
|
1599
|
+
uy as PersonVideo2,
|
|
1600
|
+
Cy as PersonVideo3,
|
|
1601
|
+
py as PersonWalking,
|
|
1602
|
+
hy as PersonWheelchair,
|
|
1603
|
+
Sy as PersonWorkspace,
|
|
1604
|
+
gy as PersonX,
|
|
1605
|
+
ky as PersonXFill,
|
|
1606
|
+
my as Phone,
|
|
1607
|
+
wy as PhoneFill,
|
|
1608
|
+
By as PhoneFlip,
|
|
1609
|
+
Dy as PhoneLandscape,
|
|
1610
|
+
Py as PhoneLandscapeFill,
|
|
1611
|
+
Ay as PhoneVibrate,
|
|
1612
|
+
fy as PhoneVibrateFill,
|
|
1613
|
+
Ey as PieChart,
|
|
1614
|
+
Hy as PieChartFill,
|
|
1615
|
+
Ty as PiggyBank,
|
|
1616
|
+
yy as PiggyBank2,
|
|
1617
|
+
xy as PiggyBank2Check,
|
|
1618
|
+
Ly as PiggyBank2Coin,
|
|
1619
|
+
Ry as PiggyBank2Exclamation,
|
|
1620
|
+
by as PiggyBank2In,
|
|
1621
|
+
vy as PiggyBank2Off,
|
|
1622
|
+
qy as PiggyBank2Out,
|
|
1623
|
+
My as PiggyBankFill,
|
|
1624
|
+
Uy as Pin,
|
|
1625
|
+
Iy as PinAngle,
|
|
1626
|
+
Gy as PinAngleFill,
|
|
1627
|
+
Oy as PinFill,
|
|
1628
|
+
Xy as PinMap,
|
|
1629
|
+
Wy as PinMapFill,
|
|
1630
|
+
Vy as Pinterest,
|
|
1631
|
+
Ny as Pip,
|
|
1632
|
+
jy as PipFill,
|
|
1633
|
+
_y as Play,
|
|
1634
|
+
Jy as PlayBtn,
|
|
1635
|
+
zy as PlayBtnFill,
|
|
1636
|
+
Qy as PlayCircle,
|
|
1637
|
+
Ky as PlayCircleFill,
|
|
1638
|
+
Yy as PlayFill,
|
|
1639
|
+
Zy as Playstation,
|
|
1640
|
+
$y as Plug,
|
|
1641
|
+
lx as PlugFill,
|
|
1642
|
+
ox as Plugin,
|
|
1643
|
+
tx as Plus,
|
|
1644
|
+
nx as PlusCircle,
|
|
1645
|
+
ex as PlusCircleDotted,
|
|
1646
|
+
ix as PlusCircleFill,
|
|
1647
|
+
sx as PlusLg,
|
|
1648
|
+
cx as PlusSlashMinus,
|
|
1649
|
+
rx as PlusSquare,
|
|
1650
|
+
ax as PlusSquareDotted,
|
|
1651
|
+
Fx as PlusSquareFill,
|
|
1652
|
+
dx as Postage,
|
|
1653
|
+
ux as PostageFill,
|
|
1654
|
+
Cx as PostageHeart,
|
|
1655
|
+
px as PostageHeartFill,
|
|
1656
|
+
hx as Postcard,
|
|
1657
|
+
Sx as PostcardFill,
|
|
1658
|
+
gx as PostcardHeart,
|
|
1659
|
+
kx as PostcardHeartFill,
|
|
1660
|
+
mx as Power,
|
|
1661
|
+
wx as Prescription,
|
|
1662
|
+
Bx as Prescription2,
|
|
1663
|
+
Dx as Printer,
|
|
1664
|
+
Px as PrinterFill,
|
|
1665
|
+
Ax as Projector,
|
|
1666
|
+
fx as ProjectorFill,
|
|
1667
|
+
Ex as ProrataCalendar,
|
|
1668
|
+
yx as Puzzle,
|
|
1669
|
+
xx as PuzzleFill,
|
|
1670
|
+
Lx as QrCode,
|
|
1671
|
+
Rx as QrCodeScan,
|
|
1672
|
+
bx as Question,
|
|
1673
|
+
vx as QuestionCircle,
|
|
1674
|
+
qx as QuestionCircleFill,
|
|
1675
|
+
Mx as QuestionDiamond,
|
|
1676
|
+
Ux as QuestionDiamondFill,
|
|
1677
|
+
Ix as QuestionLg,
|
|
1678
|
+
Gx as QuestionOctagon,
|
|
1679
|
+
Ox as QuestionOctagonFill,
|
|
1680
|
+
Xx as QuestionSquare,
|
|
1681
|
+
Wx as QuestionSquareFill,
|
|
1682
|
+
Vx as Quora,
|
|
1683
|
+
Nx as Quote,
|
|
1684
|
+
zx as RCircle,
|
|
1685
|
+
Qx as RCircleFill,
|
|
1686
|
+
IL as RSquare,
|
|
1687
|
+
GL as RSquareFill,
|
|
1688
|
+
jx as Radar,
|
|
1689
|
+
_x as Radioactive,
|
|
1690
|
+
Jx as Rainbow,
|
|
1691
|
+
Kx as Receipt,
|
|
1692
|
+
Yx as Receipt2,
|
|
1693
|
+
Zx as ReceiptClock,
|
|
1694
|
+
$x as ReceiptCutoff,
|
|
1695
|
+
lL as ReceiptDraft,
|
|
1696
|
+
oL as ReceiptOff2,
|
|
1697
|
+
tL as ReceiptPdf,
|
|
1698
|
+
nL as Reception0,
|
|
1699
|
+
eL as Reception1,
|
|
1700
|
+
iL as Reception2,
|
|
1701
|
+
sL as Reception3,
|
|
1702
|
+
cL as Reception4,
|
|
1703
|
+
rL as Record,
|
|
1704
|
+
aL as Record2,
|
|
1705
|
+
FL as Record2Fill,
|
|
1706
|
+
dL as RecordBtn,
|
|
1707
|
+
uL as RecordBtnFill,
|
|
1708
|
+
CL as RecordCircle,
|
|
1709
|
+
pL as RecordCircleFill,
|
|
1710
|
+
hL as RecordFill,
|
|
1711
|
+
SL as Recycle,
|
|
1712
|
+
gL as Reddit,
|
|
1713
|
+
kL as Regex,
|
|
1714
|
+
mL as Repeat,
|
|
1715
|
+
wL as Repeat1,
|
|
1716
|
+
BL as Reply,
|
|
1717
|
+
DL as ReplyAll,
|
|
1718
|
+
PL as ReplyAllFill,
|
|
1719
|
+
AL as ReplyFill,
|
|
1720
|
+
fL as Rewind,
|
|
1721
|
+
EL as RewindBtn,
|
|
1722
|
+
HL as RewindBtnFill,
|
|
1723
|
+
TL as RewindCircle,
|
|
1724
|
+
yL as RewindCircleFill,
|
|
1725
|
+
xL as RewindFill,
|
|
1726
|
+
LL as Robot,
|
|
1727
|
+
RL as Rocket,
|
|
1728
|
+
bL as RocketFill,
|
|
1729
|
+
vL as RocketTakeoff,
|
|
1730
|
+
qL as RocketTakeoffFill,
|
|
1731
|
+
ML as Router,
|
|
1732
|
+
UL as RouterFill,
|
|
1733
|
+
OL as Rss,
|
|
1734
|
+
XL as RssFill,
|
|
1735
|
+
WL as Rulers,
|
|
1736
|
+
VL as Safe,
|
|
1737
|
+
NL as Safe2,
|
|
1738
|
+
jL as Safe2Fill,
|
|
1739
|
+
_L as SafeFill,
|
|
1740
|
+
JL as Save,
|
|
1741
|
+
zL as Save2,
|
|
1742
|
+
QL as Save2Fill,
|
|
1743
|
+
KL as SaveFill,
|
|
1744
|
+
YL as Scissors,
|
|
1745
|
+
ZL as Scooter,
|
|
1746
|
+
$L as Screwdriver,
|
|
1747
|
+
l2 as SdCard,
|
|
1748
|
+
o2 as SdCardFill,
|
|
1749
|
+
t2 as Search,
|
|
1750
|
+
n2 as SearchHeart,
|
|
1751
|
+
e2 as SearchHeartFill,
|
|
1752
|
+
i2 as SegmentedNav,
|
|
1753
|
+
s2 as Send,
|
|
1754
|
+
c2 as SendArrowDown,
|
|
1755
|
+
r2 as SendArrowDownFill,
|
|
1756
|
+
a2 as SendArrowUp,
|
|
1757
|
+
F2 as SendArrowUpFill,
|
|
1758
|
+
d2 as SendCheck,
|
|
1759
|
+
u2 as SendCheckFill,
|
|
1760
|
+
C2 as SendDash,
|
|
1761
|
+
p2 as SendDashFill,
|
|
1762
|
+
h2 as SendExclamation,
|
|
1763
|
+
S2 as SendExclamationFill,
|
|
1764
|
+
g2 as SendFill,
|
|
1765
|
+
k2 as SendPlus,
|
|
1766
|
+
m2 as SendPlusFill,
|
|
1767
|
+
w2 as SendSlash,
|
|
1768
|
+
B2 as SendSlashFill,
|
|
1769
|
+
D2 as SendX,
|
|
1770
|
+
P2 as SendXFill,
|
|
1771
|
+
A2 as Server,
|
|
1772
|
+
f2 as Shadows,
|
|
1773
|
+
E2 as Share,
|
|
1774
|
+
H2 as ShareFill,
|
|
1775
|
+
T2 as Shelves,
|
|
1776
|
+
y2 as Shield,
|
|
1777
|
+
x2 as ShieldCheck,
|
|
1778
|
+
L2 as ShieldExclamation,
|
|
1779
|
+
R2 as ShieldFill,
|
|
1780
|
+
b2 as ShieldFillCheck,
|
|
1781
|
+
v2 as ShieldFillExclamation,
|
|
1782
|
+
q2 as ShieldFillMinus,
|
|
1783
|
+
M2 as ShieldFillPlus,
|
|
1784
|
+
U2 as ShieldFillX,
|
|
1785
|
+
I2 as ShieldLock,
|
|
1786
|
+
G2 as ShieldLockFill,
|
|
1787
|
+
O2 as ShieldMinus,
|
|
1788
|
+
X2 as ShieldPlus,
|
|
1789
|
+
W2 as ShieldShaded,
|
|
1790
|
+
V2 as ShieldSlash,
|
|
1791
|
+
N2 as ShieldSlashFill,
|
|
1792
|
+
j2 as ShieldX,
|
|
1793
|
+
_2 as Shift,
|
|
1794
|
+
J2 as ShiftFill,
|
|
1795
|
+
z2 as Shop,
|
|
1796
|
+
Q2 as ShopWindow,
|
|
1797
|
+
K2 as Shuffle,
|
|
1798
|
+
Z2 as SignDeadEnd,
|
|
1799
|
+
$2 as SignDeadEndFill,
|
|
1800
|
+
lR as SignDoNotEnter,
|
|
1801
|
+
oR as SignDoNotEnterFill,
|
|
1802
|
+
tR as SignIntersection,
|
|
1803
|
+
nR as SignIntersectionFill,
|
|
1804
|
+
eR as SignIntersectionSide,
|
|
1805
|
+
iR as SignIntersectionSideFill,
|
|
1806
|
+
sR as SignIntersectionT,
|
|
1807
|
+
cR as SignIntersectionTFill,
|
|
1808
|
+
rR as SignIntersectionY,
|
|
1809
|
+
aR as SignIntersectionYFill,
|
|
1810
|
+
FR as SignMergeLeft,
|
|
1811
|
+
dR as SignMergeLeftFill,
|
|
1812
|
+
uR as SignMergeRight,
|
|
1813
|
+
CR as SignMergeRightFill,
|
|
1814
|
+
pR as SignNoLeftTurn,
|
|
1815
|
+
hR as SignNoLeftTurnFill,
|
|
1816
|
+
SR as SignNoParking,
|
|
1817
|
+
gR as SignNoParkingFill,
|
|
1818
|
+
kR as SignNoRightTurn,
|
|
1819
|
+
mR as SignNoRightTurnFill,
|
|
1820
|
+
ER as SignRailroad,
|
|
1821
|
+
HR as SignRailroadFill,
|
|
1822
|
+
TR as SignStop,
|
|
1823
|
+
yR as SignStopFill,
|
|
1824
|
+
xR as SignStopLights,
|
|
1825
|
+
LR as SignStopLightsFill,
|
|
1826
|
+
RR as SignTurnLeft,
|
|
1827
|
+
bR as SignTurnLeftFill,
|
|
1828
|
+
vR as SignTurnRight,
|
|
1829
|
+
qR as SignTurnRightFill,
|
|
1830
|
+
MR as SignTurnSlightLeft,
|
|
1831
|
+
UR as SignTurnSlightLeftFill,
|
|
1832
|
+
IR as SignTurnSlightRight,
|
|
1833
|
+
GR as SignTurnSlightRightFill,
|
|
1834
|
+
OR as SignYield,
|
|
1835
|
+
XR as SignYieldFill,
|
|
1836
|
+
Y2 as Signal,
|
|
1837
|
+
wR as Signpost,
|
|
1838
|
+
BR as Signpost2,
|
|
1839
|
+
DR as Signpost2Fill,
|
|
1840
|
+
PR as SignpostFill,
|
|
1841
|
+
AR as SignpostSplit,
|
|
1842
|
+
fR as SignpostSplitFill,
|
|
1843
|
+
WR as Sim,
|
|
1844
|
+
VR as SimFill,
|
|
1845
|
+
NR as SimSlash,
|
|
1846
|
+
jR as SimSlashFill,
|
|
1847
|
+
_R as SinaWeibo,
|
|
1848
|
+
JR as SkipBackward,
|
|
1849
|
+
zR as SkipBackwardBtn,
|
|
1850
|
+
QR as SkipBackwardBtnFill,
|
|
1851
|
+
KR as SkipBackwardCircle,
|
|
1852
|
+
YR as SkipBackwardCircleFill,
|
|
1853
|
+
ZR as SkipBackwardFill,
|
|
1854
|
+
$R as SkipEnd,
|
|
1855
|
+
lb as SkipEndBtn,
|
|
1856
|
+
ob as SkipEndBtnFill,
|
|
1857
|
+
tb as SkipEndCircle,
|
|
1858
|
+
nb as SkipEndCircleFill,
|
|
1859
|
+
eb as SkipEndFill,
|
|
1860
|
+
ib as SkipForward,
|
|
1861
|
+
sb as SkipForwardBtn,
|
|
1862
|
+
cb as SkipForwardBtnFill,
|
|
1863
|
+
rb as SkipForwardCircle,
|
|
1864
|
+
ab as SkipForwardCircleFill,
|
|
1865
|
+
Fb as SkipForwardFill,
|
|
1866
|
+
db as SkipStart,
|
|
1867
|
+
ub as SkipStartBtn,
|
|
1868
|
+
Cb as SkipStartBtnFill,
|
|
1869
|
+
pb as SkipStartCircle,
|
|
1870
|
+
hb as SkipStartCircleFill,
|
|
1871
|
+
Sb as SkipStartFill,
|
|
1872
|
+
gb as Skype,
|
|
1873
|
+
kb as Slack,
|
|
1874
|
+
mb as Slash,
|
|
1875
|
+
wb as SlashCircle,
|
|
1876
|
+
Bb as SlashCircleFill,
|
|
1877
|
+
Db as SlashCircleFillV2,
|
|
1878
|
+
Pb as SlashCircleV2,
|
|
1879
|
+
Ab as SlashLg,
|
|
1880
|
+
fb as SlashSquare,
|
|
1881
|
+
Eb as SlashSquareFill,
|
|
1882
|
+
Hb as SlashSquareFillV2,
|
|
1883
|
+
Tb as SlashSquareV2,
|
|
1884
|
+
yb as Sliders,
|
|
1885
|
+
xb as Sliders2,
|
|
1886
|
+
Lb as Sliders2Vertical,
|
|
1887
|
+
Rb as Smartwatch,
|
|
1888
|
+
bb as Snapchat,
|
|
1889
|
+
vb as Snow,
|
|
1890
|
+
qb as Snow2,
|
|
1891
|
+
Mb as Snow3,
|
|
1892
|
+
Ub as SortAlphaDown,
|
|
1893
|
+
Ib as SortAlphaDownAlt,
|
|
1894
|
+
Gb as SortAlphaUp,
|
|
1895
|
+
Ob as SortAlphaUpAlt,
|
|
1896
|
+
Xb as SortDown,
|
|
1897
|
+
Wb as SortDownAlt,
|
|
1898
|
+
Vb as SortNumericDown,
|
|
1899
|
+
Nb as SortNumericDownAlt,
|
|
1900
|
+
jb as SortNumericUp,
|
|
1901
|
+
_b as SortNumericUpAlt,
|
|
1902
|
+
Jb as SortUp,
|
|
1903
|
+
zb as SortUpAlt,
|
|
1904
|
+
Qb as Soundwave,
|
|
1905
|
+
Kb as Sourceforge,
|
|
1906
|
+
Yb as Speaker,
|
|
1907
|
+
Zb as SpeakerFill,
|
|
1908
|
+
$b as Speedometer,
|
|
1909
|
+
lv as Speedometer2,
|
|
1910
|
+
ov as Spellcheck,
|
|
1911
|
+
tv as Spotify,
|
|
1912
|
+
nv as Square,
|
|
1913
|
+
ev as SquareFill,
|
|
1914
|
+
iv as SquareHalf,
|
|
1915
|
+
sv as Squircle,
|
|
1916
|
+
cv as SquircleArrowBottom,
|
|
1917
|
+
rv as SquircleArrowBottomFill,
|
|
1918
|
+
av as SquircleArrowLeft,
|
|
1919
|
+
Fv as SquircleArrowLeftFill,
|
|
1920
|
+
dv as SquircleArrowRight,
|
|
1921
|
+
uv as SquircleArrowRightFill,
|
|
1922
|
+
Cv as SquircleArrowTop,
|
|
1923
|
+
pv as SquircleArrowTopFill,
|
|
1924
|
+
hv as SquircleCheck,
|
|
1925
|
+
Sv as SquircleCheckAll,
|
|
1926
|
+
gv as SquircleCheckAllFill,
|
|
1927
|
+
kv as SquircleCheckFill,
|
|
1928
|
+
mv as SquircleClock,
|
|
1929
|
+
wv as SquircleClockFill,
|
|
1930
|
+
Bv as SquircleCore,
|
|
1931
|
+
Dv as SquircleCore2NdHalf,
|
|
1932
|
+
Pv as SquircleCoreHalf,
|
|
1933
|
+
Av as SquircleDraft,
|
|
1934
|
+
fv as SquircleExclamation,
|
|
1935
|
+
Ev as SquircleExclamationFill,
|
|
1936
|
+
Hv as SquircleFill,
|
|
1937
|
+
Tv as SquircleInfo,
|
|
1938
|
+
yv as SquircleInfoFill,
|
|
1939
|
+
xv as SquircleLink,
|
|
1940
|
+
Lv as SquircleLinkFill,
|
|
1941
|
+
Rv as SquircleOff,
|
|
1942
|
+
bv as SquircleOffFill,
|
|
1943
|
+
vv as SquircleX,
|
|
1944
|
+
qv as SquircleXFill,
|
|
1945
|
+
Mv as Stack,
|
|
1946
|
+
Uv as StackOverflow,
|
|
1947
|
+
Iv as Star,
|
|
1948
|
+
Gv as StarFill,
|
|
1949
|
+
Ov as StarHalf,
|
|
1950
|
+
Xv as Stars,
|
|
1951
|
+
Wv as Steam,
|
|
1952
|
+
Vv as Stickies,
|
|
1953
|
+
Nv as StickiesFill,
|
|
1954
|
+
jv as Sticky,
|
|
1955
|
+
_v as StickyFill,
|
|
1956
|
+
Jv as Stop,
|
|
1957
|
+
zv as StopBtn,
|
|
1958
|
+
Qv as StopBtnFill,
|
|
1959
|
+
Kv as StopCircle,
|
|
1960
|
+
Yv as StopCircleFill,
|
|
1961
|
+
Zv as StopFill,
|
|
1962
|
+
$v as Stoplights,
|
|
1963
|
+
lq as StoplightsFill,
|
|
1964
|
+
oq as Stopwatch,
|
|
1965
|
+
tq as StopwatchFill,
|
|
1966
|
+
nq as Strava,
|
|
1967
|
+
eq as Stripe,
|
|
1968
|
+
iq as Subscript,
|
|
1969
|
+
sq as Substack,
|
|
1970
|
+
cq as Subtract,
|
|
1971
|
+
pq as SuitClub,
|
|
1972
|
+
hq as SuitClubFill,
|
|
1973
|
+
Sq as SuitDiamond,
|
|
1974
|
+
gq as SuitDiamondFill,
|
|
1975
|
+
kq as SuitHeart,
|
|
1976
|
+
mq as SuitHeartFill,
|
|
1977
|
+
wq as SuitSpade,
|
|
1978
|
+
Bq as SuitSpadeFill,
|
|
1979
|
+
rq as Suitcase,
|
|
1980
|
+
aq as Suitcase2,
|
|
1981
|
+
Fq as Suitcase2Fill,
|
|
1982
|
+
dq as SuitcaseFill,
|
|
1983
|
+
uq as SuitcaseLg,
|
|
1984
|
+
Cq as SuitcaseLgFill,
|
|
1985
|
+
Dq as Sun,
|
|
1986
|
+
Pq as SunFill,
|
|
1987
|
+
Aq as Sunglasses,
|
|
1988
|
+
fq as Sunrise,
|
|
1989
|
+
Eq as SunriseFill,
|
|
1990
|
+
Hq as Sunset,
|
|
1991
|
+
Tq as SunsetFill,
|
|
1992
|
+
yq as Superscript,
|
|
1993
|
+
xq as SymmetryHorizontal,
|
|
1994
|
+
Lq as SymmetryVertical,
|
|
1995
|
+
Rq as Table,
|
|
1996
|
+
bq as Tablet,
|
|
1997
|
+
vq as TabletFill,
|
|
1998
|
+
qq as TabletLandscape,
|
|
1999
|
+
Mq as TabletLandscapeFill,
|
|
2000
|
+
Uq as Tag,
|
|
2001
|
+
Iq as TagFill,
|
|
2002
|
+
Gq as Tags,
|
|
2003
|
+
Oq as TagsFill,
|
|
2004
|
+
Xq as TaxiFront,
|
|
2005
|
+
Wq as TaxiFrontFill,
|
|
2006
|
+
Vq as Telegram,
|
|
2007
|
+
Nq as Telephone,
|
|
2008
|
+
jq as TelephoneFill,
|
|
2009
|
+
_q as TelephoneForward,
|
|
2010
|
+
Jq as TelephoneForwardFill,
|
|
2011
|
+
zq as TelephoneInbound,
|
|
2012
|
+
Qq as TelephoneInboundFill,
|
|
2013
|
+
Kq as TelephoneMinus,
|
|
2014
|
+
Yq as TelephoneMinusFill,
|
|
2015
|
+
Zq as TelephoneOutbound,
|
|
2016
|
+
$q as TelephoneOutboundFill,
|
|
2017
|
+
lM as TelephonePlus,
|
|
2018
|
+
oM as TelephonePlusFill,
|
|
2019
|
+
tM as TelephoneX,
|
|
2020
|
+
nM as TelephoneXFill,
|
|
2021
|
+
eM as TencentQq,
|
|
2022
|
+
iM as Terminal,
|
|
2023
|
+
sM as TerminalDash,
|
|
2024
|
+
cM as TerminalFill,
|
|
2025
|
+
rM as TerminalPlus,
|
|
2026
|
+
aM as TerminalSplit,
|
|
2027
|
+
FM as TerminalX,
|
|
2028
|
+
dM as TestPipe,
|
|
2029
|
+
uM as TestPipeFill,
|
|
2030
|
+
SM as TextCenter,
|
|
2031
|
+
gM as TextIndentLeft,
|
|
2032
|
+
kM as TextIndentRight,
|
|
2033
|
+
mM as TextLeft,
|
|
2034
|
+
wM as TextParagraph,
|
|
2035
|
+
BM as TextRight,
|
|
2036
|
+
DM as TextWrap,
|
|
2037
|
+
CM as Textarea,
|
|
2038
|
+
pM as TextareaResize,
|
|
2039
|
+
hM as TextareaT,
|
|
2040
|
+
PM as Thermometer,
|
|
2041
|
+
AM as ThermometerFire3,
|
|
2042
|
+
fM as ThermometerHalf,
|
|
2043
|
+
EM as ThermometerHigh,
|
|
2044
|
+
HM as ThermometerLow,
|
|
2045
|
+
TM as ThermometerSnow,
|
|
2046
|
+
yM as ThermometerSun,
|
|
2047
|
+
xM as Threads,
|
|
2048
|
+
LM as ThreadsFill,
|
|
2049
|
+
RM as ThreeDots,
|
|
2050
|
+
bM as ThreeDotsVertical,
|
|
2051
|
+
vM as Thunderbolt,
|
|
2052
|
+
qM as ThunderboltFill,
|
|
2053
|
+
MM as Ticket,
|
|
2054
|
+
UM as TicketDetailed,
|
|
2055
|
+
IM as TicketDetailedFill,
|
|
2056
|
+
GM as TicketFill,
|
|
2057
|
+
OM as TicketPerforated,
|
|
2058
|
+
XM as TicketPerforatedFill,
|
|
2059
|
+
WM as Tiktok,
|
|
2060
|
+
VM as Toggle2Off,
|
|
2061
|
+
NM as Toggle2On,
|
|
2062
|
+
jM as ToggleOff,
|
|
2063
|
+
_M as ToggleOn,
|
|
2064
|
+
JM as Toggles,
|
|
2065
|
+
zM as Toggles2,
|
|
2066
|
+
QM as Tools,
|
|
2067
|
+
KM as Tornado,
|
|
2068
|
+
YM as TrainFreightFront,
|
|
2069
|
+
ZM as TrainFreightFrontFill,
|
|
2070
|
+
$M as TrainFront,
|
|
2071
|
+
lU as TrainFrontFill,
|
|
2072
|
+
oU as TrainLightrailFront,
|
|
2073
|
+
tU as TrainLightrailFrontFill,
|
|
2074
|
+
nU as Translate,
|
|
2075
|
+
eU as Transparency,
|
|
2076
|
+
iU as Trash,
|
|
2077
|
+
sU as Trash2,
|
|
2078
|
+
cU as Trash2Fill,
|
|
2079
|
+
rU as Trash3,
|
|
2080
|
+
aU as Trash3Fill,
|
|
2081
|
+
FU as Trash3Off,
|
|
2082
|
+
dU as Trash3OffFill,
|
|
2083
|
+
uU as TrashFill,
|
|
2084
|
+
CU as Tree,
|
|
2085
|
+
pU as TreeFill,
|
|
2086
|
+
hU as Trello,
|
|
2087
|
+
SU as Triangle,
|
|
2088
|
+
gU as Triangle2,
|
|
2089
|
+
kU as Triangle2ArrowDown,
|
|
2090
|
+
mU as Triangle2ArrowDownFill,
|
|
2091
|
+
wU as Triangle2ArrowLeft,
|
|
2092
|
+
BU as Triangle2ArrowLeftFill,
|
|
2093
|
+
DU as Triangle2ArrowRight,
|
|
2094
|
+
PU as Triangle2ArrowRightFill,
|
|
2095
|
+
AU as Triangle2ArrowUp,
|
|
2096
|
+
fU as Triangle2ArrowUpFill,
|
|
2097
|
+
EU as Triangle2Core,
|
|
2098
|
+
HU as Triangle2Core2NdHalf,
|
|
2099
|
+
TU as Triangle2CoreHalf,
|
|
2100
|
+
yU as Triangle2Fill,
|
|
2101
|
+
xU as Triangle2X,
|
|
2102
|
+
LU as Triangle2XFill,
|
|
2103
|
+
RU as TriangleFill,
|
|
2104
|
+
bU as TriangleHalf,
|
|
2105
|
+
vU as Trophy,
|
|
2106
|
+
qU as TrophyFill,
|
|
2107
|
+
MU as TropicalStorm,
|
|
2108
|
+
UU as Truck,
|
|
2109
|
+
IU as TruckFlatbed,
|
|
2110
|
+
GU as TruckFront,
|
|
2111
|
+
OU as TruckFrontFill,
|
|
2112
|
+
XU as Tsunami,
|
|
2113
|
+
WU as Tv,
|
|
2114
|
+
VU as TvFill,
|
|
2115
|
+
NU as Twitch,
|
|
2116
|
+
jU as Twitter,
|
|
2117
|
+
_U as TwitterX,
|
|
2118
|
+
JU as Type,
|
|
2119
|
+
zU as TypeBold,
|
|
2120
|
+
QU as TypeH1,
|
|
2121
|
+
KU as TypeH2,
|
|
2122
|
+
YU as TypeH3,
|
|
2123
|
+
ZU as TypeH4,
|
|
2124
|
+
$U as TypeH5,
|
|
2125
|
+
lI as TypeH6,
|
|
2126
|
+
oI as TypeItalic,
|
|
2127
|
+
tI as TypeStrikethrough,
|
|
2128
|
+
nI as TypeUnderline,
|
|
2129
|
+
eI as Ubuntu,
|
|
2130
|
+
iI as UiChecks,
|
|
2131
|
+
sI as UiChecksGrid,
|
|
2132
|
+
cI as UiRadios,
|
|
2133
|
+
rI as UiRadiosGrid,
|
|
2134
|
+
aI as Umbrella,
|
|
2135
|
+
FI as UmbrellaFill,
|
|
2136
|
+
dI as Unindent,
|
|
2137
|
+
uI as Union,
|
|
2138
|
+
CI as UnitLayout,
|
|
2139
|
+
pI as UnitTemplate,
|
|
2140
|
+
hI as Unity,
|
|
2141
|
+
SI as UniversalAccess,
|
|
2142
|
+
gI as UniversalAccessCircle,
|
|
2143
|
+
kI as Unlock,
|
|
2144
|
+
mI as UnlockFill,
|
|
2145
|
+
wI as Upc,
|
|
2146
|
+
BI as UpcScan,
|
|
2147
|
+
DI as Upload,
|
|
2148
|
+
PI as Usb,
|
|
2149
|
+
AI as UsbC,
|
|
2150
|
+
fI as UsbCFill,
|
|
2151
|
+
EI as UsbDrive,
|
|
2152
|
+
HI as UsbDriveFill,
|
|
2153
|
+
TI as UsbFill,
|
|
2154
|
+
yI as UsbMicro,
|
|
2155
|
+
xI as UsbMicroFill,
|
|
2156
|
+
LI as UsbMini,
|
|
2157
|
+
RI as UsbMiniFill,
|
|
2158
|
+
bI as UsbPlug,
|
|
2159
|
+
vI as UsbPlugFill,
|
|
2160
|
+
qI as UsbSymbol,
|
|
2161
|
+
MI as Valentine,
|
|
2162
|
+
UI as Valentine2,
|
|
2163
|
+
II as VectorPen,
|
|
2164
|
+
GI as ViewList,
|
|
2165
|
+
OI as ViewStacked,
|
|
2166
|
+
XI as Vignette,
|
|
2167
|
+
WI as Vimeo,
|
|
2168
|
+
VI as Vinyl,
|
|
2169
|
+
NI as VinylFill,
|
|
2170
|
+
jI as Virus,
|
|
2171
|
+
_I as Virus2,
|
|
2172
|
+
JI as Voicemail,
|
|
2173
|
+
zI as VolumeDown,
|
|
2174
|
+
QI as VolumeDownFill,
|
|
2175
|
+
KI as VolumeMute,
|
|
2176
|
+
YI as VolumeMuteFill,
|
|
2177
|
+
ZI as VolumeOff,
|
|
2178
|
+
$I as VolumeOffFill,
|
|
2179
|
+
lG as VolumeUp,
|
|
2180
|
+
oG as VolumeUpFill,
|
|
2181
|
+
tG as Vr,
|
|
2182
|
+
nG as Wallet,
|
|
2183
|
+
eG as Wallet2,
|
|
2184
|
+
iG as WalletFill,
|
|
2185
|
+
sG as Watch,
|
|
2186
|
+
cG as Water,
|
|
2187
|
+
rG as Webcam,
|
|
2188
|
+
aG as WebcamFill,
|
|
2189
|
+
FG as Wechat,
|
|
2190
|
+
dG as Whatsapp,
|
|
2191
|
+
uG as Wifi,
|
|
2192
|
+
CG as Wifi1,
|
|
2193
|
+
pG as Wifi2,
|
|
2194
|
+
hG as WifiOff,
|
|
2195
|
+
SG as Wikipedia,
|
|
2196
|
+
gG as Wind,
|
|
2197
|
+
kG as Window,
|
|
2198
|
+
mG as WindowBootstrap,
|
|
2199
|
+
wG as WindowDash,
|
|
2200
|
+
BG as WindowDesktop,
|
|
2201
|
+
DG as WindowDock,
|
|
2202
|
+
PG as WindowFullscreen,
|
|
2203
|
+
AG as WindowPlus,
|
|
2204
|
+
EG as WindowSidebar,
|
|
2205
|
+
HG as WindowSplit,
|
|
2206
|
+
TG as WindowStack,
|
|
2207
|
+
yG as WindowX,
|
|
2208
|
+
fG as Windows,
|
|
2209
|
+
xG as Wordpress,
|
|
2210
|
+
LG as Wrench,
|
|
2211
|
+
RG as WrenchAdjustable,
|
|
2212
|
+
bG as WrenchAdjustableCircle,
|
|
2213
|
+
vG as WrenchAdjustableCircleFill,
|
|
2214
|
+
qG as X,
|
|
2215
|
+
UG as XCircle,
|
|
2216
|
+
IG as XCircleFill,
|
|
2217
|
+
GG as XDiamond,
|
|
2218
|
+
OG as XDiamondFill,
|
|
2219
|
+
XG as XLg,
|
|
2220
|
+
WG as XOctagon,
|
|
2221
|
+
VG as XOctagonFill,
|
|
2222
|
+
NG as XSquare,
|
|
2223
|
+
jG as XSquareFill,
|
|
2224
|
+
MG as Xbox,
|
|
2225
|
+
_G as Yelp,
|
|
2226
|
+
JG as YinYang,
|
|
2227
|
+
zG as Youtube,
|
|
2228
|
+
QG as ZoomIn,
|
|
2229
|
+
KG as ZoomOut,
|
|
2228
2230
|
e as _0Circle,
|
|
2229
2231
|
i as _0CircleFill,
|
|
2230
2232
|
s as _0Square,
|
|
@@ -2246,8 +2248,8 @@ export {
|
|
|
2246
2248
|
D as _4CircleFill,
|
|
2247
2249
|
P as _4Square,
|
|
2248
2250
|
A as _4SquareFill,
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
+
f as _5Circle,
|
|
2252
|
+
E as _5CircleFill,
|
|
2251
2253
|
H as _5Square,
|
|
2252
2254
|
T as _5SquareFill,
|
|
2253
2255
|
y as _6Circle,
|
|
@@ -2261,8 +2263,8 @@ export {
|
|
|
2261
2263
|
U as _8Circle,
|
|
2262
2264
|
I as _8CircleFill,
|
|
2263
2265
|
G as _8Square,
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
+
O as _8SquareFill,
|
|
2267
|
+
X as _9Circle,
|
|
2266
2268
|
W as _9CircleFill,
|
|
2267
2269
|
V as _9Square,
|
|
2268
2270
|
N as _9SquareFill
|