@aliimam/icons 0.1.3 → 0.1.4

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.
Files changed (2845) hide show
  1. package/dist/cjs/index.d.ts +2 -0
  2. package/dist/cjs/index.js +2 -0
  3. package/dist/cjs/solid/accessibility/Accessibility.js +2 -2
  4. package/dist/cjs/solid/accessibility/BadgeInfo.js +2 -2
  5. package/dist/cjs/solid/accessibility/BadgeQuestionMark.js +1 -1
  6. package/dist/cjs/solid/accessibility/CircleQuestionMark.js +1 -1
  7. package/dist/cjs/solid/accessibility/Contrast.js +3 -0
  8. package/dist/cjs/solid/accessibility/EarOff.js +2 -2
  9. package/dist/cjs/solid/accessibility/Eclipse.js +6 -0
  10. package/dist/cjs/solid/accessibility/Eye.js +3 -0
  11. package/dist/cjs/solid/accessibility/EyeClosed.js +4 -1
  12. package/dist/cjs/solid/accessibility/EyeOff.js +5 -2
  13. package/dist/cjs/solid/accessibility/Moon.js +2 -2
  14. package/dist/cjs/solid/accessibility/MoonStar.js +1 -1
  15. package/dist/cjs/solid/accessibility/ScanEye.js +2 -2
  16. package/dist/cjs/solid/accessibility/Speech.js +2 -2
  17. package/dist/cjs/solid/accessibility/Sun.js +1 -1
  18. package/dist/cjs/solid/accessibility/SunMoon.js +2 -2
  19. package/dist/cjs/solid/accessibility/ZoomIn.js +3 -0
  20. package/dist/cjs/solid/accessibility/ZoomOut.js +3 -0
  21. package/dist/cjs/solid/accountsAccess/Badge.js +2 -2
  22. package/dist/cjs/solid/accountsAccess/BadgeAlert.js +1 -1
  23. package/dist/cjs/solid/accountsAccess/BellDot.js +1 -1
  24. package/dist/cjs/stroke/accountsAccess/HeartHandshake.js +1 -1
  25. package/dist/cjs/stroke/accountsAccess/HeartMinus.js +1 -1
  26. package/dist/cjs/stroke/accountsAccess/HeartPlus.js +1 -1
  27. package/dist/cjs/stroke/accountsAccess/KeyRound.js +1 -1
  28. package/dist/cjs/stroke/accountsAccess/Link.js +1 -1
  29. package/dist/cjs/stroke/accountsAccess/Settings.js +1 -1
  30. package/dist/cjs/stroke/accountsAccess/Star.js +1 -1
  31. package/dist/cjs/stroke/accountsAccess/UserRoundCheck.js +1 -1
  32. package/dist/cjs/stroke/accountsAccess/UserRoundMinus.js +1 -1
  33. package/dist/cjs/stroke/accountsAccess/UserRoundPlus.js +1 -1
  34. package/dist/cjs/stroke/accountsAccess/UserStar.js +1 -1
  35. package/dist/cjs/stroke/accountsAccess/index.d.ts +0 -19
  36. package/dist/cjs/stroke/accountsAccess/index.js +2 -41
  37. package/dist/cjs/stroke/animals/Dog.js +1 -1
  38. package/dist/cjs/stroke/animals/FishOff.js +1 -1
  39. package/dist/cjs/stroke/animals/Panda.js +1 -1
  40. package/dist/cjs/stroke/animals/Shrimp.js +1 -1
  41. package/dist/cjs/stroke/animals/Squirrel.js +1 -1
  42. package/dist/cjs/stroke/animals/Worm.js +1 -1
  43. package/dist/cjs/stroke/animals/index.d.ts +0 -4
  44. package/dist/cjs/stroke/animals/index.js +1 -9
  45. package/dist/cjs/stroke/arrows/FolderInput.js +1 -1
  46. package/dist/cjs/stroke/arrows/FolderOutput.js +1 -1
  47. package/dist/cjs/stroke/arrows/FolderSync.js +1 -1
  48. package/dist/cjs/stroke/arrows/MousePointer2.js +1 -1
  49. package/dist/cjs/stroke/arrows/MousePointerBan.js +1 -1
  50. package/dist/cjs/stroke/arrows/Play.js +1 -1
  51. package/dist/cjs/stroke/arrows/index.d.ts +0 -35
  52. package/dist/cjs/stroke/arrows/index.js +4 -75
  53. package/dist/cjs/stroke/charts/ChartPie.js +1 -1
  54. package/dist/cjs/stroke/charts/index.d.ts +0 -6
  55. package/dist/cjs/stroke/charts/index.js +1 -13
  56. package/dist/cjs/stroke/codingDevelopment/Ampersand.d.ts +3 -0
  57. package/dist/cjs/stroke/codingDevelopment/Ampersand.js +50 -0
  58. package/dist/cjs/stroke/codingDevelopment/Ampersands.d.ts +3 -0
  59. package/dist/cjs/stroke/codingDevelopment/Ampersands.js +50 -0
  60. package/dist/cjs/stroke/codingDevelopment/AppWindow.d.ts +6 -0
  61. package/dist/cjs/stroke/codingDevelopment/AppWindow.js +57 -0
  62. package/dist/cjs/stroke/codingDevelopment/AppWindowMac.d.ts +6 -0
  63. package/dist/cjs/stroke/codingDevelopment/AppWindowMac.js +57 -0
  64. package/dist/cjs/stroke/codingDevelopment/ArrowBigUp.d.ts +6 -0
  65. package/dist/cjs/stroke/codingDevelopment/ArrowBigUp.js +57 -0
  66. package/dist/cjs/stroke/codingDevelopment/ArrowBigUpDash.d.ts +6 -0
  67. package/dist/cjs/stroke/codingDevelopment/ArrowBigUpDash.js +57 -0
  68. package/dist/cjs/stroke/codingDevelopment/ArrowDownToLine.d.ts +6 -0
  69. package/dist/cjs/stroke/codingDevelopment/ArrowDownToLine.js +57 -0
  70. package/dist/cjs/stroke/codingDevelopment/ArrowRightToLine.d.ts +6 -0
  71. package/dist/cjs/stroke/codingDevelopment/ArrowRightToLine.js +57 -0
  72. package/dist/cjs/stroke/codingDevelopment/ArrowUpFromLine.d.ts +6 -0
  73. package/dist/cjs/stroke/codingDevelopment/ArrowUpFromLine.js +57 -0
  74. package/dist/cjs/stroke/codingDevelopment/Asterisk.d.ts +6 -0
  75. package/dist/cjs/stroke/codingDevelopment/Asterisk.js +57 -0
  76. package/dist/cjs/stroke/codingDevelopment/Binary.d.ts +3 -0
  77. package/dist/cjs/stroke/codingDevelopment/Binary.js +50 -0
  78. package/dist/cjs/stroke/codingDevelopment/Binoculars.d.ts +3 -0
  79. package/dist/cjs/stroke/codingDevelopment/Binoculars.js +50 -0
  80. package/dist/cjs/stroke/codingDevelopment/Bitcoin.d.ts +3 -0
  81. package/dist/cjs/stroke/codingDevelopment/Bitcoin.js +50 -0
  82. package/dist/cjs/stroke/codingDevelopment/Blend.d.ts +6 -0
  83. package/dist/cjs/stroke/codingDevelopment/Blend.js +57 -0
  84. package/dist/cjs/stroke/codingDevelopment/Blocks.d.ts +3 -0
  85. package/dist/cjs/stroke/codingDevelopment/Blocks.js +50 -0
  86. package/dist/cjs/stroke/codingDevelopment/Book.d.ts +3 -0
  87. package/dist/cjs/stroke/codingDevelopment/Book.js +50 -0
  88. package/dist/cjs/stroke/codingDevelopment/BookAlert.d.ts +3 -0
  89. package/dist/cjs/stroke/codingDevelopment/BookAlert.js +50 -0
  90. package/dist/cjs/stroke/codingDevelopment/BookCheck.d.ts +3 -0
  91. package/dist/cjs/stroke/codingDevelopment/BookCheck.js +50 -0
  92. package/dist/cjs/stroke/codingDevelopment/BookCopy.d.ts +3 -0
  93. package/dist/cjs/stroke/codingDevelopment/BookCopy.js +50 -0
  94. package/dist/cjs/stroke/codingDevelopment/BookDashed.d.ts +3 -0
  95. package/dist/cjs/stroke/codingDevelopment/BookDashed.js +50 -0
  96. package/dist/cjs/stroke/codingDevelopment/BookDown.d.ts +3 -0
  97. package/dist/cjs/stroke/codingDevelopment/BookDown.js +50 -0
  98. package/dist/cjs/stroke/codingDevelopment/BookKey.d.ts +3 -0
  99. package/dist/cjs/stroke/codingDevelopment/BookKey.js +50 -0
  100. package/dist/cjs/stroke/codingDevelopment/BookLock.d.ts +3 -0
  101. package/dist/cjs/stroke/codingDevelopment/BookLock.js +50 -0
  102. package/dist/cjs/stroke/codingDevelopment/BookMarked.d.ts +3 -0
  103. package/dist/cjs/stroke/codingDevelopment/BookMarked.js +50 -0
  104. package/dist/cjs/stroke/codingDevelopment/BookMinus.d.ts +3 -0
  105. package/dist/cjs/stroke/codingDevelopment/BookMinus.js +50 -0
  106. package/dist/cjs/stroke/codingDevelopment/BookOpen.d.ts +3 -0
  107. package/dist/cjs/stroke/codingDevelopment/BookOpen.js +50 -0
  108. package/dist/cjs/stroke/codingDevelopment/BookOpenCheck.d.ts +3 -0
  109. package/dist/cjs/stroke/codingDevelopment/BookOpenCheck.js +50 -0
  110. package/dist/cjs/stroke/codingDevelopment/BookOpenText.d.ts +3 -0
  111. package/dist/cjs/stroke/codingDevelopment/BookOpenText.js +50 -0
  112. package/dist/cjs/stroke/codingDevelopment/BookPlus.d.ts +3 -0
  113. package/dist/cjs/stroke/codingDevelopment/BookPlus.js +50 -0
  114. package/dist/cjs/stroke/codingDevelopment/BookUp.d.ts +3 -0
  115. package/dist/cjs/stroke/codingDevelopment/BookUp.js +50 -0
  116. package/dist/cjs/stroke/codingDevelopment/BookUp2.d.ts +3 -0
  117. package/dist/cjs/stroke/codingDevelopment/BookUp2.js +50 -0
  118. package/dist/cjs/stroke/codingDevelopment/Bot.d.ts +3 -0
  119. package/dist/cjs/stroke/codingDevelopment/Bot.js +50 -0
  120. package/dist/cjs/stroke/codingDevelopment/BotMessageSquare.d.ts +3 -0
  121. package/dist/cjs/stroke/codingDevelopment/BotMessageSquare.js +50 -0
  122. package/dist/cjs/stroke/codingDevelopment/BotOff.d.ts +3 -0
  123. package/dist/cjs/stroke/codingDevelopment/BotOff.js +50 -0
  124. package/dist/cjs/stroke/codingDevelopment/Box.d.ts +3 -0
  125. package/dist/cjs/stroke/codingDevelopment/Box.js +50 -0
  126. package/dist/cjs/stroke/codingDevelopment/Boxes.d.ts +3 -0
  127. package/dist/cjs/stroke/codingDevelopment/Boxes.js +50 -0
  128. package/dist/cjs/stroke/codingDevelopment/Braces.d.ts +3 -0
  129. package/dist/cjs/stroke/codingDevelopment/Braces.js +50 -0
  130. package/dist/cjs/stroke/codingDevelopment/Brackets.d.ts +3 -0
  131. package/dist/cjs/stroke/codingDevelopment/Brackets.js +50 -0
  132. package/dist/cjs/stroke/codingDevelopment/BrainCircuit.d.ts +3 -0
  133. package/dist/cjs/stroke/codingDevelopment/BrainCircuit.js +50 -0
  134. package/dist/cjs/stroke/codingDevelopment/BrainCog.d.ts +3 -0
  135. package/dist/cjs/stroke/codingDevelopment/BrainCog.js +50 -0
  136. package/dist/cjs/stroke/codingDevelopment/Bug.d.ts +6 -0
  137. package/dist/cjs/stroke/codingDevelopment/Bug.js +57 -0
  138. package/dist/cjs/stroke/codingDevelopment/BugOff.d.ts +6 -0
  139. package/dist/cjs/stroke/codingDevelopment/BugOff.js +57 -0
  140. package/dist/cjs/stroke/codingDevelopment/BugPlay.d.ts +6 -0
  141. package/dist/cjs/stroke/codingDevelopment/BugPlay.js +57 -0
  142. package/dist/cjs/stroke/codingDevelopment/CaseLower.d.ts +3 -0
  143. package/dist/cjs/stroke/codingDevelopment/CaseLower.js +50 -0
  144. package/dist/cjs/stroke/codingDevelopment/CaseUpper.d.ts +3 -0
  145. package/dist/cjs/stroke/codingDevelopment/CaseUpper.js +50 -0
  146. package/dist/cjs/stroke/codingDevelopment/ChartNoAxesGantt.d.ts +6 -0
  147. package/dist/cjs/stroke/codingDevelopment/ChartNoAxesGantt.js +60 -0
  148. package/dist/cjs/stroke/codingDevelopment/ChevronRight.d.ts +6 -0
  149. package/dist/cjs/stroke/codingDevelopment/ChevronRight.js +57 -0
  150. package/dist/cjs/stroke/codingDevelopment/CircleArrowOutUpLeft.d.ts +6 -0
  151. package/dist/cjs/stroke/codingDevelopment/CircleArrowOutUpLeft.js +57 -0
  152. package/dist/cjs/stroke/codingDevelopment/CircleDashed.d.ts +3 -0
  153. package/dist/cjs/stroke/codingDevelopment/CircleDashed.js +50 -0
  154. package/dist/cjs/stroke/codingDevelopment/CircleDot.d.ts +3 -0
  155. package/dist/cjs/stroke/codingDevelopment/CircleDot.js +50 -0
  156. package/dist/cjs/stroke/codingDevelopment/CircleDotDashed.d.ts +3 -0
  157. package/dist/cjs/stroke/codingDevelopment/CircleDotDashed.js +50 -0
  158. package/dist/cjs/stroke/codingDevelopment/CircleEllipsis.d.ts +3 -0
  159. package/dist/cjs/stroke/codingDevelopment/CircleEllipsis.js +50 -0
  160. package/dist/cjs/stroke/codingDevelopment/CircleFadingArrowUp.d.ts +6 -0
  161. package/dist/cjs/stroke/codingDevelopment/CircleFadingArrowUp.js +57 -0
  162. package/dist/cjs/stroke/codingDevelopment/CirclePlus.d.ts +3 -0
  163. package/dist/cjs/stroke/codingDevelopment/CirclePlus.js +50 -0
  164. package/dist/cjs/stroke/codingDevelopment/CircleSlash.d.ts +3 -0
  165. package/dist/cjs/stroke/codingDevelopment/CircleSlash.js +50 -0
  166. package/dist/cjs/stroke/codingDevelopment/CircleSlash2.d.ts +3 -0
  167. package/dist/cjs/stroke/codingDevelopment/CircleSlash2.js +50 -0
  168. package/dist/cjs/stroke/codingDevelopment/CircleX.d.ts +3 -0
  169. package/dist/cjs/stroke/codingDevelopment/CircleX.js +50 -0
  170. package/dist/cjs/stroke/codingDevelopment/CircuitBoard.d.ts +3 -0
  171. package/dist/cjs/stroke/codingDevelopment/CircuitBoard.js +50 -0
  172. package/dist/cjs/stroke/codingDevelopment/CloudAlert.d.ts +3 -0
  173. package/dist/cjs/stroke/codingDevelopment/CloudAlert.js +50 -0
  174. package/dist/cjs/stroke/codingDevelopment/CloudCheck.d.ts +3 -0
  175. package/dist/cjs/stroke/codingDevelopment/CloudCheck.js +50 -0
  176. package/dist/cjs/stroke/codingDevelopment/CloudCog.d.ts +3 -0
  177. package/dist/cjs/stroke/codingDevelopment/CloudCog.js +50 -0
  178. package/dist/cjs/stroke/codingDevelopment/Code.d.ts +3 -0
  179. package/dist/cjs/stroke/codingDevelopment/Code.js +50 -0
  180. package/dist/cjs/stroke/codingDevelopment/CodeXml.d.ts +3 -0
  181. package/dist/cjs/stroke/codingDevelopment/CodeXml.js +50 -0
  182. package/dist/cjs/stroke/codingDevelopment/Codepen.d.ts +3 -0
  183. package/dist/cjs/stroke/codingDevelopment/Codepen.js +50 -0
  184. package/dist/cjs/stroke/codingDevelopment/CodesAndBox.d.ts +3 -0
  185. package/dist/cjs/stroke/codingDevelopment/CodesAndBox.js +50 -0
  186. package/dist/cjs/stroke/codingDevelopment/Combine.d.ts +3 -0
  187. package/dist/cjs/stroke/codingDevelopment/Combine.js +50 -0
  188. package/dist/cjs/stroke/codingDevelopment/Command.d.ts +3 -0
  189. package/dist/cjs/stroke/codingDevelopment/Command.js +50 -0
  190. package/dist/cjs/stroke/codingDevelopment/Component.d.ts +6 -0
  191. package/dist/cjs/stroke/codingDevelopment/Component.js +57 -0
  192. package/dist/cjs/stroke/codingDevelopment/Computer.d.ts +3 -0
  193. package/dist/cjs/stroke/codingDevelopment/Computer.js +50 -0
  194. package/dist/cjs/stroke/codingDevelopment/Construction.d.ts +3 -0
  195. package/dist/cjs/stroke/codingDevelopment/Construction.js +50 -0
  196. package/dist/cjs/stroke/codingDevelopment/Container.d.ts +3 -0
  197. package/dist/cjs/stroke/codingDevelopment/Container.js +50 -0
  198. package/dist/cjs/stroke/codingDevelopment/CopySlash.d.ts +3 -0
  199. package/dist/cjs/stroke/codingDevelopment/CopySlash.js +50 -0
  200. package/dist/cjs/stroke/codingDevelopment/CornerDownRight.d.ts +6 -0
  201. package/dist/cjs/stroke/codingDevelopment/CornerDownRight.js +57 -0
  202. package/dist/cjs/stroke/codingDevelopment/Database.d.ts +3 -0
  203. package/dist/cjs/stroke/codingDevelopment/Database.js +50 -0
  204. package/dist/cjs/stroke/codingDevelopment/DatabaseBackup.d.ts +6 -0
  205. package/dist/cjs/stroke/codingDevelopment/DatabaseBackup.js +60 -0
  206. package/dist/cjs/stroke/codingDevelopment/DatabaseZap.d.ts +3 -0
  207. package/dist/cjs/stroke/codingDevelopment/DatabaseZap.js +50 -0
  208. package/dist/cjs/stroke/codingDevelopment/Diff.d.ts +3 -0
  209. package/dist/cjs/stroke/codingDevelopment/Diff.js +50 -0
  210. package/dist/cjs/stroke/codingDevelopment/Divide.d.ts +3 -0
  211. package/dist/cjs/stroke/codingDevelopment/Divide.js +50 -0
  212. package/dist/cjs/stroke/codingDevelopment/Dock.d.ts +6 -0
  213. package/dist/cjs/stroke/codingDevelopment/Dock.js +57 -0
  214. package/dist/cjs/stroke/codingDevelopment/EarthLock.d.ts +3 -0
  215. package/dist/cjs/stroke/codingDevelopment/EarthLock.js +50 -0
  216. package/dist/cjs/stroke/codingDevelopment/Ellipsis.d.ts +3 -0
  217. package/dist/cjs/stroke/codingDevelopment/Ellipsis.js +50 -0
  218. package/dist/cjs/stroke/codingDevelopment/Equal.d.ts +6 -0
  219. package/dist/cjs/stroke/codingDevelopment/Equal.js +57 -0
  220. package/dist/cjs/stroke/codingDevelopment/EqualNot.d.ts +3 -0
  221. package/dist/cjs/stroke/codingDevelopment/EqualNot.js +50 -0
  222. package/dist/cjs/stroke/codingDevelopment/FileCode.d.ts +3 -0
  223. package/dist/cjs/stroke/codingDevelopment/FileCode.js +50 -0
  224. package/dist/cjs/stroke/codingDevelopment/FileCode2.d.ts +3 -0
  225. package/dist/cjs/stroke/codingDevelopment/FileCode2.js +50 -0
  226. package/dist/cjs/stroke/codingDevelopment/FileDiff.d.ts +3 -0
  227. package/dist/cjs/stroke/codingDevelopment/FileDiff.js +50 -0
  228. package/dist/cjs/stroke/codingDevelopment/FileDigit.d.ts +3 -0
  229. package/dist/cjs/stroke/codingDevelopment/FileDigit.js +50 -0
  230. package/dist/cjs/stroke/codingDevelopment/FileJson.d.ts +3 -0
  231. package/dist/cjs/stroke/codingDevelopment/FileJson.js +50 -0
  232. package/dist/cjs/stroke/codingDevelopment/FileJson2.d.ts +3 -0
  233. package/dist/cjs/stroke/codingDevelopment/FileJson2.js +50 -0
  234. package/dist/cjs/stroke/codingDevelopment/FileSliders.d.ts +3 -0
  235. package/dist/cjs/stroke/codingDevelopment/FileSliders.js +50 -0
  236. package/dist/cjs/stroke/codingDevelopment/FileStack.d.ts +3 -0
  237. package/dist/cjs/stroke/codingDevelopment/FileStack.js +50 -0
  238. package/dist/cjs/stroke/codingDevelopment/FileTerminal.d.ts +3 -0
  239. package/dist/cjs/stroke/codingDevelopment/FileTerminal.js +50 -0
  240. package/dist/cjs/stroke/codingDevelopment/FlagTriangleLeft.d.ts +3 -0
  241. package/dist/cjs/stroke/codingDevelopment/FlagTriangleLeft.js +50 -0
  242. package/dist/cjs/stroke/codingDevelopment/FlagTriangleRight.d.ts +3 -0
  243. package/dist/cjs/stroke/codingDevelopment/FlagTriangleRight.js +50 -0
  244. package/dist/cjs/stroke/codingDevelopment/FolderCode.d.ts +3 -0
  245. package/dist/cjs/stroke/codingDevelopment/FolderCode.js +50 -0
  246. package/dist/cjs/stroke/codingDevelopment/FolderDot.d.ts +3 -0
  247. package/dist/cjs/stroke/codingDevelopment/FolderDot.js +50 -0
  248. package/dist/cjs/stroke/codingDevelopment/FolderKanban.d.ts +6 -0
  249. package/dist/cjs/stroke/codingDevelopment/FolderKanban.js +60 -0
  250. package/dist/cjs/stroke/codingDevelopment/FolderOpenDot.d.ts +3 -0
  251. package/dist/cjs/stroke/codingDevelopment/FolderOpenDot.js +50 -0
  252. package/dist/cjs/stroke/codingDevelopment/FolderRoot.d.ts +3 -0
  253. package/dist/cjs/stroke/codingDevelopment/FolderRoot.js +50 -0
  254. package/dist/cjs/stroke/codingDevelopment/GalleryHorizontal.d.ts +6 -0
  255. package/dist/cjs/stroke/codingDevelopment/GalleryHorizontal.js +57 -0
  256. package/dist/cjs/stroke/codingDevelopment/GalleryHorizontalEnd.d.ts +6 -0
  257. package/dist/cjs/stroke/codingDevelopment/GalleryHorizontalEnd.js +57 -0
  258. package/dist/cjs/stroke/codingDevelopment/GalleryThumbnails.d.ts +6 -0
  259. package/dist/cjs/stroke/codingDevelopment/GalleryThumbnails.js +57 -0
  260. package/dist/cjs/stroke/codingDevelopment/GalleryVertical.d.ts +6 -0
  261. package/dist/cjs/stroke/codingDevelopment/GalleryVertical.js +57 -0
  262. package/dist/cjs/stroke/codingDevelopment/GalleryVerticalEnd.d.ts +6 -0
  263. package/dist/cjs/stroke/codingDevelopment/GalleryVerticalEnd.js +57 -0
  264. package/dist/cjs/stroke/codingDevelopment/Gem.d.ts +3 -0
  265. package/dist/cjs/stroke/codingDevelopment/Gem.js +50 -0
  266. package/dist/cjs/stroke/codingDevelopment/GitBranch.d.ts +3 -0
  267. package/dist/cjs/stroke/codingDevelopment/GitBranch.js +50 -0
  268. package/dist/cjs/stroke/codingDevelopment/GitBranchPlus.d.ts +3 -0
  269. package/dist/cjs/stroke/codingDevelopment/GitBranchPlus.js +50 -0
  270. package/dist/cjs/stroke/codingDevelopment/GitCommitHorizontal.d.ts +3 -0
  271. package/dist/cjs/stroke/codingDevelopment/GitCommitHorizontal.js +50 -0
  272. package/dist/cjs/stroke/codingDevelopment/GitCommitVertical.d.ts +3 -0
  273. package/dist/cjs/stroke/codingDevelopment/GitCommitVertical.js +50 -0
  274. package/dist/cjs/stroke/codingDevelopment/GitCompare.d.ts +3 -0
  275. package/dist/cjs/stroke/codingDevelopment/GitCompare.js +50 -0
  276. package/dist/cjs/stroke/codingDevelopment/GitCompareArrows.d.ts +6 -0
  277. package/dist/cjs/stroke/codingDevelopment/GitCompareArrows.js +57 -0
  278. package/dist/cjs/stroke/codingDevelopment/GitFork.d.ts +3 -0
  279. package/dist/cjs/stroke/codingDevelopment/GitFork.js +50 -0
  280. package/dist/cjs/stroke/codingDevelopment/GitGraph.d.ts +3 -0
  281. package/dist/cjs/stroke/codingDevelopment/GitGraph.js +50 -0
  282. package/dist/cjs/stroke/codingDevelopment/GitMerge.d.ts +3 -0
  283. package/dist/cjs/stroke/codingDevelopment/GitMerge.js +50 -0
  284. package/dist/cjs/stroke/codingDevelopment/GitPullRequest.d.ts +3 -0
  285. package/dist/cjs/stroke/codingDevelopment/GitPullRequest.js +50 -0
  286. package/dist/cjs/stroke/codingDevelopment/GitPullRequestArrow.d.ts +6 -0
  287. package/dist/cjs/stroke/codingDevelopment/GitPullRequestArrow.js +57 -0
  288. package/dist/cjs/stroke/codingDevelopment/GitPullRequestClosed.d.ts +3 -0
  289. package/dist/cjs/stroke/codingDevelopment/GitPullRequestClosed.js +50 -0
  290. package/dist/cjs/stroke/codingDevelopment/GitPullRequestCreate.d.ts +3 -0
  291. package/dist/cjs/stroke/codingDevelopment/GitPullRequestCreate.js +50 -0
  292. package/dist/cjs/stroke/codingDevelopment/GitPullRequestCreateArrow.d.ts +3 -0
  293. package/dist/cjs/stroke/codingDevelopment/GitPullRequestCreateArrow.js +50 -0
  294. package/dist/cjs/stroke/codingDevelopment/GitPullRequestDraft.d.ts +3 -0
  295. package/dist/cjs/stroke/codingDevelopment/GitPullRequestDraft.js +50 -0
  296. package/dist/cjs/stroke/codingDevelopment/Github.d.ts +3 -0
  297. package/dist/cjs/stroke/codingDevelopment/Github.js +50 -0
  298. package/dist/cjs/stroke/codingDevelopment/Gitlab.d.ts +3 -0
  299. package/dist/cjs/stroke/codingDevelopment/Gitlab.js +50 -0
  300. package/dist/cjs/stroke/codingDevelopment/GlobeLock.d.ts +3 -0
  301. package/dist/cjs/stroke/codingDevelopment/GlobeLock.js +50 -0
  302. package/dist/cjs/stroke/codingDevelopment/HardDrive.d.ts +3 -0
  303. package/dist/cjs/stroke/codingDevelopment/HardDrive.js +50 -0
  304. package/dist/cjs/stroke/codingDevelopment/HardDriveDownload.d.ts +6 -0
  305. package/dist/cjs/stroke/codingDevelopment/HardDriveDownload.js +57 -0
  306. package/dist/cjs/stroke/codingDevelopment/HardDriveUpload.d.ts +6 -0
  307. package/dist/cjs/stroke/codingDevelopment/HardDriveUpload.js +57 -0
  308. package/dist/cjs/stroke/codingDevelopment/Hexagon.d.ts +3 -0
  309. package/dist/cjs/stroke/codingDevelopment/Hexagon.js +50 -0
  310. package/dist/cjs/stroke/codingDevelopment/Kanban.d.ts +6 -0
  311. package/dist/cjs/stroke/codingDevelopment/Kanban.js +60 -0
  312. package/dist/cjs/stroke/codingDevelopment/Keyboard.d.ts +3 -0
  313. package/dist/cjs/stroke/codingDevelopment/Keyboard.js +50 -0
  314. package/dist/cjs/stroke/codingDevelopment/KeyboardOff.d.ts +3 -0
  315. package/dist/cjs/stroke/codingDevelopment/KeyboardOff.js +50 -0
  316. package/dist/cjs/stroke/codingDevelopment/Library.d.ts +3 -0
  317. package/dist/cjs/stroke/codingDevelopment/Library.js +50 -0
  318. package/dist/cjs/stroke/codingDevelopment/LibraryBig.d.ts +3 -0
  319. package/dist/cjs/stroke/codingDevelopment/LibraryBig.js +50 -0
  320. package/dist/cjs/stroke/codingDevelopment/ListIndentDecrease.d.ts +3 -0
  321. package/dist/cjs/stroke/codingDevelopment/ListIndentDecrease.js +50 -0
  322. package/dist/cjs/stroke/codingDevelopment/ListIndentIncrease.d.ts +3 -0
  323. package/dist/cjs/stroke/codingDevelopment/ListIndentIncrease.js +50 -0
  324. package/dist/cjs/stroke/codingDevelopment/Merge.d.ts +6 -0
  325. package/dist/cjs/stroke/codingDevelopment/Merge.js +57 -0
  326. package/dist/cjs/stroke/codingDevelopment/MessageCircleCode.d.ts +3 -0
  327. package/dist/cjs/stroke/codingDevelopment/MessageCircleCode.js +50 -0
  328. package/dist/cjs/stroke/codingDevelopment/MessageSquareCode.d.ts +3 -0
  329. package/dist/cjs/stroke/codingDevelopment/MessageSquareCode.js +50 -0
  330. package/dist/cjs/stroke/codingDevelopment/MessageSquareDiff.d.ts +3 -0
  331. package/dist/cjs/stroke/codingDevelopment/MessageSquareDiff.js +50 -0
  332. package/dist/cjs/stroke/codingDevelopment/Milestone.d.ts +6 -0
  333. package/dist/cjs/stroke/codingDevelopment/Milestone.js +57 -0
  334. package/dist/cjs/stroke/codingDevelopment/Minus.d.ts +6 -0
  335. package/dist/cjs/stroke/codingDevelopment/Minus.js +57 -0
  336. package/dist/cjs/stroke/codingDevelopment/Network.d.ts +3 -0
  337. package/dist/cjs/stroke/codingDevelopment/Network.js +50 -0
  338. package/dist/cjs/stroke/codingDevelopment/Omega.d.ts +3 -0
  339. package/dist/cjs/stroke/codingDevelopment/Omega.js +50 -0
  340. package/dist/cjs/stroke/codingDevelopment/Option.d.ts +3 -0
  341. package/dist/cjs/stroke/codingDevelopment/Option.js +50 -0
  342. package/dist/cjs/stroke/codingDevelopment/Package.d.ts +3 -0
  343. package/dist/cjs/stroke/codingDevelopment/Package.js +50 -0
  344. package/dist/cjs/stroke/codingDevelopment/Package2.d.ts +3 -0
  345. package/dist/cjs/stroke/codingDevelopment/Package2.js +50 -0
  346. package/dist/cjs/stroke/codingDevelopment/PackageCheck.d.ts +3 -0
  347. package/dist/cjs/stroke/codingDevelopment/PackageCheck.js +50 -0
  348. package/dist/cjs/stroke/codingDevelopment/PackageMinus.d.ts +3 -0
  349. package/dist/cjs/stroke/codingDevelopment/PackageMinus.js +50 -0
  350. package/dist/cjs/stroke/codingDevelopment/PackageOpen.d.ts +3 -0
  351. package/dist/cjs/stroke/codingDevelopment/PackageOpen.js +50 -0
  352. package/dist/cjs/stroke/codingDevelopment/PackagePlus.d.ts +3 -0
  353. package/dist/cjs/stroke/codingDevelopment/PackagePlus.js +50 -0
  354. package/dist/cjs/stroke/codingDevelopment/PackageSearch.d.ts +3 -0
  355. package/dist/cjs/stroke/codingDevelopment/PackageSearch.js +50 -0
  356. package/dist/cjs/stroke/codingDevelopment/PackageX.d.ts +3 -0
  357. package/dist/cjs/stroke/codingDevelopment/PackageX.js +50 -0
  358. package/dist/cjs/stroke/codingDevelopment/PanelTop.d.ts +6 -0
  359. package/dist/cjs/stroke/codingDevelopment/PanelTop.js +57 -0
  360. package/dist/cjs/stroke/codingDevelopment/PanelsTopLeft.d.ts +6 -0
  361. package/dist/cjs/stroke/codingDevelopment/PanelsTopLeft.js +57 -0
  362. package/dist/cjs/stroke/codingDevelopment/Parentheses.d.ts +3 -0
  363. package/dist/cjs/stroke/codingDevelopment/Parentheses.js +50 -0
  364. package/dist/cjs/stroke/codingDevelopment/Percent.d.ts +3 -0
  365. package/dist/cjs/stroke/codingDevelopment/Percent.js +50 -0
  366. package/dist/cjs/stroke/codingDevelopment/Pi.d.ts +3 -0
  367. package/dist/cjs/stroke/codingDevelopment/Pi.js +50 -0
  368. package/dist/cjs/stroke/codingDevelopment/Plug.d.ts +3 -0
  369. package/dist/cjs/stroke/codingDevelopment/Plug.js +50 -0
  370. package/dist/cjs/stroke/codingDevelopment/Plug2.d.ts +3 -0
  371. package/dist/cjs/stroke/codingDevelopment/Plug2.js +50 -0
  372. package/dist/cjs/stroke/codingDevelopment/Plus.d.ts +6 -0
  373. package/dist/cjs/stroke/codingDevelopment/Plus.js +57 -0
  374. package/dist/cjs/stroke/codingDevelopment/Puzzle.d.ts +3 -0
  375. package/dist/cjs/stroke/codingDevelopment/Puzzle.js +50 -0
  376. package/dist/cjs/stroke/codingDevelopment/QrCode.d.ts +3 -0
  377. package/dist/cjs/stroke/codingDevelopment/QrCode.js +50 -0
  378. package/dist/cjs/stroke/codingDevelopment/Radical.d.ts +3 -0
  379. package/dist/cjs/stroke/codingDevelopment/Radical.js +50 -0
  380. package/dist/cjs/stroke/codingDevelopment/RectangleCircle.d.ts +3 -0
  381. package/dist/cjs/stroke/codingDevelopment/RectangleCircle.js +50 -0
  382. package/dist/cjs/stroke/codingDevelopment/RectangleEllipsis.d.ts +3 -0
  383. package/dist/cjs/stroke/codingDevelopment/RectangleEllipsis.js +50 -0
  384. package/dist/cjs/stroke/codingDevelopment/RefreshCcwDot.d.ts +6 -0
  385. package/dist/cjs/stroke/codingDevelopment/RefreshCcwDot.js +57 -0
  386. package/dist/cjs/stroke/codingDevelopment/Regex.d.ts +3 -0
  387. package/dist/cjs/stroke/codingDevelopment/Regex.js +50 -0
  388. package/dist/cjs/stroke/codingDevelopment/Rocket.d.ts +3 -0
  389. package/dist/cjs/stroke/codingDevelopment/Rocket.js +50 -0
  390. package/dist/cjs/stroke/codingDevelopment/Router.d.ts +6 -0
  391. package/dist/cjs/stroke/codingDevelopment/Router.js +57 -0
  392. package/dist/cjs/stroke/codingDevelopment/Rss.d.ts +3 -0
  393. package/dist/cjs/stroke/codingDevelopment/Rss.js +50 -0
  394. package/dist/cjs/stroke/codingDevelopment/Scroll.d.ts +3 -0
  395. package/dist/cjs/stroke/codingDevelopment/Scroll.js +50 -0
  396. package/dist/cjs/stroke/codingDevelopment/ScrollText.d.ts +3 -0
  397. package/dist/cjs/stroke/codingDevelopment/ScrollText.js +50 -0
  398. package/dist/cjs/stroke/codingDevelopment/SearchCode.d.ts +3 -0
  399. package/dist/cjs/stroke/codingDevelopment/SearchCode.js +50 -0
  400. package/dist/cjs/stroke/codingDevelopment/Server.d.ts +3 -0
  401. package/dist/cjs/stroke/codingDevelopment/Server.js +50 -0
  402. package/dist/cjs/stroke/codingDevelopment/ServerCog.d.ts +3 -0
  403. package/dist/cjs/stroke/codingDevelopment/ServerCog.js +50 -0
  404. package/dist/cjs/stroke/codingDevelopment/ServerCrash.d.ts +3 -0
  405. package/dist/cjs/stroke/codingDevelopment/ServerCrash.js +50 -0
  406. package/dist/cjs/stroke/codingDevelopment/ServerOff.d.ts +3 -0
  407. package/dist/cjs/stroke/codingDevelopment/ServerOff.js +50 -0
  408. package/dist/cjs/stroke/codingDevelopment/Shell.d.ts +3 -0
  409. package/dist/cjs/stroke/codingDevelopment/Shell.js +50 -0
  410. package/dist/cjs/stroke/codingDevelopment/Shield.d.ts +6 -0
  411. package/dist/cjs/stroke/codingDevelopment/Shield.js +57 -0
  412. package/dist/cjs/stroke/codingDevelopment/ShieldAlert.d.ts +6 -0
  413. package/dist/cjs/stroke/codingDevelopment/ShieldAlert.js +57 -0
  414. package/dist/cjs/stroke/codingDevelopment/ShieldBan.d.ts +6 -0
  415. package/dist/cjs/stroke/codingDevelopment/ShieldBan.js +57 -0
  416. package/dist/cjs/stroke/codingDevelopment/ShieldCheck.d.ts +6 -0
  417. package/dist/cjs/stroke/codingDevelopment/ShieldCheck.js +57 -0
  418. package/dist/cjs/stroke/codingDevelopment/ShieldEllipsis.d.ts +6 -0
  419. package/dist/cjs/stroke/codingDevelopment/ShieldEllipsis.js +57 -0
  420. package/dist/cjs/stroke/codingDevelopment/ShieldHalf.d.ts +6 -0
  421. package/dist/cjs/stroke/codingDevelopment/ShieldHalf.js +57 -0
  422. package/dist/cjs/stroke/codingDevelopment/ShieldMinus.d.ts +6 -0
  423. package/dist/cjs/stroke/codingDevelopment/ShieldMinus.js +57 -0
  424. package/dist/cjs/stroke/codingDevelopment/ShieldOff.d.ts +6 -0
  425. package/dist/cjs/stroke/codingDevelopment/ShieldOff.js +57 -0
  426. package/dist/cjs/stroke/codingDevelopment/ShieldPlus.d.ts +6 -0
  427. package/dist/cjs/stroke/codingDevelopment/ShieldPlus.js +57 -0
  428. package/dist/cjs/stroke/codingDevelopment/ShieldQuestionMark.d.ts +6 -0
  429. package/dist/cjs/stroke/codingDevelopment/ShieldQuestionMark.js +57 -0
  430. package/dist/cjs/stroke/codingDevelopment/ShieldUser.d.ts +6 -0
  431. package/dist/cjs/stroke/codingDevelopment/ShieldUser.js +57 -0
  432. package/dist/cjs/stroke/codingDevelopment/ShieldX.d.ts +6 -0
  433. package/dist/cjs/stroke/codingDevelopment/ShieldX.js +57 -0
  434. package/dist/cjs/stroke/codingDevelopment/Signpost.d.ts +6 -0
  435. package/dist/cjs/stroke/codingDevelopment/Signpost.js +57 -0
  436. package/dist/cjs/stroke/codingDevelopment/SignpostBig.d.ts +6 -0
  437. package/dist/cjs/stroke/codingDevelopment/SignpostBig.js +57 -0
  438. package/dist/cjs/stroke/codingDevelopment/Slack.d.ts +3 -0
  439. package/dist/cjs/stroke/codingDevelopment/Slack.js +50 -0
  440. package/dist/cjs/stroke/codingDevelopment/Slash.d.ts +3 -0
  441. package/dist/cjs/stroke/codingDevelopment/Slash.js +50 -0
  442. package/dist/cjs/stroke/codingDevelopment/SpellCheck.d.ts +3 -0
  443. package/dist/cjs/stroke/codingDevelopment/SpellCheck.js +50 -0
  444. package/dist/cjs/stroke/codingDevelopment/SpellCheck2.d.ts +3 -0
  445. package/dist/cjs/stroke/codingDevelopment/SpellCheck2.js +50 -0
  446. package/dist/cjs/stroke/codingDevelopment/Split.d.ts +6 -0
  447. package/dist/cjs/stroke/codingDevelopment/Split.js +57 -0
  448. package/dist/cjs/stroke/codingDevelopment/SquareAsterisk.d.ts +3 -0
  449. package/dist/cjs/stroke/codingDevelopment/SquareAsterisk.js +50 -0
  450. package/dist/cjs/stroke/codingDevelopment/SquareBottomDashedScissors.d.ts +6 -0
  451. package/dist/cjs/stroke/codingDevelopment/SquareBottomDashedScissors.js +57 -0
  452. package/dist/cjs/stroke/codingDevelopment/SquareChartGantt.d.ts +6 -0
  453. package/dist/cjs/stroke/codingDevelopment/SquareChartGantt.js +60 -0
  454. package/dist/cjs/stroke/codingDevelopment/SquareChevronRight.d.ts +6 -0
  455. package/dist/cjs/stroke/codingDevelopment/SquareChevronRight.js +57 -0
  456. package/dist/cjs/stroke/codingDevelopment/SquareCode.d.ts +3 -0
  457. package/dist/cjs/stroke/codingDevelopment/SquareCode.js +50 -0
  458. package/dist/cjs/stroke/codingDevelopment/SquareDashedBottom.d.ts +3 -0
  459. package/dist/cjs/stroke/codingDevelopment/SquareDashedBottom.js +50 -0
  460. package/dist/cjs/stroke/codingDevelopment/SquareDashedBottomCode.d.ts +3 -0
  461. package/dist/cjs/stroke/codingDevelopment/SquareDashedBottomCode.js +50 -0
  462. package/dist/cjs/stroke/codingDevelopment/SquareDashedKanban.d.ts +6 -0
  463. package/dist/cjs/stroke/codingDevelopment/SquareDashedKanban.js +60 -0
  464. package/dist/cjs/stroke/codingDevelopment/SquareDashedMousePointer.d.ts +6 -0
  465. package/dist/cjs/stroke/codingDevelopment/SquareDashedMousePointer.js +57 -0
  466. package/dist/cjs/stroke/codingDevelopment/SquareDashedTopSolid.d.ts +6 -0
  467. package/dist/cjs/stroke/codingDevelopment/SquareDashedTopSolid.js +57 -0
  468. package/dist/cjs/stroke/codingDevelopment/SquareDot.d.ts +3 -0
  469. package/dist/cjs/stroke/codingDevelopment/SquareDot.js +50 -0
  470. package/dist/cjs/stroke/codingDevelopment/SquareFunction.d.ts +3 -0
  471. package/dist/cjs/stroke/codingDevelopment/SquareFunction.js +50 -0
  472. package/dist/cjs/stroke/codingDevelopment/SquareKanban.d.ts +6 -0
  473. package/dist/cjs/stroke/codingDevelopment/SquareKanban.js +60 -0
  474. package/dist/cjs/stroke/codingDevelopment/SquareLibrary.d.ts +3 -0
  475. package/dist/cjs/stroke/codingDevelopment/SquareLibrary.js +50 -0
  476. package/dist/cjs/stroke/codingDevelopment/SquareMinus.d.ts +3 -0
  477. package/dist/cjs/stroke/codingDevelopment/SquareMinus.js +50 -0
  478. package/dist/cjs/stroke/codingDevelopment/SquareMousePointer.d.ts +6 -0
  479. package/dist/cjs/stroke/codingDevelopment/SquareMousePointer.js +57 -0
  480. package/dist/cjs/stroke/codingDevelopment/SquarePi.d.ts +3 -0
  481. package/dist/cjs/stroke/codingDevelopment/SquarePi.js +50 -0
  482. package/dist/cjs/stroke/codingDevelopment/SquarePlus.d.ts +3 -0
  483. package/dist/cjs/stroke/codingDevelopment/SquarePlus.js +50 -0
  484. package/dist/cjs/stroke/codingDevelopment/SquareRadical.d.ts +3 -0
  485. package/dist/cjs/stroke/codingDevelopment/SquareRadical.js +50 -0
  486. package/dist/cjs/stroke/codingDevelopment/SquareRoundCorner.d.ts +6 -0
  487. package/dist/cjs/stroke/codingDevelopment/SquareRoundCorner.js +57 -0
  488. package/dist/cjs/stroke/codingDevelopment/SquareScissors.d.ts +6 -0
  489. package/dist/cjs/stroke/codingDevelopment/SquareScissors.js +57 -0
  490. package/dist/cjs/stroke/codingDevelopment/SquareSlash.d.ts +3 -0
  491. package/dist/cjs/stroke/codingDevelopment/SquareSlash.js +50 -0
  492. package/dist/cjs/stroke/codingDevelopment/SquareStack.d.ts +3 -0
  493. package/dist/cjs/stroke/codingDevelopment/SquareStack.js +50 -0
  494. package/dist/cjs/stroke/codingDevelopment/SquareTerminal.d.ts +3 -0
  495. package/dist/cjs/stroke/codingDevelopment/SquareTerminal.js +50 -0
  496. package/dist/cjs/stroke/codingDevelopment/SquircleDashed.d.ts +6 -0
  497. package/dist/cjs/stroke/codingDevelopment/SquircleDashed.js +57 -0
  498. package/dist/cjs/stroke/codingDevelopment/TableProperties.d.ts +3 -0
  499. package/dist/cjs/stroke/codingDevelopment/TableProperties.js +50 -0
  500. package/dist/cjs/stroke/codingDevelopment/TabletSmartphone.d.ts +6 -0
  501. package/dist/cjs/stroke/codingDevelopment/TabletSmartphone.js +57 -0
  502. package/dist/cjs/stroke/codingDevelopment/Telescope.d.ts +3 -0
  503. package/dist/cjs/stroke/codingDevelopment/Telescope.js +50 -0
  504. package/dist/cjs/stroke/codingDevelopment/Terminal.d.ts +3 -0
  505. package/dist/cjs/stroke/codingDevelopment/Terminal.js +50 -0
  506. package/dist/cjs/stroke/codingDevelopment/ToggleLeft.d.ts +6 -0
  507. package/dist/cjs/stroke/codingDevelopment/ToggleLeft.js +57 -0
  508. package/dist/cjs/stroke/codingDevelopment/ToggleRight.d.ts +6 -0
  509. package/dist/cjs/stroke/codingDevelopment/ToggleRight.js +57 -0
  510. package/dist/cjs/stroke/codingDevelopment/ToolCase.d.ts +3 -0
  511. package/dist/cjs/stroke/codingDevelopment/ToolCase.js +50 -0
  512. package/dist/cjs/stroke/codingDevelopment/ToyBrick.d.ts +3 -0
  513. package/dist/cjs/stroke/codingDevelopment/ToyBrick.js +50 -0
  514. package/dist/cjs/stroke/codingDevelopment/Trello.d.ts +3 -0
  515. package/dist/cjs/stroke/codingDevelopment/Trello.js +50 -0
  516. package/dist/cjs/stroke/codingDevelopment/TriangleAlert.d.ts +3 -0
  517. package/dist/cjs/stroke/codingDevelopment/TriangleAlert.js +50 -0
  518. package/dist/cjs/stroke/codingDevelopment/Unplug.d.ts +3 -0
  519. package/dist/cjs/stroke/codingDevelopment/Unplug.js +50 -0
  520. package/dist/cjs/stroke/codingDevelopment/Variable.d.ts +3 -0
  521. package/dist/cjs/stroke/codingDevelopment/Variable.js +50 -0
  522. package/dist/cjs/stroke/codingDevelopment/Waypoints.d.ts +6 -0
  523. package/dist/cjs/stroke/codingDevelopment/Waypoints.js +57 -0
  524. package/dist/cjs/stroke/codingDevelopment/Webhook.d.ts +6 -0
  525. package/dist/cjs/stroke/codingDevelopment/Webhook.js +57 -0
  526. package/dist/cjs/stroke/codingDevelopment/WebhookOff.d.ts +6 -0
  527. package/dist/cjs/stroke/codingDevelopment/WebhookOff.js +57 -0
  528. package/dist/cjs/stroke/codingDevelopment/Workflow.d.ts +3 -0
  529. package/dist/cjs/stroke/codingDevelopment/Workflow.js +50 -0
  530. package/dist/cjs/stroke/codingDevelopment/Wrench.d.ts +6 -0
  531. package/dist/cjs/stroke/codingDevelopment/Wrench.js +57 -0
  532. package/dist/cjs/stroke/codingDevelopment/index.d.ts +238 -0
  533. package/dist/cjs/stroke/codingDevelopment/index.js +486 -0
  534. package/dist/cjs/stroke/communication/CameraOff.js +1 -1
  535. package/dist/cjs/stroke/communication/CircleFadingPlus.js +1 -1
  536. package/dist/cjs/stroke/communication/Lectern.js +1 -1
  537. package/dist/cjs/stroke/communication/Nfc.js +1 -1
  538. package/dist/cjs/stroke/communication/Radar.js +1 -1
  539. package/dist/cjs/stroke/communication/SmartphoneNfc.js +1 -1
  540. package/dist/cjs/stroke/communication/SmilePlus.js +1 -1
  541. package/dist/cjs/stroke/communication/Spool.js +1 -1
  542. package/dist/cjs/stroke/communication/index.d.ts +0 -2
  543. package/dist/cjs/stroke/communication/index.js +1 -5
  544. package/dist/cjs/stroke/connectivity/BluetoothSearching.js +1 -1
  545. package/dist/cjs/stroke/connectivity/CassetteTape.js +2 -2
  546. package/dist/cjs/stroke/connectivity/Cctv.js +1 -1
  547. package/dist/cjs/stroke/connectivity/CirclePower.js +1 -1
  548. package/dist/cjs/stroke/connectivity/CloudOff.js +1 -1
  549. package/dist/cjs/stroke/connectivity/HeadphoneOff.js +1 -1
  550. package/dist/cjs/stroke/connectivity/HouseWifi.js +1 -1
  551. package/dist/cjs/stroke/connectivity/MicOff.js +2 -2
  552. package/dist/cjs/stroke/connectivity/MonitorPlay.js +1 -1
  553. package/dist/cjs/stroke/connectivity/PhoneOff.js +2 -2
  554. package/dist/cjs/stroke/connectivity/Satellite.js +1 -1
  555. package/dist/cjs/stroke/connectivity/SquarePower.js +1 -1
  556. package/dist/cjs/stroke/connectivity/VideoOff.js +2 -2
  557. package/dist/cjs/stroke/connectivity/Volume.js +2 -2
  558. package/dist/cjs/stroke/connectivity/VolumeOff.js +2 -2
  559. package/dist/cjs/stroke/connectivity/WifiOff.js +1 -1
  560. package/dist/cjs/stroke/connectivity/WifiPen.js +1 -1
  561. package/dist/cjs/stroke/connectivity/WifiSync.js +1 -1
  562. package/dist/cjs/stroke/connectivity/Zap.js +1 -1
  563. package/dist/cjs/stroke/connectivity/index.d.ts +0 -1
  564. package/dist/cjs/stroke/connectivity/index.js +1 -3
  565. package/dist/cjs/stroke/design/AArrowDown.d.ts +3 -0
  566. package/dist/cjs/stroke/design/AArrowDown.js +50 -0
  567. package/dist/cjs/stroke/design/AArrowUp.d.ts +3 -0
  568. package/dist/cjs/stroke/design/AArrowUp.js +50 -0
  569. package/dist/cjs/stroke/design/ALargeSmall.d.ts +3 -0
  570. package/dist/cjs/stroke/design/ALargeSmall.js +50 -0
  571. package/dist/cjs/stroke/design/Axis3D.d.ts +3 -0
  572. package/dist/cjs/stroke/design/Axis3D.js +50 -0
  573. package/dist/cjs/stroke/design/BetweenHorizontalEnd.d.ts +3 -0
  574. package/dist/cjs/stroke/design/BetweenHorizontalEnd.js +50 -0
  575. package/dist/cjs/stroke/design/BetweenHorizontalStart.d.ts +3 -0
  576. package/dist/cjs/stroke/design/BetweenHorizontalStart.js +50 -0
  577. package/dist/cjs/stroke/design/BetweenVerticalEnd.d.ts +3 -0
  578. package/dist/cjs/stroke/design/BetweenVerticalEnd.js +50 -0
  579. package/dist/cjs/stroke/design/BetweenVerticalStart.d.ts +3 -0
  580. package/dist/cjs/stroke/design/BetweenVerticalStart.js +50 -0
  581. package/dist/cjs/stroke/design/BookType.d.ts +3 -0
  582. package/dist/cjs/stroke/design/BookType.js +50 -0
  583. package/dist/cjs/stroke/design/BringToFront.d.ts +3 -0
  584. package/dist/cjs/stroke/design/BringToFront.js +50 -0
  585. package/dist/cjs/stroke/design/Brush.d.ts +3 -0
  586. package/dist/cjs/stroke/design/Brush.js +50 -0
  587. package/dist/cjs/stroke/design/BrushCleaning.d.ts +3 -0
  588. package/dist/cjs/stroke/design/BrushCleaning.js +50 -0
  589. package/dist/cjs/stroke/design/Columns2.d.ts +3 -0
  590. package/dist/cjs/stroke/design/Columns2.js +50 -0
  591. package/dist/cjs/stroke/design/Columns3.d.ts +3 -0
  592. package/dist/cjs/stroke/design/Columns3.js +50 -0
  593. package/dist/cjs/stroke/design/Columns3Cog.d.ts +3 -0
  594. package/dist/cjs/stroke/design/Columns3Cog.js +50 -0
  595. package/dist/cjs/stroke/design/Columns4.d.ts +3 -0
  596. package/dist/cjs/stroke/design/Columns4.js +50 -0
  597. package/dist/cjs/stroke/design/Crop.d.ts +3 -0
  598. package/dist/cjs/stroke/design/Crop.js +50 -0
  599. package/dist/cjs/stroke/design/Cylinder.d.ts +3 -0
  600. package/dist/cjs/stroke/design/Cylinder.js +50 -0
  601. package/dist/cjs/stroke/design/DecimalsArrowLeft.d.ts +6 -0
  602. package/dist/cjs/stroke/design/DecimalsArrowLeft.js +57 -0
  603. package/dist/cjs/stroke/design/DecimalsArrowRight.d.ts +6 -0
  604. package/dist/cjs/stroke/design/DecimalsArrowRight.js +57 -0
  605. package/dist/cjs/stroke/design/Diameter.d.ts +3 -0
  606. package/dist/cjs/stroke/design/Diameter.js +50 -0
  607. package/dist/cjs/stroke/design/DraftingCompass.d.ts +3 -0
  608. package/dist/cjs/stroke/design/DraftingCompass.js +50 -0
  609. package/dist/cjs/stroke/design/Dribbble.d.ts +3 -0
  610. package/dist/cjs/stroke/design/Dribbble.js +50 -0
  611. package/dist/cjs/stroke/design/Figma.d.ts +3 -0
  612. package/dist/cjs/stroke/design/Figma.js +50 -0
  613. package/dist/cjs/stroke/design/FileAxis3D.d.ts +3 -0
  614. package/dist/cjs/stroke/design/FileAxis3D.js +50 -0
  615. package/dist/cjs/stroke/design/FlipHorizontal.d.ts +3 -0
  616. package/dist/cjs/stroke/design/FlipHorizontal.js +50 -0
  617. package/dist/cjs/stroke/design/FlipHorizontal2.d.ts +3 -0
  618. package/dist/cjs/stroke/design/FlipHorizontal2.js +50 -0
  619. package/dist/cjs/stroke/design/FlipVertical.d.ts +3 -0
  620. package/dist/cjs/stroke/design/FlipVertical.js +50 -0
  621. package/dist/cjs/stroke/design/FlipVertical2.d.ts +3 -0
  622. package/dist/cjs/stroke/design/FlipVertical2.js +50 -0
  623. package/dist/cjs/stroke/design/Frame.d.ts +6 -0
  624. package/dist/cjs/stroke/design/Frame.js +57 -0
  625. package/dist/cjs/stroke/design/Framer.d.ts +3 -0
  626. package/dist/cjs/stroke/design/Framer.js +50 -0
  627. package/dist/cjs/stroke/design/Fullscreen.d.ts +3 -0
  628. package/dist/cjs/stroke/design/Fullscreen.js +50 -0
  629. package/dist/cjs/stroke/design/Grid2X2.d.ts +3 -0
  630. package/dist/cjs/stroke/design/Grid2X2.js +50 -0
  631. package/dist/cjs/stroke/design/Grid3X2.d.ts +3 -0
  632. package/dist/cjs/stroke/design/Grid3X2.js +50 -0
  633. package/dist/cjs/stroke/design/Grid3X3.d.ts +3 -0
  634. package/dist/cjs/stroke/design/Grid3X3.js +50 -0
  635. package/dist/cjs/stroke/design/HandGrab.d.ts +3 -0
  636. package/dist/cjs/stroke/design/HandGrab.js +50 -0
  637. package/dist/cjs/stroke/design/Highlighter.d.ts +3 -0
  638. package/dist/cjs/stroke/design/Highlighter.js +50 -0
  639. package/dist/cjs/stroke/design/IterationCcw.d.ts +6 -0
  640. package/dist/cjs/stroke/design/IterationCcw.js +57 -0
  641. package/dist/cjs/stroke/design/IterationCw.d.ts +6 -0
  642. package/dist/cjs/stroke/design/IterationCw.js +57 -0
  643. package/dist/cjs/stroke/design/LandPlot.d.ts +3 -0
  644. package/dist/cjs/stroke/design/LandPlot.js +50 -0
  645. package/dist/cjs/stroke/design/Lasso.d.ts +3 -0
  646. package/dist/cjs/stroke/design/Lasso.js +50 -0
  647. package/dist/cjs/stroke/design/LassoSelect.d.ts +6 -0
  648. package/dist/cjs/stroke/design/LassoSelect.js +57 -0
  649. package/dist/cjs/stroke/design/Layers.d.ts +3 -0
  650. package/dist/cjs/stroke/design/Layers.js +50 -0
  651. package/dist/cjs/stroke/design/Layers2.d.ts +3 -0
  652. package/dist/cjs/stroke/design/Layers2.js +50 -0
  653. package/dist/cjs/stroke/design/LayoutDashboard.d.ts +3 -0
  654. package/dist/cjs/stroke/design/LayoutDashboard.js +50 -0
  655. package/dist/cjs/stroke/design/LayoutGrid.d.ts +3 -0
  656. package/dist/cjs/stroke/design/LayoutGrid.js +50 -0
  657. package/dist/cjs/stroke/design/LayoutList.d.ts +3 -0
  658. package/dist/cjs/stroke/design/LayoutList.js +50 -0
  659. package/dist/cjs/stroke/design/LayoutPanelLeft.d.ts +3 -0
  660. package/dist/cjs/stroke/design/LayoutPanelLeft.js +50 -0
  661. package/dist/cjs/stroke/design/LineSquiggle.d.ts +3 -0
  662. package/dist/cjs/stroke/design/LineSquiggle.js +50 -0
  663. package/dist/cjs/stroke/design/Loader.d.ts +3 -0
  664. package/dist/cjs/stroke/design/Loader.js +50 -0
  665. package/dist/cjs/stroke/design/LoaderPinwheel.d.ts +3 -0
  666. package/dist/cjs/stroke/design/LoaderPinwheel.js +50 -0
  667. package/dist/cjs/stroke/design/Magnet.d.ts +3 -0
  668. package/dist/cjs/stroke/design/Magnet.js +50 -0
  669. package/dist/cjs/stroke/design/Maximize.d.ts +3 -0
  670. package/dist/cjs/stroke/design/Maximize.js +50 -0
  671. package/dist/cjs/stroke/design/Maximize2.d.ts +6 -0
  672. package/dist/cjs/stroke/design/Maximize2.js +57 -0
  673. package/dist/cjs/stroke/design/Minimize.d.ts +3 -0
  674. package/dist/cjs/stroke/design/Minimize.js +50 -0
  675. package/dist/cjs/stroke/design/Minimize2.d.ts +6 -0
  676. package/dist/cjs/stroke/design/Minimize2.js +57 -0
  677. package/dist/cjs/stroke/design/Move3D.d.ts +3 -0
  678. package/dist/cjs/stroke/design/Move3D.js +50 -0
  679. package/dist/cjs/stroke/design/Notebook.d.ts +6 -0
  680. package/dist/cjs/stroke/design/Notebook.js +57 -0
  681. package/dist/cjs/stroke/design/Origami.d.ts +6 -0
  682. package/dist/cjs/stroke/design/Origami.js +57 -0
  683. package/dist/cjs/stroke/design/PaintBrush.d.ts +3 -0
  684. package/dist/cjs/stroke/design/PaintBrush.js +50 -0
  685. package/dist/cjs/stroke/design/PaintBrushVertical.d.ts +3 -0
  686. package/dist/cjs/stroke/design/PaintBrushVertical.js +50 -0
  687. package/dist/cjs/stroke/design/PaintBucket.d.ts +3 -0
  688. package/dist/cjs/stroke/design/PaintBucket.js +50 -0
  689. package/dist/cjs/stroke/design/PaintRoller.d.ts +3 -0
  690. package/dist/cjs/stroke/design/PaintRoller.js +50 -0
  691. package/dist/cjs/stroke/design/Palette.d.ts +3 -0
  692. package/dist/cjs/stroke/design/Palette.js +50 -0
  693. package/dist/cjs/stroke/design/Paperclip.d.ts +3 -0
  694. package/dist/cjs/stroke/design/Paperclip.js +50 -0
  695. package/dist/cjs/stroke/design/Pen.d.ts +3 -0
  696. package/dist/cjs/stroke/design/Pen.js +50 -0
  697. package/dist/cjs/stroke/design/PenLine.d.ts +3 -0
  698. package/dist/cjs/stroke/design/PenLine.js +50 -0
  699. package/dist/cjs/stroke/design/PenOff.d.ts +3 -0
  700. package/dist/cjs/stroke/design/PenOff.js +50 -0
  701. package/dist/cjs/stroke/design/PenTool.d.ts +3 -0
  702. package/dist/cjs/stroke/design/PenTool.js +50 -0
  703. package/dist/cjs/stroke/design/Pencil.d.ts +3 -0
  704. package/dist/cjs/stroke/design/Pencil.js +50 -0
  705. package/dist/cjs/stroke/design/PencilLine.d.ts +3 -0
  706. package/dist/cjs/stroke/design/PencilLine.js +50 -0
  707. package/dist/cjs/stroke/design/PencilOff.d.ts +3 -0
  708. package/dist/cjs/stroke/design/PencilOff.js +50 -0
  709. package/dist/cjs/stroke/design/PencilRuler.d.ts +3 -0
  710. package/dist/cjs/stroke/design/PencilRuler.js +50 -0
  711. package/dist/cjs/stroke/design/Pipette.d.ts +3 -0
  712. package/dist/cjs/stroke/design/Pipette.js +50 -0
  713. package/dist/cjs/stroke/design/Presentation.d.ts +6 -0
  714. package/dist/cjs/stroke/design/Presentation.js +57 -0
  715. package/dist/cjs/stroke/design/Proportions.d.ts +3 -0
  716. package/dist/cjs/stroke/design/Proportions.js +50 -0
  717. package/dist/cjs/stroke/design/Radius.d.ts +3 -0
  718. package/dist/cjs/stroke/design/Radius.js +50 -0
  719. package/dist/cjs/stroke/design/Ratio.d.ts +3 -0
  720. package/dist/cjs/stroke/design/Ratio.js +50 -0
  721. package/dist/cjs/stroke/design/RectangleHorizontal.d.ts +3 -0
  722. package/dist/cjs/stroke/design/RectangleHorizontal.js +50 -0
  723. package/dist/cjs/stroke/design/RectangleVertical.d.ts +3 -0
  724. package/dist/cjs/stroke/design/RectangleVertical.js +50 -0
  725. package/dist/cjs/stroke/design/Rotate3D.d.ts +3 -0
  726. package/dist/cjs/stroke/design/Rotate3D.js +50 -0
  727. package/dist/cjs/stroke/design/RotateCcw.d.ts +6 -0
  728. package/dist/cjs/stroke/design/RotateCcw.js +57 -0
  729. package/dist/cjs/stroke/design/RotateCcwSquare.d.ts +6 -0
  730. package/dist/cjs/stroke/design/RotateCcwSquare.js +57 -0
  731. package/dist/cjs/stroke/design/RotateCw.d.ts +6 -0
  732. package/dist/cjs/stroke/design/RotateCw.js +57 -0
  733. package/dist/cjs/stroke/design/RotateCwSquare.d.ts +6 -0
  734. package/dist/cjs/stroke/design/RotateCwSquare.js +57 -0
  735. package/dist/cjs/stroke/design/Rows2.d.ts +3 -0
  736. package/dist/cjs/stroke/design/Rows2.js +50 -0
  737. package/dist/cjs/stroke/design/Rows3.d.ts +3 -0
  738. package/dist/cjs/stroke/design/Rows3.js +50 -0
  739. package/dist/cjs/stroke/design/Rows4.d.ts +3 -0
  740. package/dist/cjs/stroke/design/Rows4.js +50 -0
  741. package/dist/cjs/stroke/design/Ruler.d.ts +3 -0
  742. package/dist/cjs/stroke/design/Ruler.js +50 -0
  743. package/dist/cjs/stroke/design/RulerDimensionLine.d.ts +3 -0
  744. package/dist/cjs/stroke/design/RulerDimensionLine.js +50 -0
  745. package/dist/cjs/stroke/design/Scale3D.d.ts +3 -0
  746. package/dist/cjs/stroke/design/Scale3D.js +50 -0
  747. package/dist/cjs/stroke/design/Scaling.d.ts +3 -0
  748. package/dist/cjs/stroke/design/Scaling.js +50 -0
  749. package/dist/cjs/stroke/design/Scissors.d.ts +3 -0
  750. package/dist/cjs/stroke/design/Scissors.js +50 -0
  751. package/dist/cjs/stroke/design/ScissorsLineDashed.d.ts +3 -0
  752. package/dist/cjs/stroke/design/ScissorsLineDashed.js +50 -0
  753. package/dist/cjs/stroke/design/SendToBack.d.ts +3 -0
  754. package/dist/cjs/stroke/design/SendToBack.js +50 -0
  755. package/dist/cjs/stroke/design/Slice.d.ts +3 -0
  756. package/dist/cjs/stroke/design/Slice.js +50 -0
  757. package/dist/cjs/stroke/design/Spline.d.ts +3 -0
  758. package/dist/cjs/stroke/design/Spline.js +50 -0
  759. package/dist/cjs/stroke/design/SplinePointer.d.ts +6 -0
  760. package/dist/cjs/stroke/design/SplinePointer.js +57 -0
  761. package/dist/cjs/stroke/design/SprayCan.d.ts +3 -0
  762. package/dist/cjs/stroke/design/SprayCan.js +50 -0
  763. package/dist/cjs/stroke/design/SquareDashed.d.ts +3 -0
  764. package/dist/cjs/stroke/design/SquareDashed.js +50 -0
  765. package/dist/cjs/stroke/design/SquaresExclude.d.ts +3 -0
  766. package/dist/cjs/stroke/design/SquaresExclude.js +50 -0
  767. package/dist/cjs/stroke/design/SquaresIntersect.d.ts +3 -0
  768. package/dist/cjs/stroke/design/SquaresIntersect.js +50 -0
  769. package/dist/cjs/stroke/design/SquaresSubtract.d.ts +3 -0
  770. package/dist/cjs/stroke/design/SquaresSubtract.js +50 -0
  771. package/dist/cjs/stroke/design/SquaresUnite.d.ts +3 -0
  772. package/dist/cjs/stroke/design/SquaresUnite.js +50 -0
  773. package/dist/cjs/stroke/design/Stamp.d.ts +3 -0
  774. package/dist/cjs/stroke/design/Stamp.js +50 -0
  775. package/dist/cjs/stroke/design/SwatchBook.d.ts +3 -0
  776. package/dist/cjs/stroke/design/SwatchBook.js +50 -0
  777. package/dist/cjs/stroke/design/Tangent.d.ts +3 -0
  778. package/dist/cjs/stroke/design/Tangent.js +50 -0
  779. package/dist/cjs/stroke/design/Torus.d.ts +3 -0
  780. package/dist/cjs/stroke/design/Torus.js +50 -0
  781. package/dist/cjs/stroke/design/VectorSquare.d.ts +3 -0
  782. package/dist/cjs/stroke/design/VectorSquare.js +50 -0
  783. package/dist/cjs/stroke/design/View.d.ts +3 -0
  784. package/dist/cjs/stroke/design/View.js +50 -0
  785. package/dist/cjs/stroke/design/Wand.d.ts +3 -0
  786. package/dist/cjs/stroke/design/Wand.js +50 -0
  787. package/dist/cjs/stroke/design/WandSparkles.d.ts +3 -0
  788. package/dist/cjs/stroke/design/WandSparkles.js +50 -0
  789. package/dist/cjs/stroke/design/index.d.ts +112 -0
  790. package/dist/cjs/stroke/design/index.js +232 -0
  791. package/dist/cjs/stroke/mathematics/index.d.ts +0 -4
  792. package/dist/cjs/stroke/mathematics/index.js +1 -9
  793. package/dist/index.d.ts +2 -0
  794. package/dist/index.js +2 -0
  795. package/dist/solid/accessibility/Accessibility.js +2 -2
  796. package/dist/solid/accessibility/BadgeInfo.js +2 -2
  797. package/dist/solid/accessibility/BadgeQuestionMark.js +1 -1
  798. package/dist/solid/accessibility/CircleQuestionMark.js +1 -1
  799. package/dist/solid/accessibility/Contrast.js +3 -0
  800. package/dist/solid/accessibility/EarOff.js +2 -2
  801. package/dist/solid/accessibility/Eclipse.js +6 -0
  802. package/dist/solid/accessibility/Eye.js +3 -0
  803. package/dist/solid/accessibility/EyeClosed.js +4 -1
  804. package/dist/solid/accessibility/EyeOff.js +5 -2
  805. package/dist/solid/accessibility/Moon.js +2 -2
  806. package/dist/solid/accessibility/MoonStar.js +1 -1
  807. package/dist/solid/accessibility/ScanEye.js +2 -2
  808. package/dist/solid/accessibility/Speech.js +2 -2
  809. package/dist/solid/accessibility/Sun.js +1 -1
  810. package/dist/solid/accessibility/SunMoon.js +2 -2
  811. package/dist/solid/accessibility/ZoomIn.js +3 -0
  812. package/dist/solid/accessibility/ZoomOut.js +3 -0
  813. package/dist/solid/accountsAccess/Badge.js +2 -2
  814. package/dist/solid/accountsAccess/BadgeAlert.js +1 -1
  815. package/dist/solid/accountsAccess/BellDot.js +1 -1
  816. package/dist/stroke/accountsAccess/HeartHandshake.js +1 -1
  817. package/dist/stroke/accountsAccess/HeartMinus.js +1 -1
  818. package/dist/stroke/accountsAccess/HeartPlus.js +1 -1
  819. package/dist/stroke/accountsAccess/KeyRound.js +1 -1
  820. package/dist/stroke/accountsAccess/Link.js +1 -1
  821. package/dist/stroke/accountsAccess/Settings.js +1 -1
  822. package/dist/stroke/accountsAccess/Star.js +1 -1
  823. package/dist/stroke/accountsAccess/UserRoundCheck.js +1 -1
  824. package/dist/stroke/accountsAccess/UserRoundMinus.js +1 -1
  825. package/dist/stroke/accountsAccess/UserRoundPlus.js +1 -1
  826. package/dist/stroke/accountsAccess/UserStar.js +1 -1
  827. package/dist/stroke/accountsAccess/index.d.ts +0 -19
  828. package/dist/stroke/accountsAccess/index.js +0 -19
  829. package/dist/stroke/animals/Dog.js +1 -1
  830. package/dist/stroke/animals/FishOff.js +1 -1
  831. package/dist/stroke/animals/Panda.js +1 -1
  832. package/dist/stroke/animals/Shrimp.js +1 -1
  833. package/dist/stroke/animals/Squirrel.js +1 -1
  834. package/dist/stroke/animals/Worm.js +1 -1
  835. package/dist/stroke/animals/index.d.ts +0 -4
  836. package/dist/stroke/animals/index.js +0 -4
  837. package/dist/stroke/arrows/FolderInput.js +1 -1
  838. package/dist/stroke/arrows/FolderOutput.js +1 -1
  839. package/dist/stroke/arrows/FolderSync.js +1 -1
  840. package/dist/stroke/arrows/MousePointer2.js +1 -1
  841. package/dist/stroke/arrows/MousePointerBan.js +1 -1
  842. package/dist/stroke/arrows/Play.js +1 -1
  843. package/dist/stroke/arrows/index.d.ts +0 -35
  844. package/dist/stroke/arrows/index.js +0 -35
  845. package/dist/stroke/charts/ChartPie.js +1 -1
  846. package/dist/stroke/charts/index.d.ts +0 -6
  847. package/dist/stroke/charts/index.js +0 -6
  848. package/dist/stroke/codingDevelopment/Ampersand.d.ts +3 -0
  849. package/dist/stroke/codingDevelopment/Ampersand.js +14 -0
  850. package/dist/stroke/codingDevelopment/Ampersands.d.ts +3 -0
  851. package/dist/stroke/codingDevelopment/Ampersands.js +14 -0
  852. package/dist/stroke/codingDevelopment/AppWindow.d.ts +6 -0
  853. package/dist/stroke/codingDevelopment/AppWindow.js +21 -0
  854. package/dist/stroke/codingDevelopment/AppWindowMac.d.ts +6 -0
  855. package/dist/stroke/codingDevelopment/AppWindowMac.js +21 -0
  856. package/dist/stroke/codingDevelopment/ArrowBigUp.d.ts +6 -0
  857. package/dist/stroke/codingDevelopment/ArrowBigUp.js +21 -0
  858. package/dist/stroke/codingDevelopment/ArrowBigUpDash.d.ts +6 -0
  859. package/dist/stroke/codingDevelopment/ArrowBigUpDash.js +21 -0
  860. package/dist/stroke/codingDevelopment/ArrowDownToLine.d.ts +6 -0
  861. package/dist/stroke/codingDevelopment/ArrowDownToLine.js +21 -0
  862. package/dist/stroke/codingDevelopment/ArrowRightToLine.d.ts +6 -0
  863. package/dist/stroke/codingDevelopment/ArrowRightToLine.js +21 -0
  864. package/dist/stroke/codingDevelopment/ArrowUpFromLine.d.ts +6 -0
  865. package/dist/stroke/codingDevelopment/ArrowUpFromLine.js +21 -0
  866. package/dist/stroke/codingDevelopment/Asterisk.d.ts +6 -0
  867. package/dist/stroke/codingDevelopment/Asterisk.js +21 -0
  868. package/dist/stroke/codingDevelopment/Binary.d.ts +3 -0
  869. package/dist/stroke/codingDevelopment/Binary.js +14 -0
  870. package/dist/stroke/codingDevelopment/Binoculars.d.ts +3 -0
  871. package/dist/stroke/codingDevelopment/Binoculars.js +14 -0
  872. package/dist/stroke/codingDevelopment/Bitcoin.d.ts +3 -0
  873. package/dist/stroke/codingDevelopment/Bitcoin.js +14 -0
  874. package/dist/stroke/codingDevelopment/Blend.d.ts +6 -0
  875. package/dist/stroke/codingDevelopment/Blend.js +21 -0
  876. package/dist/stroke/codingDevelopment/Blocks.d.ts +3 -0
  877. package/dist/stroke/codingDevelopment/Blocks.js +14 -0
  878. package/dist/stroke/codingDevelopment/Book.d.ts +3 -0
  879. package/dist/stroke/codingDevelopment/Book.js +14 -0
  880. package/dist/stroke/codingDevelopment/BookAlert.d.ts +3 -0
  881. package/dist/stroke/codingDevelopment/BookAlert.js +14 -0
  882. package/dist/stroke/codingDevelopment/BookCheck.d.ts +3 -0
  883. package/dist/stroke/codingDevelopment/BookCheck.js +14 -0
  884. package/dist/stroke/codingDevelopment/BookCopy.d.ts +3 -0
  885. package/dist/stroke/codingDevelopment/BookCopy.js +14 -0
  886. package/dist/stroke/codingDevelopment/BookDashed.d.ts +3 -0
  887. package/dist/stroke/codingDevelopment/BookDashed.js +14 -0
  888. package/dist/stroke/codingDevelopment/BookDown.d.ts +3 -0
  889. package/dist/stroke/codingDevelopment/BookDown.js +14 -0
  890. package/dist/stroke/codingDevelopment/BookKey.d.ts +3 -0
  891. package/dist/stroke/codingDevelopment/BookKey.js +14 -0
  892. package/dist/stroke/codingDevelopment/BookLock.d.ts +3 -0
  893. package/dist/stroke/codingDevelopment/BookLock.js +14 -0
  894. package/dist/stroke/codingDevelopment/BookMarked.d.ts +3 -0
  895. package/dist/stroke/codingDevelopment/BookMarked.js +14 -0
  896. package/dist/stroke/codingDevelopment/BookMinus.d.ts +3 -0
  897. package/dist/stroke/codingDevelopment/BookMinus.js +14 -0
  898. package/dist/stroke/codingDevelopment/BookOpen.d.ts +3 -0
  899. package/dist/stroke/codingDevelopment/BookOpen.js +14 -0
  900. package/dist/stroke/codingDevelopment/BookOpenCheck.d.ts +3 -0
  901. package/dist/stroke/codingDevelopment/BookOpenCheck.js +14 -0
  902. package/dist/stroke/codingDevelopment/BookOpenText.d.ts +3 -0
  903. package/dist/stroke/codingDevelopment/BookOpenText.js +14 -0
  904. package/dist/stroke/codingDevelopment/BookPlus.d.ts +3 -0
  905. package/dist/stroke/codingDevelopment/BookPlus.js +14 -0
  906. package/dist/stroke/codingDevelopment/BookUp.d.ts +3 -0
  907. package/dist/stroke/codingDevelopment/BookUp.js +14 -0
  908. package/dist/stroke/codingDevelopment/BookUp2.d.ts +3 -0
  909. package/dist/stroke/codingDevelopment/BookUp2.js +14 -0
  910. package/dist/stroke/codingDevelopment/Bot.d.ts +3 -0
  911. package/dist/stroke/codingDevelopment/Bot.js +14 -0
  912. package/dist/stroke/codingDevelopment/BotMessageSquare.d.ts +3 -0
  913. package/dist/stroke/codingDevelopment/BotMessageSquare.js +14 -0
  914. package/dist/stroke/codingDevelopment/BotOff.d.ts +3 -0
  915. package/dist/stroke/codingDevelopment/BotOff.js +14 -0
  916. package/dist/stroke/codingDevelopment/Box.d.ts +3 -0
  917. package/dist/stroke/codingDevelopment/Box.js +14 -0
  918. package/dist/stroke/codingDevelopment/Boxes.d.ts +3 -0
  919. package/dist/stroke/codingDevelopment/Boxes.js +14 -0
  920. package/dist/stroke/codingDevelopment/Braces.d.ts +3 -0
  921. package/dist/stroke/codingDevelopment/Braces.js +14 -0
  922. package/dist/stroke/codingDevelopment/Brackets.d.ts +3 -0
  923. package/dist/stroke/codingDevelopment/Brackets.js +14 -0
  924. package/dist/stroke/codingDevelopment/BrainCircuit.d.ts +3 -0
  925. package/dist/stroke/codingDevelopment/BrainCircuit.js +14 -0
  926. package/dist/stroke/codingDevelopment/BrainCog.d.ts +3 -0
  927. package/dist/stroke/codingDevelopment/BrainCog.js +14 -0
  928. package/dist/stroke/codingDevelopment/Bug.d.ts +6 -0
  929. package/dist/stroke/codingDevelopment/Bug.js +21 -0
  930. package/dist/stroke/codingDevelopment/BugOff.d.ts +6 -0
  931. package/dist/stroke/codingDevelopment/BugOff.js +21 -0
  932. package/dist/stroke/codingDevelopment/BugPlay.d.ts +6 -0
  933. package/dist/stroke/codingDevelopment/BugPlay.js +21 -0
  934. package/dist/stroke/codingDevelopment/CaseLower.d.ts +3 -0
  935. package/dist/stroke/codingDevelopment/CaseLower.js +14 -0
  936. package/dist/stroke/codingDevelopment/CaseUpper.d.ts +3 -0
  937. package/dist/stroke/codingDevelopment/CaseUpper.js +14 -0
  938. package/dist/stroke/codingDevelopment/ChartNoAxesGantt.d.ts +6 -0
  939. package/dist/stroke/codingDevelopment/ChartNoAxesGantt.js +24 -0
  940. package/dist/stroke/codingDevelopment/ChevronRight.d.ts +6 -0
  941. package/dist/stroke/codingDevelopment/ChevronRight.js +21 -0
  942. package/dist/stroke/codingDevelopment/CircleArrowOutUpLeft.d.ts +6 -0
  943. package/dist/stroke/codingDevelopment/CircleArrowOutUpLeft.js +21 -0
  944. package/dist/stroke/codingDevelopment/CircleDashed.d.ts +3 -0
  945. package/dist/stroke/codingDevelopment/CircleDashed.js +14 -0
  946. package/dist/stroke/codingDevelopment/CircleDot.d.ts +3 -0
  947. package/dist/stroke/codingDevelopment/CircleDot.js +14 -0
  948. package/dist/stroke/codingDevelopment/CircleDotDashed.d.ts +3 -0
  949. package/dist/stroke/codingDevelopment/CircleDotDashed.js +14 -0
  950. package/dist/stroke/codingDevelopment/CircleEllipsis.d.ts +3 -0
  951. package/dist/stroke/codingDevelopment/CircleEllipsis.js +14 -0
  952. package/dist/stroke/codingDevelopment/CircleFadingArrowUp.d.ts +6 -0
  953. package/dist/stroke/codingDevelopment/CircleFadingArrowUp.js +21 -0
  954. package/dist/stroke/codingDevelopment/CirclePlus.d.ts +3 -0
  955. package/dist/stroke/codingDevelopment/CirclePlus.js +14 -0
  956. package/dist/stroke/codingDevelopment/CircleSlash.d.ts +3 -0
  957. package/dist/stroke/codingDevelopment/CircleSlash.js +14 -0
  958. package/dist/stroke/codingDevelopment/CircleSlash2.d.ts +3 -0
  959. package/dist/stroke/codingDevelopment/CircleSlash2.js +14 -0
  960. package/dist/stroke/codingDevelopment/CircleX.d.ts +3 -0
  961. package/dist/stroke/codingDevelopment/CircleX.js +14 -0
  962. package/dist/stroke/codingDevelopment/CircuitBoard.d.ts +3 -0
  963. package/dist/stroke/codingDevelopment/CircuitBoard.js +14 -0
  964. package/dist/stroke/codingDevelopment/CloudAlert.d.ts +3 -0
  965. package/dist/stroke/codingDevelopment/CloudAlert.js +14 -0
  966. package/dist/stroke/codingDevelopment/CloudCheck.d.ts +3 -0
  967. package/dist/stroke/codingDevelopment/CloudCheck.js +14 -0
  968. package/dist/stroke/codingDevelopment/CloudCog.d.ts +3 -0
  969. package/dist/stroke/codingDevelopment/CloudCog.js +14 -0
  970. package/dist/stroke/codingDevelopment/Code.d.ts +3 -0
  971. package/dist/stroke/codingDevelopment/Code.js +14 -0
  972. package/dist/stroke/codingDevelopment/CodeXml.d.ts +3 -0
  973. package/dist/stroke/codingDevelopment/CodeXml.js +14 -0
  974. package/dist/stroke/codingDevelopment/Codepen.d.ts +3 -0
  975. package/dist/stroke/codingDevelopment/Codepen.js +14 -0
  976. package/dist/stroke/codingDevelopment/CodesAndBox.d.ts +3 -0
  977. package/dist/stroke/codingDevelopment/CodesAndBox.js +14 -0
  978. package/dist/stroke/codingDevelopment/Combine.d.ts +3 -0
  979. package/dist/stroke/codingDevelopment/Combine.js +14 -0
  980. package/dist/stroke/codingDevelopment/Command.d.ts +3 -0
  981. package/dist/stroke/codingDevelopment/Command.js +14 -0
  982. package/dist/stroke/codingDevelopment/Component.d.ts +6 -0
  983. package/dist/stroke/codingDevelopment/Component.js +21 -0
  984. package/dist/stroke/codingDevelopment/Computer.d.ts +3 -0
  985. package/dist/stroke/codingDevelopment/Computer.js +14 -0
  986. package/dist/stroke/codingDevelopment/Construction.d.ts +3 -0
  987. package/dist/stroke/codingDevelopment/Construction.js +14 -0
  988. package/dist/stroke/codingDevelopment/Container.d.ts +3 -0
  989. package/dist/stroke/codingDevelopment/Container.js +14 -0
  990. package/dist/stroke/codingDevelopment/CopySlash.d.ts +3 -0
  991. package/dist/stroke/codingDevelopment/CopySlash.js +14 -0
  992. package/dist/stroke/codingDevelopment/CornerDownRight.d.ts +6 -0
  993. package/dist/stroke/codingDevelopment/CornerDownRight.js +21 -0
  994. package/dist/stroke/codingDevelopment/Database.d.ts +3 -0
  995. package/dist/stroke/codingDevelopment/Database.js +14 -0
  996. package/dist/stroke/codingDevelopment/DatabaseBackup.d.ts +6 -0
  997. package/dist/stroke/codingDevelopment/DatabaseBackup.js +24 -0
  998. package/dist/stroke/codingDevelopment/DatabaseZap.d.ts +3 -0
  999. package/dist/stroke/codingDevelopment/DatabaseZap.js +14 -0
  1000. package/dist/stroke/codingDevelopment/Diff.d.ts +3 -0
  1001. package/dist/stroke/codingDevelopment/Diff.js +14 -0
  1002. package/dist/stroke/codingDevelopment/Divide.d.ts +3 -0
  1003. package/dist/stroke/codingDevelopment/Divide.js +14 -0
  1004. package/dist/stroke/codingDevelopment/Dock.d.ts +6 -0
  1005. package/dist/stroke/codingDevelopment/Dock.js +21 -0
  1006. package/dist/stroke/codingDevelopment/EarthLock.d.ts +3 -0
  1007. package/dist/stroke/codingDevelopment/EarthLock.js +14 -0
  1008. package/dist/stroke/codingDevelopment/Ellipsis.d.ts +3 -0
  1009. package/dist/stroke/codingDevelopment/Ellipsis.js +14 -0
  1010. package/dist/stroke/codingDevelopment/Equal.d.ts +6 -0
  1011. package/dist/stroke/codingDevelopment/Equal.js +21 -0
  1012. package/dist/stroke/codingDevelopment/EqualNot.d.ts +3 -0
  1013. package/dist/stroke/codingDevelopment/EqualNot.js +14 -0
  1014. package/dist/stroke/codingDevelopment/FileCode.d.ts +3 -0
  1015. package/dist/stroke/codingDevelopment/FileCode.js +14 -0
  1016. package/dist/stroke/codingDevelopment/FileCode2.d.ts +3 -0
  1017. package/dist/stroke/codingDevelopment/FileCode2.js +14 -0
  1018. package/dist/stroke/codingDevelopment/FileDiff.d.ts +3 -0
  1019. package/dist/stroke/codingDevelopment/FileDiff.js +14 -0
  1020. package/dist/stroke/codingDevelopment/FileDigit.d.ts +3 -0
  1021. package/dist/stroke/codingDevelopment/FileDigit.js +14 -0
  1022. package/dist/stroke/codingDevelopment/FileJson.d.ts +3 -0
  1023. package/dist/stroke/codingDevelopment/FileJson.js +14 -0
  1024. package/dist/stroke/codingDevelopment/FileJson2.d.ts +3 -0
  1025. package/dist/stroke/codingDevelopment/FileJson2.js +14 -0
  1026. package/dist/stroke/codingDevelopment/FileSliders.d.ts +3 -0
  1027. package/dist/stroke/codingDevelopment/FileSliders.js +14 -0
  1028. package/dist/stroke/codingDevelopment/FileStack.d.ts +3 -0
  1029. package/dist/stroke/codingDevelopment/FileStack.js +14 -0
  1030. package/dist/stroke/codingDevelopment/FileTerminal.d.ts +3 -0
  1031. package/dist/stroke/codingDevelopment/FileTerminal.js +14 -0
  1032. package/dist/stroke/codingDevelopment/FlagTriangleLeft.d.ts +3 -0
  1033. package/dist/stroke/codingDevelopment/FlagTriangleLeft.js +14 -0
  1034. package/dist/stroke/codingDevelopment/FlagTriangleRight.d.ts +3 -0
  1035. package/dist/stroke/codingDevelopment/FlagTriangleRight.js +14 -0
  1036. package/dist/stroke/codingDevelopment/FolderCode.d.ts +3 -0
  1037. package/dist/stroke/codingDevelopment/FolderCode.js +14 -0
  1038. package/dist/stroke/codingDevelopment/FolderDot.d.ts +3 -0
  1039. package/dist/stroke/codingDevelopment/FolderDot.js +14 -0
  1040. package/dist/stroke/codingDevelopment/FolderKanban.d.ts +6 -0
  1041. package/dist/stroke/codingDevelopment/FolderKanban.js +24 -0
  1042. package/dist/stroke/codingDevelopment/FolderOpenDot.d.ts +3 -0
  1043. package/dist/stroke/codingDevelopment/FolderOpenDot.js +14 -0
  1044. package/dist/stroke/codingDevelopment/FolderRoot.d.ts +3 -0
  1045. package/dist/stroke/codingDevelopment/FolderRoot.js +14 -0
  1046. package/dist/stroke/codingDevelopment/GalleryHorizontal.d.ts +6 -0
  1047. package/dist/stroke/codingDevelopment/GalleryHorizontal.js +21 -0
  1048. package/dist/stroke/codingDevelopment/GalleryHorizontalEnd.d.ts +6 -0
  1049. package/dist/stroke/codingDevelopment/GalleryHorizontalEnd.js +21 -0
  1050. package/dist/stroke/codingDevelopment/GalleryThumbnails.d.ts +6 -0
  1051. package/dist/stroke/codingDevelopment/GalleryThumbnails.js +21 -0
  1052. package/dist/stroke/codingDevelopment/GalleryVertical.d.ts +6 -0
  1053. package/dist/stroke/codingDevelopment/GalleryVertical.js +21 -0
  1054. package/dist/stroke/codingDevelopment/GalleryVerticalEnd.d.ts +6 -0
  1055. package/dist/stroke/codingDevelopment/GalleryVerticalEnd.js +21 -0
  1056. package/dist/stroke/codingDevelopment/Gem.d.ts +3 -0
  1057. package/dist/stroke/codingDevelopment/Gem.js +14 -0
  1058. package/dist/stroke/codingDevelopment/GitBranch.d.ts +3 -0
  1059. package/dist/stroke/codingDevelopment/GitBranch.js +14 -0
  1060. package/dist/stroke/codingDevelopment/GitBranchPlus.d.ts +3 -0
  1061. package/dist/stroke/codingDevelopment/GitBranchPlus.js +14 -0
  1062. package/dist/stroke/codingDevelopment/GitCommitHorizontal.d.ts +3 -0
  1063. package/dist/stroke/codingDevelopment/GitCommitHorizontal.js +14 -0
  1064. package/dist/stroke/codingDevelopment/GitCommitVertical.d.ts +3 -0
  1065. package/dist/stroke/codingDevelopment/GitCommitVertical.js +14 -0
  1066. package/dist/stroke/codingDevelopment/GitCompare.d.ts +3 -0
  1067. package/dist/stroke/codingDevelopment/GitCompare.js +14 -0
  1068. package/dist/stroke/codingDevelopment/GitCompareArrows.d.ts +6 -0
  1069. package/dist/stroke/codingDevelopment/GitCompareArrows.js +21 -0
  1070. package/dist/stroke/codingDevelopment/GitFork.d.ts +3 -0
  1071. package/dist/stroke/codingDevelopment/GitFork.js +14 -0
  1072. package/dist/stroke/codingDevelopment/GitGraph.d.ts +3 -0
  1073. package/dist/stroke/codingDevelopment/GitGraph.js +14 -0
  1074. package/dist/stroke/codingDevelopment/GitMerge.d.ts +3 -0
  1075. package/dist/stroke/codingDevelopment/GitMerge.js +14 -0
  1076. package/dist/stroke/codingDevelopment/GitPullRequest.d.ts +3 -0
  1077. package/dist/stroke/codingDevelopment/GitPullRequest.js +14 -0
  1078. package/dist/stroke/codingDevelopment/GitPullRequestArrow.d.ts +6 -0
  1079. package/dist/stroke/codingDevelopment/GitPullRequestArrow.js +21 -0
  1080. package/dist/stroke/codingDevelopment/GitPullRequestClosed.d.ts +3 -0
  1081. package/dist/stroke/codingDevelopment/GitPullRequestClosed.js +14 -0
  1082. package/dist/stroke/codingDevelopment/GitPullRequestCreate.d.ts +3 -0
  1083. package/dist/stroke/codingDevelopment/GitPullRequestCreate.js +14 -0
  1084. package/dist/stroke/codingDevelopment/GitPullRequestCreateArrow.d.ts +3 -0
  1085. package/dist/stroke/codingDevelopment/GitPullRequestCreateArrow.js +14 -0
  1086. package/dist/stroke/codingDevelopment/GitPullRequestDraft.d.ts +3 -0
  1087. package/dist/stroke/codingDevelopment/GitPullRequestDraft.js +14 -0
  1088. package/dist/stroke/codingDevelopment/Github.d.ts +3 -0
  1089. package/dist/stroke/codingDevelopment/Github.js +14 -0
  1090. package/dist/stroke/codingDevelopment/Gitlab.d.ts +3 -0
  1091. package/dist/stroke/codingDevelopment/Gitlab.js +14 -0
  1092. package/dist/stroke/codingDevelopment/GlobeLock.d.ts +3 -0
  1093. package/dist/stroke/codingDevelopment/GlobeLock.js +14 -0
  1094. package/dist/stroke/codingDevelopment/HardDrive.d.ts +3 -0
  1095. package/dist/stroke/codingDevelopment/HardDrive.js +14 -0
  1096. package/dist/stroke/codingDevelopment/HardDriveDownload.d.ts +6 -0
  1097. package/dist/stroke/codingDevelopment/HardDriveDownload.js +21 -0
  1098. package/dist/stroke/codingDevelopment/HardDriveUpload.d.ts +6 -0
  1099. package/dist/stroke/codingDevelopment/HardDriveUpload.js +21 -0
  1100. package/dist/stroke/codingDevelopment/Hexagon.d.ts +3 -0
  1101. package/dist/stroke/codingDevelopment/Hexagon.js +14 -0
  1102. package/dist/stroke/codingDevelopment/Kanban.d.ts +6 -0
  1103. package/dist/stroke/codingDevelopment/Kanban.js +24 -0
  1104. package/dist/stroke/codingDevelopment/Keyboard.d.ts +3 -0
  1105. package/dist/stroke/codingDevelopment/Keyboard.js +14 -0
  1106. package/dist/stroke/codingDevelopment/KeyboardOff.d.ts +3 -0
  1107. package/dist/stroke/codingDevelopment/KeyboardOff.js +14 -0
  1108. package/dist/stroke/codingDevelopment/Library.d.ts +3 -0
  1109. package/dist/stroke/codingDevelopment/Library.js +14 -0
  1110. package/dist/stroke/codingDevelopment/LibraryBig.d.ts +3 -0
  1111. package/dist/stroke/codingDevelopment/LibraryBig.js +14 -0
  1112. package/dist/stroke/codingDevelopment/ListIndentDecrease.d.ts +3 -0
  1113. package/dist/stroke/codingDevelopment/ListIndentDecrease.js +14 -0
  1114. package/dist/stroke/codingDevelopment/ListIndentIncrease.d.ts +3 -0
  1115. package/dist/stroke/codingDevelopment/ListIndentIncrease.js +14 -0
  1116. package/dist/stroke/codingDevelopment/Merge.d.ts +6 -0
  1117. package/dist/stroke/codingDevelopment/Merge.js +21 -0
  1118. package/dist/stroke/codingDevelopment/MessageCircleCode.d.ts +3 -0
  1119. package/dist/stroke/codingDevelopment/MessageCircleCode.js +14 -0
  1120. package/dist/stroke/codingDevelopment/MessageSquareCode.d.ts +3 -0
  1121. package/dist/stroke/codingDevelopment/MessageSquareCode.js +14 -0
  1122. package/dist/stroke/codingDevelopment/MessageSquareDiff.d.ts +3 -0
  1123. package/dist/stroke/codingDevelopment/MessageSquareDiff.js +14 -0
  1124. package/dist/stroke/codingDevelopment/Milestone.d.ts +6 -0
  1125. package/dist/stroke/codingDevelopment/Milestone.js +21 -0
  1126. package/dist/stroke/codingDevelopment/Minus.d.ts +6 -0
  1127. package/dist/stroke/codingDevelopment/Minus.js +21 -0
  1128. package/dist/stroke/codingDevelopment/Network.d.ts +3 -0
  1129. package/dist/stroke/codingDevelopment/Network.js +14 -0
  1130. package/dist/stroke/codingDevelopment/Omega.d.ts +3 -0
  1131. package/dist/stroke/codingDevelopment/Omega.js +14 -0
  1132. package/dist/stroke/codingDevelopment/Option.d.ts +3 -0
  1133. package/dist/stroke/codingDevelopment/Option.js +14 -0
  1134. package/dist/stroke/codingDevelopment/Package.d.ts +3 -0
  1135. package/dist/stroke/codingDevelopment/Package.js +14 -0
  1136. package/dist/stroke/codingDevelopment/Package2.d.ts +3 -0
  1137. package/dist/stroke/codingDevelopment/Package2.js +14 -0
  1138. package/dist/stroke/codingDevelopment/PackageCheck.d.ts +3 -0
  1139. package/dist/stroke/codingDevelopment/PackageCheck.js +14 -0
  1140. package/dist/stroke/codingDevelopment/PackageMinus.d.ts +3 -0
  1141. package/dist/stroke/codingDevelopment/PackageMinus.js +14 -0
  1142. package/dist/stroke/codingDevelopment/PackageOpen.d.ts +3 -0
  1143. package/dist/stroke/codingDevelopment/PackageOpen.js +14 -0
  1144. package/dist/stroke/codingDevelopment/PackagePlus.d.ts +3 -0
  1145. package/dist/stroke/codingDevelopment/PackagePlus.js +14 -0
  1146. package/dist/stroke/codingDevelopment/PackageSearch.d.ts +3 -0
  1147. package/dist/stroke/codingDevelopment/PackageSearch.js +14 -0
  1148. package/dist/stroke/codingDevelopment/PackageX.d.ts +3 -0
  1149. package/dist/stroke/codingDevelopment/PackageX.js +14 -0
  1150. package/dist/stroke/codingDevelopment/PanelTop.d.ts +6 -0
  1151. package/dist/stroke/codingDevelopment/PanelTop.js +21 -0
  1152. package/dist/stroke/codingDevelopment/PanelsTopLeft.d.ts +6 -0
  1153. package/dist/stroke/codingDevelopment/PanelsTopLeft.js +21 -0
  1154. package/dist/stroke/codingDevelopment/Parentheses.d.ts +3 -0
  1155. package/dist/stroke/codingDevelopment/Parentheses.js +14 -0
  1156. package/dist/stroke/codingDevelopment/Percent.d.ts +3 -0
  1157. package/dist/stroke/codingDevelopment/Percent.js +14 -0
  1158. package/dist/stroke/codingDevelopment/Pi.d.ts +3 -0
  1159. package/dist/stroke/codingDevelopment/Pi.js +14 -0
  1160. package/dist/stroke/codingDevelopment/Plug.d.ts +3 -0
  1161. package/dist/stroke/codingDevelopment/Plug.js +14 -0
  1162. package/dist/stroke/codingDevelopment/Plug2.d.ts +3 -0
  1163. package/dist/stroke/codingDevelopment/Plug2.js +14 -0
  1164. package/dist/stroke/codingDevelopment/Plus.d.ts +6 -0
  1165. package/dist/stroke/codingDevelopment/Plus.js +21 -0
  1166. package/dist/stroke/codingDevelopment/Puzzle.d.ts +3 -0
  1167. package/dist/stroke/codingDevelopment/Puzzle.js +14 -0
  1168. package/dist/stroke/codingDevelopment/QrCode.d.ts +3 -0
  1169. package/dist/stroke/codingDevelopment/QrCode.js +14 -0
  1170. package/dist/stroke/codingDevelopment/Radical.d.ts +3 -0
  1171. package/dist/stroke/codingDevelopment/Radical.js +14 -0
  1172. package/dist/stroke/codingDevelopment/RectangleCircle.d.ts +3 -0
  1173. package/dist/stroke/codingDevelopment/RectangleCircle.js +14 -0
  1174. package/dist/stroke/codingDevelopment/RectangleEllipsis.d.ts +3 -0
  1175. package/dist/stroke/codingDevelopment/RectangleEllipsis.js +14 -0
  1176. package/dist/stroke/codingDevelopment/RefreshCcwDot.d.ts +6 -0
  1177. package/dist/stroke/codingDevelopment/RefreshCcwDot.js +21 -0
  1178. package/dist/stroke/codingDevelopment/Regex.d.ts +3 -0
  1179. package/dist/stroke/codingDevelopment/Regex.js +14 -0
  1180. package/dist/stroke/codingDevelopment/Rocket.d.ts +3 -0
  1181. package/dist/stroke/codingDevelopment/Rocket.js +14 -0
  1182. package/dist/stroke/codingDevelopment/Router.d.ts +6 -0
  1183. package/dist/stroke/codingDevelopment/Router.js +21 -0
  1184. package/dist/stroke/codingDevelopment/Rss.d.ts +3 -0
  1185. package/dist/stroke/codingDevelopment/Rss.js +14 -0
  1186. package/dist/stroke/codingDevelopment/Scroll.d.ts +3 -0
  1187. package/dist/stroke/codingDevelopment/Scroll.js +14 -0
  1188. package/dist/stroke/codingDevelopment/ScrollText.d.ts +3 -0
  1189. package/dist/stroke/codingDevelopment/ScrollText.js +14 -0
  1190. package/dist/stroke/codingDevelopment/SearchCode.d.ts +3 -0
  1191. package/dist/stroke/codingDevelopment/SearchCode.js +14 -0
  1192. package/dist/stroke/codingDevelopment/Server.d.ts +3 -0
  1193. package/dist/stroke/codingDevelopment/Server.js +14 -0
  1194. package/dist/stroke/codingDevelopment/ServerCog.d.ts +3 -0
  1195. package/dist/stroke/codingDevelopment/ServerCog.js +14 -0
  1196. package/dist/stroke/codingDevelopment/ServerCrash.d.ts +3 -0
  1197. package/dist/stroke/codingDevelopment/ServerCrash.js +14 -0
  1198. package/dist/stroke/codingDevelopment/ServerOff.d.ts +3 -0
  1199. package/dist/stroke/codingDevelopment/ServerOff.js +14 -0
  1200. package/dist/stroke/codingDevelopment/Shell.d.ts +3 -0
  1201. package/dist/stroke/codingDevelopment/Shell.js +14 -0
  1202. package/dist/stroke/codingDevelopment/Shield.d.ts +6 -0
  1203. package/dist/stroke/codingDevelopment/Shield.js +21 -0
  1204. package/dist/stroke/codingDevelopment/ShieldAlert.d.ts +6 -0
  1205. package/dist/stroke/codingDevelopment/ShieldAlert.js +21 -0
  1206. package/dist/stroke/codingDevelopment/ShieldBan.d.ts +6 -0
  1207. package/dist/stroke/codingDevelopment/ShieldBan.js +21 -0
  1208. package/dist/stroke/codingDevelopment/ShieldCheck.d.ts +6 -0
  1209. package/dist/stroke/codingDevelopment/ShieldCheck.js +21 -0
  1210. package/dist/stroke/codingDevelopment/ShieldEllipsis.d.ts +6 -0
  1211. package/dist/stroke/codingDevelopment/ShieldEllipsis.js +21 -0
  1212. package/dist/stroke/codingDevelopment/ShieldHalf.d.ts +6 -0
  1213. package/dist/stroke/codingDevelopment/ShieldHalf.js +21 -0
  1214. package/dist/stroke/codingDevelopment/ShieldMinus.d.ts +6 -0
  1215. package/dist/stroke/codingDevelopment/ShieldMinus.js +21 -0
  1216. package/dist/stroke/codingDevelopment/ShieldOff.d.ts +6 -0
  1217. package/dist/stroke/codingDevelopment/ShieldOff.js +21 -0
  1218. package/dist/stroke/codingDevelopment/ShieldPlus.d.ts +6 -0
  1219. package/dist/stroke/codingDevelopment/ShieldPlus.js +21 -0
  1220. package/dist/stroke/codingDevelopment/ShieldQuestionMark.d.ts +6 -0
  1221. package/dist/stroke/codingDevelopment/ShieldQuestionMark.js +21 -0
  1222. package/dist/stroke/codingDevelopment/ShieldUser.d.ts +6 -0
  1223. package/dist/stroke/codingDevelopment/ShieldUser.js +21 -0
  1224. package/dist/stroke/codingDevelopment/ShieldX.d.ts +6 -0
  1225. package/dist/stroke/codingDevelopment/ShieldX.js +21 -0
  1226. package/dist/stroke/codingDevelopment/Signpost.d.ts +6 -0
  1227. package/dist/stroke/codingDevelopment/Signpost.js +21 -0
  1228. package/dist/stroke/codingDevelopment/SignpostBig.d.ts +6 -0
  1229. package/dist/stroke/codingDevelopment/SignpostBig.js +21 -0
  1230. package/dist/stroke/codingDevelopment/Slack.d.ts +3 -0
  1231. package/dist/stroke/codingDevelopment/Slack.js +14 -0
  1232. package/dist/stroke/codingDevelopment/Slash.d.ts +3 -0
  1233. package/dist/stroke/codingDevelopment/Slash.js +14 -0
  1234. package/dist/stroke/codingDevelopment/SpellCheck.d.ts +3 -0
  1235. package/dist/stroke/codingDevelopment/SpellCheck.js +14 -0
  1236. package/dist/stroke/codingDevelopment/SpellCheck2.d.ts +3 -0
  1237. package/dist/stroke/codingDevelopment/SpellCheck2.js +14 -0
  1238. package/dist/stroke/codingDevelopment/Split.d.ts +6 -0
  1239. package/dist/stroke/codingDevelopment/Split.js +21 -0
  1240. package/dist/stroke/codingDevelopment/SquareAsterisk.d.ts +3 -0
  1241. package/dist/stroke/codingDevelopment/SquareAsterisk.js +14 -0
  1242. package/dist/stroke/codingDevelopment/SquareBottomDashedScissors.d.ts +6 -0
  1243. package/dist/stroke/codingDevelopment/SquareBottomDashedScissors.js +21 -0
  1244. package/dist/stroke/codingDevelopment/SquareChartGantt.d.ts +6 -0
  1245. package/dist/stroke/codingDevelopment/SquareChartGantt.js +24 -0
  1246. package/dist/stroke/codingDevelopment/SquareChevronRight.d.ts +6 -0
  1247. package/dist/stroke/codingDevelopment/SquareChevronRight.js +21 -0
  1248. package/dist/stroke/codingDevelopment/SquareCode.d.ts +3 -0
  1249. package/dist/stroke/codingDevelopment/SquareCode.js +14 -0
  1250. package/dist/stroke/codingDevelopment/SquareDashedBottom.d.ts +3 -0
  1251. package/dist/stroke/codingDevelopment/SquareDashedBottom.js +14 -0
  1252. package/dist/stroke/codingDevelopment/SquareDashedBottomCode.d.ts +3 -0
  1253. package/dist/stroke/codingDevelopment/SquareDashedBottomCode.js +14 -0
  1254. package/dist/stroke/codingDevelopment/SquareDashedKanban.d.ts +6 -0
  1255. package/dist/stroke/codingDevelopment/SquareDashedKanban.js +24 -0
  1256. package/dist/stroke/codingDevelopment/SquareDashedMousePointer.d.ts +6 -0
  1257. package/dist/stroke/codingDevelopment/SquareDashedMousePointer.js +21 -0
  1258. package/dist/stroke/codingDevelopment/SquareDashedTopSolid.d.ts +6 -0
  1259. package/dist/stroke/codingDevelopment/SquareDashedTopSolid.js +21 -0
  1260. package/dist/stroke/codingDevelopment/SquareDot.d.ts +3 -0
  1261. package/dist/stroke/codingDevelopment/SquareDot.js +14 -0
  1262. package/dist/stroke/codingDevelopment/SquareFunction.d.ts +3 -0
  1263. package/dist/stroke/codingDevelopment/SquareFunction.js +14 -0
  1264. package/dist/stroke/codingDevelopment/SquareKanban.d.ts +6 -0
  1265. package/dist/stroke/codingDevelopment/SquareKanban.js +24 -0
  1266. package/dist/stroke/codingDevelopment/SquareLibrary.d.ts +3 -0
  1267. package/dist/stroke/codingDevelopment/SquareLibrary.js +14 -0
  1268. package/dist/stroke/codingDevelopment/SquareMinus.d.ts +3 -0
  1269. package/dist/stroke/codingDevelopment/SquareMinus.js +14 -0
  1270. package/dist/stroke/codingDevelopment/SquareMousePointer.d.ts +6 -0
  1271. package/dist/stroke/codingDevelopment/SquareMousePointer.js +21 -0
  1272. package/dist/stroke/codingDevelopment/SquarePi.d.ts +3 -0
  1273. package/dist/stroke/codingDevelopment/SquarePi.js +14 -0
  1274. package/dist/stroke/codingDevelopment/SquarePlus.d.ts +3 -0
  1275. package/dist/stroke/codingDevelopment/SquarePlus.js +14 -0
  1276. package/dist/stroke/codingDevelopment/SquareRadical.d.ts +3 -0
  1277. package/dist/stroke/codingDevelopment/SquareRadical.js +14 -0
  1278. package/dist/stroke/codingDevelopment/SquareRoundCorner.d.ts +6 -0
  1279. package/dist/stroke/codingDevelopment/SquareRoundCorner.js +21 -0
  1280. package/dist/stroke/codingDevelopment/SquareScissors.d.ts +6 -0
  1281. package/dist/stroke/codingDevelopment/SquareScissors.js +21 -0
  1282. package/dist/stroke/codingDevelopment/SquareSlash.d.ts +3 -0
  1283. package/dist/stroke/codingDevelopment/SquareSlash.js +14 -0
  1284. package/dist/stroke/codingDevelopment/SquareStack.d.ts +3 -0
  1285. package/dist/stroke/codingDevelopment/SquareStack.js +14 -0
  1286. package/dist/stroke/codingDevelopment/SquareTerminal.d.ts +3 -0
  1287. package/dist/stroke/codingDevelopment/SquareTerminal.js +14 -0
  1288. package/dist/stroke/codingDevelopment/SquircleDashed.d.ts +6 -0
  1289. package/dist/stroke/codingDevelopment/SquircleDashed.js +21 -0
  1290. package/dist/stroke/codingDevelopment/TableProperties.d.ts +3 -0
  1291. package/dist/stroke/codingDevelopment/TableProperties.js +14 -0
  1292. package/dist/stroke/codingDevelopment/TabletSmartphone.d.ts +6 -0
  1293. package/dist/stroke/codingDevelopment/TabletSmartphone.js +21 -0
  1294. package/dist/stroke/codingDevelopment/Telescope.d.ts +3 -0
  1295. package/dist/stroke/codingDevelopment/Telescope.js +14 -0
  1296. package/dist/stroke/codingDevelopment/Terminal.d.ts +3 -0
  1297. package/dist/stroke/codingDevelopment/Terminal.js +14 -0
  1298. package/dist/stroke/codingDevelopment/ToggleLeft.d.ts +6 -0
  1299. package/dist/stroke/codingDevelopment/ToggleLeft.js +21 -0
  1300. package/dist/stroke/codingDevelopment/ToggleRight.d.ts +6 -0
  1301. package/dist/stroke/codingDevelopment/ToggleRight.js +21 -0
  1302. package/dist/stroke/codingDevelopment/ToolCase.d.ts +3 -0
  1303. package/dist/stroke/codingDevelopment/ToolCase.js +14 -0
  1304. package/dist/stroke/codingDevelopment/ToyBrick.d.ts +3 -0
  1305. package/dist/stroke/codingDevelopment/ToyBrick.js +14 -0
  1306. package/dist/stroke/codingDevelopment/Trello.d.ts +3 -0
  1307. package/dist/stroke/codingDevelopment/Trello.js +14 -0
  1308. package/dist/stroke/codingDevelopment/TriangleAlert.d.ts +3 -0
  1309. package/dist/stroke/codingDevelopment/TriangleAlert.js +14 -0
  1310. package/dist/stroke/codingDevelopment/Unplug.d.ts +3 -0
  1311. package/dist/stroke/codingDevelopment/Unplug.js +14 -0
  1312. package/dist/stroke/codingDevelopment/Variable.d.ts +3 -0
  1313. package/dist/stroke/codingDevelopment/Variable.js +14 -0
  1314. package/dist/stroke/codingDevelopment/Waypoints.d.ts +6 -0
  1315. package/dist/stroke/codingDevelopment/Waypoints.js +21 -0
  1316. package/dist/stroke/codingDevelopment/Webhook.d.ts +6 -0
  1317. package/dist/stroke/codingDevelopment/Webhook.js +21 -0
  1318. package/dist/stroke/codingDevelopment/WebhookOff.d.ts +6 -0
  1319. package/dist/stroke/codingDevelopment/WebhookOff.js +21 -0
  1320. package/dist/stroke/codingDevelopment/Workflow.d.ts +3 -0
  1321. package/dist/stroke/codingDevelopment/Workflow.js +14 -0
  1322. package/dist/stroke/codingDevelopment/Wrench.d.ts +6 -0
  1323. package/dist/stroke/codingDevelopment/Wrench.js +21 -0
  1324. package/dist/stroke/codingDevelopment/index.d.ts +238 -0
  1325. package/dist/stroke/codingDevelopment/index.js +238 -0
  1326. package/dist/stroke/communication/CameraOff.js +1 -1
  1327. package/dist/stroke/communication/CircleFadingPlus.js +1 -1
  1328. package/dist/stroke/communication/Lectern.js +1 -1
  1329. package/dist/stroke/communication/Nfc.js +1 -1
  1330. package/dist/stroke/communication/Radar.js +1 -1
  1331. package/dist/stroke/communication/SmartphoneNfc.js +1 -1
  1332. package/dist/stroke/communication/SmilePlus.js +1 -1
  1333. package/dist/stroke/communication/Spool.js +1 -1
  1334. package/dist/stroke/communication/index.d.ts +0 -2
  1335. package/dist/stroke/communication/index.js +0 -2
  1336. package/dist/stroke/connectivity/BluetoothSearching.js +1 -1
  1337. package/dist/stroke/connectivity/CassetteTape.js +2 -2
  1338. package/dist/stroke/connectivity/Cctv.js +2 -2
  1339. package/dist/stroke/connectivity/CirclePower.js +1 -1
  1340. package/dist/stroke/connectivity/CloudOff.js +1 -1
  1341. package/dist/stroke/connectivity/HeadphoneOff.js +1 -1
  1342. package/dist/stroke/connectivity/HouseWifi.js +1 -1
  1343. package/dist/stroke/connectivity/MicOff.js +2 -2
  1344. package/dist/stroke/connectivity/MonitorPlay.js +1 -1
  1345. package/dist/stroke/connectivity/PhoneOff.js +2 -2
  1346. package/dist/stroke/connectivity/Satellite.js +1 -1
  1347. package/dist/stroke/connectivity/SquarePower.js +1 -1
  1348. package/dist/stroke/connectivity/VideoOff.js +2 -2
  1349. package/dist/stroke/connectivity/Volume.js +2 -2
  1350. package/dist/stroke/connectivity/VolumeOff.js +2 -2
  1351. package/dist/stroke/connectivity/WifiOff.js +1 -1
  1352. package/dist/stroke/connectivity/WifiPen.js +1 -1
  1353. package/dist/stroke/connectivity/WifiSync.js +1 -1
  1354. package/dist/stroke/connectivity/Zap.js +1 -1
  1355. package/dist/stroke/connectivity/index.d.ts +0 -1
  1356. package/dist/stroke/connectivity/index.js +0 -1
  1357. package/dist/stroke/design/AArrowDown.d.ts +3 -0
  1358. package/dist/stroke/design/AArrowDown.js +14 -0
  1359. package/dist/stroke/design/AArrowUp.d.ts +3 -0
  1360. package/dist/stroke/design/AArrowUp.js +14 -0
  1361. package/dist/stroke/design/ALargeSmall.d.ts +3 -0
  1362. package/dist/stroke/design/ALargeSmall.js +14 -0
  1363. package/dist/stroke/design/Axis3D.d.ts +3 -0
  1364. package/dist/stroke/design/Axis3D.js +14 -0
  1365. package/dist/stroke/design/BetweenHorizontalEnd.d.ts +3 -0
  1366. package/dist/stroke/design/BetweenHorizontalEnd.js +14 -0
  1367. package/dist/stroke/design/BetweenHorizontalStart.d.ts +3 -0
  1368. package/dist/stroke/design/BetweenHorizontalStart.js +14 -0
  1369. package/dist/stroke/design/BetweenVerticalEnd.d.ts +3 -0
  1370. package/dist/stroke/design/BetweenVerticalEnd.js +14 -0
  1371. package/dist/stroke/design/BetweenVerticalStart.d.ts +3 -0
  1372. package/dist/stroke/design/BetweenVerticalStart.js +14 -0
  1373. package/dist/stroke/design/BookType.d.ts +3 -0
  1374. package/dist/stroke/design/BookType.js +14 -0
  1375. package/dist/stroke/design/BringToFront.d.ts +3 -0
  1376. package/dist/stroke/design/BringToFront.js +14 -0
  1377. package/dist/stroke/design/Brush.d.ts +3 -0
  1378. package/dist/stroke/design/Brush.js +14 -0
  1379. package/dist/stroke/design/BrushCleaning.d.ts +3 -0
  1380. package/dist/stroke/design/BrushCleaning.js +14 -0
  1381. package/dist/stroke/design/Columns2.d.ts +3 -0
  1382. package/dist/stroke/design/Columns2.js +14 -0
  1383. package/dist/stroke/design/Columns3.d.ts +3 -0
  1384. package/dist/stroke/design/Columns3.js +14 -0
  1385. package/dist/stroke/design/Columns3Cog.d.ts +3 -0
  1386. package/dist/stroke/design/Columns3Cog.js +14 -0
  1387. package/dist/stroke/design/Columns4.d.ts +3 -0
  1388. package/dist/stroke/design/Columns4.js +14 -0
  1389. package/dist/stroke/design/Crop.d.ts +3 -0
  1390. package/dist/stroke/design/Crop.js +14 -0
  1391. package/dist/stroke/design/Cylinder.d.ts +3 -0
  1392. package/dist/stroke/design/Cylinder.js +14 -0
  1393. package/dist/stroke/design/DecimalsArrowLeft.d.ts +6 -0
  1394. package/dist/stroke/design/DecimalsArrowLeft.js +21 -0
  1395. package/dist/stroke/design/DecimalsArrowRight.d.ts +6 -0
  1396. package/dist/stroke/design/DecimalsArrowRight.js +21 -0
  1397. package/dist/stroke/design/Diameter.d.ts +3 -0
  1398. package/dist/stroke/design/Diameter.js +14 -0
  1399. package/dist/stroke/design/DraftingCompass.d.ts +3 -0
  1400. package/dist/stroke/design/DraftingCompass.js +14 -0
  1401. package/dist/stroke/design/Dribbble.d.ts +3 -0
  1402. package/dist/stroke/design/Dribbble.js +14 -0
  1403. package/dist/stroke/design/Figma.d.ts +3 -0
  1404. package/dist/stroke/design/Figma.js +14 -0
  1405. package/dist/stroke/design/FileAxis3D.d.ts +3 -0
  1406. package/dist/stroke/design/FileAxis3D.js +14 -0
  1407. package/dist/stroke/design/FlipHorizontal.d.ts +3 -0
  1408. package/dist/stroke/design/FlipHorizontal.js +14 -0
  1409. package/dist/stroke/design/FlipHorizontal2.d.ts +3 -0
  1410. package/dist/stroke/design/FlipHorizontal2.js +14 -0
  1411. package/dist/stroke/design/FlipVertical.d.ts +3 -0
  1412. package/dist/stroke/design/FlipVertical.js +14 -0
  1413. package/dist/stroke/design/FlipVertical2.d.ts +3 -0
  1414. package/dist/stroke/design/FlipVertical2.js +14 -0
  1415. package/dist/stroke/design/Frame.d.ts +6 -0
  1416. package/dist/stroke/design/Frame.js +21 -0
  1417. package/dist/stroke/design/Framer.d.ts +3 -0
  1418. package/dist/stroke/design/Framer.js +14 -0
  1419. package/dist/stroke/design/Fullscreen.d.ts +3 -0
  1420. package/dist/stroke/design/Fullscreen.js +14 -0
  1421. package/dist/stroke/design/Grid2X2.d.ts +3 -0
  1422. package/dist/stroke/design/Grid2X2.js +14 -0
  1423. package/dist/stroke/design/Grid3X2.d.ts +3 -0
  1424. package/dist/stroke/design/Grid3X2.js +14 -0
  1425. package/dist/stroke/design/Grid3X3.d.ts +3 -0
  1426. package/dist/stroke/design/Grid3X3.js +14 -0
  1427. package/dist/stroke/design/HandGrab.d.ts +3 -0
  1428. package/dist/stroke/design/HandGrab.js +14 -0
  1429. package/dist/stroke/design/Highlighter.d.ts +3 -0
  1430. package/dist/stroke/design/Highlighter.js +14 -0
  1431. package/dist/stroke/design/IterationCcw.d.ts +6 -0
  1432. package/dist/stroke/design/IterationCcw.js +21 -0
  1433. package/dist/stroke/design/IterationCw.d.ts +6 -0
  1434. package/dist/stroke/design/IterationCw.js +21 -0
  1435. package/dist/stroke/design/LandPlot.d.ts +3 -0
  1436. package/dist/stroke/design/LandPlot.js +14 -0
  1437. package/dist/stroke/design/Lasso.d.ts +3 -0
  1438. package/dist/stroke/design/Lasso.js +14 -0
  1439. package/dist/stroke/design/LassoSelect.d.ts +6 -0
  1440. package/dist/stroke/design/LassoSelect.js +21 -0
  1441. package/dist/stroke/design/Layers.d.ts +3 -0
  1442. package/dist/stroke/design/Layers.js +14 -0
  1443. package/dist/stroke/design/Layers2.d.ts +3 -0
  1444. package/dist/stroke/design/Layers2.js +14 -0
  1445. package/dist/stroke/design/LayoutDashboard.d.ts +3 -0
  1446. package/dist/stroke/design/LayoutDashboard.js +14 -0
  1447. package/dist/stroke/design/LayoutGrid.d.ts +3 -0
  1448. package/dist/stroke/design/LayoutGrid.js +14 -0
  1449. package/dist/stroke/design/LayoutList.d.ts +3 -0
  1450. package/dist/stroke/design/LayoutList.js +14 -0
  1451. package/dist/stroke/design/LayoutPanelLeft.d.ts +3 -0
  1452. package/dist/stroke/design/LayoutPanelLeft.js +14 -0
  1453. package/dist/stroke/design/LineSquiggle.d.ts +3 -0
  1454. package/dist/stroke/design/LineSquiggle.js +14 -0
  1455. package/dist/stroke/design/Loader.d.ts +3 -0
  1456. package/dist/stroke/design/Loader.js +14 -0
  1457. package/dist/stroke/design/LoaderPinwheel.d.ts +3 -0
  1458. package/dist/stroke/design/LoaderPinwheel.js +14 -0
  1459. package/dist/stroke/design/Magnet.d.ts +3 -0
  1460. package/dist/stroke/design/Magnet.js +14 -0
  1461. package/dist/stroke/design/Maximize.d.ts +3 -0
  1462. package/dist/stroke/design/Maximize.js +14 -0
  1463. package/dist/stroke/design/Maximize2.d.ts +6 -0
  1464. package/dist/stroke/design/Maximize2.js +21 -0
  1465. package/dist/stroke/design/Minimize.d.ts +3 -0
  1466. package/dist/stroke/design/Minimize.js +14 -0
  1467. package/dist/stroke/design/Minimize2.d.ts +6 -0
  1468. package/dist/stroke/design/Minimize2.js +21 -0
  1469. package/dist/stroke/design/Move3D.d.ts +3 -0
  1470. package/dist/stroke/design/Move3D.js +14 -0
  1471. package/dist/stroke/design/Notebook.d.ts +6 -0
  1472. package/dist/stroke/design/Notebook.js +21 -0
  1473. package/dist/stroke/design/Origami.d.ts +6 -0
  1474. package/dist/stroke/design/Origami.js +21 -0
  1475. package/dist/stroke/design/PaintBrush.d.ts +3 -0
  1476. package/dist/stroke/design/PaintBrush.js +14 -0
  1477. package/dist/stroke/design/PaintBrushVertical.d.ts +3 -0
  1478. package/dist/stroke/design/PaintBrushVertical.js +14 -0
  1479. package/dist/stroke/design/PaintBucket.d.ts +3 -0
  1480. package/dist/stroke/design/PaintBucket.js +14 -0
  1481. package/dist/stroke/design/PaintRoller.d.ts +3 -0
  1482. package/dist/stroke/design/PaintRoller.js +14 -0
  1483. package/dist/stroke/design/Palette.d.ts +3 -0
  1484. package/dist/stroke/design/Palette.js +14 -0
  1485. package/dist/stroke/design/Paperclip.d.ts +3 -0
  1486. package/dist/stroke/design/Paperclip.js +14 -0
  1487. package/dist/stroke/design/Pen.d.ts +3 -0
  1488. package/dist/stroke/design/Pen.js +14 -0
  1489. package/dist/stroke/design/PenLine.d.ts +3 -0
  1490. package/dist/stroke/design/PenLine.js +14 -0
  1491. package/dist/stroke/design/PenOff.d.ts +3 -0
  1492. package/dist/stroke/design/PenOff.js +14 -0
  1493. package/dist/stroke/design/PenTool.d.ts +3 -0
  1494. package/dist/stroke/design/PenTool.js +14 -0
  1495. package/dist/stroke/design/Pencil.d.ts +3 -0
  1496. package/dist/stroke/design/Pencil.js +14 -0
  1497. package/dist/stroke/design/PencilLine.d.ts +3 -0
  1498. package/dist/stroke/design/PencilLine.js +14 -0
  1499. package/dist/stroke/design/PencilOff.d.ts +3 -0
  1500. package/dist/stroke/design/PencilOff.js +14 -0
  1501. package/dist/stroke/design/PencilRuler.d.ts +3 -0
  1502. package/dist/stroke/design/PencilRuler.js +14 -0
  1503. package/dist/stroke/design/Pipette.d.ts +3 -0
  1504. package/dist/stroke/design/Pipette.js +14 -0
  1505. package/dist/stroke/design/Presentation.d.ts +6 -0
  1506. package/dist/stroke/design/Presentation.js +21 -0
  1507. package/dist/stroke/design/Proportions.d.ts +3 -0
  1508. package/dist/stroke/design/Proportions.js +14 -0
  1509. package/dist/stroke/design/Radius.d.ts +3 -0
  1510. package/dist/stroke/design/Radius.js +14 -0
  1511. package/dist/stroke/design/Ratio.d.ts +3 -0
  1512. package/dist/stroke/design/Ratio.js +14 -0
  1513. package/dist/stroke/design/RectangleHorizontal.d.ts +3 -0
  1514. package/dist/stroke/design/RectangleHorizontal.js +14 -0
  1515. package/dist/stroke/design/RectangleVertical.d.ts +3 -0
  1516. package/dist/stroke/design/RectangleVertical.js +14 -0
  1517. package/dist/stroke/design/Rotate3D.d.ts +3 -0
  1518. package/dist/stroke/design/Rotate3D.js +14 -0
  1519. package/dist/stroke/design/RotateCcw.d.ts +6 -0
  1520. package/dist/stroke/design/RotateCcw.js +21 -0
  1521. package/dist/stroke/design/RotateCcwSquare.d.ts +6 -0
  1522. package/dist/stroke/design/RotateCcwSquare.js +21 -0
  1523. package/dist/stroke/design/RotateCw.d.ts +6 -0
  1524. package/dist/stroke/design/RotateCw.js +21 -0
  1525. package/dist/stroke/design/RotateCwSquare.d.ts +6 -0
  1526. package/dist/stroke/design/RotateCwSquare.js +21 -0
  1527. package/dist/stroke/design/Rows2.d.ts +3 -0
  1528. package/dist/stroke/design/Rows2.js +14 -0
  1529. package/dist/stroke/design/Rows3.d.ts +3 -0
  1530. package/dist/stroke/design/Rows3.js +14 -0
  1531. package/dist/stroke/design/Rows4.d.ts +3 -0
  1532. package/dist/stroke/design/Rows4.js +14 -0
  1533. package/dist/stroke/design/Ruler.d.ts +3 -0
  1534. package/dist/stroke/design/Ruler.js +14 -0
  1535. package/dist/stroke/design/RulerDimensionLine.d.ts +3 -0
  1536. package/dist/stroke/design/RulerDimensionLine.js +14 -0
  1537. package/dist/stroke/design/Scale3D.d.ts +3 -0
  1538. package/dist/stroke/design/Scale3D.js +14 -0
  1539. package/dist/stroke/design/Scaling.d.ts +3 -0
  1540. package/dist/stroke/design/Scaling.js +14 -0
  1541. package/dist/stroke/design/Scissors.d.ts +3 -0
  1542. package/dist/stroke/design/Scissors.js +14 -0
  1543. package/dist/stroke/design/ScissorsLineDashed.d.ts +3 -0
  1544. package/dist/stroke/design/ScissorsLineDashed.js +14 -0
  1545. package/dist/stroke/design/SendToBack.d.ts +3 -0
  1546. package/dist/stroke/design/SendToBack.js +14 -0
  1547. package/dist/stroke/design/Slice.d.ts +3 -0
  1548. package/dist/stroke/design/Slice.js +14 -0
  1549. package/dist/stroke/design/Spline.d.ts +3 -0
  1550. package/dist/stroke/design/Spline.js +14 -0
  1551. package/dist/stroke/design/SplinePointer.d.ts +6 -0
  1552. package/dist/stroke/design/SplinePointer.js +21 -0
  1553. package/dist/stroke/design/SprayCan.d.ts +3 -0
  1554. package/dist/stroke/design/SprayCan.js +14 -0
  1555. package/dist/stroke/design/SquareDashed.d.ts +3 -0
  1556. package/dist/stroke/design/SquareDashed.js +14 -0
  1557. package/dist/stroke/design/SquaresExclude.d.ts +3 -0
  1558. package/dist/stroke/design/SquaresExclude.js +14 -0
  1559. package/dist/stroke/design/SquaresIntersect.d.ts +3 -0
  1560. package/dist/stroke/design/SquaresIntersect.js +14 -0
  1561. package/dist/stroke/design/SquaresSubtract.d.ts +3 -0
  1562. package/dist/stroke/design/SquaresSubtract.js +14 -0
  1563. package/dist/stroke/design/SquaresUnite.d.ts +3 -0
  1564. package/dist/stroke/design/SquaresUnite.js +14 -0
  1565. package/dist/stroke/design/Stamp.d.ts +3 -0
  1566. package/dist/stroke/design/Stamp.js +14 -0
  1567. package/dist/stroke/design/SwatchBook.d.ts +3 -0
  1568. package/dist/stroke/design/SwatchBook.js +14 -0
  1569. package/dist/stroke/design/Tangent.d.ts +3 -0
  1570. package/dist/stroke/design/Tangent.js +14 -0
  1571. package/dist/stroke/design/Torus.d.ts +3 -0
  1572. package/dist/stroke/design/Torus.js +14 -0
  1573. package/dist/stroke/design/VectorSquare.d.ts +3 -0
  1574. package/dist/stroke/design/VectorSquare.js +14 -0
  1575. package/dist/stroke/design/View.d.ts +3 -0
  1576. package/dist/stroke/design/View.js +14 -0
  1577. package/dist/stroke/design/Wand.d.ts +3 -0
  1578. package/dist/stroke/design/Wand.js +14 -0
  1579. package/dist/stroke/design/WandSparkles.d.ts +3 -0
  1580. package/dist/stroke/design/WandSparkles.js +14 -0
  1581. package/dist/stroke/design/index.d.ts +112 -0
  1582. package/dist/stroke/design/index.js +112 -0
  1583. package/dist/stroke/mathematics/index.d.ts +0 -4
  1584. package/dist/stroke/mathematics/index.js +0 -4
  1585. package/icons/solid/accessibility/accessibility.svg +1 -1
  1586. package/icons/solid/accessibility/ear-off.svg +1 -1
  1587. package/icons/solid/accessibility/eye-closed.svg +1 -1
  1588. package/icons/solid/accessibility/eye-off.svg +1 -1
  1589. package/icons/solid/accessibility/moon-star.svg +1 -1
  1590. package/icons/solid/accessibility/moon.svg +1 -1
  1591. package/icons/solid/accessibility/speech.svg +1 -1
  1592. package/icons/solid/accessibility/sun-moon.svg +1 -1
  1593. package/icons/solid/accessibility/sun.svg +1 -1
  1594. package/icons/solid/accountsAccess/badge.svg +1 -1
  1595. package/icons/stroke/accessibility/accessibility.svg +1 -1
  1596. package/icons/stroke/accessibility/badge-info.svg +1 -1
  1597. package/icons/stroke/accessibility/badge-question-mark.svg +1 -1
  1598. package/icons/stroke/accessibility/circle-question-mark.svg +1 -1
  1599. package/icons/stroke/accessibility/ear-off.svg +1 -1
  1600. package/icons/stroke/accessibility/eye-off.svg +1 -1
  1601. package/icons/stroke/accessibility/moon.svg +1 -1
  1602. package/icons/stroke/accessibility/scan-eye.svg +1 -1
  1603. package/icons/stroke/accessibility/speech.svg +1 -1
  1604. package/icons/stroke/accessibility/sun-moon.svg +1 -1
  1605. package/icons/stroke/accountsAccess/badge-alert.svg +1 -1
  1606. package/icons/stroke/accountsAccess/badge-info.svg +1 -1
  1607. package/icons/stroke/accountsAccess/badge.svg +1 -1
  1608. package/icons/stroke/accountsAccess/bell-dot.svg +1 -1
  1609. package/icons/stroke/accountsAccess/heart-handshake.svg +1 -1
  1610. package/icons/stroke/accountsAccess/heart-minus.svg +1 -1
  1611. package/icons/stroke/accountsAccess/heart-plus.svg +1 -1
  1612. package/icons/stroke/accountsAccess/key-round.svg +1 -1
  1613. package/icons/stroke/accountsAccess/link.svg +1 -1
  1614. package/icons/stroke/accountsAccess/scan-eye.svg +1 -1
  1615. package/icons/stroke/accountsAccess/settings.svg +1 -1
  1616. package/icons/stroke/accountsAccess/shield-check.svg +1 -1
  1617. package/icons/stroke/accountsAccess/shield-question-mark.svg +1 -1
  1618. package/icons/stroke/accountsAccess/shield-user.svg +1 -1
  1619. package/icons/stroke/accountsAccess/shield.svg +1 -1
  1620. package/icons/stroke/accountsAccess/star.svg +1 -1
  1621. package/icons/stroke/accountsAccess/user-round-check.svg +1 -1
  1622. package/icons/stroke/accountsAccess/user-round-minus.svg +1 -1
  1623. package/icons/stroke/accountsAccess/user-round-plus.svg +1 -1
  1624. package/icons/stroke/accountsAccess/user-star.svg +1 -1
  1625. package/icons/stroke/animals/bug-off.svg +1 -1
  1626. package/icons/stroke/animals/dog.svg +1 -1
  1627. package/icons/stroke/animals/fish-off.svg +1 -1
  1628. package/icons/stroke/animals/panda.svg +1 -1
  1629. package/icons/stroke/animals/shrimp.svg +1 -1
  1630. package/icons/stroke/animals/squirrel.svg +1 -1
  1631. package/icons/stroke/animals/worm.svg +1 -1
  1632. package/icons/stroke/arrows/arrow-big-up.svg +1 -1
  1633. package/icons/stroke/arrows/folder-input.svg +1 -1
  1634. package/icons/stroke/arrows/folder-output.svg +1 -1
  1635. package/icons/stroke/arrows/folder-sync.svg +1 -1
  1636. package/icons/stroke/arrows/lasso-select.svg +1 -1
  1637. package/icons/stroke/arrows/mouse-pointer-ban.svg +1 -1
  1638. package/icons/stroke/arrows/mousepointer-2.svg +1 -1
  1639. package/icons/stroke/arrows/play.svg +1 -1
  1640. package/icons/stroke/charts/chart-pie.svg +1 -1
  1641. package/icons/stroke/codingDevelopment/ampersand.svg +1 -0
  1642. package/icons/stroke/codingDevelopment/ampersands.svg +1 -0
  1643. package/icons/stroke/codingDevelopment/app-window-mac.svg +1 -0
  1644. package/icons/stroke/codingDevelopment/app-window.svg +1 -0
  1645. package/icons/stroke/codingDevelopment/arrow-big-up-dash.svg +1 -0
  1646. package/icons/stroke/codingDevelopment/arrow-big-up.svg +1 -0
  1647. package/icons/stroke/codingDevelopment/arrow-down-to-line.svg +1 -0
  1648. package/icons/stroke/codingDevelopment/arrow-right-to-line.svg +1 -0
  1649. package/icons/stroke/codingDevelopment/arrow-up-from-line.svg +1 -0
  1650. package/icons/stroke/codingDevelopment/asterisk.svg +1 -0
  1651. package/icons/stroke/codingDevelopment/binary.svg +1 -0
  1652. package/icons/stroke/codingDevelopment/binoculars.svg +1 -0
  1653. package/icons/stroke/codingDevelopment/bitcoin.svg +1 -0
  1654. package/icons/stroke/codingDevelopment/blend.svg +1 -0
  1655. package/icons/stroke/codingDevelopment/blocks.svg +1 -0
  1656. package/icons/stroke/codingDevelopment/book-alert.svg +1 -0
  1657. package/icons/stroke/codingDevelopment/book-check.svg +1 -0
  1658. package/icons/stroke/codingDevelopment/book-copy.svg +1 -0
  1659. package/icons/stroke/codingDevelopment/book-dashed.svg +1 -0
  1660. package/icons/stroke/codingDevelopment/book-down.svg +1 -0
  1661. package/icons/stroke/codingDevelopment/book-key.svg +1 -0
  1662. package/icons/stroke/codingDevelopment/book-lock.svg +1 -0
  1663. package/icons/stroke/codingDevelopment/book-marked.svg +1 -0
  1664. package/icons/stroke/codingDevelopment/book-minus.svg +1 -0
  1665. package/icons/stroke/codingDevelopment/book-open-check.svg +1 -0
  1666. package/icons/stroke/codingDevelopment/book-open-text.svg +1 -0
  1667. package/icons/stroke/codingDevelopment/book-open.svg +1 -0
  1668. package/icons/stroke/codingDevelopment/book-plus.svg +1 -0
  1669. package/icons/stroke/codingDevelopment/book-up-2.svg +1 -0
  1670. package/icons/stroke/codingDevelopment/book-up.svg +1 -0
  1671. package/icons/stroke/codingDevelopment/book.svg +1 -0
  1672. package/icons/stroke/codingDevelopment/bot-message-square.svg +1 -0
  1673. package/icons/stroke/codingDevelopment/bot-off.svg +1 -0
  1674. package/icons/stroke/codingDevelopment/bot.svg +1 -0
  1675. package/icons/stroke/codingDevelopment/box.svg +1 -0
  1676. package/icons/stroke/codingDevelopment/boxes.svg +1 -0
  1677. package/icons/stroke/codingDevelopment/braces.svg +1 -0
  1678. package/icons/stroke/codingDevelopment/brackets.svg +1 -0
  1679. package/icons/stroke/codingDevelopment/brain-circuit.svg +1 -0
  1680. package/icons/stroke/codingDevelopment/brain-cog.svg +1 -0
  1681. package/icons/stroke/codingDevelopment/bug-off.svg +1 -0
  1682. package/icons/stroke/codingDevelopment/bug-play.svg +1 -0
  1683. package/icons/stroke/codingDevelopment/bug.svg +1 -0
  1684. package/icons/stroke/codingDevelopment/case-lower.svg +1 -0
  1685. package/icons/stroke/codingDevelopment/case-upper.svg +1 -0
  1686. package/icons/stroke/codingDevelopment/chart-no-axes-gantt.svg +1 -0
  1687. package/icons/stroke/codingDevelopment/chevron-right.svg +1 -0
  1688. package/icons/stroke/codingDevelopment/circle-arrow-out-up-left.svg +1 -0
  1689. package/icons/stroke/codingDevelopment/circle-dashed.svg +1 -0
  1690. package/icons/stroke/codingDevelopment/circle-dot-dashed.svg +1 -0
  1691. package/icons/stroke/codingDevelopment/circle-dot.svg +1 -0
  1692. package/icons/stroke/codingDevelopment/circle-ellipsis.svg +1 -0
  1693. package/icons/stroke/codingDevelopment/circle-fading-arrow-up.svg +1 -0
  1694. package/icons/stroke/codingDevelopment/circle-plus.svg +1 -0
  1695. package/icons/stroke/codingDevelopment/circle-slash-2.svg +1 -0
  1696. package/icons/stroke/codingDevelopment/circle-slash.svg +1 -0
  1697. package/icons/stroke/codingDevelopment/circle-x.svg +1 -0
  1698. package/icons/stroke/codingDevelopment/circuit-board.svg +1 -0
  1699. package/icons/stroke/codingDevelopment/cloud-alert.svg +1 -0
  1700. package/icons/stroke/codingDevelopment/cloud-check.svg +1 -0
  1701. package/icons/stroke/codingDevelopment/cloud-cog.svg +1 -0
  1702. package/icons/stroke/codingDevelopment/code-xml.svg +1 -0
  1703. package/icons/stroke/codingDevelopment/code.svg +1 -0
  1704. package/icons/stroke/codingDevelopment/codepen.svg +1 -0
  1705. package/icons/stroke/codingDevelopment/codes-and-box.svg +1 -0
  1706. package/icons/stroke/codingDevelopment/combine.svg +1 -0
  1707. package/icons/stroke/codingDevelopment/command.svg +1 -0
  1708. package/icons/stroke/codingDevelopment/component.svg +1 -0
  1709. package/icons/stroke/codingDevelopment/computer.svg +1 -0
  1710. package/icons/stroke/codingDevelopment/construction.svg +1 -0
  1711. package/icons/stroke/codingDevelopment/container.svg +1 -0
  1712. package/icons/stroke/codingDevelopment/copy-slash.svg +1 -0
  1713. package/icons/stroke/codingDevelopment/corner-down-right.svg +1 -0
  1714. package/icons/stroke/codingDevelopment/database-backup.svg +1 -0
  1715. package/icons/stroke/codingDevelopment/database-zap.svg +1 -0
  1716. package/icons/stroke/codingDevelopment/database.svg +1 -0
  1717. package/icons/stroke/codingDevelopment/diff.svg +1 -0
  1718. package/icons/stroke/codingDevelopment/divide.svg +1 -0
  1719. package/icons/stroke/codingDevelopment/dock.svg +1 -0
  1720. package/icons/stroke/codingDevelopment/earth-lock.svg +1 -0
  1721. package/icons/stroke/codingDevelopment/eclipse.svg +1 -0
  1722. package/icons/stroke/codingDevelopment/ellipsis.svg +1 -0
  1723. package/icons/stroke/codingDevelopment/equal-not.svg +1 -0
  1724. package/icons/stroke/codingDevelopment/equal.svg +1 -0
  1725. package/icons/stroke/codingDevelopment/file-code-2.svg +1 -0
  1726. package/icons/stroke/codingDevelopment/file-code.svg +1 -0
  1727. package/icons/stroke/codingDevelopment/file-diff.svg +1 -0
  1728. package/icons/stroke/codingDevelopment/file-digit.svg +1 -0
  1729. package/icons/stroke/codingDevelopment/file-json-2.svg +1 -0
  1730. package/icons/stroke/codingDevelopment/file-json.svg +1 -0
  1731. package/icons/stroke/codingDevelopment/file-sliders.svg +1 -0
  1732. package/icons/stroke/codingDevelopment/file-stack.svg +1 -0
  1733. package/icons/stroke/codingDevelopment/file-terminal.svg +1 -0
  1734. package/icons/stroke/codingDevelopment/flag-triangle-left.svg +1 -0
  1735. package/icons/stroke/codingDevelopment/flag-triangle-right.svg +1 -0
  1736. package/icons/stroke/codingDevelopment/folder-code.svg +1 -0
  1737. package/icons/stroke/codingDevelopment/folder-dot.svg +1 -0
  1738. package/icons/stroke/codingDevelopment/folder-kanban.svg +1 -0
  1739. package/icons/stroke/codingDevelopment/folder-open-dot.svg +1 -0
  1740. package/icons/stroke/codingDevelopment/folder-root.svg +1 -0
  1741. package/icons/stroke/codingDevelopment/gallery-horizontal-end.svg +1 -0
  1742. package/icons/stroke/codingDevelopment/gallery-horizontal.svg +1 -0
  1743. package/icons/stroke/codingDevelopment/gallery-thumbnails.svg +1 -0
  1744. package/icons/stroke/codingDevelopment/gallery-vertical-end.svg +1 -0
  1745. package/icons/stroke/codingDevelopment/gallery-vertical.svg +1 -0
  1746. package/icons/stroke/codingDevelopment/gem.svg +1 -0
  1747. package/icons/stroke/codingDevelopment/git-branch-plus.svg +1 -0
  1748. package/icons/stroke/codingDevelopment/git-branch.svg +1 -0
  1749. package/icons/stroke/codingDevelopment/git-commit-horizontal.svg +1 -0
  1750. package/icons/stroke/codingDevelopment/git-commit-vertical.svg +1 -0
  1751. package/icons/stroke/codingDevelopment/git-compare-arrows.svg +1 -0
  1752. package/icons/stroke/codingDevelopment/git-compare.svg +1 -0
  1753. package/icons/stroke/codingDevelopment/git-fork.svg +1 -0
  1754. package/icons/stroke/codingDevelopment/git-graph.svg +1 -0
  1755. package/icons/stroke/codingDevelopment/git-merge.svg +1 -0
  1756. package/icons/stroke/codingDevelopment/git-pull-request-arrow.svg +1 -0
  1757. package/icons/stroke/codingDevelopment/git-pull-request-closed.svg +1 -0
  1758. package/icons/stroke/codingDevelopment/git-pull-request-create-arrow.svg +1 -0
  1759. package/icons/stroke/codingDevelopment/git-pull-request-create.svg +1 -0
  1760. package/icons/stroke/codingDevelopment/git-pull-request-draft.svg +1 -0
  1761. package/icons/stroke/codingDevelopment/git-pull-request.svg +1 -0
  1762. package/icons/stroke/codingDevelopment/github.svg +1 -0
  1763. package/icons/stroke/codingDevelopment/gitlab.svg +1 -0
  1764. package/icons/stroke/codingDevelopment/globe-lock.svg +1 -0
  1765. package/icons/stroke/codingDevelopment/hard-drive-download.svg +1 -0
  1766. package/icons/stroke/codingDevelopment/hard-drive-upload.svg +1 -0
  1767. package/icons/stroke/codingDevelopment/hard-drive.svg +1 -0
  1768. package/icons/stroke/codingDevelopment/hexagon.svg +1 -0
  1769. package/icons/stroke/codingDevelopment/kanban.svg +1 -0
  1770. package/icons/stroke/codingDevelopment/keyboard-off.svg +1 -0
  1771. package/icons/stroke/codingDevelopment/keyboard.svg +1 -0
  1772. package/icons/stroke/codingDevelopment/library-big.svg +1 -0
  1773. package/icons/stroke/codingDevelopment/library.svg +1 -0
  1774. package/icons/stroke/codingDevelopment/list-indent-decrease.svg +1 -0
  1775. package/icons/stroke/codingDevelopment/list-indent-increase.svg +1 -0
  1776. package/icons/stroke/codingDevelopment/merge.svg +1 -0
  1777. package/icons/stroke/codingDevelopment/message-circle-code.svg +1 -0
  1778. package/icons/stroke/codingDevelopment/message-square-code.svg +1 -0
  1779. package/icons/stroke/codingDevelopment/message-square-diff.svg +1 -0
  1780. package/icons/stroke/codingDevelopment/milestone.svg +1 -0
  1781. package/icons/stroke/codingDevelopment/minus.svg +1 -0
  1782. package/icons/stroke/codingDevelopment/network.svg +1 -0
  1783. package/icons/stroke/codingDevelopment/omega.svg +1 -0
  1784. package/icons/stroke/codingDevelopment/option.svg +1 -0
  1785. package/icons/stroke/codingDevelopment/package-2.svg +1 -0
  1786. package/icons/stroke/codingDevelopment/package-check.svg +1 -0
  1787. package/icons/stroke/codingDevelopment/package-minus.svg +1 -0
  1788. package/icons/stroke/codingDevelopment/package-open.svg +1 -0
  1789. package/icons/stroke/codingDevelopment/package-plus.svg +1 -0
  1790. package/icons/stroke/codingDevelopment/package-search.svg +1 -0
  1791. package/icons/stroke/codingDevelopment/package-x.svg +1 -0
  1792. package/icons/stroke/codingDevelopment/package.svg +1 -0
  1793. package/icons/stroke/codingDevelopment/panel-top.svg +1 -0
  1794. package/icons/stroke/codingDevelopment/panels-top-left.svg +1 -0
  1795. package/icons/stroke/codingDevelopment/parentheses.svg +1 -0
  1796. package/icons/stroke/codingDevelopment/percent.svg +1 -0
  1797. package/icons/stroke/codingDevelopment/pi.svg +1 -0
  1798. package/icons/stroke/codingDevelopment/plug-2.svg +1 -0
  1799. package/icons/stroke/codingDevelopment/plug.svg +1 -0
  1800. package/icons/stroke/codingDevelopment/plus.svg +1 -0
  1801. package/icons/stroke/codingDevelopment/puzzle.svg +1 -0
  1802. package/icons/stroke/codingDevelopment/qr-code.svg +1 -0
  1803. package/icons/stroke/codingDevelopment/radical.svg +1 -0
  1804. package/icons/stroke/codingDevelopment/rectangle-circle.svg +1 -0
  1805. package/icons/stroke/codingDevelopment/rectangle-ellipsis.svg +1 -0
  1806. package/icons/stroke/codingDevelopment/refresh-ccw-dot.svg +1 -0
  1807. package/icons/stroke/codingDevelopment/regex.svg +1 -0
  1808. package/icons/stroke/codingDevelopment/rocket.svg +1 -0
  1809. package/icons/stroke/codingDevelopment/router.svg +1 -0
  1810. package/icons/stroke/codingDevelopment/rss.svg +1 -0
  1811. package/icons/stroke/codingDevelopment/scroll-text.svg +1 -0
  1812. package/icons/stroke/codingDevelopment/scroll.svg +1 -0
  1813. package/icons/stroke/codingDevelopment/search-code.svg +1 -0
  1814. package/icons/stroke/codingDevelopment/server-cog.svg +1 -0
  1815. package/icons/stroke/codingDevelopment/server-crash.svg +1 -0
  1816. package/icons/stroke/codingDevelopment/server-off.svg +1 -0
  1817. package/icons/stroke/codingDevelopment/server.svg +1 -0
  1818. package/icons/stroke/codingDevelopment/shell.svg +1 -0
  1819. package/icons/stroke/codingDevelopment/shield-alert.svg +1 -0
  1820. package/icons/stroke/codingDevelopment/shield-ban.svg +1 -0
  1821. package/icons/stroke/codingDevelopment/shield-check.svg +1 -0
  1822. package/icons/stroke/codingDevelopment/shield-ellipsis.svg +1 -0
  1823. package/icons/stroke/codingDevelopment/shield-half.svg +1 -0
  1824. package/icons/stroke/codingDevelopment/shield-minus.svg +1 -0
  1825. package/icons/stroke/codingDevelopment/shield-off.svg +1 -0
  1826. package/icons/stroke/codingDevelopment/shield-plus.svg +1 -0
  1827. package/icons/stroke/codingDevelopment/shield-question-mark.svg +1 -0
  1828. package/icons/stroke/codingDevelopment/shield-user.svg +1 -0
  1829. package/icons/stroke/codingDevelopment/shield-x.svg +1 -0
  1830. package/icons/stroke/codingDevelopment/shield.svg +1 -0
  1831. package/icons/stroke/codingDevelopment/signpost-big.svg +1 -0
  1832. package/icons/stroke/codingDevelopment/signpost.svg +1 -0
  1833. package/icons/stroke/codingDevelopment/slack.svg +1 -0
  1834. package/icons/stroke/codingDevelopment/slash.svg +1 -0
  1835. package/icons/stroke/codingDevelopment/spell-check-2.svg +1 -0
  1836. package/icons/stroke/codingDevelopment/spell-check.svg +1 -0
  1837. package/icons/stroke/codingDevelopment/split.svg +1 -0
  1838. package/icons/stroke/codingDevelopment/square-asterisk.svg +1 -0
  1839. package/icons/stroke/codingDevelopment/square-bottom-dashed-scissors.svg +1 -0
  1840. package/icons/stroke/codingDevelopment/square-chart-gantt.svg +1 -0
  1841. package/icons/stroke/codingDevelopment/square-chevron-right.svg +1 -0
  1842. package/icons/stroke/codingDevelopment/square-code.svg +1 -0
  1843. package/icons/stroke/codingDevelopment/square-dashed-bottom-code.svg +1 -0
  1844. package/icons/stroke/codingDevelopment/square-dashed-bottom.svg +1 -0
  1845. package/icons/stroke/codingDevelopment/square-dashed-kanban.svg +1 -0
  1846. package/icons/stroke/codingDevelopment/square-dashed-mouse-pointer.svg +1 -0
  1847. package/icons/stroke/codingDevelopment/square-dashed-top-solid.svg +1 -0
  1848. package/icons/stroke/codingDevelopment/square-dot.svg +1 -0
  1849. package/icons/stroke/codingDevelopment/square-function.svg +1 -0
  1850. package/icons/stroke/codingDevelopment/square-kanban.svg +1 -0
  1851. package/icons/stroke/codingDevelopment/square-library.svg +1 -0
  1852. package/icons/stroke/codingDevelopment/square-minus.svg +1 -0
  1853. package/icons/stroke/codingDevelopment/square-mouse-pointer.svg +1 -0
  1854. package/icons/stroke/codingDevelopment/square-pi.svg +1 -0
  1855. package/icons/stroke/codingDevelopment/square-plus.svg +1 -0
  1856. package/icons/stroke/codingDevelopment/square-radical.svg +1 -0
  1857. package/icons/stroke/codingDevelopment/square-round-corner.svg +1 -0
  1858. package/icons/stroke/codingDevelopment/square-scissors.svg +1 -0
  1859. package/icons/stroke/codingDevelopment/square-slash.svg +1 -0
  1860. package/icons/stroke/codingDevelopment/square-stack.svg +1 -0
  1861. package/icons/stroke/codingDevelopment/square-terminal.svg +1 -0
  1862. package/icons/stroke/codingDevelopment/squircle-dashed.svg +1 -0
  1863. package/icons/stroke/codingDevelopment/table-properties.svg +1 -0
  1864. package/icons/stroke/codingDevelopment/tablet-smartphone.svg +1 -0
  1865. package/icons/stroke/codingDevelopment/telescope.svg +1 -0
  1866. package/icons/stroke/codingDevelopment/terminal.svg +1 -0
  1867. package/icons/stroke/codingDevelopment/toggle-left.svg +1 -0
  1868. package/icons/stroke/codingDevelopment/toggle-right.svg +1 -0
  1869. package/icons/stroke/codingDevelopment/tool-case.svg +1 -0
  1870. package/icons/stroke/codingDevelopment/toy-brick.svg +1 -0
  1871. package/icons/stroke/codingDevelopment/trello.svg +1 -0
  1872. package/icons/stroke/codingDevelopment/triangle-alert.svg +1 -0
  1873. package/icons/stroke/codingDevelopment/unplug.svg +1 -0
  1874. package/icons/stroke/codingDevelopment/variable.svg +1 -0
  1875. package/icons/stroke/codingDevelopment/waypoints.svg +1 -0
  1876. package/icons/stroke/codingDevelopment/webhook-off.svg +1 -0
  1877. package/icons/stroke/codingDevelopment/webhook.svg +1 -0
  1878. package/icons/stroke/codingDevelopment/workflow.svg +1 -0
  1879. package/icons/stroke/codingDevelopment/wrench.svg +1 -0
  1880. package/icons/stroke/communication/camera-off.svg +1 -1
  1881. package/icons/stroke/communication/cassette-tape.svg +1 -1
  1882. package/icons/stroke/communication/circle-fading-plus.svg +1 -1
  1883. package/icons/stroke/communication/lectern.svg +1 -1
  1884. package/icons/stroke/communication/mic-off.svg +1 -1
  1885. package/icons/stroke/communication/nfc.svg +1 -1
  1886. package/icons/stroke/communication/phone-off.svg +1 -1
  1887. package/icons/stroke/communication/radar.svg +1 -1
  1888. package/icons/stroke/communication/smartphone-nfc.svg +1 -1
  1889. package/icons/stroke/communication/smile-plus.svg +1 -1
  1890. package/icons/stroke/communication/spool.svg +1 -1
  1891. package/icons/stroke/communication/video-off.svg +1 -1
  1892. package/icons/stroke/communication/volume-off.svg +1 -1
  1893. package/icons/stroke/communication/volume.svg +1 -1
  1894. package/icons/stroke/connectivity/bluetooth-searching.svg +1 -1
  1895. package/icons/stroke/connectivity/cassette-tape.svg +1 -1
  1896. package/icons/stroke/connectivity/cctv.svg +1 -1
  1897. package/icons/stroke/connectivity/circle-power.svg +1 -1
  1898. package/icons/stroke/connectivity/cloud-off.svg +1 -1
  1899. package/icons/stroke/connectivity/headphone-off.svg +1 -1
  1900. package/icons/stroke/connectivity/house-wifi.svg +1 -1
  1901. package/icons/stroke/connectivity/mic-off.svg +1 -1
  1902. package/icons/stroke/connectivity/monitor-play.svg +1 -1
  1903. package/icons/stroke/connectivity/phone-off.svg +1 -1
  1904. package/icons/stroke/connectivity/router.svg +1 -1
  1905. package/icons/stroke/connectivity/satellite.svg +1 -1
  1906. package/icons/stroke/connectivity/square-power.svg +1 -1
  1907. package/icons/stroke/connectivity/video-off.svg +1 -1
  1908. package/icons/stroke/connectivity/volume-off.svg +1 -1
  1909. package/icons/stroke/connectivity/volume.svg +1 -1
  1910. package/icons/stroke/connectivity/wifi-off.svg +1 -1
  1911. package/icons/stroke/connectivity/wifi-pen.svg +1 -1
  1912. package/icons/stroke/connectivity/wifi-sync.svg +1 -1
  1913. package/icons/stroke/connectivity/zap.svg +1 -1
  1914. package/icons/stroke/design/a-arrow-down.svg +1 -0
  1915. package/icons/stroke/design/a-arrow-up.svg +1 -0
  1916. package/icons/stroke/design/a-large-small.svg +1 -0
  1917. package/icons/stroke/design/app-window-mac.svg +1 -0
  1918. package/icons/stroke/design/app-window.svg +1 -0
  1919. package/icons/stroke/design/axis-3-d.svg +1 -0
  1920. package/icons/stroke/design/between-horizontal-end.svg +1 -0
  1921. package/icons/stroke/design/between-horizontal-start.svg +1 -0
  1922. package/icons/stroke/design/between-vertical-end.svg +1 -0
  1923. package/icons/stroke/design/between-vertical-start.svg +1 -0
  1924. package/icons/stroke/design/blend.svg +1 -0
  1925. package/icons/stroke/design/book-type.svg +1 -0
  1926. package/icons/stroke/design/bring-to-front.svg +1 -0
  1927. package/icons/stroke/design/brush-cleaning.svg +1 -0
  1928. package/icons/stroke/design/brush.svg +1 -0
  1929. package/icons/stroke/design/chart-no-axes-gantt.svg +1 -0
  1930. package/icons/stroke/design/columns-2.svg +1 -0
  1931. package/icons/stroke/design/columns-3-cog.svg +1 -0
  1932. package/icons/stroke/design/columns-3.svg +1 -0
  1933. package/icons/stroke/design/columns-4.svg +1 -0
  1934. package/icons/stroke/design/component.svg +1 -0
  1935. package/icons/stroke/design/contrast.svg +1 -0
  1936. package/icons/stroke/design/crop.svg +1 -0
  1937. package/icons/stroke/design/cylinder.svg +1 -0
  1938. package/icons/stroke/design/database-backup.svg +1 -0
  1939. package/icons/stroke/design/decimals-arrow-left.svg +1 -0
  1940. package/icons/stroke/design/decimals-arrow-right.svg +1 -0
  1941. package/icons/stroke/design/diameter.svg +1 -0
  1942. package/icons/stroke/design/dock.svg +1 -0
  1943. package/icons/stroke/design/drafting-compass.svg +1 -0
  1944. package/icons/stroke/design/dribbble.svg +1 -0
  1945. package/icons/stroke/design/eclipse.svg +1 -0
  1946. package/icons/stroke/design/eye-closed.svg +1 -0
  1947. package/icons/stroke/design/eye-off.svg +1 -0
  1948. package/icons/stroke/design/eye.svg +1 -0
  1949. package/icons/stroke/design/figma.svg +1 -0
  1950. package/icons/stroke/design/file-axis-3-d.svg +1 -0
  1951. package/icons/stroke/design/flip-horizontal-2.svg +1 -0
  1952. package/icons/stroke/design/flip-horizontal.svg +1 -0
  1953. package/icons/stroke/design/flip-vertical-2.svg +1 -0
  1954. package/icons/stroke/design/flip-vertical.svg +1 -0
  1955. package/icons/stroke/design/folder-kanban.svg +1 -0
  1956. package/icons/stroke/design/frame.svg +1 -0
  1957. package/icons/stroke/design/framer.svg +1 -0
  1958. package/icons/stroke/design/fullscreen.svg +1 -0
  1959. package/icons/stroke/design/gallery-horizontal-end.svg +1 -0
  1960. package/icons/stroke/design/gallery-horizontal.svg +1 -0
  1961. package/icons/stroke/design/gallery-thumbnails.svg +1 -0
  1962. package/icons/stroke/design/gallery-vertical-end.svg +1 -0
  1963. package/icons/stroke/design/gallery-vertical.svg +1 -0
  1964. package/icons/stroke/design/grid-2-x-2.svg +1 -0
  1965. package/icons/stroke/design/grid-3-x-2.svg +1 -0
  1966. package/icons/stroke/design/grid-3-x-3.svg +1 -0
  1967. package/icons/stroke/design/hand-grab.svg +1 -0
  1968. package/icons/stroke/design/highlighter.svg +1 -0
  1969. package/icons/stroke/design/iteration-ccw.svg +1 -0
  1970. package/icons/stroke/design/iteration-cw.svg +1 -0
  1971. package/icons/stroke/design/kanban.svg +1 -0
  1972. package/icons/stroke/design/land-plot.svg +1 -0
  1973. package/icons/stroke/design/lasso-select.svg +1 -0
  1974. package/icons/stroke/design/lasso.svg +1 -0
  1975. package/icons/stroke/design/layers-2.svg +1 -0
  1976. package/icons/stroke/design/layers.svg +1 -0
  1977. package/icons/stroke/design/layout-dashboard.svg +1 -0
  1978. package/icons/stroke/design/layout-grid.svg +1 -0
  1979. package/icons/stroke/design/layout-list.svg +1 -0
  1980. package/icons/stroke/design/layout-panel-left.svg +1 -0
  1981. package/icons/stroke/design/line-squiggle.svg +1 -0
  1982. package/icons/stroke/design/loader-pinwheel.svg +1 -0
  1983. package/icons/stroke/design/loader.svg +1 -0
  1984. package/icons/stroke/design/magnet.svg +1 -0
  1985. package/icons/stroke/design/maximize-2.svg +1 -0
  1986. package/icons/stroke/design/maximize.svg +1 -0
  1987. package/icons/stroke/design/minimize-2.svg +1 -0
  1988. package/icons/stroke/design/minimize.svg +1 -0
  1989. package/icons/stroke/design/move-3-d.svg +1 -0
  1990. package/icons/stroke/design/notebook.svg +1 -0
  1991. package/icons/stroke/design/origami.svg +1 -0
  1992. package/icons/stroke/design/paint-brush-vertical.svg +1 -0
  1993. package/icons/stroke/design/paint-brush.svg +1 -0
  1994. package/icons/stroke/design/paint-bucket.svg +1 -0
  1995. package/icons/stroke/design/paint-roller.svg +1 -0
  1996. package/icons/stroke/design/palette.svg +1 -0
  1997. package/icons/stroke/design/panel-top.svg +1 -0
  1998. package/icons/stroke/design/panels-top-left.svg +1 -0
  1999. package/icons/stroke/design/paperclip.svg +1 -0
  2000. package/icons/stroke/design/pen-line.svg +1 -0
  2001. package/icons/stroke/design/pen-off.svg +1 -0
  2002. package/icons/stroke/design/pen-tool.svg +1 -0
  2003. package/icons/stroke/design/pen.svg +1 -0
  2004. package/icons/stroke/design/pencil-line.svg +1 -0
  2005. package/icons/stroke/design/pencil-off.svg +1 -0
  2006. package/icons/stroke/design/pencil-ruler.svg +1 -0
  2007. package/icons/stroke/design/pencil.svg +1 -0
  2008. package/icons/stroke/design/pipette.svg +1 -0
  2009. package/icons/stroke/design/presentation.svg +1 -0
  2010. package/icons/stroke/design/proportions.svg +1 -0
  2011. package/icons/stroke/design/radius.svg +1 -0
  2012. package/icons/stroke/design/ratio.svg +1 -0
  2013. package/icons/stroke/design/rectangle-horizontal.svg +1 -0
  2014. package/icons/stroke/design/rectangle-vertical.svg +1 -0
  2015. package/icons/stroke/design/rotate-3-d.svg +1 -0
  2016. package/icons/stroke/design/rotate-ccw-square.svg +1 -0
  2017. package/icons/stroke/design/rotate-ccw.svg +1 -0
  2018. package/icons/stroke/design/rotate-cw-square.svg +1 -0
  2019. package/icons/stroke/design/rotate-cw.svg +1 -0
  2020. package/icons/stroke/design/rows-2.svg +1 -0
  2021. package/icons/stroke/design/rows-3.svg +1 -0
  2022. package/icons/stroke/design/rows-4.svg +1 -0
  2023. package/icons/stroke/design/ruler-dimension-line.svg +1 -0
  2024. package/icons/stroke/design/ruler.svg +1 -0
  2025. package/icons/stroke/design/scale-3-d.svg +1 -0
  2026. package/icons/stroke/design/scaling.svg +1 -0
  2027. package/icons/stroke/design/scissors-line-dashed.svg +1 -0
  2028. package/icons/stroke/design/scissors.svg +1 -0
  2029. package/icons/stroke/design/send-to-back.svg +1 -0
  2030. package/icons/stroke/design/slice.svg +1 -0
  2031. package/icons/stroke/design/spline-pointer.svg +1 -0
  2032. package/icons/stroke/design/spline.svg +1 -0
  2033. package/icons/stroke/design/spray-can.svg +1 -0
  2034. package/icons/stroke/design/square-bottom-dashed-scissors.svg +1 -0
  2035. package/icons/stroke/design/square-chart-gantt.svg +1 -0
  2036. package/icons/stroke/design/square-dashed-kanban.svg +1 -0
  2037. package/icons/stroke/design/square-dashed-top-solid.svg +1 -0
  2038. package/icons/stroke/design/square-dashed.svg +1 -0
  2039. package/icons/stroke/design/square-kanban.svg +1 -0
  2040. package/icons/stroke/design/square-round-corner.svg +1 -0
  2041. package/icons/stroke/design/square-scissors.svg +1 -0
  2042. package/icons/stroke/design/squares-exclude.svg +1 -0
  2043. package/icons/stroke/design/squares-intersect.svg +1 -0
  2044. package/icons/stroke/design/squares-subtract.svg +1 -0
  2045. package/icons/stroke/design/squares-unite.svg +1 -0
  2046. package/icons/stroke/design/squircle-dashed.svg +1 -0
  2047. package/icons/stroke/design/stamp.svg +1 -0
  2048. package/icons/stroke/design/swatch-book.svg +1 -0
  2049. package/icons/stroke/design/tablet-smartphone.svg +1 -0
  2050. package/icons/stroke/design/tangent.svg +1 -0
  2051. package/icons/stroke/design/torus.svg +1 -0
  2052. package/icons/stroke/design/vector-square.svg +1 -0
  2053. package/icons/stroke/design/view.svg +1 -0
  2054. package/icons/stroke/design/wand-sparkles.svg +1 -0
  2055. package/icons/stroke/design/wand.svg +1 -0
  2056. package/icons/stroke/design/zoom-in.svg +1 -0
  2057. package/icons/stroke/design/zoom-out.svg +1 -0
  2058. package/package.json +1 -1
  2059. package/src/index.tsx +2 -0
  2060. package/src/solid/accessibility/Accessibility.tsx +4 -4
  2061. package/src/solid/accessibility/BadgeInfo.tsx +2 -2
  2062. package/src/solid/accessibility/BadgeQuestionMark.tsx +2 -2
  2063. package/src/solid/accessibility/CircleQuestionMark.tsx +1 -1
  2064. package/src/solid/accessibility/Contrast.tsx +33 -0
  2065. package/src/solid/accessibility/EarOff.tsx +2 -2
  2066. package/src/solid/accessibility/Eclipse.tsx +66 -0
  2067. package/src/solid/accessibility/Eye.tsx +33 -0
  2068. package/src/solid/accessibility/EyeClosed.tsx +28 -1
  2069. package/src/solid/accessibility/EyeOff.tsx +36 -3
  2070. package/src/solid/accessibility/Moon.tsx +2 -2
  2071. package/src/solid/accessibility/MoonStar.tsx +1 -1
  2072. package/src/solid/accessibility/ScanEye.tsx +2 -2
  2073. package/src/solid/accessibility/Speech.tsx +2 -2
  2074. package/src/solid/accessibility/Sun.tsx +1 -1
  2075. package/src/solid/accessibility/SunMoon.tsx +2 -2
  2076. package/src/solid/accessibility/ZoomIn.tsx +27 -0
  2077. package/src/solid/accessibility/ZoomOut.tsx +27 -0
  2078. package/src/solid/accountsAccess/Badge.tsx +2 -2
  2079. package/src/solid/accountsAccess/BadgeAlert.tsx +1 -1
  2080. package/src/solid/accountsAccess/BellDot.tsx +1 -1
  2081. package/src/stroke/accountsAccess/HeartHandshake.tsx +1 -1
  2082. package/src/stroke/accountsAccess/HeartMinus.tsx +1 -1
  2083. package/src/stroke/accountsAccess/HeartPlus.tsx +1 -1
  2084. package/src/stroke/accountsAccess/KeyRound.tsx +1 -1
  2085. package/src/stroke/accountsAccess/Link.tsx +2 -2
  2086. package/src/stroke/accountsAccess/Settings.tsx +1 -1
  2087. package/src/stroke/accountsAccess/Star.tsx +1 -1
  2088. package/src/stroke/accountsAccess/UserRoundCheck.tsx +1 -1
  2089. package/src/stroke/accountsAccess/UserRoundMinus.tsx +1 -1
  2090. package/src/stroke/accountsAccess/UserRoundPlus.tsx +1 -1
  2091. package/src/stroke/accountsAccess/UserStar.tsx +1 -1
  2092. package/src/stroke/accountsAccess/index.ts +1 -20
  2093. package/src/stroke/animals/Dog.tsx +1 -1
  2094. package/src/stroke/animals/FishOff.tsx +1 -1
  2095. package/src/stroke/animals/Panda.tsx +1 -1
  2096. package/src/stroke/animals/Shrimp.tsx +1 -1
  2097. package/src/stroke/animals/Squirrel.tsx +1 -1
  2098. package/src/stroke/animals/Worm.tsx +1 -1
  2099. package/src/stroke/animals/index.ts +0 -4
  2100. package/src/stroke/arrows/FolderInput.tsx +1 -1
  2101. package/src/stroke/arrows/FolderOutput.tsx +1 -1
  2102. package/src/stroke/arrows/FolderSync.tsx +1 -1
  2103. package/src/stroke/arrows/MousePointer2.tsx +1 -1
  2104. package/src/stroke/arrows/MousePointerBan.tsx +1 -1
  2105. package/src/stroke/arrows/Play.tsx +1 -1
  2106. package/src/stroke/arrows/index.ts +0 -35
  2107. package/src/stroke/charts/ChartPie.tsx +2 -2
  2108. package/src/stroke/charts/index.ts +0 -6
  2109. package/src/stroke/codingDevelopment/Ampersand.tsx +58 -0
  2110. package/src/stroke/codingDevelopment/Ampersands.tsx +58 -0
  2111. package/src/stroke/codingDevelopment/AppWindow.tsx +95 -0
  2112. package/src/stroke/codingDevelopment/AppWindowMac.tsx +95 -0
  2113. package/src/stroke/codingDevelopment/ArrowBigUp.tsx +95 -0
  2114. package/src/stroke/codingDevelopment/ArrowBigUpDash.tsx +93 -0
  2115. package/src/stroke/codingDevelopment/ArrowDownToLine.tsx +95 -0
  2116. package/src/stroke/codingDevelopment/ArrowRightToLine.tsx +95 -0
  2117. package/src/stroke/codingDevelopment/ArrowUpFromLine.tsx +95 -0
  2118. package/src/stroke/codingDevelopment/Asterisk.tsx +95 -0
  2119. package/src/stroke/codingDevelopment/Binary.tsx +57 -0
  2120. package/src/stroke/codingDevelopment/Binoculars.tsx +58 -0
  2121. package/src/stroke/codingDevelopment/Bitcoin.tsx +58 -0
  2122. package/src/stroke/codingDevelopment/Blend.tsx +107 -0
  2123. package/src/stroke/codingDevelopment/Blocks.tsx +57 -0
  2124. package/src/stroke/codingDevelopment/Book.tsx +57 -0
  2125. package/src/stroke/codingDevelopment/BookAlert.tsx +58 -0
  2126. package/src/stroke/codingDevelopment/BookCheck.tsx +64 -0
  2127. package/src/stroke/codingDevelopment/BookCopy.tsx +64 -0
  2128. package/src/stroke/codingDevelopment/BookDashed.tsx +58 -0
  2129. package/src/stroke/codingDevelopment/BookDown.tsx +64 -0
  2130. package/src/stroke/codingDevelopment/BookKey.tsx +64 -0
  2131. package/src/stroke/codingDevelopment/BookLock.tsx +64 -0
  2132. package/src/stroke/codingDevelopment/BookMarked.tsx +64 -0
  2133. package/src/stroke/codingDevelopment/BookMinus.tsx +58 -0
  2134. package/src/stroke/codingDevelopment/BookOpen.tsx +58 -0
  2135. package/src/stroke/codingDevelopment/BookOpenCheck.tsx +64 -0
  2136. package/src/stroke/codingDevelopment/BookOpenText.tsx +58 -0
  2137. package/src/stroke/codingDevelopment/BookPlus.tsx +58 -0
  2138. package/src/stroke/codingDevelopment/BookUp.tsx +63 -0
  2139. package/src/stroke/codingDevelopment/BookUp2.tsx +64 -0
  2140. package/src/stroke/codingDevelopment/Bot.tsx +57 -0
  2141. package/src/stroke/codingDevelopment/BotMessageSquare.tsx +64 -0
  2142. package/src/stroke/codingDevelopment/BotOff.tsx +57 -0
  2143. package/src/stroke/codingDevelopment/Box.tsx +63 -0
  2144. package/src/stroke/codingDevelopment/Boxes.tsx +63 -0
  2145. package/src/stroke/codingDevelopment/Braces.tsx +57 -0
  2146. package/src/stroke/codingDevelopment/Brackets.tsx +58 -0
  2147. package/src/stroke/codingDevelopment/BrainCircuit.tsx +70 -0
  2148. package/src/stroke/codingDevelopment/BrainCog.tsx +82 -0
  2149. package/src/stroke/codingDevelopment/Bug.tsx +107 -0
  2150. package/src/stroke/codingDevelopment/BugOff.tsx +131 -0
  2151. package/src/stroke/codingDevelopment/BugPlay.tsx +107 -0
  2152. package/src/stroke/codingDevelopment/CaseLower.tsx +58 -0
  2153. package/src/stroke/codingDevelopment/CaseUpper.tsx +58 -0
  2154. package/src/stroke/codingDevelopment/ChartNoAxesGantt.tsx +122 -0
  2155. package/src/stroke/codingDevelopment/ChevronRight.tsx +95 -0
  2156. package/src/stroke/codingDevelopment/CircleArrowOutUpLeft.tsx +96 -0
  2157. package/src/stroke/codingDevelopment/CircleDashed.tsx +58 -0
  2158. package/src/stroke/codingDevelopment/CircleDot.tsx +64 -0
  2159. package/src/stroke/codingDevelopment/CircleDotDashed.tsx +58 -0
  2160. package/src/stroke/codingDevelopment/CircleEllipsis.tsx +58 -0
  2161. package/src/stroke/codingDevelopment/CircleFadingArrowUp.tsx +96 -0
  2162. package/src/stroke/codingDevelopment/CirclePlus.tsx +58 -0
  2163. package/src/stroke/codingDevelopment/CircleSlash.tsx +58 -0
  2164. package/src/stroke/codingDevelopment/CircleSlash2.tsx +58 -0
  2165. package/src/stroke/codingDevelopment/CircleX.tsx +58 -0
  2166. package/src/stroke/codingDevelopment/CircuitBoard.tsx +64 -0
  2167. package/src/stroke/codingDevelopment/CloudAlert.tsx +58 -0
  2168. package/src/stroke/codingDevelopment/CloudCheck.tsx +64 -0
  2169. package/src/stroke/codingDevelopment/CloudCog.tsx +70 -0
  2170. package/src/stroke/codingDevelopment/Code.tsx +57 -0
  2171. package/src/stroke/codingDevelopment/CodeXml.tsx +58 -0
  2172. package/src/stroke/codingDevelopment/Codepen.tsx +70 -0
  2173. package/src/stroke/codingDevelopment/CodesAndBox.tsx +64 -0
  2174. package/src/stroke/codingDevelopment/Combine.tsx +64 -0
  2175. package/src/stroke/codingDevelopment/Command.tsx +58 -0
  2176. package/src/stroke/codingDevelopment/Component.tsx +95 -0
  2177. package/src/stroke/codingDevelopment/Computer.tsx +58 -0
  2178. package/src/stroke/codingDevelopment/Construction.tsx +58 -0
  2179. package/src/stroke/codingDevelopment/Container.tsx +64 -0
  2180. package/src/stroke/codingDevelopment/CopySlash.tsx +64 -0
  2181. package/src/stroke/codingDevelopment/CornerDownRight.tsx +107 -0
  2182. package/src/stroke/codingDevelopment/Database.tsx +70 -0
  2183. package/src/stroke/codingDevelopment/DatabaseBackup.tsx +156 -0
  2184. package/src/stroke/codingDevelopment/DatabaseZap.tsx +70 -0
  2185. package/src/stroke/codingDevelopment/Diff.tsx +57 -0
  2186. package/src/stroke/codingDevelopment/Divide.tsx +57 -0
  2187. package/src/stroke/codingDevelopment/Dock.tsx +95 -0
  2188. package/src/stroke/codingDevelopment/EarthLock.tsx +70 -0
  2189. package/src/stroke/codingDevelopment/Ellipsis.tsx +58 -0
  2190. package/src/stroke/codingDevelopment/Equal.tsx +95 -0
  2191. package/src/stroke/codingDevelopment/EqualNot.tsx +58 -0
  2192. package/src/stroke/codingDevelopment/FileCode.tsx +64 -0
  2193. package/src/stroke/codingDevelopment/FileCode2.tsx +64 -0
  2194. package/src/stroke/codingDevelopment/FileDiff.tsx +58 -0
  2195. package/src/stroke/codingDevelopment/FileDigit.tsx +64 -0
  2196. package/src/stroke/codingDevelopment/FileJson.tsx +64 -0
  2197. package/src/stroke/codingDevelopment/FileJson2.tsx +64 -0
  2198. package/src/stroke/codingDevelopment/FileSliders.tsx +64 -0
  2199. package/src/stroke/codingDevelopment/FileStack.tsx +58 -0
  2200. package/src/stroke/codingDevelopment/FileTerminal.tsx +64 -0
  2201. package/src/stroke/codingDevelopment/FlagTriangleLeft.tsx +58 -0
  2202. package/src/stroke/codingDevelopment/FlagTriangleRight.tsx +58 -0
  2203. package/src/stroke/codingDevelopment/FolderCode.tsx +64 -0
  2204. package/src/stroke/codingDevelopment/FolderDot.tsx +64 -0
  2205. package/src/stroke/codingDevelopment/FolderKanban.tsx +122 -0
  2206. package/src/stroke/codingDevelopment/FolderOpenDot.tsx +64 -0
  2207. package/src/stroke/codingDevelopment/FolderRoot.tsx +64 -0
  2208. package/src/stroke/codingDevelopment/GalleryHorizontal.tsx +95 -0
  2209. package/src/stroke/codingDevelopment/GalleryHorizontalEnd.tsx +96 -0
  2210. package/src/stroke/codingDevelopment/GalleryThumbnails.tsx +95 -0
  2211. package/src/stroke/codingDevelopment/GalleryVertical.tsx +95 -0
  2212. package/src/stroke/codingDevelopment/GalleryVerticalEnd.tsx +95 -0
  2213. package/src/stroke/codingDevelopment/Gem.tsx +63 -0
  2214. package/src/stroke/codingDevelopment/GitBranch.tsx +58 -0
  2215. package/src/stroke/codingDevelopment/GitBranchPlus.tsx +58 -0
  2216. package/src/stroke/codingDevelopment/GitCommitHorizontal.tsx +59 -0
  2217. package/src/stroke/codingDevelopment/GitCommitVertical.tsx +58 -0
  2218. package/src/stroke/codingDevelopment/GitCompare.tsx +58 -0
  2219. package/src/stroke/codingDevelopment/GitCompareArrows.tsx +119 -0
  2220. package/src/stroke/codingDevelopment/GitFork.tsx +58 -0
  2221. package/src/stroke/codingDevelopment/GitGraph.tsx +58 -0
  2222. package/src/stroke/codingDevelopment/GitMerge.tsx +58 -0
  2223. package/src/stroke/codingDevelopment/GitPullRequest.tsx +58 -0
  2224. package/src/stroke/codingDevelopment/GitPullRequestArrow.tsx +108 -0
  2225. package/src/stroke/codingDevelopment/GitPullRequestClosed.tsx +59 -0
  2226. package/src/stroke/codingDevelopment/GitPullRequestCreate.tsx +59 -0
  2227. package/src/stroke/codingDevelopment/GitPullRequestCreateArrow.tsx +65 -0
  2228. package/src/stroke/codingDevelopment/GitPullRequestDraft.tsx +59 -0
  2229. package/src/stroke/codingDevelopment/Github.tsx +63 -0
  2230. package/src/stroke/codingDevelopment/Gitlab.tsx +57 -0
  2231. package/src/stroke/codingDevelopment/GlobeLock.tsx +64 -0
  2232. package/src/stroke/codingDevelopment/HardDrive.tsx +58 -0
  2233. package/src/stroke/codingDevelopment/HardDriveDownload.tsx +95 -0
  2234. package/src/stroke/codingDevelopment/HardDriveUpload.tsx +95 -0
  2235. package/src/stroke/codingDevelopment/Hexagon.tsx +58 -0
  2236. package/src/stroke/codingDevelopment/Kanban.tsx +122 -0
  2237. package/src/stroke/codingDevelopment/Keyboard.tsx +58 -0
  2238. package/src/stroke/codingDevelopment/KeyboardOff.tsx +58 -0
  2239. package/src/stroke/codingDevelopment/Library.tsx +58 -0
  2240. package/src/stroke/codingDevelopment/LibraryBig.tsx +58 -0
  2241. package/src/stroke/codingDevelopment/ListIndentDecrease.tsx +58 -0
  2242. package/src/stroke/codingDevelopment/ListIndentIncrease.tsx +58 -0
  2243. package/src/stroke/codingDevelopment/Merge.tsx +107 -0
  2244. package/src/stroke/codingDevelopment/MessageCircleCode.tsx +64 -0
  2245. package/src/stroke/codingDevelopment/MessageSquareCode.tsx +64 -0
  2246. package/src/stroke/codingDevelopment/MessageSquareDiff.tsx +58 -0
  2247. package/src/stroke/codingDevelopment/Milestone.tsx +95 -0
  2248. package/src/stroke/codingDevelopment/Minus.tsx +95 -0
  2249. package/src/stroke/codingDevelopment/Network.tsx +58 -0
  2250. package/src/stroke/codingDevelopment/Omega.tsx +57 -0
  2251. package/src/stroke/codingDevelopment/Option.tsx +57 -0
  2252. package/src/stroke/codingDevelopment/Package.tsx +64 -0
  2253. package/src/stroke/codingDevelopment/Package2.tsx +58 -0
  2254. package/src/stroke/codingDevelopment/PackageCheck.tsx +70 -0
  2255. package/src/stroke/codingDevelopment/PackageMinus.tsx +64 -0
  2256. package/src/stroke/codingDevelopment/PackageOpen.tsx +70 -0
  2257. package/src/stroke/codingDevelopment/PackagePlus.tsx +64 -0
  2258. package/src/stroke/codingDevelopment/PackageSearch.tsx +64 -0
  2259. package/src/stroke/codingDevelopment/PackageX.tsx +64 -0
  2260. package/src/stroke/codingDevelopment/PanelTop.tsx +95 -0
  2261. package/src/stroke/codingDevelopment/PanelsTopLeft.tsx +93 -0
  2262. package/src/stroke/codingDevelopment/Parentheses.tsx +58 -0
  2263. package/src/stroke/codingDevelopment/Percent.tsx +58 -0
  2264. package/src/stroke/codingDevelopment/Pi.tsx +63 -0
  2265. package/src/stroke/codingDevelopment/Plug.tsx +57 -0
  2266. package/src/stroke/codingDevelopment/Plug2.tsx +57 -0
  2267. package/src/stroke/codingDevelopment/Plus.tsx +95 -0
  2268. package/src/stroke/codingDevelopment/Puzzle.tsx +57 -0
  2269. package/src/stroke/codingDevelopment/QrCode.tsx +57 -0
  2270. package/src/stroke/codingDevelopment/Radical.tsx +58 -0
  2271. package/src/stroke/codingDevelopment/RectangleCircle.tsx +64 -0
  2272. package/src/stroke/codingDevelopment/RectangleEllipsis.tsx +58 -0
  2273. package/src/stroke/codingDevelopment/RefreshCcwDot.tsx +117 -0
  2274. package/src/stroke/codingDevelopment/Regex.tsx +57 -0
  2275. package/src/stroke/codingDevelopment/Rocket.tsx +63 -0
  2276. package/src/stroke/codingDevelopment/Router.tsx +95 -0
  2277. package/src/stroke/codingDevelopment/Rss.tsx +57 -0
  2278. package/src/stroke/codingDevelopment/Scroll.tsx +63 -0
  2279. package/src/stroke/codingDevelopment/ScrollText.tsx +64 -0
  2280. package/src/stroke/codingDevelopment/SearchCode.tsx +64 -0
  2281. package/src/stroke/codingDevelopment/Server.tsx +57 -0
  2282. package/src/stroke/codingDevelopment/ServerCog.tsx +70 -0
  2283. package/src/stroke/codingDevelopment/ServerCrash.tsx +64 -0
  2284. package/src/stroke/codingDevelopment/ServerOff.tsx +58 -0
  2285. package/src/stroke/codingDevelopment/Shell.tsx +57 -0
  2286. package/src/stroke/codingDevelopment/Shield.tsx +95 -0
  2287. package/src/stroke/codingDevelopment/ShieldAlert.tsx +95 -0
  2288. package/src/stroke/codingDevelopment/ShieldBan.tsx +95 -0
  2289. package/src/stroke/codingDevelopment/ShieldCheck.tsx +107 -0
  2290. package/src/stroke/codingDevelopment/ShieldEllipsis.tsx +93 -0
  2291. package/src/stroke/codingDevelopment/ShieldHalf.tsx +95 -0
  2292. package/src/stroke/codingDevelopment/ShieldMinus.tsx +95 -0
  2293. package/src/stroke/codingDevelopment/ShieldOff.tsx +95 -0
  2294. package/src/stroke/codingDevelopment/ShieldPlus.tsx +95 -0
  2295. package/src/stroke/codingDevelopment/ShieldQuestionMark.tsx +107 -0
  2296. package/src/stroke/codingDevelopment/ShieldUser.tsx +107 -0
  2297. package/src/stroke/codingDevelopment/ShieldX.tsx +95 -0
  2298. package/src/stroke/codingDevelopment/Signpost.tsx +95 -0
  2299. package/src/stroke/codingDevelopment/SignpostBig.tsx +95 -0
  2300. package/src/stroke/codingDevelopment/Slack.tsx +57 -0
  2301. package/src/stroke/codingDevelopment/Slash.tsx +57 -0
  2302. package/src/stroke/codingDevelopment/SpellCheck.tsx +58 -0
  2303. package/src/stroke/codingDevelopment/SpellCheck2.tsx +58 -0
  2304. package/src/stroke/codingDevelopment/Split.tsx +107 -0
  2305. package/src/stroke/codingDevelopment/SquareAsterisk.tsx +58 -0
  2306. package/src/stroke/codingDevelopment/SquareBottomDashedScissors.tsx +108 -0
  2307. package/src/stroke/codingDevelopment/SquareChartGantt.tsx +122 -0
  2308. package/src/stroke/codingDevelopment/SquareChevronRight.tsx +107 -0
  2309. package/src/stroke/codingDevelopment/SquareCode.tsx +64 -0
  2310. package/src/stroke/codingDevelopment/SquareDashedBottom.tsx +58 -0
  2311. package/src/stroke/codingDevelopment/SquareDashedBottomCode.tsx +65 -0
  2312. package/src/stroke/codingDevelopment/SquareDashedKanban.tsx +122 -0
  2313. package/src/stroke/codingDevelopment/SquareDashedMousePointer.tsx +96 -0
  2314. package/src/stroke/codingDevelopment/SquareDashedTopSolid.tsx +96 -0
  2315. package/src/stroke/codingDevelopment/SquareDot.tsx +64 -0
  2316. package/src/stroke/codingDevelopment/SquareFunction.tsx +64 -0
  2317. package/src/stroke/codingDevelopment/SquareKanban.tsx +122 -0
  2318. package/src/stroke/codingDevelopment/SquareLibrary.tsx +58 -0
  2319. package/src/stroke/codingDevelopment/SquareMinus.tsx +58 -0
  2320. package/src/stroke/codingDevelopment/SquareMousePointer.tsx +107 -0
  2321. package/src/stroke/codingDevelopment/SquarePi.tsx +64 -0
  2322. package/src/stroke/codingDevelopment/SquarePlus.tsx +58 -0
  2323. package/src/stroke/codingDevelopment/SquareRadical.tsx +64 -0
  2324. package/src/stroke/codingDevelopment/SquareRoundCorner.tsx +95 -0
  2325. package/src/stroke/codingDevelopment/SquareScissors.tsx +105 -0
  2326. package/src/stroke/codingDevelopment/SquareSlash.tsx +58 -0
  2327. package/src/stroke/codingDevelopment/SquareStack.tsx +58 -0
  2328. package/src/stroke/codingDevelopment/SquareTerminal.tsx +64 -0
  2329. package/src/stroke/codingDevelopment/SquircleDashed.tsx +93 -0
  2330. package/src/stroke/codingDevelopment/TableProperties.tsx +58 -0
  2331. package/src/stroke/codingDevelopment/TabletSmartphone.tsx +107 -0
  2332. package/src/stroke/codingDevelopment/Telescope.tsx +64 -0
  2333. package/src/stroke/codingDevelopment/Terminal.tsx +58 -0
  2334. package/src/stroke/codingDevelopment/ToggleLeft.tsx +107 -0
  2335. package/src/stroke/codingDevelopment/ToggleRight.tsx +107 -0
  2336. package/src/stroke/codingDevelopment/ToolCase.tsx +64 -0
  2337. package/src/stroke/codingDevelopment/ToyBrick.tsx +58 -0
  2338. package/src/stroke/codingDevelopment/Trello.tsx +63 -0
  2339. package/src/stroke/codingDevelopment/TriangleAlert.tsx +58 -0
  2340. package/src/stroke/codingDevelopment/Unplug.tsx +57 -0
  2341. package/src/stroke/codingDevelopment/Variable.tsx +58 -0
  2342. package/src/stroke/codingDevelopment/Waypoints.tsx +95 -0
  2343. package/src/stroke/codingDevelopment/Webhook.tsx +119 -0
  2344. package/src/stroke/codingDevelopment/WebhookOff.tsx +107 -0
  2345. package/src/stroke/codingDevelopment/Workflow.tsx +58 -0
  2346. package/src/stroke/codingDevelopment/Wrench.tsx +95 -0
  2347. package/src/stroke/codingDevelopment/index.ts +238 -0
  2348. package/src/stroke/communication/CameraOff.tsx +1 -1
  2349. package/src/stroke/communication/CircleFadingPlus.tsx +1 -1
  2350. package/src/stroke/communication/Lectern.tsx +1 -1
  2351. package/src/stroke/communication/Nfc.tsx +1 -1
  2352. package/src/stroke/communication/Radar.tsx +2 -2
  2353. package/src/stroke/communication/SmartphoneNfc.tsx +1 -1
  2354. package/src/stroke/communication/SmilePlus.tsx +1 -1
  2355. package/src/stroke/communication/Spool.tsx +1 -1
  2356. package/src/stroke/communication/index.ts +0 -2
  2357. package/src/stroke/connectivity/BluetoothSearching.tsx +1 -1
  2358. package/src/stroke/connectivity/CassetteTape.tsx +2 -2
  2359. package/src/stroke/connectivity/Cctv.tsx +1 -7
  2360. package/src/stroke/connectivity/CirclePower.tsx +1 -1
  2361. package/src/stroke/connectivity/CloudOff.tsx +1 -1
  2362. package/src/stroke/connectivity/HeadphoneOff.tsx +1 -1
  2363. package/src/stroke/connectivity/HouseWifi.tsx +1 -1
  2364. package/src/stroke/connectivity/MicOff.tsx +2 -2
  2365. package/src/stroke/connectivity/MonitorPlay.tsx +1 -1
  2366. package/src/stroke/connectivity/PhoneOff.tsx +2 -2
  2367. package/src/stroke/connectivity/Satellite.tsx +2 -2
  2368. package/src/stroke/connectivity/SquarePower.tsx +1 -1
  2369. package/src/stroke/connectivity/VideoOff.tsx +2 -2
  2370. package/src/stroke/connectivity/Volume.tsx +2 -2
  2371. package/src/stroke/connectivity/VolumeOff.tsx +2 -2
  2372. package/src/stroke/connectivity/WifiOff.tsx +1 -1
  2373. package/src/stroke/connectivity/WifiPen.tsx +1 -1
  2374. package/src/stroke/connectivity/WifiSync.tsx +1 -1
  2375. package/src/stroke/connectivity/Zap.tsx +1 -1
  2376. package/src/stroke/connectivity/index.ts +0 -1
  2377. package/src/stroke/design/AArrowDown.tsx +58 -0
  2378. package/src/stroke/design/AArrowUp.tsx +58 -0
  2379. package/src/stroke/design/ALargeSmall.tsx +58 -0
  2380. package/src/stroke/design/Axis3D.tsx +57 -0
  2381. package/src/stroke/design/BetweenHorizontalEnd.tsx +58 -0
  2382. package/src/stroke/design/BetweenHorizontalStart.tsx +58 -0
  2383. package/src/stroke/design/BetweenVerticalEnd.tsx +58 -0
  2384. package/src/stroke/design/BetweenVerticalStart.tsx +58 -0
  2385. package/src/stroke/design/BookType.tsx +64 -0
  2386. package/src/stroke/design/BringToFront.tsx +58 -0
  2387. package/src/stroke/design/Brush.tsx +63 -0
  2388. package/src/stroke/design/BrushCleaning.tsx +58 -0
  2389. package/src/stroke/design/Columns2.tsx +58 -0
  2390. package/src/stroke/design/Columns3.tsx +58 -0
  2391. package/src/stroke/design/Columns3Cog.tsx +64 -0
  2392. package/src/stroke/design/Columns4.tsx +58 -0
  2393. package/src/stroke/design/Crop.tsx +63 -0
  2394. package/src/stroke/design/Cylinder.tsx +64 -0
  2395. package/src/stroke/design/DecimalsArrowLeft.tsx +95 -0
  2396. package/src/stroke/design/DecimalsArrowRight.tsx +95 -0
  2397. package/src/stroke/design/Diameter.tsx +64 -0
  2398. package/src/stroke/design/DraftingCompass.tsx +58 -0
  2399. package/src/stroke/design/Dribbble.tsx +70 -0
  2400. package/src/stroke/design/Figma.tsx +57 -0
  2401. package/src/stroke/design/FileAxis3D.tsx +64 -0
  2402. package/src/stroke/design/FlipHorizontal.tsx +58 -0
  2403. package/src/stroke/design/FlipHorizontal2.tsx +58 -0
  2404. package/src/stroke/design/FlipVertical.tsx +58 -0
  2405. package/src/stroke/design/FlipVertical2.tsx +58 -0
  2406. package/src/stroke/design/Frame.tsx +95 -0
  2407. package/src/stroke/design/Framer.tsx +57 -0
  2408. package/src/stroke/design/Fullscreen.tsx +58 -0
  2409. package/src/stroke/design/Grid2X2.tsx +58 -0
  2410. package/src/stroke/design/Grid3X2.tsx +58 -0
  2411. package/src/stroke/design/Grid3X3.tsx +58 -0
  2412. package/src/stroke/design/HandGrab.tsx +64 -0
  2413. package/src/stroke/design/Highlighter.tsx +58 -0
  2414. package/src/stroke/design/IterationCcw.tsx +107 -0
  2415. package/src/stroke/design/IterationCw.tsx +107 -0
  2416. package/src/stroke/design/LandPlot.tsx +64 -0
  2417. package/src/stroke/design/Lasso.tsx +63 -0
  2418. package/src/stroke/design/LassoSelect.tsx +107 -0
  2419. package/src/stroke/design/Layers.tsx +63 -0
  2420. package/src/stroke/design/Layers2.tsx +58 -0
  2421. package/src/stroke/design/LayoutDashboard.tsx +58 -0
  2422. package/src/stroke/design/LayoutGrid.tsx +58 -0
  2423. package/src/stroke/design/LayoutList.tsx +58 -0
  2424. package/src/stroke/design/LayoutPanelLeft.tsx +58 -0
  2425. package/src/stroke/design/LineSquiggle.tsx +58 -0
  2426. package/src/stroke/design/Loader.tsx +57 -0
  2427. package/src/stroke/design/LoaderPinwheel.tsx +76 -0
  2428. package/src/stroke/design/Magnet.tsx +57 -0
  2429. package/src/stroke/design/Maximize.tsx +58 -0
  2430. package/src/stroke/design/Maximize2.tsx +95 -0
  2431. package/src/stroke/design/Minimize.tsx +58 -0
  2432. package/src/stroke/design/Minimize2.tsx +95 -0
  2433. package/src/stroke/design/Move3D.tsx +63 -0
  2434. package/src/stroke/design/Notebook.tsx +95 -0
  2435. package/src/stroke/design/Origami.tsx +107 -0
  2436. package/src/stroke/design/PaintBrush.tsx +58 -0
  2437. package/src/stroke/design/PaintBrushVertical.tsx +58 -0
  2438. package/src/stroke/design/PaintBucket.tsx +58 -0
  2439. package/src/stroke/design/PaintRoller.tsx +64 -0
  2440. package/src/stroke/design/Palette.tsx +65 -0
  2441. package/src/stroke/design/Paperclip.tsx +58 -0
  2442. package/src/stroke/design/Pen.tsx +57 -0
  2443. package/src/stroke/design/PenLine.tsx +58 -0
  2444. package/src/stroke/design/PenOff.tsx +57 -0
  2445. package/src/stroke/design/PenTool.tsx +64 -0
  2446. package/src/stroke/design/Pencil.tsx +57 -0
  2447. package/src/stroke/design/PencilLine.tsx +58 -0
  2448. package/src/stroke/design/PencilOff.tsx +58 -0
  2449. package/src/stroke/design/PencilRuler.tsx +58 -0
  2450. package/src/stroke/design/Pipette.tsx +58 -0
  2451. package/src/stroke/design/Presentation.tsx +95 -0
  2452. package/src/stroke/design/Proportions.tsx +64 -0
  2453. package/src/stroke/design/Radius.tsx +63 -0
  2454. package/src/stroke/design/Ratio.tsx +63 -0
  2455. package/src/stroke/design/RectangleHorizontal.tsx +58 -0
  2456. package/src/stroke/design/RectangleVertical.tsx +58 -0
  2457. package/src/stroke/design/Rotate3D.tsx +64 -0
  2458. package/src/stroke/design/RotateCcw.tsx +107 -0
  2459. package/src/stroke/design/RotateCcwSquare.tsx +107 -0
  2460. package/src/stroke/design/RotateCw.tsx +107 -0
  2461. package/src/stroke/design/RotateCwSquare.tsx +105 -0
  2462. package/src/stroke/design/Rows2.tsx +57 -0
  2463. package/src/stroke/design/Rows3.tsx +57 -0
  2464. package/src/stroke/design/Rows4.tsx +57 -0
  2465. package/src/stroke/design/Ruler.tsx +57 -0
  2466. package/src/stroke/design/RulerDimensionLine.tsx +58 -0
  2467. package/src/stroke/design/Scale3D.tsx +58 -0
  2468. package/src/stroke/design/Scaling.tsx +64 -0
  2469. package/src/stroke/design/Scissors.tsx +58 -0
  2470. package/src/stroke/design/ScissorsLineDashed.tsx +58 -0
  2471. package/src/stroke/design/SendToBack.tsx +58 -0
  2472. package/src/stroke/design/Slice.tsx +57 -0
  2473. package/src/stroke/design/Spline.tsx +57 -0
  2474. package/src/stroke/design/SplinePointer.tsx +93 -0
  2475. package/src/stroke/design/SprayCan.tsx +58 -0
  2476. package/src/stroke/design/SquareDashed.tsx +58 -0
  2477. package/src/stroke/design/SquaresExclude.tsx +58 -0
  2478. package/src/stroke/design/SquaresIntersect.tsx +58 -0
  2479. package/src/stroke/design/SquaresSubtract.tsx +58 -0
  2480. package/src/stroke/design/SquaresUnite.tsx +58 -0
  2481. package/src/stroke/design/Stamp.tsx +57 -0
  2482. package/src/stroke/design/SwatchBook.tsx +70 -0
  2483. package/src/stroke/design/Tangent.tsx +58 -0
  2484. package/src/stroke/design/Torus.tsx +63 -0
  2485. package/src/stroke/design/VectorSquare.tsx +58 -0
  2486. package/src/stroke/design/View.tsx +63 -0
  2487. package/src/stroke/design/Wand.tsx +57 -0
  2488. package/src/stroke/design/WandSparkles.tsx +58 -0
  2489. package/src/stroke/design/index.ts +112 -0
  2490. package/src/stroke/mathematics/index.ts +1 -5
  2491. package/dist/cjs/stroke/accountsAccess/Frame.d.ts +0 -3
  2492. package/dist/cjs/stroke/accountsAccess/Frame.js +0 -50
  2493. package/dist/cjs/stroke/accountsAccess/Shield.d.ts +0 -3
  2494. package/dist/cjs/stroke/accountsAccess/Shield.js +0 -50
  2495. package/dist/cjs/stroke/accountsAccess/ShieldAlert.d.ts +0 -3
  2496. package/dist/cjs/stroke/accountsAccess/ShieldAlert.js +0 -50
  2497. package/dist/cjs/stroke/accountsAccess/ShieldBan.d.ts +0 -3
  2498. package/dist/cjs/stroke/accountsAccess/ShieldBan.js +0 -50
  2499. package/dist/cjs/stroke/accountsAccess/ShieldCheck.d.ts +0 -3
  2500. package/dist/cjs/stroke/accountsAccess/ShieldCheck.js +0 -50
  2501. package/dist/cjs/stroke/accountsAccess/ShieldEllipsis.d.ts +0 -3
  2502. package/dist/cjs/stroke/accountsAccess/ShieldEllipsis.js +0 -50
  2503. package/dist/cjs/stroke/accountsAccess/ShieldHalf.d.ts +0 -3
  2504. package/dist/cjs/stroke/accountsAccess/ShieldHalf.js +0 -50
  2505. package/dist/cjs/stroke/accountsAccess/ShieldMinus.d.ts +0 -3
  2506. package/dist/cjs/stroke/accountsAccess/ShieldMinus.js +0 -50
  2507. package/dist/cjs/stroke/accountsAccess/ShieldOff.d.ts +0 -3
  2508. package/dist/cjs/stroke/accountsAccess/ShieldOff.js +0 -50
  2509. package/dist/cjs/stroke/accountsAccess/ShieldPlus.d.ts +0 -3
  2510. package/dist/cjs/stroke/accountsAccess/ShieldPlus.js +0 -50
  2511. package/dist/cjs/stroke/accountsAccess/ShieldQuestionMark.d.ts +0 -3
  2512. package/dist/cjs/stroke/accountsAccess/ShieldQuestionMark.js +0 -50
  2513. package/dist/cjs/stroke/accountsAccess/ShieldUser.d.ts +0 -3
  2514. package/dist/cjs/stroke/accountsAccess/ShieldUser.js +0 -50
  2515. package/dist/cjs/stroke/accountsAccess/ShieldX.d.ts +0 -3
  2516. package/dist/cjs/stroke/accountsAccess/ShieldX.js +0 -50
  2517. package/dist/cjs/stroke/accountsAccess/ToggleLeft.d.ts +0 -3
  2518. package/dist/cjs/stroke/accountsAccess/ToggleLeft.js +0 -50
  2519. package/dist/cjs/stroke/accountsAccess/ToggleRight.d.ts +0 -3
  2520. package/dist/cjs/stroke/accountsAccess/ToggleRight.js +0 -50
  2521. package/dist/cjs/stroke/accountsAccess/Waypoints.d.ts +0 -3
  2522. package/dist/cjs/stroke/accountsAccess/Waypoints.js +0 -50
  2523. package/dist/cjs/stroke/accountsAccess/Webhook.d.ts +0 -3
  2524. package/dist/cjs/stroke/accountsAccess/Webhook.js +0 -50
  2525. package/dist/cjs/stroke/accountsAccess/WebhookOff.d.ts +0 -3
  2526. package/dist/cjs/stroke/accountsAccess/WebhookOff.js +0 -50
  2527. package/dist/cjs/stroke/accountsAccess/Wrench.d.ts +0 -3
  2528. package/dist/cjs/stroke/accountsAccess/Wrench.js +0 -50
  2529. package/dist/cjs/stroke/animals/Bug.d.ts +0 -3
  2530. package/dist/cjs/stroke/animals/Bug.js +0 -50
  2531. package/dist/cjs/stroke/animals/BugOff.d.ts +0 -3
  2532. package/dist/cjs/stroke/animals/BugOff.js +0 -50
  2533. package/dist/cjs/stroke/animals/BugPlay.d.ts +0 -3
  2534. package/dist/cjs/stroke/animals/BugPlay.js +0 -50
  2535. package/dist/cjs/stroke/animals/Origami.d.ts +0 -3
  2536. package/dist/cjs/stroke/animals/Origami.js +0 -50
  2537. package/dist/cjs/stroke/arrows/ArrowBigUp.d.ts +0 -3
  2538. package/dist/cjs/stroke/arrows/ArrowBigUp.js +0 -50
  2539. package/dist/cjs/stroke/arrows/ArrowBigUpDash.d.ts +0 -3
  2540. package/dist/cjs/stroke/arrows/ArrowBigUpDash.js +0 -50
  2541. package/dist/cjs/stroke/arrows/ArrowDownToLine.d.ts +0 -3
  2542. package/dist/cjs/stroke/arrows/ArrowDownToLine.js +0 -50
  2543. package/dist/cjs/stroke/arrows/ArrowRightToLine.d.ts +0 -3
  2544. package/dist/cjs/stroke/arrows/ArrowRightToLine.js +0 -50
  2545. package/dist/cjs/stroke/arrows/ArrowUpFromLine.d.ts +0 -3
  2546. package/dist/cjs/stroke/arrows/ArrowUpFromLine.js +0 -50
  2547. package/dist/cjs/stroke/arrows/ChevronRight.d.ts +0 -3
  2548. package/dist/cjs/stroke/arrows/ChevronRight.js +0 -50
  2549. package/dist/cjs/stroke/arrows/CircleArrowOutUpLeft.d.ts +0 -3
  2550. package/dist/cjs/stroke/arrows/CircleArrowOutUpLeft.js +0 -50
  2551. package/dist/cjs/stroke/arrows/CircleFadingArrowUp.d.ts +0 -3
  2552. package/dist/cjs/stroke/arrows/CircleFadingArrowUp.js +0 -50
  2553. package/dist/cjs/stroke/arrows/CornerDownRight.d.ts +0 -3
  2554. package/dist/cjs/stroke/arrows/CornerDownRight.js +0 -50
  2555. package/dist/cjs/stroke/arrows/DatabaseBackup.d.ts +0 -3
  2556. package/dist/cjs/stroke/arrows/DatabaseBackup.js +0 -50
  2557. package/dist/cjs/stroke/arrows/DecimalsArrowLeft.d.ts +0 -3
  2558. package/dist/cjs/stroke/arrows/DecimalsArrowLeft.js +0 -50
  2559. package/dist/cjs/stroke/arrows/DecimalsArrowRight.d.ts +0 -3
  2560. package/dist/cjs/stroke/arrows/DecimalsArrowRight.js +0 -50
  2561. package/dist/cjs/stroke/arrows/GitCompareArrows.d.ts +0 -3
  2562. package/dist/cjs/stroke/arrows/GitCompareArrows.js +0 -50
  2563. package/dist/cjs/stroke/arrows/GitPullRequestArrow.d.ts +0 -3
  2564. package/dist/cjs/stroke/arrows/GitPullRequestArrow.js +0 -50
  2565. package/dist/cjs/stroke/arrows/HardDriveDownload.d.ts +0 -3
  2566. package/dist/cjs/stroke/arrows/HardDriveDownload.js +0 -50
  2567. package/dist/cjs/stroke/arrows/HardDriveUpload.d.ts +0 -3
  2568. package/dist/cjs/stroke/arrows/HardDriveUpload.js +0 -50
  2569. package/dist/cjs/stroke/arrows/IterationCcw.d.ts +0 -3
  2570. package/dist/cjs/stroke/arrows/IterationCcw.js +0 -50
  2571. package/dist/cjs/stroke/arrows/IterationCw.d.ts +0 -3
  2572. package/dist/cjs/stroke/arrows/IterationCw.js +0 -50
  2573. package/dist/cjs/stroke/arrows/LassoSelect.d.ts +0 -3
  2574. package/dist/cjs/stroke/arrows/LassoSelect.js +0 -50
  2575. package/dist/cjs/stroke/arrows/Maximize2.d.ts +0 -3
  2576. package/dist/cjs/stroke/arrows/Maximize2.js +0 -50
  2577. package/dist/cjs/stroke/arrows/Merge.d.ts +0 -3
  2578. package/dist/cjs/stroke/arrows/Merge.js +0 -50
  2579. package/dist/cjs/stroke/arrows/Milestone.d.ts +0 -3
  2580. package/dist/cjs/stroke/arrows/Milestone.js +0 -50
  2581. package/dist/cjs/stroke/arrows/Minimize2.d.ts +0 -3
  2582. package/dist/cjs/stroke/arrows/Minimize2.js +0 -50
  2583. package/dist/cjs/stroke/arrows/RefreshCcwDot.d.ts +0 -3
  2584. package/dist/cjs/stroke/arrows/RefreshCcwDot.js +0 -50
  2585. package/dist/cjs/stroke/arrows/RotateCcw.d.ts +0 -3
  2586. package/dist/cjs/stroke/arrows/RotateCcw.js +0 -50
  2587. package/dist/cjs/stroke/arrows/RotateCcwSquare.d.ts +0 -3
  2588. package/dist/cjs/stroke/arrows/RotateCcwSquare.js +0 -50
  2589. package/dist/cjs/stroke/arrows/RotateCw.d.ts +0 -3
  2590. package/dist/cjs/stroke/arrows/RotateCw.js +0 -50
  2591. package/dist/cjs/stroke/arrows/RotateCwSquare.d.ts +0 -3
  2592. package/dist/cjs/stroke/arrows/RotateCwSquare.js +0 -50
  2593. package/dist/cjs/stroke/arrows/Signpost.d.ts +0 -3
  2594. package/dist/cjs/stroke/arrows/Signpost.js +0 -50
  2595. package/dist/cjs/stroke/arrows/SignpostBig.d.ts +0 -3
  2596. package/dist/cjs/stroke/arrows/SignpostBig.js +0 -50
  2597. package/dist/cjs/stroke/arrows/SplinePointer.d.ts +0 -3
  2598. package/dist/cjs/stroke/arrows/SplinePointer.js +0 -50
  2599. package/dist/cjs/stroke/arrows/Split.d.ts +0 -3
  2600. package/dist/cjs/stroke/arrows/Split.js +0 -50
  2601. package/dist/cjs/stroke/arrows/SquareChevronRight.d.ts +0 -3
  2602. package/dist/cjs/stroke/arrows/SquareChevronRight.js +0 -50
  2603. package/dist/cjs/stroke/arrows/SquareDashedMousePointer.d.ts +0 -3
  2604. package/dist/cjs/stroke/arrows/SquareDashedMousePointer.js +0 -50
  2605. package/dist/cjs/stroke/arrows/SquareMousePointer.d.ts +0 -3
  2606. package/dist/cjs/stroke/arrows/SquareMousePointer.js +0 -50
  2607. package/dist/cjs/stroke/charts/ChartNoAxesGantt.d.ts +0 -3
  2608. package/dist/cjs/stroke/charts/ChartNoAxesGantt.js +0 -50
  2609. package/dist/cjs/stroke/charts/FolderKanban.d.ts +0 -3
  2610. package/dist/cjs/stroke/charts/FolderKanban.js +0 -50
  2611. package/dist/cjs/stroke/charts/Kanban.d.ts +0 -3
  2612. package/dist/cjs/stroke/charts/Kanban.js +0 -50
  2613. package/dist/cjs/stroke/charts/SquareChartGantt.d.ts +0 -3
  2614. package/dist/cjs/stroke/charts/SquareChartGantt.js +0 -50
  2615. package/dist/cjs/stroke/charts/SquareDashedKanban.d.ts +0 -3
  2616. package/dist/cjs/stroke/charts/SquareDashedKanban.js +0 -50
  2617. package/dist/cjs/stroke/charts/SquareKanban.d.ts +0 -3
  2618. package/dist/cjs/stroke/charts/SquareKanban.js +0 -50
  2619. package/dist/cjs/stroke/communication/Notebook.d.ts +0 -3
  2620. package/dist/cjs/stroke/communication/Notebook.js +0 -50
  2621. package/dist/cjs/stroke/communication/Presentation.d.ts +0 -3
  2622. package/dist/cjs/stroke/communication/Presentation.js +0 -50
  2623. package/dist/cjs/stroke/connectivity/Router.d.ts +0 -3
  2624. package/dist/cjs/stroke/connectivity/Router.js +0 -50
  2625. package/dist/cjs/stroke/mathematics/Asterisk.d.ts +0 -3
  2626. package/dist/cjs/stroke/mathematics/Asterisk.js +0 -50
  2627. package/dist/cjs/stroke/mathematics/Equal.d.ts +0 -3
  2628. package/dist/cjs/stroke/mathematics/Equal.js +0 -50
  2629. package/dist/cjs/stroke/mathematics/Minus.d.ts +0 -3
  2630. package/dist/cjs/stroke/mathematics/Minus.js +0 -50
  2631. package/dist/cjs/stroke/mathematics/Plus.d.ts +0 -3
  2632. package/dist/cjs/stroke/mathematics/Plus.js +0 -50
  2633. package/dist/stroke/accountsAccess/Frame.d.ts +0 -3
  2634. package/dist/stroke/accountsAccess/Frame.js +0 -14
  2635. package/dist/stroke/accountsAccess/Shield.d.ts +0 -3
  2636. package/dist/stroke/accountsAccess/Shield.js +0 -14
  2637. package/dist/stroke/accountsAccess/ShieldAlert.d.ts +0 -3
  2638. package/dist/stroke/accountsAccess/ShieldAlert.js +0 -14
  2639. package/dist/stroke/accountsAccess/ShieldBan.d.ts +0 -3
  2640. package/dist/stroke/accountsAccess/ShieldBan.js +0 -14
  2641. package/dist/stroke/accountsAccess/ShieldCheck.d.ts +0 -3
  2642. package/dist/stroke/accountsAccess/ShieldCheck.js +0 -14
  2643. package/dist/stroke/accountsAccess/ShieldEllipsis.d.ts +0 -3
  2644. package/dist/stroke/accountsAccess/ShieldEllipsis.js +0 -14
  2645. package/dist/stroke/accountsAccess/ShieldHalf.d.ts +0 -3
  2646. package/dist/stroke/accountsAccess/ShieldHalf.js +0 -14
  2647. package/dist/stroke/accountsAccess/ShieldMinus.d.ts +0 -3
  2648. package/dist/stroke/accountsAccess/ShieldMinus.js +0 -14
  2649. package/dist/stroke/accountsAccess/ShieldOff.d.ts +0 -3
  2650. package/dist/stroke/accountsAccess/ShieldOff.js +0 -14
  2651. package/dist/stroke/accountsAccess/ShieldPlus.d.ts +0 -3
  2652. package/dist/stroke/accountsAccess/ShieldPlus.js +0 -14
  2653. package/dist/stroke/accountsAccess/ShieldQuestionMark.d.ts +0 -3
  2654. package/dist/stroke/accountsAccess/ShieldQuestionMark.js +0 -14
  2655. package/dist/stroke/accountsAccess/ShieldUser.d.ts +0 -3
  2656. package/dist/stroke/accountsAccess/ShieldUser.js +0 -14
  2657. package/dist/stroke/accountsAccess/ShieldX.d.ts +0 -3
  2658. package/dist/stroke/accountsAccess/ShieldX.js +0 -14
  2659. package/dist/stroke/accountsAccess/ToggleLeft.d.ts +0 -3
  2660. package/dist/stroke/accountsAccess/ToggleLeft.js +0 -14
  2661. package/dist/stroke/accountsAccess/ToggleRight.d.ts +0 -3
  2662. package/dist/stroke/accountsAccess/ToggleRight.js +0 -14
  2663. package/dist/stroke/accountsAccess/Waypoints.d.ts +0 -3
  2664. package/dist/stroke/accountsAccess/Waypoints.js +0 -14
  2665. package/dist/stroke/accountsAccess/Webhook.d.ts +0 -3
  2666. package/dist/stroke/accountsAccess/Webhook.js +0 -14
  2667. package/dist/stroke/accountsAccess/WebhookOff.d.ts +0 -3
  2668. package/dist/stroke/accountsAccess/WebhookOff.js +0 -14
  2669. package/dist/stroke/accountsAccess/Wrench.d.ts +0 -3
  2670. package/dist/stroke/accountsAccess/Wrench.js +0 -14
  2671. package/dist/stroke/animals/Bug.d.ts +0 -3
  2672. package/dist/stroke/animals/Bug.js +0 -14
  2673. package/dist/stroke/animals/BugOff.d.ts +0 -3
  2674. package/dist/stroke/animals/BugOff.js +0 -14
  2675. package/dist/stroke/animals/BugPlay.d.ts +0 -3
  2676. package/dist/stroke/animals/BugPlay.js +0 -14
  2677. package/dist/stroke/animals/Origami.d.ts +0 -3
  2678. package/dist/stroke/animals/Origami.js +0 -14
  2679. package/dist/stroke/arrows/ArrowBigUp.d.ts +0 -3
  2680. package/dist/stroke/arrows/ArrowBigUp.js +0 -14
  2681. package/dist/stroke/arrows/ArrowBigUpDash.d.ts +0 -3
  2682. package/dist/stroke/arrows/ArrowBigUpDash.js +0 -14
  2683. package/dist/stroke/arrows/ArrowDownToLine.d.ts +0 -3
  2684. package/dist/stroke/arrows/ArrowDownToLine.js +0 -14
  2685. package/dist/stroke/arrows/ArrowRightToLine.d.ts +0 -3
  2686. package/dist/stroke/arrows/ArrowRightToLine.js +0 -14
  2687. package/dist/stroke/arrows/ArrowUpFromLine.d.ts +0 -3
  2688. package/dist/stroke/arrows/ArrowUpFromLine.js +0 -14
  2689. package/dist/stroke/arrows/ChevronRight.d.ts +0 -3
  2690. package/dist/stroke/arrows/ChevronRight.js +0 -14
  2691. package/dist/stroke/arrows/CircleArrowOutUpLeft.d.ts +0 -3
  2692. package/dist/stroke/arrows/CircleArrowOutUpLeft.js +0 -14
  2693. package/dist/stroke/arrows/CircleFadingArrowUp.d.ts +0 -3
  2694. package/dist/stroke/arrows/CircleFadingArrowUp.js +0 -14
  2695. package/dist/stroke/arrows/CornerDownRight.d.ts +0 -3
  2696. package/dist/stroke/arrows/CornerDownRight.js +0 -14
  2697. package/dist/stroke/arrows/DatabaseBackup.d.ts +0 -3
  2698. package/dist/stroke/arrows/DatabaseBackup.js +0 -14
  2699. package/dist/stroke/arrows/DecimalsArrowLeft.d.ts +0 -3
  2700. package/dist/stroke/arrows/DecimalsArrowLeft.js +0 -14
  2701. package/dist/stroke/arrows/DecimalsArrowRight.d.ts +0 -3
  2702. package/dist/stroke/arrows/DecimalsArrowRight.js +0 -14
  2703. package/dist/stroke/arrows/GitCompareArrows.d.ts +0 -3
  2704. package/dist/stroke/arrows/GitCompareArrows.js +0 -14
  2705. package/dist/stroke/arrows/GitPullRequestArrow.d.ts +0 -3
  2706. package/dist/stroke/arrows/GitPullRequestArrow.js +0 -14
  2707. package/dist/stroke/arrows/HardDriveDownload.d.ts +0 -3
  2708. package/dist/stroke/arrows/HardDriveDownload.js +0 -14
  2709. package/dist/stroke/arrows/HardDriveUpload.d.ts +0 -3
  2710. package/dist/stroke/arrows/HardDriveUpload.js +0 -14
  2711. package/dist/stroke/arrows/IterationCcw.d.ts +0 -3
  2712. package/dist/stroke/arrows/IterationCcw.js +0 -14
  2713. package/dist/stroke/arrows/IterationCw.d.ts +0 -3
  2714. package/dist/stroke/arrows/IterationCw.js +0 -14
  2715. package/dist/stroke/arrows/LassoSelect.d.ts +0 -3
  2716. package/dist/stroke/arrows/LassoSelect.js +0 -14
  2717. package/dist/stroke/arrows/Maximize2.d.ts +0 -3
  2718. package/dist/stroke/arrows/Maximize2.js +0 -14
  2719. package/dist/stroke/arrows/Merge.d.ts +0 -3
  2720. package/dist/stroke/arrows/Merge.js +0 -14
  2721. package/dist/stroke/arrows/Milestone.d.ts +0 -3
  2722. package/dist/stroke/arrows/Milestone.js +0 -14
  2723. package/dist/stroke/arrows/Minimize2.d.ts +0 -3
  2724. package/dist/stroke/arrows/Minimize2.js +0 -14
  2725. package/dist/stroke/arrows/RefreshCcwDot.d.ts +0 -3
  2726. package/dist/stroke/arrows/RefreshCcwDot.js +0 -14
  2727. package/dist/stroke/arrows/RotateCcw.d.ts +0 -3
  2728. package/dist/stroke/arrows/RotateCcw.js +0 -14
  2729. package/dist/stroke/arrows/RotateCcwSquare.d.ts +0 -3
  2730. package/dist/stroke/arrows/RotateCcwSquare.js +0 -14
  2731. package/dist/stroke/arrows/RotateCw.d.ts +0 -3
  2732. package/dist/stroke/arrows/RotateCw.js +0 -14
  2733. package/dist/stroke/arrows/RotateCwSquare.d.ts +0 -3
  2734. package/dist/stroke/arrows/RotateCwSquare.js +0 -14
  2735. package/dist/stroke/arrows/Signpost.d.ts +0 -3
  2736. package/dist/stroke/arrows/Signpost.js +0 -14
  2737. package/dist/stroke/arrows/SignpostBig.d.ts +0 -3
  2738. package/dist/stroke/arrows/SignpostBig.js +0 -14
  2739. package/dist/stroke/arrows/SplinePointer.d.ts +0 -3
  2740. package/dist/stroke/arrows/SplinePointer.js +0 -14
  2741. package/dist/stroke/arrows/Split.d.ts +0 -3
  2742. package/dist/stroke/arrows/Split.js +0 -14
  2743. package/dist/stroke/arrows/SquareChevronRight.d.ts +0 -3
  2744. package/dist/stroke/arrows/SquareChevronRight.js +0 -14
  2745. package/dist/stroke/arrows/SquareDashedMousePointer.d.ts +0 -3
  2746. package/dist/stroke/arrows/SquareDashedMousePointer.js +0 -14
  2747. package/dist/stroke/arrows/SquareMousePointer.d.ts +0 -3
  2748. package/dist/stroke/arrows/SquareMousePointer.js +0 -14
  2749. package/dist/stroke/charts/ChartNoAxesGantt.d.ts +0 -3
  2750. package/dist/stroke/charts/ChartNoAxesGantt.js +0 -14
  2751. package/dist/stroke/charts/FolderKanban.d.ts +0 -3
  2752. package/dist/stroke/charts/FolderKanban.js +0 -14
  2753. package/dist/stroke/charts/Kanban.d.ts +0 -3
  2754. package/dist/stroke/charts/Kanban.js +0 -14
  2755. package/dist/stroke/charts/SquareChartGantt.d.ts +0 -3
  2756. package/dist/stroke/charts/SquareChartGantt.js +0 -14
  2757. package/dist/stroke/charts/SquareDashedKanban.d.ts +0 -3
  2758. package/dist/stroke/charts/SquareDashedKanban.js +0 -14
  2759. package/dist/stroke/charts/SquareKanban.d.ts +0 -3
  2760. package/dist/stroke/charts/SquareKanban.js +0 -14
  2761. package/dist/stroke/communication/Notebook.d.ts +0 -3
  2762. package/dist/stroke/communication/Notebook.js +0 -14
  2763. package/dist/stroke/communication/Presentation.d.ts +0 -3
  2764. package/dist/stroke/communication/Presentation.js +0 -14
  2765. package/dist/stroke/connectivity/Router.d.ts +0 -3
  2766. package/dist/stroke/connectivity/Router.js +0 -14
  2767. package/dist/stroke/mathematics/Asterisk.d.ts +0 -3
  2768. package/dist/stroke/mathematics/Asterisk.js +0 -14
  2769. package/dist/stroke/mathematics/Equal.d.ts +0 -3
  2770. package/dist/stroke/mathematics/Equal.js +0 -14
  2771. package/dist/stroke/mathematics/Minus.d.ts +0 -3
  2772. package/dist/stroke/mathematics/Minus.js +0 -14
  2773. package/dist/stroke/mathematics/Plus.d.ts +0 -3
  2774. package/dist/stroke/mathematics/Plus.js +0 -14
  2775. package/src/stroke/accountsAccess/Frame.tsx +0 -57
  2776. package/src/stroke/accountsAccess/Shield.tsx +0 -57
  2777. package/src/stroke/accountsAccess/ShieldAlert.tsx +0 -58
  2778. package/src/stroke/accountsAccess/ShieldBan.tsx +0 -58
  2779. package/src/stroke/accountsAccess/ShieldCheck.tsx +0 -64
  2780. package/src/stroke/accountsAccess/ShieldEllipsis.tsx +0 -58
  2781. package/src/stroke/accountsAccess/ShieldHalf.tsx +0 -58
  2782. package/src/stroke/accountsAccess/ShieldMinus.tsx +0 -58
  2783. package/src/stroke/accountsAccess/ShieldOff.tsx +0 -58
  2784. package/src/stroke/accountsAccess/ShieldPlus.tsx +0 -58
  2785. package/src/stroke/accountsAccess/ShieldQuestionMark.tsx +0 -64
  2786. package/src/stroke/accountsAccess/ShieldUser.tsx +0 -64
  2787. package/src/stroke/accountsAccess/ShieldX.tsx +0 -58
  2788. package/src/stroke/accountsAccess/ToggleLeft.tsx +0 -64
  2789. package/src/stroke/accountsAccess/ToggleRight.tsx +0 -64
  2790. package/src/stroke/accountsAccess/Waypoints.tsx +0 -58
  2791. package/src/stroke/accountsAccess/Webhook.tsx +0 -70
  2792. package/src/stroke/accountsAccess/WebhookOff.tsx +0 -64
  2793. package/src/stroke/accountsAccess/Wrench.tsx +0 -57
  2794. package/src/stroke/animals/Bug.tsx +0 -63
  2795. package/src/stroke/animals/BugOff.tsx +0 -75
  2796. package/src/stroke/animals/BugPlay.tsx +0 -64
  2797. package/src/stroke/animals/Origami.tsx +0 -64
  2798. package/src/stroke/arrows/ArrowBigUp.tsx +0 -58
  2799. package/src/stroke/arrows/ArrowBigUpDash.tsx +0 -58
  2800. package/src/stroke/arrows/ArrowDownToLine.tsx +0 -58
  2801. package/src/stroke/arrows/ArrowRightToLine.tsx +0 -58
  2802. package/src/stroke/arrows/ArrowUpFromLine.tsx +0 -58
  2803. package/src/stroke/arrows/ChevronRight.tsx +0 -58
  2804. package/src/stroke/arrows/CircleArrowOutUpLeft.tsx +0 -58
  2805. package/src/stroke/arrows/CircleFadingArrowUp.tsx +0 -58
  2806. package/src/stroke/arrows/CornerDownRight.tsx +0 -64
  2807. package/src/stroke/arrows/DatabaseBackup.tsx +0 -70
  2808. package/src/stroke/arrows/DecimalsArrowLeft.tsx +0 -58
  2809. package/src/stroke/arrows/DecimalsArrowRight.tsx +0 -58
  2810. package/src/stroke/arrows/GitCompareArrows.tsx +0 -70
  2811. package/src/stroke/arrows/GitPullRequestArrow.tsx +0 -64
  2812. package/src/stroke/arrows/HardDriveDownload.tsx +0 -58
  2813. package/src/stroke/arrows/HardDriveUpload.tsx +0 -58
  2814. package/src/stroke/arrows/IterationCcw.tsx +0 -64
  2815. package/src/stroke/arrows/IterationCw.tsx +0 -64
  2816. package/src/stroke/arrows/LassoSelect.tsx +0 -64
  2817. package/src/stroke/arrows/Maximize2.tsx +0 -58
  2818. package/src/stroke/arrows/Merge.tsx +0 -63
  2819. package/src/stroke/arrows/Milestone.tsx +0 -58
  2820. package/src/stroke/arrows/Minimize2.tsx +0 -58
  2821. package/src/stroke/arrows/RefreshCcwDot.tsx +0 -70
  2822. package/src/stroke/arrows/RotateCcw.tsx +0 -64
  2823. package/src/stroke/arrows/RotateCcwSquare.tsx +0 -64
  2824. package/src/stroke/arrows/RotateCw.tsx +0 -64
  2825. package/src/stroke/arrows/RotateCwSquare.tsx +0 -64
  2826. package/src/stroke/arrows/Signpost.tsx +0 -58
  2827. package/src/stroke/arrows/SignpostBig.tsx +0 -58
  2828. package/src/stroke/arrows/SplinePointer.tsx +0 -58
  2829. package/src/stroke/arrows/Split.tsx +0 -63
  2830. package/src/stroke/arrows/SquareChevronRight.tsx +0 -64
  2831. package/src/stroke/arrows/SquareDashedMousePointer.tsx +0 -58
  2832. package/src/stroke/arrows/SquareMousePointer.tsx +0 -64
  2833. package/src/stroke/charts/ChartNoAxesGantt.tsx +0 -58
  2834. package/src/stroke/charts/FolderKanban.tsx +0 -58
  2835. package/src/stroke/charts/Kanban.tsx +0 -57
  2836. package/src/stroke/charts/SquareChartGantt.tsx +0 -58
  2837. package/src/stroke/charts/SquareDashedKanban.tsx +0 -58
  2838. package/src/stroke/charts/SquareKanban.tsx +0 -58
  2839. package/src/stroke/communication/Notebook.tsx +0 -58
  2840. package/src/stroke/communication/Presentation.tsx +0 -58
  2841. package/src/stroke/connectivity/Router.tsx +0 -57
  2842. package/src/stroke/mathematics/Asterisk.tsx +0 -58
  2843. package/src/stroke/mathematics/Equal.tsx +0 -57
  2844. package/src/stroke/mathematics/Minus.tsx +0 -57
  2845. package/src/stroke/mathematics/Plus.tsx +0 -57
@@ -1,5 +1,7 @@
1
1
  export * from "./solid/accountsAccess";
2
2
  export * from "./solid/accessibility";
3
+ export * from "./stroke/codingDevelopment";
4
+ export * from "./stroke/design";
3
5
  export * from "./stroke/connectivity";
4
6
  export * from "./stroke/communication";
5
7
  export * from "./stroke/buildings";
package/dist/cjs/index.js CHANGED
@@ -17,6 +17,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  __exportStar(require("./solid/accountsAccess"), exports);
19
19
  __exportStar(require("./solid/accessibility"), exports);
20
+ __exportStar(require("./stroke/codingDevelopment"), exports);
21
+ __exportStar(require("./stroke/design"), exports);
20
22
  __exportStar(require("./stroke/connectivity"), exports);
21
23
  __exportStar(require("./stroke/communication"), exports);
22
24
  __exportStar(require("./stroke/buildings"), exports);
@@ -38,10 +38,10 @@ const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.Accessibility = React.forwardRef(function Accessibility({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
40
40
  if (type === "solid") {
41
- return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M16 1.5C17.381 1.5 18.5 2.619 18.5 4 18.5 5.381 17.381 6.5 16 6.5 14.619 6.5 13.5 5.381 13.5 4 13.5 2.619 14.619 1.5 16 1.5ZM18.753 10.521C19.225 10.442 19.706 10.593 20.048 10.927 20.39 11.261 20.553 11.739 20.485 12.212L19.485 19.212C19.368 20.032 18.608 20.602 17.788 20.485 16.968 20.368 16.398 19.608 16.515 18.788L17.225 13.817 13.247 14.48C12.43 14.616 11.657 14.064 11.521 13.247 11.384 12.43 11.936 11.657 12.753 11.521L18.753 10.521Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { d: "M7.03 3.856C7.5 3.457 8.171 3.385 8.719 3.684L14.219 6.684C14.589 6.886 14.857 7.235 14.957 7.645 15.057 8.055 14.98 8.489 14.744 8.839L12.384 12.339C11.921 13.026 10.989 13.207 10.302 12.744 9.615 12.281 9.433 11.348 9.896 10.661L11.334 8.527 8.267 6.854 6.061 9.061C5.475 9.646 4.525 9.646 3.939 9.061 3.354 8.475 3.354 7.525 3.939 6.939L6.939 3.939 7.03 3.856ZM2.806 14.062C3.048 13.269 3.887 12.823 4.679 13.065 5.471 13.308 5.917 14.146 5.675 14.939 5.477 15.585 5.471 16.274 5.656 16.924 5.842 17.573 6.212 18.156 6.721 18.6 7.23 19.044 7.858 19.331 8.526 19.427 9.195 19.522 9.877 19.422 10.49 19.139 11.242 18.791 12.134 19.118 12.482 19.87 12.829 20.622 12.501 21.514 11.749 21.861 10.61 22.388 9.344 22.574 8.102 22.397 6.86 22.219 5.695 21.685 4.749 20.86 3.804 20.036 3.117 18.954 2.772 17.748 2.427 16.542 2.439 15.261 2.806 14.062Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { d: "M6.25011 10.139C7.38904 9.61239 8.65641 9.42621 9.89855 9.60384C11.1407 9.78148 12.3054 10.3152 13.2511 11.14C14.1964 11.9646 14.8827 13.0452 15.2277 14.2513C15.5726 15.4578 15.5613 16.7388 15.1944 17.9388C14.9522 18.7309 14.1136 19.177 13.3214 18.9349C12.5293 18.6928 12.0834 17.854 12.3253 17.0618C12.5228 16.4158 12.5295 15.726 12.3439 15.0765C12.1581 14.4269 11.7876 13.8448 11.2784 13.4007C10.7692 12.9567 10.1425 12.6692 9.47374 12.5736C8.80504 12.478 8.12304 12.5782 7.50988 12.8617C6.75794 13.2093 5.86634 12.8812 5.51867 12.1292C5.17123 11.3775 5.49858 10.4868 6.25011 10.139Z", fill: "currentColor" })] }));
41
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M16 1.5C17.381 1.5 18.5 2.619 18.5 4 18.5 5.381 17.381 6.5 16 6.5 14.619 6.5 13.5 5.381 13.5 4 13.5 2.619 14.619 1.5 16 1.5ZM18.753 10.521C19.225 10.442 19.706 10.593 20.048 10.927 20.39 11.261 20.553 11.739 20.485 12.212L19.485 19.212C19.368 20.032 18.608 20.602 17.788 20.485 16.968 20.368 16.398 19.608 16.515 18.788L17.225 13.816 13.247 14.48C12.43 14.616 11.657 14.064 11.521 13.247 11.384 12.43 11.936 11.657 12.753 11.521L18.753 10.521Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { d: "M7.03 3.855C7.5 3.457 8.171 3.385 8.719 3.684L14.219 6.684C14.589 6.886 14.857 7.235 14.957 7.645 15.057 8.055 14.98 8.489 14.744 8.839L12.384 12.339C11.921 13.026 10.989 13.207 10.302 12.744 9.615 12.281 9.433 11.348 9.896 10.661L11.334 8.527 8.267 6.854 6.061 9.061C5.475 9.646 4.525 9.646 3.939 9.061 3.354 8.475 3.354 7.525 3.939 6.939L6.939 3.939 7.03 3.855ZM2.806 14.062C3.048 13.269 3.887 12.823 4.679 13.065 5.471 13.308 5.917 14.146 5.675 14.939 5.477 15.585 5.471 16.274 5.656 16.924 5.842 17.573 6.212 18.156 6.721 18.6 7.23 19.044 7.858 19.331 8.526 19.427 9.195 19.522 9.877 19.422 10.49 19.139 11.242 18.791 12.134 19.118 12.482 19.87 12.829 20.622 12.501 21.514 11.749 21.861 10.61 22.388 9.344 22.574 8.102 22.397 6.86 22.219 5.695 21.685 4.749 20.86 3.804 20.036 3.117 18.954 2.772 17.748 2.427 16.542 2.439 15.261 2.806 14.062Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { d: "M6.25011 10.1389C7.38904 9.61233 8.65641 9.42615 9.89855 9.60378C11.1407 9.78142 12.3054 10.3152 13.2511 11.1399C14.1964 11.9645 14.8827 13.0451 15.2277 14.2512C15.5726 15.4577 15.5613 16.7388 15.1944 17.9387C14.9522 18.7308 14.1136 19.177 13.3214 18.9348C12.5293 18.6927 12.0834 17.8539 12.3253 17.0618C12.5228 16.4157 12.5295 15.726 12.3439 15.0764C12.1581 14.4268 11.7876 13.8447 11.2784 13.4007C10.7692 12.9567 10.1425 12.6691 9.47374 12.5735C8.80504 12.4779 8.12304 12.5781 7.50988 12.8616C6.75794 13.2093 5.86634 12.8811 5.51867 12.1292C5.17123 11.3774 5.49858 10.4867 6.25011 10.1389Z", fill: "currentColor" })] }));
42
42
  }
43
43
  if (type === "stroke") {
44
- return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M16 5C16.552 5 17 4.552 17 4 17 3.448 16.552 3 16 3 15.448 3 15 3.448 15 4 15 4.552 15.448 5 16 5ZM18 19 19 12 13 13M5 8 8 5 13.5 8 11.14 11.5M4.24 14.5C3.958 15.423 3.949 16.408 4.214 17.336 4.48 18.264 5.008 19.096 5.735 19.73 6.463 20.364 7.358 20.775 8.314 20.911 9.269 21.048 10.244 20.905 11.12 20.5", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M13.76 17.5C14.0422 16.5769 14.0511 15.5919 13.7858 14.6639C13.5205 13.7359 12.9922 12.9045 12.2647 12.2701C11.5373 11.6356 10.6417 11.2254 9.68624 11.0887C8.73074 10.9521 7.75611 11.0949 6.88 11.5", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
44
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M16 5C16.552 5 17 4.552 17 4 17 3.448 16.552 3 16 3 15.448 3 15 3.448 15 4 15 4.552 15.448 5 16 5ZM18 19 19 12 13 13M5 8 8 5 13.5 8 11.14 11.5M4.24 14.5C3.958 15.423 3.949 16.408 4.214 17.336 4.48 18.264 5.008 19.096 5.735 19.73 6.463 20.364 7.358 20.775 8.314 20.911 9.269 21.048 10.244 20.905 11.12 20.5", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M13.76 17.5C14.0422 16.5769 14.0511 15.5919 13.7858 14.6639C13.5205 13.7358 12.9922 12.9044 12.2647 12.27C11.5373 11.6356 10.6417 11.2253 9.68624 11.0887C8.73074 10.952 7.75611 11.0949 6.88 11.5", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
45
  }
46
46
  console.error(`Accessibility doesn't support ${type}`);
47
47
  return null;
@@ -41,10 +41,10 @@ exports.BadgeInfo = React.forwardRef(function BadgeInfo({ color = "currentColor"
41
41
  return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 2.00488C12.6714 2.00488 13.332 2.17369 13.9209 2.49609C14.5098 2.81853 15.0084 3.284 15.3701 3.84961C16.0282 3.70168 16.7135 3.72335 17.3613 3.91113C18.0091 4.09897 18.5993 4.44692 19.0762 4.92383C19.5531 5.40074 19.901 5.9909 20.0889 6.63867C20.2767 7.28654 20.2983 7.97177 20.1504 8.62988C20.716 8.99158 21.1815 9.49024 21.5039 10.0791C21.8263 10.668 21.9951 11.3286 21.9951 12C21.9951 12.6714 21.8263 13.332 21.5039 13.9209C21.1815 14.5098 20.716 15.0084 20.1504 15.3701C20.2977 16.0271 20.2761 16.7107 20.0889 17.3574C19.9015 18.0043 19.5538 18.5936 19.0781 19.0703C18.6024 19.547 18.0137 19.8963 17.3672 20.085C16.7208 20.2735 16.0372 20.2963 15.3799 20.1504C15.0187 20.7181 14.5195 21.1859 13.9297 21.5098C13.3399 21.8335 12.6777 22.0029 12.0049 22.0029C11.332 22.0029 10.6699 21.8335 10.0801 21.5098C9.49021 21.1859 8.99111 20.7181 8.62988 20.1504C7.97288 20.2977 7.28932 20.2761 6.64258 20.0889C5.9957 19.9015 5.4064 19.5538 4.92969 19.0781C4.45297 18.6024 4.10374 18.0137 3.91504 17.3672C3.72645 16.7208 3.70368 16.0372 3.84961 15.3799C3.27971 15.0191 2.81066 14.5196 2.48535 13.9287C2.16008 13.3378 1.98926 12.6745 1.98926 12C1.98926 11.3254 2.15999 10.6613 2.48535 10.0703C2.81064 9.47968 3.27987 8.98076 3.84961 8.62012C3.70365 7.96264 3.72634 7.27834 3.91504 6.63184C4.10377 5.98549 4.45307 5.3975 4.92969 4.92188C5.4064 4.44616 5.99569 4.09848 6.64258 3.91113C7.28932 3.72388 7.97288 3.70234 8.62988 3.84961C8.99158 3.284 9.49023 2.81853 10.0791 2.49609C10.668 2.17369 11.3286 2.00488 12 2.00488ZM12 10.5C11.1716 10.5 10.5 11.1716 10.5 12V16C10.5 16.8284 11.1716 17.5 12 17.5C12.8284 17.5 13.5 16.8284 13.5 16V12C13.5 11.1716 12.8284 10.5 12 10.5ZM12 6.5C11.1716 6.5 10.5 7.17157 10.5 8C10.5 8.82843 11.1716 9.5 12 9.5H12.0098C12.8382 9.5 13.5098 8.82843 13.5098 8C13.5098 7.17157 12.8382 6.5 12.0098 6.5H12Z", fill: "currentColor" }) }));
42
42
  }
43
43
  if (type === "stroke") {
44
- return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.85 8.62C3.704 7.963 3.726 7.279 3.915 6.632 4.104 5.986 4.453 5.397 4.929 4.922 5.406 4.446 5.995 4.098 6.642 3.911 7.289 3.724 7.973 3.703 8.63 3.85 8.992 3.284 9.49 2.819 10.079 2.496 10.668 2.174 11.329 2.005 12 2.005 12.672 2.005 13.332 2.174 13.921 2.496 14.51 2.819 15.008 3.284 15.37 3.85 16.028 3.702 16.713 3.723 17.361 3.911 18.009 4.099 18.599 4.447 19.076 4.924 19.553 5.401 19.902 5.991 20.089 6.639 20.277 7.287 20.298 7.972 20.15 8.63 20.716 8.992 21.181 9.49 21.504 10.079 21.826 10.668 21.995 11.329 21.995 12 21.995 12.672 21.826 13.332 21.504 13.921 21.181 14.51 20.716 15.008 20.15 15.37 20.297 16.027 20.276 16.711 20.089 17.358 19.902 18.005 19.554 18.594 19.078 19.071 18.603 19.547 18.014 19.896 17.368 20.085 16.721 20.274 16.038 20.296 15.38 20.15 15.019 20.718 14.52 21.185 13.93 21.509 13.34 21.833 12.678 22.003 12.005 22.003 11.332 22.003 10.67 21.833 10.08 21.509 9.49 21.185 8.991 20.718 8.63 20.15 7.973 20.297 7.289 20.276 6.642 20.089 5.995 19.902 5.406 19.554 4.929 19.078 4.453 18.603 4.104 18.014 3.915 17.368 3.726 16.721 3.704 16.038 3.85 15.38 3.28 15.019 2.81 14.52 2.485 13.929 2.16 13.338 1.989 12.675 1.989 12 1.989 11.325 2.16 10.662 2.485 10.071 2.81 9.48 3.28 8.981 3.85 8.62ZM12 16V12M12 8H12.01", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
44
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.85 8.62C3.704 7.963 3.726 7.279 3.915 6.632 4.104 5.986 4.453 5.397 4.929 4.922 5.406 4.446 5.995 4.098 6.642 3.911 7.289 3.724 7.973 3.703 8.63 3.85 8.992 3.284 9.49 2.819 10.079 2.496 10.668 2.174 11.329 2.005 12 2.005 12.672 2.005 13.332 2.174 13.921 2.496 14.51 2.819 15.008 3.284 15.37 3.85 16.028 3.702 16.713 3.723 17.361 3.911 18.009 4.098 18.599 4.447 19.076 4.924 19.553 5.401 19.902 5.991 20.089 6.639 20.277 7.287 20.298 7.972 20.15 8.63 20.716 8.992 21.181 9.49 21.504 10.079 21.826 10.668 21.995 11.329 21.995 12 21.995 12.671 21.826 13.332 21.504 13.921 21.181 14.51 20.716 15.008 20.15 15.37 20.297 16.027 20.276 16.711 20.089 17.358 19.902 18.005 19.554 18.594 19.078 19.071 18.603 19.547 18.014 19.896 17.368 20.085 16.721 20.274 16.038 20.296 15.38 20.15 15.019 20.718 14.52 21.185 13.93 21.509 13.34 21.833 12.678 22.003 12.005 22.003 11.332 22.003 10.67 21.833 10.08 21.509 9.49 21.185 8.991 20.718 8.63 20.15 7.973 20.297 7.289 20.276 6.642 20.089 5.995 19.902 5.406 19.554 4.929 19.078 4.453 18.603 4.104 18.014 3.915 17.368 3.726 16.721 3.704 16.037 3.85 15.38 3.28 15.019 2.81 14.52 2.485 13.929 2.16 13.338 1.989 12.675 1.989 12 1.989 11.325 2.16 10.662 2.485 10.071 2.81 9.48 3.28 8.981 3.85 8.62ZM12 16V12M12 8H12.01", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
45
45
  }
46
46
  if (type === "stroke") {
47
- return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.85 8.62C3.704 7.963 3.726 7.279 3.915 6.632 4.104 5.986 4.453 5.397 4.929 4.922 5.406 4.446 5.995 4.098 6.642 3.911 7.289 3.724 7.973 3.703 8.63 3.85 8.992 3.284 9.49 2.819 10.079 2.496 10.668 2.174 11.329 2.005 12 2.005 12.672 2.005 13.332 2.174 13.921 2.496 14.51 2.819 15.008 3.284 15.37 3.85 16.028 3.702 16.713 3.723 17.361 3.911 18.009 4.099 18.599 4.447 19.076 4.924 19.553 5.401 19.902 5.991 20.089 6.639 20.277 7.287 20.298 7.972 20.15 8.63 20.716 8.992 21.181 9.49 21.504 10.079 21.826 10.668 21.995 11.329 21.995 12 21.995 12.672 21.826 13.332 21.504 13.921 21.181 14.51 20.716 15.008 20.15 15.37 20.297 16.027 20.276 16.711 20.089 17.358 19.902 18.005 19.554 18.594 19.078 19.071 18.603 19.547 18.014 19.896 17.368 20.085 16.721 20.274 16.038 20.296 15.38 20.15 15.019 20.718 14.52 21.185 13.93 21.509 13.34 21.833 12.678 22.003 12.005 22.003 11.332 22.003 10.67 21.833 10.08 21.509 9.49 21.185 8.991 20.718 8.63 20.15 7.973 20.297 7.289 20.276 6.642 20.089 5.995 19.902 5.406 19.554 4.929 19.078 4.453 18.603 4.104 18.014 3.915 17.368 3.726 16.721 3.704 16.038 3.85 15.38 3.28 15.019 2.81 14.52 2.485 13.929 2.16 13.338 1.989 12.675 1.989 12 1.989 11.325 2.16 10.662 2.485 10.071 2.81 9.48 3.28 8.981 3.85 8.62ZM12 16V12M12 8H12.01", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
47
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.85 8.62C3.704 7.963 3.726 7.279 3.915 6.632 4.104 5.986 4.453 5.397 4.929 4.922 5.406 4.446 5.995 4.098 6.642 3.911 7.289 3.724 7.973 3.703 8.63 3.85 8.992 3.284 9.49 2.819 10.079 2.496 10.668 2.174 11.329 2.005 12 2.005 12.672 2.005 13.332 2.174 13.921 2.496 14.51 2.819 15.008 3.284 15.37 3.85 16.028 3.702 16.713 3.723 17.361 3.911 18.009 4.098 18.599 4.447 19.076 4.924 19.553 5.401 19.902 5.991 20.089 6.639 20.277 7.287 20.298 7.972 20.15 8.63 20.716 8.992 21.181 9.49 21.504 10.079 21.826 10.668 21.995 11.329 21.995 12 21.995 12.671 21.826 13.332 21.504 13.921 21.181 14.51 20.716 15.008 20.15 15.37 20.297 16.027 20.276 16.711 20.089 17.358 19.902 18.005 19.554 18.594 19.078 19.071 18.603 19.547 18.014 19.896 17.368 20.085 16.721 20.274 16.038 20.296 15.38 20.15 15.019 20.718 14.52 21.185 13.93 21.509 13.34 21.833 12.678 22.003 12.005 22.003 11.332 22.003 10.67 21.833 10.08 21.509 9.49 21.185 8.991 20.718 8.63 20.15 7.973 20.297 7.289 20.276 6.642 20.089 5.995 19.902 5.406 19.554 4.929 19.078 4.453 18.603 4.104 18.014 3.915 17.368 3.726 16.721 3.704 16.037 3.85 15.38 3.28 15.019 2.81 14.52 2.485 13.929 2.16 13.338 1.989 12.675 1.989 12 1.989 11.325 2.16 10.662 2.485 10.071 2.81 9.48 3.28 8.981 3.85 8.62ZM12 16V12M12 8H12.01", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
48
48
  }
49
49
  console.error(`BadgeInfo doesn't support ${type}`);
50
50
  return null;
@@ -41,7 +41,7 @@ exports.BadgeQuestionMark = React.forwardRef(function BadgeQuestionMark({ color
41
41
  return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 2.00488C12.6714 2.00488 13.332 2.17369 13.9209 2.49609C14.5098 2.81853 15.0084 3.284 15.3701 3.84961C16.0282 3.70168 16.7135 3.72335 17.3613 3.91113C18.0091 4.09897 18.5993 4.44692 19.0762 4.92383C19.5531 5.40074 19.901 5.9909 20.0889 6.63867C20.2767 7.28654 20.2983 7.97177 20.1504 8.62988C20.716 8.99158 21.1815 9.49024 21.5039 10.0791C21.8263 10.668 21.9951 11.3286 21.9951 12C21.9951 12.6714 21.8263 13.332 21.5039 13.9209C21.1815 14.5098 20.716 15.0084 20.1504 15.3701C20.2976 16.0271 20.2761 16.7107 20.0889 17.3574C19.9015 18.0043 19.5538 18.5936 19.0781 19.0703C18.6024 19.547 18.0137 19.8963 17.3672 20.085C16.7208 20.2735 16.0372 20.2963 15.3799 20.1504C15.0187 20.7181 14.5195 21.1859 13.9297 21.5098C13.3399 21.8335 12.6777 22.0029 12.0049 22.0029C11.332 22.0029 10.6699 21.8335 10.0801 21.5098C9.49021 21.1859 8.99111 20.7181 8.62988 20.1504C7.97288 20.2977 7.28932 20.2761 6.64258 20.0889C5.9957 19.9015 5.4064 19.5538 4.92969 19.0781C4.45297 18.6024 4.10374 18.0137 3.91504 17.3672C3.72645 16.7208 3.70368 16.0372 3.84961 15.3799C3.27971 15.0191 2.81066 14.5196 2.48535 13.9287C2.16007 13.3378 1.98926 12.6745 1.98926 12C1.98926 11.3254 2.15999 10.6613 2.48535 10.0703C2.81064 9.47968 3.27987 8.98076 3.84961 8.62012C3.70365 7.96264 3.72634 7.27834 3.91504 6.63184C4.10377 5.98549 4.45307 5.3975 4.92969 4.92188C5.4064 4.44616 5.99569 4.09848 6.64258 3.91113C7.28932 3.72388 7.97288 3.70234 8.62988 3.84961C8.99158 3.28401 9.49023 2.81853 10.0791 2.49609C10.668 2.17369 11.3286 2.00488 12 2.00488ZM12 15.5C11.1716 15.5 10.5 16.1716 10.5 17C10.5 17.8284 11.1716 18.5 12 18.5H12.0098C12.8382 18.5 13.5098 17.8284 13.5098 17C13.5098 16.1716 12.8382 15.5 12.0098 15.5H12ZM12.6807 5.55957C11.6334 5.37999 10.5558 5.57686 9.63965 6.11523C8.72355 6.65363 8.0275 7.49961 7.6748 8.50195C7.40003 9.28327 7.81061 10.14 8.5918 10.415C9.37328 10.6899 10.23 10.2786 10.5049 9.49707C10.6225 9.16317 10.8549 8.88153 11.1602 8.70215C11.4654 8.5228 11.8248 8.4568 12.1738 8.5166C12.5227 8.57653 12.8394 8.75858 13.0674 9.0293C13.2953 9.3001 13.4203 9.64314 13.4199 9.99707V10C13.4197 10.2038 13.2468 10.5627 12.5879 11.002C12.3039 11.1913 12.0089 11.3394 11.7793 11.4414C11.6667 11.4915 11.5748 11.5279 11.5146 11.5508C11.4849 11.5621 11.4633 11.5699 11.4512 11.5742L11.4424 11.5771H11.4434C11.4419 11.5777 11.4409 11.578 11.4404 11.5781C10.658 11.842 10.2361 12.6896 10.4971 13.4736C10.759 14.2595 11.6086 14.6848 12.3945 14.4229L11.9199 13C12.362 14.3261 12.393 14.416 12.3955 14.4219L12.3984 14.4209C12.3998 14.4204 12.4016 14.4205 12.4033 14.4199C12.4069 14.4187 12.4111 14.4167 12.416 14.415C12.4264 14.4115 12.4401 14.407 12.4561 14.4014C12.4879 14.39 12.5309 14.3743 12.583 14.3545C12.6869 14.3149 12.8296 14.2575 12.998 14.1826C13.3309 14.0347 13.7862 13.8085 14.252 13.498C15.0663 12.9551 16.3374 11.8666 16.416 10.166L16.4199 10C16.421 8.93809 16.0462 7.90911 15.3623 7.09668C14.678 6.28405 13.7278 5.73918 12.6807 5.55957Z", fill: "currentColor" }) }));
42
42
  }
43
43
  if (type === "stroke") {
44
- return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M3.85 8.62001C3.70404 7.96253 3.72646 7.27885 3.91516 6.63235C4.10386 5.98584 4.45275 5.39745 4.92947 4.92173C5.40619 4.446 5.99531 4.09835 6.64221 3.911C7.28911 3.72365 7.97284 3.70267 8.63 3.85001C8.99171 3.28431 9.49001 2.81876 10.079 2.49629C10.6679 2.17382 11.3285 2.00479 12 2.00479C12.6715 2.00479 13.3321 2.17382 13.9211 2.49629C14.51 2.81876 15.0083 3.28431 15.37 3.85001C16.0282 3.70203 16.7131 3.72292 17.361 3.91072C18.0089 4.09852 18.5988 4.44715 19.0758 4.92416C19.5529 5.40117 19.9015 5.99108 20.0893 6.63901C20.2771 7.28694 20.298 7.97184 20.15 8.63001C20.7157 8.99171 21.1812 9.49001 21.5037 10.079C21.8262 10.6679 21.9952 11.3286 21.9952 12C21.9952 12.6715 21.8262 13.3321 21.5037 13.9211C21.1812 14.51 20.7157 15.0083 20.15 15.37C20.2973 16.0272 20.2764 16.7109 20.089 17.3578C19.9017 18.0047 19.554 18.5938 19.0783 19.0705C18.6026 19.5473 18.0142 19.8961 17.3677 20.0848C16.7212 20.2736 16.0375 20.296 15.38 20.15C15.0188 20.7179 14.5201 21.1854 13.9301 21.5093C13.3402 21.8332 12.678 22.0031 12.005 22.0031C11.332 22.0031 10.6698 21.8332 10.0799 21.5093C9.48992 21.1854 8.99124 20.7179 8.63 20.15C7.97284 20.2973 7.28911 20.2764 6.64221 20.089C5.99531 19.9017 5.40619 19.554 4.92947 19.0783C4.45275 18.6026 4.10386 18.0142 3.91516 17.3677C3.72646 16.7212 3.70404 16.0375 3.85 15.38C3.27996 15.0192 2.81042 14.5202 2.48505 13.9292C2.15969 13.3383 1.98907 12.6746 1.98907 12C1.98907 11.3254 2.15969 10.6617 2.48505 10.0708C2.81042 9.47983 3.27996 8.98076 3.85 8.62001Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.09 9C9.325 8.332 9.789 7.768 10.4 7.409 11.011 7.05 11.729 6.919 12.427 7.039 13.126 7.158 13.759 7.522 14.215 8.064 14.671 8.606 14.921 9.292 14.92 10 14.92 12 11.92 13 11.92 13M12 17H12.01", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
44
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M3.85 8.61998C3.70404 7.9625 3.72646 7.27882 3.91516 6.63231C4.10386 5.98581 4.45275 5.39742 4.92947 4.9217C5.40619 4.44597 5.99531 4.09832 6.64221 3.91097C7.28911 3.72362 7.97284 3.70264 8.63 3.84998C8.99171 3.28428 9.49001 2.81873 10.079 2.49626C10.6679 2.17379 11.3285 2.00476 12 2.00476C12.6715 2.00476 13.3321 2.17379 13.9211 2.49626C14.51 2.81873 15.0083 3.28428 15.37 3.84998C16.0282 3.702 16.7131 3.72288 17.361 3.91069C18.0089 4.09849 18.5988 4.44712 19.0758 4.92413C19.5529 5.40114 19.9015 5.99105 20.0893 6.63898C20.2771 7.28691 20.298 7.97181 20.15 8.62998C20.7157 8.99168 21.1812 9.48998 21.5037 10.0789C21.8262 10.6679 21.9952 11.3285 21.9952 12C21.9952 12.6714 21.8262 13.3321 21.5037 13.921C21.1812 14.51 20.7157 15.0083 20.15 15.37C20.2973 16.0271 20.2764 16.7109 20.089 17.3578C19.9017 18.0047 19.554 18.5938 19.0783 19.0705C18.6026 19.5472 18.0142 19.8961 17.3677 20.0848C16.7212 20.2735 16.0375 20.2959 15.38 20.15C15.0188 20.7178 14.5201 21.1854 13.9301 21.5093C13.3402 21.8332 12.678 22.003 12.005 22.003C11.332 22.003 10.6698 21.8332 10.0799 21.5093C9.48992 21.1854 8.99124 20.7178 8.63 20.15C7.97284 20.2973 7.28911 20.2763 6.64221 20.089C5.99531 19.9016 5.40619 19.554 4.92947 19.0783C4.45275 18.6025 4.10386 18.0141 3.91516 17.3676C3.72646 16.7211 3.70404 16.0374 3.85 15.38C3.27996 15.0192 2.81042 14.5201 2.48505 13.9292C2.15969 13.3382 1.98907 12.6746 1.98907 12C1.98907 11.3254 2.15969 10.6617 2.48505 10.0708C2.81042 9.4798 3.27996 8.98073 3.85 8.61998Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.09 9C9.325 8.332 9.789 7.768 10.4 7.409 11.011 7.05 11.729 6.919 12.427 7.039 13.126 7.159 13.759 7.522 14.215 8.064 14.671 8.606 14.921 9.292 14.92 10 14.92 12 11.92 13 11.92 13M12 17H12.01", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
45
  }
46
46
  console.error(`BadgeQuestionMark doesn't support ${type}`);
47
47
  return null;
@@ -41,7 +41,7 @@ exports.CircleQuestionMark = React.forwardRef(function CircleQuestionMark({ colo
41
41
  return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.5C11.1716 15.5 10.5 16.1716 10.5 17C10.5 17.8284 11.1716 18.5 12 18.5H12.0098C12.8382 18.5 13.5098 17.8284 13.5098 17C13.5098 16.1716 12.8382 15.5 12.0098 15.5H12ZM12.6807 5.55957C11.6334 5.37998 10.5558 5.57686 9.63965 6.11523C8.72355 6.65363 8.0275 7.49961 7.6748 8.50195C7.40003 9.28327 7.81061 10.14 8.5918 10.415C9.37328 10.6899 10.23 10.2786 10.5049 9.49707C10.6225 9.16317 10.8549 8.88153 11.1602 8.70215C11.4654 8.5228 11.8248 8.4568 12.1738 8.5166C12.5227 8.57653 12.8394 8.75857 13.0674 9.0293C13.2953 9.3001 13.4203 9.64314 13.4199 9.99707V10C13.4197 10.2038 13.2468 10.5627 12.5879 11.002C12.3039 11.1913 12.0089 11.3394 11.7793 11.4414C11.6667 11.4915 11.5748 11.5279 11.5146 11.5508C11.4849 11.5621 11.4633 11.5699 11.4512 11.5742L11.4434 11.5771L11.4404 11.5781C10.658 11.842 10.2361 12.6896 10.4971 13.4736C10.759 14.2595 11.6086 14.6848 12.3945 14.4229L12.4014 14.4199H12.4033C12.4069 14.4187 12.4111 14.4167 12.416 14.415C12.4264 14.4115 12.4401 14.407 12.4561 14.4014C12.4879 14.39 12.5309 14.3743 12.583 14.3545C12.6869 14.3149 12.8296 14.2575 12.998 14.1826C13.3309 14.0347 13.7862 13.8085 14.252 13.498C15.0663 12.9551 16.3374 11.8666 16.416 10.166L16.4199 10C16.421 8.93809 16.0462 7.90911 15.3623 7.09668C14.678 6.28405 13.7278 5.73918 12.6807 5.55957Z", fill: "currentColor" }) }));
42
42
  }
43
43
  if (type === "stroke") {
44
- return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.09 9C9.325 8.332 9.789 7.768 10.4 7.409 11.011 7.05 11.729 6.919 12.427 7.039 13.126 7.158 13.759 7.522 14.215 8.064 14.671 8.606 14.921 9.292 14.92 10 14.92 12 11.92 13 11.92 13M12 17H12.01", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
44
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.09 9C9.325 8.332 9.789 7.768 10.4 7.409 11.011 7.05 11.729 6.919 12.427 7.039 13.126 7.159 13.759 7.522 14.215 8.064 14.671 8.606 14.921 9.292 14.92 10 14.92 12 11.92 13 11.92 13M12 17H12.01", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
45
  }
46
46
  console.error(`CircleQuestionMark doesn't support ${type}`);
47
47
  return null;
@@ -43,6 +43,9 @@ exports.Contrast = React.forwardRef(function Contrast({ color = "currentColor",
43
43
  if (type === "stroke") {
44
44
  return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 18C13.5913 18 15.1174 17.3679 16.2426 16.2426C17.3679 15.1174 18 13.5913 18 12C18 10.4087 17.3679 8.88258 16.2426 7.75736C15.1174 6.63214 13.5913 6 12 6V18Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
45
  }
46
+ if (type === "stroke") {
47
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 18C13.5913 18 15.1174 17.3679 16.2426 16.2426C17.3679 15.1174 18 13.5913 18 12C18 10.4087 17.3679 8.88258 16.2426 7.75736C15.1174 6.63214 13.5913 6 12 6V18Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
48
+ }
46
49
  console.error(`Contrast doesn't support ${type}`);
47
50
  return null;
48
51
  });
@@ -38,10 +38,10 @@ const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.EarOff = React.forwardRef(function EarOff({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
40
40
  if (type === "solid") {
41
- return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsxs)("g", { fill: "currentColor", clipPath: "url(#undefined-clip0_70_3506)", children: [(0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_70_3506", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
41
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsxs)("g", { fill: "currentColor", clipPath: "url(#undefined-clip0_70_3506)", children: [(0, jsx_runtime_1.jsx)("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.617 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.691 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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_70_3506", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
42
42
  }
43
43
  if (type === "stroke") {
44
- return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M6 18.5C6 18.96 6.091 19.415 6.266 19.839 6.442 20.264 6.7 20.65 7.025 20.975 7.35 21.3 7.736 21.558 8.161 21.734 8.585 21.91 9.04 22 9.5 22 9.96 22 10.415 21.91 10.839 21.734 11.264 21.558 11.65 21.3 11.975 20.975 12.3 20.65 12.558 20.264 12.734 19.839 12.91 19.415 13 18.96 13 18.5 13 16.93 13.92 15.98 15.04 15.04M6 8.5C6 7.75 6.13 7.03 6.36 6.36M8.8 3.15C9.776 2.474 10.918 2.079 12.102 2.006 13.287 1.934 14.468 2.187 15.519 2.738 16.57 3.289 17.45 4.117 18.064 5.133 18.677 6.149 19.001 7.313 19 8.5 19 10.13 18.56 11.31 17.91 12.26", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.5 6C13.163 6 13.799 6.263 14.268 6.732 14.737 7.201 15 7.837 15 8.5M10 13C10.385 12.999 10.761 12.887 11.084 12.678 11.407 12.469 11.662 12.171 11.82 11.82M2 2 22 22", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
44
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M6 18.5C6 18.96 6.091 19.415 6.266 19.839 6.442 20.264 6.7 20.65 7.025 20.975 7.35 21.3 7.736 21.558 8.161 21.734 8.585 21.909 9.04 22 9.5 22 9.96 22 10.415 21.909 10.839 21.734 11.264 21.558 11.65 21.3 11.975 20.975 12.3 20.65 12.558 20.264 12.734 19.839 12.91 19.415 13 18.96 13 18.5 13 16.93 13.92 15.98 15.04 15.04M6 8.5C6 7.75 6.13 7.03 6.36 6.36M8.8 3.15C9.776 2.474 10.918 2.079 12.102 2.006 13.287 1.934 14.468 2.187 15.519 2.738 16.57 3.289 17.45 4.117 18.064 5.133 18.677 6.149 19.001 7.313 19 8.5 19 10.13 18.56 11.31 17.91 12.26", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.5 6C13.163 6 13.799 6.263 14.268 6.732 14.737 7.201 15 7.837 15 8.5M10 13C10.385 12.999 10.761 12.887 11.084 12.678 11.407 12.469 11.662 12.171 11.82 11.82M2 2 22 22", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
45
  }
46
46
  console.error(`EarOff doesn't support ${type}`);
47
47
  return null;
@@ -40,6 +40,12 @@ exports.Eclipse = React.forwardRef(function Eclipse({ color = "currentColor", fi
40
40
  if (type === "solid") {
41
41
  return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M11 0C17.0751 0 22 4.92487 22 11C22 17.0751 17.0751 22 11 22C4.92487 22 0 17.0751 0 11C0 4.92487 4.92487 0 11 0ZM10.5732 3.00098C9.02909 3.0845 7.54195 3.61296 6.29199 4.52344C5.04201 5.43403 4.08229 6.6876 3.5293 8.13184C2.97636 9.57603 2.85364 11.1496 3.17578 12.6621C3.49799 14.1746 4.25125 15.5618 5.34473 16.6553C6.43825 17.7487 7.82542 18.5021 9.33789 18.8242C10.8505 19.1463 12.4249 19.0238 13.8691 18.4707C15.3132 17.9176 16.5661 16.9579 17.4766 15.708C18.3871 14.4579 18.9157 12.9701 18.999 11.4258C19.0184 11.0657 18.5911 10.8782 18.2852 11.0693C17.2617 11.709 16.0516 11.9832 14.8525 11.8467C13.6534 11.7101 12.536 11.1708 11.6826 10.3174C10.8292 9.464 10.2899 8.34658 10.1533 7.14746C10.0168 5.94835 10.291 4.73825 10.9307 3.71484C11.1219 3.40977 10.9334 2.98149 10.5732 3.00098Z", fill: "currentColor" }) }));
42
42
  }
43
+ if (type === "stroke") {
44
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 2C10.6739 3.32608 9.92896 5.12464 9.92896 7C9.92896 8.87536 10.6739 10.6739 12 12C13.3261 13.3261 15.1247 14.0711 17 14.0711C18.8754 14.0711 20.6739 13.3261 22 12", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
+ }
46
+ if (type === "stroke") {
47
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 2C10.6739 3.32608 9.92896 5.12464 9.92896 7C9.92896 8.87536 10.6739 10.6739 12 12C13.3261 13.3261 15.1247 14.0711 17 14.0711C18.8754 14.0711 20.6739 13.3261 22 12", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
48
+ }
43
49
  if (type === "stroke") {
44
50
  return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 2C10.6739 3.32608 9.92892 5.12464 9.92892 7C9.92892 8.87536 10.6739 10.6739 12 12C13.3261 13.3261 15.1246 14.0711 17 14.0711C18.8754 14.0711 20.6739 13.3261 22 12", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
51
  }
@@ -40,6 +40,9 @@ exports.Eye = React.forwardRef(function Eye({ color = "currentColor", fill, size
40
40
  if (type === "solid") {
41
41
  return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 4.50098C14.2277 4.50109 16.4055 5.16237 18.2569 6.40137C19.9926 7.56312 21.3683 9.184 22.2334 11.0791L22.3994 11.4619L22.4063 11.4785C22.5311 11.8152 22.5312 12.1858 22.4063 12.5225C22.4042 12.5279 22.4016 12.5337 22.3994 12.5391C21.55 14.5984 20.1081 16.3595 18.2569 17.5986C16.4056 18.8376 14.2276 19.4999 12 19.5C9.77219 19.4999 7.59363 18.8378 5.7422 17.5986C3.89089 16.3595 2.44905 14.5985 1.59962 12.5391C1.59739 12.5337 1.59483 12.5279 1.59278 12.5225C1.46784 12.1859 1.46799 11.8151 1.59278 11.4785L1.59962 11.4619C2.44901 9.4024 3.89086 7.64056 5.7422 6.40137C7.59359 5.16232 9.77225 4.50105 12 4.50098ZM12 8.5C10.067 8.5 8.50001 10.067 8.50001 12C8.50001 13.933 10.067 15.5 12 15.5C13.933 15.4999 15.5 13.933 15.5 12C15.5 10.067 13.933 8.50005 12 8.5Z", fill: "currentColor" }) }));
42
42
  }
43
+ if (type === "stroke") {
44
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M2.06202 12.348C1.97868 12.1235 1.97868 11.8765 2.06202 11.652C2.87372 9.68385 4.25153 8.00103 6.02079 6.81689C7.79004 5.63275 9.87106 5.00061 12 5.00061C14.129 5.00061 16.21 5.63275 17.9792 6.81689C19.7485 8.00103 21.1263 9.68385 21.938 11.652C22.0214 11.8765 22.0214 12.1235 21.938 12.348C21.1263 14.3161 19.7485 15.999 17.9792 17.1831C16.21 18.3672 14.129 18.9994 12 18.9994C9.87106 18.9994 7.79004 18.3672 6.02079 17.1831C4.25153 15.999 2.87372 14.3161 2.06202 12.348Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
+ }
43
46
  if (type === "stroke") {
44
47
  return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M2.062 12.348C1.97866 12.1235 1.97866 11.8765 2.062 11.652C2.8737 9.68385 4.25152 8.00103 6.02077 6.81689C7.79003 5.63275 9.87105 5.00061 12 5.00061C14.129 5.00061 16.21 5.63275 17.9792 6.81689C19.7485 8.00103 21.1263 9.68385 21.938 11.652C22.0213 11.8765 22.0213 12.1235 21.938 12.348C21.1263 14.3161 19.7485 15.999 17.9792 17.1831C16.21 18.3672 14.129 18.9994 12 18.9994C9.87105 18.9994 7.79003 18.3672 6.02077 17.1831C4.25152 15.999 2.8737 14.3161 2.062 12.348Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
48
  }
@@ -38,7 +38,10 @@ const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.EyeClosed = React.forwardRef(function EyeClosed({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
40
40
  if (type === "solid") {
41
- return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M13.9528 13.2862C14.7615 13.1065 15.5622 13.6161 15.7419 14.4248L16.4645 17.6748C16.6441 18.4835 16.1335 19.2842 15.3249 19.4639C14.5163 19.6433 13.7154 19.1338 13.5358 18.3252L12.8141 15.0752C12.6345 14.2665 13.1441 13.4658 13.9528 13.2862Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { 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", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { d: "M17.308 11.803C17.942 11.269 18.888 11.351 19.422 11.984L21.147 14.034C21.681 14.668 21.6 15.614 20.966 16.147 20.333 16.681 19.386 16.599 18.852 15.966L17.127 13.916C16.593 13.282 16.675 12.336 17.308 11.803ZM4.578 11.984C5.112 11.351 6.059 11.269 6.692 11.803 7.326 12.336 7.407 13.282 6.873 13.916L5.147 15.966C4.614 16.599 3.668 16.681 3.034 16.147 2.4 15.614 2.319 14.668 2.853 14.034L4.578 11.984ZM8.258 14.425C8.437 13.616 9.238 13.107 10.047 13.286 10.856 13.466 11.366 14.267 11.187 15.075L10.464 18.325C10.284 19.134 9.484 19.644 8.675 19.464 7.866 19.284 7.356 18.484 7.536 17.675L8.258 14.425Z", fill: "currentColor" })] }));
41
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M13.9528 13.2861C14.7615 13.1065 15.5622 13.6161 15.7419 14.4248L16.4645 17.6748C16.6441 18.4835 16.1335 19.2842 15.3249 19.4639C14.5163 19.6433 13.7154 19.1338 13.5358 18.3252L12.8141 15.0752C12.6345 14.2665 13.1441 13.4658 13.9528 13.2861Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { 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", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { d: "M17.308 11.803C17.942 11.269 18.888 11.351 19.422 11.984L21.147 14.034C21.681 14.668 21.6 15.614 20.966 16.147 20.333 16.681 19.386 16.599 18.852 15.966L17.127 13.916C16.593 13.282 16.675 12.336 17.308 11.803ZM4.578 11.984C5.112 11.351 6.059 11.269 6.692 11.803 7.326 12.336 7.407 13.282 6.873 13.916L5.147 15.966C4.614 16.599 3.668 16.681 3.034 16.147 2.4 15.614 2.319 14.668 2.853 14.034L4.578 11.984ZM8.258 14.425C8.437 13.616 9.238 13.107 10.047 13.286 10.856 13.466 11.366 14.267 11.187 15.075L10.464 18.325C10.284 19.134 9.484 19.644 8.675 19.464 7.866 19.284 7.356 18.484 7.536 17.675L8.258 14.425Z", fill: "currentColor" })] }));
42
+ }
43
+ if (type === "stroke") {
44
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M15 18 14.278 14.75M2 8C2.748 10.051 4.109 11.822 5.898 13.073 7.687 14.325 9.817 14.996 12 14.996 14.183 14.996 16.313 14.325 18.102 13.073 19.891 11.822 21.252 10.051 22 8M20 15 18.274 12.95M4 15 5.726 12.95M9 18 9.722 14.75", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
42
45
  }
43
46
  if (type === "stroke") {
44
47
  return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M15 18 14.278 14.75M2 8C2.748 10.051 4.109 11.822 5.898 13.073 7.687 14.325 9.817 14.996 12 14.996 14.183 14.996 16.313 14.325 18.102 13.073 19.891 11.822 21.252 10.051 22 8M20 15 18.274 12.95M4 15 5.726 12.95M9 18 9.722 14.75", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
@@ -38,10 +38,13 @@ const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.EyeOff = React.forwardRef(function EyeOff({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
40
40
  if (type === "solid") {
41
- return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsxs)("g", { fill: "currentColor", clipPath: "url(#undefined-clip0_70_3502)", children: [(0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" }), (0, jsx_runtime_1.jsx)("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" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_70_3502", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
41
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsxs)("g", { fill: "currentColor", clipPath: "url(#undefined-clip0_70_3502)", children: [(0, jsx_runtime_1.jsx)("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.919 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.863 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" }), (0, jsx_runtime_1.jsx)("path", { d: "M5.74168 5.21995C6.45375 4.79675 7.37404 5.03044 7.79735 5.74241C8.22059 6.45456 7.98606 7.37483 7.27391 7.79807C5.6244 8.77846 4.32326 10.2472 3.54637 11.9973C4.05062 13.1349 4.77723 14.1607 5.68797 15.011C6.6577 15.9163 7.81055 16.6033 9.06883 17.0237C10.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.3671 18.2436 18.7893C16.732 19.6847 15.0453 20.2447 13.2983 20.4309C11.5514 20.6171 9.78493 20.4251 8.11863 19.8684C6.45227 19.3116 4.92435 18.4033 3.64012 17.2043C2.35604 16.0055 1.34501 14.5442 0.675275 12.9201C0.668514 12.9037 0.66192 12.887 0.655744 12.8703C0.447403 12.3091 0.447425 11.6914 0.655744 11.1301L0.675275 11.0803C1.6856 8.63019 3.46345 6.574 5.74168 5.21995Z" }), (0, jsx_runtime_1.jsx)("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" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_70_3502", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
42
42
  }
43
43
  if (type === "stroke") {
44
- return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M10.733 5.076C13.062 4.798 15.419 5.291 17.442 6.478 19.465 7.665 21.044 9.482 21.938 11.651 22.021 11.876 22.021 12.123 21.938 12.347 21.571 13.238 21.085 14.076 20.494 14.837M14.084 14.158C13.518 14.705 12.76 15.007 11.974 15 11.187 14.993 10.435 14.678 9.879 14.122 9.322 13.565 9.007 12.813 9 12.026 8.993 11.24 9.296 10.482 9.842 9.916", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M17.479 17.499C16.153 18.285 14.673 18.776 13.139 18.939 11.606 19.103 10.056 18.935 8.594 18.446 7.131 17.957 5.791 17.16 4.664 16.108 3.537 15.056 2.65 13.773 2.062 12.348 1.979 12.124 1.979 11.877 2.062 11.652 2.949 9.502 4.509 7.697 6.508 6.509M2 2 22 22", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
44
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M10.733 5.076C13.062 4.798 15.419 5.291 17.442 6.478 19.465 7.665 21.044 9.482 21.938 11.651 22.021 11.876 22.021 12.123 21.938 12.347 21.57 13.238 21.085 14.076 20.494 14.837M14.084 14.158C13.518 14.705 12.76 15.007 11.974 15 11.187 14.993 10.435 14.678 9.878 14.122 9.322 13.565 9.007 12.813 9 12.026 8.993 11.24 9.295 10.482 9.842 9.916", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M17.479 17.499C16.153 18.285 14.673 18.776 13.139 18.939 11.606 19.103 10.056 18.934 8.594 18.446 7.131 17.957 5.791 17.16 4.664 16.108 3.537 15.056 2.65 13.773 2.062 12.348 1.979 12.124 1.979 11.877 2.062 11.652 2.949 9.502 4.509 7.697 6.508 6.509M2 2 22 22", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
+ }
46
+ if (type === "stroke") {
47
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M10.733 5.076C13.062 4.798 15.419 5.291 17.442 6.478 19.465 7.665 21.044 9.482 21.938 11.651 22.021 11.876 22.021 12.123 21.938 12.347 21.571 13.238 21.085 14.076 20.494 14.837M14.084 14.158C13.518 14.705 12.76 15.007 11.974 15 11.187 14.993 10.435 14.678 9.879 14.122 9.322 13.565 9.007 12.813 9 12.026 8.993 11.24 9.296 10.482 9.842 9.916", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M17.479 17.499C16.153 18.285 14.673 18.776 13.139 18.939 11.606 19.103 10.056 18.934 8.594 18.446 7.131 17.957 5.791 17.16 4.664 16.108 3.537 15.056 2.65 13.773 2.062 12.348 1.979 12.124 1.979 11.877 2.062 11.652 2.949 9.502 4.509 7.697 6.508 6.509M2 2 22 22", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
48
  }
46
49
  console.error(`EyeOff doesn't support ${type}`);
47
50
  return null;
@@ -38,10 +38,10 @@ const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.Moon = React.forwardRef(function Moon({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
40
40
  if (type === "solid") {
41
- return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "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", fill: "currentColor" }) }));
41
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M20.985 12.486C20.8913 14.2221 20.2967 15.894 19.2731 17.2994C18.2495 18.7048 16.8407 19.7837 15.217 20.4055C13.5934 21.0274 11.8243 21.1656 10.1238 20.8035C8.42322 20.4414 6.86396 19.5945 5.63446 18.3652C4.40497 17.1358 3.55789 15.5766 3.19562 13.8761C2.83335 12.1756 2.9714 10.4065 3.59308 8.78282C4.21476 7.15909 5.29346 5.75019 6.69878 4.72644C8.10409 3.70269 9.77587 3.10791 11.512 3.014C11.917 2.992 12.129 3.474 11.914 3.817C11.1949 4.96756 10.887 6.32787 11.0405 7.67595C11.194 9.02403 11.7999 10.2803 12.7593 11.2397C13.7187 12.1991 14.975 12.805 16.3231 12.9585C17.6711 13.112 19.0314 12.8041 20.182 12.085C20.526 11.87 21.007 12.081 20.985 12.486Z", fill: "currentColor" }) }));
42
42
  }
43
43
  if (type === "stroke") {
44
- return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M20.985 12.486C20.8913 14.2221 20.2967 15.894 19.2731 17.2994C18.2495 18.7048 16.8407 19.7837 15.217 20.4055C13.5934 21.0274 11.8243 21.1656 10.1238 20.8035C8.42322 20.4414 6.86396 19.5945 5.63446 18.3652C4.40497 17.1358 3.55789 15.5766 3.19562 13.8761C2.83335 12.1756 2.9714 10.4065 3.59308 8.78282C4.21476 7.15909 5.29346 5.75019 6.69878 4.72644C8.10409 3.70269 9.77587 3.10791 11.512 3.014C11.917 2.992 12.129 3.474 11.914 3.817C11.1949 4.96756 10.887 6.32787 11.0405 7.67595C11.194 9.02403 11.7999 10.2803 12.7593 11.2397C13.7187 12.1991 14.975 12.805 16.3231 12.9585C17.6711 13.112 19.0314 12.8041 20.182 12.085C20.526 11.87 21.007 12.081 20.985 12.486Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
44
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M20.985 12.486C20.8913 14.2221 20.2967 15.894 19.2731 17.2994C18.2495 18.7048 16.8407 19.7837 15.217 20.4055C13.5934 21.0274 11.8243 21.1656 10.1238 20.8035C8.42322 20.4414 6.86396 19.5945 5.63446 18.3651C4.40497 17.1358 3.55789 15.5766 3.19562 13.8761C2.83335 12.1756 2.9714 10.4065 3.59308 8.78279C4.21476 7.15906 5.29346 5.75016 6.69878 4.72641C8.10409 3.70265 9.77587 3.10788 11.512 3.01397C11.917 2.99197 12.129 3.47397 11.914 3.81697C11.1949 4.96753 10.887 6.32784 11.0405 7.67592C11.194 9.024 11.7999 10.2803 12.7593 11.2396C13.7187 12.199 14.975 12.805 16.3231 12.9585C17.6711 13.112 19.0314 12.8041 20.182 12.085C20.526 11.87 21.007 12.081 20.985 12.486Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
45
45
  }
46
46
  console.error(`Moon doesn't support ${type}`);
47
47
  return null;
@@ -38,7 +38,7 @@ const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.MoonStar = React.forwardRef(function MoonStar({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
40
40
  if (type === "solid") {
41
- return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M20 1.5C20.828 1.5 21.5 2.172 21.5 3V3.5H22C22.828 3.5 23.5 4.172 23.5 5 23.5 5.828 22.828 6.5 22 6.5H21.5V7C21.5 7.828 20.828 8.5 20 8.5 19.172 8.5 18.5 7.828 18.5 7V6.5H18C17.172 6.5 16.5 5.828 16.5 5 16.5 4.172 17.172 3.5 18 3.5H18.5V3C18.5 2.172 19.172 1.5 20 1.5ZM20.985 12.486C20.891 14.222 20.297 15.894 19.273 17.299 18.25 18.705 16.841 19.784 15.217 20.406 13.593 21.027 11.824 21.166 10.124 20.804 8.423 20.442 6.864 19.595 5.634 18.365 4.405 17.136 3.558 15.577 3.196 13.876 2.833 12.176 2.971 10.407 3.593 8.783 4.215 7.159 5.293 5.75 6.699 4.726 8.104 3.703 9.776 3.108 11.512 3.014 11.917 2.992 12.129 3.474 11.914 3.817 11.195 4.968 10.887 6.328 11.041 7.676 11.194 9.024 11.8 10.28 12.759 11.24 13.719 12.199 14.975 12.805 16.323 12.959 17.671 13.112 19.031 12.804 20.182 12.085 20.526 11.87 21.007 12.081 20.985 12.486Z", fill: "currentColor" }) }));
41
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M20 1.5C20.828 1.5 21.5 2.172 21.5 3V3.5H22C22.828 3.5 23.5 4.172 23.5 5 23.5 5.828 22.828 6.5 22 6.5H21.5V7C21.5 7.828 20.828 8.5 20 8.5 19.172 8.5 18.5 7.828 18.5 7V6.5H18C17.172 6.5 16.5 5.828 16.5 5 16.5 4.172 17.172 3.5 18 3.5H18.5V3C18.5 2.172 19.172 1.5 20 1.5ZM20.985 12.486C20.891 14.222 20.297 15.894 19.273 17.299 18.25 18.705 16.841 19.784 15.217 20.406 13.593 21.027 11.824 21.166 10.124 20.804 8.423 20.441 6.864 19.595 5.634 18.365 4.405 17.136 3.558 15.577 3.196 13.876 2.833 12.176 2.971 10.407 3.593 8.783 4.215 7.159 5.293 5.75 6.699 4.726 8.104 3.703 9.776 3.108 11.512 3.014 11.917 2.992 12.129 3.474 11.914 3.817 11.195 4.968 10.887 6.328 11.041 7.676 11.194 9.024 11.8 10.28 12.759 11.24 13.719 12.199 14.975 12.805 16.323 12.959 17.671 13.112 19.031 12.804 20.182 12.085 20.526 11.87 21.007 12.081 20.985 12.486Z", fill: "currentColor" }) }));
42
42
  }
43
43
  if (type === "stroke") {
44
44
  return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M18 5H22M20 3V7M20.985 12.486C20.891 14.222 20.297 15.894 19.273 17.299 18.25 18.705 16.841 19.784 15.217 20.406 13.593 21.027 11.824 21.166 10.124 20.804 8.423 20.441 6.864 19.595 5.634 18.365 4.405 17.136 3.558 15.577 3.196 13.876 2.833 12.176 2.971 10.407 3.593 8.783 4.215 7.159 5.293 5.75 6.699 4.726 8.104 3.703 9.776 3.108 11.512 3.014 11.917 2.992 12.129 3.474 11.914 3.817 11.195 4.968 10.887 6.328 11.041 7.676 11.194 9.024 11.8 10.28 12.759 11.24 13.719 12.199 14.975 12.805 16.323 12.959 17.671 13.112 19.031 12.804 20.182 12.085 20.526 11.87 21.007 12.081 20.985 12.486Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
@@ -41,10 +41,10 @@ exports.ScanEye = React.forwardRef(function ScanEye({ color = "currentColor", fi
41
41
  return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M1.5 7V5C1.5 4.072 1.869 3.182 2.525 2.525 3.182 1.869 4.072 1.5 5 1.5H7C7.828 1.5 8.5 2.172 8.5 3 8.5 3.828 7.828 4.5 7 4.5H5C4.867 4.5 4.74 4.553 4.646 4.646 4.553 4.74 4.5 4.867 4.5 5V7C4.5 7.828 3.828 8.5 3 8.5 2.172 8.5 1.5 7.828 1.5 7ZM19.5 7V5C19.5 4.867 19.447 4.74 19.354 4.646 19.283 4.576 19.194 4.529 19.098 4.51L19 4.5H17C16.172 4.5 15.5 3.828 15.5 3 15.5 2.172 16.172 1.5 17 1.5H19C19.928 1.5 20.818 1.869 21.475 2.525 22.131 3.182 22.5 4.072 22.5 5V7C22.5 7.828 21.828 8.5 21 8.5 20.172 8.5 19.5 7.828 19.5 7ZM19.5 19V17C19.5 16.172 20.172 15.5 21 15.5 21.828 15.5 22.5 16.172 22.5 17V19C22.5 19.928 22.131 20.818 21.475 21.475 20.818 22.131 19.928 22.5 19 22.5H17C16.172 22.5 15.5 21.828 15.5 21 15.5 20.172 16.172 19.5 17 19.5H19C19.133 19.5 19.26 19.447 19.354 19.354 19.447 19.26 19.5 19.133 19.5 19ZM1.5 19V17C1.5 16.172 2.172 15.5 3 15.5 3.828 15.5 4.5 16.172 4.5 17V19L4.51 19.098C4.529 19.194 4.576 19.283 4.646 19.354 4.74 19.447 4.867 19.5 5 19.5H7C7.828 19.5 8.5 20.172 8.5 21 8.5 21.828 7.828 22.5 7 22.5H5C4.072 22.5 3.182 22.131 2.525 21.475 1.869 20.818 1.5 19.928 1.5 19ZM12 5.504C13.788 5.504 15.535 6.037 17.019 7.034 18.41 7.969 19.511 9.273 20.2 10.796L20.333 11.104 20.36 11.175C20.547 11.709 20.547 12.291 20.36 12.825 20.352 12.849 20.342 12.873 20.333 12.897 19.657 14.552 18.503 15.969 17.019 16.966 15.535 17.963 13.788 18.496 12 18.496 10.212 18.496 8.464 17.963 6.98 16.966 5.496 15.969 4.342 14.552 3.667 12.897 3.657 12.873 3.648 12.849 3.639 12.825 3.453 12.291 3.453 11.709 3.639 11.175L3.667 11.104C4.342 9.448 5.496 8.031 6.98 7.034 8.464 6.037 10.212 5.504 12 5.504ZM12 9.5C10.619 9.5 9.5 10.619 9.5 12 9.5 13.381 10.619 14.5 12 14.5 13.38 14.5 14.5 13.381 14.5 12 14.5 10.619 13.38 9.5 12 9.5Z", fill: "currentColor" }) }));
42
42
  }
43
43
  if (type === "stroke") {
44
- return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M3 7V5C3 4.47 3.211 3.961 3.586 3.586 3.961 3.211 4.47 3 5 3H7M17 3H19C19.53 3 20.039 3.211 20.414 3.586 20.789 3.961 21 4.47 21 5V7M21 17V19C21 19.53 20.789 20.039 20.414 20.414 20.039 20.789 19.53 21 19 21H17M7 21H5C4.47 21 3.961 20.789 3.586 20.414 3.211 20.039 3 19.53 3 19V17M12 13C12.552 13 13 12.552 13 12 13 11.448 12.552 11 12 11 11.448 11 11 11.448 11 12 11 12.552 11.448 13 12 13Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.944 12.33C19.0187 12.1163 19.0187 11.8837 18.944 11.67C18.381 10.2904 17.4198 9.10982 16.183 8.27876C14.9463 7.44771 13.49 7.00388 12 7.00388C10.51 7.00388 9.05369 7.44771 7.81693 8.27876C6.58018 9.10982 5.619 10.2904 5.05599 11.67C4.9813 11.8837 4.9813 12.1163 5.05599 12.33C5.619 13.7096 6.58018 14.8902 7.81693 15.7212C9.05369 16.5523 10.51 16.9961 12 16.9961C13.49 16.9961 14.9463 16.5523 16.183 15.7212C17.4198 14.8902 18.381 13.7096 18.944 12.33Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
44
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M3 7V5C3 4.47 3.211 3.961 3.586 3.586 3.961 3.211 4.47 3 5 3H7M17 3H19C19.53 3 20.039 3.211 20.414 3.586 20.789 3.961 21 4.47 21 5V7M21 17V19C21 19.53 20.789 20.039 20.414 20.414 20.039 20.789 19.53 21 19 21H17M7 21H5C4.47 21 3.961 20.789 3.586 20.414 3.211 20.039 3 19.53 3 19V17M12 13C12.552 13 13 12.552 13 12 13 11.448 12.552 11 12 11 11.448 11 11 11.448 11 12 11 12.552 11.448 13 12 13Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.944 12.33C19.0187 12.1164 19.0187 11.8837 18.944 11.67C18.381 10.2905 17.4198 9.10985 16.183 8.27879C14.9463 7.44774 13.49 7.00391 12 7.00391C10.51 7.00391 9.05369 7.44774 7.81693 8.27879C6.58018 9.10985 5.619 10.2905 5.05599 11.67C4.9813 11.8837 4.9813 12.1164 5.05599 12.33C5.619 13.7096 6.58018 14.8902 7.81693 15.7213C9.05369 16.5523 10.51 16.9962 12 16.9962C13.49 16.9962 14.9463 16.5523 16.183 15.7213C17.4198 14.8902 18.381 13.7096 18.944 12.33Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
45
  }
46
46
  if (type === "stroke") {
47
- return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M3 7V5C3 4.47 3.211 3.961 3.586 3.586 3.961 3.211 4.47 3 5 3H7M17 3H19C19.53 3 20.039 3.211 20.414 3.586 20.789 3.961 21 4.47 21 5V7M21 17V19C21 19.53 20.789 20.039 20.414 20.414 20.039 20.789 19.53 21 19 21H17M7 21H5C4.47 21 3.961 20.789 3.586 20.414 3.211 20.039 3 19.53 3 19V17M12 13C12.552 13 13 12.552 13 12 13 11.448 12.552 11 12 11 11.448 11 11 11.448 11 12 11 12.552 11.448 13 12 13Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.944 12.33C19.0187 12.1163 19.0187 11.8837 18.944 11.67C18.381 10.2904 17.4198 9.10982 16.1831 8.27876C14.9463 7.44771 13.49 7.00388 12 7.00388C10.51 7.00388 9.0537 7.44771 7.81695 8.27876C6.58019 9.10982 5.61901 10.2904 5.056 11.67C4.98131 11.8837 4.98131 12.1163 5.056 12.33C5.61901 13.7096 6.58019 14.8902 7.81695 15.7212C9.0537 16.5523 10.51 16.9961 12 16.9961C13.49 16.9961 14.9463 16.5523 16.1831 15.7212C17.4198 14.8902 18.381 13.7096 18.944 12.33Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
47
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M3 7V5C3 4.47 3.211 3.961 3.586 3.586 3.961 3.211 4.47 3 5 3H7M17 3H19C19.53 3 20.039 3.211 20.414 3.586 20.789 3.961 21 4.47 21 5V7M21 17V19C21 19.53 20.789 20.039 20.414 20.414 20.039 20.789 19.53 21 19 21H17M7 21H5C4.47 21 3.961 20.789 3.586 20.414 3.211 20.039 3 19.53 3 19V17M12 13C12.552 13 13 12.552 13 12 13 11.448 12.552 11 12 11 11.448 11 11 11.448 11 12 11 12.552 11.448 13 12 13Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.944 12.33C19.0187 12.1164 19.0187 11.8837 18.944 11.67C18.381 10.2905 17.4198 9.10985 16.1831 8.27879C14.9463 7.44774 13.49 7.00391 12 7.00391C10.51 7.00391 9.0537 7.44774 7.81695 8.27879C6.58019 9.10985 5.61901 10.2905 5.056 11.67C4.98131 11.8837 4.98131 12.1164 5.056 12.33C5.61901 13.7096 6.58019 14.8902 7.81695 15.7213C9.0537 16.5523 10.51 16.9962 12 16.9962C13.49 16.9962 14.9463 16.5523 16.1831 15.7213C17.4198 14.8902 18.381 13.7096 18.944 12.33Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
48
48
  }
49
49
  console.error(`ScanEye doesn't support ${type}`);
50
50
  return null;
@@ -38,13 +38,13 @@ const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.Speech = React.forwardRef(function Speech({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
40
40
  if (type === "solid") {
41
- return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M7.3 20V15.9C7.3 15.475 7.481 15.07 7.797 14.785 8.113 14.501 8.534 14.364 8.957 14.408L10.692 14.591C10.856 14.566 11.01 14.495 11.13 14.378 11.261 14.251 11.342 14.081 11.364 13.9V8.293C11.369 7.25 10.96 6.248 10.226 5.507 9.492 4.766 8.493 4.348 7.45 4.343 6.407 4.338 5.405 4.748 4.664 5.482 3.923 6.216 3.505 7.214 3.5 8.257 3.501 9.519 3.646 10.111 3.789 10.526 3.879 10.785 3.958 10.955 4.094 11.3 4.216 11.609 4.345 11.971 4.452 12.426 4.745 13.564 4.758 14.757 4.489 15.902L3.461 20.338C3.274 21.145 2.468 21.648 1.661 21.461.854 21.274.352 20.468.539 19.661L1.567 15.22 1.568 15.215C1.726 14.543 1.719 13.843 1.547 13.174 1.544 13.162 1.541 13.149 1.538 13.136 1.475 12.861 1.398 12.641 1.304 12.404 1.22 12.193 1.071 11.844.953 11.503.682 10.717.5 9.784.5 8.25V8.243L.51 7.9C.603 6.187 1.328 4.564 2.553 3.351 3.859 2.057 5.625 1.335 7.464 1.343 9.302 1.351 11.062 2.09 12.356 3.396 13.649 4.7 14.371 6.464 14.364 8.3V14C14.364 14.043 14.362 14.086 14.358 14.128 14.28 15.04 13.876 15.893 13.219 16.531 12.562 17.168 11.697 17.547 10.783 17.598 10.703 17.602 10.623 17.6 10.543 17.592L10.3 17.566V20C10.3 20.829 9.628 21.5 8.8 21.5 7.972 21.5 7.3 20.829 7.3 20ZM18.743 6.135C19.33 5.55 20.279 5.551 20.864 6.137 22.55 7.826 23.497 10.114 23.496 12.5 23.496 14.886 22.548 17.174 20.861 18.861 20.275 19.447 19.325 19.447 18.739 18.861 18.154 18.275 18.154 17.325 18.739 16.739 19.864 15.614 20.496 14.089 20.496 12.499L20.489 12.201C20.416 10.719 19.795 9.312 18.741 8.257 18.156 7.67 18.157 6.721 18.743 6.135Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { d: "M15.9037 8.97515C16.4835 8.38347 17.4331 8.37386 18.0248 8.95366C18.4969 9.41623 18.8727 9.96805 19.1303 10.5767C19.3877 11.1853 19.5224 11.8388 19.5258 12.4996C19.5291 13.1605 19.4012 13.8161 19.1498 14.4273C18.8984 15.0384 18.5283 15.5939 18.0609 16.0611C17.4751 16.6468 16.5246 16.646 15.9389 16.0601C15.3535 15.4742 15.3541 14.5246 15.9398 13.939C16.1267 13.7522 16.2749 13.5301 16.3754 13.2857C16.4759 13.0414 16.5271 12.7794 16.5258 12.5152C16.5244 12.2509 16.4705 11.989 16.3676 11.7457C16.2646 11.5022 16.114 11.2813 15.9252 11.0962C15.3335 10.5164 15.3239 9.56684 15.9037 8.97515Z", fill: "currentColor" })] }));
41
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M7.3 20V15.9C7.3 15.475 7.481 15.07 7.797 14.785 8.113 14.501 8.534 14.364 8.957 14.408L10.692 14.591C10.856 14.566 11.01 14.495 11.13 14.378 11.261 14.251 11.342 14.081 11.364 13.9V8.293C11.369 7.25 10.96 6.248 10.226 5.507 9.492 4.766 8.493 4.348 7.45 4.343 6.407 4.338 5.405 4.748 4.664 5.482 3.923 6.216 3.505 7.214 3.5 8.257 3.501 9.519 3.646 10.111 3.789 10.526 3.879 10.785 3.958 10.955 4.094 11.3 4.216 11.609 4.345 11.971 4.452 12.426 4.745 13.564 4.758 14.757 4.489 15.902L3.461 20.338C3.274 21.145 2.468 21.648 1.661 21.461.854 21.274.352 20.468.539 19.661L1.567 15.22 1.568 15.215C1.726 14.543 1.719 13.843 1.547 13.174 1.544 13.162 1.541 13.149 1.538 13.136 1.475 12.861 1.398 12.641 1.304 12.404 1.22 12.193 1.071 11.844.953 11.503.682 10.717.5 9.784.5 8.25V8.243L.51 7.9C.603 6.187 1.328 4.564 2.553 3.351 3.859 2.057 5.625 1.335 7.464 1.343 9.302 1.351 11.062 2.09 12.356 3.396 13.649 4.7 14.371 6.464 14.364 8.3V14C14.364 14.043 14.362 14.086 14.358 14.128 14.28 15.04 13.876 15.893 13.219 16.531 12.562 17.168 11.697 17.547 10.783 17.598 10.703 17.602 10.623 17.6 10.543 17.592L10.3 17.566V20C10.3 20.829 9.628 21.5 8.8 21.5 7.972 21.5 7.3 20.829 7.3 20ZM18.743 6.135C19.33 5.55 20.279 5.551 20.864 6.137 22.55 7.826 23.497 10.114 23.496 12.5 23.496 14.886 22.548 17.174 20.861 18.861 20.275 19.447 19.325 19.447 18.739 18.861 18.154 18.275 18.154 17.325 18.739 16.739 19.864 15.614 20.496 14.089 20.496 12.499L20.489 12.201C20.416 10.719 19.795 9.312 18.741 8.257 18.156 7.67 18.157 6.721 18.743 6.135Z", fill: "currentColor" }), (0, jsx_runtime_1.jsx)("path", { d: "M15.9037 8.97521C16.4835 8.38353 17.4331 8.37392 18.0248 8.95373C18.4969 9.4163 18.8727 9.96811 19.1303 10.5768C19.3877 11.1853 19.5224 11.8389 19.5258 12.4996C19.5291 13.1605 19.4012 13.8161 19.1498 14.4274C18.8984 15.0385 18.5283 15.5939 18.0609 16.0611C17.4751 16.6469 16.5246 16.646 15.9389 16.0602C15.3535 15.4743 15.3541 14.5247 15.9398 13.9391C16.1267 13.7522 16.2749 13.5301 16.3754 13.2858C16.4759 13.0414 16.5271 12.7794 16.5258 12.5152C16.5244 12.251 16.4705 11.9891 16.3676 11.7457C16.2646 11.5022 16.114 11.2813 15.9252 11.0963C15.3335 10.5165 15.3239 9.5669 15.9037 8.97521Z", fill: "currentColor" })] }));
42
42
  }
43
43
  if (type === "stroke") {
44
44
  return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M8.8 20V15.9L10.7 16.1C11.253 16.069 11.777 15.84 12.174 15.454 12.572 15.068 12.817 14.552 12.864 14V8.3C12.871 6.859 12.305 5.475 11.291 4.452 10.277 3.428 8.898 2.85 7.457 2.843 6.016 2.836 4.632 3.402 3.609 4.416 2.585 5.43 2.007 6.809 2 8.25 2 11.05 2.656 11.304 3 12.8 3.232 13.704 3.242 14.65 3.029 15.558L2 20M19.8 17.8C21.206 16.394 21.996 14.487 21.996 12.499 21.997 10.511 21.208 8.604 19.803 7.197M17 15C17.327 14.673 17.586 14.284 17.762 13.856 17.938 13.428 18.028 12.97 18.025 12.507 18.023 12.045 17.929 11.587 17.749 11.161 17.568 10.735 17.305 10.349 16.975 10.025", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
45
45
  }
46
46
  if (type === "stroke") {
47
- return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M8.8 20V15.9L10.7 16.1C11.253 16.069 11.777 15.84 12.174 15.454 12.572 15.068 12.817 14.552 12.864 14V8.3C12.871 6.859 12.305 5.475 11.291 4.452 10.277 3.428 8.898 2.85 7.457 2.843 6.016 2.836 4.632 3.402 3.609 4.416 2.585 5.43 2.007 6.809 2 8.25 2 11.05 2.656 11.304 3 12.8 3.232 13.704 3.242 14.65 3.029 15.558L2 20M19.8 17.8C21.206 16.394 21.996 14.487 21.996 12.499 21.997 10.511 21.208 8.604 19.803 7.197M17 15C17.327 14.673 17.586 14.284 17.762 13.856 17.938 13.428 18.028 12.97 18.025 12.507 18.023 12.045 17.929 11.587 17.749 11.161 17.568 10.735 17.306 10.349 16.975 10.025", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
47
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M8.8 20V15.9L10.7 16.1C11.253 16.069 11.777 15.84 12.174 15.454 12.572 15.068 12.817 14.552 12.864 14V8.3C12.871 6.859 12.305 5.475 11.291 4.452 10.277 3.428 8.898 2.85 7.457 2.843 6.016 2.836 4.632 3.402 3.609 4.416 2.585 5.43 2.007 6.809 2 8.25 2 11.05 2.656 11.304 3 12.8 3.232 13.704 3.242 14.65 3.029 15.558L2 20M19.8 17.8C21.206 16.394 21.996 14.487 21.996 12.499 21.997 10.511 21.208 8.604 19.803 7.197M17 15C17.327 14.673 17.586 14.284 17.762 13.856 17.938 13.429 18.028 12.97 18.025 12.507 18.023 12.045 17.929 11.587 17.749 11.161 17.568 10.735 17.306 10.349 16.975 10.025", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
48
48
  }
49
49
  console.error(`Speech doesn't support ${type}`);
50
50
  return null;
@@ -38,7 +38,7 @@ const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.Sun = React.forwardRef(function Sun({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
40
40
  if (type === "solid") {
41
- return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("g", { fill: "currentColor", clipPath: "url(#undefined-clip0_70_3514)", children: (0, jsx_runtime_1.jsx)("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" }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_70_3514", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
41
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("g", { fill: "currentColor", clipPath: "url(#undefined-clip0_70_3514)", children: (0, jsx_runtime_1.jsx)("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.991C3.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.595 20.716 19.545 20.131 20.131 19.545 20.716 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" }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_70_3514", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
42
42
  }
43
43
  if (type === "stroke") {
44
44
  return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 16C14.209 16 16 14.209 16 12 16 9.791 14.209 8 12 8 9.791 8 8 9.791 8 12 8 14.209 9.791 16 12 16ZM12 2V4M12 20V22M4.93 4.93 6.34 6.34M17.66 17.66 19.07 19.07M2 12H4M20 12H22M6.34 17.66 4.93 19.07M19.07 4.93 17.66 6.34", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
@@ -38,10 +38,10 @@ const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.SunMoon = React.forwardRef(function SunMoon({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
40
40
  if (type === "solid") {
41
- return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M10.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 4ZM14.837 16.385C14.591 17.424 14.071 18.379 13.333 19.15 12.594 19.922 11.663 20.482 10.636 20.773 9.608 21.065 8.522 21.077 7.488 20.808 6.455 20.539 5.512 19.999 4.756 19.244 4.001 18.489 3.461 17.546 3.192 16.512 2.923 15.479 2.935 14.392 3.226 13.365 3.517 12.337 4.078 11.406 4.849 10.667 5.62 9.929 6.575 9.409 7.614 9.163 8.238 9.016 8.584 9.823 8.329 10.411 8.011 11.147 7.921 11.961 8.071 12.749 8.222 13.537 8.605 14.261 9.172 14.828 9.739 15.395 10.463 15.778 11.251 15.928 12.039 16.078 12.853 15.988 13.589 15.67 14.178 15.415 14.985 15.76 14.837 16.385ZM14.5 12C14.5 11.337 14.236 10.701 13.768 10.232 13.299 9.764 12.663 9.5 12 9.5 11.172 9.5 10.5 8.828 10.5 8 10.5 7.172 11.172 6.5 12 6.5 13.459 6.5 14.857 7.08 15.889 8.111 16.92 9.143 17.5 10.541 17.5 12 17.5 12.828 16.828 13.5 16 13.5 15.172 13.5 14.5 12.828 14.5 12ZM17.939 3.939C18.525 3.354 19.475 3.354 20.06 3.939 20.646 4.525 20.646 5.475 20.06 6.061L18.805 7.316C18.219 7.902 17.269 7.902 16.683 7.316 16.098 6.731 16.098 5.781 16.683 5.195L17.939 3.939ZM22 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.5H22Z", fill: "currentColor" }) }));
41
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M10.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 4ZM14.837 16.385C14.591 17.424 14.071 18.379 13.333 19.15 12.594 19.922 11.663 20.482 10.636 20.773 9.608 21.065 8.522 21.077 7.488 20.808 6.455 20.539 5.512 19.999 4.756 19.244 4.001 18.489 3.461 17.546 3.192 16.512 2.923 15.479 2.935 14.392 3.226 13.365 3.517 12.337 4.078 11.406 4.849 10.668 5.62 9.929 6.575 9.41 7.614 9.163 8.238 9.016 8.584 9.823 8.329 10.411 8.011 11.147 7.921 11.962 8.071 12.749 8.222 13.537 8.605 14.261 9.172 14.828 9.739 15.395 10.463 15.778 11.251 15.928 12.039 16.078 12.853 15.989 13.589 15.67 14.178 15.415 14.985 15.76 14.837 16.385ZM14.5 12C14.5 11.337 14.236 10.701 13.768 10.232 13.299 9.764 12.663 9.5 12 9.5 11.172 9.5 10.5 8.828 10.5 8 10.5 7.172 11.172 6.5 12 6.5 13.459 6.5 14.857 7.08 15.889 8.111 16.92 9.143 17.5 10.541 17.5 12 17.5 12.828 16.828 13.5 16 13.5 15.172 13.5 14.5 12.828 14.5 12ZM17.939 3.939C18.525 3.354 19.475 3.354 20.06 3.939 20.646 4.525 20.646 5.475 20.06 6.061L18.805 7.316C18.219 7.902 17.269 7.902 16.683 7.316 16.098 6.731 16.098 5.781 16.683 5.195L17.939 3.939ZM22 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.5H22Z", fill: "currentColor" }) }));
42
42
  }
43
43
  if (type === "stroke") {
44
- return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 2V4M14.837 16.385C14.591 17.424 14.071 18.379 13.333 19.15 12.594 19.922 11.663 20.482 10.636 20.773 9.608 21.065 8.522 21.077 7.488 20.808 6.455 20.539 5.512 19.999 4.756 19.244 4.001 18.489 3.461 17.546 3.192 16.512 2.923 15.479 2.935 14.392 3.226 13.365 3.517 12.337 4.078 11.406 4.849 10.668 5.62 9.929 6.575 9.409 7.614 9.163 8.238 9.016 8.584 9.823 8.329 10.411 8.011 11.147 7.921 11.962 8.071 12.749 8.222 13.537 8.605 14.261 9.172 14.828 9.739 15.395 10.463 15.778 11.251 15.928 12.039 16.078 12.853 15.989 13.589 15.67 14.178 15.415 14.985 15.76 14.837 16.385ZM16 12C16 10.939 15.579 9.922 14.828 9.172 14.078 8.421 13.061 8 12 8M19 5 17.744 6.256M20 12H22", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
44
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 2V4M14.837 16.385C14.591 17.424 14.071 18.379 13.333 19.15 12.594 19.922 11.663 20.482 10.636 20.773 9.608 21.065 8.522 21.077 7.488 20.808 6.455 20.539 5.512 19.999 4.756 19.244 4.001 18.489 3.461 17.546 3.192 16.512 2.923 15.479 2.935 14.392 3.226 13.365 3.517 12.337 4.078 11.406 4.849 10.668 5.62 9.929 6.575 9.41 7.614 9.163 8.238 9.016 8.584 9.823 8.329 10.411 8.011 11.147 7.921 11.962 8.071 12.749 8.222 13.537 8.605 14.261 9.172 14.828 9.739 15.395 10.463 15.778 11.251 15.928 12.039 16.078 12.853 15.989 13.589 15.67 14.178 15.415 14.985 15.76 14.837 16.385ZM16 12C16 10.939 15.579 9.922 14.828 9.172 14.078 8.421 13.061 8 12 8M19 5 17.744 6.256M20 12H22", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
45
45
  }
46
46
  console.error(`SunMoon doesn't support ${type}`);
47
47
  return null;
@@ -43,6 +43,9 @@ exports.ZoomIn = React.forwardRef(function ZoomIn({ color = "currentColor", fill
43
43
  if (type === "stroke") {
44
44
  return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M11 19C15.418 19 19 15.418 19 11 19 6.582 15.418 3 11 3 6.582 3 3 6.582 3 11 3 15.418 6.582 19 11 19ZM21 21 16.65 16.65M11 8V14M8 11H14", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
45
45
  }
46
+ if (type === "stroke") {
47
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M11 19C15.418 19 19 15.418 19 11 19 6.582 15.418 3 11 3 6.582 3 3 6.582 3 11 3 15.418 6.582 19 11 19ZM21 21 16.65 16.65M11 8V14M8 11H14", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
48
+ }
46
49
  console.error(`ZoomIn doesn't support ${type}`);
47
50
  return null;
48
51
  });
@@ -43,6 +43,9 @@ exports.ZoomOut = React.forwardRef(function ZoomOut({ color = "currentColor", fi
43
43
  if (type === "stroke") {
44
44
  return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M11 19C15.418 19 19 15.418 19 11 19 6.582 15.418 3 11 3 6.582 3 3 6.582 3 11 3 15.418 6.582 19 11 19ZM21 21 16.65 16.65M8 11H14", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
45
45
  }
46
+ if (type === "stroke") {
47
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M11 19C15.418 19 19 15.418 19 11 19 6.582 15.418 3 11 3 6.582 3 3 6.582 3 11 3 15.418 6.582 19 11 19ZM21 21 16.65 16.65M8 11H14", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
48
+ }
46
49
  console.error(`ZoomOut doesn't support ${type}`);
47
50
  return null;
48
51
  });
@@ -38,10 +38,10 @@ const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.Badge = React.forwardRef(function Badge({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "stroke", ...props }, forwardedRef) {
40
40
  if (type === "solid") {
41
- return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.85001 8.61998C3.70405 7.9625 3.72646 7.27882 3.91517 6.63231C4.10387 5.98581 4.45276 5.39742 4.92948 4.9217C5.4062 4.44597 5.99532 4.09832 6.64222 3.91097C7.28911 3.72362 7.97284 3.70264 8.63001 3.84998C8.99172 3.28428 9.49001 2.81873 10.079 2.49626C10.6679 2.17379 11.3286 2.00476 12 2.00476C12.6715 2.00476 13.3321 2.17379 13.9211 2.49626C14.51 2.81873 15.0083 3.28428 15.37 3.84998C16.0282 3.702 16.7131 3.72288 17.361 3.91069C18.0089 4.09849 18.5988 4.44712 19.0759 4.92413C19.5529 5.40114 19.9015 5.99105 20.0893 6.63898C20.2771 7.28691 20.298 7.97181 20.15 8.62998C20.7157 8.99168 21.1812 9.48998 21.5037 10.0789C21.8262 10.6679 21.9952 11.3285 21.9952 12C21.9952 12.6714 21.8262 13.3321 21.5037 13.921C21.1812 14.51 20.7157 15.0083 20.15 15.37C20.2973 16.0271 20.2764 16.7109 20.089 17.3578C19.9017 18.0047 19.554 18.5938 19.0783 19.0705C18.6026 19.5472 18.0142 19.8961 17.3677 20.0848C16.7212 20.2735 16.0375 20.2959 15.38 20.15C15.0188 20.7178 14.5201 21.1854 13.9301 21.5093C13.3402 21.8332 12.678 22.003 12.005 22.003C11.332 22.003 10.6698 21.8332 10.0799 21.5093C9.48993 21.1854 8.99125 20.7178 8.63001 20.15C7.97284 20.2973 7.28911 20.2763 6.64222 20.089C5.99532 19.9016 5.4062 19.554 4.92948 19.0783C4.45276 18.6025 4.10387 18.0141 3.91517 17.3676C3.72646 16.7211 3.70405 16.0374 3.85001 15.38C3.27997 15.0192 2.81042 14.5201 2.48506 13.9292C2.15969 13.3382 1.98907 12.6746 1.98907 12C1.98907 11.3254 2.15969 10.6617 2.48506 10.0708C2.81042 9.4798 3.27997 8.98073 3.85001 8.61998Z", fill: "currentColor" }) }));
41
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.85001 8.62001C3.70405 7.96253 3.72646 7.27885 3.91517 6.63235C4.10387 5.98584 4.45276 5.39745 4.92948 4.92173C5.4062 4.446 5.99532 4.09835 6.64222 3.911C7.28911 3.72365 7.97284 3.70267 8.63001 3.85001C8.99172 3.28431 9.49001 2.81876 10.079 2.49629C10.6679 2.17382 11.3286 2.00479 12 2.00479C12.6715 2.00479 13.3321 2.17382 13.9211 2.49629C14.51 2.81876 15.0083 3.28431 15.37 3.85001C16.0282 3.70203 16.7131 3.72292 17.361 3.91072C18.0089 4.09852 18.5988 4.44715 19.0759 4.92416C19.5529 5.40117 19.9015 5.99108 20.0893 6.63901C20.2771 7.28694 20.298 7.97184 20.15 8.63001C20.7157 8.99171 21.1812 9.49001 21.5037 10.079C21.8262 10.6679 21.9952 11.3286 21.9952 12C21.9952 12.6715 21.8262 13.3321 21.5037 13.9211C21.1812 14.51 20.7157 15.0083 20.15 15.37C20.2973 16.0272 20.2764 16.7109 20.089 17.3578C19.9017 18.0047 19.554 18.5938 19.0783 19.0705C18.6026 19.5473 18.0142 19.8961 17.3677 20.0848C16.7212 20.2736 16.0375 20.296 15.38 20.15C15.0188 20.7179 14.5201 21.1854 13.9301 21.5093C13.3402 21.8332 12.678 22.0031 12.005 22.0031C11.332 22.0031 10.6698 21.8332 10.0799 21.5093C9.48993 21.1854 8.99125 20.7179 8.63001 20.15C7.97284 20.2973 7.28911 20.2764 6.64222 20.089C5.99532 19.9017 5.4062 19.554 4.92948 19.0783C4.45276 18.6026 4.10387 18.0142 3.91517 17.3677C3.72646 16.7212 3.70405 16.0375 3.85001 15.38C3.27997 15.0192 2.81042 14.5202 2.48506 13.9292C2.15969 13.3383 1.98907 12.6746 1.98907 12C1.98907 11.3254 2.15969 10.6617 2.48506 10.0708C2.81042 9.47983 3.27997 8.98076 3.85001 8.62001Z", fill: "currentColor" }) }));
42
42
  }
43
43
  if (type === "stroke") {
44
- return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.85001 8.62001C3.70405 7.96253 3.72646 7.27885 3.91517 6.63235C4.10387 5.98584 4.45276 5.39745 4.92948 4.92173C5.4062 4.446 5.99532 4.09835 6.64222 3.911C7.28911 3.72365 7.97284 3.70267 8.63001 3.85001C8.99172 3.28431 9.49001 2.81876 10.079 2.49629C10.6679 2.17382 11.3286 2.00479 12 2.00479C12.6715 2.00479 13.3321 2.17382 13.9211 2.49629C14.51 2.81876 15.0083 3.28431 15.37 3.85001C16.0282 3.70203 16.7131 3.72292 17.361 3.91072C18.0089 4.09852 18.5988 4.44715 19.0759 4.92416C19.5529 5.40117 19.9015 5.99108 20.0893 6.63901C20.2771 7.28694 20.298 7.97184 20.15 8.63001C20.7157 8.99171 21.1812 9.49001 21.5037 10.079C21.8262 10.6679 21.9952 11.3286 21.9952 12C21.9952 12.6715 21.8262 13.3321 21.5037 13.9211C21.1812 14.51 20.7157 15.0083 20.15 15.37C20.2973 16.0272 20.2764 16.7109 20.089 17.3578C19.9017 18.0047 19.554 18.5938 19.0783 19.0705C18.6026 19.5473 18.0142 19.8961 17.3677 20.0848C16.7212 20.2736 16.0375 20.296 15.38 20.15C15.0188 20.7179 14.5201 21.1854 13.9301 21.5093C13.3402 21.8332 12.678 22.0031 12.005 22.0031C11.332 22.0031 10.6698 21.8332 10.0799 21.5093C9.48993 21.1854 8.99125 20.7179 8.63001 20.15C7.97284 20.2973 7.28911 20.2764 6.64222 20.089C5.99532 19.9017 5.4062 19.554 4.92948 19.0783C4.45276 18.6026 4.10387 18.0142 3.91517 17.3677C3.72646 16.7212 3.70405 16.0375 3.85001 15.38C3.27997 15.0192 2.81042 14.5202 2.48506 13.9292C2.15969 13.3383 1.98907 12.6746 1.98907 12C1.98907 11.3254 2.15969 10.6617 2.48506 10.0708C2.81042 9.47983 3.27997 8.98076 3.85001 8.62001Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
44
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.85001 8.61998C3.70405 7.9625 3.72646 7.27882 3.91517 6.63231C4.10387 5.98581 4.45276 5.39742 4.92948 4.9217C5.4062 4.44597 5.99532 4.09832 6.64222 3.91097C7.28911 3.72362 7.97284 3.70264 8.63001 3.84998C8.99172 3.28428 9.49001 2.81873 10.079 2.49626C10.6679 2.17379 11.3286 2.00476 12 2.00476C12.6715 2.00476 13.3321 2.17379 13.9211 2.49626C14.51 2.81873 15.0083 3.28428 15.37 3.84998C16.0282 3.702 16.7131 3.72288 17.361 3.91069C18.0089 4.09849 18.5988 4.44712 19.0759 4.92413C19.5529 5.40114 19.9015 5.99105 20.0893 6.63898C20.2771 7.28691 20.298 7.97181 20.15 8.62998C20.7157 8.99168 21.1812 9.48998 21.5037 10.0789C21.8262 10.6679 21.9952 11.3285 21.9952 12C21.9952 12.6714 21.8262 13.3321 21.5037 13.921C21.1812 14.51 20.7157 15.0083 20.15 15.37C20.2973 16.0271 20.2764 16.7109 20.089 17.3578C19.9017 18.0047 19.554 18.5938 19.0783 19.0705C18.6026 19.5472 18.0142 19.8961 17.3677 20.0848C16.7212 20.2735 16.0375 20.2959 15.38 20.15C15.0188 20.7178 14.5201 21.1854 13.9301 21.5093C13.3402 21.8332 12.678 22.003 12.005 22.003C11.332 22.003 10.6698 21.8332 10.0799 21.5093C9.48993 21.1854 8.99125 20.7178 8.63001 20.15C7.97284 20.2973 7.28911 20.2763 6.64222 20.089C5.99532 19.9016 5.4062 19.554 4.92948 19.0783C4.45276 18.6025 4.10387 18.0141 3.91517 17.3676C3.72646 16.7211 3.70405 16.0374 3.85001 15.38C3.27997 15.0192 2.81042 14.5201 2.48506 13.9292C2.15969 13.3382 1.98907 12.6746 1.98907 12C1.98907 11.3254 2.15969 10.6617 2.48506 10.0708C2.81042 9.4798 3.27997 8.98073 3.85001 8.61998Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
45
45
  }
46
46
  console.error(`Badge doesn't support ${type}`);
47
47
  return null;
@@ -41,7 +41,7 @@ exports.BadgeAlert = React.forwardRef(function BadgeAlert({ color = "currentColo
41
41
  return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M12 2.00488C12.6714 2.00488 13.332 2.17369 13.9209 2.49609C14.5098 2.81853 15.0084 3.28401 15.3701 3.84961C16.0282 3.70168 16.7135 3.72335 17.3613 3.91113C18.0091 4.09897 18.5993 4.44692 19.0762 4.92383C19.5531 5.40074 19.901 5.9909 20.0889 6.63867C20.2767 7.28654 20.2983 7.97177 20.1504 8.62988C20.716 8.99158 21.1815 9.49023 21.5039 10.0791C21.8263 10.668 21.9951 11.3286 21.9951 12C21.9951 12.6714 21.8263 13.332 21.5039 13.9209C21.1815 14.5098 20.716 15.0084 20.1504 15.3701C20.2977 16.0271 20.2761 16.7107 20.0889 17.3574C19.9015 18.0043 19.5538 18.5936 19.0781 19.0703C18.6024 19.547 18.0137 19.8963 17.3672 20.085C16.7208 20.2735 16.0372 20.2963 15.3799 20.1504C15.0187 20.7181 14.5195 21.1859 13.9297 21.5098C13.3399 21.8335 12.6777 22.0029 12.0049 22.0029C11.332 22.0029 10.6699 21.8335 10.0801 21.5098C9.49021 21.1859 8.99111 20.7181 8.62988 20.1504C7.97288 20.2977 7.28932 20.2761 6.64258 20.0889C5.9957 19.9015 5.4064 19.5538 4.92969 19.0781C4.45297 18.6024 4.10374 18.0137 3.91504 17.3672C3.72646 16.7208 3.70368 16.0372 3.84961 15.3799C3.27971 15.0191 2.81065 14.5196 2.48535 13.9287C2.16008 13.3378 1.98926 12.6745 1.98926 12C1.98926 11.3254 2.15999 10.6613 2.48535 10.0703C2.81064 9.47968 3.27987 8.98076 3.84961 8.62012C3.70365 7.96264 3.72634 7.27834 3.91504 6.63184C4.10377 5.98549 4.45307 5.3975 4.92969 4.92188C5.40641 4.44616 5.99569 4.09848 6.64258 3.91113C7.28932 3.72388 7.97288 3.70235 8.62988 3.84961C8.99158 3.284 9.49022 2.81853 10.0791 2.49609C10.668 2.17369 11.3286 2.00488 12 2.00488ZM12 14.5C11.1716 14.5 10.5 15.1716 10.5 16C10.5 16.8284 11.1716 17.5 12 17.5H12.0098C12.8382 17.5 13.5098 16.8284 13.5098 16C13.5098 15.1716 12.8382 14.5 12.0098 14.5H12ZM12 6.5C11.1716 6.5 10.5 7.17157 10.5 8V12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12V8C13.5 7.17157 12.8284 6.5 12 6.5Z", fill: "currentColor" }) }));
42
42
  }
43
43
  if (type === "stroke") {
44
- return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.85 8.62C3.704 7.963 3.726 7.279 3.915 6.632 4.104 5.986 4.453 5.397 4.929 4.922 5.406 4.446 5.995 4.098 6.642 3.911 7.289 3.724 7.973 3.703 8.63 3.85 8.992 3.284 9.49 2.819 10.079 2.496 10.668 2.174 11.329 2.005 12 2.005 12.672 2.005 13.332 2.174 13.921 2.496 14.51 2.819 15.008 3.284 15.37 3.85 16.028 3.702 16.713 3.723 17.361 3.911 18.009 4.099 18.599 4.447 19.076 4.924 19.553 5.401 19.902 5.991 20.089 6.639 20.277 7.287 20.298 7.972 20.15 8.63 20.716 8.992 21.181 9.49 21.504 10.079 21.826 10.668 21.995 11.329 21.995 12 21.995 12.672 21.826 13.332 21.504 13.921 21.181 14.51 20.716 15.008 20.15 15.37 20.297 16.027 20.276 16.711 20.089 17.358 19.902 18.005 19.554 18.594 19.078 19.071 18.603 19.547 18.014 19.896 17.368 20.085 16.721 20.274 16.038 20.296 15.38 20.15 15.019 20.718 14.52 21.185 13.93 21.509 13.34 21.833 12.678 22.003 12.005 22.003 11.332 22.003 10.67 21.833 10.08 21.509 9.49 21.185 8.991 20.718 8.63 20.15 7.973 20.297 7.289 20.276 6.642 20.089 5.995 19.902 5.406 19.554 4.929 19.078 4.453 18.603 4.104 18.014 3.915 17.368 3.726 16.721 3.704 16.038 3.85 15.38 3.28 15.019 2.81 14.52 2.485 13.929 2.16 13.338 1.989 12.675 1.989 12 1.989 11.325 2.16 10.662 2.485 10.071 2.81 9.48 3.28 8.981 3.85 8.62ZM12 8V12M12 16H12.01", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
44
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.85 8.62C3.704 7.963 3.726 7.279 3.915 6.632 4.104 5.986 4.453 5.397 4.929 4.922 5.406 4.446 5.995 4.098 6.642 3.911 7.289 3.724 7.973 3.703 8.63 3.85 8.992 3.284 9.49 2.819 10.079 2.496 10.668 2.174 11.329 2.005 12 2.005 12.672 2.005 13.332 2.174 13.921 2.496 14.51 2.819 15.008 3.284 15.37 3.85 16.028 3.702 16.713 3.723 17.361 3.911 18.009 4.098 18.599 4.447 19.076 4.924 19.553 5.401 19.902 5.991 20.089 6.639 20.277 7.287 20.298 7.972 20.15 8.63 20.716 8.992 21.181 9.49 21.504 10.079 21.826 10.668 21.995 11.329 21.995 12 21.995 12.671 21.826 13.332 21.504 13.921 21.181 14.51 20.716 15.008 20.15 15.37 20.297 16.027 20.276 16.711 20.089 17.358 19.902 18.005 19.554 18.594 19.078 19.071 18.603 19.547 18.014 19.896 17.368 20.085 16.721 20.274 16.038 20.296 15.38 20.15 15.019 20.718 14.52 21.185 13.93 21.509 13.34 21.833 12.678 22.003 12.005 22.003 11.332 22.003 10.67 21.833 10.08 21.509 9.49 21.185 8.991 20.718 8.63 20.15 7.973 20.297 7.289 20.276 6.642 20.089 5.995 19.902 5.406 19.554 4.929 19.078 4.453 18.603 4.104 18.014 3.915 17.368 3.726 16.721 3.704 16.037 3.85 15.38 3.28 15.019 2.81 14.52 2.485 13.929 2.16 13.338 1.989 12.675 1.989 12 1.989 11.325 2.16 10.662 2.485 10.071 2.81 9.48 3.28 8.981 3.85 8.62ZM12 8V12M12 16H12.01", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
45
45
  }
46
46
  console.error(`BadgeAlert doesn't support ${type}`);
47
47
  return null;
@@ -41,7 +41,7 @@ exports.BellDot = React.forwardRef(function BellDot({ color = "currentColor", fi
41
41
  return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "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.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" }), (0, jsx_runtime_1.jsx)("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" })] }));
42
42
  }
43
43
  if (type === "stroke") {
44
- return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M10.268 21C10.444 21.304 10.696 21.557 11 21.732 11.304 21.908 11.649 22 12 22 12.351 22 12.696 21.908 13 21.732 13.304 21.557 13.557 21.304 13.732 21M13.916 2.314C13.014 2.01 12.052 1.925 11.11 2.066 10.168 2.208 9.273 2.571 8.5 3.127 7.726 3.682 7.096 4.414 6.661 5.261 6.227 6.109 6 7.048 6 8 6 12.499 4.589 13.956 3.26 15.327 3.13 15.47 3.044 15.649 3.013 15.84 2.982 16.031 3.007 16.227 3.085 16.405 3.164 16.582 3.292 16.732 3.454 16.838 3.617 16.944 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 20.534 15.115 20.339 14.893 20.155 14.662", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M18 11C19.6569 11 21 9.65685 21 8C21 6.34315 19.6569 5 18 5C16.3431 5 15 6.34315 15 8C15 9.65685 16.3431 11 18 11Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
44
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M10.268 21C10.444 21.304 10.696 21.557 11 21.732 11.304 21.908 11.649 22 12 22 12.351 22 12.696 21.908 13 21.732 13.304 21.557 13.557 21.304 13.732 21M13.916 2.314C13.014 2.01 12.052 1.925 11.11 2.066 10.168 2.208 9.273 2.571 8.5 3.127 7.726 3.682 7.096 4.414 6.661 5.262 6.227 6.109 6 7.048 6 8 6 12.499 4.589 13.956 3.26 15.327 3.13 15.47 3.044 15.649 3.013 15.84 2.982 16.031 3.007 16.227 3.085 16.405 3.164 16.582 3.292 16.732 3.454 16.838 3.617 16.944 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 20.534 15.115 20.339 14.893 20.155 14.662", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M18 11C19.6569 11 21 9.65685 21 8C21 6.34315 19.6569 5 18 5C16.3431 5 15 6.34315 15 8C15 9.65685 16.3431 11 18 11Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" })] }));
45
45
  }
46
46
  console.error(`BellDot doesn't support ${type}`);
47
47
  return null;
@@ -37,7 +37,7 @@ exports.HeartHandshake = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.HeartHandshake = React.forwardRef(function HeartHandshake({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M19.414 14.414C21 12.828 22 11.5 22 9.49999C22 8.38719 21.6624 7.30057 21.0319 6.38366C20.4013 5.46674 19.5075 4.76265 18.4684 4.36439C17.4293 3.96613 16.2938 3.89244 15.212 4.15304C14.1301 4.41364 13.1528 4.99627 12.409 5.82399M19.414 14.414C19.2168 14.6113 18.9826 14.7677 18.7249 14.8745C18.4672 14.9813 18.191 15.0362 17.912 15.0362C17.633 15.0362 17.3568 14.9813 17.0991 14.8745C16.8414 14.7677 16.6072 14.6113 16.41 14.414C16.6235 14.6071 16.7956 14.8416 16.9157 15.1032C17.0358 15.3649 17.1015 15.6482 17.1087 15.9361C17.116 16.2239 17.0646 16.5102 16.9578 16.7775C16.851 17.0449 16.6909 17.2877 16.4873 17.4913C16.2837 17.6949 16.0409 17.855 15.7735 17.9618C15.5062 18.0686 15.2199 18.12 14.9321 18.1127C14.6443 18.1055 14.3609 18.0398 14.0993 17.9197C13.8376 17.7996 13.6031 17.6275 13.41 17.414C13.6074 17.6106 13.7641 17.8442 13.8712 18.1015C13.9782 18.3587 14.0335 18.6345 14.0339 18.9132C14.0342 19.1918 13.9797 19.4678 13.8733 19.7253C13.767 19.9828 13.6109 20.2168 13.414 20.414C13.224 20.6041 12.9976 20.7539 12.7484 20.8545C12.4991 20.9552 12.2322 21.0045 11.9635 20.9997C11.6947 20.9948 11.4297 20.9358 11.1843 20.8263C10.9389 20.7167 10.718 20.5588 10.535 20.362L5 15C3.5 13.5 2 11.8 2 9.49999C2.00022 8.38728 2.33794 7.3008 2.96856 6.38404C3.59917 5.46727 4.49303 4.76335 5.53208 4.36521C6.57112 3.96708 7.7065 3.89346 8.78826 4.15409C9.87002 4.41472 10.8473 4.99733 11.591 5.82499C11.7022 5.92833 11.8484 5.98568 12.0002 5.98549C12.152 5.98531 12.2981 5.9276 12.409 5.82399M19.414 14.414C19.7889 14.0389 19.9996 13.5303 19.9996 13C19.9996 12.4697 19.7889 11.961 19.414 11.586L17.533 9.70399C17.3092 9.48009 17.0435 9.30248 16.751 9.1813C16.4585 9.06012 16.1451 8.99775 15.8285 8.99775C15.5119 8.99775 15.1985 9.06012 14.906 9.1813C14.6135 9.30248 14.3478 9.48009 14.124 9.70399L12.414 11.414C12.0389 11.7889 11.5303 11.9996 11 11.9996C10.4697 11.9996 9.96106 11.7889 9.586 11.414C9.21106 11.0389 9.00043 10.5303 9.00043 9.99999C9.00043 9.46966 9.21106 8.96105 9.586 8.58599L12.409 5.82399", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M19.414 14.414C21 12.828 22 11.5 22 9.50002C22 8.38722 21.6624 7.30061 21.0319 6.38369C20.4013 5.46677 19.5075 4.76268 18.4684 4.36442C17.4293 3.96616 16.2938 3.89247 15.212 4.15307C14.1301 4.41367 13.1528 4.9963 12.409 5.82402M19.414 14.414C19.2168 14.6113 18.9826 14.7678 18.7249 14.8745C18.4672 14.9813 18.191 15.0362 17.912 15.0362C17.633 15.0362 17.3568 14.9813 17.0991 14.8745C16.8414 14.7678 16.6072 14.6113 16.41 14.414C16.6235 14.6071 16.7956 14.8416 16.9157 15.1033C17.0358 15.3649 17.1015 15.6483 17.1087 15.9361C17.116 16.2239 17.0646 16.5102 16.9578 16.7776C16.851 17.0449 16.6909 17.2878 16.4873 17.4913C16.2837 17.6949 16.0409 17.855 15.7735 17.9618C15.5062 18.0686 15.2199 18.12 14.9321 18.1128C14.6443 18.1055 14.3609 18.0399 14.0993 17.9198C13.8376 17.7996 13.6031 17.6276 13.41 17.414C13.6074 17.6107 13.7641 17.8443 13.8712 18.1015C13.9782 18.3588 14.0335 18.6346 14.0339 18.9132C14.0342 19.1918 13.9797 19.4678 13.8733 19.7253C13.767 19.9828 13.6109 20.2169 13.414 20.414C13.224 20.6041 12.9976 20.7539 12.7484 20.8546C12.4991 20.9552 12.2322 21.0046 11.9635 20.9997C11.6947 20.9948 11.4297 20.9359 11.1843 20.8263C10.9389 20.7168 10.718 20.5588 10.535 20.362L5 15C3.5 13.5 2 11.8 2 9.50002C2.00022 8.38731 2.33794 7.30083 2.96856 6.38407C3.59917 5.4673 4.49303 4.76338 5.53208 4.36524C6.57112 3.96711 7.7065 3.8935 8.78826 4.15412C9.87002 4.41475 10.8473 4.99737 11.591 5.82502C11.7022 5.92836 11.8484 5.98571 12.0002 5.98552C12.152 5.98534 12.2981 5.92763 12.409 5.82402M19.414 14.414C19.7889 14.039 19.9996 13.5304 19.9996 13C19.9996 12.4697 19.7889 11.9611 19.414 11.586L17.533 9.70402C17.3092 9.48012 17.0435 9.30251 16.751 9.18133C16.4585 9.06015 16.1451 8.99778 15.8285 8.99778C15.5119 8.99778 15.1985 9.06015 14.906 9.18133C14.6135 9.30251 14.3478 9.48012 14.124 9.70402L12.414 11.414C12.0389 11.789 11.5303 11.9996 11 11.9996C10.4697 11.9996 9.96106 11.789 9.586 11.414C9.21106 11.039 9.00043 10.5304 9.00043 10C9.00043 9.46969 9.21106 8.96108 9.586 8.58602L12.409 5.82402", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }) }));
41
41
  });
42
42
  exports.HeartHandshake.displayName = "HeartHandshake";
43
43
  exports.HeartHandshake.metadata = {