@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,64 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const ChartCandlestick: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function ChartCandlestick(
|
|
8
|
+
{
|
|
9
|
+
color = "currentColor",
|
|
10
|
+
fill,
|
|
11
|
+
size = 24,
|
|
12
|
+
strokeWidth,
|
|
13
|
+
strokeLinecap,
|
|
14
|
+
strokeLinejoin,
|
|
15
|
+
strokeDasharray,
|
|
16
|
+
opacity,
|
|
17
|
+
className,
|
|
18
|
+
...props
|
|
19
|
+
},
|
|
20
|
+
forwardedRef,
|
|
21
|
+
) {
|
|
22
|
+
return (
|
|
23
|
+
<svg
|
|
24
|
+
width={size}
|
|
25
|
+
height={size}
|
|
26
|
+
viewBox="0 0 24 24"
|
|
27
|
+
fill="none"
|
|
28
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
+
className={className}
|
|
30
|
+
strokeWidth={strokeWidth}
|
|
31
|
+
strokeLinecap={strokeLinecap}
|
|
32
|
+
strokeLinejoin={strokeLinejoin}
|
|
33
|
+
strokeDasharray={strokeDasharray}
|
|
34
|
+
opacity={opacity}
|
|
35
|
+
{...props}
|
|
36
|
+
ref={forwardedRef}
|
|
37
|
+
>
|
|
38
|
+
<path
|
|
39
|
+
d="M9 5V9M10 9H8C7.448 9 7 9.448 7 10V14C7 14.552 7.448 15 8 15H10C10.552 15 11 14.552 11 14V10C11 9.448 10.552 9 10 9ZM9 15V17M17 3V5M18 5H16C15.448 5 15 5.448 15 6V12C15 12.552 15.448 13 16 13H18C18.552 13 19 12.552 19 12V6C19 5.448 18.552 5 18 5ZM17 13V16"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M3 3V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H21"
|
|
46
|
+
stroke={color}
|
|
47
|
+
strokeLinecap="round"
|
|
48
|
+
strokeLinejoin="round"
|
|
49
|
+
/>
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
ChartCandlestick.displayName = "ChartCandlestick";
|
|
55
|
+
|
|
56
|
+
ChartCandlestick.metadata = {
|
|
57
|
+
name: "ChartCandlestick",
|
|
58
|
+
category: "stroke/charts",
|
|
59
|
+
tags: ["chart", "candlestick", "icon"],
|
|
60
|
+
description: "ChartCandlestick icon from stroke/charts category",
|
|
61
|
+
type: ["stroke", "icon"],
|
|
62
|
+
} as IconMetadata;
|
|
63
|
+
|
|
64
|
+
export default ChartCandlestick;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const ChartColumn: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function ChartColumn(
|
|
8
|
+
{
|
|
9
|
+
color = "currentColor",
|
|
10
|
+
fill,
|
|
11
|
+
size = 24,
|
|
12
|
+
strokeWidth,
|
|
13
|
+
strokeLinecap,
|
|
14
|
+
strokeLinejoin,
|
|
15
|
+
strokeDasharray,
|
|
16
|
+
opacity,
|
|
17
|
+
className,
|
|
18
|
+
...props
|
|
19
|
+
},
|
|
20
|
+
forwardedRef,
|
|
21
|
+
) {
|
|
22
|
+
return (
|
|
23
|
+
<svg
|
|
24
|
+
width={size}
|
|
25
|
+
height={size}
|
|
26
|
+
viewBox="0 0 24 24"
|
|
27
|
+
fill="none"
|
|
28
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
+
className={className}
|
|
30
|
+
strokeWidth={strokeWidth}
|
|
31
|
+
strokeLinecap={strokeLinecap}
|
|
32
|
+
strokeLinejoin={strokeLinejoin}
|
|
33
|
+
strokeDasharray={strokeDasharray}
|
|
34
|
+
opacity={opacity}
|
|
35
|
+
{...props}
|
|
36
|
+
ref={forwardedRef}
|
|
37
|
+
>
|
|
38
|
+
<path
|
|
39
|
+
d="M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21M18 17V9M13 17V5M8 17V14"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
ChartColumn.displayName = "ChartColumn";
|
|
49
|
+
|
|
50
|
+
ChartColumn.metadata = {
|
|
51
|
+
name: "ChartColumn",
|
|
52
|
+
category: "stroke/charts",
|
|
53
|
+
tags: ["chart", "column", "icon"],
|
|
54
|
+
description: "ChartColumn icon from stroke/charts category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
} as IconMetadata;
|
|
57
|
+
|
|
58
|
+
export default ChartColumn;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const ChartColumnBig: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function ChartColumnBig(
|
|
8
|
+
{
|
|
9
|
+
color = "currentColor",
|
|
10
|
+
fill,
|
|
11
|
+
size = 24,
|
|
12
|
+
strokeWidth,
|
|
13
|
+
strokeLinecap,
|
|
14
|
+
strokeLinejoin,
|
|
15
|
+
strokeDasharray,
|
|
16
|
+
opacity,
|
|
17
|
+
className,
|
|
18
|
+
...props
|
|
19
|
+
},
|
|
20
|
+
forwardedRef,
|
|
21
|
+
) {
|
|
22
|
+
return (
|
|
23
|
+
<svg
|
|
24
|
+
width={size}
|
|
25
|
+
height={size}
|
|
26
|
+
viewBox="0 0 24 24"
|
|
27
|
+
fill="none"
|
|
28
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
+
className={className}
|
|
30
|
+
strokeWidth={strokeWidth}
|
|
31
|
+
strokeLinecap={strokeLinecap}
|
|
32
|
+
strokeLinejoin={strokeLinejoin}
|
|
33
|
+
strokeDasharray={strokeDasharray}
|
|
34
|
+
opacity={opacity}
|
|
35
|
+
{...props}
|
|
36
|
+
ref={forwardedRef}
|
|
37
|
+
>
|
|
38
|
+
<path
|
|
39
|
+
d="M3 3V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H21"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M18 5H16C15.448 5 15 5.448 15 6V16C15 16.552 15.448 17 16 17H18C18.552 17 19 16.552 19 16V6C19 5.448 18.552 5 18 5ZM10 8H8C7.448 8 7 8.448 7 9V16C7 16.552 7.448 17 8 17H10C10.552 17 11 16.552 11 16V9C11 8.448 10.552 8 10 8Z"
|
|
46
|
+
stroke={color}
|
|
47
|
+
strokeLinecap="round"
|
|
48
|
+
strokeLinejoin="round"
|
|
49
|
+
/>
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
ChartColumnBig.displayName = "ChartColumnBig";
|
|
55
|
+
|
|
56
|
+
ChartColumnBig.metadata = {
|
|
57
|
+
name: "ChartColumnBig",
|
|
58
|
+
category: "stroke/charts",
|
|
59
|
+
tags: ["chart", "column", "big", "icon"],
|
|
60
|
+
description: "ChartColumnBig icon from stroke/charts category",
|
|
61
|
+
type: ["stroke", "icon"],
|
|
62
|
+
} as IconMetadata;
|
|
63
|
+
|
|
64
|
+
export default ChartColumnBig;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
3
|
|
|
4
|
-
export const
|
|
4
|
+
export const ChartColumnDecreasing: IconComponent = React.forwardRef<
|
|
5
5
|
SVGSVGElement,
|
|
6
6
|
IconProps
|
|
7
|
-
>(function
|
|
7
|
+
>(function ChartColumnDecreasing(
|
|
8
8
|
{
|
|
9
9
|
color = "currentColor",
|
|
10
10
|
fill,
|
|
@@ -36,7 +36,7 @@ export const BookmarkMinus: IconComponent = React.forwardRef<
|
|
|
36
36
|
ref={forwardedRef}
|
|
37
37
|
>
|
|
38
38
|
<path
|
|
39
|
-
d="
|
|
39
|
+
d="M13 17V9M18 17V14M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21M8 17V5"
|
|
40
40
|
stroke={color}
|
|
41
41
|
strokeLinecap="round"
|
|
42
42
|
strokeLinejoin="round"
|
|
@@ -45,14 +45,14 @@ export const BookmarkMinus: IconComponent = React.forwardRef<
|
|
|
45
45
|
);
|
|
46
46
|
});
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
ChartColumnDecreasing.displayName = "ChartColumnDecreasing";
|
|
49
49
|
|
|
50
|
-
|
|
51
|
-
name: "
|
|
52
|
-
category: "stroke/
|
|
53
|
-
tags: ["
|
|
54
|
-
description: "
|
|
50
|
+
ChartColumnDecreasing.metadata = {
|
|
51
|
+
name: "ChartColumnDecreasing",
|
|
52
|
+
category: "stroke/charts",
|
|
53
|
+
tags: ["chart", "column", "decreasing", "icon"],
|
|
54
|
+
description: "ChartColumnDecreasing icon from stroke/charts category",
|
|
55
55
|
type: ["stroke", "icon"],
|
|
56
56
|
} as IconMetadata;
|
|
57
57
|
|
|
58
|
-
export default
|
|
58
|
+
export default ChartColumnDecreasing;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const ChartColumnIncreasing: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function ChartColumnIncreasing(
|
|
8
|
+
{
|
|
9
|
+
color = "currentColor",
|
|
10
|
+
fill,
|
|
11
|
+
size = 24,
|
|
12
|
+
strokeWidth,
|
|
13
|
+
strokeLinecap,
|
|
14
|
+
strokeLinejoin,
|
|
15
|
+
strokeDasharray,
|
|
16
|
+
opacity,
|
|
17
|
+
className,
|
|
18
|
+
...props
|
|
19
|
+
},
|
|
20
|
+
forwardedRef,
|
|
21
|
+
) {
|
|
22
|
+
return (
|
|
23
|
+
<svg
|
|
24
|
+
width={size}
|
|
25
|
+
height={size}
|
|
26
|
+
viewBox="0 0 24 24"
|
|
27
|
+
fill="none"
|
|
28
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
+
className={className}
|
|
30
|
+
strokeWidth={strokeWidth}
|
|
31
|
+
strokeLinecap={strokeLinecap}
|
|
32
|
+
strokeLinejoin={strokeLinejoin}
|
|
33
|
+
strokeDasharray={strokeDasharray}
|
|
34
|
+
opacity={opacity}
|
|
35
|
+
{...props}
|
|
36
|
+
ref={forwardedRef}
|
|
37
|
+
>
|
|
38
|
+
<path
|
|
39
|
+
d="M13 17V9M18 17V5M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21M8 17V14"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
ChartColumnIncreasing.displayName = "ChartColumnIncreasing";
|
|
49
|
+
|
|
50
|
+
ChartColumnIncreasing.metadata = {
|
|
51
|
+
name: "ChartColumnIncreasing",
|
|
52
|
+
category: "stroke/charts",
|
|
53
|
+
tags: ["chart", "column", "increasing", "icon"],
|
|
54
|
+
description: "ChartColumnIncreasing icon from stroke/charts category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
} as IconMetadata;
|
|
57
|
+
|
|
58
|
+
export default ChartColumnIncreasing;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const ChartColumnStacked: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function ChartColumnStacked(
|
|
8
|
+
{
|
|
9
|
+
color = "currentColor",
|
|
10
|
+
fill,
|
|
11
|
+
size = 24,
|
|
12
|
+
strokeWidth,
|
|
13
|
+
strokeLinecap,
|
|
14
|
+
strokeLinejoin,
|
|
15
|
+
strokeDasharray,
|
|
16
|
+
opacity,
|
|
17
|
+
className,
|
|
18
|
+
...props
|
|
19
|
+
},
|
|
20
|
+
forwardedRef,
|
|
21
|
+
) {
|
|
22
|
+
return (
|
|
23
|
+
<svg
|
|
24
|
+
width={size}
|
|
25
|
+
height={size}
|
|
26
|
+
viewBox="0 0 24 24"
|
|
27
|
+
fill="none"
|
|
28
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
+
className={className}
|
|
30
|
+
strokeWidth={strokeWidth}
|
|
31
|
+
strokeLinecap={strokeLinecap}
|
|
32
|
+
strokeLinejoin={strokeLinejoin}
|
|
33
|
+
strokeDasharray={strokeDasharray}
|
|
34
|
+
opacity={opacity}
|
|
35
|
+
{...props}
|
|
36
|
+
ref={forwardedRef}
|
|
37
|
+
>
|
|
38
|
+
<path
|
|
39
|
+
d="M11 13H7M19 9H15M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M18 5H16C15.448 5 15 5.448 15 6V16C15 16.552 15.448 17 16 17H18C18.552 17 19 16.552 19 16V6C19 5.448 18.552 5 18 5ZM10 8H8C7.448 8 7 8.448 7 9V16C7 16.552 7.448 17 8 17H10C10.552 17 11 16.552 11 16V9C11 8.448 10.552 8 10 8Z"
|
|
46
|
+
stroke={color}
|
|
47
|
+
strokeLinecap="round"
|
|
48
|
+
strokeLinejoin="round"
|
|
49
|
+
/>
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
ChartColumnStacked.displayName = "ChartColumnStacked";
|
|
55
|
+
|
|
56
|
+
ChartColumnStacked.metadata = {
|
|
57
|
+
name: "ChartColumnStacked",
|
|
58
|
+
category: "stroke/charts",
|
|
59
|
+
tags: ["chart", "column", "stacked", "icon"],
|
|
60
|
+
description: "ChartColumnStacked icon from stroke/charts category",
|
|
61
|
+
type: ["stroke", "icon"],
|
|
62
|
+
} as IconMetadata;
|
|
63
|
+
|
|
64
|
+
export default ChartColumnStacked;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const ChartGantt: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function ChartGantt(
|
|
8
|
+
{
|
|
9
|
+
color = "currentColor",
|
|
10
|
+
fill,
|
|
11
|
+
size = 24,
|
|
12
|
+
strokeWidth,
|
|
13
|
+
strokeLinecap,
|
|
14
|
+
strokeLinejoin,
|
|
15
|
+
strokeDasharray,
|
|
16
|
+
opacity,
|
|
17
|
+
className,
|
|
18
|
+
...props
|
|
19
|
+
},
|
|
20
|
+
forwardedRef,
|
|
21
|
+
) {
|
|
22
|
+
return (
|
|
23
|
+
<svg
|
|
24
|
+
width={size}
|
|
25
|
+
height={size}
|
|
26
|
+
viewBox="0 0 24 24"
|
|
27
|
+
fill="none"
|
|
28
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
+
className={className}
|
|
30
|
+
strokeWidth={strokeWidth}
|
|
31
|
+
strokeLinecap={strokeLinecap}
|
|
32
|
+
strokeLinejoin={strokeLinejoin}
|
|
33
|
+
strokeDasharray={strokeDasharray}
|
|
34
|
+
opacity={opacity}
|
|
35
|
+
{...props}
|
|
36
|
+
ref={forwardedRef}
|
|
37
|
+
>
|
|
38
|
+
<path
|
|
39
|
+
d="M10 6H18M12 16H18M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21M8 11H15"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
ChartGantt.displayName = "ChartGantt";
|
|
49
|
+
|
|
50
|
+
ChartGantt.metadata = {
|
|
51
|
+
name: "ChartGantt",
|
|
52
|
+
category: "stroke/charts",
|
|
53
|
+
tags: ["chart", "gantt", "icon"],
|
|
54
|
+
description: "ChartGantt icon from stroke/charts category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
} as IconMetadata;
|
|
57
|
+
|
|
58
|
+
export default ChartGantt;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
3
|
|
|
4
|
-
export const
|
|
4
|
+
export const ChartLine: IconComponent = React.forwardRef<
|
|
5
5
|
SVGSVGElement,
|
|
6
6
|
IconProps
|
|
7
|
-
>(function
|
|
7
|
+
>(function ChartLine(
|
|
8
8
|
{
|
|
9
9
|
color = "currentColor",
|
|
10
10
|
fill,
|
|
@@ -36,13 +36,13 @@ export const BookmarkCheck: IconComponent = React.forwardRef<
|
|
|
36
36
|
ref={forwardedRef}
|
|
37
37
|
>
|
|
38
38
|
<path
|
|
39
|
-
d="
|
|
39
|
+
d="M3 3V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H21"
|
|
40
40
|
stroke={color}
|
|
41
41
|
strokeLinecap="round"
|
|
42
42
|
strokeLinejoin="round"
|
|
43
43
|
/>
|
|
44
44
|
<path
|
|
45
|
-
d="
|
|
45
|
+
d="M19 9L14 14L10 10L7 13"
|
|
46
46
|
stroke={color}
|
|
47
47
|
strokeLinecap="round"
|
|
48
48
|
strokeLinejoin="round"
|
|
@@ -51,14 +51,14 @@ export const BookmarkCheck: IconComponent = React.forwardRef<
|
|
|
51
51
|
);
|
|
52
52
|
});
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
ChartLine.displayName = "ChartLine";
|
|
55
55
|
|
|
56
|
-
|
|
57
|
-
name: "
|
|
58
|
-
category: "stroke/
|
|
59
|
-
tags: ["
|
|
60
|
-
description: "
|
|
56
|
+
ChartLine.metadata = {
|
|
57
|
+
name: "ChartLine",
|
|
58
|
+
category: "stroke/charts",
|
|
59
|
+
tags: ["chart", "line", "icon"],
|
|
60
|
+
description: "ChartLine icon from stroke/charts category",
|
|
61
61
|
type: ["stroke", "icon"],
|
|
62
62
|
} as IconMetadata;
|
|
63
63
|
|
|
64
|
-
export default
|
|
64
|
+
export default ChartLine;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const ChartNoAxesColumnIncreasing: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function ChartNoAxesColumnIncreasing(
|
|
8
|
+
{
|
|
9
|
+
color = "currentColor",
|
|
10
|
+
fill,
|
|
11
|
+
size = 24,
|
|
12
|
+
strokeWidth,
|
|
13
|
+
strokeLinecap,
|
|
14
|
+
strokeLinejoin,
|
|
15
|
+
strokeDasharray,
|
|
16
|
+
opacity,
|
|
17
|
+
className,
|
|
18
|
+
...props
|
|
19
|
+
},
|
|
20
|
+
forwardedRef,
|
|
21
|
+
) {
|
|
22
|
+
return (
|
|
23
|
+
<svg
|
|
24
|
+
width={size}
|
|
25
|
+
height={size}
|
|
26
|
+
viewBox="0 0 24 24"
|
|
27
|
+
fill="none"
|
|
28
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
+
className={className}
|
|
30
|
+
strokeWidth={strokeWidth}
|
|
31
|
+
strokeLinecap={strokeLinecap}
|
|
32
|
+
strokeLinejoin={strokeLinejoin}
|
|
33
|
+
strokeDasharray={strokeDasharray}
|
|
34
|
+
opacity={opacity}
|
|
35
|
+
{...props}
|
|
36
|
+
ref={forwardedRef}
|
|
37
|
+
>
|
|
38
|
+
<path
|
|
39
|
+
d="M5 21V15M12 21V9M19 21V3"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
ChartNoAxesColumnIncreasing.displayName = "ChartNoAxesColumnIncreasing";
|
|
49
|
+
|
|
50
|
+
ChartNoAxesColumnIncreasing.metadata = {
|
|
51
|
+
name: "ChartNoAxesColumnIncreasing",
|
|
52
|
+
category: "stroke/charts",
|
|
53
|
+
tags: ["chart", "no", "axes", "column", "increasing", "icon"],
|
|
54
|
+
description: "ChartNoAxesColumnIncreasing icon from stroke/charts category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
} as IconMetadata;
|
|
57
|
+
|
|
58
|
+
export default ChartNoAxesColumnIncreasing;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const ChartNoAxesCombined: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function ChartNoAxesCombined(
|
|
8
|
+
{
|
|
9
|
+
color = "currentColor",
|
|
10
|
+
fill,
|
|
11
|
+
size = 24,
|
|
12
|
+
strokeWidth,
|
|
13
|
+
strokeLinecap,
|
|
14
|
+
strokeLinejoin,
|
|
15
|
+
strokeDasharray,
|
|
16
|
+
opacity,
|
|
17
|
+
className,
|
|
18
|
+
...props
|
|
19
|
+
},
|
|
20
|
+
forwardedRef,
|
|
21
|
+
) {
|
|
22
|
+
return (
|
|
23
|
+
<svg
|
|
24
|
+
width={size}
|
|
25
|
+
height={size}
|
|
26
|
+
viewBox="0 0 24 24"
|
|
27
|
+
fill="none"
|
|
28
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
+
className={className}
|
|
30
|
+
strokeWidth={strokeWidth}
|
|
31
|
+
strokeLinecap={strokeLinecap}
|
|
32
|
+
strokeLinejoin={strokeLinejoin}
|
|
33
|
+
strokeDasharray={strokeDasharray}
|
|
34
|
+
opacity={opacity}
|
|
35
|
+
{...props}
|
|
36
|
+
ref={forwardedRef}
|
|
37
|
+
>
|
|
38
|
+
<path
|
|
39
|
+
d="M12 16V21M16 14V21M20 10V21M22 3 13.354 11.646C13.308 11.693 13.252 11.73 13.192 11.755 13.131 11.78 13.066 11.793 13 11.793 12.934 11.793 12.869 11.78 12.808 11.755 12.748 11.73 12.692 11.693 12.646 11.646L9.354 8.354C9.26 8.26 9.133 8.208 9.001 8.208 8.868 8.208 8.741 8.26 8.647 8.354L2 15M4 18V21M8 14V21"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
ChartNoAxesCombined.displayName = "ChartNoAxesCombined";
|
|
49
|
+
|
|
50
|
+
ChartNoAxesCombined.metadata = {
|
|
51
|
+
name: "ChartNoAxesCombined",
|
|
52
|
+
category: "stroke/charts",
|
|
53
|
+
tags: ["chart", "no", "axes", "combined", "icon"],
|
|
54
|
+
description: "ChartNoAxesCombined icon from stroke/charts category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
} as IconMetadata;
|
|
57
|
+
|
|
58
|
+
export default ChartNoAxesCombined;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const ChartNoAxesGantt: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function ChartNoAxesGantt(
|
|
8
|
+
{
|
|
9
|
+
color = "currentColor",
|
|
10
|
+
fill,
|
|
11
|
+
size = 24,
|
|
12
|
+
strokeWidth,
|
|
13
|
+
strokeLinecap,
|
|
14
|
+
strokeLinejoin,
|
|
15
|
+
strokeDasharray,
|
|
16
|
+
opacity,
|
|
17
|
+
className,
|
|
18
|
+
...props
|
|
19
|
+
},
|
|
20
|
+
forwardedRef,
|
|
21
|
+
) {
|
|
22
|
+
return (
|
|
23
|
+
<svg
|
|
24
|
+
width={size}
|
|
25
|
+
height={size}
|
|
26
|
+
viewBox="0 0 24 24"
|
|
27
|
+
fill="none"
|
|
28
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
+
className={className}
|
|
30
|
+
strokeWidth={strokeWidth}
|
|
31
|
+
strokeLinecap={strokeLinecap}
|
|
32
|
+
strokeLinejoin={strokeLinejoin}
|
|
33
|
+
strokeDasharray={strokeDasharray}
|
|
34
|
+
opacity={opacity}
|
|
35
|
+
{...props}
|
|
36
|
+
ref={forwardedRef}
|
|
37
|
+
>
|
|
38
|
+
<path
|
|
39
|
+
d="M6 5H18M4 12H14M12 19H20"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
ChartNoAxesGantt.displayName = "ChartNoAxesGantt";
|
|
49
|
+
|
|
50
|
+
ChartNoAxesGantt.metadata = {
|
|
51
|
+
name: "ChartNoAxesGantt",
|
|
52
|
+
category: "stroke/charts",
|
|
53
|
+
tags: ["chart", "no", "axes", "gantt", "icon"],
|
|
54
|
+
description: "ChartNoAxesGantt icon from stroke/charts category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
} as IconMetadata;
|
|
57
|
+
|
|
58
|
+
export default ChartNoAxesGantt;
|