@ubloimmo/uikit 0.32.17 → 0.32.18
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/Action/Action.component.js +1 -1
- package/dist/components/Action/Action.styles.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/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/Collapsible/Collapsible.component.js +1 -1
- package/dist/components/Collapsible/Collapsible.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/ContextLine/ContextLine.component.js +1 -1
- package/dist/components/ContextLine/ContextLine.styles.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.component.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.styles.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuArrow/ContextMenuArrow.component.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuArrow/ContextMenuArrow.styles.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuItem/ContextMenuItem.component.js +1 -1
- package/dist/components/ContextMenu/components/ContextMenuItem/ContextMenuItem.styles.js +1 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.component.js +1 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.styles.js +1 -1
- package/dist/components/CopyClipboardInfoCard/CopyClipboardInfoCard.utils.js +1 -1
- package/dist/components/Dialog/Dialog.component.js +1 -1
- package/dist/components/Dialog/Dialog.context.js +1 -1
- package/dist/components/Dialog/Dialog.styles.js +1 -1
- package/dist/components/Divider/Divider.component.js +1 -1
- package/dist/components/Divider/Divider.styles.js +1 -1
- package/dist/components/EnergyLabel/EnergyLabel.component.js +1 -1
- package/dist/components/EnergyLabel/EnergyLabel.styles.js +1 -1
- package/dist/components/EntityInfoCard/EntityInfoCard.component.js +1 -1
- package/dist/components/EntityInfoCard/EntityInfoCard.styles.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/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/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/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 +42 -2
- package/dist/components/Icon/__generated__/bootstrap/Activity.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Airplane.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AirplaneEngines.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AirplaneEnginesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AirplaneFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alarm.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlarmFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alexa.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignBottom.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignCenter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignEnd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignMiddle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignStart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlignTop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alipay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alphabet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AlphabetUppercase.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Alt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Amazon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Amd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Android.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Android2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/App.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AppIndicator.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Apple.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Archive.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArchiveFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrow90DegDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrow90DegLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrow90DegRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrow90DegUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowBarDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowBarLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowBarRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowBarUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowClockwise.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowCounterclockwise.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeftCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeftCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeftSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownLeftSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRightCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRightCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRightSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownRightSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownShort.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowDownUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftShort.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowLeftSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRepeat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowReturnLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowReturnRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightShort.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowRightSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowThroughHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowThroughHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeftCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeftCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeftSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpLeftSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRightCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRightCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRightSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpRightSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpShort.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowUpSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Arrows.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsAngleContract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsAngleExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsCollapse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsCollapseVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsExpandVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsFullscreen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsMove.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ArrowsVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AspectRatio.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AspectRatioFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Asterisk.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/At.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Award.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/AwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Back.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backpack4Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BackpackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Backspace.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BackspaceFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BackspaceReverse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BackspaceReverseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge3D.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge3dFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge4K.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge4kFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge8K.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Badge8kFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeAd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeAdFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeAr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeArFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeCc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeCcFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeHd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeHdFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeSd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeSdFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeTm.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeTmFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeVo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeVoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeVr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeVrFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeWc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BadgeWcFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BagXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Balloon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BalloonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BalloonHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BalloonHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ban.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BanFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bandaid.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BandaidFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bank.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bank2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChartLine.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChartLineFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BarChartSteps.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Basket3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BasketFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Battery.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BatteryCharging.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BatteryFull.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BatteryHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Behance.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bell.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BellFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BellSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BellSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bezier.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bezier2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bicycle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bing.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Binoculars.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BinocularsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BlockquoteLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BlockquoteRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bluetooth.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BodyText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Book.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bookmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkStar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkStarFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarkXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bookmarks.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BookmarksFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bookshelf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Boombox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoomboxFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BootstrapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BootstrapReboot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Border.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderBottom.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderCenter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderInner.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderMiddle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderOuter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderStyle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderTop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BorderWidth.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoundingBox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoundingBoxCircles.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box2Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Box2HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowDownLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowDownRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInDownLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInDownRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInUpLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowInUpRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowUpLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxArrowUpRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxSeam.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BoxSeamFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Boxes.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Braces.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BracesAsterisk.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bricks.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Briefcase.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BriefcaseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessAltHigh.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessAltHighFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessAltLow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessAltLowFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessHigh.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessHighFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessLow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrightnessLowFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Brilliance.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Broadcast.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BroadcastPin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrowserChrome.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrowserEdge.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrowserFirefox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrowserSafari.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Brush.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BrushFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bucket.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BucketFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bug.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BugFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Building.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingFillX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Buildings.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BuildingsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Bullseye.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BusFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/BusFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cake.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cake2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cake2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CakeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calculator.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalculatorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Check.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2CheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Date.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2DateFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Day.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2DayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Event.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2EventFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Minus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2MinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Month.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2MonthFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Plus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2PlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Range.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2RangeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2Week.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2WeekFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2X.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar2XFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3Event.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3EventFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3Range.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3RangeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3Week.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar3WeekFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar4Event.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar4Range.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Calendar4Week.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarDate.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarDateFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarDay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarDayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarEvent.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarEventFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarMonth.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarMonthFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarRange.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarRangeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarWeek.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarWeekFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CalendarXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Camera.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Camera2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraReels.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraReelsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraVideo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraVideoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraVideoOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CameraVideoOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Capslock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CapslockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Capsule.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CapsulePill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CarFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CarFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardChecklist.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardHeading.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardImage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardList.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CardText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretDownSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretDownSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretLeftSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretLeftSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretRightSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretRightSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretUpSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CaretUpSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cart2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cart3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cart4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CartXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CashCoin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CashStack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cassette.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CassetteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cast.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CcCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CcCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CcSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CcSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Chat.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatDotsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftDotsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftQuote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftQuoteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatLeftTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatQuote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatQuoteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightDotsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightQuote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightQuoteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatRightTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareDots.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareDotsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareQuote.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareQuoteFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatSquareTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChatTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check2All.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check2Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Check2Square.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckAll.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CheckSquareFillBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarContract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronBarUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronCompactUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronContract.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDoubleUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronExpand.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ChevronUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Circle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CircleSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Check.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2CheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Data.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2DataFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Minus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2MinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Plus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2PlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2Pulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2PulseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2X.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clipboard2XFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardData.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardDataFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardPulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClipboardXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ClockHistory.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cloud.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDownload.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDownloadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDrizzle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudDrizzleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFog2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudFogFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHail.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHailFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHaze2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudHazeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightning.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningRain.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudLightningRainFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMoon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudMoonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRain.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainHeavy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudRainHeavyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSleet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSleetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSnow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSnowFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSun.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudSunFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudUpload.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudUploadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Clouds.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudsFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cloudy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CloudyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Code.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CodeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CodeSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Coin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Collection.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionPlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CollectionPlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Columns.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ColumnsGap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Command.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Compass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CompassFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cone.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ConeStriped.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Controller.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cookie.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Copy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cpu.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CpuFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2Back.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2BackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2Front.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCard2FrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CreditCardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crosshair.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Crosshair2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cup.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupHot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupHotFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CupStraw.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyBitcoin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyDollar.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyEuro.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyExchange.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyPound.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyRupee.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CurrencyYen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Cursor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CursorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/CursorText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircleDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquareDotted.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DashSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Database.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseFillX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DatabaseX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceHdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceHddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceSsd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DeviceSsdFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diagram3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Diamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiamondHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice1Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice4Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice5.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice5Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice6.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dice6Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Disc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DiscFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Discord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Display.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DisplayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Displayport.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DisplayportFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DistributeHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DistributeVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorClosed.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorClosedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorOpen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DoorOpenFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dot.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Download.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dpad.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DpadFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dribbble.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Dropbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Droplet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DropletFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DropletHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Duffle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/DuffleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EarFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Earbuds.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Easel3Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Egg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EggFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EggFried.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eject.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EjectFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAngry.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAngryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAstonished.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiAstonishedFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiDizzy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiDizzyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiExpressionless.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiExpressionlessFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiFrown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiFrownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrimace.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrimaceFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrin.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiGrinFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiHeartEyes.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiHeartEyesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiKiss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiKissFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiLaughing.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiLaughingFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiNeutral.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiNeutralFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmile.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileUpsideDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSmileUpsideDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSunglasses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSunglassesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSurprise.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiSurpriseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiTear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiTearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiWink.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EmojiWinkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Envelope.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeAt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeAtFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeOpenHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaper.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePaperHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EnvelopeXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eraser.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EraserFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Escape.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Ethernet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvFront.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvFrontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvStation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EvStationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationDiamond.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationDiamondFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationOctagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationOctagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationTriangle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExclamationTriangleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exclude.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Explicit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ExplicitFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Exposure.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eye.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/EyeSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eyedropper.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Eyeglasses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Facebook.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fan.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardBtn.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardBtnFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FastForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Feather.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Feather2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/File.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBarGraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBarGraphFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBinary.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBinaryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileBreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileCodeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileDiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileDiffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkArrowUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBarGraph.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBarGraphFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBinary.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBinaryFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkBreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCode.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkCodeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkDiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkDiffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkEasel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkEaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkExcel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkExcelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFont.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkFontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkImage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLock2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMedical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMedicalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMusic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkMusicFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPdfFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPerson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPersonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPost.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPostFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkPptFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRichtext.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRichtextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRuled.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkRuledFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSlides.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSlidesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSpreadsheet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkSpreadsheetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkWord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkWordFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkZip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEarmarkZipFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEasel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileEaselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileExcel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileExcelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFont.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileFontFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileImage.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLock2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMedical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMedicalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMinusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMusic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileMusicFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePdfFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePerson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePersonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlayFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePlusFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePost.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePostFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilePptFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRichtext.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRichtextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRuled.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileRuledFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSlides.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSlidesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSpreadsheet.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileSpreadsheetFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileTextFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileWord.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileWordFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileZip.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FileZipFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Files.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilesAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeAac.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeAi.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeBmp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCs.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeCsv.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeDoc.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeDocx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeExe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeGif.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeHeic.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeHtml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJava.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJpg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJs.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJson.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeJsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeKey.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeM4P.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMdx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMov.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMp3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeMp4.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeOtf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePdf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePhp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePng.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePpt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePptx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePsd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypePy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeRaw.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeRb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeScss.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSh.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSql.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeSvg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTiff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTtf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeTxt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeWav.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeWoff.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXls.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXlsx.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeXml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FiletypeYml.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Film.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Filter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterLeft.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FilterSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fingerprint.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FireBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FlagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Floppy2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FloppyFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower1.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Flower3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Folder2Open.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderMinus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderPlus.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderSymlink.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderSymlinkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FolderX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fonts.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Forward.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ForwardFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Front.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPump.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpDiesel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpDieselFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FuelPumpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Fullscreen.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FullscreenExit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Funnel.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/FunnelFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearWide.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GearWideConnected.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gem.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderAmbiguous.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderFemale.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderMale.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderNeuter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GenderTrans.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Geo.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoAltFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GeoFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gift.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GiftFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Git.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Github.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Gitlab.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Globe.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Globe2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeAmericas.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeAsiaAustralia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeCentralSouthAsia.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GlobeEuropeAfrica.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Google.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GooglePlay.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GpuCard.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphDownArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GraphUpArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid1X2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid1X2Fill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2Gap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X2GapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3Gap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Grid3X3GapFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GridFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GripHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/GripVertical.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hammer.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndex.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexThumb.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandIndexThumbFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandThumbsUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Handbag.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HandbagFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddNetwork.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddNetworkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddRack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddRackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddStack.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HddStackFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hdmi.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HdmiFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Headphones.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Headset.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeadsetVr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartPulse.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartPulseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heartbreak.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeartbreakFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hearts.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Heptagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeptagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HeptagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hexagon.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HexagonFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HexagonHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Highlighter.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Highlights.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hospital.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HospitalFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hourglass.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassBottom.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassSplit.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HourglassTop.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/House.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseAdd.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseAddFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseCheck.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseCheckFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDoor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDoorFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseExclamation.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseExclamationFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseGear.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseGearFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseHeart.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseHeartFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseLock.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseLockFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseSlash.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseSlashFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseUpFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseX.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HouseXFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Houses.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/HousesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hr.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hurricane.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Hypnotize.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Image.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ImageAlt.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/ImageFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Images.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Inbox.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InboxFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Inboxes.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InboxesFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Incognito.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Indent.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfinityBootstrap.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Info.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoCircle.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoCircleFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoLg.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoSquare.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InfoSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InputCursor.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/InputCursorText.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Instagram.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Intersect.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/Journal.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalAlbum.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalArrowUp.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalBookmark.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalBookmarkFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/bootstrap/JournalCheck.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/BackArrow.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BinaryTree.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BuildingBlocks.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BuildingBlocksFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BusinessUnit.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BusinessUnitFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/BusinessUnitFill2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CatRobot.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CheckSquareFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Circle2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/CircleCore.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/CircleCore.icon.js +54 -0
- package/dist/components/Icon/__generated__/custom/CircleCore2NdHalf.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/CircleCore2NdHalf.icon.js +54 -0
- package/dist/components/Icon/__generated__/custom/CircleCoreHalf.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/CircleCoreHalf.icon.js +54 -0
- package/dist/components/Icon/__generated__/custom/CircleDashed.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/Delete.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DeleteIcon.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/DiamondCorner.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/DiamondCorner.icon.js +47 -0
- package/dist/components/Icon/__generated__/custom/DiamondDashed.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/DiamondDashed.icon.js +47 -0
- package/dist/components/Icon/__generated__/custom/DiamondKey.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/DiamondKey.icon.js +58 -0
- package/dist/components/Icon/__generated__/custom/DiamondKeyFill.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/DiamondKeyFill.icon.js +56 -0
- package/dist/components/Icon/__generated__/custom/DiamondOff.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/DiamondOff.icon.js +61 -0
- package/dist/components/Icon/__generated__/custom/DiamondOffFill.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/DiamondOffFill.icon.js +61 -0
- package/dist/components/Icon/__generated__/custom/Diamonds.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/Diamonds.icon.js +47 -0
- package/dist/components/Icon/__generated__/custom/DiamondsDots.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/DiamondsDots.icon.js +161 -0
- package/dist/components/Icon/__generated__/custom/DiamondsGrid.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/DiamondsGrid.icon.js +47 -0
- package/dist/components/Icon/__generated__/custom/DiamondsIntersect.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/DiamondsIntersect.icon.js +47 -0
- package/dist/components/Icon/__generated__/custom/DiamondsLayers.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/DiamondsLayers.icon.js +47 -0
- package/dist/components/Icon/__generated__/custom/DiamondsLayers2.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/DiamondsLayers2.icon.js +47 -0
- package/dist/components/Icon/__generated__/custom/DiamondsLayersKey.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/DiamondsLayersKey.icon.js +58 -0
- package/dist/components/Icon/__generated__/custom/DiamondsLayersKey2.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/DiamondsLayersKey2.icon.js +56 -0
- package/dist/components/Icon/__generated__/custom/DiamondsStripes.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/DiamondsStripes.icon.js +47 -0
- 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/Fire.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/FireFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Grab.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/GrabHorizontal.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Hand.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HandOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HandStop.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Hexagon2NdHalf.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonArrowDown.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonArrowDownFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonArrowRight.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonArrowRightFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonCore.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/HexagonCore2NdHalf.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/HexagonCore2NdHalf.icon.js +58 -0
- package/dist/components/Icon/__generated__/custom/HexagonCoreHalf.icon.d.ts +10 -0
- package/dist/components/Icon/__generated__/custom/HexagonCoreHalf.icon.js +58 -0
- 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/MeasuringTape.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/MeasuringTapeFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PaintRoller.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PaintRollerFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PenOff.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/PenOffFill.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ProrataCalendar.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/Receipt2.icon.js +1 -1
- package/dist/components/Icon/__generated__/custom/ReceiptOff2.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/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 +20 -0
- package/dist/components/Icon/__generated__/index.js +593 -553
- 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/NumberInput/NumberInput.component.js +1 -1
- package/dist/components/Input/NumberInput/NumberInput.styles.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/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/Loading/Loading.component.js +1 -1
- package/dist/components/Loading/animations/BouncingBalls/BouncingBalls.animation.js +1 -1
- package/dist/components/Loading/animations/BouncingBalls/BouncingBalls.styles.js +1 -1
- package/dist/components/Loading/animations/ProgressBar/ProgressBar.animation.js +1 -1
- package/dist/components/Loading/animations/ProgressBar/ProgressBar.styles.js +1 -1
- package/dist/components/Loading/animations/Ripple/Ripple.animation.js +1 -1
- package/dist/components/Loading/animations/Ripple/Ripple.styles.js +1 -1
- package/dist/components/Loading/animations/index.js +1 -1
- package/dist/components/Modal/Modal.component.js +1 -1
- package/dist/components/Modal/Modal.styles.js +1 -1
- package/dist/components/Portal/Portal.component.js +1 -1
- package/dist/components/SmallLoader/SmallLoader.component.js +1 -1
- package/dist/components/StateIndicator/StateIndicator.component.js +1 -1
- package/dist/components/StateIndicator/StateIndicator.styles.js +1 -1
- package/dist/components/StaticIcon/StaticIcon.component.js +1 -1
- package/dist/components/StaticIcon/StaticIcon.styles.js +1 -1
- package/dist/components/Switch/Switch.component.js +1 -1
- package/dist/components/Switch/Switch.styles.js +1 -1
- package/dist/components/Text/Text.component.js +1 -1
- package/dist/components/Tooltip/Tooltip.component.js +1 -1
- package/dist/components/Tooltip/Tooltip.styles.js +1 -1
- package/dist/components/Tooltip/Tooltip.utils.js +1 -1
- package/dist/components.js +1 -1
- package/dist/fonts.js +1 -1
- package/dist/index.js +1 -1
- package/dist/layouts/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/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/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/@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/addMonths.js +1 -1
- package/dist/node_modules/date-fns/addWeeks.js +1 -1
- package/dist/node_modules/date-fns/addYears.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/differenceInCalendarMonths.js +1 -1
- package/dist/node_modules/date-fns/endOfISOWeek.js +1 -1
- package/dist/node_modules/date-fns/endOfMonth.js +1 -1
- package/dist/node_modules/date-fns/endOfWeek.js +1 -1
- package/dist/node_modules/date-fns/endOfYear.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/getDaysInMonth.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/isAfter.js +1 -1
- package/dist/node_modules/date-fns/isBefore.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/isSameDay.js +1 -1
- package/dist/node_modules/date-fns/isSameMonth.js +1 -1
- package/dist/node_modules/date-fns/isSameYear.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/max.js +1 -1
- package/dist/node_modules/date-fns/min.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/setMonth.js +1 -1
- package/dist/node_modules/date-fns/setWeek.js +1 -1
- package/dist/node_modules/date-fns/setYear.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/startOfMonth.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/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/Nav.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/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/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/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/getDateLib.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/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/lib/dateLib.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/rangeIncludesDate.js +1 -1
- package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/Combination.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/UI.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/medium.js +1 -1
- package/dist/node_modules/react-remove-scroll/dist/es2015/sidecar.js +1 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/component.js +1 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +1 -1
- package/dist/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +1 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/component.js +1 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/hook.js +1 -1
- package/dist/node_modules/react-style-singleton/dist/es2015/singleton.js +1 -1
- package/dist/node_modules/tslib/tslib.es6.js +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/assignRef.js +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +1 -1
- package/dist/node_modules/use-callback-ref/dist/es2015/useRef.js +1 -1
- package/dist/node_modules/use-sidecar/dist/es2015/exports.js +1 -1
- package/dist/node_modules/use-sidecar/dist/es2015/medium.js +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/native.js +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/rng.js +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/v4.js +1 -1
- package/dist/node_modules/zod/lib/index.js +1 -1
- package/dist/sizes/breakpoints.js +1 -1
- package/dist/sizes/size.utils.js +1 -1
- package/dist/sizes/spacings.js +1 -1
- package/dist/sizes.js +1 -1
- package/dist/themes/palette/palette.effects.js +1 -1
- package/dist/themes/palette/palette.js +1 -1
- package/dist/themes/palette/palette.legacy.js +1 -1
- package/dist/themes/provider/GlobalStyle.js +1 -1
- package/dist/themes/provider/theme.overrides.js +1 -1
- package/dist/themes/provider/theme.provider.js +1 -1
- package/dist/themes/theme.js +1 -1
- package/dist/themes.js +1 -1
- package/dist/types/themes/palette/palette.types.js +1 -1
- package/dist/types/themes/sizes/breakpoints.types.js +1 -1
- package/dist/types/themes/sizes/spacing.types.js +1 -1
- package/dist/types/token.types.js +1 -1
- package/dist/types.js +1 -1
- package/dist/typography/font.utils.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Bold.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-BoldItalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Medium.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-MediumItalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Regular.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy-Regularitalic.woff2.js +1 -1
- package/dist/typography/fonts/Gilroy/Gilroy.font.js +1 -1
- package/dist/typography/typogaphy.weight.js +1 -1
- package/dist/typography/typography.font.js +1 -1
- package/dist/typography/typography.styles.js +1 -1
- package/dist/utils/array.utils.js +1 -1
- package/dist/utils/color.utils.js +1 -1
- package/dist/utils/component.utils.js +1 -1
- package/dist/utils/css.utils.js +1 -1
- package/dist/utils/log.utils.js +1 -1
- package/dist/utils/number.utils.js +1 -1
- package/dist/utils/props.utils.js +1 -1
- package/dist/utils/string.utils.js +1 -1
- package/dist/utils/styles.utils.js +1 -1
- package/dist/utils/translation/translation.defaults.js +1 -1
- package/dist/utils/translation/translation.provider.js +1 -1
- package/dist/utils/translation/translation.utils.js +1 -1
- package/dist/utils.js +1 -1
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @ubloimmo/uikit version 0.32.
|
|
2
|
+
* @ubloimmo/uikit version 0.32.18
|
|
3
3
|
*
|
|
4
4
|
* Copyright © Ublo 2024
|
|
5
5
|
* https://ublo.immo
|
|
@@ -17,7 +17,7 @@ import { _1Square as c } from "./bootstrap/_1Square.icon.js";
|
|
|
17
17
|
import { _1SquareFill as h } from "./bootstrap/_1SquareFill.icon.js";
|
|
18
18
|
import { _2Circle as g } from "./bootstrap/_2Circle.icon.js";
|
|
19
19
|
import { _2CircleFill as B } from "./bootstrap/_2CircleFill.icon.js";
|
|
20
|
-
import { _2Square as
|
|
20
|
+
import { _2Square as D } from "./bootstrap/_2Square.icon.js";
|
|
21
21
|
import { _2SquareFill as E } from "./bootstrap/_2SquareFill.icon.js";
|
|
22
22
|
import { _3Circle as H } from "./bootstrap/_3Circle.icon.js";
|
|
23
23
|
import { _3CircleFill as T } from "./bootstrap/_3CircleFill.icon.js";
|
|
@@ -44,7 +44,7 @@ import { _8CircleFill as cr } from "./bootstrap/_8CircleFill.icon.js";
|
|
|
44
44
|
import { _8Square as hr } from "./bootstrap/_8Square.icon.js";
|
|
45
45
|
import { _8SquareFill as gr } from "./bootstrap/_8SquareFill.icon.js";
|
|
46
46
|
import { _9Circle as Br } from "./bootstrap/_9Circle.icon.js";
|
|
47
|
-
import { _9CircleFill as
|
|
47
|
+
import { _9CircleFill as Dr } from "./bootstrap/_9CircleFill.icon.js";
|
|
48
48
|
import { _9Square as Er } from "./bootstrap/_9Square.icon.js";
|
|
49
49
|
import { _9SquareFill as Hr } from "./bootstrap/_9SquareFill.icon.js";
|
|
50
50
|
import { Activity as Tr } from "./bootstrap/Activity.icon.js";
|
|
@@ -71,7 +71,7 @@ import { Android as Co } from "./bootstrap/Android.icon.js";
|
|
|
71
71
|
import { Android2 as So } from "./bootstrap/Android2.icon.js";
|
|
72
72
|
import { App as ko } from "./bootstrap/App.icon.js";
|
|
73
73
|
import { AppIndicator as wo } from "./bootstrap/AppIndicator.icon.js";
|
|
74
|
-
import { Apple as
|
|
74
|
+
import { Apple as Po } from "./bootstrap/Apple.icon.js";
|
|
75
75
|
import { Archive as Ao } from "./bootstrap/Archive.icon.js";
|
|
76
76
|
import { ArchiveFill as yo } from "./bootstrap/ArchiveFill.icon.js";
|
|
77
77
|
import { Arrow90DegDown as bo } from "./bootstrap/Arrow90DegDown.icon.js";
|
|
@@ -98,7 +98,7 @@ import { ArrowDownRightCircleFill as Ce } from "./bootstrap/ArrowDownRightCircle
|
|
|
98
98
|
import { ArrowDownRightSquare as Se } from "./bootstrap/ArrowDownRightSquare.icon.js";
|
|
99
99
|
import { ArrowDownRightSquareFill as ke } from "./bootstrap/ArrowDownRightSquareFill.icon.js";
|
|
100
100
|
import { ArrowDownShort as we } from "./bootstrap/ArrowDownShort.icon.js";
|
|
101
|
-
import { ArrowDownSquare as
|
|
101
|
+
import { ArrowDownSquare as Pe } from "./bootstrap/ArrowDownSquare.icon.js";
|
|
102
102
|
import { ArrowDownSquareFill as Ae } from "./bootstrap/ArrowDownSquareFill.icon.js";
|
|
103
103
|
import { ArrowDownUp as ye } from "./bootstrap/ArrowDownUp.icon.js";
|
|
104
104
|
import { ArrowLeft as be } from "./bootstrap/ArrowLeft.icon.js";
|
|
@@ -125,7 +125,7 @@ import { ArrowsCollapseVertical as Ct } from "./bootstrap/ArrowsCollapseVertical
|
|
|
125
125
|
import { ArrowsExpand as St } from "./bootstrap/ArrowsExpand.icon.js";
|
|
126
126
|
import { ArrowsExpandVertical as kt } from "./bootstrap/ArrowsExpandVertical.icon.js";
|
|
127
127
|
import { ArrowsFullscreen as wt } from "./bootstrap/ArrowsFullscreen.icon.js";
|
|
128
|
-
import { ArrowsMove as
|
|
128
|
+
import { ArrowsMove as Pt } from "./bootstrap/ArrowsMove.icon.js";
|
|
129
129
|
import { ArrowsVertical as At } from "./bootstrap/ArrowsVertical.icon.js";
|
|
130
130
|
import { ArrowThroughHeart as yt } from "./bootstrap/ArrowThroughHeart.icon.js";
|
|
131
131
|
import { ArrowThroughHeartFill as bt } from "./bootstrap/ArrowThroughHeartFill.icon.js";
|
|
@@ -152,7 +152,7 @@ import { At as Cp } from "./bootstrap/At.icon.js";
|
|
|
152
152
|
import { Award as Sp } from "./bootstrap/Award.icon.js";
|
|
153
153
|
import { AwardFill as kp } from "./bootstrap/AwardFill.icon.js";
|
|
154
154
|
import { Back as wp } from "./bootstrap/Back.icon.js";
|
|
155
|
-
import { Backpack as
|
|
155
|
+
import { Backpack as Pp } from "./bootstrap/Backpack.icon.js";
|
|
156
156
|
import { Backpack2 as Ap } from "./bootstrap/Backpack2.icon.js";
|
|
157
157
|
import { Backpack2Fill as yp } from "./bootstrap/Backpack2Fill.icon.js";
|
|
158
158
|
import { Backpack3 as bp } from "./bootstrap/Backpack3.icon.js";
|
|
@@ -179,7 +179,7 @@ import { BadgeCcFill as Cl } from "./bootstrap/BadgeCcFill.icon.js";
|
|
|
179
179
|
import { BadgeHd as Sl } from "./bootstrap/BadgeHd.icon.js";
|
|
180
180
|
import { BadgeHdFill as kl } from "./bootstrap/BadgeHdFill.icon.js";
|
|
181
181
|
import { BadgeSd as wl } from "./bootstrap/BadgeSd.icon.js";
|
|
182
|
-
import { BadgeSdFill as
|
|
182
|
+
import { BadgeSdFill as Pl } from "./bootstrap/BadgeSdFill.icon.js";
|
|
183
183
|
import { BadgeTm as Al } from "./bootstrap/BadgeTm.icon.js";
|
|
184
184
|
import { BadgeTmFill as yl } from "./bootstrap/BadgeTmFill.icon.js";
|
|
185
185
|
import { BadgeVo as bl } from "./bootstrap/BadgeVo.icon.js";
|
|
@@ -206,7 +206,7 @@ import { BalloonHeart as Cm } from "./bootstrap/BalloonHeart.icon.js";
|
|
|
206
206
|
import { BalloonHeartFill as Sm } from "./bootstrap/BalloonHeartFill.icon.js";
|
|
207
207
|
import { Ban as km } from "./bootstrap/Ban.icon.js";
|
|
208
208
|
import { Bandaid as wm } from "./bootstrap/Bandaid.icon.js";
|
|
209
|
-
import { BandaidFill as
|
|
209
|
+
import { BandaidFill as Pm } from "./bootstrap/BandaidFill.icon.js";
|
|
210
210
|
import { BanFill as Am } from "./bootstrap/BanFill.icon.js";
|
|
211
211
|
import { Bank as ym } from "./bootstrap/Bank.icon.js";
|
|
212
212
|
import { Bank2 as bm } from "./bootstrap/Bank2.icon.js";
|
|
@@ -232,7 +232,7 @@ import { BellSlash as cf } from "./bootstrap/BellSlash.icon.js";
|
|
|
232
232
|
import { BellSlashFill as hf } from "./bootstrap/BellSlashFill.icon.js";
|
|
233
233
|
import { Bezier as gf } from "./bootstrap/Bezier.icon.js";
|
|
234
234
|
import { Bezier2 as Bf } from "./bootstrap/Bezier2.icon.js";
|
|
235
|
-
import { Bicycle as
|
|
235
|
+
import { Bicycle as Df } from "./bootstrap/Bicycle.icon.js";
|
|
236
236
|
import { Bing as Ef } from "./bootstrap/Bing.icon.js";
|
|
237
237
|
import { Binoculars as Hf } from "./bootstrap/Binoculars.icon.js";
|
|
238
238
|
import { BinocularsFill as Tf } from "./bootstrap/BinocularsFill.icon.js";
|
|
@@ -259,7 +259,7 @@ import { BookmarkStar as cx } from "./bootstrap/BookmarkStar.icon.js";
|
|
|
259
259
|
import { BookmarkStarFill as hx } from "./bootstrap/BookmarkStarFill.icon.js";
|
|
260
260
|
import { BookmarkX as gx } from "./bootstrap/BookmarkX.icon.js";
|
|
261
261
|
import { BookmarkXFill as Bx } from "./bootstrap/BookmarkXFill.icon.js";
|
|
262
|
-
import { Bookshelf as
|
|
262
|
+
import { Bookshelf as Dx } from "./bootstrap/Bookshelf.icon.js";
|
|
263
263
|
import { Boombox as Ex } from "./bootstrap/Boombox.icon.js";
|
|
264
264
|
import { BoomboxFill as Hx } from "./bootstrap/BoomboxFill.icon.js";
|
|
265
265
|
import { Bootstrap as Tx } from "./bootstrap/Bootstrap.icon.js";
|
|
@@ -286,7 +286,7 @@ import { Box2Heart as ci } from "./bootstrap/Box2Heart.icon.js";
|
|
|
286
286
|
import { Box2HeartFill as hi } from "./bootstrap/Box2HeartFill.icon.js";
|
|
287
287
|
import { BoxArrowDown as gi } from "./bootstrap/BoxArrowDown.icon.js";
|
|
288
288
|
import { BoxArrowDownLeft as Bi } from "./bootstrap/BoxArrowDownLeft.icon.js";
|
|
289
|
-
import { BoxArrowDownRight as
|
|
289
|
+
import { BoxArrowDownRight as Di } from "./bootstrap/BoxArrowDownRight.icon.js";
|
|
290
290
|
import { BoxArrowInDown as Ei } from "./bootstrap/BoxArrowInDown.icon.js";
|
|
291
291
|
import { BoxArrowInDownLeft as Hi } from "./bootstrap/BoxArrowInDownLeft.icon.js";
|
|
292
292
|
import { BoxArrowInDownRight as Ti } from "./bootstrap/BoxArrowInDownRight.icon.js";
|
|
@@ -313,7 +313,7 @@ import { BrightnessAltHigh as ca } from "./bootstrap/BrightnessAltHigh.icon.js";
|
|
|
313
313
|
import { BrightnessAltHighFill as ha } from "./bootstrap/BrightnessAltHighFill.icon.js";
|
|
314
314
|
import { BrightnessAltLow as ga } from "./bootstrap/BrightnessAltLow.icon.js";
|
|
315
315
|
import { BrightnessAltLowFill as Ba } from "./bootstrap/BrightnessAltLowFill.icon.js";
|
|
316
|
-
import { BrightnessHigh as
|
|
316
|
+
import { BrightnessHigh as Da } from "./bootstrap/BrightnessHigh.icon.js";
|
|
317
317
|
import { BrightnessHighFill as Ea } from "./bootstrap/BrightnessHighFill.icon.js";
|
|
318
318
|
import { BrightnessLow as Ha } from "./bootstrap/BrightnessLow.icon.js";
|
|
319
319
|
import { BrightnessLowFill as Ta } from "./bootstrap/BrightnessLowFill.icon.js";
|
|
@@ -340,7 +340,7 @@ import { BuildingFill as Cn } from "./bootstrap/BuildingFill.icon.js";
|
|
|
340
340
|
import { BuildingFillAdd as Sn } from "./bootstrap/BuildingFillAdd.icon.js";
|
|
341
341
|
import { BuildingFillCheck as kn } from "./bootstrap/BuildingFillCheck.icon.js";
|
|
342
342
|
import { BuildingFillDash as wn } from "./bootstrap/BuildingFillDash.icon.js";
|
|
343
|
-
import { BuildingFillDown as
|
|
343
|
+
import { BuildingFillDown as Pn } from "./bootstrap/BuildingFillDown.icon.js";
|
|
344
344
|
import { BuildingFillExclamation as An } from "./bootstrap/BuildingFillExclamation.icon.js";
|
|
345
345
|
import { BuildingFillGear as yn } from "./bootstrap/BuildingFillGear.icon.js";
|
|
346
346
|
import { BuildingFillLock as bn } from "./bootstrap/BuildingFillLock.icon.js";
|
|
@@ -367,7 +367,7 @@ import { Calendar as CF } from "./bootstrap/Calendar.icon.js";
|
|
|
367
367
|
import { Calendar2 as SF } from "./bootstrap/Calendar2.icon.js";
|
|
368
368
|
import { Calendar2Check as kF } from "./bootstrap/Calendar2Check.icon.js";
|
|
369
369
|
import { Calendar2CheckFill as wF } from "./bootstrap/Calendar2CheckFill.icon.js";
|
|
370
|
-
import { Calendar2Date as
|
|
370
|
+
import { Calendar2Date as PF } from "./bootstrap/Calendar2Date.icon.js";
|
|
371
371
|
import { Calendar2DateFill as AF } from "./bootstrap/Calendar2DateFill.icon.js";
|
|
372
372
|
import { Calendar2Day as yF } from "./bootstrap/Calendar2Day.icon.js";
|
|
373
373
|
import { Calendar2DayFill as bF } from "./bootstrap/Calendar2DayFill.icon.js";
|
|
@@ -394,7 +394,7 @@ import { Calendar3EventFill as Cs } from "./bootstrap/Calendar3EventFill.icon.js
|
|
|
394
394
|
import { Calendar3Fill as Ss } from "./bootstrap/Calendar3Fill.icon.js";
|
|
395
395
|
import { Calendar3Range as ks } from "./bootstrap/Calendar3Range.icon.js";
|
|
396
396
|
import { Calendar3RangeFill as ws } from "./bootstrap/Calendar3RangeFill.icon.js";
|
|
397
|
-
import { Calendar3Week as
|
|
397
|
+
import { Calendar3Week as Ps } from "./bootstrap/Calendar3Week.icon.js";
|
|
398
398
|
import { Calendar3WeekFill as As } from "./bootstrap/Calendar3WeekFill.icon.js";
|
|
399
399
|
import { Calendar4 as ys } from "./bootstrap/Calendar4.icon.js";
|
|
400
400
|
import { Calendar4Event as bs } from "./bootstrap/Calendar4Event.icon.js";
|
|
@@ -421,7 +421,7 @@ import { CalendarRange as Cd } from "./bootstrap/CalendarRange.icon.js";
|
|
|
421
421
|
import { CalendarRangeFill as Sd } from "./bootstrap/CalendarRangeFill.icon.js";
|
|
422
422
|
import { CalendarWeek as kd } from "./bootstrap/CalendarWeek.icon.js";
|
|
423
423
|
import { CalendarWeekFill as wd } from "./bootstrap/CalendarWeekFill.icon.js";
|
|
424
|
-
import { CalendarX as
|
|
424
|
+
import { CalendarX as Pd } from "./bootstrap/CalendarX.icon.js";
|
|
425
425
|
import { CalendarXFill as Ad } from "./bootstrap/CalendarXFill.icon.js";
|
|
426
426
|
import { Camera as yd } from "./bootstrap/Camera.icon.js";
|
|
427
427
|
import { Camera2 as bd } from "./bootstrap/Camera2.icon.js";
|
|
@@ -448,7 +448,7 @@ import { CaretDownSquareFill as Cu } from "./bootstrap/CaretDownSquareFill.icon.
|
|
|
448
448
|
import { CaretLeft as Su } from "./bootstrap/CaretLeft.icon.js";
|
|
449
449
|
import { CaretLeftFill as ku } from "./bootstrap/CaretLeftFill.icon.js";
|
|
450
450
|
import { CaretLeftSquare as wu } from "./bootstrap/CaretLeftSquare.icon.js";
|
|
451
|
-
import { CaretLeftSquareFill as
|
|
451
|
+
import { CaretLeftSquareFill as Pu } from "./bootstrap/CaretLeftSquareFill.icon.js";
|
|
452
452
|
import { CaretRight as Au } from "./bootstrap/CaretRight.icon.js";
|
|
453
453
|
import { CaretRightFill as yu } from "./bootstrap/CaretRightFill.icon.js";
|
|
454
454
|
import { CaretRightSquare as bu } from "./bootstrap/CaretRightSquare.icon.js";
|
|
@@ -475,7 +475,7 @@ import { CartXFill as Cc } from "./bootstrap/CartXFill.icon.js";
|
|
|
475
475
|
import { Cash as Sc } from "./bootstrap/Cash.icon.js";
|
|
476
476
|
import { CashCoin as kc } from "./bootstrap/CashCoin.icon.js";
|
|
477
477
|
import { CashStack as wc } from "./bootstrap/CashStack.icon.js";
|
|
478
|
-
import { Cassette as
|
|
478
|
+
import { Cassette as Pc } from "./bootstrap/Cassette.icon.js";
|
|
479
479
|
import { CassetteFill as Ac } from "./bootstrap/CassetteFill.icon.js";
|
|
480
480
|
import { Cast as yc } from "./bootstrap/Cast.icon.js";
|
|
481
481
|
import { CcCircle as bc } from "./bootstrap/CcCircle.icon.js";
|
|
@@ -502,7 +502,7 @@ import { ChatLeftText as CC } from "./bootstrap/ChatLeftText.icon.js";
|
|
|
502
502
|
import { ChatLeftTextFill as SC } from "./bootstrap/ChatLeftTextFill.icon.js";
|
|
503
503
|
import { ChatQuote as kC } from "./bootstrap/ChatQuote.icon.js";
|
|
504
504
|
import { ChatQuoteFill as wC } from "./bootstrap/ChatQuoteFill.icon.js";
|
|
505
|
-
import { ChatRight as
|
|
505
|
+
import { ChatRight as PC } from "./bootstrap/ChatRight.icon.js";
|
|
506
506
|
import { ChatRightDots as AC } from "./bootstrap/ChatRightDots.icon.js";
|
|
507
507
|
import { ChatRightDotsFill as yC } from "./bootstrap/ChatRightDotsFill.icon.js";
|
|
508
508
|
import { ChatRightFill as bC } from "./bootstrap/ChatRightFill.icon.js";
|
|
@@ -529,7 +529,7 @@ import { Check2 as Ch } from "./bootstrap/Check2.icon.js";
|
|
|
529
529
|
import { Check2All as Sh } from "./bootstrap/Check2All.icon.js";
|
|
530
530
|
import { Check2Circle as kh } from "./bootstrap/Check2Circle.icon.js";
|
|
531
531
|
import { Check2Square as wh } from "./bootstrap/Check2Square.icon.js";
|
|
532
|
-
import { CheckAll as
|
|
532
|
+
import { CheckAll as Ph } from "./bootstrap/CheckAll.icon.js";
|
|
533
533
|
import { CheckCircle as Ah } from "./bootstrap/CheckCircle.icon.js";
|
|
534
534
|
import { CheckCircleFill as yh } from "./bootstrap/CheckCircleFill.icon.js";
|
|
535
535
|
import { CheckLg as bh } from "./bootstrap/CheckLg.icon.js";
|
|
@@ -556,7 +556,7 @@ import { ChevronLeft as CS } from "./bootstrap/ChevronLeft.icon.js";
|
|
|
556
556
|
import { ChevronRight as SS } from "./bootstrap/ChevronRight.icon.js";
|
|
557
557
|
import { ChevronUp as kS } from "./bootstrap/ChevronUp.icon.js";
|
|
558
558
|
import { Circle as wS } from "./bootstrap/Circle.icon.js";
|
|
559
|
-
import { CircleFill as
|
|
559
|
+
import { CircleFill as PS } from "./bootstrap/CircleFill.icon.js";
|
|
560
560
|
import { CircleHalf as AS } from "./bootstrap/CircleHalf.icon.js";
|
|
561
561
|
import { CircleSquare as yS } from "./bootstrap/CircleSquare.icon.js";
|
|
562
562
|
import { Clipboard as bS } from "./bootstrap/Clipboard.icon.js";
|
|
@@ -583,7 +583,7 @@ import { ClipboardDataFill as Cg } from "./bootstrap/ClipboardDataFill.icon.js";
|
|
|
583
583
|
import { ClipboardFill as Sg } from "./bootstrap/ClipboardFill.icon.js";
|
|
584
584
|
import { ClipboardHeart as kg } from "./bootstrap/ClipboardHeart.icon.js";
|
|
585
585
|
import { ClipboardHeartFill as wg } from "./bootstrap/ClipboardHeartFill.icon.js";
|
|
586
|
-
import { ClipboardMinus as
|
|
586
|
+
import { ClipboardMinus as Pg } from "./bootstrap/ClipboardMinus.icon.js";
|
|
587
587
|
import { ClipboardMinusFill as Ag } from "./bootstrap/ClipboardMinusFill.icon.js";
|
|
588
588
|
import { ClipboardPlus as yg } from "./bootstrap/ClipboardPlus.icon.js";
|
|
589
589
|
import { ClipboardPlusFill as bg } from "./bootstrap/ClipboardPlusFill.icon.js";
|
|
@@ -610,7 +610,7 @@ import { CloudFog2 as Ck } from "./bootstrap/CloudFog2.icon.js";
|
|
|
610
610
|
import { CloudFog2Fill as Sk } from "./bootstrap/CloudFog2Fill.icon.js";
|
|
611
611
|
import { CloudFogFill as kk } from "./bootstrap/CloudFogFill.icon.js";
|
|
612
612
|
import { CloudHail as wk } from "./bootstrap/CloudHail.icon.js";
|
|
613
|
-
import { CloudHailFill as
|
|
613
|
+
import { CloudHailFill as Pk } from "./bootstrap/CloudHailFill.icon.js";
|
|
614
614
|
import { CloudHaze as Ak } from "./bootstrap/CloudHaze.icon.js";
|
|
615
615
|
import { CloudHaze2 as yk } from "./bootstrap/CloudHaze2.icon.js";
|
|
616
616
|
import { CloudHaze2Fill as bk } from "./bootstrap/CloudHaze2Fill.icon.js";
|
|
@@ -637,7 +637,7 @@ import { CloudSleet as CB } from "./bootstrap/CloudSleet.icon.js";
|
|
|
637
637
|
import { CloudSleetFill as SB } from "./bootstrap/CloudSleetFill.icon.js";
|
|
638
638
|
import { CloudSnow as kB } from "./bootstrap/CloudSnow.icon.js";
|
|
639
639
|
import { CloudSnowFill as wB } from "./bootstrap/CloudSnowFill.icon.js";
|
|
640
|
-
import { CloudSun as
|
|
640
|
+
import { CloudSun as PB } from "./bootstrap/CloudSun.icon.js";
|
|
641
641
|
import { CloudSunFill as AB } from "./bootstrap/CloudSunFill.icon.js";
|
|
642
642
|
import { CloudUpload as yB } from "./bootstrap/CloudUpload.icon.js";
|
|
643
643
|
import { CloudUploadFill as bB } from "./bootstrap/CloudUploadFill.icon.js";
|
|
@@ -664,7 +664,7 @@ import { Copy as Cw } from "./bootstrap/Copy.icon.js";
|
|
|
664
664
|
import { Cpu as Sw } from "./bootstrap/Cpu.icon.js";
|
|
665
665
|
import { CpuFill as kw } from "./bootstrap/CpuFill.icon.js";
|
|
666
666
|
import { CreditCard as ww } from "./bootstrap/CreditCard.icon.js";
|
|
667
|
-
import { CreditCard2Back as
|
|
667
|
+
import { CreditCard2Back as Pw } from "./bootstrap/CreditCard2Back.icon.js";
|
|
668
668
|
import { CreditCard2BackFill as Aw } from "./bootstrap/CreditCard2BackFill.icon.js";
|
|
669
669
|
import { CreditCard2Front as yw } from "./bootstrap/CreditCard2Front.icon.js";
|
|
670
670
|
import { CreditCard2FrontFill as bw } from "./bootstrap/CreditCard2FrontFill.icon.js";
|
|
@@ -679,60 +679,60 @@ import { CupFill as zw } from "./bootstrap/CupFill.icon.js";
|
|
|
679
679
|
import { CupHot as Jw } from "./bootstrap/CupHot.icon.js";
|
|
680
680
|
import { CupHotFill as Yw } from "./bootstrap/CupHotFill.icon.js";
|
|
681
681
|
import { CupStraw as $w } from "./bootstrap/CupStraw.icon.js";
|
|
682
|
-
import { CurrencyBitcoin as
|
|
683
|
-
import { CurrencyDollar as
|
|
684
|
-
import { CurrencyEuro as
|
|
685
|
-
import { CurrencyExchange as
|
|
686
|
-
import { CurrencyPound as
|
|
687
|
-
import { CurrencyRupee as
|
|
688
|
-
import { CurrencyYen as
|
|
689
|
-
import { Cursor as
|
|
690
|
-
import { CursorFill as
|
|
691
|
-
import { CursorText as
|
|
692
|
-
import { Dash as
|
|
693
|
-
import { DashCircle as
|
|
694
|
-
import { DashCircleDotted as
|
|
695
|
-
import { DashCircleFill as
|
|
696
|
-
import { DashLg as
|
|
697
|
-
import { DashSquare as
|
|
698
|
-
import { DashSquareDotted as
|
|
699
|
-
import { DashSquareFill as
|
|
700
|
-
import { Database as
|
|
701
|
-
import { DatabaseAdd as
|
|
702
|
-
import { DatabaseCheck as
|
|
703
|
-
import { DatabaseDash as
|
|
704
|
-
import { DatabaseDown as
|
|
705
|
-
import { DatabaseExclamation as
|
|
706
|
-
import { DatabaseFill as
|
|
707
|
-
import { DatabaseFillAdd as
|
|
708
|
-
import { DatabaseFillCheck as $
|
|
709
|
-
import { DatabaseFillDash as
|
|
710
|
-
import { DatabaseFillDown as
|
|
711
|
-
import { DatabaseFillExclamation as
|
|
712
|
-
import { DatabaseFillGear as
|
|
713
|
-
import { DatabaseFillLock as
|
|
714
|
-
import { DatabaseFillSlash as
|
|
715
|
-
import { DatabaseFillUp as
|
|
716
|
-
import { DatabaseFillX as
|
|
717
|
-
import { DatabaseGear as
|
|
718
|
-
import { DatabaseLock as
|
|
719
|
-
import { DatabaseSlash as
|
|
720
|
-
import { DatabaseUp as
|
|
721
|
-
import { DatabaseX as
|
|
722
|
-
import { DeviceHdd as
|
|
723
|
-
import { DeviceHddFill as
|
|
724
|
-
import { DeviceSsd as
|
|
725
|
-
import { DeviceSsdFill as
|
|
726
|
-
import { Diagram2 as
|
|
727
|
-
import { Diagram2Fill as
|
|
728
|
-
import { Diagram3 as
|
|
729
|
-
import { Diagram3Fill as
|
|
730
|
-
import { Diamond as
|
|
731
|
-
import { DiamondFill as
|
|
732
|
-
import { DiamondHalf as
|
|
733
|
-
import { Dice1 as
|
|
734
|
-
import { Dice1Fill as
|
|
735
|
-
import { Dice2 as $
|
|
682
|
+
import { CurrencyBitcoin as oD } from "./bootstrap/CurrencyBitcoin.icon.js";
|
|
683
|
+
import { CurrencyDollar as tD } from "./bootstrap/CurrencyDollar.icon.js";
|
|
684
|
+
import { CurrencyEuro as lD } from "./bootstrap/CurrencyEuro.icon.js";
|
|
685
|
+
import { CurrencyExchange as fD } from "./bootstrap/CurrencyExchange.icon.js";
|
|
686
|
+
import { CurrencyPound as iD } from "./bootstrap/CurrencyPound.icon.js";
|
|
687
|
+
import { CurrencyRupee as nD } from "./bootstrap/CurrencyRupee.icon.js";
|
|
688
|
+
import { CurrencyYen as sD } from "./bootstrap/CurrencyYen.icon.js";
|
|
689
|
+
import { Cursor as uD } from "./bootstrap/Cursor.icon.js";
|
|
690
|
+
import { CursorFill as CD } from "./bootstrap/CursorFill.icon.js";
|
|
691
|
+
import { CursorText as SD } from "./bootstrap/CursorText.icon.js";
|
|
692
|
+
import { Dash as kD } from "./bootstrap/Dash.icon.js";
|
|
693
|
+
import { DashCircle as wD } from "./bootstrap/DashCircle.icon.js";
|
|
694
|
+
import { DashCircleDotted as PD } from "./bootstrap/DashCircleDotted.icon.js";
|
|
695
|
+
import { DashCircleFill as AD } from "./bootstrap/DashCircleFill.icon.js";
|
|
696
|
+
import { DashLg as yD } from "./bootstrap/DashLg.icon.js";
|
|
697
|
+
import { DashSquare as bD } from "./bootstrap/DashSquare.icon.js";
|
|
698
|
+
import { DashSquareDotted as RD } from "./bootstrap/DashSquareDotted.icon.js";
|
|
699
|
+
import { DashSquareFill as UD } from "./bootstrap/DashSquareFill.icon.js";
|
|
700
|
+
import { Database as qD } from "./bootstrap/Database.icon.js";
|
|
701
|
+
import { DatabaseAdd as WD } from "./bootstrap/DatabaseAdd.icon.js";
|
|
702
|
+
import { DatabaseCheck as ID } from "./bootstrap/DatabaseCheck.icon.js";
|
|
703
|
+
import { DatabaseDash as OD } from "./bootstrap/DatabaseDash.icon.js";
|
|
704
|
+
import { DatabaseDown as _D } from "./bootstrap/DatabaseDown.icon.js";
|
|
705
|
+
import { DatabaseExclamation as zD } from "./bootstrap/DatabaseExclamation.icon.js";
|
|
706
|
+
import { DatabaseFill as JD } from "./bootstrap/DatabaseFill.icon.js";
|
|
707
|
+
import { DatabaseFillAdd as YD } from "./bootstrap/DatabaseFillAdd.icon.js";
|
|
708
|
+
import { DatabaseFillCheck as $D } from "./bootstrap/DatabaseFillCheck.icon.js";
|
|
709
|
+
import { DatabaseFillDash as oP } from "./bootstrap/DatabaseFillDash.icon.js";
|
|
710
|
+
import { DatabaseFillDown as tP } from "./bootstrap/DatabaseFillDown.icon.js";
|
|
711
|
+
import { DatabaseFillExclamation as lP } from "./bootstrap/DatabaseFillExclamation.icon.js";
|
|
712
|
+
import { DatabaseFillGear as fP } from "./bootstrap/DatabaseFillGear.icon.js";
|
|
713
|
+
import { DatabaseFillLock as iP } from "./bootstrap/DatabaseFillLock.icon.js";
|
|
714
|
+
import { DatabaseFillSlash as nP } from "./bootstrap/DatabaseFillSlash.icon.js";
|
|
715
|
+
import { DatabaseFillUp as sP } from "./bootstrap/DatabaseFillUp.icon.js";
|
|
716
|
+
import { DatabaseFillX as uP } from "./bootstrap/DatabaseFillX.icon.js";
|
|
717
|
+
import { DatabaseGear as CP } from "./bootstrap/DatabaseGear.icon.js";
|
|
718
|
+
import { DatabaseLock as SP } from "./bootstrap/DatabaseLock.icon.js";
|
|
719
|
+
import { DatabaseSlash as kP } from "./bootstrap/DatabaseSlash.icon.js";
|
|
720
|
+
import { DatabaseUp as wP } from "./bootstrap/DatabaseUp.icon.js";
|
|
721
|
+
import { DatabaseX as PP } from "./bootstrap/DatabaseX.icon.js";
|
|
722
|
+
import { DeviceHdd as AP } from "./bootstrap/DeviceHdd.icon.js";
|
|
723
|
+
import { DeviceHddFill as yP } from "./bootstrap/DeviceHddFill.icon.js";
|
|
724
|
+
import { DeviceSsd as bP } from "./bootstrap/DeviceSsd.icon.js";
|
|
725
|
+
import { DeviceSsdFill as RP } from "./bootstrap/DeviceSsdFill.icon.js";
|
|
726
|
+
import { Diagram2 as UP } from "./bootstrap/Diagram2.icon.js";
|
|
727
|
+
import { Diagram2Fill as qP } from "./bootstrap/Diagram2Fill.icon.js";
|
|
728
|
+
import { Diagram3 as WP } from "./bootstrap/Diagram3.icon.js";
|
|
729
|
+
import { Diagram3Fill as IP } from "./bootstrap/Diagram3Fill.icon.js";
|
|
730
|
+
import { Diamond as OP } from "./bootstrap/Diamond.icon.js";
|
|
731
|
+
import { DiamondFill as _P } from "./bootstrap/DiamondFill.icon.js";
|
|
732
|
+
import { DiamondHalf as zP } from "./bootstrap/DiamondHalf.icon.js";
|
|
733
|
+
import { Dice1 as JP } from "./bootstrap/Dice1.icon.js";
|
|
734
|
+
import { Dice1Fill as YP } from "./bootstrap/Dice1Fill.icon.js";
|
|
735
|
+
import { Dice2 as $P } from "./bootstrap/Dice2.icon.js";
|
|
736
736
|
import { Dice2Fill as oE } from "./bootstrap/Dice2Fill.icon.js";
|
|
737
737
|
import { Dice3 as tE } from "./bootstrap/Dice3.icon.js";
|
|
738
738
|
import { Dice3Fill as lE } from "./bootstrap/Dice3Fill.icon.js";
|
|
@@ -745,7 +745,7 @@ import { Dice6Fill as CE } from "./bootstrap/Dice6Fill.icon.js";
|
|
|
745
745
|
import { Disc as SE } from "./bootstrap/Disc.icon.js";
|
|
746
746
|
import { DiscFill as kE } from "./bootstrap/DiscFill.icon.js";
|
|
747
747
|
import { Discord as wE } from "./bootstrap/Discord.icon.js";
|
|
748
|
-
import { Display as
|
|
748
|
+
import { Display as PE } from "./bootstrap/Display.icon.js";
|
|
749
749
|
import { DisplayFill as AE } from "./bootstrap/DisplayFill.icon.js";
|
|
750
750
|
import { Displayport as yE } from "./bootstrap/Displayport.icon.js";
|
|
751
751
|
import { DisplayportFill as bE } from "./bootstrap/DisplayportFill.icon.js";
|
|
@@ -772,7 +772,7 @@ import { EarFill as CA } from "./bootstrap/EarFill.icon.js";
|
|
|
772
772
|
import { Easel as SA } from "./bootstrap/Easel.icon.js";
|
|
773
773
|
import { Easel2 as kA } from "./bootstrap/Easel2.icon.js";
|
|
774
774
|
import { Easel2Fill as wA } from "./bootstrap/Easel2Fill.icon.js";
|
|
775
|
-
import { Easel3 as
|
|
775
|
+
import { Easel3 as PA } from "./bootstrap/Easel3.icon.js";
|
|
776
776
|
import { Easel3Fill as AA } from "./bootstrap/Easel3Fill.icon.js";
|
|
777
777
|
import { EaselFill as yA } from "./bootstrap/EaselFill.icon.js";
|
|
778
778
|
import { Egg as bA } from "./bootstrap/Egg.icon.js";
|
|
@@ -799,7 +799,7 @@ import { EmojiHeartEyesFill as CH } from "./bootstrap/EmojiHeartEyesFill.icon.js
|
|
|
799
799
|
import { EmojiKiss as SH } from "./bootstrap/EmojiKiss.icon.js";
|
|
800
800
|
import { EmojiKissFill as kH } from "./bootstrap/EmojiKissFill.icon.js";
|
|
801
801
|
import { EmojiLaughing as wH } from "./bootstrap/EmojiLaughing.icon.js";
|
|
802
|
-
import { EmojiLaughingFill as
|
|
802
|
+
import { EmojiLaughingFill as PH } from "./bootstrap/EmojiLaughingFill.icon.js";
|
|
803
803
|
import { EmojiNeutral as AH } from "./bootstrap/EmojiNeutral.icon.js";
|
|
804
804
|
import { EmojiNeutralFill as yH } from "./bootstrap/EmojiNeutralFill.icon.js";
|
|
805
805
|
import { EmojiSmile as bH } from "./bootstrap/EmojiSmile.icon.js";
|
|
@@ -826,7 +826,7 @@ import { EnvelopeCheckFill as Cy } from "./bootstrap/EnvelopeCheckFill.icon.js";
|
|
|
826
826
|
import { EnvelopeDash as Sy } from "./bootstrap/EnvelopeDash.icon.js";
|
|
827
827
|
import { EnvelopeDashFill as ky } from "./bootstrap/EnvelopeDashFill.icon.js";
|
|
828
828
|
import { EnvelopeExclamation as wy } from "./bootstrap/EnvelopeExclamation.icon.js";
|
|
829
|
-
import { EnvelopeExclamationFill as
|
|
829
|
+
import { EnvelopeExclamationFill as Py } from "./bootstrap/EnvelopeExclamationFill.icon.js";
|
|
830
830
|
import { EnvelopeFill as Ay } from "./bootstrap/EnvelopeFill.icon.js";
|
|
831
831
|
import { EnvelopeHeart as yy } from "./bootstrap/EnvelopeHeart.icon.js";
|
|
832
832
|
import { EnvelopeHeartFill as by } from "./bootstrap/EnvelopeHeartFill.icon.js";
|
|
@@ -853,7 +853,7 @@ import { EvFrontFill as CT } from "./bootstrap/EvFrontFill.icon.js";
|
|
|
853
853
|
import { EvStation as ST } from "./bootstrap/EvStation.icon.js";
|
|
854
854
|
import { EvStationFill as kT } from "./bootstrap/EvStationFill.icon.js";
|
|
855
855
|
import { Exclamation as wT } from "./bootstrap/Exclamation.icon.js";
|
|
856
|
-
import { ExclamationCircle as
|
|
856
|
+
import { ExclamationCircle as PT } from "./bootstrap/ExclamationCircle.icon.js";
|
|
857
857
|
import { ExclamationCircleFill as AT } from "./bootstrap/ExclamationCircleFill.icon.js";
|
|
858
858
|
import { ExclamationDiamond as yT } from "./bootstrap/ExclamationDiamond.icon.js";
|
|
859
859
|
import { ExclamationDiamondFill as bT } from "./bootstrap/ExclamationDiamondFill.icon.js";
|
|
@@ -880,7 +880,7 @@ import { FastForward as Cb } from "./bootstrap/FastForward.icon.js";
|
|
|
880
880
|
import { FastForwardBtn as Sb } from "./bootstrap/FastForwardBtn.icon.js";
|
|
881
881
|
import { FastForwardBtnFill as kb } from "./bootstrap/FastForwardBtnFill.icon.js";
|
|
882
882
|
import { FastForwardCircle as wb } from "./bootstrap/FastForwardCircle.icon.js";
|
|
883
|
-
import { FastForwardCircleFill as
|
|
883
|
+
import { FastForwardCircleFill as Pb } from "./bootstrap/FastForwardCircleFill.icon.js";
|
|
884
884
|
import { FastForwardFill as Ab } from "./bootstrap/FastForwardFill.icon.js";
|
|
885
885
|
import { Feather as yb } from "./bootstrap/Feather.icon.js";
|
|
886
886
|
import { Feather2 as bb } from "./bootstrap/Feather2.icon.js";
|
|
@@ -907,7 +907,7 @@ import { FileEarmarkArrowDownFill as CL } from "./bootstrap/FileEarmarkArrowDown
|
|
|
907
907
|
import { FileEarmarkArrowUp as SL } from "./bootstrap/FileEarmarkArrowUp.icon.js";
|
|
908
908
|
import { FileEarmarkArrowUpFill as kL } from "./bootstrap/FileEarmarkArrowUpFill.icon.js";
|
|
909
909
|
import { FileEarmarkBarGraph as wL } from "./bootstrap/FileEarmarkBarGraph.icon.js";
|
|
910
|
-
import { FileEarmarkBarGraphFill as
|
|
910
|
+
import { FileEarmarkBarGraphFill as PL } from "./bootstrap/FileEarmarkBarGraphFill.icon.js";
|
|
911
911
|
import { FileEarmarkBinary as AL } from "./bootstrap/FileEarmarkBinary.icon.js";
|
|
912
912
|
import { FileEarmarkBinaryFill as yL } from "./bootstrap/FileEarmarkBinaryFill.icon.js";
|
|
913
913
|
import { FileEarmarkBreak as bL } from "./bootstrap/FileEarmarkBreak.icon.js";
|
|
@@ -934,7 +934,7 @@ import { FileEarmarkLockFill as CR } from "./bootstrap/FileEarmarkLockFill.icon.
|
|
|
934
934
|
import { FileEarmarkMedical as SR } from "./bootstrap/FileEarmarkMedical.icon.js";
|
|
935
935
|
import { FileEarmarkMedicalFill as kR } from "./bootstrap/FileEarmarkMedicalFill.icon.js";
|
|
936
936
|
import { FileEarmarkMinus as wR } from "./bootstrap/FileEarmarkMinus.icon.js";
|
|
937
|
-
import { FileEarmarkMinusFill as
|
|
937
|
+
import { FileEarmarkMinusFill as PR } from "./bootstrap/FileEarmarkMinusFill.icon.js";
|
|
938
938
|
import { FileEarmarkMusic as AR } from "./bootstrap/FileEarmarkMusic.icon.js";
|
|
939
939
|
import { FileEarmarkMusicFill as yR } from "./bootstrap/FileEarmarkMusicFill.icon.js";
|
|
940
940
|
import { FileEarmarkPdf as bR } from "./bootstrap/FileEarmarkPdf.icon.js";
|
|
@@ -961,7 +961,7 @@ import { FileEarmarkText as C2 } from "./bootstrap/FileEarmarkText.icon.js";
|
|
|
961
961
|
import { FileEarmarkTextFill as S2 } from "./bootstrap/FileEarmarkTextFill.icon.js";
|
|
962
962
|
import { FileEarmarkWord as k2 } from "./bootstrap/FileEarmarkWord.icon.js";
|
|
963
963
|
import { FileEarmarkWordFill as w2 } from "./bootstrap/FileEarmarkWordFill.icon.js";
|
|
964
|
-
import { FileEarmarkX as
|
|
964
|
+
import { FileEarmarkX as P2 } from "./bootstrap/FileEarmarkX.icon.js";
|
|
965
965
|
import { FileEarmarkXFill as A2 } from "./bootstrap/FileEarmarkXFill.icon.js";
|
|
966
966
|
import { FileEarmarkZip as y2 } from "./bootstrap/FileEarmarkZip.icon.js";
|
|
967
967
|
import { FileEarmarkZipFill as b2 } from "./bootstrap/FileEarmarkZipFill.icon.js";
|
|
@@ -988,7 +988,7 @@ import { FilePdf as CM } from "./bootstrap/FilePdf.icon.js";
|
|
|
988
988
|
import { FilePdfFill as SM } from "./bootstrap/FilePdfFill.icon.js";
|
|
989
989
|
import { FilePerson as kM } from "./bootstrap/FilePerson.icon.js";
|
|
990
990
|
import { FilePersonFill as wM } from "./bootstrap/FilePersonFill.icon.js";
|
|
991
|
-
import { FilePlay as
|
|
991
|
+
import { FilePlay as PM } from "./bootstrap/FilePlay.icon.js";
|
|
992
992
|
import { FilePlayFill as AM } from "./bootstrap/FilePlayFill.icon.js";
|
|
993
993
|
import { FilePlus as yM } from "./bootstrap/FilePlus.icon.js";
|
|
994
994
|
import { FilePlusFill as bM } from "./bootstrap/FilePlusFill.icon.js";
|
|
@@ -1015,7 +1015,7 @@ import { FiletypeCs as CU } from "./bootstrap/FiletypeCs.icon.js";
|
|
|
1015
1015
|
import { FiletypeCss as SU } from "./bootstrap/FiletypeCss.icon.js";
|
|
1016
1016
|
import { FiletypeCsv as kU } from "./bootstrap/FiletypeCsv.icon.js";
|
|
1017
1017
|
import { FiletypeDoc as wU } from "./bootstrap/FiletypeDoc.icon.js";
|
|
1018
|
-
import { FiletypeDocx as
|
|
1018
|
+
import { FiletypeDocx as PU } from "./bootstrap/FiletypeDocx.icon.js";
|
|
1019
1019
|
import { FiletypeExe as AU } from "./bootstrap/FiletypeExe.icon.js";
|
|
1020
1020
|
import { FiletypeGif as yU } from "./bootstrap/FiletypeGif.icon.js";
|
|
1021
1021
|
import { FiletypeHeic as bU } from "./bootstrap/FiletypeHeic.icon.js";
|
|
@@ -1042,7 +1042,7 @@ import { FiletypePsd as Cv } from "./bootstrap/FiletypePsd.icon.js";
|
|
|
1042
1042
|
import { FiletypePy as Sv } from "./bootstrap/FiletypePy.icon.js";
|
|
1043
1043
|
import { FiletypeRaw as kv } from "./bootstrap/FiletypeRaw.icon.js";
|
|
1044
1044
|
import { FiletypeRb as wv } from "./bootstrap/FiletypeRb.icon.js";
|
|
1045
|
-
import { FiletypeSass as
|
|
1045
|
+
import { FiletypeSass as Pv } from "./bootstrap/FiletypeSass.icon.js";
|
|
1046
1046
|
import { FiletypeScss as Av } from "./bootstrap/FiletypeScss.icon.js";
|
|
1047
1047
|
import { FiletypeSh as yv } from "./bootstrap/FiletypeSh.icon.js";
|
|
1048
1048
|
import { FiletypeSql as bv } from "./bootstrap/FiletypeSql.icon.js";
|
|
@@ -1069,7 +1069,7 @@ import { FilterCircle as Cq } from "./bootstrap/FilterCircle.icon.js";
|
|
|
1069
1069
|
import { FilterCircleFill as Sq } from "./bootstrap/FilterCircleFill.icon.js";
|
|
1070
1070
|
import { FilterLeft as kq } from "./bootstrap/FilterLeft.icon.js";
|
|
1071
1071
|
import { FilterRight as wq } from "./bootstrap/FilterRight.icon.js";
|
|
1072
|
-
import { FilterSquare as
|
|
1072
|
+
import { FilterSquare as Pq } from "./bootstrap/FilterSquare.icon.js";
|
|
1073
1073
|
import { FilterSquareFill as Aq } from "./bootstrap/FilterSquareFill.icon.js";
|
|
1074
1074
|
import { Fingerprint as yq } from "./bootstrap/Fingerprint.icon.js";
|
|
1075
1075
|
import { FireBootstrap as bq } from "./bootstrap/FireBootstrap.icon.js";
|
|
@@ -1096,7 +1096,7 @@ import { Fonts as CG } from "./bootstrap/Fonts.icon.js";
|
|
|
1096
1096
|
import { Forward as SG } from "./bootstrap/Forward.icon.js";
|
|
1097
1097
|
import { ForwardFill as kG } from "./bootstrap/ForwardFill.icon.js";
|
|
1098
1098
|
import { Front as wG } from "./bootstrap/Front.icon.js";
|
|
1099
|
-
import { FuelPump as
|
|
1099
|
+
import { FuelPump as PG } from "./bootstrap/FuelPump.icon.js";
|
|
1100
1100
|
import { FuelPumpDiesel as AG } from "./bootstrap/FuelPumpDiesel.icon.js";
|
|
1101
1101
|
import { FuelPumpDieselFill as yG } from "./bootstrap/FuelPumpDieselFill.icon.js";
|
|
1102
1102
|
import { FuelPumpFill as bG } from "./bootstrap/FuelPumpFill.icon.js";
|
|
@@ -1123,7 +1123,7 @@ import { GiftFill as CW } from "./bootstrap/GiftFill.icon.js";
|
|
|
1123
1123
|
import { Git as SW } from "./bootstrap/Git.icon.js";
|
|
1124
1124
|
import { Github as kW } from "./bootstrap/Github.icon.js";
|
|
1125
1125
|
import { Gitlab as wW } from "./bootstrap/Gitlab.icon.js";
|
|
1126
|
-
import { Globe as
|
|
1126
|
+
import { Globe as PW } from "./bootstrap/Globe.icon.js";
|
|
1127
1127
|
import { Globe2 as AW } from "./bootstrap/Globe2.icon.js";
|
|
1128
1128
|
import { GlobeAmericas as yW } from "./bootstrap/GlobeAmericas.icon.js";
|
|
1129
1129
|
import { GlobeAsiaAustralia as bW } from "./bootstrap/GlobeAsiaAustralia.icon.js";
|
|
@@ -1150,7 +1150,7 @@ import { GripHorizontal as CX } from "./bootstrap/GripHorizontal.icon.js";
|
|
|
1150
1150
|
import { GripVertical as SX } from "./bootstrap/GripVertical.icon.js";
|
|
1151
1151
|
import { Hammer as kX } from "./bootstrap/Hammer.icon.js";
|
|
1152
1152
|
import { Handbag as wX } from "./bootstrap/Handbag.icon.js";
|
|
1153
|
-
import { HandbagFill as
|
|
1153
|
+
import { HandbagFill as PX } from "./bootstrap/HandbagFill.icon.js";
|
|
1154
1154
|
import { HandIndex as AX } from "./bootstrap/HandIndex.icon.js";
|
|
1155
1155
|
import { HandIndexFill as yX } from "./bootstrap/HandIndexFill.icon.js";
|
|
1156
1156
|
import { HandIndexThumb as bX } from "./bootstrap/HandIndexThumb.icon.js";
|
|
@@ -1177,7 +1177,7 @@ import { Headset as CI } from "./bootstrap/Headset.icon.js";
|
|
|
1177
1177
|
import { HeadsetVr as SI } from "./bootstrap/HeadsetVr.icon.js";
|
|
1178
1178
|
import { Heart as kI } from "./bootstrap/Heart.icon.js";
|
|
1179
1179
|
import { HeartArrow as wI } from "./bootstrap/HeartArrow.icon.js";
|
|
1180
|
-
import { Heartbreak as
|
|
1180
|
+
import { Heartbreak as PI } from "./bootstrap/Heartbreak.icon.js";
|
|
1181
1181
|
import { HeartbreakFill as AI } from "./bootstrap/HeartbreakFill.icon.js";
|
|
1182
1182
|
import { HeartFill as yI } from "./bootstrap/HeartFill.icon.js";
|
|
1183
1183
|
import { HeartHalf as bI } from "./bootstrap/HeartHalf.icon.js";
|
|
@@ -1204,7 +1204,7 @@ import { HouseAddFill as CV } from "./bootstrap/HouseAddFill.icon.js";
|
|
|
1204
1204
|
import { HouseCheck as SV } from "./bootstrap/HouseCheck.icon.js";
|
|
1205
1205
|
import { HouseCheckFill as kV } from "./bootstrap/HouseCheckFill.icon.js";
|
|
1206
1206
|
import { HouseDash as wV } from "./bootstrap/HouseDash.icon.js";
|
|
1207
|
-
import { HouseDashFill as
|
|
1207
|
+
import { HouseDashFill as PV } from "./bootstrap/HouseDashFill.icon.js";
|
|
1208
1208
|
import { HouseDoor as AV } from "./bootstrap/HouseDoor.icon.js";
|
|
1209
1209
|
import { HouseDoorFill as yV } from "./bootstrap/HouseDoorFill.icon.js";
|
|
1210
1210
|
import { HouseDown as bV } from "./bootstrap/HouseDown.icon.js";
|
|
@@ -1219,60 +1219,60 @@ import { HouseHeartFill as zV } from "./bootstrap/HouseHeartFill.icon.js";
|
|
|
1219
1219
|
import { HouseLock as JV } from "./bootstrap/HouseLock.icon.js";
|
|
1220
1220
|
import { HouseLockFill as YV } from "./bootstrap/HouseLockFill.icon.js";
|
|
1221
1221
|
import { Houses as $V } from "./bootstrap/Houses.icon.js";
|
|
1222
|
-
import { HousesFill as
|
|
1223
|
-
import { HouseSlash as
|
|
1224
|
-
import { HouseSlashFill as
|
|
1225
|
-
import { HouseUp as
|
|
1226
|
-
import { HouseUpFill as
|
|
1227
|
-
import { HouseX as
|
|
1228
|
-
import { HouseXFill as
|
|
1229
|
-
import { Hr as
|
|
1230
|
-
import { HSquare as
|
|
1231
|
-
import { HSquareFill as
|
|
1232
|
-
import { Hurricane as
|
|
1233
|
-
import { Hypnotize as
|
|
1234
|
-
import { Image as
|
|
1235
|
-
import { ImageAlt as
|
|
1236
|
-
import { ImageFill as
|
|
1237
|
-
import { Images as
|
|
1238
|
-
import { Inbox as
|
|
1239
|
-
import { Inboxes as
|
|
1240
|
-
import { InboxesFill as
|
|
1241
|
-
import { InboxFill as
|
|
1242
|
-
import { Incognito as
|
|
1243
|
-
import { Indent as
|
|
1244
|
-
import { InfinityBootstrap as
|
|
1245
|
-
import { Info as
|
|
1246
|
-
import { InfoCircle as
|
|
1247
|
-
import { InfoCircleFill as
|
|
1248
|
-
import { InfoLg as $
|
|
1249
|
-
import { InfoSquare as
|
|
1250
|
-
import { InfoSquareFill as
|
|
1251
|
-
import { InputCursor as
|
|
1252
|
-
import { InputCursorText as
|
|
1253
|
-
import { Instagram as
|
|
1254
|
-
import { Intersect as
|
|
1255
|
-
import { Journal as
|
|
1256
|
-
import { JournalAlbum as
|
|
1257
|
-
import { JournalArrowDown as
|
|
1258
|
-
import { JournalArrowUp as
|
|
1259
|
-
import { JournalBookmark as
|
|
1260
|
-
import { JournalBookmarkFill as
|
|
1261
|
-
import { JournalCheck as
|
|
1262
|
-
import { JournalCode as
|
|
1263
|
-
import { JournalMedical as
|
|
1264
|
-
import { JournalMinus as
|
|
1265
|
-
import { JournalPlus as
|
|
1266
|
-
import { JournalRichtext as
|
|
1267
|
-
import { Journals as
|
|
1268
|
-
import { JournalText as
|
|
1269
|
-
import { JournalX as
|
|
1270
|
-
import { Joystick as
|
|
1271
|
-
import { Justify as
|
|
1272
|
-
import { JustifyLeft as
|
|
1273
|
-
import { JustifyRight as
|
|
1274
|
-
import { Kanban as
|
|
1275
|
-
import { KanbanFill as $
|
|
1222
|
+
import { HousesFill as oO } from "./bootstrap/HousesFill.icon.js";
|
|
1223
|
+
import { HouseSlash as tO } from "./bootstrap/HouseSlash.icon.js";
|
|
1224
|
+
import { HouseSlashFill as lO } from "./bootstrap/HouseSlashFill.icon.js";
|
|
1225
|
+
import { HouseUp as fO } from "./bootstrap/HouseUp.icon.js";
|
|
1226
|
+
import { HouseUpFill as iO } from "./bootstrap/HouseUpFill.icon.js";
|
|
1227
|
+
import { HouseX as nO } from "./bootstrap/HouseX.icon.js";
|
|
1228
|
+
import { HouseXFill as sO } from "./bootstrap/HouseXFill.icon.js";
|
|
1229
|
+
import { Hr as uO } from "./bootstrap/Hr.icon.js";
|
|
1230
|
+
import { HSquare as CO } from "./bootstrap/HSquare.icon.js";
|
|
1231
|
+
import { HSquareFill as SO } from "./bootstrap/HSquareFill.icon.js";
|
|
1232
|
+
import { Hurricane as kO } from "./bootstrap/Hurricane.icon.js";
|
|
1233
|
+
import { Hypnotize as wO } from "./bootstrap/Hypnotize.icon.js";
|
|
1234
|
+
import { Image as PO } from "./bootstrap/Image.icon.js";
|
|
1235
|
+
import { ImageAlt as AO } from "./bootstrap/ImageAlt.icon.js";
|
|
1236
|
+
import { ImageFill as yO } from "./bootstrap/ImageFill.icon.js";
|
|
1237
|
+
import { Images as bO } from "./bootstrap/Images.icon.js";
|
|
1238
|
+
import { Inbox as RO } from "./bootstrap/Inbox.icon.js";
|
|
1239
|
+
import { Inboxes as UO } from "./bootstrap/Inboxes.icon.js";
|
|
1240
|
+
import { InboxesFill as qO } from "./bootstrap/InboxesFill.icon.js";
|
|
1241
|
+
import { InboxFill as WO } from "./bootstrap/InboxFill.icon.js";
|
|
1242
|
+
import { Incognito as IO } from "./bootstrap/Incognito.icon.js";
|
|
1243
|
+
import { Indent as OO } from "./bootstrap/Indent.icon.js";
|
|
1244
|
+
import { InfinityBootstrap as _O } from "./bootstrap/InfinityBootstrap.icon.js";
|
|
1245
|
+
import { Info as zO } from "./bootstrap/Info.icon.js";
|
|
1246
|
+
import { InfoCircle as JO } from "./bootstrap/InfoCircle.icon.js";
|
|
1247
|
+
import { InfoCircleFill as YO } from "./bootstrap/InfoCircleFill.icon.js";
|
|
1248
|
+
import { InfoLg as $O } from "./bootstrap/InfoLg.icon.js";
|
|
1249
|
+
import { InfoSquare as o3 } from "./bootstrap/InfoSquare.icon.js";
|
|
1250
|
+
import { InfoSquareFill as t3 } from "./bootstrap/InfoSquareFill.icon.js";
|
|
1251
|
+
import { InputCursor as l3 } from "./bootstrap/InputCursor.icon.js";
|
|
1252
|
+
import { InputCursorText as f3 } from "./bootstrap/InputCursorText.icon.js";
|
|
1253
|
+
import { Instagram as i3 } from "./bootstrap/Instagram.icon.js";
|
|
1254
|
+
import { Intersect as n3 } from "./bootstrap/Intersect.icon.js";
|
|
1255
|
+
import { Journal as s3 } from "./bootstrap/Journal.icon.js";
|
|
1256
|
+
import { JournalAlbum as u3 } from "./bootstrap/JournalAlbum.icon.js";
|
|
1257
|
+
import { JournalArrowDown as C3 } from "./bootstrap/JournalArrowDown.icon.js";
|
|
1258
|
+
import { JournalArrowUp as S3 } from "./bootstrap/JournalArrowUp.icon.js";
|
|
1259
|
+
import { JournalBookmark as k3 } from "./bootstrap/JournalBookmark.icon.js";
|
|
1260
|
+
import { JournalBookmarkFill as w3 } from "./bootstrap/JournalBookmarkFill.icon.js";
|
|
1261
|
+
import { JournalCheck as P3 } from "./bootstrap/JournalCheck.icon.js";
|
|
1262
|
+
import { JournalCode as A3 } from "./bootstrap/JournalCode.icon.js";
|
|
1263
|
+
import { JournalMedical as y3 } from "./bootstrap/JournalMedical.icon.js";
|
|
1264
|
+
import { JournalMinus as b3 } from "./bootstrap/JournalMinus.icon.js";
|
|
1265
|
+
import { JournalPlus as R3 } from "./bootstrap/JournalPlus.icon.js";
|
|
1266
|
+
import { JournalRichtext as U3 } from "./bootstrap/JournalRichtext.icon.js";
|
|
1267
|
+
import { Journals as q3 } from "./bootstrap/Journals.icon.js";
|
|
1268
|
+
import { JournalText as W3 } from "./bootstrap/JournalText.icon.js";
|
|
1269
|
+
import { JournalX as I3 } from "./bootstrap/JournalX.icon.js";
|
|
1270
|
+
import { Joystick as O3 } from "./bootstrap/Joystick.icon.js";
|
|
1271
|
+
import { Justify as _3 } from "./bootstrap/Justify.icon.js";
|
|
1272
|
+
import { JustifyLeft as z3 } from "./bootstrap/JustifyLeft.icon.js";
|
|
1273
|
+
import { JustifyRight as J3 } from "./bootstrap/JustifyRight.icon.js";
|
|
1274
|
+
import { Kanban as Y3 } from "./bootstrap/Kanban.icon.js";
|
|
1275
|
+
import { KanbanFill as $3 } from "./bootstrap/KanbanFill.icon.js";
|
|
1276
1276
|
import { Key as oj } from "./bootstrap/Key.icon.js";
|
|
1277
1277
|
import { Keyboard as tj } from "./bootstrap/Keyboard.icon.js";
|
|
1278
1278
|
import { KeyboardFill as lj } from "./bootstrap/KeyboardFill.icon.js";
|
|
@@ -1285,7 +1285,7 @@ import { LaptopFill as Cj } from "./bootstrap/LaptopFill.icon.js";
|
|
|
1285
1285
|
import { LayerBackward as Sj } from "./bootstrap/LayerBackward.icon.js";
|
|
1286
1286
|
import { LayerForward as kj } from "./bootstrap/LayerForward.icon.js";
|
|
1287
1287
|
import { Layers as wj } from "./bootstrap/Layers.icon.js";
|
|
1288
|
-
import { LayersFill as
|
|
1288
|
+
import { LayersFill as Pj } from "./bootstrap/LayersFill.icon.js";
|
|
1289
1289
|
import { LayersHalf as Aj } from "./bootstrap/LayersHalf.icon.js";
|
|
1290
1290
|
import { LayoutSidebar as yj } from "./bootstrap/LayoutSidebar.icon.js";
|
|
1291
1291
|
import { LayoutSidebarInset as bj } from "./bootstrap/LayoutSidebarInset.icon.js";
|
|
@@ -1312,7 +1312,7 @@ import { Link as C_ } from "./bootstrap/Link.icon.js";
|
|
|
1312
1312
|
import { Link45Deg as S_ } from "./bootstrap/Link45Deg.icon.js";
|
|
1313
1313
|
import { Linkedin as k_ } from "./bootstrap/Linkedin.icon.js";
|
|
1314
1314
|
import { List as w_ } from "./bootstrap/List.icon.js";
|
|
1315
|
-
import { ListCheck as
|
|
1315
|
+
import { ListCheck as P_ } from "./bootstrap/ListCheck.icon.js";
|
|
1316
1316
|
import { ListColumns as A_ } from "./bootstrap/ListColumns.icon.js";
|
|
1317
1317
|
import { ListColumnsReverse as y_ } from "./bootstrap/ListColumnsReverse.icon.js";
|
|
1318
1318
|
import { ListNested as b_ } from "./bootstrap/ListNested.icon.js";
|
|
@@ -1339,7 +1339,7 @@ import { Markdown as CN } from "./bootstrap/Markdown.icon.js";
|
|
|
1339
1339
|
import { MarkdownFill as SN } from "./bootstrap/MarkdownFill.icon.js";
|
|
1340
1340
|
import { MarkerTip as kN } from "./bootstrap/MarkerTip.icon.js";
|
|
1341
1341
|
import { Mask as wN } from "./bootstrap/Mask.icon.js";
|
|
1342
|
-
import { Mastodon as
|
|
1342
|
+
import { Mastodon as PN } from "./bootstrap/Mastodon.icon.js";
|
|
1343
1343
|
import { Medium as AN } from "./bootstrap/Medium.icon.js";
|
|
1344
1344
|
import { Megaphone as yN } from "./bootstrap/Megaphone.icon.js";
|
|
1345
1345
|
import { MegaphoneFill as bN } from "./bootstrap/MegaphoneFill.icon.js";
|
|
@@ -1366,7 +1366,7 @@ import { Modem as Cz } from "./bootstrap/Modem.icon.js";
|
|
|
1366
1366
|
import { ModemFill as Sz } from "./bootstrap/ModemFill.icon.js";
|
|
1367
1367
|
import { Moisture as kz } from "./bootstrap/Moisture.icon.js";
|
|
1368
1368
|
import { Moon as wz } from "./bootstrap/Moon.icon.js";
|
|
1369
|
-
import { MoonFill as
|
|
1369
|
+
import { MoonFill as Pz } from "./bootstrap/MoonFill.icon.js";
|
|
1370
1370
|
import { MoonStars as Az } from "./bootstrap/MoonStars.icon.js";
|
|
1371
1371
|
import { MoonStarsFill as yz } from "./bootstrap/MoonStarsFill.icon.js";
|
|
1372
1372
|
import { Mortarboard as bz } from "./bootstrap/Mortarboard.icon.js";
|
|
@@ -1393,7 +1393,7 @@ import { NodePlusFill as CQ } from "./bootstrap/NodePlusFill.icon.js";
|
|
|
1393
1393
|
import { NoiseReduction as SQ } from "./bootstrap/NoiseReduction.icon.js";
|
|
1394
1394
|
import { Nut as kQ } from "./bootstrap/Nut.icon.js";
|
|
1395
1395
|
import { NutFill as wQ } from "./bootstrap/NutFill.icon.js";
|
|
1396
|
-
import { Nvidia as
|
|
1396
|
+
import { Nvidia as PQ } from "./bootstrap/Nvidia.icon.js";
|
|
1397
1397
|
import { Nvme as AQ } from "./bootstrap/Nvme.icon.js";
|
|
1398
1398
|
import { NvmeFill as yQ } from "./bootstrap/NvmeFill.icon.js";
|
|
1399
1399
|
import { Octagon as bQ } from "./bootstrap/Octagon.icon.js";
|
|
@@ -1420,7 +1420,7 @@ import { PatchExclamation as CJ } from "./bootstrap/PatchExclamation.icon.js";
|
|
|
1420
1420
|
import { PatchExclamationFill as SJ } from "./bootstrap/PatchExclamationFill.icon.js";
|
|
1421
1421
|
import { PatchMinus as kJ } from "./bootstrap/PatchMinus.icon.js";
|
|
1422
1422
|
import { PatchMinusFill as wJ } from "./bootstrap/PatchMinusFill.icon.js";
|
|
1423
|
-
import { PatchPlus as
|
|
1423
|
+
import { PatchPlus as PJ } from "./bootstrap/PatchPlus.icon.js";
|
|
1424
1424
|
import { PatchPlusFill as AJ } from "./bootstrap/PatchPlusFill.icon.js";
|
|
1425
1425
|
import { PatchQuestion as yJ } from "./bootstrap/PatchQuestion.icon.js";
|
|
1426
1426
|
import { PatchQuestionFill as bJ } from "./bootstrap/PatchQuestionFill.icon.js";
|
|
@@ -1447,7 +1447,7 @@ import { Pencil as C4 } from "./bootstrap/Pencil.icon.js";
|
|
|
1447
1447
|
import { PencilFill as S4 } from "./bootstrap/PencilFill.icon.js";
|
|
1448
1448
|
import { PencilSquare as k4 } from "./bootstrap/PencilSquare.icon.js";
|
|
1449
1449
|
import { PenFill as w4 } from "./bootstrap/PenFill.icon.js";
|
|
1450
|
-
import { Pentagon as
|
|
1450
|
+
import { Pentagon as P4 } from "./bootstrap/Pentagon.icon.js";
|
|
1451
1451
|
import { PentagonFill as A4 } from "./bootstrap/PentagonFill.icon.js";
|
|
1452
1452
|
import { PentagonHalf as y4 } from "./bootstrap/PentagonHalf.icon.js";
|
|
1453
1453
|
import { People as b4 } from "./bootstrap/People.icon.js";
|
|
@@ -1462,60 +1462,60 @@ import { PersonBoundingBox as z4 } from "./bootstrap/PersonBoundingBox.icon.js";
|
|
|
1462
1462
|
import { PersonCheck as J4 } from "./bootstrap/PersonCheck.icon.js";
|
|
1463
1463
|
import { PersonCheckFill as Y4 } from "./bootstrap/PersonCheckFill.icon.js";
|
|
1464
1464
|
import { PersonCircle as $4 } from "./bootstrap/PersonCircle.icon.js";
|
|
1465
|
-
import { PersonDash as
|
|
1466
|
-
import { PersonDashFill as
|
|
1467
|
-
import { PersonDown as
|
|
1468
|
-
import { PersonExclamation as
|
|
1469
|
-
import { PersonFill as
|
|
1470
|
-
import { PersonFillAdd as
|
|
1471
|
-
import { PersonFillCheck as
|
|
1472
|
-
import { PersonFillDash as
|
|
1473
|
-
import { PersonFillDown as
|
|
1474
|
-
import { PersonFillExclamation as
|
|
1475
|
-
import { PersonFillGear as
|
|
1476
|
-
import { PersonFillLock as
|
|
1477
|
-
import { PersonFillSlash as
|
|
1478
|
-
import { PersonFillUp as
|
|
1479
|
-
import { PersonFillX as
|
|
1480
|
-
import { PersonGear as
|
|
1481
|
-
import { PersonHeart as
|
|
1482
|
-
import { PersonHearts as
|
|
1483
|
-
import { PersonLinesFill as
|
|
1484
|
-
import { PersonLock as
|
|
1485
|
-
import { PersonPlus as
|
|
1486
|
-
import { PersonPlusFill as
|
|
1487
|
-
import { PersonRaisedHand as
|
|
1488
|
-
import { PersonRolodex as
|
|
1489
|
-
import { PersonSlash as
|
|
1490
|
-
import { PersonSquare as
|
|
1491
|
-
import { PersonStanding as $
|
|
1492
|
-
import { PersonStandingDress as
|
|
1493
|
-
import { PersonUp as
|
|
1494
|
-
import { PersonVcard as
|
|
1495
|
-
import { PersonVcardFill as
|
|
1496
|
-
import { PersonVideo as
|
|
1497
|
-
import { PersonVideo2 as
|
|
1498
|
-
import { PersonVideo3 as
|
|
1499
|
-
import { PersonWalking as
|
|
1500
|
-
import { PersonWheelchair as
|
|
1501
|
-
import { PersonWorkspace as
|
|
1502
|
-
import { PersonX as
|
|
1503
|
-
import { PersonXFill as
|
|
1504
|
-
import { Phone as
|
|
1505
|
-
import { PhoneFill as
|
|
1506
|
-
import { PhoneFlip as
|
|
1507
|
-
import { PhoneLandscape as
|
|
1508
|
-
import { PhoneLandscapeFill as
|
|
1509
|
-
import { PhoneVibrate as
|
|
1510
|
-
import { PhoneVibrateFill as
|
|
1511
|
-
import { PieChart as
|
|
1512
|
-
import { PieChartFill as
|
|
1513
|
-
import { PiggyBank as
|
|
1514
|
-
import { PiggyBankFill as
|
|
1515
|
-
import { Pin as
|
|
1516
|
-
import { PinAngle as
|
|
1517
|
-
import { PinAngleFill as
|
|
1518
|
-
import { PinFill as $
|
|
1465
|
+
import { PersonDash as oK } from "./bootstrap/PersonDash.icon.js";
|
|
1466
|
+
import { PersonDashFill as tK } from "./bootstrap/PersonDashFill.icon.js";
|
|
1467
|
+
import { PersonDown as lK } from "./bootstrap/PersonDown.icon.js";
|
|
1468
|
+
import { PersonExclamation as fK } from "./bootstrap/PersonExclamation.icon.js";
|
|
1469
|
+
import { PersonFill as iK } from "./bootstrap/PersonFill.icon.js";
|
|
1470
|
+
import { PersonFillAdd as nK } from "./bootstrap/PersonFillAdd.icon.js";
|
|
1471
|
+
import { PersonFillCheck as sK } from "./bootstrap/PersonFillCheck.icon.js";
|
|
1472
|
+
import { PersonFillDash as uK } from "./bootstrap/PersonFillDash.icon.js";
|
|
1473
|
+
import { PersonFillDown as CK } from "./bootstrap/PersonFillDown.icon.js";
|
|
1474
|
+
import { PersonFillExclamation as SK } from "./bootstrap/PersonFillExclamation.icon.js";
|
|
1475
|
+
import { PersonFillGear as kK } from "./bootstrap/PersonFillGear.icon.js";
|
|
1476
|
+
import { PersonFillLock as wK } from "./bootstrap/PersonFillLock.icon.js";
|
|
1477
|
+
import { PersonFillSlash as PK } from "./bootstrap/PersonFillSlash.icon.js";
|
|
1478
|
+
import { PersonFillUp as AK } from "./bootstrap/PersonFillUp.icon.js";
|
|
1479
|
+
import { PersonFillX as yK } from "./bootstrap/PersonFillX.icon.js";
|
|
1480
|
+
import { PersonGear as bK } from "./bootstrap/PersonGear.icon.js";
|
|
1481
|
+
import { PersonHeart as RK } from "./bootstrap/PersonHeart.icon.js";
|
|
1482
|
+
import { PersonHearts as UK } from "./bootstrap/PersonHearts.icon.js";
|
|
1483
|
+
import { PersonLinesFill as qK } from "./bootstrap/PersonLinesFill.icon.js";
|
|
1484
|
+
import { PersonLock as WK } from "./bootstrap/PersonLock.icon.js";
|
|
1485
|
+
import { PersonPlus as IK } from "./bootstrap/PersonPlus.icon.js";
|
|
1486
|
+
import { PersonPlusFill as OK } from "./bootstrap/PersonPlusFill.icon.js";
|
|
1487
|
+
import { PersonRaisedHand as _K } from "./bootstrap/PersonRaisedHand.icon.js";
|
|
1488
|
+
import { PersonRolodex as zK } from "./bootstrap/PersonRolodex.icon.js";
|
|
1489
|
+
import { PersonSlash as JK } from "./bootstrap/PersonSlash.icon.js";
|
|
1490
|
+
import { PersonSquare as YK } from "./bootstrap/PersonSquare.icon.js";
|
|
1491
|
+
import { PersonStanding as $K } from "./bootstrap/PersonStanding.icon.js";
|
|
1492
|
+
import { PersonStandingDress as o1 } from "./bootstrap/PersonStandingDress.icon.js";
|
|
1493
|
+
import { PersonUp as t1 } from "./bootstrap/PersonUp.icon.js";
|
|
1494
|
+
import { PersonVcard as l1 } from "./bootstrap/PersonVcard.icon.js";
|
|
1495
|
+
import { PersonVcardFill as f1 } from "./bootstrap/PersonVcardFill.icon.js";
|
|
1496
|
+
import { PersonVideo as i1 } from "./bootstrap/PersonVideo.icon.js";
|
|
1497
|
+
import { PersonVideo2 as n1 } from "./bootstrap/PersonVideo2.icon.js";
|
|
1498
|
+
import { PersonVideo3 as s1 } from "./bootstrap/PersonVideo3.icon.js";
|
|
1499
|
+
import { PersonWalking as u1 } from "./bootstrap/PersonWalking.icon.js";
|
|
1500
|
+
import { PersonWheelchair as C1 } from "./bootstrap/PersonWheelchair.icon.js";
|
|
1501
|
+
import { PersonWorkspace as S1 } from "./bootstrap/PersonWorkspace.icon.js";
|
|
1502
|
+
import { PersonX as k1 } from "./bootstrap/PersonX.icon.js";
|
|
1503
|
+
import { PersonXFill as w1 } from "./bootstrap/PersonXFill.icon.js";
|
|
1504
|
+
import { Phone as P1 } from "./bootstrap/Phone.icon.js";
|
|
1505
|
+
import { PhoneFill as A1 } from "./bootstrap/PhoneFill.icon.js";
|
|
1506
|
+
import { PhoneFlip as y1 } from "./bootstrap/PhoneFlip.icon.js";
|
|
1507
|
+
import { PhoneLandscape as b1 } from "./bootstrap/PhoneLandscape.icon.js";
|
|
1508
|
+
import { PhoneLandscapeFill as R1 } from "./bootstrap/PhoneLandscapeFill.icon.js";
|
|
1509
|
+
import { PhoneVibrate as U1 } from "./bootstrap/PhoneVibrate.icon.js";
|
|
1510
|
+
import { PhoneVibrateFill as q1 } from "./bootstrap/PhoneVibrateFill.icon.js";
|
|
1511
|
+
import { PieChart as W1 } from "./bootstrap/PieChart.icon.js";
|
|
1512
|
+
import { PieChartFill as I1 } from "./bootstrap/PieChartFill.icon.js";
|
|
1513
|
+
import { PiggyBank as O1 } from "./bootstrap/PiggyBank.icon.js";
|
|
1514
|
+
import { PiggyBankFill as _1 } from "./bootstrap/PiggyBankFill.icon.js";
|
|
1515
|
+
import { Pin as z1 } from "./bootstrap/Pin.icon.js";
|
|
1516
|
+
import { PinAngle as J1 } from "./bootstrap/PinAngle.icon.js";
|
|
1517
|
+
import { PinAngleFill as Y1 } from "./bootstrap/PinAngleFill.icon.js";
|
|
1518
|
+
import { PinFill as $1 } from "./bootstrap/PinFill.icon.js";
|
|
1519
1519
|
import { PinMap as oY } from "./bootstrap/PinMap.icon.js";
|
|
1520
1520
|
import { PinMapFill as tY } from "./bootstrap/PinMapFill.icon.js";
|
|
1521
1521
|
import { Pinterest as lY } from "./bootstrap/Pinterest.icon.js";
|
|
@@ -1528,7 +1528,7 @@ import { PlayCircle as CY } from "./bootstrap/PlayCircle.icon.js";
|
|
|
1528
1528
|
import { PlayCircleFill as SY } from "./bootstrap/PlayCircleFill.icon.js";
|
|
1529
1529
|
import { PlayFill as kY } from "./bootstrap/PlayFill.icon.js";
|
|
1530
1530
|
import { Playstation as wY } from "./bootstrap/Playstation.icon.js";
|
|
1531
|
-
import { Plug as
|
|
1531
|
+
import { Plug as PY } from "./bootstrap/Plug.icon.js";
|
|
1532
1532
|
import { PlugFill as AY } from "./bootstrap/PlugFill.icon.js";
|
|
1533
1533
|
import { Plugin as yY } from "./bootstrap/Plugin.icon.js";
|
|
1534
1534
|
import { Plus as bY } from "./bootstrap/Plus.icon.js";
|
|
@@ -1555,7 +1555,7 @@ import { Printer as C0 } from "./bootstrap/Printer.icon.js";
|
|
|
1555
1555
|
import { PrinterFill as S0 } from "./bootstrap/PrinterFill.icon.js";
|
|
1556
1556
|
import { Projector as k0 } from "./bootstrap/Projector.icon.js";
|
|
1557
1557
|
import { ProjectorFill as w0 } from "./bootstrap/ProjectorFill.icon.js";
|
|
1558
|
-
import { PSquare as
|
|
1558
|
+
import { PSquare as P0 } from "./bootstrap/PSquare.icon.js";
|
|
1559
1559
|
import { PSquareFill as A0 } from "./bootstrap/PSquareFill.icon.js";
|
|
1560
1560
|
import { Puzzle as y0 } from "./bootstrap/Puzzle.icon.js";
|
|
1561
1561
|
import { PuzzleFill as b0 } from "./bootstrap/PuzzleFill.icon.js";
|
|
@@ -1582,7 +1582,7 @@ import { Receipt as C5 } from "./bootstrap/Receipt.icon.js";
|
|
|
1582
1582
|
import { ReceiptCutoff as S5 } from "./bootstrap/ReceiptCutoff.icon.js";
|
|
1583
1583
|
import { Reception0 as k5 } from "./bootstrap/Reception0.icon.js";
|
|
1584
1584
|
import { Reception1 as w5 } from "./bootstrap/Reception1.icon.js";
|
|
1585
|
-
import { Reception2 as
|
|
1585
|
+
import { Reception2 as P5 } from "./bootstrap/Reception2.icon.js";
|
|
1586
1586
|
import { Reception3 as A5 } from "./bootstrap/Reception3.icon.js";
|
|
1587
1587
|
import { Reception4 as y5 } from "./bootstrap/Reception4.icon.js";
|
|
1588
1588
|
import { Record as b5 } from "./bootstrap/Record.icon.js";
|
|
@@ -1609,7 +1609,7 @@ import { RewindCircle as C9 } from "./bootstrap/RewindCircle.icon.js";
|
|
|
1609
1609
|
import { RewindCircleFill as S9 } from "./bootstrap/RewindCircleFill.icon.js";
|
|
1610
1610
|
import { RewindFill as k9 } from "./bootstrap/RewindFill.icon.js";
|
|
1611
1611
|
import { Robot as w9 } from "./bootstrap/Robot.icon.js";
|
|
1612
|
-
import { Rocket as
|
|
1612
|
+
import { Rocket as P9 } from "./bootstrap/Rocket.icon.js";
|
|
1613
1613
|
import { RocketFill as A9 } from "./bootstrap/RocketFill.icon.js";
|
|
1614
1614
|
import { RocketTakeoff as y9 } from "./bootstrap/RocketTakeoff.icon.js";
|
|
1615
1615
|
import { RocketTakeoffFill as b9 } from "./bootstrap/RocketTakeoffFill.icon.js";
|
|
@@ -1636,7 +1636,7 @@ import { SdCardFill as C6 } from "./bootstrap/SdCardFill.icon.js";
|
|
|
1636
1636
|
import { Search as S6 } from "./bootstrap/Search.icon.js";
|
|
1637
1637
|
import { SearchHeart as k6 } from "./bootstrap/SearchHeart.icon.js";
|
|
1638
1638
|
import { SearchHeartFill as w6 } from "./bootstrap/SearchHeartFill.icon.js";
|
|
1639
|
-
import { SegmentedNav as
|
|
1639
|
+
import { SegmentedNav as P6 } from "./bootstrap/SegmentedNav.icon.js";
|
|
1640
1640
|
import { Send as A6 } from "./bootstrap/Send.icon.js";
|
|
1641
1641
|
import { SendArrowDown as y6 } from "./bootstrap/SendArrowDown.icon.js";
|
|
1642
1642
|
import { SendArrowDownFill as b6 } from "./bootstrap/SendArrowDownFill.icon.js";
|
|
@@ -1663,7 +1663,7 @@ import { Shield as CZ } from "./bootstrap/Shield.icon.js";
|
|
|
1663
1663
|
import { ShieldCheck as SZ } from "./bootstrap/ShieldCheck.icon.js";
|
|
1664
1664
|
import { ShieldExclamation as kZ } from "./bootstrap/ShieldExclamation.icon.js";
|
|
1665
1665
|
import { ShieldFill as wZ } from "./bootstrap/ShieldFill.icon.js";
|
|
1666
|
-
import { ShieldFillCheck as
|
|
1666
|
+
import { ShieldFillCheck as PZ } from "./bootstrap/ShieldFillCheck.icon.js";
|
|
1667
1667
|
import { ShieldFillExclamation as AZ } from "./bootstrap/ShieldFillExclamation.icon.js";
|
|
1668
1668
|
import { ShieldFillMinus as yZ } from "./bootstrap/ShieldFillMinus.icon.js";
|
|
1669
1669
|
import { ShieldFillPlus as bZ } from "./bootstrap/ShieldFillPlus.icon.js";
|
|
@@ -1690,7 +1690,7 @@ import { SignIntersection as C8 } from "./bootstrap/SignIntersection.icon.js";
|
|
|
1690
1690
|
import { SignIntersectionFill as S8 } from "./bootstrap/SignIntersectionFill.icon.js";
|
|
1691
1691
|
import { SignIntersectionSide as k8 } from "./bootstrap/SignIntersectionSide.icon.js";
|
|
1692
1692
|
import { SignIntersectionSideFill as w8 } from "./bootstrap/SignIntersectionSideFill.icon.js";
|
|
1693
|
-
import { SignIntersectionT as
|
|
1693
|
+
import { SignIntersectionT as P8 } from "./bootstrap/SignIntersectionT.icon.js";
|
|
1694
1694
|
import { SignIntersectionTFill as A8 } from "./bootstrap/SignIntersectionTFill.icon.js";
|
|
1695
1695
|
import { SignIntersectionY as y8 } from "./bootstrap/SignIntersectionY.icon.js";
|
|
1696
1696
|
import { SignIntersectionYFill as b8 } from "./bootstrap/SignIntersectionYFill.icon.js";
|
|
@@ -1717,7 +1717,7 @@ import { SignStopFill as C7 } from "./bootstrap/SignStopFill.icon.js";
|
|
|
1717
1717
|
import { SignStopLights as S7 } from "./bootstrap/SignStopLights.icon.js";
|
|
1718
1718
|
import { SignStopLightsFill as k7 } from "./bootstrap/SignStopLightsFill.icon.js";
|
|
1719
1719
|
import { SignTurnLeft as w7 } from "./bootstrap/SignTurnLeft.icon.js";
|
|
1720
|
-
import { SignTurnLeftFill as
|
|
1720
|
+
import { SignTurnLeftFill as P7 } from "./bootstrap/SignTurnLeftFill.icon.js";
|
|
1721
1721
|
import { SignTurnRight as A7 } from "./bootstrap/SignTurnRight.icon.js";
|
|
1722
1722
|
import { SignTurnRightFill as y7 } from "./bootstrap/SignTurnRightFill.icon.js";
|
|
1723
1723
|
import { SignTurnSlightLeft as b7 } from "./bootstrap/SignTurnSlightLeft.icon.js";
|
|
@@ -1744,7 +1744,7 @@ import { SkipEndCircle as C$ } from "./bootstrap/SkipEndCircle.icon.js";
|
|
|
1744
1744
|
import { SkipEndCircleFill as S$ } from "./bootstrap/SkipEndCircleFill.icon.js";
|
|
1745
1745
|
import { SkipEndFill as k$ } from "./bootstrap/SkipEndFill.icon.js";
|
|
1746
1746
|
import { SkipForward as w$ } from "./bootstrap/SkipForward.icon.js";
|
|
1747
|
-
import { SkipForwardBtn as
|
|
1747
|
+
import { SkipForwardBtn as P$ } from "./bootstrap/SkipForwardBtn.icon.js";
|
|
1748
1748
|
import { SkipForwardBtnFill as A$ } from "./bootstrap/SkipForwardBtnFill.icon.js";
|
|
1749
1749
|
import { SkipForwardCircle as y$ } from "./bootstrap/SkipForwardCircle.icon.js";
|
|
1750
1750
|
import { SkipForwardCircleFill as b$ } from "./bootstrap/SkipForwardCircleFill.icon.js";
|
|
@@ -1771,7 +1771,7 @@ import { Snapchat as Crr } from "./bootstrap/Snapchat.icon.js";
|
|
|
1771
1771
|
import { Snow as Srr } from "./bootstrap/Snow.icon.js";
|
|
1772
1772
|
import { Snow2 as krr } from "./bootstrap/Snow2.icon.js";
|
|
1773
1773
|
import { Snow3 as wrr } from "./bootstrap/Snow3.icon.js";
|
|
1774
|
-
import { SortAlphaDown as
|
|
1774
|
+
import { SortAlphaDown as Prr } from "./bootstrap/SortAlphaDown.icon.js";
|
|
1775
1775
|
import { SortAlphaDownAlt as Arr } from "./bootstrap/SortAlphaDownAlt.icon.js";
|
|
1776
1776
|
import { SortAlphaUp as yrr } from "./bootstrap/SortAlphaUp.icon.js";
|
|
1777
1777
|
import { SortAlphaUpAlt as brr } from "./bootstrap/SortAlphaUpAlt.icon.js";
|
|
@@ -1797,7 +1797,7 @@ import { SquareHalf as cor } from "./bootstrap/SquareHalf.icon.js";
|
|
|
1797
1797
|
import { Stack as hor } from "./bootstrap/Stack.icon.js";
|
|
1798
1798
|
import { StackOverflow as gor } from "./bootstrap/StackOverflow.icon.js";
|
|
1799
1799
|
import { Star as Bor } from "./bootstrap/Star.icon.js";
|
|
1800
|
-
import { StarFill as
|
|
1800
|
+
import { StarFill as Dor } from "./bootstrap/StarFill.icon.js";
|
|
1801
1801
|
import { StarHalf as Eor } from "./bootstrap/StarHalf.icon.js";
|
|
1802
1802
|
import { Stars as Hor } from "./bootstrap/Stars.icon.js";
|
|
1803
1803
|
import { Steam as Tor } from "./bootstrap/Steam.icon.js";
|
|
@@ -1824,7 +1824,7 @@ import { Suitcase as cer } from "./bootstrap/Suitcase.icon.js";
|
|
|
1824
1824
|
import { Suitcase2 as her } from "./bootstrap/Suitcase2.icon.js";
|
|
1825
1825
|
import { Suitcase2Fill as ger } from "./bootstrap/Suitcase2Fill.icon.js";
|
|
1826
1826
|
import { SuitcaseFill as Ber } from "./bootstrap/SuitcaseFill.icon.js";
|
|
1827
|
-
import { SuitcaseLg as
|
|
1827
|
+
import { SuitcaseLg as Der } from "./bootstrap/SuitcaseLg.icon.js";
|
|
1828
1828
|
import { SuitcaseLgFill as Eer } from "./bootstrap/SuitcaseLgFill.icon.js";
|
|
1829
1829
|
import { SuitClub as Her } from "./bootstrap/SuitClub.icon.js";
|
|
1830
1830
|
import { SuitClubFill as Ter } from "./bootstrap/SuitClubFill.icon.js";
|
|
@@ -1851,7 +1851,7 @@ import { TabletLandscape as ctr } from "./bootstrap/TabletLandscape.icon.js";
|
|
|
1851
1851
|
import { TabletLandscapeFill as htr } from "./bootstrap/TabletLandscapeFill.icon.js";
|
|
1852
1852
|
import { Tag as gtr } from "./bootstrap/Tag.icon.js";
|
|
1853
1853
|
import { TagFill as Btr } from "./bootstrap/TagFill.icon.js";
|
|
1854
|
-
import { Tags as
|
|
1854
|
+
import { Tags as Dtr } from "./bootstrap/Tags.icon.js";
|
|
1855
1855
|
import { TagsFill as Etr } from "./bootstrap/TagsFill.icon.js";
|
|
1856
1856
|
import { TaxiFront as Htr } from "./bootstrap/TaxiFront.icon.js";
|
|
1857
1857
|
import { TaxiFrontFill as Ttr } from "./bootstrap/TaxiFrontFill.icon.js";
|
|
@@ -1878,7 +1878,7 @@ import { TerminalPlus as cpr } from "./bootstrap/TerminalPlus.icon.js";
|
|
|
1878
1878
|
import { TerminalSplit as hpr } from "./bootstrap/TerminalSplit.icon.js";
|
|
1879
1879
|
import { TerminalX as gpr } from "./bootstrap/TerminalX.icon.js";
|
|
1880
1880
|
import { Textarea as Bpr } from "./bootstrap/Textarea.icon.js";
|
|
1881
|
-
import { TextareaResize as
|
|
1881
|
+
import { TextareaResize as Dpr } from "./bootstrap/TextareaResize.icon.js";
|
|
1882
1882
|
import { TextareaT as Epr } from "./bootstrap/TextareaT.icon.js";
|
|
1883
1883
|
import { TextCenter as Hpr } from "./bootstrap/TextCenter.icon.js";
|
|
1884
1884
|
import { TextIndentLeft as Tpr } from "./bootstrap/TextIndentLeft.icon.js";
|
|
@@ -1905,7 +1905,7 @@ import { TicketDetailedFill as clr } from "./bootstrap/TicketDetailedFill.icon.j
|
|
|
1905
1905
|
import { TicketFill as hlr } from "./bootstrap/TicketFill.icon.js";
|
|
1906
1906
|
import { TicketPerforated as glr } from "./bootstrap/TicketPerforated.icon.js";
|
|
1907
1907
|
import { TicketPerforatedFill as Blr } from "./bootstrap/TicketPerforatedFill.icon.js";
|
|
1908
|
-
import { Tiktok as
|
|
1908
|
+
import { Tiktok as Dlr } from "./bootstrap/Tiktok.icon.js";
|
|
1909
1909
|
import { Toggle2Off as Elr } from "./bootstrap/Toggle2Off.icon.js";
|
|
1910
1910
|
import { Toggle2On as Hlr } from "./bootstrap/Toggle2On.icon.js";
|
|
1911
1911
|
import { ToggleOff as Tlr } from "./bootstrap/ToggleOff.icon.js";
|
|
@@ -1932,7 +1932,7 @@ import { Tree as cmr } from "./bootstrap/Tree.icon.js";
|
|
|
1932
1932
|
import { TreeFill as hmr } from "./bootstrap/TreeFill.icon.js";
|
|
1933
1933
|
import { Trello as gmr } from "./bootstrap/Trello.icon.js";
|
|
1934
1934
|
import { Triangle as Bmr } from "./bootstrap/Triangle.icon.js";
|
|
1935
|
-
import { TriangleFill as
|
|
1935
|
+
import { TriangleFill as Dmr } from "./bootstrap/TriangleFill.icon.js";
|
|
1936
1936
|
import { TriangleHalf as Emr } from "./bootstrap/TriangleHalf.icon.js";
|
|
1937
1937
|
import { Trophy as Hmr } from "./bootstrap/Trophy.icon.js";
|
|
1938
1938
|
import { TrophyFill as Tmr } from "./bootstrap/TrophyFill.icon.js";
|
|
@@ -1959,7 +1959,7 @@ import { TypeItalic as cfr } from "./bootstrap/TypeItalic.icon.js";
|
|
|
1959
1959
|
import { TypeStrikethrough as hfr } from "./bootstrap/TypeStrikethrough.icon.js";
|
|
1960
1960
|
import { TypeUnderline as gfr } from "./bootstrap/TypeUnderline.icon.js";
|
|
1961
1961
|
import { Ubuntu as Bfr } from "./bootstrap/Ubuntu.icon.js";
|
|
1962
|
-
import { UiChecks as
|
|
1962
|
+
import { UiChecks as Dfr } from "./bootstrap/UiChecks.icon.js";
|
|
1963
1963
|
import { UiChecksGrid as Efr } from "./bootstrap/UiChecksGrid.icon.js";
|
|
1964
1964
|
import { UiRadios as Hfr } from "./bootstrap/UiRadios.icon.js";
|
|
1965
1965
|
import { UiRadiosGrid as Tfr } from "./bootstrap/UiRadiosGrid.icon.js";
|
|
@@ -1986,7 +1986,7 @@ import { UsbMicroFill as cxr } from "./bootstrap/UsbMicroFill.icon.js";
|
|
|
1986
1986
|
import { UsbMini as hxr } from "./bootstrap/UsbMini.icon.js";
|
|
1987
1987
|
import { UsbMiniFill as gxr } from "./bootstrap/UsbMiniFill.icon.js";
|
|
1988
1988
|
import { UsbPlug as Bxr } from "./bootstrap/UsbPlug.icon.js";
|
|
1989
|
-
import { UsbPlugFill as
|
|
1989
|
+
import { UsbPlugFill as Dxr } from "./bootstrap/UsbPlugFill.icon.js";
|
|
1990
1990
|
import { UsbSymbol as Exr } from "./bootstrap/UsbSymbol.icon.js";
|
|
1991
1991
|
import { Valentine as Hxr } from "./bootstrap/Valentine.icon.js";
|
|
1992
1992
|
import { Valentine2 as Txr } from "./bootstrap/Valentine2.icon.js";
|
|
@@ -2013,7 +2013,7 @@ import { Wallet as cir } from "./bootstrap/Wallet.icon.js";
|
|
|
2013
2013
|
import { Wallet2 as hir } from "./bootstrap/Wallet2.icon.js";
|
|
2014
2014
|
import { WalletFill as gir } from "./bootstrap/WalletFill.icon.js";
|
|
2015
2015
|
import { Watch as Bir } from "./bootstrap/Watch.icon.js";
|
|
2016
|
-
import { Water as
|
|
2016
|
+
import { Water as Dir } from "./bootstrap/Water.icon.js";
|
|
2017
2017
|
import { Webcam as Eir } from "./bootstrap/Webcam.icon.js";
|
|
2018
2018
|
import { WebcamFill as Hir } from "./bootstrap/WebcamFill.icon.js";
|
|
2019
2019
|
import { Wechat as Tir } from "./bootstrap/Wechat.icon.js";
|
|
@@ -2040,7 +2040,7 @@ import { Wrench as car } from "./bootstrap/Wrench.icon.js";
|
|
|
2040
2040
|
import { WrenchAdjustable as har } from "./bootstrap/WrenchAdjustable.icon.js";
|
|
2041
2041
|
import { WrenchAdjustableCircle as gar } from "./bootstrap/WrenchAdjustableCircle.icon.js";
|
|
2042
2042
|
import { WrenchAdjustableCircleFill as Bar } from "./bootstrap/WrenchAdjustableCircleFill.icon.js";
|
|
2043
|
-
import { X as
|
|
2043
|
+
import { X as Dar } from "./bootstrap/X.icon.js";
|
|
2044
2044
|
import { Xbox as Ear } from "./bootstrap/Xbox.icon.js";
|
|
2045
2045
|
import { XCircle as Har } from "./bootstrap/XCircle.icon.js";
|
|
2046
2046
|
import { XCircleFill as Tar } from "./bootstrap/XCircleFill.icon.js";
|
|
@@ -2067,51 +2067,71 @@ import { BusinessUnit as Cnr } from "./custom/BusinessUnit.icon.js";
|
|
|
2067
2067
|
import { BusinessUnitFill as Snr } from "./custom/BusinessUnitFill.icon.js";
|
|
2068
2068
|
import { BusinessUnitFill2 as knr } from "./custom/BusinessUnitFill2.icon.js";
|
|
2069
2069
|
import { CatRobot as wnr } from "./custom/CatRobot.icon.js";
|
|
2070
|
-
import { CheckSquareFill as
|
|
2070
|
+
import { CheckSquareFill as Pnr } from "./custom/CheckSquareFill.icon.js";
|
|
2071
2071
|
import { Circle2NdHalf as Anr } from "./custom/Circle2NdHalf.icon.js";
|
|
2072
|
-
import {
|
|
2073
|
-
import {
|
|
2074
|
-
import {
|
|
2075
|
-
import {
|
|
2076
|
-
import {
|
|
2077
|
-
import {
|
|
2078
|
-
import {
|
|
2079
|
-
import {
|
|
2080
|
-
import {
|
|
2081
|
-
import {
|
|
2082
|
-
import {
|
|
2083
|
-
import {
|
|
2084
|
-
import {
|
|
2085
|
-
import {
|
|
2086
|
-
import {
|
|
2087
|
-
import {
|
|
2088
|
-
import {
|
|
2089
|
-
import {
|
|
2090
|
-
import {
|
|
2091
|
-
import {
|
|
2092
|
-
import {
|
|
2093
|
-
import {
|
|
2094
|
-
import {
|
|
2095
|
-
import {
|
|
2096
|
-
import {
|
|
2097
|
-
import {
|
|
2098
|
-
import {
|
|
2099
|
-
import {
|
|
2100
|
-
import {
|
|
2101
|
-
import {
|
|
2102
|
-
import {
|
|
2103
|
-
import {
|
|
2104
|
-
import {
|
|
2105
|
-
import {
|
|
2106
|
-
import {
|
|
2107
|
-
import {
|
|
2108
|
-
import {
|
|
2109
|
-
import {
|
|
2110
|
-
import {
|
|
2111
|
-
import {
|
|
2112
|
-
import {
|
|
2113
|
-
import {
|
|
2114
|
-
import {
|
|
2072
|
+
import { CircleCore as ynr } from "./custom/CircleCore.icon.js";
|
|
2073
|
+
import { CircleCore2NdHalf as bnr } from "./custom/CircleCore2NdHalf.icon.js";
|
|
2074
|
+
import { CircleCoreHalf as Rnr } from "./custom/CircleCoreHalf.icon.js";
|
|
2075
|
+
import { CircleDashed as Unr } from "./custom/CircleDashed.icon.js";
|
|
2076
|
+
import { ConeStriped2 as qnr } from "./custom/ConeStriped2.icon.js";
|
|
2077
|
+
import { ConeStripedFill2 as Wnr } from "./custom/ConeStripedFill2.icon.js";
|
|
2078
|
+
import { DiamondCorner as Inr } from "./custom/DiamondCorner.icon.js";
|
|
2079
|
+
import { DiamondDashed as Onr } from "./custom/DiamondDashed.icon.js";
|
|
2080
|
+
import { DiamondKey as _nr } from "./custom/DiamondKey.icon.js";
|
|
2081
|
+
import { DiamondKeyFill as znr } from "./custom/DiamondKeyFill.icon.js";
|
|
2082
|
+
import { DiamondOff as Jnr } from "./custom/DiamondOff.icon.js";
|
|
2083
|
+
import { DiamondOffFill as Ynr } from "./custom/DiamondOffFill.icon.js";
|
|
2084
|
+
import { Diamonds as $nr } from "./custom/Diamonds.icon.js";
|
|
2085
|
+
import { DiamondsDots as oFr } from "./custom/DiamondsDots.icon.js";
|
|
2086
|
+
import { DiamondsGrid as tFr } from "./custom/DiamondsGrid.icon.js";
|
|
2087
|
+
import { DiamondsIntersect as lFr } from "./custom/DiamondsIntersect.icon.js";
|
|
2088
|
+
import { DiamondsLayers as fFr } from "./custom/DiamondsLayers.icon.js";
|
|
2089
|
+
import { DiamondsLayers2 as iFr } from "./custom/DiamondsLayers2.icon.js";
|
|
2090
|
+
import { DiamondsLayersKey as nFr } from "./custom/DiamondsLayersKey.icon.js";
|
|
2091
|
+
import { DiamondsLayersKey2 as sFr } from "./custom/DiamondsLayersKey2.icon.js";
|
|
2092
|
+
import { DiamondsStripes as uFr } from "./custom/DiamondsStripes.icon.js";
|
|
2093
|
+
import { Feather3 as CFr } from "./custom/Feather3.icon.js";
|
|
2094
|
+
import { Figma as SFr } from "./custom/Figma.icon.js";
|
|
2095
|
+
import { FigmaFill as kFr } from "./custom/FigmaFill.icon.js";
|
|
2096
|
+
import { Fire as wFr } from "./custom/Fire.icon.js";
|
|
2097
|
+
import { FireFill as PFr } from "./custom/FireFill.icon.js";
|
|
2098
|
+
import { Grab as AFr } from "./custom/Grab.icon.js";
|
|
2099
|
+
import { GrabHorizontal as yFr } from "./custom/GrabHorizontal.icon.js";
|
|
2100
|
+
import { Hand as bFr } from "./custom/Hand.icon.js";
|
|
2101
|
+
import { HandOff as RFr } from "./custom/HandOff.icon.js";
|
|
2102
|
+
import { Hexagon2NdHalf as UFr } from "./custom/Hexagon2NdHalf.icon.js";
|
|
2103
|
+
import { HexagonArrowDown as qFr } from "./custom/HexagonArrowDown.icon.js";
|
|
2104
|
+
import { HexagonArrowDownFill as WFr } from "./custom/HexagonArrowDownFill.icon.js";
|
|
2105
|
+
import { HexagonArrowRight as IFr } from "./custom/HexagonArrowRight.icon.js";
|
|
2106
|
+
import { HexagonArrowRightFill as OFr } from "./custom/HexagonArrowRightFill.icon.js";
|
|
2107
|
+
import { HexagonCore as _Fr } from "./custom/HexagonCore.icon.js";
|
|
2108
|
+
import { HexagonCore2NdHalf as zFr } from "./custom/HexagonCore2NdHalf.icon.js";
|
|
2109
|
+
import { HexagonCoreHalf as JFr } from "./custom/HexagonCoreHalf.icon.js";
|
|
2110
|
+
import { HexagonDashed as YFr } from "./custom/HexagonDashed.icon.js";
|
|
2111
|
+
import { HexagonOff as $Fr } from "./custom/HexagonOff.icon.js";
|
|
2112
|
+
import { HexagonOffFill as osr } from "./custom/HexagonOffFill.icon.js";
|
|
2113
|
+
import { HexagonQuestion as tsr } from "./custom/HexagonQuestion.icon.js";
|
|
2114
|
+
import { HexagonQuestionFill as lsr } from "./custom/HexagonQuestionFill.icon.js";
|
|
2115
|
+
import { Intercom as fsr } from "./custom/Intercom.icon.js";
|
|
2116
|
+
import { IntercomFill as isr } from "./custom/IntercomFill.icon.js";
|
|
2117
|
+
import { MeasuringTape as nsr } from "./custom/MeasuringTape.icon.js";
|
|
2118
|
+
import { MeasuringTapeFill as ssr } from "./custom/MeasuringTapeFill.icon.js";
|
|
2119
|
+
import { PaintRoller as usr } from "./custom/PaintRoller.icon.js";
|
|
2120
|
+
import { PaintRollerFill as Csr } from "./custom/PaintRollerFill.icon.js";
|
|
2121
|
+
import { PenOff as Ssr } from "./custom/PenOff.icon.js";
|
|
2122
|
+
import { PenOffFill as ksr } from "./custom/PenOffFill.icon.js";
|
|
2123
|
+
import { ProrataCalendar as wsr } from "./custom/ProrataCalendar.icon.js";
|
|
2124
|
+
import { Receipt2 as Psr } from "./custom/Receipt2.icon.js";
|
|
2125
|
+
import { ReceiptOff2 as Asr } from "./custom/ReceiptOff2.icon.js";
|
|
2126
|
+
import { Shelves as ysr } from "./custom/Shelves.icon.js";
|
|
2127
|
+
import { SlashCircleFillV2 as bsr } from "./custom/SlashCircleFillV2.icon.js";
|
|
2128
|
+
import { SlashCircleV2 as Rsr } from "./custom/SlashCircleV2.icon.js";
|
|
2129
|
+
import { SlashSquareFillV2 as Usr } from "./custom/SlashSquareFillV2.icon.js";
|
|
2130
|
+
import { SlashSquareV2 as qsr } from "./custom/SlashSquareV2.icon.js";
|
|
2131
|
+
import { UnitLayout as Wsr } from "./custom/UnitLayout.icon.js";
|
|
2132
|
+
import { UnitTemplate as Isr } from "./custom/UnitTemplate.icon.js";
|
|
2133
|
+
import { UnpaidInvoice as Osr } from "./custom/UnpaidInvoice.icon.js";
|
|
2134
|
+
import { Window as _sr } from "./custom/Window.icon.js";
|
|
2115
2135
|
export {
|
|
2116
2136
|
tnr as Abacus,
|
|
2117
2137
|
Tr as Activity,
|
|
@@ -2138,7 +2158,7 @@ export {
|
|
|
2138
2158
|
So as Android2,
|
|
2139
2159
|
ko as App,
|
|
2140
2160
|
wo as AppIndicator,
|
|
2141
|
-
|
|
2161
|
+
Po as Apple,
|
|
2142
2162
|
lnr as Apps,
|
|
2143
2163
|
fnr as AppsFill,
|
|
2144
2164
|
Ao as Archive,
|
|
@@ -2167,7 +2187,7 @@ export {
|
|
|
2167
2187
|
Se as ArrowDownRightSquare,
|
|
2168
2188
|
ke as ArrowDownRightSquareFill,
|
|
2169
2189
|
we as ArrowDownShort,
|
|
2170
|
-
|
|
2190
|
+
Pe as ArrowDownSquare,
|
|
2171
2191
|
Ae as ArrowDownSquareFill,
|
|
2172
2192
|
ye as ArrowDownUp,
|
|
2173
2193
|
be as ArrowLeft,
|
|
@@ -2212,7 +2232,7 @@ export {
|
|
|
2212
2232
|
St as ArrowsExpand,
|
|
2213
2233
|
kt as ArrowsExpandVertical,
|
|
2214
2234
|
wt as ArrowsFullscreen,
|
|
2215
|
-
|
|
2235
|
+
Pt as ArrowsMove,
|
|
2216
2236
|
At as ArrowsVertical,
|
|
2217
2237
|
np as AspectRatio,
|
|
2218
2238
|
sp as AspectRatioFill,
|
|
@@ -2222,7 +2242,7 @@ export {
|
|
|
2222
2242
|
kp as AwardFill,
|
|
2223
2243
|
wp as Back,
|
|
2224
2244
|
inr as BackArrow,
|
|
2225
|
-
|
|
2245
|
+
Pp as Backpack,
|
|
2226
2246
|
Ap as Backpack2,
|
|
2227
2247
|
yp as Backpack2Fill,
|
|
2228
2248
|
bp as Backpack3,
|
|
@@ -2249,7 +2269,7 @@ export {
|
|
|
2249
2269
|
Sl as BadgeHd,
|
|
2250
2270
|
kl as BadgeHdFill,
|
|
2251
2271
|
wl as BadgeSd,
|
|
2252
|
-
|
|
2272
|
+
Pl as BadgeSdFill,
|
|
2253
2273
|
Al as BadgeTm,
|
|
2254
2274
|
yl as BadgeTmFill,
|
|
2255
2275
|
bl as BadgeVo,
|
|
@@ -2277,7 +2297,7 @@ export {
|
|
|
2277
2297
|
km as Ban,
|
|
2278
2298
|
Am as BanFill,
|
|
2279
2299
|
wm as Bandaid,
|
|
2280
|
-
|
|
2300
|
+
Pm as BandaidFill,
|
|
2281
2301
|
ym as Bank,
|
|
2282
2302
|
bm as Bank2,
|
|
2283
2303
|
Rm as BarChart,
|
|
@@ -2302,7 +2322,7 @@ export {
|
|
|
2302
2322
|
hf as BellSlashFill,
|
|
2303
2323
|
gf as Bezier,
|
|
2304
2324
|
Bf as Bezier2,
|
|
2305
|
-
|
|
2325
|
+
Df as Bicycle,
|
|
2306
2326
|
nnr as BinaryTree,
|
|
2307
2327
|
Ef as Bing,
|
|
2308
2328
|
Hf as Binoculars,
|
|
@@ -2330,7 +2350,7 @@ export {
|
|
|
2330
2350
|
Bx as BookmarkXFill,
|
|
2331
2351
|
Fx as Bookmarks,
|
|
2332
2352
|
dx as BookmarksFill,
|
|
2333
|
-
|
|
2353
|
+
Dx as Bookshelf,
|
|
2334
2354
|
Ex as Boombox,
|
|
2335
2355
|
Hx as BoomboxFill,
|
|
2336
2356
|
Tx as Bootstrap,
|
|
@@ -2357,7 +2377,7 @@ export {
|
|
|
2357
2377
|
hi as Box2HeartFill,
|
|
2358
2378
|
gi as BoxArrowDown,
|
|
2359
2379
|
Bi as BoxArrowDownLeft,
|
|
2360
|
-
|
|
2380
|
+
Di as BoxArrowDownRight,
|
|
2361
2381
|
Ei as BoxArrowInDown,
|
|
2362
2382
|
Hi as BoxArrowInDownLeft,
|
|
2363
2383
|
Ti as BoxArrowInDownRight,
|
|
@@ -2384,7 +2404,7 @@ export {
|
|
|
2384
2404
|
ha as BrightnessAltHighFill,
|
|
2385
2405
|
ga as BrightnessAltLow,
|
|
2386
2406
|
Ba as BrightnessAltLowFill,
|
|
2387
|
-
|
|
2407
|
+
Da as BrightnessHigh,
|
|
2388
2408
|
Ea as BrightnessHighFill,
|
|
2389
2409
|
Ha as BrightnessLow,
|
|
2390
2410
|
Ta as BrightnessLowFill,
|
|
@@ -2413,7 +2433,7 @@ export {
|
|
|
2413
2433
|
Sn as BuildingFillAdd,
|
|
2414
2434
|
kn as BuildingFillCheck,
|
|
2415
2435
|
wn as BuildingFillDash,
|
|
2416
|
-
|
|
2436
|
+
Pn as BuildingFillDown,
|
|
2417
2437
|
An as BuildingFillExclamation,
|
|
2418
2438
|
yn as BuildingFillGear,
|
|
2419
2439
|
bn as BuildingFillLock,
|
|
@@ -2447,7 +2467,7 @@ export {
|
|
|
2447
2467
|
SF as Calendar2,
|
|
2448
2468
|
kF as Calendar2Check,
|
|
2449
2469
|
wF as Calendar2CheckFill,
|
|
2450
|
-
|
|
2470
|
+
PF as Calendar2Date,
|
|
2451
2471
|
AF as Calendar2DateFill,
|
|
2452
2472
|
yF as Calendar2Day,
|
|
2453
2473
|
bF as Calendar2DayFill,
|
|
@@ -2474,7 +2494,7 @@ export {
|
|
|
2474
2494
|
Ss as Calendar3Fill,
|
|
2475
2495
|
ks as Calendar3Range,
|
|
2476
2496
|
ws as Calendar3RangeFill,
|
|
2477
|
-
|
|
2497
|
+
Ps as Calendar3Week,
|
|
2478
2498
|
As as Calendar3WeekFill,
|
|
2479
2499
|
ys as Calendar4,
|
|
2480
2500
|
bs as Calendar4Event,
|
|
@@ -2501,7 +2521,7 @@ export {
|
|
|
2501
2521
|
Sd as CalendarRangeFill,
|
|
2502
2522
|
kd as CalendarWeek,
|
|
2503
2523
|
wd as CalendarWeekFill,
|
|
2504
|
-
|
|
2524
|
+
Pd as CalendarX,
|
|
2505
2525
|
Ad as CalendarXFill,
|
|
2506
2526
|
yd as Camera,
|
|
2507
2527
|
bd as Camera2,
|
|
@@ -2530,7 +2550,7 @@ export {
|
|
|
2530
2550
|
Su as CaretLeft,
|
|
2531
2551
|
ku as CaretLeftFill,
|
|
2532
2552
|
wu as CaretLeftSquare,
|
|
2533
|
-
|
|
2553
|
+
Pu as CaretLeftSquareFill,
|
|
2534
2554
|
Au as CaretRight,
|
|
2535
2555
|
yu as CaretRightFill,
|
|
2536
2556
|
bu as CaretRightSquare,
|
|
@@ -2555,7 +2575,7 @@ export {
|
|
|
2555
2575
|
Sc as Cash,
|
|
2556
2576
|
kc as CashCoin,
|
|
2557
2577
|
wc as CashStack,
|
|
2558
|
-
|
|
2578
|
+
Pc as Cassette,
|
|
2559
2579
|
Ac as CassetteFill,
|
|
2560
2580
|
yc as Cast,
|
|
2561
2581
|
wnr as CatRobot,
|
|
@@ -2581,7 +2601,7 @@ export {
|
|
|
2581
2601
|
SC as ChatLeftTextFill,
|
|
2582
2602
|
kC as ChatQuote,
|
|
2583
2603
|
wC as ChatQuoteFill,
|
|
2584
|
-
|
|
2604
|
+
PC as ChatRight,
|
|
2585
2605
|
AC as ChatRightDots,
|
|
2586
2606
|
yC as ChatRightDotsFill,
|
|
2587
2607
|
bC as ChatRightFill,
|
|
@@ -2608,12 +2628,12 @@ export {
|
|
|
2608
2628
|
Sh as Check2All,
|
|
2609
2629
|
kh as Check2Circle,
|
|
2610
2630
|
wh as Check2Square,
|
|
2611
|
-
|
|
2631
|
+
Ph as CheckAll,
|
|
2612
2632
|
Ah as CheckCircle,
|
|
2613
2633
|
yh as CheckCircleFill,
|
|
2614
2634
|
bh as CheckLg,
|
|
2615
2635
|
Rh as CheckSquare,
|
|
2616
|
-
|
|
2636
|
+
Pnr as CheckSquareFill,
|
|
2617
2637
|
Uh as CheckSquareFillBootstrap,
|
|
2618
2638
|
qh as ChevronBarContract,
|
|
2619
2639
|
Wh as ChevronBarDown,
|
|
@@ -2637,8 +2657,11 @@ export {
|
|
|
2637
2657
|
kS as ChevronUp,
|
|
2638
2658
|
wS as Circle,
|
|
2639
2659
|
Anr as Circle2NdHalf,
|
|
2640
|
-
ynr as
|
|
2641
|
-
|
|
2660
|
+
ynr as CircleCore,
|
|
2661
|
+
bnr as CircleCore2NdHalf,
|
|
2662
|
+
Rnr as CircleCoreHalf,
|
|
2663
|
+
Unr as CircleDashed,
|
|
2664
|
+
PS as CircleFill,
|
|
2642
2665
|
AS as CircleHalf,
|
|
2643
2666
|
yS as CircleSquare,
|
|
2644
2667
|
bS as Clipboard,
|
|
@@ -2665,7 +2688,7 @@ export {
|
|
|
2665
2688
|
Sg as ClipboardFill,
|
|
2666
2689
|
kg as ClipboardHeart,
|
|
2667
2690
|
wg as ClipboardHeartFill,
|
|
2668
|
-
|
|
2691
|
+
Pg as ClipboardMinus,
|
|
2669
2692
|
Ag as ClipboardMinusFill,
|
|
2670
2693
|
yg as ClipboardPlus,
|
|
2671
2694
|
bg as ClipboardPlusFill,
|
|
@@ -2692,7 +2715,7 @@ export {
|
|
|
2692
2715
|
Sk as CloudFog2Fill,
|
|
2693
2716
|
kk as CloudFogFill,
|
|
2694
2717
|
wk as CloudHail,
|
|
2695
|
-
|
|
2718
|
+
Pk as CloudHailFill,
|
|
2696
2719
|
Ak as CloudHaze,
|
|
2697
2720
|
yk as CloudHaze2,
|
|
2698
2721
|
bk as CloudHaze2Fill,
|
|
@@ -2717,7 +2740,7 @@ export {
|
|
|
2717
2740
|
SB as CloudSleetFill,
|
|
2718
2741
|
kB as CloudSnow,
|
|
2719
2742
|
wB as CloudSnowFill,
|
|
2720
|
-
|
|
2743
|
+
PB as CloudSun,
|
|
2721
2744
|
AB as CloudSunFill,
|
|
2722
2745
|
yB as CloudUpload,
|
|
2723
2746
|
bB as CloudUploadFill,
|
|
@@ -2740,15 +2763,15 @@ export {
|
|
|
2740
2763
|
fw as CompassFill,
|
|
2741
2764
|
iw as Cone,
|
|
2742
2765
|
nw as ConeStriped,
|
|
2743
|
-
|
|
2744
|
-
|
|
2766
|
+
qnr as ConeStriped2,
|
|
2767
|
+
Wnr as ConeStripedFill2,
|
|
2745
2768
|
sw as Controller,
|
|
2746
2769
|
uw as Cookie,
|
|
2747
2770
|
Cw as Copy,
|
|
2748
2771
|
Sw as Cpu,
|
|
2749
2772
|
kw as CpuFill,
|
|
2750
2773
|
ww as CreditCard,
|
|
2751
|
-
|
|
2774
|
+
Pw as CreditCard2Back,
|
|
2752
2775
|
Aw as CreditCard2BackFill,
|
|
2753
2776
|
yw as CreditCard2Front,
|
|
2754
2777
|
bw as CreditCard2FrontFill,
|
|
@@ -2761,60 +2784,75 @@ export {
|
|
|
2761
2784
|
Jw as CupHot,
|
|
2762
2785
|
Yw as CupHotFill,
|
|
2763
2786
|
$w as CupStraw,
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
$
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2787
|
+
oD as CurrencyBitcoin,
|
|
2788
|
+
tD as CurrencyDollar,
|
|
2789
|
+
lD as CurrencyEuro,
|
|
2790
|
+
fD as CurrencyExchange,
|
|
2791
|
+
iD as CurrencyPound,
|
|
2792
|
+
nD as CurrencyRupee,
|
|
2793
|
+
sD as CurrencyYen,
|
|
2794
|
+
uD as Cursor,
|
|
2795
|
+
CD as CursorFill,
|
|
2796
|
+
SD as CursorText,
|
|
2797
|
+
kD as Dash,
|
|
2798
|
+
wD as DashCircle,
|
|
2799
|
+
PD as DashCircleDotted,
|
|
2800
|
+
AD as DashCircleFill,
|
|
2801
|
+
yD as DashLg,
|
|
2802
|
+
bD as DashSquare,
|
|
2803
|
+
RD as DashSquareDotted,
|
|
2804
|
+
UD as DashSquareFill,
|
|
2805
|
+
qD as Database,
|
|
2806
|
+
WD as DatabaseAdd,
|
|
2807
|
+
ID as DatabaseCheck,
|
|
2808
|
+
OD as DatabaseDash,
|
|
2809
|
+
_D as DatabaseDown,
|
|
2810
|
+
zD as DatabaseExclamation,
|
|
2811
|
+
JD as DatabaseFill,
|
|
2812
|
+
YD as DatabaseFillAdd,
|
|
2813
|
+
$D as DatabaseFillCheck,
|
|
2814
|
+
oP as DatabaseFillDash,
|
|
2815
|
+
tP as DatabaseFillDown,
|
|
2816
|
+
lP as DatabaseFillExclamation,
|
|
2817
|
+
fP as DatabaseFillGear,
|
|
2818
|
+
iP as DatabaseFillLock,
|
|
2819
|
+
nP as DatabaseFillSlash,
|
|
2820
|
+
sP as DatabaseFillUp,
|
|
2821
|
+
uP as DatabaseFillX,
|
|
2822
|
+
CP as DatabaseGear,
|
|
2823
|
+
SP as DatabaseLock,
|
|
2824
|
+
kP as DatabaseSlash,
|
|
2825
|
+
wP as DatabaseUp,
|
|
2826
|
+
PP as DatabaseX,
|
|
2827
|
+
AP as DeviceHdd,
|
|
2828
|
+
yP as DeviceHddFill,
|
|
2829
|
+
bP as DeviceSsd,
|
|
2830
|
+
RP as DeviceSsdFill,
|
|
2831
|
+
UP as Diagram2,
|
|
2832
|
+
qP as Diagram2Fill,
|
|
2833
|
+
WP as Diagram3,
|
|
2834
|
+
IP as Diagram3Fill,
|
|
2835
|
+
OP as Diamond,
|
|
2836
|
+
Inr as DiamondCorner,
|
|
2837
|
+
Onr as DiamondDashed,
|
|
2838
|
+
_P as DiamondFill,
|
|
2839
|
+
zP as DiamondHalf,
|
|
2840
|
+
_nr as DiamondKey,
|
|
2841
|
+
znr as DiamondKeyFill,
|
|
2842
|
+
Jnr as DiamondOff,
|
|
2843
|
+
Ynr as DiamondOffFill,
|
|
2844
|
+
$nr as Diamonds,
|
|
2845
|
+
oFr as DiamondsDots,
|
|
2846
|
+
tFr as DiamondsGrid,
|
|
2847
|
+
lFr as DiamondsIntersect,
|
|
2848
|
+
fFr as DiamondsLayers,
|
|
2849
|
+
iFr as DiamondsLayers2,
|
|
2850
|
+
nFr as DiamondsLayersKey,
|
|
2851
|
+
sFr as DiamondsLayersKey2,
|
|
2852
|
+
uFr as DiamondsStripes,
|
|
2853
|
+
JP as Dice1,
|
|
2854
|
+
YP as Dice1Fill,
|
|
2855
|
+
$P as Dice2,
|
|
2818
2856
|
oE as Dice2Fill,
|
|
2819
2857
|
tE as Dice3,
|
|
2820
2858
|
lE as Dice3Fill,
|
|
@@ -2827,7 +2865,7 @@ export {
|
|
|
2827
2865
|
SE as Disc,
|
|
2828
2866
|
kE as DiscFill,
|
|
2829
2867
|
wE as Discord,
|
|
2830
|
-
|
|
2868
|
+
PE as Display,
|
|
2831
2869
|
AE as DisplayFill,
|
|
2832
2870
|
yE as Displayport,
|
|
2833
2871
|
bE as DisplayportFill,
|
|
@@ -2854,7 +2892,7 @@ export {
|
|
|
2854
2892
|
SA as Easel,
|
|
2855
2893
|
kA as Easel2,
|
|
2856
2894
|
wA as Easel2Fill,
|
|
2857
|
-
|
|
2895
|
+
PA as Easel3,
|
|
2858
2896
|
AA as Easel3Fill,
|
|
2859
2897
|
yA as EaselFill,
|
|
2860
2898
|
bA as Egg,
|
|
@@ -2881,7 +2919,7 @@ export {
|
|
|
2881
2919
|
SH as EmojiKiss,
|
|
2882
2920
|
kH as EmojiKissFill,
|
|
2883
2921
|
wH as EmojiLaughing,
|
|
2884
|
-
|
|
2922
|
+
PH as EmojiLaughingFill,
|
|
2885
2923
|
AH as EmojiNeutral,
|
|
2886
2924
|
yH as EmojiNeutralFill,
|
|
2887
2925
|
bH as EmojiSmile,
|
|
@@ -2908,7 +2946,7 @@ export {
|
|
|
2908
2946
|
Sy as EnvelopeDash,
|
|
2909
2947
|
ky as EnvelopeDashFill,
|
|
2910
2948
|
wy as EnvelopeExclamation,
|
|
2911
|
-
|
|
2949
|
+
Py as EnvelopeExclamationFill,
|
|
2912
2950
|
Ay as EnvelopeFill,
|
|
2913
2951
|
yy as EnvelopeHeart,
|
|
2914
2952
|
by as EnvelopeHeartFill,
|
|
@@ -2935,7 +2973,7 @@ export {
|
|
|
2935
2973
|
ST as EvStation,
|
|
2936
2974
|
kT as EvStationFill,
|
|
2937
2975
|
wT as Exclamation,
|
|
2938
|
-
|
|
2976
|
+
PT as ExclamationCircle,
|
|
2939
2977
|
AT as ExclamationCircleFill,
|
|
2940
2978
|
yT as ExclamationDiamond,
|
|
2941
2979
|
bT as ExclamationDiamondFill,
|
|
@@ -2962,13 +3000,13 @@ export {
|
|
|
2962
3000
|
Sb as FastForwardBtn,
|
|
2963
3001
|
kb as FastForwardBtnFill,
|
|
2964
3002
|
wb as FastForwardCircle,
|
|
2965
|
-
|
|
3003
|
+
Pb as FastForwardCircleFill,
|
|
2966
3004
|
Ab as FastForwardFill,
|
|
2967
3005
|
yb as Feather,
|
|
2968
3006
|
bb as Feather2,
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
3007
|
+
CFr as Feather3,
|
|
3008
|
+
SFr as Figma,
|
|
3009
|
+
kFr as FigmaFill,
|
|
2972
3010
|
Rb as File,
|
|
2973
3011
|
Ub as FileArrowDown,
|
|
2974
3012
|
qb as FileArrowDownFill,
|
|
@@ -2992,7 +3030,7 @@ export {
|
|
|
2992
3030
|
SL as FileEarmarkArrowUp,
|
|
2993
3031
|
kL as FileEarmarkArrowUpFill,
|
|
2994
3032
|
wL as FileEarmarkBarGraph,
|
|
2995
|
-
|
|
3033
|
+
PL as FileEarmarkBarGraphFill,
|
|
2996
3034
|
AL as FileEarmarkBinary,
|
|
2997
3035
|
yL as FileEarmarkBinaryFill,
|
|
2998
3036
|
bL as FileEarmarkBreak,
|
|
@@ -3019,7 +3057,7 @@ export {
|
|
|
3019
3057
|
SR as FileEarmarkMedical,
|
|
3020
3058
|
kR as FileEarmarkMedicalFill,
|
|
3021
3059
|
wR as FileEarmarkMinus,
|
|
3022
|
-
|
|
3060
|
+
PR as FileEarmarkMinusFill,
|
|
3023
3061
|
AR as FileEarmarkMusic,
|
|
3024
3062
|
yR as FileEarmarkMusicFill,
|
|
3025
3063
|
bR as FileEarmarkPdf,
|
|
@@ -3046,7 +3084,7 @@ export {
|
|
|
3046
3084
|
S2 as FileEarmarkTextFill,
|
|
3047
3085
|
k2 as FileEarmarkWord,
|
|
3048
3086
|
w2 as FileEarmarkWordFill,
|
|
3049
|
-
|
|
3087
|
+
P2 as FileEarmarkX,
|
|
3050
3088
|
A2 as FileEarmarkXFill,
|
|
3051
3089
|
y2 as FileEarmarkZip,
|
|
3052
3090
|
b2 as FileEarmarkZipFill,
|
|
@@ -3073,7 +3111,7 @@ export {
|
|
|
3073
3111
|
SM as FilePdfFill,
|
|
3074
3112
|
kM as FilePerson,
|
|
3075
3113
|
wM as FilePersonFill,
|
|
3076
|
-
|
|
3114
|
+
PM as FilePlay,
|
|
3077
3115
|
AM as FilePlayFill,
|
|
3078
3116
|
yM as FilePlus,
|
|
3079
3117
|
bM as FilePlusFill,
|
|
@@ -3106,7 +3144,7 @@ export {
|
|
|
3106
3144
|
SU as FiletypeCss,
|
|
3107
3145
|
kU as FiletypeCsv,
|
|
3108
3146
|
wU as FiletypeDoc,
|
|
3109
|
-
|
|
3147
|
+
PU as FiletypeDocx,
|
|
3110
3148
|
AU as FiletypeExe,
|
|
3111
3149
|
yU as FiletypeGif,
|
|
3112
3150
|
bU as FiletypeHeic,
|
|
@@ -3133,7 +3171,7 @@ export {
|
|
|
3133
3171
|
Sv as FiletypePy,
|
|
3134
3172
|
kv as FiletypeRaw,
|
|
3135
3173
|
wv as FiletypeRb,
|
|
3136
|
-
|
|
3174
|
+
Pv as FiletypeSass,
|
|
3137
3175
|
Av as FiletypeScss,
|
|
3138
3176
|
yv as FiletypeSh,
|
|
3139
3177
|
bv as FiletypeSql,
|
|
@@ -3154,12 +3192,12 @@ export {
|
|
|
3154
3192
|
Sq as FilterCircleFill,
|
|
3155
3193
|
kq as FilterLeft,
|
|
3156
3194
|
wq as FilterRight,
|
|
3157
|
-
|
|
3195
|
+
Pq as FilterSquare,
|
|
3158
3196
|
Aq as FilterSquareFill,
|
|
3159
3197
|
yq as Fingerprint,
|
|
3160
|
-
|
|
3198
|
+
wFr as Fire,
|
|
3161
3199
|
bq as FireBootstrap,
|
|
3162
|
-
|
|
3200
|
+
PFr as FireFill,
|
|
3163
3201
|
Rq as Flag,
|
|
3164
3202
|
Uq as FlagFill,
|
|
3165
3203
|
qq as Floppy,
|
|
@@ -3183,7 +3221,7 @@ export {
|
|
|
3183
3221
|
SG as Forward,
|
|
3184
3222
|
kG as ForwardFill,
|
|
3185
3223
|
wG as Front,
|
|
3186
|
-
|
|
3224
|
+
PG as FuelPump,
|
|
3187
3225
|
AG as FuelPumpDiesel,
|
|
3188
3226
|
yG as FuelPumpDieselFill,
|
|
3189
3227
|
bG as FuelPumpFill,
|
|
@@ -3210,7 +3248,7 @@ export {
|
|
|
3210
3248
|
SW as Git,
|
|
3211
3249
|
kW as Github,
|
|
3212
3250
|
wW as Gitlab,
|
|
3213
|
-
|
|
3251
|
+
PW as Globe,
|
|
3214
3252
|
AW as Globe2,
|
|
3215
3253
|
yW as GlobeAmericas,
|
|
3216
3254
|
bW as GlobeAsiaAustralia,
|
|
@@ -3219,8 +3257,8 @@ export {
|
|
|
3219
3257
|
qW as Google,
|
|
3220
3258
|
WW as GooglePlay,
|
|
3221
3259
|
IW as GpuCard,
|
|
3222
|
-
|
|
3223
|
-
|
|
3260
|
+
AFr as Grab,
|
|
3261
|
+
yFr as GrabHorizontal,
|
|
3224
3262
|
OW as GraphDown,
|
|
3225
3263
|
_W as GraphDownArrow,
|
|
3226
3264
|
zW as GraphUp,
|
|
@@ -3239,21 +3277,21 @@ export {
|
|
|
3239
3277
|
SX as GripVertical,
|
|
3240
3278
|
_X as HCircle,
|
|
3241
3279
|
zX as HCircleFill,
|
|
3242
|
-
|
|
3243
|
-
|
|
3280
|
+
CO as HSquare,
|
|
3281
|
+
SO as HSquareFill,
|
|
3244
3282
|
kX as Hammer,
|
|
3245
|
-
|
|
3283
|
+
bFr as Hand,
|
|
3246
3284
|
AX as HandIndex,
|
|
3247
3285
|
yX as HandIndexFill,
|
|
3248
3286
|
bX as HandIndexThumb,
|
|
3249
3287
|
RX as HandIndexThumbFill,
|
|
3250
|
-
|
|
3288
|
+
RFr as HandOff,
|
|
3251
3289
|
UX as HandThumbsDown,
|
|
3252
3290
|
qX as HandThumbsDownFill,
|
|
3253
3291
|
WX as HandThumbsUp,
|
|
3254
3292
|
IX as HandThumbsUpFill,
|
|
3255
3293
|
wX as Handbag,
|
|
3256
|
-
|
|
3294
|
+
PX as HandbagFill,
|
|
3257
3295
|
OX as Hash,
|
|
3258
3296
|
JX as Hdd,
|
|
3259
3297
|
YX as HddFill,
|
|
@@ -3274,26 +3312,28 @@ export {
|
|
|
3274
3312
|
bI as HeartHalf,
|
|
3275
3313
|
RI as HeartPulse,
|
|
3276
3314
|
UI as HeartPulseFill,
|
|
3277
|
-
|
|
3315
|
+
PI as Heartbreak,
|
|
3278
3316
|
AI as HeartbreakFill,
|
|
3279
3317
|
qI as Hearts,
|
|
3280
3318
|
WI as Heptagon,
|
|
3281
3319
|
II as HeptagonFill,
|
|
3282
3320
|
OI as HeptagonHalf,
|
|
3283
3321
|
_I as Hexagon,
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3322
|
+
UFr as Hexagon2NdHalf,
|
|
3323
|
+
qFr as HexagonArrowDown,
|
|
3324
|
+
WFr as HexagonArrowDownFill,
|
|
3325
|
+
IFr as HexagonArrowRight,
|
|
3326
|
+
OFr as HexagonArrowRightFill,
|
|
3327
|
+
_Fr as HexagonCore,
|
|
3328
|
+
zFr as HexagonCore2NdHalf,
|
|
3329
|
+
JFr as HexagonCoreHalf,
|
|
3330
|
+
YFr as HexagonDashed,
|
|
3291
3331
|
zI as HexagonFill,
|
|
3292
3332
|
JI as HexagonHalf,
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3333
|
+
$Fr as HexagonOff,
|
|
3334
|
+
osr as HexagonOffFill,
|
|
3335
|
+
tsr as HexagonQuestion,
|
|
3336
|
+
lsr as HexagonQuestionFill,
|
|
3297
3337
|
YI as Highlighter,
|
|
3298
3338
|
$I as Highlights,
|
|
3299
3339
|
oV as Hospital,
|
|
@@ -3308,7 +3348,7 @@ export {
|
|
|
3308
3348
|
SV as HouseCheck,
|
|
3309
3349
|
kV as HouseCheckFill,
|
|
3310
3350
|
wV as HouseDash,
|
|
3311
|
-
|
|
3351
|
+
PV as HouseDashFill,
|
|
3312
3352
|
AV as HouseDoor,
|
|
3313
3353
|
yV as HouseDoorFill,
|
|
3314
3354
|
bV as HouseDown,
|
|
@@ -3322,61 +3362,61 @@ export {
|
|
|
3322
3362
|
zV as HouseHeartFill,
|
|
3323
3363
|
JV as HouseLock,
|
|
3324
3364
|
YV as HouseLockFill,
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3365
|
+
tO as HouseSlash,
|
|
3366
|
+
lO as HouseSlashFill,
|
|
3367
|
+
fO as HouseUp,
|
|
3368
|
+
iO as HouseUpFill,
|
|
3369
|
+
nO as HouseX,
|
|
3370
|
+
sO as HouseXFill,
|
|
3331
3371
|
$V as Houses,
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
$
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
$
|
|
3372
|
+
oO as HousesFill,
|
|
3373
|
+
uO as Hr,
|
|
3374
|
+
kO as Hurricane,
|
|
3375
|
+
wO as Hypnotize,
|
|
3376
|
+
PO as Image,
|
|
3377
|
+
AO as ImageAlt,
|
|
3378
|
+
yO as ImageFill,
|
|
3379
|
+
bO as Images,
|
|
3380
|
+
RO as Inbox,
|
|
3381
|
+
WO as InboxFill,
|
|
3382
|
+
UO as Inboxes,
|
|
3383
|
+
qO as InboxesFill,
|
|
3384
|
+
IO as Incognito,
|
|
3385
|
+
OO as Indent,
|
|
3386
|
+
_O as InfinityBootstrap,
|
|
3387
|
+
zO as Info,
|
|
3388
|
+
JO as InfoCircle,
|
|
3389
|
+
YO as InfoCircleFill,
|
|
3390
|
+
$O as InfoLg,
|
|
3391
|
+
o3 as InfoSquare,
|
|
3392
|
+
t3 as InfoSquareFill,
|
|
3393
|
+
l3 as InputCursor,
|
|
3394
|
+
f3 as InputCursorText,
|
|
3395
|
+
i3 as Instagram,
|
|
3396
|
+
fsr as Intercom,
|
|
3397
|
+
isr as IntercomFill,
|
|
3398
|
+
n3 as Intersect,
|
|
3399
|
+
s3 as Journal,
|
|
3400
|
+
u3 as JournalAlbum,
|
|
3401
|
+
C3 as JournalArrowDown,
|
|
3402
|
+
S3 as JournalArrowUp,
|
|
3403
|
+
k3 as JournalBookmark,
|
|
3404
|
+
w3 as JournalBookmarkFill,
|
|
3405
|
+
P3 as JournalCheck,
|
|
3406
|
+
A3 as JournalCode,
|
|
3407
|
+
y3 as JournalMedical,
|
|
3408
|
+
b3 as JournalMinus,
|
|
3409
|
+
R3 as JournalPlus,
|
|
3410
|
+
U3 as JournalRichtext,
|
|
3411
|
+
W3 as JournalText,
|
|
3412
|
+
I3 as JournalX,
|
|
3413
|
+
q3 as Journals,
|
|
3414
|
+
O3 as Joystick,
|
|
3415
|
+
_3 as Justify,
|
|
3416
|
+
z3 as JustifyLeft,
|
|
3417
|
+
J3 as JustifyRight,
|
|
3418
|
+
Y3 as Kanban,
|
|
3419
|
+
$3 as KanbanFill,
|
|
3380
3420
|
oj as Key,
|
|
3381
3421
|
fj as KeyFill,
|
|
3382
3422
|
tj as Keyboard,
|
|
@@ -3389,7 +3429,7 @@ export {
|
|
|
3389
3429
|
Sj as LayerBackward,
|
|
3390
3430
|
kj as LayerForward,
|
|
3391
3431
|
wj as Layers,
|
|
3392
|
-
|
|
3432
|
+
Pj as LayersFill,
|
|
3393
3433
|
Aj as LayersHalf,
|
|
3394
3434
|
yj as LayoutSidebar,
|
|
3395
3435
|
bj as LayoutSidebarInset,
|
|
@@ -3416,7 +3456,7 @@ export {
|
|
|
3416
3456
|
S_ as Link45Deg,
|
|
3417
3457
|
k_ as Linkedin,
|
|
3418
3458
|
w_ as List,
|
|
3419
|
-
|
|
3459
|
+
P_ as ListCheck,
|
|
3420
3460
|
A_ as ListColumns,
|
|
3421
3461
|
y_ as ListColumnsReverse,
|
|
3422
3462
|
b_ as ListNested,
|
|
@@ -3443,9 +3483,9 @@ export {
|
|
|
3443
3483
|
SN as MarkdownFill,
|
|
3444
3484
|
kN as MarkerTip,
|
|
3445
3485
|
wN as Mask,
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3486
|
+
PN as Mastodon,
|
|
3487
|
+
nsr as MeasuringTape,
|
|
3488
|
+
ssr as MeasuringTapeFill,
|
|
3449
3489
|
AN as Medium,
|
|
3450
3490
|
yN as Megaphone,
|
|
3451
3491
|
bN as MegaphoneFill,
|
|
@@ -3472,7 +3512,7 @@ export {
|
|
|
3472
3512
|
Sz as ModemFill,
|
|
3473
3513
|
kz as Moisture,
|
|
3474
3514
|
wz as Moon,
|
|
3475
|
-
|
|
3515
|
+
Pz as MoonFill,
|
|
3476
3516
|
Az as MoonStars,
|
|
3477
3517
|
yz as MoonStarsFill,
|
|
3478
3518
|
bz as Mortarboard,
|
|
@@ -3499,7 +3539,7 @@ export {
|
|
|
3499
3539
|
SQ as NoiseReduction,
|
|
3500
3540
|
kQ as Nut,
|
|
3501
3541
|
wQ as NutFill,
|
|
3502
|
-
|
|
3542
|
+
PQ as Nvidia,
|
|
3503
3543
|
AQ as Nvme,
|
|
3504
3544
|
yQ as NvmeFill,
|
|
3505
3545
|
bQ as Octagon,
|
|
@@ -3512,11 +3552,11 @@ export {
|
|
|
3512
3552
|
_Q as Outlet,
|
|
3513
3553
|
f4 as PCircle,
|
|
3514
3554
|
i4 as PCircleFill,
|
|
3515
|
-
|
|
3555
|
+
P0 as PSquare,
|
|
3516
3556
|
A0 as PSquareFill,
|
|
3517
3557
|
zQ as PaintBucket,
|
|
3518
|
-
|
|
3519
|
-
|
|
3558
|
+
usr as PaintRoller,
|
|
3559
|
+
Csr as PaintRollerFill,
|
|
3520
3560
|
JQ as Palette,
|
|
3521
3561
|
YQ as Palette2,
|
|
3522
3562
|
$Q as PaletteFill,
|
|
@@ -3532,7 +3572,7 @@ export {
|
|
|
3532
3572
|
SJ as PatchExclamationFill,
|
|
3533
3573
|
kJ as PatchMinus,
|
|
3534
3574
|
wJ as PatchMinusFill,
|
|
3535
|
-
|
|
3575
|
+
PJ as PatchPlus,
|
|
3536
3576
|
AJ as PatchPlusFill,
|
|
3537
3577
|
yJ as PatchQuestion,
|
|
3538
3578
|
bJ as PatchQuestionFill,
|
|
@@ -3554,12 +3594,12 @@ export {
|
|
|
3554
3594
|
s4 as PeaceFill,
|
|
3555
3595
|
u4 as Pen,
|
|
3556
3596
|
w4 as PenFill,
|
|
3557
|
-
|
|
3558
|
-
|
|
3597
|
+
Ssr as PenOff,
|
|
3598
|
+
ksr as PenOffFill,
|
|
3559
3599
|
C4 as Pencil,
|
|
3560
3600
|
S4 as PencilFill,
|
|
3561
3601
|
k4 as PencilSquare,
|
|
3562
|
-
|
|
3602
|
+
P4 as Pentagon,
|
|
3563
3603
|
A4 as PentagonFill,
|
|
3564
3604
|
y4 as PentagonHalf,
|
|
3565
3605
|
b4 as People,
|
|
@@ -3574,60 +3614,60 @@ export {
|
|
|
3574
3614
|
J4 as PersonCheck,
|
|
3575
3615
|
Y4 as PersonCheckFill,
|
|
3576
3616
|
$4 as PersonCircle,
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
$
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
$
|
|
3617
|
+
oK as PersonDash,
|
|
3618
|
+
tK as PersonDashFill,
|
|
3619
|
+
lK as PersonDown,
|
|
3620
|
+
fK as PersonExclamation,
|
|
3621
|
+
iK as PersonFill,
|
|
3622
|
+
nK as PersonFillAdd,
|
|
3623
|
+
sK as PersonFillCheck,
|
|
3624
|
+
uK as PersonFillDash,
|
|
3625
|
+
CK as PersonFillDown,
|
|
3626
|
+
SK as PersonFillExclamation,
|
|
3627
|
+
kK as PersonFillGear,
|
|
3628
|
+
wK as PersonFillLock,
|
|
3629
|
+
PK as PersonFillSlash,
|
|
3630
|
+
AK as PersonFillUp,
|
|
3631
|
+
yK as PersonFillX,
|
|
3632
|
+
bK as PersonGear,
|
|
3633
|
+
RK as PersonHeart,
|
|
3634
|
+
UK as PersonHearts,
|
|
3635
|
+
qK as PersonLinesFill,
|
|
3636
|
+
WK as PersonLock,
|
|
3637
|
+
IK as PersonPlus,
|
|
3638
|
+
OK as PersonPlusFill,
|
|
3639
|
+
_K as PersonRaisedHand,
|
|
3640
|
+
zK as PersonRolodex,
|
|
3641
|
+
JK as PersonSlash,
|
|
3642
|
+
YK as PersonSquare,
|
|
3643
|
+
$K as PersonStanding,
|
|
3644
|
+
o1 as PersonStandingDress,
|
|
3645
|
+
t1 as PersonUp,
|
|
3646
|
+
l1 as PersonVcard,
|
|
3647
|
+
f1 as PersonVcardFill,
|
|
3648
|
+
i1 as PersonVideo,
|
|
3649
|
+
n1 as PersonVideo2,
|
|
3650
|
+
s1 as PersonVideo3,
|
|
3651
|
+
u1 as PersonWalking,
|
|
3652
|
+
C1 as PersonWheelchair,
|
|
3653
|
+
S1 as PersonWorkspace,
|
|
3654
|
+
k1 as PersonX,
|
|
3655
|
+
w1 as PersonXFill,
|
|
3656
|
+
P1 as Phone,
|
|
3657
|
+
A1 as PhoneFill,
|
|
3658
|
+
y1 as PhoneFlip,
|
|
3659
|
+
b1 as PhoneLandscape,
|
|
3660
|
+
R1 as PhoneLandscapeFill,
|
|
3661
|
+
U1 as PhoneVibrate,
|
|
3662
|
+
q1 as PhoneVibrateFill,
|
|
3663
|
+
W1 as PieChart,
|
|
3664
|
+
I1 as PieChartFill,
|
|
3665
|
+
O1 as PiggyBank,
|
|
3666
|
+
_1 as PiggyBankFill,
|
|
3667
|
+
z1 as Pin,
|
|
3668
|
+
J1 as PinAngle,
|
|
3669
|
+
Y1 as PinAngleFill,
|
|
3670
|
+
$1 as PinFill,
|
|
3631
3671
|
oY as PinMap,
|
|
3632
3672
|
tY as PinMapFill,
|
|
3633
3673
|
lY as Pinterest,
|
|
@@ -3640,7 +3680,7 @@ export {
|
|
|
3640
3680
|
SY as PlayCircleFill,
|
|
3641
3681
|
kY as PlayFill,
|
|
3642
3682
|
wY as Playstation,
|
|
3643
|
-
|
|
3683
|
+
PY as Plug,
|
|
3644
3684
|
AY as PlugFill,
|
|
3645
3685
|
yY as Plugin,
|
|
3646
3686
|
bY as Plus,
|
|
@@ -3667,7 +3707,7 @@ export {
|
|
|
3667
3707
|
S0 as PrinterFill,
|
|
3668
3708
|
k0 as Projector,
|
|
3669
3709
|
w0 as ProjectorFill,
|
|
3670
|
-
|
|
3710
|
+
wsr as ProrataCalendar,
|
|
3671
3711
|
y0 as Puzzle,
|
|
3672
3712
|
b0 as PuzzleFill,
|
|
3673
3713
|
R0 as QrCode,
|
|
@@ -3692,12 +3732,12 @@ export {
|
|
|
3692
3732
|
i5 as Radioactive,
|
|
3693
3733
|
n5 as Rainbow,
|
|
3694
3734
|
C5 as Receipt,
|
|
3695
|
-
|
|
3735
|
+
Psr as Receipt2,
|
|
3696
3736
|
S5 as ReceiptCutoff,
|
|
3697
|
-
|
|
3737
|
+
Asr as ReceiptOff2,
|
|
3698
3738
|
k5 as Reception0,
|
|
3699
3739
|
w5 as Reception1,
|
|
3700
|
-
|
|
3740
|
+
P5 as Reception2,
|
|
3701
3741
|
A5 as Reception3,
|
|
3702
3742
|
y5 as Reception4,
|
|
3703
3743
|
b5 as Record,
|
|
@@ -3724,7 +3764,7 @@ export {
|
|
|
3724
3764
|
S9 as RewindCircleFill,
|
|
3725
3765
|
k9 as RewindFill,
|
|
3726
3766
|
w9 as Robot,
|
|
3727
|
-
|
|
3767
|
+
P9 as Rocket,
|
|
3728
3768
|
A9 as RocketFill,
|
|
3729
3769
|
y9 as RocketTakeoff,
|
|
3730
3770
|
b9 as RocketTakeoffFill,
|
|
@@ -3749,7 +3789,7 @@ export {
|
|
|
3749
3789
|
S6 as Search,
|
|
3750
3790
|
k6 as SearchHeart,
|
|
3751
3791
|
w6 as SearchHeartFill,
|
|
3752
|
-
|
|
3792
|
+
P6 as SegmentedNav,
|
|
3753
3793
|
A6 as Send,
|
|
3754
3794
|
y6 as SendArrowDown,
|
|
3755
3795
|
b6 as SendArrowDownFill,
|
|
@@ -3772,12 +3812,12 @@ export {
|
|
|
3772
3812
|
nZ as Shadows,
|
|
3773
3813
|
sZ as Share,
|
|
3774
3814
|
uZ as ShareFill,
|
|
3775
|
-
|
|
3815
|
+
ysr as Shelves,
|
|
3776
3816
|
CZ as Shield,
|
|
3777
3817
|
SZ as ShieldCheck,
|
|
3778
3818
|
kZ as ShieldExclamation,
|
|
3779
3819
|
wZ as ShieldFill,
|
|
3780
|
-
|
|
3820
|
+
PZ as ShieldFillCheck,
|
|
3781
3821
|
AZ as ShieldFillExclamation,
|
|
3782
3822
|
yZ as ShieldFillMinus,
|
|
3783
3823
|
bZ as ShieldFillPlus,
|
|
@@ -3803,7 +3843,7 @@ export {
|
|
|
3803
3843
|
S8 as SignIntersectionFill,
|
|
3804
3844
|
k8 as SignIntersectionSide,
|
|
3805
3845
|
w8 as SignIntersectionSideFill,
|
|
3806
|
-
|
|
3846
|
+
P8 as SignIntersectionT,
|
|
3807
3847
|
A8 as SignIntersectionTFill,
|
|
3808
3848
|
y8 as SignIntersectionY,
|
|
3809
3849
|
b8 as SignIntersectionYFill,
|
|
@@ -3824,7 +3864,7 @@ export {
|
|
|
3824
3864
|
S7 as SignStopLights,
|
|
3825
3865
|
k7 as SignStopLightsFill,
|
|
3826
3866
|
w7 as SignTurnLeft,
|
|
3827
|
-
|
|
3867
|
+
P7 as SignTurnLeftFill,
|
|
3828
3868
|
A7 as SignTurnRight,
|
|
3829
3869
|
y7 as SignTurnRightFill,
|
|
3830
3870
|
b7 as SignTurnSlightLeft,
|
|
@@ -3858,7 +3898,7 @@ export {
|
|
|
3858
3898
|
S$ as SkipEndCircleFill,
|
|
3859
3899
|
k$ as SkipEndFill,
|
|
3860
3900
|
w$ as SkipForward,
|
|
3861
|
-
|
|
3901
|
+
P$ as SkipForwardBtn,
|
|
3862
3902
|
A$ as SkipForwardBtnFill,
|
|
3863
3903
|
y$ as SkipForwardCircle,
|
|
3864
3904
|
b$ as SkipForwardCircleFill,
|
|
@@ -3874,13 +3914,13 @@ export {
|
|
|
3874
3914
|
Y$ as Slash,
|
|
3875
3915
|
$$ as SlashCircle,
|
|
3876
3916
|
orr as SlashCircleFill,
|
|
3877
|
-
|
|
3878
|
-
|
|
3917
|
+
bsr as SlashCircleFillV2,
|
|
3918
|
+
Rsr as SlashCircleV2,
|
|
3879
3919
|
trr as SlashLg,
|
|
3880
3920
|
lrr as SlashSquare,
|
|
3881
3921
|
frr as SlashSquareFill,
|
|
3882
|
-
|
|
3883
|
-
|
|
3922
|
+
Usr as SlashSquareFillV2,
|
|
3923
|
+
qsr as SlashSquareV2,
|
|
3884
3924
|
irr as Sliders,
|
|
3885
3925
|
nrr as Sliders2,
|
|
3886
3926
|
srr as Sliders2Vertical,
|
|
@@ -3889,7 +3929,7 @@ export {
|
|
|
3889
3929
|
Srr as Snow,
|
|
3890
3930
|
krr as Snow2,
|
|
3891
3931
|
wrr as Snow3,
|
|
3892
|
-
|
|
3932
|
+
Prr as SortAlphaDown,
|
|
3893
3933
|
Arr as SortAlphaDownAlt,
|
|
3894
3934
|
yrr as SortAlphaUp,
|
|
3895
3935
|
brr as SortAlphaUpAlt,
|
|
@@ -3915,7 +3955,7 @@ export {
|
|
|
3915
3955
|
hor as Stack,
|
|
3916
3956
|
gor as StackOverflow,
|
|
3917
3957
|
Bor as Star,
|
|
3918
|
-
|
|
3958
|
+
Dor as StarFill,
|
|
3919
3959
|
Eor as StarHalf,
|
|
3920
3960
|
Hor as Stars,
|
|
3921
3961
|
Tor as Steam,
|
|
@@ -3950,7 +3990,7 @@ export {
|
|
|
3950
3990
|
her as Suitcase2,
|
|
3951
3991
|
ger as Suitcase2Fill,
|
|
3952
3992
|
Ber as SuitcaseFill,
|
|
3953
|
-
|
|
3993
|
+
Der as SuitcaseLg,
|
|
3954
3994
|
Eer as SuitcaseLgFill,
|
|
3955
3995
|
jer as Sun,
|
|
3956
3996
|
Ner as SunFill,
|
|
@@ -3969,7 +4009,7 @@ export {
|
|
|
3969
4009
|
htr as TabletLandscapeFill,
|
|
3970
4010
|
gtr as Tag,
|
|
3971
4011
|
Btr as TagFill,
|
|
3972
|
-
|
|
4012
|
+
Dtr as Tags,
|
|
3973
4013
|
Etr as TagsFill,
|
|
3974
4014
|
Htr as TaxiFront,
|
|
3975
4015
|
Ttr as TaxiFrontFill,
|
|
@@ -4003,7 +4043,7 @@ export {
|
|
|
4003
4043
|
Gpr as TextRight,
|
|
4004
4044
|
Xpr as TextWrap,
|
|
4005
4045
|
Bpr as Textarea,
|
|
4006
|
-
|
|
4046
|
+
Dpr as TextareaResize,
|
|
4007
4047
|
Epr as TextareaT,
|
|
4008
4048
|
Vpr as Thermometer,
|
|
4009
4049
|
jpr as ThermometerHalf,
|
|
@@ -4023,7 +4063,7 @@ export {
|
|
|
4023
4063
|
hlr as TicketFill,
|
|
4024
4064
|
glr as TicketPerforated,
|
|
4025
4065
|
Blr as TicketPerforatedFill,
|
|
4026
|
-
|
|
4066
|
+
Dlr as Tiktok,
|
|
4027
4067
|
Elr as Toggle2Off,
|
|
4028
4068
|
Hlr as Toggle2On,
|
|
4029
4069
|
Tlr as ToggleOff,
|
|
@@ -4050,7 +4090,7 @@ export {
|
|
|
4050
4090
|
hmr as TreeFill,
|
|
4051
4091
|
gmr as Trello,
|
|
4052
4092
|
Bmr as Triangle,
|
|
4053
|
-
|
|
4093
|
+
Dmr as TriangleFill,
|
|
4054
4094
|
Emr as TriangleHalf,
|
|
4055
4095
|
Hmr as Trophy,
|
|
4056
4096
|
Tmr as TrophyFill,
|
|
@@ -4077,7 +4117,7 @@ export {
|
|
|
4077
4117
|
hfr as TypeStrikethrough,
|
|
4078
4118
|
gfr as TypeUnderline,
|
|
4079
4119
|
Bfr as Ubuntu,
|
|
4080
|
-
|
|
4120
|
+
Dfr as UiChecks,
|
|
4081
4121
|
Efr as UiChecksGrid,
|
|
4082
4122
|
Hfr as UiRadios,
|
|
4083
4123
|
Tfr as UiRadiosGrid,
|
|
@@ -4085,14 +4125,14 @@ export {
|
|
|
4085
4125
|
Mfr as UmbrellaFill,
|
|
4086
4126
|
vfr as Unindent,
|
|
4087
4127
|
Gfr as Union,
|
|
4088
|
-
|
|
4089
|
-
|
|
4128
|
+
Wsr as UnitLayout,
|
|
4129
|
+
Isr as UnitTemplate,
|
|
4090
4130
|
Xfr as Unity,
|
|
4091
4131
|
Vfr as UniversalAccess,
|
|
4092
4132
|
jfr as UniversalAccessCircle,
|
|
4093
4133
|
Nfr as Unlock,
|
|
4094
4134
|
Qfr as UnlockFill,
|
|
4095
|
-
|
|
4135
|
+
Osr as UnpaidInvoice,
|
|
4096
4136
|
Kfr as Upc,
|
|
4097
4137
|
Zfr as UpcScan,
|
|
4098
4138
|
rxr as Upload,
|
|
@@ -4107,7 +4147,7 @@ export {
|
|
|
4107
4147
|
hxr as UsbMini,
|
|
4108
4148
|
gxr as UsbMiniFill,
|
|
4109
4149
|
Bxr as UsbPlug,
|
|
4110
|
-
|
|
4150
|
+
Dxr as UsbPlugFill,
|
|
4111
4151
|
Exr as UsbSymbol,
|
|
4112
4152
|
Hxr as Valentine,
|
|
4113
4153
|
Txr as Valentine2,
|
|
@@ -4134,7 +4174,7 @@ export {
|
|
|
4134
4174
|
hir as Wallet2,
|
|
4135
4175
|
gir as WalletFill,
|
|
4136
4176
|
Bir as Watch,
|
|
4137
|
-
|
|
4177
|
+
Dir as Water,
|
|
4138
4178
|
Eir as Webcam,
|
|
4139
4179
|
Hir as WebcamFill,
|
|
4140
4180
|
Tir as Wechat,
|
|
@@ -4145,7 +4185,7 @@ export {
|
|
|
4145
4185
|
Xir as WifiOff,
|
|
4146
4186
|
Vir as Wikipedia,
|
|
4147
4187
|
jir as Wind,
|
|
4148
|
-
|
|
4188
|
+
_sr as Window,
|
|
4149
4189
|
Nir as WindowBootstrap,
|
|
4150
4190
|
Qir as WindowDash,
|
|
4151
4191
|
Kir as WindowDesktop,
|
|
@@ -4162,7 +4202,7 @@ export {
|
|
|
4162
4202
|
har as WrenchAdjustable,
|
|
4163
4203
|
gar as WrenchAdjustableCircle,
|
|
4164
4204
|
Bar as WrenchAdjustableCircleFill,
|
|
4165
|
-
|
|
4205
|
+
Dar as X,
|
|
4166
4206
|
Har as XCircle,
|
|
4167
4207
|
Tar as XCircleFill,
|
|
4168
4208
|
Lar as XDiamond,
|
|
@@ -4189,7 +4229,7 @@ export {
|
|
|
4189
4229
|
h as _1SquareFill,
|
|
4190
4230
|
g as _2Circle,
|
|
4191
4231
|
B as _2CircleFill,
|
|
4192
|
-
|
|
4232
|
+
D as _2Square,
|
|
4193
4233
|
E as _2SquareFill,
|
|
4194
4234
|
H as _3Circle,
|
|
4195
4235
|
T as _3CircleFill,
|
|
@@ -4216,7 +4256,7 @@ export {
|
|
|
4216
4256
|
hr as _8Square,
|
|
4217
4257
|
gr as _8SquareFill,
|
|
4218
4258
|
Br as _9Circle,
|
|
4219
|
-
|
|
4259
|
+
Dr as _9CircleFill,
|
|
4220
4260
|
Er as _9Square,
|
|
4221
4261
|
Hr as _9SquareFill
|
|
4222
4262
|
};
|