@ubloimmo/uikit 1.9.6 → 1.10.0
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.d.ts +1 -1
- package/dist/components/Button/Button.component.js +62 -59
- package/dist/components/Button/Button.styles.js +30 -27
- 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.d.ts +1 -1
- package/dist/components/Callout/Callout.component.js +25 -25
- 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 +81 -80
- 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 +55 -28
- 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/DiamondCore.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondCore2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondCoreHalf.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/FileSignature.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 +1 -1
- package/dist/components/Icon/__generated__/custom/Invoice2Out.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoiceClock.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoiceDraft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoicePdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoices.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoices2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoicesLink.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Journal.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Journal2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Journal2Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/JournalCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/JournalOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/LampFillOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/LampOff.icon.js +1 -1
- 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/{Triangle2ArrowRight.icon.d.ts → ProrataCalendarFill.icon.d.ts} +2 -2
- package/dist/components/Icon/__generated__/custom/ProrataCalendarFill.icon.js +46 -0
- 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 +27 -26
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowDown.icon.js +36 -33
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowDownFill.icon.js +28 -25
- package/dist/components/Icon/__generated__/custom/{Triangle2ArrowUp.icon.d.ts → Triangle2ArrowIn.icon.d.ts} +2 -2
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowIn.icon.js +58 -0
- package/dist/components/Icon/__generated__/custom/{Triangle2ArrowLeft.icon.d.ts → Triangle2ArrowOut.icon.d.ts} +2 -2
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowOut.icon.js +58 -0
- package/dist/components/Icon/__generated__/custom/Triangle2Check.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/Triangle2Check.icon.js +60 -0
- package/dist/components/Icon/__generated__/custom/Triangle2CheckFill.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/Triangle2CheckFill.icon.js +51 -0
- package/dist/components/Icon/__generated__/custom/Triangle2Dashed.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/Triangle2Dashed.icon.js +49 -0
- package/dist/components/Icon/__generated__/custom/Triangle2Destroyed.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/Triangle2Destroyed.icon.js +51 -0
- package/dist/components/Icon/__generated__/custom/{Triangle2ArrowLeftFill.icon.d.ts → Triangle2DestroyedFill.icon.d.ts} +2 -2
- package/dist/components/Icon/__generated__/custom/Triangle2DestroyedFill.icon.js +72 -0
- package/dist/components/Icon/__generated__/custom/{Triangle2Core2NdHalf.icon.d.ts → Triangle2Exclamation.icon.d.ts} +2 -2
- package/dist/components/Icon/__generated__/custom/Triangle2Exclamation.icon.js +67 -0
- package/dist/components/Icon/__generated__/custom/{Triangle2ArrowRightFill.icon.d.ts → Triangle2ExclamationFill.icon.d.ts} +2 -2
- package/dist/components/Icon/__generated__/custom/{Triangle2ArrowUpFill.icon.js → Triangle2ExclamationFill.icon.js} +6 -6
- package/dist/components/Icon/__generated__/custom/Triangle2Fill.icon.js +26 -25
- package/dist/components/Icon/__generated__/custom/Triangle2Heavy.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/Triangle2Heavy.icon.js +51 -0
- package/dist/components/Icon/__generated__/custom/{Triangle2Core.icon.d.ts → Triangle2Plus.icon.d.ts} +2 -2
- package/dist/components/Icon/__generated__/custom/Triangle2Plus.icon.js +60 -0
- package/dist/components/Icon/__generated__/custom/{Triangle2CoreHalf.icon.d.ts → Triangle2PlusFill.icon.d.ts} +2 -2
- package/dist/components/Icon/__generated__/custom/Triangle2PlusFill.icon.js +51 -0
- package/dist/components/Icon/__generated__/custom/Triangle2Question.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/Triangle2Question.icon.js +58 -0
- package/dist/components/Icon/__generated__/custom/{Triangle2ArrowUpFill.icon.d.ts → Triangle2QuestionFill.icon.d.ts} +2 -2
- package/dist/components/Icon/__generated__/custom/Triangle2QuestionFill.icon.js +51 -0
- package/dist/components/Icon/__generated__/custom/Triangle2Shadows.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/Triangle2Shadows.icon.js +51 -0
- package/dist/components/Icon/__generated__/custom/Triangle2Strips.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/Triangle2Strips.icon.js +51 -0
- package/dist/components/Icon/__generated__/custom/Triangle2StripsFill.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/Triangle2StripsFill.icon.js +51 -0
- package/dist/components/Icon/__generated__/custom/Triangle2X.icon.js +36 -33
- package/dist/components/Icon/__generated__/custom/Triangle2XFill.icon.js +3 -3
- 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 +18 -9
- package/dist/components/Icon/__generated__/index.js +1017 -999
- package/dist/components/Icon/__generated__/index.lazy.d.ts +18 -9
- package/dist/components/Icon/__generated__/index.lazy.js +996 -987
- 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/SideEntityMenu/SideEntityMenu.component.js +1 -1
- package/dist/components/SideEntityMenu/SideEntityMenu.styles.js +1 -1
- package/dist/components/SideEntityMenu/components/SideEntityMenuItem.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/Toaster/Toaster.component.js +1 -1
- package/dist/components/Toaster/Toaster.styles.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/Pane/Pane.layout.js +1 -1
- package/dist/layouts/Pane/Pane.styles.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 +1 -1
- 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/framer-motion/dist/es/animation/animate/single-value.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/context/LazyContext.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/context/MotionConfigContext.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/create.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/index.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/context/PresenceContext.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/events/add-dom-event.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/events/add-pointer-event.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/events/event-info.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/index.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/focus.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/hover.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/pan/index.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/gestures/press.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/Feature.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/animation/index.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/animations.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/definitions.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/drag.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/gestures.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/layout.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/load-features.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/index.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/symbol.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/animation/mix-values.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/conversion.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/copy.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/models.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/geometry/utils.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/node/state.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/shared/stack.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/styles/transform.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/utils/each-axis.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/utils/has-transform.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/projection/utils/measure.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/VisualElement.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/components/create-factory.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/components/create-proxy.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/components/motion/create.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/components/motion/proxy.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/use-render.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/config-motion.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/use-props.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/render.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/store.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/config-motion.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/use-props.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/path.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/render.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/animation-state.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/flat-tree.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/get-variant-context.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/is-variant-label.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/motion-values.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-variants.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/setters.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/render/utils/variant-props.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/utils/delay.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/utils/distance.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/utils/get-context-window.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/utils/is-browser.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/utils/is-ref-object.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/state.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/utils/shallow-compare.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/utils/use-constant.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/value/use-will-change/is.js +1 -1
- package/dist/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.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/motion-dom/dist/es/animation/AsyncMotionValueAnimation.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/JSAnimation.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/NativeAnimation.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/drivers/frame.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/inertia.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/keyframes.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/defaults.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/find.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/spring/index.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/get-final.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/WithPromise.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/can-animate.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/is-animatable.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/frameloop/batcher.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/frameloop/frame.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/frameloop/microtask.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/frameloop/order.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/frameloop/render-step.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/frameloop/sync-time.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/hover.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/press/index.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/state.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/gestures/utils/setup.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/render/dom/is-css-var.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/render/dom/parse-transform.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/render/dom/style-set.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/keys-position.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/render/utils/keys-transform.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/interpolate.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/is-html-element.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/is-svg-element.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/mix/color.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/mix/complex.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/mix/immediate.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/mix/index.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/mix/number.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/mix/visibility.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/resolve-elements.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/supports/flags.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/supports/linear-easing.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/supports/memo.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/index.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/auto.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hex.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/color/hsla.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/color/index.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/color/rgba.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/color/utils.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/complex/filter.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/complex/index.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/dimensions.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/int.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/defaults.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/number.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/maps/transform.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/numbers/index.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/numbers/units.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/test.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/color-regex.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/find.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/float-regex.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/sanitize.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.js +1 -1
- package/dist/node_modules/motion-dom/dist/es/value/utils/is-motion-value.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/array.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/clamp.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/easing/anticipate.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/easing/back.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/easing/circ.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/easing/cubic-bezier.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/easing/ease.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/easing/modifiers/mirror.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/easing/modifiers/reverse.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/easing/utils/map.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/errors.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/global-config.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/is-numerical-string.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/is-object.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/is-zero-value-string.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/memo.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/noop.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/pipe.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/progress.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/subscription-manager.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/time-conversion.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/velocity-per-second.js +1 -1
- package/dist/node_modules/motion-utils/dist/es/warn-once.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-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/sonner/dist/index.js +1 -1
- package/dist/node_modules/tslib/tslib.es6.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/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
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowLeft.icon.js +0 -57
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowLeftFill.icon.js +0 -48
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowRight.icon.js +0 -57
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowRightFill.icon.js +0 -48
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowUp.icon.js +0 -57
- package/dist/components/Icon/__generated__/custom/Triangle2Core.icon.js +0 -57
- package/dist/components/Icon/__generated__/custom/Triangle2Core2NdHalf.icon.js +0 -57
- package/dist/components/Icon/__generated__/custom/Triangle2CoreHalf.icon.js +0 -57
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @ubloimmo/uikit version 1.
|
|
2
|
+
* @ubloimmo/uikit version 1.10.0
|
|
3
3
|
*
|
|
4
4
|
* Copyright © Ublo 2025
|
|
5
5
|
* https://ublo.immo
|
|
@@ -8,13 +8,13 @@
|
|
|
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")), 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("DiamondCore")), UC = l(() => o("DiamondCore2NdHalf")), IC = l(() => o("DiamondCoreHalf")), GC = l(() => o("DiamondCorner")), OC = l(() => o("DiamondDashed")), XC = l(() => o("DiamondFill")), WC = l(() => o("DiamondHalf")), VC = l(() => o("DiamondKey")), NC = l(() => o("DiamondKeyFill")), jC = l(() => o("DiamondOff")), _C = l(() => o("DiamondOffFill")), JC = l(() => o("Diamonds")), zC = l(() => o("DiamondsDots")), QC = l(() => o("DiamondsGrid")), KC = l(() => o("DiamondsIntersect")), YC = l(() => o("DiamondsLayers")), ZC = l(() => o("DiamondsLayers2")), $C = l(() => o("DiamondsLayersKey")), lp = l(() => o("DiamondsLayersKey2")), op = l(() => o("DiamondsStripes")), tp = l(() => o("Dice1")), np = l(() => o("Dice1Fill")), ep = l(() => o("Dice2")), ip = l(() => o("Dice2Fill")), sp = l(() => o("Dice3")), cp = l(() => o("Dice3Fill")), rp = l(() => o("Dice4")), ap = l(() => o("Dice4Fill")), Fp = l(() => o("Dice5")), dp = l(() => o("Dice5Fill")), up = l(() => o("Dice6")), Cp = l(() => o("Dice6Fill")), pp = l(() => o("Disc")), hp = l(() => o("DiscFill")), Sp = l(() => o("Discord")), gp = l(() => o("Display")), kp = l(() => o("DisplayFill")), mp = l(() => o("Displayport")), wp = l(() => o("DisplayportFill")), Bp = l(() => o("DistributeHorizontal")), Dp = l(() => o("DistributeVertical")), Pp = l(() => o("DoorClosed")), Ap = l(() => o("DoorClosedFill")), fp = l(() => o("DoorMoveIn")), Ep = l(() => o("DoorMoveOut")), Hp = l(() => o("DoorOpen")), Tp = l(() => o("DoorOpenFill")), yp = l(() => o("Dot")), xp = l(() => o("Download")), Lp = l(() => o("Dpad")), Rp = l(() => o("DpadFill")), bp = l(() => o("Dribbble")), vp = l(() => o("Dropbox")), qp = l(() => o("Droplet")), Mp = l(() => o("DropletFill")), Up = l(() => o("DropletHalf")), Ip = l(() => o("Duffle")), Gp = l(() => o("DuffleFill")), Op = l(() => o("Ear")), Xp = l(() => o("Earbuds")), Wp = l(() => o("EarFill")), Vp = l(() => o("Easel")), Np = l(() => o("Easel2")), jp = l(() => o("Easel2Fill")), _p = l(() => o("Easel3")), Jp = l(() => o("Easel3Fill")), zp = l(() => o("EaselFill")), Qp = l(() => o("Egg")), Kp = l(() => o("EggFill")), Yp = l(() => o("EggFried")), Zp = l(() => o("Eject")), $p = l(() => o("EjectFill")), lh = l(() => o("EmojiAngry")), oh = l(() => o("EmojiAngryFill")), th = l(() => o("EmojiAstonished")), nh = l(() => o("EmojiAstonishedFill")), eh = l(() => o("EmojiDizzy")), ih = l(() => o("EmojiDizzyFill")), sh = l(() => o("EmojiExpressionless")), ch = l(() => o("EmojiExpressionlessFill")), rh = l(() => o("EmojiFrown")), ah = l(() => o("EmojiFrownFill")), Fh = l(() => o("EmojiGrimace")), dh = l(() => o("EmojiGrimaceFill")), uh = l(() => o("EmojiGrin")), Ch = l(() => o("EmojiGrinFill")), ph = l(() => o("EmojiHeartEyes")), hh = l(() => o("EmojiHeartEyesFill")), Sh = l(() => o("EmojiKiss")), gh = l(() => o("EmojiKissFill")), kh = l(() => o("EmojiLaughing")), mh = l(() => o("EmojiLaughingFill")), wh = l(() => o("EmojiNeutral")), Bh = l(() => o("EmojiNeutralFill")), Dh = l(() => o("EmojiSmile")), Ph = l(() => o("EmojiSmileFill")), Ah = l(() => o("EmojiSmileUpsideDown")), fh = l(() => o("EmojiSmileUpsideDownFill")), Eh = l(() => o("EmojiSunglasses")), Hh = l(() => o("EmojiSunglassesFill")), Th = l(() => o("EmojiSurprise")), yh = l(() => o("EmojiSurpriseFill")), xh = l(() => o("EmojiTear")), Lh = l(() => o("EmojiTearFill")), Rh = l(() => o("EmojiWink")), bh = l(() => o("EmojiWinkFill")), vh = l(() => o("Envelope")), qh = l(() => o("EnvelopeArrowDown")), Mh = l(() => o("EnvelopeArrowDownFill")), Uh = l(() => o("EnvelopeArrowUp")), Ih = l(() => o("EnvelopeArrowUpFill")), Gh = l(() => o("EnvelopeAt")), Oh = l(() => o("EnvelopeAtFill")), Xh = l(() => o("EnvelopeCheck")), Wh = l(() => o("EnvelopeCheckFill")), Vh = l(() => o("EnvelopeDash")), Nh = l(() => o("EnvelopeDashFill")), jh = l(() => o("EnvelopeExclamation")), _h = l(() => o("EnvelopeExclamationFill")), Jh = l(() => o("EnvelopeFill")), zh = l(() => o("EnvelopeHeart")), Qh = l(() => o("EnvelopeHeartFill")), Kh = l(() => o("EnvelopeOpen")), Yh = l(() => o("EnvelopeOpenFill")), Zh = l(() => o("EnvelopeOpenHeart")), $h = l(() => o("EnvelopeOpenHeartFill")), lS = l(() => o("EnvelopePaper")), oS = l(() => o("EnvelopePaperFill")), tS = l(() => o("EnvelopePaperHeart")), nS = l(() => o("EnvelopePaperHeartFill")), eS = l(() => o("EnvelopePlus")), iS = l(() => o("EnvelopePlusFill")), sS = l(() => o("EnvelopeSlash")), cS = l(() => o("EnvelopeSlashFill")), rS = l(() => o("EnvelopeX")), aS = l(() => o("EnvelopeXFill")), FS = l(() => o("Eraser")), dS = l(() => o("EraserFill")), uS = l(() => o("Escape")), CS = l(() => o("Ethernet")), pS = l(() => o("EvFront")), hS = l(() => o("EvFrontFill")), SS = l(() => o("EvStation")), gS = l(() => o("EvStationFill")), kS = l(() => o("Exclamation")), mS = l(() => o("ExclamationCircle")), wS = l(() => o("ExclamationCircleFill")), BS = l(() => o("ExclamationDiamond")), DS = l(() => o("ExclamationDiamondFill")), PS = l(() => o("ExclamationLg")), AS = l(() => o("ExclamationOctagon")), fS = l(() => o("ExclamationOctagonFill")), ES = l(() => o("ExclamationSquare")), HS = l(() => o("ExclamationSquareFill")), TS = l(() => o("ExclamationTriangle")), yS = l(() => o("ExclamationTriangleFill")), xS = l(() => o("Exclude")), LS = l(() => o("Explicit")), RS = l(() => o("ExplicitFill")), bS = l(() => o("Exposure")), vS = l(() => o("Eye")), qS = l(() => o("Eyedropper")), MS = l(() => o("EyeFill")), US = l(() => o("Eyeglasses")), IS = l(() => o("EyeSlash")), GS = l(() => o("EyeSlashFill")), OS = l(() => o("Facebook")), XS = l(() => o("Fan")), WS = l(() => o("FastForward")), VS = l(() => o("FastForwardBtn")), NS = l(() => o("FastForwardBtnFill")), jS = l(() => o("FastForwardCircle")), _S = l(() => o("FastForwardCircleFill")), JS = l(() => o("FastForwardFill")), zS = l(() => o("Feather")), QS = l(() => o("Feather2")), KS = l(() => o("Feather3")), YS = l(() => o("Figma")), ZS = l(() => o("FigmaFill")), $S = l(() => o("File")), lg = l(() => o("File2Clock")), og = l(() => o("FileArrowDown")), tg = l(() => o("FileArrowDownFill")), ng = l(() => o("FileArrowUp")), eg = l(() => o("FileArrowUpFill")), ig = l(() => o("FileBarGraph")), sg = l(() => o("FileBarGraphFill")), cg = l(() => o("FileBinary")), rg = l(() => o("FileBinaryFill")), ag = l(() => o("FileBreak")), Fg = l(() => o("FileBreakFill")), dg = l(() => o("FileCheck")), ug = l(() => o("FileCheckFill")), Cg = l(() => o("FileCode")), pg = l(() => o("FileCodeFill")), hg = l(() => o("FileDiff")), Sg = l(() => o("FileDiffFill")), gg = l(() => o("FileEarmark")), kg = l(() => o("FileEarmarkArrowDown")), mg = l(() => o("FileEarmarkArrowDownFill")), wg = l(() => o("FileEarmarkArrowUp")), Bg = l(() => o("FileEarmarkArrowUpFill")), Dg = l(() => o("FileEarmarkBarGraph")), Pg = l(() => o("FileEarmarkBarGraphFill")), Ag = l(() => o("FileEarmarkBinary")), fg = l(() => o("FileEarmarkBinaryFill")), Eg = l(() => o("FileEarmarkBreak")), Hg = l(() => o("FileEarmarkBreakFill")), Tg = l(() => o("FileEarmarkCheck")), yg = l(() => o("FileEarmarkCheckFill")), xg = l(() => o("FileEarmarkCode")), Lg = l(() => o("FileEarmarkCodeFill")), Rg = l(() => o("FileEarmarkDiff")), bg = l(() => o("FileEarmarkDiffFill")), vg = l(() => o("FileEarmarkEasel")), qg = l(() => o("FileEarmarkEaselFill")), Mg = l(() => o("FileEarmarkExcel")), Ug = l(() => o("FileEarmarkExcelFill")), Ig = l(() => o("FileEarmarkFill")), Gg = l(() => o("FileEarmarkFont")), Og = l(() => o("FileEarmarkFontFill")), Xg = l(() => o("FileEarmarkImage")), Wg = l(() => o("FileEarmarkImageFill")), Vg = l(() => o("FileEarmarkLock")), Ng = l(() => o("FileEarmarkLock2")), jg = l(() => o("FileEarmarkLock2Fill")), _g = l(() => o("FileEarmarkLockFill")), Jg = l(() => o("FileEarmarkMedical")), zg = l(() => o("FileEarmarkMedicalFill")), Qg = l(() => o("FileEarmarkMinus")), Kg = l(() => o("FileEarmarkMinusFill")), Yg = l(() => o("FileEarmarkMusic")), Zg = l(() => o("FileEarmarkMusicFill")), $g = l(() => o("FileEarmarkPdf")), lk = l(() => o("FileEarmarkPdfFill")), ok = l(() => o("FileEarmarkPerson")), tk = l(() => o("FileEarmarkPersonFill")), nk = l(() => o("FileEarmarkPlay")), ek = l(() => o("FileEarmarkPlayFill")), ik = l(() => o("FileEarmarkPlus")), sk = l(() => o("FileEarmarkPlusFill")), ck = l(() => o("FileEarmarkPost")), rk = l(() => o("FileEarmarkPostFill")), ak = l(() => o("FileEarmarkPpt")), Fk = l(() => o("FileEarmarkPptFill")), dk = l(() => o("FileEarmarkRichtext")), uk = l(() => o("FileEarmarkRichtextFill")), Ck = l(() => o("FileEarmarkRuled")), pk = l(() => o("FileEarmarkRuledFill")), hk = l(() => o("FileEarmarkSlides")), Sk = l(() => o("FileEarmarkSlidesFill")), gk = l(() => o("FileEarmarkSpreadsheet")), kk = l(() => o("FileEarmarkSpreadsheetFill")), mk = l(() => o("FileEarmarkText")), wk = l(() => o("FileEarmarkTextFill")), Bk = l(() => o("FileEarmarkWord")), Dk = l(() => o("FileEarmarkWordFill")), Pk = l(() => o("FileEarmarkX")), Ak = l(() => o("FileEarmarkXFill")), fk = l(() => o("FileEarmarkZip")), Ek = l(() => o("FileEarmarkZipFill")), Hk = l(() => o("FileEasel")), Tk = l(() => o("FileEaselFill")), yk = l(() => o("FileExcel")), xk = l(() => o("FileExcelFill")), Lk = l(() => o("FileFill")), Rk = l(() => o("FileFont")), bk = l(() => o("FileFontFill")), vk = l(() => o("FileImage")), qk = l(() => o("FileImageFill")), Mk = l(() => o("FileLock")), Uk = l(() => o("FileLock2")), Ik = l(() => o("FileLock2Fill")), Gk = l(() => o("FileLockFill")), Ok = l(() => o("FileMedical")), Xk = l(() => o("FileMedicalFill")), Wk = l(() => o("FileMinus")), Vk = l(() => o("FileMinusFill")), Nk = l(() => o("FileMusic")), jk = l(() => o("FileMusicFill")), _k = l(() => o("FilePdf")), Jk = l(() => o("FilePdfFill")), zk = l(() => o("FilePerson")), Qk = l(() => o("FilePersonFill")), Kk = l(() => o("FilePlay")), Yk = l(() => o("FilePlayFill")), Zk = l(() => o("FilePlus")), $k = l(() => o("FilePlusFill")), lm = l(() => o("FilePost")), om = l(() => o("FilePostFill")), tm = l(() => o("FilePpt")), nm = l(() => o("FilePptFill")), em = l(() => o("FileRichtext")), im = l(() => o("FileRichtextFill")), sm = l(() => o("FileRuled")), cm = l(() => o("FileRuledFill")), rm = l(() => o("Files")), am = l(() => o("FilesAlt")), Fm = l(() => o("FileSignature")), dm = l(() => o("FileSlides")), um = l(() => o("FileSlidesFill")), Cm = l(() => o("FileSpreadsheet")), pm = l(() => o("FileSpreadsheetFill")), hm = l(() => o("FileText")), Sm = l(() => o("FileTextFill")), gm = l(() => o("FiletypeAac")), km = l(() => o("FiletypeAi")), mm = l(() => o("FiletypeBmp")), wm = l(() => o("FiletypeCs")), Bm = l(() => o("FiletypeCss")), Dm = l(() => o("FiletypeCsv")), Pm = l(() => o("FiletypeDoc")), Am = l(() => o("FiletypeDocx")), fm = l(() => o("FiletypeExe")), Em = l(() => o("FiletypeGif")), Hm = l(() => o("FiletypeHeic")), Tm = l(() => o("FiletypeHtml")), ym = l(() => o("FiletypeJava")), xm = l(() => o("FiletypeJpg")), Lm = l(() => o("FiletypeJs")), Rm = l(() => o("FiletypeJson")), bm = l(() => o("FiletypeJsx")), vm = l(() => o("FiletypeKey")), qm = l(() => o("FiletypeM4P")), Mm = l(() => o("FiletypeMd")), Um = l(() => o("FiletypeMdx")), Im = l(() => o("FiletypeMov")), Gm = l(() => o("FiletypeMp3")), Om = l(() => o("FiletypeMp4")), Xm = l(() => o("FiletypeOtf")), Wm = l(() => o("FiletypePdf")), Vm = l(() => o("FiletypePhp")), Nm = l(() => o("FiletypePng")), jm = l(() => o("FiletypePpt")), _m = l(() => o("FiletypePptx")), Jm = l(() => o("FiletypePsd")), zm = l(() => o("FiletypePy")), Qm = l(() => o("FiletypeRaw")), Km = l(() => o("FiletypeRb")), Ym = l(() => o("FiletypeSass")), Zm = l(() => o("FiletypeScss")), $m = l(() => o("FiletypeSh")), lw = l(() => o("FiletypeSql")), ow = l(() => o("FiletypeSvg")), tw = l(() => o("FiletypeTiff")), nw = l(() => o("FiletypeTsx")), ew = l(() => o("FiletypeTtf")), iw = l(() => o("FiletypeTxt")), sw = l(() => o("FiletypeWav")), cw = l(() => o("FiletypeWoff")), rw = l(() => o("FiletypeXls")), aw = l(() => o("FiletypeXlsx")), Fw = l(() => o("FiletypeXml")), dw = l(() => o("FiletypeYml")), uw = l(() => o("FileWord")), Cw = l(() => o("FileWordFill")), pw = l(() => o("FileX")), hw = l(() => o("FileXFill")), Sw = l(() => o("FileZip")), gw = l(() => o("FileZipFill")), kw = l(() => o("Film")), mw = l(() => o("Filter")), ww = l(() => o("FilterCircle")), Bw = l(() => o("FilterCircleFill")), Dw = l(() => o("FilterLeft")), Pw = l(() => o("FilterRight")), Aw = l(() => o("FilterSquare")), fw = l(() => o("FilterSquareFill")), Ew = l(() => o("Fingerprint")), Hw = l(() => o("Fire")), Tw = l(() => o("FireBootstrap")), yw = l(() => o("FireFill")), xw = l(() => o("Flag")), Lw = l(() => o("FlagFill")), Rw = l(() => o("Floppy")), bw = l(() => o("Floppy2")), vw = l(() => o("Floppy2Fill")), qw = l(() => o("FloppyFill")), Mw = l(() => o("Flower1")), Uw = l(() => o("Flower2")), Iw = l(() => o("Flower3")), Gw = l(() => o("Folder")), Ow = l(() => o("Folder2")), Xw = l(() => o("Folder2Open")), Ww = l(() => o("FolderCheck")), Vw = l(() => o("FolderFill")), Nw = l(() => o("FolderMinus")), jw = l(() => o("FolderPlus")), _w = l(() => o("FolderSparkle")), Jw = l(() => o("FolderSymlink")), zw = l(() => o("FolderSymlinkFill")), Qw = l(() => o("FolderX")), Kw = l(() => o("Fonts")), Yw = l(() => o("Forward")), Zw = l(() => o("ForwardFill")), $w = l(() => o("Front")), lB = l(() => o("FuelPump")), oB = l(() => o("FuelPumpDiesel")), tB = l(() => o("FuelPumpDieselFill")), nB = l(() => o("FuelPumpFill")), eB = l(() => o("Fullscreen")), iB = l(() => o("FullscreenExit")), sB = l(() => o("Funnel")), cB = l(() => o("FunnelFill")), rB = l(() => o("Gear")), aB = l(() => o("GearFill")), FB = l(() => o("GearWide")), dB = l(() => o("GearWideConnected")), uB = l(() => o("Gem")), CB = l(() => o("GenderAmbiguous")), pB = l(() => o("GenderFemale")), hB = l(() => o("GenderMale")), SB = l(() => o("GenderNeuter")), gB = l(() => o("GenderTrans")), kB = l(() => o("Geo")), mB = l(() => o("GeoAlt")), wB = l(() => o("GeoAltFill")), BB = l(() => o("GeoAltOff")), DB = l(() => o("GeoFill")), PB = l(() => o("Gift")), AB = l(() => o("GiftFill")), fB = l(() => o("Git")), EB = l(() => o("Github")), HB = l(() => o("Gitlab")), TB = l(() => o("Globe")), yB = l(() => o("Globe2")), xB = l(() => o("GlobeAmericas")), LB = l(() => o("GlobeAsiaAustralia")), RB = l(() => o("GlobeCentralSouthAsia")), bB = l(() => o("GlobeEuropeAfrica")), vB = l(() => o("Google")), qB = l(() => o("GooglePlay")), MB = l(() => o("GpuCard")), UB = l(() => o("Grab")), IB = l(() => o("GrabHorizontal")), GB = l(() => o("GraphDown")), OB = l(() => o("GraphDownArrow")), XB = l(() => o("GraphUp")), WB = l(() => o("GraphUpArrow")), VB = l(() => o("Grid")), NB = l(() => o("Grid1X2")), jB = l(() => o("Grid1X2Fill")), _B = l(() => o("Grid3X2")), JB = l(() => o("Grid3X2Gap")), zB = l(() => o("Grid3X2GapFill")), QB = l(() => o("Grid3X3")), KB = l(() => o("Grid3X3Gap")), YB = l(() => o("Grid3X3GapFill")), ZB = l(() => o("GridFill")), $B = l(() => o("GripHorizontal")), lD = l(() => o("GripVertical")), oD = l(() => o("Hammer")), tD = l(() => o("Hand")), nD = l(() => o("Handbag")), eD = l(() => o("HandbagFill")), iD = l(() => o("HandFinger")), sD = l(() => o("HandFinger45Deg")), cD = l(() => o("HandFingerRight")), rD = l(() => o("HandIndex")), aD = l(() => o("HandIndexFill")), FD = l(() => o("HandIndexThumb")), dD = l(() => o("HandIndexThumbFill")), uD = l(() => o("HandOff")), CD = l(() => o("HandThumbsDown")), pD = l(() => o("HandThumbsDownFill")), hD = l(() => o("HandThumbsUp")), SD = l(() => o("HandThumbsUpFill")), gD = l(() => o("Hash")), kD = l(() => o("HCircle")), mD = l(() => o("HCircleFill")), wD = l(() => o("Hdd")), BD = l(() => o("HddFill")), DD = l(() => o("HddNetwork")), PD = l(() => o("HddNetworkFill")), AD = l(() => o("HddRack")), fD = l(() => o("HddRackFill")), ED = l(() => o("HddStack")), HD = l(() => o("HddStackFill")), TD = l(() => o("Hdmi")), yD = l(() => o("HdmiFill")), xD = l(() => o("Headphones")), LD = l(() => o("Headset")), RD = l(() => o("HeadsetVr")), bD = l(() => o("Heart")), vD = l(() => o("HeartArrow")), qD = l(() => o("Heartbreak")), MD = l(() => o("HeartbreakFill")), UD = l(() => o("HeartFill")), ID = l(() => o("HeartHalf")), GD = l(() => o("HeartPulse")), OD = l(() => o("HeartPulseFill")), XD = l(() => o("Hearts")), WD = l(() => o("Heptagon")), VD = l(() => o("HeptagonFill")), ND = l(() => o("HeptagonHalf")), jD = l(() => o("Hexagon")), _D = l(() => o("Hexagon2NdHalf")), JD = l(() => o("HexagonArrowDown")), zD = l(() => o("HexagonArrowDownFill")), QD = l(() => o("HexagonArrowRight")), KD = l(() => o("HexagonArrowRightFill")), YD = l(() => o("HexagonCore")), ZD = l(() => o("HexagonCore2NdHalf")), $D = l(() => o("HexagonCoreHalf")), lP = l(() => o("HexagonDashed")), oP = l(() => o("HexagonFill")), tP = l(() => o("HexagonHalf")), nP = l(() => o("HexagonOff")), eP = l(() => o("HexagonOffFill")), iP = l(() => o("HexagonQuestion")), sP = l(() => o("HexagonQuestionFill")), cP = l(() => o("Highlighter")), rP = l(() => o("Highlights")), aP = l(() => o("Hospital")), FP = l(() => o("HospitalFill")), dP = l(() => o("Hourglass")), uP = l(() => o("HourglassBottom")), CP = l(() => o("HourglassSplit")), pP = l(() => o("HourglassTop")), hP = l(() => o("House")), SP = l(() => o("HouseAdd")), gP = l(() => o("HouseAddFill")), kP = l(() => o("HouseCheck")), mP = l(() => o("HouseCheckFill")), wP = l(() => o("HouseDash")), BP = l(() => o("HouseDashFill")), DP = l(() => o("HouseDoor")), PP = l(() => o("HouseDoorFill")), AP = l(() => o("HouseDown")), fP = l(() => o("HouseDownFill")), EP = l(() => o("HouseExclamation")), HP = l(() => o("HouseExclamationFill")), TP = l(() => o("HouseFill")), yP = l(() => o("HouseGear")), xP = l(() => o("HouseGearFill")), LP = l(() => o("HouseHeart")), RP = l(() => o("HouseHeartFill")), bP = l(() => o("HouseLock")), vP = l(() => o("HouseLockFill")), qP = l(() => o("Houses")), MP = l(() => o("HousesFill")), UP = l(() => o("HouseSlash")), IP = l(() => o("HouseSlashFill")), GP = l(() => o("HouseUp")), OP = l(() => o("HouseUpFill")), XP = l(() => o("HouseX")), WP = l(() => o("HouseXFill")), VP = l(() => o("Hr")), NP = l(() => o("HSquare")), jP = l(() => o("HSquareFill")), _P = l(() => o("Hurricane")), JP = l(() => o("Hypnotize")), zP = l(() => o("Image")), QP = l(() => o("ImageAlt")), KP = l(() => o("ImageFill")), YP = l(() => o("Images")), ZP = l(() => o("Inbox")), $P = l(() => o("Inboxes")), lA = l(() => o("InboxesFill")), oA = l(() => o("InboxFill")), tA = l(() => o("Incognito")), nA = l(() => o("Indent")), eA = l(() => o("InfinityBootstrap")), iA = l(() => o("Info")), sA = l(() => o("InfoCircle")), cA = l(() => o("InfoCircleFill")), rA = l(() => o("InfoLg")), aA = l(() => o("InfoSquare")), FA = l(() => o("InfoSquareFill")), dA = l(() => o("InputCursor")), uA = l(() => o("InputCursorText")), CA = l(() => o("Instagram")), pA = l(() => o("Intercom")), hA = l(() => o("IntercomFill")), SA = l(() => o("Intersect")), gA = l(() => o("Invoice")), kA = l(() => o("Invoice2")), mA = l(() => o("Invoice2In")), wA = l(() => o("Invoice2Out")), BA = l(() => o("InvoiceClock")), DA = l(() => o("InvoiceDraft")), PA = l(() => o("InvoicePdf")), AA = l(() => o("Invoices")), fA = l(() => o("Invoices2")), EA = l(() => o("InvoicesLink")), HA = l(() => o("Journal")), TA = l(() => o("Journal2")), yA = l(() => o("Journal2Off")), xA = l(() => o("JournalAlbum")), LA = l(() => o("JournalArrowDown")), RA = l(() => o("JournalArrowUp")), bA = l(() => o("JournalBookmark")), vA = l(() => o("JournalBookmarkFill")), qA = l(() => o("JournalBootstrap")), MA = l(() => o("JournalCheck")), UA = l(() => o("JournalCheckBootstrap")), IA = l(() => o("JournalCode")), GA = l(() => o("JournalMedical")), OA = l(() => o("JournalMinus")), XA = l(() => o("JournalOff")), WA = l(() => o("JournalPlus")), VA = l(() => o("JournalRichtext")), NA = l(() => o("Journals")), jA = l(() => o("JournalText")), _A = l(() => o("JournalX")), JA = l(() => o("Joystick")), zA = l(() => o("Justify")), QA = l(() => o("JustifyLeft")), KA = l(() => o("JustifyRight")), YA = l(() => o("Kanban")), ZA = l(() => o("KanbanFill")), $A = l(() => o("Key")), lf = l(() => o("Keyboard")), of = l(() => o("KeyboardFill")), tf = l(() => o("KeyFill")), nf = l(() => o("Ladder")), ef = l(() => o("Lamp")), sf = l(() => o("LampFill")), cf = l(() => o("LampFillOff")), rf = l(() => o("LampOff")), af = l(() => o("Laptop")), Ff = l(() => o("LaptopFill")), df = l(() => o("LayerBackward")), uf = l(() => o("LayerForward")), Cf = l(() => o("Layers")), pf = l(() => o("LayersFill")), hf = l(() => o("LayersHalf")), Sf = l(() => o("LayoutSidebar")), gf = l(() => o("LayoutSidebarInset")), kf = l(() => o("LayoutSidebarInsetReverse")), mf = l(() => o("LayoutSidebarReverse")), wf = l(() => o("LayoutSplit")), Bf = l(() => o("LayoutTextSidebar")), Df = l(() => o("LayoutTextSidebarReverse")), Pf = l(() => o("LayoutTextWindow")), Af = l(() => o("LayoutTextWindowReverse")), ff = l(() => o("LayoutThreeColumns")), Ef = l(() => o("LayoutWtf")), Hf = l(() => o("LifePreserver")), Tf = l(() => o("Lightbulb")), yf = l(() => o("LightbulbFill")), xf = l(() => o("LightbulbOff")), Lf = l(() => o("LightbulbOffFill")), Rf = l(() => o("Lightning")), bf = l(() => o("LightningCharge")), vf = l(() => o("LightningChargeFill")), qf = l(() => o("LightningFill")), Mf = l(() => o("Line")), Uf = l(() => o("Link")), If = l(() => o("Link2")), Gf = l(() => o("Link2Break")), Of = l(() => o("Link45Deg")), Xf = l(() => o("Linkedin")), Wf = l(() => o("List")), Vf = l(() => o("ListCheck")), Nf = l(() => o("ListColumns")), jf = l(() => o("ListColumnsReverse")), _f = l(() => o("ListNested")), Jf = l(() => o("ListOl")), zf = l(() => o("ListStars")), Qf = l(() => o("ListTask")), Kf = l(() => o("ListUl")), Yf = l(() => o("Lock")), Zf = l(() => o("LockFill")), $f = l(() => o("Luggage")), lE = l(() => o("LuggageFill")), oE = l(() => o("Lungs")), tE = l(() => o("LungsFill")), nE = l(() => o("Magic")), eE = l(() => o("Magnet")), iE = l(() => o("MagnetFill")), sE = l(() => o("Mailbox")), cE = l(() => o("Mailbox2")), rE = l(() => o("Mailbox2Flag")), aE = l(() => o("MailboxFlag")), FE = l(() => o("Map")), dE = l(() => o("MapFill")), uE = l(() => o("MapOff")), CE = l(() => o("Markdown")), pE = l(() => o("MarkdownFill")), hE = l(() => o("MarkerTip")), SE = l(() => o("Mask")), gE = l(() => o("Mastodon")), kE = l(() => o("MeasuringTape")), mE = l(() => o("MeasuringTapeFill")), wE = l(() => o("Medium")), BE = l(() => o("Megaphone")), DE = l(() => o("MegaphoneFill")), PE = l(() => o("Memory")), AE = l(() => o("MenuApp")), fE = l(() => o("MenuAppFill")), EE = l(() => o("MenuButton")), HE = l(() => o("MenuButtonFill")), TE = l(() => o("MenuButtonWide")), yE = l(() => o("MenuButtonWideFill")), xE = l(() => o("MenuDown")), LE = l(() => o("MenuUp")), RE = l(() => o("Messenger")), bE = l(() => o("Meta")), vE = l(() => o("Mic")), qE = l(() => o("MicFill")), ME = l(() => o("MicMute")), UE = l(() => o("MicMuteFill")), IE = l(() => o("Microsoft")), GE = l(() => o("MicrosoftTeams")), OE = l(() => o("Minecart")), XE = l(() => o("MinecartLoaded")), WE = l(() => o("Modem")), VE = l(() => o("ModemFill")), NE = l(() => o("Moisture")), jE = l(() => o("Moon")), _E = l(() => o("MoonFill")), JE = l(() => o("MoonStars")), zE = l(() => o("MoonStarsFill")), QE = l(() => o("Mortarboard")), KE = l(() => o("MortarboardFill")), YE = l(() => o("Motherboard")), ZE = l(() => o("MotherboardFill")), $E = l(() => o("Mouse")), lH = l(() => o("Mouse2")), oH = l(() => o("Mouse2Fill")), tH = l(() => o("Mouse3")), nH = l(() => o("Mouse3Fill")), eH = l(() => o("MouseFill")), iH = l(() => o("MusicNote")), sH = l(() => o("MusicNoteBeamed")), cH = l(() => o("MusicNoteList")), rH = l(() => o("MusicPlayer")), aH = l(() => o("MusicPlayerFill")), FH = l(() => o("Newspaper")), dH = l(() => o("NintendoSwitch")), uH = l(() => o("NodeMinus")), CH = l(() => o("NodeMinusFill")), pH = l(() => o("NodePlus")), hH = l(() => o("NodePlusFill")), SH = l(() => o("NoiseReduction")), gH = l(() => o("Nut")), kH = l(() => o("NutFill")), mH = l(() => o("Nvidia")), wH = l(() => o("Nvme")), BH = l(() => o("NvmeFill")), DH = l(() => o("Octagon")), PH = l(() => o("OctagonFill")), AH = l(() => o("OctagonHalf")), fH = l(() => o("Opencollective")), EH = l(() => o("OpticalAudio")), HH = l(() => o("OpticalAudioFill")), TH = l(() => o("Option")), yH = l(() => o("Outlet")), xH = l(() => o("PaintBucket")), LH = l(() => o("PaintRoller")), RH = l(() => o("PaintRollerFill")), bH = l(() => o("Palette")), vH = l(() => o("Palette2")), qH = l(() => o("PaletteFill")), MH = l(() => o("Paperclip")), UH = l(() => o("Paragraph")), IH = l(() => o("Pass")), GH = l(() => o("PassFill")), OH = l(() => o("Passport")), XH = l(() => o("PassportFill")), WH = l(() => o("PatchCheck")), VH = l(() => o("PatchCheckFill")), NH = l(() => o("PatchExclamation")), jH = l(() => o("PatchExclamationFill")), _H = l(() => o("PatchMinus")), JH = l(() => o("PatchMinusFill")), zH = l(() => o("PatchPlus")), QH = l(() => o("PatchPlusFill")), KH = l(() => o("PatchQuestion")), YH = l(() => o("PatchQuestionFill")), ZH = l(() => o("Pause")), $H = l(() => o("PauseBtn")), lT = l(() => o("PauseBtnFill")), oT = l(() => o("PauseCircle")), tT = l(() => o("PauseCircleFill")), nT = l(() => o("PauseFill")), eT = l(() => o("Paypal")), iT = l(() => o("Pc")), sT = l(() => o("PcDisplay")), cT = l(() => o("PcDisplayHorizontal")), rT = l(() => o("PcHorizontal")), aT = l(() => o("PciCard")), FT = l(() => o("PciCardNetwork")), dT = l(() => o("PciCardSound")), uT = l(() => o("PCircle")), CT = l(() => o("PCircleFill")), pT = l(() => o("Peace")), hT = l(() => o("PeaceFill")), ST = l(() => o("Pen")), gT = l(() => o("Pencil")), kT = l(() => o("PencilFill")), mT = l(() => o("PencilSquare")), wT = l(() => o("PenFill")), BT = l(() => o("PenOff")), DT = l(() => o("PenOffFill")), PT = l(() => o("Pentagon")), AT = l(() => o("PentagonFill")), fT = l(() => o("PentagonHalf")), ET = l(() => o("People")), HT = l(() => o("PeopleFill")), TT = l(() => o("Percent")), yT = l(() => o("Person")), xT = l(() => o("PersonAdd")), LT = l(() => o("PersonArmsUp")), RT = l(() => o("PersonBadge")), bT = l(() => o("PersonBadgeFill")), vT = l(() => o("PersonBoundingBox")), qT = l(() => o("PersonCheck")), MT = l(() => o("PersonCheckFill")), UT = l(() => o("PersonCircle")), IT = l(() => o("PersonDash")), GT = l(() => o("PersonDashFill")), OT = l(() => o("PersonDown")), XT = l(() => o("PersonExclamation")), WT = l(() => o("PersonFill")), VT = l(() => o("PersonFillAdd")), NT = l(() => o("PersonFillCheck")), jT = l(() => o("PersonFillDash")), _T = l(() => o("PersonFillDown")), JT = l(() => o("PersonFillExclamation")), zT = l(() => o("PersonFillGear")), QT = l(() => o("PersonFillLock")), KT = l(() => o("PersonFillSlash")), YT = l(() => o("PersonFillUp")), ZT = l(() => o("PersonFillX")), $T = l(() => o("PersonGear")), ly = l(() => o("PersonHeart")), oy = l(() => o("PersonHearts")), ty = l(() => o("PersonLinesFill")), ny = l(() => o("PersonLock")), ey = l(() => o("PersonPlus")), iy = l(() => o("PersonPlusFill")), sy = l(() => o("PersonRaisedHand")), cy = l(() => o("PersonRolodex")), ry = l(() => o("PersonSlash")), ay = l(() => o("PersonSquare")), Fy = l(() => o("PersonStanding")), dy = l(() => o("PersonStandingDress")), uy = l(() => o("PersonUp")), Cy = l(() => o("PersonVcard")), py = l(() => o("PersonVcardFill")), hy = l(() => o("PersonVideo")), Sy = l(() => o("PersonVideo2")), gy = l(() => o("PersonVideo3")), ky = l(() => o("PersonWalking")), my = l(() => o("PersonWheelchair")), wy = l(() => o("PersonWorkspace")), By = l(() => o("PersonX")), Dy = l(() => o("PersonXFill")), Py = l(() => o("Phone")), Ay = l(() => o("PhoneFill")), fy = l(() => o("PhoneFlip")), Ey = l(() => o("PhoneLandscape")), Hy = l(() => o("PhoneLandscapeFill")), Ty = l(() => o("PhoneVibrate")), yy = l(() => o("PhoneVibrateFill")), xy = l(() => o("PieChart")), Ly = l(() => o("PieChartFill")), Ry = l(() => o("PiggyBank")), by = l(() => o("PiggyBank2")), vy = l(() => o("PiggyBank2Check")), qy = l(() => o("PiggyBank2Coin")), My = l(() => o("PiggyBank2Exclamation")), Uy = l(() => o("PiggyBank2In")), Iy = l(() => o("PiggyBank2Off")), Gy = l(() => o("PiggyBank2Out")), Oy = l(() => o("PiggyBankFill")), Xy = l(() => o("Pin")), Wy = l(() => o("PinAngle")), Vy = l(() => o("PinAngleFill")), Ny = l(() => o("PinFill")), jy = l(() => o("PinMap")), _y = l(() => o("PinMapFill")), Jy = l(() => o("Pinterest")), zy = l(() => o("Pip")), Qy = l(() => o("PipFill")), Ky = l(() => o("Play")), Yy = l(() => o("PlayBtn")), Zy = l(() => o("PlayBtnFill")), $y = l(() => o("PlayCircle")), lx = l(() => o("PlayCircleFill")), ox = l(() => o("PlayFill")), tx = l(() => o("Playstation")), nx = l(() => o("Plug")), ex = l(() => o("PlugFill")), ix = l(() => o("Plugin")), sx = l(() => o("Plus")), cx = l(() => o("PlusCircle")), rx = l(() => o("PlusCircleDotted")), ax = l(() => o("PlusCircleFill")), Fx = l(() => o("PlusLg")), dx = l(() => o("PlusSlashMinus")), ux = l(() => o("PlusSquare")), Cx = l(() => o("PlusSquareDotted")), px = l(() => o("PlusSquareFill")), hx = l(() => o("Postage")), Sx = l(() => o("PostageFill")), gx = l(() => o("PostageHeart")), kx = l(() => o("PostageHeartFill")), mx = l(() => o("Postcard")), wx = l(() => o("PostcardFill")), Bx = l(() => o("PostcardHeart")), Dx = l(() => o("PostcardHeartFill")), Px = l(() => o("Power")), Ax = l(() => o("Prescription")), fx = l(() => o("Prescription2")), Ex = l(() => o("Printer")), Hx = l(() => o("PrinterFill")), Tx = l(() => o("Projector")), yx = l(() => o("ProjectorFill")), xx = l(() => o("ProrataCalendar")), Lx = l(() => o("PSquare")), Rx = l(() => o("PSquareFill")), bx = l(() => o("Puzzle")), vx = l(() => o("PuzzleFill")), qx = l(() => o("QrCode")), Mx = l(() => o("QrCodeScan")), Ux = l(() => o("Question")), Ix = l(() => o("QuestionCircle")), Gx = l(() => o("QuestionCircleFill")), Ox = l(() => o("QuestionDiamond")), Xx = l(() => o("QuestionDiamondFill")), Wx = l(() => o("QuestionLg")), Vx = l(() => o("QuestionOctagon")), Nx = l(() => o("QuestionOctagonFill")), jx = l(() => o("QuestionSquare")), _x = l(() => o("QuestionSquareFill")), Jx = l(() => o("Quora")), zx = l(() => o("Quote")), Qx = l(() => o("Radar")), Kx = l(() => o("Radioactive")), Yx = l(() => o("Rainbow")), Zx = l(() => o("RCircle")), $x = l(() => o("RCircleFill")), lL = l(() => o("Receipt")), oL = l(() => o("Receipt2")), tL = l(() => o("ReceiptClock")), nL = l(() => o("ReceiptCutoff")), eL = l(() => o("ReceiptDraft")), iL = l(() => o("ReceiptOff2")), sL = l(() => o("ReceiptPdf")), cL = l(() => o("Reception0")), rL = l(() => o("Reception1")), aL = l(() => o("Reception2")), FL = l(() => o("Reception3")), dL = l(() => o("Reception4")), uL = l(() => o("Record")), CL = l(() => o("Record2")), pL = l(() => o("Record2Fill")), hL = l(() => o("RecordBtn")), SL = l(() => o("RecordBtnFill")), gL = l(() => o("RecordCircle")), kL = l(() => o("RecordCircleFill")), mL = l(() => o("RecordFill")), wL = l(() => o("Recycle")), BL = l(() => o("Reddit")), DL = l(() => o("Regex")), PL = l(() => o("Repeat")), AL = l(() => o("Repeat1")), fL = l(() => o("Reply")), EL = l(() => o("ReplyAll")), HL = l(() => o("ReplyAllFill")), TL = l(() => o("ReplyFill")), yL = l(() => o("Rewind")), xL = l(() => o("RewindBtn")), LL = l(() => o("RewindBtnFill")), RL = l(() => o("RewindCircle")), bL = l(() => o("RewindCircleFill")), vL = l(() => o("RewindFill")), qL = l(() => o("Robot")), ML = l(() => o("Rocket")), UL = l(() => o("RocketFill")), IL = l(() => o("RocketTakeoff")), GL = l(() => o("RocketTakeoffFill")), OL = l(() => o("Router")), XL = l(() => o("RouterFill")), WL = l(() => o("RSquare")), VL = l(() => o("RSquareFill")), NL = l(() => o("Rss")), jL = l(() => o("RssFill")), _L = l(() => o("Rulers")), JL = l(() => o("Safe")), zL = l(() => o("Safe2")), QL = l(() => o("Safe2Fill")), KL = l(() => o("SafeFill")), YL = l(() => o("Save")), ZL = l(() => o("Save2")), $L = l(() => o("Save2Fill")), l2 = l(() => o("SaveFill")), o2 = l(() => o("Scissors")), t2 = l(() => o("Scooter")), n2 = l(() => o("Screwdriver")), e2 = l(() => o("SdCard")), i2 = l(() => o("SdCardFill")), s2 = l(() => o("Search")), c2 = l(() => o("SearchHeart")), r2 = l(() => o("SearchHeartFill")), a2 = l(() => o("SegmentedNav")), F2 = l(() => o("Send")), d2 = l(() => o("SendArrowDown")), u2 = l(() => o("SendArrowDownFill")), C2 = l(() => o("SendArrowUp")), p2 = l(() => o("SendArrowUpFill")), h2 = l(() => o("SendCheck")), S2 = l(() => o("SendCheckFill")), g2 = l(() => o("SendDash")), k2 = l(() => o("SendDashFill")), m2 = l(() => o("SendExclamation")), w2 = l(() => o("SendExclamationFill")), B2 = l(() => o("SendFill")), D2 = l(() => o("SendPlus")), P2 = l(() => o("SendPlusFill")), A2 = l(() => o("SendSlash")), f2 = l(() => o("SendSlashFill")), E2 = l(() => o("SendX")), H2 = l(() => o("SendXFill")), T2 = l(() => o("Server")), y2 = l(() => o("Shadows")), x2 = l(() => o("Share")), L2 = l(() => o("ShareFill")), R2 = l(() => o("Shelves")), b2 = l(() => o("Shield")), v2 = l(() => o("ShieldCheck")), q2 = l(() => o("ShieldExclamation")), M2 = l(() => o("ShieldFill")), U2 = l(() => o("ShieldFillCheck")), I2 = l(() => o("ShieldFillExclamation")), G2 = l(() => o("ShieldFillMinus")), O2 = l(() => o("ShieldFillPlus")), X2 = l(() => o("ShieldFillX")), W2 = l(() => o("ShieldLock")), V2 = l(() => o("ShieldLockFill")), N2 = l(() => o("ShieldMinus")), j2 = l(() => o("ShieldPlus")), _2 = l(() => o("ShieldShaded")), J2 = l(() => o("ShieldSlash")), z2 = l(() => o("ShieldSlashFill")), Q2 = l(() => o("ShieldX")), K2 = l(() => o("Shift")), Y2 = l(() => o("ShiftFill")), Z2 = l(() => o("Shop")), $2 = l(() => o("ShopWindow")), lR = l(() => o("Shuffle")), oR = l(() => o("Signal")), tR = l(() => o("SignDeadEnd")), nR = l(() => o("SignDeadEndFill")), eR = l(() => o("SignDoNotEnter")), iR = l(() => o("SignDoNotEnterFill")), sR = l(() => o("SignIntersection")), cR = l(() => o("SignIntersectionFill")), rR = l(() => o("SignIntersectionSide")), aR = l(() => o("SignIntersectionSideFill")), FR = l(() => o("SignIntersectionT")), dR = l(() => o("SignIntersectionTFill")), uR = l(() => o("SignIntersectionY")), CR = l(() => o("SignIntersectionYFill")), pR = l(() => o("SignMergeLeft")), hR = l(() => o("SignMergeLeftFill")), SR = l(() => o("SignMergeRight")), gR = l(() => o("SignMergeRightFill")), kR = l(() => o("SignNoLeftTurn")), mR = l(() => o("SignNoLeftTurnFill")), wR = l(() => o("SignNoParking")), BR = l(() => o("SignNoParkingFill")), DR = l(() => o("SignNoRightTurn")), PR = l(() => o("SignNoRightTurnFill")), AR = l(() => o("Signpost")), fR = l(() => o("Signpost2")), ER = l(() => o("Signpost2Fill")), HR = l(() => o("SignpostFill")), TR = l(() => o("SignpostSplit")), yR = l(() => o("SignpostSplitFill")), xR = l(() => o("SignRailroad")), LR = l(() => o("SignRailroadFill")), RR = l(() => o("SignStop")), bR = l(() => o("SignStopFill")), vR = l(() => o("SignStopLights")), qR = l(() => o("SignStopLightsFill")), MR = l(() => o("SignTurnLeft")), UR = l(() => o("SignTurnLeftFill")), IR = l(() => o("SignTurnRight")), GR = l(() => o("SignTurnRightFill")), OR = l(() => o("SignTurnSlightLeft")), XR = l(() => o("SignTurnSlightLeftFill")), WR = l(() => o("SignTurnSlightRight")), VR = l(() => o("SignTurnSlightRightFill")), NR = l(() => o("SignYield")), jR = l(() => o("SignYieldFill")), _R = l(() => o("Sim")), JR = l(() => o("SimFill")), zR = l(() => o("SimSlash")), QR = l(() => o("SimSlashFill")), KR = l(() => o("SinaWeibo")), YR = l(() => o("SkipBackward")), ZR = l(() => o("SkipBackwardBtn")), $R = l(() => o("SkipBackwardBtnFill")), lb = l(() => o("SkipBackwardCircle")), ob = l(() => o("SkipBackwardCircleFill")), tb = l(() => o("SkipBackwardFill")), nb = l(() => o("SkipEnd")), eb = l(() => o("SkipEndBtn")), ib = l(() => o("SkipEndBtnFill")), sb = l(() => o("SkipEndCircle")), cb = l(() => o("SkipEndCircleFill")), rb = l(() => o("SkipEndFill")), ab = l(() => o("SkipForward")), Fb = l(() => o("SkipForwardBtn")), db = l(() => o("SkipForwardBtnFill")), ub = l(() => o("SkipForwardCircle")), Cb = l(() => o("SkipForwardCircleFill")), pb = l(() => o("SkipForwardFill")), hb = l(() => o("SkipStart")), Sb = l(() => o("SkipStartBtn")), gb = l(() => o("SkipStartBtnFill")), kb = l(() => o("SkipStartCircle")), mb = l(() => o("SkipStartCircleFill")), wb = l(() => o("SkipStartFill")), Bb = l(() => o("Skype")), Db = l(() => o("Slack")), Pb = l(() => o("Slash")), Ab = l(() => o("SlashCircle")), fb = l(() => o("SlashCircleFill")), Eb = l(() => o("SlashCircleFillV2")), Hb = l(() => o("SlashCircleV2")), Tb = l(() => o("SlashLg")), yb = l(() => o("SlashSquare")), xb = l(() => o("SlashSquareFill")), Lb = l(() => o("SlashSquareFillV2")), Rb = l(() => o("SlashSquareV2")), bb = l(() => o("Sliders")), vb = l(() => o("Sliders2")), qb = l(() => o("Sliders2Vertical")), Mb = l(() => o("Smartwatch")), Ub = l(() => o("Snapchat")), Ib = l(() => o("Snow")), Gb = l(() => o("Snow2")), Ob = l(() => o("Snow3")), Xb = l(() => o("SortAlphaDown")), Wb = l(() => o("SortAlphaDownAlt")), Vb = l(() => o("SortAlphaUp")), Nb = l(() => o("SortAlphaUpAlt")), jb = l(() => o("SortDown")), _b = l(() => o("SortDownAlt")), Jb = l(() => o("SortNumericDown")), zb = l(() => o("SortNumericDownAlt")), Qb = l(() => o("SortNumericUp")), Kb = l(() => o("SortNumericUpAlt")), Yb = l(() => o("SortUp")), Zb = l(() => o("SortUpAlt")), $b = l(() => o("Soundwave")), lv = l(() => o("Sourceforge")), ov = l(() => o("Speaker")), tv = l(() => o("SpeakerFill")), nv = l(() => o("Speedometer")), ev = l(() => o("Speedometer2")), iv = l(() => o("Spellcheck")), sv = l(() => o("Spotify")), cv = l(() => o("Square")), rv = l(() => o("SquareFill")), av = l(() => o("SquareHalf")), Fv = l(() => o("Squircle")), dv = l(() => o("SquircleArrowBottom")), uv = l(() => o("SquircleArrowBottomFill")), Cv = l(() => o("SquircleArrowLeft")), pv = l(() => o("SquircleArrowLeftFill")), hv = l(() => o("SquircleArrowRight")), Sv = l(() => o("SquircleArrowRightFill")), gv = l(() => o("SquircleArrowTop")), kv = l(() => o("SquircleArrowTopFill")), mv = l(() => o("SquircleCheck")), wv = l(() => o("SquircleCheckAll")), Bv = l(() => o("SquircleCheckAllFill")), Dv = l(() => o("SquircleCheckFill")), Pv = l(() => o("SquircleClock")), Av = l(() => o("SquircleClockFill")), fv = l(() => o("SquircleCore")), Ev = l(() => o("SquircleCore2NdHalf")), Hv = l(() => o("SquircleCoreHalf")), Tv = l(() => o("SquircleDraft")), yv = l(() => o("SquircleExclamation")), xv = l(() => o("SquircleExclamationFill")), Lv = l(() => o("SquircleFill")), Rv = l(() => o("SquircleInfo")), bv = l(() => o("SquircleInfoFill")), vv = l(() => o("SquircleLink")), qv = l(() => o("SquircleLinkFill")), Mv = l(() => o("SquircleOff")), Uv = l(() => o("SquircleOffFill")), Iv = l(() => o("SquircleX")), Gv = l(() => o("SquircleXFill")), Ov = l(() => o("Stack")), Xv = l(() => o("StackOverflow")), Wv = l(() => o("Star")), Vv = l(() => o("StarFill")), Nv = l(() => o("StarHalf")), jv = l(() => o("Stars")), _v = l(() => o("Steam")), Jv = l(() => o("Stickies")), zv = l(() => o("StickiesFill")), Qv = l(() => o("Sticky")), Kv = l(() => o("StickyFill")), Yv = l(() => o("Stop")), Zv = l(() => o("StopBtn")), $v = l(() => o("StopBtnFill")), lq = l(() => o("StopCircle")), oq = l(() => o("StopCircleFill")), tq = l(() => o("StopFill")), nq = l(() => o("Stoplights")), eq = l(() => o("StoplightsFill")), iq = l(() => o("Stopwatch")), sq = l(() => o("StopwatchFill")), cq = l(() => o("Strava")), rq = l(() => o("Stripe")), aq = l(() => o("Subscript")), Fq = l(() => o("Substack")), dq = l(() => o("Subtract")), uq = l(() => o("Suitcase")), Cq = l(() => o("Suitcase2")), pq = l(() => o("Suitcase2Fill")), hq = l(() => o("SuitcaseFill")), Sq = l(() => o("SuitcaseLg")), gq = l(() => o("SuitcaseLgFill")), kq = l(() => o("SuitClub")), mq = l(() => o("SuitClubFill")), wq = l(() => o("SuitDiamond")), Bq = l(() => o("SuitDiamondFill")), Dq = l(() => o("SuitHeart")), Pq = l(() => o("SuitHeartFill")), Aq = l(() => o("SuitSpade")), fq = l(() => o("SuitSpadeFill")), Eq = l(() => o("Sun")), Hq = l(() => o("SunFill")), Tq = l(() => o("Sunglasses")), yq = l(() => o("Sunrise")), xq = l(() => o("SunriseFill")), Lq = l(() => o("Sunset")), Rq = l(() => o("SunsetFill")), bq = l(() => o("Superscript")), vq = l(() => o("SymmetryHorizontal")), qq = l(() => o("SymmetryVertical")), Mq = l(() => o("Table")), Uq = l(() => o("Tablet")), Iq = l(() => o("TabletFill")), Gq = l(() => o("TabletLandscape")), Oq = l(() => o("TabletLandscapeFill")), Xq = l(() => o("Tag")), Wq = l(() => o("TagFill")), Vq = l(() => o("Tags")), Nq = l(() => o("TagsFill")), jq = l(() => o("TaxiFront")), _q = l(() => o("TaxiFrontFill")), Jq = l(() => o("Telegram")), zq = l(() => o("Telephone")), Qq = l(() => o("TelephoneFill")), Kq = l(() => o("TelephoneForward")), Yq = l(() => o("TelephoneForwardFill")), Zq = l(() => o("TelephoneInbound")), $q = l(() => o("TelephoneInboundFill")), lM = l(() => o("TelephoneMinus")), oM = l(() => o("TelephoneMinusFill")), tM = l(() => o("TelephoneOutbound")), nM = l(() => o("TelephoneOutboundFill")), eM = l(() => o("TelephonePlus")), iM = l(() => o("TelephonePlusFill")), sM = l(() => o("TelephoneX")), cM = l(() => o("TelephoneXFill")), rM = l(() => o("TencentQq")), aM = l(() => o("Terminal")), FM = l(() => o("TerminalDash")), dM = l(() => o("TerminalFill")), uM = l(() => o("TerminalPlus")), CM = l(() => o("TerminalSplit")), pM = l(() => o("TerminalX")), hM = l(() => o("TestPipe")), SM = l(() => o("TestPipeFill")), gM = l(() => o("Textarea")), kM = l(() => o("TextareaResize")), mM = l(() => o("TextareaT")), wM = l(() => o("TextCenter")), BM = l(() => o("TextIndentLeft")), DM = l(() => o("TextIndentRight")), PM = l(() => o("TextLeft")), AM = l(() => o("TextParagraph")), fM = l(() => o("TextRight")), EM = l(() => o("TextWrap")), HM = l(() => o("Thermometer")), TM = l(() => o("ThermometerFire3")), yM = l(() => o("ThermometerHalf")), xM = l(() => o("ThermometerHigh")), LM = l(() => o("ThermometerLow")), RM = l(() => o("ThermometerSnow")), bM = l(() => o("ThermometerSun")), vM = l(() => o("Threads")), qM = l(() => o("ThreadsFill")), MM = l(() => o("ThreeDots")), UM = l(() => o("ThreeDotsVertical")), IM = l(() => o("Thunderbolt")), GM = l(() => o("ThunderboltFill")), OM = l(() => o("Ticket")), XM = l(() => o("TicketDetailed")), WM = l(() => o("TicketDetailedFill")), VM = l(() => o("TicketFill")), NM = l(() => o("TicketPerforated")), jM = l(() => o("TicketPerforatedFill")), _M = l(() => o("Tiktok")), JM = l(() => o("Toggle2Off")), zM = l(() => o("Toggle2On")), QM = l(() => o("ToggleOff")), KM = l(() => o("ToggleOn")), YM = l(() => o("Toggles")), ZM = l(() => o("Toggles2")), $M = l(() => o("Tools")), lU = l(() => o("Tornado")), oU = l(() => o("TrainFreightFront")), tU = l(() => o("TrainFreightFrontFill")), nU = l(() => o("TrainFront")), eU = l(() => o("TrainFrontFill")), iU = l(() => o("TrainLightrailFront")), sU = l(() => o("TrainLightrailFrontFill")), cU = l(() => o("Translate")), rU = l(() => o("Transparency")), aU = l(() => o("Trash")), FU = l(() => o("Trash2")), dU = l(() => o("Trash2Fill")), uU = l(() => o("Trash3")), CU = l(() => o("Trash3Fill")), pU = l(() => o("Trash3Off")), hU = l(() => o("Trash3OffFill")), SU = l(() => o("TrashFill")), gU = l(() => o("Tree")), kU = l(() => o("TreeFill")), mU = l(() => o("Trello")), wU = l(() => o("Triangle")), BU = l(() => o("Triangle2")), DU = l(() => o("Triangle2ArrowDown")), PU = l(() => o("Triangle2ArrowDownFill")), AU = l(() => o("Triangle2ArrowLeft")), fU = l(() => o("Triangle2ArrowLeftFill")), EU = l(() => o("Triangle2ArrowRight")), HU = l(() => o("Triangle2ArrowRightFill")), TU = l(() => o("Triangle2ArrowUp")), yU = l(() => o("Triangle2ArrowUpFill")), xU = l(() => o("Triangle2Core")), LU = l(() => o("Triangle2Core2NdHalf")), RU = l(() => o("Triangle2CoreHalf")), bU = l(() => o("Triangle2Fill")), vU = l(() => o("Triangle2X")), qU = l(() => o("Triangle2XFill")), MU = l(() => o("TriangleFill")), UU = l(() => o("TriangleHalf")), IU = l(() => o("Trophy")), GU = l(() => o("TrophyFill")), OU = l(() => o("TropicalStorm")), XU = l(() => o("Truck")), WU = l(() => o("TruckFlatbed")), VU = l(() => o("TruckFront")), NU = l(() => o("TruckFrontFill")), jU = l(() => o("Tsunami")), _U = l(() => o("Tv")), JU = l(() => o("TvFill")), zU = l(() => o("Twitch")), QU = l(() => o("Twitter")), KU = l(() => o("TwitterX")), YU = l(() => o("Type")), ZU = l(() => o("TypeBold")), $U = l(() => o("TypeH1")), lI = l(() => o("TypeH2")), oI = l(() => o("TypeH3")), tI = l(() => o("TypeH4")), nI = l(() => o("TypeH5")), eI = l(() => o("TypeH6")), iI = l(() => o("TypeItalic")), sI = l(() => o("TypeStrikethrough")), cI = l(() => o("TypeUnderline")), rI = l(() => o("Ubuntu")), aI = l(() => o("UiChecks")), FI = l(() => o("UiChecksGrid")), dI = l(() => o("UiRadios")), uI = l(() => o("UiRadiosGrid")), CI = l(() => o("Umbrella")), pI = l(() => o("UmbrellaFill")), hI = l(() => o("Unindent")), SI = l(() => o("Union")), gI = l(() => o("UnitLayout")), kI = l(() => o("UnitTemplate")), mI = l(() => o("Unity")), wI = l(() => o("UniversalAccess")), BI = l(() => o("UniversalAccessCircle")), DI = l(() => o("Unlock")), PI = l(() => o("UnlockFill")), AI = l(() => o("Upc")), fI = l(() => o("UpcScan")), EI = l(() => o("Upload")), HI = l(() => o("Usb")), TI = l(() => o("UsbC")), yI = l(() => o("UsbCFill")), xI = l(() => o("UsbDrive")), LI = l(() => o("UsbDriveFill")), RI = l(() => o("UsbFill")), bI = l(() => o("UsbMicro")), vI = l(() => o("UsbMicroFill")), qI = l(() => o("UsbMini")), MI = l(() => o("UsbMiniFill")), UI = l(() => o("UsbPlug")), II = l(() => o("UsbPlugFill")), GI = l(() => o("UsbSymbol")), OI = l(() => o("Valentine")), XI = l(() => o("Valentine2")), WI = l(() => o("VectorPen")), VI = l(() => o("ViewList")), NI = l(() => o("ViewStacked")), jI = l(() => o("Vignette")), _I = l(() => o("Vimeo")), JI = l(() => o("Vinyl")), zI = l(() => o("VinylFill")), QI = l(() => o("Virus")), KI = l(() => o("Virus2")), YI = l(() => o("Voicemail")), ZI = l(() => o("VolumeDown")), $I = l(() => o("VolumeDownFill")), lG = l(() => o("VolumeMute")), oG = l(() => o("VolumeMuteFill")), tG = l(() => o("VolumeOff")), nG = l(() => o("VolumeOffFill")), eG = l(() => o("VolumeUp")), iG = l(() => o("VolumeUpFill")), sG = l(() => o("Vr")), cG = l(() => o("Wallet")), rG = l(() => o("Wallet2")), aG = l(() => o("WalletFill")), FG = l(() => o("Watch")), dG = l(() => o("Water")), uG = l(() => o("Webcam")), CG = l(() => o("WebcamFill")), pG = l(() => o("Wechat")), hG = l(() => o("Whatsapp")), SG = l(() => o("Wifi")), gG = l(() => o("Wifi1")), kG = l(() => o("Wifi2")), mG = l(() => o("WifiOff")), wG = l(() => o("Wikipedia")), BG = l(() => o("Wind")), DG = l(() => o("Window")), PG = l(() => o("WindowBootstrap")), AG = l(() => o("WindowDash")), fG = l(() => o("WindowDesktop")), EG = l(() => o("WindowDock")), HG = l(() => o("WindowFullscreen")), TG = l(() => o("WindowPlus")), yG = l(() => o("Windows")), xG = l(() => o("WindowSidebar")), LG = l(() => o("WindowSplit")), RG = l(() => o("WindowStack")), bG = l(() => o("WindowX")), vG = l(() => o("Wordpress")), qG = l(() => o("Wrench")), MG = l(() => o("WrenchAdjustable")), UG = l(() => o("WrenchAdjustableCircle")), IG = l(() => o("WrenchAdjustableCircleFill")), GG = l(() => o("X")), OG = l(() => o("Xbox")), XG = l(() => o("XCircle")), WG = l(() => o("XCircleFill")), VG = l(() => o("XDiamond")), NG = l(() => o("XDiamondFill")), jG = l(() => o("XLg")), _G = l(() => o("XOctagon")), JG = l(() => o("XOctagonFill")), zG = l(() => o("XSquare")), QG = l(() => o("XSquareFill")), KG = l(() => o("Yelp")), YG = l(() => o("YinYang")), ZG = l(() => o("Youtube")), $G = l(() => o("ZoomIn")), lO = 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")), E = l(() => o("_5Circle")), f = l(() => o("_5CircleFill")), T = l(() => o("_5Square")), H = l(() => o("_5SquareFill")), y = l(() => o("_6Circle")), x = l(() => o("_6CircleFill")), L = l(() => o("_6Square")), b = l(() => o("_6SquareFill")), R = l(() => o("_7Circle")), v = l(() => o("_7CircleFill")), q = l(() => o("_7Square")), M = l(() => o("_7SquareFill")), U = l(() => o("_8Circle")), I = l(() => o("_8CircleFill")), G = l(() => o("_8Square")), 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")), Q = l(() => o("AirplaneEngines")), z = 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")), Tl = l(() => o("ArrowBarDown")), Hl = l(() => o("ArrowBarLeft")), yl = l(() => o("ArrowBarRight")), xl = l(() => o("ArrowBarUp")), Ll = l(() => o("ArrowClockwise")), bl = l(() => o("ArrowCounterclockwise")), Rl = l(() => o("ArrowDown")), vl = l(() => o("ArrowDownCircle")), ql = l(() => o("ArrowDownCircleFill")), Ml = l(() => o("ArrowDownLeft")), Ul = l(() => o("ArrowDownLeftCircle")), Il = l(() => o("ArrowDownLeftCircleFill")), Gl = l(() => o("ArrowDownLeftSquare")), 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")), Ql = l(() => o("ArrowDownSquareFill")), zl = 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")), To = l(() => o("ArrowUpCircleFill")), Ho = l(() => o("ArrowUpLeft")), yo = l(() => o("ArrowUpLeftCircle")), xo = l(() => o("ArrowUpLeftCircleFill")), Lo = l(() => o("ArrowUpLeftSquare")), bo = l(() => o("ArrowUpLeftSquareFill")), Ro = l(() => o("ArrowUpRight")), vo = l(() => o("ArrowUpRightCircle")), qo = l(() => o("ArrowUpRightCircleFill")), Mo = l(() => o("ArrowUpRightSquare")), Uo = l(() => o("ArrowUpRightSquareFill")), Io = l(() => o("ArrowUpShort")), Go = l(() => o("ArrowUpSquare")), 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")), Qo = l(() => o("BackArrow")), zo = 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")), Tt = l(() => o("BadgeVr")), Ht = l(() => o("BadgeVrFill")), yt = l(() => o("BadgeWc")), xt = l(() => o("BadgeWcFill")), Lt = l(() => o("Bag")), bt = l(() => o("BagCheck")), Rt = l(() => o("BagCheckFill")), vt = l(() => o("BagDash")), qt = l(() => o("BagDashFill")), Mt = l(() => o("BagFill")), Ut = l(() => o("BagHeart")), It = l(() => o("BagHeartFill")), Gt = l(() => o("BagPlus")), 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")), Qt = l(() => o("Bandaid")), zt = 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")), Tn = l(() => o("BlockquoteLeft")), Hn = l(() => o("BlockquoteRight")), yn = l(() => o("Bluetooth")), xn = l(() => o("BodyText")), Ln = l(() => o("Book")), bn = l(() => o("BookFill")), Rn = 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")), Qn = l(() => o("BookmarkX")), zn = 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")), Te = l(() => o("BoxArrowInLeft")), He = l(() => o("BoxArrowInRight")), ye = l(() => o("BoxArrowInUp")), xe = l(() => o("BoxArrowInUpLeft")), Le = l(() => o("BoxArrowInUpRight")), be = l(() => o("BoxArrowLeft")), Re = 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")), Qe = l(() => o("BrightnessAltLow")), ze = 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")), Ti = l(() => o("BuildingFillGear")), Hi = l(() => o("BuildingFillLock")), yi = l(() => o("BuildingFillSlash")), xi = l(() => o("BuildingFillUp")), Li = l(() => o("BuildingFillX")), bi = l(() => o("BuildingGear")), Ri = l(() => o("BuildingLock")), vi = l(() => o("Buildings")), qi = l(() => o("BuildingsFill")), Mi = l(() => o("BuildingSlash")), Ui = l(() => o("BuildingUp")), Ii = l(() => o("BuildingX")), Gi = l(() => o("Bullseye")), 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")), Qi = l(() => o("CakeFill")), zi = 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")), Ts = l(() => o("Calendar3RangeFill")), Hs = l(() => o("Calendar3Week")), ys = l(() => o("Calendar3WeekFill")), xs = l(() => o("Calendar4")), Ls = l(() => o("Calendar4Event")), bs = l(() => o("Calendar4Range")), Rs = l(() => o("Calendar4Week")), vs = l(() => o("CalendarCheck")), qs = l(() => o("CalendarCheckFill")), Ms = l(() => o("CalendarDate")), Us = l(() => o("CalendarDateFill")), Is = l(() => o("CalendarDay")), Gs = l(() => o("CalendarDayFill")), 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")), Qs = l(() => o("CalendarMonth")), zs = 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")), Tc = l(() => o("CaretLeftFill")), Hc = l(() => o("CaretLeftSquare")), yc = l(() => o("CaretLeftSquareFill")), xc = l(() => o("CaretRight")), Lc = l(() => o("CaretRightFill")), bc = l(() => o("CaretRightSquare")), Rc = 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")), Qc = l(() => o("CartFill")), zc = 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")), Tr = l(() => o("ChatLeftQuote")), Hr = l(() => o("ChatLeftQuoteFill")), yr = l(() => o("ChatLeftText")), xr = l(() => o("ChatLeftTextFill")), Lr = l(() => o("ChatQuote")), br = l(() => o("ChatQuoteFill")), Rr = 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")), Qr = l(() => o("ChatSquareHeartFill")), zr = 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")), Ta = l(() => o("ChevronDown")), Ha = l(() => o("ChevronExpand")), ya = l(() => o("ChevronLeft")), xa = l(() => o("ChevronRight")), La = l(() => o("ChevronUp")), ba = l(() => o("Circle")), Ra = l(() => o("Circle2NdHalf")), va = l(() => o("CircleCore")), qa = l(() => o("CircleCore2NdHalf")), Ma = l(() => o("CircleCoreHalf")), Ua = l(() => o("CircleDashed")), Ia = l(() => o("CircleFill")), Ga = l(() => o("CircleHalf")), 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")), Qa = l(() => o("Clipboard2Heart")), za = 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")), TF = l(() => o("CloudCheckFill")), HF = l(() => o("CloudDownload")), yF = l(() => o("CloudDownloadFill")), xF = l(() => o("CloudDrizzle")), LF = l(() => o("CloudDrizzleFill")), bF = l(() => o("CloudFill")), RF = l(() => o("CloudFog")), vF = l(() => o("CloudFog2")), qF = l(() => o("CloudFog2Fill")), MF = l(() => o("CloudFogFill")), UF = l(() => o("CloudHail")), IF = l(() => o("CloudHailFill")), GF = l(() => o("CloudHaze")), 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")), QF = l(() => o("CloudMinusFill")), zF = 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")), Td = l(() => o("CoinsRisk")), Hd = l(() => o("Collection")), yd = l(() => o("CollectionFill")), xd = l(() => o("CollectionPlay")), Ld = l(() => o("CollectionPlayFill")), bd = l(() => o("Columns")), Rd = l(() => o("ColumnsGap")), vd = l(() => o("Command")), qd = l(() => o("Compass")), Md = l(() => o("CompassFill")), Ud = l(() => o("Cone")), Id = l(() => o("ConeStriped")), Gd = l(() => o("ConeStriped2")), 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")), Qd = l(() => o("ConvexeArrowRightFill")), zd = 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")), Tu = l(() => o("CreditCard2BackFill")), Hu = l(() => o("CreditCard2Front")), yu = l(() => o("CreditCard2FrontFill")), xu = l(() => o("CreditCardFill")), Lu = l(() => o("Crop")), bu = l(() => o("Crosshair")), Ru = 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")), Qu = l(() => o("Cursor")), zu = 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")), TC = l(() => o("DeviceHdd")), HC = l(() => o("DeviceHddFill")), yC = l(() => o("DeviceSsd")), xC = l(() => o("DeviceSsdFill")), LC = l(() => o("Diagram2")), bC = l(() => o("Diagram2Fill")), RC = l(() => o("Diagram3")), vC = l(() => o("Diagram3Fill")), qC = l(() => o("Diamond")), MC = l(() => o("DiamondCore")), UC = l(() => o("DiamondCore2NdHalf")), IC = l(() => o("DiamondCoreHalf")), GC = l(() => o("DiamondCorner")), OC = l(() => o("DiamondDashed")), XC = l(() => o("DiamondFill")), WC = l(() => o("DiamondHalf")), VC = l(() => o("DiamondKey")), NC = l(() => o("DiamondKeyFill")), jC = l(() => o("DiamondOff")), _C = l(() => o("DiamondOffFill")), JC = l(() => o("Diamonds")), QC = l(() => o("DiamondsDots")), zC = l(() => o("DiamondsGrid")), KC = l(() => o("DiamondsIntersect")), YC = l(() => o("DiamondsLayers")), ZC = l(() => o("DiamondsLayers2")), $C = l(() => o("DiamondsLayersKey")), lp = l(() => o("DiamondsLayersKey2")), op = l(() => o("DiamondsStripes")), tp = l(() => o("Dice1")), np = l(() => o("Dice1Fill")), ep = l(() => o("Dice2")), ip = l(() => o("Dice2Fill")), sp = l(() => o("Dice3")), cp = l(() => o("Dice3Fill")), rp = l(() => o("Dice4")), ap = l(() => o("Dice4Fill")), Fp = l(() => o("Dice5")), dp = l(() => o("Dice5Fill")), up = l(() => o("Dice6")), Cp = l(() => o("Dice6Fill")), pp = l(() => o("Disc")), hp = l(() => o("DiscFill")), Sp = l(() => o("Discord")), gp = l(() => o("Display")), kp = l(() => o("DisplayFill")), mp = l(() => o("Displayport")), wp = l(() => o("DisplayportFill")), Bp = l(() => o("DistributeHorizontal")), Dp = l(() => o("DistributeVertical")), Pp = l(() => o("DoorClosed")), Ap = l(() => o("DoorClosedFill")), Ep = l(() => o("DoorMoveIn")), fp = l(() => o("DoorMoveOut")), Tp = l(() => o("DoorOpen")), Hp = l(() => o("DoorOpenFill")), yp = l(() => o("Dot")), xp = l(() => o("Download")), Lp = l(() => o("Dpad")), bp = l(() => o("DpadFill")), Rp = l(() => o("Dribbble")), vp = l(() => o("Dropbox")), qp = l(() => o("Droplet")), Mp = l(() => o("DropletFill")), Up = l(() => o("DropletHalf")), Ip = l(() => o("Duffle")), Gp = l(() => o("DuffleFill")), Op = l(() => o("Ear")), Xp = l(() => o("Earbuds")), Wp = l(() => o("EarFill")), Vp = l(() => o("Easel")), Np = l(() => o("Easel2")), jp = l(() => o("Easel2Fill")), _p = l(() => o("Easel3")), Jp = l(() => o("Easel3Fill")), Qp = l(() => o("EaselFill")), zp = l(() => o("Egg")), Kp = l(() => o("EggFill")), Yp = l(() => o("EggFried")), Zp = l(() => o("Eject")), $p = l(() => o("EjectFill")), lh = l(() => o("EmojiAngry")), oh = l(() => o("EmojiAngryFill")), th = l(() => o("EmojiAstonished")), nh = l(() => o("EmojiAstonishedFill")), eh = l(() => o("EmojiDizzy")), ih = l(() => o("EmojiDizzyFill")), sh = l(() => o("EmojiExpressionless")), ch = l(() => o("EmojiExpressionlessFill")), rh = l(() => o("EmojiFrown")), ah = l(() => o("EmojiFrownFill")), Fh = l(() => o("EmojiGrimace")), dh = l(() => o("EmojiGrimaceFill")), uh = l(() => o("EmojiGrin")), Ch = l(() => o("EmojiGrinFill")), ph = l(() => o("EmojiHeartEyes")), hh = l(() => o("EmojiHeartEyesFill")), Sh = l(() => o("EmojiKiss")), gh = l(() => o("EmojiKissFill")), kh = l(() => o("EmojiLaughing")), mh = l(() => o("EmojiLaughingFill")), wh = l(() => o("EmojiNeutral")), Bh = l(() => o("EmojiNeutralFill")), Dh = l(() => o("EmojiSmile")), Ph = l(() => o("EmojiSmileFill")), Ah = l(() => o("EmojiSmileUpsideDown")), Eh = l(() => o("EmojiSmileUpsideDownFill")), fh = l(() => o("EmojiSunglasses")), Th = l(() => o("EmojiSunglassesFill")), Hh = l(() => o("EmojiSurprise")), yh = l(() => o("EmojiSurpriseFill")), xh = l(() => o("EmojiTear")), Lh = l(() => o("EmojiTearFill")), bh = l(() => o("EmojiWink")), Rh = l(() => o("EmojiWinkFill")), vh = l(() => o("Envelope")), qh = l(() => o("EnvelopeArrowDown")), Mh = l(() => o("EnvelopeArrowDownFill")), Uh = l(() => o("EnvelopeArrowUp")), Ih = l(() => o("EnvelopeArrowUpFill")), Gh = l(() => o("EnvelopeAt")), Oh = l(() => o("EnvelopeAtFill")), Xh = l(() => o("EnvelopeCheck")), Wh = l(() => o("EnvelopeCheckFill")), Vh = l(() => o("EnvelopeDash")), Nh = l(() => o("EnvelopeDashFill")), jh = l(() => o("EnvelopeExclamation")), _h = l(() => o("EnvelopeExclamationFill")), Jh = l(() => o("EnvelopeFill")), Qh = l(() => o("EnvelopeHeart")), zh = l(() => o("EnvelopeHeartFill")), Kh = l(() => o("EnvelopeOpen")), Yh = l(() => o("EnvelopeOpenFill")), Zh = l(() => o("EnvelopeOpenHeart")), $h = l(() => o("EnvelopeOpenHeartFill")), lS = l(() => o("EnvelopePaper")), oS = l(() => o("EnvelopePaperFill")), tS = l(() => o("EnvelopePaperHeart")), nS = l(() => o("EnvelopePaperHeartFill")), eS = l(() => o("EnvelopePlus")), iS = l(() => o("EnvelopePlusFill")), sS = l(() => o("EnvelopeSlash")), cS = l(() => o("EnvelopeSlashFill")), rS = l(() => o("EnvelopeX")), aS = l(() => o("EnvelopeXFill")), FS = l(() => o("Eraser")), dS = l(() => o("EraserFill")), uS = l(() => o("Escape")), CS = l(() => o("Ethernet")), pS = l(() => o("EvFront")), hS = l(() => o("EvFrontFill")), SS = l(() => o("EvStation")), gS = l(() => o("EvStationFill")), kS = l(() => o("Exclamation")), mS = l(() => o("ExclamationCircle")), wS = l(() => o("ExclamationCircleFill")), BS = l(() => o("ExclamationDiamond")), DS = l(() => o("ExclamationDiamondFill")), PS = l(() => o("ExclamationLg")), AS = l(() => o("ExclamationOctagon")), ES = l(() => o("ExclamationOctagonFill")), fS = l(() => o("ExclamationSquare")), TS = l(() => o("ExclamationSquareFill")), HS = l(() => o("ExclamationTriangle")), yS = l(() => o("ExclamationTriangleFill")), xS = l(() => o("Exclude")), LS = l(() => o("Explicit")), bS = l(() => o("ExplicitFill")), RS = l(() => o("Exposure")), vS = l(() => o("Eye")), qS = l(() => o("Eyedropper")), MS = l(() => o("EyeFill")), US = l(() => o("Eyeglasses")), IS = l(() => o("EyeSlash")), GS = l(() => o("EyeSlashFill")), OS = l(() => o("Facebook")), XS = l(() => o("Fan")), WS = l(() => o("FastForward")), VS = l(() => o("FastForwardBtn")), NS = l(() => o("FastForwardBtnFill")), jS = l(() => o("FastForwardCircle")), _S = l(() => o("FastForwardCircleFill")), JS = l(() => o("FastForwardFill")), QS = l(() => o("Feather")), zS = l(() => o("Feather2")), KS = l(() => o("Feather3")), YS = l(() => o("Figma")), ZS = l(() => o("FigmaFill")), $S = l(() => o("File")), lg = l(() => o("File2Clock")), og = l(() => o("FileArrowDown")), tg = l(() => o("FileArrowDownFill")), ng = l(() => o("FileArrowUp")), eg = l(() => o("FileArrowUpFill")), ig = l(() => o("FileBarGraph")), sg = l(() => o("FileBarGraphFill")), cg = l(() => o("FileBinary")), rg = l(() => o("FileBinaryFill")), ag = l(() => o("FileBreak")), Fg = l(() => o("FileBreakFill")), dg = l(() => o("FileCheck")), ug = l(() => o("FileCheckFill")), Cg = l(() => o("FileCode")), pg = l(() => o("FileCodeFill")), hg = l(() => o("FileDiff")), Sg = l(() => o("FileDiffFill")), gg = l(() => o("FileEarmark")), kg = l(() => o("FileEarmarkArrowDown")), mg = l(() => o("FileEarmarkArrowDownFill")), wg = l(() => o("FileEarmarkArrowUp")), Bg = l(() => o("FileEarmarkArrowUpFill")), Dg = l(() => o("FileEarmarkBarGraph")), Pg = l(() => o("FileEarmarkBarGraphFill")), Ag = l(() => o("FileEarmarkBinary")), Eg = l(() => o("FileEarmarkBinaryFill")), fg = l(() => o("FileEarmarkBreak")), Tg = l(() => o("FileEarmarkBreakFill")), Hg = l(() => o("FileEarmarkCheck")), yg = l(() => o("FileEarmarkCheckFill")), xg = l(() => o("FileEarmarkCode")), Lg = l(() => o("FileEarmarkCodeFill")), bg = l(() => o("FileEarmarkDiff")), Rg = l(() => o("FileEarmarkDiffFill")), vg = l(() => o("FileEarmarkEasel")), qg = l(() => o("FileEarmarkEaselFill")), Mg = l(() => o("FileEarmarkExcel")), Ug = l(() => o("FileEarmarkExcelFill")), Ig = l(() => o("FileEarmarkFill")), Gg = l(() => o("FileEarmarkFont")), Og = l(() => o("FileEarmarkFontFill")), Xg = l(() => o("FileEarmarkImage")), Wg = l(() => o("FileEarmarkImageFill")), Vg = l(() => o("FileEarmarkLock")), Ng = l(() => o("FileEarmarkLock2")), jg = l(() => o("FileEarmarkLock2Fill")), _g = l(() => o("FileEarmarkLockFill")), Jg = l(() => o("FileEarmarkMedical")), Qg = l(() => o("FileEarmarkMedicalFill")), zg = l(() => o("FileEarmarkMinus")), Kg = l(() => o("FileEarmarkMinusFill")), Yg = l(() => o("FileEarmarkMusic")), Zg = l(() => o("FileEarmarkMusicFill")), $g = l(() => o("FileEarmarkPdf")), lk = l(() => o("FileEarmarkPdfFill")), ok = l(() => o("FileEarmarkPerson")), tk = l(() => o("FileEarmarkPersonFill")), nk = l(() => o("FileEarmarkPlay")), ek = l(() => o("FileEarmarkPlayFill")), ik = l(() => o("FileEarmarkPlus")), sk = l(() => o("FileEarmarkPlusFill")), ck = l(() => o("FileEarmarkPost")), rk = l(() => o("FileEarmarkPostFill")), ak = l(() => o("FileEarmarkPpt")), Fk = l(() => o("FileEarmarkPptFill")), dk = l(() => o("FileEarmarkRichtext")), uk = l(() => o("FileEarmarkRichtextFill")), Ck = l(() => o("FileEarmarkRuled")), pk = l(() => o("FileEarmarkRuledFill")), hk = l(() => o("FileEarmarkSlides")), Sk = l(() => o("FileEarmarkSlidesFill")), gk = l(() => o("FileEarmarkSpreadsheet")), kk = l(() => o("FileEarmarkSpreadsheetFill")), mk = l(() => o("FileEarmarkText")), wk = l(() => o("FileEarmarkTextFill")), Bk = l(() => o("FileEarmarkWord")), Dk = l(() => o("FileEarmarkWordFill")), Pk = l(() => o("FileEarmarkX")), Ak = l(() => o("FileEarmarkXFill")), Ek = l(() => o("FileEarmarkZip")), fk = l(() => o("FileEarmarkZipFill")), Tk = l(() => o("FileEasel")), Hk = l(() => o("FileEaselFill")), yk = l(() => o("FileExcel")), xk = l(() => o("FileExcelFill")), Lk = l(() => o("FileFill")), bk = l(() => o("FileFont")), Rk = l(() => o("FileFontFill")), vk = l(() => o("FileImage")), qk = l(() => o("FileImageFill")), Mk = l(() => o("FileLock")), Uk = l(() => o("FileLock2")), Ik = l(() => o("FileLock2Fill")), Gk = l(() => o("FileLockFill")), Ok = l(() => o("FileMedical")), Xk = l(() => o("FileMedicalFill")), Wk = l(() => o("FileMinus")), Vk = l(() => o("FileMinusFill")), Nk = l(() => o("FileMusic")), jk = l(() => o("FileMusicFill")), _k = l(() => o("FilePdf")), Jk = l(() => o("FilePdfFill")), Qk = l(() => o("FilePerson")), zk = l(() => o("FilePersonFill")), Kk = l(() => o("FilePlay")), Yk = l(() => o("FilePlayFill")), Zk = l(() => o("FilePlus")), $k = l(() => o("FilePlusFill")), lm = l(() => o("FilePost")), om = l(() => o("FilePostFill")), tm = l(() => o("FilePpt")), nm = l(() => o("FilePptFill")), em = l(() => o("FileRichtext")), im = l(() => o("FileRichtextFill")), sm = l(() => o("FileRuled")), cm = l(() => o("FileRuledFill")), rm = l(() => o("Files")), am = l(() => o("FilesAlt")), Fm = l(() => o("FileSignature")), dm = l(() => o("FileSlides")), um = l(() => o("FileSlidesFill")), Cm = l(() => o("FileSpreadsheet")), pm = l(() => o("FileSpreadsheetFill")), hm = l(() => o("FileText")), Sm = l(() => o("FileTextFill")), gm = l(() => o("FiletypeAac")), km = l(() => o("FiletypeAi")), mm = l(() => o("FiletypeBmp")), wm = l(() => o("FiletypeCs")), Bm = l(() => o("FiletypeCss")), Dm = l(() => o("FiletypeCsv")), Pm = l(() => o("FiletypeDoc")), Am = l(() => o("FiletypeDocx")), Em = l(() => o("FiletypeExe")), fm = l(() => o("FiletypeGif")), Tm = l(() => o("FiletypeHeic")), Hm = l(() => o("FiletypeHtml")), ym = l(() => o("FiletypeJava")), xm = l(() => o("FiletypeJpg")), Lm = l(() => o("FiletypeJs")), bm = l(() => o("FiletypeJson")), Rm = l(() => o("FiletypeJsx")), vm = l(() => o("FiletypeKey")), qm = l(() => o("FiletypeM4P")), Mm = l(() => o("FiletypeMd")), Um = l(() => o("FiletypeMdx")), Im = l(() => o("FiletypeMov")), Gm = l(() => o("FiletypeMp3")), Om = l(() => o("FiletypeMp4")), Xm = l(() => o("FiletypeOtf")), Wm = l(() => o("FiletypePdf")), Vm = l(() => o("FiletypePhp")), Nm = l(() => o("FiletypePng")), jm = l(() => o("FiletypePpt")), _m = l(() => o("FiletypePptx")), Jm = l(() => o("FiletypePsd")), Qm = l(() => o("FiletypePy")), zm = l(() => o("FiletypeRaw")), Km = l(() => o("FiletypeRb")), Ym = l(() => o("FiletypeSass")), Zm = l(() => o("FiletypeScss")), $m = l(() => o("FiletypeSh")), lw = l(() => o("FiletypeSql")), ow = l(() => o("FiletypeSvg")), tw = l(() => o("FiletypeTiff")), nw = l(() => o("FiletypeTsx")), ew = l(() => o("FiletypeTtf")), iw = l(() => o("FiletypeTxt")), sw = l(() => o("FiletypeWav")), cw = l(() => o("FiletypeWoff")), rw = l(() => o("FiletypeXls")), aw = l(() => o("FiletypeXlsx")), Fw = l(() => o("FiletypeXml")), dw = l(() => o("FiletypeYml")), uw = l(() => o("FileWord")), Cw = l(() => o("FileWordFill")), pw = l(() => o("FileX")), hw = l(() => o("FileXFill")), Sw = l(() => o("FileZip")), gw = l(() => o("FileZipFill")), kw = l(() => o("Film")), mw = l(() => o("Filter")), ww = l(() => o("FilterCircle")), Bw = l(() => o("FilterCircleFill")), Dw = l(() => o("FilterLeft")), Pw = l(() => o("FilterRight")), Aw = l(() => o("FilterSquare")), Ew = l(() => o("FilterSquareFill")), fw = l(() => o("Fingerprint")), Tw = l(() => o("Fire")), Hw = l(() => o("FireBootstrap")), yw = l(() => o("FireFill")), xw = l(() => o("Flag")), Lw = l(() => o("FlagFill")), bw = l(() => o("Floppy")), Rw = l(() => o("Floppy2")), vw = l(() => o("Floppy2Fill")), qw = l(() => o("FloppyFill")), Mw = l(() => o("Flower1")), Uw = l(() => o("Flower2")), Iw = l(() => o("Flower3")), Gw = l(() => o("Folder")), Ow = l(() => o("Folder2")), Xw = l(() => o("Folder2Open")), Ww = l(() => o("FolderCheck")), Vw = l(() => o("FolderFill")), Nw = l(() => o("FolderMinus")), jw = l(() => o("FolderPlus")), _w = l(() => o("FolderSparkle")), Jw = l(() => o("FolderSymlink")), Qw = l(() => o("FolderSymlinkFill")), zw = l(() => o("FolderX")), Kw = l(() => o("Fonts")), Yw = l(() => o("Forward")), Zw = l(() => o("ForwardFill")), $w = l(() => o("Front")), lB = l(() => o("FuelPump")), oB = l(() => o("FuelPumpDiesel")), tB = l(() => o("FuelPumpDieselFill")), nB = l(() => o("FuelPumpFill")), eB = l(() => o("Fullscreen")), iB = l(() => o("FullscreenExit")), sB = l(() => o("Funnel")), cB = l(() => o("FunnelFill")), rB = l(() => o("Gear")), aB = l(() => o("GearFill")), FB = l(() => o("GearWide")), dB = l(() => o("GearWideConnected")), uB = l(() => o("Gem")), CB = l(() => o("GenderAmbiguous")), pB = l(() => o("GenderFemale")), hB = l(() => o("GenderMale")), SB = l(() => o("GenderNeuter")), gB = l(() => o("GenderTrans")), kB = l(() => o("Geo")), mB = l(() => o("GeoAlt")), wB = l(() => o("GeoAltFill")), BB = l(() => o("GeoAltOff")), DB = l(() => o("GeoFill")), PB = l(() => o("Gift")), AB = l(() => o("GiftFill")), EB = l(() => o("Git")), fB = l(() => o("Github")), TB = l(() => o("Gitlab")), HB = l(() => o("Globe")), yB = l(() => o("Globe2")), xB = l(() => o("GlobeAmericas")), LB = l(() => o("GlobeAsiaAustralia")), bB = l(() => o("GlobeCentralSouthAsia")), RB = l(() => o("GlobeEuropeAfrica")), vB = l(() => o("Google")), qB = l(() => o("GooglePlay")), MB = l(() => o("GpuCard")), UB = l(() => o("Grab")), IB = l(() => o("GrabHorizontal")), GB = l(() => o("GraphDown")), OB = l(() => o("GraphDownArrow")), XB = l(() => o("GraphUp")), WB = l(() => o("GraphUpArrow")), VB = l(() => o("Grid")), NB = l(() => o("Grid1X2")), jB = l(() => o("Grid1X2Fill")), _B = l(() => o("Grid3X2")), JB = l(() => o("Grid3X2Gap")), QB = l(() => o("Grid3X2GapFill")), zB = l(() => o("Grid3X3")), KB = l(() => o("Grid3X3Gap")), YB = l(() => o("Grid3X3GapFill")), ZB = l(() => o("GridFill")), $B = l(() => o("GripHorizontal")), lD = l(() => o("GripVertical")), oD = l(() => o("Hammer")), tD = l(() => o("Hand")), nD = l(() => o("Handbag")), eD = l(() => o("HandbagFill")), iD = l(() => o("HandFinger")), sD = l(() => o("HandFinger45Deg")), cD = l(() => o("HandFingerRight")), rD = l(() => o("HandIndex")), aD = l(() => o("HandIndexFill")), FD = l(() => o("HandIndexThumb")), dD = l(() => o("HandIndexThumbFill")), uD = l(() => o("HandOff")), CD = l(() => o("HandThumbsDown")), pD = l(() => o("HandThumbsDownFill")), hD = l(() => o("HandThumbsUp")), SD = l(() => o("HandThumbsUpFill")), gD = l(() => o("Hash")), kD = l(() => o("HCircle")), mD = l(() => o("HCircleFill")), wD = l(() => o("Hdd")), BD = l(() => o("HddFill")), DD = l(() => o("HddNetwork")), PD = l(() => o("HddNetworkFill")), AD = l(() => o("HddRack")), ED = l(() => o("HddRackFill")), fD = l(() => o("HddStack")), TD = l(() => o("HddStackFill")), HD = l(() => o("Hdmi")), yD = l(() => o("HdmiFill")), xD = l(() => o("Headphones")), LD = l(() => o("Headset")), bD = l(() => o("HeadsetVr")), RD = l(() => o("Heart")), vD = l(() => o("HeartArrow")), qD = l(() => o("Heartbreak")), MD = l(() => o("HeartbreakFill")), UD = l(() => o("HeartFill")), ID = l(() => o("HeartHalf")), GD = l(() => o("HeartPulse")), OD = l(() => o("HeartPulseFill")), XD = l(() => o("Hearts")), WD = l(() => o("Heptagon")), VD = l(() => o("HeptagonFill")), ND = l(() => o("HeptagonHalf")), jD = l(() => o("Hexagon")), _D = l(() => o("Hexagon2NdHalf")), JD = l(() => o("HexagonArrowDown")), QD = l(() => o("HexagonArrowDownFill")), zD = l(() => o("HexagonArrowRight")), KD = l(() => o("HexagonArrowRightFill")), YD = l(() => o("HexagonCore")), ZD = l(() => o("HexagonCore2NdHalf")), $D = l(() => o("HexagonCoreHalf")), lP = l(() => o("HexagonDashed")), oP = l(() => o("HexagonFill")), tP = l(() => o("HexagonHalf")), nP = l(() => o("HexagonOff")), eP = l(() => o("HexagonOffFill")), iP = l(() => o("HexagonQuestion")), sP = l(() => o("HexagonQuestionFill")), cP = l(() => o("Highlighter")), rP = l(() => o("Highlights")), aP = l(() => o("Hospital")), FP = l(() => o("HospitalFill")), dP = l(() => o("Hourglass")), uP = l(() => o("HourglassBottom")), CP = l(() => o("HourglassSplit")), pP = l(() => o("HourglassTop")), hP = l(() => o("House")), SP = l(() => o("HouseAdd")), gP = l(() => o("HouseAddFill")), kP = l(() => o("HouseCheck")), mP = l(() => o("HouseCheckFill")), wP = l(() => o("HouseDash")), BP = l(() => o("HouseDashFill")), DP = l(() => o("HouseDoor")), PP = l(() => o("HouseDoorFill")), AP = l(() => o("HouseDown")), EP = l(() => o("HouseDownFill")), fP = l(() => o("HouseExclamation")), TP = l(() => o("HouseExclamationFill")), HP = l(() => o("HouseFill")), yP = l(() => o("HouseGear")), xP = l(() => o("HouseGearFill")), LP = l(() => o("HouseHeart")), bP = l(() => o("HouseHeartFill")), RP = l(() => o("HouseLock")), vP = l(() => o("HouseLockFill")), qP = l(() => o("Houses")), MP = l(() => o("HousesFill")), UP = l(() => o("HouseSlash")), IP = l(() => o("HouseSlashFill")), GP = l(() => o("HouseUp")), OP = l(() => o("HouseUpFill")), XP = l(() => o("HouseX")), WP = l(() => o("HouseXFill")), VP = l(() => o("Hr")), NP = l(() => o("HSquare")), jP = l(() => o("HSquareFill")), _P = l(() => o("Hurricane")), JP = l(() => o("Hypnotize")), QP = l(() => o("Image")), zP = l(() => o("ImageAlt")), KP = l(() => o("ImageFill")), YP = l(() => o("Images")), ZP = l(() => o("Inbox")), $P = l(() => o("Inboxes")), lA = l(() => o("InboxesFill")), oA = l(() => o("InboxFill")), tA = l(() => o("Incognito")), nA = l(() => o("Indent")), eA = l(() => o("InfinityBootstrap")), iA = l(() => o("Info")), sA = l(() => o("InfoCircle")), cA = l(() => o("InfoCircleFill")), rA = l(() => o("InfoLg")), aA = l(() => o("InfoSquare")), FA = l(() => o("InfoSquareFill")), dA = l(() => o("InputCursor")), uA = l(() => o("InputCursorText")), CA = l(() => o("Instagram")), pA = l(() => o("Intercom")), hA = l(() => o("IntercomFill")), SA = l(() => o("Intersect")), gA = l(() => o("Invoice")), kA = l(() => o("Invoice2")), mA = l(() => o("Invoice2In")), wA = l(() => o("Invoice2Out")), BA = l(() => o("InvoiceClock")), DA = l(() => o("InvoiceDraft")), PA = l(() => o("InvoicePdf")), AA = l(() => o("Invoices")), EA = l(() => o("Invoices2")), fA = l(() => o("InvoicesLink")), TA = l(() => o("Journal")), HA = l(() => o("Journal2")), yA = l(() => o("Journal2Off")), xA = l(() => o("JournalAlbum")), LA = l(() => o("JournalArrowDown")), bA = l(() => o("JournalArrowUp")), RA = l(() => o("JournalBookmark")), vA = l(() => o("JournalBookmarkFill")), qA = l(() => o("JournalBootstrap")), MA = l(() => o("JournalCheck")), UA = l(() => o("JournalCheckBootstrap")), IA = l(() => o("JournalCode")), GA = l(() => o("JournalMedical")), OA = l(() => o("JournalMinus")), XA = l(() => o("JournalOff")), WA = l(() => o("JournalPlus")), VA = l(() => o("JournalRichtext")), NA = l(() => o("Journals")), jA = l(() => o("JournalText")), _A = l(() => o("JournalX")), JA = l(() => o("Joystick")), QA = l(() => o("Justify")), zA = l(() => o("JustifyLeft")), KA = l(() => o("JustifyRight")), YA = l(() => o("Kanban")), ZA = l(() => o("KanbanFill")), $A = l(() => o("Key")), lE = l(() => o("Keyboard")), oE = l(() => o("KeyboardFill")), tE = l(() => o("KeyFill")), nE = l(() => o("Ladder")), eE = l(() => o("Lamp")), iE = l(() => o("LampFill")), sE = l(() => o("LampFillOff")), cE = l(() => o("LampOff")), rE = l(() => o("Laptop")), aE = l(() => o("LaptopFill")), FE = l(() => o("LayerBackward")), dE = l(() => o("LayerForward")), uE = l(() => o("Layers")), CE = l(() => o("LayersFill")), pE = l(() => o("LayersHalf")), hE = l(() => o("LayoutSidebar")), SE = l(() => o("LayoutSidebarInset")), gE = l(() => o("LayoutSidebarInsetReverse")), kE = l(() => o("LayoutSidebarReverse")), mE = l(() => o("LayoutSplit")), wE = l(() => o("LayoutTextSidebar")), BE = l(() => o("LayoutTextSidebarReverse")), DE = l(() => o("LayoutTextWindow")), PE = l(() => o("LayoutTextWindowReverse")), AE = l(() => o("LayoutThreeColumns")), EE = l(() => o("LayoutWtf")), fE = l(() => o("LifePreserver")), TE = l(() => o("Lightbulb")), HE = l(() => o("LightbulbFill")), yE = l(() => o("LightbulbOff")), xE = l(() => o("LightbulbOffFill")), LE = l(() => o("Lightning")), bE = l(() => o("LightningCharge")), RE = l(() => o("LightningChargeFill")), vE = l(() => o("LightningFill")), qE = l(() => o("Line")), ME = l(() => o("Link")), UE = l(() => o("Link2")), IE = l(() => o("Link2Break")), GE = l(() => o("Link45Deg")), OE = l(() => o("Linkedin")), XE = l(() => o("List")), WE = l(() => o("ListCheck")), VE = l(() => o("ListColumns")), NE = l(() => o("ListColumnsReverse")), jE = l(() => o("ListNested")), _E = l(() => o("ListOl")), JE = l(() => o("ListStars")), QE = l(() => o("ListTask")), zE = l(() => o("ListUl")), KE = l(() => o("Lock")), YE = l(() => o("LockFill")), ZE = l(() => o("Luggage")), $E = l(() => o("LuggageFill")), lf = l(() => o("Lungs")), of = l(() => o("LungsFill")), tf = l(() => o("Magic")), nf = l(() => o("Magnet")), ef = l(() => o("MagnetFill")), sf = l(() => o("Mailbox")), cf = l(() => o("Mailbox2")), rf = l(() => o("Mailbox2Flag")), af = l(() => o("MailboxFlag")), Ff = l(() => o("Map")), df = l(() => o("MapFill")), uf = l(() => o("MapOff")), Cf = l(() => o("Markdown")), pf = l(() => o("MarkdownFill")), hf = l(() => o("MarkerTip")), Sf = l(() => o("Mask")), gf = l(() => o("Mastodon")), kf = l(() => o("MeasuringTape")), mf = l(() => o("MeasuringTapeFill")), wf = l(() => o("Medium")), Bf = l(() => o("Megaphone")), Df = l(() => o("MegaphoneFill")), Pf = l(() => o("Memory")), Af = l(() => o("MenuApp")), Ef = l(() => o("MenuAppFill")), ff = l(() => o("MenuButton")), Tf = l(() => o("MenuButtonFill")), Hf = l(() => o("MenuButtonWide")), yf = l(() => o("MenuButtonWideFill")), xf = l(() => o("MenuDown")), Lf = l(() => o("MenuUp")), bf = l(() => o("Messenger")), Rf = l(() => o("Meta")), vf = l(() => o("Mic")), qf = l(() => o("MicFill")), Mf = l(() => o("MicMute")), Uf = l(() => o("MicMuteFill")), If = l(() => o("Microsoft")), Gf = l(() => o("MicrosoftTeams")), Of = l(() => o("Minecart")), Xf = l(() => o("MinecartLoaded")), Wf = l(() => o("Modem")), Vf = l(() => o("ModemFill")), Nf = l(() => o("Moisture")), jf = l(() => o("Moon")), _f = l(() => o("MoonFill")), Jf = l(() => o("MoonStars")), Qf = l(() => o("MoonStarsFill")), zf = l(() => o("Mortarboard")), Kf = l(() => o("MortarboardFill")), Yf = l(() => o("Motherboard")), Zf = l(() => o("MotherboardFill")), $f = l(() => o("Mouse")), lT = l(() => o("Mouse2")), oT = l(() => o("Mouse2Fill")), tT = l(() => o("Mouse3")), nT = l(() => o("Mouse3Fill")), eT = l(() => o("MouseFill")), iT = l(() => o("MusicNote")), sT = l(() => o("MusicNoteBeamed")), cT = l(() => o("MusicNoteList")), rT = l(() => o("MusicPlayer")), aT = l(() => o("MusicPlayerFill")), FT = l(() => o("Newspaper")), dT = l(() => o("NintendoSwitch")), uT = l(() => o("NodeMinus")), CT = l(() => o("NodeMinusFill")), pT = l(() => o("NodePlus")), hT = l(() => o("NodePlusFill")), ST = l(() => o("NoiseReduction")), gT = l(() => o("Nut")), kT = l(() => o("NutFill")), mT = l(() => o("Nvidia")), wT = l(() => o("Nvme")), BT = l(() => o("NvmeFill")), DT = l(() => o("Octagon")), PT = l(() => o("OctagonFill")), AT = l(() => o("OctagonHalf")), ET = l(() => o("Opencollective")), fT = l(() => o("OpticalAudio")), TT = l(() => o("OpticalAudioFill")), HT = l(() => o("Option")), yT = l(() => o("Outlet")), xT = l(() => o("PaintBucket")), LT = l(() => o("PaintRoller")), bT = l(() => o("PaintRollerFill")), RT = l(() => o("Palette")), vT = l(() => o("Palette2")), qT = l(() => o("PaletteFill")), MT = l(() => o("Paperclip")), UT = l(() => o("Paragraph")), IT = l(() => o("Pass")), GT = l(() => o("PassFill")), OT = l(() => o("Passport")), XT = l(() => o("PassportFill")), WT = l(() => o("PatchCheck")), VT = l(() => o("PatchCheckFill")), NT = l(() => o("PatchExclamation")), jT = l(() => o("PatchExclamationFill")), _T = l(() => o("PatchMinus")), JT = l(() => o("PatchMinusFill")), QT = l(() => o("PatchPlus")), zT = l(() => o("PatchPlusFill")), KT = l(() => o("PatchQuestion")), YT = l(() => o("PatchQuestionFill")), ZT = l(() => o("Pause")), $T = l(() => o("PauseBtn")), lH = l(() => o("PauseBtnFill")), oH = l(() => o("PauseCircle")), tH = l(() => o("PauseCircleFill")), nH = l(() => o("PauseFill")), eH = l(() => o("Paypal")), iH = l(() => o("Pc")), sH = l(() => o("PcDisplay")), cH = l(() => o("PcDisplayHorizontal")), rH = l(() => o("PcHorizontal")), aH = l(() => o("PciCard")), FH = l(() => o("PciCardNetwork")), dH = l(() => o("PciCardSound")), uH = l(() => o("PCircle")), CH = l(() => o("PCircleFill")), pH = l(() => o("Peace")), hH = l(() => o("PeaceFill")), SH = l(() => o("Pen")), gH = l(() => o("Pencil")), kH = l(() => o("PencilFill")), mH = l(() => o("PencilSquare")), wH = l(() => o("PenFill")), BH = l(() => o("PenOff")), DH = l(() => o("PenOffFill")), PH = l(() => o("Pentagon")), AH = l(() => o("PentagonFill")), EH = l(() => o("PentagonHalf")), fH = l(() => o("People")), TH = l(() => o("PeopleFill")), HH = l(() => o("Percent")), yH = l(() => o("Person")), xH = l(() => o("PersonAdd")), LH = l(() => o("PersonArmsUp")), bH = l(() => o("PersonBadge")), RH = l(() => o("PersonBadgeFill")), vH = l(() => o("PersonBoundingBox")), qH = l(() => o("PersonCheck")), MH = l(() => o("PersonCheckFill")), UH = l(() => o("PersonCircle")), IH = l(() => o("PersonDash")), GH = l(() => o("PersonDashFill")), OH = l(() => o("PersonDown")), XH = l(() => o("PersonExclamation")), WH = l(() => o("PersonFill")), VH = l(() => o("PersonFillAdd")), NH = l(() => o("PersonFillCheck")), jH = l(() => o("PersonFillDash")), _H = l(() => o("PersonFillDown")), JH = l(() => o("PersonFillExclamation")), QH = l(() => o("PersonFillGear")), zH = l(() => o("PersonFillLock")), KH = l(() => o("PersonFillSlash")), YH = l(() => o("PersonFillUp")), ZH = l(() => o("PersonFillX")), $H = l(() => o("PersonGear")), ly = l(() => o("PersonHeart")), oy = l(() => o("PersonHearts")), ty = l(() => o("PersonLinesFill")), ny = l(() => o("PersonLock")), ey = l(() => o("PersonPlus")), iy = l(() => o("PersonPlusFill")), sy = l(() => o("PersonRaisedHand")), cy = l(() => o("PersonRolodex")), ry = l(() => o("PersonSlash")), ay = l(() => o("PersonSquare")), Fy = l(() => o("PersonStanding")), dy = l(() => o("PersonStandingDress")), uy = l(() => o("PersonUp")), Cy = l(() => o("PersonVcard")), py = l(() => o("PersonVcardFill")), hy = l(() => o("PersonVideo")), Sy = l(() => o("PersonVideo2")), gy = l(() => o("PersonVideo3")), ky = l(() => o("PersonWalking")), my = l(() => o("PersonWheelchair")), wy = l(() => o("PersonWorkspace")), By = l(() => o("PersonX")), Dy = l(() => o("PersonXFill")), Py = l(() => o("Phone")), Ay = l(() => o("PhoneFill")), Ey = l(() => o("PhoneFlip")), fy = l(() => o("PhoneLandscape")), Ty = l(() => o("PhoneLandscapeFill")), Hy = l(() => o("PhoneVibrate")), yy = l(() => o("PhoneVibrateFill")), xy = l(() => o("PieChart")), Ly = l(() => o("PieChartFill")), by = l(() => o("PiggyBank")), Ry = l(() => o("PiggyBank2")), vy = l(() => o("PiggyBank2Check")), qy = l(() => o("PiggyBank2Coin")), My = l(() => o("PiggyBank2Exclamation")), Uy = l(() => o("PiggyBank2In")), Iy = l(() => o("PiggyBank2Off")), Gy = l(() => o("PiggyBank2Out")), Oy = l(() => o("PiggyBankFill")), Xy = l(() => o("Pin")), Wy = l(() => o("PinAngle")), Vy = l(() => o("PinAngleFill")), Ny = l(() => o("PinFill")), jy = l(() => o("PinMap")), _y = l(() => o("PinMapFill")), Jy = l(() => o("Pinterest")), Qy = l(() => o("Pip")), zy = l(() => o("PipFill")), Ky = l(() => o("Play")), Yy = l(() => o("PlayBtn")), Zy = l(() => o("PlayBtnFill")), $y = l(() => o("PlayCircle")), lx = l(() => o("PlayCircleFill")), ox = l(() => o("PlayFill")), tx = l(() => o("Playstation")), nx = l(() => o("Plug")), ex = l(() => o("PlugFill")), ix = l(() => o("Plugin")), sx = l(() => o("Plus")), cx = l(() => o("PlusCircle")), rx = l(() => o("PlusCircleDotted")), ax = l(() => o("PlusCircleFill")), Fx = l(() => o("PlusLg")), dx = l(() => o("PlusSlashMinus")), ux = l(() => o("PlusSquare")), Cx = l(() => o("PlusSquareDotted")), px = l(() => o("PlusSquareFill")), hx = l(() => o("Postage")), Sx = l(() => o("PostageFill")), gx = l(() => o("PostageHeart")), kx = l(() => o("PostageHeartFill")), mx = l(() => o("Postcard")), wx = l(() => o("PostcardFill")), Bx = l(() => o("PostcardHeart")), Dx = l(() => o("PostcardHeartFill")), Px = l(() => o("Power")), Ax = l(() => o("Prescription")), Ex = l(() => o("Prescription2")), fx = l(() => o("Printer")), Tx = l(() => o("PrinterFill")), Hx = l(() => o("Projector")), yx = l(() => o("ProjectorFill")), xx = l(() => o("ProrataCalendar")), Lx = l(() => o("ProrataCalendarFill")), bx = l(() => o("PSquare")), Rx = l(() => o("PSquareFill")), vx = l(() => o("Puzzle")), qx = l(() => o("PuzzleFill")), Mx = l(() => o("QrCode")), Ux = l(() => o("QrCodeScan")), Ix = l(() => o("Question")), Gx = l(() => o("QuestionCircle")), Ox = l(() => o("QuestionCircleFill")), Xx = l(() => o("QuestionDiamond")), Wx = l(() => o("QuestionDiamondFill")), Vx = l(() => o("QuestionLg")), Nx = l(() => o("QuestionOctagon")), jx = l(() => o("QuestionOctagonFill")), _x = l(() => o("QuestionSquare")), Jx = l(() => o("QuestionSquareFill")), Qx = l(() => o("Quora")), zx = l(() => o("Quote")), Kx = l(() => o("Radar")), Yx = l(() => o("Radioactive")), Zx = l(() => o("Rainbow")), $x = l(() => o("RCircle")), l2 = l(() => o("RCircleFill")), o2 = l(() => o("Receipt")), t2 = l(() => o("Receipt2")), n2 = l(() => o("ReceiptClock")), e2 = l(() => o("ReceiptCutoff")), i2 = l(() => o("ReceiptDraft")), s2 = l(() => o("ReceiptOff2")), c2 = l(() => o("ReceiptPdf")), r2 = l(() => o("Reception0")), a2 = l(() => o("Reception1")), F2 = l(() => o("Reception2")), d2 = l(() => o("Reception3")), u2 = l(() => o("Reception4")), C2 = l(() => o("Record")), p2 = l(() => o("Record2")), h2 = l(() => o("Record2Fill")), S2 = l(() => o("RecordBtn")), g2 = l(() => o("RecordBtnFill")), k2 = l(() => o("RecordCircle")), m2 = l(() => o("RecordCircleFill")), w2 = l(() => o("RecordFill")), B2 = l(() => o("Recycle")), D2 = l(() => o("Reddit")), P2 = l(() => o("Regex")), A2 = l(() => o("Repeat")), E2 = l(() => o("Repeat1")), f2 = l(() => o("Reply")), T2 = l(() => o("ReplyAll")), H2 = l(() => o("ReplyAllFill")), y2 = l(() => o("ReplyFill")), x2 = l(() => o("Rewind")), L2 = l(() => o("RewindBtn")), b2 = l(() => o("RewindBtnFill")), R2 = l(() => o("RewindCircle")), v2 = l(() => o("RewindCircleFill")), q2 = l(() => o("RewindFill")), M2 = l(() => o("Robot")), U2 = l(() => o("Rocket")), I2 = l(() => o("RocketFill")), G2 = l(() => o("RocketTakeoff")), O2 = l(() => o("RocketTakeoffFill")), X2 = l(() => o("Router")), W2 = l(() => o("RouterFill")), V2 = l(() => o("RSquare")), N2 = l(() => o("RSquareFill")), j2 = l(() => o("Rss")), _2 = l(() => o("RssFill")), J2 = l(() => o("Rulers")), Q2 = l(() => o("Safe")), z2 = l(() => o("Safe2")), K2 = l(() => o("Safe2Fill")), Y2 = l(() => o("SafeFill")), Z2 = l(() => o("Save")), $2 = l(() => o("Save2")), lL = l(() => o("Save2Fill")), oL = l(() => o("SaveFill")), tL = l(() => o("Scissors")), nL = l(() => o("Scooter")), eL = l(() => o("Screwdriver")), iL = l(() => o("SdCard")), sL = l(() => o("SdCardFill")), cL = l(() => o("Search")), rL = l(() => o("SearchHeart")), aL = l(() => o("SearchHeartFill")), FL = l(() => o("SegmentedNav")), dL = l(() => o("Send")), uL = l(() => o("SendArrowDown")), CL = l(() => o("SendArrowDownFill")), pL = l(() => o("SendArrowUp")), hL = l(() => o("SendArrowUpFill")), SL = l(() => o("SendCheck")), gL = l(() => o("SendCheckFill")), kL = l(() => o("SendDash")), mL = l(() => o("SendDashFill")), wL = l(() => o("SendExclamation")), BL = l(() => o("SendExclamationFill")), DL = l(() => o("SendFill")), PL = l(() => o("SendPlus")), AL = l(() => o("SendPlusFill")), EL = l(() => o("SendSlash")), fL = l(() => o("SendSlashFill")), TL = l(() => o("SendX")), HL = l(() => o("SendXFill")), yL = l(() => o("Server")), xL = l(() => o("Shadows")), LL = l(() => o("Share")), bL = l(() => o("ShareFill")), RL = l(() => o("Shelves")), vL = l(() => o("Shield")), qL = l(() => o("ShieldCheck")), ML = l(() => o("ShieldExclamation")), UL = l(() => o("ShieldFill")), IL = l(() => o("ShieldFillCheck")), GL = l(() => o("ShieldFillExclamation")), OL = l(() => o("ShieldFillMinus")), XL = l(() => o("ShieldFillPlus")), WL = l(() => o("ShieldFillX")), VL = l(() => o("ShieldLock")), NL = l(() => o("ShieldLockFill")), jL = l(() => o("ShieldMinus")), _L = l(() => o("ShieldPlus")), JL = l(() => o("ShieldShaded")), QL = l(() => o("ShieldSlash")), zL = l(() => o("ShieldSlashFill")), KL = l(() => o("ShieldX")), YL = l(() => o("Shift")), ZL = l(() => o("ShiftFill")), $L = l(() => o("Shop")), lb = l(() => o("ShopWindow")), ob = l(() => o("Shuffle")), tb = l(() => o("Signal")), nb = l(() => o("SignDeadEnd")), eb = l(() => o("SignDeadEndFill")), ib = l(() => o("SignDoNotEnter")), sb = l(() => o("SignDoNotEnterFill")), cb = l(() => o("SignIntersection")), rb = l(() => o("SignIntersectionFill")), ab = l(() => o("SignIntersectionSide")), Fb = l(() => o("SignIntersectionSideFill")), db = l(() => o("SignIntersectionT")), ub = l(() => o("SignIntersectionTFill")), Cb = l(() => o("SignIntersectionY")), pb = l(() => o("SignIntersectionYFill")), hb = l(() => o("SignMergeLeft")), Sb = l(() => o("SignMergeLeftFill")), gb = l(() => o("SignMergeRight")), kb = l(() => o("SignMergeRightFill")), mb = l(() => o("SignNoLeftTurn")), wb = l(() => o("SignNoLeftTurnFill")), Bb = l(() => o("SignNoParking")), Db = l(() => o("SignNoParkingFill")), Pb = l(() => o("SignNoRightTurn")), Ab = l(() => o("SignNoRightTurnFill")), Eb = l(() => o("Signpost")), fb = l(() => o("Signpost2")), Tb = l(() => o("Signpost2Fill")), Hb = l(() => o("SignpostFill")), yb = l(() => o("SignpostSplit")), xb = l(() => o("SignpostSplitFill")), Lb = l(() => o("SignRailroad")), bb = l(() => o("SignRailroadFill")), Rb = l(() => o("SignStop")), vb = l(() => o("SignStopFill")), qb = l(() => o("SignStopLights")), Mb = l(() => o("SignStopLightsFill")), Ub = l(() => o("SignTurnLeft")), Ib = l(() => o("SignTurnLeftFill")), Gb = l(() => o("SignTurnRight")), Ob = l(() => o("SignTurnRightFill")), Xb = l(() => o("SignTurnSlightLeft")), Wb = l(() => o("SignTurnSlightLeftFill")), Vb = l(() => o("SignTurnSlightRight")), Nb = l(() => o("SignTurnSlightRightFill")), jb = l(() => o("SignYield")), _b = l(() => o("SignYieldFill")), Jb = l(() => o("Sim")), Qb = l(() => o("SimFill")), zb = l(() => o("SimSlash")), Kb = l(() => o("SimSlashFill")), Yb = l(() => o("SinaWeibo")), Zb = l(() => o("SkipBackward")), $b = l(() => o("SkipBackwardBtn")), lR = l(() => o("SkipBackwardBtnFill")), oR = l(() => o("SkipBackwardCircle")), tR = l(() => o("SkipBackwardCircleFill")), nR = l(() => o("SkipBackwardFill")), eR = l(() => o("SkipEnd")), iR = l(() => o("SkipEndBtn")), sR = l(() => o("SkipEndBtnFill")), cR = l(() => o("SkipEndCircle")), rR = l(() => o("SkipEndCircleFill")), aR = l(() => o("SkipEndFill")), FR = l(() => o("SkipForward")), dR = l(() => o("SkipForwardBtn")), uR = l(() => o("SkipForwardBtnFill")), CR = l(() => o("SkipForwardCircle")), pR = l(() => o("SkipForwardCircleFill")), hR = l(() => o("SkipForwardFill")), SR = l(() => o("SkipStart")), gR = l(() => o("SkipStartBtn")), kR = l(() => o("SkipStartBtnFill")), mR = l(() => o("SkipStartCircle")), wR = l(() => o("SkipStartCircleFill")), BR = l(() => o("SkipStartFill")), DR = l(() => o("Skype")), PR = l(() => o("Slack")), AR = l(() => o("Slash")), ER = l(() => o("SlashCircle")), fR = l(() => o("SlashCircleFill")), TR = l(() => o("SlashCircleFillV2")), HR = l(() => o("SlashCircleV2")), yR = l(() => o("SlashLg")), xR = l(() => o("SlashSquare")), LR = l(() => o("SlashSquareFill")), bR = l(() => o("SlashSquareFillV2")), RR = l(() => o("SlashSquareV2")), vR = l(() => o("Sliders")), qR = l(() => o("Sliders2")), MR = l(() => o("Sliders2Vertical")), UR = l(() => o("Smartwatch")), IR = l(() => o("Snapchat")), GR = l(() => o("Snow")), OR = l(() => o("Snow2")), XR = l(() => o("Snow3")), WR = l(() => o("SortAlphaDown")), VR = l(() => o("SortAlphaDownAlt")), NR = l(() => o("SortAlphaUp")), jR = l(() => o("SortAlphaUpAlt")), _R = l(() => o("SortDown")), JR = l(() => o("SortDownAlt")), QR = l(() => o("SortNumericDown")), zR = l(() => o("SortNumericDownAlt")), KR = l(() => o("SortNumericUp")), YR = l(() => o("SortNumericUpAlt")), ZR = l(() => o("SortUp")), $R = l(() => o("SortUpAlt")), lv = l(() => o("Soundwave")), ov = l(() => o("Sourceforge")), tv = l(() => o("Speaker")), nv = l(() => o("SpeakerFill")), ev = l(() => o("Speedometer")), iv = l(() => o("Speedometer2")), sv = l(() => o("Spellcheck")), cv = l(() => o("Spotify")), rv = l(() => o("Square")), av = l(() => o("SquareFill")), Fv = l(() => o("SquareHalf")), dv = l(() => o("Squircle")), uv = l(() => o("SquircleArrowBottom")), Cv = l(() => o("SquircleArrowBottomFill")), pv = l(() => o("SquircleArrowLeft")), hv = l(() => o("SquircleArrowLeftFill")), Sv = l(() => o("SquircleArrowRight")), gv = l(() => o("SquircleArrowRightFill")), kv = l(() => o("SquircleArrowTop")), mv = l(() => o("SquircleArrowTopFill")), wv = l(() => o("SquircleCheck")), Bv = l(() => o("SquircleCheckAll")), Dv = l(() => o("SquircleCheckAllFill")), Pv = l(() => o("SquircleCheckFill")), Av = l(() => o("SquircleClock")), Ev = l(() => o("SquircleClockFill")), fv = l(() => o("SquircleCore")), Tv = l(() => o("SquircleCore2NdHalf")), Hv = l(() => o("SquircleCoreHalf")), yv = l(() => o("SquircleDraft")), xv = l(() => o("SquircleExclamation")), Lv = l(() => o("SquircleExclamationFill")), bv = l(() => o("SquircleFill")), Rv = l(() => o("SquircleInfo")), vv = l(() => o("SquircleInfoFill")), qv = l(() => o("SquircleLink")), Mv = l(() => o("SquircleLinkFill")), Uv = l(() => o("SquircleOff")), Iv = l(() => o("SquircleOffFill")), Gv = l(() => o("SquircleX")), Ov = l(() => o("SquircleXFill")), Xv = l(() => o("Stack")), Wv = l(() => o("StackOverflow")), Vv = l(() => o("Star")), Nv = l(() => o("StarFill")), jv = l(() => o("StarHalf")), _v = l(() => o("Stars")), Jv = l(() => o("Steam")), Qv = l(() => o("Stickies")), zv = l(() => o("StickiesFill")), Kv = l(() => o("Sticky")), Yv = l(() => o("StickyFill")), Zv = l(() => o("Stop")), $v = l(() => o("StopBtn")), lq = l(() => o("StopBtnFill")), oq = l(() => o("StopCircle")), tq = l(() => o("StopCircleFill")), nq = l(() => o("StopFill")), eq = l(() => o("Stoplights")), iq = l(() => o("StoplightsFill")), sq = l(() => o("Stopwatch")), cq = l(() => o("StopwatchFill")), rq = l(() => o("Strava")), aq = l(() => o("Stripe")), Fq = l(() => o("Subscript")), dq = l(() => o("Substack")), uq = l(() => o("Subtract")), Cq = l(() => o("Suitcase")), pq = l(() => o("Suitcase2")), hq = l(() => o("Suitcase2Fill")), Sq = l(() => o("SuitcaseFill")), gq = l(() => o("SuitcaseLg")), kq = l(() => o("SuitcaseLgFill")), mq = l(() => o("SuitClub")), wq = l(() => o("SuitClubFill")), Bq = l(() => o("SuitDiamond")), Dq = l(() => o("SuitDiamondFill")), Pq = l(() => o("SuitHeart")), Aq = l(() => o("SuitHeartFill")), Eq = l(() => o("SuitSpade")), fq = l(() => o("SuitSpadeFill")), Tq = l(() => o("Sun")), Hq = l(() => o("SunFill")), yq = l(() => o("Sunglasses")), xq = l(() => o("Sunrise")), Lq = l(() => o("SunriseFill")), bq = l(() => o("Sunset")), Rq = l(() => o("SunsetFill")), vq = l(() => o("Superscript")), qq = l(() => o("SymmetryHorizontal")), Mq = l(() => o("SymmetryVertical")), Uq = l(() => o("Table")), Iq = l(() => o("Tablet")), Gq = l(() => o("TabletFill")), Oq = l(() => o("TabletLandscape")), Xq = l(() => o("TabletLandscapeFill")), Wq = l(() => o("Tag")), Vq = l(() => o("TagFill")), Nq = l(() => o("Tags")), jq = l(() => o("TagsFill")), _q = l(() => o("TaxiFront")), Jq = l(() => o("TaxiFrontFill")), Qq = l(() => o("Telegram")), zq = l(() => o("Telephone")), Kq = l(() => o("TelephoneFill")), Yq = l(() => o("TelephoneForward")), Zq = l(() => o("TelephoneForwardFill")), $q = l(() => o("TelephoneInbound")), lM = l(() => o("TelephoneInboundFill")), oM = l(() => o("TelephoneMinus")), tM = l(() => o("TelephoneMinusFill")), nM = l(() => o("TelephoneOutbound")), eM = l(() => o("TelephoneOutboundFill")), iM = l(() => o("TelephonePlus")), sM = l(() => o("TelephonePlusFill")), cM = l(() => o("TelephoneX")), rM = l(() => o("TelephoneXFill")), aM = l(() => o("TencentQq")), FM = l(() => o("Terminal")), dM = l(() => o("TerminalDash")), uM = l(() => o("TerminalFill")), CM = l(() => o("TerminalPlus")), pM = l(() => o("TerminalSplit")), hM = l(() => o("TerminalX")), SM = l(() => o("TestPipe")), gM = l(() => o("TestPipeFill")), kM = l(() => o("Textarea")), mM = l(() => o("TextareaResize")), wM = l(() => o("TextareaT")), BM = l(() => o("TextCenter")), DM = l(() => o("TextIndentLeft")), PM = l(() => o("TextIndentRight")), AM = l(() => o("TextLeft")), EM = l(() => o("TextParagraph")), fM = l(() => o("TextRight")), TM = l(() => o("TextWrap")), HM = l(() => o("Thermometer")), yM = l(() => o("ThermometerFire3")), xM = l(() => o("ThermometerHalf")), LM = l(() => o("ThermometerHigh")), bM = l(() => o("ThermometerLow")), RM = l(() => o("ThermometerSnow")), vM = l(() => o("ThermometerSun")), qM = l(() => o("Threads")), MM = l(() => o("ThreadsFill")), UM = l(() => o("ThreeDots")), IM = l(() => o("ThreeDotsVertical")), GM = l(() => o("Thunderbolt")), OM = l(() => o("ThunderboltFill")), XM = l(() => o("Ticket")), WM = l(() => o("TicketDetailed")), VM = l(() => o("TicketDetailedFill")), NM = l(() => o("TicketFill")), jM = l(() => o("TicketPerforated")), _M = l(() => o("TicketPerforatedFill")), JM = l(() => o("Tiktok")), QM = l(() => o("Toggle2Off")), zM = l(() => o("Toggle2On")), KM = l(() => o("ToggleOff")), YM = l(() => o("ToggleOn")), ZM = l(() => o("Toggles")), $M = l(() => o("Toggles2")), lU = l(() => o("Tools")), oU = l(() => o("Tornado")), tU = l(() => o("TrainFreightFront")), nU = l(() => o("TrainFreightFrontFill")), eU = l(() => o("TrainFront")), iU = l(() => o("TrainFrontFill")), sU = l(() => o("TrainLightrailFront")), cU = l(() => o("TrainLightrailFrontFill")), rU = l(() => o("Translate")), aU = l(() => o("Transparency")), FU = l(() => o("Trash")), dU = l(() => o("Trash2")), uU = l(() => o("Trash2Fill")), CU = l(() => o("Trash3")), pU = l(() => o("Trash3Fill")), hU = l(() => o("Trash3Off")), SU = l(() => o("Trash3OffFill")), gU = l(() => o("TrashFill")), kU = l(() => o("Tree")), mU = l(() => o("TreeFill")), wU = l(() => o("Trello")), BU = l(() => o("Triangle")), DU = l(() => o("Triangle2")), PU = l(() => o("Triangle2ArrowDown")), AU = l(() => o("Triangle2ArrowDownFill")), EU = l(() => o("Triangle2ArrowIn")), fU = l(() => o("Triangle2ArrowOut")), TU = l(() => o("Triangle2Check")), HU = l(() => o("Triangle2CheckFill")), yU = l(() => o("Triangle2Dashed")), xU = l(() => o("Triangle2Destroyed")), LU = l(() => o("Triangle2DestroyedFill")), bU = l(() => o("Triangle2Exclamation")), RU = l(() => o("Triangle2ExclamationFill")), vU = l(() => o("Triangle2Fill")), qU = l(() => o("Triangle2Heavy")), MU = l(() => o("Triangle2Plus")), UU = l(() => o("Triangle2PlusFill")), IU = l(() => o("Triangle2Question")), GU = l(() => o("Triangle2QuestionFill")), OU = l(() => o("Triangle2Shadows")), XU = l(() => o("Triangle2Strips")), WU = l(() => o("Triangle2StripsFill")), VU = l(() => o("Triangle2X")), NU = l(() => o("Triangle2XFill")), jU = l(() => o("TriangleFill")), _U = l(() => o("TriangleHalf")), JU = l(() => o("Trophy")), QU = l(() => o("TrophyFill")), zU = l(() => o("TropicalStorm")), KU = l(() => o("Truck")), YU = l(() => o("TruckFlatbed")), ZU = l(() => o("TruckFront")), $U = l(() => o("TruckFrontFill")), lI = l(() => o("Tsunami")), oI = l(() => o("Tv")), tI = l(() => o("TvFill")), nI = l(() => o("Twitch")), eI = l(() => o("Twitter")), iI = l(() => o("TwitterX")), sI = l(() => o("Type")), cI = l(() => o("TypeBold")), rI = l(() => o("TypeH1")), aI = l(() => o("TypeH2")), FI = l(() => o("TypeH3")), dI = l(() => o("TypeH4")), uI = l(() => o("TypeH5")), CI = l(() => o("TypeH6")), pI = l(() => o("TypeItalic")), hI = l(() => o("TypeStrikethrough")), SI = l(() => o("TypeUnderline")), gI = l(() => o("Ubuntu")), kI = l(() => o("UiChecks")), mI = l(() => o("UiChecksGrid")), wI = l(() => o("UiRadios")), BI = l(() => o("UiRadiosGrid")), DI = l(() => o("Umbrella")), PI = l(() => o("UmbrellaFill")), AI = l(() => o("Unindent")), EI = l(() => o("Union")), fI = l(() => o("UnitLayout")), TI = l(() => o("UnitTemplate")), HI = l(() => o("Unity")), yI = l(() => o("UniversalAccess")), xI = l(() => o("UniversalAccessCircle")), LI = l(() => o("Unlock")), bI = l(() => o("UnlockFill")), RI = l(() => o("Upc")), vI = l(() => o("UpcScan")), qI = l(() => o("Upload")), MI = l(() => o("Usb")), UI = l(() => o("UsbC")), II = l(() => o("UsbCFill")), GI = l(() => o("UsbDrive")), OI = l(() => o("UsbDriveFill")), XI = l(() => o("UsbFill")), WI = l(() => o("UsbMicro")), VI = l(() => o("UsbMicroFill")), NI = l(() => o("UsbMini")), jI = l(() => o("UsbMiniFill")), _I = l(() => o("UsbPlug")), JI = l(() => o("UsbPlugFill")), QI = l(() => o("UsbSymbol")), zI = l(() => o("Valentine")), KI = l(() => o("Valentine2")), YI = l(() => o("VectorPen")), ZI = l(() => o("ViewList")), $I = l(() => o("ViewStacked")), lG = l(() => o("Vignette")), oG = l(() => o("Vimeo")), tG = l(() => o("Vinyl")), nG = l(() => o("VinylFill")), eG = l(() => o("Virus")), iG = l(() => o("Virus2")), sG = l(() => o("Voicemail")), cG = l(() => o("VolumeDown")), rG = l(() => o("VolumeDownFill")), aG = l(() => o("VolumeMute")), FG = l(() => o("VolumeMuteFill")), dG = l(() => o("VolumeOff")), uG = l(() => o("VolumeOffFill")), CG = l(() => o("VolumeUp")), pG = l(() => o("VolumeUpFill")), hG = l(() => o("Vr")), SG = l(() => o("Wallet")), gG = l(() => o("Wallet2")), kG = l(() => o("WalletFill")), mG = l(() => o("Watch")), wG = l(() => o("Water")), BG = l(() => o("Webcam")), DG = l(() => o("WebcamFill")), PG = l(() => o("Wechat")), AG = l(() => o("Whatsapp")), EG = l(() => o("Wifi")), fG = l(() => o("Wifi1")), TG = l(() => o("Wifi2")), HG = l(() => o("WifiOff")), yG = l(() => o("Wikipedia")), xG = l(() => o("Wind")), LG = l(() => o("Window")), bG = l(() => o("WindowBootstrap")), RG = l(() => o("WindowDash")), vG = l(() => o("WindowDesktop")), qG = l(() => o("WindowDock")), MG = l(() => o("WindowFullscreen")), UG = l(() => o("WindowPlus")), IG = l(() => o("Windows")), GG = l(() => o("WindowSidebar")), OG = l(() => o("WindowSplit")), XG = l(() => o("WindowStack")), WG = l(() => o("WindowX")), VG = l(() => o("Wordpress")), NG = l(() => o("Wrench")), jG = l(() => o("WrenchAdjustable")), _G = l(() => o("WrenchAdjustableCircle")), JG = l(() => o("WrenchAdjustableCircleFill")), QG = l(() => o("X")), zG = l(() => o("Xbox")), KG = l(() => o("XCircle")), YG = l(() => o("XCircleFill")), ZG = l(() => o("XDiamond")), $G = l(() => o("XDiamondFill")), lO = l(() => o("XLg")), oO = l(() => o("XOctagon")), tO = l(() => o("XOctagonFill")), nO = l(() => o("XSquare")), eO = l(() => o("XSquareFill")), iO = l(() => o("Yelp")), sO = l(() => o("YinYang")), cO = l(() => o("Youtube")), rO = l(() => o("ZoomIn")), aO = l(() => o("ZoomOut"));
|
|
12
12
|
export {
|
|
13
13
|
j as Abacus,
|
|
14
14
|
_ as Activity,
|
|
15
15
|
J as Airplane,
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
Q as AirplaneEngines,
|
|
17
|
+
z as AirplaneEnginesFill,
|
|
18
18
|
K as AirplaneFill,
|
|
19
19
|
Y as Alarm,
|
|
20
20
|
Z as AlarmFill,
|
|
@@ -44,15 +44,15 @@ export {
|
|
|
44
44
|
Dl as ArchiveFill,
|
|
45
45
|
Pl as Arrow90DegDown,
|
|
46
46
|
Al as Arrow90DegLeft,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
El as Arrow90DegRight,
|
|
48
|
+
fl as Arrow90DegUp,
|
|
49
|
+
Tl as ArrowBarDown,
|
|
50
|
+
Hl as ArrowBarLeft,
|
|
51
51
|
yl as ArrowBarRight,
|
|
52
52
|
xl as ArrowBarUp,
|
|
53
53
|
Ll as ArrowClockwise,
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
bl as ArrowCounterclockwise,
|
|
55
|
+
Rl as ArrowDown,
|
|
56
56
|
vl as ArrowDownCircle,
|
|
57
57
|
ql as ArrowDownCircleFill,
|
|
58
58
|
Ml as ArrowDownLeft,
|
|
@@ -67,8 +67,8 @@ export {
|
|
|
67
67
|
jl as ArrowDownRightSquareFill,
|
|
68
68
|
_l as ArrowDownShort,
|
|
69
69
|
Jl as ArrowDownSquare,
|
|
70
|
-
|
|
71
|
-
|
|
70
|
+
Ql as ArrowDownSquareFill,
|
|
71
|
+
zl as ArrowDownUp,
|
|
72
72
|
Kl as ArrowLeft,
|
|
73
73
|
Yl as ArrowLeftCircle,
|
|
74
74
|
Zl as ArrowLeftCircleFill,
|
|
@@ -87,15 +87,15 @@ export {
|
|
|
87
87
|
uo as ArrowRightSquareFill,
|
|
88
88
|
Po as ArrowThroughHeart,
|
|
89
89
|
Ao as ArrowThroughHeartFill,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
90
|
+
Eo as ArrowUp,
|
|
91
|
+
fo as ArrowUpCircle,
|
|
92
|
+
To as ArrowUpCircleFill,
|
|
93
|
+
Ho as ArrowUpLeft,
|
|
94
94
|
yo as ArrowUpLeftCircle,
|
|
95
95
|
xo as ArrowUpLeftCircleFill,
|
|
96
96
|
Lo as ArrowUpLeftSquare,
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
bo as ArrowUpLeftSquareFill,
|
|
98
|
+
Ro as ArrowUpRight,
|
|
99
99
|
vo as ArrowUpRightCircle,
|
|
100
100
|
qo as ArrowUpRightCircleFill,
|
|
101
101
|
Mo as ArrowUpRightSquare,
|
|
@@ -120,8 +120,8 @@ export {
|
|
|
120
120
|
jo as Award,
|
|
121
121
|
_o as AwardFill,
|
|
122
122
|
Jo as Back,
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
Qo as BackArrow,
|
|
124
|
+
zo as Backpack,
|
|
125
125
|
Ko as Backpack2,
|
|
126
126
|
Yo as Backpack2Fill,
|
|
127
127
|
Zo as Backpack3,
|
|
@@ -151,15 +151,15 @@ export {
|
|
|
151
151
|
Dt as BadgeSdFill,
|
|
152
152
|
Pt as BadgeTm,
|
|
153
153
|
At as BadgeTmFill,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
154
|
+
Et as BadgeVo,
|
|
155
|
+
ft as BadgeVoFill,
|
|
156
|
+
Tt as BadgeVr,
|
|
157
|
+
Ht as BadgeVrFill,
|
|
158
158
|
yt as BadgeWc,
|
|
159
159
|
xt as BadgeWcFill,
|
|
160
160
|
Lt as Bag,
|
|
161
|
-
|
|
162
|
-
|
|
161
|
+
bt as BagCheck,
|
|
162
|
+
Rt as BagCheckFill,
|
|
163
163
|
vt as BagDash,
|
|
164
164
|
qt as BagDashFill,
|
|
165
165
|
Mt as BagFill,
|
|
@@ -175,8 +175,8 @@ export {
|
|
|
175
175
|
_t as BalloonHeartFill,
|
|
176
176
|
Jt as Ban,
|
|
177
177
|
Kt as BanFill,
|
|
178
|
-
|
|
179
|
-
|
|
178
|
+
Qt as Bandaid,
|
|
179
|
+
zt as BandaidFill,
|
|
180
180
|
Yt as Bank,
|
|
181
181
|
Zt as Bank2,
|
|
182
182
|
$t as BarChart,
|
|
@@ -204,15 +204,15 @@ export {
|
|
|
204
204
|
Dn as Bicycle,
|
|
205
205
|
Pn as BinaryTree,
|
|
206
206
|
An as Bing,
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
207
|
+
En as Binoculars,
|
|
208
|
+
fn as BinocularsFill,
|
|
209
|
+
Tn as BlockquoteLeft,
|
|
210
|
+
Hn as BlockquoteRight,
|
|
211
211
|
yn as Bluetooth,
|
|
212
212
|
xn as BodyText,
|
|
213
213
|
Ln as Book,
|
|
214
|
-
|
|
215
|
-
|
|
214
|
+
bn as BookFill,
|
|
215
|
+
Rn as BookHalf,
|
|
216
216
|
vn as Bookmark,
|
|
217
217
|
qn as BookmarkCheck,
|
|
218
218
|
Mn as BookmarkCheckFill,
|
|
@@ -225,8 +225,8 @@ export {
|
|
|
225
225
|
Vn as BookmarkPlusFill,
|
|
226
226
|
_n as BookmarkStar,
|
|
227
227
|
Jn as BookmarkStarFill,
|
|
228
|
-
|
|
229
|
-
|
|
228
|
+
Qn as BookmarkX,
|
|
229
|
+
zn as BookmarkXFill,
|
|
230
230
|
Nn as Bookmarks,
|
|
231
231
|
jn as BookmarksFill,
|
|
232
232
|
Kn as Bookshelf,
|
|
@@ -258,15 +258,15 @@ export {
|
|
|
258
258
|
De as BoxArrowDownLeft,
|
|
259
259
|
Pe as BoxArrowDownRight,
|
|
260
260
|
Ae as BoxArrowInDown,
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
261
|
+
Ee as BoxArrowInDownLeft,
|
|
262
|
+
fe as BoxArrowInDownRight,
|
|
263
|
+
Te as BoxArrowInLeft,
|
|
264
|
+
He as BoxArrowInRight,
|
|
265
265
|
ye as BoxArrowInUp,
|
|
266
266
|
xe as BoxArrowInUpLeft,
|
|
267
267
|
Le as BoxArrowInUpRight,
|
|
268
|
-
|
|
269
|
-
|
|
268
|
+
be as BoxArrowLeft,
|
|
269
|
+
Re as BoxArrowRight,
|
|
270
270
|
ve as BoxArrowUp,
|
|
271
271
|
qe as BoxArrowUpLeft,
|
|
272
272
|
Me as BoxArrowUpRight,
|
|
@@ -281,8 +281,8 @@ export {
|
|
|
281
281
|
je as BriefcaseFill,
|
|
282
282
|
_e as BrightnessAltHigh,
|
|
283
283
|
Je as BrightnessAltHighFill,
|
|
284
|
-
|
|
285
|
-
|
|
284
|
+
Qe as BrightnessAltLow,
|
|
285
|
+
ze as BrightnessAltLowFill,
|
|
286
286
|
Ke as BrightnessHigh,
|
|
287
287
|
Ye as BrightnessHighFill,
|
|
288
288
|
Ze as BrightnessLow,
|
|
@@ -312,15 +312,15 @@ export {
|
|
|
312
312
|
Di as BuildingFillAdd,
|
|
313
313
|
Pi as BuildingFillCheck,
|
|
314
314
|
Ai as BuildingFillDash,
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
315
|
+
Ei as BuildingFillDown,
|
|
316
|
+
fi as BuildingFillExclamation,
|
|
317
|
+
Ti as BuildingFillGear,
|
|
318
|
+
Hi as BuildingFillLock,
|
|
319
319
|
yi as BuildingFillSlash,
|
|
320
320
|
xi as BuildingFillUp,
|
|
321
321
|
Li as BuildingFillX,
|
|
322
|
-
|
|
323
|
-
|
|
322
|
+
bi as BuildingGear,
|
|
323
|
+
Ri as BuildingLock,
|
|
324
324
|
Mi as BuildingSlash,
|
|
325
325
|
Ui as BuildingUp,
|
|
326
326
|
Ii as BuildingX,
|
|
@@ -339,8 +339,8 @@ export {
|
|
|
339
339
|
ji as Cake,
|
|
340
340
|
_i as Cake2,
|
|
341
341
|
Ji as Cake2Fill,
|
|
342
|
-
|
|
343
|
-
|
|
342
|
+
Qi as CakeFill,
|
|
343
|
+
zi as Calculator,
|
|
344
344
|
Ki as CalculatorFill,
|
|
345
345
|
Yi as Calendar,
|
|
346
346
|
Zi as Calendar2,
|
|
@@ -370,15 +370,15 @@ export {
|
|
|
370
370
|
Ds as Calendar3,
|
|
371
371
|
Ps as Calendar3Event,
|
|
372
372
|
As as Calendar3EventFill,
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
373
|
+
Es as Calendar3Fill,
|
|
374
|
+
fs as Calendar3Range,
|
|
375
|
+
Ts as Calendar3RangeFill,
|
|
376
|
+
Hs as Calendar3Week,
|
|
377
377
|
ys as Calendar3WeekFill,
|
|
378
378
|
xs as Calendar4,
|
|
379
379
|
Ls as Calendar4Event,
|
|
380
|
-
|
|
381
|
-
|
|
380
|
+
bs as Calendar4Range,
|
|
381
|
+
Rs as Calendar4Week,
|
|
382
382
|
vs as CalendarCheck,
|
|
383
383
|
qs as CalendarCheckFill,
|
|
384
384
|
Ms as CalendarDate,
|
|
@@ -393,8 +393,8 @@ export {
|
|
|
393
393
|
js as CalendarHeartFill,
|
|
394
394
|
_s as CalendarMinus,
|
|
395
395
|
Js as CalendarMinusFill,
|
|
396
|
-
|
|
397
|
-
|
|
396
|
+
Qs as CalendarMonth,
|
|
397
|
+
zs as CalendarMonthFill,
|
|
398
398
|
Ks as CalendarPlus,
|
|
399
399
|
Ys as CalendarPlusFill,
|
|
400
400
|
Zs as CalendarRange,
|
|
@@ -426,15 +426,15 @@ export {
|
|
|
426
426
|
Dc as CaretDown,
|
|
427
427
|
Pc as CaretDownFill,
|
|
428
428
|
Ac as CaretDownSquare,
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
429
|
+
Ec as CaretDownSquareFill,
|
|
430
|
+
fc as CaretLeft,
|
|
431
|
+
Tc as CaretLeftFill,
|
|
432
|
+
Hc as CaretLeftSquare,
|
|
433
433
|
yc as CaretLeftSquareFill,
|
|
434
434
|
xc as CaretRight,
|
|
435
435
|
Lc as CaretRightFill,
|
|
436
|
-
|
|
437
|
-
|
|
436
|
+
bc as CaretRightSquare,
|
|
437
|
+
Rc as CaretRightSquareFill,
|
|
438
438
|
vc as CaretUp,
|
|
439
439
|
qc as CaretUpFill,
|
|
440
440
|
Mc as CaretUpSquare,
|
|
@@ -447,8 +447,8 @@ export {
|
|
|
447
447
|
jc as CartCheckFill,
|
|
448
448
|
_c as CartDash,
|
|
449
449
|
Jc as CartDashFill,
|
|
450
|
-
|
|
451
|
-
|
|
450
|
+
Qc as CartFill,
|
|
451
|
+
zc as CartPlus,
|
|
452
452
|
Kc as CartPlusFill,
|
|
453
453
|
Yc as CartX,
|
|
454
454
|
Zc as CartXFill,
|
|
@@ -476,15 +476,15 @@ export {
|
|
|
476
476
|
Dr as ChatLeftDots,
|
|
477
477
|
Pr as ChatLeftDotsFill,
|
|
478
478
|
Ar as ChatLeftFill,
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
479
|
+
Er as ChatLeftHeart,
|
|
480
|
+
fr as ChatLeftHeartFill,
|
|
481
|
+
Tr as ChatLeftQuote,
|
|
482
|
+
Hr as ChatLeftQuoteFill,
|
|
483
483
|
yr as ChatLeftText,
|
|
484
484
|
xr as ChatLeftTextFill,
|
|
485
485
|
Lr as ChatQuote,
|
|
486
|
-
|
|
487
|
-
|
|
486
|
+
br as ChatQuoteFill,
|
|
487
|
+
Rr as ChatRight,
|
|
488
488
|
vr as ChatRightDots,
|
|
489
489
|
qr as ChatRightDotsFill,
|
|
490
490
|
Mr as ChatRightFill,
|
|
@@ -499,8 +499,8 @@ export {
|
|
|
499
499
|
jr as ChatSquareDotsFill,
|
|
500
500
|
_r as ChatSquareFill,
|
|
501
501
|
Jr as ChatSquareHeart,
|
|
502
|
-
|
|
503
|
-
|
|
502
|
+
Qr as ChatSquareHeartFill,
|
|
503
|
+
zr as ChatSquareQuote,
|
|
504
504
|
Kr as ChatSquareQuoteFill,
|
|
505
505
|
Yr as ChatSquareText,
|
|
506
506
|
Zr as ChatSquareTextFill,
|
|
@@ -530,15 +530,15 @@ export {
|
|
|
530
530
|
Da as ChevronContract,
|
|
531
531
|
Pa as ChevronDoubleDown,
|
|
532
532
|
Aa as ChevronDoubleLeft,
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
533
|
+
Ea as ChevronDoubleRight,
|
|
534
|
+
fa as ChevronDoubleUp,
|
|
535
|
+
Ta as ChevronDown,
|
|
536
|
+
Ha as ChevronExpand,
|
|
537
537
|
ya as ChevronLeft,
|
|
538
538
|
xa as ChevronRight,
|
|
539
539
|
La as ChevronUp,
|
|
540
|
-
|
|
541
|
-
|
|
540
|
+
ba as Circle,
|
|
541
|
+
Ra as Circle2NdHalf,
|
|
542
542
|
va as CircleCore,
|
|
543
543
|
qa as CircleCore2NdHalf,
|
|
544
544
|
Ma as CircleCoreHalf,
|
|
@@ -553,8 +553,8 @@ export {
|
|
|
553
553
|
ja as Clipboard2Data,
|
|
554
554
|
_a as Clipboard2DataFill,
|
|
555
555
|
Ja as Clipboard2Fill,
|
|
556
|
-
|
|
557
|
-
|
|
556
|
+
Qa as Clipboard2Heart,
|
|
557
|
+
za as Clipboard2HeartFill,
|
|
558
558
|
Ka as Clipboard2Minus,
|
|
559
559
|
Ya as Clipboard2MinusFill,
|
|
560
560
|
Za as Clipboard2Plus,
|
|
@@ -584,15 +584,15 @@ export {
|
|
|
584
584
|
DF as CloudArrowDown,
|
|
585
585
|
PF as CloudArrowDownFill,
|
|
586
586
|
AF as CloudArrowUp,
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
587
|
+
EF as CloudArrowUpFill,
|
|
588
|
+
fF as CloudCheck,
|
|
589
|
+
TF as CloudCheckFill,
|
|
590
|
+
HF as CloudDownload,
|
|
591
591
|
yF as CloudDownloadFill,
|
|
592
592
|
xF as CloudDrizzle,
|
|
593
593
|
LF as CloudDrizzleFill,
|
|
594
|
-
|
|
595
|
-
|
|
594
|
+
bF as CloudFill,
|
|
595
|
+
RF as CloudFog,
|
|
596
596
|
vF as CloudFog2,
|
|
597
597
|
qF as CloudFog2Fill,
|
|
598
598
|
MF as CloudFogFill,
|
|
@@ -607,8 +607,8 @@ export {
|
|
|
607
607
|
jF as CloudLightningRain,
|
|
608
608
|
_F as CloudLightningRainFill,
|
|
609
609
|
JF as CloudMinus,
|
|
610
|
-
|
|
611
|
-
|
|
610
|
+
QF as CloudMinusFill,
|
|
611
|
+
zF as CloudMoon,
|
|
612
612
|
KF as CloudMoonFill,
|
|
613
613
|
YF as CloudPlus,
|
|
614
614
|
ZF as CloudPlusFill,
|
|
@@ -638,15 +638,15 @@ export {
|
|
|
638
638
|
Dd as CoinsCheck,
|
|
639
639
|
Pd as CoinsIn,
|
|
640
640
|
Ad as CoinsLink,
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
641
|
+
Ed as CoinsOff,
|
|
642
|
+
fd as CoinsOut,
|
|
643
|
+
Td as CoinsRisk,
|
|
644
|
+
Hd as Collection,
|
|
645
645
|
yd as CollectionFill,
|
|
646
646
|
xd as CollectionPlay,
|
|
647
647
|
Ld as CollectionPlayFill,
|
|
648
|
-
|
|
649
|
-
|
|
648
|
+
bd as Columns,
|
|
649
|
+
Rd as ColumnsGap,
|
|
650
650
|
vd as Command,
|
|
651
651
|
qd as Compass,
|
|
652
652
|
Md as CompassFill,
|
|
@@ -661,8 +661,8 @@ export {
|
|
|
661
661
|
jd as ConvexeArrowLeft,
|
|
662
662
|
_d as ConvexeArrowLeftFill,
|
|
663
663
|
Jd as ConvexeArrowRight,
|
|
664
|
-
|
|
665
|
-
|
|
664
|
+
Qd as ConvexeArrowRightFill,
|
|
665
|
+
zd as ConvexeArrowUp,
|
|
666
666
|
Kd as ConvexeArrowUpFill,
|
|
667
667
|
Yd as ConvexeCheck,
|
|
668
668
|
Zd as ConvexeCheckAll,
|
|
@@ -692,15 +692,15 @@ export {
|
|
|
692
692
|
Du as Copy,
|
|
693
693
|
Pu as Cpu,
|
|
694
694
|
Au as CpuFill,
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
695
|
+
Eu as CreditCard,
|
|
696
|
+
fu as CreditCard2Back,
|
|
697
|
+
Tu as CreditCard2BackFill,
|
|
698
|
+
Hu as CreditCard2Front,
|
|
699
699
|
yu as CreditCard2FrontFill,
|
|
700
700
|
xu as CreditCardFill,
|
|
701
701
|
Lu as Crop,
|
|
702
|
-
|
|
703
|
-
|
|
702
|
+
bu as Crosshair,
|
|
703
|
+
Ru as Crosshair2,
|
|
704
704
|
Mu as Cup,
|
|
705
705
|
Uu as CupFill,
|
|
706
706
|
Iu as CupHot,
|
|
@@ -713,8 +713,8 @@ export {
|
|
|
713
713
|
ju as CurrencyPound,
|
|
714
714
|
_u as CurrencyRupee,
|
|
715
715
|
Ju as CurrencyYen,
|
|
716
|
-
|
|
717
|
-
|
|
716
|
+
Qu as Cursor,
|
|
717
|
+
zu as CursorFill,
|
|
718
718
|
Ku as CursorText,
|
|
719
719
|
Yu as Dash,
|
|
720
720
|
Zu as DashCircle,
|
|
@@ -744,15 +744,15 @@ export {
|
|
|
744
744
|
DC as DatabaseGear,
|
|
745
745
|
PC as DatabaseLock,
|
|
746
746
|
AC as DatabaseSlash,
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
747
|
+
EC as DatabaseUp,
|
|
748
|
+
fC as DatabaseX,
|
|
749
|
+
TC as DeviceHdd,
|
|
750
|
+
HC as DeviceHddFill,
|
|
751
751
|
yC as DeviceSsd,
|
|
752
752
|
xC as DeviceSsdFill,
|
|
753
753
|
LC as Diagram2,
|
|
754
|
-
|
|
755
|
-
|
|
754
|
+
bC as Diagram2Fill,
|
|
755
|
+
RC as Diagram3,
|
|
756
756
|
vC as Diagram3Fill,
|
|
757
757
|
qC as Diamond,
|
|
758
758
|
MC as DiamondCore,
|
|
@@ -767,8 +767,8 @@ export {
|
|
|
767
767
|
jC as DiamondOff,
|
|
768
768
|
_C as DiamondOffFill,
|
|
769
769
|
JC as Diamonds,
|
|
770
|
-
|
|
771
|
-
|
|
770
|
+
QC as DiamondsDots,
|
|
771
|
+
zC as DiamondsGrid,
|
|
772
772
|
KC as DiamondsIntersect,
|
|
773
773
|
YC as DiamondsLayers,
|
|
774
774
|
ZC as DiamondsLayers2,
|
|
@@ -798,15 +798,15 @@ export {
|
|
|
798
798
|
Dp as DistributeVertical,
|
|
799
799
|
Pp as DoorClosed,
|
|
800
800
|
Ap as DoorClosedFill,
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
801
|
+
Ep as DoorMoveIn,
|
|
802
|
+
fp as DoorMoveOut,
|
|
803
|
+
Tp as DoorOpen,
|
|
804
|
+
Hp as DoorOpenFill,
|
|
805
805
|
yp as Dot,
|
|
806
806
|
xp as Download,
|
|
807
807
|
Lp as Dpad,
|
|
808
|
-
|
|
809
|
-
|
|
808
|
+
bp as DpadFill,
|
|
809
|
+
Rp as Dribbble,
|
|
810
810
|
vp as Dropbox,
|
|
811
811
|
qp as Droplet,
|
|
812
812
|
Mp as DropletFill,
|
|
@@ -821,8 +821,8 @@ export {
|
|
|
821
821
|
jp as Easel2Fill,
|
|
822
822
|
_p as Easel3,
|
|
823
823
|
Jp as Easel3Fill,
|
|
824
|
-
|
|
825
|
-
|
|
824
|
+
Qp as EaselFill,
|
|
825
|
+
zp as Egg,
|
|
826
826
|
Kp as EggFill,
|
|
827
827
|
Yp as EggFried,
|
|
828
828
|
Zp as Eject,
|
|
@@ -852,15 +852,15 @@ export {
|
|
|
852
852
|
Dh as EmojiSmile,
|
|
853
853
|
Ph as EmojiSmileFill,
|
|
854
854
|
Ah as EmojiSmileUpsideDown,
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
855
|
+
Eh as EmojiSmileUpsideDownFill,
|
|
856
|
+
fh as EmojiSunglasses,
|
|
857
|
+
Th as EmojiSunglassesFill,
|
|
858
|
+
Hh as EmojiSurprise,
|
|
859
859
|
yh as EmojiSurpriseFill,
|
|
860
860
|
xh as EmojiTear,
|
|
861
861
|
Lh as EmojiTearFill,
|
|
862
|
-
|
|
863
|
-
|
|
862
|
+
bh as EmojiWink,
|
|
863
|
+
Rh as EmojiWinkFill,
|
|
864
864
|
vh as Envelope,
|
|
865
865
|
qh as EnvelopeArrowDown,
|
|
866
866
|
Mh as EnvelopeArrowDownFill,
|
|
@@ -875,8 +875,8 @@ export {
|
|
|
875
875
|
jh as EnvelopeExclamation,
|
|
876
876
|
_h as EnvelopeExclamationFill,
|
|
877
877
|
Jh as EnvelopeFill,
|
|
878
|
-
|
|
879
|
-
|
|
878
|
+
Qh as EnvelopeHeart,
|
|
879
|
+
zh as EnvelopeHeartFill,
|
|
880
880
|
Kh as EnvelopeOpen,
|
|
881
881
|
Yh as EnvelopeOpenFill,
|
|
882
882
|
Zh as EnvelopeOpenHeart,
|
|
@@ -906,15 +906,15 @@ export {
|
|
|
906
906
|
DS as ExclamationDiamondFill,
|
|
907
907
|
PS as ExclamationLg,
|
|
908
908
|
AS as ExclamationOctagon,
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
909
|
+
ES as ExclamationOctagonFill,
|
|
910
|
+
fS as ExclamationSquare,
|
|
911
|
+
TS as ExclamationSquareFill,
|
|
912
|
+
HS as ExclamationTriangle,
|
|
913
913
|
yS as ExclamationTriangleFill,
|
|
914
914
|
xS as Exclude,
|
|
915
915
|
LS as Explicit,
|
|
916
|
-
|
|
917
|
-
|
|
916
|
+
bS as ExplicitFill,
|
|
917
|
+
RS as Exposure,
|
|
918
918
|
vS as Eye,
|
|
919
919
|
MS as EyeFill,
|
|
920
920
|
IS as EyeSlash,
|
|
@@ -929,8 +929,8 @@ export {
|
|
|
929
929
|
jS as FastForwardCircle,
|
|
930
930
|
_S as FastForwardCircleFill,
|
|
931
931
|
JS as FastForwardFill,
|
|
932
|
-
|
|
933
|
-
|
|
932
|
+
QS as Feather,
|
|
933
|
+
zS as Feather2,
|
|
934
934
|
KS as Feather3,
|
|
935
935
|
YS as Figma,
|
|
936
936
|
ZS as FigmaFill,
|
|
@@ -960,15 +960,15 @@ export {
|
|
|
960
960
|
Dg as FileEarmarkBarGraph,
|
|
961
961
|
Pg as FileEarmarkBarGraphFill,
|
|
962
962
|
Ag as FileEarmarkBinary,
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
963
|
+
Eg as FileEarmarkBinaryFill,
|
|
964
|
+
fg as FileEarmarkBreak,
|
|
965
|
+
Tg as FileEarmarkBreakFill,
|
|
966
|
+
Hg as FileEarmarkCheck,
|
|
967
967
|
yg as FileEarmarkCheckFill,
|
|
968
968
|
xg as FileEarmarkCode,
|
|
969
969
|
Lg as FileEarmarkCodeFill,
|
|
970
|
-
|
|
971
|
-
|
|
970
|
+
bg as FileEarmarkDiff,
|
|
971
|
+
Rg as FileEarmarkDiffFill,
|
|
972
972
|
vg as FileEarmarkEasel,
|
|
973
973
|
qg as FileEarmarkEaselFill,
|
|
974
974
|
Mg as FileEarmarkExcel,
|
|
@@ -983,8 +983,8 @@ export {
|
|
|
983
983
|
jg as FileEarmarkLock2Fill,
|
|
984
984
|
_g as FileEarmarkLockFill,
|
|
985
985
|
Jg as FileEarmarkMedical,
|
|
986
|
-
|
|
987
|
-
|
|
986
|
+
Qg as FileEarmarkMedicalFill,
|
|
987
|
+
zg as FileEarmarkMinus,
|
|
988
988
|
Kg as FileEarmarkMinusFill,
|
|
989
989
|
Yg as FileEarmarkMusic,
|
|
990
990
|
Zg as FileEarmarkMusicFill,
|
|
@@ -1014,15 +1014,15 @@ export {
|
|
|
1014
1014
|
Dk as FileEarmarkWordFill,
|
|
1015
1015
|
Pk as FileEarmarkX,
|
|
1016
1016
|
Ak as FileEarmarkXFill,
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1017
|
+
Ek as FileEarmarkZip,
|
|
1018
|
+
fk as FileEarmarkZipFill,
|
|
1019
|
+
Tk as FileEasel,
|
|
1020
|
+
Hk as FileEaselFill,
|
|
1021
1021
|
yk as FileExcel,
|
|
1022
1022
|
xk as FileExcelFill,
|
|
1023
1023
|
Lk as FileFill,
|
|
1024
|
-
|
|
1025
|
-
|
|
1024
|
+
bk as FileFont,
|
|
1025
|
+
Rk as FileFontFill,
|
|
1026
1026
|
vk as FileImage,
|
|
1027
1027
|
qk as FileImageFill,
|
|
1028
1028
|
Mk as FileLock,
|
|
@@ -1037,8 +1037,8 @@ export {
|
|
|
1037
1037
|
jk as FileMusicFill,
|
|
1038
1038
|
_k as FilePdf,
|
|
1039
1039
|
Jk as FilePdfFill,
|
|
1040
|
-
|
|
1041
|
-
|
|
1040
|
+
Qk as FilePerson,
|
|
1041
|
+
zk as FilePersonFill,
|
|
1042
1042
|
Kk as FilePlay,
|
|
1043
1043
|
Yk as FilePlayFill,
|
|
1044
1044
|
Zk as FilePlus,
|
|
@@ -1074,15 +1074,15 @@ export {
|
|
|
1074
1074
|
Dm as FiletypeCsv,
|
|
1075
1075
|
Pm as FiletypeDoc,
|
|
1076
1076
|
Am as FiletypeDocx,
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1077
|
+
Em as FiletypeExe,
|
|
1078
|
+
fm as FiletypeGif,
|
|
1079
|
+
Tm as FiletypeHeic,
|
|
1080
|
+
Hm as FiletypeHtml,
|
|
1081
1081
|
ym as FiletypeJava,
|
|
1082
1082
|
xm as FiletypeJpg,
|
|
1083
1083
|
Lm as FiletypeJs,
|
|
1084
|
-
|
|
1085
|
-
|
|
1084
|
+
bm as FiletypeJson,
|
|
1085
|
+
Rm as FiletypeJsx,
|
|
1086
1086
|
vm as FiletypeKey,
|
|
1087
1087
|
qm as FiletypeM4P,
|
|
1088
1088
|
Mm as FiletypeMd,
|
|
@@ -1097,8 +1097,8 @@ export {
|
|
|
1097
1097
|
jm as FiletypePpt,
|
|
1098
1098
|
_m as FiletypePptx,
|
|
1099
1099
|
Jm as FiletypePsd,
|
|
1100
|
-
|
|
1101
|
-
|
|
1100
|
+
Qm as FiletypePy,
|
|
1101
|
+
zm as FiletypeRaw,
|
|
1102
1102
|
Km as FiletypeRb,
|
|
1103
1103
|
Ym as FiletypeSass,
|
|
1104
1104
|
Zm as FiletypeScss,
|
|
@@ -1122,15 +1122,15 @@ export {
|
|
|
1122
1122
|
Dw as FilterLeft,
|
|
1123
1123
|
Pw as FilterRight,
|
|
1124
1124
|
Aw as FilterSquare,
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1125
|
+
Ew as FilterSquareFill,
|
|
1126
|
+
fw as Fingerprint,
|
|
1127
|
+
Tw as Fire,
|
|
1128
|
+
Hw as FireBootstrap,
|
|
1129
1129
|
yw as FireFill,
|
|
1130
1130
|
xw as Flag,
|
|
1131
1131
|
Lw as FlagFill,
|
|
1132
|
-
|
|
1133
|
-
|
|
1132
|
+
bw as Floppy,
|
|
1133
|
+
Rw as Floppy2,
|
|
1134
1134
|
vw as Floppy2Fill,
|
|
1135
1135
|
qw as FloppyFill,
|
|
1136
1136
|
Mw as Flower1,
|
|
@@ -1145,8 +1145,8 @@ export {
|
|
|
1145
1145
|
jw as FolderPlus,
|
|
1146
1146
|
_w as FolderSparkle,
|
|
1147
1147
|
Jw as FolderSymlink,
|
|
1148
|
-
|
|
1149
|
-
|
|
1148
|
+
Qw as FolderSymlinkFill,
|
|
1149
|
+
zw as FolderX,
|
|
1150
1150
|
Kw as Fonts,
|
|
1151
1151
|
Yw as Forward,
|
|
1152
1152
|
Zw as ForwardFill,
|
|
@@ -1176,15 +1176,15 @@ export {
|
|
|
1176
1176
|
DB as GeoFill,
|
|
1177
1177
|
PB as Gift,
|
|
1178
1178
|
AB as GiftFill,
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1179
|
+
EB as Git,
|
|
1180
|
+
fB as Github,
|
|
1181
|
+
TB as Gitlab,
|
|
1182
|
+
HB as Globe,
|
|
1183
1183
|
yB as Globe2,
|
|
1184
1184
|
xB as GlobeAmericas,
|
|
1185
1185
|
LB as GlobeAsiaAustralia,
|
|
1186
|
-
|
|
1187
|
-
|
|
1186
|
+
bB as GlobeCentralSouthAsia,
|
|
1187
|
+
RB as GlobeEuropeAfrica,
|
|
1188
1188
|
vB as Google,
|
|
1189
1189
|
qB as GooglePlay,
|
|
1190
1190
|
MB as GpuCard,
|
|
@@ -1199,8 +1199,8 @@ export {
|
|
|
1199
1199
|
jB as Grid1X2Fill,
|
|
1200
1200
|
_B as Grid3X2,
|
|
1201
1201
|
JB as Grid3X2Gap,
|
|
1202
|
-
|
|
1203
|
-
|
|
1202
|
+
QB as Grid3X2GapFill,
|
|
1203
|
+
zB as Grid3X3,
|
|
1204
1204
|
KB as Grid3X3Gap,
|
|
1205
1205
|
YB as Grid3X3GapFill,
|
|
1206
1206
|
ZB as GridFill,
|
|
@@ -1232,15 +1232,15 @@ export {
|
|
|
1232
1232
|
DD as HddNetwork,
|
|
1233
1233
|
PD as HddNetworkFill,
|
|
1234
1234
|
AD as HddRack,
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1235
|
+
ED as HddRackFill,
|
|
1236
|
+
fD as HddStack,
|
|
1237
|
+
TD as HddStackFill,
|
|
1238
|
+
HD as Hdmi,
|
|
1239
1239
|
yD as HdmiFill,
|
|
1240
1240
|
xD as Headphones,
|
|
1241
1241
|
LD as Headset,
|
|
1242
|
-
|
|
1243
|
-
|
|
1242
|
+
bD as HeadsetVr,
|
|
1243
|
+
RD as Heart,
|
|
1244
1244
|
vD as HeartArrow,
|
|
1245
1245
|
UD as HeartFill,
|
|
1246
1246
|
ID as HeartHalf,
|
|
@@ -1255,8 +1255,8 @@ export {
|
|
|
1255
1255
|
jD as Hexagon,
|
|
1256
1256
|
_D as Hexagon2NdHalf,
|
|
1257
1257
|
JD as HexagonArrowDown,
|
|
1258
|
-
|
|
1259
|
-
|
|
1258
|
+
QD as HexagonArrowDownFill,
|
|
1259
|
+
zD as HexagonArrowRight,
|
|
1260
1260
|
KD as HexagonArrowRightFill,
|
|
1261
1261
|
YD as HexagonCore,
|
|
1262
1262
|
ZD as HexagonCore2NdHalf,
|
|
@@ -1286,15 +1286,15 @@ export {
|
|
|
1286
1286
|
DP as HouseDoor,
|
|
1287
1287
|
PP as HouseDoorFill,
|
|
1288
1288
|
AP as HouseDown,
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1289
|
+
EP as HouseDownFill,
|
|
1290
|
+
fP as HouseExclamation,
|
|
1291
|
+
TP as HouseExclamationFill,
|
|
1292
|
+
HP as HouseFill,
|
|
1293
1293
|
yP as HouseGear,
|
|
1294
1294
|
xP as HouseGearFill,
|
|
1295
1295
|
LP as HouseHeart,
|
|
1296
|
-
|
|
1297
|
-
|
|
1296
|
+
bP as HouseHeartFill,
|
|
1297
|
+
RP as HouseLock,
|
|
1298
1298
|
vP as HouseLockFill,
|
|
1299
1299
|
UP as HouseSlash,
|
|
1300
1300
|
IP as HouseSlashFill,
|
|
@@ -1307,8 +1307,8 @@ export {
|
|
|
1307
1307
|
VP as Hr,
|
|
1308
1308
|
_P as Hurricane,
|
|
1309
1309
|
JP as Hypnotize,
|
|
1310
|
-
|
|
1311
|
-
|
|
1310
|
+
QP as Image,
|
|
1311
|
+
zP as ImageAlt,
|
|
1312
1312
|
KP as ImageFill,
|
|
1313
1313
|
YP as Images,
|
|
1314
1314
|
ZP as Inbox,
|
|
@@ -1338,15 +1338,15 @@ export {
|
|
|
1338
1338
|
DA as InvoiceDraft,
|
|
1339
1339
|
PA as InvoicePdf,
|
|
1340
1340
|
AA as Invoices,
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1341
|
+
EA as Invoices2,
|
|
1342
|
+
fA as InvoicesLink,
|
|
1343
|
+
TA as Journal,
|
|
1344
|
+
HA as Journal2,
|
|
1345
1345
|
yA as Journal2Off,
|
|
1346
1346
|
xA as JournalAlbum,
|
|
1347
1347
|
LA as JournalArrowDown,
|
|
1348
|
-
|
|
1349
|
-
|
|
1348
|
+
bA as JournalArrowUp,
|
|
1349
|
+
RA as JournalBookmark,
|
|
1350
1350
|
vA as JournalBookmarkFill,
|
|
1351
1351
|
qA as JournalBootstrap,
|
|
1352
1352
|
MA as JournalCheck,
|
|
@@ -1361,229 +1361,229 @@ export {
|
|
|
1361
1361
|
_A as JournalX,
|
|
1362
1362
|
NA as Journals,
|
|
1363
1363
|
JA as Joystick,
|
|
1364
|
-
|
|
1365
|
-
|
|
1364
|
+
QA as Justify,
|
|
1365
|
+
zA as JustifyLeft,
|
|
1366
1366
|
KA as JustifyRight,
|
|
1367
1367
|
YA as Kanban,
|
|
1368
1368
|
ZA as KanbanFill,
|
|
1369
1369
|
$A as Key,
|
|
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
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1370
|
+
tE as KeyFill,
|
|
1371
|
+
lE as Keyboard,
|
|
1372
|
+
oE as KeyboardFill,
|
|
1373
|
+
nE as Ladder,
|
|
1374
|
+
eE as Lamp,
|
|
1375
|
+
iE as LampFill,
|
|
1376
|
+
sE as LampFillOff,
|
|
1377
|
+
cE as LampOff,
|
|
1378
|
+
rE as Laptop,
|
|
1379
|
+
aE as LaptopFill,
|
|
1380
|
+
FE as LayerBackward,
|
|
1381
|
+
dE as LayerForward,
|
|
1382
|
+
uE as Layers,
|
|
1383
|
+
CE as LayersFill,
|
|
1384
|
+
pE as LayersHalf,
|
|
1385
|
+
hE as LayoutSidebar,
|
|
1386
|
+
SE as LayoutSidebarInset,
|
|
1387
|
+
gE as LayoutSidebarInsetReverse,
|
|
1388
|
+
kE as LayoutSidebarReverse,
|
|
1389
|
+
mE as LayoutSplit,
|
|
1390
|
+
wE as LayoutTextSidebar,
|
|
1391
|
+
BE as LayoutTextSidebarReverse,
|
|
1392
|
+
DE as LayoutTextWindow,
|
|
1393
|
+
PE as LayoutTextWindowReverse,
|
|
1394
|
+
AE as LayoutThreeColumns,
|
|
1395
|
+
EE as LayoutWtf,
|
|
1396
|
+
fE as LifePreserver,
|
|
1397
|
+
TE as Lightbulb,
|
|
1398
|
+
HE as LightbulbFill,
|
|
1399
|
+
yE as LightbulbOff,
|
|
1400
|
+
xE as LightbulbOffFill,
|
|
1401
|
+
LE as Lightning,
|
|
1402
|
+
bE as LightningCharge,
|
|
1403
|
+
RE as LightningChargeFill,
|
|
1404
|
+
vE as LightningFill,
|
|
1405
|
+
qE as Line,
|
|
1406
|
+
ME as Link,
|
|
1407
|
+
UE as Link2,
|
|
1408
|
+
IE as Link2Break,
|
|
1409
|
+
GE as Link45Deg,
|
|
1410
|
+
OE as Linkedin,
|
|
1411
|
+
XE as List,
|
|
1412
|
+
WE as ListCheck,
|
|
1413
|
+
VE as ListColumns,
|
|
1414
|
+
NE as ListColumnsReverse,
|
|
1415
|
+
jE as ListNested,
|
|
1416
|
+
_E as ListOl,
|
|
1417
|
+
JE as ListStars,
|
|
1418
|
+
QE as ListTask,
|
|
1419
|
+
zE as ListUl,
|
|
1420
|
+
KE as Lock,
|
|
1421
|
+
YE as LockFill,
|
|
1422
|
+
ZE as Luggage,
|
|
1423
|
+
$E as LuggageFill,
|
|
1424
|
+
lf as Lungs,
|
|
1425
|
+
of as LungsFill,
|
|
1426
|
+
tf as Magic,
|
|
1427
|
+
nf as Magnet,
|
|
1428
|
+
ef as MagnetFill,
|
|
1429
|
+
sf as Mailbox,
|
|
1430
|
+
cf as Mailbox2,
|
|
1431
|
+
rf as Mailbox2Flag,
|
|
1432
|
+
af as MailboxFlag,
|
|
1433
|
+
Ff as Map,
|
|
1434
|
+
df as MapFill,
|
|
1435
|
+
uf as MapOff,
|
|
1436
|
+
Cf as Markdown,
|
|
1437
|
+
pf as MarkdownFill,
|
|
1438
|
+
hf as MarkerTip,
|
|
1439
|
+
Sf as Mask,
|
|
1440
|
+
gf as Mastodon,
|
|
1441
|
+
kf as MeasuringTape,
|
|
1442
|
+
mf as MeasuringTapeFill,
|
|
1443
|
+
wf as Medium,
|
|
1444
|
+
Bf as Megaphone,
|
|
1445
|
+
Df as MegaphoneFill,
|
|
1446
|
+
Pf as Memory,
|
|
1447
|
+
Af as MenuApp,
|
|
1448
|
+
Ef as MenuAppFill,
|
|
1449
|
+
ff as MenuButton,
|
|
1450
|
+
Tf as MenuButtonFill,
|
|
1451
|
+
Hf as MenuButtonWide,
|
|
1452
|
+
yf as MenuButtonWideFill,
|
|
1453
|
+
xf as MenuDown,
|
|
1454
|
+
Lf as MenuUp,
|
|
1455
|
+
bf as Messenger,
|
|
1456
|
+
Rf as Meta,
|
|
1457
|
+
vf as Mic,
|
|
1458
|
+
qf as MicFill,
|
|
1459
|
+
Mf as MicMute,
|
|
1460
|
+
Uf as MicMuteFill,
|
|
1461
|
+
If as Microsoft,
|
|
1462
|
+
Gf as MicrosoftTeams,
|
|
1463
|
+
Of as Minecart,
|
|
1464
|
+
Xf as MinecartLoaded,
|
|
1465
|
+
Wf as Modem,
|
|
1466
|
+
Vf as ModemFill,
|
|
1467
|
+
Nf as Moisture,
|
|
1468
|
+
jf as Moon,
|
|
1469
|
+
_f as MoonFill,
|
|
1470
|
+
Jf as MoonStars,
|
|
1471
|
+
Qf as MoonStarsFill,
|
|
1472
|
+
zf as Mortarboard,
|
|
1473
|
+
Kf as MortarboardFill,
|
|
1474
|
+
Yf as Motherboard,
|
|
1475
|
+
Zf as MotherboardFill,
|
|
1476
|
+
$f as Mouse,
|
|
1477
|
+
lT as Mouse2,
|
|
1478
|
+
oT as Mouse2Fill,
|
|
1479
|
+
tT as Mouse3,
|
|
1480
|
+
nT as Mouse3Fill,
|
|
1481
|
+
eT as MouseFill,
|
|
1482
|
+
iT as MusicNote,
|
|
1483
|
+
sT as MusicNoteBeamed,
|
|
1484
|
+
cT as MusicNoteList,
|
|
1485
|
+
rT as MusicPlayer,
|
|
1486
|
+
aT as MusicPlayerFill,
|
|
1487
|
+
FT as Newspaper,
|
|
1488
|
+
dT as NintendoSwitch,
|
|
1489
|
+
uT as NodeMinus,
|
|
1490
|
+
CT as NodeMinusFill,
|
|
1491
|
+
pT as NodePlus,
|
|
1492
|
+
hT as NodePlusFill,
|
|
1493
|
+
ST as NoiseReduction,
|
|
1494
|
+
gT as Nut,
|
|
1495
|
+
kT as NutFill,
|
|
1496
|
+
mT as Nvidia,
|
|
1497
|
+
wT as Nvme,
|
|
1498
|
+
BT as NvmeFill,
|
|
1499
|
+
DT as Octagon,
|
|
1500
|
+
PT as OctagonFill,
|
|
1501
|
+
AT as OctagonHalf,
|
|
1502
|
+
ET as Opencollective,
|
|
1503
|
+
fT as OpticalAudio,
|
|
1504
|
+
TT as OpticalAudioFill,
|
|
1505
|
+
HT as Option,
|
|
1506
|
+
yT as Outlet,
|
|
1507
|
+
uH as PCircle,
|
|
1508
|
+
CH as PCircleFill,
|
|
1509
|
+
bx as PSquare,
|
|
1510
1510
|
Rx as PSquareFill,
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
$
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
$
|
|
1511
|
+
xT as PaintBucket,
|
|
1512
|
+
LT as PaintRoller,
|
|
1513
|
+
bT as PaintRollerFill,
|
|
1514
|
+
RT as Palette,
|
|
1515
|
+
vT as Palette2,
|
|
1516
|
+
qT as PaletteFill,
|
|
1517
|
+
MT as Paperclip,
|
|
1518
|
+
UT as Paragraph,
|
|
1519
|
+
IT as Pass,
|
|
1520
|
+
GT as PassFill,
|
|
1521
|
+
OT as Passport,
|
|
1522
|
+
XT as PassportFill,
|
|
1523
|
+
WT as PatchCheck,
|
|
1524
|
+
VT as PatchCheckFill,
|
|
1525
|
+
NT as PatchExclamation,
|
|
1526
|
+
jT as PatchExclamationFill,
|
|
1527
|
+
_T as PatchMinus,
|
|
1528
|
+
JT as PatchMinusFill,
|
|
1529
|
+
QT as PatchPlus,
|
|
1530
|
+
zT as PatchPlusFill,
|
|
1531
|
+
KT as PatchQuestion,
|
|
1532
|
+
YT as PatchQuestionFill,
|
|
1533
|
+
ZT as Pause,
|
|
1534
|
+
$T as PauseBtn,
|
|
1535
|
+
lH as PauseBtnFill,
|
|
1536
|
+
oH as PauseCircle,
|
|
1537
|
+
tH as PauseCircleFill,
|
|
1538
|
+
nH as PauseFill,
|
|
1539
|
+
eH as Paypal,
|
|
1540
|
+
iH as Pc,
|
|
1541
|
+
sH as PcDisplay,
|
|
1542
|
+
cH as PcDisplayHorizontal,
|
|
1543
|
+
rH as PcHorizontal,
|
|
1544
|
+
aH as PciCard,
|
|
1545
|
+
FH as PciCardNetwork,
|
|
1546
|
+
dH as PciCardSound,
|
|
1547
|
+
pH as Peace,
|
|
1548
|
+
hH as PeaceFill,
|
|
1549
|
+
SH as Pen,
|
|
1550
|
+
wH as PenFill,
|
|
1551
|
+
BH as PenOff,
|
|
1552
|
+
DH as PenOffFill,
|
|
1553
|
+
gH as Pencil,
|
|
1554
|
+
kH as PencilFill,
|
|
1555
|
+
mH as PencilSquare,
|
|
1556
|
+
PH as Pentagon,
|
|
1557
|
+
AH as PentagonFill,
|
|
1558
|
+
EH as PentagonHalf,
|
|
1559
|
+
fH as People,
|
|
1560
|
+
TH as PeopleFill,
|
|
1561
|
+
HH as Percent,
|
|
1562
|
+
yH as Person,
|
|
1563
|
+
xH as PersonAdd,
|
|
1564
|
+
LH as PersonArmsUp,
|
|
1565
|
+
bH as PersonBadge,
|
|
1566
|
+
RH as PersonBadgeFill,
|
|
1567
|
+
vH as PersonBoundingBox,
|
|
1568
|
+
qH as PersonCheck,
|
|
1569
|
+
MH as PersonCheckFill,
|
|
1570
|
+
UH as PersonCircle,
|
|
1571
|
+
IH as PersonDash,
|
|
1572
|
+
GH as PersonDashFill,
|
|
1573
|
+
OH as PersonDown,
|
|
1574
|
+
XH as PersonExclamation,
|
|
1575
|
+
WH as PersonFill,
|
|
1576
|
+
VH as PersonFillAdd,
|
|
1577
|
+
NH as PersonFillCheck,
|
|
1578
|
+
jH as PersonFillDash,
|
|
1579
|
+
_H as PersonFillDown,
|
|
1580
|
+
JH as PersonFillExclamation,
|
|
1581
|
+
QH as PersonFillGear,
|
|
1582
|
+
zH as PersonFillLock,
|
|
1583
|
+
KH as PersonFillSlash,
|
|
1584
|
+
YH as PersonFillUp,
|
|
1585
|
+
ZH as PersonFillX,
|
|
1586
|
+
$H as PersonGear,
|
|
1587
1587
|
ly as PersonHeart,
|
|
1588
1588
|
oy as PersonHearts,
|
|
1589
1589
|
ty as PersonLinesFill,
|
|
@@ -1609,15 +1609,15 @@ export {
|
|
|
1609
1609
|
Dy as PersonXFill,
|
|
1610
1610
|
Py as Phone,
|
|
1611
1611
|
Ay as PhoneFill,
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1612
|
+
Ey as PhoneFlip,
|
|
1613
|
+
fy as PhoneLandscape,
|
|
1614
|
+
Ty as PhoneLandscapeFill,
|
|
1615
|
+
Hy as PhoneVibrate,
|
|
1616
1616
|
yy as PhoneVibrateFill,
|
|
1617
1617
|
xy as PieChart,
|
|
1618
1618
|
Ly as PieChartFill,
|
|
1619
|
-
|
|
1620
|
-
|
|
1619
|
+
by as PiggyBank,
|
|
1620
|
+
Ry as PiggyBank2,
|
|
1621
1621
|
vy as PiggyBank2Check,
|
|
1622
1622
|
qy as PiggyBank2Coin,
|
|
1623
1623
|
My as PiggyBank2Exclamation,
|
|
@@ -1632,8 +1632,8 @@ export {
|
|
|
1632
1632
|
jy as PinMap,
|
|
1633
1633
|
_y as PinMapFill,
|
|
1634
1634
|
Jy as Pinterest,
|
|
1635
|
-
|
|
1636
|
-
|
|
1635
|
+
Qy as Pip,
|
|
1636
|
+
zy as PipFill,
|
|
1637
1637
|
Ky as Play,
|
|
1638
1638
|
Yy as PlayBtn,
|
|
1639
1639
|
Zy as PlayBtnFill,
|
|
@@ -1663,574 +1663,583 @@ export {
|
|
|
1663
1663
|
Dx as PostcardHeartFill,
|
|
1664
1664
|
Px as Power,
|
|
1665
1665
|
Ax as Prescription,
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1666
|
+
Ex as Prescription2,
|
|
1667
|
+
fx as Printer,
|
|
1668
|
+
Tx as PrinterFill,
|
|
1669
|
+
Hx as Projector,
|
|
1670
1670
|
yx as ProjectorFill,
|
|
1671
1671
|
xx as ProrataCalendar,
|
|
1672
|
-
|
|
1673
|
-
vx as
|
|
1674
|
-
qx as
|
|
1675
|
-
Mx as
|
|
1676
|
-
Ux as
|
|
1677
|
-
Ix as
|
|
1678
|
-
Gx as
|
|
1679
|
-
Ox as
|
|
1680
|
-
Xx as
|
|
1681
|
-
Wx as
|
|
1682
|
-
Vx as
|
|
1683
|
-
Nx as
|
|
1684
|
-
jx as
|
|
1685
|
-
_x as
|
|
1686
|
-
Jx as
|
|
1672
|
+
Lx as ProrataCalendarFill,
|
|
1673
|
+
vx as Puzzle,
|
|
1674
|
+
qx as PuzzleFill,
|
|
1675
|
+
Mx as QrCode,
|
|
1676
|
+
Ux as QrCodeScan,
|
|
1677
|
+
Ix as Question,
|
|
1678
|
+
Gx as QuestionCircle,
|
|
1679
|
+
Ox as QuestionCircleFill,
|
|
1680
|
+
Xx as QuestionDiamond,
|
|
1681
|
+
Wx as QuestionDiamondFill,
|
|
1682
|
+
Vx as QuestionLg,
|
|
1683
|
+
Nx as QuestionOctagon,
|
|
1684
|
+
jx as QuestionOctagonFill,
|
|
1685
|
+
_x as QuestionSquare,
|
|
1686
|
+
Jx as QuestionSquareFill,
|
|
1687
|
+
Qx as Quora,
|
|
1687
1688
|
zx as Quote,
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1689
|
+
$x as RCircle,
|
|
1690
|
+
l2 as RCircleFill,
|
|
1691
|
+
V2 as RSquare,
|
|
1692
|
+
N2 as RSquareFill,
|
|
1693
|
+
Kx as Radar,
|
|
1694
|
+
Yx as Radioactive,
|
|
1695
|
+
Zx as Rainbow,
|
|
1696
|
+
o2 as Receipt,
|
|
1697
|
+
t2 as Receipt2,
|
|
1698
|
+
n2 as ReceiptClock,
|
|
1699
|
+
e2 as ReceiptCutoff,
|
|
1700
|
+
i2 as ReceiptDraft,
|
|
1701
|
+
s2 as ReceiptOff2,
|
|
1702
|
+
c2 as ReceiptPdf,
|
|
1703
|
+
r2 as Reception0,
|
|
1704
|
+
a2 as Reception1,
|
|
1705
|
+
F2 as Reception2,
|
|
1706
|
+
d2 as Reception3,
|
|
1707
|
+
u2 as Reception4,
|
|
1708
|
+
C2 as Record,
|
|
1709
|
+
p2 as Record2,
|
|
1710
|
+
h2 as Record2Fill,
|
|
1711
|
+
S2 as RecordBtn,
|
|
1712
|
+
g2 as RecordBtnFill,
|
|
1713
|
+
k2 as RecordCircle,
|
|
1714
|
+
m2 as RecordCircleFill,
|
|
1715
|
+
w2 as RecordFill,
|
|
1716
|
+
B2 as Recycle,
|
|
1717
|
+
D2 as Reddit,
|
|
1718
|
+
P2 as Regex,
|
|
1719
|
+
A2 as Repeat,
|
|
1720
|
+
E2 as Repeat1,
|
|
1721
|
+
f2 as Reply,
|
|
1722
|
+
T2 as ReplyAll,
|
|
1723
|
+
H2 as ReplyAllFill,
|
|
1724
|
+
y2 as ReplyFill,
|
|
1725
|
+
x2 as Rewind,
|
|
1726
|
+
L2 as RewindBtn,
|
|
1727
|
+
b2 as RewindBtnFill,
|
|
1728
|
+
R2 as RewindCircle,
|
|
1729
|
+
v2 as RewindCircleFill,
|
|
1730
|
+
q2 as RewindFill,
|
|
1731
|
+
M2 as Robot,
|
|
1732
|
+
U2 as Rocket,
|
|
1733
|
+
I2 as RocketFill,
|
|
1734
|
+
G2 as RocketTakeoff,
|
|
1735
|
+
O2 as RocketTakeoffFill,
|
|
1736
|
+
X2 as Router,
|
|
1737
|
+
W2 as RouterFill,
|
|
1738
|
+
j2 as Rss,
|
|
1739
|
+
_2 as RssFill,
|
|
1740
|
+
J2 as Rulers,
|
|
1741
|
+
Q2 as Safe,
|
|
1742
|
+
z2 as Safe2,
|
|
1743
|
+
K2 as Safe2Fill,
|
|
1744
|
+
Y2 as SafeFill,
|
|
1745
|
+
Z2 as Save,
|
|
1746
|
+
$2 as Save2,
|
|
1747
|
+
lL as Save2Fill,
|
|
1748
|
+
oL as SaveFill,
|
|
1749
|
+
tL as Scissors,
|
|
1750
|
+
nL as Scooter,
|
|
1751
|
+
eL as Screwdriver,
|
|
1752
|
+
iL as SdCard,
|
|
1753
|
+
sL as SdCardFill,
|
|
1754
|
+
cL as Search,
|
|
1755
|
+
rL as SearchHeart,
|
|
1756
|
+
aL as SearchHeartFill,
|
|
1757
|
+
FL as SegmentedNav,
|
|
1758
|
+
dL as Send,
|
|
1759
|
+
uL as SendArrowDown,
|
|
1760
|
+
CL as SendArrowDownFill,
|
|
1761
|
+
pL as SendArrowUp,
|
|
1762
|
+
hL as SendArrowUpFill,
|
|
1763
|
+
SL as SendCheck,
|
|
1764
|
+
gL as SendCheckFill,
|
|
1765
|
+
kL as SendDash,
|
|
1766
|
+
mL as SendDashFill,
|
|
1767
|
+
wL as SendExclamation,
|
|
1768
|
+
BL as SendExclamationFill,
|
|
1769
|
+
DL as SendFill,
|
|
1770
|
+
PL as SendPlus,
|
|
1771
|
+
AL as SendPlusFill,
|
|
1772
|
+
EL as SendSlash,
|
|
1773
|
+
fL as SendSlashFill,
|
|
1774
|
+
TL as SendX,
|
|
1775
|
+
HL as SendXFill,
|
|
1776
|
+
yL as Server,
|
|
1777
|
+
xL as Shadows,
|
|
1778
|
+
LL as Share,
|
|
1779
|
+
bL as ShareFill,
|
|
1780
|
+
RL as Shelves,
|
|
1781
|
+
vL as Shield,
|
|
1782
|
+
qL as ShieldCheck,
|
|
1783
|
+
ML as ShieldExclamation,
|
|
1784
|
+
UL as ShieldFill,
|
|
1785
|
+
IL as ShieldFillCheck,
|
|
1786
|
+
GL as ShieldFillExclamation,
|
|
1787
|
+
OL as ShieldFillMinus,
|
|
1788
|
+
XL as ShieldFillPlus,
|
|
1789
|
+
WL as ShieldFillX,
|
|
1790
|
+
VL as ShieldLock,
|
|
1791
|
+
NL as ShieldLockFill,
|
|
1792
|
+
jL as ShieldMinus,
|
|
1793
|
+
_L as ShieldPlus,
|
|
1794
|
+
JL as ShieldShaded,
|
|
1795
|
+
QL as ShieldSlash,
|
|
1796
|
+
zL as ShieldSlashFill,
|
|
1797
|
+
KL as ShieldX,
|
|
1798
|
+
YL as Shift,
|
|
1799
|
+
ZL as ShiftFill,
|
|
1800
|
+
$L as Shop,
|
|
1801
|
+
lb as ShopWindow,
|
|
1802
|
+
ob as Shuffle,
|
|
1803
|
+
nb as SignDeadEnd,
|
|
1804
|
+
eb as SignDeadEndFill,
|
|
1805
|
+
ib as SignDoNotEnter,
|
|
1806
|
+
sb as SignDoNotEnterFill,
|
|
1807
|
+
cb as SignIntersection,
|
|
1808
|
+
rb as SignIntersectionFill,
|
|
1809
|
+
ab as SignIntersectionSide,
|
|
1810
|
+
Fb as SignIntersectionSideFill,
|
|
1811
|
+
db as SignIntersectionT,
|
|
1812
|
+
ub as SignIntersectionTFill,
|
|
1813
|
+
Cb as SignIntersectionY,
|
|
1814
|
+
pb as SignIntersectionYFill,
|
|
1815
|
+
hb as SignMergeLeft,
|
|
1816
|
+
Sb as SignMergeLeftFill,
|
|
1817
|
+
gb as SignMergeRight,
|
|
1818
|
+
kb as SignMergeRightFill,
|
|
1819
|
+
mb as SignNoLeftTurn,
|
|
1820
|
+
wb as SignNoLeftTurnFill,
|
|
1821
|
+
Bb as SignNoParking,
|
|
1822
|
+
Db as SignNoParkingFill,
|
|
1823
|
+
Pb as SignNoRightTurn,
|
|
1824
|
+
Ab as SignNoRightTurnFill,
|
|
1825
|
+
Lb as SignRailroad,
|
|
1826
|
+
bb as SignRailroadFill,
|
|
1827
|
+
Rb as SignStop,
|
|
1828
|
+
vb as SignStopFill,
|
|
1829
|
+
qb as SignStopLights,
|
|
1830
|
+
Mb as SignStopLightsFill,
|
|
1831
|
+
Ub as SignTurnLeft,
|
|
1832
|
+
Ib as SignTurnLeftFill,
|
|
1833
|
+
Gb as SignTurnRight,
|
|
1834
|
+
Ob as SignTurnRightFill,
|
|
1835
|
+
Xb as SignTurnSlightLeft,
|
|
1836
|
+
Wb as SignTurnSlightLeftFill,
|
|
1837
|
+
Vb as SignTurnSlightRight,
|
|
1838
|
+
Nb as SignTurnSlightRightFill,
|
|
1839
|
+
jb as SignYield,
|
|
1840
|
+
_b as SignYieldFill,
|
|
1841
|
+
tb as Signal,
|
|
1842
|
+
Eb as Signpost,
|
|
1843
|
+
fb as Signpost2,
|
|
1844
|
+
Tb as Signpost2Fill,
|
|
1845
|
+
Hb as SignpostFill,
|
|
1846
|
+
yb as SignpostSplit,
|
|
1847
|
+
xb as SignpostSplitFill,
|
|
1848
|
+
Jb as Sim,
|
|
1849
|
+
Qb as SimFill,
|
|
1850
|
+
zb as SimSlash,
|
|
1851
|
+
Kb as SimSlashFill,
|
|
1852
|
+
Yb as SinaWeibo,
|
|
1853
|
+
Zb as SkipBackward,
|
|
1854
|
+
$b as SkipBackwardBtn,
|
|
1855
|
+
lR as SkipBackwardBtnFill,
|
|
1856
|
+
oR as SkipBackwardCircle,
|
|
1857
|
+
tR as SkipBackwardCircleFill,
|
|
1858
|
+
nR as SkipBackwardFill,
|
|
1859
|
+
eR as SkipEnd,
|
|
1860
|
+
iR as SkipEndBtn,
|
|
1861
|
+
sR as SkipEndBtnFill,
|
|
1862
|
+
cR as SkipEndCircle,
|
|
1863
|
+
rR as SkipEndCircleFill,
|
|
1864
|
+
aR as SkipEndFill,
|
|
1865
|
+
FR as SkipForward,
|
|
1866
|
+
dR as SkipForwardBtn,
|
|
1867
|
+
uR as SkipForwardBtnFill,
|
|
1868
|
+
CR as SkipForwardCircle,
|
|
1869
|
+
pR as SkipForwardCircleFill,
|
|
1870
|
+
hR as SkipForwardFill,
|
|
1871
|
+
SR as SkipStart,
|
|
1872
|
+
gR as SkipStartBtn,
|
|
1873
|
+
kR as SkipStartBtnFill,
|
|
1874
|
+
mR as SkipStartCircle,
|
|
1875
|
+
wR as SkipStartCircleFill,
|
|
1876
|
+
BR as SkipStartFill,
|
|
1877
|
+
DR as Skype,
|
|
1878
|
+
PR as Slack,
|
|
1879
|
+
AR as Slash,
|
|
1880
|
+
ER as SlashCircle,
|
|
1881
|
+
fR as SlashCircleFill,
|
|
1882
|
+
TR as SlashCircleFillV2,
|
|
1883
|
+
HR as SlashCircleV2,
|
|
1884
|
+
yR as SlashLg,
|
|
1885
|
+
xR as SlashSquare,
|
|
1886
|
+
LR as SlashSquareFill,
|
|
1887
|
+
bR as SlashSquareFillV2,
|
|
1888
|
+
RR as SlashSquareV2,
|
|
1889
|
+
vR as Sliders,
|
|
1890
|
+
qR as Sliders2,
|
|
1891
|
+
MR as Sliders2Vertical,
|
|
1892
|
+
UR as Smartwatch,
|
|
1893
|
+
IR as Snapchat,
|
|
1894
|
+
GR as Snow,
|
|
1895
|
+
OR as Snow2,
|
|
1896
|
+
XR as Snow3,
|
|
1897
|
+
WR as SortAlphaDown,
|
|
1898
|
+
VR as SortAlphaDownAlt,
|
|
1899
|
+
NR as SortAlphaUp,
|
|
1900
|
+
jR as SortAlphaUpAlt,
|
|
1901
|
+
_R as SortDown,
|
|
1902
|
+
JR as SortDownAlt,
|
|
1903
|
+
QR as SortNumericDown,
|
|
1904
|
+
zR as SortNumericDownAlt,
|
|
1905
|
+
KR as SortNumericUp,
|
|
1906
|
+
YR as SortNumericUpAlt,
|
|
1907
|
+
ZR as SortUp,
|
|
1908
|
+
$R as SortUpAlt,
|
|
1909
|
+
lv as Soundwave,
|
|
1910
|
+
ov as Sourceforge,
|
|
1911
|
+
tv as Speaker,
|
|
1912
|
+
nv as SpeakerFill,
|
|
1913
|
+
ev as Speedometer,
|
|
1914
|
+
iv as Speedometer2,
|
|
1915
|
+
sv as Spellcheck,
|
|
1916
|
+
cv as Spotify,
|
|
1917
|
+
rv as Square,
|
|
1918
|
+
av as SquareFill,
|
|
1919
|
+
Fv as SquareHalf,
|
|
1920
|
+
dv as Squircle,
|
|
1921
|
+
uv as SquircleArrowBottom,
|
|
1922
|
+
Cv as SquircleArrowBottomFill,
|
|
1923
|
+
pv as SquircleArrowLeft,
|
|
1924
|
+
hv as SquircleArrowLeftFill,
|
|
1925
|
+
Sv as SquircleArrowRight,
|
|
1926
|
+
gv as SquircleArrowRightFill,
|
|
1927
|
+
kv as SquircleArrowTop,
|
|
1928
|
+
mv as SquircleArrowTopFill,
|
|
1929
|
+
wv as SquircleCheck,
|
|
1930
|
+
Bv as SquircleCheckAll,
|
|
1931
|
+
Dv as SquircleCheckAllFill,
|
|
1932
|
+
Pv as SquircleCheckFill,
|
|
1933
|
+
Av as SquircleClock,
|
|
1934
|
+
Ev as SquircleClockFill,
|
|
1934
1935
|
fv as SquircleCore,
|
|
1935
|
-
|
|
1936
|
+
Tv as SquircleCore2NdHalf,
|
|
1936
1937
|
Hv as SquircleCoreHalf,
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1938
|
+
yv as SquircleDraft,
|
|
1939
|
+
xv as SquircleExclamation,
|
|
1940
|
+
Lv as SquircleExclamationFill,
|
|
1941
|
+
bv as SquircleFill,
|
|
1941
1942
|
Rv as SquircleInfo,
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1943
|
+
vv as SquircleInfoFill,
|
|
1944
|
+
qv as SquircleLink,
|
|
1945
|
+
Mv as SquircleLinkFill,
|
|
1946
|
+
Uv as SquircleOff,
|
|
1947
|
+
Iv as SquircleOffFill,
|
|
1948
|
+
Gv as SquircleX,
|
|
1949
|
+
Ov as SquircleXFill,
|
|
1950
|
+
Xv as Stack,
|
|
1951
|
+
Wv as StackOverflow,
|
|
1952
|
+
Vv as Star,
|
|
1953
|
+
Nv as StarFill,
|
|
1954
|
+
jv as StarHalf,
|
|
1955
|
+
_v as Stars,
|
|
1956
|
+
Jv as Steam,
|
|
1957
|
+
Qv as Stickies,
|
|
1957
1958
|
zv as StickiesFill,
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1959
|
+
Kv as Sticky,
|
|
1960
|
+
Yv as StickyFill,
|
|
1961
|
+
Zv as Stop,
|
|
1962
|
+
$v as StopBtn,
|
|
1963
|
+
lq as StopBtnFill,
|
|
1964
|
+
oq as StopCircle,
|
|
1965
|
+
tq as StopCircleFill,
|
|
1966
|
+
nq as StopFill,
|
|
1967
|
+
eq as Stoplights,
|
|
1968
|
+
iq as StoplightsFill,
|
|
1969
|
+
sq as Stopwatch,
|
|
1970
|
+
cq as StopwatchFill,
|
|
1971
|
+
rq as Strava,
|
|
1972
|
+
aq as Stripe,
|
|
1973
|
+
Fq as Subscript,
|
|
1974
|
+
dq as Substack,
|
|
1975
|
+
uq as Subtract,
|
|
1976
|
+
mq as SuitClub,
|
|
1977
|
+
wq as SuitClubFill,
|
|
1978
|
+
Bq as SuitDiamond,
|
|
1979
|
+
Dq as SuitDiamondFill,
|
|
1980
|
+
Pq as SuitHeart,
|
|
1981
|
+
Aq as SuitHeartFill,
|
|
1982
|
+
Eq as SuitSpade,
|
|
1982
1983
|
fq as SuitSpadeFill,
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1984
|
+
Cq as Suitcase,
|
|
1985
|
+
pq as Suitcase2,
|
|
1986
|
+
hq as Suitcase2Fill,
|
|
1987
|
+
Sq as SuitcaseFill,
|
|
1988
|
+
gq as SuitcaseLg,
|
|
1989
|
+
kq as SuitcaseLgFill,
|
|
1990
|
+
Tq as Sun,
|
|
1990
1991
|
Hq as SunFill,
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1992
|
+
yq as Sunglasses,
|
|
1993
|
+
xq as Sunrise,
|
|
1994
|
+
Lq as SunriseFill,
|
|
1995
|
+
bq as Sunset,
|
|
1995
1996
|
Rq as SunsetFill,
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
1997
|
+
vq as Superscript,
|
|
1998
|
+
qq as SymmetryHorizontal,
|
|
1999
|
+
Mq as SymmetryVertical,
|
|
2000
|
+
Uq as Table,
|
|
2001
|
+
Iq as Tablet,
|
|
2002
|
+
Gq as TabletFill,
|
|
2003
|
+
Oq as TabletLandscape,
|
|
2004
|
+
Xq as TabletLandscapeFill,
|
|
2005
|
+
Wq as Tag,
|
|
2006
|
+
Vq as TagFill,
|
|
2007
|
+
Nq as Tags,
|
|
2008
|
+
jq as TagsFill,
|
|
2009
|
+
_q as TaxiFront,
|
|
2010
|
+
Jq as TaxiFrontFill,
|
|
2011
|
+
Qq as Telegram,
|
|
2011
2012
|
zq as Telephone,
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2013
|
+
Kq as TelephoneFill,
|
|
2014
|
+
Yq as TelephoneForward,
|
|
2015
|
+
Zq as TelephoneForwardFill,
|
|
2016
|
+
$q as TelephoneInbound,
|
|
2017
|
+
lM as TelephoneInboundFill,
|
|
2018
|
+
oM as TelephoneMinus,
|
|
2019
|
+
tM as TelephoneMinusFill,
|
|
2020
|
+
nM as TelephoneOutbound,
|
|
2021
|
+
eM as TelephoneOutboundFill,
|
|
2022
|
+
iM as TelephonePlus,
|
|
2023
|
+
sM as TelephonePlusFill,
|
|
2024
|
+
cM as TelephoneX,
|
|
2025
|
+
rM as TelephoneXFill,
|
|
2026
|
+
aM as TencentQq,
|
|
2027
|
+
FM as Terminal,
|
|
2028
|
+
dM as TerminalDash,
|
|
2029
|
+
uM as TerminalFill,
|
|
2030
|
+
CM as TerminalPlus,
|
|
2031
|
+
pM as TerminalSplit,
|
|
2032
|
+
hM as TerminalX,
|
|
2033
|
+
SM as TestPipe,
|
|
2034
|
+
gM as TestPipeFill,
|
|
2035
|
+
BM as TextCenter,
|
|
2036
|
+
DM as TextIndentLeft,
|
|
2037
|
+
PM as TextIndentRight,
|
|
2038
|
+
AM as TextLeft,
|
|
2039
|
+
EM as TextParagraph,
|
|
2039
2040
|
fM as TextRight,
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2041
|
+
TM as TextWrap,
|
|
2042
|
+
kM as Textarea,
|
|
2043
|
+
mM as TextareaResize,
|
|
2044
|
+
wM as TextareaT,
|
|
2044
2045
|
HM as Thermometer,
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2046
|
+
yM as ThermometerFire3,
|
|
2047
|
+
xM as ThermometerHalf,
|
|
2048
|
+
LM as ThermometerHigh,
|
|
2049
|
+
bM as ThermometerLow,
|
|
2049
2050
|
RM as ThermometerSnow,
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2051
|
+
vM as ThermometerSun,
|
|
2052
|
+
qM as Threads,
|
|
2053
|
+
MM as ThreadsFill,
|
|
2054
|
+
UM as ThreeDots,
|
|
2055
|
+
IM as ThreeDotsVertical,
|
|
2056
|
+
GM as Thunderbolt,
|
|
2057
|
+
OM as ThunderboltFill,
|
|
2058
|
+
XM as Ticket,
|
|
2059
|
+
WM as TicketDetailed,
|
|
2060
|
+
VM as TicketDetailedFill,
|
|
2061
|
+
NM as TicketFill,
|
|
2062
|
+
jM as TicketPerforated,
|
|
2063
|
+
_M as TicketPerforatedFill,
|
|
2064
|
+
JM as Tiktok,
|
|
2065
|
+
QM as Toggle2Off,
|
|
2065
2066
|
zM as Toggle2On,
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
fU as
|
|
2097
|
-
|
|
2098
|
-
HU as
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
RU as
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
zU as
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
fI as
|
|
2151
|
-
|
|
2152
|
-
HI as
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
RI as
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
zI as
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
fG as
|
|
2205
|
-
|
|
2206
|
-
HG as
|
|
2207
|
-
|
|
2208
|
-
xG as
|
|
2209
|
-
LG as
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
VG as
|
|
2222
|
-
NG as
|
|
2223
|
-
jG as
|
|
2224
|
-
_G as
|
|
2225
|
-
JG as
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
|
|
2067
|
+
KM as ToggleOff,
|
|
2068
|
+
YM as ToggleOn,
|
|
2069
|
+
ZM as Toggles,
|
|
2070
|
+
$M as Toggles2,
|
|
2071
|
+
lU as Tools,
|
|
2072
|
+
oU as Tornado,
|
|
2073
|
+
tU as TrainFreightFront,
|
|
2074
|
+
nU as TrainFreightFrontFill,
|
|
2075
|
+
eU as TrainFront,
|
|
2076
|
+
iU as TrainFrontFill,
|
|
2077
|
+
sU as TrainLightrailFront,
|
|
2078
|
+
cU as TrainLightrailFrontFill,
|
|
2079
|
+
rU as Translate,
|
|
2080
|
+
aU as Transparency,
|
|
2081
|
+
FU as Trash,
|
|
2082
|
+
dU as Trash2,
|
|
2083
|
+
uU as Trash2Fill,
|
|
2084
|
+
CU as Trash3,
|
|
2085
|
+
pU as Trash3Fill,
|
|
2086
|
+
hU as Trash3Off,
|
|
2087
|
+
SU as Trash3OffFill,
|
|
2088
|
+
gU as TrashFill,
|
|
2089
|
+
kU as Tree,
|
|
2090
|
+
mU as TreeFill,
|
|
2091
|
+
wU as Trello,
|
|
2092
|
+
BU as Triangle,
|
|
2093
|
+
DU as Triangle2,
|
|
2094
|
+
PU as Triangle2ArrowDown,
|
|
2095
|
+
AU as Triangle2ArrowDownFill,
|
|
2096
|
+
EU as Triangle2ArrowIn,
|
|
2097
|
+
fU as Triangle2ArrowOut,
|
|
2098
|
+
TU as Triangle2Check,
|
|
2099
|
+
HU as Triangle2CheckFill,
|
|
2100
|
+
yU as Triangle2Dashed,
|
|
2101
|
+
xU as Triangle2Destroyed,
|
|
2102
|
+
LU as Triangle2DestroyedFill,
|
|
2103
|
+
bU as Triangle2Exclamation,
|
|
2104
|
+
RU as Triangle2ExclamationFill,
|
|
2105
|
+
vU as Triangle2Fill,
|
|
2106
|
+
qU as Triangle2Heavy,
|
|
2107
|
+
MU as Triangle2Plus,
|
|
2108
|
+
UU as Triangle2PlusFill,
|
|
2109
|
+
IU as Triangle2Question,
|
|
2110
|
+
GU as Triangle2QuestionFill,
|
|
2111
|
+
OU as Triangle2Shadows,
|
|
2112
|
+
XU as Triangle2Strips,
|
|
2113
|
+
WU as Triangle2StripsFill,
|
|
2114
|
+
VU as Triangle2X,
|
|
2115
|
+
NU as Triangle2XFill,
|
|
2116
|
+
jU as TriangleFill,
|
|
2117
|
+
_U as TriangleHalf,
|
|
2118
|
+
JU as Trophy,
|
|
2119
|
+
QU as TrophyFill,
|
|
2120
|
+
zU as TropicalStorm,
|
|
2121
|
+
KU as Truck,
|
|
2122
|
+
YU as TruckFlatbed,
|
|
2123
|
+
ZU as TruckFront,
|
|
2124
|
+
$U as TruckFrontFill,
|
|
2125
|
+
lI as Tsunami,
|
|
2126
|
+
oI as Tv,
|
|
2127
|
+
tI as TvFill,
|
|
2128
|
+
nI as Twitch,
|
|
2129
|
+
eI as Twitter,
|
|
2130
|
+
iI as TwitterX,
|
|
2131
|
+
sI as Type,
|
|
2132
|
+
cI as TypeBold,
|
|
2133
|
+
rI as TypeH1,
|
|
2134
|
+
aI as TypeH2,
|
|
2135
|
+
FI as TypeH3,
|
|
2136
|
+
dI as TypeH4,
|
|
2137
|
+
uI as TypeH5,
|
|
2138
|
+
CI as TypeH6,
|
|
2139
|
+
pI as TypeItalic,
|
|
2140
|
+
hI as TypeStrikethrough,
|
|
2141
|
+
SI as TypeUnderline,
|
|
2142
|
+
gI as Ubuntu,
|
|
2143
|
+
kI as UiChecks,
|
|
2144
|
+
mI as UiChecksGrid,
|
|
2145
|
+
wI as UiRadios,
|
|
2146
|
+
BI as UiRadiosGrid,
|
|
2147
|
+
DI as Umbrella,
|
|
2148
|
+
PI as UmbrellaFill,
|
|
2149
|
+
AI as Unindent,
|
|
2150
|
+
EI as Union,
|
|
2151
|
+
fI as UnitLayout,
|
|
2152
|
+
TI as UnitTemplate,
|
|
2153
|
+
HI as Unity,
|
|
2154
|
+
yI as UniversalAccess,
|
|
2155
|
+
xI as UniversalAccessCircle,
|
|
2156
|
+
LI as Unlock,
|
|
2157
|
+
bI as UnlockFill,
|
|
2158
|
+
RI as Upc,
|
|
2159
|
+
vI as UpcScan,
|
|
2160
|
+
qI as Upload,
|
|
2161
|
+
MI as Usb,
|
|
2162
|
+
UI as UsbC,
|
|
2163
|
+
II as UsbCFill,
|
|
2164
|
+
GI as UsbDrive,
|
|
2165
|
+
OI as UsbDriveFill,
|
|
2166
|
+
XI as UsbFill,
|
|
2167
|
+
WI as UsbMicro,
|
|
2168
|
+
VI as UsbMicroFill,
|
|
2169
|
+
NI as UsbMini,
|
|
2170
|
+
jI as UsbMiniFill,
|
|
2171
|
+
_I as UsbPlug,
|
|
2172
|
+
JI as UsbPlugFill,
|
|
2173
|
+
QI as UsbSymbol,
|
|
2174
|
+
zI as Valentine,
|
|
2175
|
+
KI as Valentine2,
|
|
2176
|
+
YI as VectorPen,
|
|
2177
|
+
ZI as ViewList,
|
|
2178
|
+
$I as ViewStacked,
|
|
2179
|
+
lG as Vignette,
|
|
2180
|
+
oG as Vimeo,
|
|
2181
|
+
tG as Vinyl,
|
|
2182
|
+
nG as VinylFill,
|
|
2183
|
+
eG as Virus,
|
|
2184
|
+
iG as Virus2,
|
|
2185
|
+
sG as Voicemail,
|
|
2186
|
+
cG as VolumeDown,
|
|
2187
|
+
rG as VolumeDownFill,
|
|
2188
|
+
aG as VolumeMute,
|
|
2189
|
+
FG as VolumeMuteFill,
|
|
2190
|
+
dG as VolumeOff,
|
|
2191
|
+
uG as VolumeOffFill,
|
|
2192
|
+
CG as VolumeUp,
|
|
2193
|
+
pG as VolumeUpFill,
|
|
2194
|
+
hG as Vr,
|
|
2195
|
+
SG as Wallet,
|
|
2196
|
+
gG as Wallet2,
|
|
2197
|
+
kG as WalletFill,
|
|
2198
|
+
mG as Watch,
|
|
2199
|
+
wG as Water,
|
|
2200
|
+
BG as Webcam,
|
|
2201
|
+
DG as WebcamFill,
|
|
2202
|
+
PG as Wechat,
|
|
2203
|
+
AG as Whatsapp,
|
|
2204
|
+
EG as Wifi,
|
|
2205
|
+
fG as Wifi1,
|
|
2206
|
+
TG as Wifi2,
|
|
2207
|
+
HG as WifiOff,
|
|
2208
|
+
yG as Wikipedia,
|
|
2209
|
+
xG as Wind,
|
|
2210
|
+
LG as Window,
|
|
2211
|
+
bG as WindowBootstrap,
|
|
2212
|
+
RG as WindowDash,
|
|
2213
|
+
vG as WindowDesktop,
|
|
2214
|
+
qG as WindowDock,
|
|
2215
|
+
MG as WindowFullscreen,
|
|
2216
|
+
UG as WindowPlus,
|
|
2217
|
+
GG as WindowSidebar,
|
|
2218
|
+
OG as WindowSplit,
|
|
2219
|
+
XG as WindowStack,
|
|
2220
|
+
WG as WindowX,
|
|
2221
|
+
IG as Windows,
|
|
2222
|
+
VG as Wordpress,
|
|
2223
|
+
NG as Wrench,
|
|
2224
|
+
jG as WrenchAdjustable,
|
|
2225
|
+
_G as WrenchAdjustableCircle,
|
|
2226
|
+
JG as WrenchAdjustableCircleFill,
|
|
2227
|
+
QG as X,
|
|
2228
|
+
KG as XCircle,
|
|
2229
|
+
YG as XCircleFill,
|
|
2230
|
+
ZG as XDiamond,
|
|
2231
|
+
$G as XDiamondFill,
|
|
2232
|
+
lO as XLg,
|
|
2233
|
+
oO as XOctagon,
|
|
2234
|
+
tO as XOctagonFill,
|
|
2235
|
+
nO as XSquare,
|
|
2236
|
+
eO as XSquareFill,
|
|
2237
|
+
zG as Xbox,
|
|
2238
|
+
iO as Yelp,
|
|
2239
|
+
sO as YinYang,
|
|
2240
|
+
cO as Youtube,
|
|
2241
|
+
rO as ZoomIn,
|
|
2242
|
+
aO as ZoomOut,
|
|
2234
2243
|
e as _0Circle,
|
|
2235
2244
|
i as _0CircleFill,
|
|
2236
2245
|
s as _0Square,
|
|
@@ -2252,15 +2261,15 @@ export {
|
|
|
2252
2261
|
D as _4CircleFill,
|
|
2253
2262
|
P as _4Square,
|
|
2254
2263
|
A as _4SquareFill,
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2264
|
+
E as _5Circle,
|
|
2265
|
+
f as _5CircleFill,
|
|
2266
|
+
T as _5Square,
|
|
2267
|
+
H as _5SquareFill,
|
|
2259
2268
|
y as _6Circle,
|
|
2260
2269
|
x as _6CircleFill,
|
|
2261
2270
|
L as _6Square,
|
|
2262
|
-
|
|
2263
|
-
|
|
2271
|
+
b as _6SquareFill,
|
|
2272
|
+
R as _7Circle,
|
|
2264
2273
|
v as _7CircleFill,
|
|
2265
2274
|
q as _7Square,
|
|
2266
2275
|
M as _7SquareFill,
|