@ubloimmo/uikit 1.6.2 → 1.7.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.js +1 -1
- package/dist/components/Button/Button.styles.js +1 -1
- package/dist/components/Calendar/Calendar.component.js +1 -1
- package/dist/components/Calendar/Calendar.styles.js +1 -1
- package/dist/components/Calendar/Calendar.utils.js +1 -1
- package/dist/components/Calendar/components/CalendarFooter.component.js +1 -1
- package/dist/components/Calendar/components/CalendarNav.component.js +1 -1
- package/dist/components/Callout/Callout.component.js +1 -1
- package/dist/components/Callout/Callout.styles.js +1 -1
- package/dist/components/Callout/components/CalloutIcon.component.js +1 -1
- package/dist/components/Checkbox/Checkbox.component.js +1 -1
- package/dist/components/Checkbox/Checkbox.styles.js +1 -1
- package/dist/components/Chip/Chip.component.js +1 -1
- package/dist/components/Chip/Chip.styles.js +1 -1
- package/dist/components/ComboBox/ComboBox.component.js +1 -1
- package/dist/components/ComboBoxButton/ComboBoxButton.component.js +1 -1
- package/dist/components/ComboBoxButton/ComboBoxButton.styles.js +1 -1
- package/dist/components/ContextInfoCard/ContextInfoCard.component.js +1 -1
- package/dist/components/ContextInfoCard/ContextInfoCard.styles.js +1 -1
- package/dist/components/ContextLine/ContextLine.component.js +1 -1
- package/dist/components/ContextLine/ContextLine.styles.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.component.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.styles.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuArrow/ContextMenuArrow.component.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuArrow/ContextMenuArrow.styles.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuItem/ContextMenuItem.component.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuItem/ContextMenuItem.styles.js +1 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.component.js +1 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.styles.js +1 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.utils.js +1 -1
- package/dist/components/Dialog/Dialog.component.js +1 -1
- package/dist/components/Dialog/Dialog.context.js +1 -1
- package/dist/components/Dialog/Dialog.styles.js +1 -1
- package/dist/components/Divider/Divider.component.js +1 -1
- package/dist/components/Divider/Divider.styles.js +1 -1
- package/dist/components/EmptyStateCard/EmptyStateCard.component.d.ts +16 -0
- package/dist/components/EmptyStateCard/EmptyStateCard.component.js +97 -0
- package/dist/components/EmptyStateCard/EmptyStateCard.styles.d.ts +3 -0
- package/dist/components/EmptyStateCard/EmptyStateCard.styles.js +18 -0
- package/dist/components/EmptyStateCard/EmptyStateCard.types.d.ts +48 -0
- package/dist/components/EmptyStateCard/EmptyStateCard.utils.d.ts +1 -0
- package/dist/components/EmptyStateCard/assets/EmptyBox.asset.d.ts +11 -0
- package/dist/components/EmptyStateCard/assets/EmptyBox.asset.js +377 -0
- package/dist/components/EmptyStateCard/assets/TaskSleepingCat.asset.d.ts +3 -0
- package/dist/components/EmptyStateCard/assets/TaskSleepingCat.asset.js +345 -0
- package/dist/components/EmptyStateCard/assets/assets.defaults.d.ts +3 -0
- package/dist/components/EmptyStateCard/assets/assets.defaults.js +15 -0
- package/dist/components/EmptyStateCard/assets/assets.types.d.ts +23 -0
- package/dist/components/EmptyStateCard/assets/index.d.ts +2 -0
- package/dist/components/EmptyStateCard/assets/index.js +14 -0
- package/dist/components/EmptyStateCard/index.d.ts +2 -0
- 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.js +1 -1
- package/dist/components/Form/Form.context.js +1 -1
- package/dist/components/Form/Form.format.js +1 -1
- package/dist/components/Form/Form.styles.js +1 -1
- package/dist/components/Form/Form.utils.js +1 -1
- package/dist/components/Form/components/FieldSkeleton.component.js +1 -1
- package/dist/components/Form/components/FormCustomContent.component.js +1 -1
- package/dist/components/Form/components/FormCustomField.component.js +1 -1
- package/dist/components/Form/components/FormDebug.component.js +1 -1
- package/dist/components/Form/components/FormDivider.component.js +1 -1
- package/dist/components/Form/components/FormEditBanner.component.js +1 -1
- package/dist/components/Form/components/FormEditButton.component.js +1 -1
- package/dist/components/Form/components/FormFeatureSwitch.component.js +1 -1
- package/dist/components/Form/components/FormField.component.js +1 -1
- package/dist/components/Form/components/FormFieldDisplay.component.js +1 -1
- package/dist/components/Form/components/FormFieldGridItem.component.js +1 -1
- package/dist/components/Form/components/FormFieldRenderer.component.js +1 -1
- package/dist/components/Form/components/FormHeader.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTable.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableCellControls.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableCustomFieldCell.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableCell/FormTableFieldCell.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableEmptyState.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooter.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooterButton.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableFooter/FormTableFooterSelect.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableHeader/FormTableHeader.component.js +1 -1
- package/dist/components/Form/components/FormTable/FormTableRow.component.js +1 -1
- package/dist/components/Form/components/FormText.component.js +1 -1
- package/dist/components/Heading/Heading.component.js +1 -1
- package/dist/components/Hypertext/Hypertext.component.js +1 -1
- package/dist/components/Hypertext/Hypertext.styles.js +1 -1
- package/dist/components/Icon/Icon.component.js +1 -1
- package/dist/components/Icon/Icon.styles.js +1 -1
- package/dist/components/Icon/Icon.utils.js +29 -5
- 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/CheckSquareFillBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarContract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronContract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Check.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2CheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Data.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2DataFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Minus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2MinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Plus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2PlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Pulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2PulseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2X.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2XFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardData.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardDataFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClockHistory.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cloud.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDownload.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDownloadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDrizzle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDrizzleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFogFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHail.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHailFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHazeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightning.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningRain.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningRainFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMoon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMoonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRain.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainHeavy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainHeavyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSleet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSleetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSnow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSnowFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSun.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSunFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudUpload.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudUploadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clouds.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cloudy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Code.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CodeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CodeSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Coin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Collection.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionPlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionPlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Columns.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ColumnsGap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Command.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Compass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CompassFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cone.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ConeStriped.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Controller.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cookie.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Copy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cpu.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CpuFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2Back.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2BackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2Front.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2FrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crosshair.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crosshair2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cup.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupHot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupHotFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupStraw.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyBitcoin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyDollar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyEuro.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyExchange.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyPound.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyRupee.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyYen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cursor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CursorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CursorText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircleDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquareDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Database.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceHdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceHddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceSsd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceSsdFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiamondHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice1Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice4Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice5.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice5Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice6.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice6Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Disc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiscFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Discord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Display.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DisplayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Displayport.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DisplayportFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DistributeHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DistributeVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorClosed.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorClosedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorOpen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorOpenFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Download.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dpad.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DpadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dribbble.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dropbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Droplet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DropletFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DropletHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Duffle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DuffleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EarFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Earbuds.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Egg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EggFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EggFried.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eject.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EjectFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAngry.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAngryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAstonished.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAstonishedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiDizzy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiDizzyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiExpressionless.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiExpressionlessFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiFrown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiFrownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrimace.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrimaceFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrinFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiHeartEyes.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiHeartEyesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiKiss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiKissFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiLaughing.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiLaughingFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiNeutral.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiNeutralFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmile.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileUpsideDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileUpsideDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSunglasses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSunglassesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSurprise.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSurpriseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiTear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiTearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiWink.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiWinkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Envelope.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeAt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeAtFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaper.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eraser.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EraserFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Escape.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ethernet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvStation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvStationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationDiamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationDiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationOctagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationOctagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationTriangle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationTriangleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exclude.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Explicit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExplicitFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exposure.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eye.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eyedropper.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eyeglasses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Facebook.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fan.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Feather.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Feather2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/File.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBarGraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBarGraphFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBinary.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBinaryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCodeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileDiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileDiffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBarGraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBarGraphFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBinary.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBinaryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCodeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkDiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkDiffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkEasel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkEaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkExcel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkExcelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFont.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkImage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMedical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMedicalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMusic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMusicFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPdfFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPerson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPersonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPost.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPostFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPptFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRichtext.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRichtextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRuled.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRuledFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSlides.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSlidesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSpreadsheet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSpreadsheetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkWord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkWordFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkZip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkZipFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEasel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileExcel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileExcelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFont.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileImage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMedical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMedicalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMusic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMusicFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePdfFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePerson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePersonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePost.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePostFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePptFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRichtext.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRichtextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRuled.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRuledFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSlides.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSlidesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSpreadsheet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSpreadsheetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileWord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileWordFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileZip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileZipFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Files.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilesAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeAac.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeAi.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeBmp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCs.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCsv.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeDoc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeDocx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeExe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeGif.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeHeic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeHtml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJava.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJpg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJs.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeKey.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeM4P.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMdx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMov.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMp3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMp4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeOtf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePhp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePng.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePptx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePsd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeRaw.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeRb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeScss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSh.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSql.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSvg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTtf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTxt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeWav.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeWoff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXls.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXlsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeYml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Film.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Filter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fingerprint.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FireBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FlagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FloppyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder2Open.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderSymlink.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderSymlinkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fonts.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Forward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Front.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPump.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpDiesel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpDieselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fullscreen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FullscreenExit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Funnel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FunnelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearWide.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearWideConnected.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gem.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderAmbiguous.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderFemale.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderMale.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderNeuter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderTrans.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Geo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoAltFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gift.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GiftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Git.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Github.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gitlab.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Globe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Globe2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeAmericas.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeAsiaAustralia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeCentralSouthAsia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeEuropeAfrica.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Google.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GooglePlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GpuCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphDownArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphUpArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid1X2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid1X2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2Gap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2GapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3Gap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3GapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GridFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GripHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GripVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hammer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndex.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexThumb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexThumbFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Handbag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandbagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddNetwork.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddNetworkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddRack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddRackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddStack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddStackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hdmi.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HdmiFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Headphones.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Headset.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeadsetVr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartPulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartPulseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heartbreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartbreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hearts.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heptagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeptagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeptagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hexagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HexagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HexagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Highlighter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Highlights.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hospital.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HospitalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hourglass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassBottom.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassTop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/House.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseAddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDoor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDoorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseGearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Houses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HousesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hurricane.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hypnotize.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Image.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ImageAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Images.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Inbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InboxFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Inboxes.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InboxesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Incognito.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Indent.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfinityBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Info.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InputCursor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InputCursorText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Instagram.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Intersect.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/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.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/CalendarGraph.icon.js +57 -0
- package/dist/components/Icon/__generated__/custom/CatRobot.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CatRobot2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CatRobot2Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CatRobotOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CheckSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Circle2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CircleCore.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CircleCore2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CircleCoreHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CircleDashed.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Coins.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsIn.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsLink.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsOut.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CoinsRisk.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConeStriped2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConeStripedFill2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Convexe.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCheckAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCheckAllFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeClock.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeClockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCore.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCore2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeCoreHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeEarmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeInfo.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeInfoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeSepa.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeSepaFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeTimer.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeX.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ConvexeXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondCorner.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondDashed.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondKey.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondKeyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Diamonds.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsGrid.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsIntersect.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsLayers.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsLayers2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsLayersKey.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsLayersKey2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondsStripes.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Feather3.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Figma.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/FigmaFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/File2Clock.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Fire.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/FireFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/FolderSparkle.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Grab.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/GrabHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Hand.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HandOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/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/InvoiceDelete.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoiceDraft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoicePdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoices.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Invoices2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/InvoicesLink.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Journal.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Journal2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Journal2Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/JournalCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/JournalOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/MeasuringTape.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/MeasuringTapeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PaintRoller.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PaintRollerFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PenOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PenOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PiggyBank2.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/PiggyBank2.icon.js +67 -0
- package/dist/components/Icon/__generated__/custom/PiggyBank2Check.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/PiggyBank2Check.icon.js +60 -0
- package/dist/components/Icon/__generated__/custom/PiggyBank2Coin.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/PiggyBank2Coin.icon.js +60 -0
- package/dist/components/Icon/__generated__/custom/PiggyBank2Exclamation.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/PiggyBank2Exclamation.icon.js +60 -0
- package/dist/components/Icon/__generated__/custom/PiggyBank2In.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/PiggyBank2In.icon.js +60 -0
- package/dist/components/Icon/__generated__/custom/PiggyBank2Off.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/PiggyBank2Off.icon.js +86 -0
- package/dist/components/Icon/__generated__/custom/PiggyBank2Out.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/PiggyBank2Out.icon.js +60 -0
- package/dist/components/Icon/__generated__/custom/ProrataCalendar.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Receipt2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ReceiptClock.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ReceiptDraft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ReceiptOff2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ReceiptPdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Shelves.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SlashCircleFillV2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SlashCircleV2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SlashSquareFillV2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SlashSquareV2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Squircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowBottom.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowBottomFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowTop.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleArrowTopFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCheckAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCheckAllFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleClock.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleClockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCore.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCore2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleCoreHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleDraft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleInfo.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleInfoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleLink.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleLinkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleX.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/SquircleXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/TestPipe.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/TestPipeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ThermometerFire3.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Trash3Off.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Trash3OffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2ArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2Core.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2Core2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2CoreHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2X.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Triangle2XFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/UnitLayout.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/UnitTemplate.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/UnpaidInvoice.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Window.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/index.d.ts +8 -0
- package/dist/components/Icon/__generated__/index.js +787 -771
- package/dist/components/Icon/__generated__/index.lazy.d.ts +8 -0
- package/dist/components/Icon/__generated__/index.lazy.js +1924 -1916
- package/dist/components/IconPicker/IconPicker.component.js +1 -1
- package/dist/components/IconPicker/IconPicker.styles.js +1 -1
- package/dist/components/IconPicker/components/IconPickerItem/IconPickerItem.component.js +1 -1
- package/dist/components/IconPicker/components/IconPickerItem/IconPickerItem.styles.js +1 -1
- package/dist/components/InfoBox/InfoBox.component.js +1 -1
- package/dist/components/InfoBox/InfoBox.styles.js +1 -1
- package/dist/components/Input/ComboBoxInput/ComboBoxInput.component.js +1 -1
- package/dist/components/Input/CurrencyInput/CurrencyInput.component.js +1 -1
- package/dist/components/Input/CurrencyInput/CurrencyInput.data.js +1 -1
- package/dist/components/Input/CurrencyInput/CurrencyInput.styles.js +1 -1
- package/dist/components/Input/CurrencyInput/CurrencyInput.utils.js +1 -1
- package/dist/components/Input/DateInput/DateInput.component.js +1 -1
- package/dist/components/Input/DateInput/DateInput.styles.js +1 -1
- package/dist/components/Input/DateInput/DateInput.utils.js +1 -1
- package/dist/components/Input/EmailInput/EmailInput.component.js +1 -1
- package/dist/components/Input/IconPickerInput/IconPickerInput.component.js +1 -1
- package/dist/components/Input/Input.common.js +1 -1
- package/dist/components/Input/Input.component.js +1 -1
- package/dist/components/Input/Input.data.js +1 -1
- package/dist/components/Input/Input.styles.js +1 -1
- package/dist/components/Input/Input.utils.js +1 -1
- package/dist/components/Input/MultiSelectInput/MultiSelectInput.component.js +1 -1
- package/dist/components/Input/MultiSelectInput/MultiSelectInput.styles.js +1 -1
- package/dist/components/Input/MultiSelectInput/MultiSelectInput.utils.js +1 -1
- package/dist/components/Input/NumberInput/NumberInput.component.js +1 -1
- package/dist/components/Input/NumberInput/NumberInput.styles.js +1 -1
- package/dist/components/Input/NumberInput/NumberInput.utils.js +1 -1
- package/dist/components/Input/PasswordInput/PasswordInput.component.js +1 -1
- package/dist/components/Input/PhoneInput/PhoneInput.component.js +1 -1
- package/dist/components/Input/PhoneInput/PhoneInput.styles.js +1 -1
- package/dist/components/Input/PhoneInput/PhoneInput.utils.js +1 -1
- package/dist/components/Input/SearchInput/SearchInput.component.js +1 -1
- package/dist/components/Input/SearchTextInput/SearchTextInput.component.js +1 -1
- package/dist/components/Input/SelectInput/SelectInput.component.js +1 -1
- package/dist/components/Input/SelectInput/SelectInput.styles.js +1 -1
- package/dist/components/Input/SelectInput/SelectInput.utils.js +1 -1
- package/dist/components/Input/SelectInput/components/SelectInputOption.component.js +1 -1
- package/dist/components/Input/SelectInput/components/SelectInputOptionGroup.component.js +1 -1
- package/dist/components/Input/TextAreaInput/TextAreaInput.component.js +1 -1
- package/dist/components/Input/TextAreaInput/TextAreaInput.styles.js +1 -1
- package/dist/components/Input/TextInput/TextInput.component.js +1 -1
- package/dist/components/InputAssistiveText/InputAssistiveText.component.js +1 -1
- package/dist/components/InputLabel/InputLabel.component.js +1 -1
- package/dist/components/InputLabel/InputLabel.styles.js +1 -1
- package/dist/components/List/List.component.js +1 -1
- package/dist/components/List/List.enums.js +1 -1
- package/dist/components/List/components/internal/ListProviderWrapper.component.js +1 -1
- package/dist/components/List/components/public/ListFilter/ListFilter.component.js +1 -1
- package/dist/components/List/components/public/ListFilter/ListFilter.styles.js +1 -1
- package/dist/components/List/components/public/ListFilter/ListFilter.utils.js +1 -1
- package/dist/components/List/components/public/ListFilterCollection/ListFilterCollection.component.js +1 -1
- package/dist/components/List/components/public/ListFilterCollection/ListFilterCollection.styles.js +1 -1
- package/dist/components/List/components/public/ListFilterCollection/ListFilterCollection.utils.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionBadge/ListFilterOptionBadge.component.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionChip/ListFilterOptionChip.component.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionDivider/ListFilterOptionDivider.component.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionDivider/ListFilterOptionDivider.styles.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionItem/ListFilterOptionItem.component.js +1 -1
- package/dist/components/List/components/public/ListFilterOptionItem/ListFilterOptionItem.styles.js +1 -1
- package/dist/components/List/components/public/ListFilterPreset/ListFilterPreset.component.js +1 -1
- package/dist/components/List/components/public/ListFilterPreset/ListFilterPreset.styles.js +1 -1
- package/dist/components/List/components/public/ListFilterPreset/ListFilterPreset.utils.js +1 -1
- package/dist/components/List/components/public/ListFilterPresetCollection/ListFilterPresetCollection.component.js +1 -1
- package/dist/components/List/components/public/ListFilterPresetCollection/ListFilterPresetCollection.utils.js +1 -1
- package/dist/components/List/components/public/ListSideHeader/ListSideHeader.component.js +1 -1
- package/dist/components/List/components/public/ListSideHeader/ListSideHeader.styles.js +1 -1
- package/dist/components/List/components/public/ListTableHeaderFilter/ListTableHeaderFilter.component.js +1 -1
- package/dist/components/List/components/public/ListTableHeaderFilter/ListTableHeaderFilter.styles.js +1 -1
- package/dist/components/List/context/ListContext.context.js +1 -1
- package/dist/components/List/context/ListContext.default.js +1 -1
- package/dist/components/List/context/ListContext.filterPresets.js +1 -1
- package/dist/components/List/context/ListContext.filters.js +1 -1
- package/dist/components/List/context/ListContext.options.js +1 -1
- package/dist/components/List/context/ListContext.provider.js +1 -1
- package/dist/components/List/context/ListContext.search.js +1 -1
- package/dist/components/List/context/ListContext.searchParams.js +1 -1
- package/dist/components/List/context/ListContext.store.js +1 -1
- package/dist/components/List/context/ListContext.utils.js +1 -1
- package/dist/components/List/context/config/ListContextConfig.async.js +1 -1
- package/dist/components/List/context/config/ListContextConfig.js +1 -1
- package/dist/components/List/context/config/ListContextConfig.search.js +1 -1
- package/dist/components/List/modules/DataProvider/DynamicDataProvider/DynamicDataProvider.hook.js +1 -1
- package/dist/components/List/modules/DataProvider/PaginatedDataProvider/PaginatedDataProvider.hook.js +1 -1
- package/dist/components/List/modules/DataProvider/StaticDataProvider/StaticDataProvider.hook.js +1 -1
- package/dist/components/List/modules/DataProvider/StaticDataProvider/StaticDataProvider.utils.js +1 -1
- package/dist/components/List/modules/Filter/Filter.data.js +1 -1
- package/dist/components/List/modules/Filter/Filter.utils.js +1 -1
- package/dist/components/List/modules/FilterOption/FilterOption.data.js +1 -1
- package/dist/components/List/modules/FilterOption/FilterOption.hook.js +1 -1
- package/dist/components/List/modules/FilterOption/FilterOption.utils.js +1 -1
- package/dist/components/List/modules/FilterOptionDivider/FilterOptionDivider.data.js +1 -1
- package/dist/components/List/modules/FilterOptionDivider/FilterOptionDivider.utils.js +1 -1
- package/dist/components/List/modules/FilterPreset/FilterPreset.data.js +1 -1
- package/dist/components/List/modules/FilterPreset/FilterPreset.utils.js +1 -1
- package/dist/components/Loading/Loading.component.js +1 -1
- package/dist/components/Loading/animations/BouncingBalls/BouncingBalls.animation.js +1 -1
- package/dist/components/Loading/animations/BouncingBalls/BouncingBalls.styles.js +1 -1
- package/dist/components/Loading/animations/ProgressBar/ProgressBar.animation.js +1 -1
- package/dist/components/Loading/animations/ProgressBar/ProgressBar.styles.js +1 -1
- package/dist/components/Loading/animations/Ripple/Ripple.animation.js +1 -1
- package/dist/components/Loading/animations/Ripple/Ripple.styles.js +1 -1
- package/dist/components/Loading/animations/index.js +1 -1
- package/dist/components/Modal/Modal.component.js +1 -1
- package/dist/components/Modal/Modal.styles.js +1 -1
- package/dist/components/Portal/Portal.component.js +1 -1
- package/dist/components/SmallLoader/SmallLoader.component.js +1 -1
- package/dist/components/StateIndicator/StateIndicator.component.js +1 -1
- package/dist/components/StateIndicator/StateIndicator.styles.js +1 -1
- package/dist/components/StaticIcon/StaticIcon.component.js +1 -1
- package/dist/components/StaticIcon/StaticIcon.styles.js +1 -1
- package/dist/components/SumLine/SumLine.component.js +1 -1
- package/dist/components/SumLine/SumLine.styles.js +1 -1
- package/dist/components/Switch/Switch.component.js +1 -1
- package/dist/components/Switch/Switch.styles.js +1 -1
- package/dist/components/Text/Text.component.js +1 -1
- package/dist/components/Tooltip/Tooltip.component.js +1 -1
- package/dist/components/Tooltip/Tooltip.styles.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components.js +177 -175
- package/dist/fonts.js +1 -1
- package/dist/index.js +380 -376
- package/dist/layouts/Collapsible/Collapsible.layout.js +1 -1
- package/dist/layouts/Collapsible/Collapsible.styles.js +1 -1
- package/dist/layouts/Flex/Flex.layout.js +1 -1
- package/dist/layouts/Flex/Flex.styles.js +1 -1
- package/dist/layouts/Grid/Grid.layout.js +1 -1
- package/dist/layouts/Grid/Grid.styles.js +1 -1
- package/dist/layouts/GridItem/GridItem.layout.js +1 -1
- package/dist/layouts/GridItem/GridItem.styles.js +1 -1
- package/dist/layouts/GridItem/GridItem.utils.js +1 -1
- package/dist/layouts/Popover/Popover.layout.js +1 -1
- package/dist/layouts/Popover/Popover.styles.js +1 -1
- package/dist/layouts/Popover/Popover.utils.js +1 -1
- package/dist/layouts/Table/Table.layout.js +1 -1
- package/dist/layouts/Table/Table.styles.js +1 -1
- package/dist/layouts/Table/components/TableBody/TableBody.component.js +1 -1
- package/dist/layouts/Table/components/TableBody/TableBody.styles.js +1 -1
- package/dist/layouts/Table/components/TableCell/TableCell.component.js +1 -1
- package/dist/layouts/Table/components/TableCell/TableCell.styles.js +1 -1
- package/dist/layouts/Table/components/TableFooter/TableFooter.component.js +1 -1
- package/dist/layouts/Table/components/TableHeader/TableHeader.component.js +1 -1
- package/dist/layouts/Table/components/TableHeader/TableHeader.styles.js +1 -1
- package/dist/layouts/Table/components/TableHeaderCell/TableHeaderCell.component.js +1 -1
- package/dist/layouts/Table/components/TableHeaderCell/TableHeaderCell.styles.js +1 -1
- package/dist/layouts/Table/components/TableRow/TableRow.component.js +1 -1
- package/dist/layouts/Table/components/TableRow/TableRow.styles.js +1 -1
- package/dist/layouts/Table/components/TableScrollView/TableScrollView.component.js +1 -1
- package/dist/layouts/Table/components/TableScrollView/TableScrollView.styles.js +1 -1
- package/dist/layouts.js +1 -1
- package/dist/node_modules/@date-fns/tz/date/index.js +1 -1
- package/dist/node_modules/@date-fns/tz/date/mini.js +1 -1
- package/dist/node_modules/@date-fns/tz/tzOffset/index.js +1 -1
- package/dist/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.js +1 -1
- package/dist/node_modules/@dnd-kit/core/dist/core.esm.js +1 -1
- package/dist/node_modules/@dnd-kit/modifiers/dist/modifiers.esm.js +1 -1
- package/dist/node_modules/@dnd-kit/sortable/dist/sortable.esm.js +1 -1
- package/dist/node_modules/@dnd-kit/utilities/dist/utilities.esm.js +1 -1
- package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.js +1 -1
- package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +1 -1
- package/dist/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +1 -1
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +1 -1
- package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +1 -1
- package/dist/node_modules/@radix-ui/primitive/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-arrow/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-compose-refs/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-context/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-focus-guards/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-focus-scope/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-id/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-popover/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-popper/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-presence/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-primitive/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-slot/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +1 -1
- package/dist/node_modules/@radix-ui/react-use-size/dist/index.js +1 -1
- package/dist/node_modules/@ubloimmo/front-tokens/lib/tokens.values.js +1 -1
- package/dist/node_modules/aria-hidden/dist/es2015/index.js +1 -1
- package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +1 -1
- package/dist/node_modules/date-fns/_lib/defaultOptions.js +1 -1
- package/dist/node_modules/date-fns/_lib/format/formatters.js +1 -1
- package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +1 -1
- package/dist/node_modules/date-fns/_lib/format/longFormatters.js +1 -1
- package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +1 -1
- package/dist/node_modules/date-fns/_lib/protectedTokens.js +1 -1
- package/dist/node_modules/date-fns/addDays.js +1 -1
- package/dist/node_modules/date-fns/compareAsc.js +1 -1
- package/dist/node_modules/date-fns/constants.js +1 -1
- package/dist/node_modules/date-fns/constructFrom.js +1 -1
- package/dist/node_modules/date-fns/differenceInCalendarDays.js +1 -1
- package/dist/node_modules/date-fns/format.js +1 -1
- package/dist/node_modules/date-fns/formatISO.js +1 -1
- package/dist/node_modules/date-fns/getDayOfYear.js +1 -1
- package/dist/node_modules/date-fns/getDefaultOptions.js +1 -1
- package/dist/node_modules/date-fns/getISODay.js +1 -1
- package/dist/node_modules/date-fns/getISOWeek.js +1 -1
- package/dist/node_modules/date-fns/getISOWeekYear.js +1 -1
- package/dist/node_modules/date-fns/getWeek.js +1 -1
- package/dist/node_modules/date-fns/getWeekYear.js +1 -1
- package/dist/node_modules/date-fns/isDate.js +1 -1
- package/dist/node_modules/date-fns/isMatch.js +1 -1
- package/dist/node_modules/date-fns/isValid.js +1 -1
- package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +1 -1
- package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +1 -1
- package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +1 -1
- package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +1 -1
- package/dist/node_modules/date-fns/locale/en-US.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/formatDistance.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/formatLong.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/formatRelative.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/localize.js +1 -1
- package/dist/node_modules/date-fns/locale/fr/_lib/match.js +1 -1
- package/dist/node_modules/date-fns/locale/fr.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/Setter.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/constants.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/DateParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/EraParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers/YearParser.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/parsers.js +1 -1
- package/dist/node_modules/date-fns/parse/_lib/utils.js +1 -1
- package/dist/node_modules/date-fns/parse.js +1 -1
- package/dist/node_modules/date-fns/parseISO.js +1 -1
- package/dist/node_modules/date-fns/setDay.js +1 -1
- package/dist/node_modules/date-fns/setISODay.js +1 -1
- package/dist/node_modules/date-fns/setISOWeek.js +1 -1
- package/dist/node_modules/date-fns/setWeek.js +1 -1
- package/dist/node_modules/date-fns/startOfDay.js +1 -1
- package/dist/node_modules/date-fns/startOfISOWeek.js +1 -1
- package/dist/node_modules/date-fns/startOfISOWeekYear.js +1 -1
- package/dist/node_modules/date-fns/startOfWeek.js +1 -1
- package/dist/node_modules/date-fns/startOfWeekYear.js +1 -1
- package/dist/node_modules/date-fns/startOfYear.js +1 -1
- package/dist/node_modules/date-fns/toDate.js +1 -1
- package/dist/node_modules/date-fns/transpose.js +1 -1
- package/dist/node_modules/get-nonce/dist/es2015/index.js +1 -1
- package/dist/node_modules/lodash/lodash.js +1 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +1 -1
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +1 -1
- package/dist/node_modules/react/jsx-runtime.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/UI.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useGetModifiers.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/addLeadingZeros.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/defaultOptions.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/format/formatters.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/format/lightFormatters.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/format/longFormatters.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/normalizeDates.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/normalizeInterval.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/_lib/protectedTokens.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addDays.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addMonths.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addWeeks.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/addYears.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/constants.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/constructFrom.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/differenceInCalendarDays.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/differenceInCalendarMonths.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/eachMonthOfInterval.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfISOWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/endOfYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/format.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getDayOfYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getDaysInMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getISOWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getISOWeekYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getWeekYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/getYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isAfter.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isBefore.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isDate.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isSameDay.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isSameMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isSameYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/isValid.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildMatchFn.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/formatLong.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/localize.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US/_lib/match.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/locale/en-US.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/max.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/min.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/setMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/setYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfDay.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfISOWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfISOWeekYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfMonth.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfWeek.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfWeekYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/startOfYear.js +1 -1
- package/dist/node_modules/react-day-picker/node_modules/date-fns/toDate.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +1 -1
- package/dist/node_modules/react-remove-scroll/node_modules/tslib/tslib.es6.js +1 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +1 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +1 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +1 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js +1 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +1 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +1 -1
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js +1 -1
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js +1 -1
- package/dist/node_modules/use-sidecar/node_modules/tslib/tslib.es6.js +1 -1
- package/dist/node_modules/zod/lib/index.js +1 -1
- package/dist/sizes/breakpoints.js +1 -1
- package/dist/sizes/size.utils.js +1 -1
- package/dist/sizes/spacings.js +1 -1
- package/dist/sizes.js +1 -1
- package/dist/themes/palette/palette.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/global/css.types.d.ts +58 -1
- package/dist/types/themes/palette/palette.types.js +1 -1
- package/dist/types/themes/sizes/breakpoints.types.js +1 -1
- package/dist/types/themes/sizes/spacing.types.js +1 -1
- package/dist/types/token.types.js +1 -1
- package/dist/types.js +1 -1
- package/dist/typography/font.utils.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Bold.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-BoldItalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Medium.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-MediumItalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Regular.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Regularitalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy.font.js +1 -1
- package/dist/typography/typogaphy.weight.js +1 -1
- package/dist/typography/typography.font.js +1 -1
- package/dist/typography/typography.styles.js +1 -1
- package/dist/utils/array.utils.js +1 -1
- package/dist/utils/color.utils.js +1 -1
- package/dist/utils/component.utils.js +1 -1
- package/dist/utils/css.utils.d.ts +28 -1
- package/dist/utils/css.utils.js +56 -44
- 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 +77 -75
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @ubloimmo/uikit version 1.
|
|
2
|
+
* @ubloimmo/uikit version 1.7.0
|
|
3
3
|
*
|
|
4
4
|
* Copyright © Ublo 2025
|
|
5
5
|
* https://ublo.immo
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
import { lazy as l } from "react";
|
|
10
10
|
import { loadIcon as o } from "../Icon.utils.js";
|
|
11
|
-
const n = l(() => o("_0Circle")), i = l(() => o("_0CircleFill")), s = l(() => o("_0Square")), c = l(() => o("_0SquareFill")), r = l(() => o("_123")), a = l(() => o("_1Circle")), F = l(() => o("_1CircleFill")), d = l(() => o("_1Square")), u = l(() => o("_1SquareFill")), C = l(() => o("_2Circle")), p = l(() => o("_2CircleFill")), h = l(() => o("_2Square")), S = l(() => o("_2SquareFill")), g = l(() => o("_3Circle")), k = l(() => o("_3CircleFill")), m = l(() => o("_3Square")), w = l(() => o("_3SquareFill")), B = l(() => o("_4Circle")), D = l(() => o("_4CircleFill")), P = l(() => o("_4Square")), A = l(() => o("_4SquareFill")), E = l(() => o("_5Circle")), f = l(() => o("_5CircleFill")), H = l(() => o("_5Square")), T = l(() => o("_5SquareFill")), y = l(() => o("_6Circle")), x = l(() => o("_6CircleFill")), L = l(() => o("_6Square")), b = l(() => o("_6SquareFill")), R = l(() => o("_7Circle")), v = l(() => o("_7CircleFill")), q = l(() => o("_7Square")), M = l(() => o("_7SquareFill")), U = l(() => o("_8Circle")), I = l(() => o("_8CircleFill")), G = l(() => o("_8Square")), X = l(() => o("_8SquareFill")), W = l(() => o("_9Circle")), O = l(() => o("_9CircleFill")), V = l(() => o("_9Square")), N = l(() => o("_9SquareFill")), j = l(() => o("Abacus")), _ = l(() => o("Activity")), J = l(() => o("Airplane")), z = l(() => o("AirplaneEngines")), Q = l(() => o("AirplaneEnginesFill")), K = l(() => o("AirplaneFill")), Y = l(() => o("Alarm")), Z = l(() => o("AlarmFill")), $ = l(() => o("Alexa")), ll = l(() => o("AlignBottom")), ol = l(() => o("AlignCenter")), tl = l(() => o("AlignEnd")), el = l(() => o("AlignMiddle")), nl = l(() => o("AlignStart")), il = l(() => o("AlignTop")), sl = l(() => o("Alipay")), cl = l(() => o("Alphabet")), rl = l(() => o("AlphabetUppercase")), al = l(() => o("Alt")), Fl = l(() => o("Amazon")), dl = l(() => o("Amd")), ul = l(() => o("Android")), Cl = l(() => o("Android2")), pl = l(() => o("App")), hl = l(() => o("AppIndicator")), Sl = l(() => o("Apple")), gl = l(() => o("Apps")), kl = l(() => o("AppsFill")), ml = l(() => o("AppsPlus")), wl = l(() => o("AppsPlusFill")), Bl = l(() => o("Archive")), Dl = l(() => o("ArchiveFill")), Pl = l(() => o("Arrow90DegDown")), Al = l(() => o("Arrow90DegLeft")), El = l(() => o("Arrow90DegRight")), fl = l(() => o("Arrow90DegUp")), Hl = l(() => o("ArrowBarDown")), Tl = l(() => o("ArrowBarLeft")), yl = l(() => o("ArrowBarRight")), xl = l(() => o("ArrowBarUp")), Ll = l(() => o("ArrowClockwise")), bl = l(() => o("ArrowCounterclockwise")), Rl = l(() => o("ArrowDown")), vl = l(() => o("ArrowDownCircle")), ql = l(() => o("ArrowDownCircleFill")), Ml = l(() => o("ArrowDownLeft")), Ul = l(() => o("ArrowDownLeftCircle")), Il = l(() => o("ArrowDownLeftCircleFill")), Gl = l(() => o("ArrowDownLeftSquare")), Xl = l(() => o("ArrowDownLeftSquareFill")), Wl = l(() => o("ArrowDownRight")), Ol = l(() => o("ArrowDownRightCircle")), Vl = l(() => o("ArrowDownRightCircleFill")), Nl = l(() => o("ArrowDownRightSquare")), jl = l(() => o("ArrowDownRightSquareFill")), _l = l(() => o("ArrowDownShort")), Jl = l(() => o("ArrowDownSquare")), zl = l(() => o("ArrowDownSquareFill")), Ql = l(() => o("ArrowDownUp")), Kl = l(() => o("ArrowLeft")), Yl = l(() => o("ArrowLeftCircle")), Zl = l(() => o("ArrowLeftCircleFill")), $l = l(() => o("ArrowLeftRight")), lo = l(() => o("ArrowLeftShort")), oo = l(() => o("ArrowLeftSquare")), to = l(() => o("ArrowLeftSquareFill")), eo = l(() => o("ArrowRepeat")), no = l(() => o("ArrowReturnLeft")), io = l(() => o("ArrowReturnRight")), so = l(() => o("ArrowRight")), co = l(() => o("ArrowRightCircle")), ro = l(() => o("ArrowRightCircleFill")), ao = l(() => o("ArrowRightShort")), Fo = l(() => o("ArrowRightSquare")), uo = l(() => o("ArrowRightSquareFill")), Co = l(() => o("Arrows")), po = l(() => o("ArrowsAngleContract")), ho = l(() => o("ArrowsAngleExpand")), So = l(() => o("ArrowsCollapse")), go = l(() => o("ArrowsCollapseVertical")), ko = l(() => o("ArrowsExpand")), mo = l(() => o("ArrowsExpandVertical")), wo = l(() => o("ArrowsFullscreen")), Bo = l(() => o("ArrowsMove")), Do = l(() => o("ArrowsVertical")), Po = l(() => o("ArrowThroughHeart")), Ao = l(() => o("ArrowThroughHeartFill")), Eo = l(() => o("ArrowUp")), fo = l(() => o("ArrowUpCircle")), Ho = l(() => o("ArrowUpCircleFill")), To = l(() => o("ArrowUpLeft")), yo = l(() => o("ArrowUpLeftCircle")), xo = l(() => o("ArrowUpLeftCircleFill")), Lo = l(() => o("ArrowUpLeftSquare")), bo = l(() => o("ArrowUpLeftSquareFill")), Ro = l(() => o("ArrowUpRight")), vo = l(() => o("ArrowUpRightCircle")), qo = l(() => o("ArrowUpRightCircleFill")), Mo = l(() => o("ArrowUpRightSquare")), Uo = l(() => o("ArrowUpRightSquareFill")), Io = l(() => o("ArrowUpShort")), Go = l(() => o("ArrowUpSquare")), Xo = l(() => o("ArrowUpSquareFill")), Wo = l(() => o("AspectRatio")), Oo = l(() => o("AspectRatioFill")), Vo = l(() => o("Asterisk")), No = l(() => o("At")), jo = l(() => o("Award")), _o = l(() => o("AwardFill")), Jo = l(() => o("Back")), zo = l(() => o("BackArrow")), Qo = l(() => o("Backpack")), Ko = l(() => o("Backpack2")), Yo = l(() => o("Backpack2Fill")), Zo = l(() => o("Backpack3")), $o = l(() => o("Backpack3Fill")), lt = l(() => o("Backpack4")), ot = l(() => o("Backpack4Fill")), tt = l(() => o("BackpackFill")), et = l(() => o("Backspace")), nt = l(() => o("BackspaceFill")), it = l(() => o("BackspaceReverse")), st = l(() => o("BackspaceReverseFill")), ct = l(() => o("Badge3D")), rt = l(() => o("Badge3dFill")), at = l(() => o("Badge4K")), Ft = l(() => o("Badge4kFill")), dt = l(() => o("Badge8K")), ut = l(() => o("Badge8kFill")), Ct = l(() => o("BadgeAd")), pt = l(() => o("BadgeAdFill")), ht = l(() => o("BadgeAr")), St = l(() => o("BadgeArFill")), gt = l(() => o("BadgeCc")), kt = l(() => o("BadgeCcFill")), mt = l(() => o("BadgeHd")), wt = l(() => o("BadgeHdFill")), Bt = l(() => o("BadgeSd")), Dt = l(() => o("BadgeSdFill")), Pt = l(() => o("BadgeTm")), At = l(() => o("BadgeTmFill")), Et = l(() => o("BadgeVo")), ft = l(() => o("BadgeVoFill")), Ht = l(() => o("BadgeVr")), Tt = l(() => o("BadgeVrFill")), yt = l(() => o("BadgeWc")), xt = l(() => o("BadgeWcFill")), Lt = l(() => o("Bag")), bt = l(() => o("BagCheck")), Rt = l(() => o("BagCheckFill")), vt = l(() => o("BagDash")), qt = l(() => o("BagDashFill")), Mt = l(() => o("BagFill")), Ut = l(() => o("BagHeart")), It = l(() => o("BagHeartFill")), Gt = l(() => o("BagPlus")), Xt = l(() => o("BagPlusFill")), Wt = l(() => o("BagX")), Ot = l(() => o("BagXFill")), Vt = l(() => o("Balloon")), Nt = l(() => o("BalloonFill")), jt = l(() => o("BalloonHeart")), _t = l(() => o("BalloonHeartFill")), Jt = l(() => o("Ban")), zt = l(() => o("Bandaid")), Qt = l(() => o("BandaidFill")), Kt = l(() => o("BanFill")), Yt = l(() => o("Bank")), Zt = l(() => o("Bank2")), $t = l(() => o("BarChart")), le = l(() => o("BarChartFill")), oe = l(() => o("BarChartLine")), te = l(() => o("BarChartLineFill")), ee = l(() => o("BarChartSteps")), ne = l(() => o("Basket")), ie = l(() => o("Basket2")), se = l(() => o("Basket2Fill")), ce = l(() => o("Basket3")), re = l(() => o("Basket3Fill")), ae = l(() => o("BasketFill")), Fe = l(() => o("Battery")), de = l(() => o("BatteryCharging")), ue = l(() => o("BatteryFull")), Ce = l(() => o("BatteryHalf")), pe = l(() => o("Behance")), he = l(() => o("Bell")), Se = l(() => o("BellFill")), ge = l(() => o("BellSlash")), ke = l(() => o("BellSlashFill")), me = l(() => o("Bezier")), we = l(() => o("Bezier2")), Be = l(() => o("Bicycle")), De = l(() => o("BinaryTree")), Pe = l(() => o("Bing")), Ae = l(() => o("Binoculars")), Ee = l(() => o("BinocularsFill")), fe = l(() => o("BlockquoteLeft")), He = l(() => o("BlockquoteRight")), Te = l(() => o("Bluetooth")), ye = l(() => o("BodyText")), xe = l(() => o("Book")), Le = l(() => o("BookFill")), be = l(() => o("BookHalf")), Re = l(() => o("Bookmark")), ve = l(() => o("BookmarkCheck")), qe = l(() => o("BookmarkCheckFill")), Me = l(() => o("BookmarkDash")), Ue = l(() => o("BookmarkDashFill")), Ie = l(() => o("BookmarkFill")), Ge = l(() => o("BookmarkHeart")), Xe = l(() => o("BookmarkHeartFill")), We = l(() => o("BookmarkPlus")), Oe = l(() => o("BookmarkPlusFill")), Ve = l(() => o("Bookmarks")), Ne = l(() => o("BookmarksFill")), je = l(() => o("BookmarkStar")), _e = l(() => o("BookmarkStarFill")), Je = l(() => o("BookmarkX")), ze = l(() => o("BookmarkXFill")), Qe = l(() => o("Bookshelf")), Ke = l(() => o("Boombox")), Ye = l(() => o("BoomboxFill")), Ze = l(() => o("Bootstrap")), $e = l(() => o("BootstrapFill")), ln = l(() => o("BootstrapReboot")), on = l(() => o("Border")), tn = l(() => o("BorderAll")), en = l(() => o("BorderBottom")), nn = l(() => o("BorderCenter")), sn = l(() => o("BorderInner")), cn = l(() => o("BorderLeft")), rn = l(() => o("BorderMiddle")), an = l(() => o("BorderOuter")), Fn = l(() => o("BorderRight")), dn = l(() => o("BorderStyle")), un = l(() => o("BorderTop")), Cn = l(() => o("BorderWidth")), pn = l(() => o("BoundingBox")), hn = l(() => o("BoundingBoxCircles")), Sn = l(() => o("Box")), gn = l(() => o("Box2")), kn = l(() => o("Box2Fill")), mn = l(() => o("Box2Heart")), wn = l(() => o("Box2HeartFill")), Bn = l(() => o("BoxArrowDown")), Dn = l(() => o("BoxArrowDownLeft")), Pn = l(() => o("BoxArrowDownRight")), An = l(() => o("BoxArrowInDown")), En = l(() => o("BoxArrowInDownLeft")), fn = l(() => o("BoxArrowInDownRight")), Hn = l(() => o("BoxArrowInLeft")), Tn = l(() => o("BoxArrowInRight")), yn = l(() => o("BoxArrowInUp")), xn = l(() => o("BoxArrowInUpLeft")), Ln = l(() => o("BoxArrowInUpRight")), bn = l(() => o("BoxArrowLeft")), Rn = l(() => o("BoxArrowRight")), vn = l(() => o("BoxArrowUp")), qn = l(() => o("BoxArrowUpLeft")), Mn = l(() => o("BoxArrowUpRight")), Un = l(() => o("Boxes")), In = l(() => o("BoxFill")), Gn = l(() => o("BoxSeam")), Xn = l(() => o("BoxSeamFill")), Wn = l(() => o("Braces")), On = l(() => o("BracesAsterisk")), Vn = l(() => o("Bricks")), Nn = l(() => o("Briefcase")), jn = l(() => o("BriefcaseFill")), _n = l(() => o("BrightnessAltHigh")), Jn = l(() => o("BrightnessAltHighFill")), zn = l(() => o("BrightnessAltLow")), Qn = l(() => o("BrightnessAltLowFill")), Kn = l(() => o("BrightnessHigh")), Yn = l(() => o("BrightnessHighFill")), Zn = l(() => o("BrightnessLow")), $n = l(() => o("BrightnessLowFill")), li = l(() => o("Brilliance")), oi = l(() => o("Broadcast")), ti = l(() => o("BroadcastPin")), ei = l(() => o("BrowserChrome")), ni = l(() => o("BrowserEdge")), ii = l(() => o("BrowserFirefox")), si = l(() => o("BrowserSafari")), ci = l(() => o("Brush")), ri = l(() => o("BrushFill")), ai = l(() => o("Bucket")), Fi = l(() => o("BucketFill")), di = l(() => o("Bug")), ui = l(() => o("BugFill")), Ci = l(() => o("Building")), pi = l(() => o("BuildingAdd")), hi = l(() => o("BuildingBlocks")), Si = l(() => o("BuildingBlocksFill")), gi = l(() => o("BuildingCheck")), ki = l(() => o("BuildingDash")), mi = l(() => o("BuildingDown")), wi = l(() => o("BuildingExclamation")), Bi = l(() => o("BuildingFill")), Di = l(() => o("BuildingFillAdd")), Pi = l(() => o("BuildingFillCheck")), Ai = l(() => o("BuildingFillDash")), Ei = l(() => o("BuildingFillDown")), fi = l(() => o("BuildingFillExclamation")), Hi = l(() => o("BuildingFillGear")), Ti = l(() => o("BuildingFillLock")), yi = l(() => o("BuildingFillSlash")), xi = l(() => o("BuildingFillUp")), Li = l(() => o("BuildingFillX")), bi = l(() => o("BuildingGear")), Ri = l(() => o("BuildingLock")), vi = l(() => o("Buildings")), qi = l(() => o("BuildingsFill")), Mi = l(() => o("BuildingSlash")), Ui = l(() => o("BuildingUp")), Ii = l(() => o("BuildingX")), Gi = l(() => o("Bullseye")), Xi = l(() => o("BusFront")), Wi = l(() => o("BusFrontFill")), Oi = l(() => o("BusinessUnit")), Vi = l(() => o("BusinessUnitFill")), Ni = l(() => o("BusinessUnitFill2")), ji = l(() => o("Cake")), _i = l(() => o("Cake2")), Ji = l(() => o("Cake2Fill")), zi = l(() => o("CakeFill")), Qi = l(() => o("Calculator")), Ki = l(() => o("CalculatorFill")), Yi = l(() => o("Calendar")), Zi = l(() => o("Calendar2")), $i = l(() => o("Calendar2Check")), ls = l(() => o("Calendar2CheckFill")), os = l(() => o("Calendar2Date")), ts = l(() => o("Calendar2DateFill")), es = l(() => o("Calendar2Day")), ns = l(() => o("Calendar2DayFill")), is = l(() => o("Calendar2Event")), ss = l(() => o("Calendar2EventFill")), cs = l(() => o("Calendar2Fill")), rs = l(() => o("Calendar2Heart")), as = l(() => o("Calendar2HeartFill")), Fs = l(() => o("Calendar2Minus")), ds = l(() => o("Calendar2MinusFill")), us = l(() => o("Calendar2Month")), Cs = l(() => o("Calendar2MonthFill")), ps = l(() => o("Calendar2Plus")), hs = l(() => o("Calendar2PlusFill")), Ss = l(() => o("Calendar2Range")), gs = l(() => o("Calendar2RangeFill")), ks = l(() => o("Calendar2Week")), ms = l(() => o("Calendar2WeekFill")), ws = l(() => o("Calendar2X")), Bs = l(() => o("Calendar2XFill")), Ds = l(() => o("Calendar3")), Ps = l(() => o("Calendar3Event")), As = l(() => o("Calendar3EventFill")), Es = l(() => o("Calendar3Fill")), fs = l(() => o("Calendar3Range")), Hs = l(() => o("Calendar3RangeFill")), Ts = l(() => o("Calendar3Week")), ys = l(() => o("Calendar3WeekFill")), xs = l(() => o("Calendar4")), Ls = l(() => o("Calendar4Event")), bs = l(() => o("Calendar4Range")), Rs = l(() => o("Calendar4Week")), vs = l(() => o("CalendarCheck")), qs = l(() => o("CalendarCheckFill")), Ms = l(() => o("CalendarDate")), Us = l(() => o("CalendarDateFill")), Is = l(() => o("CalendarDay")), Gs = l(() => o("CalendarDayFill")), Xs = l(() => o("CalendarEvent")), Ws = l(() => o("CalendarEventFill")), Os = l(() => o("CalendarFill")), Vs = l(() => o("CalendarHeart")), Ns = l(() => o("CalendarHeartFill")), js = l(() => o("CalendarMinus")), _s = l(() => o("CalendarMinusFill")), Js = l(() => o("CalendarMonth")), zs = l(() => o("CalendarMonthFill")), Qs = l(() => o("CalendarPlus")), Ks = l(() => o("CalendarPlusFill")), Ys = l(() => o("CalendarRange")), Zs = l(() => o("CalendarRangeFill")), $s = l(() => o("CalendarWeek")), lc = l(() => o("CalendarWeekFill")), oc = l(() => o("CalendarX")), tc = l(() => o("CalendarXFill")), ec = l(() => o("Camera")), nc = l(() => o("Camera2")), ic = l(() => o("CameraFill")), sc = l(() => o("CameraReels")), cc = l(() => o("CameraReelsFill")), rc = l(() => o("CameraVideo")), ac = l(() => o("CameraVideoFill")), Fc = l(() => o("CameraVideoOff")), dc = l(() => o("CameraVideoOffFill")), uc = l(() => o("Capslock")), Cc = l(() => o("CapslockFill")), pc = l(() => o("Capsule")), hc = l(() => o("CapsulePill")), Sc = l(() => o("CardChecklist")), gc = l(() => o("CardHeading")), kc = l(() => o("CardImage")), mc = l(() => o("CardList")), wc = l(() => o("CardText")), Bc = l(() => o("CaretDown")), Dc = l(() => o("CaretDownFill")), Pc = l(() => o("CaretDownSquare")), Ac = l(() => o("CaretDownSquareFill")), Ec = l(() => o("CaretLeft")), fc = l(() => o("CaretLeftFill")), Hc = l(() => o("CaretLeftSquare")), Tc = l(() => o("CaretLeftSquareFill")), yc = l(() => o("CaretRight")), xc = l(() => o("CaretRightFill")), Lc = l(() => o("CaretRightSquare")), bc = l(() => o("CaretRightSquareFill")), Rc = l(() => o("CaretUp")), vc = l(() => o("CaretUpFill")), qc = l(() => o("CaretUpSquare")), Mc = l(() => o("CaretUpSquareFill")), Uc = l(() => o("CarFront")), Ic = l(() => o("CarFrontFill")), Gc = l(() => o("Cart")), Xc = l(() => o("Cart2")), Wc = l(() => o("Cart3")), Oc = l(() => o("Cart4")), Vc = l(() => o("CartCheck")), Nc = l(() => o("CartCheckFill")), jc = l(() => o("CartDash")), _c = l(() => o("CartDashFill")), Jc = l(() => o("CartFill")), zc = l(() => o("CartPlus")), Qc = l(() => o("CartPlusFill")), Kc = l(() => o("CartX")), Yc = l(() => o("CartXFill")), Zc = l(() => o("Cash")), $c = l(() => o("CashCoin")), lr = l(() => o("CashStack")), or = l(() => o("Cassette")), tr = l(() => o("CassetteFill")), er = l(() => o("Cast")), nr = l(() => o("CatRobot")), ir = l(() => o("CatRobot2")), sr = l(() => o("CatRobot2Off")), cr = l(() => o("CatRobotOff")), rr = l(() => o("CcCircle")), ar = l(() => o("CcCircleFill")), Fr = l(() => o("CCircle")), dr = l(() => o("CCircleFill")), ur = l(() => o("CcSquare")), Cr = l(() => o("CcSquareFill")), pr = l(() => o("Chat")), hr = l(() => o("ChatDots")), Sr = l(() => o("ChatDotsFill")), gr = l(() => o("ChatFill")), kr = l(() => o("ChatHeart")), mr = l(() => o("ChatHeartFill")), wr = l(() => o("ChatLeft")), Br = l(() => o("ChatLeftDots")), Dr = l(() => o("ChatLeftDotsFill")), Pr = l(() => o("ChatLeftFill")), Ar = l(() => o("ChatLeftHeart")), Er = l(() => o("ChatLeftHeartFill")), fr = l(() => o("ChatLeftQuote")), Hr = l(() => o("ChatLeftQuoteFill")), Tr = l(() => o("ChatLeftText")), yr = l(() => o("ChatLeftTextFill")), xr = l(() => o("ChatQuote")), Lr = l(() => o("ChatQuoteFill")), br = l(() => o("ChatRight")), Rr = l(() => o("ChatRightDots")), vr = l(() => o("ChatRightDotsFill")), qr = l(() => o("ChatRightFill")), Mr = l(() => o("ChatRightHeart")), Ur = l(() => o("ChatRightHeartFill")), Ir = l(() => o("ChatRightQuote")), Gr = l(() => o("ChatRightQuoteFill")), Xr = l(() => o("ChatRightText")), Wr = l(() => o("ChatRightTextFill")), Or = l(() => o("ChatSquare")), Vr = l(() => o("ChatSquareDots")), Nr = l(() => o("ChatSquareDotsFill")), jr = l(() => o("ChatSquareFill")), _r = l(() => o("ChatSquareHeart")), Jr = l(() => o("ChatSquareHeartFill")), zr = l(() => o("ChatSquareQuote")), Qr = l(() => o("ChatSquareQuoteFill")), Kr = l(() => o("ChatSquareText")), Yr = l(() => o("ChatSquareTextFill")), Zr = l(() => o("ChatText")), $r = l(() => o("ChatTextFill")), la = l(() => o("Check")), oa = l(() => o("Check2")), ta = l(() => o("Check2All")), ea = l(() => o("Check2Circle")), na = l(() => o("Check2Square")), ia = l(() => o("CheckAll")), sa = l(() => o("CheckCircle")), ca = l(() => o("CheckCircleFill")), ra = l(() => o("CheckLg")), aa = l(() => o("CheckSquare")), Fa = l(() => o("CheckSquareFill")), da = l(() => o("CheckSquareFillBootstrap")), ua = l(() => o("ChevronBarContract")), Ca = l(() => o("ChevronBarDown")), pa = l(() => o("ChevronBarExpand")), ha = l(() => o("ChevronBarLeft")), Sa = l(() => o("ChevronBarRight")), ga = l(() => o("ChevronBarUp")), ka = l(() => o("ChevronCompactDown")), ma = l(() => o("ChevronCompactLeft")), wa = l(() => o("ChevronCompactRight")), Ba = l(() => o("ChevronCompactUp")), Da = l(() => o("ChevronContract")), Pa = l(() => o("ChevronDoubleDown")), Aa = l(() => o("ChevronDoubleLeft")), Ea = l(() => o("ChevronDoubleRight")), fa = l(() => o("ChevronDoubleUp")), Ha = l(() => o("ChevronDown")), Ta = l(() => o("ChevronExpand")), ya = l(() => o("ChevronLeft")), xa = l(() => o("ChevronRight")), La = l(() => o("ChevronUp")), ba = l(() => o("Circle")), Ra = l(() => o("Circle2NdHalf")), va = l(() => o("CircleCore")), qa = l(() => o("CircleCore2NdHalf")), Ma = l(() => o("CircleCoreHalf")), Ua = l(() => o("CircleDashed")), Ia = l(() => o("CircleFill")), Ga = l(() => o("CircleHalf")), Xa = l(() => o("CircleSquare")), Wa = l(() => o("Clipboard")), Oa = l(() => o("Clipboard2")), Va = l(() => o("Clipboard2Check")), Na = l(() => o("Clipboard2CheckFill")), ja = l(() => o("Clipboard2Data")), _a = l(() => o("Clipboard2DataFill")), Ja = l(() => o("Clipboard2Fill")), za = l(() => o("Clipboard2Heart")), Qa = l(() => o("Clipboard2HeartFill")), Ka = l(() => o("Clipboard2Minus")), Ya = l(() => o("Clipboard2MinusFill")), Za = l(() => o("Clipboard2Plus")), $a = l(() => o("Clipboard2PlusFill")), lF = l(() => o("Clipboard2Pulse")), oF = l(() => o("Clipboard2PulseFill")), tF = l(() => o("Clipboard2X")), eF = l(() => o("Clipboard2XFill")), nF = l(() => o("ClipboardCheck")), iF = l(() => o("ClipboardCheckFill")), sF = l(() => o("ClipboardData")), cF = l(() => o("ClipboardDataFill")), rF = l(() => o("ClipboardFill")), aF = l(() => o("ClipboardHeart")), FF = l(() => o("ClipboardHeartFill")), dF = l(() => o("ClipboardMinus")), uF = l(() => o("ClipboardMinusFill")), CF = l(() => o("ClipboardPlus")), pF = l(() => o("ClipboardPlusFill")), hF = l(() => o("ClipboardPulse")), SF = l(() => o("ClipboardX")), gF = l(() => o("ClipboardXFill")), kF = l(() => o("Clock")), mF = l(() => o("ClockFill")), wF = l(() => o("ClockHistory")), BF = l(() => o("Cloud")), DF = l(() => o("CloudArrowDown")), PF = l(() => o("CloudArrowDownFill")), AF = l(() => o("CloudArrowUp")), EF = l(() => o("CloudArrowUpFill")), fF = l(() => o("CloudCheck")), HF = l(() => o("CloudCheckFill")), TF = l(() => o("CloudDownload")), yF = l(() => o("CloudDownloadFill")), xF = l(() => o("CloudDrizzle")), LF = l(() => o("CloudDrizzleFill")), bF = l(() => o("CloudFill")), RF = l(() => o("CloudFog")), vF = l(() => o("CloudFog2")), qF = l(() => o("CloudFog2Fill")), MF = l(() => o("CloudFogFill")), UF = l(() => o("CloudHail")), IF = l(() => o("CloudHailFill")), GF = l(() => o("CloudHaze")), XF = l(() => o("CloudHaze2")), WF = l(() => o("CloudHaze2Fill")), OF = l(() => o("CloudHazeFill")), VF = l(() => o("CloudLightning")), NF = l(() => o("CloudLightningFill")), jF = l(() => o("CloudLightningRain")), _F = l(() => o("CloudLightningRainFill")), JF = l(() => o("CloudMinus")), zF = l(() => o("CloudMinusFill")), QF = l(() => o("CloudMoon")), KF = l(() => o("CloudMoonFill")), YF = l(() => o("CloudPlus")), ZF = l(() => o("CloudPlusFill")), $F = l(() => o("CloudRain")), ld = l(() => o("CloudRainFill")), od = l(() => o("CloudRainHeavy")), td = l(() => o("CloudRainHeavyFill")), ed = l(() => o("Clouds")), nd = l(() => o("CloudsFill")), id = l(() => o("CloudSlash")), sd = l(() => o("CloudSlashFill")), cd = l(() => o("CloudSleet")), rd = l(() => o("CloudSleetFill")), ad = l(() => o("CloudSnow")), Fd = l(() => o("CloudSnowFill")), dd = l(() => o("CloudSun")), ud = l(() => o("CloudSunFill")), Cd = l(() => o("CloudUpload")), pd = l(() => o("CloudUploadFill")), hd = l(() => o("Cloudy")), Sd = l(() => o("CloudyFill")), gd = l(() => o("Code")), kd = l(() => o("CodeSlash")), md = l(() => o("CodeSquare")), wd = l(() => o("Coin")), Bd = l(() => o("Coins")), Dd = l(() => o("CoinsCheck")), Pd = l(() => o("CoinsIn")), Ad = l(() => o("CoinsLink")), Ed = l(() => o("CoinsOff")), fd = l(() => o("CoinsOut")), Hd = l(() => o("CoinsRisk")), Td = l(() => o("Collection")), yd = l(() => o("CollectionFill")), xd = l(() => o("CollectionPlay")), Ld = l(() => o("CollectionPlayFill")), bd = l(() => o("Columns")), Rd = l(() => o("ColumnsGap")), vd = l(() => o("Command")), qd = l(() => o("Compass")), Md = l(() => o("CompassFill")), Ud = l(() => o("Cone")), Id = l(() => o("ConeStriped")), Gd = l(() => o("ConeStriped2")), Xd = l(() => o("ConeStripedFill2")), Wd = l(() => o("Controller")), Od = l(() => o("Convexe")), Vd = l(() => o("ConvexeArrowDown")), Nd = l(() => o("ConvexeArrowDownFill")), jd = l(() => o("ConvexeArrowLeft")), _d = l(() => o("ConvexeArrowLeftFill")), Jd = l(() => o("ConvexeArrowRight")), zd = l(() => o("ConvexeArrowRightFill")), Qd = l(() => o("ConvexeArrowUp")), Kd = l(() => o("ConvexeArrowUpFill")), Yd = l(() => o("ConvexeCheck")), Zd = l(() => o("ConvexeCheckAll")), $d = l(() => o("ConvexeCheckAllFill")), lu = l(() => o("ConvexeCheckFill")), ou = l(() => o("ConvexeClock")), tu = l(() => o("ConvexeClockFill")), eu = l(() => o("ConvexeCore")), nu = l(() => o("ConvexeCore2NdHalf")), iu = l(() => o("ConvexeCoreHalf")), su = l(() => o("ConvexeEarmark")), cu = l(() => o("ConvexeExclamation")), ru = l(() => o("ConvexeExclamationFill")), au = l(() => o("ConvexeFill")), Fu = l(() => o("ConvexeInfo")), du = l(() => o("ConvexeInfoFill")), uu = l(() => o("ConvexeOff")), Cu = l(() => o("ConvexeOffFill")), pu = l(() => o("ConvexeSepa")), hu = l(() => o("ConvexeSepaFill")), Su = l(() => o("ConvexeTimer")), gu = l(() => o("ConvexeX")), ku = l(() => o("ConvexeXFill")), mu = l(() => o("Cookie")), wu = l(() => o("Copy")), Bu = l(() => o("Cpu")), Du = l(() => o("CpuFill")), Pu = l(() => o("CreditCard")), Au = l(() => o("CreditCard2Back")), Eu = l(() => o("CreditCard2BackFill")), fu = l(() => o("CreditCard2Front")), Hu = l(() => o("CreditCard2FrontFill")), Tu = l(() => o("CreditCardFill")), yu = l(() => o("Crop")), xu = l(() => o("Crosshair")), Lu = l(() => o("Crosshair2")), bu = l(() => o("CSquare")), Ru = l(() => o("CSquareFill")), vu = l(() => o("Cup")), qu = l(() => o("CupFill")), Mu = l(() => o("CupHot")), Uu = l(() => o("CupHotFill")), Iu = l(() => o("CupStraw")), Gu = l(() => o("CurrencyBitcoin")), Xu = l(() => o("CurrencyDollar")), Wu = l(() => o("CurrencyEuro")), Ou = l(() => o("CurrencyExchange")), Vu = l(() => o("CurrencyPound")), Nu = l(() => o("CurrencyRupee")), ju = l(() => o("CurrencyYen")), _u = l(() => o("Cursor")), Ju = l(() => o("CursorFill")), zu = l(() => o("CursorText")), Qu = l(() => o("Dash")), Ku = l(() => o("DashCircle")), Yu = l(() => o("DashCircleDotted")), Zu = l(() => o("DashCircleFill")), $u = l(() => o("DashLg")), lC = l(() => o("DashSquare")), oC = l(() => o("DashSquareDotted")), tC = l(() => o("DashSquareFill")), eC = l(() => o("Database")), nC = l(() => o("DatabaseAdd")), iC = l(() => o("DatabaseCheck")), sC = l(() => o("DatabaseDash")), cC = l(() => o("DatabaseDown")), rC = l(() => o("DatabaseExclamation")), aC = l(() => o("DatabaseFill")), FC = l(() => o("DatabaseFillAdd")), dC = l(() => o("DatabaseFillCheck")), uC = l(() => o("DatabaseFillDash")), CC = l(() => o("DatabaseFillDown")), pC = l(() => o("DatabaseFillExclamation")), hC = l(() => o("DatabaseFillGear")), SC = l(() => o("DatabaseFillLock")), gC = l(() => o("DatabaseFillSlash")), kC = l(() => o("DatabaseFillUp")), mC = l(() => o("DatabaseFillX")), wC = l(() => o("DatabaseGear")), BC = l(() => o("DatabaseLock")), DC = l(() => o("DatabaseSlash")), PC = l(() => o("DatabaseUp")), AC = l(() => o("DatabaseX")), EC = l(() => o("DeviceHdd")), fC = l(() => o("DeviceHddFill")), HC = l(() => o("DeviceSsd")), TC = l(() => o("DeviceSsdFill")), yC = l(() => o("Diagram2")), xC = l(() => o("Diagram2Fill")), LC = l(() => o("Diagram3")), bC = l(() => o("Diagram3Fill")), RC = l(() => o("Diamond")), vC = l(() => o("DiamondCorner")), qC = l(() => o("DiamondDashed")), MC = l(() => o("DiamondFill")), UC = l(() => o("DiamondHalf")), IC = l(() => o("DiamondKey")), GC = l(() => o("DiamondKeyFill")), XC = l(() => o("DiamondOff")), WC = l(() => o("DiamondOffFill")), OC = l(() => o("Diamonds")), VC = l(() => o("DiamondsDots")), NC = l(() => o("DiamondsGrid")), jC = l(() => o("DiamondsIntersect")), _C = l(() => o("DiamondsLayers")), JC = l(() => o("DiamondsLayers2")), zC = l(() => o("DiamondsLayersKey")), QC = l(() => o("DiamondsLayersKey2")), KC = l(() => o("DiamondsStripes")), YC = l(() => o("Dice1")), ZC = l(() => o("Dice1Fill")), $C = l(() => o("Dice2")), lp = l(() => o("Dice2Fill")), op = l(() => o("Dice3")), tp = l(() => o("Dice3Fill")), ep = l(() => o("Dice4")), np = l(() => o("Dice4Fill")), ip = l(() => o("Dice5")), sp = l(() => o("Dice5Fill")), cp = l(() => o("Dice6")), rp = l(() => o("Dice6Fill")), ap = l(() => o("Disc")), Fp = l(() => o("DiscFill")), dp = l(() => o("Discord")), up = l(() => o("Display")), Cp = l(() => o("DisplayFill")), pp = l(() => o("Displayport")), hp = l(() => o("DisplayportFill")), Sp = l(() => o("DistributeHorizontal")), gp = l(() => o("DistributeVertical")), kp = l(() => o("DoorClosed")), mp = l(() => o("DoorClosedFill")), wp = l(() => o("DoorOpen")), Bp = l(() => o("DoorOpenFill")), Dp = l(() => o("Dot")), Pp = l(() => o("Download")), Ap = l(() => o("Dpad")), Ep = l(() => o("DpadFill")), fp = l(() => o("Dribbble")), Hp = l(() => o("Dropbox")), Tp = l(() => o("Droplet")), yp = l(() => o("DropletFill")), xp = l(() => o("DropletHalf")), Lp = l(() => o("Duffle")), bp = l(() => o("DuffleFill")), Rp = l(() => o("Ear")), vp = l(() => o("Earbuds")), qp = l(() => o("EarFill")), Mp = l(() => o("Easel")), Up = l(() => o("Easel2")), Ip = l(() => o("Easel2Fill")), Gp = l(() => o("Easel3")), Xp = l(() => o("Easel3Fill")), Wp = l(() => o("EaselFill")), Op = l(() => o("Egg")), Vp = l(() => o("EggFill")), Np = l(() => o("EggFried")), jp = l(() => o("Eject")), _p = l(() => o("EjectFill")), Jp = l(() => o("EmojiAngry")), zp = l(() => o("EmojiAngryFill")), Qp = l(() => o("EmojiAstonished")), Kp = l(() => o("EmojiAstonishedFill")), Yp = l(() => o("EmojiDizzy")), Zp = l(() => o("EmojiDizzyFill")), $p = l(() => o("EmojiExpressionless")), lh = l(() => o("EmojiExpressionlessFill")), oh = l(() => o("EmojiFrown")), th = l(() => o("EmojiFrownFill")), eh = l(() => o("EmojiGrimace")), nh = l(() => o("EmojiGrimaceFill")), ih = l(() => o("EmojiGrin")), sh = l(() => o("EmojiGrinFill")), ch = l(() => o("EmojiHeartEyes")), rh = l(() => o("EmojiHeartEyesFill")), ah = l(() => o("EmojiKiss")), Fh = l(() => o("EmojiKissFill")), dh = l(() => o("EmojiLaughing")), uh = l(() => o("EmojiLaughingFill")), Ch = l(() => o("EmojiNeutral")), ph = l(() => o("EmojiNeutralFill")), hh = l(() => o("EmojiSmile")), Sh = l(() => o("EmojiSmileFill")), gh = l(() => o("EmojiSmileUpsideDown")), kh = l(() => o("EmojiSmileUpsideDownFill")), mh = l(() => o("EmojiSunglasses")), wh = l(() => o("EmojiSunglassesFill")), Bh = l(() => o("EmojiSurprise")), Dh = l(() => o("EmojiSurpriseFill")), Ph = l(() => o("EmojiTear")), Ah = l(() => o("EmojiTearFill")), Eh = l(() => o("EmojiWink")), fh = l(() => o("EmojiWinkFill")), Hh = l(() => o("Envelope")), Th = l(() => o("EnvelopeArrowDown")), yh = l(() => o("EnvelopeArrowDownFill")), xh = l(() => o("EnvelopeArrowUp")), Lh = l(() => o("EnvelopeArrowUpFill")), bh = l(() => o("EnvelopeAt")), Rh = l(() => o("EnvelopeAtFill")), vh = l(() => o("EnvelopeCheck")), qh = l(() => o("EnvelopeCheckFill")), Mh = l(() => o("EnvelopeDash")), Uh = l(() => o("EnvelopeDashFill")), Ih = l(() => o("EnvelopeExclamation")), Gh = l(() => o("EnvelopeExclamationFill")), Xh = l(() => o("EnvelopeFill")), Wh = l(() => o("EnvelopeHeart")), Oh = l(() => o("EnvelopeHeartFill")), Vh = l(() => o("EnvelopeOpen")), Nh = l(() => o("EnvelopeOpenFill")), jh = l(() => o("EnvelopeOpenHeart")), _h = l(() => o("EnvelopeOpenHeartFill")), Jh = l(() => o("EnvelopePaper")), zh = l(() => o("EnvelopePaperFill")), Qh = l(() => o("EnvelopePaperHeart")), Kh = l(() => o("EnvelopePaperHeartFill")), Yh = l(() => o("EnvelopePlus")), Zh = l(() => o("EnvelopePlusFill")), $h = l(() => o("EnvelopeSlash")), lS = l(() => o("EnvelopeSlashFill")), oS = l(() => o("EnvelopeX")), tS = l(() => o("EnvelopeXFill")), eS = l(() => o("Eraser")), nS = l(() => o("EraserFill")), iS = l(() => o("Escape")), sS = l(() => o("Ethernet")), cS = l(() => o("EvFront")), rS = l(() => o("EvFrontFill")), aS = l(() => o("EvStation")), FS = l(() => o("EvStationFill")), dS = l(() => o("Exclamation")), uS = l(() => o("ExclamationCircle")), CS = l(() => o("ExclamationCircleFill")), pS = l(() => o("ExclamationDiamond")), hS = l(() => o("ExclamationDiamondFill")), SS = l(() => o("ExclamationLg")), gS = l(() => o("ExclamationOctagon")), kS = l(() => o("ExclamationOctagonFill")), mS = l(() => o("ExclamationSquare")), wS = l(() => o("ExclamationSquareFill")), BS = l(() => o("ExclamationTriangle")), DS = l(() => o("ExclamationTriangleFill")), PS = l(() => o("Exclude")), AS = l(() => o("Explicit")), ES = l(() => o("ExplicitFill")), fS = l(() => o("Exposure")), HS = l(() => o("Eye")), TS = l(() => o("Eyedropper")), yS = l(() => o("EyeFill")), xS = l(() => o("Eyeglasses")), LS = l(() => o("EyeSlash")), bS = l(() => o("EyeSlashFill")), RS = l(() => o("Facebook")), vS = l(() => o("Fan")), qS = l(() => o("FastForward")), MS = l(() => o("FastForwardBtn")), US = l(() => o("FastForwardBtnFill")), IS = l(() => o("FastForwardCircle")), GS = l(() => o("FastForwardCircleFill")), XS = l(() => o("FastForwardFill")), WS = l(() => o("Feather")), OS = l(() => o("Feather2")), VS = l(() => o("Feather3")), NS = l(() => o("Figma")), jS = l(() => o("FigmaFill")), _S = l(() => o("File")), JS = l(() => o("File2Clock")), zS = l(() => o("FileArrowDown")), QS = l(() => o("FileArrowDownFill")), KS = l(() => o("FileArrowUp")), YS = l(() => o("FileArrowUpFill")), ZS = l(() => o("FileBarGraph")), $S = l(() => o("FileBarGraphFill")), lg = l(() => o("FileBinary")), og = l(() => o("FileBinaryFill")), tg = l(() => o("FileBreak")), eg = l(() => o("FileBreakFill")), ng = l(() => o("FileCheck")), ig = l(() => o("FileCheckFill")), sg = l(() => o("FileCode")), cg = l(() => o("FileCodeFill")), rg = l(() => o("FileDiff")), ag = l(() => o("FileDiffFill")), Fg = l(() => o("FileEarmark")), dg = l(() => o("FileEarmarkArrowDown")), ug = l(() => o("FileEarmarkArrowDownFill")), Cg = l(() => o("FileEarmarkArrowUp")), pg = l(() => o("FileEarmarkArrowUpFill")), hg = l(() => o("FileEarmarkBarGraph")), Sg = l(() => o("FileEarmarkBarGraphFill")), gg = l(() => o("FileEarmarkBinary")), kg = l(() => o("FileEarmarkBinaryFill")), mg = l(() => o("FileEarmarkBreak")), wg = l(() => o("FileEarmarkBreakFill")), Bg = l(() => o("FileEarmarkCheck")), Dg = l(() => o("FileEarmarkCheckFill")), Pg = l(() => o("FileEarmarkCode")), Ag = l(() => o("FileEarmarkCodeFill")), Eg = l(() => o("FileEarmarkDiff")), fg = l(() => o("FileEarmarkDiffFill")), Hg = l(() => o("FileEarmarkEasel")), Tg = l(() => o("FileEarmarkEaselFill")), yg = l(() => o("FileEarmarkExcel")), xg = l(() => o("FileEarmarkExcelFill")), Lg = l(() => o("FileEarmarkFill")), bg = l(() => o("FileEarmarkFont")), Rg = l(() => o("FileEarmarkFontFill")), vg = l(() => o("FileEarmarkImage")), qg = l(() => o("FileEarmarkImageFill")), Mg = l(() => o("FileEarmarkLock")), Ug = l(() => o("FileEarmarkLock2")), Ig = l(() => o("FileEarmarkLock2Fill")), Gg = l(() => o("FileEarmarkLockFill")), Xg = l(() => o("FileEarmarkMedical")), Wg = l(() => o("FileEarmarkMedicalFill")), Og = l(() => o("FileEarmarkMinus")), Vg = l(() => o("FileEarmarkMinusFill")), Ng = l(() => o("FileEarmarkMusic")), jg = l(() => o("FileEarmarkMusicFill")), _g = l(() => o("FileEarmarkPdf")), Jg = l(() => o("FileEarmarkPdfFill")), zg = l(() => o("FileEarmarkPerson")), Qg = l(() => o("FileEarmarkPersonFill")), Kg = l(() => o("FileEarmarkPlay")), Yg = l(() => o("FileEarmarkPlayFill")), Zg = l(() => o("FileEarmarkPlus")), $g = l(() => o("FileEarmarkPlusFill")), lk = l(() => o("FileEarmarkPost")), ok = l(() => o("FileEarmarkPostFill")), tk = l(() => o("FileEarmarkPpt")), ek = l(() => o("FileEarmarkPptFill")), nk = l(() => o("FileEarmarkRichtext")), ik = l(() => o("FileEarmarkRichtextFill")), sk = l(() => o("FileEarmarkRuled")), ck = l(() => o("FileEarmarkRuledFill")), rk = l(() => o("FileEarmarkSlides")), ak = l(() => o("FileEarmarkSlidesFill")), Fk = l(() => o("FileEarmarkSpreadsheet")), dk = l(() => o("FileEarmarkSpreadsheetFill")), uk = l(() => o("FileEarmarkText")), Ck = l(() => o("FileEarmarkTextFill")), pk = l(() => o("FileEarmarkWord")), hk = l(() => o("FileEarmarkWordFill")), Sk = l(() => o("FileEarmarkX")), gk = l(() => o("FileEarmarkXFill")), kk = l(() => o("FileEarmarkZip")), mk = l(() => o("FileEarmarkZipFill")), wk = l(() => o("FileEasel")), Bk = l(() => o("FileEaselFill")), Dk = l(() => o("FileExcel")), Pk = l(() => o("FileExcelFill")), Ak = l(() => o("FileFill")), Ek = l(() => o("FileFont")), fk = l(() => o("FileFontFill")), Hk = l(() => o("FileImage")), Tk = l(() => o("FileImageFill")), yk = l(() => o("FileLock")), xk = l(() => o("FileLock2")), Lk = l(() => o("FileLock2Fill")), bk = l(() => o("FileLockFill")), Rk = l(() => o("FileMedical")), vk = l(() => o("FileMedicalFill")), qk = l(() => o("FileMinus")), Mk = l(() => o("FileMinusFill")), Uk = l(() => o("FileMusic")), Ik = l(() => o("FileMusicFill")), Gk = l(() => o("FilePdf")), Xk = l(() => o("FilePdfFill")), Wk = l(() => o("FilePerson")), Ok = l(() => o("FilePersonFill")), Vk = l(() => o("FilePlay")), Nk = l(() => o("FilePlayFill")), jk = l(() => o("FilePlus")), _k = l(() => o("FilePlusFill")), Jk = l(() => o("FilePost")), zk = l(() => o("FilePostFill")), Qk = l(() => o("FilePpt")), Kk = l(() => o("FilePptFill")), Yk = l(() => o("FileRichtext")), Zk = l(() => o("FileRichtextFill")), $k = l(() => o("FileRuled")), lm = l(() => o("FileRuledFill")), om = l(() => o("Files")), tm = l(() => o("FilesAlt")), em = l(() => o("FileSlides")), nm = l(() => o("FileSlidesFill")), im = l(() => o("FileSpreadsheet")), sm = l(() => o("FileSpreadsheetFill")), cm = l(() => o("FileText")), rm = l(() => o("FileTextFill")), am = l(() => o("FiletypeAac")), Fm = l(() => o("FiletypeAi")), dm = l(() => o("FiletypeBmp")), um = l(() => o("FiletypeCs")), Cm = l(() => o("FiletypeCss")), pm = l(() => o("FiletypeCsv")), hm = l(() => o("FiletypeDoc")), Sm = l(() => o("FiletypeDocx")), gm = l(() => o("FiletypeExe")), km = l(() => o("FiletypeGif")), mm = l(() => o("FiletypeHeic")), wm = l(() => o("FiletypeHtml")), Bm = l(() => o("FiletypeJava")), Dm = l(() => o("FiletypeJpg")), Pm = l(() => o("FiletypeJs")), Am = l(() => o("FiletypeJson")), Em = l(() => o("FiletypeJsx")), fm = l(() => o("FiletypeKey")), Hm = l(() => o("FiletypeM4P")), Tm = l(() => o("FiletypeMd")), ym = l(() => o("FiletypeMdx")), xm = l(() => o("FiletypeMov")), Lm = l(() => o("FiletypeMp3")), bm = l(() => o("FiletypeMp4")), Rm = l(() => o("FiletypeOtf")), vm = l(() => o("FiletypePdf")), qm = l(() => o("FiletypePhp")), Mm = l(() => o("FiletypePng")), Um = l(() => o("FiletypePpt")), Im = l(() => o("FiletypePptx")), Gm = l(() => o("FiletypePsd")), Xm = l(() => o("FiletypePy")), Wm = l(() => o("FiletypeRaw")), Om = l(() => o("FiletypeRb")), Vm = l(() => o("FiletypeSass")), Nm = l(() => o("FiletypeScss")), jm = l(() => o("FiletypeSh")), _m = l(() => o("FiletypeSql")), Jm = l(() => o("FiletypeSvg")), zm = l(() => o("FiletypeTiff")), Qm = l(() => o("FiletypeTsx")), Km = l(() => o("FiletypeTtf")), Ym = l(() => o("FiletypeTxt")), Zm = l(() => o("FiletypeWav")), $m = l(() => o("FiletypeWoff")), lw = l(() => o("FiletypeXls")), ow = l(() => o("FiletypeXlsx")), tw = l(() => o("FiletypeXml")), ew = l(() => o("FiletypeYml")), nw = l(() => o("FileWord")), iw = l(() => o("FileWordFill")), sw = l(() => o("FileX")), cw = l(() => o("FileXFill")), rw = l(() => o("FileZip")), aw = l(() => o("FileZipFill")), Fw = l(() => o("Film")), dw = l(() => o("Filter")), uw = l(() => o("FilterCircle")), Cw = l(() => o("FilterCircleFill")), pw = l(() => o("FilterLeft")), hw = l(() => o("FilterRight")), Sw = l(() => o("FilterSquare")), gw = l(() => o("FilterSquareFill")), kw = l(() => o("Fingerprint")), mw = l(() => o("Fire")), ww = l(() => o("FireBootstrap")), Bw = l(() => o("FireFill")), Dw = l(() => o("Flag")), Pw = l(() => o("FlagFill")), Aw = l(() => o("Floppy")), Ew = l(() => o("Floppy2")), fw = l(() => o("Floppy2Fill")), Hw = l(() => o("FloppyFill")), Tw = l(() => o("Flower1")), yw = l(() => o("Flower2")), xw = l(() => o("Flower3")), Lw = l(() => o("Folder")), bw = l(() => o("Folder2")), Rw = l(() => o("Folder2Open")), vw = l(() => o("FolderCheck")), qw = l(() => o("FolderFill")), Mw = l(() => o("FolderMinus")), Uw = l(() => o("FolderPlus")), Iw = l(() => o("FolderSparkle")), Gw = l(() => o("FolderSymlink")), Xw = l(() => o("FolderSymlinkFill")), Ww = l(() => o("FolderX")), Ow = l(() => o("Fonts")), Vw = l(() => o("Forward")), Nw = l(() => o("ForwardFill")), jw = l(() => o("Front")), _w = l(() => o("FuelPump")), Jw = l(() => o("FuelPumpDiesel")), zw = l(() => o("FuelPumpDieselFill")), Qw = l(() => o("FuelPumpFill")), Kw = l(() => o("Fullscreen")), Yw = l(() => o("FullscreenExit")), Zw = l(() => o("Funnel")), $w = l(() => o("FunnelFill")), lB = l(() => o("Gear")), oB = l(() => o("GearFill")), tB = l(() => o("GearWide")), eB = l(() => o("GearWideConnected")), nB = l(() => o("Gem")), iB = l(() => o("GenderAmbiguous")), sB = l(() => o("GenderFemale")), cB = l(() => o("GenderMale")), rB = l(() => o("GenderNeuter")), aB = l(() => o("GenderTrans")), FB = l(() => o("Geo")), dB = l(() => o("GeoAlt")), uB = l(() => o("GeoAltFill")), CB = l(() => o("GeoFill")), pB = l(() => o("Gift")), hB = l(() => o("GiftFill")), SB = l(() => o("Git")), gB = l(() => o("Github")), kB = l(() => o("Gitlab")), mB = l(() => o("Globe")), wB = l(() => o("Globe2")), BB = l(() => o("GlobeAmericas")), DB = l(() => o("GlobeAsiaAustralia")), PB = l(() => o("GlobeCentralSouthAsia")), AB = l(() => o("GlobeEuropeAfrica")), EB = l(() => o("Google")), fB = l(() => o("GooglePlay")), HB = l(() => o("GpuCard")), TB = l(() => o("Grab")), yB = l(() => o("GrabHorizontal")), xB = l(() => o("GraphDown")), LB = l(() => o("GraphDownArrow")), bB = l(() => o("GraphUp")), RB = l(() => o("GraphUpArrow")), vB = l(() => o("Grid")), qB = l(() => o("Grid1X2")), MB = l(() => o("Grid1X2Fill")), UB = l(() => o("Grid3X2")), IB = l(() => o("Grid3X2Gap")), GB = l(() => o("Grid3X2GapFill")), XB = l(() => o("Grid3X3")), WB = l(() => o("Grid3X3Gap")), OB = l(() => o("Grid3X3GapFill")), VB = l(() => o("GridFill")), NB = l(() => o("GripHorizontal")), jB = l(() => o("GripVertical")), _B = l(() => o("Hammer")), JB = l(() => o("Hand")), zB = l(() => o("Handbag")), QB = l(() => o("HandbagFill")), KB = l(() => o("HandIndex")), YB = l(() => o("HandIndexFill")), ZB = l(() => o("HandIndexThumb")), $B = l(() => o("HandIndexThumbFill")), lD = l(() => o("HandOff")), oD = l(() => o("HandThumbsDown")), tD = l(() => o("HandThumbsDownFill")), eD = l(() => o("HandThumbsUp")), nD = l(() => o("HandThumbsUpFill")), iD = l(() => o("Hash")), sD = l(() => o("HCircle")), cD = l(() => o("HCircleFill")), rD = l(() => o("Hdd")), aD = l(() => o("HddFill")), FD = l(() => o("HddNetwork")), dD = l(() => o("HddNetworkFill")), uD = l(() => o("HddRack")), CD = l(() => o("HddRackFill")), pD = l(() => o("HddStack")), hD = l(() => o("HddStackFill")), SD = l(() => o("Hdmi")), gD = l(() => o("HdmiFill")), kD = l(() => o("Headphones")), mD = l(() => o("Headset")), wD = l(() => o("HeadsetVr")), BD = l(() => o("Heart")), DD = l(() => o("HeartArrow")), PD = l(() => o("Heartbreak")), AD = l(() => o("HeartbreakFill")), ED = l(() => o("HeartFill")), fD = l(() => o("HeartHalf")), HD = l(() => o("HeartPulse")), TD = l(() => o("HeartPulseFill")), yD = l(() => o("Hearts")), xD = l(() => o("Heptagon")), LD = l(() => o("HeptagonFill")), bD = l(() => o("HeptagonHalf")), RD = l(() => o("Hexagon")), vD = l(() => o("Hexagon2NdHalf")), qD = l(() => o("HexagonArrowDown")), MD = l(() => o("HexagonArrowDownFill")), UD = l(() => o("HexagonArrowRight")), ID = l(() => o("HexagonArrowRightFill")), GD = l(() => o("HexagonCore")), XD = l(() => o("HexagonCore2NdHalf")), WD = l(() => o("HexagonCoreHalf")), OD = l(() => o("HexagonDashed")), VD = l(() => o("HexagonFill")), ND = l(() => o("HexagonHalf")), jD = l(() => o("HexagonOff")), _D = l(() => o("HexagonOffFill")), JD = l(() => o("HexagonQuestion")), zD = l(() => o("HexagonQuestionFill")), QD = l(() => o("Highlighter")), KD = l(() => o("Highlights")), YD = l(() => o("Hospital")), ZD = l(() => o("HospitalFill")), $D = l(() => o("Hourglass")), lP = l(() => o("HourglassBottom")), oP = l(() => o("HourglassSplit")), tP = l(() => o("HourglassTop")), eP = l(() => o("House")), nP = l(() => o("HouseAdd")), iP = l(() => o("HouseAddFill")), sP = l(() => o("HouseCheck")), cP = l(() => o("HouseCheckFill")), rP = l(() => o("HouseDash")), aP = l(() => o("HouseDashFill")), FP = l(() => o("HouseDoor")), dP = l(() => o("HouseDoorFill")), uP = l(() => o("HouseDown")), CP = l(() => o("HouseDownFill")), pP = l(() => o("HouseExclamation")), hP = l(() => o("HouseExclamationFill")), SP = l(() => o("HouseFill")), gP = l(() => o("HouseGear")), kP = l(() => o("HouseGearFill")), mP = l(() => o("HouseHeart")), wP = l(() => o("HouseHeartFill")), BP = l(() => o("HouseLock")), DP = l(() => o("HouseLockFill")), PP = l(() => o("Houses")), AP = l(() => o("HousesFill")), EP = l(() => o("HouseSlash")), fP = l(() => o("HouseSlashFill")), HP = l(() => o("HouseUp")), TP = l(() => o("HouseUpFill")), yP = l(() => o("HouseX")), xP = l(() => o("HouseXFill")), LP = l(() => o("Hr")), bP = l(() => o("HSquare")), RP = l(() => o("HSquareFill")), vP = l(() => o("Hurricane")), qP = l(() => o("Hypnotize")), MP = l(() => o("Image")), UP = l(() => o("ImageAlt")), IP = l(() => o("ImageFill")), GP = l(() => o("Images")), XP = l(() => o("Inbox")), WP = l(() => o("Inboxes")), OP = l(() => o("InboxesFill")), VP = l(() => o("InboxFill")), NP = l(() => o("Incognito")), jP = l(() => o("Indent")), _P = l(() => o("InfinityBootstrap")), JP = l(() => o("Info")), zP = l(() => o("InfoCircle")), QP = l(() => o("InfoCircleFill")), KP = l(() => o("InfoLg")), YP = l(() => o("InfoSquare")), ZP = l(() => o("InfoSquareFill")), $P = l(() => o("InputCursor")), lA = l(() => o("InputCursorText")), oA = l(() => o("Instagram")), tA = l(() => o("Intercom")), eA = l(() => o("IntercomFill")), nA = l(() => o("Intersect")), iA = l(() => o("Invoice")), sA = l(() => o("Invoice2")), cA = l(() => o("Invoice2In")), rA = l(() => o("Invoice2Out")), aA = l(() => o("InvoiceClock")), FA = l(() => o("InvoiceDelete")), dA = l(() => o("InvoiceDraft")), uA = l(() => o("InvoicePdf")), CA = l(() => o("Invoices")), pA = l(() => o("Invoices2")), hA = l(() => o("InvoicesLink")), SA = l(() => o("Journal")), gA = l(() => o("Journal2")), kA = l(() => o("Journal2Off")), mA = l(() => o("JournalAlbum")), wA = l(() => o("JournalArrowDown")), BA = l(() => o("JournalArrowUp")), DA = l(() => o("JournalBookmark")), PA = l(() => o("JournalBookmarkFill")), AA = l(() => o("JournalBootstrap")), EA = l(() => o("JournalCheck")), fA = l(() => o("JournalCheckBootstrap")), HA = l(() => o("JournalCode")), TA = l(() => o("JournalMedical")), yA = l(() => o("JournalMinus")), xA = l(() => o("JournalOff")), LA = l(() => o("JournalPlus")), bA = l(() => o("JournalRichtext")), RA = l(() => o("Journals")), vA = l(() => o("JournalText")), qA = l(() => o("JournalX")), MA = l(() => o("Joystick")), UA = l(() => o("Justify")), IA = l(() => o("JustifyLeft")), GA = l(() => o("JustifyRight")), XA = l(() => o("Kanban")), WA = l(() => o("KanbanFill")), OA = l(() => o("Key")), VA = l(() => o("Keyboard")), NA = l(() => o("KeyboardFill")), jA = l(() => o("KeyFill")), _A = l(() => o("Ladder")), JA = l(() => o("Lamp")), zA = l(() => o("LampFill")), QA = l(() => o("Laptop")), KA = l(() => o("LaptopFill")), YA = l(() => o("LayerBackward")), ZA = l(() => o("LayerForward")), $A = l(() => o("Layers")), lE = l(() => o("LayersFill")), oE = l(() => o("LayersHalf")), tE = l(() => o("LayoutSidebar")), eE = l(() => o("LayoutSidebarInset")), nE = l(() => o("LayoutSidebarInsetReverse")), iE = l(() => o("LayoutSidebarReverse")), sE = l(() => o("LayoutSplit")), cE = l(() => o("LayoutTextSidebar")), rE = l(() => o("LayoutTextSidebarReverse")), aE = l(() => o("LayoutTextWindow")), FE = l(() => o("LayoutTextWindowReverse")), dE = l(() => o("LayoutThreeColumns")), uE = l(() => o("LayoutWtf")), CE = l(() => o("LifePreserver")), pE = l(() => o("Lightbulb")), hE = l(() => o("LightbulbFill")), SE = l(() => o("LightbulbOff")), gE = l(() => o("LightbulbOffFill")), kE = l(() => o("Lightning")), mE = l(() => o("LightningCharge")), wE = l(() => o("LightningChargeFill")), BE = l(() => o("LightningFill")), DE = l(() => o("Line")), PE = l(() => o("Link")), AE = l(() => o("Link45Deg")), EE = l(() => o("Linkedin")), fE = l(() => o("List")), HE = l(() => o("ListCheck")), TE = l(() => o("ListColumns")), yE = l(() => o("ListColumnsReverse")), xE = l(() => o("ListNested")), LE = l(() => o("ListOl")), bE = l(() => o("ListStars")), RE = l(() => o("ListTask")), vE = l(() => o("ListUl")), qE = l(() => o("Lock")), ME = l(() => o("LockFill")), UE = l(() => o("Luggage")), IE = l(() => o("LuggageFill")), GE = l(() => o("Lungs")), XE = l(() => o("LungsFill")), WE = l(() => o("Magic")), OE = l(() => o("Magnet")), VE = l(() => o("MagnetFill")), NE = l(() => o("Mailbox")), jE = l(() => o("Mailbox2")), _E = l(() => o("Mailbox2Flag")), JE = l(() => o("MailboxFlag")), zE = l(() => o("Map")), QE = l(() => o("MapFill")), KE = l(() => o("Markdown")), YE = l(() => o("MarkdownFill")), ZE = l(() => o("MarkerTip")), $E = l(() => o("Mask")), lf = l(() => o("Mastodon")), of = l(() => o("MeasuringTape")), tf = l(() => o("MeasuringTapeFill")), ef = l(() => o("Medium")), nf = l(() => o("Megaphone")), sf = l(() => o("MegaphoneFill")), cf = l(() => o("Memory")), rf = l(() => o("MenuApp")), af = l(() => o("MenuAppFill")), Ff = l(() => o("MenuButton")), df = l(() => o("MenuButtonFill")), uf = l(() => o("MenuButtonWide")), Cf = l(() => o("MenuButtonWideFill")), pf = l(() => o("MenuDown")), hf = l(() => o("MenuUp")), Sf = l(() => o("Messenger")), gf = l(() => o("Meta")), kf = l(() => o("Mic")), mf = l(() => o("MicFill")), wf = l(() => o("MicMute")), Bf = l(() => o("MicMuteFill")), Df = l(() => o("Microsoft")), Pf = l(() => o("MicrosoftTeams")), Af = l(() => o("Minecart")), Ef = l(() => o("MinecartLoaded")), ff = l(() => o("Modem")), Hf = l(() => o("ModemFill")), Tf = l(() => o("Moisture")), yf = l(() => o("Moon")), xf = l(() => o("MoonFill")), Lf = l(() => o("MoonStars")), bf = l(() => o("MoonStarsFill")), Rf = l(() => o("Mortarboard")), vf = l(() => o("MortarboardFill")), qf = l(() => o("Motherboard")), Mf = l(() => o("MotherboardFill")), Uf = l(() => o("Mouse")), If = l(() => o("Mouse2")), Gf = l(() => o("Mouse2Fill")), Xf = l(() => o("Mouse3")), Wf = l(() => o("Mouse3Fill")), Of = l(() => o("MouseFill")), Vf = l(() => o("MusicNote")), Nf = l(() => o("MusicNoteBeamed")), jf = l(() => o("MusicNoteList")), _f = l(() => o("MusicPlayer")), Jf = l(() => o("MusicPlayerFill")), zf = l(() => o("Newspaper")), Qf = l(() => o("NintendoSwitch")), Kf = l(() => o("NodeMinus")), Yf = l(() => o("NodeMinusFill")), Zf = l(() => o("NodePlus")), $f = l(() => o("NodePlusFill")), lH = l(() => o("NoiseReduction")), oH = l(() => o("Nut")), tH = l(() => o("NutFill")), eH = l(() => o("Nvidia")), nH = l(() => o("Nvme")), iH = l(() => o("NvmeFill")), sH = l(() => o("Octagon")), cH = l(() => o("OctagonFill")), rH = l(() => o("OctagonHalf")), aH = l(() => o("Opencollective")), FH = l(() => o("OpticalAudio")), dH = l(() => o("OpticalAudioFill")), uH = l(() => o("Option")), CH = l(() => o("Outlet")), pH = l(() => o("PaintBucket")), hH = l(() => o("PaintRoller")), SH = l(() => o("PaintRollerFill")), gH = l(() => o("Palette")), kH = l(() => o("Palette2")), mH = l(() => o("PaletteFill")), wH = l(() => o("Paperclip")), BH = l(() => o("Paragraph")), DH = l(() => o("Pass")), PH = l(() => o("PassFill")), AH = l(() => o("Passport")), EH = l(() => o("PassportFill")), fH = l(() => o("PatchCheck")), HH = l(() => o("PatchCheckFill")), TH = l(() => o("PatchExclamation")), yH = l(() => o("PatchExclamationFill")), xH = l(() => o("PatchMinus")), LH = l(() => o("PatchMinusFill")), bH = l(() => o("PatchPlus")), RH = l(() => o("PatchPlusFill")), vH = l(() => o("PatchQuestion")), qH = l(() => o("PatchQuestionFill")), MH = l(() => o("Pause")), UH = l(() => o("PauseBtn")), IH = l(() => o("PauseBtnFill")), GH = l(() => o("PauseCircle")), XH = l(() => o("PauseCircleFill")), WH = l(() => o("PauseFill")), OH = l(() => o("Paypal")), VH = l(() => o("Pc")), NH = l(() => o("PcDisplay")), jH = l(() => o("PcDisplayHorizontal")), _H = l(() => o("PcHorizontal")), JH = l(() => o("PciCard")), zH = l(() => o("PciCardNetwork")), QH = l(() => o("PciCardSound")), KH = l(() => o("PCircle")), YH = l(() => o("PCircleFill")), ZH = l(() => o("Peace")), $H = l(() => o("PeaceFill")), lT = l(() => o("Pen")), oT = l(() => o("Pencil")), tT = l(() => o("PencilFill")), eT = l(() => o("PencilSquare")), nT = l(() => o("PenFill")), iT = l(() => o("PenOff")), sT = l(() => o("PenOffFill")), cT = l(() => o("Pentagon")), rT = l(() => o("PentagonFill")), aT = l(() => o("PentagonHalf")), FT = l(() => o("People")), dT = l(() => o("PeopleFill")), uT = l(() => o("Percent")), CT = l(() => o("Person")), pT = l(() => o("PersonAdd")), hT = l(() => o("PersonArmsUp")), ST = l(() => o("PersonBadge")), gT = l(() => o("PersonBadgeFill")), kT = l(() => o("PersonBoundingBox")), mT = l(() => o("PersonCheck")), wT = l(() => o("PersonCheckFill")), BT = l(() => o("PersonCircle")), DT = l(() => o("PersonDash")), PT = l(() => o("PersonDashFill")), AT = l(() => o("PersonDown")), ET = l(() => o("PersonExclamation")), fT = l(() => o("PersonFill")), HT = l(() => o("PersonFillAdd")), TT = l(() => o("PersonFillCheck")), yT = l(() => o("PersonFillDash")), xT = l(() => o("PersonFillDown")), LT = l(() => o("PersonFillExclamation")), bT = l(() => o("PersonFillGear")), RT = l(() => o("PersonFillLock")), vT = l(() => o("PersonFillSlash")), qT = l(() => o("PersonFillUp")), MT = l(() => o("PersonFillX")), UT = l(() => o("PersonGear")), IT = l(() => o("PersonHeart")), GT = l(() => o("PersonHearts")), XT = l(() => o("PersonLinesFill")), WT = l(() => o("PersonLock")), OT = l(() => o("PersonPlus")), VT = l(() => o("PersonPlusFill")), NT = l(() => o("PersonRaisedHand")), jT = l(() => o("PersonRolodex")), _T = l(() => o("PersonSlash")), JT = l(() => o("PersonSquare")), zT = l(() => o("PersonStanding")), QT = l(() => o("PersonStandingDress")), KT = l(() => o("PersonUp")), YT = l(() => o("PersonVcard")), ZT = l(() => o("PersonVcardFill")), $T = l(() => o("PersonVideo")), ly = l(() => o("PersonVideo2")), oy = l(() => o("PersonVideo3")), ty = l(() => o("PersonWalking")), ey = l(() => o("PersonWheelchair")), ny = l(() => o("PersonWorkspace")), iy = l(() => o("PersonX")), sy = l(() => o("PersonXFill")), cy = l(() => o("Phone")), ry = l(() => o("PhoneFill")), ay = l(() => o("PhoneFlip")), Fy = l(() => o("PhoneLandscape")), dy = l(() => o("PhoneLandscapeFill")), uy = l(() => o("PhoneVibrate")), Cy = l(() => o("PhoneVibrateFill")), py = l(() => o("PieChart")), hy = l(() => o("PieChartFill")), Sy = l(() => o("PiggyBank")), gy = l(() => o("PiggyBankFill")), ky = l(() => o("Pin")), my = l(() => o("PinAngle")), wy = l(() => o("PinAngleFill")), By = l(() => o("PinFill")), Dy = l(() => o("PinMap")), Py = l(() => o("PinMapFill")), Ay = l(() => o("Pinterest")), Ey = l(() => o("Pip")), fy = l(() => o("PipFill")), Hy = l(() => o("Play")), Ty = l(() => o("PlayBtn")), yy = l(() => o("PlayBtnFill")), xy = l(() => o("PlayCircle")), Ly = l(() => o("PlayCircleFill")), by = l(() => o("PlayFill")), Ry = l(() => o("Playstation")), vy = l(() => o("Plug")), qy = l(() => o("PlugFill")), My = l(() => o("Plugin")), Uy = l(() => o("Plus")), Iy = l(() => o("PlusCircle")), Gy = l(() => o("PlusCircleDotted")), Xy = l(() => o("PlusCircleFill")), Wy = l(() => o("PlusLg")), Oy = l(() => o("PlusSlashMinus")), Vy = l(() => o("PlusSquare")), Ny = l(() => o("PlusSquareDotted")), jy = l(() => o("PlusSquareFill")), _y = l(() => o("Postage")), Jy = l(() => o("PostageFill")), zy = l(() => o("PostageHeart")), Qy = l(() => o("PostageHeartFill")), Ky = l(() => o("Postcard")), Yy = l(() => o("PostcardFill")), Zy = l(() => o("PostcardHeart")), $y = l(() => o("PostcardHeartFill")), lx = l(() => o("Power")), ox = l(() => o("Prescription")), tx = l(() => o("Prescription2")), ex = l(() => o("Printer")), nx = l(() => o("PrinterFill")), ix = l(() => o("Projector")), sx = l(() => o("ProjectorFill")), cx = l(() => o("ProrataCalendar")), rx = l(() => o("PSquare")), ax = l(() => o("PSquareFill")), Fx = l(() => o("Puzzle")), dx = l(() => o("PuzzleFill")), ux = l(() => o("QrCode")), Cx = l(() => o("QrCodeScan")), px = l(() => o("Question")), hx = l(() => o("QuestionCircle")), Sx = l(() => o("QuestionCircleFill")), gx = l(() => o("QuestionDiamond")), kx = l(() => o("QuestionDiamondFill")), mx = l(() => o("QuestionLg")), wx = l(() => o("QuestionOctagon")), Bx = l(() => o("QuestionOctagonFill")), Dx = l(() => o("QuestionSquare")), Px = l(() => o("QuestionSquareFill")), Ax = l(() => o("Quora")), Ex = l(() => o("Quote")), fx = l(() => o("Radar")), Hx = l(() => o("Radioactive")), Tx = l(() => o("Rainbow")), yx = l(() => o("RCircle")), xx = l(() => o("RCircleFill")), Lx = l(() => o("Receipt")), bx = l(() => o("Receipt2")), Rx = l(() => o("ReceiptClock")), vx = l(() => o("ReceiptCutoff")), qx = l(() => o("ReceiptDraft")), Mx = l(() => o("ReceiptOff2")), Ux = l(() => o("ReceiptPdf")), Ix = l(() => o("Reception0")), Gx = l(() => o("Reception1")), Xx = l(() => o("Reception2")), Wx = l(() => o("Reception3")), Ox = l(() => o("Reception4")), Vx = l(() => o("Record")), Nx = l(() => o("Record2")), jx = l(() => o("Record2Fill")), _x = l(() => o("RecordBtn")), Jx = l(() => o("RecordBtnFill")), zx = l(() => o("RecordCircle")), Qx = l(() => o("RecordCircleFill")), Kx = l(() => o("RecordFill")), Yx = l(() => o("Recycle")), Zx = l(() => o("Reddit")), $x = l(() => o("Regex")), lL = l(() => o("Repeat")), oL = l(() => o("Repeat1")), tL = l(() => o("Reply")), eL = l(() => o("ReplyAll")), nL = l(() => o("ReplyAllFill")), iL = l(() => o("ReplyFill")), sL = l(() => o("Rewind")), cL = l(() => o("RewindBtn")), rL = l(() => o("RewindBtnFill")), aL = l(() => o("RewindCircle")), FL = l(() => o("RewindCircleFill")), dL = l(() => o("RewindFill")), uL = l(() => o("Robot")), CL = l(() => o("Rocket")), pL = l(() => o("RocketFill")), hL = l(() => o("RocketTakeoff")), SL = l(() => o("RocketTakeoffFill")), gL = l(() => o("Router")), kL = l(() => o("RouterFill")), mL = l(() => o("RSquare")), wL = l(() => o("RSquareFill")), BL = l(() => o("Rss")), DL = l(() => o("RssFill")), PL = l(() => o("Rulers")), AL = l(() => o("Safe")), EL = l(() => o("Safe2")), fL = l(() => o("Safe2Fill")), HL = l(() => o("SafeFill")), TL = l(() => o("Save")), yL = l(() => o("Save2")), xL = l(() => o("Save2Fill")), LL = l(() => o("SaveFill")), bL = l(() => o("Scissors")), RL = l(() => o("Scooter")), vL = l(() => o("Screwdriver")), qL = l(() => o("SdCard")), ML = l(() => o("SdCardFill")), UL = l(() => o("Search")), IL = l(() => o("SearchHeart")), GL = l(() => o("SearchHeartFill")), XL = l(() => o("SegmentedNav")), WL = l(() => o("Send")), OL = l(() => o("SendArrowDown")), VL = l(() => o("SendArrowDownFill")), NL = l(() => o("SendArrowUp")), jL = l(() => o("SendArrowUpFill")), _L = l(() => o("SendCheck")), JL = l(() => o("SendCheckFill")), zL = l(() => o("SendDash")), QL = l(() => o("SendDashFill")), KL = l(() => o("SendExclamation")), YL = l(() => o("SendExclamationFill")), ZL = l(() => o("SendFill")), $L = l(() => o("SendPlus")), lb = l(() => o("SendPlusFill")), ob = l(() => o("SendSlash")), tb = l(() => o("SendSlashFill")), eb = l(() => o("SendX")), nb = l(() => o("SendXFill")), ib = l(() => o("Server")), sb = l(() => o("Shadows")), cb = l(() => o("Share")), rb = l(() => o("ShareFill")), ab = l(() => o("Shelves")), Fb = l(() => o("Shield")), db = l(() => o("ShieldCheck")), ub = l(() => o("ShieldExclamation")), Cb = l(() => o("ShieldFill")), pb = l(() => o("ShieldFillCheck")), hb = l(() => o("ShieldFillExclamation")), Sb = l(() => o("ShieldFillMinus")), gb = l(() => o("ShieldFillPlus")), kb = l(() => o("ShieldFillX")), mb = l(() => o("ShieldLock")), wb = l(() => o("ShieldLockFill")), Bb = l(() => o("ShieldMinus")), Db = l(() => o("ShieldPlus")), Pb = l(() => o("ShieldShaded")), Ab = l(() => o("ShieldSlash")), Eb = l(() => o("ShieldSlashFill")), fb = l(() => o("ShieldX")), Hb = l(() => o("Shift")), Tb = l(() => o("ShiftFill")), yb = l(() => o("Shop")), xb = l(() => o("ShopWindow")), Lb = l(() => o("Shuffle")), bb = l(() => o("Signal")), Rb = l(() => o("SignDeadEnd")), vb = l(() => o("SignDeadEndFill")), qb = l(() => o("SignDoNotEnter")), Mb = l(() => o("SignDoNotEnterFill")), Ub = l(() => o("SignIntersection")), Ib = l(() => o("SignIntersectionFill")), Gb = l(() => o("SignIntersectionSide")), Xb = l(() => o("SignIntersectionSideFill")), Wb = l(() => o("SignIntersectionT")), Ob = l(() => o("SignIntersectionTFill")), Vb = l(() => o("SignIntersectionY")), Nb = l(() => o("SignIntersectionYFill")), jb = l(() => o("SignMergeLeft")), _b = l(() => o("SignMergeLeftFill")), Jb = l(() => o("SignMergeRight")), zb = l(() => o("SignMergeRightFill")), Qb = l(() => o("SignNoLeftTurn")), Kb = l(() => o("SignNoLeftTurnFill")), Yb = l(() => o("SignNoParking")), Zb = l(() => o("SignNoParkingFill")), $b = l(() => o("SignNoRightTurn")), lR = l(() => o("SignNoRightTurnFill")), oR = l(() => o("Signpost")), tR = l(() => o("Signpost2")), eR = l(() => o("Signpost2Fill")), nR = l(() => o("SignpostFill")), iR = l(() => o("SignpostSplit")), sR = l(() => o("SignpostSplitFill")), cR = l(() => o("SignRailroad")), rR = l(() => o("SignRailroadFill")), aR = l(() => o("SignStop")), FR = l(() => o("SignStopFill")), dR = l(() => o("SignStopLights")), uR = l(() => o("SignStopLightsFill")), CR = l(() => o("SignTurnLeft")), pR = l(() => o("SignTurnLeftFill")), hR = l(() => o("SignTurnRight")), SR = l(() => o("SignTurnRightFill")), gR = l(() => o("SignTurnSlightLeft")), kR = l(() => o("SignTurnSlightLeftFill")), mR = l(() => o("SignTurnSlightRight")), wR = l(() => o("SignTurnSlightRightFill")), BR = l(() => o("SignYield")), DR = l(() => o("SignYieldFill")), PR = l(() => o("Sim")), AR = l(() => o("SimFill")), ER = l(() => o("SimSlash")), fR = l(() => o("SimSlashFill")), HR = l(() => o("SinaWeibo")), TR = l(() => o("SkipBackward")), yR = l(() => o("SkipBackwardBtn")), xR = l(() => o("SkipBackwardBtnFill")), LR = l(() => o("SkipBackwardCircle")), bR = l(() => o("SkipBackwardCircleFill")), RR = l(() => o("SkipBackwardFill")), vR = l(() => o("SkipEnd")), qR = l(() => o("SkipEndBtn")), MR = l(() => o("SkipEndBtnFill")), UR = l(() => o("SkipEndCircle")), IR = l(() => o("SkipEndCircleFill")), GR = l(() => o("SkipEndFill")), XR = l(() => o("SkipForward")), WR = l(() => o("SkipForwardBtn")), OR = l(() => o("SkipForwardBtnFill")), VR = l(() => o("SkipForwardCircle")), NR = l(() => o("SkipForwardCircleFill")), jR = l(() => o("SkipForwardFill")), _R = l(() => o("SkipStart")), JR = l(() => o("SkipStartBtn")), zR = l(() => o("SkipStartBtnFill")), QR = l(() => o("SkipStartCircle")), KR = l(() => o("SkipStartCircleFill")), YR = l(() => o("SkipStartFill")), ZR = l(() => o("Skype")), $R = l(() => o("Slack")), l2 = l(() => o("Slash")), o2 = l(() => o("SlashCircle")), t2 = l(() => o("SlashCircleFill")), e2 = l(() => o("SlashCircleFillV2")), n2 = l(() => o("SlashCircleV2")), i2 = l(() => o("SlashLg")), s2 = l(() => o("SlashSquare")), c2 = l(() => o("SlashSquareFill")), r2 = l(() => o("SlashSquareFillV2")), a2 = l(() => o("SlashSquareV2")), F2 = l(() => o("Sliders")), d2 = l(() => o("Sliders2")), u2 = l(() => o("Sliders2Vertical")), C2 = l(() => o("Smartwatch")), p2 = l(() => o("Snapchat")), h2 = l(() => o("Snow")), S2 = l(() => o("Snow2")), g2 = l(() => o("Snow3")), k2 = l(() => o("SortAlphaDown")), m2 = l(() => o("SortAlphaDownAlt")), w2 = l(() => o("SortAlphaUp")), B2 = l(() => o("SortAlphaUpAlt")), D2 = l(() => o("SortDown")), P2 = l(() => o("SortDownAlt")), A2 = l(() => o("SortNumericDown")), E2 = l(() => o("SortNumericDownAlt")), f2 = l(() => o("SortNumericUp")), H2 = l(() => o("SortNumericUpAlt")), T2 = l(() => o("SortUp")), y2 = l(() => o("SortUpAlt")), x2 = l(() => o("Soundwave")), L2 = l(() => o("Sourceforge")), b2 = l(() => o("Speaker")), R2 = l(() => o("SpeakerFill")), v2 = l(() => o("Speedometer")), q2 = l(() => o("Speedometer2")), M2 = l(() => o("Spellcheck")), U2 = l(() => o("Spotify")), I2 = l(() => o("Square")), G2 = l(() => o("SquareFill")), X2 = l(() => o("SquareHalf")), W2 = l(() => o("Squircle")), O2 = l(() => o("SquircleArrowBottom")), V2 = l(() => o("SquircleArrowBottomFill")), N2 = l(() => o("SquircleArrowLeft")), j2 = l(() => o("SquircleArrowLeftFill")), _2 = l(() => o("SquircleArrowRight")), J2 = l(() => o("SquircleArrowRightFill")), z2 = l(() => o("SquircleArrowTop")), Q2 = l(() => o("SquircleArrowTopFill")), K2 = l(() => o("SquircleCheck")), Y2 = l(() => o("SquircleCheckAll")), Z2 = l(() => o("SquircleCheckAllFill")), $2 = l(() => o("SquircleCheckFill")), lv = l(() => o("SquircleClock")), ov = l(() => o("SquircleClockFill")), tv = l(() => o("SquircleCore")), ev = l(() => o("SquircleCore2NdHalf")), nv = l(() => o("SquircleCoreHalf")), iv = l(() => o("SquircleDraft")), sv = l(() => o("SquircleExclamation")), cv = l(() => o("SquircleExclamationFill")), rv = l(() => o("SquircleFill")), av = l(() => o("SquircleInfo")), Fv = l(() => o("SquircleInfoFill")), dv = l(() => o("SquircleLink")), uv = l(() => o("SquircleLinkFill")), Cv = l(() => o("SquircleOff")), pv = l(() => o("SquircleOffFill")), hv = l(() => o("SquircleX")), Sv = l(() => o("SquircleXFill")), gv = l(() => o("Stack")), kv = l(() => o("StackOverflow")), mv = l(() => o("Star")), wv = l(() => o("StarFill")), Bv = l(() => o("StarHalf")), Dv = l(() => o("Stars")), Pv = l(() => o("Steam")), Av = l(() => o("Stickies")), Ev = l(() => o("StickiesFill")), fv = l(() => o("Sticky")), Hv = l(() => o("StickyFill")), Tv = l(() => o("Stop")), yv = l(() => o("StopBtn")), xv = l(() => o("StopBtnFill")), Lv = l(() => o("StopCircle")), bv = l(() => o("StopCircleFill")), Rv = l(() => o("StopFill")), vv = l(() => o("Stoplights")), qv = l(() => o("StoplightsFill")), Mv = l(() => o("Stopwatch")), Uv = l(() => o("StopwatchFill")), Iv = l(() => o("Strava")), Gv = l(() => o("Stripe")), Xv = l(() => o("Subscript")), Wv = l(() => o("Substack")), Ov = l(() => o("Subtract")), Vv = l(() => o("Suitcase")), Nv = l(() => o("Suitcase2")), jv = l(() => o("Suitcase2Fill")), _v = l(() => o("SuitcaseFill")), Jv = l(() => o("SuitcaseLg")), zv = l(() => o("SuitcaseLgFill")), Qv = l(() => o("SuitClub")), Kv = l(() => o("SuitClubFill")), Yv = l(() => o("SuitDiamond")), Zv = l(() => o("SuitDiamondFill")), $v = l(() => o("SuitHeart")), lq = l(() => o("SuitHeartFill")), oq = l(() => o("SuitSpade")), tq = l(() => o("SuitSpadeFill")), eq = l(() => o("Sun")), nq = l(() => o("SunFill")), iq = l(() => o("Sunglasses")), sq = l(() => o("Sunrise")), cq = l(() => o("SunriseFill")), rq = l(() => o("Sunset")), aq = l(() => o("SunsetFill")), Fq = l(() => o("Superscript")), dq = l(() => o("SymmetryHorizontal")), uq = l(() => o("SymmetryVertical")), Cq = l(() => o("Table")), pq = l(() => o("Tablet")), hq = l(() => o("TabletFill")), Sq = l(() => o("TabletLandscape")), gq = l(() => o("TabletLandscapeFill")), kq = l(() => o("Tag")), mq = l(() => o("TagFill")), wq = l(() => o("Tags")), Bq = l(() => o("TagsFill")), Dq = l(() => o("TaxiFront")), Pq = l(() => o("TaxiFrontFill")), Aq = l(() => o("Telegram")), Eq = l(() => o("Telephone")), fq = l(() => o("TelephoneFill")), Hq = l(() => o("TelephoneForward")), Tq = l(() => o("TelephoneForwardFill")), yq = l(() => o("TelephoneInbound")), xq = l(() => o("TelephoneInboundFill")), Lq = l(() => o("TelephoneMinus")), bq = l(() => o("TelephoneMinusFill")), Rq = l(() => o("TelephoneOutbound")), vq = l(() => o("TelephoneOutboundFill")), qq = l(() => o("TelephonePlus")), Mq = l(() => o("TelephonePlusFill")), Uq = l(() => o("TelephoneX")), Iq = l(() => o("TelephoneXFill")), Gq = l(() => o("TencentQq")), Xq = l(() => o("Terminal")), Wq = l(() => o("TerminalDash")), Oq = l(() => o("TerminalFill")), Vq = l(() => o("TerminalPlus")), Nq = l(() => o("TerminalSplit")), jq = l(() => o("TerminalX")), _q = l(() => o("TestPipe")), Jq = l(() => o("TestPipeFill")), zq = l(() => o("Textarea")), Qq = l(() => o("TextareaResize")), Kq = l(() => o("TextareaT")), Yq = l(() => o("TextCenter")), Zq = l(() => o("TextIndentLeft")), $q = l(() => o("TextIndentRight")), lM = l(() => o("TextLeft")), oM = l(() => o("TextParagraph")), tM = l(() => o("TextRight")), eM = l(() => o("TextWrap")), nM = l(() => o("Thermometer")), iM = l(() => o("ThermometerFire3")), sM = l(() => o("ThermometerHalf")), cM = l(() => o("ThermometerHigh")), rM = l(() => o("ThermometerLow")), aM = l(() => o("ThermometerSnow")), FM = l(() => o("ThermometerSun")), dM = l(() => o("Threads")), uM = l(() => o("ThreadsFill")), CM = l(() => o("ThreeDots")), pM = l(() => o("ThreeDotsVertical")), hM = l(() => o("Thunderbolt")), SM = l(() => o("ThunderboltFill")), gM = l(() => o("Ticket")), kM = l(() => o("TicketDetailed")), mM = l(() => o("TicketDetailedFill")), wM = l(() => o("TicketFill")), BM = l(() => o("TicketPerforated")), DM = l(() => o("TicketPerforatedFill")), PM = l(() => o("Tiktok")), AM = l(() => o("Toggle2Off")), EM = l(() => o("Toggle2On")), fM = l(() => o("ToggleOff")), HM = l(() => o("ToggleOn")), TM = l(() => o("Toggles")), yM = l(() => o("Toggles2")), xM = l(() => o("Tools")), LM = l(() => o("Tornado")), bM = l(() => o("TrainFreightFront")), RM = l(() => o("TrainFreightFrontFill")), vM = l(() => o("TrainFront")), qM = l(() => o("TrainFrontFill")), MM = l(() => o("TrainLightrailFront")), UM = l(() => o("TrainLightrailFrontFill")), IM = l(() => o("Translate")), GM = l(() => o("Transparency")), XM = l(() => o("Trash")), WM = l(() => o("Trash2")), OM = l(() => o("Trash2Fill")), VM = l(() => o("Trash3")), NM = l(() => o("Trash3Fill")), jM = l(() => o("Trash3Off")), _M = l(() => o("Trash3OffFill")), JM = l(() => o("TrashFill")), zM = l(() => o("Tree")), QM = l(() => o("TreeFill")), KM = l(() => o("Trello")), YM = l(() => o("Triangle")), ZM = l(() => o("Triangle2")), $M = l(() => o("Triangle2ArrowDown")), lU = l(() => o("Triangle2ArrowDownFill")), oU = l(() => o("Triangle2ArrowLeft")), tU = l(() => o("Triangle2ArrowLeftFill")), eU = l(() => o("Triangle2ArrowRight")), nU = l(() => o("Triangle2ArrowRightFill")), iU = l(() => o("Triangle2ArrowUp")), sU = l(() => o("Triangle2ArrowUpFill")), cU = l(() => o("Triangle2Core")), rU = l(() => o("Triangle2Core2NdHalf")), aU = l(() => o("Triangle2CoreHalf")), FU = l(() => o("Triangle2Fill")), dU = l(() => o("Triangle2X")), uU = l(() => o("Triangle2XFill")), CU = l(() => o("TriangleFill")), pU = l(() => o("TriangleHalf")), hU = l(() => o("Trophy")), SU = l(() => o("TrophyFill")), gU = l(() => o("TropicalStorm")), kU = l(() => o("Truck")), mU = l(() => o("TruckFlatbed")), wU = l(() => o("TruckFront")), BU = l(() => o("TruckFrontFill")), DU = l(() => o("Tsunami")), PU = l(() => o("Tv")), AU = l(() => o("TvFill")), EU = l(() => o("Twitch")), fU = l(() => o("Twitter")), HU = l(() => o("TwitterX")), TU = l(() => o("Type")), yU = l(() => o("TypeBold")), xU = l(() => o("TypeH1")), LU = l(() => o("TypeH2")), bU = l(() => o("TypeH3")), RU = l(() => o("TypeH4")), vU = l(() => o("TypeH5")), qU = l(() => o("TypeH6")), MU = l(() => o("TypeItalic")), UU = l(() => o("TypeStrikethrough")), IU = l(() => o("TypeUnderline")), GU = l(() => o("Ubuntu")), XU = l(() => o("UiChecks")), WU = l(() => o("UiChecksGrid")), OU = l(() => o("UiRadios")), VU = l(() => o("UiRadiosGrid")), NU = l(() => o("Umbrella")), jU = l(() => o("UmbrellaFill")), _U = l(() => o("Unindent")), JU = l(() => o("Union")), zU = l(() => o("UnitLayout")), QU = l(() => o("UnitTemplate")), KU = l(() => o("Unity")), YU = l(() => o("UniversalAccess")), ZU = l(() => o("UniversalAccessCircle")), $U = l(() => o("Unlock")), lI = l(() => o("UnlockFill")), oI = l(() => o("UnpaidInvoice")), tI = l(() => o("Upc")), eI = l(() => o("UpcScan")), nI = l(() => o("Upload")), iI = l(() => o("Usb")), sI = l(() => o("UsbC")), cI = l(() => o("UsbCFill")), rI = l(() => o("UsbDrive")), aI = l(() => o("UsbDriveFill")), FI = l(() => o("UsbFill")), dI = l(() => o("UsbMicro")), uI = l(() => o("UsbMicroFill")), CI = l(() => o("UsbMini")), pI = l(() => o("UsbMiniFill")), hI = l(() => o("UsbPlug")), SI = l(() => o("UsbPlugFill")), gI = l(() => o("UsbSymbol")), kI = l(() => o("Valentine")), mI = l(() => o("Valentine2")), wI = l(() => o("VectorPen")), BI = l(() => o("ViewList")), DI = l(() => o("ViewStacked")), PI = l(() => o("Vignette")), AI = l(() => o("Vimeo")), EI = l(() => o("Vinyl")), fI = l(() => o("VinylFill")), HI = l(() => o("Virus")), TI = l(() => o("Virus2")), yI = l(() => o("Voicemail")), xI = l(() => o("VolumeDown")), LI = l(() => o("VolumeDownFill")), bI = l(() => o("VolumeMute")), RI = l(() => o("VolumeMuteFill")), vI = l(() => o("VolumeOff")), qI = l(() => o("VolumeOffFill")), MI = l(() => o("VolumeUp")), UI = l(() => o("VolumeUpFill")), II = l(() => o("Vr")), GI = l(() => o("Wallet")), XI = l(() => o("Wallet2")), WI = l(() => o("WalletFill")), OI = l(() => o("Watch")), VI = l(() => o("Water")), NI = l(() => o("Webcam")), jI = l(() => o("WebcamFill")), _I = l(() => o("Wechat")), JI = l(() => o("Whatsapp")), zI = l(() => o("Wifi")), QI = l(() => o("Wifi1")), KI = l(() => o("Wifi2")), YI = l(() => o("WifiOff")), ZI = l(() => o("Wikipedia")), $I = l(() => o("Wind")), lG = l(() => o("Window")), oG = l(() => o("WindowBootstrap")), tG = l(() => o("WindowDash")), eG = l(() => o("WindowDesktop")), nG = l(() => o("WindowDock")), iG = l(() => o("WindowFullscreen")), sG = l(() => o("WindowPlus")), cG = l(() => o("Windows")), rG = l(() => o("WindowSidebar")), aG = l(() => o("WindowSplit")), FG = l(() => o("WindowStack")), dG = l(() => o("WindowX")), uG = l(() => o("Wordpress")), CG = l(() => o("Wrench")), pG = l(() => o("WrenchAdjustable")), hG = l(() => o("WrenchAdjustableCircle")), SG = l(() => o("WrenchAdjustableCircleFill")), gG = l(() => o("X")), kG = l(() => o("Xbox")), mG = l(() => o("XCircle")), wG = l(() => o("XCircleFill")), BG = l(() => o("XDiamond")), DG = l(() => o("XDiamondFill")), PG = l(() => o("XLg")), AG = l(() => o("XOctagon")), EG = l(() => o("XOctagonFill")), fG = l(() => o("XSquare")), HG = l(() => o("XSquareFill")), TG = l(() => o("Yelp")), yG = l(() => o("YinYang")), xG = l(() => o("Youtube")), LG = l(() => o("ZoomIn")), bG = 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")), P = l(() => o("_4CircleFill")), D = l(() => o("_4Square")), A = l(() => o("_4SquareFill")), E = l(() => o("_5Circle")), f = l(() => o("_5CircleFill")), H = l(() => o("_5Square")), T = l(() => o("_5SquareFill")), y = l(() => o("_6Circle")), x = l(() => o("_6CircleFill")), L = l(() => o("_6Square")), b = l(() => o("_6SquareFill")), R = l(() => o("_7Circle")), v = l(() => o("_7CircleFill")), q = l(() => o("_7Square")), M = l(() => o("_7SquareFill")), U = l(() => o("_8Circle")), I = l(() => o("_8CircleFill")), G = l(() => o("_8Square")), X = l(() => o("_8SquareFill")), W = l(() => o("_9Circle")), O = l(() => o("_9CircleFill")), V = l(() => o("_9Square")), N = l(() => o("_9SquareFill")), j = l(() => o("Abacus")), _ = l(() => o("Activity")), J = l(() => o("Airplane")), z = l(() => o("AirplaneEngines")), Q = l(() => o("AirplaneEnginesFill")), K = l(() => o("AirplaneFill")), Y = l(() => o("Alarm")), Z = l(() => o("AlarmFill")), $ = l(() => o("Alexa")), ll = l(() => o("AlignBottom")), ol = l(() => o("AlignCenter")), tl = l(() => o("AlignEnd")), 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")), Pl = l(() => o("ArchiveFill")), Dl = l(() => o("Arrow90DegDown")), Al = l(() => o("Arrow90DegLeft")), El = l(() => o("Arrow90DegRight")), fl = l(() => o("Arrow90DegUp")), Hl = l(() => o("ArrowBarDown")), Tl = l(() => o("ArrowBarLeft")), yl = l(() => o("ArrowBarRight")), xl = l(() => o("ArrowBarUp")), Ll = l(() => o("ArrowClockwise")), bl = l(() => o("ArrowCounterclockwise")), Rl = l(() => o("ArrowDown")), vl = l(() => o("ArrowDownCircle")), ql = l(() => o("ArrowDownCircleFill")), Ml = l(() => o("ArrowDownLeft")), Ul = l(() => o("ArrowDownLeftCircle")), Il = l(() => o("ArrowDownLeftCircleFill")), Gl = l(() => o("ArrowDownLeftSquare")), Xl = l(() => o("ArrowDownLeftSquareFill")), Wl = l(() => o("ArrowDownRight")), Ol = l(() => o("ArrowDownRightCircle")), Vl = l(() => o("ArrowDownRightCircleFill")), Nl = l(() => o("ArrowDownRightSquare")), jl = l(() => o("ArrowDownRightSquareFill")), _l = l(() => o("ArrowDownShort")), Jl = l(() => o("ArrowDownSquare")), zl = l(() => o("ArrowDownSquareFill")), Ql = l(() => o("ArrowDownUp")), Kl = l(() => o("ArrowLeft")), Yl = l(() => o("ArrowLeftCircle")), Zl = l(() => o("ArrowLeftCircleFill")), $l = l(() => o("ArrowLeftRight")), lo = l(() => o("ArrowLeftShort")), oo = l(() => o("ArrowLeftSquare")), to = l(() => o("ArrowLeftSquareFill")), 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")), Po = l(() => o("ArrowsVertical")), Do = l(() => o("ArrowThroughHeart")), Ao = l(() => o("ArrowThroughHeartFill")), Eo = l(() => o("ArrowUp")), fo = l(() => o("ArrowUpCircle")), Ho = l(() => o("ArrowUpCircleFill")), To = l(() => o("ArrowUpLeft")), yo = l(() => o("ArrowUpLeftCircle")), xo = l(() => o("ArrowUpLeftCircleFill")), Lo = l(() => o("ArrowUpLeftSquare")), bo = l(() => o("ArrowUpLeftSquareFill")), Ro = l(() => o("ArrowUpRight")), vo = l(() => o("ArrowUpRightCircle")), qo = l(() => o("ArrowUpRightCircleFill")), Mo = l(() => o("ArrowUpRightSquare")), Uo = l(() => o("ArrowUpRightSquareFill")), Io = l(() => o("ArrowUpShort")), Go = l(() => o("ArrowUpSquare")), Xo = l(() => o("ArrowUpSquareFill")), Wo = l(() => o("AspectRatio")), Oo = l(() => o("AspectRatioFill")), Vo = l(() => o("Asterisk")), No = l(() => o("At")), jo = l(() => o("Award")), _o = l(() => o("AwardFill")), Jo = l(() => o("Back")), zo = l(() => o("BackArrow")), Qo = l(() => o("Backpack")), Ko = l(() => o("Backpack2")), Yo = l(() => o("Backpack2Fill")), Zo = l(() => o("Backpack3")), $o = l(() => o("Backpack3Fill")), lt = l(() => o("Backpack4")), ot = l(() => o("Backpack4Fill")), tt = l(() => o("BackpackFill")), 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")), Pt = l(() => o("BadgeSdFill")), Dt = l(() => o("BadgeTm")), At = l(() => o("BadgeTmFill")), Et = l(() => o("BadgeVo")), ft = l(() => o("BadgeVoFill")), Ht = l(() => o("BadgeVr")), Tt = l(() => o("BadgeVrFill")), yt = l(() => o("BadgeWc")), xt = l(() => o("BadgeWcFill")), Lt = l(() => o("Bag")), bt = l(() => o("BagCheck")), Rt = l(() => o("BagCheckFill")), vt = l(() => o("BagDash")), qt = l(() => o("BagDashFill")), Mt = l(() => o("BagFill")), Ut = l(() => o("BagHeart")), It = l(() => o("BagHeartFill")), Gt = l(() => o("BagPlus")), Xt = l(() => o("BagPlusFill")), Wt = l(() => o("BagX")), Ot = l(() => o("BagXFill")), Vt = l(() => o("Balloon")), Nt = l(() => o("BalloonFill")), jt = l(() => o("BalloonHeart")), _t = l(() => o("BalloonHeartFill")), Jt = l(() => o("Ban")), zt = l(() => o("Bandaid")), Qt = l(() => o("BandaidFill")), Kt = l(() => o("BanFill")), Yt = l(() => o("Bank")), Zt = l(() => o("Bank2")), $t = l(() => o("BarChart")), 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")), Pn = l(() => o("Bicycle")), Dn = l(() => o("BinaryTree")), An = l(() => o("Bing")), En = l(() => o("Binoculars")), fn = l(() => o("BinocularsFill")), Hn = l(() => o("BlockquoteLeft")), Tn = l(() => o("BlockquoteRight")), yn = l(() => o("Bluetooth")), xn = l(() => o("BodyText")), Ln = l(() => o("Book")), 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")), Xn = l(() => o("BookmarkHeart")), Wn = l(() => o("BookmarkHeartFill")), On = 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")), Pe = l(() => o("BoxArrowDownLeft")), De = l(() => o("BoxArrowDownRight")), Ae = l(() => o("BoxArrowInDown")), Ee = l(() => o("BoxArrowInDownLeft")), fe = l(() => o("BoxArrowInDownRight")), He = l(() => o("BoxArrowInLeft")), Te = l(() => o("BoxArrowInRight")), ye = l(() => o("BoxArrowInUp")), xe = l(() => o("BoxArrowInUpLeft")), Le = l(() => o("BoxArrowInUpRight")), 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")), Xe = l(() => o("BoxSeamFill")), We = l(() => o("Braces")), Oe = 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")), Pi = l(() => o("BuildingFillAdd")), Di = l(() => o("BuildingFillCheck")), Ai = l(() => o("BuildingFillDash")), Ei = l(() => o("BuildingFillDown")), fi = l(() => o("BuildingFillExclamation")), Hi = l(() => o("BuildingFillGear")), Ti = l(() => o("BuildingFillLock")), yi = l(() => o("BuildingFillSlash")), xi = l(() => o("BuildingFillUp")), Li = l(() => o("BuildingFillX")), bi = l(() => o("BuildingGear")), Ri = l(() => o("BuildingLock")), vi = l(() => o("Buildings")), qi = l(() => o("BuildingsFill")), Mi = l(() => o("BuildingSlash")), Ui = l(() => o("BuildingUp")), Ii = l(() => o("BuildingX")), Gi = l(() => o("Bullseye")), Xi = l(() => o("BusFront")), Wi = l(() => o("BusFrontFill")), Oi = l(() => o("BusinessUnit")), Vi = l(() => o("BusinessUnitFill")), Ni = l(() => o("BusinessUnitFill2")), ji = l(() => o("Cake")), _i = l(() => o("Cake2")), Ji = l(() => o("Cake2Fill")), zi = l(() => o("CakeFill")), Qi = l(() => o("Calculator")), Ki = l(() => o("CalculatorFill")), Yi = l(() => o("Calendar")), Zi = l(() => o("Calendar2")), $i = l(() => o("Calendar2Check")), ls = l(() => o("Calendar2CheckFill")), os = l(() => o("Calendar2Date")), ts = l(() => o("Calendar2DateFill")), 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")), Ps = l(() => o("Calendar3")), Ds = l(() => o("Calendar3Event")), As = l(() => o("Calendar3EventFill")), Es = l(() => o("Calendar3Fill")), fs = l(() => o("Calendar3Range")), Hs = l(() => o("Calendar3RangeFill")), Ts = l(() => o("Calendar3Week")), ys = l(() => o("Calendar3WeekFill")), xs = l(() => o("Calendar4")), Ls = l(() => o("Calendar4Event")), bs = l(() => o("Calendar4Range")), Rs = l(() => o("Calendar4Week")), vs = l(() => o("CalendarCheck")), qs = l(() => o("CalendarCheckFill")), Ms = l(() => o("CalendarDate")), Us = l(() => o("CalendarDateFill")), Is = l(() => o("CalendarDay")), Gs = l(() => o("CalendarDayFill")), Xs = l(() => o("CalendarEvent")), Ws = l(() => o("CalendarEventFill")), Os = l(() => o("CalendarFill")), Vs = l(() => o("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")), Pc = l(() => o("CaretDown")), Dc = l(() => o("CaretDownFill")), Ac = l(() => o("CaretDownSquare")), Ec = l(() => o("CaretDownSquareFill")), fc = l(() => o("CaretLeft")), Hc = l(() => o("CaretLeftFill")), Tc = l(() => o("CaretLeftSquare")), yc = l(() => o("CaretLeftSquareFill")), xc = l(() => o("CaretRight")), Lc = l(() => o("CaretRightFill")), 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")), Xc = l(() => o("Cart")), Wc = l(() => o("Cart2")), Oc = 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")), Pr = l(() => o("ChatLeftDots")), Dr = l(() => o("ChatLeftDotsFill")), Ar = l(() => o("ChatLeftFill")), Er = l(() => o("ChatLeftHeart")), fr = l(() => o("ChatLeftHeartFill")), Hr = l(() => o("ChatLeftQuote")), Tr = l(() => o("ChatLeftQuoteFill")), yr = l(() => o("ChatLeftText")), xr = l(() => o("ChatLeftTextFill")), Lr = l(() => o("ChatQuote")), 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")), Xr = l(() => o("ChatRightQuoteFill")), Wr = l(() => o("ChatRightText")), Or = 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("CheckSquareFillBootstrap")), Ca = l(() => o("ChevronBarContract")), pa = l(() => o("ChevronBarDown")), ha = l(() => o("ChevronBarExpand")), Sa = l(() => o("ChevronBarLeft")), ga = l(() => o("ChevronBarRight")), ka = l(() => o("ChevronBarUp")), ma = l(() => o("ChevronCompactDown")), wa = l(() => o("ChevronCompactLeft")), Ba = l(() => o("ChevronCompactRight")), Pa = l(() => o("ChevronCompactUp")), Da = l(() => o("ChevronContract")), Aa = l(() => o("ChevronDoubleDown")), Ea = l(() => o("ChevronDoubleLeft")), fa = l(() => o("ChevronDoubleRight")), Ha = l(() => o("ChevronDoubleUp")), Ta = l(() => o("ChevronDown")), ya = l(() => o("ChevronExpand")), xa = l(() => o("ChevronLeft")), La = l(() => o("ChevronRight")), ba = l(() => o("ChevronUp")), Ra = l(() => o("Circle")), va = l(() => o("Circle2NdHalf")), qa = l(() => o("CircleCore")), Ma = l(() => o("CircleCore2NdHalf")), Ua = l(() => o("CircleCoreHalf")), Ia = l(() => o("CircleDashed")), Ga = l(() => o("CircleFill")), Xa = l(() => o("CircleHalf")), Wa = l(() => o("CircleSquare")), Oa = l(() => o("Clipboard")), Va = l(() => o("Clipboard2")), Na = l(() => o("Clipboard2Check")), ja = l(() => o("Clipboard2CheckFill")), _a = l(() => o("Clipboard2Data")), Ja = l(() => o("Clipboard2DataFill")), za = l(() => o("Clipboard2Fill")), Qa = l(() => o("Clipboard2Heart")), Ka = l(() => o("Clipboard2HeartFill")), Ya = l(() => o("Clipboard2Minus")), Za = l(() => o("Clipboard2MinusFill")), $a = l(() => o("Clipboard2Plus")), lF = l(() => o("Clipboard2PlusFill")), oF = l(() => o("Clipboard2Pulse")), tF = l(() => o("Clipboard2PulseFill")), nF = l(() => o("Clipboard2X")), eF = l(() => o("Clipboard2XFill")), iF = l(() => o("ClipboardCheck")), sF = l(() => o("ClipboardCheckFill")), cF = l(() => o("ClipboardData")), rF = l(() => o("ClipboardDataFill")), aF = l(() => o("ClipboardFill")), FF = l(() => o("ClipboardHeart")), dF = l(() => o("ClipboardHeartFill")), uF = l(() => o("ClipboardMinus")), CF = l(() => o("ClipboardMinusFill")), pF = l(() => o("ClipboardPlus")), hF = l(() => o("ClipboardPlusFill")), SF = l(() => o("ClipboardPulse")), gF = l(() => o("ClipboardX")), kF = l(() => o("ClipboardXFill")), mF = l(() => o("Clock")), wF = l(() => o("ClockFill")), BF = l(() => o("ClockHistory")), PF = l(() => o("Cloud")), DF = l(() => o("CloudArrowDown")), AF = l(() => o("CloudArrowDownFill")), EF = l(() => o("CloudArrowUp")), fF = l(() => o("CloudArrowUpFill")), HF = l(() => o("CloudCheck")), TF = l(() => o("CloudCheckFill")), yF = l(() => o("CloudDownload")), xF = l(() => o("CloudDownloadFill")), LF = l(() => o("CloudDrizzle")), bF = l(() => o("CloudDrizzleFill")), RF = l(() => o("CloudFill")), vF = l(() => o("CloudFog")), qF = l(() => o("CloudFog2")), MF = l(() => o("CloudFog2Fill")), UF = l(() => o("CloudFogFill")), IF = l(() => o("CloudHail")), GF = l(() => o("CloudHailFill")), XF = l(() => o("CloudHaze")), WF = l(() => o("CloudHaze2")), OF = l(() => o("CloudHaze2Fill")), VF = l(() => o("CloudHazeFill")), NF = l(() => o("CloudLightning")), jF = l(() => o("CloudLightningFill")), _F = l(() => o("CloudLightningRain")), JF = l(() => o("CloudLightningRainFill")), zF = l(() => o("CloudMinus")), QF = l(() => o("CloudMinusFill")), KF = l(() => o("CloudMoon")), YF = l(() => o("CloudMoonFill")), ZF = l(() => o("CloudPlus")), $F = l(() => o("CloudPlusFill")), ld = l(() => o("CloudRain")), od = l(() => o("CloudRainFill")), td = l(() => o("CloudRainHeavy")), nd = l(() => o("CloudRainHeavyFill")), ed = l(() => o("Clouds")), id = l(() => o("CloudsFill")), sd = l(() => o("CloudSlash")), cd = l(() => o("CloudSlashFill")), rd = l(() => o("CloudSleet")), ad = l(() => o("CloudSleetFill")), Fd = l(() => o("CloudSnow")), dd = l(() => o("CloudSnowFill")), ud = l(() => o("CloudSun")), Cd = l(() => o("CloudSunFill")), pd = l(() => o("CloudUpload")), hd = l(() => o("CloudUploadFill")), Sd = l(() => o("Cloudy")), gd = l(() => o("CloudyFill")), kd = l(() => o("Code")), md = l(() => o("CodeSlash")), wd = l(() => o("CodeSquare")), Bd = l(() => o("Coin")), Pd = l(() => o("Coins")), Dd = l(() => o("CoinsCheck")), Ad = l(() => o("CoinsIn")), Ed = l(() => o("CoinsLink")), fd = l(() => o("CoinsOff")), Hd = l(() => o("CoinsOut")), Td = l(() => o("CoinsRisk")), yd = l(() => o("Collection")), xd = l(() => o("CollectionFill")), Ld = l(() => o("CollectionPlay")), bd = l(() => o("CollectionPlayFill")), Rd = l(() => o("Columns")), vd = l(() => o("ColumnsGap")), qd = l(() => o("Command")), Md = l(() => o("Compass")), Ud = l(() => o("CompassFill")), Id = l(() => o("Cone")), Gd = l(() => o("ConeStriped")), Xd = l(() => o("ConeStriped2")), Wd = l(() => o("ConeStripedFill2")), Od = l(() => o("Controller")), Vd = l(() => o("Convexe")), Nd = l(() => o("ConvexeArrowDown")), jd = l(() => o("ConvexeArrowDownFill")), _d = l(() => o("ConvexeArrowLeft")), Jd = l(() => o("ConvexeArrowLeftFill")), zd = l(() => o("ConvexeArrowRight")), Qd = l(() => o("ConvexeArrowRightFill")), Kd = l(() => o("ConvexeArrowUp")), Yd = l(() => o("ConvexeArrowUpFill")), Zd = l(() => o("ConvexeCheck")), $d = l(() => o("ConvexeCheckAll")), lu = l(() => o("ConvexeCheckAllFill")), ou = l(() => o("ConvexeCheckFill")), tu = l(() => o("ConvexeClock")), nu = l(() => o("ConvexeClockFill")), eu = l(() => o("ConvexeCore")), iu = l(() => o("ConvexeCore2NdHalf")), su = l(() => o("ConvexeCoreHalf")), cu = l(() => o("ConvexeEarmark")), ru = l(() => o("ConvexeExclamation")), au = l(() => o("ConvexeExclamationFill")), Fu = l(() => o("ConvexeFill")), du = l(() => o("ConvexeInfo")), uu = l(() => o("ConvexeInfoFill")), Cu = l(() => o("ConvexeOff")), pu = l(() => o("ConvexeOffFill")), hu = l(() => o("ConvexeSepa")), Su = l(() => o("ConvexeSepaFill")), gu = l(() => o("ConvexeTimer")), ku = l(() => o("ConvexeX")), mu = l(() => o("ConvexeXFill")), wu = l(() => o("Cookie")), Bu = l(() => o("Copy")), Pu = l(() => o("Cpu")), Du = l(() => o("CpuFill")), Au = l(() => o("CreditCard")), Eu = l(() => o("CreditCard2Back")), fu = l(() => o("CreditCard2BackFill")), Hu = l(() => o("CreditCard2Front")), Tu = l(() => o("CreditCard2FrontFill")), yu = l(() => o("CreditCardFill")), xu = l(() => o("Crop")), Lu = l(() => o("Crosshair")), bu = l(() => o("Crosshair2")), Ru = l(() => o("CSquare")), vu = l(() => o("CSquareFill")), qu = l(() => o("Cup")), Mu = l(() => o("CupFill")), Uu = l(() => o("CupHot")), Iu = l(() => o("CupHotFill")), Gu = l(() => o("CupStraw")), Xu = l(() => o("CurrencyBitcoin")), Wu = l(() => o("CurrencyDollar")), Ou = l(() => o("CurrencyEuro")), Vu = l(() => o("CurrencyExchange")), Nu = l(() => o("CurrencyPound")), ju = l(() => o("CurrencyRupee")), _u = l(() => o("CurrencyYen")), Ju = l(() => o("Cursor")), zu = l(() => o("CursorFill")), Qu = l(() => o("CursorText")), Ku = l(() => o("Dash")), Yu = l(() => o("DashCircle")), Zu = l(() => o("DashCircleDotted")), $u = l(() => o("DashCircleFill")), lC = l(() => o("DashLg")), oC = l(() => o("DashSquare")), tC = l(() => o("DashSquareDotted")), nC = l(() => o("DashSquareFill")), eC = l(() => o("Database")), iC = l(() => o("DatabaseAdd")), sC = l(() => o("DatabaseCheck")), cC = l(() => o("DatabaseDash")), rC = l(() => o("DatabaseDown")), aC = l(() => o("DatabaseExclamation")), FC = l(() => o("DatabaseFill")), dC = l(() => o("DatabaseFillAdd")), uC = l(() => o("DatabaseFillCheck")), CC = l(() => o("DatabaseFillDash")), pC = l(() => o("DatabaseFillDown")), hC = l(() => o("DatabaseFillExclamation")), SC = l(() => o("DatabaseFillGear")), gC = l(() => o("DatabaseFillLock")), kC = l(() => o("DatabaseFillSlash")), mC = l(() => o("DatabaseFillUp")), wC = l(() => o("DatabaseFillX")), BC = l(() => o("DatabaseGear")), PC = l(() => o("DatabaseLock")), DC = l(() => o("DatabaseSlash")), AC = l(() => o("DatabaseUp")), EC = l(() => o("DatabaseX")), fC = l(() => o("DeviceHdd")), HC = l(() => o("DeviceHddFill")), TC = l(() => o("DeviceSsd")), yC = l(() => o("DeviceSsdFill")), xC = l(() => o("Diagram2")), LC = l(() => o("Diagram2Fill")), bC = l(() => o("Diagram3")), RC = l(() => o("Diagram3Fill")), vC = l(() => o("Diamond")), qC = l(() => o("DiamondCorner")), MC = l(() => o("DiamondDashed")), UC = l(() => o("DiamondFill")), IC = l(() => o("DiamondHalf")), GC = l(() => o("DiamondKey")), XC = l(() => o("DiamondKeyFill")), WC = l(() => o("DiamondOff")), OC = l(() => o("DiamondOffFill")), VC = l(() => o("Diamonds")), NC = l(() => o("DiamondsDots")), jC = l(() => o("DiamondsGrid")), _C = l(() => o("DiamondsIntersect")), JC = l(() => o("DiamondsLayers")), zC = l(() => o("DiamondsLayers2")), QC = l(() => o("DiamondsLayersKey")), KC = l(() => o("DiamondsLayersKey2")), YC = l(() => o("DiamondsStripes")), ZC = l(() => o("Dice1")), $C = l(() => o("Dice1Fill")), lp = l(() => o("Dice2")), op = l(() => o("Dice2Fill")), tp = l(() => o("Dice3")), np = l(() => o("Dice3Fill")), ep = l(() => o("Dice4")), ip = l(() => o("Dice4Fill")), sp = l(() => o("Dice5")), cp = l(() => o("Dice5Fill")), rp = l(() => o("Dice6")), ap = l(() => o("Dice6Fill")), Fp = l(() => o("Disc")), dp = l(() => o("DiscFill")), up = l(() => o("Discord")), Cp = l(() => o("Display")), pp = l(() => o("DisplayFill")), hp = l(() => o("Displayport")), Sp = l(() => o("DisplayportFill")), gp = l(() => o("DistributeHorizontal")), kp = l(() => o("DistributeVertical")), mp = l(() => o("DoorClosed")), wp = l(() => o("DoorClosedFill")), Bp = l(() => o("DoorOpen")), Pp = l(() => o("DoorOpenFill")), Dp = l(() => o("Dot")), Ap = l(() => o("Download")), Ep = l(() => o("Dpad")), fp = l(() => o("DpadFill")), Hp = l(() => o("Dribbble")), Tp = l(() => o("Dropbox")), yp = l(() => o("Droplet")), xp = l(() => o("DropletFill")), Lp = l(() => o("DropletHalf")), bp = l(() => o("Duffle")), Rp = l(() => o("DuffleFill")), vp = l(() => o("Ear")), qp = l(() => o("Earbuds")), Mp = l(() => o("EarFill")), Up = l(() => o("Easel")), Ip = l(() => o("Easel2")), Gp = l(() => o("Easel2Fill")), Xp = l(() => o("Easel3")), Wp = l(() => o("Easel3Fill")), Op = l(() => o("EaselFill")), Vp = l(() => o("Egg")), Np = l(() => o("EggFill")), jp = l(() => o("EggFried")), _p = l(() => o("Eject")), Jp = l(() => o("EjectFill")), zp = l(() => o("EmojiAngry")), Qp = l(() => o("EmojiAngryFill")), Kp = l(() => o("EmojiAstonished")), Yp = l(() => o("EmojiAstonishedFill")), Zp = l(() => o("EmojiDizzy")), $p = l(() => o("EmojiDizzyFill")), lh = l(() => o("EmojiExpressionless")), oh = l(() => o("EmojiExpressionlessFill")), th = l(() => o("EmojiFrown")), nh = l(() => o("EmojiFrownFill")), eh = l(() => o("EmojiGrimace")), ih = l(() => o("EmojiGrimaceFill")), sh = l(() => o("EmojiGrin")), ch = l(() => o("EmojiGrinFill")), rh = l(() => o("EmojiHeartEyes")), ah = l(() => o("EmojiHeartEyesFill")), Fh = l(() => o("EmojiKiss")), dh = l(() => o("EmojiKissFill")), uh = l(() => o("EmojiLaughing")), Ch = l(() => o("EmojiLaughingFill")), ph = l(() => o("EmojiNeutral")), hh = l(() => o("EmojiNeutralFill")), Sh = l(() => o("EmojiSmile")), gh = l(() => o("EmojiSmileFill")), kh = l(() => o("EmojiSmileUpsideDown")), mh = l(() => o("EmojiSmileUpsideDownFill")), wh = l(() => o("EmojiSunglasses")), Bh = l(() => o("EmojiSunglassesFill")), Ph = l(() => o("EmojiSurprise")), Dh = l(() => o("EmojiSurpriseFill")), Ah = l(() => o("EmojiTear")), Eh = l(() => o("EmojiTearFill")), fh = l(() => o("EmojiWink")), Hh = l(() => o("EmojiWinkFill")), Th = l(() => o("Envelope")), yh = l(() => o("EnvelopeArrowDown")), xh = l(() => o("EnvelopeArrowDownFill")), Lh = l(() => o("EnvelopeArrowUp")), bh = l(() => o("EnvelopeArrowUpFill")), Rh = l(() => o("EnvelopeAt")), vh = l(() => o("EnvelopeAtFill")), qh = l(() => o("EnvelopeCheck")), Mh = l(() => o("EnvelopeCheckFill")), Uh = l(() => o("EnvelopeDash")), Ih = l(() => o("EnvelopeDashFill")), Gh = l(() => o("EnvelopeExclamation")), Xh = l(() => o("EnvelopeExclamationFill")), Wh = l(() => o("EnvelopeFill")), Oh = l(() => o("EnvelopeHeart")), Vh = l(() => o("EnvelopeHeartFill")), Nh = l(() => o("EnvelopeOpen")), jh = l(() => o("EnvelopeOpenFill")), _h = l(() => o("EnvelopeOpenHeart")), Jh = l(() => o("EnvelopeOpenHeartFill")), zh = l(() => o("EnvelopePaper")), Qh = l(() => o("EnvelopePaperFill")), Kh = l(() => o("EnvelopePaperHeart")), Yh = l(() => o("EnvelopePaperHeartFill")), Zh = l(() => o("EnvelopePlus")), $h = l(() => o("EnvelopePlusFill")), lS = l(() => o("EnvelopeSlash")), oS = l(() => o("EnvelopeSlashFill")), tS = l(() => o("EnvelopeX")), nS = l(() => o("EnvelopeXFill")), eS = l(() => o("Eraser")), iS = l(() => o("EraserFill")), sS = l(() => o("Escape")), cS = l(() => o("Ethernet")), rS = l(() => o("EvFront")), aS = l(() => o("EvFrontFill")), FS = l(() => o("EvStation")), dS = l(() => o("EvStationFill")), uS = l(() => o("Exclamation")), CS = l(() => o("ExclamationCircle")), pS = l(() => o("ExclamationCircleFill")), hS = l(() => o("ExclamationDiamond")), SS = l(() => o("ExclamationDiamondFill")), gS = l(() => o("ExclamationLg")), kS = l(() => o("ExclamationOctagon")), mS = l(() => o("ExclamationOctagonFill")), wS = l(() => o("ExclamationSquare")), BS = l(() => o("ExclamationSquareFill")), PS = l(() => o("ExclamationTriangle")), DS = l(() => o("ExclamationTriangleFill")), AS = l(() => o("Exclude")), ES = l(() => o("Explicit")), fS = l(() => o("ExplicitFill")), HS = l(() => o("Exposure")), TS = l(() => o("Eye")), yS = l(() => o("Eyedropper")), xS = l(() => o("EyeFill")), LS = l(() => o("Eyeglasses")), bS = l(() => o("EyeSlash")), RS = l(() => o("EyeSlashFill")), vS = l(() => o("Facebook")), qS = l(() => o("Fan")), MS = l(() => o("FastForward")), US = l(() => o("FastForwardBtn")), IS = l(() => o("FastForwardBtnFill")), GS = l(() => o("FastForwardCircle")), XS = l(() => o("FastForwardCircleFill")), WS = l(() => o("FastForwardFill")), OS = l(() => o("Feather")), VS = l(() => o("Feather2")), NS = l(() => o("Feather3")), jS = l(() => o("Figma")), _S = l(() => o("FigmaFill")), JS = l(() => o("File")), zS = l(() => o("File2Clock")), QS = l(() => o("FileArrowDown")), KS = l(() => o("FileArrowDownFill")), YS = l(() => o("FileArrowUp")), ZS = l(() => o("FileArrowUpFill")), $S = l(() => o("FileBarGraph")), lg = l(() => o("FileBarGraphFill")), og = l(() => o("FileBinary")), tg = l(() => o("FileBinaryFill")), ng = l(() => o("FileBreak")), eg = l(() => o("FileBreakFill")), ig = l(() => o("FileCheck")), sg = l(() => o("FileCheckFill")), cg = l(() => o("FileCode")), rg = l(() => o("FileCodeFill")), ag = l(() => o("FileDiff")), Fg = l(() => o("FileDiffFill")), dg = l(() => o("FileEarmark")), ug = l(() => o("FileEarmarkArrowDown")), Cg = l(() => o("FileEarmarkArrowDownFill")), pg = l(() => o("FileEarmarkArrowUp")), hg = l(() => o("FileEarmarkArrowUpFill")), Sg = l(() => o("FileEarmarkBarGraph")), gg = l(() => o("FileEarmarkBarGraphFill")), kg = l(() => o("FileEarmarkBinary")), mg = l(() => o("FileEarmarkBinaryFill")), wg = l(() => o("FileEarmarkBreak")), Bg = l(() => o("FileEarmarkBreakFill")), Pg = l(() => o("FileEarmarkCheck")), Dg = l(() => o("FileEarmarkCheckFill")), Ag = l(() => o("FileEarmarkCode")), Eg = l(() => o("FileEarmarkCodeFill")), fg = l(() => o("FileEarmarkDiff")), Hg = l(() => o("FileEarmarkDiffFill")), Tg = l(() => o("FileEarmarkEasel")), yg = l(() => o("FileEarmarkEaselFill")), xg = l(() => o("FileEarmarkExcel")), Lg = l(() => o("FileEarmarkExcelFill")), bg = l(() => o("FileEarmarkFill")), Rg = l(() => o("FileEarmarkFont")), vg = l(() => o("FileEarmarkFontFill")), qg = l(() => o("FileEarmarkImage")), Mg = l(() => o("FileEarmarkImageFill")), Ug = l(() => o("FileEarmarkLock")), Ig = l(() => o("FileEarmarkLock2")), Gg = l(() => o("FileEarmarkLock2Fill")), Xg = l(() => o("FileEarmarkLockFill")), Wg = l(() => o("FileEarmarkMedical")), Og = l(() => o("FileEarmarkMedicalFill")), Vg = l(() => o("FileEarmarkMinus")), Ng = l(() => o("FileEarmarkMinusFill")), jg = l(() => o("FileEarmarkMusic")), _g = l(() => o("FileEarmarkMusicFill")), Jg = l(() => o("FileEarmarkPdf")), zg = l(() => o("FileEarmarkPdfFill")), Qg = l(() => o("FileEarmarkPerson")), Kg = l(() => o("FileEarmarkPersonFill")), Yg = l(() => o("FileEarmarkPlay")), Zg = l(() => o("FileEarmarkPlayFill")), $g = l(() => o("FileEarmarkPlus")), lk = l(() => o("FileEarmarkPlusFill")), ok = l(() => o("FileEarmarkPost")), tk = l(() => o("FileEarmarkPostFill")), nk = l(() => o("FileEarmarkPpt")), ek = l(() => o("FileEarmarkPptFill")), ik = l(() => o("FileEarmarkRichtext")), sk = l(() => o("FileEarmarkRichtextFill")), ck = l(() => o("FileEarmarkRuled")), rk = l(() => o("FileEarmarkRuledFill")), ak = l(() => o("FileEarmarkSlides")), Fk = l(() => o("FileEarmarkSlidesFill")), dk = l(() => o("FileEarmarkSpreadsheet")), uk = l(() => o("FileEarmarkSpreadsheetFill")), Ck = l(() => o("FileEarmarkText")), pk = l(() => o("FileEarmarkTextFill")), hk = l(() => o("FileEarmarkWord")), Sk = l(() => o("FileEarmarkWordFill")), gk = l(() => o("FileEarmarkX")), kk = l(() => o("FileEarmarkXFill")), mk = l(() => o("FileEarmarkZip")), wk = l(() => o("FileEarmarkZipFill")), Bk = l(() => o("FileEasel")), Pk = l(() => o("FileEaselFill")), Dk = l(() => o("FileExcel")), Ak = l(() => o("FileExcelFill")), Ek = l(() => o("FileFill")), fk = l(() => o("FileFont")), Hk = l(() => o("FileFontFill")), Tk = l(() => o("FileImage")), yk = l(() => o("FileImageFill")), xk = l(() => o("FileLock")), Lk = l(() => o("FileLock2")), bk = l(() => o("FileLock2Fill")), Rk = l(() => o("FileLockFill")), vk = l(() => o("FileMedical")), qk = l(() => o("FileMedicalFill")), Mk = l(() => o("FileMinus")), Uk = l(() => o("FileMinusFill")), Ik = l(() => o("FileMusic")), Gk = l(() => o("FileMusicFill")), Xk = l(() => o("FilePdf")), Wk = l(() => o("FilePdfFill")), Ok = l(() => o("FilePerson")), Vk = l(() => o("FilePersonFill")), Nk = l(() => o("FilePlay")), jk = l(() => o("FilePlayFill")), _k = l(() => o("FilePlus")), Jk = l(() => o("FilePlusFill")), zk = l(() => o("FilePost")), Qk = l(() => o("FilePostFill")), Kk = l(() => o("FilePpt")), Yk = l(() => o("FilePptFill")), Zk = l(() => o("FileRichtext")), $k = l(() => o("FileRichtextFill")), lm = l(() => o("FileRuled")), om = l(() => o("FileRuledFill")), tm = l(() => o("Files")), nm = l(() => o("FilesAlt")), em = l(() => o("FileSlides")), im = l(() => o("FileSlidesFill")), sm = l(() => o("FileSpreadsheet")), cm = l(() => o("FileSpreadsheetFill")), rm = l(() => o("FileText")), am = l(() => o("FileTextFill")), Fm = l(() => o("FiletypeAac")), dm = l(() => o("FiletypeAi")), um = l(() => o("FiletypeBmp")), Cm = l(() => o("FiletypeCs")), pm = l(() => o("FiletypeCss")), hm = l(() => o("FiletypeCsv")), Sm = l(() => o("FiletypeDoc")), gm = l(() => o("FiletypeDocx")), km = l(() => o("FiletypeExe")), mm = l(() => o("FiletypeGif")), wm = l(() => o("FiletypeHeic")), Bm = l(() => o("FiletypeHtml")), Pm = l(() => o("FiletypeJava")), Dm = l(() => o("FiletypeJpg")), Am = l(() => o("FiletypeJs")), Em = l(() => o("FiletypeJson")), fm = l(() => o("FiletypeJsx")), Hm = l(() => o("FiletypeKey")), Tm = l(() => o("FiletypeM4P")), ym = l(() => o("FiletypeMd")), xm = l(() => o("FiletypeMdx")), Lm = l(() => o("FiletypeMov")), bm = l(() => o("FiletypeMp3")), Rm = l(() => o("FiletypeMp4")), vm = l(() => o("FiletypeOtf")), qm = l(() => o("FiletypePdf")), Mm = l(() => o("FiletypePhp")), Um = l(() => o("FiletypePng")), Im = l(() => o("FiletypePpt")), Gm = l(() => o("FiletypePptx")), Xm = l(() => o("FiletypePsd")), Wm = l(() => o("FiletypePy")), Om = l(() => o("FiletypeRaw")), Vm = l(() => o("FiletypeRb")), Nm = l(() => o("FiletypeSass")), jm = l(() => o("FiletypeScss")), _m = l(() => o("FiletypeSh")), Jm = l(() => o("FiletypeSql")), zm = l(() => o("FiletypeSvg")), Qm = l(() => o("FiletypeTiff")), Km = l(() => o("FiletypeTsx")), Ym = l(() => o("FiletypeTtf")), Zm = l(() => o("FiletypeTxt")), $m = l(() => o("FiletypeWav")), lw = l(() => o("FiletypeWoff")), ow = l(() => o("FiletypeXls")), tw = l(() => o("FiletypeXlsx")), nw = l(() => o("FiletypeXml")), ew = l(() => o("FiletypeYml")), iw = l(() => o("FileWord")), sw = l(() => o("FileWordFill")), cw = l(() => o("FileX")), rw = l(() => o("FileXFill")), aw = l(() => o("FileZip")), Fw = l(() => o("FileZipFill")), dw = l(() => o("Film")), uw = l(() => o("Filter")), Cw = l(() => o("FilterCircle")), pw = l(() => o("FilterCircleFill")), hw = l(() => o("FilterLeft")), Sw = l(() => o("FilterRight")), gw = l(() => o("FilterSquare")), kw = l(() => o("FilterSquareFill")), mw = l(() => o("Fingerprint")), ww = l(() => o("Fire")), Bw = l(() => o("FireBootstrap")), Pw = l(() => o("FireFill")), Dw = l(() => o("Flag")), Aw = l(() => o("FlagFill")), Ew = l(() => o("Floppy")), fw = l(() => o("Floppy2")), Hw = l(() => o("Floppy2Fill")), Tw = l(() => o("FloppyFill")), yw = l(() => o("Flower1")), xw = l(() => o("Flower2")), Lw = l(() => o("Flower3")), bw = l(() => o("Folder")), Rw = l(() => o("Folder2")), vw = l(() => o("Folder2Open")), qw = l(() => o("FolderCheck")), Mw = l(() => o("FolderFill")), Uw = l(() => o("FolderMinus")), Iw = l(() => o("FolderPlus")), Gw = l(() => o("FolderSparkle")), Xw = l(() => o("FolderSymlink")), Ww = l(() => o("FolderSymlinkFill")), Ow = l(() => o("FolderX")), Vw = l(() => o("Fonts")), Nw = l(() => o("Forward")), jw = l(() => o("ForwardFill")), _w = l(() => o("Front")), Jw = l(() => o("FuelPump")), zw = l(() => o("FuelPumpDiesel")), Qw = l(() => o("FuelPumpDieselFill")), Kw = l(() => o("FuelPumpFill")), Yw = l(() => o("Fullscreen")), Zw = l(() => o("FullscreenExit")), $w = l(() => o("Funnel")), lB = l(() => o("FunnelFill")), oB = l(() => o("Gear")), tB = l(() => o("GearFill")), nB = l(() => o("GearWide")), eB = l(() => o("GearWideConnected")), iB = l(() => o("Gem")), sB = l(() => o("GenderAmbiguous")), cB = l(() => o("GenderFemale")), rB = l(() => o("GenderMale")), aB = l(() => o("GenderNeuter")), FB = l(() => o("GenderTrans")), dB = l(() => o("Geo")), uB = l(() => o("GeoAlt")), CB = l(() => o("GeoAltFill")), pB = l(() => o("GeoFill")), hB = l(() => o("Gift")), SB = l(() => o("GiftFill")), gB = l(() => o("Git")), kB = l(() => o("Github")), mB = l(() => o("Gitlab")), wB = l(() => o("Globe")), BB = l(() => o("Globe2")), PB = l(() => o("GlobeAmericas")), DB = l(() => o("GlobeAsiaAustralia")), AB = l(() => o("GlobeCentralSouthAsia")), EB = l(() => o("GlobeEuropeAfrica")), fB = l(() => o("Google")), HB = l(() => o("GooglePlay")), TB = l(() => o("GpuCard")), yB = l(() => o("Grab")), xB = l(() => o("GrabHorizontal")), LB = l(() => o("GraphDown")), bB = l(() => o("GraphDownArrow")), RB = l(() => o("GraphUp")), vB = l(() => o("GraphUpArrow")), qB = l(() => o("Grid")), MB = l(() => o("Grid1X2")), UB = l(() => o("Grid1X2Fill")), IB = l(() => o("Grid3X2")), GB = l(() => o("Grid3X2Gap")), XB = l(() => o("Grid3X2GapFill")), WB = l(() => o("Grid3X3")), OB = l(() => o("Grid3X3Gap")), VB = l(() => o("Grid3X3GapFill")), NB = l(() => o("GridFill")), jB = l(() => o("GripHorizontal")), _B = l(() => o("GripVertical")), JB = l(() => o("Hammer")), zB = l(() => o("Hand")), QB = l(() => o("Handbag")), KB = l(() => o("HandbagFill")), YB = l(() => o("HandIndex")), ZB = l(() => o("HandIndexFill")), $B = l(() => o("HandIndexThumb")), lP = l(() => o("HandIndexThumbFill")), oP = l(() => o("HandOff")), tP = l(() => o("HandThumbsDown")), nP = l(() => o("HandThumbsDownFill")), eP = l(() => o("HandThumbsUp")), iP = l(() => o("HandThumbsUpFill")), sP = l(() => o("Hash")), cP = l(() => o("HCircle")), rP = l(() => o("HCircleFill")), aP = l(() => o("Hdd")), FP = l(() => o("HddFill")), dP = l(() => o("HddNetwork")), uP = l(() => o("HddNetworkFill")), CP = l(() => o("HddRack")), pP = l(() => o("HddRackFill")), hP = l(() => o("HddStack")), SP = l(() => o("HddStackFill")), gP = l(() => o("Hdmi")), kP = l(() => o("HdmiFill")), mP = l(() => o("Headphones")), wP = l(() => o("Headset")), BP = l(() => o("HeadsetVr")), PP = l(() => o("Heart")), DP = l(() => o("HeartArrow")), AP = l(() => o("Heartbreak")), EP = l(() => o("HeartbreakFill")), fP = l(() => o("HeartFill")), HP = l(() => o("HeartHalf")), TP = l(() => o("HeartPulse")), yP = l(() => o("HeartPulseFill")), xP = l(() => o("Hearts")), LP = l(() => o("Heptagon")), bP = l(() => o("HeptagonFill")), RP = l(() => o("HeptagonHalf")), vP = l(() => o("Hexagon")), qP = l(() => o("Hexagon2NdHalf")), MP = l(() => o("HexagonArrowDown")), UP = l(() => o("HexagonArrowDownFill")), IP = l(() => o("HexagonArrowRight")), GP = l(() => o("HexagonArrowRightFill")), XP = l(() => o("HexagonCore")), WP = l(() => o("HexagonCore2NdHalf")), OP = l(() => o("HexagonCoreHalf")), VP = l(() => o("HexagonDashed")), NP = l(() => o("HexagonFill")), jP = l(() => o("HexagonHalf")), _P = l(() => o("HexagonOff")), JP = l(() => o("HexagonOffFill")), zP = l(() => o("HexagonQuestion")), QP = l(() => o("HexagonQuestionFill")), KP = l(() => o("Highlighter")), YP = l(() => o("Highlights")), ZP = l(() => o("Hospital")), $P = l(() => o("HospitalFill")), lD = l(() => o("Hourglass")), oD = l(() => o("HourglassBottom")), tD = l(() => o("HourglassSplit")), nD = l(() => o("HourglassTop")), eD = l(() => o("House")), iD = l(() => o("HouseAdd")), sD = l(() => o("HouseAddFill")), cD = l(() => o("HouseCheck")), rD = l(() => o("HouseCheckFill")), aD = l(() => o("HouseDash")), FD = l(() => o("HouseDashFill")), dD = l(() => o("HouseDoor")), uD = l(() => o("HouseDoorFill")), CD = l(() => o("HouseDown")), pD = l(() => o("HouseDownFill")), hD = l(() => o("HouseExclamation")), SD = l(() => o("HouseExclamationFill")), gD = l(() => o("HouseFill")), kD = l(() => o("HouseGear")), mD = l(() => o("HouseGearFill")), wD = l(() => o("HouseHeart")), BD = l(() => o("HouseHeartFill")), PD = l(() => o("HouseLock")), DD = l(() => o("HouseLockFill")), AD = l(() => o("Houses")), ED = l(() => o("HousesFill")), fD = l(() => o("HouseSlash")), HD = l(() => o("HouseSlashFill")), TD = l(() => o("HouseUp")), yD = l(() => o("HouseUpFill")), xD = l(() => o("HouseX")), LD = l(() => o("HouseXFill")), bD = l(() => o("Hr")), RD = l(() => o("HSquare")), vD = l(() => o("HSquareFill")), qD = l(() => o("Hurricane")), MD = l(() => o("Hypnotize")), UD = l(() => o("Image")), ID = l(() => o("ImageAlt")), GD = l(() => o("ImageFill")), XD = l(() => o("Images")), WD = l(() => o("Inbox")), OD = l(() => o("Inboxes")), VD = l(() => o("InboxesFill")), ND = l(() => o("InboxFill")), jD = l(() => o("Incognito")), _D = l(() => o("Indent")), JD = l(() => o("InfinityBootstrap")), zD = l(() => o("Info")), QD = l(() => o("InfoCircle")), KD = l(() => o("InfoCircleFill")), YD = l(() => o("InfoLg")), ZD = l(() => o("InfoSquare")), $D = l(() => o("InfoSquareFill")), lA = l(() => o("InputCursor")), oA = l(() => o("InputCursorText")), tA = l(() => o("Instagram")), nA = l(() => o("Intercom")), eA = l(() => o("IntercomFill")), iA = l(() => o("Intersect")), sA = l(() => o("Invoice")), cA = l(() => o("Invoice2")), rA = l(() => o("Invoice2In")), aA = l(() => o("Invoice2Out")), FA = l(() => o("InvoiceClock")), dA = l(() => o("InvoiceDelete")), uA = l(() => o("InvoiceDraft")), CA = l(() => o("InvoicePdf")), pA = l(() => o("Invoices")), hA = l(() => o("Invoices2")), SA = l(() => o("InvoicesLink")), gA = l(() => o("Journal")), kA = l(() => o("Journal2")), mA = l(() => o("Journal2Off")), wA = l(() => o("JournalAlbum")), BA = l(() => o("JournalArrowDown")), PA = l(() => o("JournalArrowUp")), DA = l(() => o("JournalBookmark")), AA = l(() => o("JournalBookmarkFill")), EA = l(() => o("JournalBootstrap")), fA = l(() => o("JournalCheck")), HA = l(() => o("JournalCheckBootstrap")), TA = l(() => o("JournalCode")), yA = l(() => o("JournalMedical")), xA = l(() => o("JournalMinus")), LA = l(() => o("JournalOff")), bA = l(() => o("JournalPlus")), RA = l(() => o("JournalRichtext")), vA = l(() => o("Journals")), qA = l(() => o("JournalText")), MA = l(() => o("JournalX")), UA = l(() => o("Joystick")), IA = l(() => o("Justify")), GA = l(() => o("JustifyLeft")), XA = l(() => o("JustifyRight")), WA = l(() => o("Kanban")), OA = l(() => o("KanbanFill")), VA = l(() => o("Key")), NA = l(() => o("Keyboard")), jA = l(() => o("KeyboardFill")), _A = l(() => o("KeyFill")), JA = l(() => o("Ladder")), zA = l(() => o("Lamp")), QA = l(() => o("LampFill")), KA = l(() => o("Laptop")), YA = l(() => o("LaptopFill")), ZA = l(() => o("LayerBackward")), $A = l(() => o("LayerForward")), lE = l(() => o("Layers")), oE = l(() => o("LayersFill")), tE = l(() => o("LayersHalf")), nE = l(() => o("LayoutSidebar")), eE = l(() => o("LayoutSidebarInset")), iE = l(() => o("LayoutSidebarInsetReverse")), sE = l(() => o("LayoutSidebarReverse")), cE = l(() => o("LayoutSplit")), rE = l(() => o("LayoutTextSidebar")), aE = l(() => o("LayoutTextSidebarReverse")), FE = l(() => o("LayoutTextWindow")), dE = l(() => o("LayoutTextWindowReverse")), uE = l(() => o("LayoutThreeColumns")), CE = l(() => o("LayoutWtf")), pE = l(() => o("LifePreserver")), hE = l(() => o("Lightbulb")), SE = l(() => o("LightbulbFill")), gE = l(() => o("LightbulbOff")), kE = l(() => o("LightbulbOffFill")), mE = l(() => o("Lightning")), wE = l(() => o("LightningCharge")), BE = l(() => o("LightningChargeFill")), PE = l(() => o("LightningFill")), DE = l(() => o("Line")), AE = l(() => o("Link")), EE = l(() => o("Link45Deg")), fE = l(() => o("Linkedin")), HE = l(() => o("List")), TE = l(() => o("ListCheck")), yE = l(() => o("ListColumns")), xE = l(() => o("ListColumnsReverse")), LE = l(() => o("ListNested")), bE = l(() => o("ListOl")), RE = l(() => o("ListStars")), vE = l(() => o("ListTask")), qE = l(() => o("ListUl")), ME = l(() => o("Lock")), UE = l(() => o("LockFill")), IE = l(() => o("Luggage")), GE = l(() => o("LuggageFill")), XE = l(() => o("Lungs")), WE = l(() => o("LungsFill")), OE = l(() => o("Magic")), VE = l(() => o("Magnet")), NE = l(() => o("MagnetFill")), jE = l(() => o("Mailbox")), _E = l(() => o("Mailbox2")), JE = l(() => o("Mailbox2Flag")), zE = l(() => o("MailboxFlag")), QE = l(() => o("Map")), KE = l(() => o("MapFill")), YE = l(() => o("Markdown")), ZE = l(() => o("MarkdownFill")), $E = l(() => o("MarkerTip")), lf = l(() => o("Mask")), of = l(() => o("Mastodon")), tf = l(() => o("MeasuringTape")), nf = l(() => o("MeasuringTapeFill")), ef = l(() => o("Medium")), sf = l(() => o("Megaphone")), cf = l(() => o("MegaphoneFill")), rf = l(() => o("Memory")), af = l(() => o("MenuApp")), Ff = l(() => o("MenuAppFill")), df = l(() => o("MenuButton")), uf = l(() => o("MenuButtonFill")), Cf = l(() => o("MenuButtonWide")), pf = l(() => o("MenuButtonWideFill")), hf = l(() => o("MenuDown")), Sf = l(() => o("MenuUp")), gf = l(() => o("Messenger")), kf = l(() => o("Meta")), mf = l(() => o("Mic")), wf = l(() => o("MicFill")), Bf = l(() => o("MicMute")), Pf = l(() => o("MicMuteFill")), Df = l(() => o("Microsoft")), Af = l(() => o("MicrosoftTeams")), Ef = l(() => o("Minecart")), ff = l(() => o("MinecartLoaded")), Hf = l(() => o("Modem")), Tf = l(() => o("ModemFill")), yf = l(() => o("Moisture")), xf = l(() => o("Moon")), Lf = l(() => o("MoonFill")), bf = l(() => o("MoonStars")), Rf = l(() => o("MoonStarsFill")), vf = l(() => o("Mortarboard")), qf = l(() => o("MortarboardFill")), Mf = l(() => o("Motherboard")), Uf = l(() => o("MotherboardFill")), If = l(() => o("Mouse")), Gf = l(() => o("Mouse2")), Xf = l(() => o("Mouse2Fill")), Wf = l(() => o("Mouse3")), Of = l(() => o("Mouse3Fill")), Vf = l(() => o("MouseFill")), Nf = l(() => o("MusicNote")), jf = l(() => o("MusicNoteBeamed")), _f = l(() => o("MusicNoteList")), Jf = l(() => o("MusicPlayer")), zf = l(() => o("MusicPlayerFill")), Qf = l(() => o("Newspaper")), Kf = l(() => o("NintendoSwitch")), Yf = l(() => o("NodeMinus")), Zf = l(() => o("NodeMinusFill")), $f = l(() => o("NodePlus")), lH = l(() => o("NodePlusFill")), oH = l(() => o("NoiseReduction")), tH = l(() => o("Nut")), nH = l(() => o("NutFill")), eH = l(() => o("Nvidia")), iH = l(() => o("Nvme")), sH = l(() => o("NvmeFill")), cH = l(() => o("Octagon")), rH = l(() => o("OctagonFill")), aH = l(() => o("OctagonHalf")), FH = l(() => o("Opencollective")), dH = l(() => o("OpticalAudio")), uH = l(() => o("OpticalAudioFill")), CH = l(() => o("Option")), pH = l(() => o("Outlet")), hH = l(() => o("PaintBucket")), SH = l(() => o("PaintRoller")), gH = l(() => o("PaintRollerFill")), kH = l(() => o("Palette")), mH = l(() => o("Palette2")), wH = l(() => o("PaletteFill")), BH = l(() => o("Paperclip")), PH = l(() => o("Paragraph")), DH = l(() => o("Pass")), AH = l(() => o("PassFill")), EH = l(() => o("Passport")), fH = l(() => o("PassportFill")), HH = l(() => o("PatchCheck")), TH = l(() => o("PatchCheckFill")), yH = l(() => o("PatchExclamation")), xH = l(() => o("PatchExclamationFill")), LH = l(() => o("PatchMinus")), bH = l(() => o("PatchMinusFill")), RH = l(() => o("PatchPlus")), vH = l(() => o("PatchPlusFill")), qH = l(() => o("PatchQuestion")), MH = l(() => o("PatchQuestionFill")), UH = l(() => o("Pause")), IH = l(() => o("PauseBtn")), GH = l(() => o("PauseBtnFill")), XH = l(() => o("PauseCircle")), WH = l(() => o("PauseCircleFill")), OH = l(() => o("PauseFill")), VH = l(() => o("Paypal")), NH = l(() => o("Pc")), jH = l(() => o("PcDisplay")), _H = l(() => o("PcDisplayHorizontal")), JH = l(() => o("PcHorizontal")), zH = l(() => o("PciCard")), QH = l(() => o("PciCardNetwork")), KH = l(() => o("PciCardSound")), YH = l(() => o("PCircle")), ZH = l(() => o("PCircleFill")), $H = l(() => o("Peace")), lT = l(() => o("PeaceFill")), oT = l(() => o("Pen")), tT = l(() => o("Pencil")), nT = l(() => o("PencilFill")), eT = l(() => o("PencilSquare")), iT = l(() => o("PenFill")), sT = l(() => o("PenOff")), cT = l(() => o("PenOffFill")), rT = l(() => o("Pentagon")), aT = l(() => o("PentagonFill")), FT = l(() => o("PentagonHalf")), dT = l(() => o("People")), uT = l(() => o("PeopleFill")), CT = l(() => o("Percent")), pT = l(() => o("Person")), hT = l(() => o("PersonAdd")), ST = l(() => o("PersonArmsUp")), gT = l(() => o("PersonBadge")), kT = l(() => o("PersonBadgeFill")), mT = l(() => o("PersonBoundingBox")), wT = l(() => o("PersonCheck")), BT = l(() => o("PersonCheckFill")), PT = l(() => o("PersonCircle")), DT = l(() => o("PersonDash")), AT = l(() => o("PersonDashFill")), ET = l(() => o("PersonDown")), fT = l(() => o("PersonExclamation")), HT = l(() => o("PersonFill")), TT = l(() => o("PersonFillAdd")), yT = l(() => o("PersonFillCheck")), xT = l(() => o("PersonFillDash")), LT = l(() => o("PersonFillDown")), bT = l(() => o("PersonFillExclamation")), RT = l(() => o("PersonFillGear")), vT = l(() => o("PersonFillLock")), qT = l(() => o("PersonFillSlash")), MT = l(() => o("PersonFillUp")), UT = l(() => o("PersonFillX")), IT = l(() => o("PersonGear")), GT = l(() => o("PersonHeart")), XT = l(() => o("PersonHearts")), WT = l(() => o("PersonLinesFill")), OT = l(() => o("PersonLock")), VT = l(() => o("PersonPlus")), NT = l(() => o("PersonPlusFill")), jT = l(() => o("PersonRaisedHand")), _T = l(() => o("PersonRolodex")), JT = l(() => o("PersonSlash")), zT = l(() => o("PersonSquare")), QT = l(() => o("PersonStanding")), KT = l(() => o("PersonStandingDress")), YT = l(() => o("PersonUp")), ZT = l(() => o("PersonVcard")), $T = l(() => o("PersonVcardFill")), ly = l(() => o("PersonVideo")), oy = l(() => o("PersonVideo2")), ty = l(() => o("PersonVideo3")), ny = l(() => o("PersonWalking")), ey = l(() => o("PersonWheelchair")), iy = l(() => o("PersonWorkspace")), sy = l(() => o("PersonX")), cy = l(() => o("PersonXFill")), ry = l(() => o("Phone")), ay = l(() => o("PhoneFill")), Fy = l(() => o("PhoneFlip")), dy = l(() => o("PhoneLandscape")), uy = l(() => o("PhoneLandscapeFill")), Cy = l(() => o("PhoneVibrate")), py = l(() => o("PhoneVibrateFill")), hy = l(() => o("PieChart")), Sy = l(() => o("PieChartFill")), gy = l(() => o("PiggyBank")), ky = l(() => o("PiggyBank2")), my = l(() => o("PiggyBank2Check")), wy = l(() => o("PiggyBank2Coin")), By = l(() => o("PiggyBank2Exclamation")), Py = l(() => o("PiggyBank2In")), Dy = l(() => o("PiggyBank2Off")), Ay = l(() => o("PiggyBank2Out")), Ey = l(() => o("PiggyBankFill")), fy = l(() => o("Pin")), Hy = l(() => o("PinAngle")), Ty = l(() => o("PinAngleFill")), yy = l(() => o("PinFill")), xy = l(() => o("PinMap")), Ly = l(() => o("PinMapFill")), by = l(() => o("Pinterest")), Ry = l(() => o("Pip")), vy = l(() => o("PipFill")), qy = l(() => o("Play")), My = l(() => o("PlayBtn")), Uy = l(() => o("PlayBtnFill")), Iy = l(() => o("PlayCircle")), Gy = l(() => o("PlayCircleFill")), Xy = l(() => o("PlayFill")), Wy = l(() => o("Playstation")), Oy = l(() => o("Plug")), Vy = l(() => o("PlugFill")), Ny = l(() => o("Plugin")), jy = l(() => o("Plus")), _y = l(() => o("PlusCircle")), Jy = l(() => o("PlusCircleDotted")), zy = l(() => o("PlusCircleFill")), Qy = l(() => o("PlusLg")), Ky = l(() => o("PlusSlashMinus")), Yy = l(() => o("PlusSquare")), Zy = l(() => o("PlusSquareDotted")), $y = l(() => o("PlusSquareFill")), lx = l(() => o("Postage")), ox = l(() => o("PostageFill")), tx = l(() => o("PostageHeart")), nx = l(() => o("PostageHeartFill")), ex = l(() => o("Postcard")), ix = l(() => o("PostcardFill")), sx = l(() => o("PostcardHeart")), cx = l(() => o("PostcardHeartFill")), rx = l(() => o("Power")), ax = l(() => o("Prescription")), Fx = l(() => o("Prescription2")), dx = l(() => o("Printer")), ux = l(() => o("PrinterFill")), Cx = l(() => o("Projector")), px = l(() => o("ProjectorFill")), hx = l(() => o("ProrataCalendar")), Sx = l(() => o("PSquare")), gx = l(() => o("PSquareFill")), kx = l(() => o("Puzzle")), mx = l(() => o("PuzzleFill")), wx = l(() => o("QrCode")), Bx = l(() => o("QrCodeScan")), Px = l(() => o("Question")), Dx = l(() => o("QuestionCircle")), Ax = l(() => o("QuestionCircleFill")), Ex = l(() => o("QuestionDiamond")), fx = l(() => o("QuestionDiamondFill")), Hx = l(() => o("QuestionLg")), Tx = l(() => o("QuestionOctagon")), yx = l(() => o("QuestionOctagonFill")), xx = l(() => o("QuestionSquare")), Lx = l(() => o("QuestionSquareFill")), bx = l(() => o("Quora")), Rx = l(() => o("Quote")), vx = l(() => o("Radar")), qx = l(() => o("Radioactive")), Mx = l(() => o("Rainbow")), Ux = l(() => o("RCircle")), Ix = l(() => o("RCircleFill")), Gx = l(() => o("Receipt")), Xx = l(() => o("Receipt2")), Wx = l(() => o("ReceiptClock")), Ox = l(() => o("ReceiptCutoff")), Vx = l(() => o("ReceiptDraft")), Nx = l(() => o("ReceiptOff2")), jx = l(() => o("ReceiptPdf")), _x = l(() => o("Reception0")), Jx = l(() => o("Reception1")), zx = l(() => o("Reception2")), Qx = l(() => o("Reception3")), Kx = l(() => o("Reception4")), Yx = l(() => o("Record")), Zx = l(() => o("Record2")), $x = l(() => o("Record2Fill")), lL = l(() => o("RecordBtn")), oL = l(() => o("RecordBtnFill")), tL = l(() => o("RecordCircle")), nL = l(() => o("RecordCircleFill")), eL = l(() => o("RecordFill")), iL = l(() => o("Recycle")), sL = l(() => o("Reddit")), cL = l(() => o("Regex")), rL = l(() => o("Repeat")), aL = l(() => o("Repeat1")), FL = l(() => o("Reply")), dL = l(() => o("ReplyAll")), uL = l(() => o("ReplyAllFill")), CL = l(() => o("ReplyFill")), pL = l(() => o("Rewind")), hL = l(() => o("RewindBtn")), SL = l(() => o("RewindBtnFill")), gL = l(() => o("RewindCircle")), kL = l(() => o("RewindCircleFill")), mL = l(() => o("RewindFill")), wL = l(() => o("Robot")), BL = l(() => o("Rocket")), PL = l(() => o("RocketFill")), DL = l(() => o("RocketTakeoff")), AL = l(() => o("RocketTakeoffFill")), EL = l(() => o("Router")), fL = l(() => o("RouterFill")), HL = l(() => o("RSquare")), TL = l(() => o("RSquareFill")), yL = l(() => o("Rss")), xL = l(() => o("RssFill")), LL = l(() => o("Rulers")), bL = l(() => o("Safe")), RL = l(() => o("Safe2")), vL = l(() => o("Safe2Fill")), qL = l(() => o("SafeFill")), ML = l(() => o("Save")), UL = l(() => o("Save2")), IL = l(() => o("Save2Fill")), GL = l(() => o("SaveFill")), XL = l(() => o("Scissors")), WL = l(() => o("Scooter")), OL = l(() => o("Screwdriver")), VL = l(() => o("SdCard")), NL = l(() => o("SdCardFill")), jL = l(() => o("Search")), _L = l(() => o("SearchHeart")), JL = l(() => o("SearchHeartFill")), zL = l(() => o("SegmentedNav")), QL = l(() => o("Send")), KL = l(() => o("SendArrowDown")), YL = l(() => o("SendArrowDownFill")), ZL = l(() => o("SendArrowUp")), $L = l(() => o("SendArrowUpFill")), l2 = l(() => o("SendCheck")), o2 = l(() => o("SendCheckFill")), t2 = l(() => o("SendDash")), n2 = l(() => o("SendDashFill")), e2 = l(() => o("SendExclamation")), i2 = l(() => o("SendExclamationFill")), s2 = l(() => o("SendFill")), c2 = l(() => o("SendPlus")), r2 = l(() => o("SendPlusFill")), a2 = l(() => o("SendSlash")), F2 = l(() => o("SendSlashFill")), d2 = l(() => o("SendX")), u2 = l(() => o("SendXFill")), C2 = l(() => o("Server")), p2 = l(() => o("Shadows")), h2 = l(() => o("Share")), S2 = l(() => o("ShareFill")), g2 = l(() => o("Shelves")), k2 = l(() => o("Shield")), m2 = l(() => o("ShieldCheck")), w2 = l(() => o("ShieldExclamation")), B2 = l(() => o("ShieldFill")), P2 = l(() => o("ShieldFillCheck")), D2 = l(() => o("ShieldFillExclamation")), A2 = l(() => o("ShieldFillMinus")), E2 = l(() => o("ShieldFillPlus")), f2 = l(() => o("ShieldFillX")), H2 = l(() => o("ShieldLock")), T2 = l(() => o("ShieldLockFill")), y2 = l(() => o("ShieldMinus")), x2 = l(() => o("ShieldPlus")), L2 = l(() => o("ShieldShaded")), b2 = l(() => o("ShieldSlash")), R2 = l(() => o("ShieldSlashFill")), v2 = l(() => o("ShieldX")), q2 = l(() => o("Shift")), M2 = l(() => o("ShiftFill")), U2 = l(() => o("Shop")), I2 = l(() => o("ShopWindow")), G2 = l(() => o("Shuffle")), X2 = l(() => o("Signal")), W2 = l(() => o("SignDeadEnd")), O2 = l(() => o("SignDeadEndFill")), V2 = l(() => o("SignDoNotEnter")), N2 = l(() => o("SignDoNotEnterFill")), j2 = l(() => o("SignIntersection")), _2 = l(() => o("SignIntersectionFill")), J2 = l(() => o("SignIntersectionSide")), z2 = l(() => o("SignIntersectionSideFill")), Q2 = l(() => o("SignIntersectionT")), K2 = l(() => o("SignIntersectionTFill")), Y2 = l(() => o("SignIntersectionY")), Z2 = l(() => o("SignIntersectionYFill")), $2 = l(() => o("SignMergeLeft")), lb = l(() => o("SignMergeLeftFill")), ob = l(() => o("SignMergeRight")), tb = l(() => o("SignMergeRightFill")), nb = l(() => o("SignNoLeftTurn")), eb = l(() => o("SignNoLeftTurnFill")), ib = l(() => o("SignNoParking")), sb = l(() => o("SignNoParkingFill")), cb = l(() => o("SignNoRightTurn")), rb = l(() => o("SignNoRightTurnFill")), ab = l(() => o("Signpost")), Fb = l(() => o("Signpost2")), db = l(() => o("Signpost2Fill")), ub = l(() => o("SignpostFill")), Cb = l(() => o("SignpostSplit")), pb = l(() => o("SignpostSplitFill")), hb = l(() => o("SignRailroad")), Sb = l(() => o("SignRailroadFill")), gb = l(() => o("SignStop")), kb = l(() => o("SignStopFill")), mb = l(() => o("SignStopLights")), wb = l(() => o("SignStopLightsFill")), Bb = l(() => o("SignTurnLeft")), Pb = l(() => o("SignTurnLeftFill")), Db = l(() => o("SignTurnRight")), Ab = l(() => o("SignTurnRightFill")), Eb = l(() => o("SignTurnSlightLeft")), fb = l(() => o("SignTurnSlightLeftFill")), Hb = l(() => o("SignTurnSlightRight")), Tb = l(() => o("SignTurnSlightRightFill")), yb = l(() => o("SignYield")), xb = l(() => o("SignYieldFill")), Lb = l(() => o("Sim")), bb = l(() => o("SimFill")), Rb = l(() => o("SimSlash")), vb = l(() => o("SimSlashFill")), qb = l(() => o("SinaWeibo")), Mb = l(() => o("SkipBackward")), Ub = l(() => o("SkipBackwardBtn")), Ib = l(() => o("SkipBackwardBtnFill")), Gb = l(() => o("SkipBackwardCircle")), Xb = l(() => o("SkipBackwardCircleFill")), Wb = l(() => o("SkipBackwardFill")), Ob = l(() => o("SkipEnd")), Vb = l(() => o("SkipEndBtn")), Nb = l(() => o("SkipEndBtnFill")), jb = l(() => o("SkipEndCircle")), _b = l(() => o("SkipEndCircleFill")), Jb = l(() => o("SkipEndFill")), zb = l(() => o("SkipForward")), Qb = l(() => o("SkipForwardBtn")), Kb = l(() => o("SkipForwardBtnFill")), Yb = l(() => o("SkipForwardCircle")), Zb = l(() => o("SkipForwardCircleFill")), $b = l(() => o("SkipForwardFill")), lR = l(() => o("SkipStart")), oR = l(() => o("SkipStartBtn")), tR = l(() => o("SkipStartBtnFill")), nR = l(() => o("SkipStartCircle")), eR = l(() => o("SkipStartCircleFill")), iR = l(() => o("SkipStartFill")), sR = l(() => o("Skype")), cR = l(() => o("Slack")), rR = l(() => o("Slash")), aR = l(() => o("SlashCircle")), FR = l(() => o("SlashCircleFill")), dR = l(() => o("SlashCircleFillV2")), uR = l(() => o("SlashCircleV2")), CR = l(() => o("SlashLg")), pR = l(() => o("SlashSquare")), hR = l(() => o("SlashSquareFill")), SR = l(() => o("SlashSquareFillV2")), gR = l(() => o("SlashSquareV2")), kR = l(() => o("Sliders")), mR = l(() => o("Sliders2")), wR = l(() => o("Sliders2Vertical")), BR = l(() => o("Smartwatch")), PR = l(() => o("Snapchat")), DR = l(() => o("Snow")), AR = l(() => o("Snow2")), ER = l(() => o("Snow3")), fR = l(() => o("SortAlphaDown")), HR = l(() => o("SortAlphaDownAlt")), TR = l(() => o("SortAlphaUp")), yR = l(() => o("SortAlphaUpAlt")), xR = l(() => o("SortDown")), LR = l(() => o("SortDownAlt")), bR = l(() => o("SortNumericDown")), RR = l(() => o("SortNumericDownAlt")), vR = l(() => o("SortNumericUp")), qR = l(() => o("SortNumericUpAlt")), MR = l(() => o("SortUp")), UR = l(() => o("SortUpAlt")), IR = l(() => o("Soundwave")), GR = l(() => o("Sourceforge")), XR = l(() => o("Speaker")), WR = l(() => o("SpeakerFill")), OR = l(() => o("Speedometer")), VR = l(() => o("Speedometer2")), NR = l(() => o("Spellcheck")), jR = l(() => o("Spotify")), _R = l(() => o("Square")), JR = l(() => o("SquareFill")), zR = l(() => o("SquareHalf")), QR = l(() => o("Squircle")), KR = l(() => o("SquircleArrowBottom")), YR = l(() => o("SquircleArrowBottomFill")), ZR = l(() => o("SquircleArrowLeft")), $R = l(() => o("SquircleArrowLeftFill")), lv = l(() => o("SquircleArrowRight")), ov = l(() => o("SquircleArrowRightFill")), tv = l(() => o("SquircleArrowTop")), nv = l(() => o("SquircleArrowTopFill")), ev = l(() => o("SquircleCheck")), iv = l(() => o("SquircleCheckAll")), sv = l(() => o("SquircleCheckAllFill")), cv = l(() => o("SquircleCheckFill")), rv = l(() => o("SquircleClock")), av = l(() => o("SquircleClockFill")), Fv = l(() => o("SquircleCore")), dv = l(() => o("SquircleCore2NdHalf")), uv = l(() => o("SquircleCoreHalf")), Cv = l(() => o("SquircleDraft")), pv = l(() => o("SquircleExclamation")), hv = l(() => o("SquircleExclamationFill")), Sv = l(() => o("SquircleFill")), gv = l(() => o("SquircleInfo")), kv = l(() => o("SquircleInfoFill")), mv = l(() => o("SquircleLink")), wv = l(() => o("SquircleLinkFill")), Bv = l(() => o("SquircleOff")), Pv = l(() => o("SquircleOffFill")), Dv = l(() => o("SquircleX")), Av = l(() => o("SquircleXFill")), Ev = l(() => o("Stack")), fv = l(() => o("StackOverflow")), Hv = l(() => o("Star")), Tv = l(() => o("StarFill")), yv = l(() => o("StarHalf")), xv = l(() => o("Stars")), Lv = l(() => o("Steam")), bv = l(() => o("Stickies")), Rv = l(() => o("StickiesFill")), vv = l(() => o("Sticky")), qv = l(() => o("StickyFill")), Mv = l(() => o("Stop")), Uv = l(() => o("StopBtn")), Iv = l(() => o("StopBtnFill")), Gv = l(() => o("StopCircle")), Xv = l(() => o("StopCircleFill")), Wv = l(() => o("StopFill")), Ov = l(() => o("Stoplights")), Vv = l(() => o("StoplightsFill")), Nv = l(() => o("Stopwatch")), jv = l(() => o("StopwatchFill")), _v = l(() => o("Strava")), Jv = l(() => o("Stripe")), zv = l(() => o("Subscript")), Qv = l(() => o("Substack")), Kv = l(() => o("Subtract")), Yv = l(() => o("Suitcase")), Zv = l(() => o("Suitcase2")), $v = l(() => o("Suitcase2Fill")), lq = l(() => o("SuitcaseFill")), oq = l(() => o("SuitcaseLg")), tq = l(() => o("SuitcaseLgFill")), nq = l(() => o("SuitClub")), eq = l(() => o("SuitClubFill")), iq = l(() => o("SuitDiamond")), sq = l(() => o("SuitDiamondFill")), cq = l(() => o("SuitHeart")), rq = l(() => o("SuitHeartFill")), aq = l(() => o("SuitSpade")), Fq = l(() => o("SuitSpadeFill")), dq = l(() => o("Sun")), uq = l(() => o("SunFill")), Cq = l(() => o("Sunglasses")), pq = l(() => o("Sunrise")), hq = l(() => o("SunriseFill")), Sq = l(() => o("Sunset")), gq = l(() => o("SunsetFill")), kq = l(() => o("Superscript")), mq = l(() => o("SymmetryHorizontal")), wq = l(() => o("SymmetryVertical")), Bq = l(() => o("Table")), Pq = l(() => o("Tablet")), Dq = l(() => o("TabletFill")), Aq = l(() => o("TabletLandscape")), Eq = l(() => o("TabletLandscapeFill")), fq = l(() => o("Tag")), Hq = l(() => o("TagFill")), Tq = l(() => o("Tags")), yq = l(() => o("TagsFill")), xq = l(() => o("TaxiFront")), Lq = l(() => o("TaxiFrontFill")), bq = l(() => o("Telegram")), Rq = l(() => o("Telephone")), vq = l(() => o("TelephoneFill")), qq = l(() => o("TelephoneForward")), Mq = l(() => o("TelephoneForwardFill")), Uq = l(() => o("TelephoneInbound")), Iq = l(() => o("TelephoneInboundFill")), Gq = l(() => o("TelephoneMinus")), Xq = l(() => o("TelephoneMinusFill")), Wq = l(() => o("TelephoneOutbound")), Oq = l(() => o("TelephoneOutboundFill")), Vq = l(() => o("TelephonePlus")), Nq = l(() => o("TelephonePlusFill")), jq = l(() => o("TelephoneX")), _q = l(() => o("TelephoneXFill")), Jq = l(() => o("TencentQq")), zq = l(() => o("Terminal")), Qq = l(() => o("TerminalDash")), Kq = l(() => o("TerminalFill")), Yq = l(() => o("TerminalPlus")), Zq = l(() => o("TerminalSplit")), $q = l(() => o("TerminalX")), lM = l(() => o("TestPipe")), oM = l(() => o("TestPipeFill")), tM = l(() => o("Textarea")), nM = l(() => o("TextareaResize")), eM = l(() => o("TextareaT")), iM = l(() => o("TextCenter")), sM = l(() => o("TextIndentLeft")), cM = l(() => o("TextIndentRight")), rM = l(() => o("TextLeft")), aM = l(() => o("TextParagraph")), FM = l(() => o("TextRight")), dM = l(() => o("TextWrap")), uM = l(() => o("Thermometer")), CM = l(() => o("ThermometerFire3")), pM = l(() => o("ThermometerHalf")), hM = l(() => o("ThermometerHigh")), SM = l(() => o("ThermometerLow")), gM = l(() => o("ThermometerSnow")), kM = l(() => o("ThermometerSun")), mM = l(() => o("Threads")), wM = l(() => o("ThreadsFill")), BM = l(() => o("ThreeDots")), PM = l(() => o("ThreeDotsVertical")), DM = l(() => o("Thunderbolt")), AM = l(() => o("ThunderboltFill")), EM = l(() => o("Ticket")), fM = l(() => o("TicketDetailed")), HM = l(() => o("TicketDetailedFill")), TM = l(() => o("TicketFill")), yM = l(() => o("TicketPerforated")), xM = l(() => o("TicketPerforatedFill")), LM = l(() => o("Tiktok")), bM = l(() => o("Toggle2Off")), RM = l(() => o("Toggle2On")), vM = l(() => o("ToggleOff")), qM = l(() => o("ToggleOn")), MM = l(() => o("Toggles")), UM = l(() => o("Toggles2")), IM = l(() => o("Tools")), GM = l(() => o("Tornado")), XM = l(() => o("TrainFreightFront")), WM = l(() => o("TrainFreightFrontFill")), OM = l(() => o("TrainFront")), VM = l(() => o("TrainFrontFill")), NM = l(() => o("TrainLightrailFront")), jM = l(() => o("TrainLightrailFrontFill")), _M = l(() => o("Translate")), JM = l(() => o("Transparency")), zM = l(() => o("Trash")), QM = l(() => o("Trash2")), KM = l(() => o("Trash2Fill")), YM = l(() => o("Trash3")), ZM = l(() => o("Trash3Fill")), $M = l(() => o("Trash3Off")), lU = l(() => o("Trash3OffFill")), oU = l(() => o("TrashFill")), tU = l(() => o("Tree")), nU = l(() => o("TreeFill")), eU = l(() => o("Trello")), iU = l(() => o("Triangle")), sU = l(() => o("Triangle2")), cU = l(() => o("Triangle2ArrowDown")), rU = l(() => o("Triangle2ArrowDownFill")), aU = l(() => o("Triangle2ArrowLeft")), FU = l(() => o("Triangle2ArrowLeftFill")), dU = l(() => o("Triangle2ArrowRight")), uU = l(() => o("Triangle2ArrowRightFill")), CU = l(() => o("Triangle2ArrowUp")), pU = l(() => o("Triangle2ArrowUpFill")), hU = l(() => o("Triangle2Core")), SU = l(() => o("Triangle2Core2NdHalf")), gU = l(() => o("Triangle2CoreHalf")), kU = l(() => o("Triangle2Fill")), mU = l(() => o("Triangle2X")), wU = l(() => o("Triangle2XFill")), BU = l(() => o("TriangleFill")), PU = l(() => o("TriangleHalf")), DU = l(() => o("Trophy")), AU = l(() => o("TrophyFill")), EU = l(() => o("TropicalStorm")), fU = l(() => o("Truck")), HU = l(() => o("TruckFlatbed")), TU = l(() => o("TruckFront")), yU = l(() => o("TruckFrontFill")), xU = l(() => o("Tsunami")), LU = l(() => o("Tv")), bU = l(() => o("TvFill")), RU = l(() => o("Twitch")), vU = l(() => o("Twitter")), qU = l(() => o("TwitterX")), MU = l(() => o("Type")), UU = l(() => o("TypeBold")), IU = l(() => o("TypeH1")), GU = l(() => o("TypeH2")), XU = l(() => o("TypeH3")), WU = l(() => o("TypeH4")), OU = l(() => o("TypeH5")), VU = l(() => o("TypeH6")), NU = l(() => o("TypeItalic")), jU = l(() => o("TypeStrikethrough")), _U = l(() => o("TypeUnderline")), JU = l(() => o("Ubuntu")), zU = l(() => o("UiChecks")), QU = l(() => o("UiChecksGrid")), KU = l(() => o("UiRadios")), YU = l(() => o("UiRadiosGrid")), ZU = l(() => o("Umbrella")), $U = l(() => o("UmbrellaFill")), lI = l(() => o("Unindent")), oI = l(() => o("Union")), tI = l(() => o("UnitLayout")), nI = l(() => o("UnitTemplate")), eI = l(() => o("Unity")), iI = l(() => o("UniversalAccess")), sI = l(() => o("UniversalAccessCircle")), cI = l(() => o("Unlock")), rI = l(() => o("UnlockFill")), aI = l(() => o("UnpaidInvoice")), FI = l(() => o("Upc")), dI = l(() => o("UpcScan")), uI = l(() => o("Upload")), CI = l(() => o("Usb")), pI = l(() => o("UsbC")), hI = l(() => o("UsbCFill")), SI = l(() => o("UsbDrive")), gI = l(() => o("UsbDriveFill")), kI = l(() => o("UsbFill")), mI = l(() => o("UsbMicro")), wI = l(() => o("UsbMicroFill")), BI = l(() => o("UsbMini")), PI = l(() => o("UsbMiniFill")), DI = l(() => o("UsbPlug")), AI = l(() => o("UsbPlugFill")), EI = l(() => o("UsbSymbol")), fI = l(() => o("Valentine")), HI = l(() => o("Valentine2")), TI = l(() => o("VectorPen")), yI = l(() => o("ViewList")), xI = l(() => o("ViewStacked")), LI = l(() => o("Vignette")), bI = l(() => o("Vimeo")), RI = l(() => o("Vinyl")), vI = l(() => o("VinylFill")), qI = l(() => o("Virus")), MI = l(() => o("Virus2")), UI = l(() => o("Voicemail")), II = l(() => o("VolumeDown")), GI = l(() => o("VolumeDownFill")), XI = l(() => o("VolumeMute")), WI = l(() => o("VolumeMuteFill")), OI = l(() => o("VolumeOff")), VI = l(() => o("VolumeOffFill")), NI = l(() => o("VolumeUp")), jI = l(() => o("VolumeUpFill")), _I = l(() => o("Vr")), JI = l(() => o("Wallet")), zI = l(() => o("Wallet2")), QI = l(() => o("WalletFill")), KI = l(() => o("Watch")), YI = l(() => o("Water")), ZI = l(() => o("Webcam")), $I = l(() => o("WebcamFill")), lG = l(() => o("Wechat")), oG = l(() => o("Whatsapp")), tG = l(() => o("Wifi")), nG = l(() => o("Wifi1")), eG = l(() => o("Wifi2")), iG = l(() => o("WifiOff")), sG = l(() => o("Wikipedia")), cG = l(() => o("Wind")), rG = l(() => o("Window")), aG = l(() => o("WindowBootstrap")), FG = l(() => o("WindowDash")), dG = l(() => o("WindowDesktop")), uG = l(() => o("WindowDock")), CG = l(() => o("WindowFullscreen")), pG = l(() => o("WindowPlus")), hG = l(() => o("Windows")), SG = l(() => o("WindowSidebar")), gG = l(() => o("WindowSplit")), kG = l(() => o("WindowStack")), mG = l(() => o("WindowX")), wG = l(() => o("Wordpress")), BG = l(() => o("Wrench")), PG = l(() => o("WrenchAdjustable")), DG = l(() => o("WrenchAdjustableCircle")), AG = l(() => o("WrenchAdjustableCircleFill")), EG = l(() => o("X")), fG = l(() => o("Xbox")), HG = l(() => o("XCircle")), TG = l(() => o("XCircleFill")), yG = l(() => o("XDiamond")), xG = l(() => o("XDiamondFill")), LG = l(() => o("XLg")), bG = l(() => o("XOctagon")), RG = l(() => o("XOctagonFill")), vG = l(() => o("XSquare")), qG = l(() => o("XSquareFill")), MG = l(() => o("Yelp")), UG = l(() => o("YinYang")), IG = l(() => o("Youtube")), GG = l(() => o("ZoomIn")), XG = l(() => o("ZoomOut"));
|
|
12
12
|
export {
|
|
13
13
|
j as Abacus,
|
|
14
14
|
_ as Activity,
|
|
@@ -22,8 +22,8 @@ export {
|
|
|
22
22
|
ll as AlignBottom,
|
|
23
23
|
ol as AlignCenter,
|
|
24
24
|
tl as AlignEnd,
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
nl as AlignMiddle,
|
|
26
|
+
el as AlignStart,
|
|
27
27
|
il as AlignTop,
|
|
28
28
|
sl as Alipay,
|
|
29
29
|
cl as Alphabet,
|
|
@@ -41,8 +41,8 @@ export {
|
|
|
41
41
|
ml as AppsPlus,
|
|
42
42
|
wl as AppsPlusFill,
|
|
43
43
|
Bl as Archive,
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
Pl as ArchiveFill,
|
|
45
|
+
Dl as Arrow90DegDown,
|
|
46
46
|
Al as Arrow90DegLeft,
|
|
47
47
|
El as Arrow90DegRight,
|
|
48
48
|
fl as Arrow90DegUp,
|
|
@@ -76,8 +76,8 @@ export {
|
|
|
76
76
|
lo as ArrowLeftShort,
|
|
77
77
|
oo as ArrowLeftSquare,
|
|
78
78
|
to as ArrowLeftSquareFill,
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
no as ArrowRepeat,
|
|
80
|
+
eo as ArrowReturnLeft,
|
|
81
81
|
io as ArrowReturnRight,
|
|
82
82
|
so as ArrowRight,
|
|
83
83
|
co as ArrowRightCircle,
|
|
@@ -85,7 +85,7 @@ export {
|
|
|
85
85
|
ao as ArrowRightShort,
|
|
86
86
|
Fo as ArrowRightSquare,
|
|
87
87
|
uo as ArrowRightSquareFill,
|
|
88
|
-
|
|
88
|
+
Do as ArrowThroughHeart,
|
|
89
89
|
Ao as ArrowThroughHeartFill,
|
|
90
90
|
Eo as ArrowUp,
|
|
91
91
|
fo as ArrowUpCircle,
|
|
@@ -112,7 +112,7 @@ export {
|
|
|
112
112
|
mo as ArrowsExpandVertical,
|
|
113
113
|
wo as ArrowsFullscreen,
|
|
114
114
|
Bo as ArrowsMove,
|
|
115
|
-
|
|
115
|
+
Po as ArrowsVertical,
|
|
116
116
|
Wo as AspectRatio,
|
|
117
117
|
Oo as AspectRatioFill,
|
|
118
118
|
Vo as Asterisk,
|
|
@@ -129,8 +129,8 @@ export {
|
|
|
129
129
|
lt as Backpack4,
|
|
130
130
|
ot as Backpack4Fill,
|
|
131
131
|
tt as BackpackFill,
|
|
132
|
-
|
|
133
|
-
|
|
132
|
+
nt as Backspace,
|
|
133
|
+
et as BackspaceFill,
|
|
134
134
|
it as BackspaceReverse,
|
|
135
135
|
st as BackspaceReverseFill,
|
|
136
136
|
ct as Badge3D,
|
|
@@ -148,8 +148,8 @@ export {
|
|
|
148
148
|
mt as BadgeHd,
|
|
149
149
|
wt as BadgeHdFill,
|
|
150
150
|
Bt as BadgeSd,
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
Pt as BadgeSdFill,
|
|
152
|
+
Dt as BadgeTm,
|
|
153
153
|
At as BadgeTmFill,
|
|
154
154
|
Et as BadgeVo,
|
|
155
155
|
ft as BadgeVoFill,
|
|
@@ -180,118 +180,118 @@ export {
|
|
|
180
180
|
Yt as Bank,
|
|
181
181
|
Zt as Bank2,
|
|
182
182
|
$t as BarChart,
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
$
|
|
183
|
+
ln as BarChartFill,
|
|
184
|
+
on as BarChartLine,
|
|
185
|
+
tn as BarChartLineFill,
|
|
186
|
+
nn as BarChartSteps,
|
|
187
|
+
en as Basket,
|
|
188
|
+
sn as Basket2,
|
|
189
|
+
cn as Basket2Fill,
|
|
190
|
+
rn as Basket3,
|
|
191
|
+
an as Basket3Fill,
|
|
192
|
+
Fn as BasketFill,
|
|
193
|
+
dn as Battery,
|
|
194
|
+
un as BatteryCharging,
|
|
195
|
+
Cn as BatteryFull,
|
|
196
|
+
pn as BatteryHalf,
|
|
197
|
+
hn as Behance,
|
|
198
|
+
Sn as Bell,
|
|
199
|
+
gn as BellFill,
|
|
200
|
+
kn as BellSlash,
|
|
201
|
+
mn as BellSlashFill,
|
|
202
|
+
wn as Bezier,
|
|
203
|
+
Bn as Bezier2,
|
|
204
|
+
Pn as Bicycle,
|
|
205
|
+
Dn as BinaryTree,
|
|
206
|
+
An as Bing,
|
|
207
|
+
En as Binoculars,
|
|
208
|
+
fn as BinocularsFill,
|
|
209
|
+
Hn as BlockquoteLeft,
|
|
210
|
+
Tn as BlockquoteRight,
|
|
211
|
+
yn as Bluetooth,
|
|
212
|
+
xn as BodyText,
|
|
213
|
+
Ln as Book,
|
|
214
|
+
bn as BookFill,
|
|
215
|
+
Rn as BookHalf,
|
|
216
|
+
vn as Bookmark,
|
|
217
|
+
qn as BookmarkCheck,
|
|
218
|
+
Mn as BookmarkCheckFill,
|
|
219
|
+
Un as BookmarkDash,
|
|
220
|
+
In as BookmarkDashFill,
|
|
221
|
+
Gn as BookmarkFill,
|
|
222
|
+
Xn as BookmarkHeart,
|
|
223
|
+
Wn as BookmarkHeartFill,
|
|
224
|
+
On as BookmarkPlus,
|
|
225
|
+
Vn as BookmarkPlusFill,
|
|
226
|
+
_n as BookmarkStar,
|
|
227
|
+
Jn as BookmarkStarFill,
|
|
228
|
+
zn as BookmarkX,
|
|
229
|
+
Qn as BookmarkXFill,
|
|
230
|
+
Nn as Bookmarks,
|
|
231
|
+
jn as BookmarksFill,
|
|
232
|
+
Kn as Bookshelf,
|
|
233
|
+
Yn as Boombox,
|
|
234
|
+
Zn as BoomboxFill,
|
|
235
|
+
$n as Bootstrap,
|
|
236
|
+
le as BootstrapFill,
|
|
237
|
+
oe as BootstrapReboot,
|
|
238
|
+
te as Border,
|
|
239
|
+
ne as BorderAll,
|
|
240
|
+
ee as BorderBottom,
|
|
241
|
+
ie as BorderCenter,
|
|
242
|
+
se as BorderInner,
|
|
243
|
+
ce as BorderLeft,
|
|
244
|
+
re as BorderMiddle,
|
|
245
|
+
ae as BorderOuter,
|
|
246
|
+
Fe as BorderRight,
|
|
247
|
+
de as BorderStyle,
|
|
248
|
+
ue as BorderTop,
|
|
249
|
+
Ce as BorderWidth,
|
|
250
|
+
pe as BoundingBox,
|
|
251
|
+
he as BoundingBoxCircles,
|
|
252
|
+
Se as Box,
|
|
253
|
+
ge as Box2,
|
|
254
|
+
ke as Box2Fill,
|
|
255
|
+
me as Box2Heart,
|
|
256
|
+
we as Box2HeartFill,
|
|
257
|
+
Be as BoxArrowDown,
|
|
258
|
+
Pe as BoxArrowDownLeft,
|
|
259
|
+
De as BoxArrowDownRight,
|
|
260
|
+
Ae as BoxArrowInDown,
|
|
261
|
+
Ee as BoxArrowInDownLeft,
|
|
262
|
+
fe as BoxArrowInDownRight,
|
|
263
|
+
He as BoxArrowInLeft,
|
|
264
|
+
Te as BoxArrowInRight,
|
|
265
|
+
ye as BoxArrowInUp,
|
|
266
|
+
xe as BoxArrowInUpLeft,
|
|
267
|
+
Le as BoxArrowInUpRight,
|
|
268
|
+
be as BoxArrowLeft,
|
|
269
|
+
Re as BoxArrowRight,
|
|
270
|
+
ve as BoxArrowUp,
|
|
271
|
+
qe as BoxArrowUpLeft,
|
|
272
|
+
Me as BoxArrowUpRight,
|
|
273
|
+
Ie as BoxFill,
|
|
274
|
+
Ge as BoxSeam,
|
|
275
|
+
Xe as BoxSeamFill,
|
|
276
|
+
Ue as Boxes,
|
|
277
|
+
We as Braces,
|
|
278
|
+
Oe as BracesAsterisk,
|
|
279
|
+
Ve as Bricks,
|
|
280
|
+
Ne as Briefcase,
|
|
281
|
+
je as BriefcaseFill,
|
|
282
|
+
_e as BrightnessAltHigh,
|
|
283
|
+
Je as BrightnessAltHighFill,
|
|
284
|
+
ze as BrightnessAltLow,
|
|
285
|
+
Qe as BrightnessAltLowFill,
|
|
286
|
+
Ke as BrightnessHigh,
|
|
287
|
+
Ye as BrightnessHighFill,
|
|
288
|
+
Ze as BrightnessLow,
|
|
289
|
+
$e as BrightnessLowFill,
|
|
290
290
|
li as Brilliance,
|
|
291
291
|
oi as Broadcast,
|
|
292
292
|
ti as BroadcastPin,
|
|
293
|
-
|
|
294
|
-
|
|
293
|
+
ni as BrowserChrome,
|
|
294
|
+
ei as BrowserEdge,
|
|
295
295
|
ii as BrowserFirefox,
|
|
296
296
|
si as BrowserSafari,
|
|
297
297
|
ci as Brush,
|
|
@@ -309,8 +309,8 @@ export {
|
|
|
309
309
|
mi as BuildingDown,
|
|
310
310
|
wi as BuildingExclamation,
|
|
311
311
|
Bi as BuildingFill,
|
|
312
|
-
|
|
313
|
-
|
|
312
|
+
Pi as BuildingFillAdd,
|
|
313
|
+
Di as BuildingFillCheck,
|
|
314
314
|
Ai as BuildingFillDash,
|
|
315
315
|
Ei as BuildingFillDown,
|
|
316
316
|
fi as BuildingFillExclamation,
|
|
@@ -332,10 +332,10 @@ export {
|
|
|
332
332
|
Oi as BusinessUnit,
|
|
333
333
|
Vi as BusinessUnitFill,
|
|
334
334
|
Ni as BusinessUnitFill2,
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
335
|
+
dr as CCircle,
|
|
336
|
+
ur as CCircleFill,
|
|
337
|
+
Ru as CSquare,
|
|
338
|
+
vu as CSquareFill,
|
|
339
339
|
ji as Cake,
|
|
340
340
|
_i as Cake2,
|
|
341
341
|
Ji as Cake2Fill,
|
|
@@ -348,8 +348,8 @@ export {
|
|
|
348
348
|
ls as Calendar2CheckFill,
|
|
349
349
|
os as Calendar2Date,
|
|
350
350
|
ts as Calendar2DateFill,
|
|
351
|
-
|
|
352
|
-
|
|
351
|
+
ns as Calendar2Day,
|
|
352
|
+
es as Calendar2DayFill,
|
|
353
353
|
is as Calendar2Event,
|
|
354
354
|
ss as Calendar2EventFill,
|
|
355
355
|
cs as Calendar2Fill,
|
|
@@ -367,8 +367,8 @@ export {
|
|
|
367
367
|
ms as Calendar2WeekFill,
|
|
368
368
|
ws as Calendar2X,
|
|
369
369
|
Bs as Calendar2XFill,
|
|
370
|
-
|
|
371
|
-
|
|
370
|
+
Ps as Calendar3,
|
|
371
|
+
Ds as Calendar3Event,
|
|
372
372
|
As as Calendar3EventFill,
|
|
373
373
|
Es as Calendar3Fill,
|
|
374
374
|
fs as Calendar3Range,
|
|
@@ -388,1828 +388,1836 @@ export {
|
|
|
388
388
|
Xs as CalendarEvent,
|
|
389
389
|
Ws as CalendarEventFill,
|
|
390
390
|
Os as CalendarFill,
|
|
391
|
-
Vs as
|
|
392
|
-
Ns as
|
|
393
|
-
js as
|
|
394
|
-
_s as
|
|
395
|
-
Js as
|
|
396
|
-
zs as
|
|
397
|
-
Qs as
|
|
398
|
-
Ks as
|
|
399
|
-
Ys as
|
|
400
|
-
Zs as
|
|
401
|
-
$s as
|
|
402
|
-
lc as
|
|
403
|
-
oc as
|
|
404
|
-
tc as
|
|
391
|
+
Vs as CalendarGraph,
|
|
392
|
+
Ns as CalendarHeart,
|
|
393
|
+
js as CalendarHeartFill,
|
|
394
|
+
_s as CalendarMinus,
|
|
395
|
+
Js as CalendarMinusFill,
|
|
396
|
+
zs as CalendarMonth,
|
|
397
|
+
Qs as CalendarMonthFill,
|
|
398
|
+
Ks as CalendarPlus,
|
|
399
|
+
Ys as CalendarPlusFill,
|
|
400
|
+
Zs as CalendarRange,
|
|
401
|
+
$s as CalendarRangeFill,
|
|
402
|
+
lc as CalendarWeek,
|
|
403
|
+
oc as CalendarWeekFill,
|
|
404
|
+
tc as CalendarX,
|
|
405
|
+
nc as CalendarXFill,
|
|
405
406
|
ec as Camera,
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
407
|
+
ic as Camera2,
|
|
408
|
+
sc as CameraFill,
|
|
409
|
+
cc as CameraReels,
|
|
410
|
+
rc as CameraReelsFill,
|
|
411
|
+
ac as CameraVideo,
|
|
412
|
+
Fc as CameraVideoFill,
|
|
413
|
+
dc as CameraVideoOff,
|
|
414
|
+
uc as CameraVideoOffFill,
|
|
415
|
+
Cc as Capslock,
|
|
416
|
+
pc as CapslockFill,
|
|
417
|
+
hc as Capsule,
|
|
418
|
+
Sc as CapsulePill,
|
|
419
|
+
Ic as CarFront,
|
|
420
|
+
Gc as CarFrontFill,
|
|
421
|
+
gc as CardChecklist,
|
|
422
|
+
kc as CardHeading,
|
|
423
|
+
mc as CardImage,
|
|
424
|
+
wc as CardList,
|
|
425
|
+
Bc as CardText,
|
|
426
|
+
Pc as CaretDown,
|
|
426
427
|
Dc as CaretDownFill,
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
428
|
+
Ac as CaretDownSquare,
|
|
429
|
+
Ec as CaretDownSquareFill,
|
|
430
|
+
fc as CaretLeft,
|
|
431
|
+
Hc as CaretLeftFill,
|
|
432
|
+
Tc as CaretLeftSquare,
|
|
433
|
+
yc as CaretLeftSquareFill,
|
|
434
|
+
xc as CaretRight,
|
|
435
|
+
Lc as CaretRightFill,
|
|
436
|
+
bc as CaretRightSquare,
|
|
437
|
+
Rc as CaretRightSquareFill,
|
|
438
|
+
vc as CaretUp,
|
|
439
|
+
qc as CaretUpFill,
|
|
440
|
+
Mc as CaretUpSquare,
|
|
441
|
+
Uc as CaretUpSquareFill,
|
|
442
|
+
Xc as Cart,
|
|
443
|
+
Wc as Cart2,
|
|
444
|
+
Oc as Cart3,
|
|
445
|
+
Vc as Cart4,
|
|
446
|
+
Nc as CartCheck,
|
|
447
|
+
jc as CartCheckFill,
|
|
448
|
+
_c as CartDash,
|
|
449
|
+
Jc as CartDashFill,
|
|
450
|
+
zc as CartFill,
|
|
451
|
+
Qc as CartPlus,
|
|
452
|
+
Kc as CartPlusFill,
|
|
453
|
+
Yc as CartX,
|
|
454
|
+
Zc as CartXFill,
|
|
455
|
+
$c as Cash,
|
|
456
|
+
lr as CashCoin,
|
|
457
|
+
or as CashStack,
|
|
458
|
+
tr as Cassette,
|
|
459
|
+
nr as CassetteFill,
|
|
459
460
|
er as Cast,
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
461
|
+
ir as CatRobot,
|
|
462
|
+
sr as CatRobot2,
|
|
463
|
+
cr as CatRobot2Off,
|
|
464
|
+
rr as CatRobotOff,
|
|
465
|
+
ar as CcCircle,
|
|
466
|
+
Fr as CcCircleFill,
|
|
467
|
+
Cr as CcSquare,
|
|
468
|
+
pr as CcSquareFill,
|
|
469
|
+
hr as Chat,
|
|
470
|
+
Sr as ChatDots,
|
|
471
|
+
gr as ChatDotsFill,
|
|
472
|
+
kr as ChatFill,
|
|
473
|
+
mr as ChatHeart,
|
|
474
|
+
wr as ChatHeartFill,
|
|
475
|
+
Br as ChatLeft,
|
|
476
|
+
Pr as ChatLeftDots,
|
|
476
477
|
Dr as ChatLeftDotsFill,
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
478
|
+
Ar as ChatLeftFill,
|
|
479
|
+
Er as ChatLeftHeart,
|
|
480
|
+
fr as ChatLeftHeartFill,
|
|
481
|
+
Hr as ChatLeftQuote,
|
|
482
|
+
Tr as ChatLeftQuoteFill,
|
|
483
|
+
yr as ChatLeftText,
|
|
484
|
+
xr as ChatLeftTextFill,
|
|
485
|
+
Lr as ChatQuote,
|
|
486
|
+
br as ChatQuoteFill,
|
|
487
|
+
Rr as ChatRight,
|
|
488
|
+
vr as ChatRightDots,
|
|
489
|
+
qr as ChatRightDotsFill,
|
|
490
|
+
Mr as ChatRightFill,
|
|
491
|
+
Ur as ChatRightHeart,
|
|
492
|
+
Ir as ChatRightHeartFill,
|
|
493
|
+
Gr as ChatRightQuote,
|
|
494
|
+
Xr as ChatRightQuoteFill,
|
|
495
|
+
Wr as ChatRightText,
|
|
496
|
+
Or as ChatRightTextFill,
|
|
497
|
+
Vr as ChatSquare,
|
|
498
|
+
Nr as ChatSquareDots,
|
|
499
|
+
jr as ChatSquareDotsFill,
|
|
500
|
+
_r as ChatSquareFill,
|
|
501
|
+
Jr as ChatSquareHeart,
|
|
502
|
+
zr as ChatSquareHeartFill,
|
|
503
|
+
Qr as ChatSquareQuote,
|
|
504
|
+
Kr as ChatSquareQuoteFill,
|
|
505
|
+
Yr as ChatSquareText,
|
|
506
|
+
Zr as ChatSquareTextFill,
|
|
507
|
+
$r as ChatText,
|
|
508
|
+
la as ChatTextFill,
|
|
509
|
+
oa as Check,
|
|
510
|
+
ta as Check2,
|
|
511
|
+
na as Check2All,
|
|
511
512
|
ea as Check2Circle,
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
513
|
+
ia as Check2Square,
|
|
514
|
+
sa as CheckAll,
|
|
515
|
+
ca as CheckCircle,
|
|
516
|
+
ra as CheckCircleFill,
|
|
517
|
+
aa as CheckLg,
|
|
518
|
+
Fa as CheckSquare,
|
|
519
|
+
da as CheckSquareFill,
|
|
520
|
+
ua as CheckSquareFillBootstrap,
|
|
521
|
+
Ca as ChevronBarContract,
|
|
522
|
+
pa as ChevronBarDown,
|
|
523
|
+
ha as ChevronBarExpand,
|
|
524
|
+
Sa as ChevronBarLeft,
|
|
525
|
+
ga as ChevronBarRight,
|
|
526
|
+
ka as ChevronBarUp,
|
|
527
|
+
ma as ChevronCompactDown,
|
|
528
|
+
wa as ChevronCompactLeft,
|
|
529
|
+
Ba as ChevronCompactRight,
|
|
530
|
+
Pa as ChevronCompactUp,
|
|
530
531
|
Da as ChevronContract,
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
532
|
+
Aa as ChevronDoubleDown,
|
|
533
|
+
Ea as ChevronDoubleLeft,
|
|
534
|
+
fa as ChevronDoubleRight,
|
|
535
|
+
Ha as ChevronDoubleUp,
|
|
536
|
+
Ta as ChevronDown,
|
|
537
|
+
ya as ChevronExpand,
|
|
538
|
+
xa as ChevronLeft,
|
|
539
|
+
La as ChevronRight,
|
|
540
|
+
ba as ChevronUp,
|
|
541
|
+
Ra as Circle,
|
|
542
|
+
va as Circle2NdHalf,
|
|
543
|
+
qa as CircleCore,
|
|
544
|
+
Ma as CircleCore2NdHalf,
|
|
545
|
+
Ua as CircleCoreHalf,
|
|
546
|
+
Ia as CircleDashed,
|
|
547
|
+
Ga as CircleFill,
|
|
548
|
+
Xa as CircleHalf,
|
|
549
|
+
Wa as CircleSquare,
|
|
550
|
+
Oa as Clipboard,
|
|
551
|
+
Va as Clipboard2,
|
|
552
|
+
Na as Clipboard2Check,
|
|
553
|
+
ja as Clipboard2CheckFill,
|
|
554
|
+
_a as Clipboard2Data,
|
|
555
|
+
Ja as Clipboard2DataFill,
|
|
556
|
+
za as Clipboard2Fill,
|
|
557
|
+
Qa as Clipboard2Heart,
|
|
558
|
+
Ka as Clipboard2HeartFill,
|
|
559
|
+
Ya as Clipboard2Minus,
|
|
560
|
+
Za as Clipboard2MinusFill,
|
|
561
|
+
$a as Clipboard2Plus,
|
|
562
|
+
lF as Clipboard2PlusFill,
|
|
563
|
+
oF as Clipboard2Pulse,
|
|
564
|
+
tF as Clipboard2PulseFill,
|
|
565
|
+
nF as Clipboard2X,
|
|
565
566
|
eF as Clipboard2XFill,
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
567
|
+
iF as ClipboardCheck,
|
|
568
|
+
sF as ClipboardCheckFill,
|
|
569
|
+
cF as ClipboardData,
|
|
570
|
+
rF as ClipboardDataFill,
|
|
571
|
+
aF as ClipboardFill,
|
|
572
|
+
FF as ClipboardHeart,
|
|
573
|
+
dF as ClipboardHeartFill,
|
|
574
|
+
uF as ClipboardMinus,
|
|
575
|
+
CF as ClipboardMinusFill,
|
|
576
|
+
pF as ClipboardPlus,
|
|
577
|
+
hF as ClipboardPlusFill,
|
|
578
|
+
SF as ClipboardPulse,
|
|
579
|
+
gF as ClipboardX,
|
|
580
|
+
kF as ClipboardXFill,
|
|
581
|
+
mF as Clock,
|
|
582
|
+
wF as ClockFill,
|
|
583
|
+
BF as ClockHistory,
|
|
584
|
+
PF as Cloud,
|
|
584
585
|
DF as CloudArrowDown,
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
586
|
+
AF as CloudArrowDownFill,
|
|
587
|
+
EF as CloudArrowUp,
|
|
588
|
+
fF as CloudArrowUpFill,
|
|
589
|
+
HF as CloudCheck,
|
|
590
|
+
TF as CloudCheckFill,
|
|
591
|
+
yF as CloudDownload,
|
|
592
|
+
xF as CloudDownloadFill,
|
|
593
|
+
LF as CloudDrizzle,
|
|
594
|
+
bF as CloudDrizzleFill,
|
|
595
|
+
RF as CloudFill,
|
|
596
|
+
vF as CloudFog,
|
|
597
|
+
qF as CloudFog2,
|
|
598
|
+
MF as CloudFog2Fill,
|
|
599
|
+
UF as CloudFogFill,
|
|
600
|
+
IF as CloudHail,
|
|
601
|
+
GF as CloudHailFill,
|
|
602
|
+
XF as CloudHaze,
|
|
603
|
+
WF as CloudHaze2,
|
|
604
|
+
OF as CloudHaze2Fill,
|
|
605
|
+
VF as CloudHazeFill,
|
|
606
|
+
NF as CloudLightning,
|
|
607
|
+
jF as CloudLightningFill,
|
|
608
|
+
_F as CloudLightningRain,
|
|
609
|
+
JF as CloudLightningRainFill,
|
|
610
|
+
zF as CloudMinus,
|
|
611
|
+
QF as CloudMinusFill,
|
|
612
|
+
KF as CloudMoon,
|
|
613
|
+
YF as CloudMoonFill,
|
|
614
|
+
ZF as CloudPlus,
|
|
615
|
+
$F as CloudPlusFill,
|
|
616
|
+
ld as CloudRain,
|
|
617
|
+
od as CloudRainFill,
|
|
618
|
+
td as CloudRainHeavy,
|
|
619
|
+
nd as CloudRainHeavyFill,
|
|
620
|
+
sd as CloudSlash,
|
|
621
|
+
cd as CloudSlashFill,
|
|
622
|
+
rd as CloudSleet,
|
|
623
|
+
ad as CloudSleetFill,
|
|
624
|
+
Fd as CloudSnow,
|
|
625
|
+
dd as CloudSnowFill,
|
|
626
|
+
ud as CloudSun,
|
|
627
|
+
Cd as CloudSunFill,
|
|
628
|
+
pd as CloudUpload,
|
|
629
|
+
hd as CloudUploadFill,
|
|
629
630
|
ed as Clouds,
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
631
|
+
id as CloudsFill,
|
|
632
|
+
Sd as Cloudy,
|
|
633
|
+
gd as CloudyFill,
|
|
634
|
+
kd as Code,
|
|
635
|
+
md as CodeSlash,
|
|
636
|
+
wd as CodeSquare,
|
|
637
|
+
Bd as Coin,
|
|
638
|
+
Pd as Coins,
|
|
638
639
|
Dd as CoinsCheck,
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
640
|
+
Ad as CoinsIn,
|
|
641
|
+
Ed as CoinsLink,
|
|
642
|
+
fd as CoinsOff,
|
|
643
|
+
Hd as CoinsOut,
|
|
644
|
+
Td as CoinsRisk,
|
|
645
|
+
yd as Collection,
|
|
646
|
+
xd as CollectionFill,
|
|
647
|
+
Ld as CollectionPlay,
|
|
648
|
+
bd as CollectionPlayFill,
|
|
649
|
+
Rd as Columns,
|
|
650
|
+
vd as ColumnsGap,
|
|
651
|
+
qd as Command,
|
|
652
|
+
Md as Compass,
|
|
653
|
+
Ud as CompassFill,
|
|
654
|
+
Id as Cone,
|
|
655
|
+
Gd as ConeStriped,
|
|
656
|
+
Xd as ConeStriped2,
|
|
657
|
+
Wd as ConeStripedFill2,
|
|
658
|
+
Od as Controller,
|
|
659
|
+
Vd as Convexe,
|
|
660
|
+
Nd as ConvexeArrowDown,
|
|
661
|
+
jd as ConvexeArrowDownFill,
|
|
662
|
+
_d as ConvexeArrowLeft,
|
|
663
|
+
Jd as ConvexeArrowLeftFill,
|
|
664
|
+
zd as ConvexeArrowRight,
|
|
665
|
+
Qd as ConvexeArrowRightFill,
|
|
666
|
+
Kd as ConvexeArrowUp,
|
|
667
|
+
Yd as ConvexeArrowUpFill,
|
|
668
|
+
Zd as ConvexeCheck,
|
|
669
|
+
$d as ConvexeCheckAll,
|
|
670
|
+
lu as ConvexeCheckAllFill,
|
|
671
|
+
ou as ConvexeCheckFill,
|
|
672
|
+
tu as ConvexeClock,
|
|
673
|
+
nu as ConvexeClockFill,
|
|
673
674
|
eu as ConvexeCore,
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
675
|
+
iu as ConvexeCore2NdHalf,
|
|
676
|
+
su as ConvexeCoreHalf,
|
|
677
|
+
cu as ConvexeEarmark,
|
|
678
|
+
ru as ConvexeExclamation,
|
|
679
|
+
au as ConvexeExclamationFill,
|
|
680
|
+
Fu as ConvexeFill,
|
|
681
|
+
du as ConvexeInfo,
|
|
682
|
+
uu as ConvexeInfoFill,
|
|
683
|
+
Cu as ConvexeOff,
|
|
684
|
+
pu as ConvexeOffFill,
|
|
685
|
+
hu as ConvexeSepa,
|
|
686
|
+
Su as ConvexeSepaFill,
|
|
687
|
+
gu as ConvexeTimer,
|
|
688
|
+
ku as ConvexeX,
|
|
689
|
+
mu as ConvexeXFill,
|
|
690
|
+
wu as Cookie,
|
|
691
|
+
Bu as Copy,
|
|
692
|
+
Pu as Cpu,
|
|
692
693
|
Du as CpuFill,
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
694
|
+
Au as CreditCard,
|
|
695
|
+
Eu as CreditCard2Back,
|
|
696
|
+
fu as CreditCard2BackFill,
|
|
697
|
+
Hu as CreditCard2Front,
|
|
698
|
+
Tu as CreditCard2FrontFill,
|
|
699
|
+
yu as CreditCardFill,
|
|
700
|
+
xu as Crop,
|
|
701
|
+
Lu as Crosshair,
|
|
702
|
+
bu as Crosshair2,
|
|
703
|
+
qu as Cup,
|
|
704
|
+
Mu as CupFill,
|
|
705
|
+
Uu as CupHot,
|
|
706
|
+
Iu as CupHotFill,
|
|
707
|
+
Gu as CupStraw,
|
|
708
|
+
Xu as CurrencyBitcoin,
|
|
709
|
+
Wu as CurrencyDollar,
|
|
710
|
+
Ou as CurrencyEuro,
|
|
711
|
+
Vu as CurrencyExchange,
|
|
712
|
+
Nu as CurrencyPound,
|
|
713
|
+
ju as CurrencyRupee,
|
|
714
|
+
_u as CurrencyYen,
|
|
715
|
+
Ju as Cursor,
|
|
716
|
+
zu as CursorFill,
|
|
717
|
+
Qu as CursorText,
|
|
718
|
+
Ku as Dash,
|
|
719
|
+
Yu as DashCircle,
|
|
720
|
+
Zu as DashCircleDotted,
|
|
721
|
+
$u as DashCircleFill,
|
|
722
|
+
lC as DashLg,
|
|
723
|
+
oC as DashSquare,
|
|
724
|
+
tC as DashSquareDotted,
|
|
725
|
+
nC as DashSquareFill,
|
|
725
726
|
eC as Database,
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
727
|
+
iC as DatabaseAdd,
|
|
728
|
+
sC as DatabaseCheck,
|
|
729
|
+
cC as DatabaseDash,
|
|
730
|
+
rC as DatabaseDown,
|
|
731
|
+
aC as DatabaseExclamation,
|
|
732
|
+
FC as DatabaseFill,
|
|
733
|
+
dC as DatabaseFillAdd,
|
|
734
|
+
uC as DatabaseFillCheck,
|
|
735
|
+
CC as DatabaseFillDash,
|
|
736
|
+
pC as DatabaseFillDown,
|
|
737
|
+
hC as DatabaseFillExclamation,
|
|
738
|
+
SC as DatabaseFillGear,
|
|
739
|
+
gC as DatabaseFillLock,
|
|
740
|
+
kC as DatabaseFillSlash,
|
|
741
|
+
mC as DatabaseFillUp,
|
|
742
|
+
wC as DatabaseFillX,
|
|
743
|
+
BC as DatabaseGear,
|
|
744
|
+
PC as DatabaseLock,
|
|
744
745
|
DC as DatabaseSlash,
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
746
|
+
AC as DatabaseUp,
|
|
747
|
+
EC as DatabaseX,
|
|
748
|
+
fC as DeviceHdd,
|
|
749
|
+
HC as DeviceHddFill,
|
|
750
|
+
TC as DeviceSsd,
|
|
751
|
+
yC as DeviceSsdFill,
|
|
752
|
+
xC as Diagram2,
|
|
753
|
+
LC as Diagram2Fill,
|
|
754
|
+
bC as Diagram3,
|
|
755
|
+
RC as Diagram3Fill,
|
|
756
|
+
vC as Diamond,
|
|
757
|
+
qC as DiamondCorner,
|
|
758
|
+
MC as DiamondDashed,
|
|
759
|
+
UC as DiamondFill,
|
|
760
|
+
IC as DiamondHalf,
|
|
761
|
+
GC as DiamondKey,
|
|
762
|
+
XC as DiamondKeyFill,
|
|
763
|
+
WC as DiamondOff,
|
|
764
|
+
OC as DiamondOffFill,
|
|
765
|
+
VC as Diamonds,
|
|
766
|
+
NC as DiamondsDots,
|
|
767
|
+
jC as DiamondsGrid,
|
|
768
|
+
_C as DiamondsIntersect,
|
|
769
|
+
JC as DiamondsLayers,
|
|
770
|
+
zC as DiamondsLayers2,
|
|
771
|
+
QC as DiamondsLayersKey,
|
|
772
|
+
KC as DiamondsLayersKey2,
|
|
773
|
+
YC as DiamondsStripes,
|
|
774
|
+
ZC as Dice1,
|
|
775
|
+
$C as Dice1Fill,
|
|
776
|
+
lp as Dice2,
|
|
777
|
+
op as Dice2Fill,
|
|
778
|
+
tp as Dice3,
|
|
779
|
+
np as Dice3Fill,
|
|
779
780
|
ep as Dice4,
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
781
|
+
ip as Dice4Fill,
|
|
782
|
+
sp as Dice5,
|
|
783
|
+
cp as Dice5Fill,
|
|
784
|
+
rp as Dice6,
|
|
785
|
+
ap as Dice6Fill,
|
|
786
|
+
Fp as Disc,
|
|
787
|
+
dp as DiscFill,
|
|
788
|
+
up as Discord,
|
|
789
|
+
Cp as Display,
|
|
790
|
+
pp as DisplayFill,
|
|
791
|
+
hp as Displayport,
|
|
792
|
+
Sp as DisplayportFill,
|
|
793
|
+
gp as DistributeHorizontal,
|
|
794
|
+
kp as DistributeVertical,
|
|
795
|
+
mp as DoorClosed,
|
|
796
|
+
wp as DoorClosedFill,
|
|
797
|
+
Bp as DoorOpen,
|
|
798
|
+
Pp as DoorOpenFill,
|
|
798
799
|
Dp as Dot,
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
800
|
+
Ap as Download,
|
|
801
|
+
Ep as Dpad,
|
|
802
|
+
fp as DpadFill,
|
|
803
|
+
Hp as Dribbble,
|
|
804
|
+
Tp as Dropbox,
|
|
805
|
+
yp as Droplet,
|
|
806
|
+
xp as DropletFill,
|
|
807
|
+
Lp as DropletHalf,
|
|
808
|
+
bp as Duffle,
|
|
809
|
+
Rp as DuffleFill,
|
|
810
|
+
vp as Ear,
|
|
811
|
+
Mp as EarFill,
|
|
812
|
+
qp as Earbuds,
|
|
813
|
+
Up as Easel,
|
|
814
|
+
Ip as Easel2,
|
|
815
|
+
Gp as Easel2Fill,
|
|
816
|
+
Xp as Easel3,
|
|
817
|
+
Wp as Easel3Fill,
|
|
818
|
+
Op as EaselFill,
|
|
819
|
+
Vp as Egg,
|
|
820
|
+
Np as EggFill,
|
|
821
|
+
jp as EggFried,
|
|
822
|
+
_p as Eject,
|
|
823
|
+
Jp as EjectFill,
|
|
824
|
+
zp as EmojiAngry,
|
|
825
|
+
Qp as EmojiAngryFill,
|
|
826
|
+
Kp as EmojiAstonished,
|
|
827
|
+
Yp as EmojiAstonishedFill,
|
|
828
|
+
Zp as EmojiDizzy,
|
|
829
|
+
$p as EmojiDizzyFill,
|
|
830
|
+
lh as EmojiExpressionless,
|
|
831
|
+
oh as EmojiExpressionlessFill,
|
|
832
|
+
th as EmojiFrown,
|
|
833
|
+
nh as EmojiFrownFill,
|
|
833
834
|
eh as EmojiGrimace,
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
835
|
+
ih as EmojiGrimaceFill,
|
|
836
|
+
sh as EmojiGrin,
|
|
837
|
+
ch as EmojiGrinFill,
|
|
838
|
+
rh as EmojiHeartEyes,
|
|
839
|
+
ah as EmojiHeartEyesFill,
|
|
840
|
+
Fh as EmojiKiss,
|
|
841
|
+
dh as EmojiKissFill,
|
|
842
|
+
uh as EmojiLaughing,
|
|
843
|
+
Ch as EmojiLaughingFill,
|
|
844
|
+
ph as EmojiNeutral,
|
|
845
|
+
hh as EmojiNeutralFill,
|
|
846
|
+
Sh as EmojiSmile,
|
|
847
|
+
gh as EmojiSmileFill,
|
|
848
|
+
kh as EmojiSmileUpsideDown,
|
|
849
|
+
mh as EmojiSmileUpsideDownFill,
|
|
850
|
+
wh as EmojiSunglasses,
|
|
851
|
+
Bh as EmojiSunglassesFill,
|
|
852
|
+
Ph as EmojiSurprise,
|
|
852
853
|
Dh as EmojiSurpriseFill,
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
854
|
+
Ah as EmojiTear,
|
|
855
|
+
Eh as EmojiTearFill,
|
|
856
|
+
fh as EmojiWink,
|
|
857
|
+
Hh as EmojiWinkFill,
|
|
858
|
+
Th as Envelope,
|
|
859
|
+
yh as EnvelopeArrowDown,
|
|
860
|
+
xh as EnvelopeArrowDownFill,
|
|
861
|
+
Lh as EnvelopeArrowUp,
|
|
862
|
+
bh as EnvelopeArrowUpFill,
|
|
863
|
+
Rh as EnvelopeAt,
|
|
864
|
+
vh as EnvelopeAtFill,
|
|
865
|
+
qh as EnvelopeCheck,
|
|
866
|
+
Mh as EnvelopeCheckFill,
|
|
867
|
+
Uh as EnvelopeDash,
|
|
868
|
+
Ih as EnvelopeDashFill,
|
|
869
|
+
Gh as EnvelopeExclamation,
|
|
870
|
+
Xh as EnvelopeExclamationFill,
|
|
871
|
+
Wh as EnvelopeFill,
|
|
872
|
+
Oh as EnvelopeHeart,
|
|
873
|
+
Vh as EnvelopeHeartFill,
|
|
874
|
+
Nh as EnvelopeOpen,
|
|
875
|
+
jh as EnvelopeOpenFill,
|
|
876
|
+
_h as EnvelopeOpenHeart,
|
|
877
|
+
Jh as EnvelopeOpenHeartFill,
|
|
878
|
+
zh as EnvelopePaper,
|
|
879
|
+
Qh as EnvelopePaperFill,
|
|
880
|
+
Kh as EnvelopePaperHeart,
|
|
881
|
+
Yh as EnvelopePaperHeartFill,
|
|
882
|
+
Zh as EnvelopePlus,
|
|
883
|
+
$h as EnvelopePlusFill,
|
|
884
|
+
lS as EnvelopeSlash,
|
|
885
|
+
oS as EnvelopeSlashFill,
|
|
886
|
+
tS as EnvelopeX,
|
|
887
|
+
nS as EnvelopeXFill,
|
|
887
888
|
eS as Eraser,
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
889
|
+
iS as EraserFill,
|
|
890
|
+
sS as Escape,
|
|
891
|
+
cS as Ethernet,
|
|
892
|
+
rS as EvFront,
|
|
893
|
+
aS as EvFrontFill,
|
|
894
|
+
FS as EvStation,
|
|
895
|
+
dS as EvStationFill,
|
|
896
|
+
uS as Exclamation,
|
|
897
|
+
CS as ExclamationCircle,
|
|
898
|
+
pS as ExclamationCircleFill,
|
|
899
|
+
hS as ExclamationDiamond,
|
|
900
|
+
SS as ExclamationDiamondFill,
|
|
901
|
+
gS as ExclamationLg,
|
|
902
|
+
kS as ExclamationOctagon,
|
|
903
|
+
mS as ExclamationOctagonFill,
|
|
904
|
+
wS as ExclamationSquare,
|
|
905
|
+
BS as ExclamationSquareFill,
|
|
906
|
+
PS as ExclamationTriangle,
|
|
906
907
|
DS as ExclamationTriangleFill,
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
908
|
+
AS as Exclude,
|
|
909
|
+
ES as Explicit,
|
|
910
|
+
fS as ExplicitFill,
|
|
911
|
+
HS as Exposure,
|
|
912
|
+
TS as Eye,
|
|
913
|
+
xS as EyeFill,
|
|
914
|
+
bS as EyeSlash,
|
|
915
|
+
RS as EyeSlashFill,
|
|
916
|
+
yS as Eyedropper,
|
|
917
|
+
LS as Eyeglasses,
|
|
918
|
+
vS as Facebook,
|
|
919
|
+
qS as Fan,
|
|
920
|
+
MS as FastForward,
|
|
921
|
+
US as FastForwardBtn,
|
|
922
|
+
IS as FastForwardBtnFill,
|
|
923
|
+
GS as FastForwardCircle,
|
|
924
|
+
XS as FastForwardCircleFill,
|
|
925
|
+
WS as FastForwardFill,
|
|
926
|
+
OS as Feather,
|
|
927
|
+
VS as Feather2,
|
|
928
|
+
NS as Feather3,
|
|
929
|
+
jS as Figma,
|
|
930
|
+
_S as FigmaFill,
|
|
931
|
+
JS as File,
|
|
932
|
+
zS as File2Clock,
|
|
933
|
+
QS as FileArrowDown,
|
|
934
|
+
KS as FileArrowDownFill,
|
|
935
|
+
YS as FileArrowUp,
|
|
936
|
+
ZS as FileArrowUpFill,
|
|
937
|
+
$S as FileBarGraph,
|
|
938
|
+
lg as FileBarGraphFill,
|
|
939
|
+
og as FileBinary,
|
|
940
|
+
tg as FileBinaryFill,
|
|
941
|
+
ng as FileBreak,
|
|
941
942
|
eg as FileBreakFill,
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
943
|
+
ig as FileCheck,
|
|
944
|
+
sg as FileCheckFill,
|
|
945
|
+
cg as FileCode,
|
|
946
|
+
rg as FileCodeFill,
|
|
947
|
+
ag as FileDiff,
|
|
948
|
+
Fg as FileDiffFill,
|
|
949
|
+
dg as FileEarmark,
|
|
950
|
+
ug as FileEarmarkArrowDown,
|
|
951
|
+
Cg as FileEarmarkArrowDownFill,
|
|
952
|
+
pg as FileEarmarkArrowUp,
|
|
953
|
+
hg as FileEarmarkArrowUpFill,
|
|
954
|
+
Sg as FileEarmarkBarGraph,
|
|
955
|
+
gg as FileEarmarkBarGraphFill,
|
|
956
|
+
kg as FileEarmarkBinary,
|
|
957
|
+
mg as FileEarmarkBinaryFill,
|
|
958
|
+
wg as FileEarmarkBreak,
|
|
959
|
+
Bg as FileEarmarkBreakFill,
|
|
960
|
+
Pg as FileEarmarkCheck,
|
|
960
961
|
Dg as FileEarmarkCheckFill,
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
962
|
+
Ag as FileEarmarkCode,
|
|
963
|
+
Eg as FileEarmarkCodeFill,
|
|
964
|
+
fg as FileEarmarkDiff,
|
|
965
|
+
Hg as FileEarmarkDiffFill,
|
|
966
|
+
Tg as FileEarmarkEasel,
|
|
967
|
+
yg as FileEarmarkEaselFill,
|
|
968
|
+
xg as FileEarmarkExcel,
|
|
969
|
+
Lg as FileEarmarkExcelFill,
|
|
970
|
+
bg as FileEarmarkFill,
|
|
971
|
+
Rg as FileEarmarkFont,
|
|
972
|
+
vg as FileEarmarkFontFill,
|
|
973
|
+
qg as FileEarmarkImage,
|
|
974
|
+
Mg as FileEarmarkImageFill,
|
|
975
|
+
Ug as FileEarmarkLock,
|
|
976
|
+
Ig as FileEarmarkLock2,
|
|
977
|
+
Gg as FileEarmarkLock2Fill,
|
|
978
|
+
Xg as FileEarmarkLockFill,
|
|
979
|
+
Wg as FileEarmarkMedical,
|
|
980
|
+
Og as FileEarmarkMedicalFill,
|
|
981
|
+
Vg as FileEarmarkMinus,
|
|
982
|
+
Ng as FileEarmarkMinusFill,
|
|
983
|
+
jg as FileEarmarkMusic,
|
|
984
|
+
_g as FileEarmarkMusicFill,
|
|
985
|
+
Jg as FileEarmarkPdf,
|
|
986
|
+
zg as FileEarmarkPdfFill,
|
|
987
|
+
Qg as FileEarmarkPerson,
|
|
988
|
+
Kg as FileEarmarkPersonFill,
|
|
989
|
+
Yg as FileEarmarkPlay,
|
|
990
|
+
Zg as FileEarmarkPlayFill,
|
|
991
|
+
$g as FileEarmarkPlus,
|
|
992
|
+
lk as FileEarmarkPlusFill,
|
|
993
|
+
ok as FileEarmarkPost,
|
|
994
|
+
tk as FileEarmarkPostFill,
|
|
995
|
+
nk as FileEarmarkPpt,
|
|
995
996
|
ek as FileEarmarkPptFill,
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
997
|
+
ik as FileEarmarkRichtext,
|
|
998
|
+
sk as FileEarmarkRichtextFill,
|
|
999
|
+
ck as FileEarmarkRuled,
|
|
1000
|
+
rk as FileEarmarkRuledFill,
|
|
1001
|
+
ak as FileEarmarkSlides,
|
|
1002
|
+
Fk as FileEarmarkSlidesFill,
|
|
1003
|
+
dk as FileEarmarkSpreadsheet,
|
|
1004
|
+
uk as FileEarmarkSpreadsheetFill,
|
|
1005
|
+
Ck as FileEarmarkText,
|
|
1006
|
+
pk as FileEarmarkTextFill,
|
|
1007
|
+
hk as FileEarmarkWord,
|
|
1008
|
+
Sk as FileEarmarkWordFill,
|
|
1009
|
+
gk as FileEarmarkX,
|
|
1010
|
+
kk as FileEarmarkXFill,
|
|
1011
|
+
mk as FileEarmarkZip,
|
|
1012
|
+
wk as FileEarmarkZipFill,
|
|
1013
|
+
Bk as FileEasel,
|
|
1014
|
+
Pk as FileEaselFill,
|
|
1014
1015
|
Dk as FileExcel,
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1016
|
+
Ak as FileExcelFill,
|
|
1017
|
+
Ek as FileFill,
|
|
1018
|
+
fk as FileFont,
|
|
1019
|
+
Hk as FileFontFill,
|
|
1020
|
+
Tk as FileImage,
|
|
1021
|
+
yk as FileImageFill,
|
|
1022
|
+
xk as FileLock,
|
|
1023
|
+
Lk as FileLock2,
|
|
1024
|
+
bk as FileLock2Fill,
|
|
1025
|
+
Rk as FileLockFill,
|
|
1026
|
+
vk as FileMedical,
|
|
1027
|
+
qk as FileMedicalFill,
|
|
1028
|
+
Mk as FileMinus,
|
|
1029
|
+
Uk as FileMinusFill,
|
|
1030
|
+
Ik as FileMusic,
|
|
1031
|
+
Gk as FileMusicFill,
|
|
1032
|
+
Xk as FilePdf,
|
|
1033
|
+
Wk as FilePdfFill,
|
|
1034
|
+
Ok as FilePerson,
|
|
1035
|
+
Vk as FilePersonFill,
|
|
1036
|
+
Nk as FilePlay,
|
|
1037
|
+
jk as FilePlayFill,
|
|
1038
|
+
_k as FilePlus,
|
|
1039
|
+
Jk as FilePlusFill,
|
|
1040
|
+
zk as FilePost,
|
|
1041
|
+
Qk as FilePostFill,
|
|
1042
|
+
Kk as FilePpt,
|
|
1043
|
+
Yk as FilePptFill,
|
|
1044
|
+
Zk as FileRichtext,
|
|
1045
|
+
$k as FileRichtextFill,
|
|
1046
|
+
lm as FileRuled,
|
|
1047
|
+
om as FileRuledFill,
|
|
1047
1048
|
em as FileSlides,
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1049
|
+
im as FileSlidesFill,
|
|
1050
|
+
sm as FileSpreadsheet,
|
|
1051
|
+
cm as FileSpreadsheetFill,
|
|
1052
|
+
rm as FileText,
|
|
1053
|
+
am as FileTextFill,
|
|
1054
|
+
iw as FileWord,
|
|
1055
|
+
sw as FileWordFill,
|
|
1056
|
+
cw as FileX,
|
|
1057
|
+
rw as FileXFill,
|
|
1058
|
+
aw as FileZip,
|
|
1059
|
+
Fw as FileZipFill,
|
|
1060
|
+
tm as Files,
|
|
1061
|
+
nm as FilesAlt,
|
|
1062
|
+
Fm as FiletypeAac,
|
|
1063
|
+
dm as FiletypeAi,
|
|
1064
|
+
um as FiletypeBmp,
|
|
1065
|
+
Cm as FiletypeCs,
|
|
1066
|
+
pm as FiletypeCss,
|
|
1067
|
+
hm as FiletypeCsv,
|
|
1068
|
+
Sm as FiletypeDoc,
|
|
1069
|
+
gm as FiletypeDocx,
|
|
1070
|
+
km as FiletypeExe,
|
|
1071
|
+
mm as FiletypeGif,
|
|
1072
|
+
wm as FiletypeHeic,
|
|
1073
|
+
Bm as FiletypeHtml,
|
|
1074
|
+
Pm as FiletypeJava,
|
|
1074
1075
|
Dm as FiletypeJpg,
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1076
|
+
Am as FiletypeJs,
|
|
1077
|
+
Em as FiletypeJson,
|
|
1078
|
+
fm as FiletypeJsx,
|
|
1079
|
+
Hm as FiletypeKey,
|
|
1080
|
+
Tm as FiletypeM4P,
|
|
1081
|
+
ym as FiletypeMd,
|
|
1082
|
+
xm as FiletypeMdx,
|
|
1083
|
+
Lm as FiletypeMov,
|
|
1084
|
+
bm as FiletypeMp3,
|
|
1085
|
+
Rm as FiletypeMp4,
|
|
1086
|
+
vm as FiletypeOtf,
|
|
1087
|
+
qm as FiletypePdf,
|
|
1088
|
+
Mm as FiletypePhp,
|
|
1089
|
+
Um as FiletypePng,
|
|
1090
|
+
Im as FiletypePpt,
|
|
1091
|
+
Gm as FiletypePptx,
|
|
1092
|
+
Xm as FiletypePsd,
|
|
1093
|
+
Wm as FiletypePy,
|
|
1094
|
+
Om as FiletypeRaw,
|
|
1095
|
+
Vm as FiletypeRb,
|
|
1096
|
+
Nm as FiletypeSass,
|
|
1097
|
+
jm as FiletypeScss,
|
|
1098
|
+
_m as FiletypeSh,
|
|
1099
|
+
Jm as FiletypeSql,
|
|
1100
|
+
zm as FiletypeSvg,
|
|
1101
|
+
Qm as FiletypeTiff,
|
|
1102
|
+
Km as FiletypeTsx,
|
|
1103
|
+
Ym as FiletypeTtf,
|
|
1104
|
+
Zm as FiletypeTxt,
|
|
1105
|
+
$m as FiletypeWav,
|
|
1106
|
+
lw as FiletypeWoff,
|
|
1107
|
+
ow as FiletypeXls,
|
|
1108
|
+
tw as FiletypeXlsx,
|
|
1109
|
+
nw as FiletypeXml,
|
|
1109
1110
|
ew as FiletypeYml,
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1111
|
+
dw as Film,
|
|
1112
|
+
uw as Filter,
|
|
1113
|
+
Cw as FilterCircle,
|
|
1114
|
+
pw as FilterCircleFill,
|
|
1115
|
+
hw as FilterLeft,
|
|
1116
|
+
Sw as FilterRight,
|
|
1117
|
+
gw as FilterSquare,
|
|
1118
|
+
kw as FilterSquareFill,
|
|
1119
|
+
mw as Fingerprint,
|
|
1120
|
+
ww as Fire,
|
|
1121
|
+
Bw as FireBootstrap,
|
|
1122
|
+
Pw as FireFill,
|
|
1122
1123
|
Dw as Flag,
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1124
|
+
Aw as FlagFill,
|
|
1125
|
+
Ew as Floppy,
|
|
1126
|
+
fw as Floppy2,
|
|
1127
|
+
Hw as Floppy2Fill,
|
|
1128
|
+
Tw as FloppyFill,
|
|
1129
|
+
yw as Flower1,
|
|
1130
|
+
xw as Flower2,
|
|
1131
|
+
Lw as Flower3,
|
|
1132
|
+
bw as Folder,
|
|
1133
|
+
Rw as Folder2,
|
|
1134
|
+
vw as Folder2Open,
|
|
1135
|
+
qw as FolderCheck,
|
|
1136
|
+
Mw as FolderFill,
|
|
1137
|
+
Uw as FolderMinus,
|
|
1138
|
+
Iw as FolderPlus,
|
|
1139
|
+
Gw as FolderSparkle,
|
|
1140
|
+
Xw as FolderSymlink,
|
|
1141
|
+
Ww as FolderSymlinkFill,
|
|
1142
|
+
Ow as FolderX,
|
|
1143
|
+
Vw as Fonts,
|
|
1144
|
+
Nw as Forward,
|
|
1145
|
+
jw as ForwardFill,
|
|
1146
|
+
_w as Front,
|
|
1147
|
+
Jw as FuelPump,
|
|
1148
|
+
zw as FuelPumpDiesel,
|
|
1149
|
+
Qw as FuelPumpDieselFill,
|
|
1150
|
+
Kw as FuelPumpFill,
|
|
1151
|
+
Yw as Fullscreen,
|
|
1152
|
+
Zw as FullscreenExit,
|
|
1153
|
+
$w as Funnel,
|
|
1154
|
+
lB as FunnelFill,
|
|
1155
|
+
oB as Gear,
|
|
1156
|
+
tB as GearFill,
|
|
1157
|
+
nB as GearWide,
|
|
1157
1158
|
eB as GearWideConnected,
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1159
|
+
iB as Gem,
|
|
1160
|
+
sB as GenderAmbiguous,
|
|
1161
|
+
cB as GenderFemale,
|
|
1162
|
+
rB as GenderMale,
|
|
1163
|
+
aB as GenderNeuter,
|
|
1164
|
+
FB as GenderTrans,
|
|
1165
|
+
dB as Geo,
|
|
1166
|
+
uB as GeoAlt,
|
|
1167
|
+
CB as GeoAltFill,
|
|
1168
|
+
pB as GeoFill,
|
|
1169
|
+
hB as Gift,
|
|
1170
|
+
SB as GiftFill,
|
|
1171
|
+
gB as Git,
|
|
1172
|
+
kB as Github,
|
|
1173
|
+
mB as Gitlab,
|
|
1174
|
+
wB as Globe,
|
|
1175
|
+
BB as Globe2,
|
|
1176
|
+
PB as GlobeAmericas,
|
|
1176
1177
|
DB as GlobeAsiaAustralia,
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1178
|
+
AB as GlobeCentralSouthAsia,
|
|
1179
|
+
EB as GlobeEuropeAfrica,
|
|
1180
|
+
fB as Google,
|
|
1181
|
+
HB as GooglePlay,
|
|
1182
|
+
TB as GpuCard,
|
|
1183
|
+
yB as Grab,
|
|
1184
|
+
xB as GrabHorizontal,
|
|
1185
|
+
LB as GraphDown,
|
|
1186
|
+
bB as GraphDownArrow,
|
|
1187
|
+
RB as GraphUp,
|
|
1188
|
+
vB as GraphUpArrow,
|
|
1189
|
+
qB as Grid,
|
|
1190
|
+
MB as Grid1X2,
|
|
1191
|
+
UB as Grid1X2Fill,
|
|
1192
|
+
IB as Grid3X2,
|
|
1193
|
+
GB as Grid3X2Gap,
|
|
1194
|
+
XB as Grid3X2GapFill,
|
|
1195
|
+
WB as Grid3X3,
|
|
1196
|
+
OB as Grid3X3Gap,
|
|
1197
|
+
VB as Grid3X3GapFill,
|
|
1198
|
+
NB as GridFill,
|
|
1199
|
+
jB as GripHorizontal,
|
|
1200
|
+
_B as GripVertical,
|
|
1201
|
+
cP as HCircle,
|
|
1202
|
+
rP as HCircleFill,
|
|
1203
|
+
RD as HSquare,
|
|
1204
|
+
vD as HSquareFill,
|
|
1205
|
+
JB as Hammer,
|
|
1206
|
+
zB as Hand,
|
|
1207
|
+
YB as HandIndex,
|
|
1208
|
+
ZB as HandIndexFill,
|
|
1209
|
+
$B as HandIndexThumb,
|
|
1210
|
+
lP as HandIndexThumbFill,
|
|
1211
|
+
oP as HandOff,
|
|
1212
|
+
tP as HandThumbsDown,
|
|
1213
|
+
nP as HandThumbsDownFill,
|
|
1214
|
+
eP as HandThumbsUp,
|
|
1215
|
+
iP as HandThumbsUpFill,
|
|
1216
|
+
QB as Handbag,
|
|
1217
|
+
KB as HandbagFill,
|
|
1218
|
+
sP as Hash,
|
|
1219
|
+
aP as Hdd,
|
|
1220
|
+
FP as HddFill,
|
|
1221
|
+
dP as HddNetwork,
|
|
1222
|
+
uP as HddNetworkFill,
|
|
1223
|
+
CP as HddRack,
|
|
1224
|
+
pP as HddRackFill,
|
|
1225
|
+
hP as HddStack,
|
|
1226
|
+
SP as HddStackFill,
|
|
1227
|
+
gP as Hdmi,
|
|
1228
|
+
kP as HdmiFill,
|
|
1229
|
+
mP as Headphones,
|
|
1230
|
+
wP as Headset,
|
|
1231
|
+
BP as HeadsetVr,
|
|
1232
|
+
PP as Heart,
|
|
1233
|
+
DP as HeartArrow,
|
|
1234
|
+
fP as HeartFill,
|
|
1235
|
+
HP as HeartHalf,
|
|
1236
|
+
TP as HeartPulse,
|
|
1237
|
+
yP as HeartPulseFill,
|
|
1238
|
+
AP as Heartbreak,
|
|
1239
|
+
EP as HeartbreakFill,
|
|
1240
|
+
xP as Hearts,
|
|
1241
|
+
LP as Heptagon,
|
|
1242
|
+
bP as HeptagonFill,
|
|
1243
|
+
RP as HeptagonHalf,
|
|
1244
|
+
vP as Hexagon,
|
|
1245
|
+
qP as Hexagon2NdHalf,
|
|
1246
|
+
MP as HexagonArrowDown,
|
|
1247
|
+
UP as HexagonArrowDownFill,
|
|
1248
|
+
IP as HexagonArrowRight,
|
|
1249
|
+
GP as HexagonArrowRightFill,
|
|
1250
|
+
XP as HexagonCore,
|
|
1251
|
+
WP as HexagonCore2NdHalf,
|
|
1252
|
+
OP as HexagonCoreHalf,
|
|
1253
|
+
VP as HexagonDashed,
|
|
1254
|
+
NP as HexagonFill,
|
|
1255
|
+
jP as HexagonHalf,
|
|
1256
|
+
_P as HexagonOff,
|
|
1257
|
+
JP as HexagonOffFill,
|
|
1258
|
+
zP as HexagonQuestion,
|
|
1259
|
+
QP as HexagonQuestionFill,
|
|
1260
|
+
KP as Highlighter,
|
|
1261
|
+
YP as Highlights,
|
|
1262
|
+
ZP as Hospital,
|
|
1263
|
+
$P as HospitalFill,
|
|
1264
|
+
lD as Hourglass,
|
|
1265
|
+
oD as HourglassBottom,
|
|
1266
|
+
tD as HourglassSplit,
|
|
1267
|
+
nD as HourglassTop,
|
|
1268
|
+
eD as House,
|
|
1269
|
+
iD as HouseAdd,
|
|
1270
|
+
sD as HouseAddFill,
|
|
1271
|
+
cD as HouseCheck,
|
|
1272
|
+
rD as HouseCheckFill,
|
|
1273
|
+
aD as HouseDash,
|
|
1274
|
+
FD as HouseDashFill,
|
|
1275
|
+
dD as HouseDoor,
|
|
1276
|
+
uD as HouseDoorFill,
|
|
1277
|
+
CD as HouseDown,
|
|
1278
|
+
pD as HouseDownFill,
|
|
1279
|
+
hD as HouseExclamation,
|
|
1280
|
+
SD as HouseExclamationFill,
|
|
1281
|
+
gD as HouseFill,
|
|
1282
|
+
kD as HouseGear,
|
|
1283
|
+
mD as HouseGearFill,
|
|
1284
|
+
wD as HouseHeart,
|
|
1285
|
+
BD as HouseHeartFill,
|
|
1286
|
+
PD as HouseLock,
|
|
1287
|
+
DD as HouseLockFill,
|
|
1288
|
+
fD as HouseSlash,
|
|
1289
|
+
HD as HouseSlashFill,
|
|
1290
|
+
TD as HouseUp,
|
|
1291
|
+
yD as HouseUpFill,
|
|
1292
|
+
xD as HouseX,
|
|
1293
|
+
LD as HouseXFill,
|
|
1294
|
+
AD as Houses,
|
|
1295
|
+
ED as HousesFill,
|
|
1296
|
+
bD as Hr,
|
|
1297
|
+
qD as Hurricane,
|
|
1298
|
+
MD as Hypnotize,
|
|
1299
|
+
UD as Image,
|
|
1300
|
+
ID as ImageAlt,
|
|
1301
|
+
GD as ImageFill,
|
|
1302
|
+
XD as Images,
|
|
1303
|
+
WD as Inbox,
|
|
1304
|
+
ND as InboxFill,
|
|
1305
|
+
OD as Inboxes,
|
|
1306
|
+
VD as InboxesFill,
|
|
1307
|
+
jD as Incognito,
|
|
1308
|
+
_D as Indent,
|
|
1309
|
+
JD as InfinityBootstrap,
|
|
1310
|
+
zD as Info,
|
|
1311
|
+
QD as InfoCircle,
|
|
1312
|
+
KD as InfoCircleFill,
|
|
1313
|
+
YD as InfoLg,
|
|
1314
|
+
ZD as InfoSquare,
|
|
1315
|
+
$D as InfoSquareFill,
|
|
1316
|
+
lA as InputCursor,
|
|
1317
|
+
oA as InputCursorText,
|
|
1318
|
+
tA as Instagram,
|
|
1319
|
+
nA as Intercom,
|
|
1319
1320
|
eA as IntercomFill,
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1321
|
+
iA as Intersect,
|
|
1322
|
+
sA as Invoice,
|
|
1323
|
+
cA as Invoice2,
|
|
1324
|
+
rA as Invoice2In,
|
|
1325
|
+
aA as Invoice2Out,
|
|
1326
|
+
FA as InvoiceClock,
|
|
1327
|
+
dA as InvoiceDelete,
|
|
1328
|
+
uA as InvoiceDraft,
|
|
1329
|
+
CA as InvoicePdf,
|
|
1330
|
+
pA as Invoices,
|
|
1331
|
+
hA as Invoices2,
|
|
1332
|
+
SA as InvoicesLink,
|
|
1333
|
+
gA as Journal,
|
|
1334
|
+
kA as Journal2,
|
|
1335
|
+
mA as Journal2Off,
|
|
1336
|
+
wA as JournalAlbum,
|
|
1337
|
+
BA as JournalArrowDown,
|
|
1338
|
+
PA as JournalArrowUp,
|
|
1338
1339
|
DA as JournalBookmark,
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1340
|
+
AA as JournalBookmarkFill,
|
|
1341
|
+
EA as JournalBootstrap,
|
|
1342
|
+
fA as JournalCheck,
|
|
1343
|
+
HA as JournalCheckBootstrap,
|
|
1344
|
+
TA as JournalCode,
|
|
1345
|
+
yA as JournalMedical,
|
|
1346
|
+
xA as JournalMinus,
|
|
1347
|
+
LA as JournalOff,
|
|
1348
|
+
bA as JournalPlus,
|
|
1349
|
+
RA as JournalRichtext,
|
|
1350
|
+
qA as JournalText,
|
|
1351
|
+
MA as JournalX,
|
|
1352
|
+
vA as Journals,
|
|
1353
|
+
UA as Joystick,
|
|
1354
|
+
IA as Justify,
|
|
1355
|
+
GA as JustifyLeft,
|
|
1356
|
+
XA as JustifyRight,
|
|
1357
|
+
WA as Kanban,
|
|
1358
|
+
OA as KanbanFill,
|
|
1359
|
+
VA as Key,
|
|
1360
|
+
_A as KeyFill,
|
|
1361
|
+
NA as Keyboard,
|
|
1362
|
+
jA as KeyboardFill,
|
|
1363
|
+
JA as Ladder,
|
|
1364
|
+
zA as Lamp,
|
|
1365
|
+
QA as LampFill,
|
|
1366
|
+
KA as Laptop,
|
|
1367
|
+
YA as LaptopFill,
|
|
1368
|
+
ZA as LayerBackward,
|
|
1369
|
+
$A as LayerForward,
|
|
1370
|
+
lE as Layers,
|
|
1371
|
+
oE as LayersFill,
|
|
1372
|
+
tE as LayersHalf,
|
|
1373
|
+
nE as LayoutSidebar,
|
|
1373
1374
|
eE as LayoutSidebarInset,
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1375
|
+
iE as LayoutSidebarInsetReverse,
|
|
1376
|
+
sE as LayoutSidebarReverse,
|
|
1377
|
+
cE as LayoutSplit,
|
|
1378
|
+
rE as LayoutTextSidebar,
|
|
1379
|
+
aE as LayoutTextSidebarReverse,
|
|
1380
|
+
FE as LayoutTextWindow,
|
|
1381
|
+
dE as LayoutTextWindowReverse,
|
|
1382
|
+
uE as LayoutThreeColumns,
|
|
1383
|
+
CE as LayoutWtf,
|
|
1384
|
+
pE as LifePreserver,
|
|
1385
|
+
hE as Lightbulb,
|
|
1386
|
+
SE as LightbulbFill,
|
|
1387
|
+
gE as LightbulbOff,
|
|
1388
|
+
kE as LightbulbOffFill,
|
|
1389
|
+
mE as Lightning,
|
|
1390
|
+
wE as LightningCharge,
|
|
1391
|
+
BE as LightningChargeFill,
|
|
1392
|
+
PE as LightningFill,
|
|
1392
1393
|
DE as Line,
|
|
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
|
-
|
|
1394
|
+
AE as Link,
|
|
1395
|
+
EE as Link45Deg,
|
|
1396
|
+
fE as Linkedin,
|
|
1397
|
+
HE as List,
|
|
1398
|
+
TE as ListCheck,
|
|
1399
|
+
yE as ListColumns,
|
|
1400
|
+
xE as ListColumnsReverse,
|
|
1401
|
+
LE as ListNested,
|
|
1402
|
+
bE as ListOl,
|
|
1403
|
+
RE as ListStars,
|
|
1404
|
+
vE as ListTask,
|
|
1405
|
+
qE as ListUl,
|
|
1406
|
+
ME as Lock,
|
|
1407
|
+
UE as LockFill,
|
|
1408
|
+
IE as Luggage,
|
|
1409
|
+
GE as LuggageFill,
|
|
1410
|
+
XE as Lungs,
|
|
1411
|
+
WE as LungsFill,
|
|
1412
|
+
OE as Magic,
|
|
1413
|
+
VE as Magnet,
|
|
1414
|
+
NE as MagnetFill,
|
|
1415
|
+
jE as Mailbox,
|
|
1416
|
+
_E as Mailbox2,
|
|
1417
|
+
JE as Mailbox2Flag,
|
|
1418
|
+
zE as MailboxFlag,
|
|
1419
|
+
QE as Map,
|
|
1420
|
+
KE as MapFill,
|
|
1421
|
+
YE as Markdown,
|
|
1422
|
+
ZE as MarkdownFill,
|
|
1423
|
+
$E as MarkerTip,
|
|
1424
|
+
lf as Mask,
|
|
1425
|
+
of as Mastodon,
|
|
1426
|
+
tf as MeasuringTape,
|
|
1427
|
+
nf as MeasuringTapeFill,
|
|
1427
1428
|
ef as Medium,
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1429
|
+
sf as Megaphone,
|
|
1430
|
+
cf as MegaphoneFill,
|
|
1431
|
+
rf as Memory,
|
|
1432
|
+
af as MenuApp,
|
|
1433
|
+
Ff as MenuAppFill,
|
|
1434
|
+
df as MenuButton,
|
|
1435
|
+
uf as MenuButtonFill,
|
|
1436
|
+
Cf as MenuButtonWide,
|
|
1437
|
+
pf as MenuButtonWideFill,
|
|
1438
|
+
hf as MenuDown,
|
|
1439
|
+
Sf as MenuUp,
|
|
1440
|
+
gf as Messenger,
|
|
1441
|
+
kf as Meta,
|
|
1442
|
+
mf as Mic,
|
|
1443
|
+
wf as MicFill,
|
|
1444
|
+
Bf as MicMute,
|
|
1445
|
+
Pf as MicMuteFill,
|
|
1445
1446
|
Df as Microsoft,
|
|
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
|
-
|
|
1447
|
+
Af as MicrosoftTeams,
|
|
1448
|
+
Ef as Minecart,
|
|
1449
|
+
ff as MinecartLoaded,
|
|
1450
|
+
Hf as Modem,
|
|
1451
|
+
Tf as ModemFill,
|
|
1452
|
+
yf as Moisture,
|
|
1453
|
+
xf as Moon,
|
|
1454
|
+
Lf as MoonFill,
|
|
1455
|
+
bf as MoonStars,
|
|
1456
|
+
Rf as MoonStarsFill,
|
|
1457
|
+
vf as Mortarboard,
|
|
1458
|
+
qf as MortarboardFill,
|
|
1459
|
+
Mf as Motherboard,
|
|
1460
|
+
Uf as MotherboardFill,
|
|
1461
|
+
If as Mouse,
|
|
1462
|
+
Gf as Mouse2,
|
|
1463
|
+
Xf as Mouse2Fill,
|
|
1464
|
+
Wf as Mouse3,
|
|
1465
|
+
Of as Mouse3Fill,
|
|
1466
|
+
Vf as MouseFill,
|
|
1467
|
+
Nf as MusicNote,
|
|
1468
|
+
jf as MusicNoteBeamed,
|
|
1469
|
+
_f as MusicNoteList,
|
|
1470
|
+
Jf as MusicPlayer,
|
|
1471
|
+
zf as MusicPlayerFill,
|
|
1472
|
+
Qf as Newspaper,
|
|
1473
|
+
Kf as NintendoSwitch,
|
|
1474
|
+
Yf as NodeMinus,
|
|
1475
|
+
Zf as NodeMinusFill,
|
|
1476
|
+
$f as NodePlus,
|
|
1477
|
+
lH as NodePlusFill,
|
|
1478
|
+
oH as NoiseReduction,
|
|
1479
|
+
tH as Nut,
|
|
1480
|
+
nH as NutFill,
|
|
1480
1481
|
eH as Nvidia,
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1482
|
+
iH as Nvme,
|
|
1483
|
+
sH as NvmeFill,
|
|
1484
|
+
cH as Octagon,
|
|
1485
|
+
rH as OctagonFill,
|
|
1486
|
+
aH as OctagonHalf,
|
|
1487
|
+
FH as Opencollective,
|
|
1488
|
+
dH as OpticalAudio,
|
|
1489
|
+
uH as OpticalAudioFill,
|
|
1490
|
+
CH as Option,
|
|
1491
|
+
pH as Outlet,
|
|
1492
|
+
YH as PCircle,
|
|
1493
|
+
ZH as PCircleFill,
|
|
1494
|
+
Sx as PSquare,
|
|
1495
|
+
gx as PSquareFill,
|
|
1496
|
+
hH as PaintBucket,
|
|
1497
|
+
SH as PaintRoller,
|
|
1498
|
+
gH as PaintRollerFill,
|
|
1499
|
+
kH as Palette,
|
|
1500
|
+
mH as Palette2,
|
|
1501
|
+
wH as PaletteFill,
|
|
1502
|
+
BH as Paperclip,
|
|
1503
|
+
PH as Paragraph,
|
|
1503
1504
|
DH as Pass,
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
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
|
-
|
|
1505
|
+
AH as PassFill,
|
|
1506
|
+
EH as Passport,
|
|
1507
|
+
fH as PassportFill,
|
|
1508
|
+
HH as PatchCheck,
|
|
1509
|
+
TH as PatchCheckFill,
|
|
1510
|
+
yH as PatchExclamation,
|
|
1511
|
+
xH as PatchExclamationFill,
|
|
1512
|
+
LH as PatchMinus,
|
|
1513
|
+
bH as PatchMinusFill,
|
|
1514
|
+
RH as PatchPlus,
|
|
1515
|
+
vH as PatchPlusFill,
|
|
1516
|
+
qH as PatchQuestion,
|
|
1517
|
+
MH as PatchQuestionFill,
|
|
1518
|
+
UH as Pause,
|
|
1519
|
+
IH as PauseBtn,
|
|
1520
|
+
GH as PauseBtnFill,
|
|
1521
|
+
XH as PauseCircle,
|
|
1522
|
+
WH as PauseCircleFill,
|
|
1523
|
+
OH as PauseFill,
|
|
1524
|
+
VH as Paypal,
|
|
1525
|
+
NH as Pc,
|
|
1526
|
+
jH as PcDisplay,
|
|
1527
|
+
_H as PcDisplayHorizontal,
|
|
1528
|
+
JH as PcHorizontal,
|
|
1529
|
+
zH as PciCard,
|
|
1530
|
+
QH as PciCardNetwork,
|
|
1531
|
+
KH as PciCardSound,
|
|
1532
|
+
$H as Peace,
|
|
1533
|
+
lT as PeaceFill,
|
|
1534
|
+
oT as Pen,
|
|
1535
|
+
iT as PenFill,
|
|
1536
|
+
sT as PenOff,
|
|
1537
|
+
cT as PenOffFill,
|
|
1538
|
+
tT as Pencil,
|
|
1539
|
+
nT as PencilFill,
|
|
1539
1540
|
eT as PencilSquare,
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1541
|
+
rT as Pentagon,
|
|
1542
|
+
aT as PentagonFill,
|
|
1543
|
+
FT as PentagonHalf,
|
|
1544
|
+
dT as People,
|
|
1545
|
+
uT as PeopleFill,
|
|
1546
|
+
CT as Percent,
|
|
1547
|
+
pT as Person,
|
|
1548
|
+
hT as PersonAdd,
|
|
1549
|
+
ST as PersonArmsUp,
|
|
1550
|
+
gT as PersonBadge,
|
|
1551
|
+
kT as PersonBadgeFill,
|
|
1552
|
+
mT as PersonBoundingBox,
|
|
1553
|
+
wT as PersonCheck,
|
|
1554
|
+
BT as PersonCheckFill,
|
|
1555
|
+
PT as PersonCircle,
|
|
1555
1556
|
DT as PersonDash,
|
|
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
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1557
|
+
AT as PersonDashFill,
|
|
1558
|
+
ET as PersonDown,
|
|
1559
|
+
fT as PersonExclamation,
|
|
1560
|
+
HT as PersonFill,
|
|
1561
|
+
TT as PersonFillAdd,
|
|
1562
|
+
yT as PersonFillCheck,
|
|
1563
|
+
xT as PersonFillDash,
|
|
1564
|
+
LT as PersonFillDown,
|
|
1565
|
+
bT as PersonFillExclamation,
|
|
1566
|
+
RT as PersonFillGear,
|
|
1567
|
+
vT as PersonFillLock,
|
|
1568
|
+
qT as PersonFillSlash,
|
|
1569
|
+
MT as PersonFillUp,
|
|
1570
|
+
UT as PersonFillX,
|
|
1571
|
+
IT as PersonGear,
|
|
1572
|
+
GT as PersonHeart,
|
|
1573
|
+
XT as PersonHearts,
|
|
1574
|
+
WT as PersonLinesFill,
|
|
1575
|
+
OT as PersonLock,
|
|
1576
|
+
VT as PersonPlus,
|
|
1577
|
+
NT as PersonPlusFill,
|
|
1578
|
+
jT as PersonRaisedHand,
|
|
1579
|
+
_T as PersonRolodex,
|
|
1580
|
+
JT as PersonSlash,
|
|
1581
|
+
zT as PersonSquare,
|
|
1582
|
+
QT as PersonStanding,
|
|
1583
|
+
KT as PersonStandingDress,
|
|
1584
|
+
YT as PersonUp,
|
|
1585
|
+
ZT as PersonVcard,
|
|
1586
|
+
$T as PersonVcardFill,
|
|
1587
|
+
ly as PersonVideo,
|
|
1588
|
+
oy as PersonVideo2,
|
|
1589
|
+
ty as PersonVideo3,
|
|
1590
|
+
ny as PersonWalking,
|
|
1590
1591
|
ey as PersonWheelchair,
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
Dy as
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
ex as
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
Dx as
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
eL as
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
PL as
|
|
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
|
-
ev as
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
Dv as
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
Dq as
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
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
|
-
|
|
2039
|
-
DM as
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
eU as
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
DU as
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
eI as
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
DI as
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
eG as
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
rG as
|
|
2187
|
-
aG as
|
|
2188
|
-
FG as
|
|
2189
|
-
dG as
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
wG as
|
|
2199
|
-
BG as
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
AG as
|
|
2203
|
-
EG as
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
1592
|
+
iy as PersonWorkspace,
|
|
1593
|
+
sy as PersonX,
|
|
1594
|
+
cy as PersonXFill,
|
|
1595
|
+
ry as Phone,
|
|
1596
|
+
ay as PhoneFill,
|
|
1597
|
+
Fy as PhoneFlip,
|
|
1598
|
+
dy as PhoneLandscape,
|
|
1599
|
+
uy as PhoneLandscapeFill,
|
|
1600
|
+
Cy as PhoneVibrate,
|
|
1601
|
+
py as PhoneVibrateFill,
|
|
1602
|
+
hy as PieChart,
|
|
1603
|
+
Sy as PieChartFill,
|
|
1604
|
+
gy as PiggyBank,
|
|
1605
|
+
ky as PiggyBank2,
|
|
1606
|
+
my as PiggyBank2Check,
|
|
1607
|
+
wy as PiggyBank2Coin,
|
|
1608
|
+
By as PiggyBank2Exclamation,
|
|
1609
|
+
Py as PiggyBank2In,
|
|
1610
|
+
Dy as PiggyBank2Off,
|
|
1611
|
+
Ay as PiggyBank2Out,
|
|
1612
|
+
Ey as PiggyBankFill,
|
|
1613
|
+
fy as Pin,
|
|
1614
|
+
Hy as PinAngle,
|
|
1615
|
+
Ty as PinAngleFill,
|
|
1616
|
+
yy as PinFill,
|
|
1617
|
+
xy as PinMap,
|
|
1618
|
+
Ly as PinMapFill,
|
|
1619
|
+
by as Pinterest,
|
|
1620
|
+
Ry as Pip,
|
|
1621
|
+
vy as PipFill,
|
|
1622
|
+
qy as Play,
|
|
1623
|
+
My as PlayBtn,
|
|
1624
|
+
Uy as PlayBtnFill,
|
|
1625
|
+
Iy as PlayCircle,
|
|
1626
|
+
Gy as PlayCircleFill,
|
|
1627
|
+
Xy as PlayFill,
|
|
1628
|
+
Wy as Playstation,
|
|
1629
|
+
Oy as Plug,
|
|
1630
|
+
Vy as PlugFill,
|
|
1631
|
+
Ny as Plugin,
|
|
1632
|
+
jy as Plus,
|
|
1633
|
+
_y as PlusCircle,
|
|
1634
|
+
Jy as PlusCircleDotted,
|
|
1635
|
+
zy as PlusCircleFill,
|
|
1636
|
+
Qy as PlusLg,
|
|
1637
|
+
Ky as PlusSlashMinus,
|
|
1638
|
+
Yy as PlusSquare,
|
|
1639
|
+
Zy as PlusSquareDotted,
|
|
1640
|
+
$y as PlusSquareFill,
|
|
1641
|
+
lx as Postage,
|
|
1642
|
+
ox as PostageFill,
|
|
1643
|
+
tx as PostageHeart,
|
|
1644
|
+
nx as PostageHeartFill,
|
|
1645
|
+
ex as Postcard,
|
|
1646
|
+
ix as PostcardFill,
|
|
1647
|
+
sx as PostcardHeart,
|
|
1648
|
+
cx as PostcardHeartFill,
|
|
1649
|
+
rx as Power,
|
|
1650
|
+
ax as Prescription,
|
|
1651
|
+
Fx as Prescription2,
|
|
1652
|
+
dx as Printer,
|
|
1653
|
+
ux as PrinterFill,
|
|
1654
|
+
Cx as Projector,
|
|
1655
|
+
px as ProjectorFill,
|
|
1656
|
+
hx as ProrataCalendar,
|
|
1657
|
+
kx as Puzzle,
|
|
1658
|
+
mx as PuzzleFill,
|
|
1659
|
+
wx as QrCode,
|
|
1660
|
+
Bx as QrCodeScan,
|
|
1661
|
+
Px as Question,
|
|
1662
|
+
Dx as QuestionCircle,
|
|
1663
|
+
Ax as QuestionCircleFill,
|
|
1664
|
+
Ex as QuestionDiamond,
|
|
1665
|
+
fx as QuestionDiamondFill,
|
|
1666
|
+
Hx as QuestionLg,
|
|
1667
|
+
Tx as QuestionOctagon,
|
|
1668
|
+
yx as QuestionOctagonFill,
|
|
1669
|
+
xx as QuestionSquare,
|
|
1670
|
+
Lx as QuestionSquareFill,
|
|
1671
|
+
bx as Quora,
|
|
1672
|
+
Rx as Quote,
|
|
1673
|
+
Ux as RCircle,
|
|
1674
|
+
Ix as RCircleFill,
|
|
1675
|
+
HL as RSquare,
|
|
1676
|
+
TL as RSquareFill,
|
|
1677
|
+
vx as Radar,
|
|
1678
|
+
qx as Radioactive,
|
|
1679
|
+
Mx as Rainbow,
|
|
1680
|
+
Gx as Receipt,
|
|
1681
|
+
Xx as Receipt2,
|
|
1682
|
+
Wx as ReceiptClock,
|
|
1683
|
+
Ox as ReceiptCutoff,
|
|
1684
|
+
Vx as ReceiptDraft,
|
|
1685
|
+
Nx as ReceiptOff2,
|
|
1686
|
+
jx as ReceiptPdf,
|
|
1687
|
+
_x as Reception0,
|
|
1688
|
+
Jx as Reception1,
|
|
1689
|
+
zx as Reception2,
|
|
1690
|
+
Qx as Reception3,
|
|
1691
|
+
Kx as Reception4,
|
|
1692
|
+
Yx as Record,
|
|
1693
|
+
Zx as Record2,
|
|
1694
|
+
$x as Record2Fill,
|
|
1695
|
+
lL as RecordBtn,
|
|
1696
|
+
oL as RecordBtnFill,
|
|
1697
|
+
tL as RecordCircle,
|
|
1698
|
+
nL as RecordCircleFill,
|
|
1699
|
+
eL as RecordFill,
|
|
1700
|
+
iL as Recycle,
|
|
1701
|
+
sL as Reddit,
|
|
1702
|
+
cL as Regex,
|
|
1703
|
+
rL as Repeat,
|
|
1704
|
+
aL as Repeat1,
|
|
1705
|
+
FL as Reply,
|
|
1706
|
+
dL as ReplyAll,
|
|
1707
|
+
uL as ReplyAllFill,
|
|
1708
|
+
CL as ReplyFill,
|
|
1709
|
+
pL as Rewind,
|
|
1710
|
+
hL as RewindBtn,
|
|
1711
|
+
SL as RewindBtnFill,
|
|
1712
|
+
gL as RewindCircle,
|
|
1713
|
+
kL as RewindCircleFill,
|
|
1714
|
+
mL as RewindFill,
|
|
1715
|
+
wL as Robot,
|
|
1716
|
+
BL as Rocket,
|
|
1717
|
+
PL as RocketFill,
|
|
1718
|
+
DL as RocketTakeoff,
|
|
1719
|
+
AL as RocketTakeoffFill,
|
|
1720
|
+
EL as Router,
|
|
1721
|
+
fL as RouterFill,
|
|
1722
|
+
yL as Rss,
|
|
1723
|
+
xL as RssFill,
|
|
1724
|
+
LL as Rulers,
|
|
1725
|
+
bL as Safe,
|
|
1726
|
+
RL as Safe2,
|
|
1727
|
+
vL as Safe2Fill,
|
|
1728
|
+
qL as SafeFill,
|
|
1729
|
+
ML as Save,
|
|
1730
|
+
UL as Save2,
|
|
1731
|
+
IL as Save2Fill,
|
|
1732
|
+
GL as SaveFill,
|
|
1733
|
+
XL as Scissors,
|
|
1734
|
+
WL as Scooter,
|
|
1735
|
+
OL as Screwdriver,
|
|
1736
|
+
VL as SdCard,
|
|
1737
|
+
NL as SdCardFill,
|
|
1738
|
+
jL as Search,
|
|
1739
|
+
_L as SearchHeart,
|
|
1740
|
+
JL as SearchHeartFill,
|
|
1741
|
+
zL as SegmentedNav,
|
|
1742
|
+
QL as Send,
|
|
1743
|
+
KL as SendArrowDown,
|
|
1744
|
+
YL as SendArrowDownFill,
|
|
1745
|
+
ZL as SendArrowUp,
|
|
1746
|
+
$L as SendArrowUpFill,
|
|
1747
|
+
l2 as SendCheck,
|
|
1748
|
+
o2 as SendCheckFill,
|
|
1749
|
+
t2 as SendDash,
|
|
1750
|
+
n2 as SendDashFill,
|
|
1751
|
+
e2 as SendExclamation,
|
|
1752
|
+
i2 as SendExclamationFill,
|
|
1753
|
+
s2 as SendFill,
|
|
1754
|
+
c2 as SendPlus,
|
|
1755
|
+
r2 as SendPlusFill,
|
|
1756
|
+
a2 as SendSlash,
|
|
1757
|
+
F2 as SendSlashFill,
|
|
1758
|
+
d2 as SendX,
|
|
1759
|
+
u2 as SendXFill,
|
|
1760
|
+
C2 as Server,
|
|
1761
|
+
p2 as Shadows,
|
|
1762
|
+
h2 as Share,
|
|
1763
|
+
S2 as ShareFill,
|
|
1764
|
+
g2 as Shelves,
|
|
1765
|
+
k2 as Shield,
|
|
1766
|
+
m2 as ShieldCheck,
|
|
1767
|
+
w2 as ShieldExclamation,
|
|
1768
|
+
B2 as ShieldFill,
|
|
1769
|
+
P2 as ShieldFillCheck,
|
|
1770
|
+
D2 as ShieldFillExclamation,
|
|
1771
|
+
A2 as ShieldFillMinus,
|
|
1772
|
+
E2 as ShieldFillPlus,
|
|
1773
|
+
f2 as ShieldFillX,
|
|
1774
|
+
H2 as ShieldLock,
|
|
1775
|
+
T2 as ShieldLockFill,
|
|
1776
|
+
y2 as ShieldMinus,
|
|
1777
|
+
x2 as ShieldPlus,
|
|
1778
|
+
L2 as ShieldShaded,
|
|
1779
|
+
b2 as ShieldSlash,
|
|
1780
|
+
R2 as ShieldSlashFill,
|
|
1781
|
+
v2 as ShieldX,
|
|
1782
|
+
q2 as Shift,
|
|
1783
|
+
M2 as ShiftFill,
|
|
1784
|
+
U2 as Shop,
|
|
1785
|
+
I2 as ShopWindow,
|
|
1786
|
+
G2 as Shuffle,
|
|
1787
|
+
W2 as SignDeadEnd,
|
|
1788
|
+
O2 as SignDeadEndFill,
|
|
1789
|
+
V2 as SignDoNotEnter,
|
|
1790
|
+
N2 as SignDoNotEnterFill,
|
|
1791
|
+
j2 as SignIntersection,
|
|
1792
|
+
_2 as SignIntersectionFill,
|
|
1793
|
+
J2 as SignIntersectionSide,
|
|
1794
|
+
z2 as SignIntersectionSideFill,
|
|
1795
|
+
Q2 as SignIntersectionT,
|
|
1796
|
+
K2 as SignIntersectionTFill,
|
|
1797
|
+
Y2 as SignIntersectionY,
|
|
1798
|
+
Z2 as SignIntersectionYFill,
|
|
1799
|
+
$2 as SignMergeLeft,
|
|
1800
|
+
lb as SignMergeLeftFill,
|
|
1801
|
+
ob as SignMergeRight,
|
|
1802
|
+
tb as SignMergeRightFill,
|
|
1803
|
+
nb as SignNoLeftTurn,
|
|
1804
|
+
eb as SignNoLeftTurnFill,
|
|
1805
|
+
ib as SignNoParking,
|
|
1806
|
+
sb as SignNoParkingFill,
|
|
1807
|
+
cb as SignNoRightTurn,
|
|
1808
|
+
rb as SignNoRightTurnFill,
|
|
1809
|
+
hb as SignRailroad,
|
|
1810
|
+
Sb as SignRailroadFill,
|
|
1811
|
+
gb as SignStop,
|
|
1812
|
+
kb as SignStopFill,
|
|
1813
|
+
mb as SignStopLights,
|
|
1814
|
+
wb as SignStopLightsFill,
|
|
1815
|
+
Bb as SignTurnLeft,
|
|
1816
|
+
Pb as SignTurnLeftFill,
|
|
1817
|
+
Db as SignTurnRight,
|
|
1818
|
+
Ab as SignTurnRightFill,
|
|
1819
|
+
Eb as SignTurnSlightLeft,
|
|
1820
|
+
fb as SignTurnSlightLeftFill,
|
|
1821
|
+
Hb as SignTurnSlightRight,
|
|
1822
|
+
Tb as SignTurnSlightRightFill,
|
|
1823
|
+
yb as SignYield,
|
|
1824
|
+
xb as SignYieldFill,
|
|
1825
|
+
X2 as Signal,
|
|
1826
|
+
ab as Signpost,
|
|
1827
|
+
Fb as Signpost2,
|
|
1828
|
+
db as Signpost2Fill,
|
|
1829
|
+
ub as SignpostFill,
|
|
1830
|
+
Cb as SignpostSplit,
|
|
1831
|
+
pb as SignpostSplitFill,
|
|
1832
|
+
Lb as Sim,
|
|
1833
|
+
bb as SimFill,
|
|
1834
|
+
Rb as SimSlash,
|
|
1835
|
+
vb as SimSlashFill,
|
|
1836
|
+
qb as SinaWeibo,
|
|
1837
|
+
Mb as SkipBackward,
|
|
1838
|
+
Ub as SkipBackwardBtn,
|
|
1839
|
+
Ib as SkipBackwardBtnFill,
|
|
1840
|
+
Gb as SkipBackwardCircle,
|
|
1841
|
+
Xb as SkipBackwardCircleFill,
|
|
1842
|
+
Wb as SkipBackwardFill,
|
|
1843
|
+
Ob as SkipEnd,
|
|
1844
|
+
Vb as SkipEndBtn,
|
|
1845
|
+
Nb as SkipEndBtnFill,
|
|
1846
|
+
jb as SkipEndCircle,
|
|
1847
|
+
_b as SkipEndCircleFill,
|
|
1848
|
+
Jb as SkipEndFill,
|
|
1849
|
+
zb as SkipForward,
|
|
1850
|
+
Qb as SkipForwardBtn,
|
|
1851
|
+
Kb as SkipForwardBtnFill,
|
|
1852
|
+
Yb as SkipForwardCircle,
|
|
1853
|
+
Zb as SkipForwardCircleFill,
|
|
1854
|
+
$b as SkipForwardFill,
|
|
1855
|
+
lR as SkipStart,
|
|
1856
|
+
oR as SkipStartBtn,
|
|
1857
|
+
tR as SkipStartBtnFill,
|
|
1858
|
+
nR as SkipStartCircle,
|
|
1859
|
+
eR as SkipStartCircleFill,
|
|
1860
|
+
iR as SkipStartFill,
|
|
1861
|
+
sR as Skype,
|
|
1862
|
+
cR as Slack,
|
|
1863
|
+
rR as Slash,
|
|
1864
|
+
aR as SlashCircle,
|
|
1865
|
+
FR as SlashCircleFill,
|
|
1866
|
+
dR as SlashCircleFillV2,
|
|
1867
|
+
uR as SlashCircleV2,
|
|
1868
|
+
CR as SlashLg,
|
|
1869
|
+
pR as SlashSquare,
|
|
1870
|
+
hR as SlashSquareFill,
|
|
1871
|
+
SR as SlashSquareFillV2,
|
|
1872
|
+
gR as SlashSquareV2,
|
|
1873
|
+
kR as Sliders,
|
|
1874
|
+
mR as Sliders2,
|
|
1875
|
+
wR as Sliders2Vertical,
|
|
1876
|
+
BR as Smartwatch,
|
|
1877
|
+
PR as Snapchat,
|
|
1878
|
+
DR as Snow,
|
|
1879
|
+
AR as Snow2,
|
|
1880
|
+
ER as Snow3,
|
|
1881
|
+
fR as SortAlphaDown,
|
|
1882
|
+
HR as SortAlphaDownAlt,
|
|
1883
|
+
TR as SortAlphaUp,
|
|
1884
|
+
yR as SortAlphaUpAlt,
|
|
1885
|
+
xR as SortDown,
|
|
1886
|
+
LR as SortDownAlt,
|
|
1887
|
+
bR as SortNumericDown,
|
|
1888
|
+
RR as SortNumericDownAlt,
|
|
1889
|
+
vR as SortNumericUp,
|
|
1890
|
+
qR as SortNumericUpAlt,
|
|
1891
|
+
MR as SortUp,
|
|
1892
|
+
UR as SortUpAlt,
|
|
1893
|
+
IR as Soundwave,
|
|
1894
|
+
GR as Sourceforge,
|
|
1895
|
+
XR as Speaker,
|
|
1896
|
+
WR as SpeakerFill,
|
|
1897
|
+
OR as Speedometer,
|
|
1898
|
+
VR as Speedometer2,
|
|
1899
|
+
NR as Spellcheck,
|
|
1900
|
+
jR as Spotify,
|
|
1901
|
+
_R as Square,
|
|
1902
|
+
JR as SquareFill,
|
|
1903
|
+
zR as SquareHalf,
|
|
1904
|
+
QR as Squircle,
|
|
1905
|
+
KR as SquircleArrowBottom,
|
|
1906
|
+
YR as SquircleArrowBottomFill,
|
|
1907
|
+
ZR as SquircleArrowLeft,
|
|
1908
|
+
$R as SquircleArrowLeftFill,
|
|
1909
|
+
lv as SquircleArrowRight,
|
|
1910
|
+
ov as SquircleArrowRightFill,
|
|
1911
|
+
tv as SquircleArrowTop,
|
|
1912
|
+
nv as SquircleArrowTopFill,
|
|
1913
|
+
ev as SquircleCheck,
|
|
1914
|
+
iv as SquircleCheckAll,
|
|
1915
|
+
sv as SquircleCheckAllFill,
|
|
1916
|
+
cv as SquircleCheckFill,
|
|
1917
|
+
rv as SquircleClock,
|
|
1918
|
+
av as SquircleClockFill,
|
|
1919
|
+
Fv as SquircleCore,
|
|
1920
|
+
dv as SquircleCore2NdHalf,
|
|
1921
|
+
uv as SquircleCoreHalf,
|
|
1922
|
+
Cv as SquircleDraft,
|
|
1923
|
+
pv as SquircleExclamation,
|
|
1924
|
+
hv as SquircleExclamationFill,
|
|
1925
|
+
Sv as SquircleFill,
|
|
1926
|
+
gv as SquircleInfo,
|
|
1927
|
+
kv as SquircleInfoFill,
|
|
1928
|
+
mv as SquircleLink,
|
|
1929
|
+
wv as SquircleLinkFill,
|
|
1930
|
+
Bv as SquircleOff,
|
|
1931
|
+
Pv as SquircleOffFill,
|
|
1932
|
+
Dv as SquircleX,
|
|
1933
|
+
Av as SquircleXFill,
|
|
1934
|
+
Ev as Stack,
|
|
1935
|
+
fv as StackOverflow,
|
|
1936
|
+
Hv as Star,
|
|
1937
|
+
Tv as StarFill,
|
|
1938
|
+
yv as StarHalf,
|
|
1939
|
+
xv as Stars,
|
|
1940
|
+
Lv as Steam,
|
|
1941
|
+
bv as Stickies,
|
|
1942
|
+
Rv as StickiesFill,
|
|
1943
|
+
vv as Sticky,
|
|
1944
|
+
qv as StickyFill,
|
|
1945
|
+
Mv as Stop,
|
|
1946
|
+
Uv as StopBtn,
|
|
1947
|
+
Iv as StopBtnFill,
|
|
1948
|
+
Gv as StopCircle,
|
|
1949
|
+
Xv as StopCircleFill,
|
|
1950
|
+
Wv as StopFill,
|
|
1951
|
+
Ov as Stoplights,
|
|
1952
|
+
Vv as StoplightsFill,
|
|
1953
|
+
Nv as Stopwatch,
|
|
1954
|
+
jv as StopwatchFill,
|
|
1955
|
+
_v as Strava,
|
|
1956
|
+
Jv as Stripe,
|
|
1957
|
+
zv as Subscript,
|
|
1958
|
+
Qv as Substack,
|
|
1959
|
+
Kv as Subtract,
|
|
1960
|
+
nq as SuitClub,
|
|
1961
|
+
eq as SuitClubFill,
|
|
1962
|
+
iq as SuitDiamond,
|
|
1963
|
+
sq as SuitDiamondFill,
|
|
1964
|
+
cq as SuitHeart,
|
|
1965
|
+
rq as SuitHeartFill,
|
|
1966
|
+
aq as SuitSpade,
|
|
1967
|
+
Fq as SuitSpadeFill,
|
|
1968
|
+
Yv as Suitcase,
|
|
1969
|
+
Zv as Suitcase2,
|
|
1970
|
+
$v as Suitcase2Fill,
|
|
1971
|
+
lq as SuitcaseFill,
|
|
1972
|
+
oq as SuitcaseLg,
|
|
1973
|
+
tq as SuitcaseLgFill,
|
|
1974
|
+
dq as Sun,
|
|
1975
|
+
uq as SunFill,
|
|
1976
|
+
Cq as Sunglasses,
|
|
1977
|
+
pq as Sunrise,
|
|
1978
|
+
hq as SunriseFill,
|
|
1979
|
+
Sq as Sunset,
|
|
1980
|
+
gq as SunsetFill,
|
|
1981
|
+
kq as Superscript,
|
|
1982
|
+
mq as SymmetryHorizontal,
|
|
1983
|
+
wq as SymmetryVertical,
|
|
1984
|
+
Bq as Table,
|
|
1985
|
+
Pq as Tablet,
|
|
1986
|
+
Dq as TabletFill,
|
|
1987
|
+
Aq as TabletLandscape,
|
|
1988
|
+
Eq as TabletLandscapeFill,
|
|
1989
|
+
fq as Tag,
|
|
1990
|
+
Hq as TagFill,
|
|
1991
|
+
Tq as Tags,
|
|
1992
|
+
yq as TagsFill,
|
|
1993
|
+
xq as TaxiFront,
|
|
1994
|
+
Lq as TaxiFrontFill,
|
|
1995
|
+
bq as Telegram,
|
|
1996
|
+
Rq as Telephone,
|
|
1997
|
+
vq as TelephoneFill,
|
|
1998
|
+
qq as TelephoneForward,
|
|
1999
|
+
Mq as TelephoneForwardFill,
|
|
2000
|
+
Uq as TelephoneInbound,
|
|
2001
|
+
Iq as TelephoneInboundFill,
|
|
2002
|
+
Gq as TelephoneMinus,
|
|
2003
|
+
Xq as TelephoneMinusFill,
|
|
2004
|
+
Wq as TelephoneOutbound,
|
|
2005
|
+
Oq as TelephoneOutboundFill,
|
|
2006
|
+
Vq as TelephonePlus,
|
|
2007
|
+
Nq as TelephonePlusFill,
|
|
2008
|
+
jq as TelephoneX,
|
|
2009
|
+
_q as TelephoneXFill,
|
|
2010
|
+
Jq as TencentQq,
|
|
2011
|
+
zq as Terminal,
|
|
2012
|
+
Qq as TerminalDash,
|
|
2013
|
+
Kq as TerminalFill,
|
|
2014
|
+
Yq as TerminalPlus,
|
|
2015
|
+
Zq as TerminalSplit,
|
|
2016
|
+
$q as TerminalX,
|
|
2017
|
+
lM as TestPipe,
|
|
2018
|
+
oM as TestPipeFill,
|
|
2019
|
+
iM as TextCenter,
|
|
2020
|
+
sM as TextIndentLeft,
|
|
2021
|
+
cM as TextIndentRight,
|
|
2022
|
+
rM as TextLeft,
|
|
2023
|
+
aM as TextParagraph,
|
|
2024
|
+
FM as TextRight,
|
|
2025
|
+
dM as TextWrap,
|
|
2026
|
+
tM as Textarea,
|
|
2027
|
+
nM as TextareaResize,
|
|
2028
|
+
eM as TextareaT,
|
|
2029
|
+
uM as Thermometer,
|
|
2030
|
+
CM as ThermometerFire3,
|
|
2031
|
+
pM as ThermometerHalf,
|
|
2032
|
+
hM as ThermometerHigh,
|
|
2033
|
+
SM as ThermometerLow,
|
|
2034
|
+
gM as ThermometerSnow,
|
|
2035
|
+
kM as ThermometerSun,
|
|
2036
|
+
mM as Threads,
|
|
2037
|
+
wM as ThreadsFill,
|
|
2038
|
+
BM as ThreeDots,
|
|
2039
|
+
PM as ThreeDotsVertical,
|
|
2040
|
+
DM as Thunderbolt,
|
|
2041
|
+
AM as ThunderboltFill,
|
|
2042
|
+
EM as Ticket,
|
|
2043
|
+
fM as TicketDetailed,
|
|
2044
|
+
HM as TicketDetailedFill,
|
|
2045
|
+
TM as TicketFill,
|
|
2046
|
+
yM as TicketPerforated,
|
|
2047
|
+
xM as TicketPerforatedFill,
|
|
2048
|
+
LM as Tiktok,
|
|
2049
|
+
bM as Toggle2Off,
|
|
2050
|
+
RM as Toggle2On,
|
|
2051
|
+
vM as ToggleOff,
|
|
2052
|
+
qM as ToggleOn,
|
|
2053
|
+
MM as Toggles,
|
|
2054
|
+
UM as Toggles2,
|
|
2055
|
+
IM as Tools,
|
|
2056
|
+
GM as Tornado,
|
|
2057
|
+
XM as TrainFreightFront,
|
|
2058
|
+
WM as TrainFreightFrontFill,
|
|
2059
|
+
OM as TrainFront,
|
|
2060
|
+
VM as TrainFrontFill,
|
|
2061
|
+
NM as TrainLightrailFront,
|
|
2062
|
+
jM as TrainLightrailFrontFill,
|
|
2063
|
+
_M as Translate,
|
|
2064
|
+
JM as Transparency,
|
|
2065
|
+
zM as Trash,
|
|
2066
|
+
QM as Trash2,
|
|
2067
|
+
KM as Trash2Fill,
|
|
2068
|
+
YM as Trash3,
|
|
2069
|
+
ZM as Trash3Fill,
|
|
2070
|
+
$M as Trash3Off,
|
|
2071
|
+
lU as Trash3OffFill,
|
|
2072
|
+
oU as TrashFill,
|
|
2073
|
+
tU as Tree,
|
|
2074
|
+
nU as TreeFill,
|
|
2075
|
+
eU as Trello,
|
|
2076
|
+
iU as Triangle,
|
|
2077
|
+
sU as Triangle2,
|
|
2078
|
+
cU as Triangle2ArrowDown,
|
|
2079
|
+
rU as Triangle2ArrowDownFill,
|
|
2080
|
+
aU as Triangle2ArrowLeft,
|
|
2081
|
+
FU as Triangle2ArrowLeftFill,
|
|
2082
|
+
dU as Triangle2ArrowRight,
|
|
2083
|
+
uU as Triangle2ArrowRightFill,
|
|
2084
|
+
CU as Triangle2ArrowUp,
|
|
2085
|
+
pU as Triangle2ArrowUpFill,
|
|
2086
|
+
hU as Triangle2Core,
|
|
2087
|
+
SU as Triangle2Core2NdHalf,
|
|
2088
|
+
gU as Triangle2CoreHalf,
|
|
2089
|
+
kU as Triangle2Fill,
|
|
2090
|
+
mU as Triangle2X,
|
|
2091
|
+
wU as Triangle2XFill,
|
|
2092
|
+
BU as TriangleFill,
|
|
2093
|
+
PU as TriangleHalf,
|
|
2094
|
+
DU as Trophy,
|
|
2095
|
+
AU as TrophyFill,
|
|
2096
|
+
EU as TropicalStorm,
|
|
2097
|
+
fU as Truck,
|
|
2098
|
+
HU as TruckFlatbed,
|
|
2099
|
+
TU as TruckFront,
|
|
2100
|
+
yU as TruckFrontFill,
|
|
2101
|
+
xU as Tsunami,
|
|
2102
|
+
LU as Tv,
|
|
2103
|
+
bU as TvFill,
|
|
2104
|
+
RU as Twitch,
|
|
2105
|
+
vU as Twitter,
|
|
2106
|
+
qU as TwitterX,
|
|
2107
|
+
MU as Type,
|
|
2108
|
+
UU as TypeBold,
|
|
2109
|
+
IU as TypeH1,
|
|
2110
|
+
GU as TypeH2,
|
|
2111
|
+
XU as TypeH3,
|
|
2112
|
+
WU as TypeH4,
|
|
2113
|
+
OU as TypeH5,
|
|
2114
|
+
VU as TypeH6,
|
|
2115
|
+
NU as TypeItalic,
|
|
2116
|
+
jU as TypeStrikethrough,
|
|
2117
|
+
_U as TypeUnderline,
|
|
2118
|
+
JU as Ubuntu,
|
|
2119
|
+
zU as UiChecks,
|
|
2120
|
+
QU as UiChecksGrid,
|
|
2121
|
+
KU as UiRadios,
|
|
2122
|
+
YU as UiRadiosGrid,
|
|
2123
|
+
ZU as Umbrella,
|
|
2124
|
+
$U as UmbrellaFill,
|
|
2125
|
+
lI as Unindent,
|
|
2126
|
+
oI as Union,
|
|
2127
|
+
tI as UnitLayout,
|
|
2128
|
+
nI as UnitTemplate,
|
|
2129
|
+
eI as Unity,
|
|
2130
|
+
iI as UniversalAccess,
|
|
2131
|
+
sI as UniversalAccessCircle,
|
|
2132
|
+
cI as Unlock,
|
|
2133
|
+
rI as UnlockFill,
|
|
2134
|
+
aI as UnpaidInvoice,
|
|
2135
|
+
FI as Upc,
|
|
2136
|
+
dI as UpcScan,
|
|
2137
|
+
uI as Upload,
|
|
2138
|
+
CI as Usb,
|
|
2139
|
+
pI as UsbC,
|
|
2140
|
+
hI as UsbCFill,
|
|
2141
|
+
SI as UsbDrive,
|
|
2142
|
+
gI as UsbDriveFill,
|
|
2143
|
+
kI as UsbFill,
|
|
2144
|
+
mI as UsbMicro,
|
|
2145
|
+
wI as UsbMicroFill,
|
|
2146
|
+
BI as UsbMini,
|
|
2147
|
+
PI as UsbMiniFill,
|
|
2148
|
+
DI as UsbPlug,
|
|
2149
|
+
AI as UsbPlugFill,
|
|
2150
|
+
EI as UsbSymbol,
|
|
2151
|
+
fI as Valentine,
|
|
2152
|
+
HI as Valentine2,
|
|
2153
|
+
TI as VectorPen,
|
|
2154
|
+
yI as ViewList,
|
|
2155
|
+
xI as ViewStacked,
|
|
2156
|
+
LI as Vignette,
|
|
2157
|
+
bI as Vimeo,
|
|
2158
|
+
RI as Vinyl,
|
|
2159
|
+
vI as VinylFill,
|
|
2160
|
+
qI as Virus,
|
|
2161
|
+
MI as Virus2,
|
|
2162
|
+
UI as Voicemail,
|
|
2163
|
+
II as VolumeDown,
|
|
2164
|
+
GI as VolumeDownFill,
|
|
2165
|
+
XI as VolumeMute,
|
|
2166
|
+
WI as VolumeMuteFill,
|
|
2167
|
+
OI as VolumeOff,
|
|
2168
|
+
VI as VolumeOffFill,
|
|
2169
|
+
NI as VolumeUp,
|
|
2170
|
+
jI as VolumeUpFill,
|
|
2171
|
+
_I as Vr,
|
|
2172
|
+
JI as Wallet,
|
|
2173
|
+
zI as Wallet2,
|
|
2174
|
+
QI as WalletFill,
|
|
2175
|
+
KI as Watch,
|
|
2176
|
+
YI as Water,
|
|
2177
|
+
ZI as Webcam,
|
|
2178
|
+
$I as WebcamFill,
|
|
2179
|
+
lG as Wechat,
|
|
2180
|
+
oG as Whatsapp,
|
|
2181
|
+
tG as Wifi,
|
|
2182
|
+
nG as Wifi1,
|
|
2183
|
+
eG as Wifi2,
|
|
2184
|
+
iG as WifiOff,
|
|
2185
|
+
sG as Wikipedia,
|
|
2186
|
+
cG as Wind,
|
|
2187
|
+
rG as Window,
|
|
2188
|
+
aG as WindowBootstrap,
|
|
2189
|
+
FG as WindowDash,
|
|
2190
|
+
dG as WindowDesktop,
|
|
2191
|
+
uG as WindowDock,
|
|
2192
|
+
CG as WindowFullscreen,
|
|
2193
|
+
pG as WindowPlus,
|
|
2194
|
+
SG as WindowSidebar,
|
|
2195
|
+
gG as WindowSplit,
|
|
2196
|
+
kG as WindowStack,
|
|
2197
|
+
mG as WindowX,
|
|
2198
|
+
hG as Windows,
|
|
2199
|
+
wG as Wordpress,
|
|
2200
|
+
BG as Wrench,
|
|
2201
|
+
PG as WrenchAdjustable,
|
|
2202
|
+
DG as WrenchAdjustableCircle,
|
|
2203
|
+
AG as WrenchAdjustableCircleFill,
|
|
2204
|
+
EG as X,
|
|
2205
|
+
HG as XCircle,
|
|
2206
|
+
TG as XCircleFill,
|
|
2207
|
+
yG as XDiamond,
|
|
2208
|
+
xG as XDiamondFill,
|
|
2209
|
+
LG as XLg,
|
|
2210
|
+
bG as XOctagon,
|
|
2211
|
+
RG as XOctagonFill,
|
|
2212
|
+
vG as XSquare,
|
|
2213
|
+
qG as XSquareFill,
|
|
2214
|
+
fG as Xbox,
|
|
2215
|
+
MG as Yelp,
|
|
2216
|
+
UG as YinYang,
|
|
2217
|
+
IG as Youtube,
|
|
2218
|
+
GG as ZoomIn,
|
|
2219
|
+
XG as ZoomOut,
|
|
2220
|
+
e as _0Circle,
|
|
2213
2221
|
i as _0CircleFill,
|
|
2214
2222
|
s as _0Square,
|
|
2215
2223
|
c as _0SquareFill,
|
|
@@ -2227,8 +2235,8 @@ export {
|
|
|
2227
2235
|
m as _3Square,
|
|
2228
2236
|
w as _3SquareFill,
|
|
2229
2237
|
B as _4Circle,
|
|
2230
|
-
|
|
2231
|
-
|
|
2238
|
+
P as _4CircleFill,
|
|
2239
|
+
D as _4Square,
|
|
2232
2240
|
A as _4SquareFill,
|
|
2233
2241
|
E as _5Circle,
|
|
2234
2242
|
f as _5CircleFill,
|