@aliimam/icons 0.0.9 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.d.ts +4 -0
- package/dist/cjs/index.js +4 -0
- package/dist/cjs/solid/accessibility/EarOff.js +1 -1
- package/dist/cjs/solid/accessibility/EyeClosed.js +1 -1
- package/dist/cjs/solid/accessibility/EyeOff.js +1 -1
- package/dist/cjs/solid/accessibility/Hand.js +1 -1
- package/dist/cjs/solid/accessibility/LifeBuoy.js +1 -1
- package/dist/cjs/solid/accessibility/Moon.js +1 -1
- package/dist/cjs/solid/accessibility/PersonStanding.js +1 -1
- package/dist/cjs/solid/accessibility/Sun.js +1 -1
- package/dist/cjs/solid/accessibility/Transgender.js +1 -1
- package/dist/cjs/solid/accessibility/ZoomIn.js +1 -1
- package/dist/cjs/solid/accessibility/ZoomOut.js +1 -1
- package/dist/cjs/solid/accessibility/index.d.ts +0 -1
- package/dist/cjs/solid/accessibility/index.js +1 -3
- package/dist/cjs/solid/accountsAccess/Activity.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/Activity.js +57 -0
- package/dist/cjs/solid/accountsAccess/AtSign.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/AtSign.js +57 -0
- package/dist/cjs/solid/accountsAccess/Award.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/Award.js +57 -0
- package/dist/cjs/solid/accountsAccess/Badge.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/Badge.js +57 -0
- package/dist/cjs/solid/accountsAccess/BadgeAlert.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/BadgeAlert.js +57 -0
- package/dist/cjs/solid/{accessibility → accountsAccess}/BadgeInfo.js +3 -3
- package/dist/cjs/solid/accountsAccess/Ban.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/Ban.js +57 -0
- package/dist/cjs/solid/accountsAccess/Bell.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/Bell.js +57 -0
- package/dist/cjs/solid/accountsAccess/BellDot.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/BellDot.js +57 -0
- package/dist/cjs/solid/accountsAccess/BookUser.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/BookUser.js +57 -0
- package/dist/cjs/solid/accountsAccess/Bookmark.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/Bookmark.js +57 -0
- package/dist/cjs/solid/accountsAccess/BookmarkCheck.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/BookmarkCheck.js +57 -0
- package/dist/cjs/solid/accountsAccess/BookmarkMinus.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/BookmarkMinus.js +57 -0
- package/dist/cjs/solid/accountsAccess/BookmarkPlus.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/BookmarkPlus.js +57 -0
- package/dist/cjs/solid/accountsAccess/BookmarkX.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/BookmarkX.js +57 -0
- package/dist/cjs/solid/accountsAccess/Building.d.ts +6 -0
- package/dist/cjs/solid/accountsAccess/Building.js +57 -0
- package/dist/cjs/solid/accountsAccess/index.d.ts +16 -0
- package/dist/cjs/solid/accountsAccess/index.js +38 -0
- package/dist/cjs/stroke/accountsAccess/index.d.ts +0 -15
- package/dist/cjs/stroke/accountsAccess/index.js +3 -33
- package/dist/cjs/stroke/animals/Bird.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/Award.js → animals/Bird.js} +10 -10
- package/dist/cjs/stroke/animals/Bone.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/Bell.js → animals/Bone.js} +10 -10
- package/dist/cjs/stroke/animals/Bug.d.ts +3 -0
- package/dist/cjs/stroke/animals/Bug.js +50 -0
- package/dist/cjs/stroke/animals/BugOff.d.ts +3 -0
- package/dist/cjs/stroke/animals/BugOff.js +50 -0
- package/dist/cjs/stroke/animals/BugPlay.d.ts +3 -0
- package/dist/cjs/stroke/animals/BugPlay.js +50 -0
- package/dist/cjs/stroke/animals/Cat.d.ts +3 -0
- package/dist/cjs/stroke/animals/Cat.js +50 -0
- package/dist/cjs/stroke/animals/Dog.d.ts +3 -0
- package/dist/cjs/stroke/animals/Dog.js +50 -0
- package/dist/cjs/stroke/animals/Egg.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/Ban.js → animals/Egg.js} +10 -10
- package/dist/cjs/stroke/animals/Fish.d.ts +3 -0
- package/dist/cjs/stroke/animals/Fish.js +50 -0
- package/dist/cjs/stroke/animals/FishOff.d.ts +3 -0
- package/dist/cjs/stroke/animals/FishOff.js +50 -0
- package/dist/cjs/stroke/animals/FishSymbol.d.ts +3 -0
- package/dist/cjs/stroke/animals/FishSymbol.js +50 -0
- package/dist/cjs/stroke/animals/Origami.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/BellDot.js → animals/Origami.js} +10 -10
- package/dist/cjs/stroke/animals/Panda.d.ts +3 -0
- package/dist/cjs/stroke/animals/Panda.js +50 -0
- package/dist/cjs/stroke/animals/PawPrint.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/Activity.js → animals/PawPrint.js} +10 -10
- package/dist/cjs/stroke/animals/Shrimp.d.ts +3 -0
- package/dist/cjs/stroke/animals/Shrimp.js +50 -0
- package/dist/cjs/stroke/animals/Snail.d.ts +3 -0
- package/dist/cjs/stroke/animals/Snail.js +50 -0
- package/dist/cjs/stroke/animals/Squirrel.d.ts +3 -0
- package/dist/cjs/stroke/animals/Squirrel.js +50 -0
- package/dist/cjs/stroke/animals/Turtle.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/AtSign.js → animals/Turtle.js} +10 -10
- package/dist/cjs/stroke/animals/Worm.d.ts +3 -0
- package/dist/cjs/stroke/animals/Worm.js +50 -0
- package/dist/cjs/stroke/animals/index.d.ts +19 -0
- package/dist/cjs/stroke/animals/index.js +44 -0
- package/dist/cjs/stroke/arrows/ArrowDownToLine.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowDownToLine.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowDownUp.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowDownUp.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowDownWideNarrow.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowDownWideNarrow.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowDownZA.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowDownZA.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowLeft.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/BookmarkX.js → arrows/ArrowLeft.js} +10 -10
- package/dist/cjs/stroke/arrows/ArrowLeftFromLine.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowLeftFromLine.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowLeftRight.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowLeftRight.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowLeftToLine.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowLeftToLine.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowRight.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowRight.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowRightFromLine.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowRightFromLine.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowRightLeft.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowRightLeft.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowRightToLine.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowRightToLine.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUp.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUp.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUp01.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUp01.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUp10.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUp10.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpAZ.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpAZ.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpDown.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpDown.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpFromDot.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpFromDot.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpFromLine.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpFromLine.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpLeft.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpLeft.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpNarrowWide.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpNarrowWide.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpRight.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpRight.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpToLine.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/BookmarkMinus.js → arrows/ArrowUpToLine.js} +10 -10
- package/dist/cjs/stroke/arrows/ArrowUpWideNarrow.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpWideNarrow.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowUpZA.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowUpZA.js +50 -0
- package/dist/cjs/stroke/arrows/ArrowsUpFromLine.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ArrowsUpFromLine.js +50 -0
- package/dist/cjs/stroke/arrows/CalendarSync.d.ts +3 -0
- package/dist/cjs/stroke/arrows/CalendarSync.js +50 -0
- package/dist/cjs/stroke/arrows/ChevronDown.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ChevronDown.js +50 -0
- package/dist/cjs/stroke/arrows/ChevronFirst.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/BookmarkPlus.js → arrows/ChevronFirst.js} +10 -10
- package/dist/cjs/stroke/arrows/ChevronLast.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ChevronLast.js +50 -0
- package/dist/cjs/stroke/arrows/ChevronLeft.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ChevronLeft.js +50 -0
- package/dist/cjs/stroke/arrows/ChevronRight.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ChevronRight.js +50 -0
- package/dist/cjs/stroke/arrows/ChevronUp.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ChevronUp.js +50 -0
- package/dist/cjs/stroke/arrows/ChevronsDown.d.ts +3 -0
- package/dist/cjs/stroke/arrows/ChevronsDown.js +50 -0
- package/dist/cjs/stroke/arrows/index.d.ts +34 -0
- package/dist/cjs/stroke/arrows/index.js +70 -1
- package/dist/cjs/stroke/charts/ChartArea.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartArea.js +50 -0
- package/dist/cjs/stroke/charts/ChartBar.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartBar.js +50 -0
- package/dist/cjs/stroke/charts/ChartBarBig.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartBarBig.js +50 -0
- package/dist/cjs/stroke/charts/ChartBarDecreasing.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartBarDecreasing.js +50 -0
- package/dist/cjs/stroke/charts/ChartBarIncreasing.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartBarIncreasing.js +50 -0
- package/dist/cjs/stroke/charts/ChartBarStacked.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartBarStacked.js +50 -0
- package/dist/cjs/stroke/charts/ChartCandlestick.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartCandlestick.js +50 -0
- package/dist/cjs/stroke/charts/ChartColumn.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartColumn.js +50 -0
- package/dist/cjs/stroke/charts/ChartColumnBig.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartColumnBig.js +50 -0
- package/dist/cjs/stroke/charts/ChartColumnDecreasing.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartColumnDecreasing.js +50 -0
- package/dist/cjs/stroke/charts/ChartColumnIncreasing.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartColumnIncreasing.js +50 -0
- package/dist/cjs/stroke/charts/ChartColumnStacked.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartColumnStacked.js +50 -0
- package/dist/cjs/stroke/charts/ChartGantt.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartGantt.js +50 -0
- package/dist/cjs/stroke/charts/ChartLine.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/BookmarkCheck.js → charts/ChartLine.js} +10 -10
- package/dist/cjs/stroke/charts/ChartNoAxesColumnIncreasing.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartNoAxesColumnIncreasing.js +50 -0
- package/dist/cjs/stroke/charts/ChartNoAxesCombined.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartNoAxesCombined.js +50 -0
- package/dist/cjs/stroke/charts/ChartNoAxesGantt.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartNoAxesGantt.js +50 -0
- package/dist/cjs/stroke/charts/ChartPie.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/BookUser.js → charts/ChartPie.js} +10 -10
- package/dist/cjs/stroke/charts/ChartScatter.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartScatter.js +50 -0
- package/dist/cjs/stroke/charts/ChartSpline.d.ts +3 -0
- package/dist/cjs/stroke/charts/ChartSpline.js +50 -0
- package/dist/cjs/stroke/charts/FolderKanban.d.ts +3 -0
- package/dist/cjs/stroke/charts/FolderKanban.js +50 -0
- package/dist/cjs/stroke/charts/Kanban.d.ts +3 -0
- package/dist/cjs/stroke/charts/Kanban.js +50 -0
- package/dist/cjs/stroke/charts/SquareChartGantt.d.ts +3 -0
- package/dist/cjs/stroke/charts/SquareChartGantt.js +50 -0
- package/dist/cjs/stroke/charts/SquareDashedKanban.d.ts +3 -0
- package/dist/cjs/stroke/charts/SquareDashedKanban.js +50 -0
- package/dist/cjs/stroke/charts/SquareKanban.d.ts +3 -0
- package/dist/cjs/stroke/charts/SquareKanban.js +50 -0
- package/dist/cjs/stroke/charts/TrendingDown.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/Building.js → charts/TrendingDown.js} +10 -10
- package/dist/cjs/stroke/charts/TrendingUp.d.ts +3 -0
- package/dist/cjs/stroke/charts/TrendingUp.js +50 -0
- package/dist/cjs/stroke/charts/TrendingUpDown.d.ts +3 -0
- package/dist/cjs/stroke/charts/TrendingUpDown.js +50 -0
- package/dist/cjs/stroke/charts/index.d.ts +28 -0
- package/dist/cjs/stroke/charts/index.js +62 -0
- package/dist/cjs/stroke/mathematics/Asterisk.d.ts +3 -0
- package/dist/cjs/stroke/{accountsAccess/Bookmark.js → mathematics/Asterisk.js} +10 -10
- package/dist/cjs/stroke/mathematics/Equal.d.ts +3 -0
- package/dist/cjs/stroke/mathematics/Equal.js +50 -0
- package/dist/cjs/stroke/mathematics/Plus.d.ts +3 -0
- package/dist/cjs/stroke/mathematics/Plus.js +50 -0
- package/dist/cjs/stroke/mathematics/X.d.ts +3 -0
- package/dist/cjs/stroke/mathematics/X.js +50 -0
- package/dist/cjs/stroke/mathematics/index.d.ts +4 -0
- package/dist/cjs/stroke/mathematics/index.js +14 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/solid/accessibility/EarOff.js +1 -1
- package/dist/solid/accessibility/EyeClosed.js +1 -1
- package/dist/solid/accessibility/EyeOff.js +1 -1
- package/dist/solid/accessibility/Hand.js +1 -1
- package/dist/solid/accessibility/LifeBuoy.js +1 -1
- package/dist/solid/accessibility/Moon.js +1 -1
- package/dist/solid/accessibility/PersonStanding.js +1 -1
- package/dist/solid/accessibility/Sun.js +1 -1
- package/dist/solid/accessibility/Transgender.js +1 -1
- package/dist/solid/accessibility/ZoomIn.js +1 -1
- package/dist/solid/accessibility/ZoomOut.js +1 -1
- package/dist/solid/accessibility/index.d.ts +0 -1
- package/dist/solid/accessibility/index.js +0 -1
- package/dist/solid/accountsAccess/Activity.d.ts +6 -0
- package/dist/solid/accountsAccess/Activity.js +21 -0
- package/dist/solid/accountsAccess/AtSign.d.ts +6 -0
- package/dist/solid/accountsAccess/AtSign.js +21 -0
- package/dist/solid/accountsAccess/Award.d.ts +6 -0
- package/dist/solid/accountsAccess/Award.js +21 -0
- package/dist/solid/accountsAccess/Badge.d.ts +6 -0
- package/dist/solid/accountsAccess/Badge.js +21 -0
- package/dist/solid/accountsAccess/BadgeAlert.d.ts +6 -0
- package/dist/solid/accountsAccess/BadgeAlert.js +21 -0
- package/dist/solid/{accessibility → accountsAccess}/BadgeInfo.js +3 -3
- package/dist/solid/accountsAccess/Ban.d.ts +6 -0
- package/dist/solid/accountsAccess/Ban.js +21 -0
- package/dist/solid/accountsAccess/Bell.d.ts +6 -0
- package/dist/solid/accountsAccess/Bell.js +21 -0
- package/dist/solid/accountsAccess/BellDot.d.ts +6 -0
- package/dist/solid/accountsAccess/BellDot.js +21 -0
- package/dist/solid/accountsAccess/BookUser.d.ts +6 -0
- package/dist/solid/accountsAccess/BookUser.js +21 -0
- package/dist/solid/accountsAccess/Bookmark.d.ts +6 -0
- package/dist/solid/accountsAccess/Bookmark.js +21 -0
- package/dist/solid/accountsAccess/BookmarkCheck.d.ts +6 -0
- package/dist/solid/accountsAccess/BookmarkCheck.js +21 -0
- package/dist/solid/accountsAccess/BookmarkMinus.d.ts +6 -0
- package/dist/solid/accountsAccess/BookmarkMinus.js +21 -0
- package/dist/solid/accountsAccess/BookmarkPlus.d.ts +6 -0
- package/dist/solid/accountsAccess/BookmarkPlus.js +21 -0
- package/dist/solid/accountsAccess/BookmarkX.d.ts +6 -0
- package/dist/solid/accountsAccess/BookmarkX.js +21 -0
- package/dist/solid/accountsAccess/Building.d.ts +6 -0
- package/dist/solid/accountsAccess/Building.js +21 -0
- package/dist/solid/accountsAccess/index.d.ts +16 -0
- package/dist/solid/accountsAccess/index.js +16 -0
- package/dist/stroke/accountsAccess/index.d.ts +0 -15
- package/dist/stroke/accountsAccess/index.js +0 -15
- package/dist/stroke/animals/Bird.d.ts +3 -0
- package/dist/stroke/animals/Bird.js +14 -0
- package/dist/stroke/animals/Bone.d.ts +3 -0
- package/dist/stroke/animals/Bone.js +14 -0
- package/dist/stroke/animals/Bug.d.ts +3 -0
- package/dist/stroke/animals/Bug.js +14 -0
- package/dist/stroke/animals/BugOff.d.ts +3 -0
- package/dist/stroke/animals/BugOff.js +14 -0
- package/dist/stroke/animals/BugPlay.d.ts +3 -0
- package/dist/stroke/animals/BugPlay.js +14 -0
- package/dist/stroke/animals/Cat.d.ts +3 -0
- package/dist/stroke/animals/Cat.js +14 -0
- package/dist/stroke/animals/Dog.d.ts +3 -0
- package/dist/stroke/animals/Dog.js +14 -0
- package/dist/stroke/animals/Egg.d.ts +3 -0
- package/dist/stroke/{accountsAccess/Ban.js → animals/Egg.js} +9 -9
- package/dist/stroke/animals/Fish.d.ts +3 -0
- package/dist/stroke/animals/Fish.js +14 -0
- package/dist/stroke/animals/FishOff.d.ts +3 -0
- package/dist/stroke/animals/FishOff.js +14 -0
- package/dist/stroke/animals/FishSymbol.d.ts +3 -0
- package/dist/stroke/animals/FishSymbol.js +14 -0
- package/dist/stroke/animals/Origami.d.ts +3 -0
- package/dist/stroke/animals/Origami.js +14 -0
- package/dist/stroke/animals/Panda.d.ts +3 -0
- package/dist/stroke/animals/Panda.js +14 -0
- package/dist/stroke/animals/PawPrint.d.ts +3 -0
- package/dist/stroke/animals/PawPrint.js +14 -0
- package/dist/stroke/animals/Shrimp.d.ts +3 -0
- package/dist/stroke/animals/Shrimp.js +14 -0
- package/dist/stroke/animals/Snail.d.ts +3 -0
- package/dist/stroke/animals/Snail.js +14 -0
- package/dist/stroke/animals/Squirrel.d.ts +3 -0
- package/dist/stroke/animals/Squirrel.js +14 -0
- package/dist/stroke/animals/Turtle.d.ts +3 -0
- package/dist/stroke/animals/Turtle.js +14 -0
- package/dist/stroke/animals/Worm.d.ts +3 -0
- package/dist/stroke/animals/Worm.js +14 -0
- package/dist/stroke/animals/index.d.ts +19 -0
- package/dist/stroke/animals/index.js +19 -0
- package/dist/stroke/arrows/ArrowDownToLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowDownToLine.js +14 -0
- package/dist/stroke/arrows/ArrowDownUp.d.ts +3 -0
- package/dist/stroke/arrows/ArrowDownUp.js +14 -0
- package/dist/stroke/arrows/ArrowDownWideNarrow.d.ts +3 -0
- package/dist/stroke/arrows/ArrowDownWideNarrow.js +14 -0
- package/dist/stroke/arrows/ArrowDownZA.d.ts +3 -0
- package/dist/stroke/arrows/ArrowDownZA.js +14 -0
- package/dist/stroke/arrows/ArrowLeft.d.ts +3 -0
- package/dist/stroke/arrows/ArrowLeft.js +14 -0
- package/dist/stroke/arrows/ArrowLeftFromLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowLeftFromLine.js +14 -0
- package/dist/stroke/arrows/ArrowLeftRight.d.ts +3 -0
- package/dist/stroke/arrows/ArrowLeftRight.js +14 -0
- package/dist/stroke/arrows/ArrowLeftToLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowLeftToLine.js +14 -0
- package/dist/stroke/arrows/ArrowRight.d.ts +3 -0
- package/dist/stroke/arrows/ArrowRight.js +14 -0
- package/dist/stroke/arrows/ArrowRightFromLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowRightFromLine.js +14 -0
- package/dist/stroke/arrows/ArrowRightLeft.d.ts +3 -0
- package/dist/stroke/arrows/ArrowRightLeft.js +14 -0
- package/dist/stroke/arrows/ArrowRightToLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowRightToLine.js +14 -0
- package/dist/stroke/arrows/ArrowUp.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUp.js +14 -0
- package/dist/stroke/arrows/ArrowUp01.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUp01.js +14 -0
- package/dist/stroke/arrows/ArrowUp10.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUp10.js +14 -0
- package/dist/stroke/arrows/ArrowUpAZ.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpAZ.js +14 -0
- package/dist/stroke/arrows/ArrowUpDown.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpDown.js +14 -0
- package/dist/stroke/arrows/ArrowUpFromDot.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpFromDot.js +14 -0
- package/dist/stroke/arrows/ArrowUpFromLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpFromLine.js +14 -0
- package/dist/stroke/arrows/ArrowUpLeft.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpLeft.js +14 -0
- package/dist/stroke/arrows/ArrowUpNarrowWide.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpNarrowWide.js +14 -0
- package/dist/stroke/arrows/ArrowUpRight.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpRight.js +14 -0
- package/dist/stroke/arrows/ArrowUpToLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpToLine.js +14 -0
- package/dist/stroke/arrows/ArrowUpWideNarrow.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpWideNarrow.js +14 -0
- package/dist/stroke/arrows/ArrowUpZA.d.ts +3 -0
- package/dist/stroke/arrows/ArrowUpZA.js +14 -0
- package/dist/stroke/arrows/ArrowsUpFromLine.d.ts +3 -0
- package/dist/stroke/arrows/ArrowsUpFromLine.js +14 -0
- package/dist/stroke/arrows/CalendarSync.d.ts +3 -0
- package/dist/stroke/arrows/CalendarSync.js +14 -0
- package/dist/stroke/arrows/ChevronDown.d.ts +3 -0
- package/dist/stroke/arrows/ChevronDown.js +14 -0
- package/dist/stroke/arrows/ChevronFirst.d.ts +3 -0
- package/dist/stroke/arrows/ChevronFirst.js +14 -0
- package/dist/stroke/arrows/ChevronLast.d.ts +3 -0
- package/dist/stroke/arrows/ChevronLast.js +14 -0
- package/dist/stroke/arrows/ChevronLeft.d.ts +3 -0
- package/dist/stroke/arrows/ChevronLeft.js +14 -0
- package/dist/stroke/arrows/ChevronRight.d.ts +3 -0
- package/dist/stroke/arrows/ChevronRight.js +14 -0
- package/dist/stroke/arrows/ChevronUp.d.ts +3 -0
- package/dist/stroke/arrows/ChevronUp.js +14 -0
- package/dist/stroke/arrows/ChevronsDown.d.ts +3 -0
- package/dist/stroke/arrows/ChevronsDown.js +14 -0
- package/dist/stroke/arrows/index.d.ts +34 -0
- package/dist/stroke/arrows/index.js +34 -0
- package/dist/stroke/charts/ChartArea.d.ts +3 -0
- package/dist/stroke/charts/ChartArea.js +14 -0
- package/dist/stroke/charts/ChartBar.d.ts +3 -0
- package/dist/stroke/charts/ChartBar.js +14 -0
- package/dist/stroke/charts/ChartBarBig.d.ts +3 -0
- package/dist/stroke/charts/ChartBarBig.js +14 -0
- package/dist/stroke/charts/ChartBarDecreasing.d.ts +3 -0
- package/dist/stroke/charts/ChartBarDecreasing.js +14 -0
- package/dist/stroke/charts/ChartBarIncreasing.d.ts +3 -0
- package/dist/stroke/charts/ChartBarIncreasing.js +14 -0
- package/dist/stroke/charts/ChartBarStacked.d.ts +3 -0
- package/dist/stroke/charts/ChartBarStacked.js +14 -0
- package/dist/stroke/charts/ChartCandlestick.d.ts +3 -0
- package/dist/stroke/charts/ChartCandlestick.js +14 -0
- package/dist/stroke/charts/ChartColumn.d.ts +3 -0
- package/dist/stroke/charts/ChartColumn.js +14 -0
- package/dist/stroke/charts/ChartColumnBig.d.ts +3 -0
- package/dist/stroke/charts/ChartColumnBig.js +14 -0
- package/dist/stroke/charts/ChartColumnDecreasing.d.ts +3 -0
- package/dist/stroke/charts/ChartColumnDecreasing.js +14 -0
- package/dist/stroke/charts/ChartColumnIncreasing.d.ts +3 -0
- package/dist/stroke/charts/ChartColumnIncreasing.js +14 -0
- package/dist/stroke/charts/ChartColumnStacked.d.ts +3 -0
- package/dist/stroke/charts/ChartColumnStacked.js +14 -0
- package/dist/stroke/charts/ChartGantt.d.ts +3 -0
- package/dist/stroke/charts/ChartGantt.js +14 -0
- package/dist/stroke/charts/ChartLine.d.ts +3 -0
- package/dist/stroke/charts/ChartLine.js +14 -0
- package/dist/stroke/charts/ChartNoAxesColumnIncreasing.d.ts +3 -0
- package/dist/stroke/charts/ChartNoAxesColumnIncreasing.js +14 -0
- package/dist/stroke/charts/ChartNoAxesCombined.d.ts +3 -0
- package/dist/stroke/charts/ChartNoAxesCombined.js +14 -0
- package/dist/stroke/charts/ChartNoAxesGantt.d.ts +3 -0
- package/dist/stroke/charts/ChartNoAxesGantt.js +14 -0
- package/dist/stroke/charts/ChartPie.d.ts +3 -0
- package/dist/stroke/charts/ChartPie.js +14 -0
- package/dist/stroke/charts/ChartScatter.d.ts +3 -0
- package/dist/stroke/charts/ChartScatter.js +14 -0
- package/dist/stroke/charts/ChartSpline.d.ts +3 -0
- package/dist/stroke/charts/ChartSpline.js +14 -0
- package/dist/stroke/charts/FolderKanban.d.ts +3 -0
- package/dist/stroke/charts/FolderKanban.js +14 -0
- package/dist/stroke/charts/Kanban.d.ts +3 -0
- package/dist/stroke/charts/Kanban.js +14 -0
- package/dist/stroke/charts/SquareChartGantt.d.ts +3 -0
- package/dist/stroke/charts/SquareChartGantt.js +14 -0
- package/dist/stroke/charts/SquareDashedKanban.d.ts +3 -0
- package/dist/stroke/charts/SquareDashedKanban.js +14 -0
- package/dist/stroke/charts/SquareKanban.d.ts +3 -0
- package/dist/stroke/charts/SquareKanban.js +14 -0
- package/dist/stroke/charts/TrendingDown.d.ts +3 -0
- package/dist/stroke/charts/TrendingDown.js +14 -0
- package/dist/stroke/charts/TrendingUp.d.ts +3 -0
- package/dist/stroke/charts/TrendingUp.js +14 -0
- package/dist/stroke/charts/TrendingUpDown.d.ts +3 -0
- package/dist/stroke/charts/TrendingUpDown.js +14 -0
- package/dist/stroke/charts/index.d.ts +28 -0
- package/dist/stroke/charts/index.js +28 -0
- package/dist/stroke/mathematics/Asterisk.d.ts +3 -0
- package/dist/stroke/{accountsAccess/Bookmark.js → mathematics/Asterisk.js} +9 -9
- package/dist/stroke/mathematics/Equal.d.ts +3 -0
- package/dist/stroke/mathematics/Equal.js +14 -0
- package/dist/stroke/mathematics/Plus.d.ts +3 -0
- package/dist/stroke/mathematics/Plus.js +14 -0
- package/dist/stroke/mathematics/X.d.ts +3 -0
- package/dist/stroke/mathematics/X.js +14 -0
- package/dist/stroke/mathematics/index.d.ts +4 -0
- package/dist/stroke/mathematics/index.js +4 -0
- package/icons/solid/accessibility/ear-off.svg +1 -1
- package/icons/solid/accessibility/eye-closed.svg +1 -1
- package/icons/solid/accessibility/eye-off.svg +1 -1
- package/icons/solid/accessibility/hand.svg +1 -1
- package/icons/solid/accessibility/life-buoy.svg +1 -1
- package/icons/solid/accessibility/moon.svg +1 -1
- package/icons/solid/accessibility/person-standing.svg +1 -1
- package/icons/solid/accessibility/sun.svg +1 -1
- package/icons/solid/accessibility/transgender.svg +1 -1
- package/icons/solid/accessibility/zoom-in.svg +1 -1
- package/icons/solid/accessibility/zoom-out.svg +1 -1
- package/icons/solid/accountsAccess/activity.svg +1 -0
- package/icons/solid/accountsAccess/at-sign.svg +1 -0
- package/icons/solid/accountsAccess/award.svg +1 -0
- package/icons/solid/accountsAccess/badge-alert.svg +1 -0
- package/icons/solid/accountsAccess/badge-info.svg +1 -0
- package/icons/solid/accountsAccess/badge.svg +1 -0
- package/icons/solid/accountsAccess/ban.svg +1 -0
- package/icons/solid/accountsAccess/bell-dot.svg +1 -0
- package/icons/solid/accountsAccess/bell.svg +1 -0
- package/icons/solid/accountsAccess/book-user.svg +1 -0
- package/icons/solid/accountsAccess/bookmark-check.svg +1 -0
- package/icons/solid/accountsAccess/bookmark-minus.svg +1 -0
- package/icons/solid/accountsAccess/bookmark-plus.svg +1 -0
- package/icons/solid/accountsAccess/bookmark-x.svg +1 -0
- package/icons/solid/accountsAccess/bookmark.svg +1 -0
- package/icons/solid/accountsAccess/building.svg +1 -0
- package/icons/stroke/animals/bird.svg +1 -0
- package/icons/stroke/animals/bone.svg +1 -0
- package/icons/stroke/animals/bug-off.svg +1 -0
- package/icons/stroke/animals/bug-play.svg +1 -0
- package/icons/stroke/animals/bug.svg +1 -0
- package/icons/stroke/animals/cat.svg +1 -0
- package/icons/stroke/animals/dog.svg +1 -0
- package/icons/stroke/animals/egg.svg +1 -0
- package/icons/stroke/animals/fish-off.svg +1 -0
- package/icons/stroke/animals/fish-symbol.svg +1 -0
- package/icons/stroke/animals/fish.svg +1 -0
- package/icons/stroke/animals/origami.svg +1 -0
- package/icons/stroke/animals/panda.svg +1 -0
- package/icons/stroke/animals/paw-print.svg +1 -0
- package/icons/stroke/animals/shrimp.svg +1 -0
- package/icons/stroke/animals/snail.svg +1 -0
- package/icons/stroke/animals/squirrel.svg +1 -0
- package/icons/stroke/animals/turtle.svg +1 -0
- package/icons/stroke/animals/worm.svg +1 -0
- package/icons/stroke/arrows/arrow-down-to-line.svg +1 -0
- package/icons/stroke/arrows/arrow-down-up.svg +1 -0
- package/icons/stroke/arrows/arrow-down-wide-narrow.svg +1 -0
- package/icons/stroke/arrows/arrow-down-z-a.svg +1 -0
- package/icons/stroke/arrows/arrow-left-from-line.svg +1 -0
- package/icons/stroke/arrows/arrow-left-right.svg +1 -0
- package/icons/stroke/arrows/arrow-left-to-line.svg +1 -0
- package/icons/stroke/arrows/arrow-left.svg +1 -1
- package/icons/stroke/arrows/arrow-right-from-line.svg +1 -0
- package/icons/stroke/arrows/arrow-right-left.svg +1 -0
- package/icons/stroke/arrows/arrow-right-to-line.svg +1 -0
- package/icons/stroke/arrows/arrow-right.svg +1 -1
- package/icons/stroke/arrows/arrow-up-01.svg +1 -0
- package/icons/stroke/arrows/arrow-up-10.svg +1 -0
- package/icons/stroke/arrows/arrow-up-a-z.svg +1 -0
- package/icons/stroke/arrows/arrow-up-down.svg +1 -0
- package/icons/stroke/arrows/arrow-up-from-dot.svg +1 -0
- package/icons/stroke/arrows/arrow-up-from-line.svg +1 -0
- package/icons/stroke/arrows/arrow-up-left.svg +1 -0
- package/icons/stroke/arrows/arrow-up-narrow-wide.svg +1 -0
- package/icons/stroke/arrows/arrow-up-right.svg +1 -0
- package/icons/stroke/arrows/arrow-up-to-line.svg +1 -0
- package/icons/stroke/arrows/arrow-up-wide-narrow.svg +1 -0
- package/icons/stroke/arrows/arrow-up-z-a.svg +1 -0
- package/icons/stroke/arrows/arrow-up.svg +1 -1
- package/icons/stroke/arrows/arrows-up-from-line.svg +1 -0
- package/icons/stroke/arrows/calendar-sync.svg +1 -0
- package/icons/stroke/arrows/chevron-down.svg +1 -0
- package/icons/stroke/arrows/chevron-first.svg +1 -0
- package/icons/stroke/arrows/chevron-last.svg +1 -0
- package/icons/stroke/arrows/chevron-left.svg +1 -0
- package/icons/stroke/arrows/chevron-right.svg +1 -0
- package/icons/stroke/arrows/chevron-up.svg +1 -0
- package/icons/stroke/arrows/chevrons-down.svg +1 -0
- package/icons/stroke/charts/chart-area.svg +1 -0
- package/icons/stroke/charts/chart-bar-big.svg +1 -0
- package/icons/stroke/charts/chart-bar-decreasing.svg +1 -0
- package/icons/stroke/charts/chart-bar-increasing.svg +1 -0
- package/icons/stroke/charts/chart-bar-stacked.svg +1 -0
- package/icons/stroke/charts/chart-bar.svg +1 -0
- package/icons/stroke/charts/chart-candlestick.svg +1 -0
- package/icons/stroke/charts/chart-column-big.svg +1 -0
- package/icons/stroke/charts/chart-column-decreasing.svg +1 -0
- package/icons/stroke/charts/chart-column-increasing.svg +1 -0
- package/icons/stroke/charts/chart-column-stacked.svg +1 -0
- package/icons/stroke/charts/chart-column.svg +1 -0
- package/icons/stroke/charts/chart-gantt.svg +1 -0
- package/icons/stroke/charts/chart-line.svg +1 -0
- package/icons/stroke/charts/chart-no-axes-column-increasing.svg +1 -0
- package/icons/stroke/charts/chart-no-axes-combined.svg +1 -0
- package/icons/stroke/charts/chart-no-axes-gantt.svg +1 -0
- package/icons/stroke/charts/chart-pie.svg +1 -0
- package/icons/stroke/charts/chart-scatter.svg +1 -0
- package/icons/stroke/charts/chart-spline.svg +1 -0
- package/icons/stroke/charts/folder-kanban.svg +1 -0
- package/icons/stroke/charts/kanban.svg +1 -0
- package/icons/stroke/charts/square-chart-gantt.svg +1 -0
- package/icons/stroke/charts/square-dashed-kanban.svg +1 -0
- package/icons/stroke/charts/square-kanban.svg +1 -0
- package/icons/stroke/charts/trending-down.svg +1 -0
- package/icons/stroke/charts/trending-up-down.svg +1 -0
- package/icons/stroke/charts/trending-up.svg +1 -0
- package/icons/stroke/mathematics/asterisk.svg +1 -0
- package/icons/stroke/mathematics/equal.svg +1 -0
- package/icons/stroke/mathematics/plus.svg +1 -0
- package/icons/stroke/mathematics/x.svg +1 -0
- package/package.json +1 -1
- package/src/index.tsx +4 -0
- package/src/solid/accessibility/EarOff.tsx +2 -2
- package/src/solid/accessibility/EyeClosed.tsx +1 -1
- package/src/solid/accessibility/EyeOff.tsx +2 -2
- package/src/solid/accessibility/Hand.tsx +3 -3
- package/src/solid/accessibility/LifeBuoy.tsx +2 -2
- package/src/solid/accessibility/Moon.tsx +1 -1
- package/src/solid/accessibility/PersonStanding.tsx +1 -1
- package/src/solid/accessibility/Sun.tsx +2 -2
- package/src/solid/accessibility/Transgender.tsx +2 -2
- package/src/solid/accessibility/ZoomIn.tsx +1 -1
- package/src/solid/accessibility/ZoomOut.tsx +1 -1
- package/src/solid/accessibility/index.ts +0 -1
- package/src/solid/accountsAccess/Activity.tsx +100 -0
- package/src/solid/accountsAccess/AtSign.tsx +106 -0
- package/src/solid/accountsAccess/Award.tsx +99 -0
- package/src/solid/accountsAccess/Badge.tsx +93 -0
- package/src/solid/accountsAccess/BadgeAlert.tsx +93 -0
- package/src/solid/{accessibility → accountsAccess}/BadgeInfo.tsx +4 -3
- package/src/solid/accountsAccess/Ban.tsx +93 -0
- package/src/solid/accountsAccess/Bell.tsx +93 -0
- package/src/solid/accountsAccess/BellDot.tsx +103 -0
- package/src/solid/accountsAccess/BookUser.tsx +105 -0
- package/src/solid/accountsAccess/Bookmark.tsx +93 -0
- package/src/solid/accountsAccess/BookmarkCheck.tsx +97 -0
- package/src/solid/accountsAccess/BookmarkMinus.tsx +91 -0
- package/src/solid/accountsAccess/BookmarkPlus.tsx +93 -0
- package/src/solid/accountsAccess/BookmarkX.tsx +93 -0
- package/src/solid/accountsAccess/Building.tsx +99 -0
- package/src/solid/accountsAccess/index.ts +16 -0
- package/src/stroke/accountsAccess/index.ts +0 -15
- package/src/stroke/{accountsAccess/Award.tsx → animals/Bird.tsx} +11 -11
- package/src/stroke/animals/Bone.tsx +57 -0
- package/src/stroke/animals/Bug.tsx +63 -0
- package/src/stroke/animals/BugOff.tsx +75 -0
- package/src/stroke/animals/BugPlay.tsx +64 -0
- package/src/stroke/animals/Cat.tsx +63 -0
- package/src/stroke/animals/Dog.tsx +69 -0
- package/src/stroke/animals/Egg.tsx +57 -0
- package/src/stroke/animals/Fish.tsx +69 -0
- package/src/stroke/animals/FishOff.tsx +70 -0
- package/src/stroke/{accountsAccess/BookmarkPlus.tsx → animals/FishSymbol.tsx} +10 -10
- package/src/stroke/animals/Origami.tsx +64 -0
- package/src/stroke/animals/Panda.tsx +69 -0
- package/src/stroke/animals/PawPrint.tsx +58 -0
- package/src/stroke/animals/Shrimp.tsx +63 -0
- package/src/stroke/animals/Snail.tsx +69 -0
- package/src/stroke/animals/Squirrel.tsx +70 -0
- package/src/stroke/{accountsAccess/AtSign.tsx → animals/Turtle.tsx} +11 -11
- package/src/stroke/animals/Worm.tsx +57 -0
- package/src/stroke/animals/index.ts +19 -0
- package/src/stroke/arrows/ArrowDownToLine.tsx +58 -0
- package/src/stroke/arrows/ArrowDownUp.tsx +58 -0
- package/src/stroke/arrows/ArrowDownWideNarrow.tsx +58 -0
- package/src/stroke/arrows/ArrowDownZA.tsx +58 -0
- package/src/stroke/arrows/ArrowLeft.tsx +58 -0
- package/src/stroke/{accountsAccess/BookmarkX.tsx → arrows/ArrowLeftFromLine.tsx} +10 -10
- package/src/stroke/arrows/ArrowLeftRight.tsx +58 -0
- package/src/stroke/arrows/ArrowLeftToLine.tsx +58 -0
- package/src/stroke/arrows/ArrowRight.tsx +58 -0
- package/src/stroke/arrows/ArrowRightFromLine.tsx +58 -0
- package/src/stroke/arrows/ArrowRightLeft.tsx +58 -0
- package/src/stroke/{accountsAccess/Bookmark.tsx → arrows/ArrowRightToLine.tsx} +10 -10
- package/src/stroke/arrows/ArrowUp.tsx +58 -0
- package/src/stroke/arrows/ArrowUp01.tsx +58 -0
- package/src/stroke/arrows/ArrowUp10.tsx +58 -0
- package/src/stroke/arrows/ArrowUpAZ.tsx +58 -0
- package/src/stroke/arrows/ArrowUpDown.tsx +58 -0
- package/src/stroke/arrows/ArrowUpFromDot.tsx +58 -0
- package/src/stroke/arrows/ArrowUpFromLine.tsx +58 -0
- package/src/stroke/arrows/ArrowUpLeft.tsx +58 -0
- package/src/stroke/arrows/ArrowUpNarrowWide.tsx +58 -0
- package/src/stroke/arrows/ArrowUpRight.tsx +58 -0
- package/src/stroke/arrows/ArrowUpToLine.tsx +58 -0
- package/src/stroke/arrows/ArrowUpWideNarrow.tsx +58 -0
- package/src/stroke/arrows/ArrowUpZA.tsx +58 -0
- package/src/stroke/arrows/ArrowsUpFromLine.tsx +58 -0
- package/src/stroke/{accountsAccess/BookUser.tsx → arrows/CalendarSync.tsx} +12 -12
- package/src/stroke/arrows/ChevronDown.tsx +58 -0
- package/src/stroke/arrows/ChevronFirst.tsx +58 -0
- package/src/stroke/arrows/ChevronLast.tsx +58 -0
- package/src/stroke/arrows/ChevronLeft.tsx +58 -0
- package/src/stroke/arrows/ChevronRight.tsx +58 -0
- package/src/stroke/arrows/ChevronUp.tsx +58 -0
- package/src/stroke/arrows/ChevronsDown.tsx +58 -0
- package/src/stroke/arrows/index.ts +35 -1
- package/src/stroke/charts/ChartArea.tsx +64 -0
- package/src/stroke/charts/ChartBar.tsx +58 -0
- package/src/stroke/{accountsAccess/Building.tsx → charts/ChartBarBig.tsx} +11 -11
- package/src/stroke/charts/ChartBarDecreasing.tsx +58 -0
- package/src/stroke/charts/ChartBarIncreasing.tsx +58 -0
- package/src/stroke/charts/ChartBarStacked.tsx +64 -0
- package/src/stroke/charts/ChartCandlestick.tsx +64 -0
- package/src/stroke/charts/ChartColumn.tsx +58 -0
- package/src/stroke/charts/ChartColumnBig.tsx +64 -0
- package/src/stroke/{accountsAccess/BookmarkMinus.tsx → charts/ChartColumnDecreasing.tsx} +10 -10
- package/src/stroke/charts/ChartColumnIncreasing.tsx +58 -0
- package/src/stroke/charts/ChartColumnStacked.tsx +64 -0
- package/src/stroke/charts/ChartGantt.tsx +58 -0
- package/src/stroke/{accountsAccess/BookmarkCheck.tsx → charts/ChartLine.tsx} +11 -11
- package/src/stroke/charts/ChartNoAxesColumnIncreasing.tsx +58 -0
- package/src/stroke/charts/ChartNoAxesCombined.tsx +58 -0
- package/src/stroke/charts/ChartNoAxesGantt.tsx +58 -0
- package/src/stroke/charts/ChartPie.tsx +64 -0
- package/src/stroke/charts/ChartScatter.tsx +65 -0
- package/src/stroke/charts/ChartSpline.tsx +64 -0
- package/src/stroke/charts/FolderKanban.tsx +58 -0
- package/src/stroke/{accountsAccess/Ban.tsx → charts/Kanban.tsx} +10 -10
- package/src/stroke/charts/SquareChartGantt.tsx +58 -0
- package/src/stroke/charts/SquareDashedKanban.tsx +58 -0
- package/src/stroke/charts/SquareKanban.tsx +58 -0
- package/src/stroke/charts/TrendingDown.tsx +64 -0
- package/src/stroke/charts/TrendingUp.tsx +64 -0
- package/src/stroke/charts/TrendingUpDown.tsx +64 -0
- package/src/stroke/charts/index.ts +28 -0
- package/src/stroke/mathematics/Asterisk.tsx +58 -0
- package/src/stroke/mathematics/Equal.tsx +57 -0
- package/src/stroke/{accountsAccess/Bell.tsx → mathematics/Plus.tsx} +10 -10
- package/src/stroke/mathematics/X.tsx +57 -0
- package/src/stroke/mathematics/index.ts +4 -0
- package/dist/cjs/stroke/accountsAccess/Activity.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/AtSign.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/Award.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/Badge.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/Badge.js +0 -50
- package/dist/cjs/stroke/accountsAccess/BadgeAlert.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/BadgeAlert.js +0 -50
- package/dist/cjs/stroke/accountsAccess/Ban.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/Bell.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/BellDot.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/BookUser.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/Bookmark.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/BookmarkCheck.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/BookmarkMinus.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/BookmarkPlus.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/BookmarkX.d.ts +0 -3
- package/dist/cjs/stroke/accountsAccess/Building.d.ts +0 -3
- package/dist/stroke/accountsAccess/Activity.d.ts +0 -3
- package/dist/stroke/accountsAccess/Activity.js +0 -14
- package/dist/stroke/accountsAccess/AtSign.d.ts +0 -3
- package/dist/stroke/accountsAccess/AtSign.js +0 -14
- package/dist/stroke/accountsAccess/Award.d.ts +0 -3
- package/dist/stroke/accountsAccess/Award.js +0 -14
- package/dist/stroke/accountsAccess/Badge.d.ts +0 -3
- package/dist/stroke/accountsAccess/Badge.js +0 -14
- package/dist/stroke/accountsAccess/BadgeAlert.d.ts +0 -3
- package/dist/stroke/accountsAccess/BadgeAlert.js +0 -14
- package/dist/stroke/accountsAccess/Ban.d.ts +0 -3
- package/dist/stroke/accountsAccess/Bell.d.ts +0 -3
- package/dist/stroke/accountsAccess/Bell.js +0 -14
- package/dist/stroke/accountsAccess/BellDot.d.ts +0 -3
- package/dist/stroke/accountsAccess/BellDot.js +0 -14
- package/dist/stroke/accountsAccess/BookUser.d.ts +0 -3
- package/dist/stroke/accountsAccess/BookUser.js +0 -14
- package/dist/stroke/accountsAccess/Bookmark.d.ts +0 -3
- package/dist/stroke/accountsAccess/BookmarkCheck.d.ts +0 -3
- package/dist/stroke/accountsAccess/BookmarkCheck.js +0 -14
- package/dist/stroke/accountsAccess/BookmarkMinus.d.ts +0 -3
- package/dist/stroke/accountsAccess/BookmarkMinus.js +0 -14
- package/dist/stroke/accountsAccess/BookmarkPlus.d.ts +0 -3
- package/dist/stroke/accountsAccess/BookmarkPlus.js +0 -14
- package/dist/stroke/accountsAccess/BookmarkX.d.ts +0 -3
- package/dist/stroke/accountsAccess/BookmarkX.js +0 -14
- package/dist/stroke/accountsAccess/Building.d.ts +0 -3
- package/dist/stroke/accountsAccess/Building.js +0 -14
- package/src/stroke/accountsAccess/Activity.tsx +0 -58
- package/src/stroke/accountsAccess/Badge.tsx +0 -57
- package/src/stroke/accountsAccess/BadgeAlert.tsx +0 -58
- package/src/stroke/accountsAccess/BellDot.tsx +0 -64
- /package/dist/cjs/solid/{accessibility → accountsAccess}/BadgeInfo.d.ts +0 -0
- /package/dist/solid/{accessibility → accountsAccess}/BadgeInfo.d.ts +0 -0
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
interface BookmarkPlusProps extends IconProps {
|
|
5
|
+
type?: "solid" | "stroke";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const BookmarkPlus: IconComponent<BookmarkPlusProps> = React.forwardRef<
|
|
9
|
+
SVGSVGElement,
|
|
10
|
+
BookmarkPlusProps
|
|
11
|
+
>(function BookmarkPlus(
|
|
12
|
+
{
|
|
13
|
+
color = "currentColor",
|
|
14
|
+
fill,
|
|
15
|
+
size = 24,
|
|
16
|
+
strokeWidth,
|
|
17
|
+
strokeLinecap,
|
|
18
|
+
strokeLinejoin,
|
|
19
|
+
strokeDasharray,
|
|
20
|
+
opacity,
|
|
21
|
+
className,
|
|
22
|
+
type = "stroke",
|
|
23
|
+
...props
|
|
24
|
+
},
|
|
25
|
+
forwardedRef,
|
|
26
|
+
) {
|
|
27
|
+
if (type === "solid") {
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
width={size}
|
|
31
|
+
height={size}
|
|
32
|
+
viewBox="0 0 24 24"
|
|
33
|
+
fill="none"
|
|
34
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
35
|
+
className={className}
|
|
36
|
+
strokeWidth={strokeWidth}
|
|
37
|
+
strokeLinecap={strokeLinecap}
|
|
38
|
+
strokeLinejoin={strokeLinejoin}
|
|
39
|
+
strokeDasharray={strokeDasharray}
|
|
40
|
+
opacity={opacity}
|
|
41
|
+
{...props}
|
|
42
|
+
ref={forwardedRef}
|
|
43
|
+
>
|
|
44
|
+
<path
|
|
45
|
+
d="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"
|
|
46
|
+
fill="currentColor"
|
|
47
|
+
/>
|
|
48
|
+
</svg>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
if (type === "stroke") {
|
|
53
|
+
return (
|
|
54
|
+
<svg
|
|
55
|
+
width={size}
|
|
56
|
+
height={size}
|
|
57
|
+
viewBox="0 0 24 24"
|
|
58
|
+
fill="none"
|
|
59
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
60
|
+
className={className}
|
|
61
|
+
strokeWidth={strokeWidth}
|
|
62
|
+
strokeLinecap={strokeLinecap}
|
|
63
|
+
strokeLinejoin={strokeLinejoin}
|
|
64
|
+
strokeDasharray={strokeDasharray}
|
|
65
|
+
opacity={opacity}
|
|
66
|
+
{...props}
|
|
67
|
+
ref={forwardedRef}
|
|
68
|
+
>
|
|
69
|
+
<path
|
|
70
|
+
d="M19 21 12 17 5 21V5C5 4.47 5.211 3.961 5.586 3.586 5.961 3.211 6.47 3 7 3H17C17.53 3 18.039 3.211 18.414 3.586 18.789 3.961 19 4.47 19 5V21ZM12 7V13M15 10H9"
|
|
71
|
+
stroke={color}
|
|
72
|
+
strokeLinecap="round"
|
|
73
|
+
strokeLinejoin="round"
|
|
74
|
+
/>
|
|
75
|
+
</svg>
|
|
76
|
+
);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
console.error(`BookmarkPlus doesn't support ${type}`);
|
|
80
|
+
return null;
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
BookmarkPlus.displayName = "BookmarkPlus";
|
|
84
|
+
|
|
85
|
+
BookmarkPlus.metadata = {
|
|
86
|
+
name: "BookmarkPlus",
|
|
87
|
+
category: "solid/accountsAccess",
|
|
88
|
+
tags: ["bookmark", "plus", "icon"],
|
|
89
|
+
description: "BookmarkPlus icon from solid/accountsAccess category",
|
|
90
|
+
type: ["stroke", "icon"],
|
|
91
|
+
} as IconMetadata;
|
|
92
|
+
|
|
93
|
+
export default BookmarkPlus;
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
interface BookmarkXProps extends IconProps {
|
|
5
|
+
type?: "solid" | "stroke";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const BookmarkX: IconComponent<BookmarkXProps> = React.forwardRef<
|
|
9
|
+
SVGSVGElement,
|
|
10
|
+
BookmarkXProps
|
|
11
|
+
>(function BookmarkX(
|
|
12
|
+
{
|
|
13
|
+
color = "currentColor",
|
|
14
|
+
fill,
|
|
15
|
+
size = 24,
|
|
16
|
+
strokeWidth,
|
|
17
|
+
strokeLinecap,
|
|
18
|
+
strokeLinejoin,
|
|
19
|
+
strokeDasharray,
|
|
20
|
+
opacity,
|
|
21
|
+
className,
|
|
22
|
+
type = "stroke",
|
|
23
|
+
...props
|
|
24
|
+
},
|
|
25
|
+
forwardedRef,
|
|
26
|
+
) {
|
|
27
|
+
if (type === "solid") {
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
width={size}
|
|
31
|
+
height={size}
|
|
32
|
+
viewBox="0 0 24 24"
|
|
33
|
+
fill="none"
|
|
34
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
35
|
+
className={className}
|
|
36
|
+
strokeWidth={strokeWidth}
|
|
37
|
+
strokeLinecap={strokeLinecap}
|
|
38
|
+
strokeLinejoin={strokeLinejoin}
|
|
39
|
+
strokeDasharray={strokeDasharray}
|
|
40
|
+
opacity={opacity}
|
|
41
|
+
{...props}
|
|
42
|
+
ref={forwardedRef}
|
|
43
|
+
>
|
|
44
|
+
<path
|
|
45
|
+
d="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"
|
|
46
|
+
fill="currentColor"
|
|
47
|
+
/>
|
|
48
|
+
</svg>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
if (type === "stroke") {
|
|
53
|
+
return (
|
|
54
|
+
<svg
|
|
55
|
+
width={size}
|
|
56
|
+
height={size}
|
|
57
|
+
viewBox="0 0 24 24"
|
|
58
|
+
fill="none"
|
|
59
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
60
|
+
className={className}
|
|
61
|
+
strokeWidth={strokeWidth}
|
|
62
|
+
strokeLinecap={strokeLinecap}
|
|
63
|
+
strokeLinejoin={strokeLinejoin}
|
|
64
|
+
strokeDasharray={strokeDasharray}
|
|
65
|
+
opacity={opacity}
|
|
66
|
+
{...props}
|
|
67
|
+
ref={forwardedRef}
|
|
68
|
+
>
|
|
69
|
+
<path
|
|
70
|
+
d="M19 21 12 17 5 21V5C5 4.47 5.211 3.961 5.586 3.586 5.961 3.211 6.47 3 7 3H17C17.53 3 18.039 3.211 18.414 3.586 18.789 3.961 19 4.47 19 5V21ZM14.5 7.5 9.5 12.5M9.5 7.5 14.5 12.5"
|
|
71
|
+
stroke={color}
|
|
72
|
+
strokeLinecap="round"
|
|
73
|
+
strokeLinejoin="round"
|
|
74
|
+
/>
|
|
75
|
+
</svg>
|
|
76
|
+
);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
console.error(`BookmarkX doesn't support ${type}`);
|
|
80
|
+
return null;
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
BookmarkX.displayName = "BookmarkX";
|
|
84
|
+
|
|
85
|
+
BookmarkX.metadata = {
|
|
86
|
+
name: "BookmarkX",
|
|
87
|
+
category: "solid/accountsAccess",
|
|
88
|
+
tags: ["bookmark", "icon"],
|
|
89
|
+
description: "BookmarkX icon from solid/accountsAccess category",
|
|
90
|
+
type: ["stroke", "icon"],
|
|
91
|
+
} as IconMetadata;
|
|
92
|
+
|
|
93
|
+
export default BookmarkX;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
interface BuildingProps extends IconProps {
|
|
5
|
+
type?: "solid" | "stroke";
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export const Building: IconComponent<BuildingProps> = React.forwardRef<
|
|
9
|
+
SVGSVGElement,
|
|
10
|
+
BuildingProps
|
|
11
|
+
>(function Building(
|
|
12
|
+
{
|
|
13
|
+
color = "currentColor",
|
|
14
|
+
fill,
|
|
15
|
+
size = 24,
|
|
16
|
+
strokeWidth,
|
|
17
|
+
strokeLinecap,
|
|
18
|
+
strokeLinejoin,
|
|
19
|
+
strokeDasharray,
|
|
20
|
+
opacity,
|
|
21
|
+
className,
|
|
22
|
+
type = "stroke",
|
|
23
|
+
...props
|
|
24
|
+
},
|
|
25
|
+
forwardedRef,
|
|
26
|
+
) {
|
|
27
|
+
if (type === "solid") {
|
|
28
|
+
return (
|
|
29
|
+
<svg
|
|
30
|
+
width={size}
|
|
31
|
+
height={size}
|
|
32
|
+
viewBox="0 0 24 24"
|
|
33
|
+
fill="none"
|
|
34
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
35
|
+
className={className}
|
|
36
|
+
strokeWidth={strokeWidth}
|
|
37
|
+
strokeLinecap={strokeLinecap}
|
|
38
|
+
strokeLinejoin={strokeLinejoin}
|
|
39
|
+
strokeDasharray={strokeDasharray}
|
|
40
|
+
opacity={opacity}
|
|
41
|
+
{...props}
|
|
42
|
+
ref={forwardedRef}
|
|
43
|
+
>
|
|
44
|
+
<path
|
|
45
|
+
d="M18 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"
|
|
46
|
+
fill="currentColor"
|
|
47
|
+
/>
|
|
48
|
+
</svg>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
if (type === "stroke") {
|
|
53
|
+
return (
|
|
54
|
+
<svg
|
|
55
|
+
width={size}
|
|
56
|
+
height={size}
|
|
57
|
+
viewBox="0 0 24 24"
|
|
58
|
+
fill="none"
|
|
59
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
60
|
+
className={className}
|
|
61
|
+
strokeWidth={strokeWidth}
|
|
62
|
+
strokeLinecap={strokeLinecap}
|
|
63
|
+
strokeLinejoin={strokeLinejoin}
|
|
64
|
+
strokeDasharray={strokeDasharray}
|
|
65
|
+
opacity={opacity}
|
|
66
|
+
{...props}
|
|
67
|
+
ref={forwardedRef}
|
|
68
|
+
>
|
|
69
|
+
<path
|
|
70
|
+
d="M12 10H12.01M12 14H12.01M12 6H12.01M16 10H16.01M16 14H16.01M16 6H16.01M8 10H8.01M8 14H8.01M8 6H8.01M9 22V19C9 18.735 9.105 18.48 9.293 18.293 9.48 18.105 9.735 18 10 18H14C14.265 18 14.52 18.105 14.707 18.293 14.895 18.48 15 18.735 15 19V22"
|
|
71
|
+
stroke={color}
|
|
72
|
+
strokeLinecap="round"
|
|
73
|
+
strokeLinejoin="round"
|
|
74
|
+
/>
|
|
75
|
+
<path
|
|
76
|
+
d="M18 2H6C4.89543 2 4 2.89543 4 4V20C4 21.1046 4.89543 22 6 22H18C19.1046 22 20 21.1046 20 20V4C20 2.89543 19.1046 2 18 2Z"
|
|
77
|
+
stroke={color}
|
|
78
|
+
strokeLinecap="round"
|
|
79
|
+
strokeLinejoin="round"
|
|
80
|
+
/>
|
|
81
|
+
</svg>
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
console.error(`Building doesn't support ${type}`);
|
|
86
|
+
return null;
|
|
87
|
+
});
|
|
88
|
+
|
|
89
|
+
Building.displayName = "Building";
|
|
90
|
+
|
|
91
|
+
Building.metadata = {
|
|
92
|
+
name: "Building",
|
|
93
|
+
category: "solid/accountsAccess",
|
|
94
|
+
tags: ["building", "icon"],
|
|
95
|
+
description: "Building icon from solid/accountsAccess category",
|
|
96
|
+
type: ["stroke", "icon"],
|
|
97
|
+
} as IconMetadata;
|
|
98
|
+
|
|
99
|
+
export default Building;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export { default as Activity } from "./Activity";
|
|
2
|
+
export { default as AtSign } from "./AtSign";
|
|
3
|
+
export { default as Award } from "./Award";
|
|
4
|
+
export { default as Badge } from "./Badge";
|
|
5
|
+
export { default as BadgeAlert } from "./BadgeAlert";
|
|
6
|
+
export { default as BadgeInfo } from "./BadgeInfo";
|
|
7
|
+
export { default as Ban } from "./Ban";
|
|
8
|
+
export { default as Bell } from "./Bell";
|
|
9
|
+
export { default as BellDot } from "./BellDot";
|
|
10
|
+
export { default as BookUser } from "./BookUser";
|
|
11
|
+
export { default as Bookmark } from "./Bookmark";
|
|
12
|
+
export { default as BookmarkCheck } from "./BookmarkCheck";
|
|
13
|
+
export { default as BookmarkMinus } from "./BookmarkMinus";
|
|
14
|
+
export { default as BookmarkPlus } from "./BookmarkPlus";
|
|
15
|
+
export { default as BookmarkX } from "./BookmarkX";
|
|
16
|
+
export { default as Building } from "./Building";
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
export { default as Activity } from "./Activity";
|
|
2
|
-
export { default as AtSign } from "./AtSign";
|
|
3
|
-
export { default as Award } from "./Award";
|
|
4
|
-
export { default as Badge } from "./Badge";
|
|
5
|
-
export { default as BadgeAlert } from "./BadgeAlert";
|
|
6
|
-
export { default as Ban } from "./Ban";
|
|
7
|
-
export { default as Bell } from "./Bell";
|
|
8
|
-
export { default as BellDot } from "./BellDot";
|
|
9
|
-
export { default as BookUser } from "./BookUser";
|
|
10
|
-
export { default as Bookmark } from "./Bookmark";
|
|
11
|
-
export { default as BookmarkCheck } from "./BookmarkCheck";
|
|
12
|
-
export { default as BookmarkMinus } from "./BookmarkMinus";
|
|
13
|
-
export { default as BookmarkPlus } from "./BookmarkPlus";
|
|
14
|
-
export { default as BookmarkX } from "./BookmarkX";
|
|
15
|
-
export { default as Building } from "./Building";
|
|
16
1
|
export { default as Building2 } from "./Building2";
|
|
17
2
|
export { default as Cake } from "./Cake";
|
|
18
3
|
export { default as CircleUser } from "./CircleUser";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
3
|
|
|
4
|
-
export const
|
|
5
|
-
function
|
|
4
|
+
export const Bird: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
function Bird(
|
|
6
6
|
{
|
|
7
7
|
color = "currentColor",
|
|
8
8
|
fill,
|
|
@@ -34,13 +34,13 @@ export const Award: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
|
|
|
34
34
|
ref={forwardedRef}
|
|
35
35
|
>
|
|
36
36
|
<path
|
|
37
|
-
d="
|
|
37
|
+
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"
|
|
38
38
|
stroke={color}
|
|
39
39
|
strokeLinecap="round"
|
|
40
40
|
strokeLinejoin="round"
|
|
41
41
|
/>
|
|
42
42
|
<path
|
|
43
|
-
d="
|
|
43
|
+
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"
|
|
44
44
|
stroke={color}
|
|
45
45
|
strokeLinecap="round"
|
|
46
46
|
strokeLinejoin="round"
|
|
@@ -50,14 +50,14 @@ export const Award: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
|
|
|
50
50
|
},
|
|
51
51
|
);
|
|
52
52
|
|
|
53
|
-
|
|
53
|
+
Bird.displayName = "Bird";
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
name: "
|
|
57
|
-
category: "stroke/
|
|
58
|
-
tags: ["
|
|
59
|
-
description: "
|
|
55
|
+
Bird.metadata = {
|
|
56
|
+
name: "Bird",
|
|
57
|
+
category: "stroke/animals",
|
|
58
|
+
tags: ["bird", "icon"],
|
|
59
|
+
description: "Bird icon from stroke/animals category",
|
|
60
60
|
type: ["stroke", "icon"],
|
|
61
61
|
} as IconMetadata;
|
|
62
62
|
|
|
63
|
-
export default
|
|
63
|
+
export default Bird;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const Bone: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
function Bone(
|
|
6
|
+
{
|
|
7
|
+
color = "currentColor",
|
|
8
|
+
fill,
|
|
9
|
+
size = 24,
|
|
10
|
+
strokeWidth,
|
|
11
|
+
strokeLinecap,
|
|
12
|
+
strokeLinejoin,
|
|
13
|
+
strokeDasharray,
|
|
14
|
+
opacity,
|
|
15
|
+
className,
|
|
16
|
+
...props
|
|
17
|
+
},
|
|
18
|
+
forwardedRef,
|
|
19
|
+
) {
|
|
20
|
+
return (
|
|
21
|
+
<svg
|
|
22
|
+
width={size}
|
|
23
|
+
height={size}
|
|
24
|
+
viewBox="0 0 24 24"
|
|
25
|
+
fill="none"
|
|
26
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
27
|
+
className={className}
|
|
28
|
+
strokeWidth={strokeWidth}
|
|
29
|
+
strokeLinecap={strokeLinecap}
|
|
30
|
+
strokeLinejoin={strokeLinejoin}
|
|
31
|
+
strokeDasharray={strokeDasharray}
|
|
32
|
+
opacity={opacity}
|
|
33
|
+
{...props}
|
|
34
|
+
ref={forwardedRef}
|
|
35
|
+
>
|
|
36
|
+
<path
|
|
37
|
+
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"
|
|
38
|
+
stroke={color}
|
|
39
|
+
strokeLinecap="round"
|
|
40
|
+
strokeLinejoin="round"
|
|
41
|
+
/>
|
|
42
|
+
</svg>
|
|
43
|
+
);
|
|
44
|
+
},
|
|
45
|
+
);
|
|
46
|
+
|
|
47
|
+
Bone.displayName = "Bone";
|
|
48
|
+
|
|
49
|
+
Bone.metadata = {
|
|
50
|
+
name: "Bone",
|
|
51
|
+
category: "stroke/animals",
|
|
52
|
+
tags: ["bone", "icon"],
|
|
53
|
+
description: "Bone icon from stroke/animals category",
|
|
54
|
+
type: ["stroke", "icon"],
|
|
55
|
+
} as IconMetadata;
|
|
56
|
+
|
|
57
|
+
export default Bone;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const Bug: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
function Bug(
|
|
6
|
+
{
|
|
7
|
+
color = "currentColor",
|
|
8
|
+
fill,
|
|
9
|
+
size = 24,
|
|
10
|
+
strokeWidth,
|
|
11
|
+
strokeLinecap,
|
|
12
|
+
strokeLinejoin,
|
|
13
|
+
strokeDasharray,
|
|
14
|
+
opacity,
|
|
15
|
+
className,
|
|
16
|
+
...props
|
|
17
|
+
},
|
|
18
|
+
forwardedRef,
|
|
19
|
+
) {
|
|
20
|
+
return (
|
|
21
|
+
<svg
|
|
22
|
+
width={size}
|
|
23
|
+
height={size}
|
|
24
|
+
viewBox="0 0 24 24"
|
|
25
|
+
fill="none"
|
|
26
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
27
|
+
className={className}
|
|
28
|
+
strokeWidth={strokeWidth}
|
|
29
|
+
strokeLinecap={strokeLinecap}
|
|
30
|
+
strokeLinejoin={strokeLinejoin}
|
|
31
|
+
strokeDasharray={strokeDasharray}
|
|
32
|
+
opacity={opacity}
|
|
33
|
+
{...props}
|
|
34
|
+
ref={forwardedRef}
|
|
35
|
+
>
|
|
36
|
+
<path
|
|
37
|
+
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"
|
|
38
|
+
stroke={color}
|
|
39
|
+
strokeLinecap="round"
|
|
40
|
+
strokeLinejoin="round"
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
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"
|
|
44
|
+
stroke={color}
|
|
45
|
+
strokeLinecap="round"
|
|
46
|
+
strokeLinejoin="round"
|
|
47
|
+
/>
|
|
48
|
+
</svg>
|
|
49
|
+
);
|
|
50
|
+
},
|
|
51
|
+
);
|
|
52
|
+
|
|
53
|
+
Bug.displayName = "Bug";
|
|
54
|
+
|
|
55
|
+
Bug.metadata = {
|
|
56
|
+
name: "Bug",
|
|
57
|
+
category: "stroke/animals",
|
|
58
|
+
tags: ["bug", "icon"],
|
|
59
|
+
description: "Bug icon from stroke/animals category",
|
|
60
|
+
type: ["stroke", "icon"],
|
|
61
|
+
} as IconMetadata;
|
|
62
|
+
|
|
63
|
+
export default Bug;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const BugOff: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
function BugOff(
|
|
6
|
+
{
|
|
7
|
+
color = "currentColor",
|
|
8
|
+
fill,
|
|
9
|
+
size = 24,
|
|
10
|
+
strokeWidth,
|
|
11
|
+
strokeLinecap,
|
|
12
|
+
strokeLinejoin,
|
|
13
|
+
strokeDasharray,
|
|
14
|
+
opacity,
|
|
15
|
+
className,
|
|
16
|
+
...props
|
|
17
|
+
},
|
|
18
|
+
forwardedRef,
|
|
19
|
+
) {
|
|
20
|
+
return (
|
|
21
|
+
<svg
|
|
22
|
+
width={size}
|
|
23
|
+
height={size}
|
|
24
|
+
viewBox="0 0 24 24"
|
|
25
|
+
fill="none"
|
|
26
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
27
|
+
className={className}
|
|
28
|
+
strokeWidth={strokeWidth}
|
|
29
|
+
strokeLinecap={strokeLinecap}
|
|
30
|
+
strokeLinejoin={strokeLinejoin}
|
|
31
|
+
strokeDasharray={strokeDasharray}
|
|
32
|
+
opacity={opacity}
|
|
33
|
+
{...props}
|
|
34
|
+
ref={forwardedRef}
|
|
35
|
+
>
|
|
36
|
+
<path
|
|
37
|
+
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"
|
|
38
|
+
stroke={color}
|
|
39
|
+
strokeLinecap="round"
|
|
40
|
+
strokeLinejoin="round"
|
|
41
|
+
/>
|
|
42
|
+
<path
|
|
43
|
+
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"
|
|
44
|
+
stroke={color}
|
|
45
|
+
strokeLinecap="round"
|
|
46
|
+
strokeLinejoin="round"
|
|
47
|
+
/>
|
|
48
|
+
<path
|
|
49
|
+
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"
|
|
50
|
+
stroke={color}
|
|
51
|
+
strokeLinecap="round"
|
|
52
|
+
strokeLinejoin="round"
|
|
53
|
+
/>
|
|
54
|
+
<path
|
|
55
|
+
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"
|
|
56
|
+
stroke={color}
|
|
57
|
+
strokeLinecap="round"
|
|
58
|
+
strokeLinejoin="round"
|
|
59
|
+
/>
|
|
60
|
+
</svg>
|
|
61
|
+
);
|
|
62
|
+
},
|
|
63
|
+
);
|
|
64
|
+
|
|
65
|
+
BugOff.displayName = "BugOff";
|
|
66
|
+
|
|
67
|
+
BugOff.metadata = {
|
|
68
|
+
name: "BugOff",
|
|
69
|
+
category: "stroke/animals",
|
|
70
|
+
tags: ["bug", "off", "icon"],
|
|
71
|
+
description: "BugOff icon from stroke/animals category",
|
|
72
|
+
type: ["stroke", "icon"],
|
|
73
|
+
} as IconMetadata;
|
|
74
|
+
|
|
75
|
+
export default BugOff;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { IconProps, IconMetadata, IconComponent } from "../../types";
|
|
3
|
+
|
|
4
|
+
export const BugPlay: IconComponent = React.forwardRef<
|
|
5
|
+
SVGSVGElement,
|
|
6
|
+
IconProps
|
|
7
|
+
>(function BugPlay(
|
|
8
|
+
{
|
|
9
|
+
color = "currentColor",
|
|
10
|
+
fill,
|
|
11
|
+
size = 24,
|
|
12
|
+
strokeWidth,
|
|
13
|
+
strokeLinecap,
|
|
14
|
+
strokeLinejoin,
|
|
15
|
+
strokeDasharray,
|
|
16
|
+
opacity,
|
|
17
|
+
className,
|
|
18
|
+
...props
|
|
19
|
+
},
|
|
20
|
+
forwardedRef,
|
|
21
|
+
) {
|
|
22
|
+
return (
|
|
23
|
+
<svg
|
|
24
|
+
width={size}
|
|
25
|
+
height={size}
|
|
26
|
+
viewBox="0 0 24 24"
|
|
27
|
+
fill="none"
|
|
28
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
29
|
+
className={className}
|
|
30
|
+
strokeWidth={strokeWidth}
|
|
31
|
+
strokeLinecap={strokeLinecap}
|
|
32
|
+
strokeLinejoin={strokeLinejoin}
|
|
33
|
+
strokeDasharray={strokeDasharray}
|
|
34
|
+
opacity={opacity}
|
|
35
|
+
{...props}
|
|
36
|
+
ref={forwardedRef}
|
|
37
|
+
>
|
|
38
|
+
<path
|
|
39
|
+
d="M10 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"
|
|
40
|
+
stroke={color}
|
|
41
|
+
strokeLinecap="round"
|
|
42
|
+
strokeLinejoin="round"
|
|
43
|
+
/>
|
|
44
|
+
<path
|
|
45
|
+
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"
|
|
46
|
+
stroke={color}
|
|
47
|
+
strokeLinecap="round"
|
|
48
|
+
strokeLinejoin="round"
|
|
49
|
+
/>
|
|
50
|
+
</svg>
|
|
51
|
+
);
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
BugPlay.displayName = "BugPlay";
|
|
55
|
+
|
|
56
|
+
BugPlay.metadata = {
|
|
57
|
+
name: "BugPlay",
|
|
58
|
+
category: "stroke/animals",
|
|
59
|
+
tags: ["bug", "play", "icon"],
|
|
60
|
+
description: "BugPlay icon from stroke/animals category",
|
|
61
|
+
type: ["stroke", "icon"],
|
|
62
|
+
} as IconMetadata;
|
|
63
|
+
|
|
64
|
+
export default BugPlay;
|