@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,100 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
interface ActivityProps extends IconProps {
|
|
5
|
+
type?: "solid" | "stroke";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const Activity: IconComponent<ActivityProps> = React.forwardRef<
|
|
9
|
+
SVGSVGElement,
|
|
10
|
+
ActivityProps
|
|
11
|
+
>(function Activity(
|
|
12
|
+
{
|
|
13
|
+
color = "currentColor",
|
|
14
|
+
fill,
|
|
15
|
+
size = 24,
|
|
16
|
+
strokeWidth,
|
|
17
|
+
strokeLinecap,
|
|
18
|
+
strokeLinejoin,
|
|
19
|
+
strokeDasharray,
|
|
20
|
+
opacity,
|
|
21
|
+
className,
|
|
22
|
+
type = "stroke",
|
|
23
|
+
...props
|
|
24
|
+
},
|
|
25
|
+
forwardedRef,
|
|
26
|
+
) {
|
|
27
|
+
if (type === "solid") {
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
width={size}
|
|
31
|
+
height={size}
|
|
32
|
+
viewBox="0 0 24 24"
|
|
33
|
+
fill="none"
|
|
34
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
35
|
+
className={className}
|
|
36
|
+
strokeWidth={strokeWidth}
|
|
37
|
+
strokeLinecap={strokeLinecap}
|
|
38
|
+
strokeLinejoin={strokeLinejoin}
|
|
39
|
+
strokeDasharray={strokeDasharray}
|
|
40
|
+
opacity={opacity}
|
|
41
|
+
{...props}
|
|
42
|
+
ref={forwardedRef}
|
|
43
|
+
>
|
|
44
|
+
<g clipPath="url(#undefined-clip0_70_4347)">
|
|
45
|
+
<path
|
|
46
|
+
d="M9 0.5C9.33132 0.5 9.65496 0.593819 9.93359 0.769531L10.0498 0.849609L10.1602 0.939453C10.3715 1.12653 10.5341 1.36229 10.6348 1.62598L10.6797 1.75977L10.6836 1.77441L14.999 17.1299L16.1455 13.0537C16.3521 12.3178 16.7947 11.6702 17.4043 11.209C18.0133 10.7483 18.756 10.4992 19.5195 10.5H22C22.8284 10.5 23.5 11.1716 23.5 12C23.5 12.8284 22.8284 13.5 22 13.5H19.5166C19.4074 13.4998 19.301 13.5357 19.2139 13.6016C19.1269 13.6675 19.0636 13.7601 19.0342 13.8652V13.8662L16.6836 22.2256C16.6823 22.2303 16.6811 22.2355 16.6797 22.2402C16.5736 22.6036 16.3526 22.9233 16.0498 23.1504C15.7469 23.3774 15.3785 23.5 15 23.5C14.6215 23.5 14.2531 23.3774 13.9502 23.1504C13.6474 22.9233 13.4264 22.6036 13.3203 22.2402C13.3189 22.2355 13.3177 22.2303 13.3164 22.2256L9 6.86914L7.85449 10.9463C7.64867 11.6793 7.20863 12.3253 6.60254 12.7861C5.99618 13.2471 5.25586 13.4978 4.49414 13.5H2C1.17157 13.5 0.5 12.8284 0.5 12C0.5 11.1716 1.17157 10.5 2 10.5H4.48535C4.59415 10.4997 4.7005 10.4643 4.78711 10.3984C4.87374 10.3326 4.93644 10.2396 4.96582 10.1348V10.1338L7.31641 1.77441L7.32031 1.75977C7.42637 1.39639 7.64736 1.07673 7.9502 0.849609L8.06641 0.769531C8.34504 0.593819 8.66868 0.5 9 0.5Z"
|
|
47
|
+
fill="currentColor"
|
|
48
|
+
/>
|
|
49
|
+
</g>
|
|
50
|
+
<defs>
|
|
51
|
+
<clipPath id="undefined-clip0_70_4347">
|
|
52
|
+
<path fill="#fff" d="M0 0H24V24H0z" />
|
|
53
|
+
</clipPath>
|
|
54
|
+
</defs>
|
|
55
|
+
</svg>
|
|
56
|
+
);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
if (type === "stroke") {
|
|
60
|
+
return (
|
|
61
|
+
<svg
|
|
62
|
+
width={size}
|
|
63
|
+
height={size}
|
|
64
|
+
viewBox="0 0 24 24"
|
|
65
|
+
fill="none"
|
|
66
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
67
|
+
className={className}
|
|
68
|
+
strokeWidth={strokeWidth}
|
|
69
|
+
strokeLinecap={strokeLinecap}
|
|
70
|
+
strokeLinejoin={strokeLinejoin}
|
|
71
|
+
strokeDasharray={strokeDasharray}
|
|
72
|
+
opacity={opacity}
|
|
73
|
+
{...props}
|
|
74
|
+
ref={forwardedRef}
|
|
75
|
+
>
|
|
76
|
+
<path
|
|
77
|
+
d="M22 12H19.52C19.083 11.9991 18.6577 12.1413 18.3091 12.405C17.9606 12.6686 17.708 13.0392 17.59 13.46L15.24 21.82C15.2249 21.8719 15.1933 21.9175 15.15 21.95C15.1067 21.9825 15.0541 22 15 22C14.9459 22 14.8933 21.9825 14.85 21.95C14.8067 21.9175 14.7751 21.8719 14.76 21.82L9.24 2.18C9.22485 2.12807 9.19327 2.08246 9.15 2.05C9.10673 2.01754 9.05409 2 9 2C8.94591 2 8.89327 2.01754 8.85 2.05C8.80673 2.08246 8.77515 2.12807 8.76 2.18L6.41 10.54C6.29246 10.9592 6.04138 11.3285 5.69486 11.592C5.34835 11.8555 4.92532 11.9988 4.49 12H2"
|
|
78
|
+
stroke={color}
|
|
79
|
+
strokeLinecap="round"
|
|
80
|
+
strokeLinejoin="round"
|
|
81
|
+
/>
|
|
82
|
+
</svg>
|
|
83
|
+
);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
console.error(`Activity doesn't support ${type}`);
|
|
87
|
+
return null;
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
Activity.displayName = "Activity";
|
|
91
|
+
|
|
92
|
+
Activity.metadata = {
|
|
93
|
+
name: "Activity",
|
|
94
|
+
category: "solid/accountsAccess",
|
|
95
|
+
tags: ["activity", "icon"],
|
|
96
|
+
description: "Activity icon from solid/accountsAccess category",
|
|
97
|
+
type: ["stroke", "icon"],
|
|
98
|
+
} as IconMetadata;
|
|
99
|
+
|
|
100
|
+
export default Activity;
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
interface AtSignProps extends IconProps {
|
|
5
|
+
type?: "solid" | "stroke";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const AtSign: IconComponent<AtSignProps> = React.forwardRef<
|
|
9
|
+
SVGSVGElement,
|
|
10
|
+
AtSignProps
|
|
11
|
+
>(function AtSign(
|
|
12
|
+
{
|
|
13
|
+
color = "currentColor",
|
|
14
|
+
fill,
|
|
15
|
+
size = 24,
|
|
16
|
+
strokeWidth,
|
|
17
|
+
strokeLinecap,
|
|
18
|
+
strokeLinejoin,
|
|
19
|
+
strokeDasharray,
|
|
20
|
+
opacity,
|
|
21
|
+
className,
|
|
22
|
+
type = "stroke",
|
|
23
|
+
...props
|
|
24
|
+
},
|
|
25
|
+
forwardedRef,
|
|
26
|
+
) {
|
|
27
|
+
if (type === "solid") {
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
width={size}
|
|
31
|
+
height={size}
|
|
32
|
+
viewBox="0 0 24 24"
|
|
33
|
+
fill="none"
|
|
34
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
35
|
+
className={className}
|
|
36
|
+
strokeWidth={strokeWidth}
|
|
37
|
+
strokeLinecap={strokeLinecap}
|
|
38
|
+
strokeLinejoin={strokeLinejoin}
|
|
39
|
+
strokeDasharray={strokeDasharray}
|
|
40
|
+
opacity={opacity}
|
|
41
|
+
{...props}
|
|
42
|
+
ref={forwardedRef}
|
|
43
|
+
>
|
|
44
|
+
<g clipPath="url(#undefined-clip0_70_4342)">
|
|
45
|
+
<path
|
|
46
|
+
d="M7.12595 1.58411C9.47235 0.486162 12.1213 0.212554 14.6425 0.807739C17.1637 1.403 19.41 2.83215 21.0175 4.8634C22.6252 6.89478 23.5 9.40956 23.5 12.0001V13.0001C23.4999 14.1936 23.0255 15.3379 22.1816 16.1818C21.3377 17.0256 20.1934 17.5001 19 17.5001C17.8065 17.5001 16.6622 17.0256 15.8183 16.1818C15.7799 16.1433 15.743 16.1033 15.706 16.0636C14.7284 16.9557 13.4278 17.5001 12 17.5001C8.96248 17.5001 6.50004 15.0376 6.49997 12.0001C6.49997 8.96258 8.96243 6.50016 12 6.50012C12.9895 6.50013 13.9175 6.76245 14.7197 7.21985C14.9831 6.78849 15.4575 6.50014 16 6.50012C16.8284 6.50015 17.5 7.17172 17.5 8.00012V13.0001C17.5 13.3979 17.6582 13.7794 17.9394 14.0607C18.2207 14.3419 18.6022 14.5001 19 14.5001C19.3977 14.5001 19.7792 14.3419 20.0605 14.0607C20.3418 13.7794 20.4999 13.3979 20.5 13.0001V12.0001C20.5 10.0854 19.8533 8.22618 18.665 6.72473C17.4768 5.22353 15.8164 4.1676 13.9531 3.72766C12.0896 3.28775 10.1317 3.48942 8.39743 4.3009C6.66328 5.11238 5.25376 6.48593 4.39743 8.19836C3.54115 9.91098 3.2883 11.8631 3.67966 13.7374C4.07104 15.6117 5.08364 17.2996 6.55368 18.5265C8.0237 19.7532 9.86528 20.4474 11.7793 20.4972C13.6933 20.5469 15.5678 19.9487 17.0996 18.7999C17.7623 18.3029 18.7031 18.4371 19.2002 19.0997C19.6971 19.7624 19.5629 20.7033 18.9004 21.2003C16.8279 22.7546 14.2908 23.5635 11.7011 23.4962C9.11157 23.4289 6.62067 22.489 4.63181 20.8292C2.64295 19.1694 1.27267 16.8865 0.743134 14.3507C0.213683 11.815 0.555481 9.17453 1.71384 6.85754C2.87237 4.54049 4.77959 2.68207 7.12595 1.58411ZM12 9.50012C10.6193 9.50016 9.49997 10.6194 9.49997 12.0001C9.50004 13.3808 10.6193 14.5001 12 14.5001C13.3806 14.5001 14.4999 13.3808 14.5 12.0001C14.5 10.6194 13.3807 9.50015 12 9.50012Z"
|
|
47
|
+
fill="currentColor"
|
|
48
|
+
/>
|
|
49
|
+
</g>
|
|
50
|
+
<defs>
|
|
51
|
+
<clipPath id="undefined-clip0_70_4342">
|
|
52
|
+
<path fill="#fff" d="M0 0H24V24H0z" />
|
|
53
|
+
</clipPath>
|
|
54
|
+
</defs>
|
|
55
|
+
</svg>
|
|
56
|
+
);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
if (type === "stroke") {
|
|
60
|
+
return (
|
|
61
|
+
<svg
|
|
62
|
+
width={size}
|
|
63
|
+
height={size}
|
|
64
|
+
viewBox="0 0 24 24"
|
|
65
|
+
fill="none"
|
|
66
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
67
|
+
className={className}
|
|
68
|
+
strokeWidth={strokeWidth}
|
|
69
|
+
strokeLinecap={strokeLinecap}
|
|
70
|
+
strokeLinejoin={strokeLinejoin}
|
|
71
|
+
strokeDasharray={strokeDasharray}
|
|
72
|
+
opacity={opacity}
|
|
73
|
+
{...props}
|
|
74
|
+
ref={forwardedRef}
|
|
75
|
+
>
|
|
76
|
+
<path
|
|
77
|
+
d="M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z"
|
|
78
|
+
stroke={color}
|
|
79
|
+
strokeLinecap="round"
|
|
80
|
+
strokeLinejoin="round"
|
|
81
|
+
/>
|
|
82
|
+
<path
|
|
83
|
+
d="M16 8V13C16 13.7957 16.3161 14.5587 16.8787 15.1213C17.4413 15.6839 18.2044 16 19 16C19.7957 16 20.5587 15.6839 21.1213 15.1213C21.6839 14.5587 22 13.7957 22 13V12C22 9.74731 21.2394 7.5606 19.8414 5.79417C18.4434 4.02774 16.49 2.78507 14.2975 2.26751C12.1051 1.74995 9.80215 1.98781 7.76178 2.94255C5.72141 3.8973 4.06318 5.51299 3.05574 7.52786C2.0483 9.54274 1.75069 11.8387 2.21111 14.0439C2.67154 16.249 3.86303 18.2341 5.59254 19.6775C7.32205 21.1209 9.48825 21.9381 11.7402 21.9966C13.9921 22.0552 16.1979 21.3516 18 20"
|
|
84
|
+
stroke={color}
|
|
85
|
+
strokeLinecap="round"
|
|
86
|
+
strokeLinejoin="round"
|
|
87
|
+
/>
|
|
88
|
+
</svg>
|
|
89
|
+
);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
console.error(`AtSign doesn't support ${type}`);
|
|
93
|
+
return null;
|
|
94
|
+
});
|
|
95
|
+
|
|
96
|
+
AtSign.displayName = "AtSign";
|
|
97
|
+
|
|
98
|
+
AtSign.metadata = {
|
|
99
|
+
name: "AtSign",
|
|
100
|
+
category: "solid/accountsAccess",
|
|
101
|
+
tags: ["at", "sign", "icon"],
|
|
102
|
+
description: "AtSign icon from solid/accountsAccess category",
|
|
103
|
+
type: ["stroke", "icon"],
|
|
104
|
+
} as IconMetadata;
|
|
105
|
+
|
|
106
|
+
export default AtSign;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
interface AwardProps extends IconProps {
|
|
5
|
+
type?: "solid" | "stroke";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const Award: IconComponent<AwardProps> = React.forwardRef<
|
|
9
|
+
SVGSVGElement,
|
|
10
|
+
AwardProps
|
|
11
|
+
>(function Award(
|
|
12
|
+
{
|
|
13
|
+
color = "currentColor",
|
|
14
|
+
fill,
|
|
15
|
+
size = 24,
|
|
16
|
+
strokeWidth,
|
|
17
|
+
strokeLinecap,
|
|
18
|
+
strokeLinejoin,
|
|
19
|
+
strokeDasharray,
|
|
20
|
+
opacity,
|
|
21
|
+
className,
|
|
22
|
+
type = "stroke",
|
|
23
|
+
...props
|
|
24
|
+
},
|
|
25
|
+
forwardedRef,
|
|
26
|
+
) {
|
|
27
|
+
if (type === "solid") {
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
width={size}
|
|
31
|
+
height={size}
|
|
32
|
+
viewBox="0 0 24 24"
|
|
33
|
+
fill="none"
|
|
34
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
35
|
+
className={className}
|
|
36
|
+
strokeWidth={strokeWidth}
|
|
37
|
+
strokeLinecap={strokeLinecap}
|
|
38
|
+
strokeLinejoin={strokeLinejoin}
|
|
39
|
+
strokeDasharray={strokeDasharray}
|
|
40
|
+
opacity={opacity}
|
|
41
|
+
{...props}
|
|
42
|
+
ref={forwardedRef}
|
|
43
|
+
>
|
|
44
|
+
<path
|
|
45
|
+
d="M12 0.5C16.1421 0.5 19.5 3.85786 19.5 8C19.5 10.1685 18.5787 12.1209 17.1074 13.4902L18.4688 21.1533L18.4707 21.166C18.5385 21.5674 18.4824 21.9801 18.3096 22.3486C18.1366 22.7172 17.855 23.0241 17.5029 23.2285C17.1507 23.4329 16.7438 23.5249 16.3379 23.4922C15.9532 23.4611 15.5866 23.3186 15.2812 23.084V23.085L12.002 20.624L8.71777 23.085L8.7168 23.084C8.41185 23.3175 8.04687 23.4602 7.66309 23.4912C7.25773 23.5239 6.85193 23.4323 6.5 23.2285C6.14813 23.0247 5.86576 22.7184 5.69238 22.3506C5.51912 21.9827 5.46247 21.57 5.5293 21.1689C5.53016 21.1639 5.53132 21.1584 5.53223 21.1533L6.89258 13.4902C5.42128 12.1209 4.5 10.1685 4.5 8C4.5 3.85786 7.85786 0.5 12 0.5ZM14.3486 15.1221C13.6096 15.3656 12.8206 15.5 12 15.5C11.1784 15.5 10.3882 15.3662 9.64844 15.1221L8.92871 19.1787L10.5059 17.998L10.5068 17.9971C10.9387 17.6744 11.4638 17.5001 12.0029 17.5L12.2051 17.5078C12.6056 17.5402 12.9927 17.6691 13.333 17.8828L13.499 17.9971L13.502 17.999L15.0693 19.1758L14.3486 15.1221Z"
|
|
46
|
+
fill="currentColor"
|
|
47
|
+
/>
|
|
48
|
+
</svg>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
if (type === "stroke") {
|
|
53
|
+
return (
|
|
54
|
+
<svg
|
|
55
|
+
width={size}
|
|
56
|
+
height={size}
|
|
57
|
+
viewBox="0 0 24 24"
|
|
58
|
+
fill="none"
|
|
59
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
60
|
+
className={className}
|
|
61
|
+
strokeWidth={strokeWidth}
|
|
62
|
+
strokeLinecap={strokeLinecap}
|
|
63
|
+
strokeLinejoin={strokeLinejoin}
|
|
64
|
+
strokeDasharray={strokeDasharray}
|
|
65
|
+
opacity={opacity}
|
|
66
|
+
{...props}
|
|
67
|
+
ref={forwardedRef}
|
|
68
|
+
>
|
|
69
|
+
<path
|
|
70
|
+
d="M15.477 12.89L16.992 21.416C17.009 21.5164 16.9949 21.6196 16.9516 21.7118C16.9084 21.8039 16.838 21.8807 16.7499 21.9318C16.6619 21.9829 16.5603 22.0059 16.4588 21.9977C16.3573 21.9895 16.2607 21.9506 16.182 21.886L12.602 19.199C12.4292 19.0699 12.2192 19.0001 12.0035 19.0001C11.7878 19.0001 11.5778 19.0699 11.405 19.199L7.819 21.885C7.74032 21.9494 7.64386 21.9883 7.54249 21.9965C7.44112 22.0047 7.33967 21.9818 7.25166 21.9309C7.16365 21.8799 7.09327 21.8033 7.04991 21.7113C7.00656 21.6193 6.99228 21.5163 7.009 21.416L8.523 12.89"
|
|
71
|
+
stroke={color}
|
|
72
|
+
strokeLinecap="round"
|
|
73
|
+
strokeLinejoin="round"
|
|
74
|
+
/>
|
|
75
|
+
<path
|
|
76
|
+
d="M12 14C15.3137 14 18 11.3137 18 8C18 4.68629 15.3137 2 12 2C8.68629 2 6 4.68629 6 8C6 11.3137 8.68629 14 12 14Z"
|
|
77
|
+
stroke={color}
|
|
78
|
+
strokeLinecap="round"
|
|
79
|
+
strokeLinejoin="round"
|
|
80
|
+
/>
|
|
81
|
+
</svg>
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
console.error(`Award doesn't support ${type}`);
|
|
86
|
+
return null;
|
|
87
|
+
});
|
|
88
|
+
|
|
89
|
+
Award.displayName = "Award";
|
|
90
|
+
|
|
91
|
+
Award.metadata = {
|
|
92
|
+
name: "Award",
|
|
93
|
+
category: "solid/accountsAccess",
|
|
94
|
+
tags: ["award", "icon"],
|
|
95
|
+
description: "Award icon from solid/accountsAccess category",
|
|
96
|
+
type: ["stroke", "icon"],
|
|
97
|
+
} as IconMetadata;
|
|
98
|
+
|
|
99
|
+
export default Award;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
interface BadgeProps extends IconProps {
|
|
5
|
+
type?: "solid" | "stroke";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const Badge: IconComponent<BadgeProps> = React.forwardRef<
|
|
9
|
+
SVGSVGElement,
|
|
10
|
+
BadgeProps
|
|
11
|
+
>(function Badge(
|
|
12
|
+
{
|
|
13
|
+
color = "currentColor",
|
|
14
|
+
fill,
|
|
15
|
+
size = 24,
|
|
16
|
+
strokeWidth,
|
|
17
|
+
strokeLinecap,
|
|
18
|
+
strokeLinejoin,
|
|
19
|
+
strokeDasharray,
|
|
20
|
+
opacity,
|
|
21
|
+
className,
|
|
22
|
+
type = "stroke",
|
|
23
|
+
...props
|
|
24
|
+
},
|
|
25
|
+
forwardedRef,
|
|
26
|
+
) {
|
|
27
|
+
if (type === "solid") {
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
width={size}
|
|
31
|
+
height={size}
|
|
32
|
+
viewBox="0 0 24 24"
|
|
33
|
+
fill="none"
|
|
34
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
35
|
+
className={className}
|
|
36
|
+
strokeWidth={strokeWidth}
|
|
37
|
+
strokeLinecap={strokeLinecap}
|
|
38
|
+
strokeLinejoin={strokeLinejoin}
|
|
39
|
+
strokeDasharray={strokeDasharray}
|
|
40
|
+
opacity={opacity}
|
|
41
|
+
{...props}
|
|
42
|
+
ref={forwardedRef}
|
|
43
|
+
>
|
|
44
|
+
<path
|
|
45
|
+
d="M3.85001 8.61998C3.70405 7.9625 3.72646 7.27882 3.91517 6.63231C4.10387 5.98581 4.45276 5.39742 4.92948 4.9217C5.4062 4.44597 5.99532 4.09832 6.64222 3.91097C7.28911 3.72362 7.97284 3.70264 8.63001 3.84998C8.99172 3.28428 9.49001 2.81873 10.079 2.49626C10.6679 2.17379 11.3286 2.00476 12 2.00476C12.6715 2.00476 13.3321 2.17379 13.9211 2.49626C14.51 2.81873 15.0083 3.28428 15.37 3.84998C16.0282 3.702 16.7131 3.72288 17.361 3.91069C18.0089 4.09849 18.5988 4.44712 19.0759 4.92413C19.5529 5.40114 19.9015 5.99105 20.0893 6.63898C20.2771 7.28691 20.298 7.97181 20.15 8.62998C20.7157 8.99168 21.1812 9.48998 21.5037 10.0789C21.8262 10.6679 21.9952 11.3285 21.9952 12C21.9952 12.6714 21.8262 13.3321 21.5037 13.921C21.1812 14.51 20.7157 15.0083 20.15 15.37C20.2973 16.0271 20.2764 16.7109 20.089 17.3578C19.9017 18.0047 19.554 18.5938 19.0783 19.0705C18.6026 19.5472 18.0142 19.8961 17.3677 20.0848C16.7212 20.2735 16.0375 20.2959 15.38 20.15C15.0188 20.7178 14.5201 21.1854 13.9301 21.5093C13.3402 21.8332 12.678 22.003 12.005 22.003C11.332 22.003 10.6698 21.8332 10.0799 21.5093C9.48993 21.1854 8.99125 20.7178 8.63001 20.15C7.97284 20.2973 7.28911 20.2763 6.64222 20.089C5.99532 19.9016 5.4062 19.554 4.92948 19.0783C4.45276 18.6025 4.10387 18.0141 3.91517 17.3676C3.72646 16.7211 3.70405 16.0374 3.85001 15.38C3.27997 15.0192 2.81042 14.5201 2.48506 13.9292C2.15969 13.3382 1.98907 12.6746 1.98907 12C1.98907 11.3254 2.15969 10.6617 2.48506 10.0708C2.81042 9.4798 3.27997 8.98073 3.85001 8.61998Z"
|
|
46
|
+
fill="currentColor"
|
|
47
|
+
/>
|
|
48
|
+
</svg>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
if (type === "stroke") {
|
|
53
|
+
return (
|
|
54
|
+
<svg
|
|
55
|
+
width={size}
|
|
56
|
+
height={size}
|
|
57
|
+
viewBox="0 0 24 24"
|
|
58
|
+
fill="none"
|
|
59
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
60
|
+
className={className}
|
|
61
|
+
strokeWidth={strokeWidth}
|
|
62
|
+
strokeLinecap={strokeLinecap}
|
|
63
|
+
strokeLinejoin={strokeLinejoin}
|
|
64
|
+
strokeDasharray={strokeDasharray}
|
|
65
|
+
opacity={opacity}
|
|
66
|
+
{...props}
|
|
67
|
+
ref={forwardedRef}
|
|
68
|
+
>
|
|
69
|
+
<path
|
|
70
|
+
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"
|
|
71
|
+
stroke={color}
|
|
72
|
+
strokeLinecap="round"
|
|
73
|
+
strokeLinejoin="round"
|
|
74
|
+
/>
|
|
75
|
+
</svg>
|
|
76
|
+
);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
console.error(`Badge doesn't support ${type}`);
|
|
80
|
+
return null;
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
Badge.displayName = "Badge";
|
|
84
|
+
|
|
85
|
+
Badge.metadata = {
|
|
86
|
+
name: "Badge",
|
|
87
|
+
category: "solid/accountsAccess",
|
|
88
|
+
tags: ["badge", "icon"],
|
|
89
|
+
description: "Badge icon from solid/accountsAccess category",
|
|
90
|
+
type: ["stroke", "icon"],
|
|
91
|
+
} as IconMetadata;
|
|
92
|
+
|
|
93
|
+
export default Badge;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
interface BadgeAlertProps extends IconProps {
|
|
5
|
+
type?: "solid" | "stroke";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const BadgeAlert: IconComponent<BadgeAlertProps> = React.forwardRef<
|
|
9
|
+
SVGSVGElement,
|
|
10
|
+
BadgeAlertProps
|
|
11
|
+
>(function BadgeAlert(
|
|
12
|
+
{
|
|
13
|
+
color = "currentColor",
|
|
14
|
+
fill,
|
|
15
|
+
size = 24,
|
|
16
|
+
strokeWidth,
|
|
17
|
+
strokeLinecap,
|
|
18
|
+
strokeLinejoin,
|
|
19
|
+
strokeDasharray,
|
|
20
|
+
opacity,
|
|
21
|
+
className,
|
|
22
|
+
type = "stroke",
|
|
23
|
+
...props
|
|
24
|
+
},
|
|
25
|
+
forwardedRef,
|
|
26
|
+
) {
|
|
27
|
+
if (type === "solid") {
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
width={size}
|
|
31
|
+
height={size}
|
|
32
|
+
viewBox="0 0 24 24"
|
|
33
|
+
fill="none"
|
|
34
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
35
|
+
className={className}
|
|
36
|
+
strokeWidth={strokeWidth}
|
|
37
|
+
strokeLinecap={strokeLinecap}
|
|
38
|
+
strokeLinejoin={strokeLinejoin}
|
|
39
|
+
strokeDasharray={strokeDasharray}
|
|
40
|
+
opacity={opacity}
|
|
41
|
+
{...props}
|
|
42
|
+
ref={forwardedRef}
|
|
43
|
+
>
|
|
44
|
+
<path
|
|
45
|
+
d="M12 2.00488C12.6714 2.00488 13.332 2.17369 13.9209 2.49609C14.5098 2.81853 15.0084 3.28401 15.3701 3.84961C16.0282 3.70168 16.7135 3.72335 17.3613 3.91113C18.0091 4.09897 18.5993 4.44692 19.0762 4.92383C19.5531 5.40074 19.901 5.9909 20.0889 6.63867C20.2767 7.28654 20.2983 7.97177 20.1504 8.62988C20.716 8.99158 21.1815 9.49023 21.5039 10.0791C21.8263 10.668 21.9951 11.3286 21.9951 12C21.9951 12.6714 21.8263 13.332 21.5039 13.9209C21.1815 14.5098 20.716 15.0084 20.1504 15.3701C20.2977 16.0271 20.2761 16.7107 20.0889 17.3574C19.9015 18.0043 19.5538 18.5936 19.0781 19.0703C18.6024 19.547 18.0137 19.8963 17.3672 20.085C16.7208 20.2735 16.0372 20.2963 15.3799 20.1504C15.0187 20.7181 14.5195 21.1859 13.9297 21.5098C13.3399 21.8335 12.6777 22.0029 12.0049 22.0029C11.332 22.0029 10.6699 21.8335 10.0801 21.5098C9.49021 21.1859 8.99111 20.7181 8.62988 20.1504C7.97288 20.2977 7.28932 20.2761 6.64258 20.0889C5.9957 19.9015 5.4064 19.5538 4.92969 19.0781C4.45297 18.6024 4.10374 18.0137 3.91504 17.3672C3.72646 16.7208 3.70368 16.0372 3.84961 15.3799C3.27971 15.0191 2.81065 14.5196 2.48535 13.9287C2.16008 13.3378 1.98926 12.6745 1.98926 12C1.98926 11.3254 2.15999 10.6613 2.48535 10.0703C2.81064 9.47968 3.27987 8.98076 3.84961 8.62012C3.70365 7.96264 3.72634 7.27834 3.91504 6.63184C4.10377 5.98549 4.45307 5.3975 4.92969 4.92188C5.40641 4.44616 5.99569 4.09848 6.64258 3.91113C7.28932 3.72388 7.97288 3.70235 8.62988 3.84961C8.99158 3.284 9.49022 2.81853 10.0791 2.49609C10.668 2.17369 11.3286 2.00488 12 2.00488ZM12 14.5C11.1716 14.5 10.5 15.1716 10.5 16C10.5 16.8284 11.1716 17.5 12 17.5H12.0098C12.8382 17.5 13.5098 16.8284 13.5098 16C13.5098 15.1716 12.8382 14.5 12.0098 14.5H12ZM12 6.5C11.1716 6.5 10.5 7.17157 10.5 8V12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12V8C13.5 7.17157 12.8284 6.5 12 6.5Z"
|
|
46
|
+
fill="currentColor"
|
|
47
|
+
/>
|
|
48
|
+
</svg>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
if (type === "stroke") {
|
|
53
|
+
return (
|
|
54
|
+
<svg
|
|
55
|
+
width={size}
|
|
56
|
+
height={size}
|
|
57
|
+
viewBox="0 0 24 24"
|
|
58
|
+
fill="none"
|
|
59
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
60
|
+
className={className}
|
|
61
|
+
strokeWidth={strokeWidth}
|
|
62
|
+
strokeLinecap={strokeLinecap}
|
|
63
|
+
strokeLinejoin={strokeLinejoin}
|
|
64
|
+
strokeDasharray={strokeDasharray}
|
|
65
|
+
opacity={opacity}
|
|
66
|
+
{...props}
|
|
67
|
+
ref={forwardedRef}
|
|
68
|
+
>
|
|
69
|
+
<path
|
|
70
|
+
d="M3.85 8.62C3.704 7.963 3.726 7.279 3.915 6.632 4.104 5.986 4.453 5.397 4.929 4.922 5.406 4.446 5.995 4.098 6.642 3.911 7.289 3.724 7.973 3.703 8.63 3.85 8.992 3.284 9.49 2.819 10.079 2.496 10.668 2.174 11.329 2.005 12 2.005 12.672 2.005 13.332 2.174 13.921 2.496 14.51 2.819 15.008 3.284 15.37 3.85 16.028 3.702 16.713 3.723 17.361 3.911 18.009 4.099 18.599 4.447 19.076 4.924 19.553 5.401 19.902 5.991 20.089 6.639 20.277 7.287 20.298 7.972 20.15 8.63 20.716 8.992 21.181 9.49 21.504 10.079 21.826 10.668 21.995 11.329 21.995 12 21.995 12.672 21.826 13.332 21.504 13.921 21.181 14.51 20.716 15.008 20.15 15.37 20.297 16.027 20.276 16.711 20.089 17.358 19.902 18.005 19.554 18.594 19.078 19.071 18.603 19.547 18.014 19.896 17.368 20.085 16.721 20.274 16.038 20.296 15.38 20.15 15.019 20.718 14.52 21.185 13.93 21.509 13.34 21.833 12.678 22.003 12.005 22.003 11.332 22.003 10.67 21.833 10.08 21.509 9.49 21.185 8.991 20.718 8.63 20.15 7.973 20.297 7.289 20.276 6.642 20.089 5.995 19.902 5.406 19.554 4.929 19.078 4.453 18.603 4.104 18.014 3.915 17.368 3.726 16.721 3.704 16.038 3.85 15.38 3.28 15.019 2.81 14.52 2.485 13.929 2.16 13.338 1.989 12.675 1.989 12 1.989 11.325 2.16 10.662 2.485 10.071 2.81 9.48 3.28 8.981 3.85 8.62ZM12 8V12M12 16H12.01"
|
|
71
|
+
stroke={color}
|
|
72
|
+
strokeLinecap="round"
|
|
73
|
+
strokeLinejoin="round"
|
|
74
|
+
/>
|
|
75
|
+
</svg>
|
|
76
|
+
);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
console.error(`BadgeAlert doesn't support ${type}`);
|
|
80
|
+
return null;
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
BadgeAlert.displayName = "BadgeAlert";
|
|
84
|
+
|
|
85
|
+
BadgeAlert.metadata = {
|
|
86
|
+
name: "BadgeAlert",
|
|
87
|
+
category: "solid/accountsAccess",
|
|
88
|
+
tags: ["badge", "alert", "icon"],
|
|
89
|
+
description: "BadgeAlert icon from solid/accountsAccess category",
|
|
90
|
+
type: ["stroke", "icon"],
|
|
91
|
+
} as IconMetadata;
|
|
92
|
+
|
|
93
|
+
export default BadgeAlert;
|
|
@@ -42,12 +42,13 @@ export const BadgeInfo: IconComponent<BadgeInfoProps> = React.forwardRef<
|
|
|
42
42
|
ref={forwardedRef}
|
|
43
43
|
>
|
|
44
44
|
<path
|
|
45
|
-
d="M12 2.00488C12.6714 2.00488 13.332 2.17369 13.9209 2.49609C14.5098 2.81853 15.0084 3.
|
|
45
|
+
d="M12 2.00488C12.6714 2.00488 13.332 2.17369 13.9209 2.49609C14.5098 2.81853 15.0084 3.28401 15.3701 3.84961C16.0282 3.70168 16.7135 3.72335 17.3613 3.91113C18.0091 4.09897 18.5993 4.44692 19.0762 4.92383C19.5531 5.40074 19.901 5.9909 20.0889 6.63867C20.2767 7.28654 20.2983 7.97177 20.1504 8.62988C20.716 8.99158 21.1815 9.49023 21.5039 10.0791C21.8263 10.668 21.9951 11.3286 21.9951 12C21.9951 12.6714 21.8263 13.332 21.5039 13.9209C21.1815 14.5098 20.716 15.0084 20.1504 15.3701C20.2977 16.0271 20.2761 16.7107 20.0889 17.3574C19.9015 18.0043 19.5538 18.5936 19.0781 19.0703C18.6024 19.547 18.0137 19.8963 17.3672 20.085C16.7208 20.2735 16.0372 20.2963 15.3799 20.1504C15.0187 20.7181 14.5195 21.1859 13.9297 21.5098C13.3399 21.8335 12.6777 22.0029 12.0049 22.0029C11.332 22.0029 10.6699 21.8335 10.0801 21.5098C9.49021 21.1859 8.99111 20.7181 8.62988 20.1504C7.97288 20.2977 7.28932 20.2761 6.64258 20.0889C5.9957 19.9015 5.4064 19.5538 4.92969 19.0781C4.45297 18.6024 4.10374 18.0137 3.91504 17.3672C3.72646 16.7208 3.70368 16.0372 3.84961 15.3799C3.27971 15.0191 2.81065 14.5196 2.48535 13.9287C2.16008 13.3378 1.98926 12.6745 1.98926 12C1.98926 11.3254 2.15999 10.6613 2.48535 10.0703C2.81064 9.47968 3.27987 8.98076 3.84961 8.62012C3.70365 7.96264 3.72634 7.27834 3.91504 6.63184C4.10377 5.98549 4.45307 5.3975 4.92969 4.92188C5.40641 4.44616 5.99569 4.09848 6.64258 3.91113C7.28932 3.72388 7.97288 3.70235 8.62988 3.84961C8.99158 3.284 9.49022 2.81853 10.0791 2.49609C10.668 2.17369 11.3286 2.00488 12 2.00488ZM12 10.5C11.1716 10.5 10.5 11.1716 10.5 12V16C10.5 16.8284 11.1716 17.5 12 17.5C12.8284 17.5 13.5 16.8284 13.5 16V12C13.5 11.1716 12.8284 10.5 12 10.5ZM12 6.5C11.1716 6.5 10.5 7.17157 10.5 8C10.5 8.82843 11.1716 9.5 12 9.5H12.0098C12.8382 9.5 13.5098 8.82843 13.5098 8C13.5098 7.17157 12.8382 6.5 12.0098 6.5H12Z"
|
|
46
46
|
fill="currentColor"
|
|
47
47
|
/>
|
|
48
48
|
</svg>
|
|
49
49
|
);
|
|
50
50
|
}
|
|
51
|
+
|
|
51
52
|
|
|
52
53
|
if (type === "stroke") {
|
|
53
54
|
return (
|
|
@@ -111,9 +112,9 @@ BadgeInfo.displayName = "BadgeInfo";
|
|
|
111
112
|
|
|
112
113
|
BadgeInfo.metadata = {
|
|
113
114
|
name: "BadgeInfo",
|
|
114
|
-
category: "solid/
|
|
115
|
+
category: "solid/accountsAccess",
|
|
115
116
|
tags: ["badge", "info", "icon"],
|
|
116
|
-
description: "BadgeInfo icon from solid/
|
|
117
|
+
description: "BadgeInfo icon from solid/accountsAccess category",
|
|
117
118
|
type: ["stroke", "icon"],
|
|
118
119
|
} as IconMetadata;
|
|
119
120
|
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
interface BanProps extends IconProps {
|
|
5
|
+
type?: "solid" | "stroke";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const Ban: IconComponent<BanProps> = React.forwardRef<
|
|
9
|
+
SVGSVGElement,
|
|
10
|
+
BanProps
|
|
11
|
+
>(function Ban(
|
|
12
|
+
{
|
|
13
|
+
color = "currentColor",
|
|
14
|
+
fill,
|
|
15
|
+
size = 24,
|
|
16
|
+
strokeWidth,
|
|
17
|
+
strokeLinecap,
|
|
18
|
+
strokeLinejoin,
|
|
19
|
+
strokeDasharray,
|
|
20
|
+
opacity,
|
|
21
|
+
className,
|
|
22
|
+
type = "stroke",
|
|
23
|
+
...props
|
|
24
|
+
},
|
|
25
|
+
forwardedRef,
|
|
26
|
+
) {
|
|
27
|
+
if (type === "solid") {
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
width={size}
|
|
31
|
+
height={size}
|
|
32
|
+
viewBox="0 0 24 24"
|
|
33
|
+
fill="none"
|
|
34
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
35
|
+
className={className}
|
|
36
|
+
strokeWidth={strokeWidth}
|
|
37
|
+
strokeLinecap={strokeLinecap}
|
|
38
|
+
strokeLinejoin={strokeLinejoin}
|
|
39
|
+
strokeDasharray={strokeDasharray}
|
|
40
|
+
opacity={opacity}
|
|
41
|
+
{...props}
|
|
42
|
+
ref={forwardedRef}
|
|
43
|
+
>
|
|
44
|
+
<path
|
|
45
|
+
d="M18.707 19.415C16.933 21.0207 14.5813 22 12 22C6.47715 22 2 17.5228 2 12C2 9.41845 2.97799 7.06516 4.58398 5.29102L18.707 19.415ZM12 2C17.5228 2 22 6.47715 22 12C22 14.5818 21.0213 16.9348 19.415 18.709L5.29102 4.58398C7.06516 2.97799 9.41845 2 12 2Z"
|
|
46
|
+
fill="currentColor"
|
|
47
|
+
/>
|
|
48
|
+
</svg>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
if (type === "stroke") {
|
|
53
|
+
return (
|
|
54
|
+
<svg
|
|
55
|
+
width={size}
|
|
56
|
+
height={size}
|
|
57
|
+
viewBox="0 0 24 24"
|
|
58
|
+
fill="none"
|
|
59
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
60
|
+
className={className}
|
|
61
|
+
strokeWidth={strokeWidth}
|
|
62
|
+
strokeLinecap={strokeLinecap}
|
|
63
|
+
strokeLinejoin={strokeLinejoin}
|
|
64
|
+
strokeDasharray={strokeDasharray}
|
|
65
|
+
opacity={opacity}
|
|
66
|
+
{...props}
|
|
67
|
+
ref={forwardedRef}
|
|
68
|
+
>
|
|
69
|
+
<path
|
|
70
|
+
d="M4.929 4.929 19.07 19.071M12 22C17.523 22 22 17.523 22 12 22 6.477 17.523 2 12 2 6.477 2 2 6.477 2 12 2 17.523 6.477 22 12 22Z"
|
|
71
|
+
stroke={color}
|
|
72
|
+
strokeLinecap="round"
|
|
73
|
+
strokeLinejoin="round"
|
|
74
|
+
/>
|
|
75
|
+
</svg>
|
|
76
|
+
);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
console.error(`Ban doesn't support ${type}`);
|
|
80
|
+
return null;
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
Ban.displayName = "Ban";
|
|
84
|
+
|
|
85
|
+
Ban.metadata = {
|
|
86
|
+
name: "Ban",
|
|
87
|
+
category: "solid/accountsAccess",
|
|
88
|
+
tags: ["ban", "icon"],
|
|
89
|
+
description: "Ban icon from solid/accountsAccess category",
|
|
90
|
+
type: ["stroke", "icon"],
|
|
91
|
+
} as IconMetadata;
|
|
92
|
+
|
|
93
|
+
export default Ban;
|