@snapcall/design-system 1.20.0-beta.7 → 1.20.0-beta.8
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/_tsup-dts-rollup.d.mts +6841 -0
- package/dist/_tsup-dts-rollup.d.ts +6841 -0
- package/dist/chunk-3R4WXKTO.mjs +28 -0
- package/dist/chunk-5LQUAZYA.mjs +34 -0
- package/dist/chunk-6K65KHH3.mjs +183 -0
- package/dist/chunk-BDGP7V4I.mjs +124 -0
- package/dist/chunk-REC5TG6U.mjs +454 -0
- package/dist/chunk-VOEUAKL5.mjs +41 -0
- package/dist/chunk-WONCTSHB.mjs +179 -0
- package/dist/components/Accordion/index.d.mts +4 -0
- package/dist/components/Accordion/index.d.ts +4 -0
- package/dist/components/Accordion/index.mjs +2 -2
- package/dist/components/AlertDialog/index.d.mts +9 -0
- package/dist/components/AlertDialog/index.d.ts +9 -0
- package/dist/components/AlertDialog/index.js +21 -23
- package/dist/components/AlertDialog/index.mjs +4 -4
- package/dist/components/Avatar/index.d.mts +1 -0
- package/dist/components/Avatar/index.d.ts +1 -0
- package/dist/components/Avatar/index.js +3 -3
- package/dist/components/Avatar/index.mjs +4 -4
- package/dist/components/Badge/index.d.mts +2 -0
- package/dist/components/Badge/index.d.ts +2 -0
- package/dist/components/Badge/index.js +107 -109
- package/dist/components/Badge/index.mjs +2 -2
- package/dist/components/Button/index.d.mts +5 -0
- package/dist/components/Button/index.d.ts +5 -0
- package/dist/components/Button/index.js +21 -23
- package/dist/components/Button/index.mjs +4 -4
- package/dist/components/Calendar/index.d.mts +2 -0
- package/dist/components/Calendar/index.d.ts +2 -0
- package/dist/components/Calendar/index.js +21 -23
- package/dist/components/Calendar/index.mjs +4 -4
- package/dist/components/Carousel/index.d.mts +6 -0
- package/dist/components/Carousel/index.d.ts +6 -0
- package/dist/components/Carousel/index.js +21 -23
- package/dist/components/Carousel/index.mjs +4 -4
- package/dist/components/Checkbox/index.d.mts +1 -0
- package/dist/components/Checkbox/index.d.ts +1 -0
- package/dist/components/Checkbox/index.mjs +4 -4
- package/dist/components/Command/index.d.mts +8 -0
- package/dist/components/Command/index.d.ts +8 -0
- package/dist/components/Command/index.js +21 -23
- package/dist/components/Command/index.mjs +6 -6
- package/dist/components/CreatableSelect/index.d.mts +2 -0
- package/dist/components/CreatableSelect/index.d.ts +2 -0
- package/dist/components/CreatableSelect/index.js +128 -132
- package/dist/components/CreatableSelect/index.mjs +7 -7
- package/dist/components/Dialog/index.d.mts +7 -0
- package/dist/components/Dialog/index.d.ts +7 -0
- package/dist/components/Dialog/index.js +21 -23
- package/dist/components/Dialog/index.mjs +4 -4
- package/dist/components/DropdownMenu/index.d.mts +14 -0
- package/dist/components/DropdownMenu/index.d.ts +14 -0
- package/dist/components/DropdownMenu/index.mjs +4 -4
- package/dist/components/FilterButton/index.d.mts +1 -0
- package/dist/components/FilterButton/index.d.ts +1 -0
- package/dist/components/FilterButton/index.js +128 -132
- package/dist/components/FilterButton/index.mjs +5 -5
- package/dist/components/Form/index.d.mts +8 -0
- package/dist/components/Form/index.d.ts +8 -0
- package/dist/components/Form/index.mjs +2 -2
- package/dist/components/Input/index.d.mts +1 -0
- package/dist/components/Input/index.d.ts +1 -0
- package/dist/components/Input/index.mjs +1 -1
- package/dist/components/Label/index.d.mts +1 -0
- package/dist/components/Label/index.d.ts +1 -0
- package/dist/components/Label/index.mjs +2 -2
- package/dist/components/Link/index.d.mts +1 -0
- package/dist/components/Link/index.d.ts +1 -0
- package/dist/components/Link/index.mjs +1 -1
- package/dist/components/Pagination/index.d.mts +2 -0
- package/dist/components/Pagination/index.d.ts +2 -0
- package/dist/components/Pagination/index.js +21 -23
- package/dist/components/Pagination/index.mjs +4 -4
- package/dist/components/Popover/index.d.mts +3 -0
- package/dist/components/Popover/index.d.ts +3 -0
- package/dist/components/Popover/index.mjs +1 -1
- package/dist/components/RadioGroup/index.d.mts +2 -0
- package/dist/components/RadioGroup/index.d.ts +2 -0
- package/dist/components/RadioGroup/index.mjs +1 -1
- package/dist/components/Select/index.d.mts +8 -0
- package/dist/components/Select/index.d.ts +8 -0
- package/dist/components/Select/index.mjs +3 -3
- package/dist/components/Sheet/index.d.mts +7 -0
- package/dist/components/Sheet/index.d.ts +7 -0
- package/dist/components/Sheet/index.js +34 -38
- package/dist/components/Sheet/index.mjs +17 -19
- package/dist/components/Skeleton/index.d.mts +1 -0
- package/dist/components/Skeleton/index.d.ts +1 -0
- package/dist/components/Skeleton/index.mjs +1 -1
- package/dist/components/Switch/index.d.mts +1 -0
- package/dist/components/Switch/index.d.ts +1 -0
- package/dist/components/Switch/index.mjs +1 -1
- package/dist/components/Table/index.d.mts +7 -0
- package/dist/components/Table/index.d.ts +7 -0
- package/dist/components/Table/index.mjs +1 -1
- package/dist/components/Tabs/index.d.mts +4 -0
- package/dist/components/Tabs/index.d.ts +4 -0
- package/dist/components/Tabs/index.mjs +1 -1
- package/dist/components/Textarea/index.d.mts +1 -0
- package/dist/components/Textarea/index.d.ts +1 -0
- package/dist/components/Textarea/index.mjs +1 -1
- package/dist/components/Toaster/index.d.mts +14 -0
- package/dist/components/Toaster/index.d.ts +14 -0
- package/dist/components/Toaster/index.js +33 -38
- package/dist/components/Toaster/index.mjs +16 -19
- package/dist/components/ToggleGroup/index.d.mts +2 -0
- package/dist/components/ToggleGroup/index.d.ts +2 -0
- package/dist/components/ToggleGroup/index.mjs +3 -3
- package/dist/components/Tooltip/index.d.mts +4 -0
- package/dist/components/Tooltip/index.d.ts +4 -0
- package/dist/components/Tooltip/index.mjs +1 -1
- package/dist/icons/activity.d.mts +1 -0
- package/dist/icons/activity.d.ts +1 -0
- package/dist/icons/activity.mjs +1 -1
- package/dist/icons/activityHeart.d.mts +1 -0
- package/dist/icons/activityHeart.d.ts +1 -0
- package/dist/icons/activityHeart.mjs +1 -1
- package/dist/icons/airplay.d.mts +1 -0
- package/dist/icons/airplay.d.ts +1 -0
- package/dist/icons/airplay.mjs +1 -1
- package/dist/icons/airpods.d.mts +1 -0
- package/dist/icons/airpods.d.ts +1 -0
- package/dist/icons/airpods.mjs +1 -1
- package/dist/icons/alarmClock.d.mts +1 -0
- package/dist/icons/alarmClock.d.ts +1 -0
- package/dist/icons/alarmClock.mjs +1 -1
- package/dist/icons/alarmClockCheck.d.mts +1 -0
- package/dist/icons/alarmClockCheck.d.ts +1 -0
- package/dist/icons/alarmClockCheck.mjs +1 -1
- package/dist/icons/alarmClockMinus.d.mts +1 -0
- package/dist/icons/alarmClockMinus.d.ts +1 -0
- package/dist/icons/alarmClockMinus.mjs +1 -1
- package/dist/icons/alarmClockOff.d.mts +1 -0
- package/dist/icons/alarmClockOff.d.ts +1 -0
- package/dist/icons/alarmClockOff.mjs +1 -1
- package/dist/icons/alarmClockPlus.d.mts +1 -0
- package/dist/icons/alarmClockPlus.d.ts +1 -0
- package/dist/icons/alarmClockPlus.mjs +1 -1
- package/dist/icons/alertCircle.d.mts +1 -0
- package/dist/icons/alertCircle.d.ts +1 -0
- package/dist/icons/alertCircle.mjs +1 -1
- package/dist/icons/alertHexagon.d.mts +1 -0
- package/dist/icons/alertHexagon.d.ts +1 -0
- package/dist/icons/alertHexagon.mjs +1 -1
- package/dist/icons/alertOctagon.d.mts +1 -0
- package/dist/icons/alertOctagon.d.ts +1 -0
- package/dist/icons/alertOctagon.mjs +1 -1
- package/dist/icons/alertSquare.d.mts +1 -0
- package/dist/icons/alertSquare.d.ts +1 -0
- package/dist/icons/alertSquare.mjs +1 -1
- package/dist/icons/alertTriangle.d.mts +1 -0
- package/dist/icons/alertTriangle.d.ts +1 -0
- package/dist/icons/alertTriangle.mjs +1 -1
- package/dist/icons/alignBottom1.d.mts +1 -0
- package/dist/icons/alignBottom1.d.ts +1 -0
- package/dist/icons/alignBottom1.mjs +1 -1
- package/dist/icons/alignBottom2.d.mts +1 -0
- package/dist/icons/alignBottom2.d.ts +1 -0
- package/dist/icons/alignBottom2.mjs +1 -1
- package/dist/icons/alignCenter.d.mts +1 -0
- package/dist/icons/alignCenter.d.ts +1 -0
- package/dist/icons/alignCenter.mjs +1 -1
- package/dist/icons/alignHorizontalCentre1.d.mts +1 -0
- package/dist/icons/alignHorizontalCentre1.d.ts +1 -0
- package/dist/icons/alignHorizontalCentre1.mjs +1 -1
- package/dist/icons/alignHorizontalCentre2.d.mts +1 -0
- package/dist/icons/alignHorizontalCentre2.d.ts +1 -0
- package/dist/icons/alignHorizontalCentre2.mjs +1 -1
- package/dist/icons/alignJustify.d.mts +1 -0
- package/dist/icons/alignJustify.d.ts +1 -0
- package/dist/icons/alignJustify.mjs +1 -1
- package/dist/icons/alignLeft.d.mts +1 -0
- package/dist/icons/alignLeft.d.ts +1 -0
- package/dist/icons/alignLeft.mjs +1 -1
- package/dist/icons/alignLeft1.d.mts +1 -0
- package/dist/icons/alignLeft1.d.ts +1 -0
- package/dist/icons/alignLeft1.mjs +1 -1
- package/dist/icons/alignLeft2.d.mts +1 -0
- package/dist/icons/alignLeft2.d.ts +1 -0
- package/dist/icons/alignLeft2.mjs +1 -1
- package/dist/icons/alignRight.d.mts +1 -0
- package/dist/icons/alignRight.d.ts +1 -0
- package/dist/icons/alignRight.mjs +1 -1
- package/dist/icons/alignRight1.d.mts +1 -0
- package/dist/icons/alignRight1.d.ts +1 -0
- package/dist/icons/alignRight1.mjs +1 -1
- package/dist/icons/alignRight2.d.mts +1 -0
- package/dist/icons/alignRight2.d.ts +1 -0
- package/dist/icons/alignRight2.mjs +1 -1
- package/dist/icons/alignTopArrow1.d.mts +1 -0
- package/dist/icons/alignTopArrow1.d.ts +1 -0
- package/dist/icons/alignTopArrow1.mjs +1 -1
- package/dist/icons/alignTopArrow2.d.mts +1 -0
- package/dist/icons/alignTopArrow2.d.ts +1 -0
- package/dist/icons/alignTopArrow2.mjs +1 -1
- package/dist/icons/alignVerticalCenter1.d.mts +1 -0
- package/dist/icons/alignVerticalCenter1.d.ts +1 -0
- package/dist/icons/alignVerticalCenter1.mjs +1 -1
- package/dist/icons/alignVerticalCenter2.d.mts +1 -0
- package/dist/icons/alignVerticalCenter2.d.ts +1 -0
- package/dist/icons/alignVerticalCenter2.mjs +1 -1
- package/dist/icons/anchor.d.mts +1 -0
- package/dist/icons/anchor.d.ts +1 -0
- package/dist/icons/anchor.mjs +1 -1
- package/dist/icons/annotation.d.mts +1 -0
- package/dist/icons/annotation.d.ts +1 -0
- package/dist/icons/annotation.mjs +1 -1
- package/dist/icons/annotationAlert.d.mts +1 -0
- package/dist/icons/annotationAlert.d.ts +1 -0
- package/dist/icons/annotationAlert.mjs +1 -1
- package/dist/icons/annotationCheck.d.mts +1 -0
- package/dist/icons/annotationCheck.d.ts +1 -0
- package/dist/icons/annotationCheck.mjs +1 -1
- package/dist/icons/annotationDots.d.mts +1 -0
- package/dist/icons/annotationDots.d.ts +1 -0
- package/dist/icons/annotationDots.mjs +1 -1
- package/dist/icons/annotationHeart.d.mts +1 -0
- package/dist/icons/annotationHeart.d.ts +1 -0
- package/dist/icons/annotationHeart.mjs +1 -1
- package/dist/icons/annotationInfo.d.mts +1 -0
- package/dist/icons/annotationInfo.d.ts +1 -0
- package/dist/icons/annotationInfo.mjs +1 -1
- package/dist/icons/annotationPlus.d.mts +1 -0
- package/dist/icons/annotationPlus.d.ts +1 -0
- package/dist/icons/annotationPlus.mjs +1 -1
- package/dist/icons/annotationQuestion.d.mts +1 -0
- package/dist/icons/annotationQuestion.d.ts +1 -0
- package/dist/icons/annotationQuestion.mjs +1 -1
- package/dist/icons/annotationX.d.mts +1 -0
- package/dist/icons/annotationX.d.ts +1 -0
- package/dist/icons/annotationX.mjs +1 -1
- package/dist/icons/announcement1.d.mts +1 -0
- package/dist/icons/announcement1.d.ts +1 -0
- package/dist/icons/announcement1.mjs +1 -1
- package/dist/icons/announcement2.d.mts +1 -0
- package/dist/icons/announcement2.d.ts +1 -0
- package/dist/icons/announcement2.mjs +1 -1
- package/dist/icons/announcement3.d.mts +1 -0
- package/dist/icons/announcement3.d.ts +1 -0
- package/dist/icons/announcement3.mjs +1 -1
- package/dist/icons/appIntegration.d.mts +1 -0
- package/dist/icons/appIntegration.d.ts +1 -0
- package/dist/icons/appIntegration.mjs +1 -1
- package/dist/icons/archive.d.mts +1 -0
- package/dist/icons/archive.d.ts +1 -0
- package/dist/icons/archive.mjs +1 -1
- package/dist/icons/arrowBlockDown.d.mts +1 -0
- package/dist/icons/arrowBlockDown.d.ts +1 -0
- package/dist/icons/arrowBlockDown.mjs +1 -1
- package/dist/icons/arrowBlockLeft.d.mts +1 -0
- package/dist/icons/arrowBlockLeft.d.ts +1 -0
- package/dist/icons/arrowBlockLeft.mjs +1 -1
- package/dist/icons/arrowBlockRight.d.mts +1 -0
- package/dist/icons/arrowBlockRight.d.ts +1 -0
- package/dist/icons/arrowBlockRight.mjs +1 -1
- package/dist/icons/arrowBlockUp.d.mts +1 -0
- package/dist/icons/arrowBlockUp.d.ts +1 -0
- package/dist/icons/arrowBlockUp.mjs +1 -1
- package/dist/icons/arrowCircleBrokenDown.d.mts +1 -0
- package/dist/icons/arrowCircleBrokenDown.d.ts +1 -0
- package/dist/icons/arrowCircleBrokenDown.mjs +1 -1
- package/dist/icons/arrowCircleBrokenDownLeft.d.mts +1 -0
- package/dist/icons/arrowCircleBrokenDownLeft.d.ts +1 -0
- package/dist/icons/arrowCircleBrokenDownLeft.mjs +1 -1
- package/dist/icons/arrowCircleBrokenDownRight.d.mts +1 -0
- package/dist/icons/arrowCircleBrokenDownRight.d.ts +1 -0
- package/dist/icons/arrowCircleBrokenDownRight.mjs +1 -1
- package/dist/icons/arrowCircleBrokenLeft.d.mts +1 -0
- package/dist/icons/arrowCircleBrokenLeft.d.ts +1 -0
- package/dist/icons/arrowCircleBrokenLeft.mjs +1 -1
- package/dist/icons/arrowCircleBrokenRight.d.mts +1 -0
- package/dist/icons/arrowCircleBrokenRight.d.ts +1 -0
- package/dist/icons/arrowCircleBrokenRight.mjs +1 -1
- package/dist/icons/arrowCircleBrokenUp.d.mts +1 -0
- package/dist/icons/arrowCircleBrokenUp.d.ts +1 -0
- package/dist/icons/arrowCircleBrokenUp.mjs +1 -1
- package/dist/icons/arrowCircleBrokenUpLeft.d.mts +1 -0
- package/dist/icons/arrowCircleBrokenUpLeft.d.ts +1 -0
- package/dist/icons/arrowCircleBrokenUpLeft.mjs +1 -1
- package/dist/icons/arrowCircleBrokenUpRight.d.mts +1 -0
- package/dist/icons/arrowCircleBrokenUpRight.d.ts +1 -0
- package/dist/icons/arrowCircleBrokenUpRight.mjs +1 -1
- package/dist/icons/arrowCircleDown.d.mts +1 -0
- package/dist/icons/arrowCircleDown.d.ts +1 -0
- package/dist/icons/arrowCircleDown.mjs +1 -1
- package/dist/icons/arrowCircleDownLeft.d.mts +1 -0
- package/dist/icons/arrowCircleDownLeft.d.ts +1 -0
- package/dist/icons/arrowCircleDownLeft.mjs +1 -1
- package/dist/icons/arrowCircleDownRight.d.mts +1 -0
- package/dist/icons/arrowCircleDownRight.d.ts +1 -0
- package/dist/icons/arrowCircleDownRight.mjs +1 -1
- package/dist/icons/arrowCircleLeft.d.mts +1 -0
- package/dist/icons/arrowCircleLeft.d.ts +1 -0
- package/dist/icons/arrowCircleLeft.mjs +1 -1
- package/dist/icons/arrowCircleRight.d.mts +1 -0
- package/dist/icons/arrowCircleRight.d.ts +1 -0
- package/dist/icons/arrowCircleRight.mjs +1 -1
- package/dist/icons/arrowCircleUp.d.mts +1 -0
- package/dist/icons/arrowCircleUp.d.ts +1 -0
- package/dist/icons/arrowCircleUp.mjs +1 -1
- package/dist/icons/arrowCircleUpLeft.d.mts +1 -0
- package/dist/icons/arrowCircleUpLeft.d.ts +1 -0
- package/dist/icons/arrowCircleUpLeft.mjs +1 -1
- package/dist/icons/arrowCircleUpRight.d.mts +1 -0
- package/dist/icons/arrowCircleUpRight.d.ts +1 -0
- package/dist/icons/arrowCircleUpRight.mjs +1 -1
- package/dist/icons/arrowDown.d.mts +1 -0
- package/dist/icons/arrowDown.d.ts +1 -0
- package/dist/icons/arrowDown.mjs +1 -1
- package/dist/icons/arrowDownLeft.d.mts +1 -0
- package/dist/icons/arrowDownLeft.d.ts +1 -0
- package/dist/icons/arrowDownLeft.mjs +1 -1
- package/dist/icons/arrowDownRight.d.mts +1 -0
- package/dist/icons/arrowDownRight.d.ts +1 -0
- package/dist/icons/arrowDownRight.mjs +1 -1
- package/dist/icons/arrowLeft.d.mts +1 -0
- package/dist/icons/arrowLeft.d.ts +1 -0
- package/dist/icons/arrowLeft.mjs +1 -1
- package/dist/icons/arrowNarrowDown.d.mts +1 -0
- package/dist/icons/arrowNarrowDown.d.ts +1 -0
- package/dist/icons/arrowNarrowDown.mjs +1 -1
- package/dist/icons/arrowNarrowDownLeft.d.mts +1 -0
- package/dist/icons/arrowNarrowDownLeft.d.ts +1 -0
- package/dist/icons/arrowNarrowDownLeft.mjs +1 -1
- package/dist/icons/arrowNarrowDownRight.d.mts +1 -0
- package/dist/icons/arrowNarrowDownRight.d.ts +1 -0
- package/dist/icons/arrowNarrowDownRight.mjs +1 -1
- package/dist/icons/arrowNarrowLeft.d.mts +1 -0
- package/dist/icons/arrowNarrowLeft.d.ts +1 -0
- package/dist/icons/arrowNarrowLeft.mjs +1 -1
- package/dist/icons/arrowNarrowRight.d.mts +1 -0
- package/dist/icons/arrowNarrowRight.d.ts +1 -0
- package/dist/icons/arrowNarrowRight.mjs +1 -1
- package/dist/icons/arrowNarrowUp.d.mts +1 -0
- package/dist/icons/arrowNarrowUp.d.ts +1 -0
- package/dist/icons/arrowNarrowUp.mjs +1 -1
- package/dist/icons/arrowNarrowUpLeft.d.mts +1 -0
- package/dist/icons/arrowNarrowUpLeft.d.ts +1 -0
- package/dist/icons/arrowNarrowUpLeft.mjs +1 -1
- package/dist/icons/arrowNarrowUpRight.d.mts +1 -0
- package/dist/icons/arrowNarrowUpRight.d.ts +1 -0
- package/dist/icons/arrowNarrowUpRight.mjs +1 -1
- package/dist/icons/arrowRight.d.mts +1 -0
- package/dist/icons/arrowRight.d.ts +1 -0
- package/dist/icons/arrowRight.mjs +1 -1
- package/dist/icons/arrowSquareDown.d.mts +1 -0
- package/dist/icons/arrowSquareDown.d.ts +1 -0
- package/dist/icons/arrowSquareDown.mjs +1 -1
- package/dist/icons/arrowSquareDownLeft.d.mts +1 -0
- package/dist/icons/arrowSquareDownLeft.d.ts +1 -0
- package/dist/icons/arrowSquareDownLeft.mjs +1 -1
- package/dist/icons/arrowSquareDownRight.d.mts +1 -0
- package/dist/icons/arrowSquareDownRight.d.ts +1 -0
- package/dist/icons/arrowSquareDownRight.mjs +1 -1
- package/dist/icons/arrowSquareLeft.d.mts +1 -0
- package/dist/icons/arrowSquareLeft.d.ts +1 -0
- package/dist/icons/arrowSquareLeft.mjs +1 -1
- package/dist/icons/arrowSquareRight.d.mts +1 -0
- package/dist/icons/arrowSquareRight.d.ts +1 -0
- package/dist/icons/arrowSquareRight.mjs +1 -1
- package/dist/icons/arrowSquareUp.d.mts +1 -0
- package/dist/icons/arrowSquareUp.d.ts +1 -0
- package/dist/icons/arrowSquareUp.mjs +1 -1
- package/dist/icons/arrowSquareUpLeft.d.mts +1 -0
- package/dist/icons/arrowSquareUpLeft.d.ts +1 -0
- package/dist/icons/arrowSquareUpLeft.mjs +1 -1
- package/dist/icons/arrowSquareUpRight.d.mts +1 -0
- package/dist/icons/arrowSquareUpRight.d.ts +1 -0
- package/dist/icons/arrowSquareUpRight.mjs +1 -1
- package/dist/icons/arrowUp.d.mts +1 -0
- package/dist/icons/arrowUp.d.ts +1 -0
- package/dist/icons/arrowUp.mjs +1 -1
- package/dist/icons/arrowUpLeft.d.mts +1 -0
- package/dist/icons/arrowUpLeft.d.ts +1 -0
- package/dist/icons/arrowUpLeft.mjs +1 -1
- package/dist/icons/arrowUpRight.d.mts +1 -0
- package/dist/icons/arrowUpRight.d.ts +1 -0
- package/dist/icons/arrowUpRight.mjs +1 -1
- package/dist/icons/arrowsDown.d.mts +1 -0
- package/dist/icons/arrowsDown.d.ts +1 -0
- package/dist/icons/arrowsDown.mjs +1 -1
- package/dist/icons/arrowsLeft.d.mts +1 -0
- package/dist/icons/arrowsLeft.d.ts +1 -0
- package/dist/icons/arrowsLeft.mjs +1 -1
- package/dist/icons/arrowsRight.d.mts +1 -0
- package/dist/icons/arrowsRight.d.ts +1 -0
- package/dist/icons/arrowsRight.mjs +1 -1
- package/dist/icons/arrowsTriangle.d.mts +1 -0
- package/dist/icons/arrowsTriangle.d.ts +1 -0
- package/dist/icons/arrowsTriangle.mjs +1 -1
- package/dist/icons/arrowsUp.d.mts +1 -0
- package/dist/icons/arrowsUp.d.ts +1 -0
- package/dist/icons/arrowsUp.mjs +1 -1
- package/dist/icons/asterisk1.d.mts +1 -0
- package/dist/icons/asterisk1.d.ts +1 -0
- package/dist/icons/asterisk1.mjs +1 -1
- package/dist/icons/asterisk2.d.mts +1 -0
- package/dist/icons/asterisk2.d.ts +1 -0
- package/dist/icons/asterisk2.mjs +1 -1
- package/dist/icons/atSign.d.mts +1 -0
- package/dist/icons/atSign.d.ts +1 -0
- package/dist/icons/atSign.mjs +1 -1
- package/dist/icons/atom1.d.mts +1 -0
- package/dist/icons/atom1.d.ts +1 -0
- package/dist/icons/atom1.mjs +1 -1
- package/dist/icons/atom2.d.mts +1 -0
- package/dist/icons/atom2.d.ts +1 -0
- package/dist/icons/atom2.mjs +1 -1
- package/dist/icons/attachment.d.mts +1 -0
- package/dist/icons/attachment.d.ts +1 -0
- package/dist/icons/attachment.mjs +1 -1
- package/dist/icons/attachment1.d.mts +1 -0
- package/dist/icons/attachment1.d.ts +1 -0
- package/dist/icons/attachment1.mjs +1 -1
- package/dist/icons/attachment2.d.mts +1 -0
- package/dist/icons/attachment2.d.ts +1 -0
- package/dist/icons/attachment2.mjs +1 -1
- package/dist/icons/award1.d.mts +1 -0
- package/dist/icons/award1.d.ts +1 -0
- package/dist/icons/award1.mjs +1 -1
- package/dist/icons/award2.d.mts +1 -0
- package/dist/icons/award2.d.ts +1 -0
- package/dist/icons/award2.mjs +1 -1
- package/dist/icons/award3.d.mts +1 -0
- package/dist/icons/award3.d.ts +1 -0
- package/dist/icons/award3.mjs +1 -1
- package/dist/icons/award4.d.mts +1 -0
- package/dist/icons/award4.d.ts +1 -0
- package/dist/icons/award4.mjs +1 -1
- package/dist/icons/award5.d.mts +1 -0
- package/dist/icons/award5.d.ts +1 -0
- package/dist/icons/award5.mjs +1 -1
- package/dist/icons/backpack.d.mts +1 -0
- package/dist/icons/backpack.d.ts +1 -0
- package/dist/icons/backpack.mjs +1 -1
- package/dist/icons/bank.d.mts +1 -0
- package/dist/icons/bank.d.ts +1 -0
- package/dist/icons/bank.mjs +1 -1
- package/dist/icons/bankNote1.d.mts +1 -0
- package/dist/icons/bankNote1.d.ts +1 -0
- package/dist/icons/bankNote1.mjs +1 -1
- package/dist/icons/bankNote2.d.mts +1 -0
- package/dist/icons/bankNote2.d.ts +1 -0
- package/dist/icons/bankNote2.mjs +1 -1
- package/dist/icons/bankNote3.d.mts +1 -0
- package/dist/icons/bankNote3.d.ts +1 -0
- package/dist/icons/bankNote3.mjs +1 -1
- package/dist/icons/barChart1.d.mts +1 -0
- package/dist/icons/barChart1.d.ts +1 -0
- package/dist/icons/barChart1.mjs +1 -1
- package/dist/icons/barChart11.d.mts +1 -0
- package/dist/icons/barChart11.d.ts +1 -0
- package/dist/icons/barChart11.mjs +1 -1
- package/dist/icons/barChart12.d.mts +1 -0
- package/dist/icons/barChart12.d.ts +1 -0
- package/dist/icons/barChart12.mjs +1 -1
- package/dist/icons/barChart2.d.mts +1 -0
- package/dist/icons/barChart2.d.ts +1 -0
- package/dist/icons/barChart2.mjs +1 -1
- package/dist/icons/barChart3.d.mts +1 -0
- package/dist/icons/barChart3.d.ts +1 -0
- package/dist/icons/barChart3.mjs +1 -1
- package/dist/icons/barChart4.d.mts +1 -0
- package/dist/icons/barChart4.d.ts +1 -0
- package/dist/icons/barChart4.mjs +1 -1
- package/dist/icons/barChart5.d.mts +1 -0
- package/dist/icons/barChart5.d.ts +1 -0
- package/dist/icons/barChart5.mjs +1 -1
- package/dist/icons/barChart6.d.mts +1 -0
- package/dist/icons/barChart6.d.ts +1 -0
- package/dist/icons/barChart6.mjs +1 -1
- package/dist/icons/barChart7.d.mts +1 -0
- package/dist/icons/barChart7.d.ts +1 -0
- package/dist/icons/barChart7.mjs +1 -1
- package/dist/icons/barChart8.d.mts +1 -0
- package/dist/icons/barChart8.d.ts +1 -0
- package/dist/icons/barChart8.mjs +1 -1
- package/dist/icons/barChart9.d.mts +1 -0
- package/dist/icons/barChart9.d.ts +1 -0
- package/dist/icons/barChart9.mjs +1 -1
- package/dist/icons/barChartCircle1.d.mts +1 -0
- package/dist/icons/barChartCircle1.d.ts +1 -0
- package/dist/icons/barChartCircle1.mjs +1 -1
- package/dist/icons/barChartCircle2.d.mts +1 -0
- package/dist/icons/barChartCircle2.d.ts +1 -0
- package/dist/icons/barChartCircle2.mjs +1 -1
- package/dist/icons/barChartCircle3.d.mts +1 -0
- package/dist/icons/barChartCircle3.d.ts +1 -0
- package/dist/icons/barChartCircle3.mjs +1 -1
- package/dist/icons/barChartSquare1.d.mts +1 -0
- package/dist/icons/barChartSquare1.d.ts +1 -0
- package/dist/icons/barChartSquare1.mjs +1 -1
- package/dist/icons/barChartSquare2.d.mts +1 -0
- package/dist/icons/barChartSquare2.d.ts +1 -0
- package/dist/icons/barChartSquare2.mjs +1 -1
- package/dist/icons/barChartSquare3.d.mts +1 -0
- package/dist/icons/barChartSquare3.d.ts +1 -0
- package/dist/icons/barChartSquare3.mjs +1 -1
- package/dist/icons/barChartSquareDown.d.mts +1 -0
- package/dist/icons/barChartSquareDown.d.ts +1 -0
- package/dist/icons/barChartSquareDown.mjs +1 -1
- package/dist/icons/barChartSquareMinus.d.mts +1 -0
- package/dist/icons/barChartSquareMinus.d.ts +1 -0
- package/dist/icons/barChartSquareMinus.mjs +1 -1
- package/dist/icons/barChartSquarePlus.d.mts +1 -0
- package/dist/icons/barChartSquarePlus.d.ts +1 -0
- package/dist/icons/barChartSquarePlus.mjs +1 -1
- package/dist/icons/barChartSquareUp.d.mts +1 -0
- package/dist/icons/barChartSquareUp.d.ts +1 -0
- package/dist/icons/barChartSquareUp.mjs +1 -1
- package/dist/icons/barLineChart.d.mts +1 -0
- package/dist/icons/barLineChart.d.ts +1 -0
- package/dist/icons/barLineChart.mjs +1 -1
- package/dist/icons/batteryCharging1.d.mts +1 -0
- package/dist/icons/batteryCharging1.d.ts +1 -0
- package/dist/icons/batteryCharging1.mjs +1 -1
- package/dist/icons/batteryCharging2.d.mts +1 -0
- package/dist/icons/batteryCharging2.d.ts +1 -0
- package/dist/icons/batteryCharging2.mjs +1 -1
- package/dist/icons/batteryEmpty.d.mts +1 -0
- package/dist/icons/batteryEmpty.d.ts +1 -0
- package/dist/icons/batteryEmpty.mjs +1 -1
- package/dist/icons/batteryFull.d.mts +1 -0
- package/dist/icons/batteryFull.d.ts +1 -0
- package/dist/icons/batteryFull.mjs +1 -1
- package/dist/icons/batteryLow.d.mts +1 -0
- package/dist/icons/batteryLow.d.ts +1 -0
- package/dist/icons/batteryLow.mjs +1 -1
- package/dist/icons/batteryMid.d.mts +1 -0
- package/dist/icons/batteryMid.d.ts +1 -0
- package/dist/icons/batteryMid.mjs +1 -1
- package/dist/icons/beaker1.d.mts +1 -0
- package/dist/icons/beaker1.d.ts +1 -0
- package/dist/icons/beaker1.mjs +1 -1
- package/dist/icons/beaker2.d.mts +1 -0
- package/dist/icons/beaker2.d.ts +1 -0
- package/dist/icons/beaker2.mjs +1 -1
- package/dist/icons/bell.d.mts +1 -0
- package/dist/icons/bell.d.ts +1 -0
- package/dist/icons/bell.mjs +1 -1
- package/dist/icons/bell1.d.mts +1 -0
- package/dist/icons/bell1.d.ts +1 -0
- package/dist/icons/bell1.mjs +1 -1
- package/dist/icons/bell2.d.mts +1 -0
- package/dist/icons/bell2.d.ts +1 -0
- package/dist/icons/bell2.mjs +1 -1
- package/dist/icons/bell3.d.mts +1 -0
- package/dist/icons/bell3.d.ts +1 -0
- package/dist/icons/bell3.mjs +1 -1
- package/dist/icons/bell4.d.mts +1 -0
- package/dist/icons/bell4.d.ts +1 -0
- package/dist/icons/bell4.mjs +1 -1
- package/dist/icons/bellMinus.d.mts +1 -0
- package/dist/icons/bellMinus.d.ts +1 -0
- package/dist/icons/bellMinus.mjs +1 -1
- package/dist/icons/bellOff1.d.mts +1 -0
- package/dist/icons/bellOff1.d.ts +1 -0
- package/dist/icons/bellOff1.mjs +1 -1
- package/dist/icons/bellOff2.d.mts +1 -0
- package/dist/icons/bellOff2.d.ts +1 -0
- package/dist/icons/bellOff2.mjs +1 -1
- package/dist/icons/bellOff3.d.mts +1 -0
- package/dist/icons/bellOff3.d.ts +1 -0
- package/dist/icons/bellOff3.mjs +1 -1
- package/dist/icons/bellPlus.d.mts +1 -0
- package/dist/icons/bellPlus.d.ts +1 -0
- package/dist/icons/bellPlus.mjs +1 -1
- package/dist/icons/bellRinging1.d.mts +1 -0
- package/dist/icons/bellRinging1.d.ts +1 -0
- package/dist/icons/bellRinging1.mjs +1 -1
- package/dist/icons/bellRinging2.d.mts +1 -0
- package/dist/icons/bellRinging2.d.ts +1 -0
- package/dist/icons/bellRinging2.mjs +1 -1
- package/dist/icons/bellRinging3.d.mts +1 -0
- package/dist/icons/bellRinging3.d.ts +1 -0
- package/dist/icons/bellRinging3.mjs +1 -1
- package/dist/icons/bellRinging4.d.mts +1 -0
- package/dist/icons/bellRinging4.d.ts +1 -0
- package/dist/icons/bellRinging4.mjs +1 -1
- package/dist/icons/bezierCurve1.d.mts +1 -0
- package/dist/icons/bezierCurve1.d.ts +1 -0
- package/dist/icons/bezierCurve1.mjs +1 -1
- package/dist/icons/bezierCurve2.d.mts +1 -0
- package/dist/icons/bezierCurve2.d.ts +1 -0
- package/dist/icons/bezierCurve2.mjs +1 -1
- package/dist/icons/bezierCurve3.d.mts +1 -0
- package/dist/icons/bezierCurve3.d.ts +1 -0
- package/dist/icons/bezierCurve3.mjs +1 -1
- package/dist/icons/bluetoothConnect.d.mts +1 -0
- package/dist/icons/bluetoothConnect.d.ts +1 -0
- package/dist/icons/bluetoothConnect.mjs +1 -1
- package/dist/icons/bluetoothOff.d.mts +1 -0
- package/dist/icons/bluetoothOff.d.ts +1 -0
- package/dist/icons/bluetoothOff.mjs +1 -1
- package/dist/icons/bluetoothOn.d.mts +1 -0
- package/dist/icons/bluetoothOn.d.ts +1 -0
- package/dist/icons/bluetoothOn.mjs +1 -1
- package/dist/icons/bluetoothSignal.d.mts +1 -0
- package/dist/icons/bluetoothSignal.d.ts +1 -0
- package/dist/icons/bluetoothSignal.mjs +1 -1
- package/dist/icons/bold1.d.mts +1 -0
- package/dist/icons/bold1.d.ts +1 -0
- package/dist/icons/bold1.mjs +1 -1
- package/dist/icons/bold2.d.mts +1 -0
- package/dist/icons/bold2.d.ts +1 -0
- package/dist/icons/bold2.mjs +1 -1
- package/dist/icons/boldSquare.d.mts +1 -0
- package/dist/icons/boldSquare.d.ts +1 -0
- package/dist/icons/boldSquare.mjs +1 -1
- package/dist/icons/bookClosed.d.mts +1 -0
- package/dist/icons/bookClosed.d.ts +1 -0
- package/dist/icons/bookClosed.mjs +1 -1
- package/dist/icons/bookOpen1.d.mts +1 -0
- package/dist/icons/bookOpen1.d.ts +1 -0
- package/dist/icons/bookOpen1.mjs +1 -1
- package/dist/icons/bookOpen2.d.mts +1 -0
- package/dist/icons/bookOpen2.d.ts +1 -0
- package/dist/icons/bookOpen2.mjs +1 -1
- package/dist/icons/bookmark.d.mts +1 -0
- package/dist/icons/bookmark.d.ts +1 -0
- package/dist/icons/bookmark.mjs +1 -1
- package/dist/icons/bookmarkAdd.d.mts +1 -0
- package/dist/icons/bookmarkAdd.d.ts +1 -0
- package/dist/icons/bookmarkAdd.mjs +1 -1
- package/dist/icons/bookmarkCheck.d.mts +1 -0
- package/dist/icons/bookmarkCheck.d.ts +1 -0
- package/dist/icons/bookmarkCheck.mjs +1 -1
- package/dist/icons/bookmarkMinus.d.mts +1 -0
- package/dist/icons/bookmarkMinus.d.ts +1 -0
- package/dist/icons/bookmarkMinus.mjs +1 -1
- package/dist/icons/bookmarkX.d.mts +1 -0
- package/dist/icons/bookmarkX.d.ts +1 -0
- package/dist/icons/bookmarkX.mjs +1 -1
- package/dist/icons/box.d.mts +1 -0
- package/dist/icons/box.d.ts +1 -0
- package/dist/icons/box.mjs +1 -1
- package/dist/icons/brackets.d.mts +1 -0
- package/dist/icons/brackets.d.ts +1 -0
- package/dist/icons/brackets.mjs +1 -1
- package/dist/icons/bracketsCheck.d.mts +1 -0
- package/dist/icons/bracketsCheck.d.ts +1 -0
- package/dist/icons/bracketsCheck.mjs +1 -1
- package/dist/icons/bracketsEllipses.d.mts +1 -0
- package/dist/icons/bracketsEllipses.d.ts +1 -0
- package/dist/icons/bracketsEllipses.mjs +1 -1
- package/dist/icons/bracketsMinus.d.mts +1 -0
- package/dist/icons/bracketsMinus.d.ts +1 -0
- package/dist/icons/bracketsMinus.mjs +1 -1
- package/dist/icons/bracketsPlus.d.mts +1 -0
- package/dist/icons/bracketsPlus.d.ts +1 -0
- package/dist/icons/bracketsPlus.mjs +1 -1
- package/dist/icons/bracketsSlash.d.mts +1 -0
- package/dist/icons/bracketsSlash.d.ts +1 -0
- package/dist/icons/bracketsSlash.mjs +1 -1
- package/dist/icons/bracketsX.d.mts +1 -0
- package/dist/icons/bracketsX.d.ts +1 -0
- package/dist/icons/bracketsX.mjs +1 -1
- package/dist/icons/briefcase1.d.mts +1 -0
- package/dist/icons/briefcase1.d.ts +1 -0
- package/dist/icons/briefcase1.mjs +1 -1
- package/dist/icons/briefcase2.d.mts +1 -0
- package/dist/icons/briefcase2.d.ts +1 -0
- package/dist/icons/briefcase2.mjs +1 -1
- package/dist/icons/browser.d.mts +1 -0
- package/dist/icons/browser.d.ts +1 -0
- package/dist/icons/browser.mjs +1 -1
- package/dist/icons/brush1.d.mts +1 -0
- package/dist/icons/brush1.d.ts +1 -0
- package/dist/icons/brush1.mjs +1 -1
- package/dist/icons/brush2.d.mts +1 -0
- package/dist/icons/brush2.d.ts +1 -0
- package/dist/icons/brush2.mjs +1 -1
- package/dist/icons/brush3.d.mts +1 -0
- package/dist/icons/brush3.d.ts +1 -0
- package/dist/icons/brush3.mjs +1 -1
- package/dist/icons/building1.d.mts +1 -0
- package/dist/icons/building1.d.ts +1 -0
- package/dist/icons/building1.mjs +1 -1
- package/dist/icons/building2.d.mts +1 -0
- package/dist/icons/building2.d.ts +1 -0
- package/dist/icons/building2.mjs +1 -1
- package/dist/icons/building3.d.mts +1 -0
- package/dist/icons/building3.d.ts +1 -0
- package/dist/icons/building3.mjs +1 -1
- package/dist/icons/building4.d.mts +1 -0
- package/dist/icons/building4.d.ts +1 -0
- package/dist/icons/building4.mjs +1 -1
- package/dist/icons/building5.d.mts +1 -0
- package/dist/icons/building5.d.ts +1 -0
- package/dist/icons/building5.mjs +1 -1
- package/dist/icons/building6.d.mts +1 -0
- package/dist/icons/building6.d.ts +1 -0
- package/dist/icons/building6.mjs +1 -1
- package/dist/icons/building7.d.mts +1 -0
- package/dist/icons/building7.d.ts +1 -0
- package/dist/icons/building7.mjs +1 -1
- package/dist/icons/building8.d.mts +1 -0
- package/dist/icons/building8.d.ts +1 -0
- package/dist/icons/building8.mjs +1 -1
- package/dist/icons/bus.d.mts +1 -0
- package/dist/icons/bus.d.ts +1 -0
- package/dist/icons/bus.mjs +1 -1
- package/dist/icons/calculator.d.mts +1 -0
- package/dist/icons/calculator.d.ts +1 -0
- package/dist/icons/calculator.mjs +1 -1
- package/dist/icons/calendar.d.mts +1 -0
- package/dist/icons/calendar.d.ts +1 -0
- package/dist/icons/calendar.mjs +1 -1
- package/dist/icons/calendarCheck.d.mts +1 -0
- package/dist/icons/calendarCheck.d.ts +1 -0
- package/dist/icons/calendarCheck.mjs +1 -1
- package/dist/icons/calendarCheck1.d.mts +1 -0
- package/dist/icons/calendarCheck1.d.ts +1 -0
- package/dist/icons/calendarCheck1.mjs +1 -1
- package/dist/icons/calendarCheck2.d.mts +1 -0
- package/dist/icons/calendarCheck2.d.ts +1 -0
- package/dist/icons/calendarCheck2.mjs +1 -1
- package/dist/icons/calendarDate.d.mts +1 -0
- package/dist/icons/calendarDate.d.ts +1 -0
- package/dist/icons/calendarDate.mjs +1 -1
- package/dist/icons/calendarHeart1.d.mts +1 -0
- package/dist/icons/calendarHeart1.d.ts +1 -0
- package/dist/icons/calendarHeart1.mjs +1 -1
- package/dist/icons/calendarHeart2.d.mts +1 -0
- package/dist/icons/calendarHeart2.d.ts +1 -0
- package/dist/icons/calendarHeart2.mjs +1 -1
- package/dist/icons/calendarMinus1.d.mts +1 -0
- package/dist/icons/calendarMinus1.d.ts +1 -0
- package/dist/icons/calendarMinus1.mjs +1 -1
- package/dist/icons/calendarMinus2.d.mts +1 -0
- package/dist/icons/calendarMinus2.d.ts +1 -0
- package/dist/icons/calendarMinus2.mjs +1 -1
- package/dist/icons/calendarPlus.d.mts +1 -0
- package/dist/icons/calendarPlus.d.ts +1 -0
- package/dist/icons/calendarPlus.mjs +1 -1
- package/dist/icons/calendarPlus1.d.mts +1 -0
- package/dist/icons/calendarPlus1.d.ts +1 -0
- package/dist/icons/calendarPlus1.mjs +1 -1
- package/dist/icons/calendarPlus2.d.mts +1 -0
- package/dist/icons/calendarPlus2.d.ts +1 -0
- package/dist/icons/calendarPlus2.mjs +1 -1
- package/dist/icons/calendarPlusCorner.d.mts +1 -0
- package/dist/icons/calendarPlusCorner.d.ts +1 -0
- package/dist/icons/calendarPlusCorner.mjs +1 -1
- package/dist/icons/camera.d.mts +1 -0
- package/dist/icons/camera.d.ts +1 -0
- package/dist/icons/camera.mjs +1 -1
- package/dist/icons/camera1.d.mts +1 -0
- package/dist/icons/camera1.d.ts +1 -0
- package/dist/icons/camera1.mjs +1 -1
- package/dist/icons/camera2.d.mts +1 -0
- package/dist/icons/camera2.d.ts +1 -0
- package/dist/icons/camera2.mjs +1 -1
- package/dist/icons/camera3.d.mts +1 -0
- package/dist/icons/camera3.d.ts +1 -0
- package/dist/icons/camera3.mjs +1 -1
- package/dist/icons/cameraLens.d.mts +1 -0
- package/dist/icons/cameraLens.d.ts +1 -0
- package/dist/icons/cameraLens.mjs +1 -1
- package/dist/icons/cameraOff.d.mts +1 -0
- package/dist/icons/cameraOff.d.ts +1 -0
- package/dist/icons/cameraOff.mjs +1 -1
- package/dist/icons/cameraPlus.d.mts +1 -0
- package/dist/icons/cameraPlus.d.ts +1 -0
- package/dist/icons/cameraPlus.mjs +1 -1
- package/dist/icons/car1.d.mts +1 -0
- package/dist/icons/car1.d.ts +1 -0
- package/dist/icons/car1.mjs +1 -1
- package/dist/icons/car2.d.mts +1 -0
- package/dist/icons/car2.d.ts +1 -0
- package/dist/icons/car2.mjs +1 -1
- package/dist/icons/certificate1.d.mts +1 -0
- package/dist/icons/certificate1.d.ts +1 -0
- package/dist/icons/certificate1.mjs +1 -1
- package/dist/icons/certificate2.d.mts +1 -0
- package/dist/icons/certificate2.d.ts +1 -0
- package/dist/icons/certificate2.mjs +1 -1
- package/dist/icons/chartBreakoutCircle.d.mts +1 -0
- package/dist/icons/chartBreakoutCircle.d.ts +1 -0
- package/dist/icons/chartBreakoutCircle.mjs +1 -1
- package/dist/icons/chartBreakoutSquare.d.mts +1 -0
- package/dist/icons/chartBreakoutSquare.d.ts +1 -0
- package/dist/icons/chartBreakoutSquare.mjs +1 -1
- package/dist/icons/check.d.mts +1 -0
- package/dist/icons/check.d.ts +1 -0
- package/dist/icons/check.mjs +1 -1
- package/dist/icons/checkCircle.d.mts +1 -0
- package/dist/icons/checkCircle.d.ts +1 -0
- package/dist/icons/checkCircle.mjs +1 -1
- package/dist/icons/checkCircleBroken.d.mts +1 -0
- package/dist/icons/checkCircleBroken.d.ts +1 -0
- package/dist/icons/checkCircleBroken.mjs +1 -1
- package/dist/icons/checkDone1.d.mts +1 -0
- package/dist/icons/checkDone1.d.ts +1 -0
- package/dist/icons/checkDone1.mjs +1 -1
- package/dist/icons/checkDone2.d.mts +1 -0
- package/dist/icons/checkDone2.d.ts +1 -0
- package/dist/icons/checkDone2.mjs +1 -1
- package/dist/icons/checkHeart.d.mts +1 -0
- package/dist/icons/checkHeart.d.ts +1 -0
- package/dist/icons/checkHeart.mjs +1 -1
- package/dist/icons/checkSquare.d.mts +1 -0
- package/dist/icons/checkSquare.d.ts +1 -0
- package/dist/icons/checkSquare.mjs +1 -1
- package/dist/icons/checkSquareBroken.d.mts +1 -0
- package/dist/icons/checkSquareBroken.d.ts +1 -0
- package/dist/icons/checkSquareBroken.mjs +1 -1
- package/dist/icons/checkVerified1.d.mts +1 -0
- package/dist/icons/checkVerified1.d.ts +1 -0
- package/dist/icons/checkVerified1.mjs +1 -1
- package/dist/icons/checkVerified2.d.mts +1 -0
- package/dist/icons/checkVerified2.d.ts +1 -0
- package/dist/icons/checkVerified2.mjs +1 -1
- package/dist/icons/checkVerified3.d.mts +1 -0
- package/dist/icons/checkVerified3.d.ts +1 -0
- package/dist/icons/checkVerified3.mjs +1 -1
- package/dist/icons/chevronDown.d.mts +1 -0
- package/dist/icons/chevronDown.d.ts +1 -0
- package/dist/icons/chevronDown.mjs +1 -1
- package/dist/icons/chevronDownDouble.d.mts +1 -0
- package/dist/icons/chevronDownDouble.d.ts +1 -0
- package/dist/icons/chevronDownDouble.mjs +1 -1
- package/dist/icons/chevronLeft.d.mts +1 -0
- package/dist/icons/chevronLeft.d.ts +1 -0
- package/dist/icons/chevronLeft.mjs +1 -1
- package/dist/icons/chevronLeftDouble.d.mts +1 -0
- package/dist/icons/chevronLeftDouble.d.ts +1 -0
- package/dist/icons/chevronLeftDouble.mjs +1 -1
- package/dist/icons/chevronRight.d.mts +1 -0
- package/dist/icons/chevronRight.d.ts +1 -0
- package/dist/icons/chevronRight.mjs +1 -1
- package/dist/icons/chevronRightDouble.d.mts +1 -0
- package/dist/icons/chevronRightDouble.d.ts +1 -0
- package/dist/icons/chevronRightDouble.mjs +1 -1
- package/dist/icons/chevronSelectorHorizontal.d.mts +1 -0
- package/dist/icons/chevronSelectorHorizontal.d.ts +1 -0
- package/dist/icons/chevronSelectorHorizontal.mjs +1 -1
- package/dist/icons/chevronSelectorVertical.d.mts +1 -0
- package/dist/icons/chevronSelectorVertical.d.ts +1 -0
- package/dist/icons/chevronSelectorVertical.mjs +1 -1
- package/dist/icons/chevronUp.d.mts +1 -0
- package/dist/icons/chevronUp.d.ts +1 -0
- package/dist/icons/chevronUp.mjs +1 -1
- package/dist/icons/chevronUpDouble.d.mts +1 -0
- package/dist/icons/chevronUpDouble.d.ts +1 -0
- package/dist/icons/chevronUpDouble.mjs +1 -1
- package/dist/icons/chromeCast.d.mts +1 -0
- package/dist/icons/chromeCast.d.ts +1 -0
- package/dist/icons/chromeCast.mjs +1 -1
- package/dist/icons/circle.d.mts +1 -0
- package/dist/icons/circle.d.ts +1 -0
- package/dist/icons/circle.mjs +1 -1
- package/dist/icons/circleCut.d.mts +1 -0
- package/dist/icons/circleCut.d.ts +1 -0
- package/dist/icons/circleCut.mjs +1 -1
- package/dist/icons/clapperboard.d.mts +1 -0
- package/dist/icons/clapperboard.d.ts +1 -0
- package/dist/icons/clapperboard.mjs +1 -1
- package/dist/icons/clipboard.d.mts +1 -0
- package/dist/icons/clipboard.d.ts +1 -0
- package/dist/icons/clipboard.mjs +1 -1
- package/dist/icons/clipboardAttachment.d.mts +1 -0
- package/dist/icons/clipboardAttachment.d.ts +1 -0
- package/dist/icons/clipboardAttachment.mjs +1 -1
- package/dist/icons/clipboardCheck.d.mts +1 -0
- package/dist/icons/clipboardCheck.d.ts +1 -0
- package/dist/icons/clipboardCheck.mjs +1 -1
- package/dist/icons/clipboardDownload.d.mts +1 -0
- package/dist/icons/clipboardDownload.d.ts +1 -0
- package/dist/icons/clipboardDownload.mjs +1 -1
- package/dist/icons/clipboardMinus.d.mts +1 -0
- package/dist/icons/clipboardMinus.d.ts +1 -0
- package/dist/icons/clipboardMinus.mjs +1 -1
- package/dist/icons/clipboardPlus.d.mts +1 -0
- package/dist/icons/clipboardPlus.d.ts +1 -0
- package/dist/icons/clipboardPlus.mjs +1 -1
- package/dist/icons/clipboardX.d.mts +1 -0
- package/dist/icons/clipboardX.d.ts +1 -0
- package/dist/icons/clipboardX.mjs +1 -1
- package/dist/icons/clock.d.mts +1 -0
- package/dist/icons/clock.d.ts +1 -0
- package/dist/icons/clock.mjs +1 -1
- package/dist/icons/clockCheck.d.mts +1 -0
- package/dist/icons/clockCheck.d.ts +1 -0
- package/dist/icons/clockCheck.mjs +1 -1
- package/dist/icons/clockFastForward.d.mts +1 -0
- package/dist/icons/clockFastForward.d.ts +1 -0
- package/dist/icons/clockFastForward.mjs +1 -1
- package/dist/icons/clockPlus.d.mts +1 -0
- package/dist/icons/clockPlus.d.ts +1 -0
- package/dist/icons/clockPlus.mjs +1 -1
- package/dist/icons/clockRefresh.d.mts +1 -0
- package/dist/icons/clockRefresh.d.ts +1 -0
- package/dist/icons/clockRefresh.mjs +1 -1
- package/dist/icons/clockRewind.d.mts +1 -0
- package/dist/icons/clockRewind.d.ts +1 -0
- package/dist/icons/clockRewind.mjs +1 -1
- package/dist/icons/clockSnooze.d.mts +1 -0
- package/dist/icons/clockSnooze.d.ts +1 -0
- package/dist/icons/clockSnooze.mjs +1 -1
- package/dist/icons/clockStopwatch.d.mts +1 -0
- package/dist/icons/clockStopwatch.d.ts +1 -0
- package/dist/icons/clockStopwatch.mjs +1 -1
- package/dist/icons/cloud1.d.mts +1 -0
- package/dist/icons/cloud1.d.ts +1 -0
- package/dist/icons/cloud1.mjs +1 -1
- package/dist/icons/cloud2.d.mts +1 -0
- package/dist/icons/cloud2.d.ts +1 -0
- package/dist/icons/cloud2.mjs +1 -1
- package/dist/icons/cloud3.d.mts +1 -0
- package/dist/icons/cloud3.d.ts +1 -0
- package/dist/icons/cloud3.mjs +1 -1
- package/dist/icons/cloudBlank1.d.mts +1 -0
- package/dist/icons/cloudBlank1.d.ts +1 -0
- package/dist/icons/cloudBlank1.mjs +1 -1
- package/dist/icons/cloudBlank2.d.mts +1 -0
- package/dist/icons/cloudBlank2.d.ts +1 -0
- package/dist/icons/cloudBlank2.mjs +1 -1
- package/dist/icons/cloudLightning.d.mts +1 -0
- package/dist/icons/cloudLightning.d.ts +1 -0
- package/dist/icons/cloudLightning.mjs +1 -1
- package/dist/icons/cloudMoon.d.mts +1 -0
- package/dist/icons/cloudMoon.d.ts +1 -0
- package/dist/icons/cloudMoon.mjs +1 -1
- package/dist/icons/cloudOff.d.mts +1 -0
- package/dist/icons/cloudOff.d.ts +1 -0
- package/dist/icons/cloudOff.mjs +1 -1
- package/dist/icons/cloudRaining1.d.mts +1 -0
- package/dist/icons/cloudRaining1.d.ts +1 -0
- package/dist/icons/cloudRaining1.mjs +1 -1
- package/dist/icons/cloudRaining2.d.mts +1 -0
- package/dist/icons/cloudRaining2.d.ts +1 -0
- package/dist/icons/cloudRaining2.mjs +1 -1
- package/dist/icons/cloudRaining3.d.mts +1 -0
- package/dist/icons/cloudRaining3.d.ts +1 -0
- package/dist/icons/cloudRaining3.mjs +1 -1
- package/dist/icons/cloudRaining4.d.mts +1 -0
- package/dist/icons/cloudRaining4.d.ts +1 -0
- package/dist/icons/cloudRaining4.mjs +1 -1
- package/dist/icons/cloudRaining5.d.mts +1 -0
- package/dist/icons/cloudRaining5.d.ts +1 -0
- package/dist/icons/cloudRaining5.mjs +1 -1
- package/dist/icons/cloudRaining6.d.mts +1 -0
- package/dist/icons/cloudRaining6.d.ts +1 -0
- package/dist/icons/cloudRaining6.mjs +1 -1
- package/dist/icons/cloudSnowing1.d.mts +1 -0
- package/dist/icons/cloudSnowing1.d.ts +1 -0
- package/dist/icons/cloudSnowing1.mjs +1 -1
- package/dist/icons/cloudSnowing2.d.mts +1 -0
- package/dist/icons/cloudSnowing2.d.ts +1 -0
- package/dist/icons/cloudSnowing2.mjs +1 -1
- package/dist/icons/cloudSun1.d.mts +1 -0
- package/dist/icons/cloudSun1.d.ts +1 -0
- package/dist/icons/cloudSun1.mjs +1 -1
- package/dist/icons/cloudSun2.d.mts +1 -0
- package/dist/icons/cloudSun2.d.ts +1 -0
- package/dist/icons/cloudSun2.mjs +1 -1
- package/dist/icons/cloudSun3.d.mts +1 -0
- package/dist/icons/cloudSun3.d.ts +1 -0
- package/dist/icons/cloudSun3.mjs +1 -1
- package/dist/icons/code1.d.mts +1 -0
- package/dist/icons/code1.d.ts +1 -0
- package/dist/icons/code1.mjs +1 -1
- package/dist/icons/code2.d.mts +1 -0
- package/dist/icons/code2.d.ts +1 -0
- package/dist/icons/code2.mjs +1 -1
- package/dist/icons/codeBrowser.d.mts +1 -0
- package/dist/icons/codeBrowser.d.ts +1 -0
- package/dist/icons/codeBrowser.mjs +1 -1
- package/dist/icons/codeCircle1.d.mts +1 -0
- package/dist/icons/codeCircle1.d.ts +1 -0
- package/dist/icons/codeCircle1.mjs +1 -1
- package/dist/icons/codeCircle2.d.mts +1 -0
- package/dist/icons/codeCircle2.d.ts +1 -0
- package/dist/icons/codeCircle2.mjs +1 -1
- package/dist/icons/codeCircle3.d.mts +1 -0
- package/dist/icons/codeCircle3.d.ts +1 -0
- package/dist/icons/codeCircle3.mjs +1 -1
- package/dist/icons/codeSnippet1.d.mts +1 -0
- package/dist/icons/codeSnippet1.d.ts +1 -0
- package/dist/icons/codeSnippet1.mjs +1 -1
- package/dist/icons/codeSnippet2.d.mts +1 -0
- package/dist/icons/codeSnippet2.d.ts +1 -0
- package/dist/icons/codeSnippet2.mjs +1 -1
- package/dist/icons/codeSquare1.d.mts +1 -0
- package/dist/icons/codeSquare1.d.ts +1 -0
- package/dist/icons/codeSquare1.mjs +1 -1
- package/dist/icons/codeSquare2.d.mts +1 -0
- package/dist/icons/codeSquare2.d.ts +1 -0
- package/dist/icons/codeSquare2.mjs +1 -1
- package/dist/icons/codepen.d.mts +1 -0
- package/dist/icons/codepen.d.ts +1 -0
- package/dist/icons/codepen.mjs +1 -1
- package/dist/icons/coins1.d.mts +1 -0
- package/dist/icons/coins1.d.ts +1 -0
- package/dist/icons/coins1.mjs +1 -1
- package/dist/icons/coins2.d.mts +1 -0
- package/dist/icons/coins2.d.ts +1 -0
- package/dist/icons/coins2.mjs +1 -1
- package/dist/icons/coins3.d.mts +1 -0
- package/dist/icons/coins3.d.ts +1 -0
- package/dist/icons/coins3.mjs +1 -1
- package/dist/icons/coins4.d.mts +1 -0
- package/dist/icons/coins4.d.ts +1 -0
- package/dist/icons/coins4.mjs +1 -1
- package/dist/icons/coinsHand.d.mts +1 -0
- package/dist/icons/coinsHand.d.ts +1 -0
- package/dist/icons/coinsHand.mjs +1 -1
- package/dist/icons/coinsStacked1.d.mts +1 -0
- package/dist/icons/coinsStacked1.d.ts +1 -0
- package/dist/icons/coinsStacked1.mjs +1 -1
- package/dist/icons/coinsStacked2.d.mts +1 -0
- package/dist/icons/coinsStacked2.d.ts +1 -0
- package/dist/icons/coinsStacked2.mjs +1 -1
- package/dist/icons/coinsStacked3.d.mts +1 -0
- package/dist/icons/coinsStacked3.d.ts +1 -0
- package/dist/icons/coinsStacked3.mjs +1 -1
- package/dist/icons/coinsStacked4.d.mts +1 -0
- package/dist/icons/coinsStacked4.d.ts +1 -0
- package/dist/icons/coinsStacked4.mjs +1 -1
- package/dist/icons/coinsSwap1.d.mts +1 -0
- package/dist/icons/coinsSwap1.d.ts +1 -0
- package/dist/icons/coinsSwap1.mjs +1 -1
- package/dist/icons/coinsSwap2.d.mts +1 -0
- package/dist/icons/coinsSwap2.d.ts +1 -0
- package/dist/icons/coinsSwap2.mjs +1 -1
- package/dist/icons/colors.d.mts +1 -0
- package/dist/icons/colors.d.ts +1 -0
- package/dist/icons/colors.mjs +1 -1
- package/dist/icons/colors1.d.mts +1 -0
- package/dist/icons/colors1.d.ts +1 -0
- package/dist/icons/colors1.mjs +1 -1
- package/dist/icons/columns1.d.mts +1 -0
- package/dist/icons/columns1.d.ts +1 -0
- package/dist/icons/columns1.mjs +1 -1
- package/dist/icons/columns2.d.mts +1 -0
- package/dist/icons/columns2.d.ts +1 -0
- package/dist/icons/columns2.mjs +1 -1
- package/dist/icons/columns3.d.mts +1 -0
- package/dist/icons/columns3.d.ts +1 -0
- package/dist/icons/columns3.mjs +1 -1
- package/dist/icons/command.d.mts +1 -0
- package/dist/icons/command.d.ts +1 -0
- package/dist/icons/command.mjs +1 -1
- package/dist/icons/compass.d.mts +1 -0
- package/dist/icons/compass.d.ts +1 -0
- package/dist/icons/compass.mjs +1 -1
- package/dist/icons/compass1.d.mts +1 -0
- package/dist/icons/compass1.d.ts +1 -0
- package/dist/icons/compass1.mjs +1 -1
- package/dist/icons/compass2.d.mts +1 -0
- package/dist/icons/compass2.d.ts +1 -0
- package/dist/icons/compass2.mjs +1 -1
- package/dist/icons/compass3.d.mts +1 -0
- package/dist/icons/compass3.d.ts +1 -0
- package/dist/icons/compass3.mjs +1 -1
- package/dist/icons/container.d.mts +1 -0
- package/dist/icons/container.d.ts +1 -0
- package/dist/icons/container.mjs +1 -1
- package/dist/icons/contrast1.d.mts +1 -0
- package/dist/icons/contrast1.d.ts +1 -0
- package/dist/icons/contrast1.mjs +1 -1
- package/dist/icons/contrast2.d.mts +1 -0
- package/dist/icons/contrast2.d.ts +1 -0
- package/dist/icons/contrast2.mjs +1 -1
- package/dist/icons/contrast3.d.mts +1 -0
- package/dist/icons/contrast3.d.ts +1 -0
- package/dist/icons/contrast3.mjs +1 -1
- package/dist/icons/copy.d.mts +1 -0
- package/dist/icons/copy.d.ts +1 -0
- package/dist/icons/copy.mjs +1 -1
- package/dist/icons/copy1.d.mts +1 -0
- package/dist/icons/copy1.d.ts +1 -0
- package/dist/icons/copy1.mjs +1 -1
- package/dist/icons/copy2.d.mts +1 -0
- package/dist/icons/copy2.d.ts +1 -0
- package/dist/icons/copy2.mjs +1 -1
- package/dist/icons/copy3.d.mts +1 -0
- package/dist/icons/copy3.d.ts +1 -0
- package/dist/icons/copy3.mjs +1 -1
- package/dist/icons/copy4.d.mts +1 -0
- package/dist/icons/copy4.d.ts +1 -0
- package/dist/icons/copy4.mjs +1 -1
- package/dist/icons/copy5.d.mts +1 -0
- package/dist/icons/copy5.d.ts +1 -0
- package/dist/icons/copy5.mjs +1 -1
- package/dist/icons/copy6.d.mts +1 -0
- package/dist/icons/copy6.d.ts +1 -0
- package/dist/icons/copy6.mjs +1 -1
- package/dist/icons/copy7.d.mts +1 -0
- package/dist/icons/copy7.d.ts +1 -0
- package/dist/icons/copy7.mjs +1 -1
- package/dist/icons/cornerDownLeft.d.mts +1 -0
- package/dist/icons/cornerDownLeft.d.ts +1 -0
- package/dist/icons/cornerDownLeft.mjs +1 -1
- package/dist/icons/cornerDownRight.d.mts +1 -0
- package/dist/icons/cornerDownRight.d.ts +1 -0
- package/dist/icons/cornerDownRight.mjs +1 -1
- package/dist/icons/cornerLeftDown.d.mts +1 -0
- package/dist/icons/cornerLeftDown.d.ts +1 -0
- package/dist/icons/cornerLeftDown.mjs +1 -1
- package/dist/icons/cornerLeftUp.d.mts +1 -0
- package/dist/icons/cornerLeftUp.d.ts +1 -0
- package/dist/icons/cornerLeftUp.mjs +1 -1
- package/dist/icons/cornerRightDown.d.mts +1 -0
- package/dist/icons/cornerRightDown.d.ts +1 -0
- package/dist/icons/cornerRightDown.mjs +1 -1
- package/dist/icons/cornerRightUp.d.mts +1 -0
- package/dist/icons/cornerRightUp.d.ts +1 -0
- package/dist/icons/cornerRightUp.mjs +1 -1
- package/dist/icons/cornerUpLeft.d.mts +1 -0
- package/dist/icons/cornerUpLeft.d.ts +1 -0
- package/dist/icons/cornerUpLeft.mjs +1 -1
- package/dist/icons/cornerUpRight.d.mts +1 -0
- package/dist/icons/cornerUpRight.d.ts +1 -0
- package/dist/icons/cornerUpRight.mjs +1 -1
- package/dist/icons/cpuChip1.d.mts +1 -0
- package/dist/icons/cpuChip1.d.ts +1 -0
- package/dist/icons/cpuChip1.mjs +1 -1
- package/dist/icons/cpuChip2.d.mts +1 -0
- package/dist/icons/cpuChip2.d.ts +1 -0
- package/dist/icons/cpuChip2.mjs +1 -1
- package/dist/icons/creditCard1.d.mts +1 -0
- package/dist/icons/creditCard1.d.ts +1 -0
- package/dist/icons/creditCard1.mjs +1 -1
- package/dist/icons/creditCard2.d.mts +1 -0
- package/dist/icons/creditCard2.d.ts +1 -0
- package/dist/icons/creditCard2.mjs +1 -1
- package/dist/icons/creditCardCheck.d.mts +1 -0
- package/dist/icons/creditCardCheck.d.ts +1 -0
- package/dist/icons/creditCardCheck.mjs +1 -1
- package/dist/icons/creditCardDown.d.mts +1 -0
- package/dist/icons/creditCardDown.d.ts +1 -0
- package/dist/icons/creditCardDown.mjs +1 -1
- package/dist/icons/creditCardDownload.d.mts +1 -0
- package/dist/icons/creditCardDownload.d.ts +1 -0
- package/dist/icons/creditCardDownload.mjs +1 -1
- package/dist/icons/creditCardEdit.d.mts +1 -0
- package/dist/icons/creditCardEdit.d.ts +1 -0
- package/dist/icons/creditCardEdit.mjs +1 -1
- package/dist/icons/creditCardLock.d.mts +1 -0
- package/dist/icons/creditCardLock.d.ts +1 -0
- package/dist/icons/creditCardLock.mjs +1 -1
- package/dist/icons/creditCardMinus.d.mts +1 -0
- package/dist/icons/creditCardMinus.d.ts +1 -0
- package/dist/icons/creditCardMinus.mjs +1 -1
- package/dist/icons/creditCardPlus.d.mts +1 -0
- package/dist/icons/creditCardPlus.d.ts +1 -0
- package/dist/icons/creditCardPlus.mjs +1 -1
- package/dist/icons/creditCardRefresh.d.mts +1 -0
- package/dist/icons/creditCardRefresh.d.ts +1 -0
- package/dist/icons/creditCardRefresh.mjs +1 -1
- package/dist/icons/creditCardSearch.d.mts +1 -0
- package/dist/icons/creditCardSearch.d.ts +1 -0
- package/dist/icons/creditCardSearch.mjs +1 -1
- package/dist/icons/creditCardShield.d.mts +1 -0
- package/dist/icons/creditCardShield.d.ts +1 -0
- package/dist/icons/creditCardShield.mjs +1 -1
- package/dist/icons/creditCardUp.d.mts +1 -0
- package/dist/icons/creditCardUp.d.ts +1 -0
- package/dist/icons/creditCardUp.mjs +1 -1
- package/dist/icons/creditCardUpload.d.mts +1 -0
- package/dist/icons/creditCardUpload.d.ts +1 -0
- package/dist/icons/creditCardUpload.mjs +1 -1
- package/dist/icons/creditCardX.d.mts +1 -0
- package/dist/icons/creditCardX.d.ts +1 -0
- package/dist/icons/creditCardX.mjs +1 -1
- package/dist/icons/crop1.d.mts +1 -0
- package/dist/icons/crop1.d.ts +1 -0
- package/dist/icons/crop1.mjs +1 -1
- package/dist/icons/crop2.d.mts +1 -0
- package/dist/icons/crop2.d.ts +1 -0
- package/dist/icons/crop2.mjs +1 -1
- package/dist/icons/cryptocurrency1.d.mts +1 -0
- package/dist/icons/cryptocurrency1.d.ts +1 -0
- package/dist/icons/cryptocurrency1.mjs +1 -1
- package/dist/icons/cryptocurrency2.d.mts +1 -0
- package/dist/icons/cryptocurrency2.d.ts +1 -0
- package/dist/icons/cryptocurrency2.mjs +1 -1
- package/dist/icons/cryptocurrency3.d.mts +1 -0
- package/dist/icons/cryptocurrency3.d.ts +1 -0
- package/dist/icons/cryptocurrency3.mjs +1 -1
- package/dist/icons/cryptocurrency4.d.mts +1 -0
- package/dist/icons/cryptocurrency4.d.ts +1 -0
- package/dist/icons/cryptocurrency4.mjs +1 -1
- package/dist/icons/cube1.d.mts +1 -0
- package/dist/icons/cube1.d.ts +1 -0
- package/dist/icons/cube1.mjs +1 -1
- package/dist/icons/cube2.d.mts +1 -0
- package/dist/icons/cube2.d.ts +1 -0
- package/dist/icons/cube2.mjs +1 -1
- package/dist/icons/cube3.d.mts +1 -0
- package/dist/icons/cube3.d.ts +1 -0
- package/dist/icons/cube3.mjs +1 -1
- package/dist/icons/cube4.d.mts +1 -0
- package/dist/icons/cube4.d.ts +1 -0
- package/dist/icons/cube4.mjs +1 -1
- package/dist/icons/cubeOutline.d.mts +1 -0
- package/dist/icons/cubeOutline.d.ts +1 -0
- package/dist/icons/cubeOutline.mjs +1 -1
- package/dist/icons/currencyBitcoin.d.mts +1 -0
- package/dist/icons/currencyBitcoin.d.ts +1 -0
- package/dist/icons/currencyBitcoin.mjs +1 -1
- package/dist/icons/currencyBitcoinCircle.d.mts +1 -0
- package/dist/icons/currencyBitcoinCircle.d.ts +1 -0
- package/dist/icons/currencyBitcoinCircle.mjs +1 -1
- package/dist/icons/currencyDollar.d.mts +1 -0
- package/dist/icons/currencyDollar.d.ts +1 -0
- package/dist/icons/currencyDollar.mjs +1 -1
- package/dist/icons/currencyDollarCircle.d.mts +1 -0
- package/dist/icons/currencyDollarCircle.d.ts +1 -0
- package/dist/icons/currencyDollarCircle.mjs +1 -1
- package/dist/icons/currencyEthereum.d.mts +1 -0
- package/dist/icons/currencyEthereum.d.ts +1 -0
- package/dist/icons/currencyEthereum.mjs +1 -1
- package/dist/icons/currencyEthereumCircle.d.mts +1 -0
- package/dist/icons/currencyEthereumCircle.d.ts +1 -0
- package/dist/icons/currencyEthereumCircle.mjs +1 -1
- package/dist/icons/currencyEuro.d.mts +1 -0
- package/dist/icons/currencyEuro.d.ts +1 -0
- package/dist/icons/currencyEuro.mjs +1 -1
- package/dist/icons/currencyEuroCircle.d.mts +1 -0
- package/dist/icons/currencyEuroCircle.d.ts +1 -0
- package/dist/icons/currencyEuroCircle.mjs +1 -1
- package/dist/icons/currencyPound.d.mts +1 -0
- package/dist/icons/currencyPound.d.ts +1 -0
- package/dist/icons/currencyPound.mjs +1 -1
- package/dist/icons/currencyPoundCircle.d.mts +1 -0
- package/dist/icons/currencyPoundCircle.d.ts +1 -0
- package/dist/icons/currencyPoundCircle.mjs +1 -1
- package/dist/icons/currencyRuble.d.mts +1 -0
- package/dist/icons/currencyRuble.d.ts +1 -0
- package/dist/icons/currencyRuble.mjs +1 -1
- package/dist/icons/currencyRubleCircle.d.mts +1 -0
- package/dist/icons/currencyRubleCircle.d.ts +1 -0
- package/dist/icons/currencyRubleCircle.mjs +1 -1
- package/dist/icons/currencyRupee.d.mts +1 -0
- package/dist/icons/currencyRupee.d.ts +1 -0
- package/dist/icons/currencyRupee.mjs +1 -1
- package/dist/icons/currencyRupeeCircle.d.mts +1 -0
- package/dist/icons/currencyRupeeCircle.d.ts +1 -0
- package/dist/icons/currencyRupeeCircle.mjs +1 -1
- package/dist/icons/currencyYen.d.mts +1 -0
- package/dist/icons/currencyYen.d.ts +1 -0
- package/dist/icons/currencyYen.mjs +1 -1
- package/dist/icons/currencyYenCircle.d.mts +1 -0
- package/dist/icons/currencyYenCircle.d.ts +1 -0
- package/dist/icons/currencyYenCircle.mjs +1 -1
- package/dist/icons/cursor1.d.mts +1 -0
- package/dist/icons/cursor1.d.ts +1 -0
- package/dist/icons/cursor1.mjs +1 -1
- package/dist/icons/cursor2.d.mts +1 -0
- package/dist/icons/cursor2.d.ts +1 -0
- package/dist/icons/cursor2.mjs +1 -1
- package/dist/icons/cursor3.d.mts +1 -0
- package/dist/icons/cursor3.d.ts +1 -0
- package/dist/icons/cursor3.mjs +1 -1
- package/dist/icons/cursor4.d.mts +1 -0
- package/dist/icons/cursor4.d.ts +1 -0
- package/dist/icons/cursor4.mjs +1 -1
- package/dist/icons/cursorBox.d.mts +1 -0
- package/dist/icons/cursorBox.d.ts +1 -0
- package/dist/icons/cursorBox.mjs +1 -1
- package/dist/icons/cursorClick.d.mts +1 -0
- package/dist/icons/cursorClick.d.ts +1 -0
- package/dist/icons/cursorClick.mjs +1 -1
- package/dist/icons/cursorClick1.d.mts +1 -0
- package/dist/icons/cursorClick1.d.ts +1 -0
- package/dist/icons/cursorClick1.mjs +1 -1
- package/dist/icons/cursorClick2.d.mts +1 -0
- package/dist/icons/cursorClick2.d.ts +1 -0
- package/dist/icons/cursorClick2.mjs +1 -1
- package/dist/icons/data.d.mts +1 -0
- package/dist/icons/data.d.ts +1 -0
- package/dist/icons/data.mjs +1 -1
- package/dist/icons/database1.d.mts +1 -0
- package/dist/icons/database1.d.ts +1 -0
- package/dist/icons/database1.mjs +1 -1
- package/dist/icons/database2.d.mts +1 -0
- package/dist/icons/database2.d.ts +1 -0
- package/dist/icons/database2.mjs +1 -1
- package/dist/icons/database3.d.mts +1 -0
- package/dist/icons/database3.d.ts +1 -0
- package/dist/icons/database3.mjs +1 -1
- package/dist/icons/dataflow1.d.mts +1 -0
- package/dist/icons/dataflow1.d.ts +1 -0
- package/dist/icons/dataflow1.mjs +1 -1
- package/dist/icons/dataflow2.d.mts +1 -0
- package/dist/icons/dataflow2.d.ts +1 -0
- package/dist/icons/dataflow2.mjs +1 -1
- package/dist/icons/dataflow3.d.mts +1 -0
- package/dist/icons/dataflow3.d.ts +1 -0
- package/dist/icons/dataflow3.mjs +1 -1
- package/dist/icons/dataflow4.d.mts +1 -0
- package/dist/icons/dataflow4.d.ts +1 -0
- package/dist/icons/dataflow4.mjs +1 -1
- package/dist/icons/delete.d.mts +1 -0
- package/dist/icons/delete.d.ts +1 -0
- package/dist/icons/delete.mjs +1 -1
- package/dist/icons/diamond1.d.mts +1 -0
- package/dist/icons/diamond1.d.ts +1 -0
- package/dist/icons/diamond1.mjs +1 -1
- package/dist/icons/diamond2.d.mts +1 -0
- package/dist/icons/diamond2.d.ts +1 -0
- package/dist/icons/diamond2.mjs +1 -1
- package/dist/icons/dice1.d.mts +1 -0
- package/dist/icons/dice1.d.ts +1 -0
- package/dist/icons/dice1.mjs +1 -1
- package/dist/icons/dice2.d.mts +1 -0
- package/dist/icons/dice2.d.ts +1 -0
- package/dist/icons/dice2.mjs +1 -1
- package/dist/icons/dice3.d.mts +1 -0
- package/dist/icons/dice3.d.ts +1 -0
- package/dist/icons/dice3.mjs +1 -1
- package/dist/icons/dice4.d.mts +1 -0
- package/dist/icons/dice4.d.ts +1 -0
- package/dist/icons/dice4.mjs +1 -1
- package/dist/icons/dice5.d.mts +1 -0
- package/dist/icons/dice5.d.ts +1 -0
- package/dist/icons/dice5.mjs +1 -1
- package/dist/icons/dice6.d.mts +1 -0
- package/dist/icons/dice6.d.ts +1 -0
- package/dist/icons/dice6.mjs +1 -1
- package/dist/icons/disc1.d.mts +1 -0
- package/dist/icons/disc1.d.ts +1 -0
- package/dist/icons/disc1.mjs +1 -1
- package/dist/icons/disc2.d.mts +1 -0
- package/dist/icons/disc2.d.ts +1 -0
- package/dist/icons/disc2.mjs +1 -1
- package/dist/icons/distributeSpacingHorizontal.d.mts +1 -0
- package/dist/icons/distributeSpacingHorizontal.d.ts +1 -0
- package/dist/icons/distributeSpacingHorizontal.mjs +1 -1
- package/dist/icons/distributeSpacingVertical.d.mts +1 -0
- package/dist/icons/distributeSpacingVertical.d.ts +1 -0
- package/dist/icons/distributeSpacingVertical.mjs +1 -1
- package/dist/icons/divide1.d.mts +1 -0
- package/dist/icons/divide1.d.ts +1 -0
- package/dist/icons/divide1.mjs +1 -1
- package/dist/icons/divide2.d.mts +1 -0
- package/dist/icons/divide2.d.ts +1 -0
- package/dist/icons/divide2.mjs +1 -1
- package/dist/icons/divide3.d.mts +1 -0
- package/dist/icons/divide3.d.ts +1 -0
- package/dist/icons/divide3.mjs +1 -1
- package/dist/icons/divider.d.mts +1 -0
- package/dist/icons/divider.d.ts +1 -0
- package/dist/icons/divider.mjs +1 -1
- package/dist/icons/dotpoints1.d.mts +1 -0
- package/dist/icons/dotpoints1.d.ts +1 -0
- package/dist/icons/dotpoints1.mjs +1 -1
- package/dist/icons/dotpoints2.d.mts +1 -0
- package/dist/icons/dotpoints2.d.ts +1 -0
- package/dist/icons/dotpoints2.mjs +1 -1
- package/dist/icons/dotsGrid.d.mts +1 -0
- package/dist/icons/dotsGrid.d.ts +1 -0
- package/dist/icons/dotsGrid.mjs +1 -1
- package/dist/icons/dotsHorizontal.d.mts +1 -0
- package/dist/icons/dotsHorizontal.d.ts +1 -0
- package/dist/icons/dotsHorizontal.mjs +1 -1
- package/dist/icons/dotsVertical.d.mts +1 -0
- package/dist/icons/dotsVertical.d.ts +1 -0
- package/dist/icons/dotsVertical.mjs +1 -1
- package/dist/icons/download.d.mts +1 -0
- package/dist/icons/download.d.ts +1 -0
- package/dist/icons/download.mjs +1 -1
- package/dist/icons/download1.d.mts +1 -0
- package/dist/icons/download1.d.ts +1 -0
- package/dist/icons/download1.mjs +1 -1
- package/dist/icons/download2.d.mts +1 -0
- package/dist/icons/download2.d.ts +1 -0
- package/dist/icons/download2.mjs +1 -1
- package/dist/icons/download3.d.mts +1 -0
- package/dist/icons/download3.d.ts +1 -0
- package/dist/icons/download3.mjs +1 -1
- package/dist/icons/download4.d.mts +1 -0
- package/dist/icons/download4.d.ts +1 -0
- package/dist/icons/download4.mjs +1 -1
- package/dist/icons/downloadCloud1.d.mts +1 -0
- package/dist/icons/downloadCloud1.d.ts +1 -0
- package/dist/icons/downloadCloud1.mjs +1 -1
- package/dist/icons/downloadCloud2.d.mts +1 -0
- package/dist/icons/downloadCloud2.d.ts +1 -0
- package/dist/icons/downloadCloud2.mjs +1 -1
- package/dist/icons/drop.d.mts +1 -0
- package/dist/icons/drop.d.ts +1 -0
- package/dist/icons/drop.mjs +1 -1
- package/dist/icons/droplets1.d.mts +1 -0
- package/dist/icons/droplets1.d.ts +1 -0
- package/dist/icons/droplets1.mjs +1 -1
- package/dist/icons/droplets2.d.mts +1 -0
- package/dist/icons/droplets2.d.ts +1 -0
- package/dist/icons/droplets2.mjs +1 -1
- package/dist/icons/droplets3.d.mts +1 -0
- package/dist/icons/droplets3.d.ts +1 -0
- package/dist/icons/droplets3.mjs +1 -1
- package/dist/icons/dropper.d.mts +1 -0
- package/dist/icons/dropper.d.ts +1 -0
- package/dist/icons/dropper.mjs +1 -1
- package/dist/icons/edit.d.mts +1 -0
- package/dist/icons/edit.d.ts +1 -0
- package/dist/icons/edit.mjs +1 -1
- package/dist/icons/edit1.d.mts +1 -0
- package/dist/icons/edit1.d.ts +1 -0
- package/dist/icons/edit1.mjs +1 -1
- package/dist/icons/edit2.d.mts +1 -0
- package/dist/icons/edit2.d.ts +1 -0
- package/dist/icons/edit2.mjs +1 -1
- package/dist/icons/edit3.d.mts +1 -0
- package/dist/icons/edit3.d.ts +1 -0
- package/dist/icons/edit3.mjs +1 -1
- package/dist/icons/edit4.d.mts +1 -0
- package/dist/icons/edit4.d.ts +1 -0
- package/dist/icons/edit4.mjs +1 -1
- package/dist/icons/edit5.d.mts +1 -0
- package/dist/icons/edit5.d.ts +1 -0
- package/dist/icons/edit5.mjs +1 -1
- package/dist/icons/equal.d.mts +1 -0
- package/dist/icons/equal.d.ts +1 -0
- package/dist/icons/equal.mjs +1 -1
- package/dist/icons/equalNot.d.mts +1 -0
- package/dist/icons/equalNot.d.ts +1 -0
- package/dist/icons/equalNot.mjs +1 -1
- package/dist/icons/eraser.d.mts +1 -0
- package/dist/icons/eraser.d.ts +1 -0
- package/dist/icons/eraser.mjs +1 -1
- package/dist/icons/expand.d.mts +1 -0
- package/dist/icons/expand.d.ts +1 -0
- package/dist/icons/expand.mjs +1 -1
- package/dist/icons/expand1.d.mts +1 -0
- package/dist/icons/expand1.d.ts +1 -0
- package/dist/icons/expand1.mjs +1 -1
- package/dist/icons/expand2.d.mts +1 -0
- package/dist/icons/expand2.d.ts +1 -0
- package/dist/icons/expand2.mjs +1 -1
- package/dist/icons/expand3.d.mts +1 -0
- package/dist/icons/expand3.d.ts +1 -0
- package/dist/icons/expand3.mjs +1 -1
- package/dist/icons/expand4.d.mts +1 -0
- package/dist/icons/expand4.d.ts +1 -0
- package/dist/icons/expand4.mjs +1 -1
- package/dist/icons/expand5.d.mts +1 -0
- package/dist/icons/expand5.d.ts +1 -0
- package/dist/icons/expand5.mjs +1 -1
- package/dist/icons/expand6.d.mts +1 -0
- package/dist/icons/expand6.d.ts +1 -0
- package/dist/icons/expand6.mjs +1 -1
- package/dist/icons/eye.d.mts +1 -0
- package/dist/icons/eye.d.ts +1 -0
- package/dist/icons/eye.mjs +1 -1
- package/dist/icons/eyeOff.d.mts +1 -0
- package/dist/icons/eyeOff.d.ts +1 -0
- package/dist/icons/eyeOff.mjs +1 -1
- package/dist/icons/faceContent.d.mts +1 -0
- package/dist/icons/faceContent.d.ts +1 -0
- package/dist/icons/faceContent.mjs +1 -1
- package/dist/icons/faceFrown.d.mts +1 -0
- package/dist/icons/faceFrown.d.ts +1 -0
- package/dist/icons/faceFrown.mjs +1 -1
- package/dist/icons/faceHappy.d.mts +1 -0
- package/dist/icons/faceHappy.d.ts +1 -0
- package/dist/icons/faceHappy.mjs +1 -1
- package/dist/icons/faceId.d.mts +1 -0
- package/dist/icons/faceId.d.ts +1 -0
- package/dist/icons/faceId.mjs +1 -1
- package/dist/icons/faceIdSquare.d.mts +1 -0
- package/dist/icons/faceIdSquare.d.ts +1 -0
- package/dist/icons/faceIdSquare.mjs +1 -1
- package/dist/icons/faceNeutral.d.mts +1 -0
- package/dist/icons/faceNeutral.d.ts +1 -0
- package/dist/icons/faceNeutral.mjs +1 -1
- package/dist/icons/faceSad.d.mts +1 -0
- package/dist/icons/faceSad.d.ts +1 -0
- package/dist/icons/faceSad.mjs +1 -1
- package/dist/icons/faceSmile.d.mts +1 -0
- package/dist/icons/faceSmile.d.ts +1 -0
- package/dist/icons/faceSmile.mjs +1 -1
- package/dist/icons/faceWink.d.mts +1 -0
- package/dist/icons/faceWink.d.ts +1 -0
- package/dist/icons/faceWink.mjs +1 -1
- package/dist/icons/fastBackward.d.mts +1 -0
- package/dist/icons/fastBackward.d.ts +1 -0
- package/dist/icons/fastBackward.mjs +1 -1
- package/dist/icons/fastForward.d.mts +1 -0
- package/dist/icons/fastForward.d.ts +1 -0
- package/dist/icons/fastForward.mjs +1 -1
- package/dist/icons/feather.d.mts +1 -0
- package/dist/icons/feather.d.ts +1 -0
- package/dist/icons/feather.mjs +1 -1
- package/dist/icons/figma.d.mts +1 -0
- package/dist/icons/figma.d.ts +1 -0
- package/dist/icons/figma.mjs +1 -1
- package/dist/icons/file1.d.mts +1 -0
- package/dist/icons/file1.d.ts +1 -0
- package/dist/icons/file1.mjs +1 -1
- package/dist/icons/file2.d.mts +1 -0
- package/dist/icons/file2.d.ts +1 -0
- package/dist/icons/file2.mjs +1 -1
- package/dist/icons/file3.d.mts +1 -0
- package/dist/icons/file3.d.ts +1 -0
- package/dist/icons/file3.mjs +1 -1
- package/dist/icons/file4.d.mts +1 -0
- package/dist/icons/file4.d.ts +1 -0
- package/dist/icons/file4.mjs +1 -1
- package/dist/icons/file5.d.mts +1 -0
- package/dist/icons/file5.d.ts +1 -0
- package/dist/icons/file5.mjs +1 -1
- package/dist/icons/file6.d.mts +1 -0
- package/dist/icons/file6.d.ts +1 -0
- package/dist/icons/file6.mjs +1 -1
- package/dist/icons/file7.d.mts +1 -0
- package/dist/icons/file7.d.ts +1 -0
- package/dist/icons/file7.mjs +1 -1
- package/dist/icons/fileAttachment1.d.mts +1 -0
- package/dist/icons/fileAttachment1.d.ts +1 -0
- package/dist/icons/fileAttachment1.mjs +1 -1
- package/dist/icons/fileAttachment2.d.mts +1 -0
- package/dist/icons/fileAttachment2.d.ts +1 -0
- package/dist/icons/fileAttachment2.mjs +1 -1
- package/dist/icons/fileAttachment3.d.mts +1 -0
- package/dist/icons/fileAttachment3.d.ts +1 -0
- package/dist/icons/fileAttachment3.mjs +1 -1
- package/dist/icons/fileAttachment4.d.mts +1 -0
- package/dist/icons/fileAttachment4.d.ts +1 -0
- package/dist/icons/fileAttachment4.mjs +1 -1
- package/dist/icons/fileAttachment5.d.mts +1 -0
- package/dist/icons/fileAttachment5.d.ts +1 -0
- package/dist/icons/fileAttachment5.mjs +1 -1
- package/dist/icons/fileCheck1.d.mts +1 -0
- package/dist/icons/fileCheck1.d.ts +1 -0
- package/dist/icons/fileCheck1.mjs +1 -1
- package/dist/icons/fileCheck2.d.mts +1 -0
- package/dist/icons/fileCheck2.d.ts +1 -0
- package/dist/icons/fileCheck2.mjs +1 -1
- package/dist/icons/fileCheck3.d.mts +1 -0
- package/dist/icons/fileCheck3.d.ts +1 -0
- package/dist/icons/fileCheck3.mjs +1 -1
- package/dist/icons/fileCode1.d.mts +1 -0
- package/dist/icons/fileCode1.d.ts +1 -0
- package/dist/icons/fileCode1.mjs +1 -1
- package/dist/icons/fileCode2.d.mts +1 -0
- package/dist/icons/fileCode2.d.ts +1 -0
- package/dist/icons/fileCode2.mjs +1 -1
- package/dist/icons/fileDownload1.d.mts +1 -0
- package/dist/icons/fileDownload1.d.ts +1 -0
- package/dist/icons/fileDownload1.mjs +1 -1
- package/dist/icons/fileDownload2.d.mts +1 -0
- package/dist/icons/fileDownload2.d.ts +1 -0
- package/dist/icons/fileDownload2.mjs +1 -1
- package/dist/icons/fileDownload3.d.mts +1 -0
- package/dist/icons/fileDownload3.d.ts +1 -0
- package/dist/icons/fileDownload3.mjs +1 -1
- package/dist/icons/fileHeart1.d.mts +1 -0
- package/dist/icons/fileHeart1.d.ts +1 -0
- package/dist/icons/fileHeart1.mjs +1 -1
- package/dist/icons/fileHeart2.d.mts +1 -0
- package/dist/icons/fileHeart2.d.ts +1 -0
- package/dist/icons/fileHeart2.mjs +1 -1
- package/dist/icons/fileHeart3.d.mts +1 -0
- package/dist/icons/fileHeart3.d.ts +1 -0
- package/dist/icons/fileHeart3.mjs +1 -1
- package/dist/icons/fileLock1.d.mts +1 -0
- package/dist/icons/fileLock1.d.ts +1 -0
- package/dist/icons/fileLock1.mjs +1 -1
- package/dist/icons/fileLock2.d.mts +1 -0
- package/dist/icons/fileLock2.d.ts +1 -0
- package/dist/icons/fileLock2.mjs +1 -1
- package/dist/icons/fileLock3.d.mts +1 -0
- package/dist/icons/fileLock3.d.ts +1 -0
- package/dist/icons/fileLock3.mjs +1 -1
- package/dist/icons/fileMinus1.d.mts +1 -0
- package/dist/icons/fileMinus1.d.ts +1 -0
- package/dist/icons/fileMinus1.mjs +1 -1
- package/dist/icons/fileMinus2.d.mts +1 -0
- package/dist/icons/fileMinus2.d.ts +1 -0
- package/dist/icons/fileMinus2.mjs +1 -1
- package/dist/icons/fileMinus3.d.mts +1 -0
- package/dist/icons/fileMinus3.d.ts +1 -0
- package/dist/icons/fileMinus3.mjs +1 -1
- package/dist/icons/filePlus1.d.mts +1 -0
- package/dist/icons/filePlus1.d.ts +1 -0
- package/dist/icons/filePlus1.mjs +1 -1
- package/dist/icons/filePlus2.d.mts +1 -0
- package/dist/icons/filePlus2.d.ts +1 -0
- package/dist/icons/filePlus2.mjs +1 -1
- package/dist/icons/filePlus3.d.mts +1 -0
- package/dist/icons/filePlus3.d.ts +1 -0
- package/dist/icons/filePlus3.mjs +1 -1
- package/dist/icons/fileQuestion.d.mts +1 -0
- package/dist/icons/fileQuestion.d.ts +1 -0
- package/dist/icons/fileQuestion.mjs +1 -1
- package/dist/icons/fileQuestion1.d.mts +1 -0
- package/dist/icons/fileQuestion1.d.ts +1 -0
- package/dist/icons/fileQuestion1.mjs +1 -1
- package/dist/icons/fileQuestion2.d.mts +1 -0
- package/dist/icons/fileQuestion2.d.ts +1 -0
- package/dist/icons/fileQuestion2.mjs +1 -1
- package/dist/icons/fileQuestion3.d.mts +1 -0
- package/dist/icons/fileQuestion3.d.ts +1 -0
- package/dist/icons/fileQuestion3.mjs +1 -1
- package/dist/icons/fileSearch1.d.mts +1 -0
- package/dist/icons/fileSearch1.d.ts +1 -0
- package/dist/icons/fileSearch1.mjs +1 -1
- package/dist/icons/fileSearch2.d.mts +1 -0
- package/dist/icons/fileSearch2.d.ts +1 -0
- package/dist/icons/fileSearch2.mjs +1 -1
- package/dist/icons/fileSearch3.d.mts +1 -0
- package/dist/icons/fileSearch3.d.ts +1 -0
- package/dist/icons/fileSearch3.mjs +1 -1
- package/dist/icons/fileShield1.d.mts +1 -0
- package/dist/icons/fileShield1.d.ts +1 -0
- package/dist/icons/fileShield1.mjs +1 -1
- package/dist/icons/fileShield2.d.mts +1 -0
- package/dist/icons/fileShield2.d.ts +1 -0
- package/dist/icons/fileShield2.mjs +1 -1
- package/dist/icons/fileShield3.d.mts +1 -0
- package/dist/icons/fileShield3.d.ts +1 -0
- package/dist/icons/fileShield3.mjs +1 -1
- package/dist/icons/fileX1.d.mts +1 -0
- package/dist/icons/fileX1.d.ts +1 -0
- package/dist/icons/fileX1.mjs +1 -1
- package/dist/icons/fileX2.d.mts +1 -0
- package/dist/icons/fileX2.d.ts +1 -0
- package/dist/icons/fileX2.mjs +1 -1
- package/dist/icons/fileX3.d.mts +1 -0
- package/dist/icons/fileX3.d.ts +1 -0
- package/dist/icons/fileX3.mjs +1 -1
- package/dist/icons/film1.d.mts +1 -0
- package/dist/icons/film1.d.ts +1 -0
- package/dist/icons/film1.mjs +1 -1
- package/dist/icons/film2.d.mts +1 -0
- package/dist/icons/film2.d.ts +1 -0
- package/dist/icons/film2.mjs +1 -1
- package/dist/icons/film3.d.mts +1 -0
- package/dist/icons/film3.d.ts +1 -0
- package/dist/icons/film3.mjs +1 -1
- package/dist/icons/filterFunnel1.d.mts +1 -0
- package/dist/icons/filterFunnel1.d.ts +1 -0
- package/dist/icons/filterFunnel1.mjs +1 -1
- package/dist/icons/filterFunnel2.d.mts +1 -0
- package/dist/icons/filterFunnel2.d.ts +1 -0
- package/dist/icons/filterFunnel2.mjs +1 -1
- package/dist/icons/filterLines.d.mts +1 -0
- package/dist/icons/filterLines.d.ts +1 -0
- package/dist/icons/filterLines.mjs +1 -1
- package/dist/icons/fingerprint1.d.mts +1 -0
- package/dist/icons/fingerprint1.d.ts +1 -0
- package/dist/icons/fingerprint1.mjs +1 -1
- package/dist/icons/fingerprint2.d.mts +1 -0
- package/dist/icons/fingerprint2.d.ts +1 -0
- package/dist/icons/fingerprint2.mjs +1 -1
- package/dist/icons/fingerprint3.d.mts +1 -0
- package/dist/icons/fingerprint3.d.ts +1 -0
- package/dist/icons/fingerprint3.mjs +1 -1
- package/dist/icons/fingerprint4.d.mts +1 -0
- package/dist/icons/fingerprint4.d.ts +1 -0
- package/dist/icons/fingerprint4.mjs +1 -1
- package/dist/icons/flag1.d.mts +1 -0
- package/dist/icons/flag1.d.ts +1 -0
- package/dist/icons/flag1.mjs +1 -1
- package/dist/icons/flag2.d.mts +1 -0
- package/dist/icons/flag2.d.ts +1 -0
- package/dist/icons/flag2.mjs +1 -1
- package/dist/icons/flag3.d.mts +1 -0
- package/dist/icons/flag3.d.ts +1 -0
- package/dist/icons/flag3.mjs +1 -1
- package/dist/icons/flag4.d.mts +1 -0
- package/dist/icons/flag4.d.ts +1 -0
- package/dist/icons/flag4.mjs +1 -1
- package/dist/icons/flag5.d.mts +1 -0
- package/dist/icons/flag5.d.ts +1 -0
- package/dist/icons/flag5.mjs +1 -1
- package/dist/icons/flag6.d.mts +1 -0
- package/dist/icons/flag6.d.ts +1 -0
- package/dist/icons/flag6.mjs +1 -1
- package/dist/icons/flash.d.mts +1 -0
- package/dist/icons/flash.d.ts +1 -0
- package/dist/icons/flash.mjs +1 -1
- package/dist/icons/flashOff.d.mts +1 -0
- package/dist/icons/flashOff.d.ts +1 -0
- package/dist/icons/flashOff.mjs +1 -1
- package/dist/icons/flexAlignBottom.d.mts +1 -0
- package/dist/icons/flexAlignBottom.d.ts +1 -0
- package/dist/icons/flexAlignBottom.mjs +1 -1
- package/dist/icons/flexAlignLeft.d.mts +1 -0
- package/dist/icons/flexAlignLeft.d.ts +1 -0
- package/dist/icons/flexAlignLeft.mjs +1 -1
- package/dist/icons/flexAlignRight.d.mts +1 -0
- package/dist/icons/flexAlignRight.d.ts +1 -0
- package/dist/icons/flexAlignRight.mjs +1 -1
- package/dist/icons/flexAlignTop.d.mts +1 -0
- package/dist/icons/flexAlignTop.d.ts +1 -0
- package/dist/icons/flexAlignTop.mjs +1 -1
- package/dist/icons/flipBackward.d.mts +1 -0
- package/dist/icons/flipBackward.d.ts +1 -0
- package/dist/icons/flipBackward.mjs +1 -1
- package/dist/icons/flipForward.d.mts +1 -0
- package/dist/icons/flipForward.d.ts +1 -0
- package/dist/icons/flipForward.mjs +1 -1
- package/dist/icons/folder.d.mts +1 -0
- package/dist/icons/folder.d.ts +1 -0
- package/dist/icons/folder.mjs +1 -1
- package/dist/icons/folderCheck.d.mts +1 -0
- package/dist/icons/folderCheck.d.ts +1 -0
- package/dist/icons/folderCheck.mjs +1 -1
- package/dist/icons/folderClosed.d.mts +1 -0
- package/dist/icons/folderClosed.d.ts +1 -0
- package/dist/icons/folderClosed.mjs +1 -1
- package/dist/icons/folderCode.d.mts +1 -0
- package/dist/icons/folderCode.d.ts +1 -0
- package/dist/icons/folderCode.mjs +1 -1
- package/dist/icons/folderDownload.d.mts +1 -0
- package/dist/icons/folderDownload.d.ts +1 -0
- package/dist/icons/folderDownload.mjs +1 -1
- package/dist/icons/folderLock.d.mts +1 -0
- package/dist/icons/folderLock.d.ts +1 -0
- package/dist/icons/folderLock.mjs +1 -1
- package/dist/icons/folderMinus.d.mts +1 -0
- package/dist/icons/folderMinus.d.ts +1 -0
- package/dist/icons/folderMinus.mjs +1 -1
- package/dist/icons/folderMove.d.mts +1 -0
- package/dist/icons/folderMove.d.ts +1 -0
- package/dist/icons/folderMove.mjs +1 -1
- package/dist/icons/folderPlus.d.mts +1 -0
- package/dist/icons/folderPlus.d.ts +1 -0
- package/dist/icons/folderPlus.mjs +1 -1
- package/dist/icons/folderQuestion.d.mts +1 -0
- package/dist/icons/folderQuestion.d.ts +1 -0
- package/dist/icons/folderQuestion.mjs +1 -1
- package/dist/icons/folderSearch.d.mts +1 -0
- package/dist/icons/folderSearch.d.ts +1 -0
- package/dist/icons/folderSearch.mjs +1 -1
- package/dist/icons/folderShield.d.mts +1 -0
- package/dist/icons/folderShield.d.ts +1 -0
- package/dist/icons/folderShield.mjs +1 -1
- package/dist/icons/folderX.d.mts +1 -0
- package/dist/icons/folderX.d.ts +1 -0
- package/dist/icons/folderX.mjs +1 -1
- package/dist/icons/framer.d.mts +1 -0
- package/dist/icons/framer.d.ts +1 -0
- package/dist/icons/framer.mjs +1 -1
- package/dist/icons/gamingPad1.d.mts +1 -0
- package/dist/icons/gamingPad1.d.ts +1 -0
- package/dist/icons/gamingPad1.mjs +1 -1
- package/dist/icons/gamingPad2.d.mts +1 -0
- package/dist/icons/gamingPad2.d.ts +1 -0
- package/dist/icons/gamingPad2.mjs +1 -1
- package/dist/icons/gift1.d.mts +1 -0
- package/dist/icons/gift1.d.ts +1 -0
- package/dist/icons/gift1.mjs +1 -1
- package/dist/icons/gift2.d.mts +1 -0
- package/dist/icons/gift2.d.ts +1 -0
- package/dist/icons/gift2.mjs +1 -1
- package/dist/icons/gitBranch1.d.mts +1 -0
- package/dist/icons/gitBranch1.d.ts +1 -0
- package/dist/icons/gitBranch1.mjs +1 -1
- package/dist/icons/gitBranch2.d.mts +1 -0
- package/dist/icons/gitBranch2.d.ts +1 -0
- package/dist/icons/gitBranch2.mjs +1 -1
- package/dist/icons/gitCommit.d.mts +1 -0
- package/dist/icons/gitCommit.d.ts +1 -0
- package/dist/icons/gitCommit.mjs +1 -1
- package/dist/icons/gitMerge.d.mts +1 -0
- package/dist/icons/gitMerge.d.ts +1 -0
- package/dist/icons/gitMerge.mjs +1 -1
- package/dist/icons/gitPullRequest.d.mts +1 -0
- package/dist/icons/gitPullRequest.d.ts +1 -0
- package/dist/icons/gitPullRequest.mjs +1 -1
- package/dist/icons/glasses1.d.mts +1 -0
- package/dist/icons/glasses1.d.ts +1 -0
- package/dist/icons/glasses1.mjs +1 -1
- package/dist/icons/glasses2.d.mts +1 -0
- package/dist/icons/glasses2.d.ts +1 -0
- package/dist/icons/glasses2.mjs +1 -1
- package/dist/icons/globe1.d.mts +1 -0
- package/dist/icons/globe1.d.ts +1 -0
- package/dist/icons/globe1.mjs +1 -1
- package/dist/icons/globe11.d.mts +1 -0
- package/dist/icons/globe11.d.ts +1 -0
- package/dist/icons/globe11.mjs +1 -1
- package/dist/icons/globe2.d.mts +1 -0
- package/dist/icons/globe2.d.ts +1 -0
- package/dist/icons/globe2.mjs +1 -1
- package/dist/icons/globe21.d.mts +1 -0
- package/dist/icons/globe21.d.ts +1 -0
- package/dist/icons/globe21.mjs +1 -1
- package/dist/icons/globe3.d.mts +1 -0
- package/dist/icons/globe3.d.ts +1 -0
- package/dist/icons/globe3.mjs +1 -1
- package/dist/icons/globe4.d.mts +1 -0
- package/dist/icons/globe4.d.ts +1 -0
- package/dist/icons/globe4.mjs +1 -1
- package/dist/icons/globe5.d.mts +1 -0
- package/dist/icons/globe5.d.ts +1 -0
- package/dist/icons/globe5.mjs +1 -1
- package/dist/icons/globe6.d.mts +1 -0
- package/dist/icons/globe6.d.ts +1 -0
- package/dist/icons/globe6.mjs +1 -1
- package/dist/icons/googleChrome.d.mts +1 -0
- package/dist/icons/googleChrome.d.ts +1 -0
- package/dist/icons/googleChrome.mjs +1 -1
- package/dist/icons/graduationHat1.d.mts +1 -0
- package/dist/icons/graduationHat1.d.ts +1 -0
- package/dist/icons/graduationHat1.mjs +1 -1
- package/dist/icons/graduationHat2.d.mts +1 -0
- package/dist/icons/graduationHat2.d.ts +1 -0
- package/dist/icons/graduationHat2.mjs +1 -1
- package/dist/icons/grid1.d.mts +1 -0
- package/dist/icons/grid1.d.ts +1 -0
- package/dist/icons/grid1.mjs +1 -1
- package/dist/icons/grid2.d.mts +1 -0
- package/dist/icons/grid2.d.ts +1 -0
- package/dist/icons/grid2.mjs +1 -1
- package/dist/icons/grid3.d.mts +1 -0
- package/dist/icons/grid3.d.ts +1 -0
- package/dist/icons/grid3.mjs +1 -1
- package/dist/icons/gridDotsBlank.d.mts +1 -0
- package/dist/icons/gridDotsBlank.d.ts +1 -0
- package/dist/icons/gridDotsBlank.mjs +1 -1
- package/dist/icons/gridDotsBottom.d.mts +1 -0
- package/dist/icons/gridDotsBottom.d.ts +1 -0
- package/dist/icons/gridDotsBottom.mjs +1 -1
- package/dist/icons/gridDotsHorizontalCenter.d.mts +1 -0
- package/dist/icons/gridDotsHorizontalCenter.d.ts +1 -0
- package/dist/icons/gridDotsHorizontalCenter.mjs +1 -1
- package/dist/icons/gridDotsLeft.d.mts +1 -0
- package/dist/icons/gridDotsLeft.d.ts +1 -0
- package/dist/icons/gridDotsLeft.mjs +1 -1
- package/dist/icons/gridDotsOuter.d.mts +1 -0
- package/dist/icons/gridDotsOuter.d.ts +1 -0
- package/dist/icons/gridDotsOuter.mjs +1 -1
- package/dist/icons/gridDotsRight.d.mts +1 -0
- package/dist/icons/gridDotsRight.d.ts +1 -0
- package/dist/icons/gridDotsRight.mjs +1 -1
- package/dist/icons/gridDotsTop.d.mts +1 -0
- package/dist/icons/gridDotsTop.d.ts +1 -0
- package/dist/icons/gridDotsTop.mjs +1 -1
- package/dist/icons/gridDotsVerticalCenter.d.mts +1 -0
- package/dist/icons/gridDotsVerticalCenter.d.ts +1 -0
- package/dist/icons/gridDotsVerticalCenter.mjs +1 -1
- package/dist/icons/hand.d.mts +1 -0
- package/dist/icons/hand.d.ts +1 -0
- package/dist/icons/hand.mjs +1 -1
- package/dist/icons/hardDrive.d.mts +1 -0
- package/dist/icons/hardDrive.d.ts +1 -0
- package/dist/icons/hardDrive.mjs +1 -1
- package/dist/icons/hash1.d.mts +1 -0
- package/dist/icons/hash1.d.ts +1 -0
- package/dist/icons/hash1.mjs +1 -1
- package/dist/icons/hash2.d.mts +1 -0
- package/dist/icons/hash2.d.ts +1 -0
- package/dist/icons/hash2.mjs +1 -1
- package/dist/icons/heading1.d.mts +1 -0
- package/dist/icons/heading1.d.ts +1 -0
- package/dist/icons/heading1.mjs +1 -1
- package/dist/icons/heading2.d.mts +1 -0
- package/dist/icons/heading2.d.ts +1 -0
- package/dist/icons/heading2.mjs +1 -1
- package/dist/icons/headingSquare.d.mts +1 -0
- package/dist/icons/headingSquare.d.ts +1 -0
- package/dist/icons/headingSquare.mjs +1 -1
- package/dist/icons/headphones1.d.mts +1 -0
- package/dist/icons/headphones1.d.ts +1 -0
- package/dist/icons/headphones1.mjs +1 -1
- package/dist/icons/headphones2.d.mts +1 -0
- package/dist/icons/headphones2.d.ts +1 -0
- package/dist/icons/headphones2.mjs +1 -1
- package/dist/icons/heart.d.mts +1 -0
- package/dist/icons/heart.d.ts +1 -0
- package/dist/icons/heart.mjs +1 -1
- package/dist/icons/heartCircle.d.mts +1 -0
- package/dist/icons/heartCircle.d.ts +1 -0
- package/dist/icons/heartCircle.mjs +1 -1
- package/dist/icons/heartHand.d.mts +1 -0
- package/dist/icons/heartHand.d.ts +1 -0
- package/dist/icons/heartHand.mjs +1 -1
- package/dist/icons/heartHexagon.d.mts +1 -0
- package/dist/icons/heartHexagon.d.ts +1 -0
- package/dist/icons/heartHexagon.mjs +1 -1
- package/dist/icons/heartOctagon.d.mts +1 -0
- package/dist/icons/heartOctagon.d.ts +1 -0
- package/dist/icons/heartOctagon.mjs +1 -1
- package/dist/icons/heartRounded.d.mts +1 -0
- package/dist/icons/heartRounded.d.ts +1 -0
- package/dist/icons/heartRounded.mjs +1 -1
- package/dist/icons/heartSquare.d.mts +1 -0
- package/dist/icons/heartSquare.d.ts +1 -0
- package/dist/icons/heartSquare.mjs +1 -1
- package/dist/icons/hearts.d.mts +1 -0
- package/dist/icons/hearts.d.ts +1 -0
- package/dist/icons/hearts.mjs +1 -1
- package/dist/icons/helpCircle.d.mts +1 -0
- package/dist/icons/helpCircle.d.ts +1 -0
- package/dist/icons/helpCircle.mjs +1 -1
- package/dist/icons/helpHexagon.d.mts +1 -0
- package/dist/icons/helpHexagon.d.ts +1 -0
- package/dist/icons/helpHexagon.mjs +1 -1
- package/dist/icons/helpOctagon.d.mts +1 -0
- package/dist/icons/helpOctagon.d.ts +1 -0
- package/dist/icons/helpOctagon.mjs +1 -1
- package/dist/icons/helpSquare.d.mts +1 -0
- package/dist/icons/helpSquare.d.ts +1 -0
- package/dist/icons/helpSquare.mjs +1 -1
- package/dist/icons/hexagon1.d.mts +1 -0
- package/dist/icons/hexagon1.d.ts +1 -0
- package/dist/icons/hexagon1.mjs +1 -1
- package/dist/icons/hexagon2.d.mts +1 -0
- package/dist/icons/hexagon2.d.ts +1 -0
- package/dist/icons/hexagon2.mjs +1 -1
- package/dist/icons/home.d.mts +1 -0
- package/dist/icons/home.d.ts +1 -0
- package/dist/icons/home.mjs +1 -1
- package/dist/icons/home1.d.mts +1 -0
- package/dist/icons/home1.d.ts +1 -0
- package/dist/icons/home1.mjs +1 -1
- package/dist/icons/home2.d.mts +1 -0
- package/dist/icons/home2.d.ts +1 -0
- package/dist/icons/home2.mjs +1 -1
- package/dist/icons/home3.d.mts +1 -0
- package/dist/icons/home3.d.ts +1 -0
- package/dist/icons/home3.mjs +1 -1
- package/dist/icons/home4.d.mts +1 -0
- package/dist/icons/home4.d.ts +1 -0
- package/dist/icons/home4.mjs +1 -1
- package/dist/icons/home5.d.mts +1 -0
- package/dist/icons/home5.d.ts +1 -0
- package/dist/icons/home5.mjs +1 -1
- package/dist/icons/homeLine.d.mts +1 -0
- package/dist/icons/homeLine.d.ts +1 -0
- package/dist/icons/homeLine.mjs +1 -1
- package/dist/icons/homeSmile.d.mts +1 -0
- package/dist/icons/homeSmile.d.ts +1 -0
- package/dist/icons/homeSmile.mjs +1 -1
- package/dist/icons/horizontalBarChart1.d.mts +1 -0
- package/dist/icons/horizontalBarChart1.d.ts +1 -0
- package/dist/icons/horizontalBarChart1.mjs +1 -1
- package/dist/icons/horizontalBarChart2.d.mts +1 -0
- package/dist/icons/horizontalBarChart2.d.ts +1 -0
- package/dist/icons/horizontalBarChart2.mjs +1 -1
- package/dist/icons/horizontalBarChart3.d.mts +1 -0
- package/dist/icons/horizontalBarChart3.d.ts +1 -0
- package/dist/icons/horizontalBarChart3.mjs +1 -1
- package/dist/icons/hourglass1.d.mts +1 -0
- package/dist/icons/hourglass1.d.ts +1 -0
- package/dist/icons/hourglass1.mjs +1 -1
- package/dist/icons/hourglass2.d.mts +1 -0
- package/dist/icons/hourglass2.d.ts +1 -0
- package/dist/icons/hourglass2.mjs +1 -1
- package/dist/icons/hourglass3.d.mts +1 -0
- package/dist/icons/hourglass3.d.ts +1 -0
- package/dist/icons/hourglass3.mjs +1 -1
- package/dist/icons/hurricane1.d.mts +1 -0
- package/dist/icons/hurricane1.d.ts +1 -0
- package/dist/icons/hurricane1.mjs +1 -1
- package/dist/icons/hurricane2.d.mts +1 -0
- package/dist/icons/hurricane2.d.ts +1 -0
- package/dist/icons/hurricane2.mjs +1 -1
- package/dist/icons/hurricane3.d.mts +1 -0
- package/dist/icons/hurricane3.d.ts +1 -0
- package/dist/icons/hurricane3.mjs +1 -1
- package/dist/icons/image.d.mts +1 -0
- package/dist/icons/image.d.ts +1 -0
- package/dist/icons/image.mjs +1 -1
- package/dist/icons/image1.d.mts +1 -0
- package/dist/icons/image1.d.ts +1 -0
- package/dist/icons/image1.mjs +1 -1
- package/dist/icons/image2.d.mts +1 -0
- package/dist/icons/image2.d.ts +1 -0
- package/dist/icons/image2.mjs +1 -1
- package/dist/icons/image3.d.mts +1 -0
- package/dist/icons/image3.d.ts +1 -0
- package/dist/icons/image3.mjs +1 -1
- package/dist/icons/image4.d.mts +1 -0
- package/dist/icons/image4.d.ts +1 -0
- package/dist/icons/image4.mjs +1 -1
- package/dist/icons/image5.d.mts +1 -0
- package/dist/icons/image5.d.ts +1 -0
- package/dist/icons/image5.mjs +1 -1
- package/dist/icons/imageCheck.d.mts +1 -0
- package/dist/icons/imageCheck.d.ts +1 -0
- package/dist/icons/imageCheck.mjs +1 -1
- package/dist/icons/imageDown.d.mts +1 -0
- package/dist/icons/imageDown.d.ts +1 -0
- package/dist/icons/imageDown.mjs +1 -1
- package/dist/icons/imageIndentLeft.d.mts +1 -0
- package/dist/icons/imageIndentLeft.d.ts +1 -0
- package/dist/icons/imageIndentLeft.mjs +1 -1
- package/dist/icons/imageIndentRight.d.mts +1 -0
- package/dist/icons/imageIndentRight.d.ts +1 -0
- package/dist/icons/imageIndentRight.mjs +1 -1
- package/dist/icons/imageLeft.d.mts +1 -0
- package/dist/icons/imageLeft.d.ts +1 -0
- package/dist/icons/imageLeft.mjs +1 -1
- package/dist/icons/imagePlus.d.mts +1 -0
- package/dist/icons/imagePlus.d.ts +1 -0
- package/dist/icons/imagePlus.mjs +1 -1
- package/dist/icons/imageRight.d.mts +1 -0
- package/dist/icons/imageRight.d.ts +1 -0
- package/dist/icons/imageRight.mjs +1 -1
- package/dist/icons/imageUp.d.mts +1 -0
- package/dist/icons/imageUp.d.ts +1 -0
- package/dist/icons/imageUp.mjs +1 -1
- package/dist/icons/imageUser.d.mts +1 -0
- package/dist/icons/imageUser.d.ts +1 -0
- package/dist/icons/imageUser.mjs +1 -1
- package/dist/icons/imageUserCheck.d.mts +1 -0
- package/dist/icons/imageUserCheck.d.ts +1 -0
- package/dist/icons/imageUserCheck.mjs +1 -1
- package/dist/icons/imageUserDown.d.mts +1 -0
- package/dist/icons/imageUserDown.d.ts +1 -0
- package/dist/icons/imageUserDown.mjs +1 -1
- package/dist/icons/imageUserLeft.d.mts +1 -0
- package/dist/icons/imageUserLeft.d.ts +1 -0
- package/dist/icons/imageUserLeft.mjs +1 -1
- package/dist/icons/imageUserPlus.d.mts +1 -0
- package/dist/icons/imageUserPlus.d.ts +1 -0
- package/dist/icons/imageUserPlus.mjs +1 -1
- package/dist/icons/imageUserRight.d.mts +1 -0
- package/dist/icons/imageUserRight.d.ts +1 -0
- package/dist/icons/imageUserRight.mjs +1 -1
- package/dist/icons/imageUserUp.d.mts +1 -0
- package/dist/icons/imageUserUp.d.ts +1 -0
- package/dist/icons/imageUserUp.mjs +1 -1
- package/dist/icons/imageUserX.d.mts +1 -0
- package/dist/icons/imageUserX.d.ts +1 -0
- package/dist/icons/imageUserX.mjs +1 -1
- package/dist/icons/imageX.d.mts +1 -0
- package/dist/icons/imageX.d.ts +1 -0
- package/dist/icons/imageX.mjs +1 -1
- package/dist/icons/inbox1.d.mts +1 -0
- package/dist/icons/inbox1.d.ts +1 -0
- package/dist/icons/inbox1.mjs +1 -1
- package/dist/icons/inbox2.d.mts +1 -0
- package/dist/icons/inbox2.d.ts +1 -0
- package/dist/icons/inbox2.mjs +1 -1
- package/dist/icons/index.d.mts +1224 -2452
- package/dist/icons/index.d.ts +1224 -2452
- package/dist/icons/infinity.d.mts +1 -0
- package/dist/icons/infinity.d.ts +1 -0
- package/dist/icons/infinity.mjs +1 -1
- package/dist/icons/infoCircle.d.mts +1 -0
- package/dist/icons/infoCircle.d.ts +1 -0
- package/dist/icons/infoCircle.mjs +1 -1
- package/dist/icons/infoHexagon.d.mts +1 -0
- package/dist/icons/infoHexagon.d.ts +1 -0
- package/dist/icons/infoHexagon.mjs +1 -1
- package/dist/icons/infoOctagon.d.mts +1 -0
- package/dist/icons/infoOctagon.d.ts +1 -0
- package/dist/icons/infoOctagon.mjs +1 -1
- package/dist/icons/infoSquare.d.mts +1 -0
- package/dist/icons/infoSquare.d.ts +1 -0
- package/dist/icons/infoSquare.mjs +1 -1
- package/dist/icons/intersectCircle.d.mts +1 -0
- package/dist/icons/intersectCircle.d.ts +1 -0
- package/dist/icons/intersectCircle.mjs +1 -1
- package/dist/icons/intersectSquare.d.mts +1 -0
- package/dist/icons/intersectSquare.d.ts +1 -0
- package/dist/icons/intersectSquare.mjs +1 -1
- package/dist/icons/italic1.d.mts +1 -0
- package/dist/icons/italic1.d.ts +1 -0
- package/dist/icons/italic1.mjs +1 -1
- package/dist/icons/italic2.d.mts +1 -0
- package/dist/icons/italic2.d.ts +1 -0
- package/dist/icons/italic2.mjs +1 -1
- package/dist/icons/italicSquare.d.mts +1 -0
- package/dist/icons/italicSquare.d.ts +1 -0
- package/dist/icons/italicSquare.mjs +1 -1
- package/dist/icons/key1.d.mts +1 -0
- package/dist/icons/key1.d.ts +1 -0
- package/dist/icons/key1.mjs +1 -1
- package/dist/icons/key2.d.mts +1 -0
- package/dist/icons/key2.d.ts +1 -0
- package/dist/icons/key2.mjs +1 -1
- package/dist/icons/keyboard1.d.mts +1 -0
- package/dist/icons/keyboard1.d.ts +1 -0
- package/dist/icons/keyboard1.mjs +1 -1
- package/dist/icons/keyboard2.d.mts +1 -0
- package/dist/icons/keyboard2.d.ts +1 -0
- package/dist/icons/keyboard2.mjs +1 -1
- package/dist/icons/laptop1.d.mts +1 -0
- package/dist/icons/laptop1.d.ts +1 -0
- package/dist/icons/laptop1.mjs +1 -1
- package/dist/icons/laptop2.d.mts +1 -0
- package/dist/icons/laptop2.d.ts +1 -0
- package/dist/icons/laptop2.mjs +1 -1
- package/dist/icons/layerSingle.d.mts +1 -0
- package/dist/icons/layerSingle.d.ts +1 -0
- package/dist/icons/layerSingle.mjs +1 -1
- package/dist/icons/layersThree1.d.mts +1 -0
- package/dist/icons/layersThree1.d.ts +1 -0
- package/dist/icons/layersThree1.mjs +1 -1
- package/dist/icons/layersThree2.d.mts +1 -0
- package/dist/icons/layersThree2.d.ts +1 -0
- package/dist/icons/layersThree2.mjs +1 -1
- package/dist/icons/layersTwo1.d.mts +1 -0
- package/dist/icons/layersTwo1.d.ts +1 -0
- package/dist/icons/layersTwo1.mjs +1 -1
- package/dist/icons/layersTwo2.d.mts +1 -0
- package/dist/icons/layersTwo2.d.ts +1 -0
- package/dist/icons/layersTwo2.mjs +1 -1
- package/dist/icons/layoutAlt1.d.mts +1 -0
- package/dist/icons/layoutAlt1.d.ts +1 -0
- package/dist/icons/layoutAlt1.mjs +1 -1
- package/dist/icons/layoutAlt2.d.mts +1 -0
- package/dist/icons/layoutAlt2.d.ts +1 -0
- package/dist/icons/layoutAlt2.mjs +1 -1
- package/dist/icons/layoutAlt3.d.mts +1 -0
- package/dist/icons/layoutAlt3.d.ts +1 -0
- package/dist/icons/layoutAlt3.mjs +1 -1
- package/dist/icons/layoutAlt4.d.mts +1 -0
- package/dist/icons/layoutAlt4.d.ts +1 -0
- package/dist/icons/layoutAlt4.mjs +1 -1
- package/dist/icons/layoutBottom.d.mts +1 -0
- package/dist/icons/layoutBottom.d.ts +1 -0
- package/dist/icons/layoutBottom.mjs +1 -1
- package/dist/icons/layoutGrid1.d.mts +1 -0
- package/dist/icons/layoutGrid1.d.ts +1 -0
- package/dist/icons/layoutGrid1.mjs +1 -1
- package/dist/icons/layoutGrid2.d.mts +1 -0
- package/dist/icons/layoutGrid2.d.ts +1 -0
- package/dist/icons/layoutGrid2.mjs +1 -1
- package/dist/icons/layoutLeft.d.mts +1 -0
- package/dist/icons/layoutLeft.d.ts +1 -0
- package/dist/icons/layoutLeft.mjs +1 -1
- package/dist/icons/layoutRight.d.mts +1 -0
- package/dist/icons/layoutRight.d.ts +1 -0
- package/dist/icons/layoutRight.mjs +1 -1
- package/dist/icons/layoutTop.d.mts +1 -0
- package/dist/icons/layoutTop.d.ts +1 -0
- package/dist/icons/layoutTop.mjs +1 -1
- package/dist/icons/leftIndent1.d.mts +1 -0
- package/dist/icons/leftIndent1.d.ts +1 -0
- package/dist/icons/leftIndent1.mjs +1 -1
- package/dist/icons/leftIndent2.d.mts +1 -0
- package/dist/icons/leftIndent2.d.ts +1 -0
- package/dist/icons/leftIndent2.mjs +1 -1
- package/dist/icons/letterSpacing1.d.mts +1 -0
- package/dist/icons/letterSpacing1.d.ts +1 -0
- package/dist/icons/letterSpacing1.mjs +1 -1
- package/dist/icons/letterSpacing2.d.mts +1 -0
- package/dist/icons/letterSpacing2.d.ts +1 -0
- package/dist/icons/letterSpacing2.mjs +1 -1
- package/dist/icons/lifeBuoy1.d.mts +1 -0
- package/dist/icons/lifeBuoy1.d.ts +1 -0
- package/dist/icons/lifeBuoy1.mjs +1 -1
- package/dist/icons/lifeBuoy2.d.mts +1 -0
- package/dist/icons/lifeBuoy2.d.ts +1 -0
- package/dist/icons/lifeBuoy2.mjs +1 -1
- package/dist/icons/lightbulb.d.mts +1 -0
- package/dist/icons/lightbulb.d.ts +1 -0
- package/dist/icons/lightbulb.mjs +1 -1
- package/dist/icons/lightbulb1.d.mts +1 -0
- package/dist/icons/lightbulb1.d.ts +1 -0
- package/dist/icons/lightbulb1.mjs +1 -1
- package/dist/icons/lightbulb2.d.mts +1 -0
- package/dist/icons/lightbulb2.d.ts +1 -0
- package/dist/icons/lightbulb2.mjs +1 -1
- package/dist/icons/lightbulb3.d.mts +1 -0
- package/dist/icons/lightbulb3.d.ts +1 -0
- package/dist/icons/lightbulb3.mjs +1 -1
- package/dist/icons/lightbulb4.d.mts +1 -0
- package/dist/icons/lightbulb4.d.ts +1 -0
- package/dist/icons/lightbulb4.mjs +1 -1
- package/dist/icons/lightbulb5.d.mts +1 -0
- package/dist/icons/lightbulb5.d.ts +1 -0
- package/dist/icons/lightbulb5.mjs +1 -1
- package/dist/icons/lightning1.d.mts +1 -0
- package/dist/icons/lightning1.d.ts +1 -0
- package/dist/icons/lightning1.mjs +1 -1
- package/dist/icons/lightning2.d.mts +1 -0
- package/dist/icons/lightning2.d.ts +1 -0
- package/dist/icons/lightning2.mjs +1 -1
- package/dist/icons/lineChartDown1.d.mts +1 -0
- package/dist/icons/lineChartDown1.d.ts +1 -0
- package/dist/icons/lineChartDown1.mjs +1 -1
- package/dist/icons/lineChartDown2.d.mts +1 -0
- package/dist/icons/lineChartDown2.d.ts +1 -0
- package/dist/icons/lineChartDown2.mjs +1 -1
- package/dist/icons/lineChartDown3.d.mts +1 -0
- package/dist/icons/lineChartDown3.d.ts +1 -0
- package/dist/icons/lineChartDown3.mjs +1 -1
- package/dist/icons/lineChartDown4.d.mts +1 -0
- package/dist/icons/lineChartDown4.d.ts +1 -0
- package/dist/icons/lineChartDown4.mjs +1 -1
- package/dist/icons/lineChartDown5.d.mts +1 -0
- package/dist/icons/lineChartDown5.d.ts +1 -0
- package/dist/icons/lineChartDown5.mjs +1 -1
- package/dist/icons/lineChartUp1.d.mts +1 -0
- package/dist/icons/lineChartUp1.d.ts +1 -0
- package/dist/icons/lineChartUp1.mjs +1 -1
- package/dist/icons/lineChartUp2.d.mts +1 -0
- package/dist/icons/lineChartUp2.d.ts +1 -0
- package/dist/icons/lineChartUp2.mjs +1 -1
- package/dist/icons/lineChartUp3.d.mts +1 -0
- package/dist/icons/lineChartUp3.d.ts +1 -0
- package/dist/icons/lineChartUp3.mjs +1 -1
- package/dist/icons/lineChartUp4.d.mts +1 -0
- package/dist/icons/lineChartUp4.d.ts +1 -0
- package/dist/icons/lineChartUp4.mjs +1 -1
- package/dist/icons/lineChartUp5.d.mts +1 -0
- package/dist/icons/lineChartUp5.d.ts +1 -0
- package/dist/icons/lineChartUp5.mjs +1 -1
- package/dist/icons/lineHeight.d.mts +1 -0
- package/dist/icons/lineHeight.d.ts +1 -0
- package/dist/icons/lineHeight.mjs +1 -1
- package/dist/icons/link.d.mts +1 -0
- package/dist/icons/link.d.ts +1 -0
- package/dist/icons/link.mjs +1 -1
- package/dist/icons/link1.d.mts +1 -0
- package/dist/icons/link1.d.ts +1 -0
- package/dist/icons/link1.mjs +1 -1
- package/dist/icons/link2.d.mts +1 -0
- package/dist/icons/link2.d.ts +1 -0
- package/dist/icons/link2.mjs +1 -1
- package/dist/icons/link3.d.mts +1 -0
- package/dist/icons/link3.d.ts +1 -0
- package/dist/icons/link3.mjs +1 -1
- package/dist/icons/link4.d.mts +1 -0
- package/dist/icons/link4.d.ts +1 -0
- package/dist/icons/link4.mjs +1 -1
- package/dist/icons/link5.d.mts +1 -0
- package/dist/icons/link5.d.ts +1 -0
- package/dist/icons/link5.mjs +1 -1
- package/dist/icons/linkBroken1.d.mts +1 -0
- package/dist/icons/linkBroken1.d.ts +1 -0
- package/dist/icons/linkBroken1.mjs +1 -1
- package/dist/icons/linkBroken2.d.mts +1 -0
- package/dist/icons/linkBroken2.d.ts +1 -0
- package/dist/icons/linkBroken2.mjs +1 -1
- package/dist/icons/linkExternal1.d.mts +1 -0
- package/dist/icons/linkExternal1.d.ts +1 -0
- package/dist/icons/linkExternal1.mjs +1 -1
- package/dist/icons/linkExternal2.d.mts +1 -0
- package/dist/icons/linkExternal2.d.ts +1 -0
- package/dist/icons/linkExternal2.mjs +1 -1
- package/dist/icons/list.d.mts +1 -0
- package/dist/icons/list.d.ts +1 -0
- package/dist/icons/list.mjs +1 -1
- package/dist/icons/loading1.d.mts +1 -0
- package/dist/icons/loading1.d.ts +1 -0
- package/dist/icons/loading1.mjs +1 -1
- package/dist/icons/loading2.d.mts +1 -0
- package/dist/icons/loading2.d.ts +1 -0
- package/dist/icons/loading2.mjs +1 -1
- package/dist/icons/loading3.d.mts +1 -0
- package/dist/icons/loading3.d.ts +1 -0
- package/dist/icons/loading3.mjs +1 -1
- package/dist/icons/lock.d.mts +1 -0
- package/dist/icons/lock.d.ts +1 -0
- package/dist/icons/lock.mjs +1 -1
- package/dist/icons/lock1.d.mts +1 -0
- package/dist/icons/lock1.d.ts +1 -0
- package/dist/icons/lock1.mjs +1 -1
- package/dist/icons/lock2.d.mts +1 -0
- package/dist/icons/lock2.d.ts +1 -0
- package/dist/icons/lock2.mjs +1 -1
- package/dist/icons/lock3.d.mts +1 -0
- package/dist/icons/lock3.d.ts +1 -0
- package/dist/icons/lock3.mjs +1 -1
- package/dist/icons/lock4.d.mts +1 -0
- package/dist/icons/lock4.d.ts +1 -0
- package/dist/icons/lock4.mjs +1 -1
- package/dist/icons/lockKeyholeCircle.d.mts +1 -0
- package/dist/icons/lockKeyholeCircle.d.ts +1 -0
- package/dist/icons/lockKeyholeCircle.mjs +1 -1
- package/dist/icons/lockKeyholeSquare.d.mts +1 -0
- package/dist/icons/lockKeyholeSquare.d.ts +1 -0
- package/dist/icons/lockKeyholeSquare.mjs +1 -1
- package/dist/icons/lockUnlocked1.d.mts +1 -0
- package/dist/icons/lockUnlocked1.d.ts +1 -0
- package/dist/icons/lockUnlocked1.mjs +1 -1
- package/dist/icons/lockUnlocked2.d.mts +1 -0
- package/dist/icons/lockUnlocked2.d.ts +1 -0
- package/dist/icons/lockUnlocked2.mjs +1 -1
- package/dist/icons/lockUnlocked3.d.mts +1 -0
- package/dist/icons/lockUnlocked3.d.ts +1 -0
- package/dist/icons/lockUnlocked3.mjs +1 -1
- package/dist/icons/lockUnlocked4.d.mts +1 -0
- package/dist/icons/lockUnlocked4.d.ts +1 -0
- package/dist/icons/lockUnlocked4.mjs +1 -1
- package/dist/icons/logIn.d.mts +1 -0
- package/dist/icons/logIn.d.ts +1 -0
- package/dist/icons/logIn.mjs +1 -1
- package/dist/icons/logIn1.d.mts +1 -0
- package/dist/icons/logIn1.d.ts +1 -0
- package/dist/icons/logIn1.mjs +1 -1
- package/dist/icons/logIn2.d.mts +1 -0
- package/dist/icons/logIn2.d.ts +1 -0
- package/dist/icons/logIn2.mjs +1 -1
- package/dist/icons/logIn3.d.mts +1 -0
- package/dist/icons/logIn3.d.ts +1 -0
- package/dist/icons/logIn3.mjs +1 -1
- package/dist/icons/logIn4.d.mts +1 -0
- package/dist/icons/logIn4.d.ts +1 -0
- package/dist/icons/logIn4.mjs +1 -1
- package/dist/icons/logOut1.d.mts +1 -0
- package/dist/icons/logOut1.d.ts +1 -0
- package/dist/icons/logOut1.mjs +1 -1
- package/dist/icons/logOut2.d.mts +1 -0
- package/dist/icons/logOut2.d.ts +1 -0
- package/dist/icons/logOut2.mjs +1 -1
- package/dist/icons/logOut3.d.mts +1 -0
- package/dist/icons/logOut3.d.ts +1 -0
- package/dist/icons/logOut3.mjs +1 -1
- package/dist/icons/logOut4.d.mts +1 -0
- package/dist/icons/logOut4.d.ts +1 -0
- package/dist/icons/logOut4.mjs +1 -1
- package/dist/icons/luggage1.d.mts +1 -0
- package/dist/icons/luggage1.d.ts +1 -0
- package/dist/icons/luggage1.mjs +1 -1
- package/dist/icons/luggage2.d.mts +1 -0
- package/dist/icons/luggage2.d.ts +1 -0
- package/dist/icons/luggage2.mjs +1 -1
- package/dist/icons/luggage3.d.mts +1 -0
- package/dist/icons/luggage3.d.ts +1 -0
- package/dist/icons/luggage3.mjs +1 -1
- package/dist/icons/magicWand.d.mts +1 -0
- package/dist/icons/magicWand.d.ts +1 -0
- package/dist/icons/magicWand.mjs +1 -1
- package/dist/icons/magicWand1.d.mts +1 -0
- package/dist/icons/magicWand1.d.ts +1 -0
- package/dist/icons/magicWand1.mjs +1 -1
- package/dist/icons/magicWand2.d.mts +1 -0
- package/dist/icons/magicWand2.d.ts +1 -0
- package/dist/icons/magicWand2.mjs +1 -1
- package/dist/icons/mail.d.mts +1 -0
- package/dist/icons/mail.d.ts +1 -0
- package/dist/icons/mail.mjs +1 -1
- package/dist/icons/mail1.d.mts +1 -0
- package/dist/icons/mail1.d.ts +1 -0
- package/dist/icons/mail1.mjs +1 -1
- package/dist/icons/mail2.d.mts +1 -0
- package/dist/icons/mail2.d.ts +1 -0
- package/dist/icons/mail2.mjs +1 -1
- package/dist/icons/mail3.d.mts +1 -0
- package/dist/icons/mail3.d.ts +1 -0
- package/dist/icons/mail3.mjs +1 -1
- package/dist/icons/mail4.d.mts +1 -0
- package/dist/icons/mail4.d.ts +1 -0
- package/dist/icons/mail4.mjs +1 -1
- package/dist/icons/mail5.d.mts +1 -0
- package/dist/icons/mail5.d.ts +1 -0
- package/dist/icons/mail5.mjs +1 -1
- package/dist/icons/mailNotification.d.mts +1 -0
- package/dist/icons/mailNotification.d.ts +1 -0
- package/dist/icons/mailNotification.mjs +1 -1
- package/dist/icons/map1.d.mts +1 -0
- package/dist/icons/map1.d.ts +1 -0
- package/dist/icons/map1.mjs +1 -1
- package/dist/icons/map2.d.mts +1 -0
- package/dist/icons/map2.d.ts +1 -0
- package/dist/icons/map2.mjs +1 -1
- package/dist/icons/mark.d.mts +1 -0
- package/dist/icons/mark.d.ts +1 -0
- package/dist/icons/mark.mjs +1 -1
- package/dist/icons/markerPin1.d.mts +1 -0
- package/dist/icons/markerPin1.d.ts +1 -0
- package/dist/icons/markerPin1.mjs +1 -1
- package/dist/icons/markerPin2.d.mts +1 -0
- package/dist/icons/markerPin2.d.ts +1 -0
- package/dist/icons/markerPin2.mjs +1 -1
- package/dist/icons/markerPin3.d.mts +1 -0
- package/dist/icons/markerPin3.d.ts +1 -0
- package/dist/icons/markerPin3.mjs +1 -1
- package/dist/icons/markerPin4.d.mts +1 -0
- package/dist/icons/markerPin4.d.ts +1 -0
- package/dist/icons/markerPin4.mjs +1 -1
- package/dist/icons/markerPin5.d.mts +1 -0
- package/dist/icons/markerPin5.d.ts +1 -0
- package/dist/icons/markerPin5.mjs +1 -1
- package/dist/icons/markerPin6.d.mts +1 -0
- package/dist/icons/markerPin6.d.ts +1 -0
- package/dist/icons/markerPin6.mjs +1 -1
- package/dist/icons/maximize1.d.mts +1 -0
- package/dist/icons/maximize1.d.ts +1 -0
- package/dist/icons/maximize1.mjs +1 -1
- package/dist/icons/maximize2.d.mts +1 -0
- package/dist/icons/maximize2.d.ts +1 -0
- package/dist/icons/maximize2.mjs +1 -1
- package/dist/icons/medicalCircle.d.mts +1 -0
- package/dist/icons/medicalCircle.d.ts +1 -0
- package/dist/icons/medicalCircle.mjs +1 -1
- package/dist/icons/medicalCross.d.mts +1 -0
- package/dist/icons/medicalCross.d.ts +1 -0
- package/dist/icons/medicalCross.mjs +1 -1
- package/dist/icons/medicalSquare.d.mts +1 -0
- package/dist/icons/medicalSquare.d.ts +1 -0
- package/dist/icons/medicalSquare.mjs +1 -1
- package/dist/icons/menu.d.mts +1 -0
- package/dist/icons/menu.d.ts +1 -0
- package/dist/icons/menu.mjs +1 -1
- package/dist/icons/menu1.d.mts +1 -0
- package/dist/icons/menu1.d.ts +1 -0
- package/dist/icons/menu1.mjs +1 -1
- package/dist/icons/menu2.d.mts +1 -0
- package/dist/icons/menu2.d.ts +1 -0
- package/dist/icons/menu2.mjs +1 -1
- package/dist/icons/menu3.d.mts +1 -0
- package/dist/icons/menu3.d.ts +1 -0
- package/dist/icons/menu3.mjs +1 -1
- package/dist/icons/menu4.d.mts +1 -0
- package/dist/icons/menu4.d.ts +1 -0
- package/dist/icons/menu4.mjs +1 -1
- package/dist/icons/menu5.d.mts +1 -0
- package/dist/icons/menu5.d.ts +1 -0
- package/dist/icons/menu5.mjs +1 -1
- package/dist/icons/messageAlertCircle.d.mts +1 -0
- package/dist/icons/messageAlertCircle.d.ts +1 -0
- package/dist/icons/messageAlertCircle.mjs +1 -1
- package/dist/icons/messageAlertSquare.d.mts +1 -0
- package/dist/icons/messageAlertSquare.d.ts +1 -0
- package/dist/icons/messageAlertSquare.mjs +1 -1
- package/dist/icons/messageChatCircle.d.mts +1 -0
- package/dist/icons/messageChatCircle.d.ts +1 -0
- package/dist/icons/messageChatCircle.mjs +1 -1
- package/dist/icons/messageChatSquare.d.mts +1 -0
- package/dist/icons/messageChatSquare.d.ts +1 -0
- package/dist/icons/messageChatSquare.mjs +1 -1
- package/dist/icons/messageCheckCircle.d.mts +1 -0
- package/dist/icons/messageCheckCircle.d.ts +1 -0
- package/dist/icons/messageCheckCircle.mjs +1 -1
- package/dist/icons/messageCheckSquare.d.mts +1 -0
- package/dist/icons/messageCheckSquare.d.ts +1 -0
- package/dist/icons/messageCheckSquare.mjs +1 -1
- package/dist/icons/messageCircle1.d.mts +1 -0
- package/dist/icons/messageCircle1.d.ts +1 -0
- package/dist/icons/messageCircle1.mjs +1 -1
- package/dist/icons/messageCircle2.d.mts +1 -0
- package/dist/icons/messageCircle2.d.ts +1 -0
- package/dist/icons/messageCircle2.mjs +1 -1
- package/dist/icons/messageDotsCircle.d.mts +1 -0
- package/dist/icons/messageDotsCircle.d.ts +1 -0
- package/dist/icons/messageDotsCircle.mjs +1 -1
- package/dist/icons/messageDotsSquare.d.mts +1 -0
- package/dist/icons/messageDotsSquare.d.ts +1 -0
- package/dist/icons/messageDotsSquare.mjs +1 -1
- package/dist/icons/messageHeartCircle.d.mts +1 -0
- package/dist/icons/messageHeartCircle.d.ts +1 -0
- package/dist/icons/messageHeartCircle.mjs +1 -1
- package/dist/icons/messageHeartSquare.d.mts +1 -0
- package/dist/icons/messageHeartSquare.d.ts +1 -0
- package/dist/icons/messageHeartSquare.mjs +1 -1
- package/dist/icons/messageNotificationCircle.d.mts +1 -0
- package/dist/icons/messageNotificationCircle.d.ts +1 -0
- package/dist/icons/messageNotificationCircle.mjs +1 -1
- package/dist/icons/messageNotificationSquare.d.mts +1 -0
- package/dist/icons/messageNotificationSquare.d.ts +1 -0
- package/dist/icons/messageNotificationSquare.mjs +1 -1
- package/dist/icons/messagePlusCircle.d.mts +1 -0
- package/dist/icons/messagePlusCircle.d.ts +1 -0
- package/dist/icons/messagePlusCircle.mjs +1 -1
- package/dist/icons/messagePlusSquare.d.mts +1 -0
- package/dist/icons/messagePlusSquare.d.ts +1 -0
- package/dist/icons/messagePlusSquare.mjs +1 -1
- package/dist/icons/messageQuestionCircle.d.mts +1 -0
- package/dist/icons/messageQuestionCircle.d.ts +1 -0
- package/dist/icons/messageQuestionCircle.mjs +1 -1
- package/dist/icons/messageQuestionSquare.d.mts +1 -0
- package/dist/icons/messageQuestionSquare.d.ts +1 -0
- package/dist/icons/messageQuestionSquare.mjs +1 -1
- package/dist/icons/messageSmileCircle.d.mts +1 -0
- package/dist/icons/messageSmileCircle.d.ts +1 -0
- package/dist/icons/messageSmileCircle.mjs +1 -1
- package/dist/icons/messageSmileSquare.d.mts +1 -0
- package/dist/icons/messageSmileSquare.d.ts +1 -0
- package/dist/icons/messageSmileSquare.mjs +1 -1
- package/dist/icons/messageSquare1.d.mts +1 -0
- package/dist/icons/messageSquare1.d.ts +1 -0
- package/dist/icons/messageSquare1.mjs +1 -1
- package/dist/icons/messageSquare2.d.mts +1 -0
- package/dist/icons/messageSquare2.d.ts +1 -0
- package/dist/icons/messageSquare2.mjs +1 -1
- package/dist/icons/messageTextCircle1.d.mts +1 -0
- package/dist/icons/messageTextCircle1.d.ts +1 -0
- package/dist/icons/messageTextCircle1.mjs +1 -1
- package/dist/icons/messageTextCircle2.d.mts +1 -0
- package/dist/icons/messageTextCircle2.d.ts +1 -0
- package/dist/icons/messageTextCircle2.mjs +1 -1
- package/dist/icons/messageTextSquare.d.mts +1 -0
- package/dist/icons/messageTextSquare.d.ts +1 -0
- package/dist/icons/messageTextSquare.mjs +1 -1
- package/dist/icons/messageTextSquare1.d.mts +1 -0
- package/dist/icons/messageTextSquare1.d.ts +1 -0
- package/dist/icons/messageTextSquare1.mjs +1 -1
- package/dist/icons/messageTextSquare2.d.mts +1 -0
- package/dist/icons/messageTextSquare2.d.ts +1 -0
- package/dist/icons/messageTextSquare2.mjs +1 -1
- package/dist/icons/messageXCircle.d.mts +1 -0
- package/dist/icons/messageXCircle.d.ts +1 -0
- package/dist/icons/messageXCircle.mjs +1 -1
- package/dist/icons/messageXSquare.d.mts +1 -0
- package/dist/icons/messageXSquare.d.ts +1 -0
- package/dist/icons/messageXSquare.mjs +1 -1
- package/dist/icons/microphone.d.mts +1 -0
- package/dist/icons/microphone.d.ts +1 -0
- package/dist/icons/microphone.mjs +1 -1
- package/dist/icons/microphone1.d.mts +1 -0
- package/dist/icons/microphone1.d.ts +1 -0
- package/dist/icons/microphone1.mjs +1 -1
- package/dist/icons/microphone2.d.mts +1 -0
- package/dist/icons/microphone2.d.ts +1 -0
- package/dist/icons/microphone2.mjs +1 -1
- package/dist/icons/microphoneOff.d.mts +1 -0
- package/dist/icons/microphoneOff.d.ts +1 -0
- package/dist/icons/microphoneOff.mjs +1 -1
- package/dist/icons/microphoneOff1.d.mts +1 -0
- package/dist/icons/microphoneOff1.d.ts +1 -0
- package/dist/icons/microphoneOff1.mjs +1 -1
- package/dist/icons/microphoneOff2.d.mts +1 -0
- package/dist/icons/microphoneOff2.d.ts +1 -0
- package/dist/icons/microphoneOff2.mjs +1 -1
- package/dist/icons/microscope.d.mts +1 -0
- package/dist/icons/microscope.d.ts +1 -0
- package/dist/icons/microscope.mjs +1 -1
- package/dist/icons/minimize1.d.mts +1 -0
- package/dist/icons/minimize1.d.ts +1 -0
- package/dist/icons/minimize1.mjs +1 -1
- package/dist/icons/minimize2.d.mts +1 -0
- package/dist/icons/minimize2.d.ts +1 -0
- package/dist/icons/minimize2.mjs +1 -1
- package/dist/icons/minus.d.mts +1 -0
- package/dist/icons/minus.d.ts +1 -0
- package/dist/icons/minus.mjs +1 -1
- package/dist/icons/minusCircle.d.mts +1 -0
- package/dist/icons/minusCircle.d.ts +1 -0
- package/dist/icons/minusCircle.mjs +1 -1
- package/dist/icons/minusSquare.d.mts +1 -0
- package/dist/icons/minusSquare.d.ts +1 -0
- package/dist/icons/minusSquare.mjs +1 -1
- package/dist/icons/modem1.d.mts +1 -0
- package/dist/icons/modem1.d.ts +1 -0
- package/dist/icons/modem1.mjs +1 -1
- package/dist/icons/modem2.d.mts +1 -0
- package/dist/icons/modem2.d.ts +1 -0
- package/dist/icons/modem2.mjs +1 -1
- package/dist/icons/monitor.d.mts +1 -0
- package/dist/icons/monitor.d.ts +1 -0
- package/dist/icons/monitor.mjs +1 -1
- package/dist/icons/monitor1.d.mts +1 -0
- package/dist/icons/monitor1.d.ts +1 -0
- package/dist/icons/monitor1.mjs +1 -1
- package/dist/icons/monitor2.d.mts +1 -0
- package/dist/icons/monitor2.d.ts +1 -0
- package/dist/icons/monitor2.mjs +1 -1
- package/dist/icons/monitor3.d.mts +1 -0
- package/dist/icons/monitor3.d.ts +1 -0
- package/dist/icons/monitor3.mjs +1 -1
- package/dist/icons/monitor4.d.mts +1 -0
- package/dist/icons/monitor4.d.ts +1 -0
- package/dist/icons/monitor4.mjs +1 -1
- package/dist/icons/monitor5.d.mts +1 -0
- package/dist/icons/monitor5.d.ts +1 -0
- package/dist/icons/monitor5.mjs +1 -1
- package/dist/icons/moon1.d.mts +1 -0
- package/dist/icons/moon1.d.ts +1 -0
- package/dist/icons/moon1.mjs +1 -1
- package/dist/icons/moon2.d.mts +1 -0
- package/dist/icons/moon2.d.ts +1 -0
- package/dist/icons/moon2.mjs +1 -1
- package/dist/icons/moonEclipse.d.mts +1 -0
- package/dist/icons/moonEclipse.d.ts +1 -0
- package/dist/icons/moonEclipse.mjs +1 -1
- package/dist/icons/moonStar.d.mts +1 -0
- package/dist/icons/moonStar.d.ts +1 -0
- package/dist/icons/moonStar.mjs +1 -1
- package/dist/icons/mouse.d.mts +1 -0
- package/dist/icons/mouse.d.ts +1 -0
- package/dist/icons/mouse.mjs +1 -1
- package/dist/icons/move.d.mts +1 -0
- package/dist/icons/move.d.ts +1 -0
- package/dist/icons/move.mjs +1 -1
- package/dist/icons/musicNote1.d.mts +1 -0
- package/dist/icons/musicNote1.d.ts +1 -0
- package/dist/icons/musicNote1.mjs +1 -1
- package/dist/icons/musicNote2.d.mts +1 -0
- package/dist/icons/musicNote2.d.ts +1 -0
- package/dist/icons/musicNote2.mjs +1 -1
- package/dist/icons/musicNotePlus.d.mts +1 -0
- package/dist/icons/musicNotePlus.d.ts +1 -0
- package/dist/icons/musicNotePlus.mjs +1 -1
- package/dist/icons/navigationPointer1.d.mts +1 -0
- package/dist/icons/navigationPointer1.d.ts +1 -0
- package/dist/icons/navigationPointer1.mjs +1 -1
- package/dist/icons/navigationPointer2.d.mts +1 -0
- package/dist/icons/navigationPointer2.d.ts +1 -0
- package/dist/icons/navigationPointer2.mjs +1 -1
- package/dist/icons/navigationPointerOff1.d.mts +1 -0
- package/dist/icons/navigationPointerOff1.d.ts +1 -0
- package/dist/icons/navigationPointerOff1.mjs +1 -1
- package/dist/icons/navigationPointerOff2.d.mts +1 -0
- package/dist/icons/navigationPointerOff2.d.ts +1 -0
- package/dist/icons/navigationPointerOff2.mjs +1 -1
- package/dist/icons/notificationBox.d.mts +1 -0
- package/dist/icons/notificationBox.d.ts +1 -0
- package/dist/icons/notificationBox.mjs +1 -1
- package/dist/icons/notificationMessage.d.mts +1 -0
- package/dist/icons/notificationMessage.d.ts +1 -0
- package/dist/icons/notificationMessage.mjs +1 -1
- package/dist/icons/notificationText.d.mts +1 -0
- package/dist/icons/notificationText.d.ts +1 -0
- package/dist/icons/notificationText.mjs +1 -1
- package/dist/icons/octagon.d.mts +1 -0
- package/dist/icons/octagon.d.ts +1 -0
- package/dist/icons/octagon.mjs +1 -1
- package/dist/icons/package.d.mts +1 -0
- package/dist/icons/package.d.ts +1 -0
- package/dist/icons/package.mjs +1 -1
- package/dist/icons/packageCheck.d.mts +1 -0
- package/dist/icons/packageCheck.d.ts +1 -0
- package/dist/icons/packageCheck.mjs +1 -1
- package/dist/icons/packageMinus.d.mts +1 -0
- package/dist/icons/packageMinus.d.ts +1 -0
- package/dist/icons/packageMinus.mjs +1 -1
- package/dist/icons/packagePlus.d.mts +1 -0
- package/dist/icons/packagePlus.d.ts +1 -0
- package/dist/icons/packagePlus.mjs +1 -1
- package/dist/icons/packageSearch.d.mts +1 -0
- package/dist/icons/packageSearch.d.ts +1 -0
- package/dist/icons/packageSearch.mjs +1 -1
- package/dist/icons/packageX.d.mts +1 -0
- package/dist/icons/packageX.d.ts +1 -0
- package/dist/icons/packageX.mjs +1 -1
- package/dist/icons/paint.d.mts +1 -0
- package/dist/icons/paint.d.ts +1 -0
- package/dist/icons/paint.mjs +1 -1
- package/dist/icons/paintPour.d.mts +1 -0
- package/dist/icons/paintPour.d.ts +1 -0
- package/dist/icons/paintPour.mjs +1 -1
- package/dist/icons/palette.d.mts +1 -0
- package/dist/icons/palette.d.ts +1 -0
- package/dist/icons/palette.mjs +1 -1
- package/dist/icons/paperclip.d.mts +1 -0
- package/dist/icons/paperclip.d.ts +1 -0
- package/dist/icons/paperclip.mjs +1 -1
- package/dist/icons/paragraphSpacing.d.mts +1 -0
- package/dist/icons/paragraphSpacing.d.ts +1 -0
- package/dist/icons/paragraphSpacing.mjs +1 -1
- package/dist/icons/paragraphWrap.d.mts +1 -0
- package/dist/icons/paragraphWrap.d.ts +1 -0
- package/dist/icons/paragraphWrap.mjs +1 -1
- package/dist/icons/passcode.d.mts +1 -0
- package/dist/icons/passcode.d.ts +1 -0
- package/dist/icons/passcode.mjs +1 -1
- package/dist/icons/passcodeLock.d.mts +1 -0
- package/dist/icons/passcodeLock.d.ts +1 -0
- package/dist/icons/passcodeLock.mjs +1 -1
- package/dist/icons/passport.d.mts +1 -0
- package/dist/icons/passport.d.ts +1 -0
- package/dist/icons/passport.mjs +1 -1
- package/dist/icons/pauseCircle.d.mts +1 -0
- package/dist/icons/pauseCircle.d.ts +1 -0
- package/dist/icons/pauseCircle.mjs +1 -1
- package/dist/icons/pauseSquare.d.mts +1 -0
- package/dist/icons/pauseSquare.d.ts +1 -0
- package/dist/icons/pauseSquare.mjs +1 -1
- package/dist/icons/penTool1.d.mts +1 -0
- package/dist/icons/penTool1.d.ts +1 -0
- package/dist/icons/penTool1.mjs +1 -1
- package/dist/icons/penTool2.d.mts +1 -0
- package/dist/icons/penTool2.d.ts +1 -0
- package/dist/icons/penTool2.mjs +1 -1
- package/dist/icons/penToolMinus.d.mts +1 -0
- package/dist/icons/penToolMinus.d.ts +1 -0
- package/dist/icons/penToolMinus.mjs +1 -1
- package/dist/icons/penToolPlus.d.mts +1 -0
- package/dist/icons/penToolPlus.d.ts +1 -0
- package/dist/icons/penToolPlus.mjs +1 -1
- package/dist/icons/pencil1.d.mts +1 -0
- package/dist/icons/pencil1.d.ts +1 -0
- package/dist/icons/pencil1.mjs +1 -1
- package/dist/icons/pencil2.d.mts +1 -0
- package/dist/icons/pencil2.d.ts +1 -0
- package/dist/icons/pencil2.mjs +1 -1
- package/dist/icons/pencilLine.d.mts +1 -0
- package/dist/icons/pencilLine.d.ts +1 -0
- package/dist/icons/pencilLine.mjs +1 -1
- package/dist/icons/pentagon.d.mts +1 -0
- package/dist/icons/pentagon.d.ts +1 -0
- package/dist/icons/pentagon.mjs +1 -1
- package/dist/icons/percent1.d.mts +1 -0
- package/dist/icons/percent1.d.ts +1 -0
- package/dist/icons/percent1.mjs +1 -1
- package/dist/icons/percent2.d.mts +1 -0
- package/dist/icons/percent2.d.ts +1 -0
- package/dist/icons/percent2.mjs +1 -1
- package/dist/icons/percent3.d.mts +1 -0
- package/dist/icons/percent3.d.ts +1 -0
- package/dist/icons/percent3.mjs +1 -1
- package/dist/icons/perspective1.d.mts +1 -0
- package/dist/icons/perspective1.d.ts +1 -0
- package/dist/icons/perspective1.mjs +1 -1
- package/dist/icons/perspective2.d.mts +1 -0
- package/dist/icons/perspective2.d.ts +1 -0
- package/dist/icons/perspective2.mjs +1 -1
- package/dist/icons/phone.d.mts +1 -0
- package/dist/icons/phone.d.ts +1 -0
- package/dist/icons/phone.mjs +1 -1
- package/dist/icons/phone1.d.mts +1 -0
- package/dist/icons/phone1.d.ts +1 -0
- package/dist/icons/phone1.mjs +1 -1
- package/dist/icons/phone2.d.mts +1 -0
- package/dist/icons/phone2.d.ts +1 -0
- package/dist/icons/phone2.mjs +1 -1
- package/dist/icons/phoneCall.d.mts +1 -0
- package/dist/icons/phoneCall.d.ts +1 -0
- package/dist/icons/phoneCall.mjs +1 -1
- package/dist/icons/phoneCall1.d.mts +1 -0
- package/dist/icons/phoneCall1.d.ts +1 -0
- package/dist/icons/phoneCall1.mjs +1 -1
- package/dist/icons/phoneCall2.d.mts +1 -0
- package/dist/icons/phoneCall2.d.ts +1 -0
- package/dist/icons/phoneCall2.mjs +1 -1
- package/dist/icons/phoneHangUp.d.mts +1 -0
- package/dist/icons/phoneHangUp.d.ts +1 -0
- package/dist/icons/phoneHangUp.mjs +1 -1
- package/dist/icons/phoneIncoming.d.mts +1 -0
- package/dist/icons/phoneIncoming.d.ts +1 -0
- package/dist/icons/phoneIncoming.mjs +1 -1
- package/dist/icons/phoneIncoming1.d.mts +1 -0
- package/dist/icons/phoneIncoming1.d.ts +1 -0
- package/dist/icons/phoneIncoming1.mjs +1 -1
- package/dist/icons/phoneIncoming2.d.mts +1 -0
- package/dist/icons/phoneIncoming2.d.ts +1 -0
- package/dist/icons/phoneIncoming2.mjs +1 -1
- package/dist/icons/phoneOutgoing1.d.mts +1 -0
- package/dist/icons/phoneOutgoing1.d.ts +1 -0
- package/dist/icons/phoneOutgoing1.mjs +1 -1
- package/dist/icons/phoneOutgoing2.d.mts +1 -0
- package/dist/icons/phoneOutgoing2.d.ts +1 -0
- package/dist/icons/phoneOutgoing2.mjs +1 -1
- package/dist/icons/phonePause.d.mts +1 -0
- package/dist/icons/phonePause.d.ts +1 -0
- package/dist/icons/phonePause.mjs +1 -1
- package/dist/icons/phonePlus.d.mts +1 -0
- package/dist/icons/phonePlus.d.ts +1 -0
- package/dist/icons/phonePlus.mjs +1 -1
- package/dist/icons/phoneX.d.mts +1 -0
- package/dist/icons/phoneX.d.ts +1 -0
- package/dist/icons/phoneX.mjs +1 -1
- package/dist/icons/pieChart.d.mts +1 -0
- package/dist/icons/pieChart.d.ts +1 -0
- package/dist/icons/pieChart.mjs +1 -1
- package/dist/icons/pieChart1.d.mts +1 -0
- package/dist/icons/pieChart1.d.ts +1 -0
- package/dist/icons/pieChart1.mjs +1 -1
- package/dist/icons/pieChart2.d.mts +1 -0
- package/dist/icons/pieChart2.d.ts +1 -0
- package/dist/icons/pieChart2.mjs +1 -1
- package/dist/icons/pieChart3.d.mts +1 -0
- package/dist/icons/pieChart3.d.ts +1 -0
- package/dist/icons/pieChart3.mjs +1 -1
- package/dist/icons/pieChart4.d.mts +1 -0
- package/dist/icons/pieChart4.d.ts +1 -0
- package/dist/icons/pieChart4.mjs +1 -1
- package/dist/icons/piggyBank1.d.mts +1 -0
- package/dist/icons/piggyBank1.d.ts +1 -0
- package/dist/icons/piggyBank1.mjs +1 -1
- package/dist/icons/piggyBank2.d.mts +1 -0
- package/dist/icons/piggyBank2.d.ts +1 -0
- package/dist/icons/piggyBank2.mjs +1 -1
- package/dist/icons/pilcrow1.d.mts +1 -0
- package/dist/icons/pilcrow1.d.ts +1 -0
- package/dist/icons/pilcrow1.mjs +1 -1
- package/dist/icons/pilcrow2.d.mts +1 -0
- package/dist/icons/pilcrow2.d.ts +1 -0
- package/dist/icons/pilcrow2.mjs +1 -1
- package/dist/icons/pilcrowSquare.d.mts +1 -0
- package/dist/icons/pilcrowSquare.d.ts +1 -0
- package/dist/icons/pilcrowSquare.mjs +1 -1
- package/dist/icons/pin1.d.mts +1 -0
- package/dist/icons/pin1.d.ts +1 -0
- package/dist/icons/pin1.mjs +1 -1
- package/dist/icons/pin2.d.mts +1 -0
- package/dist/icons/pin2.d.ts +1 -0
- package/dist/icons/pin2.mjs +1 -1
- package/dist/icons/placeholder.d.mts +1 -0
- package/dist/icons/placeholder.d.ts +1 -0
- package/dist/icons/placeholder.mjs +1 -1
- package/dist/icons/plane.d.mts +1 -0
- package/dist/icons/plane.d.ts +1 -0
- package/dist/icons/plane.mjs +1 -1
- package/dist/icons/play.d.mts +1 -0
- package/dist/icons/play.d.ts +1 -0
- package/dist/icons/play.mjs +1 -1
- package/dist/icons/playCircle.d.mts +1 -0
- package/dist/icons/playCircle.d.ts +1 -0
- package/dist/icons/playCircle.mjs +1 -1
- package/dist/icons/playSquare.d.mts +1 -0
- package/dist/icons/playSquare.d.ts +1 -0
- package/dist/icons/playSquare.mjs +1 -1
- package/dist/icons/plus.d.mts +1 -0
- package/dist/icons/plus.d.ts +1 -0
- package/dist/icons/plus.mjs +1 -1
- package/dist/icons/plusCircle.d.mts +1 -0
- package/dist/icons/plusCircle.d.ts +1 -0
- package/dist/icons/plusCircle.mjs +1 -1
- package/dist/icons/plusSquare.d.mts +1 -0
- package/dist/icons/plusSquare.d.ts +1 -0
- package/dist/icons/plusSquare.mjs +1 -1
- package/dist/icons/podcast.d.mts +1 -0
- package/dist/icons/podcast.d.ts +1 -0
- package/dist/icons/podcast.mjs +1 -1
- package/dist/icons/power1.d.mts +1 -0
- package/dist/icons/power1.d.ts +1 -0
- package/dist/icons/power1.mjs +1 -1
- package/dist/icons/power2.d.mts +1 -0
- package/dist/icons/power2.d.ts +1 -0
- package/dist/icons/power2.mjs +1 -1
- package/dist/icons/power3.d.mts +1 -0
- package/dist/icons/power3.d.ts +1 -0
- package/dist/icons/power3.mjs +1 -1
- package/dist/icons/presentationChart1.d.mts +1 -0
- package/dist/icons/presentationChart1.d.ts +1 -0
- package/dist/icons/presentationChart1.mjs +1 -1
- package/dist/icons/presentationChart2.d.mts +1 -0
- package/dist/icons/presentationChart2.d.ts +1 -0
- package/dist/icons/presentationChart2.mjs +1 -1
- package/dist/icons/presentationChart3.d.mts +1 -0
- package/dist/icons/presentationChart3.d.ts +1 -0
- package/dist/icons/presentationChart3.mjs +1 -1
- package/dist/icons/printer.d.mts +1 -0
- package/dist/icons/printer.d.ts +1 -0
- package/dist/icons/printer.mjs +1 -1
- package/dist/icons/puzzlePiece.d.mts +1 -0
- package/dist/icons/puzzlePiece.d.ts +1 -0
- package/dist/icons/puzzlePiece.mjs +1 -1
- package/dist/icons/puzzlePiece1.d.mts +1 -0
- package/dist/icons/puzzlePiece1.d.ts +1 -0
- package/dist/icons/puzzlePiece1.mjs +1 -1
- package/dist/icons/puzzlePiece2.d.mts +1 -0
- package/dist/icons/puzzlePiece2.d.ts +1 -0
- package/dist/icons/puzzlePiece2.mjs +1 -1
- package/dist/icons/qrCode.d.mts +1 -0
- package/dist/icons/qrCode.d.ts +1 -0
- package/dist/icons/qrCode.mjs +1 -1
- package/dist/icons/qrCode1.d.mts +1 -0
- package/dist/icons/qrCode1.d.ts +1 -0
- package/dist/icons/qrCode1.mjs +1 -1
- package/dist/icons/qrCode2.d.mts +1 -0
- package/dist/icons/qrCode2.d.ts +1 -0
- package/dist/icons/qrCode2.mjs +1 -1
- package/dist/icons/receipt.d.mts +1 -0
- package/dist/icons/receipt.d.ts +1 -0
- package/dist/icons/receipt.mjs +1 -1
- package/dist/icons/receiptCheck.d.mts +1 -0
- package/dist/icons/receiptCheck.d.ts +1 -0
- package/dist/icons/receiptCheck.mjs +1 -1
- package/dist/icons/recording.d.mts +1 -0
- package/dist/icons/recording.d.ts +1 -0
- package/dist/icons/recording.mjs +1 -1
- package/dist/icons/recording1.d.mts +1 -0
- package/dist/icons/recording1.d.ts +1 -0
- package/dist/icons/recording1.mjs +1 -1
- package/dist/icons/recording2.d.mts +1 -0
- package/dist/icons/recording2.d.ts +1 -0
- package/dist/icons/recording2.mjs +1 -1
- package/dist/icons/recording3.d.mts +1 -0
- package/dist/icons/recording3.d.ts +1 -0
- package/dist/icons/recording3.mjs +1 -1
- package/dist/icons/reflect1.d.mts +1 -0
- package/dist/icons/reflect1.d.ts +1 -0
- package/dist/icons/reflect1.mjs +1 -1
- package/dist/icons/reflect2.d.mts +1 -0
- package/dist/icons/reflect2.d.ts +1 -0
- package/dist/icons/reflect2.mjs +1 -1
- package/dist/icons/refreshCcw.d.mts +1 -0
- package/dist/icons/refreshCcw.d.ts +1 -0
- package/dist/icons/refreshCcw.mjs +1 -1
- package/dist/icons/refreshCcw1.d.mts +1 -0
- package/dist/icons/refreshCcw1.d.ts +1 -0
- package/dist/icons/refreshCcw1.mjs +1 -1
- package/dist/icons/refreshCcw2.d.mts +1 -0
- package/dist/icons/refreshCcw2.d.ts +1 -0
- package/dist/icons/refreshCcw2.mjs +1 -1
- package/dist/icons/refreshCcw3.d.mts +1 -0
- package/dist/icons/refreshCcw3.d.ts +1 -0
- package/dist/icons/refreshCcw3.mjs +1 -1
- package/dist/icons/refreshCcw4.d.mts +1 -0
- package/dist/icons/refreshCcw4.d.ts +1 -0
- package/dist/icons/refreshCcw4.mjs +1 -1
- package/dist/icons/refreshCcw5.d.mts +1 -0
- package/dist/icons/refreshCcw5.d.ts +1 -0
- package/dist/icons/refreshCcw5.mjs +1 -1
- package/dist/icons/refreshCw.d.mts +1 -0
- package/dist/icons/refreshCw.d.ts +1 -0
- package/dist/icons/refreshCw.mjs +1 -1
- package/dist/icons/refreshCw1.d.mts +1 -0
- package/dist/icons/refreshCw1.d.ts +1 -0
- package/dist/icons/refreshCw1.mjs +1 -1
- package/dist/icons/refreshCw2.d.mts +1 -0
- package/dist/icons/refreshCw2.d.ts +1 -0
- package/dist/icons/refreshCw2.mjs +1 -1
- package/dist/icons/refreshCw3.d.mts +1 -0
- package/dist/icons/refreshCw3.d.ts +1 -0
- package/dist/icons/refreshCw3.mjs +1 -1
- package/dist/icons/refreshCw4.d.mts +1 -0
- package/dist/icons/refreshCw4.d.ts +1 -0
- package/dist/icons/refreshCw4.mjs +1 -1
- package/dist/icons/refreshCw5.d.mts +1 -0
- package/dist/icons/refreshCw5.d.ts +1 -0
- package/dist/icons/refreshCw5.mjs +1 -1
- package/dist/icons/repeat1.d.mts +1 -0
- package/dist/icons/repeat1.d.ts +1 -0
- package/dist/icons/repeat1.mjs +1 -1
- package/dist/icons/repeat2.d.mts +1 -0
- package/dist/icons/repeat2.d.ts +1 -0
- package/dist/icons/repeat2.mjs +1 -1
- package/dist/icons/repeat3.d.mts +1 -0
- package/dist/icons/repeat3.d.ts +1 -0
- package/dist/icons/repeat3.mjs +1 -1
- package/dist/icons/repeat4.d.mts +1 -0
- package/dist/icons/repeat4.d.ts +1 -0
- package/dist/icons/repeat4.mjs +1 -1
- package/dist/icons/reverseLeft.d.mts +1 -0
- package/dist/icons/reverseLeft.d.ts +1 -0
- package/dist/icons/reverseLeft.mjs +1 -1
- package/dist/icons/reverseRight.d.mts +1 -0
- package/dist/icons/reverseRight.d.ts +1 -0
- package/dist/icons/reverseRight.mjs +1 -1
- package/dist/icons/rightIndent1.d.mts +1 -0
- package/dist/icons/rightIndent1.d.ts +1 -0
- package/dist/icons/rightIndent1.mjs +1 -1
- package/dist/icons/rightIndent2.d.mts +1 -0
- package/dist/icons/rightIndent2.d.ts +1 -0
- package/dist/icons/rightIndent2.mjs +1 -1
- package/dist/icons/rocket.d.mts +1 -0
- package/dist/icons/rocket.d.ts +1 -0
- package/dist/icons/rocket.mjs +1 -1
- package/dist/icons/rocket1.d.mts +1 -0
- package/dist/icons/rocket1.d.ts +1 -0
- package/dist/icons/rocket1.mjs +1 -1
- package/dist/icons/rocket2.d.mts +1 -0
- package/dist/icons/rocket2.d.ts +1 -0
- package/dist/icons/rocket2.mjs +1 -1
- package/dist/icons/rollerBrush.d.mts +1 -0
- package/dist/icons/rollerBrush.d.ts +1 -0
- package/dist/icons/rollerBrush.mjs +1 -1
- package/dist/icons/rotateCcw.d.mts +1 -0
- package/dist/icons/rotateCcw.d.ts +1 -0
- package/dist/icons/rotateCcw.mjs +1 -1
- package/dist/icons/route.d.mts +1 -0
- package/dist/icons/route.d.ts +1 -0
- package/dist/icons/route.mjs +1 -1
- package/dist/icons/rows1.d.mts +1 -0
- package/dist/icons/rows1.d.ts +1 -0
- package/dist/icons/rows1.mjs +1 -1
- package/dist/icons/rows2.d.mts +1 -0
- package/dist/icons/rows2.d.ts +1 -0
- package/dist/icons/rows2.mjs +1 -1
- package/dist/icons/rows3.d.mts +1 -0
- package/dist/icons/rows3.d.ts +1 -0
- package/dist/icons/rows3.mjs +1 -1
- package/dist/icons/rss1.d.mts +1 -0
- package/dist/icons/rss1.d.ts +1 -0
- package/dist/icons/rss1.mjs +1 -1
- package/dist/icons/rss2.d.mts +1 -0
- package/dist/icons/rss2.d.ts +1 -0
- package/dist/icons/rss2.mjs +1 -1
- package/dist/icons/ruler.d.mts +1 -0
- package/dist/icons/ruler.d.ts +1 -0
- package/dist/icons/ruler.mjs +1 -1
- package/dist/icons/safe.d.mts +1 -0
- package/dist/icons/safe.d.ts +1 -0
- package/dist/icons/safe.mjs +1 -1
- package/dist/icons/sale1.d.mts +1 -0
- package/dist/icons/sale1.d.ts +1 -0
- package/dist/icons/sale1.mjs +1 -1
- package/dist/icons/sale2.d.mts +1 -0
- package/dist/icons/sale2.d.ts +1 -0
- package/dist/icons/sale2.mjs +1 -1
- package/dist/icons/sale3.d.mts +1 -0
- package/dist/icons/sale3.d.ts +1 -0
- package/dist/icons/sale3.mjs +1 -1
- package/dist/icons/sale4.d.mts +1 -0
- package/dist/icons/sale4.d.ts +1 -0
- package/dist/icons/sale4.mjs +1 -1
- package/dist/icons/save.d.mts +1 -0
- package/dist/icons/save.d.ts +1 -0
- package/dist/icons/save.mjs +1 -1
- package/dist/icons/save1.d.mts +1 -0
- package/dist/icons/save1.d.ts +1 -0
- package/dist/icons/save1.mjs +1 -1
- package/dist/icons/save2.d.mts +1 -0
- package/dist/icons/save2.d.ts +1 -0
- package/dist/icons/save2.mjs +1 -1
- package/dist/icons/save3.d.mts +1 -0
- package/dist/icons/save3.d.ts +1 -0
- package/dist/icons/save3.mjs +1 -1
- package/dist/icons/scale1.d.mts +1 -0
- package/dist/icons/scale1.d.ts +1 -0
- package/dist/icons/scale1.mjs +1 -1
- package/dist/icons/scale2.d.mts +1 -0
- package/dist/icons/scale2.d.ts +1 -0
- package/dist/icons/scale2.mjs +1 -1
- package/dist/icons/scale3.d.mts +1 -0
- package/dist/icons/scale3.d.ts +1 -0
- package/dist/icons/scale3.mjs +1 -1
- package/dist/icons/scales1.d.mts +1 -0
- package/dist/icons/scales1.d.ts +1 -0
- package/dist/icons/scales1.mjs +1 -1
- package/dist/icons/scales2.d.mts +1 -0
- package/dist/icons/scales2.d.ts +1 -0
- package/dist/icons/scales2.mjs +1 -1
- package/dist/icons/scan.d.mts +1 -0
- package/dist/icons/scan.d.ts +1 -0
- package/dist/icons/scan.mjs +1 -1
- package/dist/icons/scissors1.d.mts +1 -0
- package/dist/icons/scissors1.d.ts +1 -0
- package/dist/icons/scissors1.mjs +1 -1
- package/dist/icons/scissors2.d.mts +1 -0
- package/dist/icons/scissors2.d.ts +1 -0
- package/dist/icons/scissors2.mjs +1 -1
- package/dist/icons/scissorsCut1.d.mts +1 -0
- package/dist/icons/scissorsCut1.d.ts +1 -0
- package/dist/icons/scissorsCut1.mjs +1 -1
- package/dist/icons/scissorsCut2.d.mts +1 -0
- package/dist/icons/scissorsCut2.d.ts +1 -0
- package/dist/icons/scissorsCut2.mjs +1 -1
- package/dist/icons/search.d.mts +1 -0
- package/dist/icons/search.d.ts +1 -0
- package/dist/icons/search.mjs +1 -1
- package/dist/icons/searchLg.d.mts +1 -0
- package/dist/icons/searchLg.d.ts +1 -0
- package/dist/icons/searchLg.mjs +1 -1
- package/dist/icons/searchMd.d.mts +1 -0
- package/dist/icons/searchMd.d.ts +1 -0
- package/dist/icons/searchMd.mjs +1 -1
- package/dist/icons/searchRefraction.d.mts +1 -0
- package/dist/icons/searchRefraction.d.ts +1 -0
- package/dist/icons/searchRefraction.mjs +1 -1
- package/dist/icons/searchSm.d.mts +1 -0
- package/dist/icons/searchSm.d.ts +1 -0
- package/dist/icons/searchSm.mjs +1 -1
- package/dist/icons/send.d.mts +1 -0
- package/dist/icons/send.d.ts +1 -0
- package/dist/icons/send.mjs +1 -1
- package/dist/icons/send1.d.mts +1 -0
- package/dist/icons/send1.d.ts +1 -0
- package/dist/icons/send1.mjs +1 -1
- package/dist/icons/send2.d.mts +1 -0
- package/dist/icons/send2.d.ts +1 -0
- package/dist/icons/send2.mjs +1 -1
- package/dist/icons/send3.d.mts +1 -0
- package/dist/icons/send3.d.ts +1 -0
- package/dist/icons/send3.mjs +1 -1
- package/dist/icons/server1.d.mts +1 -0
- package/dist/icons/server1.d.ts +1 -0
- package/dist/icons/server1.mjs +1 -1
- package/dist/icons/server2.d.mts +1 -0
- package/dist/icons/server2.d.ts +1 -0
- package/dist/icons/server2.mjs +1 -1
- package/dist/icons/server3.d.mts +1 -0
- package/dist/icons/server3.d.ts +1 -0
- package/dist/icons/server3.mjs +1 -1
- package/dist/icons/server4.d.mts +1 -0
- package/dist/icons/server4.d.ts +1 -0
- package/dist/icons/server4.mjs +1 -1
- package/dist/icons/server5.d.mts +1 -0
- package/dist/icons/server5.d.ts +1 -0
- package/dist/icons/server5.mjs +1 -1
- package/dist/icons/server6.d.mts +1 -0
- package/dist/icons/server6.d.ts +1 -0
- package/dist/icons/server6.mjs +1 -1
- package/dist/icons/settings.d.mts +1 -0
- package/dist/icons/settings.d.ts +1 -0
- package/dist/icons/settings.mjs +1 -1
- package/dist/icons/settings1.d.mts +1 -0
- package/dist/icons/settings1.d.ts +1 -0
- package/dist/icons/settings1.mjs +1 -1
- package/dist/icons/settings2.d.mts +1 -0
- package/dist/icons/settings2.d.ts +1 -0
- package/dist/icons/settings2.mjs +1 -1
- package/dist/icons/settings3.d.mts +1 -0
- package/dist/icons/settings3.d.ts +1 -0
- package/dist/icons/settings3.mjs +1 -1
- package/dist/icons/settings4.d.mts +1 -0
- package/dist/icons/settings4.d.ts +1 -0
- package/dist/icons/settings4.mjs +1 -1
- package/dist/icons/share.d.mts +1 -0
- package/dist/icons/share.d.ts +1 -0
- package/dist/icons/share.mjs +1 -1
- package/dist/icons/share1.d.mts +1 -0
- package/dist/icons/share1.d.ts +1 -0
- package/dist/icons/share1.mjs +1 -1
- package/dist/icons/share2.d.mts +1 -0
- package/dist/icons/share2.d.ts +1 -0
- package/dist/icons/share2.mjs +1 -1
- package/dist/icons/share3.d.mts +1 -0
- package/dist/icons/share3.d.ts +1 -0
- package/dist/icons/share3.mjs +1 -1
- package/dist/icons/share4.d.mts +1 -0
- package/dist/icons/share4.d.ts +1 -0
- package/dist/icons/share4.mjs +1 -1
- package/dist/icons/share5.d.mts +1 -0
- package/dist/icons/share5.d.ts +1 -0
- package/dist/icons/share5.mjs +1 -1
- package/dist/icons/share6.d.mts +1 -0
- package/dist/icons/share6.d.ts +1 -0
- package/dist/icons/share6.mjs +1 -1
- package/dist/icons/share7.d.mts +1 -0
- package/dist/icons/share7.d.ts +1 -0
- package/dist/icons/share7.mjs +1 -1
- package/dist/icons/shareArrow.d.mts +1 -0
- package/dist/icons/shareArrow.d.ts +1 -0
- package/dist/icons/shareArrow.mjs +1 -1
- package/dist/icons/shield1.d.mts +1 -0
- package/dist/icons/shield1.d.ts +1 -0
- package/dist/icons/shield1.mjs +1 -1
- package/dist/icons/shield2.d.mts +1 -0
- package/dist/icons/shield2.d.ts +1 -0
- package/dist/icons/shield2.mjs +1 -1
- package/dist/icons/shield3.d.mts +1 -0
- package/dist/icons/shield3.d.ts +1 -0
- package/dist/icons/shield3.mjs +1 -1
- package/dist/icons/shieldDollar.d.mts +1 -0
- package/dist/icons/shieldDollar.d.ts +1 -0
- package/dist/icons/shieldDollar.mjs +1 -1
- package/dist/icons/shieldOff.d.mts +1 -0
- package/dist/icons/shieldOff.d.ts +1 -0
- package/dist/icons/shieldOff.mjs +1 -1
- package/dist/icons/shieldPlus.d.mts +1 -0
- package/dist/icons/shieldPlus.d.ts +1 -0
- package/dist/icons/shieldPlus.mjs +1 -1
- package/dist/icons/shieldTick.d.mts +1 -0
- package/dist/icons/shieldTick.d.ts +1 -0
- package/dist/icons/shieldTick.mjs +1 -1
- package/dist/icons/shieldZap.d.mts +1 -0
- package/dist/icons/shieldZap.d.ts +1 -0
- package/dist/icons/shieldZap.mjs +1 -1
- package/dist/icons/shoppingBag1.d.mts +1 -0
- package/dist/icons/shoppingBag1.d.ts +1 -0
- package/dist/icons/shoppingBag1.mjs +1 -1
- package/dist/icons/shoppingBag2.d.mts +1 -0
- package/dist/icons/shoppingBag2.d.ts +1 -0
- package/dist/icons/shoppingBag2.mjs +1 -1
- package/dist/icons/shoppingBag3.d.mts +1 -0
- package/dist/icons/shoppingBag3.d.ts +1 -0
- package/dist/icons/shoppingBag3.mjs +1 -1
- package/dist/icons/shoppingCart1.d.mts +1 -0
- package/dist/icons/shoppingCart1.d.ts +1 -0
- package/dist/icons/shoppingCart1.mjs +1 -1
- package/dist/icons/shoppingCart2.d.mts +1 -0
- package/dist/icons/shoppingCart2.d.ts +1 -0
- package/dist/icons/shoppingCart2.mjs +1 -1
- package/dist/icons/shoppingCart3.d.mts +1 -0
- package/dist/icons/shoppingCart3.d.ts +1 -0
- package/dist/icons/shoppingCart3.mjs +1 -1
- package/dist/icons/shuffle1.d.mts +1 -0
- package/dist/icons/shuffle1.d.ts +1 -0
- package/dist/icons/shuffle1.mjs +1 -1
- package/dist/icons/shuffle2.d.mts +1 -0
- package/dist/icons/shuffle2.d.ts +1 -0
- package/dist/icons/shuffle2.mjs +1 -1
- package/dist/icons/signal1.d.mts +1 -0
- package/dist/icons/signal1.d.ts +1 -0
- package/dist/icons/signal1.mjs +1 -1
- package/dist/icons/signal2.d.mts +1 -0
- package/dist/icons/signal2.d.ts +1 -0
- package/dist/icons/signal2.mjs +1 -1
- package/dist/icons/signal3.d.mts +1 -0
- package/dist/icons/signal3.d.ts +1 -0
- package/dist/icons/signal3.mjs +1 -1
- package/dist/icons/simcard.d.mts +1 -0
- package/dist/icons/simcard.d.ts +1 -0
- package/dist/icons/simcard.mjs +1 -1
- package/dist/icons/skew.d.mts +1 -0
- package/dist/icons/skew.d.ts +1 -0
- package/dist/icons/skew.mjs +1 -1
- package/dist/icons/skipBack.d.mts +1 -0
- package/dist/icons/skipBack.d.ts +1 -0
- package/dist/icons/skipBack.mjs +1 -1
- package/dist/icons/skipForward.d.mts +1 -0
- package/dist/icons/skipForward.d.ts +1 -0
- package/dist/icons/skipForward.mjs +1 -1
- package/dist/icons/slashCircle1.d.mts +1 -0
- package/dist/icons/slashCircle1.d.ts +1 -0
- package/dist/icons/slashCircle1.mjs +1 -1
- package/dist/icons/slashCircle2.d.mts +1 -0
- package/dist/icons/slashCircle2.d.ts +1 -0
- package/dist/icons/slashCircle2.mjs +1 -1
- package/dist/icons/slashDivider.d.mts +1 -0
- package/dist/icons/slashDivider.d.ts +1 -0
- package/dist/icons/slashDivider.mjs +1 -1
- package/dist/icons/slashOctagon.d.mts +1 -0
- package/dist/icons/slashOctagon.d.ts +1 -0
- package/dist/icons/slashOctagon.mjs +1 -1
- package/dist/icons/sliders1.d.mts +1 -0
- package/dist/icons/sliders1.d.ts +1 -0
- package/dist/icons/sliders1.mjs +1 -1
- package/dist/icons/sliders2.d.mts +1 -0
- package/dist/icons/sliders2.d.ts +1 -0
- package/dist/icons/sliders2.mjs +1 -1
- package/dist/icons/sliders3.d.mts +1 -0
- package/dist/icons/sliders3.d.ts +1 -0
- package/dist/icons/sliders3.mjs +1 -1
- package/dist/icons/sliders4.d.mts +1 -0
- package/dist/icons/sliders4.d.ts +1 -0
- package/dist/icons/sliders4.mjs +1 -1
- package/dist/icons/snowflake1.d.mts +1 -0
- package/dist/icons/snowflake1.d.ts +1 -0
- package/dist/icons/snowflake1.mjs +1 -1
- package/dist/icons/snowflake2.d.mts +1 -0
- package/dist/icons/snowflake2.d.ts +1 -0
- package/dist/icons/snowflake2.mjs +1 -1
- package/dist/icons/spacingHeight1.d.mts +1 -0
- package/dist/icons/spacingHeight1.d.ts +1 -0
- package/dist/icons/spacingHeight1.mjs +1 -1
- package/dist/icons/spacingHeight2.d.mts +1 -0
- package/dist/icons/spacingHeight2.d.ts +1 -0
- package/dist/icons/spacingHeight2.mjs +1 -1
- package/dist/icons/spacingWidth1.d.mts +1 -0
- package/dist/icons/spacingWidth1.d.ts +1 -0
- package/dist/icons/spacingWidth1.mjs +1 -1
- package/dist/icons/spacingWidth2.d.mts +1 -0
- package/dist/icons/spacingWidth2.d.ts +1 -0
- package/dist/icons/spacingWidth2.mjs +1 -1
- package/dist/icons/speaker1.d.mts +1 -0
- package/dist/icons/speaker1.d.ts +1 -0
- package/dist/icons/speaker1.mjs +1 -1
- package/dist/icons/speaker2.d.mts +1 -0
- package/dist/icons/speaker2.d.ts +1 -0
- package/dist/icons/speaker2.mjs +1 -1
- package/dist/icons/speaker3.d.mts +1 -0
- package/dist/icons/speaker3.d.ts +1 -0
- package/dist/icons/speaker3.mjs +1 -1
- package/dist/icons/speedometer1.d.mts +1 -0
- package/dist/icons/speedometer1.d.ts +1 -0
- package/dist/icons/speedometer1.mjs +1 -1
- package/dist/icons/speedometer2.d.mts +1 -0
- package/dist/icons/speedometer2.d.ts +1 -0
- package/dist/icons/speedometer2.mjs +1 -1
- package/dist/icons/speedometer3.d.mts +1 -0
- package/dist/icons/speedometer3.d.ts +1 -0
- package/dist/icons/speedometer3.mjs +1 -1
- package/dist/icons/speedometer4.d.mts +1 -0
- package/dist/icons/speedometer4.d.ts +1 -0
- package/dist/icons/speedometer4.mjs +1 -1
- package/dist/icons/spinner.d.mts +1 -0
- package/dist/icons/spinner.d.ts +1 -0
- package/dist/icons/spinner.mjs +1 -1
- package/dist/icons/square.d.mts +1 -0
- package/dist/icons/square.d.ts +1 -0
- package/dist/icons/square.mjs +1 -1
- package/dist/icons/stand.d.mts +1 -0
- package/dist/icons/stand.d.ts +1 -0
- package/dist/icons/stand.mjs +1 -1
- package/dist/icons/star1.d.mts +1 -0
- package/dist/icons/star1.d.ts +1 -0
- package/dist/icons/star1.mjs +1 -1
- package/dist/icons/star2.d.mts +1 -0
- package/dist/icons/star2.d.ts +1 -0
- package/dist/icons/star2.mjs +1 -1
- package/dist/icons/star3.d.mts +1 -0
- package/dist/icons/star3.d.ts +1 -0
- package/dist/icons/star3.mjs +1 -1
- package/dist/icons/star4.d.mts +1 -0
- package/dist/icons/star4.d.ts +1 -0
- package/dist/icons/star4.mjs +1 -1
- package/dist/icons/star5.d.mts +1 -0
- package/dist/icons/star5.d.ts +1 -0
- package/dist/icons/star5.mjs +1 -1
- package/dist/icons/star6.d.mts +1 -0
- package/dist/icons/star6.d.ts +1 -0
- package/dist/icons/star6.mjs +1 -1
- package/dist/icons/star7.d.mts +1 -0
- package/dist/icons/star7.d.ts +1 -0
- package/dist/icons/star7.mjs +1 -1
- package/dist/icons/stars.d.mts +1 -0
- package/dist/icons/stars.d.ts +1 -0
- package/dist/icons/stars.mjs +1 -1
- package/dist/icons/stars1.d.mts +1 -0
- package/dist/icons/stars1.d.ts +1 -0
- package/dist/icons/stars1.mjs +1 -1
- package/dist/icons/stars2.d.mts +1 -0
- package/dist/icons/stars2.d.ts +1 -0
- package/dist/icons/stars2.mjs +1 -1
- package/dist/icons/stars3.d.mts +1 -0
- package/dist/icons/stars3.d.ts +1 -0
- package/dist/icons/stars3.mjs +1 -1
- package/dist/icons/stickerCircle.d.mts +1 -0
- package/dist/icons/stickerCircle.d.ts +1 -0
- package/dist/icons/stickerCircle.mjs +1 -1
- package/dist/icons/stickerSquare.d.mts +1 -0
- package/dist/icons/stickerSquare.d.ts +1 -0
- package/dist/icons/stickerSquare.mjs +1 -1
- package/dist/icons/stop.d.mts +1 -0
- package/dist/icons/stop.d.ts +1 -0
- package/dist/icons/stop.mjs +1 -1
- package/dist/icons/stopCircle.d.mts +1 -0
- package/dist/icons/stopCircle.d.ts +1 -0
- package/dist/icons/stopCircle.mjs +1 -1
- package/dist/icons/stopSquare.d.mts +1 -0
- package/dist/icons/stopSquare.d.ts +1 -0
- package/dist/icons/stopSquare.mjs +1 -1
- package/dist/icons/strikethrough1.d.mts +1 -0
- package/dist/icons/strikethrough1.d.ts +1 -0
- package/dist/icons/strikethrough1.mjs +1 -1
- package/dist/icons/strikethrough2.d.mts +1 -0
- package/dist/icons/strikethrough2.d.ts +1 -0
- package/dist/icons/strikethrough2.mjs +1 -1
- package/dist/icons/strikethroughSquare.d.mts +1 -0
- package/dist/icons/strikethroughSquare.d.ts +1 -0
- package/dist/icons/strikethroughSquare.mjs +1 -1
- package/dist/icons/subscript.d.mts +1 -0
- package/dist/icons/subscript.d.ts +1 -0
- package/dist/icons/subscript.mjs +1 -1
- package/dist/icons/sun.d.mts +1 -0
- package/dist/icons/sun.d.ts +1 -0
- package/dist/icons/sun.mjs +1 -1
- package/dist/icons/sunSetting1.d.mts +1 -0
- package/dist/icons/sunSetting1.d.ts +1 -0
- package/dist/icons/sunSetting1.mjs +1 -1
- package/dist/icons/sunSetting2.d.mts +1 -0
- package/dist/icons/sunSetting2.d.ts +1 -0
- package/dist/icons/sunSetting2.mjs +1 -1
- package/dist/icons/sunSetting3.d.mts +1 -0
- package/dist/icons/sunSetting3.d.ts +1 -0
- package/dist/icons/sunSetting3.mjs +1 -1
- package/dist/icons/sunrise.d.mts +1 -0
- package/dist/icons/sunrise.d.ts +1 -0
- package/dist/icons/sunrise.mjs +1 -1
- package/dist/icons/sunset.d.mts +1 -0
- package/dist/icons/sunset.d.ts +1 -0
- package/dist/icons/sunset.mjs +1 -1
- package/dist/icons/switchHorizontal1.d.mts +1 -0
- package/dist/icons/switchHorizontal1.d.ts +1 -0
- package/dist/icons/switchHorizontal1.mjs +1 -1
- package/dist/icons/switchHorizontal2.d.mts +1 -0
- package/dist/icons/switchHorizontal2.d.ts +1 -0
- package/dist/icons/switchHorizontal2.mjs +1 -1
- package/dist/icons/switchVertical1.d.mts +1 -0
- package/dist/icons/switchVertical1.d.ts +1 -0
- package/dist/icons/switchVertical1.mjs +1 -1
- package/dist/icons/switchVertical2.d.mts +1 -0
- package/dist/icons/switchVertical2.d.ts +1 -0
- package/dist/icons/switchVertical2.mjs +1 -1
- package/dist/icons/table.d.mts +1 -0
- package/dist/icons/table.d.ts +1 -0
- package/dist/icons/table.mjs +1 -1
- package/dist/icons/tablet1.d.mts +1 -0
- package/dist/icons/tablet1.d.ts +1 -0
- package/dist/icons/tablet1.mjs +1 -1
- package/dist/icons/tablet2.d.mts +1 -0
- package/dist/icons/tablet2.d.ts +1 -0
- package/dist/icons/tablet2.mjs +1 -1
- package/dist/icons/tag1.d.mts +1 -0
- package/dist/icons/tag1.d.ts +1 -0
- package/dist/icons/tag1.mjs +1 -1
- package/dist/icons/tag2.d.mts +1 -0
- package/dist/icons/tag2.d.ts +1 -0
- package/dist/icons/tag2.mjs +1 -1
- package/dist/icons/tag3.d.mts +1 -0
- package/dist/icons/tag3.d.ts +1 -0
- package/dist/icons/tag3.mjs +1 -1
- package/dist/icons/target1.d.mts +1 -0
- package/dist/icons/target1.d.ts +1 -0
- package/dist/icons/target1.mjs +1 -1
- package/dist/icons/target2.d.mts +1 -0
- package/dist/icons/target2.d.ts +1 -0
- package/dist/icons/target2.mjs +1 -1
- package/dist/icons/target3.d.mts +1 -0
- package/dist/icons/target3.d.ts +1 -0
- package/dist/icons/target3.mjs +1 -1
- package/dist/icons/target4.d.mts +1 -0
- package/dist/icons/target4.d.ts +1 -0
- package/dist/icons/target4.mjs +1 -1
- package/dist/icons/target5.d.mts +1 -0
- package/dist/icons/target5.d.ts +1 -0
- package/dist/icons/target5.mjs +1 -1
- package/dist/icons/telescope.d.mts +1 -0
- package/dist/icons/telescope.d.ts +1 -0
- package/dist/icons/telescope.mjs +1 -1
- package/dist/icons/terminal.d.mts +1 -0
- package/dist/icons/terminal.d.ts +1 -0
- package/dist/icons/terminal.mjs +1 -1
- package/dist/icons/terminalBrowser.d.mts +1 -0
- package/dist/icons/terminalBrowser.d.ts +1 -0
- package/dist/icons/terminalBrowser.mjs +1 -1
- package/dist/icons/terminalCircle.d.mts +1 -0
- package/dist/icons/terminalCircle.d.ts +1 -0
- package/dist/icons/terminalCircle.mjs +1 -1
- package/dist/icons/terminalSquare.d.mts +1 -0
- package/dist/icons/terminalSquare.d.ts +1 -0
- package/dist/icons/terminalSquare.mjs +1 -1
- package/dist/icons/textInput.d.mts +1 -0
- package/dist/icons/textInput.d.ts +1 -0
- package/dist/icons/textInput.mjs +1 -1
- package/dist/icons/thermometer1.d.mts +1 -0
- package/dist/icons/thermometer1.d.ts +1 -0
- package/dist/icons/thermometer1.mjs +1 -1
- package/dist/icons/thermometer2.d.mts +1 -0
- package/dist/icons/thermometer2.d.ts +1 -0
- package/dist/icons/thermometer2.mjs +1 -1
- package/dist/icons/thermometer3.d.mts +1 -0
- package/dist/icons/thermometer3.d.ts +1 -0
- package/dist/icons/thermometer3.mjs +1 -1
- package/dist/icons/thermometerCold.d.mts +1 -0
- package/dist/icons/thermometerCold.d.ts +1 -0
- package/dist/icons/thermometerCold.mjs +1 -1
- package/dist/icons/thermometerWarm.d.mts +1 -0
- package/dist/icons/thermometerWarm.d.ts +1 -0
- package/dist/icons/thermometerWarm.mjs +1 -1
- package/dist/icons/thumbsDown.d.mts +1 -0
- package/dist/icons/thumbsDown.d.ts +1 -0
- package/dist/icons/thumbsDown.mjs +1 -1
- package/dist/icons/thumbsUp.d.mts +1 -0
- package/dist/icons/thumbsUp.d.ts +1 -0
- package/dist/icons/thumbsUp.mjs +1 -1
- package/dist/icons/ticket1.d.mts +1 -0
- package/dist/icons/ticket1.d.ts +1 -0
- package/dist/icons/ticket1.mjs +1 -1
- package/dist/icons/ticket2.d.mts +1 -0
- package/dist/icons/ticket2.d.ts +1 -0
- package/dist/icons/ticket2.mjs +1 -1
- package/dist/icons/toggle1Left.d.mts +1 -0
- package/dist/icons/toggle1Left.d.ts +1 -0
- package/dist/icons/toggle1Left.mjs +1 -1
- package/dist/icons/toggle1Right.d.mts +1 -0
- package/dist/icons/toggle1Right.d.ts +1 -0
- package/dist/icons/toggle1Right.mjs +1 -1
- package/dist/icons/toggle2Left.d.mts +1 -0
- package/dist/icons/toggle2Left.d.ts +1 -0
- package/dist/icons/toggle2Left.mjs +1 -1
- package/dist/icons/toggle2Right.d.mts +1 -0
- package/dist/icons/toggle2Right.d.ts +1 -0
- package/dist/icons/toggle2Right.mjs +1 -1
- package/dist/icons/toggle3Left.d.mts +1 -0
- package/dist/icons/toggle3Left.d.ts +1 -0
- package/dist/icons/toggle3Left.mjs +1 -1
- package/dist/icons/toggle3Right.d.mts +1 -0
- package/dist/icons/toggle3Right.d.ts +1 -0
- package/dist/icons/toggle3Right.mjs +1 -1
- package/dist/icons/tool1.d.mts +1 -0
- package/dist/icons/tool1.d.ts +1 -0
- package/dist/icons/tool1.mjs +1 -1
- package/dist/icons/tool2.d.mts +1 -0
- package/dist/icons/tool2.d.ts +1 -0
- package/dist/icons/tool2.mjs +1 -1
- package/dist/icons/train.d.mts +1 -0
- package/dist/icons/train.d.ts +1 -0
- package/dist/icons/train.mjs +1 -1
- package/dist/icons/tram.d.mts +1 -0
- package/dist/icons/tram.d.ts +1 -0
- package/dist/icons/tram.mjs +1 -1
- package/dist/icons/transform.d.mts +1 -0
- package/dist/icons/transform.d.ts +1 -0
- package/dist/icons/transform.mjs +1 -1
- package/dist/icons/translate1.d.mts +1 -0
- package/dist/icons/translate1.d.ts +1 -0
- package/dist/icons/translate1.mjs +1 -1
- package/dist/icons/translate2.d.mts +1 -0
- package/dist/icons/translate2.d.ts +1 -0
- package/dist/icons/translate2.mjs +1 -1
- package/dist/icons/trash.d.mts +1 -0
- package/dist/icons/trash.d.ts +1 -0
- package/dist/icons/trash.mjs +1 -1
- package/dist/icons/trash1.d.mts +1 -0
- package/dist/icons/trash1.d.ts +1 -0
- package/dist/icons/trash1.mjs +1 -1
- package/dist/icons/trash2.d.mts +1 -0
- package/dist/icons/trash2.d.ts +1 -0
- package/dist/icons/trash2.mjs +1 -1
- package/dist/icons/trash3.d.mts +1 -0
- package/dist/icons/trash3.d.ts +1 -0
- package/dist/icons/trash3.mjs +1 -1
- package/dist/icons/trash4.d.mts +1 -0
- package/dist/icons/trash4.d.ts +1 -0
- package/dist/icons/trash4.mjs +1 -1
- package/dist/icons/trendDown.d.mts +1 -0
- package/dist/icons/trendDown.d.ts +1 -0
- package/dist/icons/trendDown.mjs +1 -1
- package/dist/icons/trendDown1.d.mts +1 -0
- package/dist/icons/trendDown1.d.ts +1 -0
- package/dist/icons/trendDown1.mjs +1 -1
- package/dist/icons/trendDown2.d.mts +1 -0
- package/dist/icons/trendDown2.d.ts +1 -0
- package/dist/icons/trendDown2.mjs +1 -1
- package/dist/icons/trendUp.d.mts +1 -0
- package/dist/icons/trendUp.d.ts +1 -0
- package/dist/icons/trendUp.mjs +1 -1
- package/dist/icons/trendUp1.d.mts +1 -0
- package/dist/icons/trendUp1.d.ts +1 -0
- package/dist/icons/trendUp1.mjs +1 -1
- package/dist/icons/trendUp2.d.mts +1 -0
- package/dist/icons/trendUp2.d.ts +1 -0
- package/dist/icons/trendUp2.mjs +1 -1
- package/dist/icons/triangle.d.mts +1 -0
- package/dist/icons/triangle.d.ts +1 -0
- package/dist/icons/triangle.mjs +1 -1
- package/dist/icons/trophy1.d.mts +1 -0
- package/dist/icons/trophy1.d.ts +1 -0
- package/dist/icons/trophy1.mjs +1 -1
- package/dist/icons/trophy2.d.mts +1 -0
- package/dist/icons/trophy2.d.ts +1 -0
- package/dist/icons/trophy2.mjs +1 -1
- package/dist/icons/truck1.d.mts +1 -0
- package/dist/icons/truck1.d.ts +1 -0
- package/dist/icons/truck1.mjs +1 -1
- package/dist/icons/truck2.d.mts +1 -0
- package/dist/icons/truck2.d.ts +1 -0
- package/dist/icons/truck2.mjs +1 -1
- package/dist/icons/tv1.d.mts +1 -0
- package/dist/icons/tv1.d.ts +1 -0
- package/dist/icons/tv1.mjs +1 -1
- package/dist/icons/tv2.d.mts +1 -0
- package/dist/icons/tv2.d.ts +1 -0
- package/dist/icons/tv2.mjs +1 -1
- package/dist/icons/tv3.d.mts +1 -0
- package/dist/icons/tv3.d.ts +1 -0
- package/dist/icons/tv3.mjs +1 -1
- package/dist/icons/type1.d.mts +1 -0
- package/dist/icons/type1.d.ts +1 -0
- package/dist/icons/type1.mjs +1 -1
- package/dist/icons/type2.d.mts +1 -0
- package/dist/icons/type2.d.ts +1 -0
- package/dist/icons/type2.mjs +1 -1
- package/dist/icons/typeSquare.d.mts +1 -0
- package/dist/icons/typeSquare.d.ts +1 -0
- package/dist/icons/typeSquare.mjs +1 -1
- package/dist/icons/typeStrikethrough1.d.mts +1 -0
- package/dist/icons/typeStrikethrough1.d.ts +1 -0
- package/dist/icons/typeStrikethrough1.mjs +1 -1
- package/dist/icons/typeStrikethrough2.d.mts +1 -0
- package/dist/icons/typeStrikethrough2.d.ts +1 -0
- package/dist/icons/typeStrikethrough2.mjs +1 -1
- package/dist/icons/umbrella1.d.mts +1 -0
- package/dist/icons/umbrella1.d.ts +1 -0
- package/dist/icons/umbrella1.mjs +1 -1
- package/dist/icons/umbrella2.d.mts +1 -0
- package/dist/icons/umbrella2.d.ts +1 -0
- package/dist/icons/umbrella2.mjs +1 -1
- package/dist/icons/umbrella3.d.mts +1 -0
- package/dist/icons/umbrella3.d.ts +1 -0
- package/dist/icons/umbrella3.mjs +1 -1
- package/dist/icons/underline1.d.mts +1 -0
- package/dist/icons/underline1.d.ts +1 -0
- package/dist/icons/underline1.mjs +1 -1
- package/dist/icons/underline2.d.mts +1 -0
- package/dist/icons/underline2.d.ts +1 -0
- package/dist/icons/underline2.mjs +1 -1
- package/dist/icons/underlineSquare.d.mts +1 -0
- package/dist/icons/underlineSquare.d.ts +1 -0
- package/dist/icons/underlineSquare.mjs +1 -1
- package/dist/icons/upload1.d.mts +1 -0
- package/dist/icons/upload1.d.ts +1 -0
- package/dist/icons/upload1.mjs +1 -1
- package/dist/icons/upload2.d.mts +1 -0
- package/dist/icons/upload2.d.ts +1 -0
- package/dist/icons/upload2.mjs +1 -1
- package/dist/icons/upload3.d.mts +1 -0
- package/dist/icons/upload3.d.ts +1 -0
- package/dist/icons/upload3.mjs +1 -1
- package/dist/icons/upload4.d.mts +1 -0
- package/dist/icons/upload4.d.ts +1 -0
- package/dist/icons/upload4.mjs +1 -1
- package/dist/icons/uploadCloud1.d.mts +1 -0
- package/dist/icons/uploadCloud1.d.ts +1 -0
- package/dist/icons/uploadCloud1.mjs +1 -1
- package/dist/icons/uploadCloud2.d.mts +1 -0
- package/dist/icons/uploadCloud2.d.ts +1 -0
- package/dist/icons/uploadCloud2.mjs +1 -1
- package/dist/icons/usbFlashDrive.d.mts +1 -0
- package/dist/icons/usbFlashDrive.d.ts +1 -0
- package/dist/icons/usbFlashDrive.mjs +1 -1
- package/dist/icons/user.d.mts +1 -0
- package/dist/icons/user.d.ts +1 -0
- package/dist/icons/user.mjs +1 -1
- package/dist/icons/user1.d.mts +1 -0
- package/dist/icons/user1.d.ts +1 -0
- package/dist/icons/user1.mjs +1 -1
- package/dist/icons/user2.d.mts +1 -0
- package/dist/icons/user2.d.ts +1 -0
- package/dist/icons/user2.mjs +1 -1
- package/dist/icons/user3.d.mts +1 -0
- package/dist/icons/user3.d.ts +1 -0
- package/dist/icons/user3.mjs +1 -1
- package/dist/icons/userCheck1.d.mts +1 -0
- package/dist/icons/userCheck1.d.ts +1 -0
- package/dist/icons/userCheck1.mjs +1 -1
- package/dist/icons/userCheck2.d.mts +1 -0
- package/dist/icons/userCheck2.d.ts +1 -0
- package/dist/icons/userCheck2.mjs +1 -1
- package/dist/icons/userCircle.d.mts +1 -0
- package/dist/icons/userCircle.d.ts +1 -0
- package/dist/icons/userCircle.mjs +1 -1
- package/dist/icons/userDown1.d.mts +1 -0
- package/dist/icons/userDown1.d.ts +1 -0
- package/dist/icons/userDown1.mjs +1 -1
- package/dist/icons/userDown2.d.mts +1 -0
- package/dist/icons/userDown2.d.ts +1 -0
- package/dist/icons/userDown2.mjs +1 -1
- package/dist/icons/userEdit.d.mts +1 -0
- package/dist/icons/userEdit.d.ts +1 -0
- package/dist/icons/userEdit.mjs +1 -1
- package/dist/icons/userLeft1.d.mts +1 -0
- package/dist/icons/userLeft1.d.ts +1 -0
- package/dist/icons/userLeft1.mjs +1 -1
- package/dist/icons/userLeft2.d.mts +1 -0
- package/dist/icons/userLeft2.d.ts +1 -0
- package/dist/icons/userLeft2.mjs +1 -1
- package/dist/icons/userMinus1.d.mts +1 -0
- package/dist/icons/userMinus1.d.ts +1 -0
- package/dist/icons/userMinus1.mjs +1 -1
- package/dist/icons/userMinus2.d.mts +1 -0
- package/dist/icons/userMinus2.d.ts +1 -0
- package/dist/icons/userMinus2.mjs +1 -1
- package/dist/icons/userPlus.d.mts +1 -0
- package/dist/icons/userPlus.d.ts +1 -0
- package/dist/icons/userPlus.mjs +1 -1
- package/dist/icons/userPlus1.d.mts +1 -0
- package/dist/icons/userPlus1.d.ts +1 -0
- package/dist/icons/userPlus1.mjs +1 -1
- package/dist/icons/userPlus2.d.mts +1 -0
- package/dist/icons/userPlus2.d.ts +1 -0
- package/dist/icons/userPlus2.mjs +1 -1
- package/dist/icons/userRight1.d.mts +1 -0
- package/dist/icons/userRight1.d.ts +1 -0
- package/dist/icons/userRight1.mjs +1 -1
- package/dist/icons/userRight2.d.mts +1 -0
- package/dist/icons/userRight2.d.ts +1 -0
- package/dist/icons/userRight2.mjs +1 -1
- package/dist/icons/userSquare.d.mts +1 -0
- package/dist/icons/userSquare.d.ts +1 -0
- package/dist/icons/userSquare.mjs +1 -1
- package/dist/icons/userUp1.d.mts +1 -0
- package/dist/icons/userUp1.d.ts +1 -0
- package/dist/icons/userUp1.mjs +1 -1
- package/dist/icons/userUp2.d.mts +1 -0
- package/dist/icons/userUp2.d.ts +1 -0
- package/dist/icons/userUp2.mjs +1 -1
- package/dist/icons/userX.d.mts +1 -0
- package/dist/icons/userX.d.ts +1 -0
- package/dist/icons/userX.mjs +1 -1
- package/dist/icons/userX1.d.mts +1 -0
- package/dist/icons/userX1.d.ts +1 -0
- package/dist/icons/userX1.mjs +1 -1
- package/dist/icons/userX2.d.mts +1 -0
- package/dist/icons/userX2.d.ts +1 -0
- package/dist/icons/userX2.mjs +1 -1
- package/dist/icons/users.d.mts +1 -0
- package/dist/icons/users.d.ts +1 -0
- package/dist/icons/users.mjs +1 -1
- package/dist/icons/users1.d.mts +1 -0
- package/dist/icons/users1.d.ts +1 -0
- package/dist/icons/users1.mjs +1 -1
- package/dist/icons/users2.d.mts +1 -0
- package/dist/icons/users2.d.ts +1 -0
- package/dist/icons/users2.mjs +1 -1
- package/dist/icons/users3.d.mts +1 -0
- package/dist/icons/users3.d.ts +1 -0
- package/dist/icons/users3.mjs +1 -1
- package/dist/icons/usersCheck.d.mts +1 -0
- package/dist/icons/usersCheck.d.ts +1 -0
- package/dist/icons/usersCheck.mjs +1 -1
- package/dist/icons/usersDown.d.mts +1 -0
- package/dist/icons/usersDown.d.ts +1 -0
- package/dist/icons/usersDown.mjs +1 -1
- package/dist/icons/usersEdit.d.mts +1 -0
- package/dist/icons/usersEdit.d.ts +1 -0
- package/dist/icons/usersEdit.mjs +1 -1
- package/dist/icons/usersLeft.d.mts +1 -0
- package/dist/icons/usersLeft.d.ts +1 -0
- package/dist/icons/usersLeft.mjs +1 -1
- package/dist/icons/usersMinus.d.mts +1 -0
- package/dist/icons/usersMinus.d.ts +1 -0
- package/dist/icons/usersMinus.mjs +1 -1
- package/dist/icons/usersPlus.d.mts +1 -0
- package/dist/icons/usersPlus.d.ts +1 -0
- package/dist/icons/usersPlus.mjs +1 -1
- package/dist/icons/usersRight.d.mts +1 -0
- package/dist/icons/usersRight.d.ts +1 -0
- package/dist/icons/usersRight.mjs +1 -1
- package/dist/icons/usersUp.d.mts +1 -0
- package/dist/icons/usersUp.d.ts +1 -0
- package/dist/icons/usersUp.mjs +1 -1
- package/dist/icons/usersX.d.mts +1 -0
- package/dist/icons/usersX.d.ts +1 -0
- package/dist/icons/usersX.mjs +1 -1
- package/dist/icons/variable.d.mts +1 -0
- package/dist/icons/variable.d.ts +1 -0
- package/dist/icons/variable.mjs +1 -1
- package/dist/icons/videoRecorder.d.mts +1 -0
- package/dist/icons/videoRecorder.d.ts +1 -0
- package/dist/icons/videoRecorder.mjs +1 -1
- package/dist/icons/videoRecorderOff.d.mts +1 -0
- package/dist/icons/videoRecorderOff.d.ts +1 -0
- package/dist/icons/videoRecorderOff.mjs +1 -1
- package/dist/icons/virus.d.mts +1 -0
- package/dist/icons/virus.d.ts +1 -0
- package/dist/icons/virus.mjs +1 -1
- package/dist/icons/voicemail.d.mts +1 -0
- package/dist/icons/voicemail.d.ts +1 -0
- package/dist/icons/voicemail.mjs +1 -1
- package/dist/icons/volumeMax.d.mts +1 -0
- package/dist/icons/volumeMax.d.ts +1 -0
- package/dist/icons/volumeMax.mjs +1 -1
- package/dist/icons/volumeMin.d.mts +1 -0
- package/dist/icons/volumeMin.d.ts +1 -0
- package/dist/icons/volumeMin.mjs +1 -1
- package/dist/icons/volumeMinus.d.mts +1 -0
- package/dist/icons/volumeMinus.d.ts +1 -0
- package/dist/icons/volumeMinus.mjs +1 -1
- package/dist/icons/volumePlus.d.mts +1 -0
- package/dist/icons/volumePlus.d.ts +1 -0
- package/dist/icons/volumePlus.mjs +1 -1
- package/dist/icons/volumeX.d.mts +1 -0
- package/dist/icons/volumeX.d.ts +1 -0
- package/dist/icons/volumeX.mjs +1 -1
- package/dist/icons/wallet1.d.mts +1 -0
- package/dist/icons/wallet1.d.ts +1 -0
- package/dist/icons/wallet1.mjs +1 -1
- package/dist/icons/wallet2.d.mts +1 -0
- package/dist/icons/wallet2.d.ts +1 -0
- package/dist/icons/wallet2.mjs +1 -1
- package/dist/icons/wallet3.d.mts +1 -0
- package/dist/icons/wallet3.d.ts +1 -0
- package/dist/icons/wallet3.mjs +1 -1
- package/dist/icons/wallet4.d.mts +1 -0
- package/dist/icons/wallet4.d.ts +1 -0
- package/dist/icons/wallet4.mjs +1 -1
- package/dist/icons/wallet5.d.mts +1 -0
- package/dist/icons/wallet5.d.ts +1 -0
- package/dist/icons/wallet5.mjs +1 -1
- package/dist/icons/watchCircle.d.mts +1 -0
- package/dist/icons/watchCircle.d.ts +1 -0
- package/dist/icons/watchCircle.mjs +1 -1
- package/dist/icons/watchSquare.d.mts +1 -0
- package/dist/icons/watchSquare.d.ts +1 -0
- package/dist/icons/watchSquare.mjs +1 -1
- package/dist/icons/waves.d.mts +1 -0
- package/dist/icons/waves.d.ts +1 -0
- package/dist/icons/waves.mjs +1 -1
- package/dist/icons/webcam1.d.mts +1 -0
- package/dist/icons/webcam1.d.ts +1 -0
- package/dist/icons/webcam1.mjs +1 -1
- package/dist/icons/webcam2.d.mts +1 -0
- package/dist/icons/webcam2.d.ts +1 -0
- package/dist/icons/webcam2.mjs +1 -1
- package/dist/icons/wifi.d.mts +1 -0
- package/dist/icons/wifi.d.ts +1 -0
- package/dist/icons/wifi.mjs +1 -1
- package/dist/icons/wifiOff.d.mts +1 -0
- package/dist/icons/wifiOff.d.ts +1 -0
- package/dist/icons/wifiOff.mjs +1 -1
- package/dist/icons/wind1.d.mts +1 -0
- package/dist/icons/wind1.d.ts +1 -0
- package/dist/icons/wind1.mjs +1 -1
- package/dist/icons/wind2.d.mts +1 -0
- package/dist/icons/wind2.d.ts +1 -0
- package/dist/icons/wind2.mjs +1 -1
- package/dist/icons/wind3.d.mts +1 -0
- package/dist/icons/wind3.d.ts +1 -0
- package/dist/icons/wind3.mjs +1 -1
- package/dist/icons/x.d.mts +1 -0
- package/dist/icons/x.d.ts +1 -0
- package/dist/icons/x.mjs +1 -1
- package/dist/icons/xCircle.d.mts +1 -0
- package/dist/icons/xCircle.d.ts +1 -0
- package/dist/icons/xCircle.mjs +1 -1
- package/dist/icons/xClose.d.mts +1 -0
- package/dist/icons/xClose.d.ts +1 -0
- package/dist/icons/xClose.mjs +1 -1
- package/dist/icons/xSquare.d.mts +1 -0
- package/dist/icons/xSquare.d.ts +1 -0
- package/dist/icons/xSquare.mjs +1 -1
- package/dist/icons/youtube.d.mts +1 -0
- package/dist/icons/youtube.d.ts +1 -0
- package/dist/icons/youtube.mjs +1 -1
- package/dist/icons/zap.d.mts +1 -0
- package/dist/icons/zap.d.ts +1 -0
- package/dist/icons/zap.mjs +1 -1
- package/dist/icons/zapCircle.d.mts +1 -0
- package/dist/icons/zapCircle.d.ts +1 -0
- package/dist/icons/zapCircle.mjs +1 -1
- package/dist/icons/zapFast.d.mts +1 -0
- package/dist/icons/zapFast.d.ts +1 -0
- package/dist/icons/zapFast.mjs +1 -1
- package/dist/icons/zapOff.d.mts +1 -0
- package/dist/icons/zapOff.d.ts +1 -0
- package/dist/icons/zapOff.mjs +1 -1
- package/dist/icons/zapSquare.d.mts +1 -0
- package/dist/icons/zapSquare.d.ts +1 -0
- package/dist/icons/zapSquare.mjs +1 -1
- package/dist/icons/zoomIn.d.mts +1 -0
- package/dist/icons/zoomIn.d.ts +1 -0
- package/dist/icons/zoomIn.mjs +1 -1
- package/dist/icons/zoomOut.d.mts +1 -0
- package/dist/icons/zoomOut.d.ts +1 -0
- package/dist/icons/zoomOut.mjs +1 -1
- package/dist/index.d.mts +128 -472
- package/dist/index.d.ts +128 -472
- package/package.json +7 -5
- package/dist/Accordion/index.d.mts +0 -18
- package/dist/Accordion/index.d.ts +0 -18
- package/dist/AlertDialog/index.d.mts +0 -27
- package/dist/AlertDialog/index.d.ts +0 -27
- package/dist/Avatar/index.d.mts +0 -19
- package/dist/Avatar/index.d.ts +0 -19
- package/dist/Badge/index.d.mts +0 -14
- package/dist/Badge/index.d.ts +0 -14
- package/dist/Button/index.d.mts +0 -21
- package/dist/Button/index.d.ts +0 -21
- package/dist/Calendar/index.d.mts +0 -12
- package/dist/Calendar/index.d.ts +0 -12
- package/dist/Carousel/index.d.mts +0 -23
- package/dist/Carousel/index.d.ts +0 -23
- package/dist/Checkbox/index.d.mts +0 -6
- package/dist/Checkbox/index.d.ts +0 -6
- package/dist/Command/index.d.mts +0 -2
- package/dist/Command/index.d.ts +0 -2
- package/dist/CreatableSelect/index.d.mts +0 -32
- package/dist/CreatableSelect/index.d.ts +0 -32
- package/dist/Dialog/index.d.mts +0 -22
- package/dist/Dialog/index.d.ts +0 -22
- package/dist/DropdownMenu/index.d.mts +0 -24
- package/dist/DropdownMenu/index.d.ts +0 -24
- package/dist/FilterButton/index.d.mts +0 -11
- package/dist/FilterButton/index.d.ts +0 -11
- package/dist/Form/index.d.mts +0 -36
- package/dist/Form/index.d.ts +0 -36
- package/dist/Input/index.d.mts +0 -12
- package/dist/Input/index.d.ts +0 -12
- package/dist/Label/index.d.mts +0 -6
- package/dist/Label/index.d.ts +0 -6
- package/dist/Link/index.d.mts +0 -5
- package/dist/Link/index.d.ts +0 -5
- package/dist/Pagination/index.d.mts +0 -19
- package/dist/Pagination/index.d.ts +0 -19
- package/dist/Popover/index.d.mts +0 -8
- package/dist/Popover/index.d.ts +0 -8
- package/dist/RadioGroup/index.d.mts +0 -7
- package/dist/RadioGroup/index.d.ts +0 -7
- package/dist/Select/index.d.mts +0 -17
- package/dist/Select/index.d.ts +0 -17
- package/dist/Sheet/index.d.mts +0 -26
- package/dist/Sheet/index.d.ts +0 -26
- package/dist/Skeleton/index.d.mts +0 -5
- package/dist/Skeleton/index.d.ts +0 -5
- package/dist/Switch/index.d.mts +0 -6
- package/dist/Switch/index.d.ts +0 -6
- package/dist/Table/index.d.mts +0 -17
- package/dist/Table/index.d.ts +0 -17
- package/dist/Tabs/index.d.mts +0 -9
- package/dist/Tabs/index.d.ts +0 -9
- package/dist/Textarea/index.d.mts +0 -9
- package/dist/Textarea/index.d.ts +0 -9
- package/dist/Toaster/index.d.mts +0 -61
- package/dist/Toaster/index.d.ts +0 -61
- package/dist/ToggleGroup/index.d.mts +0 -17
- package/dist/ToggleGroup/index.d.ts +0 -17
- package/dist/Tooltip/index.d.mts +0 -10
- package/dist/Tooltip/index.d.ts +0 -10
- package/dist/activity.d.mts +0 -6
- package/dist/activity.d.ts +0 -6
- package/dist/activityHeart.d.mts +0 -6
- package/dist/activityHeart.d.ts +0 -6
- package/dist/airplay.d.mts +0 -6
- package/dist/airplay.d.ts +0 -6
- package/dist/airpods.d.mts +0 -6
- package/dist/airpods.d.ts +0 -6
- package/dist/alarmClock.d.mts +0 -6
- package/dist/alarmClock.d.ts +0 -6
- package/dist/alarmClockCheck.d.mts +0 -6
- package/dist/alarmClockCheck.d.ts +0 -6
- package/dist/alarmClockMinus.d.mts +0 -6
- package/dist/alarmClockMinus.d.ts +0 -6
- package/dist/alarmClockOff.d.mts +0 -6
- package/dist/alarmClockOff.d.ts +0 -6
- package/dist/alarmClockPlus.d.mts +0 -6
- package/dist/alarmClockPlus.d.ts +0 -6
- package/dist/alertCircle.d.mts +0 -6
- package/dist/alertCircle.d.ts +0 -6
- package/dist/alertHexagon.d.mts +0 -6
- package/dist/alertHexagon.d.ts +0 -6
- package/dist/alertOctagon.d.mts +0 -6
- package/dist/alertOctagon.d.ts +0 -6
- package/dist/alertSquare.d.mts +0 -6
- package/dist/alertSquare.d.ts +0 -6
- package/dist/alertTriangle.d.mts +0 -6
- package/dist/alertTriangle.d.ts +0 -6
- package/dist/alignBottom1.d.mts +0 -6
- package/dist/alignBottom1.d.ts +0 -6
- package/dist/alignBottom2.d.mts +0 -6
- package/dist/alignBottom2.d.ts +0 -6
- package/dist/alignCenter.d.mts +0 -6
- package/dist/alignCenter.d.ts +0 -6
- package/dist/alignHorizontalCentre1.d.mts +0 -6
- package/dist/alignHorizontalCentre1.d.ts +0 -6
- package/dist/alignHorizontalCentre2.d.mts +0 -6
- package/dist/alignHorizontalCentre2.d.ts +0 -6
- package/dist/alignJustify.d.mts +0 -6
- package/dist/alignJustify.d.ts +0 -6
- package/dist/alignLeft.d.mts +0 -6
- package/dist/alignLeft.d.ts +0 -6
- package/dist/alignLeft1.d.mts +0 -6
- package/dist/alignLeft1.d.ts +0 -6
- package/dist/alignLeft2.d.mts +0 -6
- package/dist/alignLeft2.d.ts +0 -6
- package/dist/alignRight.d.mts +0 -6
- package/dist/alignRight.d.ts +0 -6
- package/dist/alignRight1.d.mts +0 -6
- package/dist/alignRight1.d.ts +0 -6
- package/dist/alignRight2.d.mts +0 -6
- package/dist/alignRight2.d.ts +0 -6
- package/dist/alignTopArrow1.d.mts +0 -6
- package/dist/alignTopArrow1.d.ts +0 -6
- package/dist/alignTopArrow2.d.mts +0 -6
- package/dist/alignTopArrow2.d.ts +0 -6
- package/dist/alignVerticalCenter1.d.mts +0 -6
- package/dist/alignVerticalCenter1.d.ts +0 -6
- package/dist/alignVerticalCenter2.d.mts +0 -6
- package/dist/alignVerticalCenter2.d.ts +0 -6
- package/dist/anchor.d.mts +0 -6
- package/dist/anchor.d.ts +0 -6
- package/dist/annotation.d.mts +0 -6
- package/dist/annotation.d.ts +0 -6
- package/dist/annotationAlert.d.mts +0 -6
- package/dist/annotationAlert.d.ts +0 -6
- package/dist/annotationCheck.d.mts +0 -6
- package/dist/annotationCheck.d.ts +0 -6
- package/dist/annotationDots.d.mts +0 -6
- package/dist/annotationDots.d.ts +0 -6
- package/dist/annotationHeart.d.mts +0 -6
- package/dist/annotationHeart.d.ts +0 -6
- package/dist/annotationInfo.d.mts +0 -6
- package/dist/annotationInfo.d.ts +0 -6
- package/dist/annotationPlus.d.mts +0 -6
- package/dist/annotationPlus.d.ts +0 -6
- package/dist/annotationQuestion.d.mts +0 -6
- package/dist/annotationQuestion.d.ts +0 -6
- package/dist/annotationX.d.mts +0 -6
- package/dist/annotationX.d.ts +0 -6
- package/dist/announcement1.d.mts +0 -6
- package/dist/announcement1.d.ts +0 -6
- package/dist/announcement2.d.mts +0 -6
- package/dist/announcement2.d.ts +0 -6
- package/dist/announcement3.d.mts +0 -6
- package/dist/announcement3.d.ts +0 -6
- package/dist/appIntegration.d.mts +0 -6
- package/dist/appIntegration.d.ts +0 -6
- package/dist/archive.d.mts +0 -6
- package/dist/archive.d.ts +0 -6
- package/dist/arrowBlockDown.d.mts +0 -6
- package/dist/arrowBlockDown.d.ts +0 -6
- package/dist/arrowBlockLeft.d.mts +0 -6
- package/dist/arrowBlockLeft.d.ts +0 -6
- package/dist/arrowBlockRight.d.mts +0 -6
- package/dist/arrowBlockRight.d.ts +0 -6
- package/dist/arrowBlockUp.d.mts +0 -6
- package/dist/arrowBlockUp.d.ts +0 -6
- package/dist/arrowCircleBrokenDown.d.mts +0 -6
- package/dist/arrowCircleBrokenDown.d.ts +0 -6
- package/dist/arrowCircleBrokenDownLeft.d.mts +0 -6
- package/dist/arrowCircleBrokenDownLeft.d.ts +0 -6
- package/dist/arrowCircleBrokenDownRight.d.mts +0 -6
- package/dist/arrowCircleBrokenDownRight.d.ts +0 -6
- package/dist/arrowCircleBrokenLeft.d.mts +0 -6
- package/dist/arrowCircleBrokenLeft.d.ts +0 -6
- package/dist/arrowCircleBrokenRight.d.mts +0 -6
- package/dist/arrowCircleBrokenRight.d.ts +0 -6
- package/dist/arrowCircleBrokenUp.d.mts +0 -6
- package/dist/arrowCircleBrokenUp.d.ts +0 -6
- package/dist/arrowCircleBrokenUpLeft.d.mts +0 -6
- package/dist/arrowCircleBrokenUpLeft.d.ts +0 -6
- package/dist/arrowCircleBrokenUpRight.d.mts +0 -6
- package/dist/arrowCircleBrokenUpRight.d.ts +0 -6
- package/dist/arrowCircleDown.d.mts +0 -6
- package/dist/arrowCircleDown.d.ts +0 -6
- package/dist/arrowCircleDownLeft.d.mts +0 -6
- package/dist/arrowCircleDownLeft.d.ts +0 -6
- package/dist/arrowCircleDownRight.d.mts +0 -6
- package/dist/arrowCircleDownRight.d.ts +0 -6
- package/dist/arrowCircleLeft.d.mts +0 -6
- package/dist/arrowCircleLeft.d.ts +0 -6
- package/dist/arrowCircleRight.d.mts +0 -6
- package/dist/arrowCircleRight.d.ts +0 -6
- package/dist/arrowCircleUp.d.mts +0 -6
- package/dist/arrowCircleUp.d.ts +0 -6
- package/dist/arrowCircleUpLeft.d.mts +0 -6
- package/dist/arrowCircleUpLeft.d.ts +0 -6
- package/dist/arrowCircleUpRight.d.mts +0 -6
- package/dist/arrowCircleUpRight.d.ts +0 -6
- package/dist/arrowDown.d.mts +0 -6
- package/dist/arrowDown.d.ts +0 -6
- package/dist/arrowDownLeft.d.mts +0 -6
- package/dist/arrowDownLeft.d.ts +0 -6
- package/dist/arrowDownRight.d.mts +0 -6
- package/dist/arrowDownRight.d.ts +0 -6
- package/dist/arrowLeft.d.mts +0 -6
- package/dist/arrowLeft.d.ts +0 -6
- package/dist/arrowNarrowDown.d.mts +0 -6
- package/dist/arrowNarrowDown.d.ts +0 -6
- package/dist/arrowNarrowDownLeft.d.mts +0 -6
- package/dist/arrowNarrowDownLeft.d.ts +0 -6
- package/dist/arrowNarrowDownRight.d.mts +0 -6
- package/dist/arrowNarrowDownRight.d.ts +0 -6
- package/dist/arrowNarrowLeft.d.mts +0 -6
- package/dist/arrowNarrowLeft.d.ts +0 -6
- package/dist/arrowNarrowRight.d.mts +0 -6
- package/dist/arrowNarrowRight.d.ts +0 -6
- package/dist/arrowNarrowUp.d.mts +0 -6
- package/dist/arrowNarrowUp.d.ts +0 -6
- package/dist/arrowNarrowUpLeft.d.mts +0 -6
- package/dist/arrowNarrowUpLeft.d.ts +0 -6
- package/dist/arrowNarrowUpRight.d.mts +0 -6
- package/dist/arrowNarrowUpRight.d.ts +0 -6
- package/dist/arrowRight.d.mts +0 -6
- package/dist/arrowRight.d.ts +0 -6
- package/dist/arrowSquareDown.d.mts +0 -6
- package/dist/arrowSquareDown.d.ts +0 -6
- package/dist/arrowSquareDownLeft.d.mts +0 -6
- package/dist/arrowSquareDownLeft.d.ts +0 -6
- package/dist/arrowSquareDownRight.d.mts +0 -6
- package/dist/arrowSquareDownRight.d.ts +0 -6
- package/dist/arrowSquareLeft.d.mts +0 -6
- package/dist/arrowSquareLeft.d.ts +0 -6
- package/dist/arrowSquareRight.d.mts +0 -6
- package/dist/arrowSquareRight.d.ts +0 -6
- package/dist/arrowSquareUp.d.mts +0 -6
- package/dist/arrowSquareUp.d.ts +0 -6
- package/dist/arrowSquareUpLeft.d.mts +0 -6
- package/dist/arrowSquareUpLeft.d.ts +0 -6
- package/dist/arrowSquareUpRight.d.mts +0 -6
- package/dist/arrowSquareUpRight.d.ts +0 -6
- package/dist/arrowUp.d.mts +0 -6
- package/dist/arrowUp.d.ts +0 -6
- package/dist/arrowUpLeft.d.mts +0 -6
- package/dist/arrowUpLeft.d.ts +0 -6
- package/dist/arrowUpRight.d.mts +0 -6
- package/dist/arrowUpRight.d.ts +0 -6
- package/dist/arrowsDown.d.mts +0 -6
- package/dist/arrowsDown.d.ts +0 -6
- package/dist/arrowsLeft.d.mts +0 -6
- package/dist/arrowsLeft.d.ts +0 -6
- package/dist/arrowsRight.d.mts +0 -6
- package/dist/arrowsRight.d.ts +0 -6
- package/dist/arrowsTriangle.d.mts +0 -6
- package/dist/arrowsTriangle.d.ts +0 -6
- package/dist/arrowsUp.d.mts +0 -6
- package/dist/arrowsUp.d.ts +0 -6
- package/dist/asterisk1.d.mts +0 -6
- package/dist/asterisk1.d.ts +0 -6
- package/dist/asterisk2.d.mts +0 -6
- package/dist/asterisk2.d.ts +0 -6
- package/dist/atSign.d.mts +0 -6
- package/dist/atSign.d.ts +0 -6
- package/dist/atom1.d.mts +0 -6
- package/dist/atom1.d.ts +0 -6
- package/dist/atom2.d.mts +0 -6
- package/dist/atom2.d.ts +0 -6
- package/dist/attachment.d.mts +0 -6
- package/dist/attachment.d.ts +0 -6
- package/dist/attachment1.d.mts +0 -6
- package/dist/attachment1.d.ts +0 -6
- package/dist/attachment2.d.mts +0 -6
- package/dist/attachment2.d.ts +0 -6
- package/dist/award1.d.mts +0 -6
- package/dist/award1.d.ts +0 -6
- package/dist/award2.d.mts +0 -6
- package/dist/award2.d.ts +0 -6
- package/dist/award3.d.mts +0 -6
- package/dist/award3.d.ts +0 -6
- package/dist/award4.d.mts +0 -6
- package/dist/award4.d.ts +0 -6
- package/dist/award5.d.mts +0 -6
- package/dist/award5.d.ts +0 -6
- package/dist/backpack.d.mts +0 -6
- package/dist/backpack.d.ts +0 -6
- package/dist/bank.d.mts +0 -6
- package/dist/bank.d.ts +0 -6
- package/dist/bankNote1.d.mts +0 -6
- package/dist/bankNote1.d.ts +0 -6
- package/dist/bankNote2.d.mts +0 -6
- package/dist/bankNote2.d.ts +0 -6
- package/dist/bankNote3.d.mts +0 -6
- package/dist/bankNote3.d.ts +0 -6
- package/dist/barChart1.d.mts +0 -6
- package/dist/barChart1.d.ts +0 -6
- package/dist/barChart11.d.mts +0 -6
- package/dist/barChart11.d.ts +0 -6
- package/dist/barChart12.d.mts +0 -6
- package/dist/barChart12.d.ts +0 -6
- package/dist/barChart2.d.mts +0 -6
- package/dist/barChart2.d.ts +0 -6
- package/dist/barChart3.d.mts +0 -6
- package/dist/barChart3.d.ts +0 -6
- package/dist/barChart4.d.mts +0 -6
- package/dist/barChart4.d.ts +0 -6
- package/dist/barChart5.d.mts +0 -6
- package/dist/barChart5.d.ts +0 -6
- package/dist/barChart6.d.mts +0 -6
- package/dist/barChart6.d.ts +0 -6
- package/dist/barChart7.d.mts +0 -6
- package/dist/barChart7.d.ts +0 -6
- package/dist/barChart8.d.mts +0 -6
- package/dist/barChart8.d.ts +0 -6
- package/dist/barChart9.d.mts +0 -6
- package/dist/barChart9.d.ts +0 -6
- package/dist/barChartCircle1.d.mts +0 -6
- package/dist/barChartCircle1.d.ts +0 -6
- package/dist/barChartCircle2.d.mts +0 -6
- package/dist/barChartCircle2.d.ts +0 -6
- package/dist/barChartCircle3.d.mts +0 -6
- package/dist/barChartCircle3.d.ts +0 -6
- package/dist/barChartSquare1.d.mts +0 -6
- package/dist/barChartSquare1.d.ts +0 -6
- package/dist/barChartSquare2.d.mts +0 -6
- package/dist/barChartSquare2.d.ts +0 -6
- package/dist/barChartSquare3.d.mts +0 -6
- package/dist/barChartSquare3.d.ts +0 -6
- package/dist/barChartSquareDown.d.mts +0 -6
- package/dist/barChartSquareDown.d.ts +0 -6
- package/dist/barChartSquareMinus.d.mts +0 -6
- package/dist/barChartSquareMinus.d.ts +0 -6
- package/dist/barChartSquarePlus.d.mts +0 -6
- package/dist/barChartSquarePlus.d.ts +0 -6
- package/dist/barChartSquareUp.d.mts +0 -6
- package/dist/barChartSquareUp.d.ts +0 -6
- package/dist/barLineChart.d.mts +0 -6
- package/dist/barLineChart.d.ts +0 -6
- package/dist/batteryCharging1.d.mts +0 -6
- package/dist/batteryCharging1.d.ts +0 -6
- package/dist/batteryCharging2.d.mts +0 -6
- package/dist/batteryCharging2.d.ts +0 -6
- package/dist/batteryEmpty.d.mts +0 -6
- package/dist/batteryEmpty.d.ts +0 -6
- package/dist/batteryFull.d.mts +0 -6
- package/dist/batteryFull.d.ts +0 -6
- package/dist/batteryLow.d.mts +0 -6
- package/dist/batteryLow.d.ts +0 -6
- package/dist/batteryMid.d.mts +0 -6
- package/dist/batteryMid.d.ts +0 -6
- package/dist/beaker1.d.mts +0 -6
- package/dist/beaker1.d.ts +0 -6
- package/dist/beaker2.d.mts +0 -6
- package/dist/beaker2.d.ts +0 -6
- package/dist/bell.d.mts +0 -6
- package/dist/bell.d.ts +0 -6
- package/dist/bell1.d.mts +0 -6
- package/dist/bell1.d.ts +0 -6
- package/dist/bell2.d.mts +0 -6
- package/dist/bell2.d.ts +0 -6
- package/dist/bell3.d.mts +0 -6
- package/dist/bell3.d.ts +0 -6
- package/dist/bell4.d.mts +0 -6
- package/dist/bell4.d.ts +0 -6
- package/dist/bellMinus.d.mts +0 -6
- package/dist/bellMinus.d.ts +0 -6
- package/dist/bellOff1.d.mts +0 -6
- package/dist/bellOff1.d.ts +0 -6
- package/dist/bellOff2.d.mts +0 -6
- package/dist/bellOff2.d.ts +0 -6
- package/dist/bellOff3.d.mts +0 -6
- package/dist/bellOff3.d.ts +0 -6
- package/dist/bellPlus.d.mts +0 -6
- package/dist/bellPlus.d.ts +0 -6
- package/dist/bellRinging1.d.mts +0 -6
- package/dist/bellRinging1.d.ts +0 -6
- package/dist/bellRinging2.d.mts +0 -6
- package/dist/bellRinging2.d.ts +0 -6
- package/dist/bellRinging3.d.mts +0 -6
- package/dist/bellRinging3.d.ts +0 -6
- package/dist/bellRinging4.d.mts +0 -6
- package/dist/bellRinging4.d.ts +0 -6
- package/dist/bezierCurve1.d.mts +0 -6
- package/dist/bezierCurve1.d.ts +0 -6
- package/dist/bezierCurve2.d.mts +0 -6
- package/dist/bezierCurve2.d.ts +0 -6
- package/dist/bezierCurve3.d.mts +0 -6
- package/dist/bezierCurve3.d.ts +0 -6
- package/dist/bluetoothConnect.d.mts +0 -6
- package/dist/bluetoothConnect.d.ts +0 -6
- package/dist/bluetoothOff.d.mts +0 -6
- package/dist/bluetoothOff.d.ts +0 -6
- package/dist/bluetoothOn.d.mts +0 -6
- package/dist/bluetoothOn.d.ts +0 -6
- package/dist/bluetoothSignal.d.mts +0 -6
- package/dist/bluetoothSignal.d.ts +0 -6
- package/dist/bold1.d.mts +0 -6
- package/dist/bold1.d.ts +0 -6
- package/dist/bold2.d.mts +0 -6
- package/dist/bold2.d.ts +0 -6
- package/dist/boldSquare.d.mts +0 -6
- package/dist/boldSquare.d.ts +0 -6
- package/dist/bookClosed.d.mts +0 -6
- package/dist/bookClosed.d.ts +0 -6
- package/dist/bookOpen1.d.mts +0 -6
- package/dist/bookOpen1.d.ts +0 -6
- package/dist/bookOpen2.d.mts +0 -6
- package/dist/bookOpen2.d.ts +0 -6
- package/dist/bookmark.d.mts +0 -6
- package/dist/bookmark.d.ts +0 -6
- package/dist/bookmarkAdd.d.mts +0 -6
- package/dist/bookmarkAdd.d.ts +0 -6
- package/dist/bookmarkCheck.d.mts +0 -6
- package/dist/bookmarkCheck.d.ts +0 -6
- package/dist/bookmarkMinus.d.mts +0 -6
- package/dist/bookmarkMinus.d.ts +0 -6
- package/dist/bookmarkX.d.mts +0 -6
- package/dist/bookmarkX.d.ts +0 -6
- package/dist/box.d.mts +0 -6
- package/dist/box.d.ts +0 -6
- package/dist/brackets.d.mts +0 -6
- package/dist/brackets.d.ts +0 -6
- package/dist/bracketsCheck.d.mts +0 -6
- package/dist/bracketsCheck.d.ts +0 -6
- package/dist/bracketsEllipses.d.mts +0 -6
- package/dist/bracketsEllipses.d.ts +0 -6
- package/dist/bracketsMinus.d.mts +0 -6
- package/dist/bracketsMinus.d.ts +0 -6
- package/dist/bracketsPlus.d.mts +0 -6
- package/dist/bracketsPlus.d.ts +0 -6
- package/dist/bracketsSlash.d.mts +0 -6
- package/dist/bracketsSlash.d.ts +0 -6
- package/dist/bracketsX.d.mts +0 -6
- package/dist/bracketsX.d.ts +0 -6
- package/dist/briefcase1.d.mts +0 -6
- package/dist/briefcase1.d.ts +0 -6
- package/dist/briefcase2.d.mts +0 -6
- package/dist/briefcase2.d.ts +0 -6
- package/dist/browser.d.mts +0 -6
- package/dist/browser.d.ts +0 -6
- package/dist/brush1.d.mts +0 -6
- package/dist/brush1.d.ts +0 -6
- package/dist/brush2.d.mts +0 -6
- package/dist/brush2.d.ts +0 -6
- package/dist/brush3.d.mts +0 -6
- package/dist/brush3.d.ts +0 -6
- package/dist/building1.d.mts +0 -6
- package/dist/building1.d.ts +0 -6
- package/dist/building2.d.mts +0 -6
- package/dist/building2.d.ts +0 -6
- package/dist/building3.d.mts +0 -6
- package/dist/building3.d.ts +0 -6
- package/dist/building4.d.mts +0 -6
- package/dist/building4.d.ts +0 -6
- package/dist/building5.d.mts +0 -6
- package/dist/building5.d.ts +0 -6
- package/dist/building6.d.mts +0 -6
- package/dist/building6.d.ts +0 -6
- package/dist/building7.d.mts +0 -6
- package/dist/building7.d.ts +0 -6
- package/dist/building8.d.mts +0 -6
- package/dist/building8.d.ts +0 -6
- package/dist/bus.d.mts +0 -6
- package/dist/bus.d.ts +0 -6
- package/dist/calculator.d.mts +0 -6
- package/dist/calculator.d.ts +0 -6
- package/dist/calendar.d.mts +0 -6
- package/dist/calendar.d.ts +0 -6
- package/dist/calendarCheck.d.mts +0 -6
- package/dist/calendarCheck.d.ts +0 -6
- package/dist/calendarCheck1.d.mts +0 -6
- package/dist/calendarCheck1.d.ts +0 -6
- package/dist/calendarCheck2.d.mts +0 -6
- package/dist/calendarCheck2.d.ts +0 -6
- package/dist/calendarDate.d.mts +0 -6
- package/dist/calendarDate.d.ts +0 -6
- package/dist/calendarHeart1.d.mts +0 -6
- package/dist/calendarHeart1.d.ts +0 -6
- package/dist/calendarHeart2.d.mts +0 -6
- package/dist/calendarHeart2.d.ts +0 -6
- package/dist/calendarMinus1.d.mts +0 -6
- package/dist/calendarMinus1.d.ts +0 -6
- package/dist/calendarMinus2.d.mts +0 -6
- package/dist/calendarMinus2.d.ts +0 -6
- package/dist/calendarPlus.d.mts +0 -6
- package/dist/calendarPlus.d.ts +0 -6
- package/dist/calendarPlus1.d.mts +0 -6
- package/dist/calendarPlus1.d.ts +0 -6
- package/dist/calendarPlus2.d.mts +0 -6
- package/dist/calendarPlus2.d.ts +0 -6
- package/dist/calendarPlusCorner.d.mts +0 -6
- package/dist/calendarPlusCorner.d.ts +0 -6
- package/dist/camera.d.mts +0 -6
- package/dist/camera.d.ts +0 -6
- package/dist/camera1.d.mts +0 -6
- package/dist/camera1.d.ts +0 -6
- package/dist/camera2.d.mts +0 -6
- package/dist/camera2.d.ts +0 -6
- package/dist/camera3.d.mts +0 -6
- package/dist/camera3.d.ts +0 -6
- package/dist/cameraLens.d.mts +0 -6
- package/dist/cameraLens.d.ts +0 -6
- package/dist/cameraOff.d.mts +0 -6
- package/dist/cameraOff.d.ts +0 -6
- package/dist/cameraPlus.d.mts +0 -6
- package/dist/cameraPlus.d.ts +0 -6
- package/dist/car1.d.mts +0 -6
- package/dist/car1.d.ts +0 -6
- package/dist/car2.d.mts +0 -6
- package/dist/car2.d.ts +0 -6
- package/dist/certificate1.d.mts +0 -6
- package/dist/certificate1.d.ts +0 -6
- package/dist/certificate2.d.mts +0 -6
- package/dist/certificate2.d.ts +0 -6
- package/dist/chartBreakoutCircle.d.mts +0 -6
- package/dist/chartBreakoutCircle.d.ts +0 -6
- package/dist/chartBreakoutSquare.d.mts +0 -6
- package/dist/chartBreakoutSquare.d.ts +0 -6
- package/dist/check.d.mts +0 -6
- package/dist/check.d.ts +0 -6
- package/dist/checkCircle.d.mts +0 -6
- package/dist/checkCircle.d.ts +0 -6
- package/dist/checkCircleBroken.d.mts +0 -6
- package/dist/checkCircleBroken.d.ts +0 -6
- package/dist/checkDone1.d.mts +0 -6
- package/dist/checkDone1.d.ts +0 -6
- package/dist/checkDone2.d.mts +0 -6
- package/dist/checkDone2.d.ts +0 -6
- package/dist/checkHeart.d.mts +0 -6
- package/dist/checkHeart.d.ts +0 -6
- package/dist/checkSquare.d.mts +0 -6
- package/dist/checkSquare.d.ts +0 -6
- package/dist/checkSquareBroken.d.mts +0 -6
- package/dist/checkSquareBroken.d.ts +0 -6
- package/dist/checkVerified1.d.mts +0 -6
- package/dist/checkVerified1.d.ts +0 -6
- package/dist/checkVerified2.d.mts +0 -6
- package/dist/checkVerified2.d.ts +0 -6
- package/dist/checkVerified3.d.mts +0 -6
- package/dist/checkVerified3.d.ts +0 -6
- package/dist/chevronDown.d.mts +0 -6
- package/dist/chevronDown.d.ts +0 -6
- package/dist/chevronDownDouble.d.mts +0 -6
- package/dist/chevronDownDouble.d.ts +0 -6
- package/dist/chevronLeft.d.mts +0 -6
- package/dist/chevronLeft.d.ts +0 -6
- package/dist/chevronLeftDouble.d.mts +0 -6
- package/dist/chevronLeftDouble.d.ts +0 -6
- package/dist/chevronRight.d.mts +0 -6
- package/dist/chevronRight.d.ts +0 -6
- package/dist/chevronRightDouble.d.mts +0 -6
- package/dist/chevronRightDouble.d.ts +0 -6
- package/dist/chevronSelectorHorizontal.d.mts +0 -6
- package/dist/chevronSelectorHorizontal.d.ts +0 -6
- package/dist/chevronSelectorVertical.d.mts +0 -6
- package/dist/chevronSelectorVertical.d.ts +0 -6
- package/dist/chevronUp.d.mts +0 -6
- package/dist/chevronUp.d.ts +0 -6
- package/dist/chevronUpDouble.d.mts +0 -6
- package/dist/chevronUpDouble.d.ts +0 -6
- package/dist/chromeCast.d.mts +0 -6
- package/dist/chromeCast.d.ts +0 -6
- package/dist/chunk-FCKIVF33.mjs +0 -454
- package/dist/chunk-I7KGDNNG.mjs +0 -181
- package/dist/chunk-IZJXAMXC.mjs +0 -28
- package/dist/chunk-MABOGCOL.mjs +0 -126
- package/dist/chunk-MH3J6D2F.mjs +0 -183
- package/dist/chunk-PGRZSZPW.mjs +0 -34
- package/dist/chunk-ZUDNZTUE.mjs +0 -41
- package/dist/circle.d.mts +0 -6
- package/dist/circle.d.ts +0 -6
- package/dist/circleCut.d.mts +0 -6
- package/dist/circleCut.d.ts +0 -6
- package/dist/clapperboard.d.mts +0 -6
- package/dist/clapperboard.d.ts +0 -6
- package/dist/clipboard.d.mts +0 -6
- package/dist/clipboard.d.ts +0 -6
- package/dist/clipboardAttachment.d.mts +0 -6
- package/dist/clipboardAttachment.d.ts +0 -6
- package/dist/clipboardCheck.d.mts +0 -6
- package/dist/clipboardCheck.d.ts +0 -6
- package/dist/clipboardDownload.d.mts +0 -6
- package/dist/clipboardDownload.d.ts +0 -6
- package/dist/clipboardMinus.d.mts +0 -6
- package/dist/clipboardMinus.d.ts +0 -6
- package/dist/clipboardPlus.d.mts +0 -6
- package/dist/clipboardPlus.d.ts +0 -6
- package/dist/clipboardX.d.mts +0 -6
- package/dist/clipboardX.d.ts +0 -6
- package/dist/clock.d.mts +0 -6
- package/dist/clock.d.ts +0 -6
- package/dist/clockCheck.d.mts +0 -6
- package/dist/clockCheck.d.ts +0 -6
- package/dist/clockFastForward.d.mts +0 -6
- package/dist/clockFastForward.d.ts +0 -6
- package/dist/clockPlus.d.mts +0 -6
- package/dist/clockPlus.d.ts +0 -6
- package/dist/clockRefresh.d.mts +0 -6
- package/dist/clockRefresh.d.ts +0 -6
- package/dist/clockRewind.d.mts +0 -6
- package/dist/clockRewind.d.ts +0 -6
- package/dist/clockSnooze.d.mts +0 -6
- package/dist/clockSnooze.d.ts +0 -6
- package/dist/clockStopwatch.d.mts +0 -6
- package/dist/clockStopwatch.d.ts +0 -6
- package/dist/cloud1.d.mts +0 -6
- package/dist/cloud1.d.ts +0 -6
- package/dist/cloud2.d.mts +0 -6
- package/dist/cloud2.d.ts +0 -6
- package/dist/cloud3.d.mts +0 -6
- package/dist/cloud3.d.ts +0 -6
- package/dist/cloudBlank1.d.mts +0 -6
- package/dist/cloudBlank1.d.ts +0 -6
- package/dist/cloudBlank2.d.mts +0 -6
- package/dist/cloudBlank2.d.ts +0 -6
- package/dist/cloudLightning.d.mts +0 -6
- package/dist/cloudLightning.d.ts +0 -6
- package/dist/cloudMoon.d.mts +0 -6
- package/dist/cloudMoon.d.ts +0 -6
- package/dist/cloudOff.d.mts +0 -6
- package/dist/cloudOff.d.ts +0 -6
- package/dist/cloudRaining1.d.mts +0 -6
- package/dist/cloudRaining1.d.ts +0 -6
- package/dist/cloudRaining2.d.mts +0 -6
- package/dist/cloudRaining2.d.ts +0 -6
- package/dist/cloudRaining3.d.mts +0 -6
- package/dist/cloudRaining3.d.ts +0 -6
- package/dist/cloudRaining4.d.mts +0 -6
- package/dist/cloudRaining4.d.ts +0 -6
- package/dist/cloudRaining5.d.mts +0 -6
- package/dist/cloudRaining5.d.ts +0 -6
- package/dist/cloudRaining6.d.mts +0 -6
- package/dist/cloudRaining6.d.ts +0 -6
- package/dist/cloudSnowing1.d.mts +0 -6
- package/dist/cloudSnowing1.d.ts +0 -6
- package/dist/cloudSnowing2.d.mts +0 -6
- package/dist/cloudSnowing2.d.ts +0 -6
- package/dist/cloudSun1.d.mts +0 -6
- package/dist/cloudSun1.d.ts +0 -6
- package/dist/cloudSun2.d.mts +0 -6
- package/dist/cloudSun2.d.ts +0 -6
- package/dist/cloudSun3.d.mts +0 -6
- package/dist/cloudSun3.d.ts +0 -6
- package/dist/code1.d.mts +0 -6
- package/dist/code1.d.ts +0 -6
- package/dist/code2.d.mts +0 -6
- package/dist/code2.d.ts +0 -6
- package/dist/codeBrowser.d.mts +0 -6
- package/dist/codeBrowser.d.ts +0 -6
- package/dist/codeCircle1.d.mts +0 -6
- package/dist/codeCircle1.d.ts +0 -6
- package/dist/codeCircle2.d.mts +0 -6
- package/dist/codeCircle2.d.ts +0 -6
- package/dist/codeCircle3.d.mts +0 -6
- package/dist/codeCircle3.d.ts +0 -6
- package/dist/codeSnippet1.d.mts +0 -6
- package/dist/codeSnippet1.d.ts +0 -6
- package/dist/codeSnippet2.d.mts +0 -6
- package/dist/codeSnippet2.d.ts +0 -6
- package/dist/codeSquare1.d.mts +0 -6
- package/dist/codeSquare1.d.ts +0 -6
- package/dist/codeSquare2.d.mts +0 -6
- package/dist/codeSquare2.d.ts +0 -6
- package/dist/codepen.d.mts +0 -6
- package/dist/codepen.d.ts +0 -6
- package/dist/coins1.d.mts +0 -6
- package/dist/coins1.d.ts +0 -6
- package/dist/coins2.d.mts +0 -6
- package/dist/coins2.d.ts +0 -6
- package/dist/coins3.d.mts +0 -6
- package/dist/coins3.d.ts +0 -6
- package/dist/coins4.d.mts +0 -6
- package/dist/coins4.d.ts +0 -6
- package/dist/coinsHand.d.mts +0 -6
- package/dist/coinsHand.d.ts +0 -6
- package/dist/coinsStacked1.d.mts +0 -6
- package/dist/coinsStacked1.d.ts +0 -6
- package/dist/coinsStacked2.d.mts +0 -6
- package/dist/coinsStacked2.d.ts +0 -6
- package/dist/coinsStacked3.d.mts +0 -6
- package/dist/coinsStacked3.d.ts +0 -6
- package/dist/coinsStacked4.d.mts +0 -6
- package/dist/coinsStacked4.d.ts +0 -6
- package/dist/coinsSwap1.d.mts +0 -6
- package/dist/coinsSwap1.d.ts +0 -6
- package/dist/coinsSwap2.d.mts +0 -6
- package/dist/coinsSwap2.d.ts +0 -6
- package/dist/colors.d.mts +0 -6
- package/dist/colors.d.ts +0 -6
- package/dist/colors1.d.mts +0 -6
- package/dist/colors1.d.ts +0 -6
- package/dist/columns1.d.mts +0 -6
- package/dist/columns1.d.ts +0 -6
- package/dist/columns2.d.mts +0 -6
- package/dist/columns2.d.ts +0 -6
- package/dist/columns3.d.mts +0 -6
- package/dist/columns3.d.ts +0 -6
- package/dist/command.d.mts +0 -6
- package/dist/command.d.ts +0 -6
- package/dist/compass.d.mts +0 -6
- package/dist/compass.d.ts +0 -6
- package/dist/compass1.d.mts +0 -6
- package/dist/compass1.d.ts +0 -6
- package/dist/compass2.d.mts +0 -6
- package/dist/compass2.d.ts +0 -6
- package/dist/compass3.d.mts +0 -6
- package/dist/compass3.d.ts +0 -6
- package/dist/container.d.mts +0 -6
- package/dist/container.d.ts +0 -6
- package/dist/contrast1.d.mts +0 -6
- package/dist/contrast1.d.ts +0 -6
- package/dist/contrast2.d.mts +0 -6
- package/dist/contrast2.d.ts +0 -6
- package/dist/contrast3.d.mts +0 -6
- package/dist/contrast3.d.ts +0 -6
- package/dist/copy.d.mts +0 -6
- package/dist/copy.d.ts +0 -6
- package/dist/copy1.d.mts +0 -6
- package/dist/copy1.d.ts +0 -6
- package/dist/copy2.d.mts +0 -6
- package/dist/copy2.d.ts +0 -6
- package/dist/copy3.d.mts +0 -6
- package/dist/copy3.d.ts +0 -6
- package/dist/copy4.d.mts +0 -6
- package/dist/copy4.d.ts +0 -6
- package/dist/copy5.d.mts +0 -6
- package/dist/copy5.d.ts +0 -6
- package/dist/copy6.d.mts +0 -6
- package/dist/copy6.d.ts +0 -6
- package/dist/copy7.d.mts +0 -6
- package/dist/copy7.d.ts +0 -6
- package/dist/cornerDownLeft.d.mts +0 -6
- package/dist/cornerDownLeft.d.ts +0 -6
- package/dist/cornerDownRight.d.mts +0 -6
- package/dist/cornerDownRight.d.ts +0 -6
- package/dist/cornerLeftDown.d.mts +0 -6
- package/dist/cornerLeftDown.d.ts +0 -6
- package/dist/cornerLeftUp.d.mts +0 -6
- package/dist/cornerLeftUp.d.ts +0 -6
- package/dist/cornerRightDown.d.mts +0 -6
- package/dist/cornerRightDown.d.ts +0 -6
- package/dist/cornerRightUp.d.mts +0 -6
- package/dist/cornerRightUp.d.ts +0 -6
- package/dist/cornerUpLeft.d.mts +0 -6
- package/dist/cornerUpLeft.d.ts +0 -6
- package/dist/cornerUpRight.d.mts +0 -6
- package/dist/cornerUpRight.d.ts +0 -6
- package/dist/cpuChip1.d.mts +0 -6
- package/dist/cpuChip1.d.ts +0 -6
- package/dist/cpuChip2.d.mts +0 -6
- package/dist/cpuChip2.d.ts +0 -6
- package/dist/creditCard1.d.mts +0 -6
- package/dist/creditCard1.d.ts +0 -6
- package/dist/creditCard2.d.mts +0 -6
- package/dist/creditCard2.d.ts +0 -6
- package/dist/creditCardCheck.d.mts +0 -6
- package/dist/creditCardCheck.d.ts +0 -6
- package/dist/creditCardDown.d.mts +0 -6
- package/dist/creditCardDown.d.ts +0 -6
- package/dist/creditCardDownload.d.mts +0 -6
- package/dist/creditCardDownload.d.ts +0 -6
- package/dist/creditCardEdit.d.mts +0 -6
- package/dist/creditCardEdit.d.ts +0 -6
- package/dist/creditCardLock.d.mts +0 -6
- package/dist/creditCardLock.d.ts +0 -6
- package/dist/creditCardMinus.d.mts +0 -6
- package/dist/creditCardMinus.d.ts +0 -6
- package/dist/creditCardPlus.d.mts +0 -6
- package/dist/creditCardPlus.d.ts +0 -6
- package/dist/creditCardRefresh.d.mts +0 -6
- package/dist/creditCardRefresh.d.ts +0 -6
- package/dist/creditCardSearch.d.mts +0 -6
- package/dist/creditCardSearch.d.ts +0 -6
- package/dist/creditCardShield.d.mts +0 -6
- package/dist/creditCardShield.d.ts +0 -6
- package/dist/creditCardUp.d.mts +0 -6
- package/dist/creditCardUp.d.ts +0 -6
- package/dist/creditCardUpload.d.mts +0 -6
- package/dist/creditCardUpload.d.ts +0 -6
- package/dist/creditCardX.d.mts +0 -6
- package/dist/creditCardX.d.ts +0 -6
- package/dist/crop1.d.mts +0 -6
- package/dist/crop1.d.ts +0 -6
- package/dist/crop2.d.mts +0 -6
- package/dist/crop2.d.ts +0 -6
- package/dist/cryptocurrency1.d.mts +0 -6
- package/dist/cryptocurrency1.d.ts +0 -6
- package/dist/cryptocurrency2.d.mts +0 -6
- package/dist/cryptocurrency2.d.ts +0 -6
- package/dist/cryptocurrency3.d.mts +0 -6
- package/dist/cryptocurrency3.d.ts +0 -6
- package/dist/cryptocurrency4.d.mts +0 -6
- package/dist/cryptocurrency4.d.ts +0 -6
- package/dist/cube1.d.mts +0 -6
- package/dist/cube1.d.ts +0 -6
- package/dist/cube2.d.mts +0 -6
- package/dist/cube2.d.ts +0 -6
- package/dist/cube3.d.mts +0 -6
- package/dist/cube3.d.ts +0 -6
- package/dist/cube4.d.mts +0 -6
- package/dist/cube4.d.ts +0 -6
- package/dist/cubeOutline.d.mts +0 -6
- package/dist/cubeOutline.d.ts +0 -6
- package/dist/currencyBitcoin.d.mts +0 -6
- package/dist/currencyBitcoin.d.ts +0 -6
- package/dist/currencyBitcoinCircle.d.mts +0 -6
- package/dist/currencyBitcoinCircle.d.ts +0 -6
- package/dist/currencyDollar.d.mts +0 -6
- package/dist/currencyDollar.d.ts +0 -6
- package/dist/currencyDollarCircle.d.mts +0 -6
- package/dist/currencyDollarCircle.d.ts +0 -6
- package/dist/currencyEthereum.d.mts +0 -6
- package/dist/currencyEthereum.d.ts +0 -6
- package/dist/currencyEthereumCircle.d.mts +0 -6
- package/dist/currencyEthereumCircle.d.ts +0 -6
- package/dist/currencyEuro.d.mts +0 -6
- package/dist/currencyEuro.d.ts +0 -6
- package/dist/currencyEuroCircle.d.mts +0 -6
- package/dist/currencyEuroCircle.d.ts +0 -6
- package/dist/currencyPound.d.mts +0 -6
- package/dist/currencyPound.d.ts +0 -6
- package/dist/currencyPoundCircle.d.mts +0 -6
- package/dist/currencyPoundCircle.d.ts +0 -6
- package/dist/currencyRuble.d.mts +0 -6
- package/dist/currencyRuble.d.ts +0 -6
- package/dist/currencyRubleCircle.d.mts +0 -6
- package/dist/currencyRubleCircle.d.ts +0 -6
- package/dist/currencyRupee.d.mts +0 -6
- package/dist/currencyRupee.d.ts +0 -6
- package/dist/currencyRupeeCircle.d.mts +0 -6
- package/dist/currencyRupeeCircle.d.ts +0 -6
- package/dist/currencyYen.d.mts +0 -6
- package/dist/currencyYen.d.ts +0 -6
- package/dist/currencyYenCircle.d.mts +0 -6
- package/dist/currencyYenCircle.d.ts +0 -6
- package/dist/cursor1.d.mts +0 -6
- package/dist/cursor1.d.ts +0 -6
- package/dist/cursor2.d.mts +0 -6
- package/dist/cursor2.d.ts +0 -6
- package/dist/cursor3.d.mts +0 -6
- package/dist/cursor3.d.ts +0 -6
- package/dist/cursor4.d.mts +0 -6
- package/dist/cursor4.d.ts +0 -6
- package/dist/cursorBox.d.mts +0 -6
- package/dist/cursorBox.d.ts +0 -6
- package/dist/cursorClick.d.mts +0 -6
- package/dist/cursorClick.d.ts +0 -6
- package/dist/cursorClick1.d.mts +0 -6
- package/dist/cursorClick1.d.ts +0 -6
- package/dist/cursorClick2.d.mts +0 -6
- package/dist/cursorClick2.d.ts +0 -6
- package/dist/data.d.mts +0 -6
- package/dist/data.d.ts +0 -6
- package/dist/database1.d.mts +0 -6
- package/dist/database1.d.ts +0 -6
- package/dist/database2.d.mts +0 -6
- package/dist/database2.d.ts +0 -6
- package/dist/database3.d.mts +0 -6
- package/dist/database3.d.ts +0 -6
- package/dist/dataflow1.d.mts +0 -6
- package/dist/dataflow1.d.ts +0 -6
- package/dist/dataflow2.d.mts +0 -6
- package/dist/dataflow2.d.ts +0 -6
- package/dist/dataflow3.d.mts +0 -6
- package/dist/dataflow3.d.ts +0 -6
- package/dist/dataflow4.d.mts +0 -6
- package/dist/dataflow4.d.ts +0 -6
- package/dist/delete.d.mts +0 -6
- package/dist/delete.d.ts +0 -6
- package/dist/diamond1.d.mts +0 -6
- package/dist/diamond1.d.ts +0 -6
- package/dist/diamond2.d.mts +0 -6
- package/dist/diamond2.d.ts +0 -6
- package/dist/dice1.d.mts +0 -6
- package/dist/dice1.d.ts +0 -6
- package/dist/dice2.d.mts +0 -6
- package/dist/dice2.d.ts +0 -6
- package/dist/dice3.d.mts +0 -6
- package/dist/dice3.d.ts +0 -6
- package/dist/dice4.d.mts +0 -6
- package/dist/dice4.d.ts +0 -6
- package/dist/dice5.d.mts +0 -6
- package/dist/dice5.d.ts +0 -6
- package/dist/dice6.d.mts +0 -6
- package/dist/dice6.d.ts +0 -6
- package/dist/disc1.d.mts +0 -6
- package/dist/disc1.d.ts +0 -6
- package/dist/disc2.d.mts +0 -6
- package/dist/disc2.d.ts +0 -6
- package/dist/distributeSpacingHorizontal.d.mts +0 -6
- package/dist/distributeSpacingHorizontal.d.ts +0 -6
- package/dist/distributeSpacingVertical.d.mts +0 -6
- package/dist/distributeSpacingVertical.d.ts +0 -6
- package/dist/divide1.d.mts +0 -6
- package/dist/divide1.d.ts +0 -6
- package/dist/divide2.d.mts +0 -6
- package/dist/divide2.d.ts +0 -6
- package/dist/divide3.d.mts +0 -6
- package/dist/divide3.d.ts +0 -6
- package/dist/divider.d.mts +0 -6
- package/dist/divider.d.ts +0 -6
- package/dist/dotpoints1.d.mts +0 -6
- package/dist/dotpoints1.d.ts +0 -6
- package/dist/dotpoints2.d.mts +0 -6
- package/dist/dotpoints2.d.ts +0 -6
- package/dist/dotsGrid.d.mts +0 -6
- package/dist/dotsGrid.d.ts +0 -6
- package/dist/dotsHorizontal.d.mts +0 -6
- package/dist/dotsHorizontal.d.ts +0 -6
- package/dist/dotsVertical.d.mts +0 -6
- package/dist/dotsVertical.d.ts +0 -6
- package/dist/download.d.mts +0 -6
- package/dist/download.d.ts +0 -6
- package/dist/download1.d.mts +0 -6
- package/dist/download1.d.ts +0 -6
- package/dist/download2.d.mts +0 -6
- package/dist/download2.d.ts +0 -6
- package/dist/download3.d.mts +0 -6
- package/dist/download3.d.ts +0 -6
- package/dist/download4.d.mts +0 -6
- package/dist/download4.d.ts +0 -6
- package/dist/downloadCloud1.d.mts +0 -6
- package/dist/downloadCloud1.d.ts +0 -6
- package/dist/downloadCloud2.d.mts +0 -6
- package/dist/downloadCloud2.d.ts +0 -6
- package/dist/drop.d.mts +0 -6
- package/dist/drop.d.ts +0 -6
- package/dist/droplets1.d.mts +0 -6
- package/dist/droplets1.d.ts +0 -6
- package/dist/droplets2.d.mts +0 -6
- package/dist/droplets2.d.ts +0 -6
- package/dist/droplets3.d.mts +0 -6
- package/dist/droplets3.d.ts +0 -6
- package/dist/dropper.d.mts +0 -6
- package/dist/dropper.d.ts +0 -6
- package/dist/edit.d.mts +0 -6
- package/dist/edit.d.ts +0 -6
- package/dist/edit1.d.mts +0 -6
- package/dist/edit1.d.ts +0 -6
- package/dist/edit2.d.mts +0 -6
- package/dist/edit2.d.ts +0 -6
- package/dist/edit3.d.mts +0 -6
- package/dist/edit3.d.ts +0 -6
- package/dist/edit4.d.mts +0 -6
- package/dist/edit4.d.ts +0 -6
- package/dist/edit5.d.mts +0 -6
- package/dist/edit5.d.ts +0 -6
- package/dist/equal.d.mts +0 -6
- package/dist/equal.d.ts +0 -6
- package/dist/equalNot.d.mts +0 -6
- package/dist/equalNot.d.ts +0 -6
- package/dist/eraser.d.mts +0 -6
- package/dist/eraser.d.ts +0 -6
- package/dist/expand.d.mts +0 -6
- package/dist/expand.d.ts +0 -6
- package/dist/expand1.d.mts +0 -6
- package/dist/expand1.d.ts +0 -6
- package/dist/expand2.d.mts +0 -6
- package/dist/expand2.d.ts +0 -6
- package/dist/expand3.d.mts +0 -6
- package/dist/expand3.d.ts +0 -6
- package/dist/expand4.d.mts +0 -6
- package/dist/expand4.d.ts +0 -6
- package/dist/expand5.d.mts +0 -6
- package/dist/expand5.d.ts +0 -6
- package/dist/expand6.d.mts +0 -6
- package/dist/expand6.d.ts +0 -6
- package/dist/eye.d.mts +0 -6
- package/dist/eye.d.ts +0 -6
- package/dist/eyeOff.d.mts +0 -6
- package/dist/eyeOff.d.ts +0 -6
- package/dist/faceContent.d.mts +0 -6
- package/dist/faceContent.d.ts +0 -6
- package/dist/faceFrown.d.mts +0 -6
- package/dist/faceFrown.d.ts +0 -6
- package/dist/faceHappy.d.mts +0 -6
- package/dist/faceHappy.d.ts +0 -6
- package/dist/faceId.d.mts +0 -6
- package/dist/faceId.d.ts +0 -6
- package/dist/faceIdSquare.d.mts +0 -6
- package/dist/faceIdSquare.d.ts +0 -6
- package/dist/faceNeutral.d.mts +0 -6
- package/dist/faceNeutral.d.ts +0 -6
- package/dist/faceSad.d.mts +0 -6
- package/dist/faceSad.d.ts +0 -6
- package/dist/faceSmile.d.mts +0 -6
- package/dist/faceSmile.d.ts +0 -6
- package/dist/faceWink.d.mts +0 -6
- package/dist/faceWink.d.ts +0 -6
- package/dist/fastBackward.d.mts +0 -6
- package/dist/fastBackward.d.ts +0 -6
- package/dist/fastForward.d.mts +0 -6
- package/dist/fastForward.d.ts +0 -6
- package/dist/feather.d.mts +0 -6
- package/dist/feather.d.ts +0 -6
- package/dist/figma.d.mts +0 -6
- package/dist/figma.d.ts +0 -6
- package/dist/file1.d.mts +0 -6
- package/dist/file1.d.ts +0 -6
- package/dist/file2.d.mts +0 -6
- package/dist/file2.d.ts +0 -6
- package/dist/file3.d.mts +0 -6
- package/dist/file3.d.ts +0 -6
- package/dist/file4.d.mts +0 -6
- package/dist/file4.d.ts +0 -6
- package/dist/file5.d.mts +0 -6
- package/dist/file5.d.ts +0 -6
- package/dist/file6.d.mts +0 -6
- package/dist/file6.d.ts +0 -6
- package/dist/file7.d.mts +0 -6
- package/dist/file7.d.ts +0 -6
- package/dist/fileAttachment1.d.mts +0 -6
- package/dist/fileAttachment1.d.ts +0 -6
- package/dist/fileAttachment2.d.mts +0 -6
- package/dist/fileAttachment2.d.ts +0 -6
- package/dist/fileAttachment3.d.mts +0 -6
- package/dist/fileAttachment3.d.ts +0 -6
- package/dist/fileAttachment4.d.mts +0 -6
- package/dist/fileAttachment4.d.ts +0 -6
- package/dist/fileAttachment5.d.mts +0 -6
- package/dist/fileAttachment5.d.ts +0 -6
- package/dist/fileCheck1.d.mts +0 -6
- package/dist/fileCheck1.d.ts +0 -6
- package/dist/fileCheck2.d.mts +0 -6
- package/dist/fileCheck2.d.ts +0 -6
- package/dist/fileCheck3.d.mts +0 -6
- package/dist/fileCheck3.d.ts +0 -6
- package/dist/fileCode1.d.mts +0 -6
- package/dist/fileCode1.d.ts +0 -6
- package/dist/fileCode2.d.mts +0 -6
- package/dist/fileCode2.d.ts +0 -6
- package/dist/fileDownload1.d.mts +0 -6
- package/dist/fileDownload1.d.ts +0 -6
- package/dist/fileDownload2.d.mts +0 -6
- package/dist/fileDownload2.d.ts +0 -6
- package/dist/fileDownload3.d.mts +0 -6
- package/dist/fileDownload3.d.ts +0 -6
- package/dist/fileHeart1.d.mts +0 -6
- package/dist/fileHeart1.d.ts +0 -6
- package/dist/fileHeart2.d.mts +0 -6
- package/dist/fileHeart2.d.ts +0 -6
- package/dist/fileHeart3.d.mts +0 -6
- package/dist/fileHeart3.d.ts +0 -6
- package/dist/fileLock1.d.mts +0 -6
- package/dist/fileLock1.d.ts +0 -6
- package/dist/fileLock2.d.mts +0 -6
- package/dist/fileLock2.d.ts +0 -6
- package/dist/fileLock3.d.mts +0 -6
- package/dist/fileLock3.d.ts +0 -6
- package/dist/fileMinus1.d.mts +0 -6
- package/dist/fileMinus1.d.ts +0 -6
- package/dist/fileMinus2.d.mts +0 -6
- package/dist/fileMinus2.d.ts +0 -6
- package/dist/fileMinus3.d.mts +0 -6
- package/dist/fileMinus3.d.ts +0 -6
- package/dist/filePlus1.d.mts +0 -6
- package/dist/filePlus1.d.ts +0 -6
- package/dist/filePlus2.d.mts +0 -6
- package/dist/filePlus2.d.ts +0 -6
- package/dist/filePlus3.d.mts +0 -6
- package/dist/filePlus3.d.ts +0 -6
- package/dist/fileQuestion.d.mts +0 -6
- package/dist/fileQuestion.d.ts +0 -6
- package/dist/fileQuestion1.d.mts +0 -6
- package/dist/fileQuestion1.d.ts +0 -6
- package/dist/fileQuestion2.d.mts +0 -6
- package/dist/fileQuestion2.d.ts +0 -6
- package/dist/fileQuestion3.d.mts +0 -6
- package/dist/fileQuestion3.d.ts +0 -6
- package/dist/fileSearch1.d.mts +0 -6
- package/dist/fileSearch1.d.ts +0 -6
- package/dist/fileSearch2.d.mts +0 -6
- package/dist/fileSearch2.d.ts +0 -6
- package/dist/fileSearch3.d.mts +0 -6
- package/dist/fileSearch3.d.ts +0 -6
- package/dist/fileShield1.d.mts +0 -6
- package/dist/fileShield1.d.ts +0 -6
- package/dist/fileShield2.d.mts +0 -6
- package/dist/fileShield2.d.ts +0 -6
- package/dist/fileShield3.d.mts +0 -6
- package/dist/fileShield3.d.ts +0 -6
- package/dist/fileX1.d.mts +0 -6
- package/dist/fileX1.d.ts +0 -6
- package/dist/fileX2.d.mts +0 -6
- package/dist/fileX2.d.ts +0 -6
- package/dist/fileX3.d.mts +0 -6
- package/dist/fileX3.d.ts +0 -6
- package/dist/film1.d.mts +0 -6
- package/dist/film1.d.ts +0 -6
- package/dist/film2.d.mts +0 -6
- package/dist/film2.d.ts +0 -6
- package/dist/film3.d.mts +0 -6
- package/dist/film3.d.ts +0 -6
- package/dist/filterFunnel1.d.mts +0 -6
- package/dist/filterFunnel1.d.ts +0 -6
- package/dist/filterFunnel2.d.mts +0 -6
- package/dist/filterFunnel2.d.ts +0 -6
- package/dist/filterLines.d.mts +0 -6
- package/dist/filterLines.d.ts +0 -6
- package/dist/fingerprint1.d.mts +0 -6
- package/dist/fingerprint1.d.ts +0 -6
- package/dist/fingerprint2.d.mts +0 -6
- package/dist/fingerprint2.d.ts +0 -6
- package/dist/fingerprint3.d.mts +0 -6
- package/dist/fingerprint3.d.ts +0 -6
- package/dist/fingerprint4.d.mts +0 -6
- package/dist/fingerprint4.d.ts +0 -6
- package/dist/flag1.d.mts +0 -6
- package/dist/flag1.d.ts +0 -6
- package/dist/flag2.d.mts +0 -6
- package/dist/flag2.d.ts +0 -6
- package/dist/flag3.d.mts +0 -6
- package/dist/flag3.d.ts +0 -6
- package/dist/flag4.d.mts +0 -6
- package/dist/flag4.d.ts +0 -6
- package/dist/flag5.d.mts +0 -6
- package/dist/flag5.d.ts +0 -6
- package/dist/flag6.d.mts +0 -6
- package/dist/flag6.d.ts +0 -6
- package/dist/flash.d.mts +0 -6
- package/dist/flash.d.ts +0 -6
- package/dist/flashOff.d.mts +0 -6
- package/dist/flashOff.d.ts +0 -6
- package/dist/flexAlignBottom.d.mts +0 -6
- package/dist/flexAlignBottom.d.ts +0 -6
- package/dist/flexAlignLeft.d.mts +0 -6
- package/dist/flexAlignLeft.d.ts +0 -6
- package/dist/flexAlignRight.d.mts +0 -6
- package/dist/flexAlignRight.d.ts +0 -6
- package/dist/flexAlignTop.d.mts +0 -6
- package/dist/flexAlignTop.d.ts +0 -6
- package/dist/flipBackward.d.mts +0 -6
- package/dist/flipBackward.d.ts +0 -6
- package/dist/flipForward.d.mts +0 -6
- package/dist/flipForward.d.ts +0 -6
- package/dist/folder.d.mts +0 -6
- package/dist/folder.d.ts +0 -6
- package/dist/folderCheck.d.mts +0 -6
- package/dist/folderCheck.d.ts +0 -6
- package/dist/folderClosed.d.mts +0 -6
- package/dist/folderClosed.d.ts +0 -6
- package/dist/folderCode.d.mts +0 -6
- package/dist/folderCode.d.ts +0 -6
- package/dist/folderDownload.d.mts +0 -6
- package/dist/folderDownload.d.ts +0 -6
- package/dist/folderLock.d.mts +0 -6
- package/dist/folderLock.d.ts +0 -6
- package/dist/folderMinus.d.mts +0 -6
- package/dist/folderMinus.d.ts +0 -6
- package/dist/folderMove.d.mts +0 -6
- package/dist/folderMove.d.ts +0 -6
- package/dist/folderPlus.d.mts +0 -6
- package/dist/folderPlus.d.ts +0 -6
- package/dist/folderQuestion.d.mts +0 -6
- package/dist/folderQuestion.d.ts +0 -6
- package/dist/folderSearch.d.mts +0 -6
- package/dist/folderSearch.d.ts +0 -6
- package/dist/folderShield.d.mts +0 -6
- package/dist/folderShield.d.ts +0 -6
- package/dist/folderX.d.mts +0 -6
- package/dist/folderX.d.ts +0 -6
- package/dist/framer.d.mts +0 -6
- package/dist/framer.d.ts +0 -6
- package/dist/gamingPad1.d.mts +0 -6
- package/dist/gamingPad1.d.ts +0 -6
- package/dist/gamingPad2.d.mts +0 -6
- package/dist/gamingPad2.d.ts +0 -6
- package/dist/gift1.d.mts +0 -6
- package/dist/gift1.d.ts +0 -6
- package/dist/gift2.d.mts +0 -6
- package/dist/gift2.d.ts +0 -6
- package/dist/gitBranch1.d.mts +0 -6
- package/dist/gitBranch1.d.ts +0 -6
- package/dist/gitBranch2.d.mts +0 -6
- package/dist/gitBranch2.d.ts +0 -6
- package/dist/gitCommit.d.mts +0 -6
- package/dist/gitCommit.d.ts +0 -6
- package/dist/gitMerge.d.mts +0 -6
- package/dist/gitMerge.d.ts +0 -6
- package/dist/gitPullRequest.d.mts +0 -6
- package/dist/gitPullRequest.d.ts +0 -6
- package/dist/glasses1.d.mts +0 -6
- package/dist/glasses1.d.ts +0 -6
- package/dist/glasses2.d.mts +0 -6
- package/dist/glasses2.d.ts +0 -6
- package/dist/globe1.d.mts +0 -6
- package/dist/globe1.d.ts +0 -6
- package/dist/globe11.d.mts +0 -6
- package/dist/globe11.d.ts +0 -6
- package/dist/globe2.d.mts +0 -6
- package/dist/globe2.d.ts +0 -6
- package/dist/globe21.d.mts +0 -6
- package/dist/globe21.d.ts +0 -6
- package/dist/globe3.d.mts +0 -6
- package/dist/globe3.d.ts +0 -6
- package/dist/globe4.d.mts +0 -6
- package/dist/globe4.d.ts +0 -6
- package/dist/globe5.d.mts +0 -6
- package/dist/globe5.d.ts +0 -6
- package/dist/globe6.d.mts +0 -6
- package/dist/globe6.d.ts +0 -6
- package/dist/googleChrome.d.mts +0 -6
- package/dist/googleChrome.d.ts +0 -6
- package/dist/graduationHat1.d.mts +0 -6
- package/dist/graduationHat1.d.ts +0 -6
- package/dist/graduationHat2.d.mts +0 -6
- package/dist/graduationHat2.d.ts +0 -6
- package/dist/grid1.d.mts +0 -6
- package/dist/grid1.d.ts +0 -6
- package/dist/grid2.d.mts +0 -6
- package/dist/grid2.d.ts +0 -6
- package/dist/grid3.d.mts +0 -6
- package/dist/grid3.d.ts +0 -6
- package/dist/gridDotsBlank.d.mts +0 -6
- package/dist/gridDotsBlank.d.ts +0 -6
- package/dist/gridDotsBottom.d.mts +0 -6
- package/dist/gridDotsBottom.d.ts +0 -6
- package/dist/gridDotsHorizontalCenter.d.mts +0 -6
- package/dist/gridDotsHorizontalCenter.d.ts +0 -6
- package/dist/gridDotsLeft.d.mts +0 -6
- package/dist/gridDotsLeft.d.ts +0 -6
- package/dist/gridDotsOuter.d.mts +0 -6
- package/dist/gridDotsOuter.d.ts +0 -6
- package/dist/gridDotsRight.d.mts +0 -6
- package/dist/gridDotsRight.d.ts +0 -6
- package/dist/gridDotsTop.d.mts +0 -6
- package/dist/gridDotsTop.d.ts +0 -6
- package/dist/gridDotsVerticalCenter.d.mts +0 -6
- package/dist/gridDotsVerticalCenter.d.ts +0 -6
- package/dist/hand.d.mts +0 -6
- package/dist/hand.d.ts +0 -6
- package/dist/hardDrive.d.mts +0 -6
- package/dist/hardDrive.d.ts +0 -6
- package/dist/hash1.d.mts +0 -6
- package/dist/hash1.d.ts +0 -6
- package/dist/hash2.d.mts +0 -6
- package/dist/hash2.d.ts +0 -6
- package/dist/heading1.d.mts +0 -6
- package/dist/heading1.d.ts +0 -6
- package/dist/heading2.d.mts +0 -6
- package/dist/heading2.d.ts +0 -6
- package/dist/headingSquare.d.mts +0 -6
- package/dist/headingSquare.d.ts +0 -6
- package/dist/headphones1.d.mts +0 -6
- package/dist/headphones1.d.ts +0 -6
- package/dist/headphones2.d.mts +0 -6
- package/dist/headphones2.d.ts +0 -6
- package/dist/heart.d.mts +0 -6
- package/dist/heart.d.ts +0 -6
- package/dist/heartCircle.d.mts +0 -6
- package/dist/heartCircle.d.ts +0 -6
- package/dist/heartHand.d.mts +0 -6
- package/dist/heartHand.d.ts +0 -6
- package/dist/heartHexagon.d.mts +0 -6
- package/dist/heartHexagon.d.ts +0 -6
- package/dist/heartOctagon.d.mts +0 -6
- package/dist/heartOctagon.d.ts +0 -6
- package/dist/heartRounded.d.mts +0 -6
- package/dist/heartRounded.d.ts +0 -6
- package/dist/heartSquare.d.mts +0 -6
- package/dist/heartSquare.d.ts +0 -6
- package/dist/hearts.d.mts +0 -6
- package/dist/hearts.d.ts +0 -6
- package/dist/helpCircle.d.mts +0 -6
- package/dist/helpCircle.d.ts +0 -6
- package/dist/helpHexagon.d.mts +0 -6
- package/dist/helpHexagon.d.ts +0 -6
- package/dist/helpOctagon.d.mts +0 -6
- package/dist/helpOctagon.d.ts +0 -6
- package/dist/helpSquare.d.mts +0 -6
- package/dist/helpSquare.d.ts +0 -6
- package/dist/hexagon1.d.mts +0 -6
- package/dist/hexagon1.d.ts +0 -6
- package/dist/hexagon2.d.mts +0 -6
- package/dist/hexagon2.d.ts +0 -6
- package/dist/home.d.mts +0 -6
- package/dist/home.d.ts +0 -6
- package/dist/home1.d.mts +0 -6
- package/dist/home1.d.ts +0 -6
- package/dist/home2.d.mts +0 -6
- package/dist/home2.d.ts +0 -6
- package/dist/home3.d.mts +0 -6
- package/dist/home3.d.ts +0 -6
- package/dist/home4.d.mts +0 -6
- package/dist/home4.d.ts +0 -6
- package/dist/home5.d.mts +0 -6
- package/dist/home5.d.ts +0 -6
- package/dist/homeLine.d.mts +0 -6
- package/dist/homeLine.d.ts +0 -6
- package/dist/homeSmile.d.mts +0 -6
- package/dist/homeSmile.d.ts +0 -6
- package/dist/horizontalBarChart1.d.mts +0 -6
- package/dist/horizontalBarChart1.d.ts +0 -6
- package/dist/horizontalBarChart2.d.mts +0 -6
- package/dist/horizontalBarChart2.d.ts +0 -6
- package/dist/horizontalBarChart3.d.mts +0 -6
- package/dist/horizontalBarChart3.d.ts +0 -6
- package/dist/hourglass1.d.mts +0 -6
- package/dist/hourglass1.d.ts +0 -6
- package/dist/hourglass2.d.mts +0 -6
- package/dist/hourglass2.d.ts +0 -6
- package/dist/hourglass3.d.mts +0 -6
- package/dist/hourglass3.d.ts +0 -6
- package/dist/hurricane1.d.mts +0 -6
- package/dist/hurricane1.d.ts +0 -6
- package/dist/hurricane2.d.mts +0 -6
- package/dist/hurricane2.d.ts +0 -6
- package/dist/hurricane3.d.mts +0 -6
- package/dist/hurricane3.d.ts +0 -6
- package/dist/image.d.mts +0 -6
- package/dist/image.d.ts +0 -6
- package/dist/image1.d.mts +0 -6
- package/dist/image1.d.ts +0 -6
- package/dist/image2.d.mts +0 -6
- package/dist/image2.d.ts +0 -6
- package/dist/image3.d.mts +0 -6
- package/dist/image3.d.ts +0 -6
- package/dist/image4.d.mts +0 -6
- package/dist/image4.d.ts +0 -6
- package/dist/image5.d.mts +0 -6
- package/dist/image5.d.ts +0 -6
- package/dist/imageCheck.d.mts +0 -6
- package/dist/imageCheck.d.ts +0 -6
- package/dist/imageDown.d.mts +0 -6
- package/dist/imageDown.d.ts +0 -6
- package/dist/imageIndentLeft.d.mts +0 -6
- package/dist/imageIndentLeft.d.ts +0 -6
- package/dist/imageIndentRight.d.mts +0 -6
- package/dist/imageIndentRight.d.ts +0 -6
- package/dist/imageLeft.d.mts +0 -6
- package/dist/imageLeft.d.ts +0 -6
- package/dist/imagePlus.d.mts +0 -6
- package/dist/imagePlus.d.ts +0 -6
- package/dist/imageRight.d.mts +0 -6
- package/dist/imageRight.d.ts +0 -6
- package/dist/imageUp.d.mts +0 -6
- package/dist/imageUp.d.ts +0 -6
- package/dist/imageUser.d.mts +0 -6
- package/dist/imageUser.d.ts +0 -6
- package/dist/imageUserCheck.d.mts +0 -6
- package/dist/imageUserCheck.d.ts +0 -6
- package/dist/imageUserDown.d.mts +0 -6
- package/dist/imageUserDown.d.ts +0 -6
- package/dist/imageUserLeft.d.mts +0 -6
- package/dist/imageUserLeft.d.ts +0 -6
- package/dist/imageUserPlus.d.mts +0 -6
- package/dist/imageUserPlus.d.ts +0 -6
- package/dist/imageUserRight.d.mts +0 -6
- package/dist/imageUserRight.d.ts +0 -6
- package/dist/imageUserUp.d.mts +0 -6
- package/dist/imageUserUp.d.ts +0 -6
- package/dist/imageUserX.d.mts +0 -6
- package/dist/imageUserX.d.ts +0 -6
- package/dist/imageX.d.mts +0 -6
- package/dist/imageX.d.ts +0 -6
- package/dist/inbox1.d.mts +0 -6
- package/dist/inbox1.d.ts +0 -6
- package/dist/inbox2.d.mts +0 -6
- package/dist/inbox2.d.ts +0 -6
- package/dist/index-Jp7jKI5I.d.mts +0 -96
- package/dist/index-Jp7jKI5I.d.ts +0 -96
- package/dist/infinity.d.mts +0 -6
- package/dist/infinity.d.ts +0 -6
- package/dist/infoCircle.d.mts +0 -6
- package/dist/infoCircle.d.ts +0 -6
- package/dist/infoHexagon.d.mts +0 -6
- package/dist/infoHexagon.d.ts +0 -6
- package/dist/infoOctagon.d.mts +0 -6
- package/dist/infoOctagon.d.ts +0 -6
- package/dist/infoSquare.d.mts +0 -6
- package/dist/infoSquare.d.ts +0 -6
- package/dist/intersectCircle.d.mts +0 -6
- package/dist/intersectCircle.d.ts +0 -6
- package/dist/intersectSquare.d.mts +0 -6
- package/dist/intersectSquare.d.ts +0 -6
- package/dist/italic1.d.mts +0 -6
- package/dist/italic1.d.ts +0 -6
- package/dist/italic2.d.mts +0 -6
- package/dist/italic2.d.ts +0 -6
- package/dist/italicSquare.d.mts +0 -6
- package/dist/italicSquare.d.ts +0 -6
- package/dist/key1.d.mts +0 -6
- package/dist/key1.d.ts +0 -6
- package/dist/key2.d.mts +0 -6
- package/dist/key2.d.ts +0 -6
- package/dist/keyboard1.d.mts +0 -6
- package/dist/keyboard1.d.ts +0 -6
- package/dist/keyboard2.d.mts +0 -6
- package/dist/keyboard2.d.ts +0 -6
- package/dist/laptop1.d.mts +0 -6
- package/dist/laptop1.d.ts +0 -6
- package/dist/laptop2.d.mts +0 -6
- package/dist/laptop2.d.ts +0 -6
- package/dist/layerSingle.d.mts +0 -6
- package/dist/layerSingle.d.ts +0 -6
- package/dist/layersThree1.d.mts +0 -6
- package/dist/layersThree1.d.ts +0 -6
- package/dist/layersThree2.d.mts +0 -6
- package/dist/layersThree2.d.ts +0 -6
- package/dist/layersTwo1.d.mts +0 -6
- package/dist/layersTwo1.d.ts +0 -6
- package/dist/layersTwo2.d.mts +0 -6
- package/dist/layersTwo2.d.ts +0 -6
- package/dist/layoutAlt1.d.mts +0 -6
- package/dist/layoutAlt1.d.ts +0 -6
- package/dist/layoutAlt2.d.mts +0 -6
- package/dist/layoutAlt2.d.ts +0 -6
- package/dist/layoutAlt3.d.mts +0 -6
- package/dist/layoutAlt3.d.ts +0 -6
- package/dist/layoutAlt4.d.mts +0 -6
- package/dist/layoutAlt4.d.ts +0 -6
- package/dist/layoutBottom.d.mts +0 -6
- package/dist/layoutBottom.d.ts +0 -6
- package/dist/layoutGrid1.d.mts +0 -6
- package/dist/layoutGrid1.d.ts +0 -6
- package/dist/layoutGrid2.d.mts +0 -6
- package/dist/layoutGrid2.d.ts +0 -6
- package/dist/layoutLeft.d.mts +0 -6
- package/dist/layoutLeft.d.ts +0 -6
- package/dist/layoutRight.d.mts +0 -6
- package/dist/layoutRight.d.ts +0 -6
- package/dist/layoutTop.d.mts +0 -6
- package/dist/layoutTop.d.ts +0 -6
- package/dist/leftIndent1.d.mts +0 -6
- package/dist/leftIndent1.d.ts +0 -6
- package/dist/leftIndent2.d.mts +0 -6
- package/dist/leftIndent2.d.ts +0 -6
- package/dist/letterSpacing1.d.mts +0 -6
- package/dist/letterSpacing1.d.ts +0 -6
- package/dist/letterSpacing2.d.mts +0 -6
- package/dist/letterSpacing2.d.ts +0 -6
- package/dist/lifeBuoy1.d.mts +0 -6
- package/dist/lifeBuoy1.d.ts +0 -6
- package/dist/lifeBuoy2.d.mts +0 -6
- package/dist/lifeBuoy2.d.ts +0 -6
- package/dist/lightbulb.d.mts +0 -6
- package/dist/lightbulb.d.ts +0 -6
- package/dist/lightbulb1.d.mts +0 -6
- package/dist/lightbulb1.d.ts +0 -6
- package/dist/lightbulb2.d.mts +0 -6
- package/dist/lightbulb2.d.ts +0 -6
- package/dist/lightbulb3.d.mts +0 -6
- package/dist/lightbulb3.d.ts +0 -6
- package/dist/lightbulb4.d.mts +0 -6
- package/dist/lightbulb4.d.ts +0 -6
- package/dist/lightbulb5.d.mts +0 -6
- package/dist/lightbulb5.d.ts +0 -6
- package/dist/lightning1.d.mts +0 -6
- package/dist/lightning1.d.ts +0 -6
- package/dist/lightning2.d.mts +0 -6
- package/dist/lightning2.d.ts +0 -6
- package/dist/lineChartDown1.d.mts +0 -6
- package/dist/lineChartDown1.d.ts +0 -6
- package/dist/lineChartDown2.d.mts +0 -6
- package/dist/lineChartDown2.d.ts +0 -6
- package/dist/lineChartDown3.d.mts +0 -6
- package/dist/lineChartDown3.d.ts +0 -6
- package/dist/lineChartDown4.d.mts +0 -6
- package/dist/lineChartDown4.d.ts +0 -6
- package/dist/lineChartDown5.d.mts +0 -6
- package/dist/lineChartDown5.d.ts +0 -6
- package/dist/lineChartUp1.d.mts +0 -6
- package/dist/lineChartUp1.d.ts +0 -6
- package/dist/lineChartUp2.d.mts +0 -6
- package/dist/lineChartUp2.d.ts +0 -6
- package/dist/lineChartUp3.d.mts +0 -6
- package/dist/lineChartUp3.d.ts +0 -6
- package/dist/lineChartUp4.d.mts +0 -6
- package/dist/lineChartUp4.d.ts +0 -6
- package/dist/lineChartUp5.d.mts +0 -6
- package/dist/lineChartUp5.d.ts +0 -6
- package/dist/lineHeight.d.mts +0 -6
- package/dist/lineHeight.d.ts +0 -6
- package/dist/link.d.mts +0 -6
- package/dist/link.d.ts +0 -6
- package/dist/link1.d.mts +0 -6
- package/dist/link1.d.ts +0 -6
- package/dist/link2.d.mts +0 -6
- package/dist/link2.d.ts +0 -6
- package/dist/link3.d.mts +0 -6
- package/dist/link3.d.ts +0 -6
- package/dist/link4.d.mts +0 -6
- package/dist/link4.d.ts +0 -6
- package/dist/link5.d.mts +0 -6
- package/dist/link5.d.ts +0 -6
- package/dist/linkBroken1.d.mts +0 -6
- package/dist/linkBroken1.d.ts +0 -6
- package/dist/linkBroken2.d.mts +0 -6
- package/dist/linkBroken2.d.ts +0 -6
- package/dist/linkExternal1.d.mts +0 -6
- package/dist/linkExternal1.d.ts +0 -6
- package/dist/linkExternal2.d.mts +0 -6
- package/dist/linkExternal2.d.ts +0 -6
- package/dist/list.d.mts +0 -6
- package/dist/list.d.ts +0 -6
- package/dist/loading1.d.mts +0 -6
- package/dist/loading1.d.ts +0 -6
- package/dist/loading2.d.mts +0 -6
- package/dist/loading2.d.ts +0 -6
- package/dist/loading3.d.mts +0 -6
- package/dist/loading3.d.ts +0 -6
- package/dist/lock.d.mts +0 -6
- package/dist/lock.d.ts +0 -6
- package/dist/lock1.d.mts +0 -6
- package/dist/lock1.d.ts +0 -6
- package/dist/lock2.d.mts +0 -6
- package/dist/lock2.d.ts +0 -6
- package/dist/lock3.d.mts +0 -6
- package/dist/lock3.d.ts +0 -6
- package/dist/lock4.d.mts +0 -6
- package/dist/lock4.d.ts +0 -6
- package/dist/lockKeyholeCircle.d.mts +0 -6
- package/dist/lockKeyholeCircle.d.ts +0 -6
- package/dist/lockKeyholeSquare.d.mts +0 -6
- package/dist/lockKeyholeSquare.d.ts +0 -6
- package/dist/lockUnlocked1.d.mts +0 -6
- package/dist/lockUnlocked1.d.ts +0 -6
- package/dist/lockUnlocked2.d.mts +0 -6
- package/dist/lockUnlocked2.d.ts +0 -6
- package/dist/lockUnlocked3.d.mts +0 -6
- package/dist/lockUnlocked3.d.ts +0 -6
- package/dist/lockUnlocked4.d.mts +0 -6
- package/dist/lockUnlocked4.d.ts +0 -6
- package/dist/logIn.d.mts +0 -6
- package/dist/logIn.d.ts +0 -6
- package/dist/logIn1.d.mts +0 -6
- package/dist/logIn1.d.ts +0 -6
- package/dist/logIn2.d.mts +0 -6
- package/dist/logIn2.d.ts +0 -6
- package/dist/logIn3.d.mts +0 -6
- package/dist/logIn3.d.ts +0 -6
- package/dist/logIn4.d.mts +0 -6
- package/dist/logIn4.d.ts +0 -6
- package/dist/logOut1.d.mts +0 -6
- package/dist/logOut1.d.ts +0 -6
- package/dist/logOut2.d.mts +0 -6
- package/dist/logOut2.d.ts +0 -6
- package/dist/logOut3.d.mts +0 -6
- package/dist/logOut3.d.ts +0 -6
- package/dist/logOut4.d.mts +0 -6
- package/dist/logOut4.d.ts +0 -6
- package/dist/luggage1.d.mts +0 -6
- package/dist/luggage1.d.ts +0 -6
- package/dist/luggage2.d.mts +0 -6
- package/dist/luggage2.d.ts +0 -6
- package/dist/luggage3.d.mts +0 -6
- package/dist/luggage3.d.ts +0 -6
- package/dist/magicWand.d.mts +0 -6
- package/dist/magicWand.d.ts +0 -6
- package/dist/magicWand1.d.mts +0 -6
- package/dist/magicWand1.d.ts +0 -6
- package/dist/magicWand2.d.mts +0 -6
- package/dist/magicWand2.d.ts +0 -6
- package/dist/mail.d.mts +0 -6
- package/dist/mail.d.ts +0 -6
- package/dist/mail1.d.mts +0 -6
- package/dist/mail1.d.ts +0 -6
- package/dist/mail2.d.mts +0 -6
- package/dist/mail2.d.ts +0 -6
- package/dist/mail3.d.mts +0 -6
- package/dist/mail3.d.ts +0 -6
- package/dist/mail4.d.mts +0 -6
- package/dist/mail4.d.ts +0 -6
- package/dist/mail5.d.mts +0 -6
- package/dist/mail5.d.ts +0 -6
- package/dist/mailNotification.d.mts +0 -6
- package/dist/mailNotification.d.ts +0 -6
- package/dist/map1.d.mts +0 -6
- package/dist/map1.d.ts +0 -6
- package/dist/map2.d.mts +0 -6
- package/dist/map2.d.ts +0 -6
- package/dist/mark.d.mts +0 -6
- package/dist/mark.d.ts +0 -6
- package/dist/markerPin1.d.mts +0 -6
- package/dist/markerPin1.d.ts +0 -6
- package/dist/markerPin2.d.mts +0 -6
- package/dist/markerPin2.d.ts +0 -6
- package/dist/markerPin3.d.mts +0 -6
- package/dist/markerPin3.d.ts +0 -6
- package/dist/markerPin4.d.mts +0 -6
- package/dist/markerPin4.d.ts +0 -6
- package/dist/markerPin5.d.mts +0 -6
- package/dist/markerPin5.d.ts +0 -6
- package/dist/markerPin6.d.mts +0 -6
- package/dist/markerPin6.d.ts +0 -6
- package/dist/maximize1.d.mts +0 -6
- package/dist/maximize1.d.ts +0 -6
- package/dist/maximize2.d.mts +0 -6
- package/dist/maximize2.d.ts +0 -6
- package/dist/medicalCircle.d.mts +0 -6
- package/dist/medicalCircle.d.ts +0 -6
- package/dist/medicalCross.d.mts +0 -6
- package/dist/medicalCross.d.ts +0 -6
- package/dist/medicalSquare.d.mts +0 -6
- package/dist/medicalSquare.d.ts +0 -6
- package/dist/menu.d.mts +0 -6
- package/dist/menu.d.ts +0 -6
- package/dist/menu1.d.mts +0 -6
- package/dist/menu1.d.ts +0 -6
- package/dist/menu2.d.mts +0 -6
- package/dist/menu2.d.ts +0 -6
- package/dist/menu3.d.mts +0 -6
- package/dist/menu3.d.ts +0 -6
- package/dist/menu4.d.mts +0 -6
- package/dist/menu4.d.ts +0 -6
- package/dist/menu5.d.mts +0 -6
- package/dist/menu5.d.ts +0 -6
- package/dist/messageAlertCircle.d.mts +0 -6
- package/dist/messageAlertCircle.d.ts +0 -6
- package/dist/messageAlertSquare.d.mts +0 -6
- package/dist/messageAlertSquare.d.ts +0 -6
- package/dist/messageChatCircle.d.mts +0 -6
- package/dist/messageChatCircle.d.ts +0 -6
- package/dist/messageChatSquare.d.mts +0 -6
- package/dist/messageChatSquare.d.ts +0 -6
- package/dist/messageCheckCircle.d.mts +0 -6
- package/dist/messageCheckCircle.d.ts +0 -6
- package/dist/messageCheckSquare.d.mts +0 -6
- package/dist/messageCheckSquare.d.ts +0 -6
- package/dist/messageCircle1.d.mts +0 -6
- package/dist/messageCircle1.d.ts +0 -6
- package/dist/messageCircle2.d.mts +0 -6
- package/dist/messageCircle2.d.ts +0 -6
- package/dist/messageDotsCircle.d.mts +0 -6
- package/dist/messageDotsCircle.d.ts +0 -6
- package/dist/messageDotsSquare.d.mts +0 -6
- package/dist/messageDotsSquare.d.ts +0 -6
- package/dist/messageHeartCircle.d.mts +0 -6
- package/dist/messageHeartCircle.d.ts +0 -6
- package/dist/messageHeartSquare.d.mts +0 -6
- package/dist/messageHeartSquare.d.ts +0 -6
- package/dist/messageNotificationCircle.d.mts +0 -6
- package/dist/messageNotificationCircle.d.ts +0 -6
- package/dist/messageNotificationSquare.d.mts +0 -6
- package/dist/messageNotificationSquare.d.ts +0 -6
- package/dist/messagePlusCircle.d.mts +0 -6
- package/dist/messagePlusCircle.d.ts +0 -6
- package/dist/messagePlusSquare.d.mts +0 -6
- package/dist/messagePlusSquare.d.ts +0 -6
- package/dist/messageQuestionCircle.d.mts +0 -6
- package/dist/messageQuestionCircle.d.ts +0 -6
- package/dist/messageQuestionSquare.d.mts +0 -6
- package/dist/messageQuestionSquare.d.ts +0 -6
- package/dist/messageSmileCircle.d.mts +0 -6
- package/dist/messageSmileCircle.d.ts +0 -6
- package/dist/messageSmileSquare.d.mts +0 -6
- package/dist/messageSmileSquare.d.ts +0 -6
- package/dist/messageSquare1.d.mts +0 -6
- package/dist/messageSquare1.d.ts +0 -6
- package/dist/messageSquare2.d.mts +0 -6
- package/dist/messageSquare2.d.ts +0 -6
- package/dist/messageTextCircle1.d.mts +0 -6
- package/dist/messageTextCircle1.d.ts +0 -6
- package/dist/messageTextCircle2.d.mts +0 -6
- package/dist/messageTextCircle2.d.ts +0 -6
- package/dist/messageTextSquare.d.mts +0 -6
- package/dist/messageTextSquare.d.ts +0 -6
- package/dist/messageTextSquare1.d.mts +0 -6
- package/dist/messageTextSquare1.d.ts +0 -6
- package/dist/messageTextSquare2.d.mts +0 -6
- package/dist/messageTextSquare2.d.ts +0 -6
- package/dist/messageXCircle.d.mts +0 -6
- package/dist/messageXCircle.d.ts +0 -6
- package/dist/messageXSquare.d.mts +0 -6
- package/dist/messageXSquare.d.ts +0 -6
- package/dist/microphone.d.mts +0 -6
- package/dist/microphone.d.ts +0 -6
- package/dist/microphone1.d.mts +0 -6
- package/dist/microphone1.d.ts +0 -6
- package/dist/microphone2.d.mts +0 -6
- package/dist/microphone2.d.ts +0 -6
- package/dist/microphoneOff.d.mts +0 -6
- package/dist/microphoneOff.d.ts +0 -6
- package/dist/microphoneOff1.d.mts +0 -6
- package/dist/microphoneOff1.d.ts +0 -6
- package/dist/microphoneOff2.d.mts +0 -6
- package/dist/microphoneOff2.d.ts +0 -6
- package/dist/microscope.d.mts +0 -6
- package/dist/microscope.d.ts +0 -6
- package/dist/minimize1.d.mts +0 -6
- package/dist/minimize1.d.ts +0 -6
- package/dist/minimize2.d.mts +0 -6
- package/dist/minimize2.d.ts +0 -6
- package/dist/minus.d.mts +0 -6
- package/dist/minus.d.ts +0 -6
- package/dist/minusCircle.d.mts +0 -6
- package/dist/minusCircle.d.ts +0 -6
- package/dist/minusSquare.d.mts +0 -6
- package/dist/minusSquare.d.ts +0 -6
- package/dist/modem1.d.mts +0 -6
- package/dist/modem1.d.ts +0 -6
- package/dist/modem2.d.mts +0 -6
- package/dist/modem2.d.ts +0 -6
- package/dist/monitor.d.mts +0 -6
- package/dist/monitor.d.ts +0 -6
- package/dist/monitor1.d.mts +0 -6
- package/dist/monitor1.d.ts +0 -6
- package/dist/monitor2.d.mts +0 -6
- package/dist/monitor2.d.ts +0 -6
- package/dist/monitor3.d.mts +0 -6
- package/dist/monitor3.d.ts +0 -6
- package/dist/monitor4.d.mts +0 -6
- package/dist/monitor4.d.ts +0 -6
- package/dist/monitor5.d.mts +0 -6
- package/dist/monitor5.d.ts +0 -6
- package/dist/moon1.d.mts +0 -6
- package/dist/moon1.d.ts +0 -6
- package/dist/moon2.d.mts +0 -6
- package/dist/moon2.d.ts +0 -6
- package/dist/moonEclipse.d.mts +0 -6
- package/dist/moonEclipse.d.ts +0 -6
- package/dist/moonStar.d.mts +0 -6
- package/dist/moonStar.d.ts +0 -6
- package/dist/mouse.d.mts +0 -6
- package/dist/mouse.d.ts +0 -6
- package/dist/move.d.mts +0 -6
- package/dist/move.d.ts +0 -6
- package/dist/musicNote1.d.mts +0 -6
- package/dist/musicNote1.d.ts +0 -6
- package/dist/musicNote2.d.mts +0 -6
- package/dist/musicNote2.d.ts +0 -6
- package/dist/musicNotePlus.d.mts +0 -6
- package/dist/musicNotePlus.d.ts +0 -6
- package/dist/navigationPointer1.d.mts +0 -6
- package/dist/navigationPointer1.d.ts +0 -6
- package/dist/navigationPointer2.d.mts +0 -6
- package/dist/navigationPointer2.d.ts +0 -6
- package/dist/navigationPointerOff1.d.mts +0 -6
- package/dist/navigationPointerOff1.d.ts +0 -6
- package/dist/navigationPointerOff2.d.mts +0 -6
- package/dist/navigationPointerOff2.d.ts +0 -6
- package/dist/notificationBox.d.mts +0 -6
- package/dist/notificationBox.d.ts +0 -6
- package/dist/notificationMessage.d.mts +0 -6
- package/dist/notificationMessage.d.ts +0 -6
- package/dist/notificationText.d.mts +0 -6
- package/dist/notificationText.d.ts +0 -6
- package/dist/octagon.d.mts +0 -6
- package/dist/octagon.d.ts +0 -6
- package/dist/package.d.mts +0 -6
- package/dist/package.d.ts +0 -6
- package/dist/packageCheck.d.mts +0 -6
- package/dist/packageCheck.d.ts +0 -6
- package/dist/packageMinus.d.mts +0 -6
- package/dist/packageMinus.d.ts +0 -6
- package/dist/packagePlus.d.mts +0 -6
- package/dist/packagePlus.d.ts +0 -6
- package/dist/packageSearch.d.mts +0 -6
- package/dist/packageSearch.d.ts +0 -6
- package/dist/packageX.d.mts +0 -6
- package/dist/packageX.d.ts +0 -6
- package/dist/paint.d.mts +0 -6
- package/dist/paint.d.ts +0 -6
- package/dist/paintPour.d.mts +0 -6
- package/dist/paintPour.d.ts +0 -6
- package/dist/palette.d.mts +0 -6
- package/dist/palette.d.ts +0 -6
- package/dist/paperclip.d.mts +0 -6
- package/dist/paperclip.d.ts +0 -6
- package/dist/paragraphSpacing.d.mts +0 -6
- package/dist/paragraphSpacing.d.ts +0 -6
- package/dist/paragraphWrap.d.mts +0 -6
- package/dist/paragraphWrap.d.ts +0 -6
- package/dist/passcode.d.mts +0 -6
- package/dist/passcode.d.ts +0 -6
- package/dist/passcodeLock.d.mts +0 -6
- package/dist/passcodeLock.d.ts +0 -6
- package/dist/passport.d.mts +0 -6
- package/dist/passport.d.ts +0 -6
- package/dist/pauseCircle.d.mts +0 -6
- package/dist/pauseCircle.d.ts +0 -6
- package/dist/pauseSquare.d.mts +0 -6
- package/dist/pauseSquare.d.ts +0 -6
- package/dist/penTool1.d.mts +0 -6
- package/dist/penTool1.d.ts +0 -6
- package/dist/penTool2.d.mts +0 -6
- package/dist/penTool2.d.ts +0 -6
- package/dist/penToolMinus.d.mts +0 -6
- package/dist/penToolMinus.d.ts +0 -6
- package/dist/penToolPlus.d.mts +0 -6
- package/dist/penToolPlus.d.ts +0 -6
- package/dist/pencil1.d.mts +0 -6
- package/dist/pencil1.d.ts +0 -6
- package/dist/pencil2.d.mts +0 -6
- package/dist/pencil2.d.ts +0 -6
- package/dist/pencilLine.d.mts +0 -6
- package/dist/pencilLine.d.ts +0 -6
- package/dist/pentagon.d.mts +0 -6
- package/dist/pentagon.d.ts +0 -6
- package/dist/percent1.d.mts +0 -6
- package/dist/percent1.d.ts +0 -6
- package/dist/percent2.d.mts +0 -6
- package/dist/percent2.d.ts +0 -6
- package/dist/percent3.d.mts +0 -6
- package/dist/percent3.d.ts +0 -6
- package/dist/perspective1.d.mts +0 -6
- package/dist/perspective1.d.ts +0 -6
- package/dist/perspective2.d.mts +0 -6
- package/dist/perspective2.d.ts +0 -6
- package/dist/phone.d.mts +0 -6
- package/dist/phone.d.ts +0 -6
- package/dist/phone1.d.mts +0 -6
- package/dist/phone1.d.ts +0 -6
- package/dist/phone2.d.mts +0 -6
- package/dist/phone2.d.ts +0 -6
- package/dist/phoneCall.d.mts +0 -6
- package/dist/phoneCall.d.ts +0 -6
- package/dist/phoneCall1.d.mts +0 -6
- package/dist/phoneCall1.d.ts +0 -6
- package/dist/phoneCall2.d.mts +0 -6
- package/dist/phoneCall2.d.ts +0 -6
- package/dist/phoneHangUp.d.mts +0 -6
- package/dist/phoneHangUp.d.ts +0 -6
- package/dist/phoneIncoming.d.mts +0 -6
- package/dist/phoneIncoming.d.ts +0 -6
- package/dist/phoneIncoming1.d.mts +0 -6
- package/dist/phoneIncoming1.d.ts +0 -6
- package/dist/phoneIncoming2.d.mts +0 -6
- package/dist/phoneIncoming2.d.ts +0 -6
- package/dist/phoneOutgoing1.d.mts +0 -6
- package/dist/phoneOutgoing1.d.ts +0 -6
- package/dist/phoneOutgoing2.d.mts +0 -6
- package/dist/phoneOutgoing2.d.ts +0 -6
- package/dist/phonePause.d.mts +0 -6
- package/dist/phonePause.d.ts +0 -6
- package/dist/phonePlus.d.mts +0 -6
- package/dist/phonePlus.d.ts +0 -6
- package/dist/phoneX.d.mts +0 -6
- package/dist/phoneX.d.ts +0 -6
- package/dist/pieChart.d.mts +0 -6
- package/dist/pieChart.d.ts +0 -6
- package/dist/pieChart1.d.mts +0 -6
- package/dist/pieChart1.d.ts +0 -6
- package/dist/pieChart2.d.mts +0 -6
- package/dist/pieChart2.d.ts +0 -6
- package/dist/pieChart3.d.mts +0 -6
- package/dist/pieChart3.d.ts +0 -6
- package/dist/pieChart4.d.mts +0 -6
- package/dist/pieChart4.d.ts +0 -6
- package/dist/piggyBank1.d.mts +0 -6
- package/dist/piggyBank1.d.ts +0 -6
- package/dist/piggyBank2.d.mts +0 -6
- package/dist/piggyBank2.d.ts +0 -6
- package/dist/pilcrow1.d.mts +0 -6
- package/dist/pilcrow1.d.ts +0 -6
- package/dist/pilcrow2.d.mts +0 -6
- package/dist/pilcrow2.d.ts +0 -6
- package/dist/pilcrowSquare.d.mts +0 -6
- package/dist/pilcrowSquare.d.ts +0 -6
- package/dist/pin1.d.mts +0 -6
- package/dist/pin1.d.ts +0 -6
- package/dist/pin2.d.mts +0 -6
- package/dist/pin2.d.ts +0 -6
- package/dist/placeholder.d.mts +0 -6
- package/dist/placeholder.d.ts +0 -6
- package/dist/plane.d.mts +0 -6
- package/dist/plane.d.ts +0 -6
- package/dist/play.d.mts +0 -6
- package/dist/play.d.ts +0 -6
- package/dist/playCircle.d.mts +0 -6
- package/dist/playCircle.d.ts +0 -6
- package/dist/playSquare.d.mts +0 -6
- package/dist/playSquare.d.ts +0 -6
- package/dist/plus.d.mts +0 -6
- package/dist/plus.d.ts +0 -6
- package/dist/plusCircle.d.mts +0 -6
- package/dist/plusCircle.d.ts +0 -6
- package/dist/plusSquare.d.mts +0 -6
- package/dist/plusSquare.d.ts +0 -6
- package/dist/podcast.d.mts +0 -6
- package/dist/podcast.d.ts +0 -6
- package/dist/power1.d.mts +0 -6
- package/dist/power1.d.ts +0 -6
- package/dist/power2.d.mts +0 -6
- package/dist/power2.d.ts +0 -6
- package/dist/power3.d.mts +0 -6
- package/dist/power3.d.ts +0 -6
- package/dist/presentationChart1.d.mts +0 -6
- package/dist/presentationChart1.d.ts +0 -6
- package/dist/presentationChart2.d.mts +0 -6
- package/dist/presentationChart2.d.ts +0 -6
- package/dist/presentationChart3.d.mts +0 -6
- package/dist/presentationChart3.d.ts +0 -6
- package/dist/printer.d.mts +0 -6
- package/dist/printer.d.ts +0 -6
- package/dist/puzzlePiece.d.mts +0 -6
- package/dist/puzzlePiece.d.ts +0 -6
- package/dist/puzzlePiece1.d.mts +0 -6
- package/dist/puzzlePiece1.d.ts +0 -6
- package/dist/puzzlePiece2.d.mts +0 -6
- package/dist/puzzlePiece2.d.ts +0 -6
- package/dist/qrCode.d.mts +0 -6
- package/dist/qrCode.d.ts +0 -6
- package/dist/qrCode1.d.mts +0 -6
- package/dist/qrCode1.d.ts +0 -6
- package/dist/qrCode2.d.mts +0 -6
- package/dist/qrCode2.d.ts +0 -6
- package/dist/receipt.d.mts +0 -6
- package/dist/receipt.d.ts +0 -6
- package/dist/receiptCheck.d.mts +0 -6
- package/dist/receiptCheck.d.ts +0 -6
- package/dist/recording.d.mts +0 -6
- package/dist/recording.d.ts +0 -6
- package/dist/recording1.d.mts +0 -6
- package/dist/recording1.d.ts +0 -6
- package/dist/recording2.d.mts +0 -6
- package/dist/recording2.d.ts +0 -6
- package/dist/recording3.d.mts +0 -6
- package/dist/recording3.d.ts +0 -6
- package/dist/reflect1.d.mts +0 -6
- package/dist/reflect1.d.ts +0 -6
- package/dist/reflect2.d.mts +0 -6
- package/dist/reflect2.d.ts +0 -6
- package/dist/refreshCcw.d.mts +0 -6
- package/dist/refreshCcw.d.ts +0 -6
- package/dist/refreshCcw1.d.mts +0 -6
- package/dist/refreshCcw1.d.ts +0 -6
- package/dist/refreshCcw2.d.mts +0 -6
- package/dist/refreshCcw2.d.ts +0 -6
- package/dist/refreshCcw3.d.mts +0 -6
- package/dist/refreshCcw3.d.ts +0 -6
- package/dist/refreshCcw4.d.mts +0 -6
- package/dist/refreshCcw4.d.ts +0 -6
- package/dist/refreshCcw5.d.mts +0 -6
- package/dist/refreshCcw5.d.ts +0 -6
- package/dist/refreshCw.d.mts +0 -6
- package/dist/refreshCw.d.ts +0 -6
- package/dist/refreshCw1.d.mts +0 -6
- package/dist/refreshCw1.d.ts +0 -6
- package/dist/refreshCw2.d.mts +0 -6
- package/dist/refreshCw2.d.ts +0 -6
- package/dist/refreshCw3.d.mts +0 -6
- package/dist/refreshCw3.d.ts +0 -6
- package/dist/refreshCw4.d.mts +0 -6
- package/dist/refreshCw4.d.ts +0 -6
- package/dist/refreshCw5.d.mts +0 -6
- package/dist/refreshCw5.d.ts +0 -6
- package/dist/repeat1.d.mts +0 -6
- package/dist/repeat1.d.ts +0 -6
- package/dist/repeat2.d.mts +0 -6
- package/dist/repeat2.d.ts +0 -6
- package/dist/repeat3.d.mts +0 -6
- package/dist/repeat3.d.ts +0 -6
- package/dist/repeat4.d.mts +0 -6
- package/dist/repeat4.d.ts +0 -6
- package/dist/reverseLeft.d.mts +0 -6
- package/dist/reverseLeft.d.ts +0 -6
- package/dist/reverseRight.d.mts +0 -6
- package/dist/reverseRight.d.ts +0 -6
- package/dist/rightIndent1.d.mts +0 -6
- package/dist/rightIndent1.d.ts +0 -6
- package/dist/rightIndent2.d.mts +0 -6
- package/dist/rightIndent2.d.ts +0 -6
- package/dist/rocket.d.mts +0 -6
- package/dist/rocket.d.ts +0 -6
- package/dist/rocket1.d.mts +0 -6
- package/dist/rocket1.d.ts +0 -6
- package/dist/rocket2.d.mts +0 -6
- package/dist/rocket2.d.ts +0 -6
- package/dist/rollerBrush.d.mts +0 -6
- package/dist/rollerBrush.d.ts +0 -6
- package/dist/rotateCcw.d.mts +0 -6
- package/dist/rotateCcw.d.ts +0 -6
- package/dist/route.d.mts +0 -6
- package/dist/route.d.ts +0 -6
- package/dist/rows1.d.mts +0 -6
- package/dist/rows1.d.ts +0 -6
- package/dist/rows2.d.mts +0 -6
- package/dist/rows2.d.ts +0 -6
- package/dist/rows3.d.mts +0 -6
- package/dist/rows3.d.ts +0 -6
- package/dist/rss1.d.mts +0 -6
- package/dist/rss1.d.ts +0 -6
- package/dist/rss2.d.mts +0 -6
- package/dist/rss2.d.ts +0 -6
- package/dist/ruler.d.mts +0 -6
- package/dist/ruler.d.ts +0 -6
- package/dist/safe.d.mts +0 -6
- package/dist/safe.d.ts +0 -6
- package/dist/sale1.d.mts +0 -6
- package/dist/sale1.d.ts +0 -6
- package/dist/sale2.d.mts +0 -6
- package/dist/sale2.d.ts +0 -6
- package/dist/sale3.d.mts +0 -6
- package/dist/sale3.d.ts +0 -6
- package/dist/sale4.d.mts +0 -6
- package/dist/sale4.d.ts +0 -6
- package/dist/save.d.mts +0 -6
- package/dist/save.d.ts +0 -6
- package/dist/save1.d.mts +0 -6
- package/dist/save1.d.ts +0 -6
- package/dist/save2.d.mts +0 -6
- package/dist/save2.d.ts +0 -6
- package/dist/save3.d.mts +0 -6
- package/dist/save3.d.ts +0 -6
- package/dist/scale1.d.mts +0 -6
- package/dist/scale1.d.ts +0 -6
- package/dist/scale2.d.mts +0 -6
- package/dist/scale2.d.ts +0 -6
- package/dist/scale3.d.mts +0 -6
- package/dist/scale3.d.ts +0 -6
- package/dist/scales1.d.mts +0 -6
- package/dist/scales1.d.ts +0 -6
- package/dist/scales2.d.mts +0 -6
- package/dist/scales2.d.ts +0 -6
- package/dist/scan.d.mts +0 -6
- package/dist/scan.d.ts +0 -6
- package/dist/scissors1.d.mts +0 -6
- package/dist/scissors1.d.ts +0 -6
- package/dist/scissors2.d.mts +0 -6
- package/dist/scissors2.d.ts +0 -6
- package/dist/scissorsCut1.d.mts +0 -6
- package/dist/scissorsCut1.d.ts +0 -6
- package/dist/scissorsCut2.d.mts +0 -6
- package/dist/scissorsCut2.d.ts +0 -6
- package/dist/search.d.mts +0 -6
- package/dist/search.d.ts +0 -6
- package/dist/searchLg.d.mts +0 -6
- package/dist/searchLg.d.ts +0 -6
- package/dist/searchMd.d.mts +0 -6
- package/dist/searchMd.d.ts +0 -6
- package/dist/searchRefraction.d.mts +0 -6
- package/dist/searchRefraction.d.ts +0 -6
- package/dist/searchSm.d.mts +0 -6
- package/dist/searchSm.d.ts +0 -6
- package/dist/send.d.mts +0 -6
- package/dist/send.d.ts +0 -6
- package/dist/send1.d.mts +0 -6
- package/dist/send1.d.ts +0 -6
- package/dist/send2.d.mts +0 -6
- package/dist/send2.d.ts +0 -6
- package/dist/send3.d.mts +0 -6
- package/dist/send3.d.ts +0 -6
- package/dist/server1.d.mts +0 -6
- package/dist/server1.d.ts +0 -6
- package/dist/server2.d.mts +0 -6
- package/dist/server2.d.ts +0 -6
- package/dist/server3.d.mts +0 -6
- package/dist/server3.d.ts +0 -6
- package/dist/server4.d.mts +0 -6
- package/dist/server4.d.ts +0 -6
- package/dist/server5.d.mts +0 -6
- package/dist/server5.d.ts +0 -6
- package/dist/server6.d.mts +0 -6
- package/dist/server6.d.ts +0 -6
- package/dist/settings.d.mts +0 -6
- package/dist/settings.d.ts +0 -6
- package/dist/settings1.d.mts +0 -6
- package/dist/settings1.d.ts +0 -6
- package/dist/settings2.d.mts +0 -6
- package/dist/settings2.d.ts +0 -6
- package/dist/settings3.d.mts +0 -6
- package/dist/settings3.d.ts +0 -6
- package/dist/settings4.d.mts +0 -6
- package/dist/settings4.d.ts +0 -6
- package/dist/share.d.mts +0 -6
- package/dist/share.d.ts +0 -6
- package/dist/share1.d.mts +0 -6
- package/dist/share1.d.ts +0 -6
- package/dist/share2.d.mts +0 -6
- package/dist/share2.d.ts +0 -6
- package/dist/share3.d.mts +0 -6
- package/dist/share3.d.ts +0 -6
- package/dist/share4.d.mts +0 -6
- package/dist/share4.d.ts +0 -6
- package/dist/share5.d.mts +0 -6
- package/dist/share5.d.ts +0 -6
- package/dist/share6.d.mts +0 -6
- package/dist/share6.d.ts +0 -6
- package/dist/share7.d.mts +0 -6
- package/dist/share7.d.ts +0 -6
- package/dist/shareArrow.d.mts +0 -6
- package/dist/shareArrow.d.ts +0 -6
- package/dist/shield1.d.mts +0 -6
- package/dist/shield1.d.ts +0 -6
- package/dist/shield2.d.mts +0 -6
- package/dist/shield2.d.ts +0 -6
- package/dist/shield3.d.mts +0 -6
- package/dist/shield3.d.ts +0 -6
- package/dist/shieldDollar.d.mts +0 -6
- package/dist/shieldDollar.d.ts +0 -6
- package/dist/shieldOff.d.mts +0 -6
- package/dist/shieldOff.d.ts +0 -6
- package/dist/shieldPlus.d.mts +0 -6
- package/dist/shieldPlus.d.ts +0 -6
- package/dist/shieldTick.d.mts +0 -6
- package/dist/shieldTick.d.ts +0 -6
- package/dist/shieldZap.d.mts +0 -6
- package/dist/shieldZap.d.ts +0 -6
- package/dist/shoppingBag1.d.mts +0 -6
- package/dist/shoppingBag1.d.ts +0 -6
- package/dist/shoppingBag2.d.mts +0 -6
- package/dist/shoppingBag2.d.ts +0 -6
- package/dist/shoppingBag3.d.mts +0 -6
- package/dist/shoppingBag3.d.ts +0 -6
- package/dist/shoppingCart1.d.mts +0 -6
- package/dist/shoppingCart1.d.ts +0 -6
- package/dist/shoppingCart2.d.mts +0 -6
- package/dist/shoppingCart2.d.ts +0 -6
- package/dist/shoppingCart3.d.mts +0 -6
- package/dist/shoppingCart3.d.ts +0 -6
- package/dist/shuffle1.d.mts +0 -6
- package/dist/shuffle1.d.ts +0 -6
- package/dist/shuffle2.d.mts +0 -6
- package/dist/shuffle2.d.ts +0 -6
- package/dist/signal1.d.mts +0 -6
- package/dist/signal1.d.ts +0 -6
- package/dist/signal2.d.mts +0 -6
- package/dist/signal2.d.ts +0 -6
- package/dist/signal3.d.mts +0 -6
- package/dist/signal3.d.ts +0 -6
- package/dist/simcard.d.mts +0 -6
- package/dist/simcard.d.ts +0 -6
- package/dist/skew.d.mts +0 -6
- package/dist/skew.d.ts +0 -6
- package/dist/skipBack.d.mts +0 -6
- package/dist/skipBack.d.ts +0 -6
- package/dist/skipForward.d.mts +0 -6
- package/dist/skipForward.d.ts +0 -6
- package/dist/slashCircle1.d.mts +0 -6
- package/dist/slashCircle1.d.ts +0 -6
- package/dist/slashCircle2.d.mts +0 -6
- package/dist/slashCircle2.d.ts +0 -6
- package/dist/slashDivider.d.mts +0 -6
- package/dist/slashDivider.d.ts +0 -6
- package/dist/slashOctagon.d.mts +0 -6
- package/dist/slashOctagon.d.ts +0 -6
- package/dist/sliders1.d.mts +0 -6
- package/dist/sliders1.d.ts +0 -6
- package/dist/sliders2.d.mts +0 -6
- package/dist/sliders2.d.ts +0 -6
- package/dist/sliders3.d.mts +0 -6
- package/dist/sliders3.d.ts +0 -6
- package/dist/sliders4.d.mts +0 -6
- package/dist/sliders4.d.ts +0 -6
- package/dist/snowflake1.d.mts +0 -6
- package/dist/snowflake1.d.ts +0 -6
- package/dist/snowflake2.d.mts +0 -6
- package/dist/snowflake2.d.ts +0 -6
- package/dist/spacingHeight1.d.mts +0 -6
- package/dist/spacingHeight1.d.ts +0 -6
- package/dist/spacingHeight2.d.mts +0 -6
- package/dist/spacingHeight2.d.ts +0 -6
- package/dist/spacingWidth1.d.mts +0 -6
- package/dist/spacingWidth1.d.ts +0 -6
- package/dist/spacingWidth2.d.mts +0 -6
- package/dist/spacingWidth2.d.ts +0 -6
- package/dist/speaker1.d.mts +0 -6
- package/dist/speaker1.d.ts +0 -6
- package/dist/speaker2.d.mts +0 -6
- package/dist/speaker2.d.ts +0 -6
- package/dist/speaker3.d.mts +0 -6
- package/dist/speaker3.d.ts +0 -6
- package/dist/speedometer1.d.mts +0 -6
- package/dist/speedometer1.d.ts +0 -6
- package/dist/speedometer2.d.mts +0 -6
- package/dist/speedometer2.d.ts +0 -6
- package/dist/speedometer3.d.mts +0 -6
- package/dist/speedometer3.d.ts +0 -6
- package/dist/speedometer4.d.mts +0 -6
- package/dist/speedometer4.d.ts +0 -6
- package/dist/spinner.d.mts +0 -6
- package/dist/spinner.d.ts +0 -6
- package/dist/square.d.mts +0 -6
- package/dist/square.d.ts +0 -6
- package/dist/stand.d.mts +0 -6
- package/dist/stand.d.ts +0 -6
- package/dist/star1.d.mts +0 -6
- package/dist/star1.d.ts +0 -6
- package/dist/star2.d.mts +0 -6
- package/dist/star2.d.ts +0 -6
- package/dist/star3.d.mts +0 -6
- package/dist/star3.d.ts +0 -6
- package/dist/star4.d.mts +0 -6
- package/dist/star4.d.ts +0 -6
- package/dist/star5.d.mts +0 -6
- package/dist/star5.d.ts +0 -6
- package/dist/star6.d.mts +0 -6
- package/dist/star6.d.ts +0 -6
- package/dist/star7.d.mts +0 -6
- package/dist/star7.d.ts +0 -6
- package/dist/stars.d.mts +0 -6
- package/dist/stars.d.ts +0 -6
- package/dist/stars1.d.mts +0 -6
- package/dist/stars1.d.ts +0 -6
- package/dist/stars2.d.mts +0 -6
- package/dist/stars2.d.ts +0 -6
- package/dist/stars3.d.mts +0 -6
- package/dist/stars3.d.ts +0 -6
- package/dist/stickerCircle.d.mts +0 -6
- package/dist/stickerCircle.d.ts +0 -6
- package/dist/stickerSquare.d.mts +0 -6
- package/dist/stickerSquare.d.ts +0 -6
- package/dist/stop.d.mts +0 -6
- package/dist/stop.d.ts +0 -6
- package/dist/stopCircle.d.mts +0 -6
- package/dist/stopCircle.d.ts +0 -6
- package/dist/stopSquare.d.mts +0 -6
- package/dist/stopSquare.d.ts +0 -6
- package/dist/strikethrough1.d.mts +0 -6
- package/dist/strikethrough1.d.ts +0 -6
- package/dist/strikethrough2.d.mts +0 -6
- package/dist/strikethrough2.d.ts +0 -6
- package/dist/strikethroughSquare.d.mts +0 -6
- package/dist/strikethroughSquare.d.ts +0 -6
- package/dist/subscript.d.mts +0 -6
- package/dist/subscript.d.ts +0 -6
- package/dist/sun.d.mts +0 -6
- package/dist/sun.d.ts +0 -6
- package/dist/sunSetting1.d.mts +0 -6
- package/dist/sunSetting1.d.ts +0 -6
- package/dist/sunSetting2.d.mts +0 -6
- package/dist/sunSetting2.d.ts +0 -6
- package/dist/sunSetting3.d.mts +0 -6
- package/dist/sunSetting3.d.ts +0 -6
- package/dist/sunrise.d.mts +0 -6
- package/dist/sunrise.d.ts +0 -6
- package/dist/sunset.d.mts +0 -6
- package/dist/sunset.d.ts +0 -6
- package/dist/switchHorizontal1.d.mts +0 -6
- package/dist/switchHorizontal1.d.ts +0 -6
- package/dist/switchHorizontal2.d.mts +0 -6
- package/dist/switchHorizontal2.d.ts +0 -6
- package/dist/switchVertical1.d.mts +0 -6
- package/dist/switchVertical1.d.ts +0 -6
- package/dist/switchVertical2.d.mts +0 -6
- package/dist/switchVertical2.d.ts +0 -6
- package/dist/table.d.mts +0 -6
- package/dist/table.d.ts +0 -6
- package/dist/tablet1.d.mts +0 -6
- package/dist/tablet1.d.ts +0 -6
- package/dist/tablet2.d.mts +0 -6
- package/dist/tablet2.d.ts +0 -6
- package/dist/tag1.d.mts +0 -6
- package/dist/tag1.d.ts +0 -6
- package/dist/tag2.d.mts +0 -6
- package/dist/tag2.d.ts +0 -6
- package/dist/tag3.d.mts +0 -6
- package/dist/tag3.d.ts +0 -6
- package/dist/target1.d.mts +0 -6
- package/dist/target1.d.ts +0 -6
- package/dist/target2.d.mts +0 -6
- package/dist/target2.d.ts +0 -6
- package/dist/target3.d.mts +0 -6
- package/dist/target3.d.ts +0 -6
- package/dist/target4.d.mts +0 -6
- package/dist/target4.d.ts +0 -6
- package/dist/target5.d.mts +0 -6
- package/dist/target5.d.ts +0 -6
- package/dist/telescope.d.mts +0 -6
- package/dist/telescope.d.ts +0 -6
- package/dist/terminal.d.mts +0 -6
- package/dist/terminal.d.ts +0 -6
- package/dist/terminalBrowser.d.mts +0 -6
- package/dist/terminalBrowser.d.ts +0 -6
- package/dist/terminalCircle.d.mts +0 -6
- package/dist/terminalCircle.d.ts +0 -6
- package/dist/terminalSquare.d.mts +0 -6
- package/dist/terminalSquare.d.ts +0 -6
- package/dist/textInput.d.mts +0 -6
- package/dist/textInput.d.ts +0 -6
- package/dist/thermometer1.d.mts +0 -6
- package/dist/thermometer1.d.ts +0 -6
- package/dist/thermometer2.d.mts +0 -6
- package/dist/thermometer2.d.ts +0 -6
- package/dist/thermometer3.d.mts +0 -6
- package/dist/thermometer3.d.ts +0 -6
- package/dist/thermometerCold.d.mts +0 -6
- package/dist/thermometerCold.d.ts +0 -6
- package/dist/thermometerWarm.d.mts +0 -6
- package/dist/thermometerWarm.d.ts +0 -6
- package/dist/thumbsDown.d.mts +0 -6
- package/dist/thumbsDown.d.ts +0 -6
- package/dist/thumbsUp.d.mts +0 -6
- package/dist/thumbsUp.d.ts +0 -6
- package/dist/ticket1.d.mts +0 -6
- package/dist/ticket1.d.ts +0 -6
- package/dist/ticket2.d.mts +0 -6
- package/dist/ticket2.d.ts +0 -6
- package/dist/toggle1Left.d.mts +0 -6
- package/dist/toggle1Left.d.ts +0 -6
- package/dist/toggle1Right.d.mts +0 -6
- package/dist/toggle1Right.d.ts +0 -6
- package/dist/toggle2Left.d.mts +0 -6
- package/dist/toggle2Left.d.ts +0 -6
- package/dist/toggle2Right.d.mts +0 -6
- package/dist/toggle2Right.d.ts +0 -6
- package/dist/toggle3Left.d.mts +0 -6
- package/dist/toggle3Left.d.ts +0 -6
- package/dist/toggle3Right.d.mts +0 -6
- package/dist/toggle3Right.d.ts +0 -6
- package/dist/tool1.d.mts +0 -6
- package/dist/tool1.d.ts +0 -6
- package/dist/tool2.d.mts +0 -6
- package/dist/tool2.d.ts +0 -6
- package/dist/train.d.mts +0 -6
- package/dist/train.d.ts +0 -6
- package/dist/tram.d.mts +0 -6
- package/dist/tram.d.ts +0 -6
- package/dist/transform.d.mts +0 -6
- package/dist/transform.d.ts +0 -6
- package/dist/translate1.d.mts +0 -6
- package/dist/translate1.d.ts +0 -6
- package/dist/translate2.d.mts +0 -6
- package/dist/translate2.d.ts +0 -6
- package/dist/trash.d.mts +0 -6
- package/dist/trash.d.ts +0 -6
- package/dist/trash1.d.mts +0 -6
- package/dist/trash1.d.ts +0 -6
- package/dist/trash2.d.mts +0 -6
- package/dist/trash2.d.ts +0 -6
- package/dist/trash3.d.mts +0 -6
- package/dist/trash3.d.ts +0 -6
- package/dist/trash4.d.mts +0 -6
- package/dist/trash4.d.ts +0 -6
- package/dist/trendDown.d.mts +0 -6
- package/dist/trendDown.d.ts +0 -6
- package/dist/trendDown1.d.mts +0 -6
- package/dist/trendDown1.d.ts +0 -6
- package/dist/trendDown2.d.mts +0 -6
- package/dist/trendDown2.d.ts +0 -6
- package/dist/trendUp.d.mts +0 -6
- package/dist/trendUp.d.ts +0 -6
- package/dist/trendUp1.d.mts +0 -6
- package/dist/trendUp1.d.ts +0 -6
- package/dist/trendUp2.d.mts +0 -6
- package/dist/trendUp2.d.ts +0 -6
- package/dist/triangle.d.mts +0 -6
- package/dist/triangle.d.ts +0 -6
- package/dist/trophy1.d.mts +0 -6
- package/dist/trophy1.d.ts +0 -6
- package/dist/trophy2.d.mts +0 -6
- package/dist/trophy2.d.ts +0 -6
- package/dist/truck1.d.mts +0 -6
- package/dist/truck1.d.ts +0 -6
- package/dist/truck2.d.mts +0 -6
- package/dist/truck2.d.ts +0 -6
- package/dist/tv1.d.mts +0 -6
- package/dist/tv1.d.ts +0 -6
- package/dist/tv2.d.mts +0 -6
- package/dist/tv2.d.ts +0 -6
- package/dist/tv3.d.mts +0 -6
- package/dist/tv3.d.ts +0 -6
- package/dist/type1.d.mts +0 -6
- package/dist/type1.d.ts +0 -6
- package/dist/type2.d.mts +0 -6
- package/dist/type2.d.ts +0 -6
- package/dist/typeSquare.d.mts +0 -6
- package/dist/typeSquare.d.ts +0 -6
- package/dist/typeStrikethrough1.d.mts +0 -6
- package/dist/typeStrikethrough1.d.ts +0 -6
- package/dist/typeStrikethrough2.d.mts +0 -6
- package/dist/typeStrikethrough2.d.ts +0 -6
- package/dist/types-W1q4AANX.d.mts +0 -9
- package/dist/types-W1q4AANX.d.ts +0 -9
- package/dist/umbrella1.d.mts +0 -6
- package/dist/umbrella1.d.ts +0 -6
- package/dist/umbrella2.d.mts +0 -6
- package/dist/umbrella2.d.ts +0 -6
- package/dist/umbrella3.d.mts +0 -6
- package/dist/umbrella3.d.ts +0 -6
- package/dist/underline1.d.mts +0 -6
- package/dist/underline1.d.ts +0 -6
- package/dist/underline2.d.mts +0 -6
- package/dist/underline2.d.ts +0 -6
- package/dist/underlineSquare.d.mts +0 -6
- package/dist/underlineSquare.d.ts +0 -6
- package/dist/upload1.d.mts +0 -6
- package/dist/upload1.d.ts +0 -6
- package/dist/upload2.d.mts +0 -6
- package/dist/upload2.d.ts +0 -6
- package/dist/upload3.d.mts +0 -6
- package/dist/upload3.d.ts +0 -6
- package/dist/upload4.d.mts +0 -6
- package/dist/upload4.d.ts +0 -6
- package/dist/uploadCloud1.d.mts +0 -6
- package/dist/uploadCloud1.d.ts +0 -6
- package/dist/uploadCloud2.d.mts +0 -6
- package/dist/uploadCloud2.d.ts +0 -6
- package/dist/usbFlashDrive.d.mts +0 -6
- package/dist/usbFlashDrive.d.ts +0 -6
- package/dist/user.d.mts +0 -6
- package/dist/user.d.ts +0 -6
- package/dist/user1.d.mts +0 -6
- package/dist/user1.d.ts +0 -6
- package/dist/user2.d.mts +0 -6
- package/dist/user2.d.ts +0 -6
- package/dist/user3.d.mts +0 -6
- package/dist/user3.d.ts +0 -6
- package/dist/userCheck1.d.mts +0 -6
- package/dist/userCheck1.d.ts +0 -6
- package/dist/userCheck2.d.mts +0 -6
- package/dist/userCheck2.d.ts +0 -6
- package/dist/userCircle.d.mts +0 -6
- package/dist/userCircle.d.ts +0 -6
- package/dist/userDown1.d.mts +0 -6
- package/dist/userDown1.d.ts +0 -6
- package/dist/userDown2.d.mts +0 -6
- package/dist/userDown2.d.ts +0 -6
- package/dist/userEdit.d.mts +0 -6
- package/dist/userEdit.d.ts +0 -6
- package/dist/userLeft1.d.mts +0 -6
- package/dist/userLeft1.d.ts +0 -6
- package/dist/userLeft2.d.mts +0 -6
- package/dist/userLeft2.d.ts +0 -6
- package/dist/userMinus1.d.mts +0 -6
- package/dist/userMinus1.d.ts +0 -6
- package/dist/userMinus2.d.mts +0 -6
- package/dist/userMinus2.d.ts +0 -6
- package/dist/userPlus.d.mts +0 -6
- package/dist/userPlus.d.ts +0 -6
- package/dist/userPlus1.d.mts +0 -6
- package/dist/userPlus1.d.ts +0 -6
- package/dist/userPlus2.d.mts +0 -6
- package/dist/userPlus2.d.ts +0 -6
- package/dist/userRight1.d.mts +0 -6
- package/dist/userRight1.d.ts +0 -6
- package/dist/userRight2.d.mts +0 -6
- package/dist/userRight2.d.ts +0 -6
- package/dist/userSquare.d.mts +0 -6
- package/dist/userSquare.d.ts +0 -6
- package/dist/userUp1.d.mts +0 -6
- package/dist/userUp1.d.ts +0 -6
- package/dist/userUp2.d.mts +0 -6
- package/dist/userUp2.d.ts +0 -6
- package/dist/userX.d.mts +0 -6
- package/dist/userX.d.ts +0 -6
- package/dist/userX1.d.mts +0 -6
- package/dist/userX1.d.ts +0 -6
- package/dist/userX2.d.mts +0 -6
- package/dist/userX2.d.ts +0 -6
- package/dist/users.d.mts +0 -6
- package/dist/users.d.ts +0 -6
- package/dist/users1.d.mts +0 -6
- package/dist/users1.d.ts +0 -6
- package/dist/users2.d.mts +0 -6
- package/dist/users2.d.ts +0 -6
- package/dist/users3.d.mts +0 -6
- package/dist/users3.d.ts +0 -6
- package/dist/usersCheck.d.mts +0 -6
- package/dist/usersCheck.d.ts +0 -6
- package/dist/usersDown.d.mts +0 -6
- package/dist/usersDown.d.ts +0 -6
- package/dist/usersEdit.d.mts +0 -6
- package/dist/usersEdit.d.ts +0 -6
- package/dist/usersLeft.d.mts +0 -6
- package/dist/usersLeft.d.ts +0 -6
- package/dist/usersMinus.d.mts +0 -6
- package/dist/usersMinus.d.ts +0 -6
- package/dist/usersPlus.d.mts +0 -6
- package/dist/usersPlus.d.ts +0 -6
- package/dist/usersRight.d.mts +0 -6
- package/dist/usersRight.d.ts +0 -6
- package/dist/usersUp.d.mts +0 -6
- package/dist/usersUp.d.ts +0 -6
- package/dist/usersX.d.mts +0 -6
- package/dist/usersX.d.ts +0 -6
- package/dist/variable.d.mts +0 -6
- package/dist/variable.d.ts +0 -6
- package/dist/videoRecorder.d.mts +0 -6
- package/dist/videoRecorder.d.ts +0 -6
- package/dist/videoRecorderOff.d.mts +0 -6
- package/dist/videoRecorderOff.d.ts +0 -6
- package/dist/virus.d.mts +0 -6
- package/dist/virus.d.ts +0 -6
- package/dist/voicemail.d.mts +0 -6
- package/dist/voicemail.d.ts +0 -6
- package/dist/volumeMax.d.mts +0 -6
- package/dist/volumeMax.d.ts +0 -6
- package/dist/volumeMin.d.mts +0 -6
- package/dist/volumeMin.d.ts +0 -6
- package/dist/volumeMinus.d.mts +0 -6
- package/dist/volumeMinus.d.ts +0 -6
- package/dist/volumePlus.d.mts +0 -6
- package/dist/volumePlus.d.ts +0 -6
- package/dist/volumeX.d.mts +0 -6
- package/dist/volumeX.d.ts +0 -6
- package/dist/wallet1.d.mts +0 -6
- package/dist/wallet1.d.ts +0 -6
- package/dist/wallet2.d.mts +0 -6
- package/dist/wallet2.d.ts +0 -6
- package/dist/wallet3.d.mts +0 -6
- package/dist/wallet3.d.ts +0 -6
- package/dist/wallet4.d.mts +0 -6
- package/dist/wallet4.d.ts +0 -6
- package/dist/wallet5.d.mts +0 -6
- package/dist/wallet5.d.ts +0 -6
- package/dist/watchCircle.d.mts +0 -6
- package/dist/watchCircle.d.ts +0 -6
- package/dist/watchSquare.d.mts +0 -6
- package/dist/watchSquare.d.ts +0 -6
- package/dist/waves.d.mts +0 -6
- package/dist/waves.d.ts +0 -6
- package/dist/webcam1.d.mts +0 -6
- package/dist/webcam1.d.ts +0 -6
- package/dist/webcam2.d.mts +0 -6
- package/dist/webcam2.d.ts +0 -6
- package/dist/wifi.d.mts +0 -6
- package/dist/wifi.d.ts +0 -6
- package/dist/wifiOff.d.mts +0 -6
- package/dist/wifiOff.d.ts +0 -6
- package/dist/wind1.d.mts +0 -6
- package/dist/wind1.d.ts +0 -6
- package/dist/wind2.d.mts +0 -6
- package/dist/wind2.d.ts +0 -6
- package/dist/wind3.d.mts +0 -6
- package/dist/wind3.d.ts +0 -6
- package/dist/x.d.mts +0 -6
- package/dist/x.d.ts +0 -6
- package/dist/xCircle.d.mts +0 -6
- package/dist/xCircle.d.ts +0 -6
- package/dist/xClose.d.mts +0 -6
- package/dist/xClose.d.ts +0 -6
- package/dist/xSquare.d.mts +0 -6
- package/dist/xSquare.d.ts +0 -6
- package/dist/youtube.d.mts +0 -6
- package/dist/youtube.d.ts +0 -6
- package/dist/zap.d.mts +0 -6
- package/dist/zap.d.ts +0 -6
- package/dist/zapCircle.d.mts +0 -6
- package/dist/zapCircle.d.ts +0 -6
- package/dist/zapFast.d.mts +0 -6
- package/dist/zapFast.d.ts +0 -6
- package/dist/zapOff.d.mts +0 -6
- package/dist/zapOff.d.ts +0 -6
- package/dist/zapSquare.d.mts +0 -6
- package/dist/zapSquare.d.ts +0 -6
- package/dist/zoomIn.d.mts +0 -6
- package/dist/zoomIn.d.ts +0 -6
- package/dist/zoomOut.d.mts +0 -6
- package/dist/zoomOut.d.ts +0 -6
- /package/dist/{chunk-JKJ6VK4H.mjs → chunk-BOWIL6WZ.mjs} +0 -0
- /package/dist/{chunk-FUJQIYOF.mjs → chunk-FWCSY2DS.mjs} +0 -0
package/dist/icons/index.d.ts
CHANGED
|
@@ -1,2452 +1,1224 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
declare const Hourglass2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1227
|
-
|
|
1228
|
-
declare const Hourglass3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1229
|
-
|
|
1230
|
-
declare const Hurricane1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1231
|
-
|
|
1232
|
-
declare const Hurricane2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1233
|
-
|
|
1234
|
-
declare const Hurricane3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1235
|
-
|
|
1236
|
-
declare const ImageIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1237
|
-
|
|
1238
|
-
declare const Image1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1239
|
-
|
|
1240
|
-
declare const Image2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1241
|
-
|
|
1242
|
-
declare const Image3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1243
|
-
|
|
1244
|
-
declare const Image4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1245
|
-
|
|
1246
|
-
declare const Image5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1247
|
-
|
|
1248
|
-
declare const ImageCheckIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1249
|
-
|
|
1250
|
-
declare const ImageDownIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1251
|
-
|
|
1252
|
-
declare const ImageIndentLeftIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1253
|
-
|
|
1254
|
-
declare const ImageIndentRightIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1255
|
-
|
|
1256
|
-
declare const ImageLeftIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1257
|
-
|
|
1258
|
-
declare const ImagePlusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1259
|
-
|
|
1260
|
-
declare const ImageRightIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1261
|
-
|
|
1262
|
-
declare const ImageUpIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1263
|
-
|
|
1264
|
-
declare const ImageUserIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1265
|
-
|
|
1266
|
-
declare const ImageUserCheckIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1267
|
-
|
|
1268
|
-
declare const ImageUserDownIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1269
|
-
|
|
1270
|
-
declare const ImageUserLeftIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1271
|
-
|
|
1272
|
-
declare const ImageUserPlusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1273
|
-
|
|
1274
|
-
declare const ImageUserRightIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1275
|
-
|
|
1276
|
-
declare const ImageUserUpIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1277
|
-
|
|
1278
|
-
declare const ImageUserXIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1279
|
-
|
|
1280
|
-
declare const ImageXIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1281
|
-
|
|
1282
|
-
declare const Inbox1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1283
|
-
|
|
1284
|
-
declare const Inbox2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1285
|
-
|
|
1286
|
-
declare const InfinityIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1287
|
-
|
|
1288
|
-
declare const InfoCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1289
|
-
|
|
1290
|
-
declare const InfoHexagonIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1291
|
-
|
|
1292
|
-
declare const InfoOctagonIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1293
|
-
|
|
1294
|
-
declare const InfoSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1295
|
-
|
|
1296
|
-
declare const IntersectCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1297
|
-
|
|
1298
|
-
declare const IntersectSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1299
|
-
|
|
1300
|
-
declare const Italic1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1301
|
-
|
|
1302
|
-
declare const Italic2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1303
|
-
|
|
1304
|
-
declare const ItalicSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1305
|
-
|
|
1306
|
-
declare const Key1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1307
|
-
|
|
1308
|
-
declare const Key2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1309
|
-
|
|
1310
|
-
declare const Keyboard1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1311
|
-
|
|
1312
|
-
declare const Keyboard2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1313
|
-
|
|
1314
|
-
declare const Laptop1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1315
|
-
|
|
1316
|
-
declare const Laptop2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1317
|
-
|
|
1318
|
-
declare const LayerSingleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1319
|
-
|
|
1320
|
-
declare const LayersThree1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1321
|
-
|
|
1322
|
-
declare const LayersThree2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1323
|
-
|
|
1324
|
-
declare const LayersTwo1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1325
|
-
|
|
1326
|
-
declare const LayersTwo2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1327
|
-
|
|
1328
|
-
declare const LayoutAlt1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1329
|
-
|
|
1330
|
-
declare const LayoutAlt2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1331
|
-
|
|
1332
|
-
declare const LayoutAlt3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1333
|
-
|
|
1334
|
-
declare const LayoutAlt4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1335
|
-
|
|
1336
|
-
declare const LayoutBottomIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1337
|
-
|
|
1338
|
-
declare const LayoutGrid1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1339
|
-
|
|
1340
|
-
declare const LayoutGrid2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1341
|
-
|
|
1342
|
-
declare const LayoutLeftIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1343
|
-
|
|
1344
|
-
declare const LayoutRightIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1345
|
-
|
|
1346
|
-
declare const LayoutTopIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1347
|
-
|
|
1348
|
-
declare const LeftIndent1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1349
|
-
|
|
1350
|
-
declare const LeftIndent2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1351
|
-
|
|
1352
|
-
declare const LetterSpacing1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1353
|
-
|
|
1354
|
-
declare const LetterSpacing2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1355
|
-
|
|
1356
|
-
declare const LifeBuoy1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1357
|
-
|
|
1358
|
-
declare const LifeBuoy2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1359
|
-
|
|
1360
|
-
declare const LightbulbIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1361
|
-
|
|
1362
|
-
declare const Lightbulb1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1363
|
-
|
|
1364
|
-
declare const Lightbulb2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1365
|
-
|
|
1366
|
-
declare const Lightbulb3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1367
|
-
|
|
1368
|
-
declare const Lightbulb4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1369
|
-
|
|
1370
|
-
declare const Lightbulb5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1371
|
-
|
|
1372
|
-
declare const Lightning1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1373
|
-
|
|
1374
|
-
declare const Lightning2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1375
|
-
|
|
1376
|
-
declare const LineChartDown1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1377
|
-
|
|
1378
|
-
declare const LineChartDown2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1379
|
-
|
|
1380
|
-
declare const LineChartDown3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1381
|
-
|
|
1382
|
-
declare const LineChartDown4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1383
|
-
|
|
1384
|
-
declare const LineChartDown5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1385
|
-
|
|
1386
|
-
declare const LineChartUp1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1387
|
-
|
|
1388
|
-
declare const LineChartUp2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1389
|
-
|
|
1390
|
-
declare const LineChartUp3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1391
|
-
|
|
1392
|
-
declare const LineChartUp4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1393
|
-
|
|
1394
|
-
declare const LineChartUp5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1395
|
-
|
|
1396
|
-
declare const LineHeightIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1397
|
-
|
|
1398
|
-
declare const LinkIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1399
|
-
|
|
1400
|
-
declare const Link1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1401
|
-
|
|
1402
|
-
declare const Link2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1403
|
-
|
|
1404
|
-
declare const Link3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1405
|
-
|
|
1406
|
-
declare const Link4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1407
|
-
|
|
1408
|
-
declare const Link5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1409
|
-
|
|
1410
|
-
declare const LinkBroken1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1411
|
-
|
|
1412
|
-
declare const LinkBroken2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1413
|
-
|
|
1414
|
-
declare const LinkExternal1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1415
|
-
|
|
1416
|
-
declare const LinkExternal2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1417
|
-
|
|
1418
|
-
declare const ListIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1419
|
-
|
|
1420
|
-
declare const Loading1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1421
|
-
|
|
1422
|
-
declare const Loading2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1423
|
-
|
|
1424
|
-
declare const Loading3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1425
|
-
|
|
1426
|
-
declare const LockIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1427
|
-
|
|
1428
|
-
declare const Lock1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1429
|
-
|
|
1430
|
-
declare const Lock2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1431
|
-
|
|
1432
|
-
declare const Lock3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1433
|
-
|
|
1434
|
-
declare const Lock4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1435
|
-
|
|
1436
|
-
declare const LockKeyholeCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1437
|
-
|
|
1438
|
-
declare const LockKeyholeSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1439
|
-
|
|
1440
|
-
declare const LockUnlocked1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1441
|
-
|
|
1442
|
-
declare const LockUnlocked2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1443
|
-
|
|
1444
|
-
declare const LockUnlocked3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1445
|
-
|
|
1446
|
-
declare const LockUnlocked4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1447
|
-
|
|
1448
|
-
declare const LogInIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1449
|
-
|
|
1450
|
-
declare const LogIn1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1451
|
-
|
|
1452
|
-
declare const LogIn2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1453
|
-
|
|
1454
|
-
declare const LogIn3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1455
|
-
|
|
1456
|
-
declare const LogIn4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1457
|
-
|
|
1458
|
-
declare const LogOut1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1459
|
-
|
|
1460
|
-
declare const LogOut2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1461
|
-
|
|
1462
|
-
declare const LogOut3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1463
|
-
|
|
1464
|
-
declare const LogOut4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1465
|
-
|
|
1466
|
-
declare const Luggage1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1467
|
-
|
|
1468
|
-
declare const Luggage2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1469
|
-
|
|
1470
|
-
declare const Luggage3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1471
|
-
|
|
1472
|
-
declare const MagicWandIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1473
|
-
|
|
1474
|
-
declare const MagicWand1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1475
|
-
|
|
1476
|
-
declare const MagicWand2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1477
|
-
|
|
1478
|
-
declare const MailIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1479
|
-
|
|
1480
|
-
declare const Mail1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1481
|
-
|
|
1482
|
-
declare const Mail2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1483
|
-
|
|
1484
|
-
declare const Mail3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1485
|
-
|
|
1486
|
-
declare const Mail4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1487
|
-
|
|
1488
|
-
declare const Mail5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1489
|
-
|
|
1490
|
-
declare const MailNotificationIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1491
|
-
|
|
1492
|
-
declare const Map1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1493
|
-
|
|
1494
|
-
declare const Map2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1495
|
-
|
|
1496
|
-
declare const MarkIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1497
|
-
|
|
1498
|
-
declare const MarkerPin1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1499
|
-
|
|
1500
|
-
declare const MarkerPin2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1501
|
-
|
|
1502
|
-
declare const MarkerPin3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1503
|
-
|
|
1504
|
-
declare const MarkerPin4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1505
|
-
|
|
1506
|
-
declare const MarkerPin5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1507
|
-
|
|
1508
|
-
declare const MarkerPin6Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1509
|
-
|
|
1510
|
-
declare const Maximize1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1511
|
-
|
|
1512
|
-
declare const Maximize2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1513
|
-
|
|
1514
|
-
declare const MedicalCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1515
|
-
|
|
1516
|
-
declare const MedicalCrossIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1517
|
-
|
|
1518
|
-
declare const MedicalSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1519
|
-
|
|
1520
|
-
declare const MenuIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1521
|
-
|
|
1522
|
-
declare const Menu1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1523
|
-
|
|
1524
|
-
declare const Menu2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1525
|
-
|
|
1526
|
-
declare const Menu3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1527
|
-
|
|
1528
|
-
declare const Menu4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1529
|
-
|
|
1530
|
-
declare const Menu5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1531
|
-
|
|
1532
|
-
declare const MessageAlertCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1533
|
-
|
|
1534
|
-
declare const MessageAlertSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1535
|
-
|
|
1536
|
-
declare const MessageChatCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1537
|
-
|
|
1538
|
-
declare const MessageChatSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1539
|
-
|
|
1540
|
-
declare const MessageCheckCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1541
|
-
|
|
1542
|
-
declare const MessageCheckSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1543
|
-
|
|
1544
|
-
declare const MessageCircle1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1545
|
-
|
|
1546
|
-
declare const MessageCircle2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1547
|
-
|
|
1548
|
-
declare const MessageDotsCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1549
|
-
|
|
1550
|
-
declare const MessageDotsSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1551
|
-
|
|
1552
|
-
declare const MessageHeartCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1553
|
-
|
|
1554
|
-
declare const MessageHeartSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1555
|
-
|
|
1556
|
-
declare const MessageNotificationCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1557
|
-
|
|
1558
|
-
declare const MessageNotificationSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1559
|
-
|
|
1560
|
-
declare const MessagePlusCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1561
|
-
|
|
1562
|
-
declare const MessagePlusSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1563
|
-
|
|
1564
|
-
declare const MessageQuestionCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1565
|
-
|
|
1566
|
-
declare const MessageQuestionSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1567
|
-
|
|
1568
|
-
declare const MessageSmileCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1569
|
-
|
|
1570
|
-
declare const MessageSmileSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1571
|
-
|
|
1572
|
-
declare const MessageSquare1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1573
|
-
|
|
1574
|
-
declare const MessageSquare2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1575
|
-
|
|
1576
|
-
declare const MessageTextCircle1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1577
|
-
|
|
1578
|
-
declare const MessageTextCircle2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1579
|
-
|
|
1580
|
-
declare const MessageTextSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1581
|
-
|
|
1582
|
-
declare const MessageTextSquare1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1583
|
-
|
|
1584
|
-
declare const MessageTextSquare2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1585
|
-
|
|
1586
|
-
declare const MessageXCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1587
|
-
|
|
1588
|
-
declare const MessageXSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1589
|
-
|
|
1590
|
-
declare const MicrophoneIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1591
|
-
|
|
1592
|
-
declare const Microphone1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1593
|
-
|
|
1594
|
-
declare const Microphone2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1595
|
-
|
|
1596
|
-
declare const MicrophoneOffIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1597
|
-
|
|
1598
|
-
declare const MicrophoneOff1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1599
|
-
|
|
1600
|
-
declare const MicrophoneOff2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1601
|
-
|
|
1602
|
-
declare const MicroscopeIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1603
|
-
|
|
1604
|
-
declare const Minimize1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1605
|
-
|
|
1606
|
-
declare const Minimize2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1607
|
-
|
|
1608
|
-
declare const MinusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1609
|
-
|
|
1610
|
-
declare const MinusCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1611
|
-
|
|
1612
|
-
declare const MinusSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1613
|
-
|
|
1614
|
-
declare const Modem1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1615
|
-
|
|
1616
|
-
declare const Modem2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1617
|
-
|
|
1618
|
-
declare const MonitorIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1619
|
-
|
|
1620
|
-
declare const Monitor1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1621
|
-
|
|
1622
|
-
declare const Monitor2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1623
|
-
|
|
1624
|
-
declare const Monitor3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1625
|
-
|
|
1626
|
-
declare const Monitor4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1627
|
-
|
|
1628
|
-
declare const Monitor5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1629
|
-
|
|
1630
|
-
declare const Moon1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1631
|
-
|
|
1632
|
-
declare const Moon2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1633
|
-
|
|
1634
|
-
declare const MoonEclipseIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1635
|
-
|
|
1636
|
-
declare const MoonStarIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1637
|
-
|
|
1638
|
-
declare const MouseIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1639
|
-
|
|
1640
|
-
declare const MoveIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1641
|
-
|
|
1642
|
-
declare const MusicNote1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1643
|
-
|
|
1644
|
-
declare const MusicNote2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1645
|
-
|
|
1646
|
-
declare const MusicNotePlusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1647
|
-
|
|
1648
|
-
declare const NavigationPointer1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1649
|
-
|
|
1650
|
-
declare const NavigationPointer2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1651
|
-
|
|
1652
|
-
declare const NavigationPointerOff1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1653
|
-
|
|
1654
|
-
declare const NavigationPointerOff2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1655
|
-
|
|
1656
|
-
declare const NotificationBoxIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1657
|
-
|
|
1658
|
-
declare const NotificationMessageIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1659
|
-
|
|
1660
|
-
declare const NotificationTextIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1661
|
-
|
|
1662
|
-
declare const OctagonIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1663
|
-
|
|
1664
|
-
declare const PackageIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1665
|
-
|
|
1666
|
-
declare const PackageCheckIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1667
|
-
|
|
1668
|
-
declare const PackageMinusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1669
|
-
|
|
1670
|
-
declare const PackagePlusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1671
|
-
|
|
1672
|
-
declare const PackageSearchIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1673
|
-
|
|
1674
|
-
declare const PackageXIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1675
|
-
|
|
1676
|
-
declare const PaintIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1677
|
-
|
|
1678
|
-
declare const PaintPourIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1679
|
-
|
|
1680
|
-
declare const PaletteIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1681
|
-
|
|
1682
|
-
declare const PaperclipIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1683
|
-
|
|
1684
|
-
declare const ParagraphSpacingIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1685
|
-
|
|
1686
|
-
declare const ParagraphWrapIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1687
|
-
|
|
1688
|
-
declare const PasscodeIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1689
|
-
|
|
1690
|
-
declare const PasscodeLockIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1691
|
-
|
|
1692
|
-
declare const PassportIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1693
|
-
|
|
1694
|
-
declare const PauseCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1695
|
-
|
|
1696
|
-
declare const PauseSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1697
|
-
|
|
1698
|
-
declare const PenTool1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1699
|
-
|
|
1700
|
-
declare const PenTool2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1701
|
-
|
|
1702
|
-
declare const PenToolMinusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1703
|
-
|
|
1704
|
-
declare const PenToolPlusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1705
|
-
|
|
1706
|
-
declare const Pencil1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1707
|
-
|
|
1708
|
-
declare const Pencil2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1709
|
-
|
|
1710
|
-
declare const PencilLineIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1711
|
-
|
|
1712
|
-
declare const PentagonIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1713
|
-
|
|
1714
|
-
declare const Percent1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1715
|
-
|
|
1716
|
-
declare const Percent2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1717
|
-
|
|
1718
|
-
declare const Percent3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1719
|
-
|
|
1720
|
-
declare const Perspective1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1721
|
-
|
|
1722
|
-
declare const Perspective2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1723
|
-
|
|
1724
|
-
declare const PhoneIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1725
|
-
|
|
1726
|
-
declare const Phone1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1727
|
-
|
|
1728
|
-
declare const Phone2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1729
|
-
|
|
1730
|
-
declare const PhoneCallIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1731
|
-
|
|
1732
|
-
declare const PhoneCall1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1733
|
-
|
|
1734
|
-
declare const PhoneCall2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1735
|
-
|
|
1736
|
-
declare const PhoneHangUpIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1737
|
-
|
|
1738
|
-
declare const PhoneIncomingIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1739
|
-
|
|
1740
|
-
declare const PhoneIncoming1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1741
|
-
|
|
1742
|
-
declare const PhoneIncoming2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1743
|
-
|
|
1744
|
-
declare const PhoneOutgoing1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1745
|
-
|
|
1746
|
-
declare const PhoneOutgoing2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1747
|
-
|
|
1748
|
-
declare const PhonePauseIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1749
|
-
|
|
1750
|
-
declare const PhonePlusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1751
|
-
|
|
1752
|
-
declare const PhoneXIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1753
|
-
|
|
1754
|
-
declare const PieChartIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1755
|
-
|
|
1756
|
-
declare const PieChart1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1757
|
-
|
|
1758
|
-
declare const PieChart2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1759
|
-
|
|
1760
|
-
declare const PieChart3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1761
|
-
|
|
1762
|
-
declare const PieChart4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1763
|
-
|
|
1764
|
-
declare const PiggyBank1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1765
|
-
|
|
1766
|
-
declare const PiggyBank2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1767
|
-
|
|
1768
|
-
declare const Pilcrow1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1769
|
-
|
|
1770
|
-
declare const Pilcrow2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1771
|
-
|
|
1772
|
-
declare const PilcrowSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1773
|
-
|
|
1774
|
-
declare const Pin1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1775
|
-
|
|
1776
|
-
declare const Pin2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1777
|
-
|
|
1778
|
-
declare const PlaceholderIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1779
|
-
|
|
1780
|
-
declare const PlaneIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1781
|
-
|
|
1782
|
-
declare const PlayIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1783
|
-
|
|
1784
|
-
declare const PlayCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1785
|
-
|
|
1786
|
-
declare const PlaySquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1787
|
-
|
|
1788
|
-
declare const PlusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1789
|
-
|
|
1790
|
-
declare const PlusCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1791
|
-
|
|
1792
|
-
declare const PlusSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1793
|
-
|
|
1794
|
-
declare const PodcastIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1795
|
-
|
|
1796
|
-
declare const Power1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1797
|
-
|
|
1798
|
-
declare const Power2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1799
|
-
|
|
1800
|
-
declare const Power3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1801
|
-
|
|
1802
|
-
declare const PresentationChart1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1803
|
-
|
|
1804
|
-
declare const PresentationChart2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1805
|
-
|
|
1806
|
-
declare const PresentationChart3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1807
|
-
|
|
1808
|
-
declare const PrinterIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1809
|
-
|
|
1810
|
-
declare const PuzzlePieceIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1811
|
-
|
|
1812
|
-
declare const PuzzlePiece1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1813
|
-
|
|
1814
|
-
declare const PuzzlePiece2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1815
|
-
|
|
1816
|
-
declare const QrCodeIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1817
|
-
|
|
1818
|
-
declare const QrCode1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1819
|
-
|
|
1820
|
-
declare const QrCode2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1821
|
-
|
|
1822
|
-
declare const ReceiptIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1823
|
-
|
|
1824
|
-
declare const ReceiptCheckIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1825
|
-
|
|
1826
|
-
declare const RecordingIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1827
|
-
|
|
1828
|
-
declare const Recording1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1829
|
-
|
|
1830
|
-
declare const Recording2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1831
|
-
|
|
1832
|
-
declare const Recording3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1833
|
-
|
|
1834
|
-
declare const Reflect1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1835
|
-
|
|
1836
|
-
declare const Reflect2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1837
|
-
|
|
1838
|
-
declare const RefreshCcwIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1839
|
-
|
|
1840
|
-
declare const RefreshCcw1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1841
|
-
|
|
1842
|
-
declare const RefreshCcw2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1843
|
-
|
|
1844
|
-
declare const RefreshCcw3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1845
|
-
|
|
1846
|
-
declare const RefreshCcw4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1847
|
-
|
|
1848
|
-
declare const RefreshCcw5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1849
|
-
|
|
1850
|
-
declare const RefreshCwIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1851
|
-
|
|
1852
|
-
declare const RefreshCw1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1853
|
-
|
|
1854
|
-
declare const RefreshCw2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1855
|
-
|
|
1856
|
-
declare const RefreshCw3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1857
|
-
|
|
1858
|
-
declare const RefreshCw4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1859
|
-
|
|
1860
|
-
declare const RefreshCw5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1861
|
-
|
|
1862
|
-
declare const Repeat1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1863
|
-
|
|
1864
|
-
declare const Repeat2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1865
|
-
|
|
1866
|
-
declare const Repeat3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1867
|
-
|
|
1868
|
-
declare const Repeat4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1869
|
-
|
|
1870
|
-
declare const ReverseLeftIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1871
|
-
|
|
1872
|
-
declare const ReverseRightIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1873
|
-
|
|
1874
|
-
declare const RightIndent1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1875
|
-
|
|
1876
|
-
declare const RightIndent2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1877
|
-
|
|
1878
|
-
declare const RocketIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1879
|
-
|
|
1880
|
-
declare const Rocket1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1881
|
-
|
|
1882
|
-
declare const Rocket2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1883
|
-
|
|
1884
|
-
declare const RollerBrushIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1885
|
-
|
|
1886
|
-
declare const RotateCcwIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1887
|
-
|
|
1888
|
-
declare const RouteIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1889
|
-
|
|
1890
|
-
declare const Rows1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1891
|
-
|
|
1892
|
-
declare const Rows2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1893
|
-
|
|
1894
|
-
declare const Rows3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1895
|
-
|
|
1896
|
-
declare const Rss1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1897
|
-
|
|
1898
|
-
declare const Rss2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1899
|
-
|
|
1900
|
-
declare const RulerIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1901
|
-
|
|
1902
|
-
declare const SafeIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1903
|
-
|
|
1904
|
-
declare const Sale1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1905
|
-
|
|
1906
|
-
declare const Sale2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1907
|
-
|
|
1908
|
-
declare const Sale3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1909
|
-
|
|
1910
|
-
declare const Sale4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1911
|
-
|
|
1912
|
-
declare const SaveIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1913
|
-
|
|
1914
|
-
declare const Save1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1915
|
-
|
|
1916
|
-
declare const Save2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1917
|
-
|
|
1918
|
-
declare const Save3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1919
|
-
|
|
1920
|
-
declare const Scale1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1921
|
-
|
|
1922
|
-
declare const Scale2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1923
|
-
|
|
1924
|
-
declare const Scale3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1925
|
-
|
|
1926
|
-
declare const Scales1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1927
|
-
|
|
1928
|
-
declare const Scales2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1929
|
-
|
|
1930
|
-
declare const ScanIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1931
|
-
|
|
1932
|
-
declare const Scissors1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1933
|
-
|
|
1934
|
-
declare const Scissors2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1935
|
-
|
|
1936
|
-
declare const ScissorsCut1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1937
|
-
|
|
1938
|
-
declare const ScissorsCut2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1939
|
-
|
|
1940
|
-
declare const SearchLgIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1941
|
-
|
|
1942
|
-
declare const SearchMdIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1943
|
-
|
|
1944
|
-
declare const SearchRefractionIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1945
|
-
|
|
1946
|
-
declare const SearchSmIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1947
|
-
|
|
1948
|
-
declare const SendIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1949
|
-
|
|
1950
|
-
declare const Send1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1951
|
-
|
|
1952
|
-
declare const Send2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1953
|
-
|
|
1954
|
-
declare const Send3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1955
|
-
|
|
1956
|
-
declare const Server1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1957
|
-
|
|
1958
|
-
declare const Server2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1959
|
-
|
|
1960
|
-
declare const Server3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1961
|
-
|
|
1962
|
-
declare const Server4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1963
|
-
|
|
1964
|
-
declare const Server5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1965
|
-
|
|
1966
|
-
declare const Server6Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1967
|
-
|
|
1968
|
-
declare const SettingsIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1969
|
-
|
|
1970
|
-
declare const Settings1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1971
|
-
|
|
1972
|
-
declare const Settings2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1973
|
-
|
|
1974
|
-
declare const Settings3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1975
|
-
|
|
1976
|
-
declare const Settings4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1977
|
-
|
|
1978
|
-
declare const ShareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1979
|
-
|
|
1980
|
-
declare const Share1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1981
|
-
|
|
1982
|
-
declare const Share2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1983
|
-
|
|
1984
|
-
declare const Share3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1985
|
-
|
|
1986
|
-
declare const Share4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1987
|
-
|
|
1988
|
-
declare const Share5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1989
|
-
|
|
1990
|
-
declare const Share6Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1991
|
-
|
|
1992
|
-
declare const Share7Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1993
|
-
|
|
1994
|
-
declare const ShareArrowIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1995
|
-
|
|
1996
|
-
declare const Shield1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1997
|
-
|
|
1998
|
-
declare const Shield2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1999
|
-
|
|
2000
|
-
declare const Shield3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2001
|
-
|
|
2002
|
-
declare const ShieldDollarIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2003
|
-
|
|
2004
|
-
declare const ShieldOffIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2005
|
-
|
|
2006
|
-
declare const ShieldPlusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2007
|
-
|
|
2008
|
-
declare const ShieldTickIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2009
|
-
|
|
2010
|
-
declare const ShieldZapIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2011
|
-
|
|
2012
|
-
declare const ShoppingBag1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2013
|
-
|
|
2014
|
-
declare const ShoppingBag2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2015
|
-
|
|
2016
|
-
declare const ShoppingBag3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2017
|
-
|
|
2018
|
-
declare const ShoppingCart1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2019
|
-
|
|
2020
|
-
declare const ShoppingCart2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2021
|
-
|
|
2022
|
-
declare const ShoppingCart3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2023
|
-
|
|
2024
|
-
declare const Shuffle1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2025
|
-
|
|
2026
|
-
declare const Shuffle2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2027
|
-
|
|
2028
|
-
declare const Signal1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2029
|
-
|
|
2030
|
-
declare const Signal2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2031
|
-
|
|
2032
|
-
declare const Signal3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2033
|
-
|
|
2034
|
-
declare const SimcardIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2035
|
-
|
|
2036
|
-
declare const SkewIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2037
|
-
|
|
2038
|
-
declare const SkipBackIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2039
|
-
|
|
2040
|
-
declare const SkipForwardIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2041
|
-
|
|
2042
|
-
declare const SlashCircle1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2043
|
-
|
|
2044
|
-
declare const SlashCircle2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2045
|
-
|
|
2046
|
-
declare const SlashDividerIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2047
|
-
|
|
2048
|
-
declare const SlashOctagonIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2049
|
-
|
|
2050
|
-
declare const Sliders1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2051
|
-
|
|
2052
|
-
declare const Sliders2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2053
|
-
|
|
2054
|
-
declare const Sliders3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2055
|
-
|
|
2056
|
-
declare const Sliders4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2057
|
-
|
|
2058
|
-
declare const Snowflake1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2059
|
-
|
|
2060
|
-
declare const Snowflake2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2061
|
-
|
|
2062
|
-
declare const SpacingHeight1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2063
|
-
|
|
2064
|
-
declare const SpacingHeight2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2065
|
-
|
|
2066
|
-
declare const SpacingWidth1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2067
|
-
|
|
2068
|
-
declare const SpacingWidth2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2069
|
-
|
|
2070
|
-
declare const Speaker1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2071
|
-
|
|
2072
|
-
declare const Speaker2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2073
|
-
|
|
2074
|
-
declare const Speaker3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2075
|
-
|
|
2076
|
-
declare const Speedometer1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2077
|
-
|
|
2078
|
-
declare const Speedometer2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2079
|
-
|
|
2080
|
-
declare const Speedometer3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2081
|
-
|
|
2082
|
-
declare const Speedometer4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2083
|
-
|
|
2084
|
-
declare const SpinnerIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2085
|
-
|
|
2086
|
-
declare const SquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2087
|
-
|
|
2088
|
-
declare const StandIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2089
|
-
|
|
2090
|
-
declare const Star1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2091
|
-
|
|
2092
|
-
declare const Star2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2093
|
-
|
|
2094
|
-
declare const Star3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2095
|
-
|
|
2096
|
-
declare const Star4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2097
|
-
|
|
2098
|
-
declare const Star5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2099
|
-
|
|
2100
|
-
declare const Star6Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2101
|
-
|
|
2102
|
-
declare const Star7Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2103
|
-
|
|
2104
|
-
declare const StarsIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2105
|
-
|
|
2106
|
-
declare const Stars1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2107
|
-
|
|
2108
|
-
declare const Stars2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2109
|
-
|
|
2110
|
-
declare const Stars3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2111
|
-
|
|
2112
|
-
declare const StickerCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2113
|
-
|
|
2114
|
-
declare const StickerSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2115
|
-
|
|
2116
|
-
declare const StopIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2117
|
-
|
|
2118
|
-
declare const StopCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2119
|
-
|
|
2120
|
-
declare const StopSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2121
|
-
|
|
2122
|
-
declare const Strikethrough1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2123
|
-
|
|
2124
|
-
declare const Strikethrough2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2125
|
-
|
|
2126
|
-
declare const StrikethroughSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2127
|
-
|
|
2128
|
-
declare const SubscriptIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2129
|
-
|
|
2130
|
-
declare const SunIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2131
|
-
|
|
2132
|
-
declare const SunSetting1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2133
|
-
|
|
2134
|
-
declare const SunSetting2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2135
|
-
|
|
2136
|
-
declare const SunSetting3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2137
|
-
|
|
2138
|
-
declare const SunriseIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2139
|
-
|
|
2140
|
-
declare const SunsetIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2141
|
-
|
|
2142
|
-
declare const SwitchHorizontal1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2143
|
-
|
|
2144
|
-
declare const SwitchHorizontal2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2145
|
-
|
|
2146
|
-
declare const SwitchVertical1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2147
|
-
|
|
2148
|
-
declare const SwitchVertical2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2149
|
-
|
|
2150
|
-
declare const TableIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2151
|
-
|
|
2152
|
-
declare const Tablet1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2153
|
-
|
|
2154
|
-
declare const Tablet2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2155
|
-
|
|
2156
|
-
declare const Tag1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2157
|
-
|
|
2158
|
-
declare const Tag2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2159
|
-
|
|
2160
|
-
declare const Tag3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2161
|
-
|
|
2162
|
-
declare const Target1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2163
|
-
|
|
2164
|
-
declare const Target2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2165
|
-
|
|
2166
|
-
declare const Target3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2167
|
-
|
|
2168
|
-
declare const Target4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2169
|
-
|
|
2170
|
-
declare const Target5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2171
|
-
|
|
2172
|
-
declare const TelescopeIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2173
|
-
|
|
2174
|
-
declare const TerminalIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2175
|
-
|
|
2176
|
-
declare const TerminalBrowserIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2177
|
-
|
|
2178
|
-
declare const TerminalCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2179
|
-
|
|
2180
|
-
declare const TerminalSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2181
|
-
|
|
2182
|
-
declare const TextInputIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2183
|
-
|
|
2184
|
-
declare const Thermometer1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2185
|
-
|
|
2186
|
-
declare const Thermometer2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2187
|
-
|
|
2188
|
-
declare const Thermometer3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2189
|
-
|
|
2190
|
-
declare const ThermometerColdIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2191
|
-
|
|
2192
|
-
declare const ThermometerWarmIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2193
|
-
|
|
2194
|
-
declare const ThumbsDownIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2195
|
-
|
|
2196
|
-
declare const ThumbsUpIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2197
|
-
|
|
2198
|
-
declare const Ticket1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2199
|
-
|
|
2200
|
-
declare const Ticket2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2201
|
-
|
|
2202
|
-
declare const Toggle1LeftIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2203
|
-
|
|
2204
|
-
declare const Toggle1RightIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2205
|
-
|
|
2206
|
-
declare const Toggle2LeftIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2207
|
-
|
|
2208
|
-
declare const Toggle2RightIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2209
|
-
|
|
2210
|
-
declare const Toggle3LeftIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2211
|
-
|
|
2212
|
-
declare const Toggle3RightIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2213
|
-
|
|
2214
|
-
declare const Tool1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2215
|
-
|
|
2216
|
-
declare const Tool2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2217
|
-
|
|
2218
|
-
declare const TrainIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2219
|
-
|
|
2220
|
-
declare const TramIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2221
|
-
|
|
2222
|
-
declare const TransformIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2223
|
-
|
|
2224
|
-
declare const Translate1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2225
|
-
|
|
2226
|
-
declare const Translate2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2227
|
-
|
|
2228
|
-
declare const TrashIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2229
|
-
|
|
2230
|
-
declare const Trash1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2231
|
-
|
|
2232
|
-
declare const Trash2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2233
|
-
|
|
2234
|
-
declare const Trash3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2235
|
-
|
|
2236
|
-
declare const Trash4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2237
|
-
|
|
2238
|
-
declare const TrendDownIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2239
|
-
|
|
2240
|
-
declare const TrendDown1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2241
|
-
|
|
2242
|
-
declare const TrendDown2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2243
|
-
|
|
2244
|
-
declare const TrendUpIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2245
|
-
|
|
2246
|
-
declare const TrendUp1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2247
|
-
|
|
2248
|
-
declare const TrendUp2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2249
|
-
|
|
2250
|
-
declare const TriangleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2251
|
-
|
|
2252
|
-
declare const Trophy1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2253
|
-
|
|
2254
|
-
declare const Trophy2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2255
|
-
|
|
2256
|
-
declare const Truck1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2257
|
-
|
|
2258
|
-
declare const Truck2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2259
|
-
|
|
2260
|
-
declare const Tv1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2261
|
-
|
|
2262
|
-
declare const Tv2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2263
|
-
|
|
2264
|
-
declare const Tv3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2265
|
-
|
|
2266
|
-
declare const Type1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2267
|
-
|
|
2268
|
-
declare const Type2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2269
|
-
|
|
2270
|
-
declare const TypeSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2271
|
-
|
|
2272
|
-
declare const TypeStrikethrough1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2273
|
-
|
|
2274
|
-
declare const TypeStrikethrough2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2275
|
-
|
|
2276
|
-
declare const Umbrella1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2277
|
-
|
|
2278
|
-
declare const Umbrella2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2279
|
-
|
|
2280
|
-
declare const Umbrella3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2281
|
-
|
|
2282
|
-
declare const Underline1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2283
|
-
|
|
2284
|
-
declare const Underline2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2285
|
-
|
|
2286
|
-
declare const UnderlineSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2287
|
-
|
|
2288
|
-
declare const Upload1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2289
|
-
|
|
2290
|
-
declare const Upload2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2291
|
-
|
|
2292
|
-
declare const Upload3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2293
|
-
|
|
2294
|
-
declare const Upload4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2295
|
-
|
|
2296
|
-
declare const UploadCloud1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2297
|
-
|
|
2298
|
-
declare const UploadCloud2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2299
|
-
|
|
2300
|
-
declare const UsbFlashDriveIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2301
|
-
|
|
2302
|
-
declare const UserIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2303
|
-
|
|
2304
|
-
declare const User1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2305
|
-
|
|
2306
|
-
declare const User2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2307
|
-
|
|
2308
|
-
declare const User3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2309
|
-
|
|
2310
|
-
declare const UserCheck1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2311
|
-
|
|
2312
|
-
declare const UserCheck2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2313
|
-
|
|
2314
|
-
declare const UserCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2315
|
-
|
|
2316
|
-
declare const UserDown1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2317
|
-
|
|
2318
|
-
declare const UserDown2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2319
|
-
|
|
2320
|
-
declare const UserEditIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2321
|
-
|
|
2322
|
-
declare const UserLeft1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2323
|
-
|
|
2324
|
-
declare const UserLeft2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2325
|
-
|
|
2326
|
-
declare const UserMinus1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2327
|
-
|
|
2328
|
-
declare const UserMinus2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2329
|
-
|
|
2330
|
-
declare const UserPlusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2331
|
-
|
|
2332
|
-
declare const UserPlus1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2333
|
-
|
|
2334
|
-
declare const UserPlus2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2335
|
-
|
|
2336
|
-
declare const UserRight1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2337
|
-
|
|
2338
|
-
declare const UserRight2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2339
|
-
|
|
2340
|
-
declare const UserSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2341
|
-
|
|
2342
|
-
declare const UserUp1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2343
|
-
|
|
2344
|
-
declare const UserUp2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2345
|
-
|
|
2346
|
-
declare const UserXIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2347
|
-
|
|
2348
|
-
declare const UserX1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2349
|
-
|
|
2350
|
-
declare const UserX2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2351
|
-
|
|
2352
|
-
declare const UsersIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2353
|
-
|
|
2354
|
-
declare const Users1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2355
|
-
|
|
2356
|
-
declare const Users2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2357
|
-
|
|
2358
|
-
declare const Users3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2359
|
-
|
|
2360
|
-
declare const UsersCheckIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2361
|
-
|
|
2362
|
-
declare const UsersDownIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2363
|
-
|
|
2364
|
-
declare const UsersEditIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2365
|
-
|
|
2366
|
-
declare const UsersLeftIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2367
|
-
|
|
2368
|
-
declare const UsersMinusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2369
|
-
|
|
2370
|
-
declare const UsersPlusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2371
|
-
|
|
2372
|
-
declare const UsersRightIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2373
|
-
|
|
2374
|
-
declare const UsersUpIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2375
|
-
|
|
2376
|
-
declare const UsersXIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2377
|
-
|
|
2378
|
-
declare const VariableIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2379
|
-
|
|
2380
|
-
declare const VideoRecorderIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2381
|
-
|
|
2382
|
-
declare const VideoRecorderOffIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2383
|
-
|
|
2384
|
-
declare const VirusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2385
|
-
|
|
2386
|
-
declare const VoicemailIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2387
|
-
|
|
2388
|
-
declare const VolumeMaxIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2389
|
-
|
|
2390
|
-
declare const VolumeMinIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2391
|
-
|
|
2392
|
-
declare const VolumeMinusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2393
|
-
|
|
2394
|
-
declare const VolumePlusIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2395
|
-
|
|
2396
|
-
declare const VolumeXIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2397
|
-
|
|
2398
|
-
declare const Wallet1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2399
|
-
|
|
2400
|
-
declare const Wallet2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2401
|
-
|
|
2402
|
-
declare const Wallet3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2403
|
-
|
|
2404
|
-
declare const Wallet4Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2405
|
-
|
|
2406
|
-
declare const Wallet5Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2407
|
-
|
|
2408
|
-
declare const WatchCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2409
|
-
|
|
2410
|
-
declare const WatchSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2411
|
-
|
|
2412
|
-
declare const WavesIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2413
|
-
|
|
2414
|
-
declare const Webcam1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2415
|
-
|
|
2416
|
-
declare const Webcam2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2417
|
-
|
|
2418
|
-
declare const WifiIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2419
|
-
|
|
2420
|
-
declare const WifiOffIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2421
|
-
|
|
2422
|
-
declare const Wind1Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2423
|
-
|
|
2424
|
-
declare const Wind2Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2425
|
-
|
|
2426
|
-
declare const Wind3Icon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2427
|
-
|
|
2428
|
-
declare const XIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2429
|
-
|
|
2430
|
-
declare const XCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2431
|
-
|
|
2432
|
-
declare const XCloseIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2433
|
-
|
|
2434
|
-
declare const XSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2435
|
-
|
|
2436
|
-
declare const YoutubeIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2437
|
-
|
|
2438
|
-
declare const ZapIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2439
|
-
|
|
2440
|
-
declare const ZapCircleIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2441
|
-
|
|
2442
|
-
declare const ZapFastIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2443
|
-
|
|
2444
|
-
declare const ZapOffIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2445
|
-
|
|
2446
|
-
declare const ZapSquareIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2447
|
-
|
|
2448
|
-
declare const ZoomInIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2449
|
-
|
|
2450
|
-
declare const ZoomOutIcon: react.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
2451
|
-
|
|
2452
|
-
export { ActivityHeartIcon, ActivityIcon, AirplayIcon, AirpodsIcon, AlarmClockCheckIcon, AlarmClockIcon, AlarmClockMinusIcon, AlarmClockOffIcon, AlarmClockPlusIcon, AlertCircleIcon, AlertHexagonIcon, AlertOctagonIcon, AlertSquareIcon, AlertTriangleIcon, AlignBottom1Icon, AlignBottom2Icon, AlignCenterIcon, AlignHorizontalCentre1Icon, AlignHorizontalCentre2Icon, AlignJustifyIcon, AlignLeft1Icon, AlignLeft2Icon, AlignLeftIcon, AlignRight1Icon, AlignRight2Icon, AlignRightIcon, AlignTopArrow1Icon, AlignTopArrow2Icon, AlignVerticalCenter1Icon, AlignVerticalCenter2Icon, AnchorIcon, AnnotationAlertIcon, AnnotationCheckIcon, AnnotationDotsIcon, AnnotationHeartIcon, AnnotationIcon, AnnotationInfoIcon, AnnotationPlusIcon, AnnotationQuestionIcon, AnnotationXIcon, Announcement1Icon, Announcement2Icon, Announcement3Icon, AppIntegrationIcon, ArchiveIcon, ArrowBlockDownIcon, ArrowBlockLeftIcon, ArrowBlockRightIcon, ArrowBlockUpIcon, ArrowCircleBrokenDownIcon, ArrowCircleBrokenDownLeftIcon, ArrowCircleBrokenDownRightIcon, ArrowCircleBrokenLeftIcon, ArrowCircleBrokenRightIcon, ArrowCircleBrokenUpIcon, ArrowCircleBrokenUpLeftIcon, ArrowCircleBrokenUpRightIcon, ArrowCircleDownIcon, ArrowCircleDownLeftIcon, ArrowCircleDownRightIcon, ArrowCircleLeftIcon, ArrowCircleRightIcon, ArrowCircleUpIcon, ArrowCircleUpLeftIcon, ArrowCircleUpRightIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowNarrowDownIcon, ArrowNarrowDownLeftIcon, ArrowNarrowDownRightIcon, ArrowNarrowLeftIcon, ArrowNarrowRightIcon, ArrowNarrowUpIcon, ArrowNarrowUpLeftIcon, ArrowNarrowUpRightIcon, ArrowRightIcon, ArrowSquareDownIcon, ArrowSquareDownLeftIcon, ArrowSquareDownRightIcon, ArrowSquareLeftIcon, ArrowSquareRightIcon, ArrowSquareUpIcon, ArrowSquareUpLeftIcon, ArrowSquareUpRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, ArrowsDownIcon, ArrowsLeftIcon, ArrowsRightIcon, ArrowsTriangleIcon, ArrowsUpIcon, Asterisk1Icon, Asterisk2Icon, AtSignIcon, Atom1Icon, Atom2Icon, Attachment1Icon, Attachment2Icon, AttachmentIcon, Award1Icon, Award2Icon, Award3Icon, Award4Icon, Award5Icon, BackpackIcon, BankIcon, BankNote1Icon, BankNote2Icon, BankNote3Icon, BarChart11Icon, BarChart12Icon, BarChart1Icon, BarChart2Icon, BarChart3Icon, BarChart4Icon, BarChart5Icon, BarChart6Icon, BarChart7Icon, BarChart8Icon, BarChart9Icon, BarChartCircle1Icon, BarChartCircle2Icon, BarChartCircle3Icon, BarChartSquare1Icon, BarChartSquare2Icon, BarChartSquare3Icon, BarChartSquareDownIcon, BarChartSquareMinusIcon, BarChartSquarePlusIcon, BarChartSquareUpIcon, BarLineChartIcon, BatteryCharging1Icon, BatteryCharging2Icon, BatteryEmptyIcon, BatteryFullIcon, BatteryLowIcon, BatteryMidIcon, Beaker1Icon, Beaker2Icon, Bell1Icon, Bell2Icon, Bell3Icon, Bell4Icon, BellIcon, BellMinusIcon, BellOff1Icon, BellOff2Icon, BellOff3Icon, BellPlusIcon, BellRinging1Icon, BellRinging2Icon, BellRinging3Icon, BellRinging4Icon, BezierCurve1Icon, BezierCurve2Icon, BezierCurve3Icon, BluetoothConnectIcon, BluetoothOffIcon, BluetoothOnIcon, BluetoothSignalIcon, Bold1Icon, Bold2Icon, BoldSquareIcon, BookClosedIcon, BookOpen1Icon, BookOpen2Icon, BookmarkAddIcon, BookmarkCheckIcon, BookmarkIcon, BookmarkMinusIcon, BookmarkXIcon, BoxIcon, BracketsCheckIcon, BracketsEllipsesIcon, BracketsIcon, BracketsMinusIcon, BracketsPlusIcon, BracketsSlashIcon, BracketsXIcon, Briefcase1Icon, Briefcase2Icon, BrowserIcon, Brush1Icon, Brush2Icon, Brush3Icon, Building1Icon, Building2Icon, Building3Icon, Building4Icon, Building5Icon, Building6Icon, Building7Icon, Building8Icon, BusIcon, CalculatorIcon, CalendarCheck1Icon, CalendarCheck2Icon, CalendarCheckIcon, CalendarDateIcon, CalendarHeart1Icon, CalendarHeart2Icon, CalendarIcon, CalendarMinus1Icon, CalendarMinus2Icon, CalendarPlus1Icon, CalendarPlus2Icon, CalendarPlusCornerIcon, CalendarPlusIcon, Camera1Icon, Camera2Icon, Camera3Icon, CameraIcon, CameraLensIcon, CameraOffIcon, CameraPlusIcon, Car1Icon, Car2Icon, Certificate1Icon, Certificate2Icon, ChartBreakoutCircleIcon, ChartBreakoutSquareIcon, CheckCircleBrokenIcon, CheckCircleIcon, CheckDone1Icon, CheckDone2Icon, CheckHeartIcon, CheckIcon, CheckSquareBrokenIcon, CheckSquareIcon, CheckVerified1Icon, CheckVerified2Icon, CheckVerified3Icon, ChevronDownDoubleIcon, ChevronDownIcon, ChevronLeftDoubleIcon, ChevronLeftIcon, ChevronRightDoubleIcon, ChevronRightIcon, ChevronSelectorHorizontalIcon, ChevronSelectorVerticalIcon, ChevronUpDoubleIcon, ChevronUpIcon, ChromeCastIcon, CircleCutIcon, CircleIcon, ClapperboardIcon, ClipboardAttachmentIcon, ClipboardCheckIcon, ClipboardDownloadIcon, ClipboardIcon, ClipboardMinusIcon, ClipboardPlusIcon, ClipboardXIcon, ClockCheckIcon, ClockFastForwardIcon, ClockIcon, ClockPlusIcon, ClockRefreshIcon, ClockRewindIcon, ClockSnoozeIcon, ClockStopwatchIcon, Cloud1Icon, Cloud2Icon, Cloud3Icon, CloudBlank1Icon, CloudBlank2Icon, CloudLightningIcon, CloudMoonIcon, CloudOffIcon, CloudRaining1Icon, CloudRaining2Icon, CloudRaining3Icon, CloudRaining4Icon, CloudRaining5Icon, CloudRaining6Icon, CloudSnowing1Icon, CloudSnowing2Icon, CloudSun1Icon, CloudSun2Icon, CloudSun3Icon, Code1Icon, Code2Icon, CodeBrowserIcon, CodeCircle1Icon, CodeCircle2Icon, CodeCircle3Icon, CodeSnippet1Icon, CodeSnippet2Icon, CodeSquare1Icon, CodeSquare2Icon, CodepenIcon, Coins1Icon, Coins2Icon, Coins3Icon, Coins4Icon, CoinsHandIcon, CoinsStacked1Icon, CoinsStacked2Icon, CoinsStacked3Icon, CoinsStacked4Icon, CoinsSwap1Icon, CoinsSwap2Icon, Colors1Icon, ColorsIcon, Columns1Icon, Columns2Icon, Columns3Icon, CommandIcon, Compass1Icon, Compass2Icon, Compass3Icon, CompassIcon, ContainerIcon, Contrast1Icon, Contrast2Icon, Contrast3Icon, Copy1Icon, Copy2Icon, Copy3Icon, Copy4Icon, Copy5Icon, Copy6Icon, Copy7Icon, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, CpuChip1Icon, CpuChip2Icon, CreditCard1Icon, CreditCard2Icon, CreditCardCheckIcon, CreditCardDownIcon, CreditCardDownloadIcon, CreditCardEditIcon, CreditCardLockIcon, CreditCardMinusIcon, CreditCardPlusIcon, CreditCardRefreshIcon, CreditCardSearchIcon, CreditCardShieldIcon, CreditCardUpIcon, CreditCardUploadIcon, CreditCardXIcon, Crop1Icon, Crop2Icon, Cryptocurrency1Icon, Cryptocurrency2Icon, Cryptocurrency3Icon, Cryptocurrency4Icon, Cube1Icon, Cube2Icon, Cube3Icon, Cube4Icon, CubeOutlineIcon, CurrencyBitcoinCircleIcon, CurrencyBitcoinIcon, CurrencyDollarCircleIcon, CurrencyDollarIcon, CurrencyEthereumCircleIcon, CurrencyEthereumIcon, CurrencyEuroCircleIcon, CurrencyEuroIcon, CurrencyPoundCircleIcon, CurrencyPoundIcon, CurrencyRubleCircleIcon, CurrencyRubleIcon, CurrencyRupeeCircleIcon, CurrencyRupeeIcon, CurrencyYenCircleIcon, CurrencyYenIcon, Cursor1Icon, Cursor2Icon, Cursor3Icon, Cursor4Icon, CursorBoxIcon, CursorClick1Icon, CursorClick2Icon, CursorClickIcon, DataIcon, Database1Icon, Database2Icon, Database3Icon, Dataflow1Icon, Dataflow2Icon, Dataflow3Icon, Dataflow4Icon, DeleteIcon, Diamond1Icon, Diamond2Icon, Dice1Icon, Dice2Icon, Dice3Icon, Dice4Icon, Dice5Icon, Dice6Icon, Disc1Icon, Disc2Icon, DistributeSpacingHorizontalIcon, DistributeSpacingVerticalIcon, Divide1Icon, Divide2Icon, Divide3Icon, DividerIcon, Dotpoints1Icon, Dotpoints2Icon, DotsGridIcon, DotsHorizontalIcon, DotsVerticalIcon, Download1Icon, Download2Icon, Download3Icon, Download4Icon, DownloadCloud1Icon, DownloadCloud2Icon, DownloadIcon, DropIcon, Droplets1Icon, Droplets2Icon, Droplets3Icon, DropperIcon, Edit1Icon, Edit2Icon, Edit3Icon, Edit4Icon, Edit5Icon, EditIcon, EqualIcon, EqualNotIcon, EraserIcon, Expand1Icon, Expand2Icon, Expand3Icon, Expand4Icon, Expand5Icon, Expand6Icon, ExpandIcon, EyeIcon, EyeOffIcon, FaceContentIcon, FaceFrownIcon, FaceHappyIcon, FaceIdIcon, FaceIdSquareIcon, FaceNeutralIcon, FaceSadIcon, FaceSmileIcon, FaceWinkIcon, FastBackwardIcon, FastForwardIcon, FeatherIcon, FigmaIcon, File1Icon, File2Icon, File3Icon, File4Icon, File5Icon, File6Icon, File7Icon, FileAttachment1Icon, FileAttachment2Icon, FileAttachment3Icon, FileAttachment4Icon, FileAttachment5Icon, FileCheck1Icon, FileCheck2Icon, FileCheck3Icon, FileCode1Icon, FileCode2Icon, FileDownload1Icon, FileDownload2Icon, FileDownload3Icon, FileHeart1Icon, FileHeart2Icon, FileHeart3Icon, FileLock1Icon, FileLock2Icon, FileLock3Icon, FileMinus1Icon, FileMinus2Icon, FileMinus3Icon, FilePlus1Icon, FilePlus2Icon, FilePlus3Icon, FileQuestion1Icon, FileQuestion2Icon, FileQuestion3Icon, FileQuestionIcon, FileSearch1Icon, FileSearch2Icon, FileSearch3Icon, FileShield1Icon, FileShield2Icon, FileShield3Icon, FileX1Icon, FileX2Icon, FileX3Icon, Film1Icon, Film2Icon, Film3Icon, FilterFunnel1Icon, FilterFunnel2Icon, FilterLinesIcon, Fingerprint1Icon, Fingerprint2Icon, Fingerprint3Icon, Fingerprint4Icon, Flag1Icon, Flag2Icon, Flag3Icon, Flag4Icon, Flag5Icon, Flag6Icon, FlashIcon, FlashOffIcon, FlexAlignBottomIcon, FlexAlignLeftIcon, FlexAlignRightIcon, FlexAlignTopIcon, FlipBackwardIcon, FlipForwardIcon, FolderCheckIcon, FolderClosedIcon, FolderCodeIcon, FolderDownloadIcon, FolderIcon, FolderLockIcon, FolderMinusIcon, FolderMoveIcon, FolderPlusIcon, FolderQuestionIcon, FolderSearchIcon, FolderShieldIcon, FolderXIcon, FramerIcon, GamingPad1Icon, GamingPad2Icon, Gift1Icon, Gift2Icon, GitBranch1Icon, GitBranch2Icon, GitCommitIcon, GitMergeIcon, GitPullRequestIcon, Glasses1Icon, Glasses2Icon, Globe11Icon, Globe1Icon, Globe21Icon, Globe2Icon, Globe3Icon, Globe4Icon, Globe5Icon, Globe6Icon, GoogleChromeIcon, GraduationHat1Icon, GraduationHat2Icon, Grid1Icon, Grid2Icon, Grid3Icon, GridDotsBlankIcon, GridDotsBottomIcon, GridDotsHorizontalCenterIcon, GridDotsLeftIcon, GridDotsOuterIcon, GridDotsRightIcon, GridDotsTopIcon, GridDotsVerticalCenterIcon, HandIcon, HardDriveIcon, Hash1Icon, Hash2Icon, Heading1Icon, Heading2Icon, HeadingSquareIcon, Headphones1Icon, Headphones2Icon, HeartCircleIcon, HeartHandIcon, HeartHexagonIcon, HeartIcon, HeartOctagonIcon, HeartRoundedIcon, HeartSquareIcon, HeartsIcon, HelpCircleIcon, HelpHexagonIcon, HelpOctagonIcon, HelpSquareIcon, Hexagon1Icon, Hexagon2Icon, Home1Icon, Home2Icon, Home3Icon, Home4Icon, Home5Icon, HomeIcon, HomeLineIcon, HomeSmileIcon, HorizontalBarChart1Icon, HorizontalBarChart2Icon, HorizontalBarChart3Icon, Hourglass1Icon, Hourglass2Icon, Hourglass3Icon, Hurricane1Icon, Hurricane2Icon, Hurricane3Icon, Image1Icon, Image2Icon, Image3Icon, Image4Icon, Image5Icon, ImageCheckIcon, ImageDownIcon, ImageIcon, ImageIndentLeftIcon, ImageIndentRightIcon, ImageLeftIcon, ImagePlusIcon, ImageRightIcon, ImageUpIcon, ImageUserCheckIcon, ImageUserDownIcon, ImageUserIcon, ImageUserLeftIcon, ImageUserPlusIcon, ImageUserRightIcon, ImageUserUpIcon, ImageUserXIcon, ImageXIcon, Inbox1Icon, Inbox2Icon, InfinityIcon, InfoCircleIcon, InfoHexagonIcon, InfoOctagonIcon, InfoSquareIcon, IntersectCircleIcon, IntersectSquareIcon, Italic1Icon, Italic2Icon, ItalicSquareIcon, Key1Icon, Key2Icon, Keyboard1Icon, Keyboard2Icon, Laptop1Icon, Laptop2Icon, LayerSingleIcon, LayersThree1Icon, LayersThree2Icon, LayersTwo1Icon, LayersTwo2Icon, LayoutAlt1Icon, LayoutAlt2Icon, LayoutAlt3Icon, LayoutAlt4Icon, LayoutBottomIcon, LayoutGrid1Icon, LayoutGrid2Icon, LayoutLeftIcon, LayoutRightIcon, LayoutTopIcon, LeftIndent1Icon, LeftIndent2Icon, LetterSpacing1Icon, LetterSpacing2Icon, LifeBuoy1Icon, LifeBuoy2Icon, Lightbulb1Icon, Lightbulb2Icon, Lightbulb3Icon, Lightbulb4Icon, Lightbulb5Icon, LightbulbIcon, Lightning1Icon, Lightning2Icon, LineChartDown1Icon, LineChartDown2Icon, LineChartDown3Icon, LineChartDown4Icon, LineChartDown5Icon, LineChartUp1Icon, LineChartUp2Icon, LineChartUp3Icon, LineChartUp4Icon, LineChartUp5Icon, LineHeightIcon, Link1Icon, Link2Icon, Link3Icon, Link4Icon, Link5Icon, LinkBroken1Icon, LinkBroken2Icon, LinkExternal1Icon, LinkExternal2Icon, LinkIcon, ListIcon, Loading1Icon, Loading2Icon, Loading3Icon, Lock1Icon, Lock2Icon, Lock3Icon, Lock4Icon, LockIcon, LockKeyholeCircleIcon, LockKeyholeSquareIcon, LockUnlocked1Icon, LockUnlocked2Icon, LockUnlocked3Icon, LockUnlocked4Icon, LogIn1Icon, LogIn2Icon, LogIn3Icon, LogIn4Icon, LogInIcon, LogOut1Icon, LogOut2Icon, LogOut3Icon, LogOut4Icon, Luggage1Icon, Luggage2Icon, Luggage3Icon, MagicWand1Icon, MagicWand2Icon, MagicWandIcon, Mail1Icon, Mail2Icon, Mail3Icon, Mail4Icon, Mail5Icon, MailIcon, MailNotificationIcon, Map1Icon, Map2Icon, MarkIcon, MarkerPin1Icon, MarkerPin2Icon, MarkerPin3Icon, MarkerPin4Icon, MarkerPin5Icon, MarkerPin6Icon, Maximize1Icon, Maximize2Icon, MedicalCircleIcon, MedicalCrossIcon, MedicalSquareIcon, Menu1Icon, Menu2Icon, Menu3Icon, Menu4Icon, Menu5Icon, MenuIcon, MessageAlertCircleIcon, MessageAlertSquareIcon, MessageChatCircleIcon, MessageChatSquareIcon, MessageCheckCircleIcon, MessageCheckSquareIcon, MessageCircle1Icon, MessageCircle2Icon, MessageDotsCircleIcon, MessageDotsSquareIcon, MessageHeartCircleIcon, MessageHeartSquareIcon, MessageNotificationCircleIcon, MessageNotificationSquareIcon, MessagePlusCircleIcon, MessagePlusSquareIcon, MessageQuestionCircleIcon, MessageQuestionSquareIcon, MessageSmileCircleIcon, MessageSmileSquareIcon, MessageSquare1Icon, MessageSquare2Icon, MessageTextCircle1Icon, MessageTextCircle2Icon, MessageTextSquare1Icon, MessageTextSquare2Icon, MessageTextSquareIcon, MessageXCircleIcon, MessageXSquareIcon, Microphone1Icon, Microphone2Icon, MicrophoneIcon, MicrophoneOff1Icon, MicrophoneOff2Icon, MicrophoneOffIcon, MicroscopeIcon, Minimize1Icon, Minimize2Icon, MinusCircleIcon, MinusIcon, MinusSquareIcon, Modem1Icon, Modem2Icon, Monitor1Icon, Monitor2Icon, Monitor3Icon, Monitor4Icon, Monitor5Icon, MonitorIcon, Moon1Icon, Moon2Icon, MoonEclipseIcon, MoonStarIcon, MouseIcon, MoveIcon, MusicNote1Icon, MusicNote2Icon, MusicNotePlusIcon, NavigationPointer1Icon, NavigationPointer2Icon, NavigationPointerOff1Icon, NavigationPointerOff2Icon, NotificationBoxIcon, NotificationMessageIcon, NotificationTextIcon, OctagonIcon, PackageCheckIcon, PackageIcon, PackageMinusIcon, PackagePlusIcon, PackageSearchIcon, PackageXIcon, PaintIcon, PaintPourIcon, PaletteIcon, PaperclipIcon, ParagraphSpacingIcon, ParagraphWrapIcon, PasscodeIcon, PasscodeLockIcon, PassportIcon, PauseCircleIcon, PauseSquareIcon, PenTool1Icon, PenTool2Icon, PenToolMinusIcon, PenToolPlusIcon, Pencil1Icon, Pencil2Icon, PencilLineIcon, PentagonIcon, Percent1Icon, Percent2Icon, Percent3Icon, Perspective1Icon, Perspective2Icon, Phone1Icon, Phone2Icon, PhoneCall1Icon, PhoneCall2Icon, PhoneCallIcon, PhoneHangUpIcon, PhoneIcon, PhoneIncoming1Icon, PhoneIncoming2Icon, PhoneIncomingIcon, PhoneOutgoing1Icon, PhoneOutgoing2Icon, PhonePauseIcon, PhonePlusIcon, PhoneXIcon, PieChart1Icon, PieChart2Icon, PieChart3Icon, PieChart4Icon, PieChartIcon, PiggyBank1Icon, PiggyBank2Icon, Pilcrow1Icon, Pilcrow2Icon, PilcrowSquareIcon, Pin1Icon, Pin2Icon, PlaceholderIcon, PlaneIcon, PlayCircleIcon, PlayIcon, PlaySquareIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PodcastIcon, Power1Icon, Power2Icon, Power3Icon, PresentationChart1Icon, PresentationChart2Icon, PresentationChart3Icon, PrinterIcon, PuzzlePiece1Icon, PuzzlePiece2Icon, PuzzlePieceIcon, QrCode1Icon, QrCode2Icon, QrCodeIcon, ReceiptCheckIcon, ReceiptIcon, Recording1Icon, Recording2Icon, Recording3Icon, RecordingIcon, Reflect1Icon, Reflect2Icon, RefreshCcw1Icon, RefreshCcw2Icon, RefreshCcw3Icon, RefreshCcw4Icon, RefreshCcw5Icon, RefreshCcwIcon, RefreshCw1Icon, RefreshCw2Icon, RefreshCw3Icon, RefreshCw4Icon, RefreshCw5Icon, RefreshCwIcon, Repeat1Icon, Repeat2Icon, Repeat3Icon, Repeat4Icon, ReverseLeftIcon, ReverseRightIcon, RightIndent1Icon, RightIndent2Icon, Rocket1Icon, Rocket2Icon, RocketIcon, RollerBrushIcon, RotateCcwIcon, RouteIcon, Rows1Icon, Rows2Icon, Rows3Icon, Rss1Icon, Rss2Icon, RulerIcon, SafeIcon, Sale1Icon, Sale2Icon, Sale3Icon, Sale4Icon, Save1Icon, Save2Icon, Save3Icon, SaveIcon, Scale1Icon, Scale2Icon, Scale3Icon, Scales1Icon, Scales2Icon, ScanIcon, Scissors1Icon, Scissors2Icon, ScissorsCut1Icon, ScissorsCut2Icon, SearchLgIcon, SearchMdIcon, SearchRefractionIcon, SearchSmIcon, Send1Icon, Send2Icon, Send3Icon, SendIcon, Server1Icon, Server2Icon, Server3Icon, Server4Icon, Server5Icon, Server6Icon, Settings1Icon, Settings2Icon, Settings3Icon, Settings4Icon, SettingsIcon, Share1Icon, Share2Icon, Share3Icon, Share4Icon, Share5Icon, Share6Icon, Share7Icon, ShareArrowIcon, ShareIcon, Shield1Icon, Shield2Icon, Shield3Icon, ShieldDollarIcon, ShieldOffIcon, ShieldPlusIcon, ShieldTickIcon, ShieldZapIcon, ShoppingBag1Icon, ShoppingBag2Icon, ShoppingBag3Icon, ShoppingCart1Icon, ShoppingCart2Icon, ShoppingCart3Icon, Shuffle1Icon, Shuffle2Icon, Signal1Icon, Signal2Icon, Signal3Icon, SimcardIcon, SkewIcon, SkipBackIcon, SkipForwardIcon, SlashCircle1Icon, SlashCircle2Icon, SlashDividerIcon, SlashOctagonIcon, Sliders1Icon, Sliders2Icon, Sliders3Icon, Sliders4Icon, Snowflake1Icon, Snowflake2Icon, SpacingHeight1Icon, SpacingHeight2Icon, SpacingWidth1Icon, SpacingWidth2Icon, Speaker1Icon, Speaker2Icon, Speaker3Icon, Speedometer1Icon, Speedometer2Icon, Speedometer3Icon, Speedometer4Icon, SpinnerIcon, SquareIcon, StandIcon, Star1Icon, Star2Icon, Star3Icon, Star4Icon, Star5Icon, Star6Icon, Star7Icon, Stars1Icon, Stars2Icon, Stars3Icon, StarsIcon, StickerCircleIcon, StickerSquareIcon, StopCircleIcon, StopIcon, StopSquareIcon, Strikethrough1Icon, Strikethrough2Icon, StrikethroughSquareIcon, SubscriptIcon, SunIcon, SunSetting1Icon, SunSetting2Icon, SunSetting3Icon, SunriseIcon, SunsetIcon, SwitchHorizontal1Icon, SwitchHorizontal2Icon, SwitchVertical1Icon, SwitchVertical2Icon, TableIcon, Tablet1Icon, Tablet2Icon, Tag1Icon, Tag2Icon, Tag3Icon, Target1Icon, Target2Icon, Target3Icon, Target4Icon, Target5Icon, TelescopeIcon, TerminalBrowserIcon, TerminalCircleIcon, TerminalIcon, TerminalSquareIcon, TextInputIcon, Thermometer1Icon, Thermometer2Icon, Thermometer3Icon, ThermometerColdIcon, ThermometerWarmIcon, ThumbsDownIcon, ThumbsUpIcon, Ticket1Icon, Ticket2Icon, Toggle1LeftIcon, Toggle1RightIcon, Toggle2LeftIcon, Toggle2RightIcon, Toggle3LeftIcon, Toggle3RightIcon, Tool1Icon, Tool2Icon, TrainIcon, TramIcon, TransformIcon, Translate1Icon, Translate2Icon, Trash1Icon, Trash2Icon, Trash3Icon, Trash4Icon, TrashIcon, TrendDown1Icon, TrendDown2Icon, TrendDownIcon, TrendUp1Icon, TrendUp2Icon, TrendUpIcon, TriangleIcon, Trophy1Icon, Trophy2Icon, Truck1Icon, Truck2Icon, Tv1Icon, Tv2Icon, Tv3Icon, Type1Icon, Type2Icon, TypeSquareIcon, TypeStrikethrough1Icon, TypeStrikethrough2Icon, Umbrella1Icon, Umbrella2Icon, Umbrella3Icon, Underline1Icon, Underline2Icon, UnderlineSquareIcon, Upload1Icon, Upload2Icon, Upload3Icon, Upload4Icon, UploadCloud1Icon, UploadCloud2Icon, UsbFlashDriveIcon, User1Icon, User2Icon, User3Icon, UserCheck1Icon, UserCheck2Icon, UserCircleIcon, UserDown1Icon, UserDown2Icon, UserEditIcon, UserIcon, UserLeft1Icon, UserLeft2Icon, UserMinus1Icon, UserMinus2Icon, UserPlus1Icon, UserPlus2Icon, UserPlusIcon, UserRight1Icon, UserRight2Icon, UserSquareIcon, UserUp1Icon, UserUp2Icon, UserX1Icon, UserX2Icon, UserXIcon, Users1Icon, Users2Icon, Users3Icon, UsersCheckIcon, UsersDownIcon, UsersEditIcon, UsersIcon, UsersLeftIcon, UsersMinusIcon, UsersPlusIcon, UsersRightIcon, UsersUpIcon, UsersXIcon, VariableIcon, VideoRecorderIcon, VideoRecorderOffIcon, VirusIcon, VoicemailIcon, VolumeMaxIcon, VolumeMinIcon, VolumeMinusIcon, VolumePlusIcon, VolumeXIcon, Wallet1Icon, Wallet2Icon, Wallet3Icon, Wallet4Icon, Wallet5Icon, WatchCircleIcon, WatchSquareIcon, WavesIcon, Webcam1Icon, Webcam2Icon, WifiIcon, WifiOffIcon, Wind1Icon, Wind2Icon, Wind3Icon, XCircleIcon, XCloseIcon, XIcon, XSquareIcon, YoutubeIcon, ZapCircleIcon, ZapFastIcon, ZapIcon, ZapOffIcon, ZapSquareIcon, ZoomInIcon, ZoomOutIcon };
|
|
1
|
+
export { ActivityIcon_alias_1 as ActivityIcon } from '../_tsup-dts-rollup.js';
|
|
2
|
+
export { ActivityHeartIcon_alias_1 as ActivityHeartIcon } from '../_tsup-dts-rollup.js';
|
|
3
|
+
export { AirplayIcon_alias_1 as AirplayIcon } from '../_tsup-dts-rollup.js';
|
|
4
|
+
export { AirpodsIcon_alias_1 as AirpodsIcon } from '../_tsup-dts-rollup.js';
|
|
5
|
+
export { AlarmClockIcon_alias_1 as AlarmClockIcon } from '../_tsup-dts-rollup.js';
|
|
6
|
+
export { AlarmClockCheckIcon_alias_1 as AlarmClockCheckIcon } from '../_tsup-dts-rollup.js';
|
|
7
|
+
export { AlarmClockMinusIcon_alias_1 as AlarmClockMinusIcon } from '../_tsup-dts-rollup.js';
|
|
8
|
+
export { AlarmClockOffIcon_alias_1 as AlarmClockOffIcon } from '../_tsup-dts-rollup.js';
|
|
9
|
+
export { AlarmClockPlusIcon_alias_1 as AlarmClockPlusIcon } from '../_tsup-dts-rollup.js';
|
|
10
|
+
export { AlertCircleIcon_alias_1 as AlertCircleIcon } from '../_tsup-dts-rollup.js';
|
|
11
|
+
export { AlertHexagonIcon_alias_1 as AlertHexagonIcon } from '../_tsup-dts-rollup.js';
|
|
12
|
+
export { AlertOctagonIcon_alias_1 as AlertOctagonIcon } from '../_tsup-dts-rollup.js';
|
|
13
|
+
export { AlertSquareIcon_alias_1 as AlertSquareIcon } from '../_tsup-dts-rollup.js';
|
|
14
|
+
export { AlertTriangleIcon_alias_1 as AlertTriangleIcon } from '../_tsup-dts-rollup.js';
|
|
15
|
+
export { AlignBottom1Icon_alias_1 as AlignBottom1Icon } from '../_tsup-dts-rollup.js';
|
|
16
|
+
export { AlignBottom2Icon_alias_1 as AlignBottom2Icon } from '../_tsup-dts-rollup.js';
|
|
17
|
+
export { AlignCenterIcon_alias_1 as AlignCenterIcon } from '../_tsup-dts-rollup.js';
|
|
18
|
+
export { AlignHorizontalCentre1Icon_alias_1 as AlignHorizontalCentre1Icon } from '../_tsup-dts-rollup.js';
|
|
19
|
+
export { AlignHorizontalCentre2Icon_alias_1 as AlignHorizontalCentre2Icon } from '../_tsup-dts-rollup.js';
|
|
20
|
+
export { AlignJustifyIcon_alias_1 as AlignJustifyIcon } from '../_tsup-dts-rollup.js';
|
|
21
|
+
export { AlignLeftIcon_alias_1 as AlignLeftIcon } from '../_tsup-dts-rollup.js';
|
|
22
|
+
export { AlignLeft1Icon_alias_1 as AlignLeft1Icon } from '../_tsup-dts-rollup.js';
|
|
23
|
+
export { AlignLeft2Icon_alias_1 as AlignLeft2Icon } from '../_tsup-dts-rollup.js';
|
|
24
|
+
export { AlignRightIcon_alias_1 as AlignRightIcon } from '../_tsup-dts-rollup.js';
|
|
25
|
+
export { AlignRight1Icon_alias_1 as AlignRight1Icon } from '../_tsup-dts-rollup.js';
|
|
26
|
+
export { AlignRight2Icon_alias_1 as AlignRight2Icon } from '../_tsup-dts-rollup.js';
|
|
27
|
+
export { AlignTopArrow1Icon_alias_1 as AlignTopArrow1Icon } from '../_tsup-dts-rollup.js';
|
|
28
|
+
export { AlignTopArrow2Icon_alias_1 as AlignTopArrow2Icon } from '../_tsup-dts-rollup.js';
|
|
29
|
+
export { AlignVerticalCenter1Icon_alias_1 as AlignVerticalCenter1Icon } from '../_tsup-dts-rollup.js';
|
|
30
|
+
export { AlignVerticalCenter2Icon_alias_1 as AlignVerticalCenter2Icon } from '../_tsup-dts-rollup.js';
|
|
31
|
+
export { AnchorIcon_alias_1 as AnchorIcon } from '../_tsup-dts-rollup.js';
|
|
32
|
+
export { AnnotationIcon_alias_1 as AnnotationIcon } from '../_tsup-dts-rollup.js';
|
|
33
|
+
export { AnnotationAlertIcon_alias_1 as AnnotationAlertIcon } from '../_tsup-dts-rollup.js';
|
|
34
|
+
export { AnnotationCheckIcon_alias_1 as AnnotationCheckIcon } from '../_tsup-dts-rollup.js';
|
|
35
|
+
export { AnnotationDotsIcon_alias_1 as AnnotationDotsIcon } from '../_tsup-dts-rollup.js';
|
|
36
|
+
export { AnnotationHeartIcon_alias_1 as AnnotationHeartIcon } from '../_tsup-dts-rollup.js';
|
|
37
|
+
export { AnnotationInfoIcon_alias_1 as AnnotationInfoIcon } from '../_tsup-dts-rollup.js';
|
|
38
|
+
export { AnnotationPlusIcon_alias_1 as AnnotationPlusIcon } from '../_tsup-dts-rollup.js';
|
|
39
|
+
export { AnnotationQuestionIcon_alias_1 as AnnotationQuestionIcon } from '../_tsup-dts-rollup.js';
|
|
40
|
+
export { AnnotationXIcon_alias_1 as AnnotationXIcon } from '../_tsup-dts-rollup.js';
|
|
41
|
+
export { Announcement1Icon_alias_1 as Announcement1Icon } from '../_tsup-dts-rollup.js';
|
|
42
|
+
export { Announcement2Icon_alias_1 as Announcement2Icon } from '../_tsup-dts-rollup.js';
|
|
43
|
+
export { Announcement3Icon_alias_1 as Announcement3Icon } from '../_tsup-dts-rollup.js';
|
|
44
|
+
export { AppIntegrationIcon_alias_1 as AppIntegrationIcon } from '../_tsup-dts-rollup.js';
|
|
45
|
+
export { ArchiveIcon_alias_1 as ArchiveIcon } from '../_tsup-dts-rollup.js';
|
|
46
|
+
export { ArrowBlockDownIcon_alias_1 as ArrowBlockDownIcon } from '../_tsup-dts-rollup.js';
|
|
47
|
+
export { ArrowBlockLeftIcon_alias_1 as ArrowBlockLeftIcon } from '../_tsup-dts-rollup.js';
|
|
48
|
+
export { ArrowBlockRightIcon_alias_1 as ArrowBlockRightIcon } from '../_tsup-dts-rollup.js';
|
|
49
|
+
export { ArrowBlockUpIcon_alias_1 as ArrowBlockUpIcon } from '../_tsup-dts-rollup.js';
|
|
50
|
+
export { ArrowCircleBrokenDownIcon_alias_1 as ArrowCircleBrokenDownIcon } from '../_tsup-dts-rollup.js';
|
|
51
|
+
export { ArrowCircleBrokenDownLeftIcon_alias_1 as ArrowCircleBrokenDownLeftIcon } from '../_tsup-dts-rollup.js';
|
|
52
|
+
export { ArrowCircleBrokenDownRightIcon_alias_1 as ArrowCircleBrokenDownRightIcon } from '../_tsup-dts-rollup.js';
|
|
53
|
+
export { ArrowCircleBrokenLeftIcon_alias_1 as ArrowCircleBrokenLeftIcon } from '../_tsup-dts-rollup.js';
|
|
54
|
+
export { ArrowCircleBrokenRightIcon_alias_1 as ArrowCircleBrokenRightIcon } from '../_tsup-dts-rollup.js';
|
|
55
|
+
export { ArrowCircleBrokenUpIcon_alias_1 as ArrowCircleBrokenUpIcon } from '../_tsup-dts-rollup.js';
|
|
56
|
+
export { ArrowCircleBrokenUpLeftIcon_alias_1 as ArrowCircleBrokenUpLeftIcon } from '../_tsup-dts-rollup.js';
|
|
57
|
+
export { ArrowCircleBrokenUpRightIcon_alias_1 as ArrowCircleBrokenUpRightIcon } from '../_tsup-dts-rollup.js';
|
|
58
|
+
export { ArrowCircleDownIcon_alias_1 as ArrowCircleDownIcon } from '../_tsup-dts-rollup.js';
|
|
59
|
+
export { ArrowCircleDownLeftIcon_alias_1 as ArrowCircleDownLeftIcon } from '../_tsup-dts-rollup.js';
|
|
60
|
+
export { ArrowCircleDownRightIcon_alias_1 as ArrowCircleDownRightIcon } from '../_tsup-dts-rollup.js';
|
|
61
|
+
export { ArrowCircleLeftIcon_alias_1 as ArrowCircleLeftIcon } from '../_tsup-dts-rollup.js';
|
|
62
|
+
export { ArrowCircleRightIcon_alias_1 as ArrowCircleRightIcon } from '../_tsup-dts-rollup.js';
|
|
63
|
+
export { ArrowCircleUpIcon_alias_1 as ArrowCircleUpIcon } from '../_tsup-dts-rollup.js';
|
|
64
|
+
export { ArrowCircleUpLeftIcon_alias_1 as ArrowCircleUpLeftIcon } from '../_tsup-dts-rollup.js';
|
|
65
|
+
export { ArrowCircleUpRightIcon_alias_1 as ArrowCircleUpRightIcon } from '../_tsup-dts-rollup.js';
|
|
66
|
+
export { ArrowDownIcon_alias_1 as ArrowDownIcon } from '../_tsup-dts-rollup.js';
|
|
67
|
+
export { ArrowDownLeftIcon_alias_1 as ArrowDownLeftIcon } from '../_tsup-dts-rollup.js';
|
|
68
|
+
export { ArrowDownRightIcon_alias_1 as ArrowDownRightIcon } from '../_tsup-dts-rollup.js';
|
|
69
|
+
export { ArrowLeftIcon_alias_1 as ArrowLeftIcon } from '../_tsup-dts-rollup.js';
|
|
70
|
+
export { ArrowNarrowDownIcon_alias_1 as ArrowNarrowDownIcon } from '../_tsup-dts-rollup.js';
|
|
71
|
+
export { ArrowNarrowDownLeftIcon_alias_1 as ArrowNarrowDownLeftIcon } from '../_tsup-dts-rollup.js';
|
|
72
|
+
export { ArrowNarrowDownRightIcon_alias_1 as ArrowNarrowDownRightIcon } from '../_tsup-dts-rollup.js';
|
|
73
|
+
export { ArrowNarrowLeftIcon_alias_1 as ArrowNarrowLeftIcon } from '../_tsup-dts-rollup.js';
|
|
74
|
+
export { ArrowNarrowRightIcon_alias_1 as ArrowNarrowRightIcon } from '../_tsup-dts-rollup.js';
|
|
75
|
+
export { ArrowNarrowUpIcon_alias_1 as ArrowNarrowUpIcon } from '../_tsup-dts-rollup.js';
|
|
76
|
+
export { ArrowNarrowUpLeftIcon_alias_1 as ArrowNarrowUpLeftIcon } from '../_tsup-dts-rollup.js';
|
|
77
|
+
export { ArrowNarrowUpRightIcon_alias_1 as ArrowNarrowUpRightIcon } from '../_tsup-dts-rollup.js';
|
|
78
|
+
export { ArrowRightIcon_alias_1 as ArrowRightIcon } from '../_tsup-dts-rollup.js';
|
|
79
|
+
export { ArrowSquareDownIcon_alias_1 as ArrowSquareDownIcon } from '../_tsup-dts-rollup.js';
|
|
80
|
+
export { ArrowSquareDownLeftIcon_alias_1 as ArrowSquareDownLeftIcon } from '../_tsup-dts-rollup.js';
|
|
81
|
+
export { ArrowSquareDownRightIcon_alias_1 as ArrowSquareDownRightIcon } from '../_tsup-dts-rollup.js';
|
|
82
|
+
export { ArrowSquareLeftIcon_alias_1 as ArrowSquareLeftIcon } from '../_tsup-dts-rollup.js';
|
|
83
|
+
export { ArrowSquareRightIcon_alias_1 as ArrowSquareRightIcon } from '../_tsup-dts-rollup.js';
|
|
84
|
+
export { ArrowSquareUpIcon_alias_1 as ArrowSquareUpIcon } from '../_tsup-dts-rollup.js';
|
|
85
|
+
export { ArrowSquareUpLeftIcon_alias_1 as ArrowSquareUpLeftIcon } from '../_tsup-dts-rollup.js';
|
|
86
|
+
export { ArrowSquareUpRightIcon_alias_1 as ArrowSquareUpRightIcon } from '../_tsup-dts-rollup.js';
|
|
87
|
+
export { ArrowUpIcon_alias_1 as ArrowUpIcon } from '../_tsup-dts-rollup.js';
|
|
88
|
+
export { ArrowUpLeftIcon_alias_1 as ArrowUpLeftIcon } from '../_tsup-dts-rollup.js';
|
|
89
|
+
export { ArrowUpRightIcon_alias_1 as ArrowUpRightIcon } from '../_tsup-dts-rollup.js';
|
|
90
|
+
export { ArrowsDownIcon_alias_1 as ArrowsDownIcon } from '../_tsup-dts-rollup.js';
|
|
91
|
+
export { ArrowsLeftIcon_alias_1 as ArrowsLeftIcon } from '../_tsup-dts-rollup.js';
|
|
92
|
+
export { ArrowsRightIcon_alias_1 as ArrowsRightIcon } from '../_tsup-dts-rollup.js';
|
|
93
|
+
export { ArrowsTriangleIcon_alias_1 as ArrowsTriangleIcon } from '../_tsup-dts-rollup.js';
|
|
94
|
+
export { ArrowsUpIcon_alias_1 as ArrowsUpIcon } from '../_tsup-dts-rollup.js';
|
|
95
|
+
export { Asterisk1Icon_alias_1 as Asterisk1Icon } from '../_tsup-dts-rollup.js';
|
|
96
|
+
export { Asterisk2Icon_alias_1 as Asterisk2Icon } from '../_tsup-dts-rollup.js';
|
|
97
|
+
export { AtSignIcon_alias_1 as AtSignIcon } from '../_tsup-dts-rollup.js';
|
|
98
|
+
export { Atom1Icon_alias_1 as Atom1Icon } from '../_tsup-dts-rollup.js';
|
|
99
|
+
export { Atom2Icon_alias_1 as Atom2Icon } from '../_tsup-dts-rollup.js';
|
|
100
|
+
export { AttachmentIcon_alias_1 as AttachmentIcon } from '../_tsup-dts-rollup.js';
|
|
101
|
+
export { Attachment1Icon_alias_1 as Attachment1Icon } from '../_tsup-dts-rollup.js';
|
|
102
|
+
export { Attachment2Icon_alias_1 as Attachment2Icon } from '../_tsup-dts-rollup.js';
|
|
103
|
+
export { Award1Icon_alias_1 as Award1Icon } from '../_tsup-dts-rollup.js';
|
|
104
|
+
export { Award2Icon_alias_1 as Award2Icon } from '../_tsup-dts-rollup.js';
|
|
105
|
+
export { Award3Icon_alias_1 as Award3Icon } from '../_tsup-dts-rollup.js';
|
|
106
|
+
export { Award4Icon_alias_1 as Award4Icon } from '../_tsup-dts-rollup.js';
|
|
107
|
+
export { Award5Icon_alias_1 as Award5Icon } from '../_tsup-dts-rollup.js';
|
|
108
|
+
export { BackpackIcon_alias_1 as BackpackIcon } from '../_tsup-dts-rollup.js';
|
|
109
|
+
export { BankIcon_alias_1 as BankIcon } from '../_tsup-dts-rollup.js';
|
|
110
|
+
export { BankNote1Icon_alias_1 as BankNote1Icon } from '../_tsup-dts-rollup.js';
|
|
111
|
+
export { BankNote2Icon_alias_1 as BankNote2Icon } from '../_tsup-dts-rollup.js';
|
|
112
|
+
export { BankNote3Icon_alias_1 as BankNote3Icon } from '../_tsup-dts-rollup.js';
|
|
113
|
+
export { BarChart1Icon_alias_1 as BarChart1Icon } from '../_tsup-dts-rollup.js';
|
|
114
|
+
export { BarChart11Icon_alias_1 as BarChart11Icon } from '../_tsup-dts-rollup.js';
|
|
115
|
+
export { BarChart12Icon_alias_1 as BarChart12Icon } from '../_tsup-dts-rollup.js';
|
|
116
|
+
export { BarChart2Icon_alias_1 as BarChart2Icon } from '../_tsup-dts-rollup.js';
|
|
117
|
+
export { BarChart3Icon_alias_1 as BarChart3Icon } from '../_tsup-dts-rollup.js';
|
|
118
|
+
export { BarChart4Icon_alias_1 as BarChart4Icon } from '../_tsup-dts-rollup.js';
|
|
119
|
+
export { BarChart5Icon_alias_1 as BarChart5Icon } from '../_tsup-dts-rollup.js';
|
|
120
|
+
export { BarChart6Icon_alias_1 as BarChart6Icon } from '../_tsup-dts-rollup.js';
|
|
121
|
+
export { BarChart7Icon_alias_1 as BarChart7Icon } from '../_tsup-dts-rollup.js';
|
|
122
|
+
export { BarChart8Icon_alias_1 as BarChart8Icon } from '../_tsup-dts-rollup.js';
|
|
123
|
+
export { BarChart9Icon_alias_1 as BarChart9Icon } from '../_tsup-dts-rollup.js';
|
|
124
|
+
export { BarChartCircle1Icon_alias_1 as BarChartCircle1Icon } from '../_tsup-dts-rollup.js';
|
|
125
|
+
export { BarChartCircle2Icon_alias_1 as BarChartCircle2Icon } from '../_tsup-dts-rollup.js';
|
|
126
|
+
export { BarChartCircle3Icon_alias_1 as BarChartCircle3Icon } from '../_tsup-dts-rollup.js';
|
|
127
|
+
export { BarChartSquare1Icon_alias_1 as BarChartSquare1Icon } from '../_tsup-dts-rollup.js';
|
|
128
|
+
export { BarChartSquare2Icon_alias_1 as BarChartSquare2Icon } from '../_tsup-dts-rollup.js';
|
|
129
|
+
export { BarChartSquare3Icon_alias_1 as BarChartSquare3Icon } from '../_tsup-dts-rollup.js';
|
|
130
|
+
export { BarChartSquareDownIcon_alias_1 as BarChartSquareDownIcon } from '../_tsup-dts-rollup.js';
|
|
131
|
+
export { BarChartSquareMinusIcon_alias_1 as BarChartSquareMinusIcon } from '../_tsup-dts-rollup.js';
|
|
132
|
+
export { BarChartSquarePlusIcon_alias_1 as BarChartSquarePlusIcon } from '../_tsup-dts-rollup.js';
|
|
133
|
+
export { BarChartSquareUpIcon_alias_1 as BarChartSquareUpIcon } from '../_tsup-dts-rollup.js';
|
|
134
|
+
export { BarLineChartIcon_alias_1 as BarLineChartIcon } from '../_tsup-dts-rollup.js';
|
|
135
|
+
export { BatteryCharging1Icon_alias_1 as BatteryCharging1Icon } from '../_tsup-dts-rollup.js';
|
|
136
|
+
export { BatteryCharging2Icon_alias_1 as BatteryCharging2Icon } from '../_tsup-dts-rollup.js';
|
|
137
|
+
export { BatteryEmptyIcon_alias_1 as BatteryEmptyIcon } from '../_tsup-dts-rollup.js';
|
|
138
|
+
export { BatteryFullIcon_alias_1 as BatteryFullIcon } from '../_tsup-dts-rollup.js';
|
|
139
|
+
export { BatteryLowIcon_alias_1 as BatteryLowIcon } from '../_tsup-dts-rollup.js';
|
|
140
|
+
export { BatteryMidIcon_alias_1 as BatteryMidIcon } from '../_tsup-dts-rollup.js';
|
|
141
|
+
export { Beaker1Icon_alias_1 as Beaker1Icon } from '../_tsup-dts-rollup.js';
|
|
142
|
+
export { Beaker2Icon_alias_1 as Beaker2Icon } from '../_tsup-dts-rollup.js';
|
|
143
|
+
export { BellIcon_alias_1 as BellIcon } from '../_tsup-dts-rollup.js';
|
|
144
|
+
export { Bell1Icon_alias_1 as Bell1Icon } from '../_tsup-dts-rollup.js';
|
|
145
|
+
export { Bell2Icon_alias_1 as Bell2Icon } from '../_tsup-dts-rollup.js';
|
|
146
|
+
export { Bell3Icon_alias_1 as Bell3Icon } from '../_tsup-dts-rollup.js';
|
|
147
|
+
export { Bell4Icon_alias_1 as Bell4Icon } from '../_tsup-dts-rollup.js';
|
|
148
|
+
export { BellMinusIcon_alias_1 as BellMinusIcon } from '../_tsup-dts-rollup.js';
|
|
149
|
+
export { BellOff1Icon_alias_1 as BellOff1Icon } from '../_tsup-dts-rollup.js';
|
|
150
|
+
export { BellOff2Icon_alias_1 as BellOff2Icon } from '../_tsup-dts-rollup.js';
|
|
151
|
+
export { BellOff3Icon_alias_1 as BellOff3Icon } from '../_tsup-dts-rollup.js';
|
|
152
|
+
export { BellPlusIcon_alias_1 as BellPlusIcon } from '../_tsup-dts-rollup.js';
|
|
153
|
+
export { BellRinging1Icon_alias_1 as BellRinging1Icon } from '../_tsup-dts-rollup.js';
|
|
154
|
+
export { BellRinging2Icon_alias_1 as BellRinging2Icon } from '../_tsup-dts-rollup.js';
|
|
155
|
+
export { BellRinging3Icon_alias_1 as BellRinging3Icon } from '../_tsup-dts-rollup.js';
|
|
156
|
+
export { BellRinging4Icon_alias_1 as BellRinging4Icon } from '../_tsup-dts-rollup.js';
|
|
157
|
+
export { BezierCurve1Icon_alias_1 as BezierCurve1Icon } from '../_tsup-dts-rollup.js';
|
|
158
|
+
export { BezierCurve2Icon_alias_1 as BezierCurve2Icon } from '../_tsup-dts-rollup.js';
|
|
159
|
+
export { BezierCurve3Icon_alias_1 as BezierCurve3Icon } from '../_tsup-dts-rollup.js';
|
|
160
|
+
export { BluetoothConnectIcon_alias_1 as BluetoothConnectIcon } from '../_tsup-dts-rollup.js';
|
|
161
|
+
export { BluetoothOffIcon_alias_1 as BluetoothOffIcon } from '../_tsup-dts-rollup.js';
|
|
162
|
+
export { BluetoothOnIcon_alias_1 as BluetoothOnIcon } from '../_tsup-dts-rollup.js';
|
|
163
|
+
export { BluetoothSignalIcon_alias_1 as BluetoothSignalIcon } from '../_tsup-dts-rollup.js';
|
|
164
|
+
export { Bold1Icon_alias_1 as Bold1Icon } from '../_tsup-dts-rollup.js';
|
|
165
|
+
export { Bold2Icon_alias_1 as Bold2Icon } from '../_tsup-dts-rollup.js';
|
|
166
|
+
export { BoldSquareIcon_alias_1 as BoldSquareIcon } from '../_tsup-dts-rollup.js';
|
|
167
|
+
export { BookClosedIcon_alias_1 as BookClosedIcon } from '../_tsup-dts-rollup.js';
|
|
168
|
+
export { BookOpen1Icon_alias_1 as BookOpen1Icon } from '../_tsup-dts-rollup.js';
|
|
169
|
+
export { BookOpen2Icon_alias_1 as BookOpen2Icon } from '../_tsup-dts-rollup.js';
|
|
170
|
+
export { BookmarkIcon_alias_1 as BookmarkIcon } from '../_tsup-dts-rollup.js';
|
|
171
|
+
export { BookmarkAddIcon_alias_1 as BookmarkAddIcon } from '../_tsup-dts-rollup.js';
|
|
172
|
+
export { BookmarkCheckIcon_alias_1 as BookmarkCheckIcon } from '../_tsup-dts-rollup.js';
|
|
173
|
+
export { BookmarkMinusIcon_alias_1 as BookmarkMinusIcon } from '../_tsup-dts-rollup.js';
|
|
174
|
+
export { BookmarkXIcon_alias_1 as BookmarkXIcon } from '../_tsup-dts-rollup.js';
|
|
175
|
+
export { BoxIcon_alias_1 as BoxIcon } from '../_tsup-dts-rollup.js';
|
|
176
|
+
export { BracketsIcon_alias_1 as BracketsIcon } from '../_tsup-dts-rollup.js';
|
|
177
|
+
export { BracketsCheckIcon_alias_1 as BracketsCheckIcon } from '../_tsup-dts-rollup.js';
|
|
178
|
+
export { BracketsEllipsesIcon_alias_1 as BracketsEllipsesIcon } from '../_tsup-dts-rollup.js';
|
|
179
|
+
export { BracketsMinusIcon_alias_1 as BracketsMinusIcon } from '../_tsup-dts-rollup.js';
|
|
180
|
+
export { BracketsPlusIcon_alias_1 as BracketsPlusIcon } from '../_tsup-dts-rollup.js';
|
|
181
|
+
export { BracketsSlashIcon_alias_1 as BracketsSlashIcon } from '../_tsup-dts-rollup.js';
|
|
182
|
+
export { BracketsXIcon_alias_1 as BracketsXIcon } from '../_tsup-dts-rollup.js';
|
|
183
|
+
export { Briefcase1Icon_alias_1 as Briefcase1Icon } from '../_tsup-dts-rollup.js';
|
|
184
|
+
export { Briefcase2Icon_alias_1 as Briefcase2Icon } from '../_tsup-dts-rollup.js';
|
|
185
|
+
export { BrowserIcon_alias_1 as BrowserIcon } from '../_tsup-dts-rollup.js';
|
|
186
|
+
export { Brush1Icon_alias_1 as Brush1Icon } from '../_tsup-dts-rollup.js';
|
|
187
|
+
export { Brush2Icon_alias_1 as Brush2Icon } from '../_tsup-dts-rollup.js';
|
|
188
|
+
export { Brush3Icon_alias_1 as Brush3Icon } from '../_tsup-dts-rollup.js';
|
|
189
|
+
export { Building1Icon_alias_1 as Building1Icon } from '../_tsup-dts-rollup.js';
|
|
190
|
+
export { Building2Icon_alias_1 as Building2Icon } from '../_tsup-dts-rollup.js';
|
|
191
|
+
export { Building3Icon_alias_1 as Building3Icon } from '../_tsup-dts-rollup.js';
|
|
192
|
+
export { Building4Icon_alias_1 as Building4Icon } from '../_tsup-dts-rollup.js';
|
|
193
|
+
export { Building5Icon_alias_1 as Building5Icon } from '../_tsup-dts-rollup.js';
|
|
194
|
+
export { Building6Icon_alias_1 as Building6Icon } from '../_tsup-dts-rollup.js';
|
|
195
|
+
export { Building7Icon_alias_1 as Building7Icon } from '../_tsup-dts-rollup.js';
|
|
196
|
+
export { Building8Icon_alias_1 as Building8Icon } from '../_tsup-dts-rollup.js';
|
|
197
|
+
export { BusIcon_alias_1 as BusIcon } from '../_tsup-dts-rollup.js';
|
|
198
|
+
export { CalculatorIcon_alias_1 as CalculatorIcon } from '../_tsup-dts-rollup.js';
|
|
199
|
+
export { CalendarIcon_alias_1 as CalendarIcon } from '../_tsup-dts-rollup.js';
|
|
200
|
+
export { CalendarCheckIcon_alias_1 as CalendarCheckIcon } from '../_tsup-dts-rollup.js';
|
|
201
|
+
export { CalendarCheck1Icon_alias_1 as CalendarCheck1Icon } from '../_tsup-dts-rollup.js';
|
|
202
|
+
export { CalendarCheck2Icon_alias_1 as CalendarCheck2Icon } from '../_tsup-dts-rollup.js';
|
|
203
|
+
export { CalendarDateIcon_alias_1 as CalendarDateIcon } from '../_tsup-dts-rollup.js';
|
|
204
|
+
export { CalendarHeart1Icon_alias_1 as CalendarHeart1Icon } from '../_tsup-dts-rollup.js';
|
|
205
|
+
export { CalendarHeart2Icon_alias_1 as CalendarHeart2Icon } from '../_tsup-dts-rollup.js';
|
|
206
|
+
export { CalendarMinus1Icon_alias_1 as CalendarMinus1Icon } from '../_tsup-dts-rollup.js';
|
|
207
|
+
export { CalendarMinus2Icon_alias_1 as CalendarMinus2Icon } from '../_tsup-dts-rollup.js';
|
|
208
|
+
export { CalendarPlusIcon_alias_1 as CalendarPlusIcon } from '../_tsup-dts-rollup.js';
|
|
209
|
+
export { CalendarPlus1Icon_alias_1 as CalendarPlus1Icon } from '../_tsup-dts-rollup.js';
|
|
210
|
+
export { CalendarPlus2Icon_alias_1 as CalendarPlus2Icon } from '../_tsup-dts-rollup.js';
|
|
211
|
+
export { CalendarPlusCornerIcon_alias_1 as CalendarPlusCornerIcon } from '../_tsup-dts-rollup.js';
|
|
212
|
+
export { CameraIcon_alias_1 as CameraIcon } from '../_tsup-dts-rollup.js';
|
|
213
|
+
export { Camera1Icon_alias_1 as Camera1Icon } from '../_tsup-dts-rollup.js';
|
|
214
|
+
export { Camera2Icon_alias_1 as Camera2Icon } from '../_tsup-dts-rollup.js';
|
|
215
|
+
export { Camera3Icon_alias_1 as Camera3Icon } from '../_tsup-dts-rollup.js';
|
|
216
|
+
export { CameraLensIcon_alias_1 as CameraLensIcon } from '../_tsup-dts-rollup.js';
|
|
217
|
+
export { CameraOffIcon_alias_1 as CameraOffIcon } from '../_tsup-dts-rollup.js';
|
|
218
|
+
export { CameraPlusIcon_alias_1 as CameraPlusIcon } from '../_tsup-dts-rollup.js';
|
|
219
|
+
export { Car1Icon_alias_1 as Car1Icon } from '../_tsup-dts-rollup.js';
|
|
220
|
+
export { Car2Icon_alias_1 as Car2Icon } from '../_tsup-dts-rollup.js';
|
|
221
|
+
export { Certificate1Icon_alias_1 as Certificate1Icon } from '../_tsup-dts-rollup.js';
|
|
222
|
+
export { Certificate2Icon_alias_1 as Certificate2Icon } from '../_tsup-dts-rollup.js';
|
|
223
|
+
export { ChartBreakoutCircleIcon_alias_1 as ChartBreakoutCircleIcon } from '../_tsup-dts-rollup.js';
|
|
224
|
+
export { ChartBreakoutSquareIcon_alias_1 as ChartBreakoutSquareIcon } from '../_tsup-dts-rollup.js';
|
|
225
|
+
export { CheckIcon_alias_1 as CheckIcon } from '../_tsup-dts-rollup.js';
|
|
226
|
+
export { CheckCircleIcon_alias_1 as CheckCircleIcon } from '../_tsup-dts-rollup.js';
|
|
227
|
+
export { CheckCircleBrokenIcon_alias_1 as CheckCircleBrokenIcon } from '../_tsup-dts-rollup.js';
|
|
228
|
+
export { CheckDone1Icon_alias_1 as CheckDone1Icon } from '../_tsup-dts-rollup.js';
|
|
229
|
+
export { CheckDone2Icon_alias_1 as CheckDone2Icon } from '../_tsup-dts-rollup.js';
|
|
230
|
+
export { CheckHeartIcon_alias_1 as CheckHeartIcon } from '../_tsup-dts-rollup.js';
|
|
231
|
+
export { CheckSquareIcon_alias_1 as CheckSquareIcon } from '../_tsup-dts-rollup.js';
|
|
232
|
+
export { CheckSquareBrokenIcon_alias_1 as CheckSquareBrokenIcon } from '../_tsup-dts-rollup.js';
|
|
233
|
+
export { CheckVerified1Icon_alias_1 as CheckVerified1Icon } from '../_tsup-dts-rollup.js';
|
|
234
|
+
export { CheckVerified2Icon_alias_1 as CheckVerified2Icon } from '../_tsup-dts-rollup.js';
|
|
235
|
+
export { CheckVerified3Icon_alias_1 as CheckVerified3Icon } from '../_tsup-dts-rollup.js';
|
|
236
|
+
export { ChevronDownIcon_alias_1 as ChevronDownIcon } from '../_tsup-dts-rollup.js';
|
|
237
|
+
export { ChevronDownDoubleIcon_alias_1 as ChevronDownDoubleIcon } from '../_tsup-dts-rollup.js';
|
|
238
|
+
export { ChevronLeftIcon_alias_1 as ChevronLeftIcon } from '../_tsup-dts-rollup.js';
|
|
239
|
+
export { ChevronLeftDoubleIcon_alias_1 as ChevronLeftDoubleIcon } from '../_tsup-dts-rollup.js';
|
|
240
|
+
export { ChevronRightIcon_alias_1 as ChevronRightIcon } from '../_tsup-dts-rollup.js';
|
|
241
|
+
export { ChevronRightDoubleIcon_alias_1 as ChevronRightDoubleIcon } from '../_tsup-dts-rollup.js';
|
|
242
|
+
export { ChevronSelectorHorizontalIcon_alias_1 as ChevronSelectorHorizontalIcon } from '../_tsup-dts-rollup.js';
|
|
243
|
+
export { ChevronSelectorVerticalIcon_alias_1 as ChevronSelectorVerticalIcon } from '../_tsup-dts-rollup.js';
|
|
244
|
+
export { ChevronUpIcon_alias_1 as ChevronUpIcon } from '../_tsup-dts-rollup.js';
|
|
245
|
+
export { ChevronUpDoubleIcon_alias_1 as ChevronUpDoubleIcon } from '../_tsup-dts-rollup.js';
|
|
246
|
+
export { ChromeCastIcon_alias_1 as ChromeCastIcon } from '../_tsup-dts-rollup.js';
|
|
247
|
+
export { CircleIcon_alias_1 as CircleIcon } from '../_tsup-dts-rollup.js';
|
|
248
|
+
export { CircleCutIcon_alias_1 as CircleCutIcon } from '../_tsup-dts-rollup.js';
|
|
249
|
+
export { ClapperboardIcon_alias_1 as ClapperboardIcon } from '../_tsup-dts-rollup.js';
|
|
250
|
+
export { ClipboardIcon_alias_1 as ClipboardIcon } from '../_tsup-dts-rollup.js';
|
|
251
|
+
export { ClipboardAttachmentIcon_alias_1 as ClipboardAttachmentIcon } from '../_tsup-dts-rollup.js';
|
|
252
|
+
export { ClipboardCheckIcon_alias_1 as ClipboardCheckIcon } from '../_tsup-dts-rollup.js';
|
|
253
|
+
export { ClipboardDownloadIcon_alias_1 as ClipboardDownloadIcon } from '../_tsup-dts-rollup.js';
|
|
254
|
+
export { ClipboardMinusIcon_alias_1 as ClipboardMinusIcon } from '../_tsup-dts-rollup.js';
|
|
255
|
+
export { ClipboardPlusIcon_alias_1 as ClipboardPlusIcon } from '../_tsup-dts-rollup.js';
|
|
256
|
+
export { ClipboardXIcon_alias_1 as ClipboardXIcon } from '../_tsup-dts-rollup.js';
|
|
257
|
+
export { ClockIcon_alias_1 as ClockIcon } from '../_tsup-dts-rollup.js';
|
|
258
|
+
export { ClockCheckIcon_alias_1 as ClockCheckIcon } from '../_tsup-dts-rollup.js';
|
|
259
|
+
export { ClockFastForwardIcon_alias_1 as ClockFastForwardIcon } from '../_tsup-dts-rollup.js';
|
|
260
|
+
export { ClockPlusIcon_alias_1 as ClockPlusIcon } from '../_tsup-dts-rollup.js';
|
|
261
|
+
export { ClockRefreshIcon_alias_1 as ClockRefreshIcon } from '../_tsup-dts-rollup.js';
|
|
262
|
+
export { ClockRewindIcon_alias_1 as ClockRewindIcon } from '../_tsup-dts-rollup.js';
|
|
263
|
+
export { ClockSnoozeIcon_alias_1 as ClockSnoozeIcon } from '../_tsup-dts-rollup.js';
|
|
264
|
+
export { ClockStopwatchIcon_alias_1 as ClockStopwatchIcon } from '../_tsup-dts-rollup.js';
|
|
265
|
+
export { Cloud1Icon_alias_1 as Cloud1Icon } from '../_tsup-dts-rollup.js';
|
|
266
|
+
export { Cloud2Icon_alias_1 as Cloud2Icon } from '../_tsup-dts-rollup.js';
|
|
267
|
+
export { Cloud3Icon_alias_1 as Cloud3Icon } from '../_tsup-dts-rollup.js';
|
|
268
|
+
export { CloudBlank1Icon_alias_1 as CloudBlank1Icon } from '../_tsup-dts-rollup.js';
|
|
269
|
+
export { CloudBlank2Icon_alias_1 as CloudBlank2Icon } from '../_tsup-dts-rollup.js';
|
|
270
|
+
export { CloudLightningIcon_alias_1 as CloudLightningIcon } from '../_tsup-dts-rollup.js';
|
|
271
|
+
export { CloudMoonIcon_alias_1 as CloudMoonIcon } from '../_tsup-dts-rollup.js';
|
|
272
|
+
export { CloudOffIcon_alias_1 as CloudOffIcon } from '../_tsup-dts-rollup.js';
|
|
273
|
+
export { CloudRaining1Icon_alias_1 as CloudRaining1Icon } from '../_tsup-dts-rollup.js';
|
|
274
|
+
export { CloudRaining2Icon_alias_1 as CloudRaining2Icon } from '../_tsup-dts-rollup.js';
|
|
275
|
+
export { CloudRaining3Icon_alias_1 as CloudRaining3Icon } from '../_tsup-dts-rollup.js';
|
|
276
|
+
export { CloudRaining4Icon_alias_1 as CloudRaining4Icon } from '../_tsup-dts-rollup.js';
|
|
277
|
+
export { CloudRaining5Icon_alias_1 as CloudRaining5Icon } from '../_tsup-dts-rollup.js';
|
|
278
|
+
export { CloudRaining6Icon_alias_1 as CloudRaining6Icon } from '../_tsup-dts-rollup.js';
|
|
279
|
+
export { CloudSnowing1Icon_alias_1 as CloudSnowing1Icon } from '../_tsup-dts-rollup.js';
|
|
280
|
+
export { CloudSnowing2Icon_alias_1 as CloudSnowing2Icon } from '../_tsup-dts-rollup.js';
|
|
281
|
+
export { CloudSun1Icon_alias_1 as CloudSun1Icon } from '../_tsup-dts-rollup.js';
|
|
282
|
+
export { CloudSun2Icon_alias_1 as CloudSun2Icon } from '../_tsup-dts-rollup.js';
|
|
283
|
+
export { CloudSun3Icon_alias_1 as CloudSun3Icon } from '../_tsup-dts-rollup.js';
|
|
284
|
+
export { Code1Icon_alias_1 as Code1Icon } from '../_tsup-dts-rollup.js';
|
|
285
|
+
export { Code2Icon_alias_1 as Code2Icon } from '../_tsup-dts-rollup.js';
|
|
286
|
+
export { CodeBrowserIcon_alias_1 as CodeBrowserIcon } from '../_tsup-dts-rollup.js';
|
|
287
|
+
export { CodeCircle1Icon_alias_1 as CodeCircle1Icon } from '../_tsup-dts-rollup.js';
|
|
288
|
+
export { CodeCircle2Icon_alias_1 as CodeCircle2Icon } from '../_tsup-dts-rollup.js';
|
|
289
|
+
export { CodeCircle3Icon_alias_1 as CodeCircle3Icon } from '../_tsup-dts-rollup.js';
|
|
290
|
+
export { CodeSnippet1Icon_alias_1 as CodeSnippet1Icon } from '../_tsup-dts-rollup.js';
|
|
291
|
+
export { CodeSnippet2Icon_alias_1 as CodeSnippet2Icon } from '../_tsup-dts-rollup.js';
|
|
292
|
+
export { CodeSquare1Icon_alias_1 as CodeSquare1Icon } from '../_tsup-dts-rollup.js';
|
|
293
|
+
export { CodeSquare2Icon_alias_1 as CodeSquare2Icon } from '../_tsup-dts-rollup.js';
|
|
294
|
+
export { CodepenIcon_alias_1 as CodepenIcon } from '../_tsup-dts-rollup.js';
|
|
295
|
+
export { Coins1Icon_alias_1 as Coins1Icon } from '../_tsup-dts-rollup.js';
|
|
296
|
+
export { Coins2Icon_alias_1 as Coins2Icon } from '../_tsup-dts-rollup.js';
|
|
297
|
+
export { Coins3Icon_alias_1 as Coins3Icon } from '../_tsup-dts-rollup.js';
|
|
298
|
+
export { Coins4Icon_alias_1 as Coins4Icon } from '../_tsup-dts-rollup.js';
|
|
299
|
+
export { CoinsHandIcon_alias_1 as CoinsHandIcon } from '../_tsup-dts-rollup.js';
|
|
300
|
+
export { CoinsStacked1Icon_alias_1 as CoinsStacked1Icon } from '../_tsup-dts-rollup.js';
|
|
301
|
+
export { CoinsStacked2Icon_alias_1 as CoinsStacked2Icon } from '../_tsup-dts-rollup.js';
|
|
302
|
+
export { CoinsStacked3Icon_alias_1 as CoinsStacked3Icon } from '../_tsup-dts-rollup.js';
|
|
303
|
+
export { CoinsStacked4Icon_alias_1 as CoinsStacked4Icon } from '../_tsup-dts-rollup.js';
|
|
304
|
+
export { CoinsSwap1Icon_alias_1 as CoinsSwap1Icon } from '../_tsup-dts-rollup.js';
|
|
305
|
+
export { CoinsSwap2Icon_alias_1 as CoinsSwap2Icon } from '../_tsup-dts-rollup.js';
|
|
306
|
+
export { ColorsIcon_alias_1 as ColorsIcon } from '../_tsup-dts-rollup.js';
|
|
307
|
+
export { Colors1Icon_alias_1 as Colors1Icon } from '../_tsup-dts-rollup.js';
|
|
308
|
+
export { Columns1Icon_alias_1 as Columns1Icon } from '../_tsup-dts-rollup.js';
|
|
309
|
+
export { Columns2Icon_alias_1 as Columns2Icon } from '../_tsup-dts-rollup.js';
|
|
310
|
+
export { Columns3Icon_alias_1 as Columns3Icon } from '../_tsup-dts-rollup.js';
|
|
311
|
+
export { CommandIcon_alias_1 as CommandIcon } from '../_tsup-dts-rollup.js';
|
|
312
|
+
export { CompassIcon_alias_1 as CompassIcon } from '../_tsup-dts-rollup.js';
|
|
313
|
+
export { Compass1Icon_alias_1 as Compass1Icon } from '../_tsup-dts-rollup.js';
|
|
314
|
+
export { Compass2Icon_alias_1 as Compass2Icon } from '../_tsup-dts-rollup.js';
|
|
315
|
+
export { Compass3Icon_alias_1 as Compass3Icon } from '../_tsup-dts-rollup.js';
|
|
316
|
+
export { ContainerIcon_alias_1 as ContainerIcon } from '../_tsup-dts-rollup.js';
|
|
317
|
+
export { Contrast1Icon_alias_1 as Contrast1Icon } from '../_tsup-dts-rollup.js';
|
|
318
|
+
export { Contrast2Icon_alias_1 as Contrast2Icon } from '../_tsup-dts-rollup.js';
|
|
319
|
+
export { Contrast3Icon_alias_1 as Contrast3Icon } from '../_tsup-dts-rollup.js';
|
|
320
|
+
export { CopyIcon_alias_1 as CopyIcon } from '../_tsup-dts-rollup.js';
|
|
321
|
+
export { Copy1Icon_alias_1 as Copy1Icon } from '../_tsup-dts-rollup.js';
|
|
322
|
+
export { Copy2Icon_alias_1 as Copy2Icon } from '../_tsup-dts-rollup.js';
|
|
323
|
+
export { Copy3Icon_alias_1 as Copy3Icon } from '../_tsup-dts-rollup.js';
|
|
324
|
+
export { Copy4Icon_alias_1 as Copy4Icon } from '../_tsup-dts-rollup.js';
|
|
325
|
+
export { Copy5Icon_alias_1 as Copy5Icon } from '../_tsup-dts-rollup.js';
|
|
326
|
+
export { Copy6Icon_alias_1 as Copy6Icon } from '../_tsup-dts-rollup.js';
|
|
327
|
+
export { Copy7Icon_alias_1 as Copy7Icon } from '../_tsup-dts-rollup.js';
|
|
328
|
+
export { CornerDownLeftIcon_alias_1 as CornerDownLeftIcon } from '../_tsup-dts-rollup.js';
|
|
329
|
+
export { CornerDownRightIcon_alias_1 as CornerDownRightIcon } from '../_tsup-dts-rollup.js';
|
|
330
|
+
export { CornerLeftDownIcon_alias_1 as CornerLeftDownIcon } from '../_tsup-dts-rollup.js';
|
|
331
|
+
export { CornerLeftUpIcon_alias_1 as CornerLeftUpIcon } from '../_tsup-dts-rollup.js';
|
|
332
|
+
export { CornerRightDownIcon_alias_1 as CornerRightDownIcon } from '../_tsup-dts-rollup.js';
|
|
333
|
+
export { CornerRightUpIcon_alias_1 as CornerRightUpIcon } from '../_tsup-dts-rollup.js';
|
|
334
|
+
export { CornerUpLeftIcon_alias_1 as CornerUpLeftIcon } from '../_tsup-dts-rollup.js';
|
|
335
|
+
export { CornerUpRightIcon_alias_1 as CornerUpRightIcon } from '../_tsup-dts-rollup.js';
|
|
336
|
+
export { CpuChip1Icon_alias_1 as CpuChip1Icon } from '../_tsup-dts-rollup.js';
|
|
337
|
+
export { CpuChip2Icon_alias_1 as CpuChip2Icon } from '../_tsup-dts-rollup.js';
|
|
338
|
+
export { CreditCard1Icon_alias_1 as CreditCard1Icon } from '../_tsup-dts-rollup.js';
|
|
339
|
+
export { CreditCard2Icon_alias_1 as CreditCard2Icon } from '../_tsup-dts-rollup.js';
|
|
340
|
+
export { CreditCardCheckIcon_alias_1 as CreditCardCheckIcon } from '../_tsup-dts-rollup.js';
|
|
341
|
+
export { CreditCardDownIcon_alias_1 as CreditCardDownIcon } from '../_tsup-dts-rollup.js';
|
|
342
|
+
export { CreditCardDownloadIcon_alias_1 as CreditCardDownloadIcon } from '../_tsup-dts-rollup.js';
|
|
343
|
+
export { CreditCardEditIcon_alias_1 as CreditCardEditIcon } from '../_tsup-dts-rollup.js';
|
|
344
|
+
export { CreditCardLockIcon_alias_1 as CreditCardLockIcon } from '../_tsup-dts-rollup.js';
|
|
345
|
+
export { CreditCardMinusIcon_alias_1 as CreditCardMinusIcon } from '../_tsup-dts-rollup.js';
|
|
346
|
+
export { CreditCardPlusIcon_alias_1 as CreditCardPlusIcon } from '../_tsup-dts-rollup.js';
|
|
347
|
+
export { CreditCardRefreshIcon_alias_1 as CreditCardRefreshIcon } from '../_tsup-dts-rollup.js';
|
|
348
|
+
export { CreditCardSearchIcon_alias_1 as CreditCardSearchIcon } from '../_tsup-dts-rollup.js';
|
|
349
|
+
export { CreditCardShieldIcon_alias_1 as CreditCardShieldIcon } from '../_tsup-dts-rollup.js';
|
|
350
|
+
export { CreditCardUpIcon_alias_1 as CreditCardUpIcon } from '../_tsup-dts-rollup.js';
|
|
351
|
+
export { CreditCardUploadIcon_alias_1 as CreditCardUploadIcon } from '../_tsup-dts-rollup.js';
|
|
352
|
+
export { CreditCardXIcon_alias_1 as CreditCardXIcon } from '../_tsup-dts-rollup.js';
|
|
353
|
+
export { Crop1Icon_alias_1 as Crop1Icon } from '../_tsup-dts-rollup.js';
|
|
354
|
+
export { Crop2Icon_alias_1 as Crop2Icon } from '../_tsup-dts-rollup.js';
|
|
355
|
+
export { Cryptocurrency1Icon_alias_1 as Cryptocurrency1Icon } from '../_tsup-dts-rollup.js';
|
|
356
|
+
export { Cryptocurrency2Icon_alias_1 as Cryptocurrency2Icon } from '../_tsup-dts-rollup.js';
|
|
357
|
+
export { Cryptocurrency3Icon_alias_1 as Cryptocurrency3Icon } from '../_tsup-dts-rollup.js';
|
|
358
|
+
export { Cryptocurrency4Icon_alias_1 as Cryptocurrency4Icon } from '../_tsup-dts-rollup.js';
|
|
359
|
+
export { Cube1Icon_alias_1 as Cube1Icon } from '../_tsup-dts-rollup.js';
|
|
360
|
+
export { Cube2Icon_alias_1 as Cube2Icon } from '../_tsup-dts-rollup.js';
|
|
361
|
+
export { Cube3Icon_alias_1 as Cube3Icon } from '../_tsup-dts-rollup.js';
|
|
362
|
+
export { Cube4Icon_alias_1 as Cube4Icon } from '../_tsup-dts-rollup.js';
|
|
363
|
+
export { CubeOutlineIcon_alias_1 as CubeOutlineIcon } from '../_tsup-dts-rollup.js';
|
|
364
|
+
export { CurrencyBitcoinIcon_alias_1 as CurrencyBitcoinIcon } from '../_tsup-dts-rollup.js';
|
|
365
|
+
export { CurrencyBitcoinCircleIcon_alias_1 as CurrencyBitcoinCircleIcon } from '../_tsup-dts-rollup.js';
|
|
366
|
+
export { CurrencyDollarIcon_alias_1 as CurrencyDollarIcon } from '../_tsup-dts-rollup.js';
|
|
367
|
+
export { CurrencyDollarCircleIcon_alias_1 as CurrencyDollarCircleIcon } from '../_tsup-dts-rollup.js';
|
|
368
|
+
export { CurrencyEthereumIcon_alias_1 as CurrencyEthereumIcon } from '../_tsup-dts-rollup.js';
|
|
369
|
+
export { CurrencyEthereumCircleIcon_alias_1 as CurrencyEthereumCircleIcon } from '../_tsup-dts-rollup.js';
|
|
370
|
+
export { CurrencyEuroIcon_alias_1 as CurrencyEuroIcon } from '../_tsup-dts-rollup.js';
|
|
371
|
+
export { CurrencyEuroCircleIcon_alias_1 as CurrencyEuroCircleIcon } from '../_tsup-dts-rollup.js';
|
|
372
|
+
export { CurrencyPoundIcon_alias_1 as CurrencyPoundIcon } from '../_tsup-dts-rollup.js';
|
|
373
|
+
export { CurrencyPoundCircleIcon_alias_1 as CurrencyPoundCircleIcon } from '../_tsup-dts-rollup.js';
|
|
374
|
+
export { CurrencyRubleIcon_alias_1 as CurrencyRubleIcon } from '../_tsup-dts-rollup.js';
|
|
375
|
+
export { CurrencyRubleCircleIcon_alias_1 as CurrencyRubleCircleIcon } from '../_tsup-dts-rollup.js';
|
|
376
|
+
export { CurrencyRupeeIcon_alias_1 as CurrencyRupeeIcon } from '../_tsup-dts-rollup.js';
|
|
377
|
+
export { CurrencyRupeeCircleIcon_alias_1 as CurrencyRupeeCircleIcon } from '../_tsup-dts-rollup.js';
|
|
378
|
+
export { CurrencyYenIcon_alias_1 as CurrencyYenIcon } from '../_tsup-dts-rollup.js';
|
|
379
|
+
export { CurrencyYenCircleIcon_alias_1 as CurrencyYenCircleIcon } from '../_tsup-dts-rollup.js';
|
|
380
|
+
export { Cursor1Icon_alias_1 as Cursor1Icon } from '../_tsup-dts-rollup.js';
|
|
381
|
+
export { Cursor2Icon_alias_1 as Cursor2Icon } from '../_tsup-dts-rollup.js';
|
|
382
|
+
export { Cursor3Icon_alias_1 as Cursor3Icon } from '../_tsup-dts-rollup.js';
|
|
383
|
+
export { Cursor4Icon_alias_1 as Cursor4Icon } from '../_tsup-dts-rollup.js';
|
|
384
|
+
export { CursorBoxIcon_alias_1 as CursorBoxIcon } from '../_tsup-dts-rollup.js';
|
|
385
|
+
export { CursorClickIcon_alias_1 as CursorClickIcon } from '../_tsup-dts-rollup.js';
|
|
386
|
+
export { CursorClick1Icon_alias_1 as CursorClick1Icon } from '../_tsup-dts-rollup.js';
|
|
387
|
+
export { CursorClick2Icon_alias_1 as CursorClick2Icon } from '../_tsup-dts-rollup.js';
|
|
388
|
+
export { DataIcon_alias_1 as DataIcon } from '../_tsup-dts-rollup.js';
|
|
389
|
+
export { Database1Icon_alias_1 as Database1Icon } from '../_tsup-dts-rollup.js';
|
|
390
|
+
export { Database2Icon_alias_1 as Database2Icon } from '../_tsup-dts-rollup.js';
|
|
391
|
+
export { Database3Icon_alias_1 as Database3Icon } from '../_tsup-dts-rollup.js';
|
|
392
|
+
export { Dataflow1Icon_alias_1 as Dataflow1Icon } from '../_tsup-dts-rollup.js';
|
|
393
|
+
export { Dataflow2Icon_alias_1 as Dataflow2Icon } from '../_tsup-dts-rollup.js';
|
|
394
|
+
export { Dataflow3Icon_alias_1 as Dataflow3Icon } from '../_tsup-dts-rollup.js';
|
|
395
|
+
export { Dataflow4Icon_alias_1 as Dataflow4Icon } from '../_tsup-dts-rollup.js';
|
|
396
|
+
export { DeleteIcon_alias_1 as DeleteIcon } from '../_tsup-dts-rollup.js';
|
|
397
|
+
export { Diamond1Icon_alias_1 as Diamond1Icon } from '../_tsup-dts-rollup.js';
|
|
398
|
+
export { Diamond2Icon_alias_1 as Diamond2Icon } from '../_tsup-dts-rollup.js';
|
|
399
|
+
export { Dice1Icon_alias_1 as Dice1Icon } from '../_tsup-dts-rollup.js';
|
|
400
|
+
export { Dice2Icon_alias_1 as Dice2Icon } from '../_tsup-dts-rollup.js';
|
|
401
|
+
export { Dice3Icon_alias_1 as Dice3Icon } from '../_tsup-dts-rollup.js';
|
|
402
|
+
export { Dice4Icon_alias_1 as Dice4Icon } from '../_tsup-dts-rollup.js';
|
|
403
|
+
export { Dice5Icon_alias_1 as Dice5Icon } from '../_tsup-dts-rollup.js';
|
|
404
|
+
export { Dice6Icon_alias_1 as Dice6Icon } from '../_tsup-dts-rollup.js';
|
|
405
|
+
export { Disc1Icon_alias_1 as Disc1Icon } from '../_tsup-dts-rollup.js';
|
|
406
|
+
export { Disc2Icon_alias_1 as Disc2Icon } from '../_tsup-dts-rollup.js';
|
|
407
|
+
export { DistributeSpacingHorizontalIcon_alias_1 as DistributeSpacingHorizontalIcon } from '../_tsup-dts-rollup.js';
|
|
408
|
+
export { DistributeSpacingVerticalIcon_alias_1 as DistributeSpacingVerticalIcon } from '../_tsup-dts-rollup.js';
|
|
409
|
+
export { Divide1Icon_alias_1 as Divide1Icon } from '../_tsup-dts-rollup.js';
|
|
410
|
+
export { Divide2Icon_alias_1 as Divide2Icon } from '../_tsup-dts-rollup.js';
|
|
411
|
+
export { Divide3Icon_alias_1 as Divide3Icon } from '../_tsup-dts-rollup.js';
|
|
412
|
+
export { DividerIcon_alias_1 as DividerIcon } from '../_tsup-dts-rollup.js';
|
|
413
|
+
export { Dotpoints1Icon_alias_1 as Dotpoints1Icon } from '../_tsup-dts-rollup.js';
|
|
414
|
+
export { Dotpoints2Icon_alias_1 as Dotpoints2Icon } from '../_tsup-dts-rollup.js';
|
|
415
|
+
export { DotsGridIcon_alias_1 as DotsGridIcon } from '../_tsup-dts-rollup.js';
|
|
416
|
+
export { DotsHorizontalIcon_alias_1 as DotsHorizontalIcon } from '../_tsup-dts-rollup.js';
|
|
417
|
+
export { DotsVerticalIcon_alias_1 as DotsVerticalIcon } from '../_tsup-dts-rollup.js';
|
|
418
|
+
export { DownloadIcon_alias_1 as DownloadIcon } from '../_tsup-dts-rollup.js';
|
|
419
|
+
export { Download1Icon_alias_1 as Download1Icon } from '../_tsup-dts-rollup.js';
|
|
420
|
+
export { Download2Icon_alias_1 as Download2Icon } from '../_tsup-dts-rollup.js';
|
|
421
|
+
export { Download3Icon_alias_1 as Download3Icon } from '../_tsup-dts-rollup.js';
|
|
422
|
+
export { Download4Icon_alias_1 as Download4Icon } from '../_tsup-dts-rollup.js';
|
|
423
|
+
export { DownloadCloud1Icon_alias_1 as DownloadCloud1Icon } from '../_tsup-dts-rollup.js';
|
|
424
|
+
export { DownloadCloud2Icon_alias_1 as DownloadCloud2Icon } from '../_tsup-dts-rollup.js';
|
|
425
|
+
export { DropIcon_alias_1 as DropIcon } from '../_tsup-dts-rollup.js';
|
|
426
|
+
export { Droplets1Icon_alias_1 as Droplets1Icon } from '../_tsup-dts-rollup.js';
|
|
427
|
+
export { Droplets2Icon_alias_1 as Droplets2Icon } from '../_tsup-dts-rollup.js';
|
|
428
|
+
export { Droplets3Icon_alias_1 as Droplets3Icon } from '../_tsup-dts-rollup.js';
|
|
429
|
+
export { DropperIcon_alias_1 as DropperIcon } from '../_tsup-dts-rollup.js';
|
|
430
|
+
export { EditIcon_alias_1 as EditIcon } from '../_tsup-dts-rollup.js';
|
|
431
|
+
export { Edit1Icon_alias_1 as Edit1Icon } from '../_tsup-dts-rollup.js';
|
|
432
|
+
export { Edit2Icon_alias_1 as Edit2Icon } from '../_tsup-dts-rollup.js';
|
|
433
|
+
export { Edit3Icon_alias_1 as Edit3Icon } from '../_tsup-dts-rollup.js';
|
|
434
|
+
export { Edit4Icon_alias_1 as Edit4Icon } from '../_tsup-dts-rollup.js';
|
|
435
|
+
export { Edit5Icon_alias_1 as Edit5Icon } from '../_tsup-dts-rollup.js';
|
|
436
|
+
export { EqualIcon_alias_1 as EqualIcon } from '../_tsup-dts-rollup.js';
|
|
437
|
+
export { EqualNotIcon_alias_1 as EqualNotIcon } from '../_tsup-dts-rollup.js';
|
|
438
|
+
export { EraserIcon_alias_1 as EraserIcon } from '../_tsup-dts-rollup.js';
|
|
439
|
+
export { ExpandIcon_alias_1 as ExpandIcon } from '../_tsup-dts-rollup.js';
|
|
440
|
+
export { Expand1Icon_alias_1 as Expand1Icon } from '../_tsup-dts-rollup.js';
|
|
441
|
+
export { Expand2Icon_alias_1 as Expand2Icon } from '../_tsup-dts-rollup.js';
|
|
442
|
+
export { Expand3Icon_alias_1 as Expand3Icon } from '../_tsup-dts-rollup.js';
|
|
443
|
+
export { Expand4Icon_alias_1 as Expand4Icon } from '../_tsup-dts-rollup.js';
|
|
444
|
+
export { Expand5Icon_alias_1 as Expand5Icon } from '../_tsup-dts-rollup.js';
|
|
445
|
+
export { Expand6Icon_alias_1 as Expand6Icon } from '../_tsup-dts-rollup.js';
|
|
446
|
+
export { EyeIcon_alias_1 as EyeIcon } from '../_tsup-dts-rollup.js';
|
|
447
|
+
export { EyeOffIcon_alias_1 as EyeOffIcon } from '../_tsup-dts-rollup.js';
|
|
448
|
+
export { FaceContentIcon_alias_1 as FaceContentIcon } from '../_tsup-dts-rollup.js';
|
|
449
|
+
export { FaceFrownIcon_alias_1 as FaceFrownIcon } from '../_tsup-dts-rollup.js';
|
|
450
|
+
export { FaceHappyIcon_alias_1 as FaceHappyIcon } from '../_tsup-dts-rollup.js';
|
|
451
|
+
export { FaceIdIcon_alias_1 as FaceIdIcon } from '../_tsup-dts-rollup.js';
|
|
452
|
+
export { FaceIdSquareIcon_alias_1 as FaceIdSquareIcon } from '../_tsup-dts-rollup.js';
|
|
453
|
+
export { FaceNeutralIcon_alias_1 as FaceNeutralIcon } from '../_tsup-dts-rollup.js';
|
|
454
|
+
export { FaceSadIcon_alias_1 as FaceSadIcon } from '../_tsup-dts-rollup.js';
|
|
455
|
+
export { FaceSmileIcon_alias_1 as FaceSmileIcon } from '../_tsup-dts-rollup.js';
|
|
456
|
+
export { FaceWinkIcon_alias_1 as FaceWinkIcon } from '../_tsup-dts-rollup.js';
|
|
457
|
+
export { FastBackwardIcon_alias_1 as FastBackwardIcon } from '../_tsup-dts-rollup.js';
|
|
458
|
+
export { FastForwardIcon_alias_1 as FastForwardIcon } from '../_tsup-dts-rollup.js';
|
|
459
|
+
export { FeatherIcon_alias_1 as FeatherIcon } from '../_tsup-dts-rollup.js';
|
|
460
|
+
export { FigmaIcon_alias_1 as FigmaIcon } from '../_tsup-dts-rollup.js';
|
|
461
|
+
export { File1Icon_alias_1 as File1Icon } from '../_tsup-dts-rollup.js';
|
|
462
|
+
export { File2Icon_alias_1 as File2Icon } from '../_tsup-dts-rollup.js';
|
|
463
|
+
export { File3Icon_alias_1 as File3Icon } from '../_tsup-dts-rollup.js';
|
|
464
|
+
export { File4Icon_alias_1 as File4Icon } from '../_tsup-dts-rollup.js';
|
|
465
|
+
export { File5Icon_alias_1 as File5Icon } from '../_tsup-dts-rollup.js';
|
|
466
|
+
export { File6Icon_alias_1 as File6Icon } from '../_tsup-dts-rollup.js';
|
|
467
|
+
export { File7Icon_alias_1 as File7Icon } from '../_tsup-dts-rollup.js';
|
|
468
|
+
export { FileAttachment1Icon_alias_1 as FileAttachment1Icon } from '../_tsup-dts-rollup.js';
|
|
469
|
+
export { FileAttachment2Icon_alias_1 as FileAttachment2Icon } from '../_tsup-dts-rollup.js';
|
|
470
|
+
export { FileAttachment3Icon_alias_1 as FileAttachment3Icon } from '../_tsup-dts-rollup.js';
|
|
471
|
+
export { FileAttachment4Icon_alias_1 as FileAttachment4Icon } from '../_tsup-dts-rollup.js';
|
|
472
|
+
export { FileAttachment5Icon_alias_1 as FileAttachment5Icon } from '../_tsup-dts-rollup.js';
|
|
473
|
+
export { FileCheck1Icon_alias_1 as FileCheck1Icon } from '../_tsup-dts-rollup.js';
|
|
474
|
+
export { FileCheck2Icon_alias_1 as FileCheck2Icon } from '../_tsup-dts-rollup.js';
|
|
475
|
+
export { FileCheck3Icon_alias_1 as FileCheck3Icon } from '../_tsup-dts-rollup.js';
|
|
476
|
+
export { FileCode1Icon_alias_1 as FileCode1Icon } from '../_tsup-dts-rollup.js';
|
|
477
|
+
export { FileCode2Icon_alias_1 as FileCode2Icon } from '../_tsup-dts-rollup.js';
|
|
478
|
+
export { FileDownload1Icon_alias_1 as FileDownload1Icon } from '../_tsup-dts-rollup.js';
|
|
479
|
+
export { FileDownload2Icon_alias_1 as FileDownload2Icon } from '../_tsup-dts-rollup.js';
|
|
480
|
+
export { FileDownload3Icon_alias_1 as FileDownload3Icon } from '../_tsup-dts-rollup.js';
|
|
481
|
+
export { FileHeart1Icon_alias_1 as FileHeart1Icon } from '../_tsup-dts-rollup.js';
|
|
482
|
+
export { FileHeart2Icon_alias_1 as FileHeart2Icon } from '../_tsup-dts-rollup.js';
|
|
483
|
+
export { FileHeart3Icon_alias_1 as FileHeart3Icon } from '../_tsup-dts-rollup.js';
|
|
484
|
+
export { FileLock1Icon_alias_1 as FileLock1Icon } from '../_tsup-dts-rollup.js';
|
|
485
|
+
export { FileLock2Icon_alias_1 as FileLock2Icon } from '../_tsup-dts-rollup.js';
|
|
486
|
+
export { FileLock3Icon_alias_1 as FileLock3Icon } from '../_tsup-dts-rollup.js';
|
|
487
|
+
export { FileMinus1Icon_alias_1 as FileMinus1Icon } from '../_tsup-dts-rollup.js';
|
|
488
|
+
export { FileMinus2Icon_alias_1 as FileMinus2Icon } from '../_tsup-dts-rollup.js';
|
|
489
|
+
export { FileMinus3Icon_alias_1 as FileMinus3Icon } from '../_tsup-dts-rollup.js';
|
|
490
|
+
export { FilePlus1Icon_alias_1 as FilePlus1Icon } from '../_tsup-dts-rollup.js';
|
|
491
|
+
export { FilePlus2Icon_alias_1 as FilePlus2Icon } from '../_tsup-dts-rollup.js';
|
|
492
|
+
export { FilePlus3Icon_alias_1 as FilePlus3Icon } from '../_tsup-dts-rollup.js';
|
|
493
|
+
export { FileQuestionIcon_alias_1 as FileQuestionIcon } from '../_tsup-dts-rollup.js';
|
|
494
|
+
export { FileQuestion1Icon_alias_1 as FileQuestion1Icon } from '../_tsup-dts-rollup.js';
|
|
495
|
+
export { FileQuestion2Icon_alias_1 as FileQuestion2Icon } from '../_tsup-dts-rollup.js';
|
|
496
|
+
export { FileQuestion3Icon_alias_1 as FileQuestion3Icon } from '../_tsup-dts-rollup.js';
|
|
497
|
+
export { FileSearch1Icon_alias_1 as FileSearch1Icon } from '../_tsup-dts-rollup.js';
|
|
498
|
+
export { FileSearch2Icon_alias_1 as FileSearch2Icon } from '../_tsup-dts-rollup.js';
|
|
499
|
+
export { FileSearch3Icon_alias_1 as FileSearch3Icon } from '../_tsup-dts-rollup.js';
|
|
500
|
+
export { FileShield1Icon_alias_1 as FileShield1Icon } from '../_tsup-dts-rollup.js';
|
|
501
|
+
export { FileShield2Icon_alias_1 as FileShield2Icon } from '../_tsup-dts-rollup.js';
|
|
502
|
+
export { FileShield3Icon_alias_1 as FileShield3Icon } from '../_tsup-dts-rollup.js';
|
|
503
|
+
export { FileX1Icon_alias_1 as FileX1Icon } from '../_tsup-dts-rollup.js';
|
|
504
|
+
export { FileX2Icon_alias_1 as FileX2Icon } from '../_tsup-dts-rollup.js';
|
|
505
|
+
export { FileX3Icon_alias_1 as FileX3Icon } from '../_tsup-dts-rollup.js';
|
|
506
|
+
export { Film1Icon_alias_1 as Film1Icon } from '../_tsup-dts-rollup.js';
|
|
507
|
+
export { Film2Icon_alias_1 as Film2Icon } from '../_tsup-dts-rollup.js';
|
|
508
|
+
export { Film3Icon_alias_1 as Film3Icon } from '../_tsup-dts-rollup.js';
|
|
509
|
+
export { FilterFunnel1Icon_alias_1 as FilterFunnel1Icon } from '../_tsup-dts-rollup.js';
|
|
510
|
+
export { FilterFunnel2Icon_alias_1 as FilterFunnel2Icon } from '../_tsup-dts-rollup.js';
|
|
511
|
+
export { FilterLinesIcon_alias_1 as FilterLinesIcon } from '../_tsup-dts-rollup.js';
|
|
512
|
+
export { Fingerprint1Icon_alias_1 as Fingerprint1Icon } from '../_tsup-dts-rollup.js';
|
|
513
|
+
export { Fingerprint2Icon_alias_1 as Fingerprint2Icon } from '../_tsup-dts-rollup.js';
|
|
514
|
+
export { Fingerprint3Icon_alias_1 as Fingerprint3Icon } from '../_tsup-dts-rollup.js';
|
|
515
|
+
export { Fingerprint4Icon_alias_1 as Fingerprint4Icon } from '../_tsup-dts-rollup.js';
|
|
516
|
+
export { Flag1Icon_alias_1 as Flag1Icon } from '../_tsup-dts-rollup.js';
|
|
517
|
+
export { Flag2Icon_alias_1 as Flag2Icon } from '../_tsup-dts-rollup.js';
|
|
518
|
+
export { Flag3Icon_alias_1 as Flag3Icon } from '../_tsup-dts-rollup.js';
|
|
519
|
+
export { Flag4Icon_alias_1 as Flag4Icon } from '../_tsup-dts-rollup.js';
|
|
520
|
+
export { Flag5Icon_alias_1 as Flag5Icon } from '../_tsup-dts-rollup.js';
|
|
521
|
+
export { Flag6Icon_alias_1 as Flag6Icon } from '../_tsup-dts-rollup.js';
|
|
522
|
+
export { FlashIcon_alias_1 as FlashIcon } from '../_tsup-dts-rollup.js';
|
|
523
|
+
export { FlashOffIcon_alias_1 as FlashOffIcon } from '../_tsup-dts-rollup.js';
|
|
524
|
+
export { FlexAlignBottomIcon_alias_1 as FlexAlignBottomIcon } from '../_tsup-dts-rollup.js';
|
|
525
|
+
export { FlexAlignLeftIcon_alias_1 as FlexAlignLeftIcon } from '../_tsup-dts-rollup.js';
|
|
526
|
+
export { FlexAlignRightIcon_alias_1 as FlexAlignRightIcon } from '../_tsup-dts-rollup.js';
|
|
527
|
+
export { FlexAlignTopIcon_alias_1 as FlexAlignTopIcon } from '../_tsup-dts-rollup.js';
|
|
528
|
+
export { FlipBackwardIcon_alias_1 as FlipBackwardIcon } from '../_tsup-dts-rollup.js';
|
|
529
|
+
export { FlipForwardIcon_alias_1 as FlipForwardIcon } from '../_tsup-dts-rollup.js';
|
|
530
|
+
export { FolderIcon_alias_1 as FolderIcon } from '../_tsup-dts-rollup.js';
|
|
531
|
+
export { FolderCheckIcon_alias_1 as FolderCheckIcon } from '../_tsup-dts-rollup.js';
|
|
532
|
+
export { FolderClosedIcon_alias_1 as FolderClosedIcon } from '../_tsup-dts-rollup.js';
|
|
533
|
+
export { FolderCodeIcon_alias_1 as FolderCodeIcon } from '../_tsup-dts-rollup.js';
|
|
534
|
+
export { FolderDownloadIcon_alias_1 as FolderDownloadIcon } from '../_tsup-dts-rollup.js';
|
|
535
|
+
export { FolderLockIcon_alias_1 as FolderLockIcon } from '../_tsup-dts-rollup.js';
|
|
536
|
+
export { FolderMinusIcon_alias_1 as FolderMinusIcon } from '../_tsup-dts-rollup.js';
|
|
537
|
+
export { FolderMoveIcon_alias_1 as FolderMoveIcon } from '../_tsup-dts-rollup.js';
|
|
538
|
+
export { FolderPlusIcon_alias_1 as FolderPlusIcon } from '../_tsup-dts-rollup.js';
|
|
539
|
+
export { FolderQuestionIcon_alias_1 as FolderQuestionIcon } from '../_tsup-dts-rollup.js';
|
|
540
|
+
export { FolderSearchIcon_alias_1 as FolderSearchIcon } from '../_tsup-dts-rollup.js';
|
|
541
|
+
export { FolderShieldIcon_alias_1 as FolderShieldIcon } from '../_tsup-dts-rollup.js';
|
|
542
|
+
export { FolderXIcon_alias_1 as FolderXIcon } from '../_tsup-dts-rollup.js';
|
|
543
|
+
export { FramerIcon_alias_1 as FramerIcon } from '../_tsup-dts-rollup.js';
|
|
544
|
+
export { GamingPad1Icon_alias_1 as GamingPad1Icon } from '../_tsup-dts-rollup.js';
|
|
545
|
+
export { GamingPad2Icon_alias_1 as GamingPad2Icon } from '../_tsup-dts-rollup.js';
|
|
546
|
+
export { Gift1Icon_alias_1 as Gift1Icon } from '../_tsup-dts-rollup.js';
|
|
547
|
+
export { Gift2Icon_alias_1 as Gift2Icon } from '../_tsup-dts-rollup.js';
|
|
548
|
+
export { GitBranch1Icon_alias_1 as GitBranch1Icon } from '../_tsup-dts-rollup.js';
|
|
549
|
+
export { GitBranch2Icon_alias_1 as GitBranch2Icon } from '../_tsup-dts-rollup.js';
|
|
550
|
+
export { GitCommitIcon_alias_1 as GitCommitIcon } from '../_tsup-dts-rollup.js';
|
|
551
|
+
export { GitMergeIcon_alias_1 as GitMergeIcon } from '../_tsup-dts-rollup.js';
|
|
552
|
+
export { GitPullRequestIcon_alias_1 as GitPullRequestIcon } from '../_tsup-dts-rollup.js';
|
|
553
|
+
export { Glasses1Icon_alias_1 as Glasses1Icon } from '../_tsup-dts-rollup.js';
|
|
554
|
+
export { Glasses2Icon_alias_1 as Glasses2Icon } from '../_tsup-dts-rollup.js';
|
|
555
|
+
export { Globe1Icon_alias_1 as Globe1Icon } from '../_tsup-dts-rollup.js';
|
|
556
|
+
export { Globe11Icon_alias_1 as Globe11Icon } from '../_tsup-dts-rollup.js';
|
|
557
|
+
export { Globe2Icon_alias_1 as Globe2Icon } from '../_tsup-dts-rollup.js';
|
|
558
|
+
export { Globe21Icon_alias_1 as Globe21Icon } from '../_tsup-dts-rollup.js';
|
|
559
|
+
export { Globe3Icon_alias_1 as Globe3Icon } from '../_tsup-dts-rollup.js';
|
|
560
|
+
export { Globe4Icon_alias_1 as Globe4Icon } from '../_tsup-dts-rollup.js';
|
|
561
|
+
export { Globe5Icon_alias_1 as Globe5Icon } from '../_tsup-dts-rollup.js';
|
|
562
|
+
export { Globe6Icon_alias_1 as Globe6Icon } from '../_tsup-dts-rollup.js';
|
|
563
|
+
export { GoogleChromeIcon_alias_1 as GoogleChromeIcon } from '../_tsup-dts-rollup.js';
|
|
564
|
+
export { GraduationHat1Icon_alias_1 as GraduationHat1Icon } from '../_tsup-dts-rollup.js';
|
|
565
|
+
export { GraduationHat2Icon_alias_1 as GraduationHat2Icon } from '../_tsup-dts-rollup.js';
|
|
566
|
+
export { Grid1Icon_alias_1 as Grid1Icon } from '../_tsup-dts-rollup.js';
|
|
567
|
+
export { Grid2Icon_alias_1 as Grid2Icon } from '../_tsup-dts-rollup.js';
|
|
568
|
+
export { Grid3Icon_alias_1 as Grid3Icon } from '../_tsup-dts-rollup.js';
|
|
569
|
+
export { GridDotsBlankIcon_alias_1 as GridDotsBlankIcon } from '../_tsup-dts-rollup.js';
|
|
570
|
+
export { GridDotsBottomIcon_alias_1 as GridDotsBottomIcon } from '../_tsup-dts-rollup.js';
|
|
571
|
+
export { GridDotsHorizontalCenterIcon_alias_1 as GridDotsHorizontalCenterIcon } from '../_tsup-dts-rollup.js';
|
|
572
|
+
export { GridDotsLeftIcon_alias_1 as GridDotsLeftIcon } from '../_tsup-dts-rollup.js';
|
|
573
|
+
export { GridDotsOuterIcon_alias_1 as GridDotsOuterIcon } from '../_tsup-dts-rollup.js';
|
|
574
|
+
export { GridDotsRightIcon_alias_1 as GridDotsRightIcon } from '../_tsup-dts-rollup.js';
|
|
575
|
+
export { GridDotsTopIcon_alias_1 as GridDotsTopIcon } from '../_tsup-dts-rollup.js';
|
|
576
|
+
export { GridDotsVerticalCenterIcon_alias_1 as GridDotsVerticalCenterIcon } from '../_tsup-dts-rollup.js';
|
|
577
|
+
export { HandIcon_alias_1 as HandIcon } from '../_tsup-dts-rollup.js';
|
|
578
|
+
export { HardDriveIcon_alias_1 as HardDriveIcon } from '../_tsup-dts-rollup.js';
|
|
579
|
+
export { Hash1Icon_alias_1 as Hash1Icon } from '../_tsup-dts-rollup.js';
|
|
580
|
+
export { Hash2Icon_alias_1 as Hash2Icon } from '../_tsup-dts-rollup.js';
|
|
581
|
+
export { Heading1Icon_alias_1 as Heading1Icon } from '../_tsup-dts-rollup.js';
|
|
582
|
+
export { Heading2Icon_alias_1 as Heading2Icon } from '../_tsup-dts-rollup.js';
|
|
583
|
+
export { HeadingSquareIcon_alias_1 as HeadingSquareIcon } from '../_tsup-dts-rollup.js';
|
|
584
|
+
export { Headphones1Icon_alias_1 as Headphones1Icon } from '../_tsup-dts-rollup.js';
|
|
585
|
+
export { Headphones2Icon_alias_1 as Headphones2Icon } from '../_tsup-dts-rollup.js';
|
|
586
|
+
export { HeartIcon_alias_1 as HeartIcon } from '../_tsup-dts-rollup.js';
|
|
587
|
+
export { HeartCircleIcon_alias_1 as HeartCircleIcon } from '../_tsup-dts-rollup.js';
|
|
588
|
+
export { HeartHandIcon_alias_1 as HeartHandIcon } from '../_tsup-dts-rollup.js';
|
|
589
|
+
export { HeartHexagonIcon_alias_1 as HeartHexagonIcon } from '../_tsup-dts-rollup.js';
|
|
590
|
+
export { HeartOctagonIcon_alias_1 as HeartOctagonIcon } from '../_tsup-dts-rollup.js';
|
|
591
|
+
export { HeartRoundedIcon_alias_1 as HeartRoundedIcon } from '../_tsup-dts-rollup.js';
|
|
592
|
+
export { HeartSquareIcon_alias_1 as HeartSquareIcon } from '../_tsup-dts-rollup.js';
|
|
593
|
+
export { HeartsIcon_alias_1 as HeartsIcon } from '../_tsup-dts-rollup.js';
|
|
594
|
+
export { HelpCircleIcon_alias_1 as HelpCircleIcon } from '../_tsup-dts-rollup.js';
|
|
595
|
+
export { HelpHexagonIcon_alias_1 as HelpHexagonIcon } from '../_tsup-dts-rollup.js';
|
|
596
|
+
export { HelpOctagonIcon_alias_1 as HelpOctagonIcon } from '../_tsup-dts-rollup.js';
|
|
597
|
+
export { HelpSquareIcon_alias_1 as HelpSquareIcon } from '../_tsup-dts-rollup.js';
|
|
598
|
+
export { Hexagon1Icon_alias_1 as Hexagon1Icon } from '../_tsup-dts-rollup.js';
|
|
599
|
+
export { Hexagon2Icon_alias_1 as Hexagon2Icon } from '../_tsup-dts-rollup.js';
|
|
600
|
+
export { HomeIcon_alias_1 as HomeIcon } from '../_tsup-dts-rollup.js';
|
|
601
|
+
export { Home1Icon_alias_1 as Home1Icon } from '../_tsup-dts-rollup.js';
|
|
602
|
+
export { Home2Icon_alias_1 as Home2Icon } from '../_tsup-dts-rollup.js';
|
|
603
|
+
export { Home3Icon_alias_1 as Home3Icon } from '../_tsup-dts-rollup.js';
|
|
604
|
+
export { Home4Icon_alias_1 as Home4Icon } from '../_tsup-dts-rollup.js';
|
|
605
|
+
export { Home5Icon_alias_1 as Home5Icon } from '../_tsup-dts-rollup.js';
|
|
606
|
+
export { HomeLineIcon_alias_1 as HomeLineIcon } from '../_tsup-dts-rollup.js';
|
|
607
|
+
export { HomeSmileIcon_alias_1 as HomeSmileIcon } from '../_tsup-dts-rollup.js';
|
|
608
|
+
export { HorizontalBarChart1Icon_alias_1 as HorizontalBarChart1Icon } from '../_tsup-dts-rollup.js';
|
|
609
|
+
export { HorizontalBarChart2Icon_alias_1 as HorizontalBarChart2Icon } from '../_tsup-dts-rollup.js';
|
|
610
|
+
export { HorizontalBarChart3Icon_alias_1 as HorizontalBarChart3Icon } from '../_tsup-dts-rollup.js';
|
|
611
|
+
export { Hourglass1Icon_alias_1 as Hourglass1Icon } from '../_tsup-dts-rollup.js';
|
|
612
|
+
export { Hourglass2Icon_alias_1 as Hourglass2Icon } from '../_tsup-dts-rollup.js';
|
|
613
|
+
export { Hourglass3Icon_alias_1 as Hourglass3Icon } from '../_tsup-dts-rollup.js';
|
|
614
|
+
export { Hurricane1Icon_alias_1 as Hurricane1Icon } from '../_tsup-dts-rollup.js';
|
|
615
|
+
export { Hurricane2Icon_alias_1 as Hurricane2Icon } from '../_tsup-dts-rollup.js';
|
|
616
|
+
export { Hurricane3Icon_alias_1 as Hurricane3Icon } from '../_tsup-dts-rollup.js';
|
|
617
|
+
export { ImageIcon_alias_1 as ImageIcon } from '../_tsup-dts-rollup.js';
|
|
618
|
+
export { Image1Icon_alias_1 as Image1Icon } from '../_tsup-dts-rollup.js';
|
|
619
|
+
export { Image2Icon_alias_1 as Image2Icon } from '../_tsup-dts-rollup.js';
|
|
620
|
+
export { Image3Icon_alias_1 as Image3Icon } from '../_tsup-dts-rollup.js';
|
|
621
|
+
export { Image4Icon_alias_1 as Image4Icon } from '../_tsup-dts-rollup.js';
|
|
622
|
+
export { Image5Icon_alias_1 as Image5Icon } from '../_tsup-dts-rollup.js';
|
|
623
|
+
export { ImageCheckIcon_alias_1 as ImageCheckIcon } from '../_tsup-dts-rollup.js';
|
|
624
|
+
export { ImageDownIcon_alias_1 as ImageDownIcon } from '../_tsup-dts-rollup.js';
|
|
625
|
+
export { ImageIndentLeftIcon_alias_1 as ImageIndentLeftIcon } from '../_tsup-dts-rollup.js';
|
|
626
|
+
export { ImageIndentRightIcon_alias_1 as ImageIndentRightIcon } from '../_tsup-dts-rollup.js';
|
|
627
|
+
export { ImageLeftIcon_alias_1 as ImageLeftIcon } from '../_tsup-dts-rollup.js';
|
|
628
|
+
export { ImagePlusIcon_alias_1 as ImagePlusIcon } from '../_tsup-dts-rollup.js';
|
|
629
|
+
export { ImageRightIcon_alias_1 as ImageRightIcon } from '../_tsup-dts-rollup.js';
|
|
630
|
+
export { ImageUpIcon_alias_1 as ImageUpIcon } from '../_tsup-dts-rollup.js';
|
|
631
|
+
export { ImageUserIcon_alias_1 as ImageUserIcon } from '../_tsup-dts-rollup.js';
|
|
632
|
+
export { ImageUserCheckIcon_alias_1 as ImageUserCheckIcon } from '../_tsup-dts-rollup.js';
|
|
633
|
+
export { ImageUserDownIcon_alias_1 as ImageUserDownIcon } from '../_tsup-dts-rollup.js';
|
|
634
|
+
export { ImageUserLeftIcon_alias_1 as ImageUserLeftIcon } from '../_tsup-dts-rollup.js';
|
|
635
|
+
export { ImageUserPlusIcon_alias_1 as ImageUserPlusIcon } from '../_tsup-dts-rollup.js';
|
|
636
|
+
export { ImageUserRightIcon_alias_1 as ImageUserRightIcon } from '../_tsup-dts-rollup.js';
|
|
637
|
+
export { ImageUserUpIcon_alias_1 as ImageUserUpIcon } from '../_tsup-dts-rollup.js';
|
|
638
|
+
export { ImageUserXIcon_alias_1 as ImageUserXIcon } from '../_tsup-dts-rollup.js';
|
|
639
|
+
export { ImageXIcon_alias_1 as ImageXIcon } from '../_tsup-dts-rollup.js';
|
|
640
|
+
export { Inbox1Icon_alias_1 as Inbox1Icon } from '../_tsup-dts-rollup.js';
|
|
641
|
+
export { Inbox2Icon_alias_1 as Inbox2Icon } from '../_tsup-dts-rollup.js';
|
|
642
|
+
export { InfinityIcon } from '../_tsup-dts-rollup.js';
|
|
643
|
+
export { InfoCircleIcon } from '../_tsup-dts-rollup.js';
|
|
644
|
+
export { InfoHexagonIcon } from '../_tsup-dts-rollup.js';
|
|
645
|
+
export { InfoOctagonIcon } from '../_tsup-dts-rollup.js';
|
|
646
|
+
export { InfoSquareIcon } from '../_tsup-dts-rollup.js';
|
|
647
|
+
export { IntersectCircleIcon } from '../_tsup-dts-rollup.js';
|
|
648
|
+
export { IntersectSquareIcon } from '../_tsup-dts-rollup.js';
|
|
649
|
+
export { Italic1Icon } from '../_tsup-dts-rollup.js';
|
|
650
|
+
export { Italic2Icon } from '../_tsup-dts-rollup.js';
|
|
651
|
+
export { ItalicSquareIcon } from '../_tsup-dts-rollup.js';
|
|
652
|
+
export { Key1Icon } from '../_tsup-dts-rollup.js';
|
|
653
|
+
export { Key2Icon } from '../_tsup-dts-rollup.js';
|
|
654
|
+
export { Keyboard1Icon } from '../_tsup-dts-rollup.js';
|
|
655
|
+
export { Keyboard2Icon } from '../_tsup-dts-rollup.js';
|
|
656
|
+
export { Laptop1Icon } from '../_tsup-dts-rollup.js';
|
|
657
|
+
export { Laptop2Icon } from '../_tsup-dts-rollup.js';
|
|
658
|
+
export { LayerSingleIcon } from '../_tsup-dts-rollup.js';
|
|
659
|
+
export { LayersThree1Icon } from '../_tsup-dts-rollup.js';
|
|
660
|
+
export { LayersThree2Icon } from '../_tsup-dts-rollup.js';
|
|
661
|
+
export { LayersTwo1Icon } from '../_tsup-dts-rollup.js';
|
|
662
|
+
export { LayersTwo2Icon } from '../_tsup-dts-rollup.js';
|
|
663
|
+
export { LayoutAlt1Icon } from '../_tsup-dts-rollup.js';
|
|
664
|
+
export { LayoutAlt2Icon } from '../_tsup-dts-rollup.js';
|
|
665
|
+
export { LayoutAlt3Icon } from '../_tsup-dts-rollup.js';
|
|
666
|
+
export { LayoutAlt4Icon } from '../_tsup-dts-rollup.js';
|
|
667
|
+
export { LayoutBottomIcon } from '../_tsup-dts-rollup.js';
|
|
668
|
+
export { LayoutGrid1Icon } from '../_tsup-dts-rollup.js';
|
|
669
|
+
export { LayoutGrid2Icon } from '../_tsup-dts-rollup.js';
|
|
670
|
+
export { LayoutLeftIcon } from '../_tsup-dts-rollup.js';
|
|
671
|
+
export { LayoutRightIcon } from '../_tsup-dts-rollup.js';
|
|
672
|
+
export { LayoutTopIcon } from '../_tsup-dts-rollup.js';
|
|
673
|
+
export { LeftIndent1Icon } from '../_tsup-dts-rollup.js';
|
|
674
|
+
export { LeftIndent2Icon } from '../_tsup-dts-rollup.js';
|
|
675
|
+
export { LetterSpacing1Icon } from '../_tsup-dts-rollup.js';
|
|
676
|
+
export { LetterSpacing2Icon } from '../_tsup-dts-rollup.js';
|
|
677
|
+
export { LifeBuoy1Icon } from '../_tsup-dts-rollup.js';
|
|
678
|
+
export { LifeBuoy2Icon } from '../_tsup-dts-rollup.js';
|
|
679
|
+
export { LightbulbIcon } from '../_tsup-dts-rollup.js';
|
|
680
|
+
export { Lightbulb1Icon } from '../_tsup-dts-rollup.js';
|
|
681
|
+
export { Lightbulb2Icon } from '../_tsup-dts-rollup.js';
|
|
682
|
+
export { Lightbulb3Icon } from '../_tsup-dts-rollup.js';
|
|
683
|
+
export { Lightbulb4Icon } from '../_tsup-dts-rollup.js';
|
|
684
|
+
export { Lightbulb5Icon } from '../_tsup-dts-rollup.js';
|
|
685
|
+
export { Lightning1Icon } from '../_tsup-dts-rollup.js';
|
|
686
|
+
export { Lightning2Icon } from '../_tsup-dts-rollup.js';
|
|
687
|
+
export { LineChartDown1Icon } from '../_tsup-dts-rollup.js';
|
|
688
|
+
export { LineChartDown2Icon } from '../_tsup-dts-rollup.js';
|
|
689
|
+
export { LineChartDown3Icon } from '../_tsup-dts-rollup.js';
|
|
690
|
+
export { LineChartDown4Icon } from '../_tsup-dts-rollup.js';
|
|
691
|
+
export { LineChartDown5Icon } from '../_tsup-dts-rollup.js';
|
|
692
|
+
export { LineChartUp1Icon } from '../_tsup-dts-rollup.js';
|
|
693
|
+
export { LineChartUp2Icon } from '../_tsup-dts-rollup.js';
|
|
694
|
+
export { LineChartUp3Icon } from '../_tsup-dts-rollup.js';
|
|
695
|
+
export { LineChartUp4Icon } from '../_tsup-dts-rollup.js';
|
|
696
|
+
export { LineChartUp5Icon } from '../_tsup-dts-rollup.js';
|
|
697
|
+
export { LineHeightIcon } from '../_tsup-dts-rollup.js';
|
|
698
|
+
export { LinkIcon } from '../_tsup-dts-rollup.js';
|
|
699
|
+
export { Link1Icon } from '../_tsup-dts-rollup.js';
|
|
700
|
+
export { Link2Icon } from '../_tsup-dts-rollup.js';
|
|
701
|
+
export { Link3Icon } from '../_tsup-dts-rollup.js';
|
|
702
|
+
export { Link4Icon } from '../_tsup-dts-rollup.js';
|
|
703
|
+
export { Link5Icon } from '../_tsup-dts-rollup.js';
|
|
704
|
+
export { LinkBroken1Icon } from '../_tsup-dts-rollup.js';
|
|
705
|
+
export { LinkBroken2Icon } from '../_tsup-dts-rollup.js';
|
|
706
|
+
export { LinkExternal1Icon } from '../_tsup-dts-rollup.js';
|
|
707
|
+
export { LinkExternal2Icon } from '../_tsup-dts-rollup.js';
|
|
708
|
+
export { ListIcon } from '../_tsup-dts-rollup.js';
|
|
709
|
+
export { Loading1Icon } from '../_tsup-dts-rollup.js';
|
|
710
|
+
export { Loading2Icon } from '../_tsup-dts-rollup.js';
|
|
711
|
+
export { Loading3Icon } from '../_tsup-dts-rollup.js';
|
|
712
|
+
export { LockIcon } from '../_tsup-dts-rollup.js';
|
|
713
|
+
export { Lock1Icon } from '../_tsup-dts-rollup.js';
|
|
714
|
+
export { Lock2Icon } from '../_tsup-dts-rollup.js';
|
|
715
|
+
export { Lock3Icon } from '../_tsup-dts-rollup.js';
|
|
716
|
+
export { Lock4Icon } from '../_tsup-dts-rollup.js';
|
|
717
|
+
export { LockKeyholeCircleIcon } from '../_tsup-dts-rollup.js';
|
|
718
|
+
export { LockKeyholeSquareIcon } from '../_tsup-dts-rollup.js';
|
|
719
|
+
export { LockUnlocked1Icon } from '../_tsup-dts-rollup.js';
|
|
720
|
+
export { LockUnlocked2Icon } from '../_tsup-dts-rollup.js';
|
|
721
|
+
export { LockUnlocked3Icon } from '../_tsup-dts-rollup.js';
|
|
722
|
+
export { LockUnlocked4Icon } from '../_tsup-dts-rollup.js';
|
|
723
|
+
export { LogInIcon } from '../_tsup-dts-rollup.js';
|
|
724
|
+
export { LogIn1Icon } from '../_tsup-dts-rollup.js';
|
|
725
|
+
export { LogIn2Icon } from '../_tsup-dts-rollup.js';
|
|
726
|
+
export { LogIn3Icon } from '../_tsup-dts-rollup.js';
|
|
727
|
+
export { LogIn4Icon } from '../_tsup-dts-rollup.js';
|
|
728
|
+
export { LogOut1Icon } from '../_tsup-dts-rollup.js';
|
|
729
|
+
export { LogOut2Icon } from '../_tsup-dts-rollup.js';
|
|
730
|
+
export { LogOut3Icon } from '../_tsup-dts-rollup.js';
|
|
731
|
+
export { LogOut4Icon } from '../_tsup-dts-rollup.js';
|
|
732
|
+
export { Luggage1Icon } from '../_tsup-dts-rollup.js';
|
|
733
|
+
export { Luggage2Icon } from '../_tsup-dts-rollup.js';
|
|
734
|
+
export { Luggage3Icon } from '../_tsup-dts-rollup.js';
|
|
735
|
+
export { MagicWandIcon } from '../_tsup-dts-rollup.js';
|
|
736
|
+
export { MagicWand1Icon } from '../_tsup-dts-rollup.js';
|
|
737
|
+
export { MagicWand2Icon } from '../_tsup-dts-rollup.js';
|
|
738
|
+
export { MailIcon } from '../_tsup-dts-rollup.js';
|
|
739
|
+
export { Mail1Icon } from '../_tsup-dts-rollup.js';
|
|
740
|
+
export { Mail2Icon } from '../_tsup-dts-rollup.js';
|
|
741
|
+
export { Mail3Icon } from '../_tsup-dts-rollup.js';
|
|
742
|
+
export { Mail4Icon } from '../_tsup-dts-rollup.js';
|
|
743
|
+
export { Mail5Icon } from '../_tsup-dts-rollup.js';
|
|
744
|
+
export { MailNotificationIcon } from '../_tsup-dts-rollup.js';
|
|
745
|
+
export { Map1Icon } from '../_tsup-dts-rollup.js';
|
|
746
|
+
export { Map2Icon } from '../_tsup-dts-rollup.js';
|
|
747
|
+
export { MarkIcon } from '../_tsup-dts-rollup.js';
|
|
748
|
+
export { MarkerPin1Icon } from '../_tsup-dts-rollup.js';
|
|
749
|
+
export { MarkerPin2Icon } from '../_tsup-dts-rollup.js';
|
|
750
|
+
export { MarkerPin3Icon } from '../_tsup-dts-rollup.js';
|
|
751
|
+
export { MarkerPin4Icon } from '../_tsup-dts-rollup.js';
|
|
752
|
+
export { MarkerPin5Icon } from '../_tsup-dts-rollup.js';
|
|
753
|
+
export { MarkerPin6Icon } from '../_tsup-dts-rollup.js';
|
|
754
|
+
export { Maximize1Icon } from '../_tsup-dts-rollup.js';
|
|
755
|
+
export { Maximize2Icon } from '../_tsup-dts-rollup.js';
|
|
756
|
+
export { MedicalCircleIcon } from '../_tsup-dts-rollup.js';
|
|
757
|
+
export { MedicalCrossIcon } from '../_tsup-dts-rollup.js';
|
|
758
|
+
export { MedicalSquareIcon } from '../_tsup-dts-rollup.js';
|
|
759
|
+
export { MenuIcon } from '../_tsup-dts-rollup.js';
|
|
760
|
+
export { Menu1Icon } from '../_tsup-dts-rollup.js';
|
|
761
|
+
export { Menu2Icon } from '../_tsup-dts-rollup.js';
|
|
762
|
+
export { Menu3Icon } from '../_tsup-dts-rollup.js';
|
|
763
|
+
export { Menu4Icon } from '../_tsup-dts-rollup.js';
|
|
764
|
+
export { Menu5Icon } from '../_tsup-dts-rollup.js';
|
|
765
|
+
export { MessageAlertCircleIcon } from '../_tsup-dts-rollup.js';
|
|
766
|
+
export { MessageAlertSquareIcon } from '../_tsup-dts-rollup.js';
|
|
767
|
+
export { MessageChatCircleIcon } from '../_tsup-dts-rollup.js';
|
|
768
|
+
export { MessageChatSquareIcon } from '../_tsup-dts-rollup.js';
|
|
769
|
+
export { MessageCheckCircleIcon } from '../_tsup-dts-rollup.js';
|
|
770
|
+
export { MessageCheckSquareIcon } from '../_tsup-dts-rollup.js';
|
|
771
|
+
export { MessageCircle1Icon } from '../_tsup-dts-rollup.js';
|
|
772
|
+
export { MessageCircle2Icon } from '../_tsup-dts-rollup.js';
|
|
773
|
+
export { MessageDotsCircleIcon } from '../_tsup-dts-rollup.js';
|
|
774
|
+
export { MessageDotsSquareIcon } from '../_tsup-dts-rollup.js';
|
|
775
|
+
export { MessageHeartCircleIcon } from '../_tsup-dts-rollup.js';
|
|
776
|
+
export { MessageHeartSquareIcon } from '../_tsup-dts-rollup.js';
|
|
777
|
+
export { MessageNotificationCircleIcon } from '../_tsup-dts-rollup.js';
|
|
778
|
+
export { MessageNotificationSquareIcon } from '../_tsup-dts-rollup.js';
|
|
779
|
+
export { MessagePlusCircleIcon } from '../_tsup-dts-rollup.js';
|
|
780
|
+
export { MessagePlusSquareIcon } from '../_tsup-dts-rollup.js';
|
|
781
|
+
export { MessageQuestionCircleIcon } from '../_tsup-dts-rollup.js';
|
|
782
|
+
export { MessageQuestionSquareIcon } from '../_tsup-dts-rollup.js';
|
|
783
|
+
export { MessageSmileCircleIcon } from '../_tsup-dts-rollup.js';
|
|
784
|
+
export { MessageSmileSquareIcon } from '../_tsup-dts-rollup.js';
|
|
785
|
+
export { MessageSquare1Icon } from '../_tsup-dts-rollup.js';
|
|
786
|
+
export { MessageSquare2Icon } from '../_tsup-dts-rollup.js';
|
|
787
|
+
export { MessageTextCircle1Icon } from '../_tsup-dts-rollup.js';
|
|
788
|
+
export { MessageTextCircle2Icon } from '../_tsup-dts-rollup.js';
|
|
789
|
+
export { MessageTextSquareIcon } from '../_tsup-dts-rollup.js';
|
|
790
|
+
export { MessageTextSquare1Icon } from '../_tsup-dts-rollup.js';
|
|
791
|
+
export { MessageTextSquare2Icon } from '../_tsup-dts-rollup.js';
|
|
792
|
+
export { MessageXCircleIcon } from '../_tsup-dts-rollup.js';
|
|
793
|
+
export { MessageXSquareIcon } from '../_tsup-dts-rollup.js';
|
|
794
|
+
export { MicrophoneIcon } from '../_tsup-dts-rollup.js';
|
|
795
|
+
export { Microphone1Icon } from '../_tsup-dts-rollup.js';
|
|
796
|
+
export { Microphone2Icon } from '../_tsup-dts-rollup.js';
|
|
797
|
+
export { MicrophoneOffIcon } from '../_tsup-dts-rollup.js';
|
|
798
|
+
export { MicrophoneOff1Icon } from '../_tsup-dts-rollup.js';
|
|
799
|
+
export { MicrophoneOff2Icon } from '../_tsup-dts-rollup.js';
|
|
800
|
+
export { MicroscopeIcon } from '../_tsup-dts-rollup.js';
|
|
801
|
+
export { Minimize1Icon } from '../_tsup-dts-rollup.js';
|
|
802
|
+
export { Minimize2Icon } from '../_tsup-dts-rollup.js';
|
|
803
|
+
export { MinusIcon } from '../_tsup-dts-rollup.js';
|
|
804
|
+
export { MinusCircleIcon } from '../_tsup-dts-rollup.js';
|
|
805
|
+
export { MinusSquareIcon } from '../_tsup-dts-rollup.js';
|
|
806
|
+
export { Modem1Icon } from '../_tsup-dts-rollup.js';
|
|
807
|
+
export { Modem2Icon } from '../_tsup-dts-rollup.js';
|
|
808
|
+
export { MonitorIcon } from '../_tsup-dts-rollup.js';
|
|
809
|
+
export { Monitor1Icon } from '../_tsup-dts-rollup.js';
|
|
810
|
+
export { Monitor2Icon } from '../_tsup-dts-rollup.js';
|
|
811
|
+
export { Monitor3Icon } from '../_tsup-dts-rollup.js';
|
|
812
|
+
export { Monitor4Icon } from '../_tsup-dts-rollup.js';
|
|
813
|
+
export { Monitor5Icon } from '../_tsup-dts-rollup.js';
|
|
814
|
+
export { Moon1Icon } from '../_tsup-dts-rollup.js';
|
|
815
|
+
export { Moon2Icon } from '../_tsup-dts-rollup.js';
|
|
816
|
+
export { MoonEclipseIcon } from '../_tsup-dts-rollup.js';
|
|
817
|
+
export { MoonStarIcon } from '../_tsup-dts-rollup.js';
|
|
818
|
+
export { MouseIcon } from '../_tsup-dts-rollup.js';
|
|
819
|
+
export { MoveIcon } from '../_tsup-dts-rollup.js';
|
|
820
|
+
export { MusicNote1Icon } from '../_tsup-dts-rollup.js';
|
|
821
|
+
export { MusicNote2Icon } from '../_tsup-dts-rollup.js';
|
|
822
|
+
export { MusicNotePlusIcon } from '../_tsup-dts-rollup.js';
|
|
823
|
+
export { NavigationPointer1Icon } from '../_tsup-dts-rollup.js';
|
|
824
|
+
export { NavigationPointer2Icon } from '../_tsup-dts-rollup.js';
|
|
825
|
+
export { NavigationPointerOff1Icon } from '../_tsup-dts-rollup.js';
|
|
826
|
+
export { NavigationPointerOff2Icon } from '../_tsup-dts-rollup.js';
|
|
827
|
+
export { NotificationBoxIcon } from '../_tsup-dts-rollup.js';
|
|
828
|
+
export { NotificationMessageIcon } from '../_tsup-dts-rollup.js';
|
|
829
|
+
export { NotificationTextIcon } from '../_tsup-dts-rollup.js';
|
|
830
|
+
export { OctagonIcon } from '../_tsup-dts-rollup.js';
|
|
831
|
+
export { PackageIcon } from '../_tsup-dts-rollup.js';
|
|
832
|
+
export { PackageCheckIcon } from '../_tsup-dts-rollup.js';
|
|
833
|
+
export { PackageMinusIcon } from '../_tsup-dts-rollup.js';
|
|
834
|
+
export { PackagePlusIcon } from '../_tsup-dts-rollup.js';
|
|
835
|
+
export { PackageSearchIcon } from '../_tsup-dts-rollup.js';
|
|
836
|
+
export { PackageXIcon } from '../_tsup-dts-rollup.js';
|
|
837
|
+
export { PaintIcon } from '../_tsup-dts-rollup.js';
|
|
838
|
+
export { PaintPourIcon } from '../_tsup-dts-rollup.js';
|
|
839
|
+
export { PaletteIcon } from '../_tsup-dts-rollup.js';
|
|
840
|
+
export { PaperclipIcon } from '../_tsup-dts-rollup.js';
|
|
841
|
+
export { ParagraphSpacingIcon } from '../_tsup-dts-rollup.js';
|
|
842
|
+
export { ParagraphWrapIcon } from '../_tsup-dts-rollup.js';
|
|
843
|
+
export { PasscodeIcon } from '../_tsup-dts-rollup.js';
|
|
844
|
+
export { PasscodeLockIcon } from '../_tsup-dts-rollup.js';
|
|
845
|
+
export { PassportIcon } from '../_tsup-dts-rollup.js';
|
|
846
|
+
export { PauseCircleIcon } from '../_tsup-dts-rollup.js';
|
|
847
|
+
export { PauseSquareIcon } from '../_tsup-dts-rollup.js';
|
|
848
|
+
export { PenTool1Icon } from '../_tsup-dts-rollup.js';
|
|
849
|
+
export { PenTool2Icon } from '../_tsup-dts-rollup.js';
|
|
850
|
+
export { PenToolMinusIcon } from '../_tsup-dts-rollup.js';
|
|
851
|
+
export { PenToolPlusIcon } from '../_tsup-dts-rollup.js';
|
|
852
|
+
export { Pencil1Icon } from '../_tsup-dts-rollup.js';
|
|
853
|
+
export { Pencil2Icon } from '../_tsup-dts-rollup.js';
|
|
854
|
+
export { PencilLineIcon } from '../_tsup-dts-rollup.js';
|
|
855
|
+
export { PentagonIcon } from '../_tsup-dts-rollup.js';
|
|
856
|
+
export { Percent1Icon } from '../_tsup-dts-rollup.js';
|
|
857
|
+
export { Percent2Icon } from '../_tsup-dts-rollup.js';
|
|
858
|
+
export { Percent3Icon } from '../_tsup-dts-rollup.js';
|
|
859
|
+
export { Perspective1Icon } from '../_tsup-dts-rollup.js';
|
|
860
|
+
export { Perspective2Icon } from '../_tsup-dts-rollup.js';
|
|
861
|
+
export { PhoneIcon } from '../_tsup-dts-rollup.js';
|
|
862
|
+
export { Phone1Icon } from '../_tsup-dts-rollup.js';
|
|
863
|
+
export { Phone2Icon } from '../_tsup-dts-rollup.js';
|
|
864
|
+
export { PhoneCallIcon } from '../_tsup-dts-rollup.js';
|
|
865
|
+
export { PhoneCall1Icon } from '../_tsup-dts-rollup.js';
|
|
866
|
+
export { PhoneCall2Icon } from '../_tsup-dts-rollup.js';
|
|
867
|
+
export { PhoneHangUpIcon } from '../_tsup-dts-rollup.js';
|
|
868
|
+
export { PhoneIncomingIcon } from '../_tsup-dts-rollup.js';
|
|
869
|
+
export { PhoneIncoming1Icon } from '../_tsup-dts-rollup.js';
|
|
870
|
+
export { PhoneIncoming2Icon } from '../_tsup-dts-rollup.js';
|
|
871
|
+
export { PhoneOutgoing1Icon } from '../_tsup-dts-rollup.js';
|
|
872
|
+
export { PhoneOutgoing2Icon } from '../_tsup-dts-rollup.js';
|
|
873
|
+
export { PhonePauseIcon } from '../_tsup-dts-rollup.js';
|
|
874
|
+
export { PhonePlusIcon } from '../_tsup-dts-rollup.js';
|
|
875
|
+
export { PhoneXIcon } from '../_tsup-dts-rollup.js';
|
|
876
|
+
export { PieChartIcon } from '../_tsup-dts-rollup.js';
|
|
877
|
+
export { PieChart1Icon } from '../_tsup-dts-rollup.js';
|
|
878
|
+
export { PieChart2Icon } from '../_tsup-dts-rollup.js';
|
|
879
|
+
export { PieChart3Icon } from '../_tsup-dts-rollup.js';
|
|
880
|
+
export { PieChart4Icon } from '../_tsup-dts-rollup.js';
|
|
881
|
+
export { PiggyBank1Icon } from '../_tsup-dts-rollup.js';
|
|
882
|
+
export { PiggyBank2Icon } from '../_tsup-dts-rollup.js';
|
|
883
|
+
export { Pilcrow1Icon } from '../_tsup-dts-rollup.js';
|
|
884
|
+
export { Pilcrow2Icon } from '../_tsup-dts-rollup.js';
|
|
885
|
+
export { PilcrowSquareIcon } from '../_tsup-dts-rollup.js';
|
|
886
|
+
export { Pin1Icon } from '../_tsup-dts-rollup.js';
|
|
887
|
+
export { Pin2Icon } from '../_tsup-dts-rollup.js';
|
|
888
|
+
export { PlaceholderIcon } from '../_tsup-dts-rollup.js';
|
|
889
|
+
export { PlaneIcon } from '../_tsup-dts-rollup.js';
|
|
890
|
+
export { PlayIcon } from '../_tsup-dts-rollup.js';
|
|
891
|
+
export { PlayCircleIcon } from '../_tsup-dts-rollup.js';
|
|
892
|
+
export { PlaySquareIcon } from '../_tsup-dts-rollup.js';
|
|
893
|
+
export { PlusIcon } from '../_tsup-dts-rollup.js';
|
|
894
|
+
export { PlusCircleIcon } from '../_tsup-dts-rollup.js';
|
|
895
|
+
export { PlusSquareIcon } from '../_tsup-dts-rollup.js';
|
|
896
|
+
export { PodcastIcon } from '../_tsup-dts-rollup.js';
|
|
897
|
+
export { Power1Icon } from '../_tsup-dts-rollup.js';
|
|
898
|
+
export { Power2Icon } from '../_tsup-dts-rollup.js';
|
|
899
|
+
export { Power3Icon } from '../_tsup-dts-rollup.js';
|
|
900
|
+
export { PresentationChart1Icon } from '../_tsup-dts-rollup.js';
|
|
901
|
+
export { PresentationChart2Icon } from '../_tsup-dts-rollup.js';
|
|
902
|
+
export { PresentationChart3Icon } from '../_tsup-dts-rollup.js';
|
|
903
|
+
export { PrinterIcon } from '../_tsup-dts-rollup.js';
|
|
904
|
+
export { PuzzlePieceIcon } from '../_tsup-dts-rollup.js';
|
|
905
|
+
export { PuzzlePiece1Icon } from '../_tsup-dts-rollup.js';
|
|
906
|
+
export { PuzzlePiece2Icon } from '../_tsup-dts-rollup.js';
|
|
907
|
+
export { QrCodeIcon } from '../_tsup-dts-rollup.js';
|
|
908
|
+
export { QrCode1Icon } from '../_tsup-dts-rollup.js';
|
|
909
|
+
export { QrCode2Icon } from '../_tsup-dts-rollup.js';
|
|
910
|
+
export { ReceiptIcon } from '../_tsup-dts-rollup.js';
|
|
911
|
+
export { ReceiptCheckIcon } from '../_tsup-dts-rollup.js';
|
|
912
|
+
export { RecordingIcon } from '../_tsup-dts-rollup.js';
|
|
913
|
+
export { Recording1Icon } from '../_tsup-dts-rollup.js';
|
|
914
|
+
export { Recording2Icon } from '../_tsup-dts-rollup.js';
|
|
915
|
+
export { Recording3Icon } from '../_tsup-dts-rollup.js';
|
|
916
|
+
export { Reflect1Icon } from '../_tsup-dts-rollup.js';
|
|
917
|
+
export { Reflect2Icon } from '../_tsup-dts-rollup.js';
|
|
918
|
+
export { RefreshCcwIcon } from '../_tsup-dts-rollup.js';
|
|
919
|
+
export { RefreshCcw1Icon } from '../_tsup-dts-rollup.js';
|
|
920
|
+
export { RefreshCcw2Icon } from '../_tsup-dts-rollup.js';
|
|
921
|
+
export { RefreshCcw3Icon } from '../_tsup-dts-rollup.js';
|
|
922
|
+
export { RefreshCcw4Icon } from '../_tsup-dts-rollup.js';
|
|
923
|
+
export { RefreshCcw5Icon } from '../_tsup-dts-rollup.js';
|
|
924
|
+
export { RefreshCwIcon } from '../_tsup-dts-rollup.js';
|
|
925
|
+
export { RefreshCw1Icon } from '../_tsup-dts-rollup.js';
|
|
926
|
+
export { RefreshCw2Icon } from '../_tsup-dts-rollup.js';
|
|
927
|
+
export { RefreshCw3Icon } from '../_tsup-dts-rollup.js';
|
|
928
|
+
export { RefreshCw4Icon } from '../_tsup-dts-rollup.js';
|
|
929
|
+
export { RefreshCw5Icon } from '../_tsup-dts-rollup.js';
|
|
930
|
+
export { Repeat1Icon } from '../_tsup-dts-rollup.js';
|
|
931
|
+
export { Repeat2Icon } from '../_tsup-dts-rollup.js';
|
|
932
|
+
export { Repeat3Icon } from '../_tsup-dts-rollup.js';
|
|
933
|
+
export { Repeat4Icon } from '../_tsup-dts-rollup.js';
|
|
934
|
+
export { ReverseLeftIcon } from '../_tsup-dts-rollup.js';
|
|
935
|
+
export { ReverseRightIcon } from '../_tsup-dts-rollup.js';
|
|
936
|
+
export { RightIndent1Icon } from '../_tsup-dts-rollup.js';
|
|
937
|
+
export { RightIndent2Icon } from '../_tsup-dts-rollup.js';
|
|
938
|
+
export { RocketIcon } from '../_tsup-dts-rollup.js';
|
|
939
|
+
export { Rocket1Icon } from '../_tsup-dts-rollup.js';
|
|
940
|
+
export { Rocket2Icon } from '../_tsup-dts-rollup.js';
|
|
941
|
+
export { RollerBrushIcon } from '../_tsup-dts-rollup.js';
|
|
942
|
+
export { RotateCcwIcon } from '../_tsup-dts-rollup.js';
|
|
943
|
+
export { RouteIcon } from '../_tsup-dts-rollup.js';
|
|
944
|
+
export { Rows1Icon } from '../_tsup-dts-rollup.js';
|
|
945
|
+
export { Rows2Icon } from '../_tsup-dts-rollup.js';
|
|
946
|
+
export { Rows3Icon } from '../_tsup-dts-rollup.js';
|
|
947
|
+
export { Rss1Icon } from '../_tsup-dts-rollup.js';
|
|
948
|
+
export { Rss2Icon } from '../_tsup-dts-rollup.js';
|
|
949
|
+
export { RulerIcon } from '../_tsup-dts-rollup.js';
|
|
950
|
+
export { SafeIcon } from '../_tsup-dts-rollup.js';
|
|
951
|
+
export { Sale1Icon } from '../_tsup-dts-rollup.js';
|
|
952
|
+
export { Sale2Icon } from '../_tsup-dts-rollup.js';
|
|
953
|
+
export { Sale3Icon } from '../_tsup-dts-rollup.js';
|
|
954
|
+
export { Sale4Icon } from '../_tsup-dts-rollup.js';
|
|
955
|
+
export { SaveIcon } from '../_tsup-dts-rollup.js';
|
|
956
|
+
export { Save1Icon } from '../_tsup-dts-rollup.js';
|
|
957
|
+
export { Save2Icon } from '../_tsup-dts-rollup.js';
|
|
958
|
+
export { Save3Icon } from '../_tsup-dts-rollup.js';
|
|
959
|
+
export { Scale1Icon } from '../_tsup-dts-rollup.js';
|
|
960
|
+
export { Scale2Icon } from '../_tsup-dts-rollup.js';
|
|
961
|
+
export { Scale3Icon } from '../_tsup-dts-rollup.js';
|
|
962
|
+
export { Scales1Icon } from '../_tsup-dts-rollup.js';
|
|
963
|
+
export { Scales2Icon } from '../_tsup-dts-rollup.js';
|
|
964
|
+
export { ScanIcon } from '../_tsup-dts-rollup.js';
|
|
965
|
+
export { Scissors1Icon } from '../_tsup-dts-rollup.js';
|
|
966
|
+
export { Scissors2Icon } from '../_tsup-dts-rollup.js';
|
|
967
|
+
export { ScissorsCut1Icon } from '../_tsup-dts-rollup.js';
|
|
968
|
+
export { ScissorsCut2Icon } from '../_tsup-dts-rollup.js';
|
|
969
|
+
export { SearchLgIcon } from '../_tsup-dts-rollup.js';
|
|
970
|
+
export { SearchMdIcon } from '../_tsup-dts-rollup.js';
|
|
971
|
+
export { SearchRefractionIcon } from '../_tsup-dts-rollup.js';
|
|
972
|
+
export { SearchSmIcon } from '../_tsup-dts-rollup.js';
|
|
973
|
+
export { SendIcon } from '../_tsup-dts-rollup.js';
|
|
974
|
+
export { Send1Icon } from '../_tsup-dts-rollup.js';
|
|
975
|
+
export { Send2Icon } from '../_tsup-dts-rollup.js';
|
|
976
|
+
export { Send3Icon } from '../_tsup-dts-rollup.js';
|
|
977
|
+
export { Server1Icon } from '../_tsup-dts-rollup.js';
|
|
978
|
+
export { Server2Icon } from '../_tsup-dts-rollup.js';
|
|
979
|
+
export { Server3Icon } from '../_tsup-dts-rollup.js';
|
|
980
|
+
export { Server4Icon } from '../_tsup-dts-rollup.js';
|
|
981
|
+
export { Server5Icon } from '../_tsup-dts-rollup.js';
|
|
982
|
+
export { Server6Icon } from '../_tsup-dts-rollup.js';
|
|
983
|
+
export { SettingsIcon } from '../_tsup-dts-rollup.js';
|
|
984
|
+
export { Settings1Icon } from '../_tsup-dts-rollup.js';
|
|
985
|
+
export { Settings2Icon } from '../_tsup-dts-rollup.js';
|
|
986
|
+
export { Settings3Icon } from '../_tsup-dts-rollup.js';
|
|
987
|
+
export { Settings4Icon } from '../_tsup-dts-rollup.js';
|
|
988
|
+
export { ShareIcon } from '../_tsup-dts-rollup.js';
|
|
989
|
+
export { Share1Icon } from '../_tsup-dts-rollup.js';
|
|
990
|
+
export { Share2Icon } from '../_tsup-dts-rollup.js';
|
|
991
|
+
export { Share3Icon } from '../_tsup-dts-rollup.js';
|
|
992
|
+
export { Share4Icon } from '../_tsup-dts-rollup.js';
|
|
993
|
+
export { Share5Icon } from '../_tsup-dts-rollup.js';
|
|
994
|
+
export { Share6Icon } from '../_tsup-dts-rollup.js';
|
|
995
|
+
export { Share7Icon } from '../_tsup-dts-rollup.js';
|
|
996
|
+
export { ShareArrowIcon } from '../_tsup-dts-rollup.js';
|
|
997
|
+
export { Shield1Icon } from '../_tsup-dts-rollup.js';
|
|
998
|
+
export { Shield2Icon } from '../_tsup-dts-rollup.js';
|
|
999
|
+
export { Shield3Icon } from '../_tsup-dts-rollup.js';
|
|
1000
|
+
export { ShieldDollarIcon } from '../_tsup-dts-rollup.js';
|
|
1001
|
+
export { ShieldOffIcon } from '../_tsup-dts-rollup.js';
|
|
1002
|
+
export { ShieldPlusIcon } from '../_tsup-dts-rollup.js';
|
|
1003
|
+
export { ShieldTickIcon } from '../_tsup-dts-rollup.js';
|
|
1004
|
+
export { ShieldZapIcon } from '../_tsup-dts-rollup.js';
|
|
1005
|
+
export { ShoppingBag1Icon } from '../_tsup-dts-rollup.js';
|
|
1006
|
+
export { ShoppingBag2Icon } from '../_tsup-dts-rollup.js';
|
|
1007
|
+
export { ShoppingBag3Icon } from '../_tsup-dts-rollup.js';
|
|
1008
|
+
export { ShoppingCart1Icon } from '../_tsup-dts-rollup.js';
|
|
1009
|
+
export { ShoppingCart2Icon } from '../_tsup-dts-rollup.js';
|
|
1010
|
+
export { ShoppingCart3Icon } from '../_tsup-dts-rollup.js';
|
|
1011
|
+
export { Shuffle1Icon } from '../_tsup-dts-rollup.js';
|
|
1012
|
+
export { Shuffle2Icon } from '../_tsup-dts-rollup.js';
|
|
1013
|
+
export { Signal1Icon } from '../_tsup-dts-rollup.js';
|
|
1014
|
+
export { Signal2Icon } from '../_tsup-dts-rollup.js';
|
|
1015
|
+
export { Signal3Icon } from '../_tsup-dts-rollup.js';
|
|
1016
|
+
export { SimcardIcon } from '../_tsup-dts-rollup.js';
|
|
1017
|
+
export { SkewIcon } from '../_tsup-dts-rollup.js';
|
|
1018
|
+
export { SkipBackIcon } from '../_tsup-dts-rollup.js';
|
|
1019
|
+
export { SkipForwardIcon } from '../_tsup-dts-rollup.js';
|
|
1020
|
+
export { SlashCircle1Icon } from '../_tsup-dts-rollup.js';
|
|
1021
|
+
export { SlashCircle2Icon } from '../_tsup-dts-rollup.js';
|
|
1022
|
+
export { SlashDividerIcon } from '../_tsup-dts-rollup.js';
|
|
1023
|
+
export { SlashOctagonIcon } from '../_tsup-dts-rollup.js';
|
|
1024
|
+
export { Sliders1Icon } from '../_tsup-dts-rollup.js';
|
|
1025
|
+
export { Sliders2Icon } from '../_tsup-dts-rollup.js';
|
|
1026
|
+
export { Sliders3Icon } from '../_tsup-dts-rollup.js';
|
|
1027
|
+
export { Sliders4Icon } from '../_tsup-dts-rollup.js';
|
|
1028
|
+
export { Snowflake1Icon } from '../_tsup-dts-rollup.js';
|
|
1029
|
+
export { Snowflake2Icon } from '../_tsup-dts-rollup.js';
|
|
1030
|
+
export { SpacingHeight1Icon } from '../_tsup-dts-rollup.js';
|
|
1031
|
+
export { SpacingHeight2Icon } from '../_tsup-dts-rollup.js';
|
|
1032
|
+
export { SpacingWidth1Icon } from '../_tsup-dts-rollup.js';
|
|
1033
|
+
export { SpacingWidth2Icon } from '../_tsup-dts-rollup.js';
|
|
1034
|
+
export { Speaker1Icon } from '../_tsup-dts-rollup.js';
|
|
1035
|
+
export { Speaker2Icon } from '../_tsup-dts-rollup.js';
|
|
1036
|
+
export { Speaker3Icon } from '../_tsup-dts-rollup.js';
|
|
1037
|
+
export { Speedometer1Icon } from '../_tsup-dts-rollup.js';
|
|
1038
|
+
export { Speedometer2Icon } from '../_tsup-dts-rollup.js';
|
|
1039
|
+
export { Speedometer3Icon } from '../_tsup-dts-rollup.js';
|
|
1040
|
+
export { Speedometer4Icon } from '../_tsup-dts-rollup.js';
|
|
1041
|
+
export { SpinnerIcon } from '../_tsup-dts-rollup.js';
|
|
1042
|
+
export { SquareIcon } from '../_tsup-dts-rollup.js';
|
|
1043
|
+
export { StandIcon } from '../_tsup-dts-rollup.js';
|
|
1044
|
+
export { Star1Icon } from '../_tsup-dts-rollup.js';
|
|
1045
|
+
export { Star2Icon } from '../_tsup-dts-rollup.js';
|
|
1046
|
+
export { Star3Icon } from '../_tsup-dts-rollup.js';
|
|
1047
|
+
export { Star4Icon } from '../_tsup-dts-rollup.js';
|
|
1048
|
+
export { Star5Icon } from '../_tsup-dts-rollup.js';
|
|
1049
|
+
export { Star6Icon } from '../_tsup-dts-rollup.js';
|
|
1050
|
+
export { Star7Icon } from '../_tsup-dts-rollup.js';
|
|
1051
|
+
export { StarsIcon } from '../_tsup-dts-rollup.js';
|
|
1052
|
+
export { Stars1Icon } from '../_tsup-dts-rollup.js';
|
|
1053
|
+
export { Stars2Icon } from '../_tsup-dts-rollup.js';
|
|
1054
|
+
export { Stars3Icon } from '../_tsup-dts-rollup.js';
|
|
1055
|
+
export { StickerCircleIcon } from '../_tsup-dts-rollup.js';
|
|
1056
|
+
export { StickerSquareIcon } from '../_tsup-dts-rollup.js';
|
|
1057
|
+
export { StopIcon } from '../_tsup-dts-rollup.js';
|
|
1058
|
+
export { StopCircleIcon } from '../_tsup-dts-rollup.js';
|
|
1059
|
+
export { StopSquareIcon } from '../_tsup-dts-rollup.js';
|
|
1060
|
+
export { Strikethrough1Icon } from '../_tsup-dts-rollup.js';
|
|
1061
|
+
export { Strikethrough2Icon } from '../_tsup-dts-rollup.js';
|
|
1062
|
+
export { StrikethroughSquareIcon } from '../_tsup-dts-rollup.js';
|
|
1063
|
+
export { SubscriptIcon } from '../_tsup-dts-rollup.js';
|
|
1064
|
+
export { SunIcon } from '../_tsup-dts-rollup.js';
|
|
1065
|
+
export { SunSetting1Icon } from '../_tsup-dts-rollup.js';
|
|
1066
|
+
export { SunSetting2Icon } from '../_tsup-dts-rollup.js';
|
|
1067
|
+
export { SunSetting3Icon } from '../_tsup-dts-rollup.js';
|
|
1068
|
+
export { SunriseIcon } from '../_tsup-dts-rollup.js';
|
|
1069
|
+
export { SunsetIcon } from '../_tsup-dts-rollup.js';
|
|
1070
|
+
export { SwitchHorizontal1Icon } from '../_tsup-dts-rollup.js';
|
|
1071
|
+
export { SwitchHorizontal2Icon } from '../_tsup-dts-rollup.js';
|
|
1072
|
+
export { SwitchVertical1Icon } from '../_tsup-dts-rollup.js';
|
|
1073
|
+
export { SwitchVertical2Icon } from '../_tsup-dts-rollup.js';
|
|
1074
|
+
export { TableIcon } from '../_tsup-dts-rollup.js';
|
|
1075
|
+
export { Tablet1Icon } from '../_tsup-dts-rollup.js';
|
|
1076
|
+
export { Tablet2Icon } from '../_tsup-dts-rollup.js';
|
|
1077
|
+
export { Tag1Icon } from '../_tsup-dts-rollup.js';
|
|
1078
|
+
export { Tag2Icon } from '../_tsup-dts-rollup.js';
|
|
1079
|
+
export { Tag3Icon } from '../_tsup-dts-rollup.js';
|
|
1080
|
+
export { Target1Icon } from '../_tsup-dts-rollup.js';
|
|
1081
|
+
export { Target2Icon } from '../_tsup-dts-rollup.js';
|
|
1082
|
+
export { Target3Icon } from '../_tsup-dts-rollup.js';
|
|
1083
|
+
export { Target4Icon } from '../_tsup-dts-rollup.js';
|
|
1084
|
+
export { Target5Icon } from '../_tsup-dts-rollup.js';
|
|
1085
|
+
export { TelescopeIcon } from '../_tsup-dts-rollup.js';
|
|
1086
|
+
export { TerminalIcon } from '../_tsup-dts-rollup.js';
|
|
1087
|
+
export { TerminalBrowserIcon } from '../_tsup-dts-rollup.js';
|
|
1088
|
+
export { TerminalCircleIcon } from '../_tsup-dts-rollup.js';
|
|
1089
|
+
export { TerminalSquareIcon } from '../_tsup-dts-rollup.js';
|
|
1090
|
+
export { TextInputIcon } from '../_tsup-dts-rollup.js';
|
|
1091
|
+
export { Thermometer1Icon } from '../_tsup-dts-rollup.js';
|
|
1092
|
+
export { Thermometer2Icon } from '../_tsup-dts-rollup.js';
|
|
1093
|
+
export { Thermometer3Icon } from '../_tsup-dts-rollup.js';
|
|
1094
|
+
export { ThermometerColdIcon } from '../_tsup-dts-rollup.js';
|
|
1095
|
+
export { ThermometerWarmIcon } from '../_tsup-dts-rollup.js';
|
|
1096
|
+
export { ThumbsDownIcon } from '../_tsup-dts-rollup.js';
|
|
1097
|
+
export { ThumbsUpIcon } from '../_tsup-dts-rollup.js';
|
|
1098
|
+
export { Ticket1Icon } from '../_tsup-dts-rollup.js';
|
|
1099
|
+
export { Ticket2Icon } from '../_tsup-dts-rollup.js';
|
|
1100
|
+
export { Toggle1LeftIcon } from '../_tsup-dts-rollup.js';
|
|
1101
|
+
export { Toggle1RightIcon } from '../_tsup-dts-rollup.js';
|
|
1102
|
+
export { Toggle2LeftIcon } from '../_tsup-dts-rollup.js';
|
|
1103
|
+
export { Toggle2RightIcon } from '../_tsup-dts-rollup.js';
|
|
1104
|
+
export { Toggle3LeftIcon } from '../_tsup-dts-rollup.js';
|
|
1105
|
+
export { Toggle3RightIcon } from '../_tsup-dts-rollup.js';
|
|
1106
|
+
export { Tool1Icon } from '../_tsup-dts-rollup.js';
|
|
1107
|
+
export { Tool2Icon } from '../_tsup-dts-rollup.js';
|
|
1108
|
+
export { TrainIcon } from '../_tsup-dts-rollup.js';
|
|
1109
|
+
export { TramIcon } from '../_tsup-dts-rollup.js';
|
|
1110
|
+
export { TransformIcon } from '../_tsup-dts-rollup.js';
|
|
1111
|
+
export { Translate1Icon } from '../_tsup-dts-rollup.js';
|
|
1112
|
+
export { Translate2Icon } from '../_tsup-dts-rollup.js';
|
|
1113
|
+
export { TrashIcon } from '../_tsup-dts-rollup.js';
|
|
1114
|
+
export { Trash1Icon } from '../_tsup-dts-rollup.js';
|
|
1115
|
+
export { Trash2Icon } from '../_tsup-dts-rollup.js';
|
|
1116
|
+
export { Trash3Icon } from '../_tsup-dts-rollup.js';
|
|
1117
|
+
export { Trash4Icon } from '../_tsup-dts-rollup.js';
|
|
1118
|
+
export { TrendDownIcon } from '../_tsup-dts-rollup.js';
|
|
1119
|
+
export { TrendDown1Icon } from '../_tsup-dts-rollup.js';
|
|
1120
|
+
export { TrendDown2Icon } from '../_tsup-dts-rollup.js';
|
|
1121
|
+
export { TrendUpIcon } from '../_tsup-dts-rollup.js';
|
|
1122
|
+
export { TrendUp1Icon } from '../_tsup-dts-rollup.js';
|
|
1123
|
+
export { TrendUp2Icon } from '../_tsup-dts-rollup.js';
|
|
1124
|
+
export { TriangleIcon } from '../_tsup-dts-rollup.js';
|
|
1125
|
+
export { Trophy1Icon } from '../_tsup-dts-rollup.js';
|
|
1126
|
+
export { Trophy2Icon } from '../_tsup-dts-rollup.js';
|
|
1127
|
+
export { Truck1Icon } from '../_tsup-dts-rollup.js';
|
|
1128
|
+
export { Truck2Icon } from '../_tsup-dts-rollup.js';
|
|
1129
|
+
export { Tv1Icon } from '../_tsup-dts-rollup.js';
|
|
1130
|
+
export { Tv2Icon } from '../_tsup-dts-rollup.js';
|
|
1131
|
+
export { Tv3Icon } from '../_tsup-dts-rollup.js';
|
|
1132
|
+
export { Type1Icon } from '../_tsup-dts-rollup.js';
|
|
1133
|
+
export { Type2Icon } from '../_tsup-dts-rollup.js';
|
|
1134
|
+
export { TypeSquareIcon } from '../_tsup-dts-rollup.js';
|
|
1135
|
+
export { TypeStrikethrough1Icon } from '../_tsup-dts-rollup.js';
|
|
1136
|
+
export { TypeStrikethrough2Icon } from '../_tsup-dts-rollup.js';
|
|
1137
|
+
export { Umbrella1Icon } from '../_tsup-dts-rollup.js';
|
|
1138
|
+
export { Umbrella2Icon } from '../_tsup-dts-rollup.js';
|
|
1139
|
+
export { Umbrella3Icon } from '../_tsup-dts-rollup.js';
|
|
1140
|
+
export { Underline1Icon } from '../_tsup-dts-rollup.js';
|
|
1141
|
+
export { Underline2Icon } from '../_tsup-dts-rollup.js';
|
|
1142
|
+
export { UnderlineSquareIcon } from '../_tsup-dts-rollup.js';
|
|
1143
|
+
export { Upload1Icon } from '../_tsup-dts-rollup.js';
|
|
1144
|
+
export { Upload2Icon } from '../_tsup-dts-rollup.js';
|
|
1145
|
+
export { Upload3Icon } from '../_tsup-dts-rollup.js';
|
|
1146
|
+
export { Upload4Icon } from '../_tsup-dts-rollup.js';
|
|
1147
|
+
export { UploadCloud1Icon } from '../_tsup-dts-rollup.js';
|
|
1148
|
+
export { UploadCloud2Icon } from '../_tsup-dts-rollup.js';
|
|
1149
|
+
export { UsbFlashDriveIcon } from '../_tsup-dts-rollup.js';
|
|
1150
|
+
export { UserIcon } from '../_tsup-dts-rollup.js';
|
|
1151
|
+
export { User1Icon } from '../_tsup-dts-rollup.js';
|
|
1152
|
+
export { User2Icon } from '../_tsup-dts-rollup.js';
|
|
1153
|
+
export { User3Icon } from '../_tsup-dts-rollup.js';
|
|
1154
|
+
export { UserCheck1Icon } from '../_tsup-dts-rollup.js';
|
|
1155
|
+
export { UserCheck2Icon } from '../_tsup-dts-rollup.js';
|
|
1156
|
+
export { UserCircleIcon } from '../_tsup-dts-rollup.js';
|
|
1157
|
+
export { UserDown1Icon } from '../_tsup-dts-rollup.js';
|
|
1158
|
+
export { UserDown2Icon } from '../_tsup-dts-rollup.js';
|
|
1159
|
+
export { UserEditIcon } from '../_tsup-dts-rollup.js';
|
|
1160
|
+
export { UserLeft1Icon } from '../_tsup-dts-rollup.js';
|
|
1161
|
+
export { UserLeft2Icon } from '../_tsup-dts-rollup.js';
|
|
1162
|
+
export { UserMinus1Icon } from '../_tsup-dts-rollup.js';
|
|
1163
|
+
export { UserMinus2Icon } from '../_tsup-dts-rollup.js';
|
|
1164
|
+
export { UserPlusIcon } from '../_tsup-dts-rollup.js';
|
|
1165
|
+
export { UserPlus1Icon } from '../_tsup-dts-rollup.js';
|
|
1166
|
+
export { UserPlus2Icon } from '../_tsup-dts-rollup.js';
|
|
1167
|
+
export { UserRight1Icon } from '../_tsup-dts-rollup.js';
|
|
1168
|
+
export { UserRight2Icon } from '../_tsup-dts-rollup.js';
|
|
1169
|
+
export { UserSquareIcon } from '../_tsup-dts-rollup.js';
|
|
1170
|
+
export { UserUp1Icon } from '../_tsup-dts-rollup.js';
|
|
1171
|
+
export { UserUp2Icon } from '../_tsup-dts-rollup.js';
|
|
1172
|
+
export { UserXIcon } from '../_tsup-dts-rollup.js';
|
|
1173
|
+
export { UserX1Icon } from '../_tsup-dts-rollup.js';
|
|
1174
|
+
export { UserX2Icon } from '../_tsup-dts-rollup.js';
|
|
1175
|
+
export { UsersIcon } from '../_tsup-dts-rollup.js';
|
|
1176
|
+
export { Users1Icon } from '../_tsup-dts-rollup.js';
|
|
1177
|
+
export { Users2Icon } from '../_tsup-dts-rollup.js';
|
|
1178
|
+
export { Users3Icon } from '../_tsup-dts-rollup.js';
|
|
1179
|
+
export { UsersCheckIcon } from '../_tsup-dts-rollup.js';
|
|
1180
|
+
export { UsersDownIcon } from '../_tsup-dts-rollup.js';
|
|
1181
|
+
export { UsersEditIcon } from '../_tsup-dts-rollup.js';
|
|
1182
|
+
export { UsersLeftIcon } from '../_tsup-dts-rollup.js';
|
|
1183
|
+
export { UsersMinusIcon } from '../_tsup-dts-rollup.js';
|
|
1184
|
+
export { UsersPlusIcon } from '../_tsup-dts-rollup.js';
|
|
1185
|
+
export { UsersRightIcon } from '../_tsup-dts-rollup.js';
|
|
1186
|
+
export { UsersUpIcon } from '../_tsup-dts-rollup.js';
|
|
1187
|
+
export { UsersXIcon } from '../_tsup-dts-rollup.js';
|
|
1188
|
+
export { VariableIcon } from '../_tsup-dts-rollup.js';
|
|
1189
|
+
export { VideoRecorderIcon } from '../_tsup-dts-rollup.js';
|
|
1190
|
+
export { VideoRecorderOffIcon } from '../_tsup-dts-rollup.js';
|
|
1191
|
+
export { VirusIcon } from '../_tsup-dts-rollup.js';
|
|
1192
|
+
export { VoicemailIcon } from '../_tsup-dts-rollup.js';
|
|
1193
|
+
export { VolumeMaxIcon } from '../_tsup-dts-rollup.js';
|
|
1194
|
+
export { VolumeMinIcon } from '../_tsup-dts-rollup.js';
|
|
1195
|
+
export { VolumeMinusIcon } from '../_tsup-dts-rollup.js';
|
|
1196
|
+
export { VolumePlusIcon } from '../_tsup-dts-rollup.js';
|
|
1197
|
+
export { VolumeXIcon } from '../_tsup-dts-rollup.js';
|
|
1198
|
+
export { Wallet1Icon } from '../_tsup-dts-rollup.js';
|
|
1199
|
+
export { Wallet2Icon } from '../_tsup-dts-rollup.js';
|
|
1200
|
+
export { Wallet3Icon } from '../_tsup-dts-rollup.js';
|
|
1201
|
+
export { Wallet4Icon } from '../_tsup-dts-rollup.js';
|
|
1202
|
+
export { Wallet5Icon } from '../_tsup-dts-rollup.js';
|
|
1203
|
+
export { WatchCircleIcon } from '../_tsup-dts-rollup.js';
|
|
1204
|
+
export { WatchSquareIcon } from '../_tsup-dts-rollup.js';
|
|
1205
|
+
export { WavesIcon } from '../_tsup-dts-rollup.js';
|
|
1206
|
+
export { Webcam1Icon } from '../_tsup-dts-rollup.js';
|
|
1207
|
+
export { Webcam2Icon } from '../_tsup-dts-rollup.js';
|
|
1208
|
+
export { WifiIcon } from '../_tsup-dts-rollup.js';
|
|
1209
|
+
export { WifiOffIcon } from '../_tsup-dts-rollup.js';
|
|
1210
|
+
export { Wind1Icon } from '../_tsup-dts-rollup.js';
|
|
1211
|
+
export { Wind2Icon } from '../_tsup-dts-rollup.js';
|
|
1212
|
+
export { Wind3Icon } from '../_tsup-dts-rollup.js';
|
|
1213
|
+
export { XIcon } from '../_tsup-dts-rollup.js';
|
|
1214
|
+
export { XCircleIcon } from '../_tsup-dts-rollup.js';
|
|
1215
|
+
export { XCloseIcon } from '../_tsup-dts-rollup.js';
|
|
1216
|
+
export { XSquareIcon } from '../_tsup-dts-rollup.js';
|
|
1217
|
+
export { YoutubeIcon } from '../_tsup-dts-rollup.js';
|
|
1218
|
+
export { ZapIcon } from '../_tsup-dts-rollup.js';
|
|
1219
|
+
export { ZapCircleIcon } from '../_tsup-dts-rollup.js';
|
|
1220
|
+
export { ZapFastIcon } from '../_tsup-dts-rollup.js';
|
|
1221
|
+
export { ZapOffIcon } from '../_tsup-dts-rollup.js';
|
|
1222
|
+
export { ZapSquareIcon } from '../_tsup-dts-rollup.js';
|
|
1223
|
+
export { ZoomInIcon } from '../_tsup-dts-rollup.js';
|
|
1224
|
+
export { ZoomOutIcon } from '../_tsup-dts-rollup.js';
|