@aliimam/icons 0.1.1 → 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 +3 -0
- package/dist/cjs/index.js +3 -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/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/{accountsAccess/BookmarkMinus.js → charts/ChartColumnDecreasing.js} +10 -10
- 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/{accountsAccess/BookmarkX.js → charts/ChartGantt.js} +10 -10
- 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/{accountsAccess/BookmarkPlus.js → charts/SquareKanban.js} +10 -10
- 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/Plus.d.ts +3 -0
- package/dist/cjs/stroke/mathematics/Plus.js +50 -0
- package/dist/cjs/stroke/mathematics/index.d.ts +2 -0
- package/dist/cjs/stroke/mathematics/index.js +5 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -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/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/Plus.d.ts +3 -0
- package/dist/stroke/mathematics/Plus.js +14 -0
- package/dist/stroke/mathematics/index.d.ts +2 -0
- package/dist/stroke/mathematics/index.js +2 -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/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/plus.svg +1 -0
- package/package.json +1 -1
- package/src/index.tsx +3 -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/BookmarkX.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/charts/ChartArea.tsx +64 -0
- package/src/stroke/{accountsAccess/BookmarkPlus.tsx → charts/ChartBar.tsx} +10 -10
- 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/{accountsAccess/Bookmark.tsx → charts/ChartNoAxesGantt.tsx} +10 -10
- 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/{accountsAccess/Bell.tsx → mathematics/Plus.tsx} +10 -10
- package/src/stroke/mathematics/index.ts +3 -1
- 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/src/stroke/accountsAccess/BookUser.tsx +0 -70
- /package/dist/cjs/solid/{accessibility → accountsAccess}/BadgeInfo.d.ts +0 -0
- /package/dist/solid/{accessibility → accountsAccess}/BadgeInfo.d.ts +0 -0
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const FolderKanban: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function FolderKanban(
|
|
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="M4 20H20C20.53 20 21.039 19.789 21.414 19.414 21.789 19.039 22 18.53 22 18V8C22 7.47 21.789 6.961 21.414 6.586 21.039 6.211 20.53 6 20 6H12.07C11.741 5.998 11.417 5.915 11.127 5.758 10.838 5.601 10.591 5.375 10.41 5.1L9.59 3.9C9.409 3.625 9.163 3.399 8.873 3.242 8.583 3.085 8.259 3.002 7.93 3H4C3.47 3 2.961 3.211 2.586 3.586 2.211 3.961 2 4.47 2 5V18C2 19.1 2.9 20 4 20ZM8 10V14M12 10V12M16 10V16"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
FolderKanban.displayName = "FolderKanban";
|
|
49
|
+
|
|
50
|
+
FolderKanban.metadata = {
|
|
51
|
+
name: "FolderKanban",
|
|
52
|
+
category: "stroke/charts",
|
|
53
|
+
tags: ["folder", "kanban", "icon"],
|
|
54
|
+
description: "FolderKanban icon from stroke/charts category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
} as IconMetadata;
|
|
57
|
+
|
|
58
|
+
export default FolderKanban;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
3
|
|
|
4
|
-
export const
|
|
5
|
-
function
|
|
4
|
+
export const Kanban: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
function Kanban(
|
|
6
6
|
{
|
|
7
7
|
color = "currentColor",
|
|
8
8
|
fill,
|
|
@@ -34,7 +34,7 @@ export const Ban: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
|
|
|
34
34
|
ref={forwardedRef}
|
|
35
35
|
>
|
|
36
36
|
<path
|
|
37
|
-
d="
|
|
37
|
+
d="M5 3V17M12 3V11M19 3V21"
|
|
38
38
|
stroke={color}
|
|
39
39
|
strokeLinecap="round"
|
|
40
40
|
strokeLinejoin="round"
|
|
@@ -44,14 +44,14 @@ export const Ban: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
|
|
|
44
44
|
},
|
|
45
45
|
);
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
Kanban.displayName = "Kanban";
|
|
48
48
|
|
|
49
|
-
|
|
50
|
-
name: "
|
|
51
|
-
category: "stroke/
|
|
52
|
-
tags: ["
|
|
53
|
-
description: "
|
|
49
|
+
Kanban.metadata = {
|
|
50
|
+
name: "Kanban",
|
|
51
|
+
category: "stroke/charts",
|
|
52
|
+
tags: ["kanban", "icon"],
|
|
53
|
+
description: "Kanban icon from stroke/charts category",
|
|
54
54
|
type: ["stroke", "icon"],
|
|
55
55
|
} as IconMetadata;
|
|
56
56
|
|
|
57
|
-
export default
|
|
57
|
+
export default Kanban;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const SquareChartGantt: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function SquareChartGantt(
|
|
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="M19 3H5C3.895 3 3 3.895 3 5V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V5C21 3.895 20.105 3 19 3ZM9 8H16M8 12H14M11 16H16"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
SquareChartGantt.displayName = "SquareChartGantt";
|
|
49
|
+
|
|
50
|
+
SquareChartGantt.metadata = {
|
|
51
|
+
name: "SquareChartGantt",
|
|
52
|
+
category: "stroke/charts",
|
|
53
|
+
tags: ["square", "chart", "gantt", "icon"],
|
|
54
|
+
description: "SquareChartGantt icon from stroke/charts category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
} as IconMetadata;
|
|
57
|
+
|
|
58
|
+
export default SquareChartGantt;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const SquareDashedKanban: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function SquareDashedKanban(
|
|
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="M8 7V14M12 7V11M16 7V16M5 3C4.47 3 3.961 3.211 3.586 3.586 3.211 3.961 3 4.47 3 5M9 3H10M14 3H15M19 3C19.53 3 20.039 3.211 20.414 3.586 20.789 3.961 21 4.47 21 5M21 9V10M21 14V15M21 19C21 19.53 20.789 20.039 20.414 20.414 20.039 20.789 19.53 21 19 21M14 21H15M9 21H10M5 21C4.47 21 3.961 20.789 3.586 20.414 3.211 20.039 3 19.53 3 19M3 14V15M3 9V10"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
SquareDashedKanban.displayName = "SquareDashedKanban";
|
|
49
|
+
|
|
50
|
+
SquareDashedKanban.metadata = {
|
|
51
|
+
name: "SquareDashedKanban",
|
|
52
|
+
category: "stroke/charts",
|
|
53
|
+
tags: ["square", "dashed", "kanban", "icon"],
|
|
54
|
+
description: "SquareDashedKanban icon from stroke/charts category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
} as IconMetadata;
|
|
57
|
+
|
|
58
|
+
export default SquareDashedKanban;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const SquareKanban: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function SquareKanban(
|
|
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="M19 3H5C3.895 3 3 3.895 3 5V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V5C21 3.895 20.105 3 19 3ZM8 7V14M12 7V11M16 7V16"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
SquareKanban.displayName = "SquareKanban";
|
|
49
|
+
|
|
50
|
+
SquareKanban.metadata = {
|
|
51
|
+
name: "SquareKanban",
|
|
52
|
+
category: "stroke/charts",
|
|
53
|
+
tags: ["square", "kanban", "icon"],
|
|
54
|
+
description: "SquareKanban icon from stroke/charts category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
} as IconMetadata;
|
|
57
|
+
|
|
58
|
+
export default SquareKanban;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const TrendingDown: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function TrendingDown(
|
|
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="M16 17H22V11"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M22 17L13.5 8.5L8.5 13.5L2 7"
|
|
46
|
+
stroke={color}
|
|
47
|
+
strokeLinecap="round"
|
|
48
|
+
strokeLinejoin="round"
|
|
49
|
+
/>
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
TrendingDown.displayName = "TrendingDown";
|
|
55
|
+
|
|
56
|
+
TrendingDown.metadata = {
|
|
57
|
+
name: "TrendingDown",
|
|
58
|
+
category: "stroke/charts",
|
|
59
|
+
tags: ["trending", "down", "icon"],
|
|
60
|
+
description: "TrendingDown icon from stroke/charts category",
|
|
61
|
+
type: ["stroke", "icon"],
|
|
62
|
+
} as IconMetadata;
|
|
63
|
+
|
|
64
|
+
export default TrendingDown;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const TrendingUp: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function TrendingUp(
|
|
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="M16 7H22V13"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M22 7L13.5 15.5L8.5 10.5L2 17"
|
|
46
|
+
stroke={color}
|
|
47
|
+
strokeLinecap="round"
|
|
48
|
+
strokeLinejoin="round"
|
|
49
|
+
/>
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
TrendingUp.displayName = "TrendingUp";
|
|
55
|
+
|
|
56
|
+
TrendingUp.metadata = {
|
|
57
|
+
name: "TrendingUp",
|
|
58
|
+
category: "stroke/charts",
|
|
59
|
+
tags: ["trending", "up", "icon"],
|
|
60
|
+
description: "TrendingUp icon from stroke/charts category",
|
|
61
|
+
type: ["stroke", "icon"],
|
|
62
|
+
} as IconMetadata;
|
|
63
|
+
|
|
64
|
+
export default TrendingUp;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const TrendingUpDown: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function TrendingUpDown(
|
|
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="M14.828 14.828 21 21M21 16V21H16M21 3 12 12 8 8 2 14"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
d="M21 8V3H16"
|
|
46
|
+
stroke={color}
|
|
47
|
+
strokeLinecap="round"
|
|
48
|
+
strokeLinejoin="round"
|
|
49
|
+
/>
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
TrendingUpDown.displayName = "TrendingUpDown";
|
|
55
|
+
|
|
56
|
+
TrendingUpDown.metadata = {
|
|
57
|
+
name: "TrendingUpDown",
|
|
58
|
+
category: "stroke/charts",
|
|
59
|
+
tags: ["trending", "up", "down", "icon"],
|
|
60
|
+
description: "TrendingUpDown icon from stroke/charts category",
|
|
61
|
+
type: ["stroke", "icon"],
|
|
62
|
+
} as IconMetadata;
|
|
63
|
+
|
|
64
|
+
export default TrendingUpDown;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export { default as ChartArea } from "./ChartArea";
|
|
2
|
+
export { default as ChartBar } from "./ChartBar";
|
|
3
|
+
export { default as ChartBarBig } from "./ChartBarBig";
|
|
4
|
+
export { default as ChartBarDecreasing } from "./ChartBarDecreasing";
|
|
5
|
+
export { default as ChartBarIncreasing } from "./ChartBarIncreasing";
|
|
6
|
+
export { default as ChartBarStacked } from "./ChartBarStacked";
|
|
7
|
+
export { default as ChartCandlestick } from "./ChartCandlestick";
|
|
8
|
+
export { default as ChartColumn } from "./ChartColumn";
|
|
9
|
+
export { default as ChartColumnBig } from "./ChartColumnBig";
|
|
10
|
+
export { default as ChartColumnDecreasing } from "./ChartColumnDecreasing";
|
|
11
|
+
export { default as ChartColumnIncreasing } from "./ChartColumnIncreasing";
|
|
12
|
+
export { default as ChartColumnStacked } from "./ChartColumnStacked";
|
|
13
|
+
export { default as ChartGantt } from "./ChartGantt";
|
|
14
|
+
export { default as ChartLine } from "./ChartLine";
|
|
15
|
+
export { default as ChartNoAxesColumnIncreasing } from "./ChartNoAxesColumnIncreasing";
|
|
16
|
+
export { default as ChartNoAxesCombined } from "./ChartNoAxesCombined";
|
|
17
|
+
export { default as ChartNoAxesGantt } from "./ChartNoAxesGantt";
|
|
18
|
+
export { default as ChartPie } from "./ChartPie";
|
|
19
|
+
export { default as ChartScatter } from "./ChartScatter";
|
|
20
|
+
export { default as ChartSpline } from "./ChartSpline";
|
|
21
|
+
export { default as FolderKanban } from "./FolderKanban";
|
|
22
|
+
export { default as Kanban } from "./Kanban";
|
|
23
|
+
export { default as SquareChartGantt } from "./SquareChartGantt";
|
|
24
|
+
export { default as SquareDashedKanban } from "./SquareDashedKanban";
|
|
25
|
+
export { default as SquareKanban } from "./SquareKanban";
|
|
26
|
+
export { default as TrendingDown } from "./TrendingDown";
|
|
27
|
+
export { default as TrendingUp } from "./TrendingUp";
|
|
28
|
+
export { default as TrendingUpDown } from "./TrendingUpDown";
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const Asterisk: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function Asterisk(
|
|
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 6V18M17.196 9 6.804 15M6.804 9 17.196 15"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
</svg>
|
|
45
|
+
);
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
Asterisk.displayName = "Asterisk";
|
|
49
|
+
|
|
50
|
+
Asterisk.metadata = {
|
|
51
|
+
name: "Asterisk",
|
|
52
|
+
category: "stroke/mathematics",
|
|
53
|
+
tags: ["asterisk", "icon"],
|
|
54
|
+
description: "Asterisk icon from stroke/mathematics category",
|
|
55
|
+
type: ["stroke", "icon"],
|
|
56
|
+
} as IconMetadata;
|
|
57
|
+
|
|
58
|
+
export default Asterisk;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
3
|
|
|
4
|
-
export const
|
|
5
|
-
function
|
|
4
|
+
export const Plus: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
function Plus(
|
|
6
6
|
{
|
|
7
7
|
color = "currentColor",
|
|
8
8
|
fill,
|
|
@@ -34,7 +34,7 @@ export const Bell: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
|
|
|
34
34
|
ref={forwardedRef}
|
|
35
35
|
>
|
|
36
36
|
<path
|
|
37
|
-
d="
|
|
37
|
+
d="M5 12H19M12 5V19"
|
|
38
38
|
stroke={color}
|
|
39
39
|
strokeLinecap="round"
|
|
40
40
|
strokeLinejoin="round"
|
|
@@ -44,14 +44,14 @@ export const Bell: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
|
|
|
44
44
|
},
|
|
45
45
|
);
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
Plus.displayName = "Plus";
|
|
48
48
|
|
|
49
|
-
|
|
50
|
-
name: "
|
|
51
|
-
category: "stroke/
|
|
52
|
-
tags: ["
|
|
53
|
-
description: "
|
|
49
|
+
Plus.metadata = {
|
|
50
|
+
name: "Plus",
|
|
51
|
+
category: "stroke/mathematics",
|
|
52
|
+
tags: ["plus", "icon"],
|
|
53
|
+
description: "Plus icon from stroke/mathematics category",
|
|
54
54
|
type: ["stroke", "icon"],
|
|
55
55
|
} as IconMetadata;
|
|
56
56
|
|
|
57
|
-
export default
|
|
57
|
+
export default Plus;
|
|
@@ -1,50 +0,0 @@
|
|
|
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.Badge = void 0;
|
|
37
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
38
|
-
const React = __importStar(require("react"));
|
|
39
|
-
exports.Badge = React.forwardRef(function Badge({ 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.85001 8.62C3.70405 7.96252 3.72646 7.27884 3.91517 6.63234C4.10387 5.98583 4.45276 5.39744 4.92948 4.92172C5.4062 4.446 5.99532 4.09834 6.64222 3.91099C7.28911 3.72364 7.97284 3.70266 8.63001 3.85C8.99172 3.2843 9.49001 2.81876 10.079 2.49628C10.6679 2.17381 11.3286 2.00478 12 2.00478C12.6715 2.00478 13.3321 2.17381 13.9211 2.49628C14.51 2.81876 15.0083 3.2843 15.37 3.85C16.0282 3.70202 16.7131 3.72291 17.361 3.91071C18.0089 4.09852 18.5988 4.44714 19.0759 4.92415C19.5529 5.40116 19.9015 5.99107 20.0893 6.639C20.2771 7.28693 20.298 7.97183 20.15 8.63C20.7157 8.99171 21.1812 9.49 21.5037 10.0789C21.8262 10.6679 21.9952 11.3285 21.9952 12C21.9952 12.6715 21.8262 13.3321 21.5037 13.921C21.1812 14.51 20.7157 15.0083 20.15 15.37C20.2973 16.0272 20.2764 16.7109 20.089 17.3578C19.9017 18.0047 19.554 18.5938 19.0783 19.0705C18.6026 19.5473 18.0142 19.8961 17.3677 20.0848C16.7212 20.2735 16.0375 20.296 15.38 20.15C15.0188 20.7179 14.5201 21.1854 13.9301 21.5093C13.3402 21.8332 12.678 22.0031 12.005 22.0031C11.332 22.0031 10.6698 21.8332 10.0799 21.5093C9.48993 21.1854 8.99125 20.7179 8.63001 20.15C7.97284 20.2973 7.28911 20.2764 6.64222 20.089C5.99532 19.9017 5.4062 19.554 4.92948 19.0783C4.45276 18.6026 4.10387 18.0142 3.91517 17.3677C3.72646 16.7212 3.70405 16.0375 3.85001 15.38C3.27997 15.0192 2.81042 14.5202 2.48506 13.9292C2.15969 13.3383 1.98907 12.6746 1.98907 12C1.98907 11.3254 2.15969 10.6617 2.48506 10.0708C2.81042 9.47983 3.27997 8.98076 3.85001 8.62Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
41
|
-
});
|
|
42
|
-
exports.Badge.displayName = "Badge";
|
|
43
|
-
exports.Badge.metadata = {
|
|
44
|
-
name: "Badge",
|
|
45
|
-
category: "stroke/accountsAccess",
|
|
46
|
-
tags: ["badge", "icon"],
|
|
47
|
-
description: "Badge icon from stroke/accountsAccess category",
|
|
48
|
-
type: ["stroke", "icon"],
|
|
49
|
-
};
|
|
50
|
-
exports.default = exports.Badge;
|