@aliimam/icons 0.0.9 → 0.1.2
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/cjs/index.d.ts +4 -0
- package/dist/cjs/index.js +4 -0
- package/dist/cjs/solid/accessibility/EarOff.js +1 -1
- package/dist/cjs/solid/accessibility/EyeClosed.js +1 -1
- package/dist/cjs/solid/accessibility/EyeOff.js +1 -1
- package/dist/cjs/solid/accessibility/Hand.js +1 -1
- package/dist/cjs/solid/accessibility/LifeBuoy.js +1 -1
- package/dist/cjs/solid/accessibility/Moon.js +1 -1
- package/dist/cjs/solid/accessibility/PersonStanding.js +1 -1
- package/dist/cjs/solid/accessibility/Sun.js +1 -1
- package/dist/cjs/solid/accessibility/Transgender.js +1 -1
- package/dist/cjs/solid/accessibility/ZoomIn.js +1 -1
- package/dist/cjs/solid/accessibility/ZoomOut.js +1 -1
- package/dist/cjs/solid/accessibility/index.d.ts +0 -1
- package/dist/cjs/solid/accessibility/index.js +1 -3
- package/dist/cjs/solid/accountsAccess/Activity.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/Activity.js +57 -0
- package/dist/cjs/solid/accountsAccess/AtSign.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/AtSign.js +57 -0
- package/dist/cjs/solid/accountsAccess/Award.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/Award.js +57 -0
- package/dist/cjs/solid/accountsAccess/Badge.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/Badge.js +57 -0
- package/dist/cjs/solid/accountsAccess/BadgeAlert.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/BadgeAlert.js +57 -0
- package/dist/cjs/solid/{accessibility → accountsAccess}/BadgeInfo.js +3 -3
- package/dist/cjs/solid/accountsAccess/Ban.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/Ban.js +57 -0
- package/dist/cjs/solid/accountsAccess/Bell.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/Bell.js +57 -0
- package/dist/cjs/solid/accountsAccess/BellDot.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/BellDot.js +57 -0
- package/dist/cjs/solid/accountsAccess/BookUser.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/BookUser.js +57 -0
- package/dist/cjs/solid/accountsAccess/Bookmark.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/Bookmark.js +57 -0
- package/dist/cjs/solid/accountsAccess/BookmarkCheck.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/BookmarkCheck.js +57 -0
- package/dist/cjs/solid/accountsAccess/BookmarkMinus.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/BookmarkMinus.js +57 -0
- package/dist/cjs/solid/accountsAccess/BookmarkPlus.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/BookmarkPlus.js +57 -0
- package/dist/cjs/solid/accountsAccess/BookmarkX.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/BookmarkX.js +57 -0
- package/dist/cjs/solid/accountsAccess/Building.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/Building.js +57 -0
- package/dist/cjs/solid/accountsAccess/index.d.ts +16 -0
- package/dist/cjs/solid/accountsAccess/index.js +38 -0
- package/dist/cjs/stroke/accountsAccess/index.d.ts +0 -15
- package/dist/cjs/stroke/accountsAccess/index.js +3 -33
- package/dist/cjs/stroke/animals/Bird.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/Award.js → animals/Bird.js} +10 -10
- package/dist/cjs/stroke/animals/Bone.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/Bell.js → animals/Bone.js} +10 -10
- package/dist/cjs/stroke/animals/Bug.d.ts +3 -0
- package/dist/cjs/stroke/animals/Bug.js +50 -0
- package/dist/cjs/stroke/animals/BugOff.d.ts +3 -0
- package/dist/cjs/stroke/animals/BugOff.js +50 -0
- package/dist/cjs/stroke/animals/BugPlay.d.ts +3 -0
- package/dist/cjs/stroke/animals/BugPlay.js +50 -0
- package/dist/cjs/stroke/animals/Cat.d.ts +3 -0
- package/dist/cjs/stroke/animals/Cat.js +50 -0
- package/dist/cjs/stroke/animals/Dog.d.ts +3 -0
- package/dist/cjs/stroke/animals/Dog.js +50 -0
- package/dist/cjs/stroke/animals/Egg.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/Ban.js → animals/Egg.js} +10 -10
- package/dist/cjs/stroke/animals/Fish.d.ts +3 -0
- package/dist/cjs/stroke/animals/Fish.js +50 -0
- package/dist/cjs/stroke/animals/FishOff.d.ts +3 -0
- package/dist/cjs/stroke/animals/FishOff.js +50 -0
- package/dist/cjs/stroke/animals/FishSymbol.d.ts +3 -0
- package/dist/cjs/stroke/animals/FishSymbol.js +50 -0
- package/dist/cjs/stroke/animals/Origami.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/BellDot.js → animals/Origami.js} +10 -10
- package/dist/cjs/stroke/animals/Panda.d.ts +3 -0
- package/dist/cjs/stroke/animals/Panda.js +50 -0
- package/dist/cjs/stroke/animals/PawPrint.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/Activity.js → animals/PawPrint.js} +10 -10
- package/dist/cjs/stroke/animals/Shrimp.d.ts +3 -0
- package/dist/cjs/stroke/animals/Shrimp.js +50 -0
- package/dist/cjs/stroke/animals/Snail.d.ts +3 -0
- package/dist/cjs/stroke/animals/Snail.js +50 -0
- package/dist/cjs/stroke/animals/Squirrel.d.ts +3 -0
- package/dist/cjs/stroke/animals/Squirrel.js +50 -0
- package/dist/cjs/stroke/animals/Turtle.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/AtSign.js → animals/Turtle.js} +10 -10
- package/dist/cjs/stroke/animals/Worm.d.ts +3 -0
- package/dist/cjs/stroke/animals/Worm.js +50 -0
- package/dist/cjs/stroke/animals/index.d.ts +19 -0
- package/dist/cjs/stroke/animals/index.js +44 -0
- package/dist/cjs/stroke/arrows/ArrowDownToLine.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowDownToLine.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowDownUp.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowDownUp.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowDownWideNarrow.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowDownWideNarrow.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowDownZA.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowDownZA.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowLeft.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/BookmarkX.js → arrows/ArrowLeft.js} +10 -10
- package/dist/cjs/stroke/arrows/ArrowLeftFromLine.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowLeftFromLine.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowLeftRight.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowLeftRight.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowLeftToLine.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowLeftToLine.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowRight.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowRight.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowRightFromLine.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowRightFromLine.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowRightLeft.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowRightLeft.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowRightToLine.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowRightToLine.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUp.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUp.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUp01.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUp01.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUp10.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUp10.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpAZ.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpAZ.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpDown.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpDown.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpFromDot.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpFromDot.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpFromLine.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpFromLine.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpLeft.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpLeft.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpNarrowWide.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpNarrowWide.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpRight.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpRight.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpToLine.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/BookmarkMinus.js → arrows/ArrowUpToLine.js} +10 -10
- package/dist/cjs/stroke/arrows/ArrowUpWideNarrow.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpWideNarrow.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpZA.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpZA.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowsUpFromLine.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowsUpFromLine.js +50 -0
- package/dist/cjs/stroke/arrows/CalendarSync.d.ts +3 -0
- package/dist/cjs/stroke/arrows/CalendarSync.js +50 -0
- package/dist/cjs/stroke/arrows/ChevronDown.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ChevronDown.js +50 -0
- package/dist/cjs/stroke/arrows/ChevronFirst.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/BookmarkPlus.js → arrows/ChevronFirst.js} +10 -10
- package/dist/cjs/stroke/arrows/ChevronLast.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ChevronLast.js +50 -0
- package/dist/cjs/stroke/arrows/ChevronLeft.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ChevronLeft.js +50 -0
- package/dist/cjs/stroke/arrows/ChevronRight.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ChevronRight.js +50 -0
- package/dist/cjs/stroke/arrows/ChevronUp.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ChevronUp.js +50 -0
- package/dist/cjs/stroke/arrows/ChevronsDown.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ChevronsDown.js +50 -0
- package/dist/cjs/stroke/arrows/index.d.ts +34 -0
- package/dist/cjs/stroke/arrows/index.js +70 -1
- package/dist/cjs/stroke/charts/ChartArea.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartArea.js +50 -0
- package/dist/cjs/stroke/charts/ChartBar.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartBar.js +50 -0
- package/dist/cjs/stroke/charts/ChartBarBig.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartBarBig.js +50 -0
- package/dist/cjs/stroke/charts/ChartBarDecreasing.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartBarDecreasing.js +50 -0
- package/dist/cjs/stroke/charts/ChartBarIncreasing.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartBarIncreasing.js +50 -0
- package/dist/cjs/stroke/charts/ChartBarStacked.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartBarStacked.js +50 -0
- package/dist/cjs/stroke/charts/ChartCandlestick.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartCandlestick.js +50 -0
- package/dist/cjs/stroke/charts/ChartColumn.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartColumn.js +50 -0
- package/dist/cjs/stroke/charts/ChartColumnBig.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartColumnBig.js +50 -0
- package/dist/cjs/stroke/charts/ChartColumnDecreasing.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartColumnDecreasing.js +50 -0
- package/dist/cjs/stroke/charts/ChartColumnIncreasing.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartColumnIncreasing.js +50 -0
- package/dist/cjs/stroke/charts/ChartColumnStacked.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartColumnStacked.js +50 -0
- package/dist/cjs/stroke/charts/ChartGantt.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartGantt.js +50 -0
- package/dist/cjs/stroke/charts/ChartLine.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/BookmarkCheck.js → charts/ChartLine.js} +10 -10
- package/dist/cjs/stroke/charts/ChartNoAxesColumnIncreasing.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartNoAxesColumnIncreasing.js +50 -0
- package/dist/cjs/stroke/charts/ChartNoAxesCombined.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartNoAxesCombined.js +50 -0
- package/dist/cjs/stroke/charts/ChartNoAxesGantt.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartNoAxesGantt.js +50 -0
- package/dist/cjs/stroke/charts/ChartPie.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/BookUser.js → charts/ChartPie.js} +10 -10
- package/dist/cjs/stroke/charts/ChartScatter.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartScatter.js +50 -0
- package/dist/cjs/stroke/charts/ChartSpline.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartSpline.js +50 -0
- package/dist/cjs/stroke/charts/FolderKanban.d.ts +3 -0
- package/dist/cjs/stroke/charts/FolderKanban.js +50 -0
- package/dist/cjs/stroke/charts/Kanban.d.ts +3 -0
- package/dist/cjs/stroke/charts/Kanban.js +50 -0
- package/dist/cjs/stroke/charts/SquareChartGantt.d.ts +3 -0
- package/dist/cjs/stroke/charts/SquareChartGantt.js +50 -0
- package/dist/cjs/stroke/charts/SquareDashedKanban.d.ts +3 -0
- package/dist/cjs/stroke/charts/SquareDashedKanban.js +50 -0
- package/dist/cjs/stroke/charts/SquareKanban.d.ts +3 -0
- package/dist/cjs/stroke/charts/SquareKanban.js +50 -0
- package/dist/cjs/stroke/charts/TrendingDown.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/Building.js → charts/TrendingDown.js} +10 -10
- package/dist/cjs/stroke/charts/TrendingUp.d.ts +3 -0
- package/dist/cjs/stroke/charts/TrendingUp.js +50 -0
- package/dist/cjs/stroke/charts/TrendingUpDown.d.ts +3 -0
- package/dist/cjs/stroke/charts/TrendingUpDown.js +50 -0
- package/dist/cjs/stroke/charts/index.d.ts +28 -0
- package/dist/cjs/stroke/charts/index.js +62 -0
- package/dist/cjs/stroke/mathematics/Asterisk.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/Bookmark.js → mathematics/Asterisk.js} +10 -10
- package/dist/cjs/stroke/mathematics/Equal.d.ts +3 -0
- package/dist/cjs/stroke/mathematics/Equal.js +50 -0
- package/dist/cjs/stroke/mathematics/Plus.d.ts +3 -0
- package/dist/cjs/stroke/mathematics/Plus.js +50 -0
- package/dist/cjs/stroke/mathematics/X.d.ts +3 -0
- package/dist/cjs/stroke/mathematics/X.js +50 -0
- package/dist/cjs/stroke/mathematics/index.d.ts +4 -0
- package/dist/cjs/stroke/mathematics/index.js +14 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/solid/accessibility/EarOff.js +1 -1
- package/dist/solid/accessibility/EyeClosed.js +1 -1
- package/dist/solid/accessibility/EyeOff.js +1 -1
- package/dist/solid/accessibility/Hand.js +1 -1
- package/dist/solid/accessibility/LifeBuoy.js +1 -1
- package/dist/solid/accessibility/Moon.js +1 -1
- package/dist/solid/accessibility/PersonStanding.js +1 -1
- package/dist/solid/accessibility/Sun.js +1 -1
- package/dist/solid/accessibility/Transgender.js +1 -1
- package/dist/solid/accessibility/ZoomIn.js +1 -1
- package/dist/solid/accessibility/ZoomOut.js +1 -1
- package/dist/solid/accessibility/index.d.ts +0 -1
- package/dist/solid/accessibility/index.js +0 -1
- package/dist/solid/accountsAccess/Activity.d.ts +6 -0
- package/dist/solid/accountsAccess/Activity.js +21 -0
- package/dist/solid/accountsAccess/AtSign.d.ts +6 -0
- package/dist/solid/accountsAccess/AtSign.js +21 -0
- package/dist/solid/accountsAccess/Award.d.ts +6 -0
- package/dist/solid/accountsAccess/Award.js +21 -0
- package/dist/solid/accountsAccess/Badge.d.ts +6 -0
- package/dist/solid/accountsAccess/Badge.js +21 -0
- package/dist/solid/accountsAccess/BadgeAlert.d.ts +6 -0
- package/dist/solid/accountsAccess/BadgeAlert.js +21 -0
- package/dist/solid/{accessibility → accountsAccess}/BadgeInfo.js +3 -3
- package/dist/solid/accountsAccess/Ban.d.ts +6 -0
- package/dist/solid/accountsAccess/Ban.js +21 -0
- package/dist/solid/accountsAccess/Bell.d.ts +6 -0
- package/dist/solid/accountsAccess/Bell.js +21 -0
- package/dist/solid/accountsAccess/BellDot.d.ts +6 -0
- package/dist/solid/accountsAccess/BellDot.js +21 -0
- package/dist/solid/accountsAccess/BookUser.d.ts +6 -0
- package/dist/solid/accountsAccess/BookUser.js +21 -0
- package/dist/solid/accountsAccess/Bookmark.d.ts +6 -0
- package/dist/solid/accountsAccess/Bookmark.js +21 -0
- package/dist/solid/accountsAccess/BookmarkCheck.d.ts +6 -0
- package/dist/solid/accountsAccess/BookmarkCheck.js +21 -0
- package/dist/solid/accountsAccess/BookmarkMinus.d.ts +6 -0
- package/dist/solid/accountsAccess/BookmarkMinus.js +21 -0
- package/dist/solid/accountsAccess/BookmarkPlus.d.ts +6 -0
- package/dist/solid/accountsAccess/BookmarkPlus.js +21 -0
- package/dist/solid/accountsAccess/BookmarkX.d.ts +6 -0
- package/dist/solid/accountsAccess/BookmarkX.js +21 -0
- package/dist/solid/accountsAccess/Building.d.ts +6 -0
- package/dist/solid/accountsAccess/Building.js +21 -0
- package/dist/solid/accountsAccess/index.d.ts +16 -0
- package/dist/solid/accountsAccess/index.js +16 -0
- package/dist/stroke/accountsAccess/index.d.ts +0 -15
- package/dist/stroke/accountsAccess/index.js +0 -15
- package/dist/stroke/animals/Bird.d.ts +3 -0
- package/dist/stroke/animals/Bird.js +14 -0
- package/dist/stroke/animals/Bone.d.ts +3 -0
- package/dist/stroke/animals/Bone.js +14 -0
- package/dist/stroke/animals/Bug.d.ts +3 -0
- package/dist/stroke/animals/Bug.js +14 -0
- package/dist/stroke/animals/BugOff.d.ts +3 -0
- package/dist/stroke/animals/BugOff.js +14 -0
- package/dist/stroke/animals/BugPlay.d.ts +3 -0
- package/dist/stroke/animals/BugPlay.js +14 -0
- package/dist/stroke/animals/Cat.d.ts +3 -0
- package/dist/stroke/animals/Cat.js +14 -0
- package/dist/stroke/animals/Dog.d.ts +3 -0
- package/dist/stroke/animals/Dog.js +14 -0
- package/dist/stroke/animals/Egg.d.ts +3 -0
- package/dist/stroke/{accountsAccess/Ban.js → animals/Egg.js} +9 -9
- package/dist/stroke/animals/Fish.d.ts +3 -0
- package/dist/stroke/animals/Fish.js +14 -0
- package/dist/stroke/animals/FishOff.d.ts +3 -0
- package/dist/stroke/animals/FishOff.js +14 -0
- package/dist/stroke/animals/FishSymbol.d.ts +3 -0
- package/dist/stroke/animals/FishSymbol.js +14 -0
- package/dist/stroke/animals/Origami.d.ts +3 -0
- package/dist/stroke/animals/Origami.js +14 -0
- package/dist/stroke/animals/Panda.d.ts +3 -0
- package/dist/stroke/animals/Panda.js +14 -0
- package/dist/stroke/animals/PawPrint.d.ts +3 -0
- package/dist/stroke/animals/PawPrint.js +14 -0
- package/dist/stroke/animals/Shrimp.d.ts +3 -0
- package/dist/stroke/animals/Shrimp.js +14 -0
- package/dist/stroke/animals/Snail.d.ts +3 -0
- package/dist/stroke/animals/Snail.js +14 -0
- package/dist/stroke/animals/Squirrel.d.ts +3 -0
- package/dist/stroke/animals/Squirrel.js +14 -0
- package/dist/stroke/animals/Turtle.d.ts +3 -0
- package/dist/stroke/animals/Turtle.js +14 -0
- package/dist/stroke/animals/Worm.d.ts +3 -0
- package/dist/stroke/animals/Worm.js +14 -0
- package/dist/stroke/animals/index.d.ts +19 -0
- package/dist/stroke/animals/index.js +19 -0
- package/dist/stroke/arrows/ArrowDownToLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowDownToLine.js +14 -0
- package/dist/stroke/arrows/ArrowDownUp.d.ts +3 -0
- package/dist/stroke/arrows/ArrowDownUp.js +14 -0
- package/dist/stroke/arrows/ArrowDownWideNarrow.d.ts +3 -0
- package/dist/stroke/arrows/ArrowDownWideNarrow.js +14 -0
- package/dist/stroke/arrows/ArrowDownZA.d.ts +3 -0
- package/dist/stroke/arrows/ArrowDownZA.js +14 -0
- package/dist/stroke/arrows/ArrowLeft.d.ts +3 -0
- package/dist/stroke/arrows/ArrowLeft.js +14 -0
- package/dist/stroke/arrows/ArrowLeftFromLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowLeftFromLine.js +14 -0
- package/dist/stroke/arrows/ArrowLeftRight.d.ts +3 -0
- package/dist/stroke/arrows/ArrowLeftRight.js +14 -0
- package/dist/stroke/arrows/ArrowLeftToLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowLeftToLine.js +14 -0
- package/dist/stroke/arrows/ArrowRight.d.ts +3 -0
- package/dist/stroke/arrows/ArrowRight.js +14 -0
- package/dist/stroke/arrows/ArrowRightFromLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowRightFromLine.js +14 -0
- package/dist/stroke/arrows/ArrowRightLeft.d.ts +3 -0
- package/dist/stroke/arrows/ArrowRightLeft.js +14 -0
- package/dist/stroke/arrows/ArrowRightToLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowRightToLine.js +14 -0
- package/dist/stroke/arrows/ArrowUp.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUp.js +14 -0
- package/dist/stroke/arrows/ArrowUp01.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUp01.js +14 -0
- package/dist/stroke/arrows/ArrowUp10.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUp10.js +14 -0
- package/dist/stroke/arrows/ArrowUpAZ.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpAZ.js +14 -0
- package/dist/stroke/arrows/ArrowUpDown.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpDown.js +14 -0
- package/dist/stroke/arrows/ArrowUpFromDot.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpFromDot.js +14 -0
- package/dist/stroke/arrows/ArrowUpFromLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpFromLine.js +14 -0
- package/dist/stroke/arrows/ArrowUpLeft.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpLeft.js +14 -0
- package/dist/stroke/arrows/ArrowUpNarrowWide.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpNarrowWide.js +14 -0
- package/dist/stroke/arrows/ArrowUpRight.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpRight.js +14 -0
- package/dist/stroke/arrows/ArrowUpToLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpToLine.js +14 -0
- package/dist/stroke/arrows/ArrowUpWideNarrow.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpWideNarrow.js +14 -0
- package/dist/stroke/arrows/ArrowUpZA.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpZA.js +14 -0
- package/dist/stroke/arrows/ArrowsUpFromLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowsUpFromLine.js +14 -0
- package/dist/stroke/arrows/CalendarSync.d.ts +3 -0
- package/dist/stroke/arrows/CalendarSync.js +14 -0
- package/dist/stroke/arrows/ChevronDown.d.ts +3 -0
- package/dist/stroke/arrows/ChevronDown.js +14 -0
- package/dist/stroke/arrows/ChevronFirst.d.ts +3 -0
- package/dist/stroke/arrows/ChevronFirst.js +14 -0
- package/dist/stroke/arrows/ChevronLast.d.ts +3 -0
- package/dist/stroke/arrows/ChevronLast.js +14 -0
- package/dist/stroke/arrows/ChevronLeft.d.ts +3 -0
- package/dist/stroke/arrows/ChevronLeft.js +14 -0
- package/dist/stroke/arrows/ChevronRight.d.ts +3 -0
- package/dist/stroke/arrows/ChevronRight.js +14 -0
- package/dist/stroke/arrows/ChevronUp.d.ts +3 -0
- package/dist/stroke/arrows/ChevronUp.js +14 -0
- package/dist/stroke/arrows/ChevronsDown.d.ts +3 -0
- package/dist/stroke/arrows/ChevronsDown.js +14 -0
- package/dist/stroke/arrows/index.d.ts +34 -0
- package/dist/stroke/arrows/index.js +34 -0
- package/dist/stroke/charts/ChartArea.d.ts +3 -0
- package/dist/stroke/charts/ChartArea.js +14 -0
- package/dist/stroke/charts/ChartBar.d.ts +3 -0
- package/dist/stroke/charts/ChartBar.js +14 -0
- package/dist/stroke/charts/ChartBarBig.d.ts +3 -0
- package/dist/stroke/charts/ChartBarBig.js +14 -0
- package/dist/stroke/charts/ChartBarDecreasing.d.ts +3 -0
- package/dist/stroke/charts/ChartBarDecreasing.js +14 -0
- package/dist/stroke/charts/ChartBarIncreasing.d.ts +3 -0
- package/dist/stroke/charts/ChartBarIncreasing.js +14 -0
- package/dist/stroke/charts/ChartBarStacked.d.ts +3 -0
- package/dist/stroke/charts/ChartBarStacked.js +14 -0
- package/dist/stroke/charts/ChartCandlestick.d.ts +3 -0
- package/dist/stroke/charts/ChartCandlestick.js +14 -0
- package/dist/stroke/charts/ChartColumn.d.ts +3 -0
- package/dist/stroke/charts/ChartColumn.js +14 -0
- package/dist/stroke/charts/ChartColumnBig.d.ts +3 -0
- package/dist/stroke/charts/ChartColumnBig.js +14 -0
- package/dist/stroke/charts/ChartColumnDecreasing.d.ts +3 -0
- package/dist/stroke/charts/ChartColumnDecreasing.js +14 -0
- package/dist/stroke/charts/ChartColumnIncreasing.d.ts +3 -0
- package/dist/stroke/charts/ChartColumnIncreasing.js +14 -0
- package/dist/stroke/charts/ChartColumnStacked.d.ts +3 -0
- package/dist/stroke/charts/ChartColumnStacked.js +14 -0
- package/dist/stroke/charts/ChartGantt.d.ts +3 -0
- package/dist/stroke/charts/ChartGantt.js +14 -0
- package/dist/stroke/charts/ChartLine.d.ts +3 -0
- package/dist/stroke/charts/ChartLine.js +14 -0
- package/dist/stroke/charts/ChartNoAxesColumnIncreasing.d.ts +3 -0
- package/dist/stroke/charts/ChartNoAxesColumnIncreasing.js +14 -0
- package/dist/stroke/charts/ChartNoAxesCombined.d.ts +3 -0
- package/dist/stroke/charts/ChartNoAxesCombined.js +14 -0
- package/dist/stroke/charts/ChartNoAxesGantt.d.ts +3 -0
- package/dist/stroke/charts/ChartNoAxesGantt.js +14 -0
- package/dist/stroke/charts/ChartPie.d.ts +3 -0
- package/dist/stroke/charts/ChartPie.js +14 -0
- package/dist/stroke/charts/ChartScatter.d.ts +3 -0
- package/dist/stroke/charts/ChartScatter.js +14 -0
- package/dist/stroke/charts/ChartSpline.d.ts +3 -0
- package/dist/stroke/charts/ChartSpline.js +14 -0
- package/dist/stroke/charts/FolderKanban.d.ts +3 -0
- package/dist/stroke/charts/FolderKanban.js +14 -0
- package/dist/stroke/charts/Kanban.d.ts +3 -0
- package/dist/stroke/charts/Kanban.js +14 -0
- package/dist/stroke/charts/SquareChartGantt.d.ts +3 -0
- package/dist/stroke/charts/SquareChartGantt.js +14 -0
- package/dist/stroke/charts/SquareDashedKanban.d.ts +3 -0
- package/dist/stroke/charts/SquareDashedKanban.js +14 -0
- package/dist/stroke/charts/SquareKanban.d.ts +3 -0
- package/dist/stroke/charts/SquareKanban.js +14 -0
- package/dist/stroke/charts/TrendingDown.d.ts +3 -0
- package/dist/stroke/charts/TrendingDown.js +14 -0
- package/dist/stroke/charts/TrendingUp.d.ts +3 -0
- package/dist/stroke/charts/TrendingUp.js +14 -0
- package/dist/stroke/charts/TrendingUpDown.d.ts +3 -0
- package/dist/stroke/charts/TrendingUpDown.js +14 -0
- package/dist/stroke/charts/index.d.ts +28 -0
- package/dist/stroke/charts/index.js +28 -0
- package/dist/stroke/mathematics/Asterisk.d.ts +3 -0
- package/dist/stroke/{accountsAccess/Bookmark.js → mathematics/Asterisk.js} +9 -9
- package/dist/stroke/mathematics/Equal.d.ts +3 -0
- package/dist/stroke/mathematics/Equal.js +14 -0
- package/dist/stroke/mathematics/Plus.d.ts +3 -0
- package/dist/stroke/mathematics/Plus.js +14 -0
- package/dist/stroke/mathematics/X.d.ts +3 -0
- package/dist/stroke/mathematics/X.js +14 -0
- package/dist/stroke/mathematics/index.d.ts +4 -0
- package/dist/stroke/mathematics/index.js +4 -0
- package/icons/solid/accessibility/ear-off.svg +1 -1
- package/icons/solid/accessibility/eye-closed.svg +1 -1
- package/icons/solid/accessibility/eye-off.svg +1 -1
- package/icons/solid/accessibility/hand.svg +1 -1
- package/icons/solid/accessibility/life-buoy.svg +1 -1
- package/icons/solid/accessibility/moon.svg +1 -1
- package/icons/solid/accessibility/person-standing.svg +1 -1
- package/icons/solid/accessibility/sun.svg +1 -1
- package/icons/solid/accessibility/transgender.svg +1 -1
- package/icons/solid/accessibility/zoom-in.svg +1 -1
- package/icons/solid/accessibility/zoom-out.svg +1 -1
- package/icons/solid/accountsAccess/activity.svg +1 -0
- package/icons/solid/accountsAccess/at-sign.svg +1 -0
- package/icons/solid/accountsAccess/award.svg +1 -0
- package/icons/solid/accountsAccess/badge-alert.svg +1 -0
- package/icons/solid/accountsAccess/badge-info.svg +1 -0
- package/icons/solid/accountsAccess/badge.svg +1 -0
- package/icons/solid/accountsAccess/ban.svg +1 -0
- package/icons/solid/accountsAccess/bell-dot.svg +1 -0
- package/icons/solid/accountsAccess/bell.svg +1 -0
- package/icons/solid/accountsAccess/book-user.svg +1 -0
- package/icons/solid/accountsAccess/bookmark-check.svg +1 -0
- package/icons/solid/accountsAccess/bookmark-minus.svg +1 -0
- package/icons/solid/accountsAccess/bookmark-plus.svg +1 -0
- package/icons/solid/accountsAccess/bookmark-x.svg +1 -0
- package/icons/solid/accountsAccess/bookmark.svg +1 -0
- package/icons/solid/accountsAccess/building.svg +1 -0
- package/icons/stroke/animals/bird.svg +1 -0
- package/icons/stroke/animals/bone.svg +1 -0
- package/icons/stroke/animals/bug-off.svg +1 -0
- package/icons/stroke/animals/bug-play.svg +1 -0
- package/icons/stroke/animals/bug.svg +1 -0
- package/icons/stroke/animals/cat.svg +1 -0
- package/icons/stroke/animals/dog.svg +1 -0
- package/icons/stroke/animals/egg.svg +1 -0
- package/icons/stroke/animals/fish-off.svg +1 -0
- package/icons/stroke/animals/fish-symbol.svg +1 -0
- package/icons/stroke/animals/fish.svg +1 -0
- package/icons/stroke/animals/origami.svg +1 -0
- package/icons/stroke/animals/panda.svg +1 -0
- package/icons/stroke/animals/paw-print.svg +1 -0
- package/icons/stroke/animals/shrimp.svg +1 -0
- package/icons/stroke/animals/snail.svg +1 -0
- package/icons/stroke/animals/squirrel.svg +1 -0
- package/icons/stroke/animals/turtle.svg +1 -0
- package/icons/stroke/animals/worm.svg +1 -0
- package/icons/stroke/arrows/arrow-down-to-line.svg +1 -0
- package/icons/stroke/arrows/arrow-down-up.svg +1 -0
- package/icons/stroke/arrows/arrow-down-wide-narrow.svg +1 -0
- package/icons/stroke/arrows/arrow-down-z-a.svg +1 -0
- package/icons/stroke/arrows/arrow-left-from-line.svg +1 -0
- package/icons/stroke/arrows/arrow-left-right.svg +1 -0
- package/icons/stroke/arrows/arrow-left-to-line.svg +1 -0
- package/icons/stroke/arrows/arrow-left.svg +1 -1
- package/icons/stroke/arrows/arrow-right-from-line.svg +1 -0
- package/icons/stroke/arrows/arrow-right-left.svg +1 -0
- package/icons/stroke/arrows/arrow-right-to-line.svg +1 -0
- package/icons/stroke/arrows/arrow-right.svg +1 -1
- package/icons/stroke/arrows/arrow-up-01.svg +1 -0
- package/icons/stroke/arrows/arrow-up-10.svg +1 -0
- package/icons/stroke/arrows/arrow-up-a-z.svg +1 -0
- package/icons/stroke/arrows/arrow-up-down.svg +1 -0
- package/icons/stroke/arrows/arrow-up-from-dot.svg +1 -0
- package/icons/stroke/arrows/arrow-up-from-line.svg +1 -0
- package/icons/stroke/arrows/arrow-up-left.svg +1 -0
- package/icons/stroke/arrows/arrow-up-narrow-wide.svg +1 -0
- package/icons/stroke/arrows/arrow-up-right.svg +1 -0
- package/icons/stroke/arrows/arrow-up-to-line.svg +1 -0
- package/icons/stroke/arrows/arrow-up-wide-narrow.svg +1 -0
- package/icons/stroke/arrows/arrow-up-z-a.svg +1 -0
- package/icons/stroke/arrows/arrow-up.svg +1 -1
- package/icons/stroke/arrows/arrows-up-from-line.svg +1 -0
- package/icons/stroke/arrows/calendar-sync.svg +1 -0
- package/icons/stroke/arrows/chevron-down.svg +1 -0
- package/icons/stroke/arrows/chevron-first.svg +1 -0
- package/icons/stroke/arrows/chevron-last.svg +1 -0
- package/icons/stroke/arrows/chevron-left.svg +1 -0
- package/icons/stroke/arrows/chevron-right.svg +1 -0
- package/icons/stroke/arrows/chevron-up.svg +1 -0
- package/icons/stroke/arrows/chevrons-down.svg +1 -0
- package/icons/stroke/charts/chart-area.svg +1 -0
- package/icons/stroke/charts/chart-bar-big.svg +1 -0
- package/icons/stroke/charts/chart-bar-decreasing.svg +1 -0
- package/icons/stroke/charts/chart-bar-increasing.svg +1 -0
- package/icons/stroke/charts/chart-bar-stacked.svg +1 -0
- package/icons/stroke/charts/chart-bar.svg +1 -0
- package/icons/stroke/charts/chart-candlestick.svg +1 -0
- package/icons/stroke/charts/chart-column-big.svg +1 -0
- package/icons/stroke/charts/chart-column-decreasing.svg +1 -0
- package/icons/stroke/charts/chart-column-increasing.svg +1 -0
- package/icons/stroke/charts/chart-column-stacked.svg +1 -0
- package/icons/stroke/charts/chart-column.svg +1 -0
- package/icons/stroke/charts/chart-gantt.svg +1 -0
- package/icons/stroke/charts/chart-line.svg +1 -0
- package/icons/stroke/charts/chart-no-axes-column-increasing.svg +1 -0
- package/icons/stroke/charts/chart-no-axes-combined.svg +1 -0
- package/icons/stroke/charts/chart-no-axes-gantt.svg +1 -0
- package/icons/stroke/charts/chart-pie.svg +1 -0
- package/icons/stroke/charts/chart-scatter.svg +1 -0
- package/icons/stroke/charts/chart-spline.svg +1 -0
- package/icons/stroke/charts/folder-kanban.svg +1 -0
- package/icons/stroke/charts/kanban.svg +1 -0
- package/icons/stroke/charts/square-chart-gantt.svg +1 -0
- package/icons/stroke/charts/square-dashed-kanban.svg +1 -0
- package/icons/stroke/charts/square-kanban.svg +1 -0
- package/icons/stroke/charts/trending-down.svg +1 -0
- package/icons/stroke/charts/trending-up-down.svg +1 -0
- package/icons/stroke/charts/trending-up.svg +1 -0
- package/icons/stroke/mathematics/asterisk.svg +1 -0
- package/icons/stroke/mathematics/equal.svg +1 -0
- package/icons/stroke/mathematics/plus.svg +1 -0
- package/icons/stroke/mathematics/x.svg +1 -0
- package/package.json +1 -1
- package/src/index.tsx +4 -0
- package/src/solid/accessibility/EarOff.tsx +2 -2
- package/src/solid/accessibility/EyeClosed.tsx +1 -1
- package/src/solid/accessibility/EyeOff.tsx +2 -2
- package/src/solid/accessibility/Hand.tsx +3 -3
- package/src/solid/accessibility/LifeBuoy.tsx +2 -2
- package/src/solid/accessibility/Moon.tsx +1 -1
- package/src/solid/accessibility/PersonStanding.tsx +1 -1
- package/src/solid/accessibility/Sun.tsx +2 -2
- package/src/solid/accessibility/Transgender.tsx +2 -2
- package/src/solid/accessibility/ZoomIn.tsx +1 -1
- package/src/solid/accessibility/ZoomOut.tsx +1 -1
- package/src/solid/accessibility/index.ts +0 -1
- package/src/solid/accountsAccess/Activity.tsx +100 -0
- package/src/solid/accountsAccess/AtSign.tsx +106 -0
- package/src/solid/accountsAccess/Award.tsx +99 -0
- package/src/solid/accountsAccess/Badge.tsx +93 -0
- package/src/solid/accountsAccess/BadgeAlert.tsx +93 -0
- package/src/solid/{accessibility → accountsAccess}/BadgeInfo.tsx +4 -3
- package/src/solid/accountsAccess/Ban.tsx +93 -0
- package/src/solid/accountsAccess/Bell.tsx +93 -0
- package/src/solid/accountsAccess/BellDot.tsx +103 -0
- package/src/solid/accountsAccess/BookUser.tsx +105 -0
- package/src/solid/accountsAccess/Bookmark.tsx +93 -0
- package/src/solid/accountsAccess/BookmarkCheck.tsx +97 -0
- package/src/solid/accountsAccess/BookmarkMinus.tsx +91 -0
- package/src/solid/accountsAccess/BookmarkPlus.tsx +93 -0
- package/src/solid/accountsAccess/BookmarkX.tsx +93 -0
- package/src/solid/accountsAccess/Building.tsx +99 -0
- package/src/solid/accountsAccess/index.ts +16 -0
- package/src/stroke/accountsAccess/index.ts +0 -15
- package/src/stroke/{accountsAccess/Award.tsx → animals/Bird.tsx} +11 -11
- package/src/stroke/animals/Bone.tsx +57 -0
- package/src/stroke/animals/Bug.tsx +63 -0
- package/src/stroke/animals/BugOff.tsx +75 -0
- package/src/stroke/animals/BugPlay.tsx +64 -0
- package/src/stroke/animals/Cat.tsx +63 -0
- package/src/stroke/animals/Dog.tsx +69 -0
- package/src/stroke/animals/Egg.tsx +57 -0
- package/src/stroke/animals/Fish.tsx +69 -0
- package/src/stroke/animals/FishOff.tsx +70 -0
- package/src/stroke/{accountsAccess/BookmarkPlus.tsx → animals/FishSymbol.tsx} +10 -10
- package/src/stroke/animals/Origami.tsx +64 -0
- package/src/stroke/animals/Panda.tsx +69 -0
- package/src/stroke/animals/PawPrint.tsx +58 -0
- package/src/stroke/animals/Shrimp.tsx +63 -0
- package/src/stroke/animals/Snail.tsx +69 -0
- package/src/stroke/animals/Squirrel.tsx +70 -0
- package/src/stroke/{accountsAccess/AtSign.tsx → animals/Turtle.tsx} +11 -11
- package/src/stroke/animals/Worm.tsx +57 -0
- package/src/stroke/animals/index.ts +19 -0
- package/src/stroke/arrows/ArrowDownToLine.tsx +58 -0
- package/src/stroke/arrows/ArrowDownUp.tsx +58 -0
- package/src/stroke/arrows/ArrowDownWideNarrow.tsx +58 -0
- package/src/stroke/arrows/ArrowDownZA.tsx +58 -0
- package/src/stroke/arrows/ArrowLeft.tsx +58 -0
- package/src/stroke/{accountsAccess/BookmarkX.tsx → arrows/ArrowLeftFromLine.tsx} +10 -10
- package/src/stroke/arrows/ArrowLeftRight.tsx +58 -0
- package/src/stroke/arrows/ArrowLeftToLine.tsx +58 -0
- package/src/stroke/arrows/ArrowRight.tsx +58 -0
- package/src/stroke/arrows/ArrowRightFromLine.tsx +58 -0
- package/src/stroke/arrows/ArrowRightLeft.tsx +58 -0
- package/src/stroke/{accountsAccess/Bookmark.tsx → arrows/ArrowRightToLine.tsx} +10 -10
- package/src/stroke/arrows/ArrowUp.tsx +58 -0
- package/src/stroke/arrows/ArrowUp01.tsx +58 -0
- package/src/stroke/arrows/ArrowUp10.tsx +58 -0
- package/src/stroke/arrows/ArrowUpAZ.tsx +58 -0
- package/src/stroke/arrows/ArrowUpDown.tsx +58 -0
- package/src/stroke/arrows/ArrowUpFromDot.tsx +58 -0
- package/src/stroke/arrows/ArrowUpFromLine.tsx +58 -0
- package/src/stroke/arrows/ArrowUpLeft.tsx +58 -0
- package/src/stroke/arrows/ArrowUpNarrowWide.tsx +58 -0
- package/src/stroke/arrows/ArrowUpRight.tsx +58 -0
- package/src/stroke/arrows/ArrowUpToLine.tsx +58 -0
- package/src/stroke/arrows/ArrowUpWideNarrow.tsx +58 -0
- package/src/stroke/arrows/ArrowUpZA.tsx +58 -0
- package/src/stroke/arrows/ArrowsUpFromLine.tsx +58 -0
- package/src/stroke/{accountsAccess/BookUser.tsx → arrows/CalendarSync.tsx} +12 -12
- package/src/stroke/arrows/ChevronDown.tsx +58 -0
- package/src/stroke/arrows/ChevronFirst.tsx +58 -0
- package/src/stroke/arrows/ChevronLast.tsx +58 -0
- package/src/stroke/arrows/ChevronLeft.tsx +58 -0
- package/src/stroke/arrows/ChevronRight.tsx +58 -0
- package/src/stroke/arrows/ChevronUp.tsx +58 -0
- package/src/stroke/arrows/ChevronsDown.tsx +58 -0
- package/src/stroke/arrows/index.ts +35 -1
- package/src/stroke/charts/ChartArea.tsx +64 -0
- package/src/stroke/charts/ChartBar.tsx +58 -0
- package/src/stroke/{accountsAccess/Building.tsx → charts/ChartBarBig.tsx} +11 -11
- package/src/stroke/charts/ChartBarDecreasing.tsx +58 -0
- package/src/stroke/charts/ChartBarIncreasing.tsx +58 -0
- package/src/stroke/charts/ChartBarStacked.tsx +64 -0
- package/src/stroke/charts/ChartCandlestick.tsx +64 -0
- package/src/stroke/charts/ChartColumn.tsx +58 -0
- package/src/stroke/charts/ChartColumnBig.tsx +64 -0
- package/src/stroke/{accountsAccess/BookmarkMinus.tsx → charts/ChartColumnDecreasing.tsx} +10 -10
- package/src/stroke/charts/ChartColumnIncreasing.tsx +58 -0
- package/src/stroke/charts/ChartColumnStacked.tsx +64 -0
- package/src/stroke/charts/ChartGantt.tsx +58 -0
- package/src/stroke/{accountsAccess/BookmarkCheck.tsx → charts/ChartLine.tsx} +11 -11
- package/src/stroke/charts/ChartNoAxesColumnIncreasing.tsx +58 -0
- package/src/stroke/charts/ChartNoAxesCombined.tsx +58 -0
- package/src/stroke/charts/ChartNoAxesGantt.tsx +58 -0
- package/src/stroke/charts/ChartPie.tsx +64 -0
- package/src/stroke/charts/ChartScatter.tsx +65 -0
- package/src/stroke/charts/ChartSpline.tsx +64 -0
- package/src/stroke/charts/FolderKanban.tsx +58 -0
- package/src/stroke/{accountsAccess/Ban.tsx → charts/Kanban.tsx} +10 -10
- package/src/stroke/charts/SquareChartGantt.tsx +58 -0
- package/src/stroke/charts/SquareDashedKanban.tsx +58 -0
- package/src/stroke/charts/SquareKanban.tsx +58 -0
- package/src/stroke/charts/TrendingDown.tsx +64 -0
- package/src/stroke/charts/TrendingUp.tsx +64 -0
- package/src/stroke/charts/TrendingUpDown.tsx +64 -0
- package/src/stroke/charts/index.ts +28 -0
- package/src/stroke/mathematics/Asterisk.tsx +58 -0
- package/src/stroke/mathematics/Equal.tsx +57 -0
- package/src/stroke/{accountsAccess/Bell.tsx → mathematics/Plus.tsx} +10 -10
- package/src/stroke/mathematics/X.tsx +57 -0
- package/src/stroke/mathematics/index.ts +4 -0
- package/dist/cjs/stroke/accountsAccess/Activity.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/AtSign.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/Award.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/Badge.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/Badge.js +0 -50
- package/dist/cjs/stroke/accountsAccess/BadgeAlert.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/BadgeAlert.js +0 -50
- package/dist/cjs/stroke/accountsAccess/Ban.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/Bell.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/BellDot.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/BookUser.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/Bookmark.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/BookmarkCheck.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/BookmarkMinus.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/BookmarkPlus.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/BookmarkX.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/Building.d.ts +0 -3
- package/dist/stroke/accountsAccess/Activity.d.ts +0 -3
- package/dist/stroke/accountsAccess/Activity.js +0 -14
- package/dist/stroke/accountsAccess/AtSign.d.ts +0 -3
- package/dist/stroke/accountsAccess/AtSign.js +0 -14
- package/dist/stroke/accountsAccess/Award.d.ts +0 -3
- package/dist/stroke/accountsAccess/Award.js +0 -14
- package/dist/stroke/accountsAccess/Badge.d.ts +0 -3
- package/dist/stroke/accountsAccess/Badge.js +0 -14
- package/dist/stroke/accountsAccess/BadgeAlert.d.ts +0 -3
- package/dist/stroke/accountsAccess/BadgeAlert.js +0 -14
- package/dist/stroke/accountsAccess/Ban.d.ts +0 -3
- package/dist/stroke/accountsAccess/Bell.d.ts +0 -3
- package/dist/stroke/accountsAccess/Bell.js +0 -14
- package/dist/stroke/accountsAccess/BellDot.d.ts +0 -3
- package/dist/stroke/accountsAccess/BellDot.js +0 -14
- package/dist/stroke/accountsAccess/BookUser.d.ts +0 -3
- package/dist/stroke/accountsAccess/BookUser.js +0 -14
- package/dist/stroke/accountsAccess/Bookmark.d.ts +0 -3
- package/dist/stroke/accountsAccess/BookmarkCheck.d.ts +0 -3
- package/dist/stroke/accountsAccess/BookmarkCheck.js +0 -14
- package/dist/stroke/accountsAccess/BookmarkMinus.d.ts +0 -3
- package/dist/stroke/accountsAccess/BookmarkMinus.js +0 -14
- package/dist/stroke/accountsAccess/BookmarkPlus.d.ts +0 -3
- package/dist/stroke/accountsAccess/BookmarkPlus.js +0 -14
- package/dist/stroke/accountsAccess/BookmarkX.d.ts +0 -3
- package/dist/stroke/accountsAccess/BookmarkX.js +0 -14
- package/dist/stroke/accountsAccess/Building.d.ts +0 -3
- package/dist/stroke/accountsAccess/Building.js +0 -14
- package/src/stroke/accountsAccess/Activity.tsx +0 -58
- package/src/stroke/accountsAccess/Badge.tsx +0 -57
- package/src/stroke/accountsAccess/BadgeAlert.tsx +0 -58
- package/src/stroke/accountsAccess/BellDot.tsx +0 -64
- /package/dist/cjs/solid/{accessibility → accountsAccess}/BadgeInfo.d.ts +0 -0
- /package/dist/solid/{accessibility → accountsAccess}/BadgeInfo.d.ts +0 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.ChevronLeft = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.ChevronLeft = React.forwardRef(function ChevronLeft({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
40
|
+
return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M15 18L9 12L15 6", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
41
|
+
});
|
|
42
|
+
exports.ChevronLeft.displayName = "ChevronLeft";
|
|
43
|
+
exports.ChevronLeft.metadata = {
|
|
44
|
+
name: "ChevronLeft",
|
|
45
|
+
category: "stroke/arrows",
|
|
46
|
+
tags: ["chevron", "left", "icon"],
|
|
47
|
+
description: "ChevronLeft icon from stroke/arrows category",
|
|
48
|
+
type: ["stroke", "icon"],
|
|
49
|
+
};
|
|
50
|
+
exports.default = exports.ChevronLeft;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.ChevronRight = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.ChevronRight = React.forwardRef(function ChevronRight({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
40
|
+
return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M9 18L15 12L9 6", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
41
|
+
});
|
|
42
|
+
exports.ChevronRight.displayName = "ChevronRight";
|
|
43
|
+
exports.ChevronRight.metadata = {
|
|
44
|
+
name: "ChevronRight",
|
|
45
|
+
category: "stroke/arrows",
|
|
46
|
+
tags: ["chevron", "right", "icon"],
|
|
47
|
+
description: "ChevronRight icon from stroke/arrows category",
|
|
48
|
+
type: ["stroke", "icon"],
|
|
49
|
+
};
|
|
50
|
+
exports.default = exports.ChevronRight;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.ChevronUp = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.ChevronUp = React.forwardRef(function ChevronUp({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
40
|
+
return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M18 15L12 9L6 15", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
41
|
+
});
|
|
42
|
+
exports.ChevronUp.displayName = "ChevronUp";
|
|
43
|
+
exports.ChevronUp.metadata = {
|
|
44
|
+
name: "ChevronUp",
|
|
45
|
+
category: "stroke/arrows",
|
|
46
|
+
tags: ["chevron", "up", "icon"],
|
|
47
|
+
description: "ChevronUp icon from stroke/arrows category",
|
|
48
|
+
type: ["stroke", "icon"],
|
|
49
|
+
};
|
|
50
|
+
exports.default = exports.ChevronUp;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.ChevronsDown = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.ChevronsDown = React.forwardRef(function ChevronsDown({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
40
|
+
return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M7 6 12 11 17 6M7 13 12 18 17 13", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
41
|
+
});
|
|
42
|
+
exports.ChevronsDown.displayName = "ChevronsDown";
|
|
43
|
+
exports.ChevronsDown.metadata = {
|
|
44
|
+
name: "ChevronsDown",
|
|
45
|
+
category: "stroke/arrows",
|
|
46
|
+
tags: ["chevrons", "down", "icon"],
|
|
47
|
+
description: "ChevronsDown icon from stroke/arrows category",
|
|
48
|
+
type: ["stroke", "icon"],
|
|
49
|
+
};
|
|
50
|
+
exports.default = exports.ChevronsDown;
|
|
@@ -15,3 +15,37 @@ export { default as ArrowDownLeft } from "./ArrowDownLeft";
|
|
|
15
15
|
export { default as ArrowDownNarrowWide } from "./ArrowDownNarrowWide";
|
|
16
16
|
export { default as ArrowDownRight } from "./ArrowDownRight";
|
|
17
17
|
export { default as ArrowDownToDot } from "./ArrowDownToDot";
|
|
18
|
+
export { default as ArrowDownToLine } from "./ArrowDownToLine";
|
|
19
|
+
export { default as ArrowDownUp } from "./ArrowDownUp";
|
|
20
|
+
export { default as ArrowDownWideNarrow } from "./ArrowDownWideNarrow";
|
|
21
|
+
export { default as ArrowDownZA } from "./ArrowDownZA";
|
|
22
|
+
export { default as ArrowLeft } from "./ArrowLeft";
|
|
23
|
+
export { default as ArrowLeftFromLine } from "./ArrowLeftFromLine";
|
|
24
|
+
export { default as ArrowLeftRight } from "./ArrowLeftRight";
|
|
25
|
+
export { default as ArrowLeftToLine } from "./ArrowLeftToLine";
|
|
26
|
+
export { default as ArrowRight } from "./ArrowRight";
|
|
27
|
+
export { default as ArrowRightFromLine } from "./ArrowRightFromLine";
|
|
28
|
+
export { default as ArrowRightLeft } from "./ArrowRightLeft";
|
|
29
|
+
export { default as ArrowRightToLine } from "./ArrowRightToLine";
|
|
30
|
+
export { default as ArrowUp } from "./ArrowUp";
|
|
31
|
+
export { default as ArrowUp01 } from "./ArrowUp01";
|
|
32
|
+
export { default as ArrowUp10 } from "./ArrowUp10";
|
|
33
|
+
export { default as ArrowUpAZ } from "./ArrowUpAZ";
|
|
34
|
+
export { default as ArrowUpDown } from "./ArrowUpDown";
|
|
35
|
+
export { default as ArrowUpFromDot } from "./ArrowUpFromDot";
|
|
36
|
+
export { default as ArrowUpFromLine } from "./ArrowUpFromLine";
|
|
37
|
+
export { default as ArrowUpLeft } from "./ArrowUpLeft";
|
|
38
|
+
export { default as ArrowUpNarrowWide } from "./ArrowUpNarrowWide";
|
|
39
|
+
export { default as ArrowUpRight } from "./ArrowUpRight";
|
|
40
|
+
export { default as ArrowUpToLine } from "./ArrowUpToLine";
|
|
41
|
+
export { default as ArrowUpWideNarrow } from "./ArrowUpWideNarrow";
|
|
42
|
+
export { default as ArrowUpZA } from "./ArrowUpZA";
|
|
43
|
+
export { default as ArrowsUpFromLine } from "./ArrowsUpFromLine";
|
|
44
|
+
export { default as CalendarSync } from "./CalendarSync";
|
|
45
|
+
export { default as ChevronDown } from "./ChevronDown";
|
|
46
|
+
export { default as ChevronFirst } from "./ChevronFirst";
|
|
47
|
+
export { default as ChevronLast } from "./ChevronLast";
|
|
48
|
+
export { default as ChevronLeft } from "./ChevronLeft";
|
|
49
|
+
export { default as ChevronRight } from "./ChevronRight";
|
|
50
|
+
export { default as ChevronUp } from "./ChevronUp";
|
|
51
|
+
export { default as ChevronsDown } from "./ChevronsDown";
|
|
@@ -3,7 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ArrowDownToDot = exports.ArrowDownRight = exports.ArrowDownNarrowWide = exports.ArrowDownLeft = exports.ArrowDownFromLine = exports.ArrowDownAZ = exports.ArrowDown10 = exports.ArrowDown01 = exports.ArrowDown = exports.ArrowBigUpDash = exports.ArrowBigUp = exports.ArrowBigRightDash = exports.ArrowBigRight = exports.ArrowBigLeftDash = exports.ArrowBigLeft = exports.ArrowBigDowDash = exports.ArrowBigDown = void 0;
|
|
6
|
+
exports.ChevronUp = exports.ChevronRight = exports.ChevronLeft = exports.ChevronLast = exports.ChevronFirst = exports.ChevronDown = exports.CalendarSync = exports.ArrowsUpFromLine = exports.ArrowUpZA = exports.ArrowUpWideNarrow = exports.ArrowUpToLine = exports.ArrowUpRight = exports.ArrowUpNarrowWide = exports.ArrowUpLeft = exports.ArrowUpFromLine = exports.ArrowUpFromDot = exports.ArrowUpDown = exports.ArrowUpAZ = exports.ArrowUp10 = exports.ArrowUp01 = exports.ArrowUp = exports.ArrowRightToLine = exports.ArrowRightLeft = exports.ArrowRightFromLine = exports.ArrowRight = exports.ArrowLeftToLine = exports.ArrowLeftRight = exports.ArrowLeftFromLine = exports.ArrowLeft = exports.ArrowDownZA = exports.ArrowDownWideNarrow = exports.ArrowDownUp = exports.ArrowDownToLine = exports.ArrowDownToDot = exports.ArrowDownRight = exports.ArrowDownNarrowWide = exports.ArrowDownLeft = exports.ArrowDownFromLine = exports.ArrowDownAZ = exports.ArrowDown10 = exports.ArrowDown01 = exports.ArrowDown = exports.ArrowBigUpDash = exports.ArrowBigUp = exports.ArrowBigRightDash = exports.ArrowBigRight = exports.ArrowBigLeftDash = exports.ArrowBigLeft = exports.ArrowBigDowDash = exports.ArrowBigDown = void 0;
|
|
7
|
+
exports.ChevronsDown = void 0;
|
|
7
8
|
var ArrowBigDown_1 = require("./ArrowBigDown");
|
|
8
9
|
Object.defineProperty(exports, "ArrowBigDown", { enumerable: true, get: function () { return __importDefault(ArrowBigDown_1).default; } });
|
|
9
10
|
var ArrowBigDowDash_1 = require("./ArrowBigDowDash");
|
|
@@ -38,3 +39,71 @@ var ArrowDownRight_1 = require("./ArrowDownRight");
|
|
|
38
39
|
Object.defineProperty(exports, "ArrowDownRight", { enumerable: true, get: function () { return __importDefault(ArrowDownRight_1).default; } });
|
|
39
40
|
var ArrowDownToDot_1 = require("./ArrowDownToDot");
|
|
40
41
|
Object.defineProperty(exports, "ArrowDownToDot", { enumerable: true, get: function () { return __importDefault(ArrowDownToDot_1).default; } });
|
|
42
|
+
var ArrowDownToLine_1 = require("./ArrowDownToLine");
|
|
43
|
+
Object.defineProperty(exports, "ArrowDownToLine", { enumerable: true, get: function () { return __importDefault(ArrowDownToLine_1).default; } });
|
|
44
|
+
var ArrowDownUp_1 = require("./ArrowDownUp");
|
|
45
|
+
Object.defineProperty(exports, "ArrowDownUp", { enumerable: true, get: function () { return __importDefault(ArrowDownUp_1).default; } });
|
|
46
|
+
var ArrowDownWideNarrow_1 = require("./ArrowDownWideNarrow");
|
|
47
|
+
Object.defineProperty(exports, "ArrowDownWideNarrow", { enumerable: true, get: function () { return __importDefault(ArrowDownWideNarrow_1).default; } });
|
|
48
|
+
var ArrowDownZA_1 = require("./ArrowDownZA");
|
|
49
|
+
Object.defineProperty(exports, "ArrowDownZA", { enumerable: true, get: function () { return __importDefault(ArrowDownZA_1).default; } });
|
|
50
|
+
var ArrowLeft_1 = require("./ArrowLeft");
|
|
51
|
+
Object.defineProperty(exports, "ArrowLeft", { enumerable: true, get: function () { return __importDefault(ArrowLeft_1).default; } });
|
|
52
|
+
var ArrowLeftFromLine_1 = require("./ArrowLeftFromLine");
|
|
53
|
+
Object.defineProperty(exports, "ArrowLeftFromLine", { enumerable: true, get: function () { return __importDefault(ArrowLeftFromLine_1).default; } });
|
|
54
|
+
var ArrowLeftRight_1 = require("./ArrowLeftRight");
|
|
55
|
+
Object.defineProperty(exports, "ArrowLeftRight", { enumerable: true, get: function () { return __importDefault(ArrowLeftRight_1).default; } });
|
|
56
|
+
var ArrowLeftToLine_1 = require("./ArrowLeftToLine");
|
|
57
|
+
Object.defineProperty(exports, "ArrowLeftToLine", { enumerable: true, get: function () { return __importDefault(ArrowLeftToLine_1).default; } });
|
|
58
|
+
var ArrowRight_1 = require("./ArrowRight");
|
|
59
|
+
Object.defineProperty(exports, "ArrowRight", { enumerable: true, get: function () { return __importDefault(ArrowRight_1).default; } });
|
|
60
|
+
var ArrowRightFromLine_1 = require("./ArrowRightFromLine");
|
|
61
|
+
Object.defineProperty(exports, "ArrowRightFromLine", { enumerable: true, get: function () { return __importDefault(ArrowRightFromLine_1).default; } });
|
|
62
|
+
var ArrowRightLeft_1 = require("./ArrowRightLeft");
|
|
63
|
+
Object.defineProperty(exports, "ArrowRightLeft", { enumerable: true, get: function () { return __importDefault(ArrowRightLeft_1).default; } });
|
|
64
|
+
var ArrowRightToLine_1 = require("./ArrowRightToLine");
|
|
65
|
+
Object.defineProperty(exports, "ArrowRightToLine", { enumerable: true, get: function () { return __importDefault(ArrowRightToLine_1).default; } });
|
|
66
|
+
var ArrowUp_1 = require("./ArrowUp");
|
|
67
|
+
Object.defineProperty(exports, "ArrowUp", { enumerable: true, get: function () { return __importDefault(ArrowUp_1).default; } });
|
|
68
|
+
var ArrowUp01_1 = require("./ArrowUp01");
|
|
69
|
+
Object.defineProperty(exports, "ArrowUp01", { enumerable: true, get: function () { return __importDefault(ArrowUp01_1).default; } });
|
|
70
|
+
var ArrowUp10_1 = require("./ArrowUp10");
|
|
71
|
+
Object.defineProperty(exports, "ArrowUp10", { enumerable: true, get: function () { return __importDefault(ArrowUp10_1).default; } });
|
|
72
|
+
var ArrowUpAZ_1 = require("./ArrowUpAZ");
|
|
73
|
+
Object.defineProperty(exports, "ArrowUpAZ", { enumerable: true, get: function () { return __importDefault(ArrowUpAZ_1).default; } });
|
|
74
|
+
var ArrowUpDown_1 = require("./ArrowUpDown");
|
|
75
|
+
Object.defineProperty(exports, "ArrowUpDown", { enumerable: true, get: function () { return __importDefault(ArrowUpDown_1).default; } });
|
|
76
|
+
var ArrowUpFromDot_1 = require("./ArrowUpFromDot");
|
|
77
|
+
Object.defineProperty(exports, "ArrowUpFromDot", { enumerable: true, get: function () { return __importDefault(ArrowUpFromDot_1).default; } });
|
|
78
|
+
var ArrowUpFromLine_1 = require("./ArrowUpFromLine");
|
|
79
|
+
Object.defineProperty(exports, "ArrowUpFromLine", { enumerable: true, get: function () { return __importDefault(ArrowUpFromLine_1).default; } });
|
|
80
|
+
var ArrowUpLeft_1 = require("./ArrowUpLeft");
|
|
81
|
+
Object.defineProperty(exports, "ArrowUpLeft", { enumerable: true, get: function () { return __importDefault(ArrowUpLeft_1).default; } });
|
|
82
|
+
var ArrowUpNarrowWide_1 = require("./ArrowUpNarrowWide");
|
|
83
|
+
Object.defineProperty(exports, "ArrowUpNarrowWide", { enumerable: true, get: function () { return __importDefault(ArrowUpNarrowWide_1).default; } });
|
|
84
|
+
var ArrowUpRight_1 = require("./ArrowUpRight");
|
|
85
|
+
Object.defineProperty(exports, "ArrowUpRight", { enumerable: true, get: function () { return __importDefault(ArrowUpRight_1).default; } });
|
|
86
|
+
var ArrowUpToLine_1 = require("./ArrowUpToLine");
|
|
87
|
+
Object.defineProperty(exports, "ArrowUpToLine", { enumerable: true, get: function () { return __importDefault(ArrowUpToLine_1).default; } });
|
|
88
|
+
var ArrowUpWideNarrow_1 = require("./ArrowUpWideNarrow");
|
|
89
|
+
Object.defineProperty(exports, "ArrowUpWideNarrow", { enumerable: true, get: function () { return __importDefault(ArrowUpWideNarrow_1).default; } });
|
|
90
|
+
var ArrowUpZA_1 = require("./ArrowUpZA");
|
|
91
|
+
Object.defineProperty(exports, "ArrowUpZA", { enumerable: true, get: function () { return __importDefault(ArrowUpZA_1).default; } });
|
|
92
|
+
var ArrowsUpFromLine_1 = require("./ArrowsUpFromLine");
|
|
93
|
+
Object.defineProperty(exports, "ArrowsUpFromLine", { enumerable: true, get: function () { return __importDefault(ArrowsUpFromLine_1).default; } });
|
|
94
|
+
var CalendarSync_1 = require("./CalendarSync");
|
|
95
|
+
Object.defineProperty(exports, "CalendarSync", { enumerable: true, get: function () { return __importDefault(CalendarSync_1).default; } });
|
|
96
|
+
var ChevronDown_1 = require("./ChevronDown");
|
|
97
|
+
Object.defineProperty(exports, "ChevronDown", { enumerable: true, get: function () { return __importDefault(ChevronDown_1).default; } });
|
|
98
|
+
var ChevronFirst_1 = require("./ChevronFirst");
|
|
99
|
+
Object.defineProperty(exports, "ChevronFirst", { enumerable: true, get: function () { return __importDefault(ChevronFirst_1).default; } });
|
|
100
|
+
var ChevronLast_1 = require("./ChevronLast");
|
|
101
|
+
Object.defineProperty(exports, "ChevronLast", { enumerable: true, get: function () { return __importDefault(ChevronLast_1).default; } });
|
|
102
|
+
var ChevronLeft_1 = require("./ChevronLeft");
|
|
103
|
+
Object.defineProperty(exports, "ChevronLeft", { enumerable: true, get: function () { return __importDefault(ChevronLeft_1).default; } });
|
|
104
|
+
var ChevronRight_1 = require("./ChevronRight");
|
|
105
|
+
Object.defineProperty(exports, "ChevronRight", { enumerable: true, get: function () { return __importDefault(ChevronRight_1).default; } });
|
|
106
|
+
var ChevronUp_1 = require("./ChevronUp");
|
|
107
|
+
Object.defineProperty(exports, "ChevronUp", { enumerable: true, get: function () { return __importDefault(ChevronUp_1).default; } });
|
|
108
|
+
var ChevronsDown_1 = require("./ChevronsDown");
|
|
109
|
+
Object.defineProperty(exports, "ChevronsDown", { enumerable: true, get: function () { return __importDefault(ChevronsDown_1).default; } });
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.ChartArea = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.ChartArea = React.forwardRef(function ChartArea({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
40
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M3 3V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H21", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M7 11.207C7.00003 11.0746 7.05253 10.9477 7.146 10.854L9.146 8.854C9.19245 8.80744 9.24762 8.7705 9.30837 8.74529C9.36911 8.72008 9.43423 8.70711 9.5 8.70711C9.56577 8.70711 9.63089 8.72008 9.69163 8.74529C9.75238 8.7705 9.80755 8.80744 9.854 8.854L13.146 12.146C13.1924 12.1926 13.2476 12.2295 13.3084 12.2547C13.3691 12.2799 13.4342 12.2929 13.5 12.2929C13.5658 12.2929 13.6309 12.2799 13.6916 12.2547C13.7524 12.2295 13.8076 12.1926 13.854 12.146L18.146 7.854C18.2159 7.78396 18.3049 7.73621 18.402 7.71681C18.499 7.69741 18.5996 7.70723 18.691 7.74503C18.7824 7.78282 18.8606 7.84689 18.9156 7.92912C18.9706 8.01136 19 8.10807 19 8.207V16C19 16.2652 18.8946 16.5196 18.7071 16.7071C18.5196 16.8946 18.2652 17 18 17H8C7.73478 17 7.48043 16.8946 7.29289 16.7071C7.10536 16.5196 7 16.2652 7 16V11.207Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
41
|
+
});
|
|
42
|
+
exports.ChartArea.displayName = "ChartArea";
|
|
43
|
+
exports.ChartArea.metadata = {
|
|
44
|
+
name: "ChartArea",
|
|
45
|
+
category: "stroke/charts",
|
|
46
|
+
tags: ["chart", "area", "icon"],
|
|
47
|
+
description: "ChartArea icon from stroke/charts category",
|
|
48
|
+
type: ["stroke", "icon"],
|
|
49
|
+
};
|
|
50
|
+
exports.default = exports.ChartArea;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.ChartBar = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.ChartBar = React.forwardRef(function ChartBar({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
40
|
+
return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21M7 16H15M7 11H19M7 6H10", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
41
|
+
});
|
|
42
|
+
exports.ChartBar.displayName = "ChartBar";
|
|
43
|
+
exports.ChartBar.metadata = {
|
|
44
|
+
name: "ChartBar",
|
|
45
|
+
category: "stroke/charts",
|
|
46
|
+
tags: ["chart", "bar", "icon"],
|
|
47
|
+
description: "ChartBar icon from stroke/charts category",
|
|
48
|
+
type: ["stroke", "icon"],
|
|
49
|
+
};
|
|
50
|
+
exports.default = exports.ChartBar;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.ChartBarBig = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.ChartBarBig = React.forwardRef(function ChartBarBig({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
40
|
+
return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M3 3V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H21", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M15 13H8C7.448 13 7 13.448 7 14V16C7 16.552 7.448 17 8 17H15C15.552 17 16 16.552 16 16V14C16 13.448 15.552 13 15 13ZM18 5H8C7.448 5 7 5.448 7 6V8C7 8.552 7.448 9 8 9H18C18.552 9 19 8.552 19 8V6C19 5.448 18.552 5 18 5Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
41
|
+
});
|
|
42
|
+
exports.ChartBarBig.displayName = "ChartBarBig";
|
|
43
|
+
exports.ChartBarBig.metadata = {
|
|
44
|
+
name: "ChartBarBig",
|
|
45
|
+
category: "stroke/charts",
|
|
46
|
+
tags: ["chart", "bar", "big", "icon"],
|
|
47
|
+
description: "ChartBarBig icon from stroke/charts category",
|
|
48
|
+
type: ["stroke", "icon"],
|
|
49
|
+
};
|
|
50
|
+
exports.default = exports.ChartBarBig;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.ChartBarDecreasing = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.ChartBarDecreasing = React.forwardRef(function ChartBarDecreasing({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
40
|
+
return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21M7 11H15M7 16H10M7 6H19", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
41
|
+
});
|
|
42
|
+
exports.ChartBarDecreasing.displayName = "ChartBarDecreasing";
|
|
43
|
+
exports.ChartBarDecreasing.metadata = {
|
|
44
|
+
name: "ChartBarDecreasing",
|
|
45
|
+
category: "stroke/charts",
|
|
46
|
+
tags: ["chart", "bar", "decreasing", "icon"],
|
|
47
|
+
description: "ChartBarDecreasing icon from stroke/charts category",
|
|
48
|
+
type: ["stroke", "icon"],
|
|
49
|
+
};
|
|
50
|
+
exports.default = exports.ChartBarDecreasing;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.ChartBarIncreasing = void 0;
|
|
37
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
+
const React = __importStar(require("react"));
|
|
39
|
+
exports.ChartBarIncreasing = React.forwardRef(function ChartBarIncreasing({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
|
|
40
|
+
return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21M7 11H15M7 16H19M7 6H10", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
41
|
+
});
|
|
42
|
+
exports.ChartBarIncreasing.displayName = "ChartBarIncreasing";
|
|
43
|
+
exports.ChartBarIncreasing.metadata = {
|
|
44
|
+
name: "ChartBarIncreasing",
|
|
45
|
+
category: "stroke/charts",
|
|
46
|
+
tags: ["chart", "bar", "increasing", "icon"],
|
|
47
|
+
description: "ChartBarIncreasing icon from stroke/charts category",
|
|
48
|
+
type: ["stroke", "icon"],
|
|
49
|
+
};
|
|
50
|
+
exports.default = exports.ChartBarIncreasing;
|