@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 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.433 20.25C12.847 19.533 13.765 19.287 14.482 19.701 15.199 20.115 15.445 21.033 15.031 21.75 14.724 22.282 14.282 22.724 13.75 23.031 13.218 23.338 12.615 23.5 12 23.5 11.386 23.5 10.782 23.338 10.25 23.031 9.718 22.724 9.276 22.282 8.969 21.75 8.555 21.033 8.801 20.115 9.518 19.701 10.235 19.287 11.153 19.533 11.567 20.25 11.611 20.326 11.674 20.389 11.75 20.433 11.826 20.476 11.913 20.5 12 20.5 12.088 20.5 12.175 20.476 12.25 20.433 12.326 20.389 12.389 20.326 12.433 20.25ZM17.5 11C19.433 11 21 9.433 21 7.5 21 5.567 19.433 4 17.5 4 15.567 4 14 5.567 14 7.5 14 9.433 15.567 11 17.5 11Z" fill="currentColor"/><path d="M11.9997 2C12.9897 2 13.9545 2.24531 14.8132 2.70117C13.1348 3.64292 11.9997 5.43849 11.9997 7.5C11.9997 10.5375 14.4623 12.9998 17.4997 13C17.9716 13 18.4298 12.9399 18.8669 12.8281C19.3861 13.931 20.0732 14.6399 20.7399 15.3271C20.8703 15.4705 20.956 15.6486 20.987 15.8398C21.018 16.0311 20.9931 16.2271 20.9147 16.4043C20.8363 16.5815 20.708 16.7322 20.5456 16.8379C20.3832 16.9436 20.1935 17.0001 19.9997 17H3.9997C3.80599 16.9998 3.61604 16.9438 3.4538 16.8379C3.29155 16.732 3.1638 16.5806 3.08564 16.4033C3.00752 16.2261 2.98312 16.03 3.01435 15.8389C3.04565 15.6476 3.13176 15.4694 3.2624 15.3262C4.58937 13.9562 5.9997 12.4989 5.9997 8C5.9997 6.40878 6.63239 4.88302 7.75751 3.75781C8.88266 2.63267 10.4085 2.00008 11.9997 2Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.433 20.25C12.847 19.533 13.764 19.287 14.482 19.701 15.199 20.115 15.445 21.033 15.031 21.75 14.724 22.282 14.281 22.724 13.749 23.031 13.218 23.338 12.614 23.5 12 23.5 11.386 23.5 10.782 23.338 10.25 23.031 9.718 22.724 9.276 22.282 8.969 21.75 8.555 21.033 8.801 20.115 9.518 19.701 10.235 19.287 11.153 19.533 11.567 20.25 11.611 20.326 11.674 20.389 11.75 20.433 11.826 20.476 11.913 20.5 12 20.5 12.088 20.5 12.175 20.476 12.25 20.433 12.326 20.389 12.389 20.326 12.433 20.25ZM3.262 15.326C3.131 15.469 3.045 15.647 3.014 15.839 2.983 16.03 3.008 16.226 3.086 16.403 3.164 16.581 3.292 16.732 3.454 16.838 3.617 16.943 3.806 17 4 17H20C20.194 17 20.383 16.944 20.546 16.838 20.708 16.732 20.837 16.582 20.915 16.405 20.993 16.227 21.019 16.031 20.987 15.84 20.956 15.649 20.87 15.47 20.74 15.327 19.41 13.956 18 12.499 18 8 18 6.409 17.368 4.883 16.243 3.757 15.117 2.632 13.591 2 12 2 10.409 2 8.883 2.632 7.757 3.757 6.632 4.883 6 6.409 6 8 6 12.499 4.589 13.956 3.262 15.326Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 0.5C19.663 0.5 20.2987 0.76358 20.7676 1.23242C21.2364 1.70126 21.5 2.33696 21.5 3V21C21.5 21.663 21.2364 22.2987 20.7676 22.7676C20.2987 23.2364 19.663 23.5 19 23.5H6.5C5.43913 23.5 4.42202 23.0783 3.67188 22.3281C2.92173 21.578 2.5 20.5609 2.5 19.5V4.5C2.5 3.43913 2.92173 2.42202 3.67188 1.67188C4.42202 0.921729 5.43913 0.5 6.5 0.5H19ZM6.5 18.5C6.23478 18.5 5.98051 18.6054 5.79297 18.793C5.60543 18.9805 5.5 19.2348 5.5 19.5L5.50488 19.5986C5.52757 19.8276 5.62883 20.0429 5.79297 20.207C5.98051 20.3946 6.23478 20.5 6.5 20.5H18.5V18.5H6.5ZM12 4.5C10.067 4.5 8.5 6.067 8.5 8C8.5 8.6173 8.6609 9.19666 8.94141 9.7002C8.89978 9.73879 8.85865 9.77807 8.81836 9.81836C7.97445 10.6623 7.5 11.8065 7.5 13C7.5 13.8284 8.17157 14.5 9 14.5C9.82843 14.5 10.5 13.8284 10.5 13C10.5 12.6022 10.6581 12.2208 10.9395 11.9395C11.2208 11.6581 11.6022 11.5 12 11.5C12.3978 11.5 12.7792 11.6581 13.0605 11.9395C13.3419 12.2208 13.5 12.6022 13.5 13C13.5 13.8284 14.1716 14.5 15 14.5C15.8284 14.5 16.5 13.8284 16.5 13C16.5 11.8065 16.0256 10.6623 15.1816 9.81836C15.1412 9.7779 15.0994 9.73894 15.0576 9.7002C15.3383 9.19656 15.5 8.61747 15.5 8C15.5 6.067 13.933 4.5 12 4.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 1.5C17.9283 1.5 18.8182 1.86901 19.4746 2.52539C20.131 3.18177 20.5 4.07174 20.5 5V21C20.5 21.5347 20.2154 22.0295 19.7529 22.2979C19.2906 22.5661 18.72 22.5679 18.2559 22.3027L12 18.7275L5.74414 22.3027C5.27999 22.5679 4.70944 22.5661 4.24707 22.2979C3.7846 22.0295 3.5 21.5347 3.5 21V5C3.5 4.07174 3.86901 3.18177 4.52539 2.52539C5.18177 1.86901 6.07174 1.5 7 1.5H17ZM16.0605 6.93945C15.4748 6.35368 14.5252 6.35367 13.9395 6.93945L11 9.87891L10.0605 8.93945C9.47476 8.35368 8.52524 8.35367 7.93945 8.93945C7.35367 9.52524 7.35368 10.4748 7.93945 11.0605L9.93945 13.0605C10.5252 13.6463 11.4748 13.6463 12.0605 13.0605L16.0605 9.06055C16.6463 8.47476 16.6463 7.52524 16.0605 6.93945Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 1.5C17.9283 1.5 18.8182 1.86901 19.4746 2.52539C20.131 3.18177 20.5 4.07174 20.5 5V21C20.5 21.5347 20.2154 22.0295 19.7529 22.2979C19.2906 22.5661 18.72 22.5679 18.2559 22.3027L12 18.7275L5.74414 22.3027C5.27999 22.5679 4.70944 22.5661 4.24707 22.2979C3.7846 22.0295 3.5 21.5347 3.5 21V5C3.5 4.07174 3.86901 3.18177 4.52539 2.52539C5.18177 1.86901 6.07174 1.5 7 1.5H17ZM9 8.5C8.17157 8.5 7.5 9.17157 7.5 10C7.5 10.8284 8.17157 11.5 9 11.5H15C15.8284 11.5 16.5 10.8284 16.5 10C16.5 9.17157 15.8284 8.5 15 8.5H9Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 1.5C17.9283 1.5 18.8182 1.86901 19.4746 2.52539C20.131 3.18177 20.5 4.07174 20.5 5V21C20.5 21.5347 20.2154 22.0295 19.7529 22.2979C19.2906 22.5661 18.72 22.5679 18.2559 22.3027L12 18.7275L5.74414 22.3027C5.27999 22.5679 4.70944 22.5661 4.24707 22.2979C3.7846 22.0295 3.5 21.5347 3.5 21V5C3.5 4.07174 3.86901 3.18177 4.52539 2.52539C5.18177 1.86901 6.07174 1.5 7 1.5H17ZM12 5.5C11.1716 5.5 10.5 6.17157 10.5 7V8.5H9C8.17157 8.5 7.5 9.17157 7.5 10C7.5 10.8284 8.17157 11.5 9 11.5H10.5V13C10.5 13.8284 11.1716 14.5 12 14.5C12.8284 14.5 13.5 13.8284 13.5 13V11.5H15C15.8284 11.5 16.5 10.8284 16.5 10C16.5 9.17157 15.8284 8.5 15 8.5H13.5V7C13.5 6.17157 12.8284 5.5 12 5.5Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 1.5C17.9283 1.5 18.8182 1.86901 19.4746 2.52539C20.131 3.18177 20.5 4.07174 20.5 5V21C20.5 21.5347 20.2154 22.0295 19.7529 22.2979C19.2906 22.5661 18.72 22.5679 18.2559 22.3027L12 18.7275L5.74414 22.3027C5.27999 22.5679 4.70944 22.5661 4.24707 22.2979C3.7846 22.0295 3.5 21.5347 3.5 21V5C3.5 4.07174 3.86901 3.18177 4.52539 2.52539C5.18177 1.86901 6.07174 1.5 7 1.5H17ZM15.5605 6.43945C14.9748 5.85368 14.0252 5.85367 13.4395 6.43945L12 7.87891L10.5605 6.43945C9.97476 5.85368 9.02524 5.85367 8.43945 6.43945C7.85367 7.02524 7.85368 7.97476 8.43945 8.56055L9.87891 10L8.43945 11.4395C7.85367 12.0252 7.85368 12.9748 8.43945 13.5605C9.02525 14.1462 9.9748 14.1463 10.5605 13.5605L12 12.1211L13.4395 13.5605C14.0252 14.1462 14.9748 14.1463 15.5605 13.5605C16.1463 12.9748 16.1462 12.0252 15.5605 11.4395L14.1211 10L15.5605 8.56055C16.1463 7.9748 16.1462 7.02525 15.5605 6.43945Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 1.5C17.9283 1.5 18.8182 1.86901 19.4746 2.52539C20.131 3.18177 20.5 4.07174 20.5 5V21C20.5 21.5347 20.2154 22.0295 19.7529 22.2979C19.2906 22.5661 18.72 22.5679 18.2559 22.3027L12 18.7275L5.74414 22.3027C5.27999 22.5679 4.70944 22.5661 4.24707 22.2979C3.7846 22.0295 3.5 21.5347 3.5 21V5C3.5 4.07174 3.86901 3.18177 4.52539 2.52539C5.18177 1.86901 6.07174 1.5 7 1.5H17Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 0.5C19.933 0.5 21.5 2.067 21.5 4V20C21.5 21.933 19.933 23.5 18 23.5H15V19C15 18.7348 14.8946 18.4805 14.707 18.293C14.5195 18.1054 14.2652 18 14 18H10C9.73478 18 9.4805 18.1054 9.29297 18.293C9.10543 18.4805 9 18.7348 9 19V23.5H15H6C4.067 23.5 2.5 21.933 2.5 20V4C2.5 2.067 4.067 0.5 6 0.5H18ZM8 12.5C7.17157 12.5 6.5 13.1716 6.5 14C6.5 14.8284 7.17157 15.5 8 15.5H8.00977C8.83819 15.5 9.50977 14.8284 9.50977 14C9.50977 13.1716 8.83819 12.5 8.00977 12.5H8ZM12 12.5C11.1716 12.5 10.5 13.1716 10.5 14C10.5 14.8284 11.1716 15.5 12 15.5H12.0098C12.8382 15.5 13.5098 14.8284 13.5098 14C13.5098 13.1716 12.8382 12.5 12.0098 12.5H12ZM16 12.5C15.1716 12.5 14.5 13.1716 14.5 14C14.5 14.8284 15.1716 15.5 16 15.5H16.0098C16.8382 15.5 17.5098 14.8284 17.5098 14C17.5098 13.1716 16.8382 12.5 16.0098 12.5H16ZM8 8.5C7.17157 8.5 6.5 9.17157 6.5 10C6.5 10.8284 7.17157 11.5 8 11.5H8.00977C8.83819 11.5 9.50977 10.8284 9.50977 10C9.50977 9.17157 8.83819 8.5 8.00977 8.5H8ZM12 8.5C11.1716 8.5 10.5 9.17157 10.5 10C10.5 10.8284 11.1716 11.5 12 11.5H12.0098C12.8382 11.5 13.5098 10.8284 13.5098 10C13.5098 9.17157 12.8382 8.5 12.0098 8.5H12ZM16 8.5C15.1716 8.5 14.5 9.17157 14.5 10C14.5 10.8284 15.1716 11.5 16 11.5H16.0098C16.8382 11.5 17.5098 10.8284 17.5098 10C17.5098 9.17157 16.8382 8.5 16.0098 8.5H16ZM8 4.5C7.17157 4.5 6.5 5.17157 6.5 6C6.5 6.82843 7.17157 7.5 8 7.5H8.00977C8.83819 7.5 9.50977 6.82843 9.50977 6C9.50977 5.17157 8.83819 4.5 8.00977 4.5H8ZM12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5H12.0098C12.8382 7.5 13.5098 6.82843 13.5098 6C13.5098 5.17157 12.8382 4.5 12.0098 4.5H12ZM16 4.5C15.1716 4.5 14.5 5.17157 14.5 6C14.5 6.82843 15.1716 7.5 16 7.5H16.0098C16.8382 7.5 17.5098 6.82843 17.5098 6C17.5098 5.17157 16.8382 4.5 16.0098 4.5H16Z" fill="currentColor"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 7H16.01M3.4 18H12C14.122 18 16.157 17.157 17.657 15.657 19.157 14.157 20 12.122 20 10V7C20.002 6.148 19.732 5.317 19.23 4.629 18.727 3.941 18.018 3.432 17.205 3.175 16.393 2.919 15.519 2.928 14.713 3.202 13.906 3.477 13.208 4.001 12.72 4.7L2 20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 7 22 7.5 20 8M10 18V21M14 17.75V21M7 18C8.233 18 9.436 17.62 10.446 16.912 11.455 16.203 12.222 15.201 12.642 14.042 13.061 12.882 13.113 11.622 12.791 10.432 12.469 9.241 11.787 8.179 10.84 7.39" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 10C17.7 9.3 18.69 10 19.5 10C20.163 10 20.7989 9.73661 21.2678 9.26777C21.7366 8.79893 22 8.16304 22 7.5C22 6.83696 21.7366 6.20107 21.2678 5.73223C20.7989 5.26339 20.163 5 19.5 5C19.3674 5 19.2402 4.94732 19.1464 4.85355C19.0527 4.75979 19 4.63261 19 4.5C19 3.83696 18.7366 3.20107 18.2678 2.73223C17.7989 2.26339 17.163 2 16.5 2C15.837 2 15.2011 2.26339 14.7322 2.73223C14.2634 3.20107 14 3.83696 14 4.5C14 5.31 14.7 6.3 14 7L7 14C6.3 14.7 5.31 14 4.5 14C3.83696 14 3.20107 14.2634 2.73223 14.7322C2.26339 15.2011 2 15.837 2 16.5C2 17.163 2.26339 17.7989 2.73223 18.2678C3.20107 18.7366 3.83696 19 4.5 19C4.78 19 5 19.22 5 19.5C5 20.163 5.26339 20.7989 5.73223 21.2678C6.20107 21.7366 6.83696 22 7.5 22C8.16304 22 8.79893 21.7366 9.26777 21.2678C9.73661 20.7989 10 20.163 10 19.5C10 18.69 9.3 17.7 10 17L17 10Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 20V12M14.12 3.88 16 2M15 7.13V6C15 5.405 14.822 4.823 14.49 4.329 14.158 3.835 13.686 3.451 13.135 3.225 12.584 3 11.978 2.944 11.395 3.064 10.812 3.184 10.277 3.475 9.86 3.9L8 2" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M18 12.34V11C18 9.939 17.579 8.922 16.828 8.172 16.078 7.421 15.061 7 14 7H12.7M2 2 22 22" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 5C20.999 5.982 20.636 6.93 19.982 7.662 19.327 8.394 18.426 8.86 17.45 8.97M22 13H18.66M3 21C2.999 19.971 3.394 18.982 4.104 18.237 4.813 17.492 5.782 17.049 6.81 17M6 13H2" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.69997 7.7C7.17102 8.07172 6.74005 8.56612 6.44398 9.14085C6.14791 9.71558 5.99556 10.3535 5.99997 11V14C5.99598 15.3112 6.42165 16.5877 7.21186 17.6341C8.00208 18.6805 9.11333 19.4392 10.3756 19.7942C11.6379 20.1492 12.9817 20.0809 14.2015 19.5998C15.4213 19.1186 16.4499 18.2511 17.13 17.13" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 19.655C8.83049 19.2415 7.81789 18.4757 7.10156 17.463C6.38522 16.4503 6.00038 15.2405 6 14V11C6 9.93913 6.42143 8.92172 7.17157 8.17157C7.92172 7.42143 8.93913 7 10 7H14C15.0557 6.99997 16.0686 7.41728 16.8179 8.16095C17.5672 8.90462 17.9921 9.91434 18 10.97" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 15.003C14 14.826 14.046 14.651 14.135 14.498 14.225 14.344 14.353 14.217 14.507 14.13 14.662 14.042 14.837 13.998 15.014 14 15.192 14.003 15.365 14.052 15.517 14.144L20.514 17.141C20.663 17.23 20.786 17.355 20.872 17.506 20.957 17.657 21.002 17.827 21.002 18 21.002 18.173 20.957 18.343 20.872 18.494 20.786 18.645 20.663 18.77 20.514 18.859L15.517 21.856C15.365 21.948 15.191 21.998 15.014 22 14.836 22.002 14.661 21.958 14.507 21.87 14.352 21.782 14.224 21.655 14.135 21.502 14.046 21.348 13.999 21.174 14 20.996V15.003ZM14.12 3.88 16 2M21 5C20.999 5.982 20.636 6.93 19.982 7.662 19.327 8.394 18.426 8.86 17.45 8.97M3 21C2.999 19.971 3.394 18.982 4.104 18.237 4.813 17.492 5.782 17.049 6.81 17M3 5C3.001 5.982 3.364 6.93 4.018 7.662 4.673 8.394 5.574 8.86 6.55 8.97M6 13H2M8 2 9.88 3.88M9 7.13V6C9 5.204 9.316 4.441 9.879 3.879 10.441 3.316 11.204 3 12 3 12.796 3 13.559 3.316 14.121 3.879 14.684 4.441 15 5.204 15 6V7.13" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 20V11M14 7C15.061 7 16.078 7.421 16.828 8.172 17.579 8.922 18 9.939 18 11V14C18 15.591 17.368 17.117 16.243 18.243 15.117 19.368 13.591 20 12 20 10.409 20 8.883 19.368 7.757 18.243 6.632 17.117 6 15.591 6 14V11C6 9.939 6.421 8.922 7.172 8.172 7.922 7.421 8.939 7 10 7H14ZM14.12 3.88 16 2" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 21C21.001 19.971 20.606 18.982 19.896 18.237 19.187 17.492 18.218 17.049 17.19 17M21 5C20.999 5.982 20.636 6.93 19.982 7.662 19.327 8.394 18.426 8.86 17.45 8.97M22 13H18M3 21C2.999 19.971 3.394 18.982 4.104 18.237 4.813 17.492 5.782 17.049 6.81 17M3 5C3.001 5.982 3.364 6.93 4.018 7.662 4.673 8.394 5.574 8.86 6.55 8.97M6 13H2M8 2 9.88 3.88M9 7.13V6C9 5.204 9.316 4.441 9.879 3.879 10.441 3.316 11.204 3 12 3 12.796 3 13.559 3.316 14.121 3.879 14.684 4.441 15 5.204 15 6V7.13" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 5C12.67 5 13.35 5.09 14 5.26 15.78 3.26 19.03 2.42 20.42 3 21.82 3.58 20 10 20 10 20.57 11.07 21 12.24 21 13.44 21 17.9 16.97 21 12 21 7.03 21 3 18 3 13.44 3 12.19 3.5 11.04 4 10 4 10 2.11 3.58 3.5 3 4.89 2.42 8.22 3.23 10 5.23 10.656 5.079 11.327 5.002 12 5ZM8 14V14.5M16 14V14.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.25 16.25H12.75L12 17L11.25 16.25Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 16.25H12.75L12 17 11.25 16.25ZM16 14V14.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.42 11.247C4.14 12.328 3.999 13.44 4 14.556 4 18.728 7.582 21 12 21 16.418 21 20 18.728 20 14.556 19.995 13.435 19.829 12.321 19.507 11.247M8 14V14.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.49998 8.5C8.11598 9.55 7.41698 10.528 6.15598 11C4.22498 11.722 2.57998 10.703 2.49998 10C2.38698 9.006 3.67698 3.47 6.49998 3C8.42298 2.679 10.151 3.845 10.151 5.235C11.4158 4.91378 12.7425 4.92826 14 5.277C14 3.887 15.844 2.679 17.767 3C20.59 3.47 21.88 9.006 21.767 10C21.687 10.703 20.042 11.722 18.111 11C16.85 10.528 16.256 9.55 15.872 8.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C8 2 4 8 4 14C4 16.1217 4.84285 18.1566 6.34315 19.6569C7.84344 21.1571 9.87827 22 12 22C14.1217 22 16.1566 21.1571 17.6569 19.6569C19.1571 18.1566 20 16.1217 20 14C20 8 16 2 12 2Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 12.5V12.47V12M17.525 17.526C16.7215 17.8443 15.8643 18.0053 15 18C11.44 18 7.44 15.47 6.5 12C6.848 10.72 7.614 9.567 8.621 8.62M12.065 6.532C13.0059 6.18898 13.9985 6.00907 15 6C18.56 6 21.06 8.54 22 12C21.691 13.14 21.214 14.177 20.587 15.058" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.99998 10.67C6.99998 8 5.57998 5.97 2.72998 5.5C1.72998 7 1.72998 10.5 2.95998 12C1.71998 13.5 1.71998 17 2.72998 18.5C5.57998 18.03 6.99998 16 6.99998 13.33M14.48 8.958C14.8211 7.91692 15.335 6.94064 16 6.07M16 17.93C15.1801 16.8564 14.5917 15.6245 14.272 14.312" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.01 17.93L15.78 19.33C15.7017 19.798 15.4596 20.2229 15.0969 20.5288C14.7342 20.8348 14.2745 21.0018 13.8 21H9.5C10.4689 19.9015 10.9993 18.4847 10.99 17.02M8.53 3H13.8C14.2745 2.99824 14.7342 3.16524 15.0969 3.47117C15.4596 3.77709 15.7017 4.202 15.78 4.67L16.01 6.07M2 2L22 22" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 16C2 16 11 1 22 12C11 23 2 8 2 8" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.5 12C7.44 8.54 11.44 6 15 6 18.56 6 21.06 8.54 22 12 21.06 15.47 18.56 18 15 18 11.44 18 7.44 15.47 6.5 12ZM18 12V12.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 17.93C14.699 16.227 13.995 14.143 13.995 12 13.995 9.857 14.699 7.773 16 6.07M7 10.67C7 8 5.58 5.97 2.73 5.5 1.73 7 1.73 10.5 2.96 12 1.72 13.5 1.72 17 2.73 18.5 5.58 18.03 7 16 7 13.33" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.46 7.26C10.2 5.88 9.17 4.24 8 3H13.8C14.275 2.998 14.734 3.165 15.097 3.471 15.46 3.777 15.702 4.202 15.78 4.67L16.01 6.07M16.01 17.93 15.78 19.33C15.702 19.798 15.46 20.223 15.097 20.529 14.734 20.835 14.275 21.002 13.8 21H9.5C10.469 19.902 10.999 18.485 10.99 17.02" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 12V4C12 3.735 12.105 3.48 12.293 3.293 12.48 3.105 12.735 3 13 3H19.297C19.501 3 19.701 3.063 19.868 3.179 20.036 3.296 20.164 3.461 20.235 3.653 20.306 3.844 20.316 4.053 20.265 4.251 20.214 4.449 20.103 4.626 19.948 4.759L15.252 8.784M12 21 4.586 13.586C4.211 13.211 4 12.702 4 12.172V6.415C4.001 6.218 4.06 6.025 4.17 5.861 4.28 5.697 4.436 5.57 4.619 5.494 4.801 5.419 5.001 5.399 5.195 5.437 5.389 5.475 5.567 5.569 5.707 5.708L20 20.009" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.214 3.381L20.628 18.347C20.7351 18.5376 20.7767 18.7581 20.7465 18.9746C20.7164 19.1912 20.6161 19.3919 20.461 19.546L19.293 20.709C19.1054 20.8956 18.8516 21.0002 18.587 21H6.35101C6.12385 21.0001 5.90342 20.9229 5.72601 20.781L3.25001 18.8C3.08772 18.6702 2.96988 18.4931 2.91288 18.2933C2.85587 18.0935 2.86253 17.8809 2.93192 17.685C3.00132 17.4892 3.13 17.3198 3.30009 17.2004C3.47017 17.0811 3.67322 17.0176 3.88101 17.019L8.04601 17.046" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 17.25H12.75L12 18 11.25 17.25ZM15 12 17 14M18 6.5C18 6.367 17.947 6.24 17.854 6.146 17.76 6.053 17.633 6 17.5 6" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.69 9.67001C21.14 9.21926 21.4892 8.67811 21.7146 8.08233C21.9399 7.48656 22.0362 6.84974 21.997 6.21398C21.9579 5.57822 21.7842 4.95802 21.4875 4.39438C21.1908 3.83074 20.7779 3.33651 20.2759 2.94437C19.774 2.55223 19.1945 2.27111 18.5758 2.11962C17.9571 1.96812 17.3134 1.94969 16.687 2.06554C16.0607 2.1814 15.4661 2.4289 14.9425 2.79168C14.419 3.15447 13.9784 3.62426 13.65 4.17001C12.5609 3.95048 11.439 3.95048 10.35 4.17001C10.0215 3.62426 9.58093 3.15447 9.05738 2.79168C8.53382 2.4289 7.93922 2.1814 7.31289 2.06554C6.68655 1.94969 6.04276 1.96812 5.42408 2.11962C4.8054 2.27111 4.22593 2.55223 3.72399 2.94437C3.22205 3.33651 2.80908 3.83074 2.51238 4.39438C2.21568 4.95802 2.04203 5.57822 2.00289 6.21398C1.96375 6.84974 2.06003 7.48656 2.28535 8.08233C2.51067 8.67811 2.8599 9.21926 3.30995 9.67001C2.48995 11.2 1.99995 12.88 1.99995 14.5C1.99995 19.47 6.47995 22 12 22C17.52 22 22 19.47 22 14.5C22 12.88 21.52 11.2 20.7 9.67001" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 6.5C5.999 6.434 6.012 6.369 6.037 6.308 6.062 6.247 6.098 6.192 6.145 6.145 6.192 6.098 6.247 6.062 6.308 6.037 6.369 6.012 6.434 5.999 6.5 6M9 12 7 14" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 6C12.105 6 13 5.105 13 4 13 2.895 12.105 2 11 2 9.895 2 9 2.895 9 4 9 5.105 9.895 6 11 6ZM18 10C19.105 10 20 9.105 20 8 20 6.895 19.105 6 18 6 16.895 6 16 6.895 16 8 16 9.105 16.895 10 18 10ZM20 18C21.105 18 22 17.105 22 16 22 14.895 21.105 14 20 14 18.895 14 18 14.895 18 16 18 17.105 18.895 18 20 18ZM9 10C9.657 10 10.307 10.129 10.913 10.381 11.52 10.632 12.071 11 12.536 11.465 13 11.929 13.368 12.48 13.619 13.087 13.871 13.693 14 14.343 14 15V18.5C14 19.337 13.7 20.145 13.155 20.78 12.61 21.414 11.855 21.832 11.029 21.959 10.202 22.085 9.357 21.911 8.647 21.468 7.938 21.026 7.41 20.343 7.16 19.545 6.733 18.168 5.833 17.267 4.46 16.84 3.662 16.59 2.98 16.063 2.537 15.354 2.095 14.645 1.92 13.8 2.046 12.974 2.172 12.147 2.589 11.393 3.223 10.848 3.856 10.302 4.664 10.002 5.5 10H9Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 12H11.01M13 22C13.5 21.5 14.12 21 15.5 21 14.12 21 13.5 20.5 13 20M14 2C13.705 2.589 13.239 3.076 12.664 3.396 12.088 3.717 11.429 3.857 10.773 3.798L4.603 3.237C4.281 3.206 3.956 3.241 3.648 3.339 3.339 3.438 3.054 3.598 2.81 3.81 2.565 4.022 2.367 4.282 2.226 4.573 2.085 4.865 2.005 5.182 1.99 5.505 1.975 5.828 2.026 6.151 2.14 6.454 2.254 6.757 2.429 7.033 2.653 7.267 2.877 7.5 3.147 7.685 3.445 7.812 3.743 7.938 4.063 8.002 4.387 8H15.5C17.224 8 18.877 8.685 20.096 9.904 21.315 11.123 22 12.776 22 14.5 22 16.224 21.315 17.877 20.096 19.096 18.877 20.315 17.224 21 15.5 21 16.163 21 16.799 20.737 17.268 20.268 17.737 19.799 18 19.163 18 18.5 18 17.837 17.737 17.201 17.268 16.732 16.799 16.263 16.163 16 15.5 16H12C10.144 16 8.363 15.263 7.05 13.95 5.737 12.637 5 10.857 5 9V8" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 8C14.657 9.231 15 10.605 15 12 15 13.395 14.657 14.769 14 16M16 16C18 16 20.5 12 20 10" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 13C2 13.7879 2.15519 14.5681 2.45672 15.2961C2.75825 16.0241 3.20021 16.6855 3.75736 17.2426C4.31451 17.7998 4.97595 18.2417 5.7039 18.5433C6.43185 18.8448 7.21207 19 8 19C8.78793 19 9.56815 18.8448 10.2961 18.5433C11.0241 18.2417 11.6855 17.7998 12.2426 17.2426C12.7998 16.6855 13.2417 16.0241 13.5433 15.2961C13.8448 14.5681 14 13.7879 14 13C14 11.9391 13.5786 10.9217 12.8284 10.1716C12.0783 9.42143 11.0609 9 10 9C8.93913 9 7.92172 9.42143 7.17157 10.1716C6.42143 10.9217 6 11.9391 6 13C6 13.5304 6.21071 14.0391 6.58579 14.4142C6.96086 14.7893 7.46957 15 8 15C8.53043 15 9.03914 14.7893 9.41421 14.4142C9.78929 14.0391 10 13.5304 10 13" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 21C14.4183 21 18 17.4183 18 13C18 8.58172 14.4183 5 10 5C5.58172 5 2 8.58172 2 13C2 17.4183 5.58172 21 10 21Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 21H14C18.4 21 22 17.4 22 13V7C22 6.47 21.789 5.961 21.414 5.586 21.039 5.211 20.53 5 20 5 19.47 5 18.961 5.211 18.586 5.586 18.211 5.961 18 6.47 18 7V13M18 3 19.1 5.2M22 3 20.9 5.2" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.236 22C15.6201 21.5706 15.8725 21.0398 15.9629 20.4708C16.0534 19.9018 15.9781 19.3189 15.7461 18.7916C15.5141 18.2643 15.1351 17.8149 14.6545 17.4972C14.174 17.1795 13.6121 17.0069 13.036 17" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 20C16 19.204 16.316 18.441 16.879 17.879 17.441 17.316 18.204 17 19 17H20C20.53 17 21.039 16.789 21.414 16.414 21.789 16.039 22 15.53 22 15V13C22 11.939 21.579 10.922 20.828 10.172 20.078 9.421 19.061 9 18 9V4M18 13H18.01" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M18 6C16.9391 6 15.9217 6.42143 15.1716 7.17157C14.4214 7.92172 14 8.93913 14 10C12.1435 10 10.363 10.7375 9.05025 12.0503C7.7375 13.363 7 15.1435 7 17C7 12 11 12 11 6.5C11 5.90905 10.8836 5.32389 10.6575 4.77792C10.4313 4.23196 10.0998 3.73588 9.68198 3.31802C9.26412 2.90016 8.76804 2.56869 8.22208 2.34254C7.67611 2.1164 7.09095 2 6.5 2C5.90905 2 5.32389 2.1164 4.77792 2.34254C4.23196 2.56869 3.73588 2.90016 3.31802 3.31802C2.90016 3.73588 2.56869 4.23196 2.34254 4.77792C2.1164 5.32389 2 5.90905 2 6.5C2 7.16304 2.26339 7.79893 2.73223 8.26777C3.20107 8.73661 3.83696 9 4.5 9C5.16304 9 5.79893 8.73661 6.26777 8.26777C6.73661 7.79893 7 7.16304 7 6.5C7 10 3 11 3 17C3 19.8 5.2 22 8 22H18" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 10 14 14V17C14 17.265 14.105 17.52 14.293 17.707 14.48 17.895 14.735 18 15 18H17C17.265 18 17.52 17.895 17.707 17.707 17.895 17.52 18 17.265 18 17V14C18 11.878 17.157 9.843 15.657 8.343 14.157 6.843 12.122 6 10 6 7.878 6 5.843 6.843 4.343 8.343 2.843 9.843 2 11.878 2 14V17C2 17.265 2.105 17.52 2.293 17.707 2.48 17.895 2.735 18 3 18H5C5.265 18 5.52 17.895 5.707 17.707 5.895 17.52 6 17.265 6 17V14L8 10H12ZM4.82 7.9 8 10M15.18 7.9 12 10" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.93 10H20C20.5304 10 21.0391 10.2107 21.4142 10.5858C21.7893 10.9609 22 11.4696 22 12C22 12.5304 21.7893 13.0391 21.4142 13.4142C21.0391 13.7893 20.5304 14 20 14H2" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 12 17.5 15M19.63 18.81 22 20M6.47 8.23C6.761 8.066 7.094 7.992 7.426 8.018 7.759 8.044 8.077 8.168 8.339 8.375 8.6 8.582 8.795 8.863 8.896 9.18 8.998 9.498 9.003 9.839 8.91 10.16L8.27 12.24C7.854 13.57 7.859 14.996 8.285 16.323 8.711 17.65 9.537 18.813 10.649 19.653 11.761 20.493 13.106 20.968 14.499 21.014 15.892 21.06 17.265 20.675 18.43 19.91L18.85 19.64C19.127 19.461 19.365 19.229 19.552 18.957 19.739 18.686 19.87 18.381 19.939 18.058 20.007 17.736 20.012 17.403 19.952 17.08 19.892 16.756 19.769 16.446 19.59 16.17 19.411 15.894 19.179 15.655 18.907 15.468 18.636 15.282 18.331 15.15 18.008 15.081 17.686 15.013 17.354 15.008 17.03 15.068 16.706 15.128 16.397 15.251 16.12 15.43L15.7 15.7C15.397 15.892 15.043 15.988 14.684 15.973 14.326 15.958 13.98 15.835 13.694 15.618 13.408 15.402 13.195 15.103 13.083 14.762 12.972 14.421 12.967 14.054 13.07 13.71L13.71 11.63C14.12 10.341 14.127 8.958 13.731 7.665 13.336 6.372 12.556 5.229 11.495 4.39 10.435 3.551 9.144 3.055 7.794 2.967 6.444 2.88 5.1 3.205 3.94 3.9L3.24 4.3C2.955 4.467 2.706 4.689 2.507 4.953 2.307 5.217 2.162 5.517 2.079 5.837 1.911 6.483 2.007 7.169 2.345 7.745 2.683 8.321 3.236 8.738 3.882 8.906 4.528 9.074 5.215 8.978 5.79 8.64L6.47 8.23Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 11.207C7.00003 11.0746 7.05253 10.9477 7.146 10.854L9.146 8.854C9.19245 8.80744 9.24762 8.7705 9.30837 8.74529C9.36911 8.72008 9.43423 8.70711 9.5 8.70711C9.56577 8.70711 9.63089 8.72008 9.69163 8.74529C9.75238 8.7705 9.80755 8.80744 9.854 8.854L13.146 12.146C13.1924 12.1926 13.2476 12.2295 13.3084 12.2547C13.3691 12.2799 13.4342 12.2929 13.5 12.2929C13.5658 12.2929 13.6309 12.2799 13.6916 12.2547C13.7524 12.2295 13.8076 12.1926 13.854 12.146L18.146 7.854C18.2159 7.78396 18.3049 7.73621 18.402 7.71681C18.499 7.69741 18.5996 7.70723 18.691 7.74503C18.7824 7.78282 18.8606 7.84689 18.9156 7.92912C18.9706 8.01136 19 8.10807 19 8.207V16C19 16.2652 18.8946 16.5196 18.7071 16.7071C18.5196 16.8946 18.2652 17 18 17H8C7.73478 17 7.48043 16.8946 7.29289 16.7071C7.10536 16.5196 7 16.2652 7 16V11.207Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 13H8C7.448 13 7 13.448 7 14V16C7 16.552 7.448 17 8 17H15C15.552 17 16 16.552 16 16V14C16 13.448 15.552 13 15 13ZM18 5H8C7.448 5 7 5.448 7 6V8C7 8.552 7.448 9 8 9H18C18.552 9 19 8.552 19 8V6C19 5.448 18.552 5 18 5Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21M7 11H15M7 16H10M7 6H19" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21M7 11H15M7 16H19M7 6H10" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 13V17M15 5V9M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 13H8C7.448 13 7 13.448 7 14V16C7 16.552 7.448 17 8 17H15C15.552 17 16 16.552 16 16V14C16 13.448 15.552 13 15 13ZM18 5H8C7.448 5 7 5.448 7 6V8C7 8.552 7.448 9 8 9H18C18.552 9 19 8.552 19 8V6C19 5.448 18.552 5 18 5Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21M7 16H15M7 11H19M7 6H10" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 5V9M10 9H8C7.448 9 7 9.448 7 10V14C7 14.552 7.448 15 8 15H10C10.552 15 11 14.552 11 14V10C11 9.448 10.552 9 10 9ZM9 15V17M17 3V5M18 5H16C15.448 5 15 5.448 15 6V12C15 12.552 15.448 13 16 13H18C18.552 13 19 12.552 19 12V6C19 5.448 18.552 5 18 5ZM17 13V16" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 3V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M18 5H16C15.448 5 15 5.448 15 6V16C15 16.552 15.448 17 16 17H18C18.552 17 19 16.552 19 16V6C19 5.448 18.552 5 18 5ZM10 8H8C7.448 8 7 8.448 7 9V16C7 16.552 7.448 17 8 17H10C10.552 17 11 16.552 11 16V9C11 8.448 10.552 8 10 8Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 17V9M18 17V14M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21M8 17V5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 17V9M18 17V5M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21M8 17V14" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 13H7M19 9H15M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M18 5H16C15.448 5 15 5.448 15 6V16C15 16.552 15.448 17 16 17H18C18.552 17 19 16.552 19 16V6C19 5.448 18.552 5 18 5ZM10 8H8C7.448 8 7 8.448 7 9V16C7 16.552 7.448 17 8 17H10C10.552 17 11 16.552 11 16V9C11 8.448 10.552 8 10 8Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21M18 17V9M13 17V5M8 17V14" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 6H18M12 16H18M3 3V19C3 19.53 3.211 20.039 3.586 20.414 3.961 20.789 4.47 21 5 21H21M8 11H15" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 9L14 14L10 10L7 13" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 21V15M12 21V9M19 21V3" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 16V21M16 14V21M20 10V21M22 3 13.354 11.646C13.308 11.693 13.252 11.73 13.192 11.755 13.131 11.78 13.066 11.793 13 11.793 12.934 11.793 12.869 11.78 12.808 11.755 12.748 11.73 12.692 11.693 12.646 11.646L9.354 8.354C9.26 8.26 9.133 8.208 9.001 8.208 8.868 8.208 8.741 8.26 8.647 8.354L2 15M4 18V21M8 14V21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 5H18M4 12H14M12 19H20" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 12C21.552 12 22.005 11.551 21.95 11.002C21.7195 8.70618 20.7021 6.56071 19.0703 4.92933C17.4386 3.29795 15.2929 2.28105 12.997 2.05101C12.447 1.99601 11.999 2.44901 11.999 3.00101V11.001C11.999 11.2662 12.1044 11.5206 12.2919 11.7081C12.4795 11.8957 12.7338 12.001 12.999 12.001L21 12Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M21.21 15.89C20.5738 17.3945 19.5788 18.7202 18.3119 19.7513C17.0449 20.7824 15.5447 21.4874 13.9424 21.8048C12.3401 22.1221 10.6844 22.0421 9.12012 21.5718C7.55585 21.1014 6.1306 20.2551 4.969 19.1066C3.80739 17.9582 2.94479 16.5427 2.45661 14.9839C1.96843 13.4251 1.86954 11.7705 2.16857 10.1646C2.46761 8.55877 3.15547 7.05061 4.17202 5.77202C5.18857 4.49342 6.50286 3.4833 7.99998 2.82999" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 8C7.776 8 8 7.776 8 7.5 8 7.224 7.776 7 7.5 7 7.224 7 7 7.224 7 7.5 7 7.776 7.224 8 7.5 8ZM18.5 6C18.776 6 19 5.776 19 5.5 19 5.224 18.776 5 18.5 5 18.224 5 18 5.224 18 5.5 18 5.776 18.224 6 18.5 6ZM11.5 12C11.776 12 12 11.776 12 11.5 12 11.224 11.776 11 11.5 11 11.224 11 11 11.224 11 11.5 11 11.776 11.224 12 11.5 12ZM7.5 17C7.776 17 8 16.776 8 16.5 8 16.224 7.776 16 7.5 16 7.224 16 7 16.224 7 16.5 7 16.776 7.224 17 7.5 17ZM17.5 15C17.776 15 18 14.776 18 14.5 18 14.224 17.776 14 17.5 14 17.224 14 17 14.224 17 14.5 17 14.776 17.224 15 17.5 15Z" fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 3V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 3V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 16C7.5 14 8.5 9 11 9C13 9 13 12 15 12C17.5 12 19.5 7 20 5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 3V17M12 3V11M19 3V21" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 17H22V11" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 17L13.5 8.5L8.5 13.5L2 7" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.828 14.828 21 21M21 16V21H16M21 3 12 12 8 8 2 14" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 8V3H16" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 7H22V13" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 7L13.5 15.5L8.5 10.5L2 17" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 6V18M17.196 9 6.804 15M6.804 9 17.196 15" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 12H19M12 5V19" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
package/package.json
CHANGED
package/src/index.tsx
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
// entry.tsx.ejs - Simple re-export structure
|
|
2
2
|
|
|
3
|
+
export * from "./solid/accountsAccess";
|
|
3
4
|
export * from "./solid/accessibility";
|
|
4
5
|
export * from "./stroke/mathematics";
|
|
6
|
+
export * from "./stroke/animals";
|
|
7
|
+
export * from "./stroke/charts";
|
|
5
8
|
export * from "./stroke/arrows";
|
|
6
9
|
export * from "./stroke/accountsAccess";
|
|
7
10
|
|
|
@@ -41,13 +41,13 @@ export const EarOff: IconComponent<EarOffProps> = React.forwardRef<
|
|
|
41
41
|
{...props}
|
|
42
42
|
ref={forwardedRef}
|
|
43
43
|
>
|
|
44
|
-
<g fill="currentColor" clipPath="url(#undefined-
|
|
44
|
+
<g fill="currentColor" clipPath="url(#undefined-clip0_70_3506)">
|
|
45
45
|
<path d="M4.5 18.5C4.5 17.672 5.172 17 6 17 6.828 17 7.5 17.672 7.5 18.5 7.5 18.763 7.552 19.023 7.652 19.266 7.753 19.508 7.9 19.728 8.086 19.914 8.272 20.1 8.492 20.247 8.734 20.348 8.977 20.448 9.237 20.5 9.5 20.5 9.763 20.5 10.023 20.448 10.266 20.348 10.508 20.247 10.728 20.1 10.914 19.914 11.1 19.728 11.247 19.508 11.348 19.266 11.448 19.023 11.5 18.763 11.5 18.5 11.5 16.203 12.921 14.86 14.076 13.891 14.711 13.359 15.656 13.442 16.189 14.076 16.721 14.711 16.639 15.657 16.004 16.189 14.92 17.099 14.5 17.657 14.5 18.5 14.5 19.157 14.37 19.807 14.119 20.413 13.868 21.02 13.499 21.571 13.035 22.035 12.571 22.499 12.02 22.868 11.413 23.119 10.807 23.37 10.157 23.5 9.5 23.5 8.843 23.5 8.193 23.37 7.587 23.119 6.98 22.868 6.429 22.499 5.965 22.035 5.501 21.571 5.132 21.02 4.881 20.413 4.63 19.807 4.5 19.157 4.5 18.5ZM4.5 8.5C4.5 7.575 4.661 6.691 4.941 5.873 5.21 5.089 6.063 4.672 6.847 4.941 7.63 5.21 8.047 6.064 7.778 6.847 7.599 7.369 7.5 7.924 7.5 8.5 7.5 9.328 6.828 10 6 10 5.172 10 4.5 9.328 4.5 8.5ZM12.01.509C13.468.419 14.923.731 16.216 1.409 17.509 2.088 18.593 3.107 19.348 4.357 20.103 5.607 20.501 7.04 20.5 8.5L20.493 8.857C20.432 10.616 19.917 11.984 19.148 13.107 18.68 13.791 17.746 13.966 17.063 13.498 16.379 13.03 16.204 12.097 16.672 11.413 17.152 10.712 17.5 9.827 17.5 8.5V8.499C17.501 7.586 17.251 6.69 16.78 5.909 16.308 5.128 15.631 4.49 14.823 4.066 14.014 3.642 13.105 3.448 12.194 3.504 11.283 3.56 10.404 3.863 9.654 4.383 8.972 4.854 8.038 4.685 7.567 4.004 7.095 3.323 7.265 2.389 7.946 1.917 9.147 1.086 10.552.598 12.01.509Z" />
|
|
46
46
|
<path d="M10.4522 11.2051C10.7918 10.4496 11.679 10.1127 12.4346 10.4521C13.19 10.7917 13.5278 11.6791 13.1885 12.4346C12.9124 13.0486 12.4643 13.5703 11.8994 13.9365C11.3345 14.3027 10.6761 14.4986 10.0029 14.5C9.1746 14.5016 8.50173 13.8313 8.5 13.0029C8.49838 12.1746 9.16871 11.5017 9.99707 11.5C10.093 11.4998 10.187 11.4721 10.2676 11.4199C10.3483 11.3676 10.4127 11.2928 10.4522 11.2051ZM13.5 8.5C13.5 8.23478 13.3946 7.98051 13.207 7.79297C13.0195 7.60543 12.7652 7.5 12.5 7.5C11.6716 7.5 11 6.82843 11 6C11 5.17157 11.6716 4.5 12.5 4.5C13.5609 4.5 14.578 4.92173 15.3281 5.67188C16.0783 6.42202 16.5 7.43913 16.5 8.5C16.5 9.32843 15.8284 10 15 10C14.1716 10 13.5 9.32843 13.5 8.5Z" />
|
|
47
47
|
<path d="M0.939454 0.939462C1.52524 0.353675 2.47476 0.353675 3.06055 0.939462L23.0605 20.9395C23.6463 21.5252 23.6463 22.4748 23.0605 23.0606C22.4748 23.6463 21.5252 23.6463 20.9395 23.0606L0.939454 3.06056C0.353668 2.47477 0.353668 1.52525 0.939454 0.939462Z" />
|
|
48
48
|
</g>
|
|
49
49
|
<defs>
|
|
50
|
-
<clipPath id="undefined-
|
|
50
|
+
<clipPath id="undefined-clip0_70_3506">
|
|
51
51
|
<path fill="#fff" d="M0 0H24V24H0z" />
|
|
52
52
|
</clipPath>
|
|
53
53
|
</defs>
|
|
@@ -46,7 +46,7 @@ export const EyeClosed: IconComponent<EyeClosedProps> = React.forwardRef<
|
|
|
46
46
|
fill="currentColor"
|
|
47
47
|
/>
|
|
48
48
|
<path
|
|
49
|
-
d="M20.5908 7.48534C20.8749 6.70735 21.7365 6.30687 22.
|
|
49
|
+
d="M20.5908 7.48534C20.8749 6.70735 21.7365 6.30687 22.5147 6.59081C23.2926 6.87493 23.6931 7.73653 23.4092 8.51464C22.5554 10.8542 21.0026 12.8751 18.9619 14.3027C16.9211 15.7304 14.4906 16.4961 12 16.4961C9.50941 16.4961 7.07888 15.7304 5.03809 14.3027C2.99737 12.8751 1.44466 10.8542 0.590824 8.51464C0.306884 7.73653 0.707369 6.87493 1.48535 6.59081C2.26346 6.30687 3.12506 6.70735 3.40918 7.48534C4.05206 9.24707 5.22119 10.7687 6.75782 11.8437C8.29453 12.9188 10.1246 13.4961 12 13.4961L12.3506 13.4892C14.1028 13.422 15.8014 12.8517 17.2422 11.8437C18.7788 10.7687 19.9479 9.24707 20.5908 7.48534Z"
|
|
50
50
|
fill="currentColor"
|
|
51
51
|
/>
|
|
52
52
|
<path
|
|
@@ -41,13 +41,13 @@ export const EyeOff: IconComponent<EyeOffProps> = React.forwardRef<
|
|
|
41
41
|
{...props}
|
|
42
42
|
ref={forwardedRef}
|
|
43
43
|
>
|
|
44
|
-
<g fill="currentColor" clipPath="url(#undefined-
|
|
44
|
+
<g fill="currentColor" clipPath="url(#undefined-clip0_70_3502)">
|
|
45
45
|
<path d="M10.555 3.586C13.21 3.27 15.895 3.831 18.201 5.184 20.362 6.452 22.079 8.352 23.125 10.621L23.325 11.08 23.344 11.129C23.553 11.691 23.553 12.308 23.344 12.869 23.338 12.885 23.332 12.902 23.325 12.918 22.906 13.934 22.353 14.889 21.679 15.756 21.172 16.411 20.229 16.53 19.575 16.022 18.92 15.514 18.801 14.572 19.309 13.918 19.767 13.327 20.151 12.682 20.454 12 19.671 10.232 18.354 8.752 16.683 7.772 14.943 6.751 12.915 6.327 10.911 6.566 10.088 6.664 9.342 6.076 9.244 5.253 9.146 4.431 9.733 3.685 10.555 3.586ZM9.482 9.568C9.674 9.37 9.991 9.365 10.189 9.557 10.388 9.749 10.394 10.065 10.202 10.264 10.194 10.272 10.187 10.28 10.18 10.288L13.525 13.979C13.598 13.922 13.669 13.864 13.736 13.799 13.935 13.607 14.251 13.612 14.443 13.811 14.635 14.009 14.63 14.326 14.432 14.518 13.771 15.155 12.887 15.508 11.97 15.5 11.052 15.492 10.174 15.124 9.525 14.475 8.876 13.826 8.508 12.948 8.5 12.03 8.492 11.113 8.845 10.229 9.482 9.568Z" />
|
|
46
46
|
<path d="M5.74168 5.21992C6.45375 4.79672 7.37404 5.03041 7.79735 5.74238C8.22059 6.45453 7.98606 7.3748 7.27391 7.79804C5.6244 8.77843 4.32326 10.2471 3.54637 11.9973C4.05062 13.1348 4.77723 14.1606 5.68797 15.0109C6.6577 15.9163 7.81055 16.6032 9.06883 17.0236C10.327 17.444 11.6609 17.588 12.98 17.4475C14.2991 17.3069 15.5729 16.8843 16.7143 16.2082C17.4271 15.786 18.3478 16.0218 18.77 16.7346C19.192 17.4472 18.9561 18.367 18.2436 18.7893C16.732 19.6847 15.0453 20.2447 13.2983 20.4309C11.5514 20.617 9.78493 20.425 8.11863 19.8684C6.45227 19.3116 4.92435 18.4032 3.64012 17.2043C2.35604 16.0054 1.34501 14.5442 0.675275 12.9201C0.668514 12.9037 0.66192 12.8869 0.655744 12.8703C0.447403 12.309 0.447425 11.6913 0.655744 11.1301L0.675275 11.0803C1.6856 8.63016 3.46345 6.57397 5.74168 5.21992Z" />
|
|
47
47
|
<path d="M0.939454 0.939462C1.52524 0.353675 2.47476 0.353675 3.06055 0.939462L23.0605 20.9395C23.6463 21.5252 23.6463 22.4748 23.0605 23.0606C22.4748 23.6463 21.5252 23.6463 20.9395 23.0606L0.939454 3.06056C0.353668 2.47477 0.353668 1.52525 0.939454 0.939462Z" />
|
|
48
48
|
</g>
|
|
49
49
|
<defs>
|
|
50
|
-
<clipPath id="undefined-
|
|
50
|
+
<clipPath id="undefined-clip0_70_3502">
|
|
51
51
|
<path fill="#fff" d="M0 0H24V24H0z" />
|
|
52
52
|
</clipPath>
|
|
53
53
|
</defs>
|
|
@@ -41,14 +41,14 @@ export const Hand: IconComponent<HandProps> = React.forwardRef<
|
|
|
41
41
|
{...props}
|
|
42
42
|
ref={forwardedRef}
|
|
43
43
|
>
|
|
44
|
-
<g clipPath="url(#undefined-
|
|
44
|
+
<g clipPath="url(#undefined-clip0_70_3499)">
|
|
45
45
|
<path
|
|
46
|
-
d="M12.1738 0.503906C13.0387 0.546877 13.8593 0.91017 14.4746 1.52539C14.7849 1.83567 15.0299 2.19872 15.2031 2.59277C15.4623 2.53208 15.7295 2.50002 16 2.5L16.1738 2.50391C17.0387 2.54688 17.8593 2.91017 18.4746 3.52539C18.7849 3.83567 19.0299 4.19872 19.2031 4.59277C19.4623 4.53209 19.7295 4.50002 20 4.5C20.9282 4.5 21.8182 4.86909 22.4746 5.52539C23.131 6.18177 23.5 7.07174 23.5 8V14C23.5 16.5196 22.4994 18.9362 20.7178 20.7178C18.9362 22.4993 16.5195 23.5 14 23.5H12C8.79707 23.4999 6.71893 22.4785 4.95312 20.7246L1.34961 17.1211C1.
|
|
46
|
+
d="M12.1738 0.503906C13.0387 0.546877 13.8593 0.91017 14.4746 1.52539C14.7849 1.83567 15.0299 2.19872 15.2031 2.59277C15.4623 2.53208 15.7295 2.50002 16 2.5L16.1738 2.50391C17.0387 2.54688 17.8593 2.91017 18.4746 3.52539C18.7849 3.83567 19.0299 4.19872 19.2031 4.59277C19.4623 4.53209 19.7295 4.50002 20 4.5C20.9282 4.5 21.8182 4.86909 22.4746 5.52539C23.131 6.18177 23.5 7.07174 23.5 8V14C23.5 16.5196 22.4994 18.9362 20.7178 20.7178C18.9362 22.4993 16.5195 23.5 14 23.5H12C8.79707 23.4999 6.71893 22.4785 4.95312 20.7246L1.34961 17.1211C1.33165 17.1031 1.31389 17.0843 1.29687 17.0654C0.694799 16.3986 0.371816 15.5251 0.395504 14.627C0.419299 13.729 0.787546 12.8743 1.42382 12.2402C2.06018 11.6061 2.91634 11.2413 3.81445 11.2207C4.04569 11.2154 4.27533 11.233 4.5 11.2725V6C4.5 5.0718 4.86908 4.18176 5.52539 3.52539C6.18171 2.86907 7.07183 2.50006 8 2.5L8.17382 2.50391C8.38487 2.51439 8.59345 2.54417 8.79687 2.5918C8.97006 2.19805 9.21533 1.83548 9.52539 1.52539C10.1817 0.86907 11.0718 0.500064 12 0.5L12.1738 0.503906Z"
|
|
47
47
|
fill="currentColor"
|
|
48
48
|
/>
|
|
49
49
|
</g>
|
|
50
50
|
<defs>
|
|
51
|
-
<clipPath id="undefined-
|
|
51
|
+
<clipPath id="undefined-clip0_70_3499">
|
|
52
52
|
<path fill="#fff" d="M0 0H24V24H0z" />
|
|
53
53
|
</clipPath>
|
|
54
54
|
</defs>
|
|
@@ -41,14 +41,14 @@ export const LifeBuoy: IconComponent<LifeBuoyProps> = React.forwardRef<
|
|
|
41
41
|
{...props}
|
|
42
42
|
ref={forwardedRef}
|
|
43
43
|
>
|
|
44
|
-
<g clipPath="url(#undefined-
|
|
44
|
+
<g clipPath="url(#undefined-clip0_70_3497)">
|
|
45
45
|
<path
|
|
46
46
|
d="M12 0.5C18.3513 0.5 23.5 5.64873 23.5 12C23.5 18.3513 18.3513 23.5 12 23.5C5.64873 23.5 0.5 18.3513 0.5 12C0.5 5.64873 5.64873 0.5 12 0.5ZM14.6807 16.8018C13.8874 17.2456 12.9736 17.5 12 17.5C11.0261 17.5 10.1118 17.2458 9.31836 16.8018L7.14551 18.9746C8.52213 19.9346 10.1945 20.5 12 20.5C13.8053 20.5 15.477 19.9343 16.8535 18.9746L14.6807 16.8018ZM5.02441 7.14551C4.06465 8.52205 3.5 10.1947 3.5 12C3.5 13.8051 4.06493 15.4771 5.02441 16.8535L7.19727 14.6807C6.75359 13.8875 6.5 12.9735 6.5 12C6.5 11.0262 6.75333 10.1117 7.19727 9.31836L5.02441 7.14551ZM16.8018 9.31836C17.2458 10.1118 17.5 11.0261 17.5 12C17.5 12.9736 17.2456 13.8874 16.8018 14.6807L18.9746 16.8535C19.9343 15.477 20.5 13.8053 20.5 12C20.5 10.1945 19.9346 8.52213 18.9746 7.14551L16.8018 9.31836ZM12 3.5C10.1947 3.5 8.52205 4.06465 7.14551 5.02441L9.31836 7.19727C10.1117 6.75333 11.0262 6.5 12 6.5C12.9735 6.5 13.8875 6.75359 14.6807 7.19727L16.8535 5.02441C15.4771 4.06493 13.8051 3.5 12 3.5Z"
|
|
47
47
|
fill="currentColor"
|
|
48
48
|
/>
|
|
49
49
|
</g>
|
|
50
50
|
<defs>
|
|
51
|
-
<clipPath id="undefined-
|
|
51
|
+
<clipPath id="undefined-clip0_70_3497">
|
|
52
52
|
<path fill="#fff" d="M0 0H24V24H0z" />
|
|
53
53
|
</clipPath>
|
|
54
54
|
</defs>
|
|
@@ -42,7 +42,7 @@ export const Moon: IconComponent<MoonProps> = React.forwardRef<
|
|
|
42
42
|
ref={forwardedRef}
|
|
43
43
|
>
|
|
44
44
|
<path
|
|
45
|
-
d="M20.985 12.486C20.8913 14.2222 20.2967 15.894 19.2731 17.2994C18.2495 18.7049 16.8407 19.7837 15.217 20.4056C13.5934 21.0274 11.8243 21.1657 10.1238 20.8036C8.42322 20.4415 6.
|
|
45
|
+
d="M20.985 12.486C20.8913 14.2222 20.2967 15.894 19.2731 17.2994C18.2495 18.7049 16.8407 19.7837 15.217 20.4056C13.5934 21.0274 11.8243 21.1657 10.1238 20.8036C8.42322 20.4415 6.86396 19.5946 5.63446 18.3652C4.40497 17.1358 3.55789 15.5767 3.19562 13.8761C2.83335 12.1756 2.9714 10.4066 3.59308 8.78285C4.21476 7.15912 5.29346 5.75022 6.69878 4.72647C8.10409 3.70272 9.77587 3.10794 11.512 3.01403C11.917 2.99203 12.129 3.47403 11.914 3.81703C11.1949 4.96759 10.887 6.3279 11.0405 7.67598C11.194 9.02407 11.7999 10.2803 12.7593 11.2397C13.7187 12.1991 14.975 12.805 16.3231 12.9585C17.6711 13.1121 19.0314 12.8041 20.182 12.085C20.526 11.87 21.007 12.081 20.985 12.486Z"
|
|
46
46
|
fill="currentColor"
|
|
47
47
|
/>
|
|
48
48
|
</svg>
|
|
@@ -40,7 +40,7 @@ export const PersonStanding: IconComponent<PersonStandingProps> =
|
|
|
40
40
|
ref={forwardedRef}
|
|
41
41
|
>
|
|
42
42
|
<path
|
|
43
|
-
d="M17.5254 6.57715C18.3112 6.31522 19.1607 6.73972 19.
|
|
43
|
+
d="M17.5254 6.57715C18.3112 6.31522 19.1607 6.73972 19.4228 7.5254C19.6848 8.31121 19.2603 9.16077 18.4746 9.42286L13.5 11.0811V13.6455L16.3418 19.3291C16.7123 20.0701 16.4119 20.9713 15.6709 21.3418C14.93 21.7121 14.0286 21.4118 13.6582 20.6709L12 17.3545L10.3418 20.6709C9.97125 21.4118 9.07 21.7123 8.32907 21.3418C7.58827 20.9713 7.28779 20.07 7.65816 19.3291L10.5 13.6455V11.0811L5.52535 9.42286C4.73978 9.16069 4.31524 8.31112 4.5771 7.5254C4.83916 6.73974 5.68881 6.31537 6.47457 6.57715L12 8.41895L17.5254 6.57715ZM12 2.5C13.3807 2.5 14.5 3.61929 14.5 5C14.5 6.38072 13.3807 7.50001 12 7.50001C10.6194 7.49987 9.49997 6.38063 9.49997 5C9.49997 3.61937 10.6194 2.50013 12 2.5Z"
|
|
44
44
|
fill="currentColor"
|
|
45
45
|
/>
|
|
46
46
|
</svg>
|
|
@@ -41,11 +41,11 @@ export const Sun: IconComponent<SunProps> = React.forwardRef<
|
|
|
41
41
|
{...props}
|
|
42
42
|
ref={forwardedRef}
|
|
43
43
|
>
|
|
44
|
-
<g fill="currentColor" clipPath="url(#undefined-
|
|
44
|
+
<g fill="currentColor" clipPath="url(#undefined-clip0_70_3514)">
|
|
45
45
|
<path d="M12 6.5C15.038 6.5 17.5 8.962 17.5 12 17.5 15.038 15.038 17.5 12 17.5 8.962 17.5 6.5 15.038 6.5 12 6.5 8.962 8.962 6.5 12 6.5ZM10.5 4V2C10.5 1.172 11.172.5 12 .5 12.828.5 13.5 1.172 13.5 2V4C13.5 4.828 12.828 5.5 12 5.5 11.172 5.5 10.5 4.828 10.5 4ZM10.5 22V20C10.5 19.172 11.172 18.5 12 18.5 12.828 18.5 13.5 19.172 13.5 20V22C13.5 22.828 12.828 23.5 12 23.5 11.172 23.5 10.5 22.828 10.5 22ZM3.869 3.869C4.455 3.284 5.405 3.284 5.991 3.869L7.401 5.28C7.986 5.865 7.986 6.815 7.401 7.401 6.815 7.986 5.865 7.986 5.28 7.401L3.869 5.99C3.284 5.405 3.284 4.455 3.869 3.869ZM16.6 16.6C17.185 16.014 18.135 16.014 18.721 16.6L20.131 18.01C20.716 18.596 20.716 19.545 20.131 20.131 19.545 20.717 18.595 20.716 18.01 20.131L16.6 18.721C16.014 18.135 16.014 17.185 16.6 16.6ZM4 10.5C4.828 10.5 5.5 11.172 5.5 12 5.5 12.828 4.828 13.5 4 13.5H2C1.172 13.5.5 12.828.5 12 .5 11.172 1.172 10.5 2 10.5H4ZM22 10.5C22.828 10.5 23.5 11.172 23.5 12 23.5 12.828 22.828 13.5 22 13.5H20C19.172 13.5 18.5 12.828 18.5 12 18.5 11.172 19.172 10.5 20 10.5H22ZM5.28 16.6C5.865 16.014 6.815 16.014 7.401 16.6 7.986 17.185 7.986 18.135 7.401 18.721L5.991 20.131C5.405 20.716 4.455 20.716 3.869 20.131 3.284 19.545 3.284 18.595 3.869 18.01L5.28 16.6ZM18.01 3.869C18.595 3.284 19.545 3.284 20.131 3.869 20.716 4.455 20.716 5.405 20.131 5.991L18.721 7.401C18.135 7.986 17.185 7.986 16.6 7.401 16.014 6.815 16.014 5.865 16.6 5.28L18.01 3.869Z" />
|
|
46
46
|
</g>
|
|
47
47
|
<defs>
|
|
48
|
-
<clipPath id="undefined-
|
|
48
|
+
<clipPath id="undefined-clip0_70_3514">
|
|
49
49
|
<path fill="#fff" d="M0 0H24V24H0z" />
|
|
50
50
|
</clipPath>
|
|
51
51
|
</defs>
|
|
@@ -41,14 +41,14 @@ export const Transgender: IconComponent<TransgenderProps> = React.forwardRef<
|
|
|
41
41
|
{...props}
|
|
42
42
|
ref={forwardedRef}
|
|
43
43
|
>
|
|
44
|
-
<g clipPath="url(#undefined-
|
|
44
|
+
<g clipPath="url(#undefined-clip0_70_3488)">
|
|
45
45
|
<path
|
|
46
46
|
d="M5.35742 0.5C6.18566 0.500228 6.85742 1.17171 6.85742 2C6.85742 2.74572 6.31259 3.36243 5.59961 3.47852L6.5 4.37891L6.93945 3.93945C7.52524 3.35367 8.47476 3.35367 9.06055 3.93945C9.64633 4.52524 9.64633 5.47476 9.06055 6.06055L8.62109 6.5L10.2305 8.10938C10.2988 8.17766 10.3588 8.25111 10.4111 8.32812C10.8982 8.11709 11.4354 8 12 8C12.5643 8 13.1011 8.11731 13.5879 8.32812C13.6403 8.25095 13.7011 8.17779 13.7695 8.10938L18.3789 3.5H18C17.1716 3.5 16.5 2.82843 16.5 2C16.5 1.17157 17.1716 0.5 18 0.5H22C22.0495 0.500003 22.0991 0.501957 22.1484 0.506836L22.1533 0.507812C22.2278 0.515372 22.3003 0.529807 22.3711 0.547852C22.4012 0.555524 22.4312 0.563671 22.4609 0.573242C22.5409 0.599038 22.618 0.630732 22.6914 0.668945C22.6984 0.672574 22.705 0.676919 22.7119 0.680664C22.7461 0.69917 22.7799 0.718234 22.8125 0.739258C22.8258 0.747864 22.8385 0.75753 22.8516 0.766602C22.9213 0.814808 22.9864 0.868714 23.0469 0.927734C23.0511 0.931901 23.0563 0.935226 23.0605 0.939453C23.0653 0.944182 23.0696 0.949325 23.0742 0.954102C23.0995 0.980051 23.1231 1.00744 23.1465 1.03516C23.1561 1.04651 23.1656 1.05777 23.1748 1.06934C23.1922 1.09123 23.2085 1.11386 23.2246 1.13672C23.2375 1.15494 23.2507 1.17276 23.2627 1.19141C23.2785 1.21607 23.2922 1.24196 23.3066 1.26758C23.3149 1.28237 23.3243 1.29652 23.332 1.31152C23.3467 1.33982 23.3592 1.36913 23.3721 1.39844C23.3785 1.41315 23.3856 1.42751 23.3916 1.44238C23.4608 1.61488 23.5 1.80276 23.5 2V6C23.5 6.82843 22.8284 7.5 22 7.5C21.1716 7.5 20.5 6.82843 20.5 6V5.62109L15.8906 10.2305C15.8222 10.2989 15.7481 10.3587 15.6709 10.4111C15.882 10.8983 16 11.4353 16 12C16 13.6888 14.9526 15.1311 13.4727 15.7178C13.4901 15.8092 13.5 15.9035 13.5 16V18.5H14C14.8284 18.5 15.5 19.1716 15.5 20C15.5 20.8284 14.8284 21.5 14 21.5H13.5V22C13.5 22.8284 12.8284 23.5 12 23.5C11.1716 23.5 10.5 22.8284 10.5 22V21.5H10C9.17157 21.5 8.5 20.8284 8.5 20C8.5 19.1716 9.17157 18.5 10 18.5H10.5V16C10.5 15.9035 10.509 15.8092 10.5264 15.7178C9.04687 15.1308 8 13.6885 8 12C8 11.4354 8.11709 10.8982 8.32812 10.4111C8.2511 10.3588 8.17766 10.2988 8.10938 10.2305L6.5 8.62109L6.06055 9.06055C5.47476 9.64633 4.52524 9.64633 3.93945 9.06055C3.35367 8.47476 3.35367 7.52524 3.93945 6.93945L4.37891 6.5L3.47754 5.59863C3.36098 6.31106 2.74532 6.85547 2 6.85547C1.17173 6.85547 0.500253 6.18368 0.5 5.35547V2C0.5 1.87046 0.516979 1.7449 0.547852 1.625C0.553061 1.60475 0.558385 1.58451 0.564453 1.56445C0.576248 1.52553 0.590665 1.48771 0.605469 1.4502C0.608259 1.44311 0.610379 1.43576 0.613281 1.42871C0.646059 1.34923 0.685118 1.27309 0.730469 1.20117C0.736768 1.19118 0.742465 1.18077 0.749023 1.1709C0.860008 1.00378 1.00378 0.860008 1.1709 0.749023C1.18077 0.742465 1.19118 0.736768 1.20117 0.730469C1.22866 0.713134 1.2565 0.696224 1.28516 0.680664L1.30273 0.671875C1.31164 0.667196 1.3211 0.663667 1.33008 0.65918C1.36245 0.642976 1.39506 0.62716 1.42871 0.613281C1.431 0.612337 1.43325 0.611284 1.43555 0.610352L1.55371 0.567383C1.55725 0.566281 1.5609 0.565529 1.56445 0.564453C1.58451 0.558385 1.60475 0.553061 1.625 0.547852C1.65273 0.540711 1.68065 0.533891 1.70898 0.52832C1.71061 0.528 1.71224 0.527659 1.71387 0.527344L1.84668 0.507812C1.848 0.507678 1.84926 0.506967 1.85059 0.506836C1.90023 0.501896 1.95015 0.5 2 0.5H5.35742Z"
|
|
47
47
|
fill="currentColor"
|
|
48
48
|
/>
|
|
49
49
|
</g>
|
|
50
50
|
<defs>
|
|
51
|
-
<clipPath id="undefined-
|
|
51
|
+
<clipPath id="undefined-clip0_70_3488">
|
|
52
52
|
<path fill="#fff" d="M0 0H24V24H0z" />
|
|
53
53
|
</clipPath>
|
|
54
54
|
</defs>
|
|
@@ -42,7 +42,7 @@ export const ZoomIn: IconComponent<ZoomInProps> = React.forwardRef<
|
|
|
42
42
|
ref={forwardedRef}
|
|
43
43
|
>
|
|
44
44
|
<path
|
|
45
|
-
d="M11 1.5C16.2467 1.5 20.5 5.75329 20.5 11C20.5 13.0816 19.8278 15.005 18.6924 16.5703L22.0615 19.9395C22.6468 20.5253 22.6471 21.4759 22.0615 22.0615C21.4759 22.6472 20.5253 22.6468 19.9395 22.0615L16.5703 18.6924C15.005 19.8278 13.0816 20.5 11 20.5C5.75329 20.5 1.5 16.2467 1.5 11C1.5 5.75329 5.75329 1.5 11 1.5ZM11
|
|
45
|
+
d="M11 1.5C16.2467 1.5 20.5 5.75329 20.5 11C20.5 13.0816 19.8278 15.005 18.6924 16.5703L22.0615 19.9395C22.6468 20.5253 22.6471 21.4759 22.0615 22.0615C21.4759 22.6472 20.5253 22.6468 19.9395 22.0615L16.5703 18.6924C15.005 19.8278 13.0816 20.5 11 20.5C5.75329 20.5 1.5 16.2467 1.5 11C1.5 5.75329 5.75329 1.5 11 1.5ZM11 6.5C10.1716 6.5 9.5 7.17157 9.5 8V9.5H8C7.17157 9.5 6.5 10.1716 6.5 11C6.5 11.8284 7.17157 12.5 8 12.5H9.5V14C9.5 14.8284 10.1716 15.5 11 15.5C11.8284 15.5 12.5 14.8284 12.5 14V12.5H14C14.8284 12.5 15.5 11.8284 15.5 11C15.5 10.1716 14.8284 9.5 14 9.5H12.5V8C12.5 7.17157 11.8284 6.5 11 6.5Z"
|
|
46
46
|
fill="currentColor"
|
|
47
47
|
/>
|
|
48
48
|
</svg>
|
|
@@ -42,7 +42,7 @@ export const ZoomOut: IconComponent<ZoomOutProps> = React.forwardRef<
|
|
|
42
42
|
ref={forwardedRef}
|
|
43
43
|
>
|
|
44
44
|
<path
|
|
45
|
-
d="M11 1.5C16.2467 1.5 20.5 5.75329 20.5 11C20.5 13.0816 19.8278 15.005 18.6924 16.5703L22.0615 19.9395C22.6468 20.5253 22.6471 21.4759 22.0615 22.0615C21.4759 22.6472 20.5253 22.6468 19.9395 22.0615L16.5703 18.6924C15.005 19.8278 13.0816 20.5 11 20.5C5.75329 20.5 1.5 16.2467 1.5 11C1.5 5.75329 5.75329 1.5 11 1.
|
|
45
|
+
d="M11 1.5C16.2467 1.5 20.5 5.75329 20.5 11C20.5 13.0816 19.8278 15.005 18.6924 16.5703L22.0615 19.9395C22.6468 20.5253 22.6471 21.4759 22.0615 22.0615C21.4759 22.6472 20.5253 22.6468 19.9395 22.0615L16.5703 18.6924C15.005 19.8278 13.0816 20.5 11 20.5C5.75329 20.5 1.5 16.2467 1.5 11C1.5 5.75329 5.75329 1.5 11 1.5ZM8 9.5C7.17157 9.5 6.5 10.1716 6.5 11C6.5 11.8284 7.17157 12.5 8 12.5H14C14.8284 12.5 15.5 11.8284 15.5 11C15.5 10.1716 14.8284 9.5 14 9.5H8Z"
|
|
46
46
|
fill="currentColor"
|
|
47
47
|
/>
|
|
48
48
|
</svg>
|
|
@@ -2,7 +2,6 @@ export { default as Moon } from "./Moon";
|
|
|
2
2
|
export { default as Sun } from "./Sun";
|
|
3
3
|
export { default as Accessibility } from "./Accessibility";
|
|
4
4
|
export { default as Baby } from "./Baby";
|
|
5
|
-
export { default as BadgeInfo } from "./BadgeInfo";
|
|
6
5
|
export { default as BadgeQuestionMark } from "./BadgeQuestionMark";
|
|
7
6
|
export { default as CircleQuestionMark } from "./CircleQuestionMark";
|
|
8
7
|
export { default as ClosedCaption } from "./ClosedCaption";
|