@kolkrabbi/kol-loader 0.1.0

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 (2263) hide show
  1. package/README.md +24 -0
  2. package/package.json +35 -0
  3. package/src/Icon.jsx +122 -0
  4. package/src/index.js +452 -0
  5. package/src/solid/actions/check.svg +1 -0
  6. package/src/solid/actions/clipboard-check.svg +1 -0
  7. package/src/solid/actions/cloud-upload.svg +1 -0
  8. package/src/solid/actions/copy.svg +1 -0
  9. package/src/solid/actions/cross-alt.svg +1 -0
  10. package/src/solid/actions/cross.svg +1 -0
  11. package/src/solid/actions/download.svg +1 -0
  12. package/src/solid/actions/edit.svg +1 -0
  13. package/src/solid/actions/enter.svg +1 -0
  14. package/src/solid/actions/exit.svg +1 -0
  15. package/src/solid/actions/filter-alt.svg +1 -0
  16. package/src/solid/actions/filter.svg +1 -0
  17. package/src/solid/actions/maximize.svg +1 -0
  18. package/src/solid/actions/minimize.svg +1 -0
  19. package/src/solid/actions/minus.svg +1 -0
  20. package/src/solid/actions/move.svg +1 -0
  21. package/src/solid/actions/plus.svg +1 -0
  22. package/src/solid/actions/redo.svg +1 -0
  23. package/src/solid/actions/refresh.svg +1 -0
  24. package/src/solid/actions/rotate-alt.svg +1 -0
  25. package/src/solid/actions/rotate-left.svg +1 -0
  26. package/src/solid/actions/rotate-right.svg +1 -0
  27. package/src/solid/actions/rotate.svg +1 -0
  28. package/src/solid/actions/save.svg +1 -0
  29. package/src/solid/actions/search-1.svg +1 -0
  30. package/src/solid/actions/search-circle.svg +1 -0
  31. package/src/solid/actions/search-line.svg +1 -0
  32. package/src/solid/actions/search.svg +1 -0
  33. package/src/solid/actions/settings-01.svg +1 -0
  34. package/src/solid/actions/settings-02.svg +1 -0
  35. package/src/solid/actions/share.svg +1 -0
  36. package/src/solid/actions/snap.svg +1 -0
  37. package/src/solid/actions/swap.svg +1 -0
  38. package/src/solid/actions/trash-1.svg +1 -0
  39. package/src/solid/actions/trash-alt.svg +1 -0
  40. package/src/solid/actions/trash.svg +1 -0
  41. package/src/solid/actions/undo.svg +1 -0
  42. package/src/solid/actions/upload-1.svg +1 -0
  43. package/src/solid/actions/upload-2.svg +1 -0
  44. package/src/solid/actions/upload-3.svg +1 -0
  45. package/src/solid/actions/upload.svg +1 -0
  46. package/src/solid/actions/zoom-in.svg +1 -0
  47. package/src/solid/actions/zoom-magnify.svg +1 -0
  48. package/src/solid/actions/zoom-out.svg +1 -0
  49. package/src/solid/brand/facebook.svg +1 -0
  50. package/src/solid/brand/instagram.svg +1 -0
  51. package/src/solid/brand/linkedin.svg +1 -0
  52. package/src/solid/brand/messenger.svg +1 -0
  53. package/src/solid/brand/signature-thick.svg +1 -0
  54. package/src/solid/brand/snapchat.svg +1 -0
  55. package/src/solid/brand/tiktok.svg +1 -0
  56. package/src/solid/brand/twitter.svg +1 -0
  57. package/src/solid/brand/youtube.svg +1 -0
  58. package/src/solid/commerce/card.svg +1 -0
  59. package/src/solid/commerce/cash.svg +1 -0
  60. package/src/solid/commerce/credit-card-1.svg +1 -0
  61. package/src/solid/commerce/credit-card.svg +1 -0
  62. package/src/solid/commerce/dollar-sign.svg +1 -0
  63. package/src/solid/commerce/gift.svg +1 -0
  64. package/src/solid/commerce/package.svg +1 -0
  65. package/src/solid/commerce/receipt-refund.svg +1 -0
  66. package/src/solid/commerce/receipt.svg +1 -0
  67. package/src/solid/commerce/shopping-bag.svg +1 -0
  68. package/src/solid/commerce/shopping-basket-1.svg +1 -0
  69. package/src/solid/commerce/shopping-basket-2.svg +1 -0
  70. package/src/solid/commerce/shopping-basket.svg +1 -0
  71. package/src/solid/commerce/shopping-cart.svg +1 -0
  72. package/src/solid/commerce/tag.svg +1 -0
  73. package/src/solid/communication/alarm-bell.svg +1 -0
  74. package/src/solid/communication/chat-alt-2.svg +3 -0
  75. package/src/solid/communication/chat-alt.svg +3 -0
  76. package/src/solid/communication/chat.svg +3 -0
  77. package/src/solid/communication/dialpad-alt.svg +9 -0
  78. package/src/solid/communication/dialpad.svg +3 -0
  79. package/src/solid/communication/dual-opponent.svg +1 -0
  80. package/src/solid/communication/in-going.svg +1 -0
  81. package/src/solid/communication/interactive.svg +1 -0
  82. package/src/solid/communication/mail-open.svg +3 -0
  83. package/src/solid/communication/mail.svg +1 -0
  84. package/src/solid/communication/message-circle.svg +1 -0
  85. package/src/solid/communication/message-rounded-add.svg +4 -0
  86. package/src/solid/communication/message-rounded-error.svg +4 -0
  87. package/src/solid/communication/message-square.svg +1 -0
  88. package/src/solid/communication/paper-plane.svg +3 -0
  89. package/src/solid/communication/phone.svg +1 -0
  90. package/src/solid/communication/send.svg +1 -0
  91. package/src/solid/communication/share-shape.svg +3 -0
  92. package/src/solid/communication/share.svg +3 -0
  93. package/src/solid/communication/speakerphone.svg +3 -0
  94. package/src/solid/communication/thumb-down.svg +3 -0
  95. package/src/solid/communication/thumb-up.svg +3 -0
  96. package/src/solid/communication/voicemail.svg +3 -0
  97. package/src/solid/cursor/crosshair.svg +1 -0
  98. package/src/solid/cursor/hand.svg +1 -0
  99. package/src/solid/cursor/mouse-alt.svg +1 -0
  100. package/src/solid/cursor/mouse.svg +1 -0
  101. package/src/solid/cursor/navigation-pointer-01.svg +1 -0
  102. package/src/solid/cursor/navigation-pointer-02.svg +1 -0
  103. package/src/solid/cursor/navigation.svg +1 -0
  104. package/src/solid/cursor/pointer-1.svg +1 -0
  105. package/src/solid/cursor/pointer-2.svg +1 -0
  106. package/src/solid/cursor/pointer-custom.svg +1 -0
  107. package/src/solid/cursor/pointer-mirrored.svg +1 -0
  108. package/src/solid/cursor/pointer-node.svg +1 -0
  109. package/src/solid/cursor/pointer-selector.svg +1 -0
  110. package/src/solid/cursor/pointer.svg +1 -0
  111. package/src/solid/cursor/target-lock.svg +1 -0
  112. package/src/solid/editing/adjust.svg +1 -0
  113. package/src/solid/editing/al-1.svg +4 -0
  114. package/src/solid/editing/al-2.svg +4 -0
  115. package/src/solid/editing/align-center.svg +1 -0
  116. package/src/solid/editing/align-left.svg +1 -0
  117. package/src/solid/editing/align-right.svg +1 -0
  118. package/src/solid/editing/anchor.svg +3 -0
  119. package/src/solid/editing/annotation.svg +3 -0
  120. package/src/solid/editing/arrow-from-bottom.svg +3 -0
  121. package/src/solid/editing/arrow-from-left.svg +3 -0
  122. package/src/solid/editing/arrow-from-right.svg +3 -0
  123. package/src/solid/editing/arrow-from-top.svg +3 -0
  124. package/src/solid/editing/bold.svg +1 -0
  125. package/src/solid/editing/boolean-exclude.svg +1 -0
  126. package/src/solid/editing/boolean-intersect.svg +1 -0
  127. package/src/solid/editing/boolean-merge.svg +1 -0
  128. package/src/solid/editing/boolean-minus-back.svg +1 -0
  129. package/src/solid/editing/boolean-minus-front.svg +1 -0
  130. package/src/solid/editing/boolean-outline.svg +1 -0
  131. package/src/solid/editing/boolean-trim.svg +1 -0
  132. package/src/solid/editing/boolean-unite.svg +1 -0
  133. package/src/solid/editing/broom.svg +3 -0
  134. package/src/solid/editing/brush-alt.svg +3 -0
  135. package/src/solid/editing/brush.svg +1 -0
  136. package/src/solid/editing/bucket.svg +3 -0
  137. package/src/solid/editing/bullseye.svg +5 -0
  138. package/src/solid/editing/calc-1.svg +3 -0
  139. package/src/solid/editing/calc-2.svg +3 -0
  140. package/src/solid/editing/check-set-3.svg +3 -0
  141. package/src/solid/editing/color-01.svg +3 -0
  142. package/src/solid/editing/color-02.svg +7 -0
  143. package/src/solid/editing/color-03.svg +3 -0
  144. package/src/solid/editing/color-fill.svg +1 -0
  145. package/src/solid/editing/color-swatch.svg +3 -0
  146. package/src/solid/editing/color-swatches.svg +3 -0
  147. package/src/solid/editing/color.svg +1 -0
  148. package/src/solid/editing/corner-diag.svg +1 -0
  149. package/src/solid/editing/cut.svg +4 -0
  150. package/src/solid/editing/edit-1.svg +3 -0
  151. package/src/solid/editing/edit-2.svg +3 -0
  152. package/src/solid/editing/edit-3.svg +3 -0
  153. package/src/solid/editing/edit-alt.svg +3 -0
  154. package/src/solid/editing/edit.svg +4 -0
  155. package/src/solid/editing/element-1.svg +3 -0
  156. package/src/solid/editing/exclude.svg +3 -0
  157. package/src/solid/editing/eyedrop.svg +3 -0
  158. package/src/solid/editing/eyedropper.svg +3 -0
  159. package/src/solid/editing/flip-x.svg +1 -0
  160. package/src/solid/editing/flip-y.svg +1 -0
  161. package/src/solid/editing/highlight.svg +3 -0
  162. package/src/solid/editing/highlightercircle.svg +3 -0
  163. package/src/solid/editing/intersect-1.svg +3 -0
  164. package/src/solid/editing/intersect.svg +3 -0
  165. package/src/solid/editing/italic.svg +1 -0
  166. package/src/solid/editing/label.svg +3 -0
  167. package/src/solid/editing/list-ordered.svg +1 -0
  168. package/src/solid/editing/list-unordered.svg +1 -0
  169. package/src/solid/editing/magnet.svg +3 -0
  170. package/src/solid/editing/magnetstraight.svg +3 -0
  171. package/src/solid/editing/markercircle.svg +3 -0
  172. package/src/solid/editing/math-3.svg +3 -0
  173. package/src/solid/editing/math-collection.svg +3 -0
  174. package/src/solid/editing/math.svg +3 -0
  175. package/src/solid/editing/measure.svg +3 -0
  176. package/src/solid/editing/minus-back.svg +3 -0
  177. package/src/solid/editing/minus-front.svg +3 -0
  178. package/src/solid/editing/minus-set-3.svg +3 -0
  179. package/src/solid/editing/mult-set-3.svg +3 -0
  180. package/src/solid/editing/paint-roll.svg +4 -0
  181. package/src/solid/editing/paint.svg +3 -0
  182. package/src/solid/editing/paintbrushbroad.svg +3 -0
  183. package/src/solid/editing/palette.svg +1 -0
  184. package/src/solid/editing/pen-copy.svg +3 -0
  185. package/src/solid/editing/pen.svg +1 -0
  186. package/src/solid/editing/pencil.svg +1 -0
  187. package/src/solid/editing/pencilcircle.svg +3 -0
  188. package/src/solid/editing/pencilline.svg +3 -0
  189. package/src/solid/editing/pencilsimple.svg +3 -0
  190. package/src/solid/editing/pennib.svg +3 -0
  191. package/src/solid/editing/pennibstraight.svg +3 -0
  192. package/src/solid/editing/perc.svg +3 -0
  193. package/src/solid/editing/plus-set-3.svg +3 -0
  194. package/src/solid/editing/pushpin.svg +3 -0
  195. package/src/solid/editing/registered.svg +4 -0
  196. package/src/solid/editing/result.svg +3 -0
  197. package/src/solid/editing/ruler-combined.svg +3 -0
  198. package/src/solid/editing/ruler-trinangle.svg +3 -0
  199. package/src/solid/editing/ruler.svg +3 -0
  200. package/src/solid/editing/scissors-1.svg +3 -0
  201. package/src/solid/editing/scissors.svg +10 -0
  202. package/src/solid/editing/size.svg +3 -0
  203. package/src/solid/editing/slider-shape.svg +3 -0
  204. package/src/solid/editing/solid-1.svg +13 -0
  205. package/src/solid/editing/solid.svg +11 -0
  206. package/src/solid/editing/spray-can.svg +3 -0
  207. package/src/solid/editing/text-01.svg +1 -0
  208. package/src/solid/editing/text-02.svg +1 -0
  209. package/src/solid/editing/trim.svg +3 -0
  210. package/src/solid/editing/type-01.svg +1 -0
  211. package/src/solid/editing/type-02.svg +1 -0
  212. package/src/solid/editing/type-03.svg +1 -0
  213. package/src/solid/editing/underline.svg +1 -0
  214. package/src/solid/files/add-file.svg +1 -0
  215. package/src/solid/files/archive.svg +3 -0
  216. package/src/solid/files/attachment.svg +1 -0
  217. package/src/solid/files/book-open.svg +1 -0
  218. package/src/solid/files/bookmark-alt.svg +3 -0
  219. package/src/solid/files/bookmark.svg +1 -0
  220. package/src/solid/files/briefcase.svg +3 -0
  221. package/src/solid/files/clipboard-1.svg +1 -0
  222. package/src/solid/files/clipboard-2.svg +1 -0
  223. package/src/solid/files/document-report.svg +3 -0
  224. package/src/solid/files/document.svg +3 -0
  225. package/src/solid/files/file-image.svg +1 -0
  226. package/src/solid/files/file-text.svg +1 -0
  227. package/src/solid/files/file-video.svg +1 -0
  228. package/src/solid/files/file.svg +1 -0
  229. package/src/solid/files/files-01.svg +3 -0
  230. package/src/solid/files/files-02.svg +3 -0
  231. package/src/solid/files/files-03.svg +3 -0
  232. package/src/solid/files/files-04.svg +3 -0
  233. package/src/solid/files/folder-01.svg +1 -0
  234. package/src/solid/files/folder-02.svg +1 -0
  235. package/src/solid/files/folder-add.svg +3 -0
  236. package/src/solid/files/folder-open.svg +1 -0
  237. package/src/solid/files/folder.svg +3 -0
  238. package/src/solid/files/img-01.svg +3 -0
  239. package/src/solid/files/img-02.svg +3 -0
  240. package/src/solid/files/img-03.svg +3 -0
  241. package/src/solid/files/journal.svg +1 -0
  242. package/src/solid/files/manual-empty.svg +1 -0
  243. package/src/solid/files/page.svg +1 -0
  244. package/src/solid/files/project-1.svg +3 -0
  245. package/src/solid/files/project-2.svg +3 -0
  246. package/src/solid/files/project.svg +3 -0
  247. package/src/solid/layout/align-bottom.svg +1 -0
  248. package/src/solid/layout/align-center.svg +1 -0
  249. package/src/solid/layout/align-horizontal-center.svg +1 -0
  250. package/src/solid/layout/align-horizontal-left.svg +1 -0
  251. package/src/solid/layout/align-horizontal-right.svg +1 -0
  252. package/src/solid/layout/align-left.svg +1 -0
  253. package/src/solid/layout/align-middle.svg +1 -0
  254. package/src/solid/layout/align-right.svg +1 -0
  255. package/src/solid/layout/align-top.svg +1 -0
  256. package/src/solid/layout/align-vertical-bottom.svg +1 -0
  257. package/src/solid/layout/align-vertical-center.svg +1 -0
  258. package/src/solid/layout/align-vertical-top.svg +1 -0
  259. package/src/solid/layout/alignbottom.svg +4 -0
  260. package/src/solid/layout/aligncenterhorizontal.svg +4 -0
  261. package/src/solid/layout/aligncentervertical.svg +4 -0
  262. package/src/solid/layout/alignleft-1.svg +4 -0
  263. package/src/solid/layout/alignleft.svg +4 -0
  264. package/src/solid/layout/alignright-1.svg +4 -0
  265. package/src/solid/layout/alignright.svg +4 -0
  266. package/src/solid/layout/aligntop.svg +4 -0
  267. package/src/solid/layout/auto-layout.svg +1 -0
  268. package/src/solid/layout/border-all.svg +1 -0
  269. package/src/solid/layout/border-bottom.svg +1 -0
  270. package/src/solid/layout/border-inner.svg +1 -0
  271. package/src/solid/layout/border-left.svg +1 -0
  272. package/src/solid/layout/border-none.svg +1 -0
  273. package/src/solid/layout/border-outer.svg +1 -0
  274. package/src/solid/layout/border-radius.svg +1 -0
  275. package/src/solid/layout/border-right.svg +1 -0
  276. package/src/solid/layout/border-top.svg +1 -0
  277. package/src/solid/layout/carousel.svg +3 -0
  278. package/src/solid/layout/category-alt.svg +3 -0
  279. package/src/solid/layout/category.svg +3 -0
  280. package/src/solid/layout/collapse-alt.svg +1 -0
  281. package/src/solid/layout/collapse-horizontal.svg +1 -0
  282. package/src/solid/layout/collapse-vertical.svg +1 -0
  283. package/src/solid/layout/collapse.svg +1 -0
  284. package/src/solid/layout/collection.svg +3 -0
  285. package/src/solid/layout/columns.svg +1 -0
  286. package/src/solid/layout/component.svg +1 -0
  287. package/src/solid/layout/dock-bottom.svg +3 -0
  288. package/src/solid/layout/dock-left.svg +3 -0
  289. package/src/solid/layout/dock-right.svg +3 -0
  290. package/src/solid/layout/dock-top.svg +3 -0
  291. package/src/solid/layout/expand-alt.svg +1 -0
  292. package/src/solid/layout/expand-horizontal.svg +1 -0
  293. package/src/solid/layout/expand-vertical.svg +1 -0
  294. package/src/solid/layout/expand.svg +1 -0
  295. package/src/solid/layout/fatrows.svg +3 -0
  296. package/src/solid/layout/grid-01.svg +1 -0
  297. package/src/solid/layout/grid-02.svg +1 -0
  298. package/src/solid/layout/grid-03.svg +1 -0
  299. package/src/solid/layout/grid-04.svg +1 -0
  300. package/src/solid/layout/grid-05.svg +1 -0
  301. package/src/solid/layout/grid-06.svg +1 -0
  302. package/src/solid/layout/grid-alt.svg +3 -0
  303. package/src/solid/layout/grid-horizontal.svg +3 -0
  304. package/src/solid/layout/grid-small.svg +3 -0
  305. package/src/solid/layout/grid-vertical.svg +3 -0
  306. package/src/solid/layout/grid.svg +1 -0
  307. package/src/solid/layout/horizontal-center.svg +3 -0
  308. package/src/solid/layout/horizontal-left.svg +3 -0
  309. package/src/solid/layout/horizontal-right.svg +3 -0
  310. package/src/solid/layout/layers.svg +1 -0
  311. package/src/solid/layout/layout-01.svg +1 -0
  312. package/src/solid/layout/layout-02.svg +1 -0
  313. package/src/solid/layout/layout-03.svg +1 -0
  314. package/src/solid/layout/layout.svg +1 -0
  315. package/src/solid/layout/list-01.svg +1 -0
  316. package/src/solid/layout/list-02.svg +1 -0
  317. package/src/solid/layout/menu-1.svg +3 -0
  318. package/src/solid/layout/menu-2.svg +3 -0
  319. package/src/solid/layout/menu-3.svg +3 -0
  320. package/src/solid/layout/more-horizontal.svg +1 -0
  321. package/src/solid/layout/more-vertical.svg +1 -0
  322. package/src/solid/layout/move-collection.svg +3 -0
  323. package/src/solid/layout/move-horizontal.svg +1 -0
  324. package/src/solid/layout/move-vertical.svg +1 -0
  325. package/src/solid/layout/move.svg +1 -0
  326. package/src/solid/layout/objects-horizontal-center.svg +3 -0
  327. package/src/solid/layout/objects-horizontal-left.svg +3 -0
  328. package/src/solid/layout/objects-horizontal-right.svg +3 -0
  329. package/src/solid/layout/objects-vertical-bottom.svg +3 -0
  330. package/src/solid/layout/objects-vertical-center.svg +3 -0
  331. package/src/solid/layout/objects-vertical-top.svg +3 -0
  332. package/src/solid/layout/panel-left.svg +1 -0
  333. package/src/solid/layout/panel-right.svg +1 -0
  334. package/src/solid/layout/reflect-horizontal.svg +1 -0
  335. package/src/solid/layout/reflect-vertical.svg +1 -0
  336. package/src/solid/layout/row-alt.svg +1 -0
  337. package/src/solid/layout/row.svg +1 -0
  338. package/src/solid/layout/rows.svg +3 -0
  339. package/src/solid/layout/sidebar.svg +1 -0
  340. package/src/solid/layout/squaresfour.svg +3 -0
  341. package/src/solid/layout/stacksimple.svg +3 -0
  342. package/src/solid/layout/trello.svg +3 -0
  343. package/src/solid/layout/user-interface.svg +3 -0
  344. package/src/solid/layout/view-grid.svg +3 -0
  345. package/src/solid/media/camera-1.svg +1 -0
  346. package/src/solid/media/camera-2.svg +1 -0
  347. package/src/solid/media/camera-home.svg +1 -0
  348. package/src/solid/media/camera-off.svg +1 -0
  349. package/src/solid/media/camera.svg +1 -0
  350. package/src/solid/media/control-pause.svg +1 -0
  351. package/src/solid/media/control-play.svg +1 -0
  352. package/src/solid/media/control-stop.svg +1 -0
  353. package/src/solid/media/fast-forward.svg +1 -0
  354. package/src/solid/media/image.svg +1 -0
  355. package/src/solid/media/mic-off.svg +1 -0
  356. package/src/solid/media/mic.svg +1 -0
  357. package/src/solid/media/pause-narrow.svg +1 -0
  358. package/src/solid/media/pause.svg +1 -0
  359. package/src/solid/media/photo-02.svg +1 -0
  360. package/src/solid/media/play.svg +1 -0
  361. package/src/solid/media/repeat-1.svg +1 -0
  362. package/src/solid/media/repeat.svg +1 -0
  363. package/src/solid/media/rewind.svg +1 -0
  364. package/src/solid/media/shuffle.svg +1 -0
  365. package/src/solid/media/skip-back.svg +1 -0
  366. package/src/solid/media/skip-forward.svg +1 -0
  367. package/src/solid/media/stop.svg +1 -0
  368. package/src/solid/media/video-off.svg +1 -0
  369. package/src/solid/media/video.svg +1 -0
  370. package/src/solid/media/volume-1.svg +1 -0
  371. package/src/solid/media/volume-2.svg +1 -0
  372. package/src/solid/media/volume-x.svg +1 -0
  373. package/src/solid/media/volume.svg +1 -0
  374. package/src/solid/misc/align-auto.svg +1 -0
  375. package/src/solid/misc/baseball.svg +4 -0
  376. package/src/solid/misc/basketball.svg +3 -0
  377. package/src/solid/misc/bath.svg +3 -0
  378. package/src/solid/misc/beaker.svg +3 -0
  379. package/src/solid/misc/bed.svg +3 -0
  380. package/src/solid/misc/been-here.svg +4 -0
  381. package/src/solid/misc/bolt.svg +1 -0
  382. package/src/solid/misc/bomb.svg +4 -0
  383. package/src/solid/misc/bowl-hot.svg +3 -0
  384. package/src/solid/misc/bowling-ball.svg +6 -0
  385. package/src/solid/misc/bucket.svg +1 -0
  386. package/src/solid/misc/bulb.svg +3 -0
  387. package/src/solid/misc/bus-school.svg +5 -0
  388. package/src/solid/misc/bus.svg +5 -0
  389. package/src/solid/misc/cabinet.svg +4 -0
  390. package/src/solid/misc/cable-car.svg +3 -0
  391. package/src/solid/misc/cake.svg +3 -0
  392. package/src/solid/misc/candles.svg +3 -0
  393. package/src/solid/misc/car.svg +5 -0
  394. package/src/solid/misc/chair.svg +3 -0
  395. package/src/solid/misc/chalkboard.svg +4 -0
  396. package/src/solid/misc/closet.svg +3 -0
  397. package/src/solid/misc/coffee.svg +3 -0
  398. package/src/solid/misc/cookie.svg +8 -0
  399. package/src/solid/misc/cricket-ball.svg +3 -0
  400. package/src/solid/misc/cycling.svg +5 -0
  401. package/src/solid/misc/dice-1.svg +4 -0
  402. package/src/solid/misc/dice-2.svg +5 -0
  403. package/src/solid/misc/dice-3.svg +6 -0
  404. package/src/solid/misc/dice-4.svg +7 -0
  405. package/src/solid/misc/dice-5.svg +8 -0
  406. package/src/solid/misc/dice-6.svg +9 -0
  407. package/src/solid/misc/dish.svg +3 -0
  408. package/src/solid/misc/door-open.svg +4 -0
  409. package/src/solid/misc/dumbbell.svg +3 -0
  410. package/src/solid/misc/fire.svg +3 -0
  411. package/src/solid/misc/football.svg +4 -0
  412. package/src/solid/misc/fork.svg +3 -0
  413. package/src/solid/misc/foundation.svg +1 -0
  414. package/src/solid/misc/fridge.svg +3 -0
  415. package/src/solid/misc/ftx-token-ftt.svg +3 -0
  416. package/src/solid/misc/game.svg +4 -0
  417. package/src/solid/misc/gas-pump.svg +3 -0
  418. package/src/solid/misc/ghost.svg +5 -0
  419. package/src/solid/misc/glasses-alt.svg +3 -0
  420. package/src/solid/misc/glasses.svg +3 -0
  421. package/src/solid/misc/health.svg +3 -0
  422. package/src/solid/misc/heart.svg +3 -0
  423. package/src/solid/misc/home-1.svg +1 -0
  424. package/src/solid/misc/home-2.svg +1 -0
  425. package/src/solid/misc/hotel.svg +4 -0
  426. package/src/solid/misc/instance.svg +1 -0
  427. package/src/solid/misc/joystick-alt.svg +6 -0
  428. package/src/solid/misc/joystick-button.svg +5 -0
  429. package/src/solid/misc/joystick.svg +8 -0
  430. package/src/solid/misc/knife.svg +3 -0
  431. package/src/solid/misc/landscape.svg +3 -0
  432. package/src/solid/misc/location.svg +1 -0
  433. package/src/solid/misc/mask.svg +5 -0
  434. package/src/solid/misc/meteor.svg +4 -0
  435. package/src/solid/misc/pills.svg +1 -0
  436. package/src/solid/misc/placeholder-1.svg +3 -0
  437. package/src/solid/misc/placeholder.svg +3 -0
  438. package/src/solid/misc/planet.svg +3 -0
  439. package/src/solid/misc/plus-medical.svg +3 -0
  440. package/src/solid/misc/puzzle.svg +3 -0
  441. package/src/solid/misc/rabbit.svg +1 -0
  442. package/src/solid/misc/restaurant.svg +3 -0
  443. package/src/solid/misc/rocket.svg +5 -0
  444. package/src/solid/misc/run.svg +4 -0
  445. package/src/solid/misc/shower.svg +3 -0
  446. package/src/solid/misc/star-1.svg +3 -0
  447. package/src/solid/misc/star.svg +3 -0
  448. package/src/solid/misc/stitches.svg +3 -0
  449. package/src/solid/misc/sushi.svg +4 -0
  450. package/src/solid/misc/swim.svg +4 -0
  451. package/src/solid/misc/taxi.svg +5 -0
  452. package/src/solid/misc/tennis-ball.svg +3 -0
  453. package/src/solid/misc/ticket.svg +3 -0
  454. package/src/solid/misc/traffic-cone.svg +3 -0
  455. package/src/solid/misc/train.svg +5 -0
  456. package/src/solid/misc/trip.svg +4 -0
  457. package/src/solid/misc/trophy.svg +3 -0
  458. package/src/solid/misc/walk.svg +4 -0
  459. package/src/solid/misc/world.svg +3 -0
  460. package/src/solid/misc/yarn.svg +3 -0
  461. package/src/solid/navigation/arrow-cross.svg +1 -0
  462. package/src/solid/navigation/arrow-down-left.svg +3 -0
  463. package/src/solid/navigation/arrow-down-right.svg +3 -0
  464. package/src/solid/navigation/arrow-down.svg +1 -0
  465. package/src/solid/navigation/arrow-downright.svg +1 -0
  466. package/src/solid/navigation/arrow-expand.svg +1 -0
  467. package/src/solid/navigation/arrow-left.svg +1 -0
  468. package/src/solid/navigation/arrow-right.svg +1 -0
  469. package/src/solid/navigation/arrow-up-left.svg +3 -0
  470. package/src/solid/navigation/arrow-up-right.svg +3 -0
  471. package/src/solid/navigation/arrow-up.svg +1 -0
  472. package/src/solid/navigation/caret-down.svg +1 -0
  473. package/src/solid/navigation/caret-left.svg +1 -0
  474. package/src/solid/navigation/caret-right.svg +1 -0
  475. package/src/solid/navigation/caret-up.svg +1 -0
  476. package/src/solid/navigation/chevron-down-square.svg +4 -0
  477. package/src/solid/navigation/chevron-down.svg +1 -0
  478. package/src/solid/navigation/chevron-left-square.svg +4 -0
  479. package/src/solid/navigation/chevron-right-square.svg +4 -0
  480. package/src/solid/navigation/chevron-right.svg +1 -0
  481. package/src/solid/navigation/chevron-up-square.svg +4 -0
  482. package/src/solid/navigation/chevron-up.svg +1 -0
  483. package/src/solid/navigation/chevrons-down.svg +4 -0
  484. package/src/solid/navigation/chevrons-left.svg +4 -0
  485. package/src/solid/navigation/chevrons-right.svg +4 -0
  486. package/src/solid/navigation/chevrons-up.svg +4 -0
  487. package/src/solid/navigation/compass.svg +4 -0
  488. package/src/solid/navigation/control-arrow-back.svg +1 -0
  489. package/src/solid/navigation/control-arrow-end.svg +1 -0
  490. package/src/solid/navigation/control-arrow-forward.svg +1 -0
  491. package/src/solid/navigation/control-arrow-start.svg +1 -0
  492. package/src/solid/navigation/current-location.svg +4 -0
  493. package/src/solid/navigation/directions.svg +3 -0
  494. package/src/solid/navigation/dropdown-caret.svg +1 -0
  495. package/src/solid/navigation/external-link.svg +1 -0
  496. package/src/solid/navigation/globe-alt.svg +4 -0
  497. package/src/solid/navigation/globe.svg +3 -0
  498. package/src/solid/navigation/hamburger.svg +3 -0
  499. package/src/solid/navigation/home.svg +3 -0
  500. package/src/solid/navigation/location-marker.svg +3 -0
  501. package/src/solid/navigation/location-plus.svg +4 -0
  502. package/src/solid/navigation/map-alt.svg +3 -0
  503. package/src/solid/navigation/map-pin.svg +4 -0
  504. package/src/solid/navigation/map.svg +4 -0
  505. package/src/solid/navigation/menu.svg +1 -0
  506. package/src/solid/navigation/more.svg +3 -0
  507. package/src/solid/navigation/street-view.svg +5 -0
  508. package/src/solid/navigation/subdirectory-left.svg +3 -0
  509. package/src/solid/navigation/subdirectory-right.svg +3 -0
  510. package/src/solid/navigation/x.svg +1 -0
  511. package/src/solid/rack/ascii-back.svg +1 -0
  512. package/src/solid/rack/ascii-block.svg +1 -0
  513. package/src/solid/rack/ascii-dash.svg +1 -0
  514. package/src/solid/rack/ascii-dot.svg +1 -0
  515. package/src/solid/rack/ascii-equal.svg +1 -0
  516. package/src/solid/rack/ascii-hash.svg +1 -0
  517. package/src/solid/rack/ascii-pipe.svg +1 -0
  518. package/src/solid/rack/ascii-plus.svg +1 -0
  519. package/src/solid/rack/ascii-slash.svg +1 -0
  520. package/src/solid/rack/ascii-x.svg +1 -0
  521. package/src/solid/rack/cable-lock.svg +1 -0
  522. package/src/solid/rack/cable-off.svg +1 -0
  523. package/src/solid/rack/cable-on.svg +1 -0
  524. package/src/solid/rack/cable-trans.svg +1 -0
  525. package/src/solid/rack/cable-unlock.svg +1 -0
  526. package/src/solid/rack/cap-butt.svg +1 -0
  527. package/src/solid/rack/cap-round.svg +1 -0
  528. package/src/solid/rack/cap-square.svg +1 -0
  529. package/src/solid/rack/chevron-down.svg +1 -0
  530. package/src/solid/rack/chevron-left.svg +1 -0
  531. package/src/solid/rack/chevron-right.svg +1 -0
  532. package/src/solid/rack/chevron-up.svg +1 -0
  533. package/src/solid/rack/clr-anl.svg +1 -0
  534. package/src/solid/rack/clr-comp.svg +1 -0
  535. package/src/solid/rack/clr-mono.svg +1 -0
  536. package/src/solid/rack/clr-tri.svg +1 -0
  537. package/src/solid/rack/curve-exp.svg +1 -0
  538. package/src/solid/rack/curve-log.svg +1 -0
  539. package/src/solid/rack/dith-cross.svg +1 -0
  540. package/src/solid/rack/dith-crt.svg +1 -0
  541. package/src/solid/rack/dith-diamond.svg +1 -0
  542. package/src/solid/rack/dith-flow.svg +1 -0
  543. package/src/solid/rack/dith-flower.svg +1 -0
  544. package/src/solid/rack/dith-gear.svg +1 -0
  545. package/src/solid/rack/dith-glitch.svg +1 -0
  546. package/src/solid/rack/dith-grid.svg +1 -0
  547. package/src/solid/rack/dith-hex.svg +1 -0
  548. package/src/solid/rack/dith-htone.svg +1 -0
  549. package/src/solid/rack/dith-melt.svg +1 -0
  550. package/src/solid/rack/dith-radial.svg +1 -0
  551. package/src/solid/rack/dith-xhatch.svg +1 -0
  552. package/src/solid/rack/filter-bp.svg +1 -0
  553. package/src/solid/rack/filter-hp.svg +1 -0
  554. package/src/solid/rack/filter-lp.svg +1 -0
  555. package/src/solid/rack/filter-notch.svg +1 -0
  556. package/src/solid/rack/gen-color.svg +1 -0
  557. package/src/solid/rack/gen-gradient.svg +1 -0
  558. package/src/solid/rack/gen-pattern.svg +1 -0
  559. package/src/solid/rack/gen-wave.svg +1 -0
  560. package/src/solid/rack/grad-con.svg +1 -0
  561. package/src/solid/rack/grad-lin.svg +1 -0
  562. package/src/solid/rack/grad-rad.svg +1 -0
  563. package/src/solid/rack/line-circle.svg +1 -0
  564. package/src/solid/rack/line-grid.svg +1 -0
  565. package/src/solid/rack/line-line.svg +1 -0
  566. package/src/solid/rack/line-lissa.svg +1 -0
  567. package/src/solid/rack/line-spiral.svg +1 -0
  568. package/src/solid/rack/logic-and.svg +1 -0
  569. package/src/solid/rack/logic-nand.svg +1 -0
  570. package/src/solid/rack/logic-nor.svg +1 -0
  571. package/src/solid/rack/logic-not.svg +1 -0
  572. package/src/solid/rack/logic-or.svg +1 -0
  573. package/src/solid/rack/logic-xor.svg +1 -0
  574. package/src/solid/rack/nav-create.svg +1 -0
  575. package/src/solid/rack/nav-home.svg +1 -0
  576. package/src/solid/rack/nav-library.svg +1 -0
  577. package/src/solid/rack/nav-rack.svg +1 -0
  578. package/src/solid/rack/nav-settings.svg +1 -0
  579. package/src/solid/rack/ptrn-checker.svg +1 -0
  580. package/src/solid/rack/ptrn-dot.svg +1 -0
  581. package/src/solid/rack/ptrn-stripe.svg +1 -0
  582. package/src/solid/rack/radial-circle.svg +1 -0
  583. package/src/solid/rack/radial-default.svg +1 -0
  584. package/src/solid/rack/radial-hex.svg +1 -0
  585. package/src/solid/rack/radial-random.svg +1 -0
  586. package/src/solid/rack/radial-rect.svg +1 -0
  587. package/src/solid/rack/radial-star.svg +1 -0
  588. package/src/solid/rack/radial-triangle.svg +1 -0
  589. package/src/solid/rack/ramp-down.svg +1 -0
  590. package/src/solid/rack/ramp-tri.svg +1 -0
  591. package/src/solid/rack/ramp-up.svg +1 -0
  592. package/src/solid/rack/seq-a.svg +1 -0
  593. package/src/solid/rack/seq-b.svg +1 -0
  594. package/src/solid/rack/seq-c.svg +1 -0
  595. package/src/solid/rack/seq-d.svg +1 -0
  596. package/src/solid/rack/shape-cube.svg +1 -0
  597. package/src/solid/rack/shape-cyl.svg +1 -0
  598. package/src/solid/rack/shape-ico.svg +1 -0
  599. package/src/solid/rack/shape-octa.svg +1 -0
  600. package/src/solid/rack/shape-sphere.svg +1 -0
  601. package/src/solid/rack/shape-tetra.svg +1 -0
  602. package/src/solid/rack/shape-torus.svg +1 -0
  603. package/src/solid/rack/shaper-clip.svg +1 -0
  604. package/src/solid/rack/shaper-exp.svg +1 -0
  605. package/src/solid/rack/shaper-fold.svg +1 -0
  606. package/src/solid/rack/shaper-log.svg +1 -0
  607. package/src/solid/rack/shaper-scurve.svg +1 -0
  608. package/src/solid/rack/shaper-sine.svg +1 -0
  609. package/src/solid/rack/shaper-step.svg +1 -0
  610. package/src/solid/rack/shaper-wrap.svg +1 -0
  611. package/src/solid/rack/tr-carets.svg +1 -0
  612. package/src/solid/rack/tr-fwd.svg +1 -0
  613. package/src/solid/rack/tr-inf.svg +1 -0
  614. package/src/solid/rack/tr-left.svg +1 -0
  615. package/src/solid/rack/tr-pause.svg +1 -0
  616. package/src/solid/rack/tr-rew.svg +1 -0
  617. package/src/solid/rack/tr-right.svg +1 -0
  618. package/src/solid/rack/tr-skip.svg +1 -0
  619. package/src/solid/rack/wave-rnd.svg +1 -0
  620. package/src/solid/rack/wave-saw.svg +1 -0
  621. package/src/solid/rack/wave-sin.svg +1 -0
  622. package/src/solid/rack/wave-sqr.svg +1 -0
  623. package/src/solid/rack/wave-tri.svg +1 -0
  624. package/src/solid/shapes/3square.svg +3 -0
  625. package/src/solid/shapes/ball.svg +4 -0
  626. package/src/solid/shapes/box.svg +4 -0
  627. package/src/solid/shapes/circle-1.svg +6 -0
  628. package/src/solid/shapes/circle-dashed.svg +10 -0
  629. package/src/solid/shapes/circle.svg +1 -0
  630. package/src/solid/shapes/cone-alt.svg +1 -0
  631. package/src/solid/shapes/cone.svg +1 -0
  632. package/src/solid/shapes/design-shapes-1.svg +3 -0
  633. package/src/solid/shapes/diamond-alt.svg +1 -0
  634. package/src/solid/shapes/diamond.svg +1 -0
  635. package/src/solid/shapes/dimond.svg +5 -0
  636. package/src/solid/shapes/polygon.svg +1 -0
  637. package/src/solid/shapes/rectangle.svg +1 -0
  638. package/src/solid/shapes/shape-1.svg +3 -0
  639. package/src/solid/shapes/shape-16.svg +3 -0
  640. package/src/solid/shapes/shape-17.svg +10 -0
  641. package/src/solid/shapes/shape-18.svg +3 -0
  642. package/src/solid/shapes/shape-19.svg +3 -0
  643. package/src/solid/shapes/shape-2.svg +3 -0
  644. package/src/solid/shapes/shape-3.svg +3 -0
  645. package/src/solid/shapes/shape-4.svg +3 -0
  646. package/src/solid/shapes/shape-circle.svg +1 -0
  647. package/src/solid/shapes/shape-polygon.svg +3 -0
  648. package/src/solid/shapes/shape-square.svg +1 -0
  649. package/src/solid/shapes/shape-triangle.svg +1 -0
  650. package/src/solid/shapes/shape.svg +3 -0
  651. package/src/solid/shapes/shapes-01.svg +3 -0
  652. package/src/solid/shapes/shapes-02.svg +3 -0
  653. package/src/solid/shapes/shapes-03.svg +3 -0
  654. package/src/solid/shapes/shapes-04.svg +3 -0
  655. package/src/solid/shapes/shapes-05.svg +3 -0
  656. package/src/solid/shapes/shapes-06.svg +3 -0
  657. package/src/solid/shapes/shapes-07.svg +3 -0
  658. package/src/solid/shapes/shapes-08.svg +3 -0
  659. package/src/solid/shapes/shapes-09.svg +3 -0
  660. package/src/solid/shapes/shapes-10.svg +3 -0
  661. package/src/solid/shapes/shapes-11.svg +3 -0
  662. package/src/solid/shapes/shapes-12.svg +3 -0
  663. package/src/solid/shapes/shapes-13.svg +3 -0
  664. package/src/solid/shapes/shapes-14.svg +3 -0
  665. package/src/solid/shapes/shapes-15.svg +13 -0
  666. package/src/solid/shapes/shapes-16.svg +3 -0
  667. package/src/solid/shapes/shapes-17.svg +3 -0
  668. package/src/solid/shapes/shapes-18.svg +3 -0
  669. package/src/solid/shapes/shapes-19.svg +3 -0
  670. package/src/solid/shapes/shapes-20.svg +3 -0
  671. package/src/solid/shapes/shapes-21.svg +4 -0
  672. package/src/solid/shapes/shapes-22.svg +3 -0
  673. package/src/solid/shapes/shapes-24.svg +4 -0
  674. package/src/solid/shapes/shapes-25.svg +4 -0
  675. package/src/solid/shapes/shapes-26.svg +3 -0
  676. package/src/solid/shapes/shapes-27.svg +3 -0
  677. package/src/solid/shapes/shapes-stroke-03.svg +3 -0
  678. package/src/solid/shapes/star.svg +1 -0
  679. package/src/solid/shapes/triangle-alt.svg +1 -0
  680. package/src/solid/shapes/triangle.svg +1 -0
  681. package/src/solid/shapes/wave.svg +1 -0
  682. package/src/solid/shapes/wheel.svg +1 -0
  683. package/src/solid/stats/chart-square-bar.svg +1 -0
  684. package/src/solid/stats/cycle.svg +1 -0
  685. package/src/solid/stats/presentation-chart-bar.svg +1 -0
  686. package/src/solid/stats/presentation-chart-line.svg +1 -0
  687. package/src/solid/stats/stat-abacus.svg +1 -0
  688. package/src/solid/stats/stat-chart-a.svg +1 -0
  689. package/src/solid/stats/stat-chart-b.svg +1 -0
  690. package/src/solid/stats/stat-chart-c.svg +1 -0
  691. package/src/solid/stats/stat-crown.svg +1 -0
  692. package/src/solid/stats/stat-cycle.svg +1 -0
  693. package/src/solid/stats/stat-donut.svg +1 -0
  694. package/src/solid/stats/stat-medalion.svg +1 -0
  695. package/src/solid/stats/stat-pie-c.svg +1 -0
  696. package/src/solid/stats/stat-pie.svg +1 -0
  697. package/src/solid/stats/stat-rocket.svg +1 -0
  698. package/src/solid/stats/stat-stat.svg +1 -0
  699. package/src/solid/stats/stat-winner.svg +1 -0
  700. package/src/solid/stats/trending-down.svg +1 -0
  701. package/src/solid/stats/trending-up.svg +1 -0
  702. package/src/solid/status/alert-circle.svg +1 -0
  703. package/src/solid/status/alert-triangle.svg +1 -0
  704. package/src/solid/status/check-circle.svg +1 -0
  705. package/src/solid/status/eye-off.svg +1 -0
  706. package/src/solid/status/eye-on.svg +1 -0
  707. package/src/solid/status/help-circle.svg +1 -0
  708. package/src/solid/status/info.svg +1 -0
  709. package/src/solid/status/lightning-bolt.svg +1 -0
  710. package/src/solid/status/loader-circle.svg +1 -0
  711. package/src/solid/status/loader.svg +1 -0
  712. package/src/solid/status/status.svg +1 -0
  713. package/src/solid/status/x-circle.svg +1 -0
  714. package/src/solid/system/atomic-atom.svg +1 -0
  715. package/src/solid/system/atomic-lifeform.svg +1 -0
  716. package/src/solid/system/atomic-molecule.svg +1 -0
  717. package/src/solid/system/atomic-organism.svg +1 -0
  718. package/src/solid/system/battery.svg +1 -0
  719. package/src/solid/system/bolt-alt.svg +1 -0
  720. package/src/solid/system/brackets.svg +3 -0
  721. package/src/solid/system/bug-1.svg +4 -0
  722. package/src/solid/system/bug-2.svg +4 -0
  723. package/src/solid/system/bug-alt.svg +4 -0
  724. package/src/solid/system/bug.svg +3 -0
  725. package/src/solid/system/calendar-1.svg +3 -0
  726. package/src/solid/system/chip.svg +3 -0
  727. package/src/solid/system/cloud.svg +3 -0
  728. package/src/solid/system/code-alt-collection.svg +3 -0
  729. package/src/solid/system/code-collection.svg +3 -0
  730. package/src/solid/system/code-curly-collection.svg +3 -0
  731. package/src/solid/system/code.svg +1 -0
  732. package/src/solid/system/cog.svg +3 -0
  733. package/src/solid/system/component.svg +6 -0
  734. package/src/solid/system/curly.svg +3 -0
  735. package/src/solid/system/customize.svg +3 -0
  736. package/src/solid/system/database.svg +1 -0
  737. package/src/solid/system/desktop.svg +3 -0
  738. package/src/solid/system/extension.svg +3 -0
  739. package/src/solid/system/frequency.svg +1 -0
  740. package/src/solid/system/git-compare.svg +3 -0
  741. package/src/solid/system/git-merge.svg +3 -0
  742. package/src/solid/system/git-pull-request.svg +3 -0
  743. package/src/solid/system/git-repo-forked.svg +3 -0
  744. package/src/solid/system/hash-italic-bold.svg +3 -0
  745. package/src/solid/system/hdd.svg +4 -0
  746. package/src/solid/system/information-1.svg +3 -0
  747. package/src/solid/system/information-2.svg +3 -0
  748. package/src/solid/system/information-3.svg +3 -0
  749. package/src/solid/system/information.svg +3 -0
  750. package/src/solid/system/interactive.svg +1 -0
  751. package/src/solid/system/laptop.svg +3 -0
  752. package/src/solid/system/library.svg +1 -0
  753. package/src/solid/system/light-bulb-1.svg +4 -0
  754. package/src/solid/system/light-bulb.svg +3 -0
  755. package/src/solid/system/linked.svg +3 -0
  756. package/src/solid/system/main-component.svg +3 -0
  757. package/src/solid/system/pills-alt.svg +1 -0
  758. package/src/solid/system/plug.svg +3 -0
  759. package/src/solid/system/power.svg +1 -0
  760. package/src/solid/system/qrcode.svg +3 -0
  761. package/src/solid/system/roadmap.svg +1 -0
  762. package/src/solid/system/server.svg +1 -0
  763. package/src/solid/system/settings-1.svg +3 -0
  764. package/src/solid/system/settings.svg +3 -0
  765. package/src/solid/system/shield-check.svg +3 -0
  766. package/src/solid/system/slider-alt.svg +4 -0
  767. package/src/solid/system/slider.svg +3 -0
  768. package/src/solid/system/tachometer.svg +4 -0
  769. package/src/solid/system/terminal.svg +1 -0
  770. package/src/solid/system/toggle-left.svg +4 -0
  771. package/src/solid/system/toggle-right.svg +4 -0
  772. package/src/solid/system/tui-crop.svg +1 -0
  773. package/src/solid/system/tui-draw.svg +1 -0
  774. package/src/solid/system/tui-filter.svg +1 -0
  775. package/src/solid/system/tui-flip-x.svg +1 -0
  776. package/src/solid/system/tui-flip-y.svg +1 -0
  777. package/src/solid/system/tui-image.svg +1 -0
  778. package/src/solid/system/tui-rotate-left.svg +1 -0
  779. package/src/solid/system/tui-rotate-right.svg +1 -0
  780. package/src/solid/system/tui-select.svg +1 -0
  781. package/src/solid/system/tui-shape.svg +1 -0
  782. package/src/solid/system/tui-text.svg +1 -0
  783. package/src/solid/system/tui-zoom.svg +1 -0
  784. package/src/solid/system/visible.svg +3 -0
  785. package/src/solid/system/wifi-off.svg +1 -0
  786. package/src/solid/system/wifi.svg +1 -0
  787. package/src/solid/system/wrench.svg +3 -0
  788. package/src/solid/theme/contrast.svg +1 -0
  789. package/src/solid/theme/monitor.svg +1 -0
  790. package/src/solid/theme/moon.svg +1 -0
  791. package/src/solid/theme/sun.svg +1 -0
  792. package/src/solid/theme/theme-toggle.svg +1 -0
  793. package/src/solid/time/calendar-check.svg +1 -0
  794. package/src/solid/time/calendar-days.svg +1 -0
  795. package/src/solid/time/calendar.svg +1 -0
  796. package/src/solid/time/clock-alert.svg +1 -0
  797. package/src/solid/time/clock-rotate-left.svg +1 -0
  798. package/src/solid/time/clock.svg +1 -0
  799. package/src/solid/time/history.svg +1 -0
  800. package/src/solid/time/stopwatch.svg +1 -0
  801. package/src/solid/time/timer.svg +1 -0
  802. package/src/solid/tools/bucket-alt.svg +1 -0
  803. package/src/solid/tools/color-palette.svg +1 -0
  804. package/src/solid/tools/color-wheel.svg +1 -0
  805. package/src/solid/tools/crop.svg +1 -0
  806. package/src/solid/tools/filter-palette.svg +1 -0
  807. package/src/solid/tools/mark-tool.svg +1 -0
  808. package/src/solid/tools/paint-drop.svg +1 -0
  809. package/src/solid/tools/pencil.svg +1 -0
  810. package/src/solid/tools/wheel.svg +1 -0
  811. package/src/solid/typography/a-framed.svg +3 -0
  812. package/src/solid/typography/a.svg +3 -0
  813. package/src/solid/typography/aa.svg +3 -0
  814. package/src/solid/typography/font-01.svg +1 -0
  815. package/src/solid/typography/font-02.svg +1 -0
  816. package/src/solid/typography/font-03.svg +1 -0
  817. package/src/solid/typography/info.svg +3 -0
  818. package/src/solid/typography/italic-a.svg +3 -0
  819. package/src/solid/typography/italic-b.svg +3 -0
  820. package/src/solid/typography/italic.svg +3 -0
  821. package/src/solid/typography/roman-a.svg +3 -0
  822. package/src/solid/typography/roman-b.svg +3 -0
  823. package/src/solid/typography/type.svg +1 -0
  824. package/src/solid/typography/typography-1.svg +3 -0
  825. package/src/solid/typography/typography-2.svg +3 -0
  826. package/src/solid/typography/typography-3.svg +3 -0
  827. package/src/solid/user/award.svg +3 -0
  828. package/src/solid/user/certification.svg +3 -0
  829. package/src/solid/user/crown.svg +3 -0
  830. package/src/solid/user/fingerprint.svg +5 -0
  831. package/src/solid/user/flag.svg +1 -0
  832. package/src/solid/user/heart-1.svg +1 -0
  833. package/src/solid/user/heart-2.svg +1 -0
  834. package/src/solid/user/identification.svg +3 -0
  835. package/src/solid/user/key.svg +1 -0
  836. package/src/solid/user/lock.svg +1 -0
  837. package/src/solid/user/log-in.svg +1 -0
  838. package/src/solid/user/log-out.svg +1 -0
  839. package/src/solid/user/medal.svg +4 -0
  840. package/src/solid/user/shield.svg +1 -0
  841. package/src/solid/user/social-facebook.svg +1 -0
  842. package/src/solid/user/social-linkedin.svg +1 -0
  843. package/src/solid/user/social-twitter.svg +1 -0
  844. package/src/solid/user/star.svg +1 -0
  845. package/src/solid/user/unlock.svg +1 -0
  846. package/src/solid/user/user-1.svg +3 -0
  847. package/src/solid/user/user-2.svg +3 -0
  848. package/src/solid/user/user-circle.svg +3 -0
  849. package/src/solid/user/user-group.svg +3 -0
  850. package/src/solid/user/user-plus.svg +1 -0
  851. package/src/solid/user/user.svg +1 -0
  852. package/src/solid/user/users.svg +1 -0
  853. package/src/stroke/actions/check.svg +1 -0
  854. package/src/stroke/actions/clipboard-check.svg +1 -0
  855. package/src/stroke/actions/cloud-upload.svg +1 -0
  856. package/src/stroke/actions/copy.svg +1 -0
  857. package/src/stroke/actions/cross-alt.svg +1 -0
  858. package/src/stroke/actions/cross.svg +1 -0
  859. package/src/stroke/actions/download.svg +1 -0
  860. package/src/stroke/actions/edit.svg +1 -0
  861. package/src/stroke/actions/enter.svg +1 -0
  862. package/src/stroke/actions/exit.svg +1 -0
  863. package/src/stroke/actions/filter-alt.svg +1 -0
  864. package/src/stroke/actions/filter.svg +1 -0
  865. package/src/stroke/actions/maximize.svg +1 -0
  866. package/src/stroke/actions/minimize.svg +1 -0
  867. package/src/stroke/actions/minus.svg +1 -0
  868. package/src/stroke/actions/move.svg +1 -0
  869. package/src/stroke/actions/plus.svg +1 -0
  870. package/src/stroke/actions/redo.svg +1 -0
  871. package/src/stroke/actions/refresh.svg +1 -0
  872. package/src/stroke/actions/rotate-alt.svg +1 -0
  873. package/src/stroke/actions/rotate-left.svg +1 -0
  874. package/src/stroke/actions/rotate-right.svg +1 -0
  875. package/src/stroke/actions/rotate.svg +1 -0
  876. package/src/stroke/actions/save.svg +1 -0
  877. package/src/stroke/actions/search-1.svg +1 -0
  878. package/src/stroke/actions/search-circle.svg +1 -0
  879. package/src/stroke/actions/search-line.svg +1 -0
  880. package/src/stroke/actions/search.svg +1 -0
  881. package/src/stroke/actions/settings-01.svg +1 -0
  882. package/src/stroke/actions/settings-02.svg +1 -0
  883. package/src/stroke/actions/share.svg +1 -0
  884. package/src/stroke/actions/snap.svg +1 -0
  885. package/src/stroke/actions/swap.svg +1 -0
  886. package/src/stroke/actions/trash-1.svg +1 -0
  887. package/src/stroke/actions/trash-alt.svg +1 -0
  888. package/src/stroke/actions/trash.svg +1 -0
  889. package/src/stroke/actions/undo.svg +1 -0
  890. package/src/stroke/actions/upload-1.svg +1 -0
  891. package/src/stroke/actions/upload-2.svg +1 -0
  892. package/src/stroke/actions/upload-3.svg +1 -0
  893. package/src/stroke/actions/upload.svg +1 -0
  894. package/src/stroke/actions/zoom-in.svg +1 -0
  895. package/src/stroke/actions/zoom-magnify.svg +1 -0
  896. package/src/stroke/actions/zoom-out.svg +1 -0
  897. package/src/stroke/brand/facebook.svg +1 -0
  898. package/src/stroke/brand/instagram.svg +1 -0
  899. package/src/stroke/brand/linkedin.svg +1 -0
  900. package/src/stroke/brand/messenger.svg +1 -0
  901. package/src/stroke/brand/signature-thick.svg +1 -0
  902. package/src/stroke/brand/snapchat.svg +1 -0
  903. package/src/stroke/brand/tiktok.svg +1 -0
  904. package/src/stroke/brand/twitter.svg +1 -0
  905. package/src/stroke/brand/youtube.svg +1 -0
  906. package/src/stroke/commerce/card.svg +1 -0
  907. package/src/stroke/commerce/cash.svg +1 -0
  908. package/src/stroke/commerce/credit-card-1.svg +1 -0
  909. package/src/stroke/commerce/credit-card.svg +1 -0
  910. package/src/stroke/commerce/dollar-sign.svg +1 -0
  911. package/src/stroke/commerce/gift.svg +1 -0
  912. package/src/stroke/commerce/package.svg +1 -0
  913. package/src/stroke/commerce/receipt-refund.svg +1 -0
  914. package/src/stroke/commerce/receipt.svg +1 -0
  915. package/src/stroke/commerce/shopping-bag.svg +1 -0
  916. package/src/stroke/commerce/shopping-basket-1.svg +1 -0
  917. package/src/stroke/commerce/shopping-basket-2.svg +1 -0
  918. package/src/stroke/commerce/shopping-basket.svg +1 -0
  919. package/src/stroke/commerce/shopping-cart.svg +1 -0
  920. package/src/stroke/commerce/tag.svg +1 -0
  921. package/src/stroke/communication/alarm-bell.svg +1 -0
  922. package/src/stroke/communication/chat-alt-2.svg +3 -0
  923. package/src/stroke/communication/chat-alt.svg +3 -0
  924. package/src/stroke/communication/chat.svg +3 -0
  925. package/src/stroke/communication/dialpad-alt.svg +3 -0
  926. package/src/stroke/communication/dialpad.svg +3 -0
  927. package/src/stroke/communication/dual-opponent.svg +1 -0
  928. package/src/stroke/communication/in-going.svg +1 -0
  929. package/src/stroke/communication/interactive.svg +1 -0
  930. package/src/stroke/communication/mail-open.svg +3 -0
  931. package/src/stroke/communication/mail.svg +1 -0
  932. package/src/stroke/communication/message-circle.svg +1 -0
  933. package/src/stroke/communication/message-rounded-add.svg +4 -0
  934. package/src/stroke/communication/message-rounded-error.svg +4 -0
  935. package/src/stroke/communication/message-square.svg +1 -0
  936. package/src/stroke/communication/paper-plane.svg +4 -0
  937. package/src/stroke/communication/phone.svg +1 -0
  938. package/src/stroke/communication/send.svg +1 -0
  939. package/src/stroke/communication/share-shape.svg +3 -0
  940. package/src/stroke/communication/speakerphone.svg +3 -0
  941. package/src/stroke/communication/thumb-down.svg +3 -0
  942. package/src/stroke/communication/thumb-up.svg +3 -0
  943. package/src/stroke/communication/voicemail.svg +3 -0
  944. package/src/stroke/cursor/crosshair.svg +1 -0
  945. package/src/stroke/cursor/hand.svg +1 -0
  946. package/src/stroke/cursor/mouse-alt.svg +1 -0
  947. package/src/stroke/cursor/mouse.svg +1 -0
  948. package/src/stroke/cursor/navigation-pointer-01.svg +1 -0
  949. package/src/stroke/cursor/navigation-pointer-02.svg +1 -0
  950. package/src/stroke/cursor/navigation.svg +1 -0
  951. package/src/stroke/cursor/pointer-1.svg +1 -0
  952. package/src/stroke/cursor/pointer-2.svg +1 -0
  953. package/src/stroke/cursor/pointer-custom.svg +1 -0
  954. package/src/stroke/cursor/pointer-mirrored.svg +1 -0
  955. package/src/stroke/cursor/pointer-node.svg +1 -0
  956. package/src/stroke/cursor/pointer-selector.svg +1 -0
  957. package/src/stroke/cursor/pointer.svg +1 -0
  958. package/src/stroke/cursor/target-lock.svg +1 -0
  959. package/src/stroke/editing/adjust.svg +1 -0
  960. package/src/stroke/editing/al-1.svg +3 -0
  961. package/src/stroke/editing/al-2.svg +3 -0
  962. package/src/stroke/editing/align-center.svg +1 -0
  963. package/src/stroke/editing/align-left.svg +1 -0
  964. package/src/stroke/editing/align-right.svg +1 -0
  965. package/src/stroke/editing/anchor.svg +3 -0
  966. package/src/stroke/editing/annotation.svg +3 -0
  967. package/src/stroke/editing/arrow-from-bottom.svg +3 -0
  968. package/src/stroke/editing/arrow-from-left.svg +3 -0
  969. package/src/stroke/editing/arrow-from-right.svg +3 -0
  970. package/src/stroke/editing/arrow-from-top.svg +3 -0
  971. package/src/stroke/editing/bold.svg +1 -0
  972. package/src/stroke/editing/boolean-exclude.svg +1 -0
  973. package/src/stroke/editing/boolean-intersect.svg +1 -0
  974. package/src/stroke/editing/boolean-merge.svg +1 -0
  975. package/src/stroke/editing/boolean-minus-back.svg +1 -0
  976. package/src/stroke/editing/boolean-minus-front.svg +1 -0
  977. package/src/stroke/editing/boolean-outline.svg +1 -0
  978. package/src/stroke/editing/boolean-trim.svg +1 -0
  979. package/src/stroke/editing/boolean-unite.svg +1 -0
  980. package/src/stroke/editing/broom.svg +15 -0
  981. package/src/stroke/editing/brush-alt.svg +3 -0
  982. package/src/stroke/editing/brush.svg +1 -0
  983. package/src/stroke/editing/bullseye.svg +3 -0
  984. package/src/stroke/editing/calc-1.svg +10 -0
  985. package/src/stroke/editing/calc-2.svg +3 -0
  986. package/src/stroke/editing/check-set-1.svg +3 -0
  987. package/src/stroke/editing/check-set-2.svg +4 -0
  988. package/src/stroke/editing/check-set-3.svg +4 -0
  989. package/src/stroke/editing/color-01.svg +3 -0
  990. package/src/stroke/editing/color-02.svg +3 -0
  991. package/src/stroke/editing/color-03.svg +3 -0
  992. package/src/stroke/editing/color-fill.svg +1 -0
  993. package/src/stroke/editing/color-swatch.svg +3 -0
  994. package/src/stroke/editing/color-swatches.svg +6 -0
  995. package/src/stroke/editing/color.svg +1 -0
  996. package/src/stroke/editing/corner-diag.svg +1 -0
  997. package/src/stroke/editing/crop.svg +13 -0
  998. package/src/stroke/editing/cut.svg +3 -0
  999. package/src/stroke/editing/edit-1.svg +4 -0
  1000. package/src/stroke/editing/edit-2.svg +3 -0
  1001. package/src/stroke/editing/edit-3.svg +3 -0
  1002. package/src/stroke/editing/edit-alt.svg +3 -0
  1003. package/src/stroke/editing/element-1.svg +5 -0
  1004. package/src/stroke/editing/exclude.svg +3 -0
  1005. package/src/stroke/editing/eyedrop.svg +11 -0
  1006. package/src/stroke/editing/eyedropper.svg +11 -0
  1007. package/src/stroke/editing/flip-x.svg +1 -0
  1008. package/src/stroke/editing/flip-y.svg +1 -0
  1009. package/src/stroke/editing/highlight.svg +3 -0
  1010. package/src/stroke/editing/highlightercircle.svg +12 -0
  1011. package/src/stroke/editing/intersect-1.svg +12 -0
  1012. package/src/stroke/editing/intersect.svg +13 -0
  1013. package/src/stroke/editing/italic.svg +1 -0
  1014. package/src/stroke/editing/label.svg +3 -0
  1015. package/src/stroke/editing/list-ordered.svg +1 -0
  1016. package/src/stroke/editing/list-unordered.svg +1 -0
  1017. package/src/stroke/editing/magnet.svg +3 -0
  1018. package/src/stroke/editing/magnetstraight.svg +12 -0
  1019. package/src/stroke/editing/markercircle.svg +13 -0
  1020. package/src/stroke/editing/math-2.svg +6 -0
  1021. package/src/stroke/editing/math-3.svg +3 -0
  1022. package/src/stroke/editing/math-collection.svg +3 -0
  1023. package/src/stroke/editing/math.svg +3 -0
  1024. package/src/stroke/editing/measure.svg +14 -0
  1025. package/src/stroke/editing/minus-back.svg +3 -0
  1026. package/src/stroke/editing/minus-front.svg +3 -0
  1027. package/src/stroke/editing/minus-set-1.svg +3 -0
  1028. package/src/stroke/editing/minus-set-2.svg +4 -0
  1029. package/src/stroke/editing/minus-set-3.svg +3 -0
  1030. package/src/stroke/editing/move.svg +3 -0
  1031. package/src/stroke/editing/mult-set-1.svg +4 -0
  1032. package/src/stroke/editing/mult-set-2.svg +5 -0
  1033. package/src/stroke/editing/mult-set-3.svg +3 -0
  1034. package/src/stroke/editing/paint-roll.svg +3 -0
  1035. package/src/stroke/editing/paint.svg +3 -0
  1036. package/src/stroke/editing/paintbrushbroad.svg +13 -0
  1037. package/src/stroke/editing/palette.svg +1 -0
  1038. package/src/stroke/editing/pen-copy.svg +3 -0
  1039. package/src/stroke/editing/pen.svg +1 -0
  1040. package/src/stroke/editing/pencil.svg +1 -0
  1041. package/src/stroke/editing/pencilcircle.svg +14 -0
  1042. package/src/stroke/editing/pencilline.svg +12 -0
  1043. package/src/stroke/editing/pencilsimple.svg +11 -0
  1044. package/src/stroke/editing/pennib.svg +13 -0
  1045. package/src/stroke/editing/pennibstraight.svg +13 -0
  1046. package/src/stroke/editing/perc.svg +3 -0
  1047. package/src/stroke/editing/plus-set-1.svg +4 -0
  1048. package/src/stroke/editing/plus-set-2.svg +5 -0
  1049. package/src/stroke/editing/plus-set-3.svg +3 -0
  1050. package/src/stroke/editing/pushpin.svg +11 -0
  1051. package/src/stroke/editing/registered.svg +3 -0
  1052. package/src/stroke/editing/result.svg +6 -0
  1053. package/src/stroke/editing/ruler-combined.svg +10 -0
  1054. package/src/stroke/editing/ruler-trinangle.svg +9 -0
  1055. package/src/stroke/editing/ruler.svg +3 -0
  1056. package/src/stroke/editing/scissors-1.svg +14 -0
  1057. package/src/stroke/editing/scissors.svg +3 -0
  1058. package/src/stroke/editing/scribble-1.svg +10 -0
  1059. package/src/stroke/editing/scribble-2.svg +10 -0
  1060. package/src/stroke/editing/scribble.svg +10 -0
  1061. package/src/stroke/editing/size.svg +4 -0
  1062. package/src/stroke/editing/slider-shape.svg +3 -0
  1063. package/src/stroke/editing/solid-1.svg +3 -0
  1064. package/src/stroke/editing/solid.svg +3 -0
  1065. package/src/stroke/editing/spray-can.svg +3 -0
  1066. package/src/stroke/editing/stroke-1.svg +11 -0
  1067. package/src/stroke/editing/stroke.svg +10 -0
  1068. package/src/stroke/editing/sum.svg +4 -0
  1069. package/src/stroke/editing/text-01.svg +1 -0
  1070. package/src/stroke/editing/text-02.svg +1 -0
  1071. package/src/stroke/editing/trim.svg +3 -0
  1072. package/src/stroke/editing/type-01.svg +1 -0
  1073. package/src/stroke/editing/type-02.svg +1 -0
  1074. package/src/stroke/editing/type-03.svg +1 -0
  1075. package/src/stroke/editing/underline.svg +1 -0
  1076. package/src/stroke/files/add-file.svg +1 -0
  1077. package/src/stroke/files/archive.svg +3 -0
  1078. package/src/stroke/files/attachment.svg +1 -0
  1079. package/src/stroke/files/book-open.svg +1 -0
  1080. package/src/stroke/files/bookmark-alt.svg +3 -0
  1081. package/src/stroke/files/bookmark.svg +1 -0
  1082. package/src/stroke/files/briefcase.svg +3 -0
  1083. package/src/stroke/files/clipboard-1.svg +1 -0
  1084. package/src/stroke/files/clipboard-2.svg +1 -0
  1085. package/src/stroke/files/document-report.svg +3 -0
  1086. package/src/stroke/files/document.svg +3 -0
  1087. package/src/stroke/files/file-image.svg +1 -0
  1088. package/src/stroke/files/file-text.svg +1 -0
  1089. package/src/stroke/files/file-video.svg +1 -0
  1090. package/src/stroke/files/file.svg +1 -0
  1091. package/src/stroke/files/files-01.svg +6 -0
  1092. package/src/stroke/files/files-02.svg +4 -0
  1093. package/src/stroke/files/files-03.svg +4 -0
  1094. package/src/stroke/files/files-04.svg +4 -0
  1095. package/src/stroke/files/folder-01.svg +1 -0
  1096. package/src/stroke/files/folder-02.svg +1 -0
  1097. package/src/stroke/files/folder-add.svg +3 -0
  1098. package/src/stroke/files/folder-open.svg +1 -0
  1099. package/src/stroke/files/folder.svg +3 -0
  1100. package/src/stroke/files/img-01.svg +5 -0
  1101. package/src/stroke/files/img-02.svg +5 -0
  1102. package/src/stroke/files/img-03.svg +7 -0
  1103. package/src/stroke/files/journal.svg +1 -0
  1104. package/src/stroke/files/manual-empty.svg +1 -0
  1105. package/src/stroke/files/page.svg +1 -0
  1106. package/src/stroke/files/project-1.svg +4 -0
  1107. package/src/stroke/files/project-2.svg +5 -0
  1108. package/src/stroke/files/project.svg +4 -0
  1109. package/src/stroke/layout/align-bottom.svg +1 -0
  1110. package/src/stroke/layout/align-center.svg +1 -0
  1111. package/src/stroke/layout/align-horizontal-center.svg +1 -0
  1112. package/src/stroke/layout/align-horizontal-left.svg +1 -0
  1113. package/src/stroke/layout/align-horizontal-right.svg +1 -0
  1114. package/src/stroke/layout/align-left.svg +1 -0
  1115. package/src/stroke/layout/align-middle.svg +1 -0
  1116. package/src/stroke/layout/align-right.svg +1 -0
  1117. package/src/stroke/layout/align-top.svg +1 -0
  1118. package/src/stroke/layout/align-vertical-bottom.svg +1 -0
  1119. package/src/stroke/layout/align-vertical-center.svg +1 -0
  1120. package/src/stroke/layout/align-vertical-top.svg +1 -0
  1121. package/src/stroke/layout/alignbottom.svg +12 -0
  1122. package/src/stroke/layout/aligncenterhorizontal.svg +14 -0
  1123. package/src/stroke/layout/aligncentervertical.svg +14 -0
  1124. package/src/stroke/layout/alignleft-1.svg +12 -0
  1125. package/src/stroke/layout/alignleft.svg +5 -0
  1126. package/src/stroke/layout/alignright-1.svg +12 -0
  1127. package/src/stroke/layout/alignright.svg +5 -0
  1128. package/src/stroke/layout/aligntop.svg +12 -0
  1129. package/src/stroke/layout/auto-layout.svg +1 -0
  1130. package/src/stroke/layout/border-all.svg +1 -0
  1131. package/src/stroke/layout/border-bottom.svg +1 -0
  1132. package/src/stroke/layout/border-inner.svg +1 -0
  1133. package/src/stroke/layout/border-left.svg +1 -0
  1134. package/src/stroke/layout/border-none.svg +1 -0
  1135. package/src/stroke/layout/border-outer.svg +1 -0
  1136. package/src/stroke/layout/border-radius.svg +1 -0
  1137. package/src/stroke/layout/border-right.svg +1 -0
  1138. package/src/stroke/layout/border-top.svg +1 -0
  1139. package/src/stroke/layout/carousel.svg +4 -0
  1140. package/src/stroke/layout/category-alt.svg +4 -0
  1141. package/src/stroke/layout/category.svg +4 -0
  1142. package/src/stroke/layout/collapse-alt.svg +1 -0
  1143. package/src/stroke/layout/collapse-horizontal.svg +1 -0
  1144. package/src/stroke/layout/collapse-vertical.svg +1 -0
  1145. package/src/stroke/layout/collapse.svg +1 -0
  1146. package/src/stroke/layout/collection.svg +4 -0
  1147. package/src/stroke/layout/columns.svg +1 -0
  1148. package/src/stroke/layout/component.svg +1 -0
  1149. package/src/stroke/layout/dock-bottom.svg +4 -0
  1150. package/src/stroke/layout/dock-left.svg +4 -0
  1151. package/src/stroke/layout/dock-right.svg +4 -0
  1152. package/src/stroke/layout/dock-top.svg +4 -0
  1153. package/src/stroke/layout/expand-alt.svg +1 -0
  1154. package/src/stroke/layout/expand-horizontal.svg +1 -0
  1155. package/src/stroke/layout/expand-vertical.svg +1 -0
  1156. package/src/stroke/layout/expand.svg +1 -0
  1157. package/src/stroke/layout/fatrows.svg +4 -0
  1158. package/src/stroke/layout/grid-01.svg +1 -0
  1159. package/src/stroke/layout/grid-02.svg +1 -0
  1160. package/src/stroke/layout/grid-03.svg +1 -0
  1161. package/src/stroke/layout/grid-04.svg +1 -0
  1162. package/src/stroke/layout/grid-05.svg +1 -0
  1163. package/src/stroke/layout/grid-06.svg +1 -0
  1164. package/src/stroke/layout/grid-alt.svg +3 -0
  1165. package/src/stroke/layout/grid-horizontal.svg +3 -0
  1166. package/src/stroke/layout/grid-small.svg +3 -0
  1167. package/src/stroke/layout/grid-vertical.svg +3 -0
  1168. package/src/stroke/layout/grid.svg +1 -0
  1169. package/src/stroke/layout/horizontal-center.svg +4 -0
  1170. package/src/stroke/layout/horizontal-left.svg +4 -0
  1171. package/src/stroke/layout/horizontal-right.svg +4 -0
  1172. package/src/stroke/layout/layers.svg +1 -0
  1173. package/src/stroke/layout/layout-01.svg +1 -0
  1174. package/src/stroke/layout/layout-02.svg +1 -0
  1175. package/src/stroke/layout/layout-03.svg +1 -0
  1176. package/src/stroke/layout/layout.svg +1 -0
  1177. package/src/stroke/layout/list-01.svg +1 -0
  1178. package/src/stroke/layout/list-02.svg +1 -0
  1179. package/src/stroke/layout/menu-1.svg +6 -0
  1180. package/src/stroke/layout/menu-2.svg +6 -0
  1181. package/src/stroke/layout/menu-3.svg +6 -0
  1182. package/src/stroke/layout/menu.svg +6 -0
  1183. package/src/stroke/layout/more-horizontal.svg +1 -0
  1184. package/src/stroke/layout/more-vertical.svg +1 -0
  1185. package/src/stroke/layout/move-collection.svg +5 -0
  1186. package/src/stroke/layout/move-horizontal.svg +1 -0
  1187. package/src/stroke/layout/move-vertical.svg +1 -0
  1188. package/src/stroke/layout/move.svg +1 -0
  1189. package/src/stroke/layout/objects-horizontal-center.svg +4 -0
  1190. package/src/stroke/layout/objects-horizontal-left.svg +4 -0
  1191. package/src/stroke/layout/objects-horizontal-right.svg +4 -0
  1192. package/src/stroke/layout/objects-vertical-bottom.svg +4 -0
  1193. package/src/stroke/layout/objects-vertical-center.svg +4 -0
  1194. package/src/stroke/layout/objects-vertical-top.svg +4 -0
  1195. package/src/stroke/layout/panel-left.svg +1 -0
  1196. package/src/stroke/layout/panel-right.svg +1 -0
  1197. package/src/stroke/layout/reflect-horizontal.svg +1 -0
  1198. package/src/stroke/layout/reflect-vertical.svg +1 -0
  1199. package/src/stroke/layout/row-alt.svg +1 -0
  1200. package/src/stroke/layout/row.svg +1 -0
  1201. package/src/stroke/layout/rows.svg +8 -0
  1202. package/src/stroke/layout/sidebar.svg +1 -0
  1203. package/src/stroke/layout/squaresfour.svg +6 -0
  1204. package/src/stroke/layout/stacksimple.svg +11 -0
  1205. package/src/stroke/layout/trello.svg +5 -0
  1206. package/src/stroke/layout/user-interface.svg +5 -0
  1207. package/src/stroke/layout/view-boards.svg +3 -0
  1208. package/src/stroke/layout/view-grid.svg +6 -0
  1209. package/src/stroke/layout/view-list.svg +3 -0
  1210. package/src/stroke/media/camera-1.svg +1 -0
  1211. package/src/stroke/media/camera-2.svg +1 -0
  1212. package/src/stroke/media/camera-home.svg +1 -0
  1213. package/src/stroke/media/camera-off.svg +1 -0
  1214. package/src/stroke/media/camera.svg +1 -0
  1215. package/src/stroke/media/control-pause.svg +1 -0
  1216. package/src/stroke/media/control-play.svg +1 -0
  1217. package/src/stroke/media/control-stop.svg +1 -0
  1218. package/src/stroke/media/fast-forward.svg +1 -0
  1219. package/src/stroke/media/image.svg +1 -0
  1220. package/src/stroke/media/mic-off.svg +1 -0
  1221. package/src/stroke/media/mic.svg +1 -0
  1222. package/src/stroke/media/pause-narrow.svg +1 -0
  1223. package/src/stroke/media/pause.svg +1 -0
  1224. package/src/stroke/media/photo-02.svg +1 -0
  1225. package/src/stroke/media/play.svg +1 -0
  1226. package/src/stroke/media/repeat-1.svg +1 -0
  1227. package/src/stroke/media/repeat.svg +1 -0
  1228. package/src/stroke/media/rewind.svg +1 -0
  1229. package/src/stroke/media/shuffle.svg +1 -0
  1230. package/src/stroke/media/skip-back.svg +1 -0
  1231. package/src/stroke/media/skip-forward.svg +1 -0
  1232. package/src/stroke/media/stop.svg +1 -0
  1233. package/src/stroke/media/video-off.svg +1 -0
  1234. package/src/stroke/media/video.svg +1 -0
  1235. package/src/stroke/media/volume-1.svg +1 -0
  1236. package/src/stroke/media/volume-2.svg +1 -0
  1237. package/src/stroke/media/volume-x.svg +1 -0
  1238. package/src/stroke/media/volume.svg +1 -0
  1239. package/src/stroke/misc/align-auto.svg +1 -0
  1240. package/src/stroke/misc/baseball.svg +3 -0
  1241. package/src/stroke/misc/basketball.svg +3 -0
  1242. package/src/stroke/misc/bath.svg +3 -0
  1243. package/src/stroke/misc/beaker.svg +3 -0
  1244. package/src/stroke/misc/bed.svg +3 -0
  1245. package/src/stroke/misc/been-here.svg +3 -0
  1246. package/src/stroke/misc/bolt.svg +1 -0
  1247. package/src/stroke/misc/bomb.svg +3 -0
  1248. package/src/stroke/misc/bowl-hot.svg +3 -0
  1249. package/src/stroke/misc/bowling-ball.svg +3 -0
  1250. package/src/stroke/misc/bucket.svg +1 -0
  1251. package/src/stroke/misc/bulb.svg +3 -0
  1252. package/src/stroke/misc/bus-school.svg +3 -0
  1253. package/src/stroke/misc/bus.svg +3 -0
  1254. package/src/stroke/misc/cabinet.svg +3 -0
  1255. package/src/stroke/misc/cable-car.svg +3 -0
  1256. package/src/stroke/misc/cake.svg +3 -0
  1257. package/src/stroke/misc/candles.svg +3 -0
  1258. package/src/stroke/misc/car.svg +3 -0
  1259. package/src/stroke/misc/chair.svg +3 -0
  1260. package/src/stroke/misc/chalkboard.svg +3 -0
  1261. package/src/stroke/misc/closet.svg +3 -0
  1262. package/src/stroke/misc/coffee.svg +3 -0
  1263. package/src/stroke/misc/cookie.svg +3 -0
  1264. package/src/stroke/misc/cricket-ball.svg +3 -0
  1265. package/src/stroke/misc/cycling.svg +3 -0
  1266. package/src/stroke/misc/dice-1.svg +3 -0
  1267. package/src/stroke/misc/dice-2.svg +3 -0
  1268. package/src/stroke/misc/dice-3.svg +3 -0
  1269. package/src/stroke/misc/dice-4.svg +3 -0
  1270. package/src/stroke/misc/dice-5.svg +3 -0
  1271. package/src/stroke/misc/dice-6.svg +3 -0
  1272. package/src/stroke/misc/dish.svg +3 -0
  1273. package/src/stroke/misc/door-open.svg +3 -0
  1274. package/src/stroke/misc/dumbbell.svg +3 -0
  1275. package/src/stroke/misc/fire.svg +4 -0
  1276. package/src/stroke/misc/football.svg +5 -0
  1277. package/src/stroke/misc/fork.svg +3 -0
  1278. package/src/stroke/misc/foundation.svg +1 -0
  1279. package/src/stroke/misc/fridge.svg +3 -0
  1280. package/src/stroke/misc/ftx-token-ftt.svg +13 -0
  1281. package/src/stroke/misc/game.svg +3 -0
  1282. package/src/stroke/misc/gas-pump.svg +3 -0
  1283. package/src/stroke/misc/ghost.svg +3 -0
  1284. package/src/stroke/misc/glasses-alt.svg +3 -0
  1285. package/src/stroke/misc/glasses.svg +3 -0
  1286. package/src/stroke/misc/health.svg +3 -0
  1287. package/src/stroke/misc/heart.svg +3 -0
  1288. package/src/stroke/misc/home-1.svg +1 -0
  1289. package/src/stroke/misc/home-2.svg +1 -0
  1290. package/src/stroke/misc/hotel.svg +3 -0
  1291. package/src/stroke/misc/instance.svg +1 -0
  1292. package/src/stroke/misc/joystick-alt.svg +3 -0
  1293. package/src/stroke/misc/joystick-button.svg +3 -0
  1294. package/src/stroke/misc/joystick.svg +4 -0
  1295. package/src/stroke/misc/knife.svg +3 -0
  1296. package/src/stroke/misc/landscape.svg +3 -0
  1297. package/src/stroke/misc/location.svg +1 -0
  1298. package/src/stroke/misc/mask.svg +3 -0
  1299. package/src/stroke/misc/meteor.svg +3 -0
  1300. package/src/stroke/misc/pills.svg +1 -0
  1301. package/src/stroke/misc/placeholder-1.svg +5 -0
  1302. package/src/stroke/misc/placeholder.svg +5 -0
  1303. package/src/stroke/misc/planet.svg +3 -0
  1304. package/src/stroke/misc/plus-medical.svg +3 -0
  1305. package/src/stroke/misc/puzzle.svg +3 -0
  1306. package/src/stroke/misc/rabbit.svg +1 -0
  1307. package/src/stroke/misc/restaurant.svg +3 -0
  1308. package/src/stroke/misc/rocket.svg +3 -0
  1309. package/src/stroke/misc/run.svg +3 -0
  1310. package/src/stroke/misc/shower.svg +3 -0
  1311. package/src/stroke/misc/star-1.svg +3 -0
  1312. package/src/stroke/misc/stitches.svg +6 -0
  1313. package/src/stroke/misc/sun.svg +3 -0
  1314. package/src/stroke/misc/sushi.svg +3 -0
  1315. package/src/stroke/misc/swim.svg +3 -0
  1316. package/src/stroke/misc/taxi.svg +3 -0
  1317. package/src/stroke/misc/tennis-ball.svg +3 -0
  1318. package/src/stroke/misc/ticket.svg +3 -0
  1319. package/src/stroke/misc/traffic-cone.svg +3 -0
  1320. package/src/stroke/misc/train.svg +3 -0
  1321. package/src/stroke/misc/trip.svg +3 -0
  1322. package/src/stroke/misc/trophy.svg +3 -0
  1323. package/src/stroke/misc/truck.svg +3 -0
  1324. package/src/stroke/misc/walk.svg +3 -0
  1325. package/src/stroke/misc/world.svg +3 -0
  1326. package/src/stroke/misc/yarn.svg +6 -0
  1327. package/src/stroke/navigation/arrow-cross.svg +1 -0
  1328. package/src/stroke/navigation/arrow-down-left.svg +3 -0
  1329. package/src/stroke/navigation/arrow-down-right.svg +3 -0
  1330. package/src/stroke/navigation/arrow-down.svg +1 -0
  1331. package/src/stroke/navigation/arrow-downright.svg +1 -0
  1332. package/src/stroke/navigation/arrow-expand.svg +1 -0
  1333. package/src/stroke/navigation/arrow-left.svg +1 -0
  1334. package/src/stroke/navigation/arrow-right.svg +1 -0
  1335. package/src/stroke/navigation/arrow-up-left.svg +3 -0
  1336. package/src/stroke/navigation/arrow-up-right.svg +3 -0
  1337. package/src/stroke/navigation/arrow-up.svg +1 -0
  1338. package/src/stroke/navigation/caret-down.svg +1 -0
  1339. package/src/stroke/navigation/caret-left.svg +1 -0
  1340. package/src/stroke/navigation/caret-right.svg +1 -0
  1341. package/src/stroke/navigation/caret-up.svg +1 -0
  1342. package/src/stroke/navigation/chevron-down-square.svg +4 -0
  1343. package/src/stroke/navigation/chevron-down.svg +1 -0
  1344. package/src/stroke/navigation/chevron-left-square.svg +4 -0
  1345. package/src/stroke/navigation/chevron-left.svg +3 -0
  1346. package/src/stroke/navigation/chevron-right-square.svg +4 -0
  1347. package/src/stroke/navigation/chevron-right.svg +1 -0
  1348. package/src/stroke/navigation/chevron-up-square.svg +4 -0
  1349. package/src/stroke/navigation/chevron-up.svg +1 -0
  1350. package/src/stroke/navigation/chevrons-down.svg +3 -0
  1351. package/src/stroke/navigation/chevrons-left.svg +3 -0
  1352. package/src/stroke/navigation/chevrons-right.svg +3 -0
  1353. package/src/stroke/navigation/chevrons-up.svg +3 -0
  1354. package/src/stroke/navigation/compass.svg +4 -0
  1355. package/src/stroke/navigation/control-arrow-back.svg +1 -0
  1356. package/src/stroke/navigation/control-arrow-end.svg +1 -0
  1357. package/src/stroke/navigation/control-arrow-forward.svg +1 -0
  1358. package/src/stroke/navigation/control-arrow-start.svg +1 -0
  1359. package/src/stroke/navigation/current-location.svg +5 -0
  1360. package/src/stroke/navigation/directions.svg +4 -0
  1361. package/src/stroke/navigation/dropdown-caret.svg +1 -0
  1362. package/src/stroke/navigation/external-link.svg +1 -0
  1363. package/src/stroke/navigation/globe-alt.svg +4 -0
  1364. package/src/stroke/navigation/globe.svg +4 -0
  1365. package/src/stroke/navigation/hamburger.svg +3 -0
  1366. package/src/stroke/navigation/home.svg +3 -0
  1367. package/src/stroke/navigation/location-marker.svg +4 -0
  1368. package/src/stroke/navigation/location-plus.svg +4 -0
  1369. package/src/stroke/navigation/map-alt.svg +4 -0
  1370. package/src/stroke/navigation/map-pin.svg +4 -0
  1371. package/src/stroke/navigation/map.svg +4 -0
  1372. package/src/stroke/navigation/menu.svg +1 -0
  1373. package/src/stroke/navigation/more.svg +12 -0
  1374. package/src/stroke/navigation/street-view.svg +4 -0
  1375. package/src/stroke/navigation/subdirectory-left.svg +3 -0
  1376. package/src/stroke/navigation/subdirectory-right.svg +3 -0
  1377. package/src/stroke/navigation/x.svg +1 -0
  1378. package/src/stroke/rack/ascii-back.svg +1 -0
  1379. package/src/stroke/rack/ascii-block.svg +1 -0
  1380. package/src/stroke/rack/ascii-dash.svg +1 -0
  1381. package/src/stroke/rack/ascii-dot.svg +1 -0
  1382. package/src/stroke/rack/ascii-equal.svg +1 -0
  1383. package/src/stroke/rack/ascii-hash.svg +1 -0
  1384. package/src/stroke/rack/ascii-pipe.svg +1 -0
  1385. package/src/stroke/rack/ascii-plus.svg +1 -0
  1386. package/src/stroke/rack/ascii-slash.svg +1 -0
  1387. package/src/stroke/rack/ascii-x.svg +1 -0
  1388. package/src/stroke/rack/cable-lock.svg +1 -0
  1389. package/src/stroke/rack/cable-off.svg +1 -0
  1390. package/src/stroke/rack/cable-on.svg +1 -0
  1391. package/src/stroke/rack/cable-trans.svg +1 -0
  1392. package/src/stroke/rack/cable-unlock.svg +1 -0
  1393. package/src/stroke/rack/cap-butt.svg +1 -0
  1394. package/src/stroke/rack/cap-round.svg +1 -0
  1395. package/src/stroke/rack/cap-square.svg +1 -0
  1396. package/src/stroke/rack/chevron-down.svg +1 -0
  1397. package/src/stroke/rack/chevron-left.svg +1 -0
  1398. package/src/stroke/rack/chevron-right.svg +1 -0
  1399. package/src/stroke/rack/chevron-up.svg +1 -0
  1400. package/src/stroke/rack/clr-anl.svg +1 -0
  1401. package/src/stroke/rack/clr-comp.svg +1 -0
  1402. package/src/stroke/rack/clr-mono.svg +1 -0
  1403. package/src/stroke/rack/clr-tri.svg +1 -0
  1404. package/src/stroke/rack/curve-exp.svg +1 -0
  1405. package/src/stroke/rack/curve-log.svg +1 -0
  1406. package/src/stroke/rack/dith-cross.svg +1 -0
  1407. package/src/stroke/rack/dith-crt.svg +1 -0
  1408. package/src/stroke/rack/dith-diamond.svg +1 -0
  1409. package/src/stroke/rack/dith-flow.svg +1 -0
  1410. package/src/stroke/rack/dith-flower.svg +1 -0
  1411. package/src/stroke/rack/dith-gear.svg +1 -0
  1412. package/src/stroke/rack/dith-glitch.svg +1 -0
  1413. package/src/stroke/rack/dith-grid.svg +1 -0
  1414. package/src/stroke/rack/dith-hex.svg +1 -0
  1415. package/src/stroke/rack/dith-htone.svg +1 -0
  1416. package/src/stroke/rack/dith-melt.svg +1 -0
  1417. package/src/stroke/rack/dith-radial.svg +1 -0
  1418. package/src/stroke/rack/dith-xhatch.svg +1 -0
  1419. package/src/stroke/rack/filter-bp.svg +1 -0
  1420. package/src/stroke/rack/filter-hp.svg +1 -0
  1421. package/src/stroke/rack/filter-lp.svg +1 -0
  1422. package/src/stroke/rack/filter-notch.svg +1 -0
  1423. package/src/stroke/rack/gen-color.svg +1 -0
  1424. package/src/stroke/rack/gen-gradient.svg +1 -0
  1425. package/src/stroke/rack/gen-pattern.svg +1 -0
  1426. package/src/stroke/rack/gen-wave.svg +1 -0
  1427. package/src/stroke/rack/grad-con.svg +1 -0
  1428. package/src/stroke/rack/grad-lin.svg +1 -0
  1429. package/src/stroke/rack/grad-rad.svg +1 -0
  1430. package/src/stroke/rack/line-circle.svg +1 -0
  1431. package/src/stroke/rack/line-grid.svg +1 -0
  1432. package/src/stroke/rack/line-line.svg +1 -0
  1433. package/src/stroke/rack/line-lissa.svg +1 -0
  1434. package/src/stroke/rack/line-spiral.svg +1 -0
  1435. package/src/stroke/rack/logic-and.svg +1 -0
  1436. package/src/stroke/rack/logic-nand.svg +1 -0
  1437. package/src/stroke/rack/logic-nor.svg +1 -0
  1438. package/src/stroke/rack/logic-not.svg +1 -0
  1439. package/src/stroke/rack/logic-or.svg +1 -0
  1440. package/src/stroke/rack/logic-xor.svg +1 -0
  1441. package/src/stroke/rack/nav-create.svg +1 -0
  1442. package/src/stroke/rack/nav-home.svg +1 -0
  1443. package/src/stroke/rack/nav-library.svg +1 -0
  1444. package/src/stroke/rack/nav-rack.svg +1 -0
  1445. package/src/stroke/rack/nav-settings.svg +1 -0
  1446. package/src/stroke/rack/ptrn-checker.svg +1 -0
  1447. package/src/stroke/rack/ptrn-dot.svg +1 -0
  1448. package/src/stroke/rack/ptrn-stripe.svg +1 -0
  1449. package/src/stroke/rack/radial-circle.svg +1 -0
  1450. package/src/stroke/rack/radial-default.svg +1 -0
  1451. package/src/stroke/rack/radial-hex.svg +1 -0
  1452. package/src/stroke/rack/radial-random.svg +1 -0
  1453. package/src/stroke/rack/radial-rect.svg +1 -0
  1454. package/src/stroke/rack/radial-star.svg +1 -0
  1455. package/src/stroke/rack/radial-triangle.svg +1 -0
  1456. package/src/stroke/rack/ramp-down.svg +1 -0
  1457. package/src/stroke/rack/ramp-tri.svg +1 -0
  1458. package/src/stroke/rack/ramp-up.svg +1 -0
  1459. package/src/stroke/rack/seq-a.svg +1 -0
  1460. package/src/stroke/rack/seq-b.svg +1 -0
  1461. package/src/stroke/rack/seq-c.svg +1 -0
  1462. package/src/stroke/rack/seq-d.svg +1 -0
  1463. package/src/stroke/rack/shape-cube.svg +1 -0
  1464. package/src/stroke/rack/shape-cyl.svg +1 -0
  1465. package/src/stroke/rack/shape-ico.svg +1 -0
  1466. package/src/stroke/rack/shape-octa.svg +1 -0
  1467. package/src/stroke/rack/shape-sphere.svg +1 -0
  1468. package/src/stroke/rack/shape-tetra.svg +1 -0
  1469. package/src/stroke/rack/shape-torus.svg +1 -0
  1470. package/src/stroke/rack/shaper-clip.svg +1 -0
  1471. package/src/stroke/rack/shaper-exp.svg +1 -0
  1472. package/src/stroke/rack/shaper-fold.svg +1 -0
  1473. package/src/stroke/rack/shaper-log.svg +1 -0
  1474. package/src/stroke/rack/shaper-scurve.svg +1 -0
  1475. package/src/stroke/rack/shaper-sine.svg +1 -0
  1476. package/src/stroke/rack/shaper-step.svg +1 -0
  1477. package/src/stroke/rack/shaper-wrap.svg +1 -0
  1478. package/src/stroke/rack/tr-carets.svg +1 -0
  1479. package/src/stroke/rack/tr-fwd.svg +1 -0
  1480. package/src/stroke/rack/tr-inf.svg +1 -0
  1481. package/src/stroke/rack/tr-left.svg +1 -0
  1482. package/src/stroke/rack/tr-pause.svg +1 -0
  1483. package/src/stroke/rack/tr-rew.svg +1 -0
  1484. package/src/stroke/rack/tr-right.svg +1 -0
  1485. package/src/stroke/rack/tr-skip.svg +1 -0
  1486. package/src/stroke/rack/wave-rnd.svg +1 -0
  1487. package/src/stroke/rack/wave-saw.svg +1 -0
  1488. package/src/stroke/rack/wave-sin.svg +1 -0
  1489. package/src/stroke/rack/wave-sqr.svg +1 -0
  1490. package/src/stroke/rack/wave-tri.svg +1 -0
  1491. package/src/stroke/shapes/3square.svg +12 -0
  1492. package/src/stroke/shapes/ball.svg +4 -0
  1493. package/src/stroke/shapes/box.svg +5 -0
  1494. package/src/stroke/shapes/circle-1.svg +4 -0
  1495. package/src/stroke/shapes/circle-dashed.svg +3 -0
  1496. package/src/stroke/shapes/circle.svg +1 -0
  1497. package/src/stroke/shapes/cone-alt.svg +1 -0
  1498. package/src/stroke/shapes/cone.svg +1 -0
  1499. package/src/stroke/shapes/cube-transparent.svg +3 -0
  1500. package/src/stroke/shapes/cube.svg +3 -0
  1501. package/src/stroke/shapes/design-shapes-1.svg +3 -0
  1502. package/src/stroke/shapes/design-shapes.svg +3 -0
  1503. package/src/stroke/shapes/diamond-alt.svg +1 -0
  1504. package/src/stroke/shapes/diamond.svg +1 -0
  1505. package/src/stroke/shapes/dimond.svg +4 -0
  1506. package/src/stroke/shapes/polygon.svg +1 -0
  1507. package/src/stroke/shapes/rectangle.svg +1 -0
  1508. package/src/stroke/shapes/shape-1.svg +10 -0
  1509. package/src/stroke/shapes/shape-16.svg +5 -0
  1510. package/src/stroke/shapes/shape-17.svg +3 -0
  1511. package/src/stroke/shapes/shape-18.svg +4 -0
  1512. package/src/stroke/shapes/shape-19.svg +4 -0
  1513. package/src/stroke/shapes/shape-2.svg +10 -0
  1514. package/src/stroke/shapes/shape-3.svg +10 -0
  1515. package/src/stroke/shapes/shape-4.svg +3 -0
  1516. package/src/stroke/shapes/shape-circle.svg +1 -0
  1517. package/src/stroke/shapes/shape-polygon.svg +4 -0
  1518. package/src/stroke/shapes/shape-square.svg +1 -0
  1519. package/src/stroke/shapes/shape-triangle.svg +1 -0
  1520. package/src/stroke/shapes/shape.svg +3 -0
  1521. package/src/stroke/shapes/shapes-01.svg +10 -0
  1522. package/src/stroke/shapes/shapes-02.svg +10 -0
  1523. package/src/stroke/shapes/shapes-03.svg +10 -0
  1524. package/src/stroke/shapes/shapes-04.svg +10 -0
  1525. package/src/stroke/shapes/shapes-05.svg +10 -0
  1526. package/src/stroke/shapes/shapes-06.svg +10 -0
  1527. package/src/stroke/shapes/shapes-07.svg +11 -0
  1528. package/src/stroke/shapes/shapes-08.svg +11 -0
  1529. package/src/stroke/shapes/shapes-09.svg +11 -0
  1530. package/src/stroke/shapes/shapes-10.svg +11 -0
  1531. package/src/stroke/shapes/shapes-11.svg +11 -0
  1532. package/src/stroke/shapes/shapes-12.svg +12 -0
  1533. package/src/stroke/shapes/shapes-13.svg +12 -0
  1534. package/src/stroke/shapes/shapes-14.svg +12 -0
  1535. package/src/stroke/shapes/shapes-15.svg +3 -0
  1536. package/src/stroke/shapes/shapes-16.svg +11 -0
  1537. package/src/stroke/shapes/shapes-17.svg +11 -0
  1538. package/src/stroke/shapes/shapes-18.svg +10 -0
  1539. package/src/stroke/shapes/shapes-19.svg +10 -0
  1540. package/src/stroke/shapes/shapes-20.svg +14 -0
  1541. package/src/stroke/shapes/shapes-21.svg +13 -0
  1542. package/src/stroke/shapes/shapes-22.svg +11 -0
  1543. package/src/stroke/shapes/shapes-23.svg +7 -0
  1544. package/src/stroke/shapes/shapes-24.svg +10 -0
  1545. package/src/stroke/shapes/shapes-25.svg +15 -0
  1546. package/src/stroke/shapes/shapes-26.svg +14 -0
  1547. package/src/stroke/shapes/shapes-27.svg +14 -0
  1548. package/src/stroke/shapes/shapes-stroke-01.svg +6 -0
  1549. package/src/stroke/shapes/shapes-stroke-02.svg +6 -0
  1550. package/src/stroke/shapes/shapes-stroke-03.svg +7 -0
  1551. package/src/stroke/shapes/star.svg +1 -0
  1552. package/src/stroke/shapes/triangle-alt.svg +1 -0
  1553. package/src/stroke/shapes/triangle.svg +1 -0
  1554. package/src/stroke/shapes/wave.svg +1 -0
  1555. package/src/stroke/shapes/wheel.svg +1 -0
  1556. package/src/stroke/stats/chart-square-bar.svg +1 -0
  1557. package/src/stroke/stats/cycle.svg +1 -0
  1558. package/src/stroke/stats/presentation-chart-bar.svg +1 -0
  1559. package/src/stroke/stats/presentation-chart-line.svg +1 -0
  1560. package/src/stroke/stats/stat-abacus.svg +1 -0
  1561. package/src/stroke/stats/stat-chart-a.svg +1 -0
  1562. package/src/stroke/stats/stat-chart-b.svg +1 -0
  1563. package/src/stroke/stats/stat-chart-c.svg +1 -0
  1564. package/src/stroke/stats/stat-crown.svg +1 -0
  1565. package/src/stroke/stats/stat-cycle.svg +1 -0
  1566. package/src/stroke/stats/stat-donut.svg +1 -0
  1567. package/src/stroke/stats/stat-medalion.svg +1 -0
  1568. package/src/stroke/stats/stat-pie-c.svg +1 -0
  1569. package/src/stroke/stats/stat-pie.svg +1 -0
  1570. package/src/stroke/stats/stat-rocket.svg +1 -0
  1571. package/src/stroke/stats/stat-stat.svg +1 -0
  1572. package/src/stroke/stats/stat-winner.svg +1 -0
  1573. package/src/stroke/stats/trending-down.svg +1 -0
  1574. package/src/stroke/stats/trending-up.svg +1 -0
  1575. package/src/stroke/status/alert-circle.svg +1 -0
  1576. package/src/stroke/status/alert-triangle.svg +1 -0
  1577. package/src/stroke/status/check-circle.svg +1 -0
  1578. package/src/stroke/status/eye-off.svg +1 -0
  1579. package/src/stroke/status/eye-on.svg +1 -0
  1580. package/src/stroke/status/help-circle.svg +1 -0
  1581. package/src/stroke/status/info.svg +1 -0
  1582. package/src/stroke/status/lightning-bolt.svg +1 -0
  1583. package/src/stroke/status/loader-circle.svg +1 -0
  1584. package/src/stroke/status/loader.svg +1 -0
  1585. package/src/stroke/status/status.svg +1 -0
  1586. package/src/stroke/status/x-circle.svg +1 -0
  1587. package/src/stroke/system/atomic-atom.svg +1 -0
  1588. package/src/stroke/system/atomic-lifeform.svg +1 -0
  1589. package/src/stroke/system/atomic-molecule.svg +1 -0
  1590. package/src/stroke/system/atomic-organism.svg +1 -0
  1591. package/src/stroke/system/battery.svg +1 -0
  1592. package/src/stroke/system/bell.svg +3 -0
  1593. package/src/stroke/system/bolt-alt.svg +1 -0
  1594. package/src/stroke/system/brackets.svg +3 -0
  1595. package/src/stroke/system/bug-1.svg +11 -0
  1596. package/src/stroke/system/bug-2.svg +11 -0
  1597. package/src/stroke/system/bug-alt.svg +3 -0
  1598. package/src/stroke/system/bug.svg +3 -0
  1599. package/src/stroke/system/calendar-1.svg +3 -0
  1600. package/src/stroke/system/calendar.svg +3 -0
  1601. package/src/stroke/system/chip.svg +3 -0
  1602. package/src/stroke/system/cloud.svg +3 -0
  1603. package/src/stroke/system/code-2.svg +4 -0
  1604. package/src/stroke/system/code-alt-collection.svg +3 -0
  1605. package/src/stroke/system/code-collection.svg +3 -0
  1606. package/src/stroke/system/code-curly-collection.svg +3 -0
  1607. package/src/stroke/system/code.svg +1 -0
  1608. package/src/stroke/system/codesimple.svg +4 -0
  1609. package/src/stroke/system/cog.svg +4 -0
  1610. package/src/stroke/system/curly.svg +3 -0
  1611. package/src/stroke/system/customize.svg +3 -0
  1612. package/src/stroke/system/database.svg +1 -0
  1613. package/src/stroke/system/desktop.svg +3 -0
  1614. package/src/stroke/system/extension.svg +3 -0
  1615. package/src/stroke/system/eye-off.svg +3 -0
  1616. package/src/stroke/system/frequency.svg +1 -0
  1617. package/src/stroke/system/git-compare.svg +3 -0
  1618. package/src/stroke/system/git-merge.svg +3 -0
  1619. package/src/stroke/system/git-pull-request.svg +3 -0
  1620. package/src/stroke/system/git-repo-forked.svg +3 -0
  1621. package/src/stroke/system/hash-italic-bold.svg +3 -0
  1622. package/src/stroke/system/hash-italic.svg +3 -0
  1623. package/src/stroke/system/hash.svg +3 -0
  1624. package/src/stroke/system/hdd.svg +3 -0
  1625. package/src/stroke/system/information-1.svg +3 -0
  1626. package/src/stroke/system/information-2.svg +3 -0
  1627. package/src/stroke/system/information-3.svg +3 -0
  1628. package/src/stroke/system/information.svg +4 -0
  1629. package/src/stroke/system/interactive.svg +1 -0
  1630. package/src/stroke/system/laptop.svg +3 -0
  1631. package/src/stroke/system/library.svg +1 -0
  1632. package/src/stroke/system/light-bulb-1.svg +5 -0
  1633. package/src/stroke/system/light-bulb.svg +3 -0
  1634. package/src/stroke/system/link-1.svg +11 -0
  1635. package/src/stroke/system/link.svg +3 -0
  1636. package/src/stroke/system/linked.svg +3 -0
  1637. package/src/stroke/system/main-component.svg +5 -0
  1638. package/src/stroke/system/pills-alt.svg +1 -0
  1639. package/src/stroke/system/plug.svg +3 -0
  1640. package/src/stroke/system/power.svg +1 -0
  1641. package/src/stroke/system/qrcode.svg +3 -0
  1642. package/src/stroke/system/roadmap.svg +1 -0
  1643. package/src/stroke/system/scale.svg +3 -0
  1644. package/src/stroke/system/server.svg +1 -0
  1645. package/src/stroke/system/settings-1.svg +4 -0
  1646. package/src/stroke/system/settings.svg +4 -0
  1647. package/src/stroke/system/shield-check.svg +3 -0
  1648. package/src/stroke/system/slider-alt.svg +3 -0
  1649. package/src/stroke/system/slider.svg +3 -0
  1650. package/src/stroke/system/tachometer.svg +3 -0
  1651. package/src/stroke/system/terminal.svg +1 -0
  1652. package/src/stroke/system/toggle-left.svg +3 -0
  1653. package/src/stroke/system/toggle-right.svg +3 -0
  1654. package/src/stroke/system/tui-crop.svg +1 -0
  1655. package/src/stroke/system/tui-draw.svg +1 -0
  1656. package/src/stroke/system/tui-filter.svg +1 -0
  1657. package/src/stroke/system/tui-flip-x.svg +1 -0
  1658. package/src/stroke/system/tui-flip-y.svg +1 -0
  1659. package/src/stroke/system/tui-image.svg +1 -0
  1660. package/src/stroke/system/tui-rotate-left.svg +1 -0
  1661. package/src/stroke/system/tui-rotate-right.svg +1 -0
  1662. package/src/stroke/system/tui-select.svg +1 -0
  1663. package/src/stroke/system/tui-shape.svg +1 -0
  1664. package/src/stroke/system/tui-text.svg +1 -0
  1665. package/src/stroke/system/tui-zoom.svg +1 -0
  1666. package/src/stroke/system/visible.svg +3 -0
  1667. package/src/stroke/system/wifi-off.svg +1 -0
  1668. package/src/stroke/system/wifi.svg +1 -0
  1669. package/src/stroke/system/wrench.svg +3 -0
  1670. package/src/stroke/theme/contrast.svg +1 -0
  1671. package/src/stroke/theme/monitor.svg +1 -0
  1672. package/src/stroke/theme/moon.svg +1 -0
  1673. package/src/stroke/theme/sun.svg +1 -0
  1674. package/src/stroke/theme/theme-toggle.svg +1 -0
  1675. package/src/stroke/time/calendar-check.svg +1 -0
  1676. package/src/stroke/time/calendar-days.svg +1 -0
  1677. package/src/stroke/time/calendar.svg +1 -0
  1678. package/src/stroke/time/clock-alert.svg +1 -0
  1679. package/src/stroke/time/clock-rotate-left.svg +1 -0
  1680. package/src/stroke/time/clock.svg +1 -0
  1681. package/src/stroke/time/history.svg +1 -0
  1682. package/src/stroke/time/stopwatch.svg +1 -0
  1683. package/src/stroke/time/timer.svg +1 -0
  1684. package/src/stroke/tools/bucket-alt.svg +1 -0
  1685. package/src/stroke/tools/color-palette.svg +1 -0
  1686. package/src/stroke/tools/color-wheel.svg +1 -0
  1687. package/src/stroke/tools/crop.svg +1 -0
  1688. package/src/stroke/tools/filter-palette.svg +1 -0
  1689. package/src/stroke/tools/mark-tool.svg +1 -0
  1690. package/src/stroke/tools/paint-drop.svg +1 -0
  1691. package/src/stroke/tools/pencil.svg +1 -0
  1692. package/src/stroke/tools/wheel.svg +1 -0
  1693. package/src/stroke/typography/a-framed.svg +4 -0
  1694. package/src/stroke/typography/a.svg +3 -0
  1695. package/src/stroke/typography/aa.svg +4 -0
  1696. package/src/stroke/typography/font-01.svg +1 -0
  1697. package/src/stroke/typography/font-02.svg +1 -0
  1698. package/src/stroke/typography/font-03.svg +1 -0
  1699. package/src/stroke/typography/italic-a.svg +3 -0
  1700. package/src/stroke/typography/italic-b.svg +3 -0
  1701. package/src/stroke/typography/roman-a.svg +3 -0
  1702. package/src/stroke/typography/roman-b.svg +3 -0
  1703. package/src/stroke/typography/type.svg +1 -0
  1704. package/src/stroke/typography/typography-1.svg +3 -0
  1705. package/src/stroke/typography/typography-2.svg +3 -0
  1706. package/src/stroke/typography/typography-3.svg +3 -0
  1707. package/src/stroke/user/award.svg +4 -0
  1708. package/src/stroke/user/certification.svg +5 -0
  1709. package/src/stroke/user/crown.svg +4 -0
  1710. package/src/stroke/user/fingerprint.svg +6 -0
  1711. package/src/stroke/user/flag.svg +1 -0
  1712. package/src/stroke/user/heart-1.svg +1 -0
  1713. package/src/stroke/user/heart-2.svg +1 -0
  1714. package/src/stroke/user/identification.svg +3 -0
  1715. package/src/stroke/user/key.svg +1 -0
  1716. package/src/stroke/user/lock.svg +1 -0
  1717. package/src/stroke/user/log-in.svg +1 -0
  1718. package/src/stroke/user/log-out.svg +1 -0
  1719. package/src/stroke/user/medal.svg +5 -0
  1720. package/src/stroke/user/shield.svg +1 -0
  1721. package/src/stroke/user/social-facebook.svg +1 -0
  1722. package/src/stroke/user/social-linkedin.svg +1 -0
  1723. package/src/stroke/user/social-twitter.svg +1 -0
  1724. package/src/stroke/user/star.svg +1 -0
  1725. package/src/stroke/user/unlock.svg +1 -0
  1726. package/src/stroke/user/user-1.svg +4 -0
  1727. package/src/stroke/user/user-2.svg +4 -0
  1728. package/src/stroke/user/user-circle.svg +3 -0
  1729. package/src/stroke/user/user-group.svg +3 -0
  1730. package/src/stroke/user/user-plus.svg +1 -0
  1731. package/src/stroke/user/user.svg +1 -0
  1732. package/src/stroke/user/users.svg +1 -0
  1733. package/src/svg/00-kol/arrow-right.svg +4 -0
  1734. package/src/svg/00-kol/check.svg +3 -0
  1735. package/src/svg/00-kol/chevron-down.svg +3 -0
  1736. package/src/svg/00-kol/chevron-up.svg +3 -0
  1737. package/src/svg/00-kol/circle.svg +3 -0
  1738. package/src/svg/00-kol/close.svg +3 -0
  1739. package/src/svg/00-kol/color.svg +6 -0
  1740. package/src/svg/00-kol/component.svg +6 -0
  1741. package/src/svg/00-kol/cursor.svg +3 -0
  1742. package/src/svg/00-kol/eye-off.svg +3 -0
  1743. package/src/svg/00-kol/eye-on.svg +4 -0
  1744. package/src/svg/00-kol/eye-open.svg +4 -0
  1745. package/src/svg/00-kol/eyedrop.svg +4 -0
  1746. package/src/svg/00-kol/file-text.svg +6 -0
  1747. package/src/svg/00-kol/grid.svg +6 -0
  1748. package/src/svg/00-kol/image.svg +5 -0
  1749. package/src/svg/00-kol/list.svg +8 -0
  1750. package/src/svg/00-kol/lock.svg +5 -0
  1751. package/src/svg/00-kol/maximize.svg +6 -0
  1752. package/src/svg/00-kol/plus.svg +3 -0
  1753. package/src/svg/00-kol/ptrn-checker.svg +7 -0
  1754. package/src/svg/00-kol/refresh.svg +6 -0
  1755. package/src/svg/00-kol/resize-corner.svg +3 -0
  1756. package/src/svg/00-kol/shape.svg +4 -0
  1757. package/src/svg/00-kol/square.svg +3 -0
  1758. package/src/svg/00-kol/swap.svg +5 -0
  1759. package/src/svg/00-kol/trash.svg +7 -0
  1760. package/src/svg/00-kol/unlock.svg +5 -0
  1761. package/src/svg/00-kol/upload.svg +5 -0
  1762. package/src/svg/01-navigation/arrow-cross.svg +3 -0
  1763. package/src/svg/01-navigation/arrow-down.svg +3 -0
  1764. package/src/svg/01-navigation/arrow-downright.svg +3 -0
  1765. package/src/svg/01-navigation/arrow-expand.svg +3 -0
  1766. package/src/svg/01-navigation/arrow-left.svg +3 -0
  1767. package/src/svg/01-navigation/arrow-right.svg +3 -0
  1768. package/src/svg/01-navigation/arrow-up.svg +3 -0
  1769. package/src/svg/01-navigation/caret-down.svg +3 -0
  1770. package/src/svg/01-navigation/caret-left.svg +3 -0
  1771. package/src/svg/01-navigation/caret-right.svg +3 -0
  1772. package/src/svg/01-navigation/caret-up.svg +3 -0
  1773. package/src/svg/01-navigation/chevron-right.svg +3 -0
  1774. package/src/svg/01-navigation/control-arrow-back.svg +3 -0
  1775. package/src/svg/01-navigation/control-arrow-end.svg +4 -0
  1776. package/src/svg/01-navigation/control-arrow-forward.svg +3 -0
  1777. package/src/svg/01-navigation/control-arrow-start.svg +4 -0
  1778. package/src/svg/01-navigation/external-link.svg +3 -0
  1779. package/src/svg/01-navigation/menu.svg +5 -0
  1780. package/src/svg/01-navigation/x.svg +3 -0
  1781. package/src/svg/02-actions-controls/check.svg +4 -0
  1782. package/src/svg/02-actions-controls/copy.svg +3 -0
  1783. package/src/svg/02-actions-controls/cross.svg +3 -0
  1784. package/src/svg/02-actions-controls/download.svg +3 -0
  1785. package/src/svg/02-actions-controls/edit.svg +3 -0
  1786. package/src/svg/02-actions-controls/filter.svg +3 -0
  1787. package/src/svg/02-actions-controls/maximize.svg +6 -0
  1788. package/src/svg/02-actions-controls/minimize.svg +6 -0
  1789. package/src/svg/02-actions-controls/minus.svg +3 -0
  1790. package/src/svg/02-actions-controls/move.svg +3 -0
  1791. package/src/svg/02-actions-controls/plus.svg +3 -0
  1792. package/src/svg/02-actions-controls/redo.svg +3 -0
  1793. package/src/svg/02-actions-controls/refresh.svg +4 -0
  1794. package/src/svg/02-actions-controls/rotate-left.svg +4 -0
  1795. package/src/svg/02-actions-controls/rotate-right.svg +4 -0
  1796. package/src/svg/02-actions-controls/rotate.svg +4 -0
  1797. package/src/svg/02-actions-controls/save.svg +5 -0
  1798. package/src/svg/02-actions-controls/search-line.svg +4 -0
  1799. package/src/svg/02-actions-controls/search.svg +3 -0
  1800. package/src/svg/02-actions-controls/settings-01.svg +6 -0
  1801. package/src/svg/02-actions-controls/settings-02.svg +3 -0
  1802. package/src/svg/02-actions-controls/share.svg +3 -0
  1803. package/src/svg/02-actions-controls/snap.svg +3 -0
  1804. package/src/svg/02-actions-controls/trash.svg +4 -0
  1805. package/src/svg/02-actions-controls/undo.svg +3 -0
  1806. package/src/svg/02-actions-controls/upload.svg +3 -0
  1807. package/src/svg/02-actions-controls/zoom-in.svg +3 -0
  1808. package/src/svg/02-actions-controls/zoom-out.svg +3 -0
  1809. package/src/svg/03-files-documents/add-file.svg +4 -0
  1810. package/src/svg/03-files-documents/attachment.svg +3 -0
  1811. package/src/svg/03-files-documents/book-open.svg +3 -0
  1812. package/src/svg/03-files-documents/bookmark.svg +3 -0
  1813. package/src/svg/03-files-documents/clipboard-1.svg +3 -0
  1814. package/src/svg/03-files-documents/clipboard-2.svg +3 -0
  1815. package/src/svg/03-files-documents/file-image.svg +3 -0
  1816. package/src/svg/03-files-documents/file-text.svg +3 -0
  1817. package/src/svg/03-files-documents/file-video.svg +3 -0
  1818. package/src/svg/03-files-documents/file.svg +3 -0
  1819. package/src/svg/03-files-documents/folder-01.svg +3 -0
  1820. package/src/svg/03-files-documents/folder-02.svg +3 -0
  1821. package/src/svg/03-files-documents/folder-open.svg +3 -0
  1822. package/src/svg/03-files-documents/journal.svg +3 -0
  1823. package/src/svg/03-files-documents/manual-empty.svg +3 -0
  1824. package/src/svg/03-files-documents/page.svg +3 -0
  1825. package/src/svg/04-communication/alarm-bell.svg +3 -0
  1826. package/src/svg/04-communication/dual-opponent.svg +6 -0
  1827. package/src/svg/04-communication/in-going.svg +3 -0
  1828. package/src/svg/04-communication/interactive.svg +10 -0
  1829. package/src/svg/04-communication/mail.svg +3 -0
  1830. package/src/svg/04-communication/message-circle.svg +3 -0
  1831. package/src/svg/04-communication/message-square.svg +3 -0
  1832. package/src/svg/04-communication/phone.svg +3 -0
  1833. package/src/svg/04-communication/send.svg +3 -0
  1834. package/src/svg/05-user-authentication/flag.svg +3 -0
  1835. package/src/svg/05-user-authentication/heart-1.svg +3 -0
  1836. package/src/svg/05-user-authentication/heart-2.svg +3 -0
  1837. package/src/svg/05-user-authentication/key.svg +3 -0
  1838. package/src/svg/05-user-authentication/lock.svg +3 -0
  1839. package/src/svg/05-user-authentication/log-in.svg +3 -0
  1840. package/src/svg/05-user-authentication/log-out.svg +3 -0
  1841. package/src/svg/05-user-authentication/shield.svg +3 -0
  1842. package/src/svg/05-user-authentication/social-facebook.svg +3 -0
  1843. package/src/svg/05-user-authentication/social-linkedin.svg +3 -0
  1844. package/src/svg/05-user-authentication/social-twitter.svg +3 -0
  1845. package/src/svg/05-user-authentication/star.svg +3 -0
  1846. package/src/svg/05-user-authentication/unlock.svg +3 -0
  1847. package/src/svg/05-user-authentication/user-plus.svg +3 -0
  1848. package/src/svg/05-user-authentication/user.svg +3 -0
  1849. package/src/svg/05-user-authentication/users.svg +3 -0
  1850. package/src/svg/06-status-feedback/alert-circle.svg +3 -0
  1851. package/src/svg/06-status-feedback/alert-triangle.svg +3 -0
  1852. package/src/svg/06-status-feedback/check-circle.svg +3 -0
  1853. package/src/svg/06-status-feedback/eye-off.svg +3 -0
  1854. package/src/svg/06-status-feedback/eye-on.svg +3 -0
  1855. package/src/svg/06-status-feedback/help-circle.svg +3 -0
  1856. package/src/svg/06-status-feedback/info.svg +3 -0
  1857. package/src/svg/06-status-feedback/loader.svg +3 -0
  1858. package/src/svg/06-status-feedback/x-circle.svg +3 -0
  1859. package/src/svg/07-media/camera-off.svg +3 -0
  1860. package/src/svg/07-media/camera.svg +3 -0
  1861. package/src/svg/07-media/control-pause.svg +4 -0
  1862. package/src/svg/07-media/control-play.svg +3 -0
  1863. package/src/svg/07-media/control-stop.svg +3 -0
  1864. package/src/svg/07-media/fast-forward.svg +3 -0
  1865. package/src/svg/07-media/image.svg +3 -0
  1866. package/src/svg/07-media/mic-off.svg +3 -0
  1867. package/src/svg/07-media/mic.svg +3 -0
  1868. package/src/svg/07-media/repeat-1.svg +3 -0
  1869. package/src/svg/07-media/repeat.svg +3 -0
  1870. package/src/svg/07-media/rewind.svg +3 -0
  1871. package/src/svg/07-media/shuffle.svg +3 -0
  1872. package/src/svg/07-media/skip-back.svg +3 -0
  1873. package/src/svg/07-media/skip-forward.svg +3 -0
  1874. package/src/svg/07-media/stop.svg +3 -0
  1875. package/src/svg/07-media/video-off.svg +3 -0
  1876. package/src/svg/07-media/video.svg +3 -0
  1877. package/src/svg/07-media/volume-1.svg +3 -0
  1878. package/src/svg/07-media/volume-2.svg +3 -0
  1879. package/src/svg/07-media/volume-x.svg +3 -0
  1880. package/src/svg/07-media/volume.svg +3 -0
  1881. package/src/svg/08-time-calendar/calendar-check.svg +3 -0
  1882. package/src/svg/08-time-calendar/calendar-days.svg +3 -0
  1883. package/src/svg/08-time-calendar/calendar.svg +3 -0
  1884. package/src/svg/08-time-calendar/clock-alert.svg +3 -0
  1885. package/src/svg/08-time-calendar/clock-rotate-left.svg +3 -0
  1886. package/src/svg/08-time-calendar/clock.svg +4 -0
  1887. package/src/svg/08-time-calendar/history.svg +3 -0
  1888. package/src/svg/08-time-calendar/stopwatch.svg +5 -0
  1889. package/src/svg/08-time-calendar/timer.svg +3 -0
  1890. package/src/svg/09-layout-ui/columns.svg +3 -0
  1891. package/src/svg/09-layout-ui/component.svg +6 -0
  1892. package/src/svg/09-layout-ui/grid-01.svg +3 -0
  1893. package/src/svg/09-layout-ui/grid-02.svg +6 -0
  1894. package/src/svg/09-layout-ui/grid-03.svg +3 -0
  1895. package/src/svg/09-layout-ui/grid-04.svg +11 -0
  1896. package/src/svg/09-layout-ui/grid-05.svg +3 -0
  1897. package/src/svg/09-layout-ui/grid-06.svg +6 -0
  1898. package/src/svg/09-layout-ui/layers.svg +3 -0
  1899. package/src/svg/09-layout-ui/layout-01.svg +3 -0
  1900. package/src/svg/09-layout-ui/layout-02.svg +3 -0
  1901. package/src/svg/09-layout-ui/layout-03.svg +3 -0
  1902. package/src/svg/09-layout-ui/layout.svg +3 -0
  1903. package/src/svg/09-layout-ui/list-01.svg +5 -0
  1904. package/src/svg/09-layout-ui/list-02.svg +3 -0
  1905. package/src/svg/09-layout-ui/more-horizontal.svg +5 -0
  1906. package/src/svg/09-layout-ui/more-vertical.svg +5 -0
  1907. package/src/svg/09-layout-ui/panel-left.svg +3 -0
  1908. package/src/svg/09-layout-ui/panel-right.svg +3 -0
  1909. package/src/svg/09-layout-ui/row.svg +3 -0
  1910. package/src/svg/09-layout-ui/sidebar.svg +3 -0
  1911. package/src/svg/10-editing-content/align-center.svg +3 -0
  1912. package/src/svg/10-editing-content/align-left.svg +3 -0
  1913. package/src/svg/10-editing-content/align-right.svg +3 -0
  1914. package/src/svg/10-editing-content/bold.svg +3 -0
  1915. package/src/svg/10-editing-content/brush.svg +3 -0
  1916. package/src/svg/10-editing-content/color.svg +7 -0
  1917. package/src/svg/10-editing-content/flip-y.svg +3 -0
  1918. package/src/svg/10-editing-content/italic.svg +3 -0
  1919. package/src/svg/10-editing-content/list-ordered.svg +3 -0
  1920. package/src/svg/10-editing-content/list-unordered.svg +3 -0
  1921. package/src/svg/10-editing-content/pen.svg +6 -0
  1922. package/src/svg/10-editing-content/pencil.svg +3 -0
  1923. package/src/svg/10-editing-content/text-01.svg +3 -0
  1924. package/src/svg/10-editing-content/text-02.svg +3 -0
  1925. package/src/svg/10-editing-content/type-01.svg +3 -0
  1926. package/src/svg/10-editing-content/type-02.svg +4 -0
  1927. package/src/svg/10-editing-content/type-03.svg +3 -0
  1928. package/src/svg/10-editing-content/underline.svg +3 -0
  1929. package/src/svg/11-system-tools/atomic-atom.svg +5 -0
  1930. package/src/svg/11-system-tools/atomic-lifeform.svg +3 -0
  1931. package/src/svg/11-system-tools/atomic-molecule.svg +5 -0
  1932. package/src/svg/11-system-tools/atomic-organism.svg +3 -0
  1933. package/src/svg/11-system-tools/battery.svg +3 -0
  1934. package/src/svg/11-system-tools/code.svg +3 -0
  1935. package/src/svg/11-system-tools/database.svg +3 -0
  1936. package/src/svg/11-system-tools/frequency.svg +3 -0
  1937. package/src/svg/11-system-tools/library.svg +3 -0
  1938. package/src/svg/11-system-tools/power.svg +3 -0
  1939. package/src/svg/11-system-tools/roadmap.svg +3 -0
  1940. package/src/svg/11-system-tools/server.svg +3 -0
  1941. package/src/svg/11-system-tools/terminal.svg +3 -0
  1942. package/src/svg/11-system-tools/wifi-off.svg +3 -0
  1943. package/src/svg/11-system-tools/wifi.svg +3 -0
  1944. package/src/svg/12-theme-display/contrast.svg +4 -0
  1945. package/src/svg/12-theme-display/monitor.svg +3 -0
  1946. package/src/svg/12-theme-display/moon.svg +3 -0
  1947. package/src/svg/12-theme-display/sun.svg +3 -0
  1948. package/src/svg/12-theme-display/theme-toggle.svg +3 -0
  1949. package/src/svg/13-ecommerce-shopping/credit-card.svg +3 -0
  1950. package/src/svg/13-ecommerce-shopping/dollar-sign.svg +3 -0
  1951. package/src/svg/13-ecommerce-shopping/gift.svg +3 -0
  1952. package/src/svg/13-ecommerce-shopping/package.svg +3 -0
  1953. package/src/svg/13-ecommerce-shopping/receipt.svg +3 -0
  1954. package/src/svg/13-ecommerce-shopping/shopping-bag.svg +3 -0
  1955. package/src/svg/13-ecommerce-shopping/shopping-cart.svg +3 -0
  1956. package/src/svg/13-ecommerce-shopping/tag.svg +3 -0
  1957. package/src/svg/14-stats-data-visualization/stat-abacus.svg +3 -0
  1958. package/src/svg/14-stats-data-visualization/stat-chart-a.svg +3 -0
  1959. package/src/svg/14-stats-data-visualization/stat-chart-b.svg +5 -0
  1960. package/src/svg/14-stats-data-visualization/stat-chart-c.svg +8 -0
  1961. package/src/svg/14-stats-data-visualization/stat-crown.svg +4 -0
  1962. package/src/svg/14-stats-data-visualization/stat-cycle.svg +5 -0
  1963. package/src/svg/14-stats-data-visualization/stat-donut.svg +3 -0
  1964. package/src/svg/14-stats-data-visualization/stat-medalion.svg +5 -0
  1965. package/src/svg/14-stats-data-visualization/stat-pie-c.svg +4 -0
  1966. package/src/svg/14-stats-data-visualization/stat-pie.svg +3 -0
  1967. package/src/svg/14-stats-data-visualization/stat-rocket.svg +7 -0
  1968. package/src/svg/14-stats-data-visualization/stat-stat.svg +3 -0
  1969. package/src/svg/14-stats-data-visualization/stat-winner.svg +6 -0
  1970. package/src/svg/14-stats-data-visualization/trending-down.svg +3 -0
  1971. package/src/svg/14-stats-data-visualization/trending-up.svg +3 -0
  1972. package/src/svg/15-shapes-geometric/circle.svg +6 -0
  1973. package/src/svg/15-shapes-geometric/cone.svg +3 -0
  1974. package/src/svg/15-shapes-geometric/diamond.svg +3 -0
  1975. package/src/svg/15-shapes-geometric/triangle.svg +5 -0
  1976. package/src/svg/15-shapes-geometric/wave.svg +5 -0
  1977. package/src/svg/15-shapes-geometric/wheel.svg +3 -0
  1978. package/src/svg/16-miscellaneous/align-auto.svg +3 -0
  1979. package/src/svg/16-miscellaneous/bolt.svg +3 -0
  1980. package/src/svg/16-miscellaneous/bucket.svg +3 -0
  1981. package/src/svg/16-miscellaneous/foundation.svg +3 -0
  1982. package/src/svg/16-miscellaneous/home-1.svg +3 -0
  1983. package/src/svg/16-miscellaneous/home-2.svg +3 -0
  1984. package/src/svg/16-miscellaneous/instance.svg +5 -0
  1985. package/src/svg/16-miscellaneous/location.svg +3 -0
  1986. package/src/svg/16-miscellaneous/pills.svg +7 -0
  1987. package/src/svg/16-miscellaneous/rabbit.svg +3 -0
  1988. package/src/svg/17-another-creation/signature-thick.svg +3 -0
  1989. package/src/svg/99-rack/ascii-back.svg +3 -0
  1990. package/src/svg/99-rack/ascii-block.svg +3 -0
  1991. package/src/svg/99-rack/ascii-dash.svg +3 -0
  1992. package/src/svg/99-rack/ascii-dot.svg +3 -0
  1993. package/src/svg/99-rack/ascii-equal.svg +4 -0
  1994. package/src/svg/99-rack/ascii-hash.svg +6 -0
  1995. package/src/svg/99-rack/ascii-pipe.svg +3 -0
  1996. package/src/svg/99-rack/ascii-plus.svg +4 -0
  1997. package/src/svg/99-rack/ascii-slash.svg +3 -0
  1998. package/src/svg/99-rack/ascii-x.svg +4 -0
  1999. package/src/svg/99-rack/cable-lock.svg +5 -0
  2000. package/src/svg/99-rack/cable-off.svg +5 -0
  2001. package/src/svg/99-rack/cable-on.svg +4 -0
  2002. package/src/svg/99-rack/cable-trans.svg +4 -0
  2003. package/src/svg/99-rack/cable-unlock.svg +5 -0
  2004. package/src/svg/99-rack/cap-butt.svg +3 -0
  2005. package/src/svg/99-rack/cap-round.svg +3 -0
  2006. package/src/svg/99-rack/cap-square.svg +3 -0
  2007. package/src/svg/99-rack/chevron-left.svg +3 -0
  2008. package/src/svg/99-rack/chevron-right.svg +3 -0
  2009. package/src/svg/99-rack/clr-anl.svg +7 -0
  2010. package/src/svg/99-rack/clr-comp.svg +6 -0
  2011. package/src/svg/99-rack/clr-mono.svg +4 -0
  2012. package/src/svg/99-rack/clr-tri.svg +7 -0
  2013. package/src/svg/99-rack/curve-exp.svg +3 -0
  2014. package/src/svg/99-rack/curve-log.svg +3 -0
  2015. package/src/svg/99-rack/dith-cross.svg +3 -0
  2016. package/src/svg/99-rack/dith-crt.svg +6 -0
  2017. package/src/svg/99-rack/dith-diamond.svg +3 -0
  2018. package/src/svg/99-rack/dith-flow.svg +8 -0
  2019. package/src/svg/99-rack/dith-flower.svg +7 -0
  2020. package/src/svg/99-rack/dith-gear.svg +4 -0
  2021. package/src/svg/99-rack/dith-glitch.svg +5 -0
  2022. package/src/svg/99-rack/dith-grid.svg +11 -0
  2023. package/src/svg/99-rack/dith-hex.svg +8 -0
  2024. package/src/svg/99-rack/dith-htone.svg +8 -0
  2025. package/src/svg/99-rack/dith-melt.svg +8 -0
  2026. package/src/svg/99-rack/dith-radial.svg +8 -0
  2027. package/src/svg/99-rack/dith-xhatch.svg +8 -0
  2028. package/src/svg/99-rack/filter-bp.svg +3 -0
  2029. package/src/svg/99-rack/filter-hp.svg +3 -0
  2030. package/src/svg/99-rack/filter-lp.svg +3 -0
  2031. package/src/svg/99-rack/filter-notch.svg +3 -0
  2032. package/src/svg/99-rack/gen-color.svg +4 -0
  2033. package/src/svg/99-rack/gen-gradient.svg +4 -0
  2034. package/src/svg/99-rack/gen-pattern.svg +7 -0
  2035. package/src/svg/99-rack/gen-wave.svg +3 -0
  2036. package/src/svg/99-rack/grad-con.svg +4 -0
  2037. package/src/svg/99-rack/grad-lin.svg +3 -0
  2038. package/src/svg/99-rack/grad-rad.svg +4 -0
  2039. package/src/svg/99-rack/line-circle.svg +3 -0
  2040. package/src/svg/99-rack/line-grid.svg +3 -0
  2041. package/src/svg/99-rack/line-line.svg +3 -0
  2042. package/src/svg/99-rack/line-lissa.svg +4 -0
  2043. package/src/svg/99-rack/line-spiral.svg +3 -0
  2044. package/src/svg/99-rack/logic-and.svg +3 -0
  2045. package/src/svg/99-rack/logic-nand.svg +4 -0
  2046. package/src/svg/99-rack/logic-nor.svg +4 -0
  2047. package/src/svg/99-rack/logic-not.svg +4 -0
  2048. package/src/svg/99-rack/logic-or.svg +3 -0
  2049. package/src/svg/99-rack/logic-xor.svg +4 -0
  2050. package/src/svg/99-rack/nav-create.svg +5 -0
  2051. package/src/svg/99-rack/nav-home.svg +3 -0
  2052. package/src/svg/99-rack/nav-library.svg +6 -0
  2053. package/src/svg/99-rack/nav-rack.svg +5 -0
  2054. package/src/svg/99-rack/nav-settings.svg +8 -0
  2055. package/src/svg/99-rack/ptrn-checker.svg +6 -0
  2056. package/src/svg/99-rack/ptrn-dot.svg +6 -0
  2057. package/src/svg/99-rack/ptrn-stripe.svg +3 -0
  2058. package/src/svg/99-rack/radial-circle.svg +3 -0
  2059. package/src/svg/99-rack/radial-default.svg +3 -0
  2060. package/src/svg/99-rack/radial-hex.svg +3 -0
  2061. package/src/svg/99-rack/radial-random.svg +3 -0
  2062. package/src/svg/99-rack/radial-rect.svg +3 -0
  2063. package/src/svg/99-rack/radial-star.svg +3 -0
  2064. package/src/svg/99-rack/radial-triangle.svg +3 -0
  2065. package/src/svg/99-rack/ramp-down.svg +3 -0
  2066. package/src/svg/99-rack/ramp-tri.svg +3 -0
  2067. package/src/svg/99-rack/ramp-up.svg +3 -0
  2068. package/src/svg/99-rack/seq-a.svg +3 -0
  2069. package/src/svg/99-rack/seq-b.svg +3 -0
  2070. package/src/svg/99-rack/seq-c.svg +3 -0
  2071. package/src/svg/99-rack/seq-d.svg +3 -0
  2072. package/src/svg/99-rack/shape-cube.svg +5 -0
  2073. package/src/svg/99-rack/shape-cyl.svg +6 -0
  2074. package/src/svg/99-rack/shape-ico.svg +9 -0
  2075. package/src/svg/99-rack/shape-octa.svg +4 -0
  2076. package/src/svg/99-rack/shape-sphere.svg +5 -0
  2077. package/src/svg/99-rack/shape-tetra.svg +4 -0
  2078. package/src/svg/99-rack/shape-torus.svg +4 -0
  2079. package/src/svg/99-rack/shaper-clip.svg +3 -0
  2080. package/src/svg/99-rack/shaper-exp.svg +3 -0
  2081. package/src/svg/99-rack/shaper-fold.svg +3 -0
  2082. package/src/svg/99-rack/shaper-log.svg +3 -0
  2083. package/src/svg/99-rack/shaper-scurve.svg +3 -0
  2084. package/src/svg/99-rack/shaper-sine.svg +3 -0
  2085. package/src/svg/99-rack/shaper-step.svg +3 -0
  2086. package/src/svg/99-rack/shaper-wrap.svg +6 -0
  2087. package/src/svg/99-rack/tr-carets.svg +4 -0
  2088. package/src/svg/99-rack/tr-fwd.svg +4 -0
  2089. package/src/svg/99-rack/tr-inf.svg +3 -0
  2090. package/src/svg/99-rack/tr-left.svg +3 -0
  2091. package/src/svg/99-rack/tr-pause.svg +4 -0
  2092. package/src/svg/99-rack/tr-rew.svg +4 -0
  2093. package/src/svg/99-rack/tr-right.svg +3 -0
  2094. package/src/svg/99-rack/tr-skip.svg +4 -0
  2095. package/src/svg/99-rack/wave-rnd.svg +3 -0
  2096. package/src/svg/99-rack/wave-saw.svg +3 -0
  2097. package/src/svg/99-rack/wave-sin.svg +3 -0
  2098. package/src/svg/99-rack/wave-sqr.svg +3 -0
  2099. package/src/svg/99-rack/wave-tri.svg +3 -0
  2100. package/src/svg-web/12px-check.svg +3 -0
  2101. package/src/svg-web/12px-cross.svg +3 -0
  2102. package/src/svg-web/12px-minus.svg +3 -0
  2103. package/src/svg-web/12px-plus.svg +3 -0
  2104. package/src/svg-web/arrow-downright.svg +3 -0
  2105. package/src/svg-web/arrow-left.svg +3 -0
  2106. package/src/svg-web/arrow-right.svg +3 -0
  2107. package/src/svg-web/arrow-up.svg +3 -0
  2108. package/src/svg-web/atomic-atom.svg +5 -0
  2109. package/src/svg-web/atomic-molecule.svg +5 -0
  2110. package/src/svg-web/atomic-organism.svg +3 -0
  2111. package/src/svg-web/black-bishop.svg +10 -0
  2112. package/src/svg-web/black-hrook.svg +11 -0
  2113. package/src/svg-web/black-king.svg +10 -0
  2114. package/src/svg-web/black-knight.svg +10 -0
  2115. package/src/svg-web/black-pawn.svg +10 -0
  2116. package/src/svg-web/black-queen.svg +10 -0
  2117. package/src/svg-web/bolt.svg +3 -0
  2118. package/src/svg-web/bucket.svg +3 -0
  2119. package/src/svg-web/check-mark.svg +3 -0
  2120. package/src/svg-web/check.svg +4 -0
  2121. package/src/svg-web/chess-pawn.svg +3 -0
  2122. package/src/svg-web/chess-rook.svg +3 -0
  2123. package/src/svg-web/chevron-down.svg +3 -0
  2124. package/src/svg-web/chevron-expanded.svg +3 -0
  2125. package/src/svg-web/chevron-left.svg +3 -0
  2126. package/src/svg-web/chevron-right.svg +3 -0
  2127. package/src/svg-web/chevron-up.svg +3 -0
  2128. package/src/svg-web/circle.svg +6 -0
  2129. package/src/svg-web/clock.svg +4 -0
  2130. package/src/svg-web/color.svg +7 -0
  2131. package/src/svg-web/component.svg +6 -0
  2132. package/src/svg-web/cone.svg +3 -0
  2133. package/src/svg-web/contrast.svg +4 -0
  2134. package/src/svg-web/copy.svg +3 -0
  2135. package/src/svg-web/cross.svg +3 -0
  2136. package/src/svg-web/dashboard-book-open.svg +3 -0
  2137. package/src/svg-web/dashboard-bookmark.svg +3 -0
  2138. package/src/svg-web/dashboard-dual-opponent.svg +6 -0
  2139. package/src/svg-web/dashboard-journal.svg +3 -0
  2140. package/src/svg-web/dashboard-manual-empty.svg +3 -0
  2141. package/src/svg-web/dashboard-roadmap.svg +3 -0
  2142. package/src/svg-web/diamond.svg +3 -0
  2143. package/src/svg-web/dimond.svg +5 -0
  2144. package/src/svg-web/dock-left.svg +3 -0
  2145. package/src/svg-web/dock-right.svg +3 -0
  2146. package/src/svg-web/docs-File.svg +3 -0
  2147. package/src/svg-web/docs-Files.svg +3 -0
  2148. package/src/svg-web/docs-add-file.svg +4 -0
  2149. package/src/svg-web/docs-alarm.svg +3 -0
  2150. package/src/svg-web/docs-app.svg +3 -0
  2151. package/src/svg-web/docs-arrow-up-down.svg +3 -0
  2152. package/src/svg-web/docs-bookmark.svg +3 -0
  2153. package/src/svg-web/docs-clipboard-1.svg +3 -0
  2154. package/src/svg-web/docs-clipboard-2.svg +3 -0
  2155. package/src/svg-web/docs-download.svg +3 -0
  2156. package/src/svg-web/docs-edit.svg +3 -0
  2157. package/src/svg-web/docs-external-link.svg +3 -0
  2158. package/src/svg-web/docs-flag.svg +3 -0
  2159. package/src/svg-web/docs-heart-1.svg +3 -0
  2160. package/src/svg-web/docs-heart-2.svg +3 -0
  2161. package/src/svg-web/docs-home-1.svg +3 -0
  2162. package/src/svg-web/docs-home-2.svg +3 -0
  2163. package/src/svg-web/docs-in-going.svg +3 -0
  2164. package/src/svg-web/docs-layout-01.svg +3 -0
  2165. package/src/svg-web/docs-layout-02.svg +3 -0
  2166. package/src/svg-web/docs-layout-03.svg +3 -0
  2167. package/src/svg-web/docs-location.svg +3 -0
  2168. package/src/svg-web/docs-more-horizontal.svg +5 -0
  2169. package/src/svg-web/docs-more-vertical.svg +5 -0
  2170. package/src/svg-web/docs-nav-ui-1.svg +3 -0
  2171. package/src/svg-web/docs-nav-ui.svg +3 -0
  2172. package/src/svg-web/docs-out-going.svg +3 -0
  2173. package/src/svg-web/docs-server.svg +3 -0
  2174. package/src/svg-web/docs-settings.svg +3 -0
  2175. package/src/svg-web/docs-stop.svg +3 -0
  2176. package/src/svg-web/docs-text-01.svg +3 -0
  2177. package/src/svg-web/docs-text-02.svg +3 -0
  2178. package/src/svg-web/docs-text-03.svg +3 -0
  2179. package/src/svg-web/docs-upload.svg +3 -0
  2180. package/src/svg-web/docs-user.svg +3 -0
  2181. package/src/svg-web/docs-write-edit.svg +3 -0
  2182. package/src/svg-web/filter.svg +3 -0
  2183. package/src/svg-web/flag-gb.svg +23 -0
  2184. package/src/svg-web/flag-is.svg +24 -0
  2185. package/src/svg-web/font-03.svg +3 -0
  2186. package/src/svg-web/foundation.svg +3 -0
  2187. package/src/svg-web/frequency.svg +3 -0
  2188. package/src/svg-web/grid-01.svg +3 -0
  2189. package/src/svg-web/grid-02.svg +6 -0
  2190. package/src/svg-web/grid-03.svg +3 -0
  2191. package/src/svg-web/grid-04.svg +11 -0
  2192. package/src/svg-web/grid.svg +3 -0
  2193. package/src/svg-web/hall-of-displacement.svg +3 -0
  2194. package/src/svg-web/hall-of-movement.svg +5 -0
  2195. package/src/svg-web/hall-of-symphony.svg +6 -0
  2196. package/src/svg-web/interactive.svg +10 -0
  2197. package/src/svg-web/layout.svg +3 -0
  2198. package/src/svg-web/library.svg +3 -0
  2199. package/src/svg-web/logo.svg +3 -0
  2200. package/src/svg-web/minus.svg +3 -0
  2201. package/src/svg-web/pages.svg +3 -0
  2202. package/src/svg-web/pen.svg +6 -0
  2203. package/src/svg-web/pills.svg +7 -0
  2204. package/src/svg-web/play-Play.svg +3 -0
  2205. package/src/svg-web/play-arrow-back.svg +3 -0
  2206. package/src/svg-web/play-arrow-end.svg +3 -0
  2207. package/src/svg-web/play-arrow-forward.svg +3 -0
  2208. package/src/svg-web/play-arrow-start.svg +3 -0
  2209. package/src/svg-web/play-pause.svg +4 -0
  2210. package/src/svg-web/plus.svg +3 -0
  2211. package/src/svg-web/rotate.svg +4 -0
  2212. package/src/svg-web/row.svg +3 -0
  2213. package/src/svg-web/save.svg +5 -0
  2214. package/src/svg-web/search-16.svg +3 -0
  2215. package/src/svg-web/search-24.svg +3 -0
  2216. package/src/svg-web/snap.svg +3 -0
  2217. package/src/svg-web/social-behance.svg +3 -0
  2218. package/src/svg-web/social-dribbble.svg +3 -0
  2219. package/src/svg-web/social-facebook.svg +3 -0
  2220. package/src/svg-web/social-instagram-2.svg +3 -0
  2221. package/src/svg-web/social-instagram.svg +3 -0
  2222. package/src/svg-web/social-linkedin.svg +3 -0
  2223. package/src/svg-web/social-tiktok.svg +3 -0
  2224. package/src/svg-web/social-twitter.svg +3 -0
  2225. package/src/svg-web/social-youtube.svg +3 -0
  2226. package/src/svg-web/stat-abacus.svg +3 -0
  2227. package/src/svg-web/stat-chart-a.svg +3 -0
  2228. package/src/svg-web/stat-chart-b.svg +5 -0
  2229. package/src/svg-web/stat-chart-c.svg +8 -0
  2230. package/src/svg-web/stat-crown.svg +4 -0
  2231. package/src/svg-web/stat-cycle.svg +5 -0
  2232. package/src/svg-web/stat-donut.svg +3 -0
  2233. package/src/svg-web/stat-medalion.svg +5 -0
  2234. package/src/svg-web/stat-pie-c.svg +4 -0
  2235. package/src/svg-web/stat-pie.svg +3 -0
  2236. package/src/svg-web/stat-rocket.svg +7 -0
  2237. package/src/svg-web/stat-stat.svg +3 -0
  2238. package/src/svg-web/stat-winner.svg +6 -0
  2239. package/src/svg-web/stopwatch.svg +5 -0
  2240. package/src/svg-web/stroke-arrow-down-right.svg +3 -0
  2241. package/src/svg-web/stroke-arrow-down.svg +3 -0
  2242. package/src/svg-web/stroke-chess-pawn.svg +3 -0
  2243. package/src/svg-web/stroke-chess-rook.svg +3 -0
  2244. package/src/svg-web/stroke-chevron-down.svg +3 -0
  2245. package/src/svg-web/stroke-copy.svg +3 -0
  2246. package/src/svg-web/stroke-trending.svg +4 -0
  2247. package/src/svg-web/styleguide.svg +3 -0
  2248. package/src/svg-web/theme-toggle.svg +3 -0
  2249. package/src/svg-web/trending-down.svg +3 -0
  2250. package/src/svg-web/trending-up.svg +3 -0
  2251. package/src/svg-web/trending.svg +4 -0
  2252. package/src/svg-web/triangle.svg +5 -0
  2253. package/src/svg-web/type-foundry.svg +4 -0
  2254. package/src/svg-web/type.svg +3 -0
  2255. package/src/svg-web/view-grid.svg +6 -0
  2256. package/src/svg-web/view-list.svg +3 -0
  2257. package/src/svg-web/wheel.svg +3 -0
  2258. package/src/svg-web/white-bishop.svg +10 -0
  2259. package/src/svg-web/white-hrook.svg +3 -0
  2260. package/src/svg-web/white-king.svg +12 -0
  2261. package/src/svg-web/white-knight.svg +3 -0
  2262. package/src/svg-web/white-pawn.svg +10 -0
  2263. package/src/svg-web/white-queen.svg +10 -0
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><circle cx="12" cy="8" r="4.5" /><path d="M3 21 a9 7 0 0 1 18 0 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><circle cx="9" cy="8" r="4" /><path d="M2 21 a8 6.5 0 0 1 14 0 Z" /><circle cx="17" cy="9" r="3" /><path d="M14 16 a6 5 0 0 1 8 4 H17" fill="none" stroke="currentColor" stroke-width="1.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12 L10 17 L20 6.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M9 5 H7 V20 H17 V5 H15" /><rect x="9" y="3" width="6" height="3" rx="0.5" /><path d="M9 13 L11 15 L15 11" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M7 18 H17 C19.2 18 21 16.2 21 14 C21 12.1 19.7 10.6 18 10.1 C18 7.7 16 5.7 13.5 5.7 C11.5 5.7 9.7 7 9.2 8.8 C6.6 9 4.5 11.2 4.5 13.8 C4.5 16.2 6.4 18 7 18 Z" /><path d="M9 14 L12 11 L15 14" /><path d="M12 11 V18" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="8.5" y="3.5" width="12" height="12" rx="2" /><path d="M5.5 8.5 H4.5 a1 1 0 0 0 -1 1 V19.5 a1 1 0 0 0 1 1 H15.5 a1 1 0 0 0 1 -1 V18.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3.5" y="3.5" width="17" height="17" rx="3" /><path d="M9 9 L15 15" /><path d="M15 9 L9 15" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M6 6 L18 18" /><path d="M18 6 L6 18" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 4 V15" /><path d="M7 11 L12 16 L17 11" /><path d="M5 20 H19" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 20 L4 16 L15 5 L19 9 L8 20 Z" /><path d="M14 6 L18 10" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M8.22222 16.4446L12.6667 12.0001M12.6667 12.0001L8.22222 7.55566M12.6667 12.0001H3" /><path d="M14.0007 20H16.334C17.9908 20 19.334 18.6569 19.334 17V7C19.334 5.34315 17.9908 4 16.334 4H14.0007" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M9.33333 20H7C5.34315 20 4 18.6569 4 17V7C4 5.34315 5.34315 4 7 4H9.33333" /><path d="M15.5556 16.4444L20 12M20 12L15.5556 7.55556M20 12H10.3333" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 5 H20 L14 13 V19 L10 17 V13 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.5 4.5 H20.5 L14 13 V20 L10 18 V13 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M9 4 H4 V9" /><path d="M15 4 H20 V9" /><path d="M4 15 V20 H9" /><path d="M20 15 V20 H15" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 9 H9 V4" /><path d="M20 9 H15 V4" /><path d="M4 15 H9 V20" /><path d="M20 15 H15 V20" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12 H19" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 4 V20" /><path d="M4 12 H20" /><path d="M9 7 L12 4 L15 7" /><path d="M17 9 L20 12 L17 15" /><path d="M15 17 L12 20 L9 17" /><path d="M7 15 L4 12 L7 9" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 5 V19" /><path d="M5 12 H19" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 18 V17 a6 6 0 0 1 6 -6 H19" /><path d="M15 7 L19 11 L15 15" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M8 5 a8 8 0 0 0 2 15" /><path d="M16 19 a8 8 0 0 0 -2 -15" /><path d="M13 3 L15 5 L13 7" /><path d="M11 21 L9 19 L11 17" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M8 5 a8 8 0 0 0 0 14" /><path d="M16 19 a8 8 0 0 0 0 -14" /><path d="M10 3 L8 5 L10 7" /><path d="M14 21 L16 19 L14 17" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 11 V13" /><path d="M5 11 a8 8 0 0 1 14 0" /><path d="M2 11 L5 14 L8 11" /><path d="M13 13 L17 17 L13 21 L9 17 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M19 11 V13" /><path d="M19 11 a8 8 0 0 0 -14 0" /><path d="M16 11 L19 14 L22 11" /><path d="M11 13 L15 17 L11 21 L7 17 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M16 5 a8 8 0 0 1 0 14" /><path d="M8 19 a8 8 0 0 1 0 -14" /><path d="M14 3 L16 5 L14 7" /><path d="M10 21 L8 19 L10 17" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.5 3.5 H16.5 L20.5 7.5 V20 a0.5 0.5 0 0 1 -0.5 0.5 H4 a0.5 0.5 0 0 1 -0.5 -0.5 Z" /><path d="M7 3.5 V8 H15 V3.5" /><path d="M7 20.5 V13.5 H17 V20.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="6" /><path d="M15.5 15.5 L20 20" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="9" /><circle cx="11" cy="11" r="3" /><path d="M13.2 13.2 L16 16" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="6.5" /><path d="M7.5 11 H14.5" /><path d="M16 16 L20.5 20.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="6.5" /><path d="M16 16 L20.5 20.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3C12.5334 3.00002 13.0556 3.04869 13.5635 3.1377L14.29 6.35352L17.0947 4.58203C17.9837 5.19376 18.7562 5.96109 19.375 6.84473L17.5977 9.66113L20.8535 10.3965C20.9472 10.917 21 11.4525 21 12C21 12.5472 20.9471 13.0823 20.8535 13.6025L17.5977 14.3389L19.375 17.1543C18.7562 18.0381 17.9837 18.8052 17.0947 19.417L14.29 17.6465L13.5635 20.8613C13.0555 20.9504 12.5335 21 12 21C11.4307 21 10.8739 20.9448 10.334 20.8438L9.6123 17.6465L6.8584 19.3848C5.96432 18.7611 5.18873 17.9805 4.57227 17.0811L6.30469 14.3389L3.14844 13.626C3.05216 13.0985 3 12.5553 3 12C3 11.4444 3.05205 10.9009 3.14844 10.373L6.30469 9.66113L4.57227 6.91797C5.18876 6.01868 5.96434 5.23778 6.8584 4.61426L9.6123 6.35352L10.334 3.15527C10.8739 3.05423 11.4308 3 12 3Z" /><circle cx="12" cy="12" r="3" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 6 H20" /><path d="M4 12 H20" /><path d="M4 18 H20" /><circle cx="9" cy="6" r="2" /><circle cx="16" cy="12" r="2" /><circle cx="7" cy="18" r="2" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3 V15" /><path d="M7 8 L12 3 L17 8" /><path d="M5 12 V20 a1 1 0 0 0 1 1 H18 a1 1 0 0 0 1 -1 V12" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.5 6.5 H7 L9 4.5 H15 L17 6.5 H20.5 V19.5 H3.5 Z" /><circle cx="12" cy="13" r="4" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 8 H19" /><path d="M15 4 L19 8 L15 12" /><path d="M20 16 H5" /><path d="M9 12 L5 16 L9 20" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 7 H19 L18 21 H6 Z" /><path d="M3 7 H21" /><path d="M9 7 V4 H15 V7" /><path d="M10 11 V17" /><path d="M14 11 V17" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="6" y="7" width="12" height="13" rx="1" /><path d="M4 7 H20" /><path d="M9 7 V4 H15 V7" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 7 H20" /><path d="M9 7 V5 a1 1 0 0 1 1 -1 H14 a1 1 0 0 1 1 1 V7" /><path d="M6 7 L7 20 a1 1 0 0 0 1 1 H16 a1 1 0 0 0 1 -1 L18 7" /><path d="M10 11 V17" /><path d="M14 11 V17" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M20 18 V17 a6 6 0 0 0 -6 -6 H5" /><path d="M9 7 L5 11 L9 15" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 19 H19" /><path d="M12 4 V16" /><path d="M7 9 L12 4 L17 9" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 4 V16" /><path d="M8 8 L12 4 L16 8" /><path d="M5 20 H19" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 14 V18 C5 19.1 5.9 20 7 20 H17 C18.1 20 19 19.1 19 18 V14" /><path d="M12 4 V15" /><path d="M8 8 L12 4 L16 8" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 20 V8" /><path d="M7 13 L12 8 L17 13" /><path d="M5 4 H19" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="6" /><path d="M15.5 15.5 L20 20" /><path d="M8 11 H14" /><path d="M11 8 V14" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="6" /><path d="M15.5 15.5 L20 20" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="6" /><path d="M15.5 15.5 L20 20" /><path d="M8 11 H14" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M16 4 H14 C12.3 4 11 5.3 11 7 V20" /><path d="M8 12 H16" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="4" /><circle cx="12" cy="12" r="4" /><circle cx="17" cy="7" r="0.6" fill="currentColor" stroke="none" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="18" height="18" rx="2" /><path d="M7 10 V17" /><circle cx="7" cy="7.5" r="0.6" fill="currentColor" stroke="none" /><path d="M11 17 V10" /><path d="M11 13 C11 11 12 10 13.5 10 C15 10 16 11 16 13 V17" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 4 C7.6 4 4 7.3 4 11.3 C4 13.6 5.2 15.7 7 17 V20 L9.6 18.5 C10.4 18.7 11.2 18.8 12 18.8 C16.4 18.8 20 15.5 20 11.3 C20 7.3 16.4 4 12 4 Z" /><path d="M7 13 L10.5 9.5 L12.5 11.5 L17 8 L13.5 13 L11.5 11 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 16 C5 12 7 11 9 13 C10 14 9 16 8 16 C7 16 6.5 14.5 8 13 C10 10 13 8 15 11 C16.5 13 14 16 13 15.5 C12.5 15.2 13 14 14 14 H21" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3.5 C9.5 3.5 7.5 5.5 7.5 8.5 V11.5 C6 11.5 4.5 11.7 4.5 12.2 C4.5 13 6 13.5 7.5 13.5 C7.5 14.5 6.5 16 5 16.5 C5.5 17.3 7 17.8 8.5 17.8 C8.5 18.5 9 19 9.5 19 C10.2 19 10.5 18.5 11.5 18.5 C12.2 18.5 12.5 19 13.5 19 C14.5 19 15 18.5 15 17.8 C16.5 17.8 18 17.3 18.5 16.5 C17 16 16 14.5 16 13.5 C17.5 13.5 19 13 19 12.2 C19 11.7 17.5 11.5 16 11.5 V8.5 C16 5.5 14 3.5 12 3.5 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M14 3.5 H16.5 C16.7 5 17.5 6.5 19 7.2 V9.5 C17.7 9.5 16.5 9.1 15.5 8.5 V14.5 C15.5 17.3 13.3 19.5 10.5 19.5 C7.7 19.5 5.5 17.3 5.5 14.5 C5.5 11.7 7.7 9.5 10.5 9.5 C10.8 9.5 11.2 9.5 11.5 9.6 V12.1 C11.2 12 10.8 12 10.5 12 C9.1 12 8 13.1 8 14.5 C8 15.9 9.1 17 10.5 17 C11.9 17 13 15.9 13 14.5 V3.5 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 5 L11 13 L5 19 H7 L11.8 13.8 L15.5 19 H19 L13 10.5 L18.5 5 H16.5 L12.2 9.7 L9 5 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="6" width="18" height="12" rx="3" /><path d="M11 9.5 V14.5 L15 12 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="6" width="18" height="13" rx="1.5" /><path d="M3 10 H21" /><path d="M6 15 H10" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="6" width="18" height="13" rx="1" /><circle cx="12" cy="12.5" r="2.5" /><path d="M6 9 H6.01" /><path d="M18 16 H18.01" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="6" width="18" height="13" rx="2" /><path d="M3 10 H21" /><path d="M6 14 H9" /><path d="M14 14 H18" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="5.5" width="18" height="13" rx="1.5" /><path d="M3 9.5 H21" /><path d="M6.5 14.5 H10" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3 V21" /><path d="M16 7 H10 a3 3 0 0 0 0 6 H14 a3 3 0 0 1 0 6 H8" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3.5" y="8.5" width="17" height="4" /><path d="M5 12.5 V20.5 H19 V12.5" /><path d="M12 8 V21" /><path d="M12 8 a2.5 2.5 0 0 1 -3.5 -3.5 a2.5 2.5 0 0 1 3.5 3.5 Z" /><path d="M12 8 a2.5 2.5 0 0 0 3.5 -3.5 a2.5 2.5 0 0 0 -3.5 3.5 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2.5 L20.5 7.25 V16.75 L12 21.5 L3.5 16.75 V7.25 Z" /><path d="M3.5 7.5 L12 12.25 L20.5 7.5" /><path d="M12 12.25 V21.5" /><path d="M7.5 4.75 L16 9.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 3 H19 V21 L16 19 L13 21 L10 19 L7 21 L5 21 Z" /><path d="M14 8 L11 11 L14 14" /><path d="M11 11 H15 C16 11 17 12 17 13" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5.5 2.5 H18.5 V20.5 L17 19 L15 21 L13 19 L11 21 L9 19 L7 21 L5.5 19.5 Z" /><path d="M8 7 H16" /><path d="M8 11 H16" /><path d="M8 15 H13" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4.5 7.5 H19.5 L18.5 21 a0.5 0.5 0 0 1 -0.5 0.5 H6 a0.5 0.5 0 0 1 -0.5 -0.5 Z" /><path d="M8.5 11 V6 a3.5 3.5 0 0 1 7 0 V11" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 8 H21 L19 20 H5 Z" /><path d="M8 3 L7 8" /><path d="M16 3 L17 8" /><path d="M10 12 V16" /><path d="M14 12 V16" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 8 H21" /><path d="M4 8 L6 20 H18 L20 8" /><path d="M9 12 V17" /><path d="M15 12 V17" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 8 L8 3 H16 L19 8" /><path d="M3 8 H21 L19 20 H5 Z" /><path d="M9 12 V16" /><path d="M15 12 V16" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 4.5 H5 L7 16 a1 1 0 0 0 1 1 H18" /><path d="M7 7 H21 L19 14 a1 1 0 0 1 -1 1 H7.5" /><circle cx="9.5" cy="19.5" r="1.3" /><circle cx="16.5" cy="19.5" r="1.3" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.5 3.5 H11 L20.5 13 L13 20.5 L3.5 11 Z" /><circle cx="7.5" cy="7.5" r="1.4" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M6 17 L7 14 V9.5 a5 5 0 0 1 10 0 V14 L18 17 Z" /><path d="M10 19.5 a2 2 0 0 0 4 0" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17 8H19C20.1046 8 21 8.89543 21 10V16C21 17.1046 20.1046 18 19 18H17V22L13 18H9C8.44772 18 7.94772 17.7761 7.58579 17.4142M7.58579 17.4142L11 14H15C16.1046 14 17 13.1046 17 12V6C17 4.89543 16.1046 4 15 4H5C3.89543 4 3 4.89543 3 6V12C3 13.1046 3.89543 14 5 14H7V18L7.58579 17.4142Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8 10H8.01M12 10H12.01M16 10H16.01M9 16H5C3.89543 16 3 15.1046 3 14V6C3 4.89543 3.89543 4 5 4H19C20.1046 4 21 4.89543 21 6V14C21 15.1046 20.1046 16 19 16H14L9 21V16Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21 11.5A8.5 8.5 0 0 1 12 19.5A8.5 8.5 0 0 1 8.4 18.6L3 20L4.4 14.6A8.5 8.5 0 0 1 3.5 10.5A8.5 8.5 0 0 1 12 2.5A8.5 8.5 0 0 1 21 11.5Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8 6A2 2 0 1 1 4 6A2 2 0 1 1 8 6Z M14 6A2 2 0 1 1 10 6A2 2 0 1 1 14 6Z M20 6A2 2 0 1 1 16 6A2 2 0 1 1 20 6Z M8 12A2 2 0 1 1 4 12A2 2 0 1 1 8 12Z M14 12A2 2 0 1 1 10 12A2 2 0 1 1 14 12Z M20 12A2 2 0 1 1 16 12A2 2 0 1 1 20 12Z M14 18A2 2 0 1 1 10 18A2 2 0 1 1 14 18Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 3H8V6H4V3Z M10 3H14V6H10V3Z M16 3H20V6H16V3Z M4 8H8V11H4V8Z M10 8H14V11H10V8Z M16 8H20V11H16V8Z M4 13H8V16H4V13Z M10 13H14V16H10V13Z M16 13H20V16H16V13Z M10 18H14V21H10V18Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M2.5 4.5 H11.5 a0.5 0.5 0 0 1 0.5 0.5 V12 a0.5 0.5 0 0 1 -0.5 0.5 H7 L4 15.5 V12.5 H3 a0.5 0.5 0 0 1 -0.5 -0.5 V5 a0.5 0.5 0 0 1 0.5 -0.5 Z" /><path d="M21.5 8.5 H12.5 a0.5 0.5 0 0 0 -0.5 0.5 V16 a0.5 0.5 0 0 0 0.5 0.5 H17 L20 19.5 V16.5 H21 a0.5 0.5 0 0 0 0.5 -0.5 V9 a0.5 0.5 0 0 0 -0.5 -0.5 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="8.5" /><path d="M8 12 H16" /><path d="M11 9 L8 12 L11 15" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 9 H20" /><path d="M15 4 L20 9 L15 14" /><path d="M20 15 H4" /><path d="M9 10 L4 15 L9 20" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 18.9996V10.07C3 9.40128 3.3342 8.77682 3.8906 8.40589L10.8906 3.73922C11.5624 3.29135 12.4376 3.29135 13.1094 3.73922L20.1094 8.40589C20.6658 8.77682 21 9.40128 21 10.07V18.9996M3 18.9996C3 20.1042 3.89543 20.9996 5 20.9996H19C20.1046 20.9996 21 20.1042 21 18.9996M3 18.9996L9.75 14.4996M21 18.9996L14.25 14.4996M3 9.99962L9.75 14.4996M21 9.99962L14.25 14.4996M14.25 14.4996L13.1094 15.26C12.4376 15.7079 11.5624 15.7079 10.8906 15.26L9.75 14.4996" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="6" width="18" height="13" rx="1" /><path d="M3.5 7 L12 13 L20.5 7" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M12 3.5 a8.5 8.5 0 0 1 7.1 13.3 L19.5 20.5 L15.7 19.7 A8.5 8.5 0 1 1 12 3.5 Z" /></svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 2.5C6.75 2.5 2.5 6 2.5 10C2.5 12.8 4.3 15.3 7.5 16.7V21.5L12.4 17.5C17.5 17.4 21.5 14 21.5 10C21.5 6 17.25 2.5 12 2.5Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
3
+ <path d="M12 7V13M9 10H15" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 2.5C6.75 2.5 2.5 6 2.5 10C2.5 12.8 4.3 15.3 7.5 16.7V21.5L12.4 17.5C17.5 17.4 21.5 14 21.5 10C21.5 6 17.25 2.5 12 2.5Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
3
+ <path d="M12 6.5V11M12 13.5V13.51" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4.5 H20 a1 1 0 0 1 1 1 V15.5 a1 1 0 0 1 -1 1 H10 L5 20.5 V16.5 H4 a1 1 0 0 1 -1 -1 V5.5 a1 1 0 0 1 1 -1 Z" /></svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.5 3.5L2.5 11.5L9 14L11.5 20.5L15 10L21.5 3.5Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
3
+ <path d="M9 14L21.5 3.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5.5 4 H8.5 L10 8 L8 9.5 a11 11 0 0 0 5.5 5.5 L15 13 L19 14.5 V17.5 a2.5 2.5 0 0 1 -2.5 2.5 A13.5 13.5 0 0 1 4 7.5 a2.5 2.5 0 0 1 1.5 -3.5 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.5 3.5 L20.5 12 L3.5 20.5 L6 12 Z" /><path d="M6 12 H13" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.68387 13.3419C8.88616 12.9381 9 12.4824 9 12C9 11.5176 8.88616 11.0619 8.68387 10.6581M8.68387 13.3419C8.19134 14.3251 7.17449 15 6 15C4.34315 15 3 13.6569 3 12C3 10.3431 4.34315 9 6 9C7.17449 9 8.19134 9.67492 8.68387 10.6581M8.68387 13.3419L15.3161 16.6581M8.68387 10.6581L15.3161 7.34193M15.3161 7.34193C15.8087 8.32508 16.8255 9 18 9C19.6569 9 21 7.65685 21 6C21 4.34315 19.6569 3 18 3C16.3431 3 15 4.34315 15 6C15 6.48237 15.1138 6.93815 15.3161 7.34193ZM15.3161 16.6581C15.1138 17.0619 15 17.5176 15 18C15 19.6569 16.3431 21 18 21C19.6569 21 21 19.6569 21 18C21 16.3431 19.6569 15 18 15C16.8255 15 15.8087 15.6749 15.3161 16.6581Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11 5.88218V19.2402C11 20.2121 10.2121 21 9.24018 21C8.49646 21 7.83302 20.5325 7.58288 19.8321L5.43647 13.6829M18 13C19.6569 13 21 11.6569 21 10C21 8.34315 19.6569 7 18 7M5.43647 13.6829C4.0043 13.0741 3 11.6543 3 10C3 7.79086 4.79086 6 6.99999 6H8.83208C12.9327 6 16.4569 4.7659 18 3L18 17C16.4569 15.2341 12.9327 14 8.83208 14L6.99998 14C6.44518 14 5.91677 13.887 5.43647 13.6829Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.0009 14H5.23696C3.75019 14 2.7832 12.4354 3.4481 11.1056L6.9481 4.10557C7.28689 3.42801 7.97941 3 8.73695 3H12.7547C12.9182 3 13.0811 3.02005 13.2397 3.05972L17.0009 4M10.0009 14V19C10.0009 20.1046 10.8963 21 12.0009 21H12.0964C12.5959 21 13.0009 20.595 13.0009 20.0955C13.0009 19.3812 13.2123 18.6828 13.6085 18.0885L17.0009 13V4M10.0009 14H12.0009M17.0009 4H19.0009C20.1055 4 21.0009 4.89543 21.0009 6V12C21.0009 13.1046 20.1055 14 19.0009 14H16.5009" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14 10H18.7639C20.2507 10 21.2177 11.5646 20.5528 12.8944L17.0528 19.8944C16.714 20.572 16.0215 21 15.2639 21H11.2462C11.0827 21 10.9198 20.9799 10.7611 20.9403L7 20M14 10V5C14 3.89543 13.1046 3 12 3H11.9045C11.405 3 11 3.40497 11 3.90453C11 4.61883 10.7886 5.31715 10.3923 5.91149L7 11V20M14 10H12M7 20H5C3.89543 20 3 19.1046 3 18V12C3 10.8954 3.89543 10 5 10H7.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.5 9A3.5 3.5 0 1 0 6.5 16A3.5 3.5 0 1 0 6.5 9Z M17.5 9A3.5 3.5 0 1 0 17.5 16A3.5 3.5 0 1 0 17.5 9Z M6.5 16H17.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="9" /><circle cx="12" cy="12" r="2" /><path d="M12 3 V6" /><path d="M12 18 V21" /><path d="M3 12 H6" /><path d="M18 12 H21" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M9 11 V5.5 C9 4.7 9.7 4 10.5 4 C11.3 4 12 4.7 12 5.5 V11 V7.5 C12 6.7 12.7 6 13.5 6 C14.3 6 15 6.7 15 7.5 V11 V8.5 C15 7.7 15.7 7 16.5 7 C17.3 7 18 7.7 18 8.5 V14 C18 17.5 15.5 21 11.5 21 C7.5 21 6 18 5 16 L3.5 13 C3 12.2 3.3 11 4.3 10.7 C4.8 10.5 5.5 10.7 5.8 11.2 L7 13 V8.5 C7 7.7 7.7 7 8.5 7" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="7" y="3" width="10" height="18" rx="5" /><path d="M12 6 V10" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9 C6 5.7 8.7 3 12 3 C15.3 3 18 5.7 18 9 V15 C18 18.3 15.3 21 12 21 C8.7 21 6 18.3 6 15 Z" /><path d="M12 7 V11" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 4 L19 11 L13 13 L11 19 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 4 L19 11 L13 13 L11 19 Z" /><path d="M5 4 L11 19" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3 11 L21 4 L14 22 L11 14 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 4 V16 L8.5 13.5 L11 20 L13 19 L10.5 13 H16 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 4 V17 L9 13.5 H16 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5.5 3.5 L5.5 18 L9 14.5 L11.5 20 L13.5 19.2 L11 13.5 L17 13.5 Z" /><circle cx="19" cy="6" r="2" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M18.5 3.5 L18.5 18 L15 14.5 L12.5 20 L10.5 19.2 L13 13.5 L7 13.5 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5.5 3.5 L5.5 18 L9 14.5 L11.5 20 L13.5 19.2 L11 13.5 L17 13.5 Z" /><rect x="17" y="4.5" width="3.5" height="3.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3.5" y="3.5" width="10" height="10" stroke-dasharray="2 1.5" /><path d="M11 11 L11 21 L13.5 18.5 L15 21 L17 20 L15.5 17 L19 17 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5.5 3.5 L5.5 18 L9 14.5 L11.5 20 L13.5 19.2 L11 13.5 L17 13.5 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="8" /><circle cx="12" cy="12" r="4" /><circle cx="12" cy="12" r="1" fill="currentColor" stroke="none" /><path d="M12 2 V4" /><path d="M12 20 V22" /><path d="M2 12 H4" /><path d="M20 12 H22" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 8 H20" /><path d="M4 16 H20" /><circle cx="9" cy="8" r="2.5" /><circle cx="16" cy="16" r="2.5" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 3H21V10H3V3Z M3 14H21V21H3V14Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 3H10V21H3V3Z M14 3H21V21H14V3Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 5 H20" /><path d="M7 10 H17" /><path d="M5 15 H19" /><path d="M8 20 H16" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 5 H20" /><path d="M4 10 H14" /><path d="M4 15 H18" /><path d="M4 20 H12" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4 5 H20" /><path d="M10 10 H20" /><path d="M6 15 H20" /><path d="M12 20 H20" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 8A3 3 0 1 0 12 2A3 3 0 1 0 12 8Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M12 8V22M5 12H3C3 17 7 21 12 21C17 21 21 17 21 12H19" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7 8H17M7 12H11M12 20L8 16H5C3.89543 16 3 15.1046 3 14V6C3 4.89543 3.89543 4 5 4H19C20.1046 4 21 4.89543 21 6V14C21 15.1046 20.1046 16 19 16H16L12 20Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6 19H18M12 16V5M7 10L12 5L17 10" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 6V18M9 12H20M15 7L20 12L15 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 6V18M15 12H4M9 7L4 12L9 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6 5H18M12 8V19M7 14L12 19L17 14" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M6 4.5 H13 a3.5 3.5 0 0 1 0 7 H6 Z" /><path d="M6 11.5 H14 a4 4 0 0 1 0 8 H6 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3.5" y="3.5" width="13" height="13" /><rect x="7.5" y="7.5" width="13" height="13" /><path d="M7.5 7.5 H16.5 V16.5 H7.5 Z" stroke-dasharray="2 1.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><rect x="3.5" y="3.5" width="13" height="13" /><rect x="7.5" y="7.5" width="13" height="13" /></svg>