@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="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M3.5 16.5 V7.5 H12.5 V11.5 H16.5 V20.5 H7.5 V16.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="M7.5 7.5 H20.5 V20.5 H7.5 Z" /><rect x="3.5" y="3.5" width="13" height="13" 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"><path d="M3.5 16.5 V3.5 H16.5 V7.5 H7.5 V16.5 Z" /><rect x="7.5" y="7.5" width="13" height="13" 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>
@@ -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 16.5 V3.5 H16.5 V7.5 H7.5 V16.5 Z" /><path d="M7.5 7.5 V20.5 H20.5 V7.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="M3.5 7.5 H12.5 V11.5 H16.5 V20.5 H7.5 V16.5 H3.5 Z" /></svg>
@@ -0,0 +1,15 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1_7288)">
3
+ <path d="M9.87031 5.6701L6.45031 7.75012L4.89031 5.19012C4.32031 4.25012 4.62031 3.01012 5.56031 2.44012C6.50031 1.87012 7.74031 2.1701 8.31031 3.1101L9.87031 5.6701Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M11.8191 9.1596L8.65914 11.0796C6.81914 12.1996 6.25913 14.4596 7.14913 16.2596L9.19913 20.4396C9.85913 21.7896 11.4591 22.2596 12.7391 21.4696L19.1691 17.5596C20.4591 16.7796 20.7691 15.1496 19.8791 13.9396L17.1091 10.1996C15.9091 8.57964 13.6591 8.0396 11.8191 9.1596Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ <path d="M10.7574 5.09815L5.63281 8.21875L7.71321 11.6351L12.8378 8.51455L10.7574 5.09815Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
6
+ <path d="M14.3086 16.8096L15.9586 19.5196" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
7
+ <path d="M11.75 18.37L13.4 21.08" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
8
+ <path d="M16.8711 15.25L18.5211 17.96" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_1_7288">
12
+ <rect width="24" height="24" fill="currentColor"></rect>
13
+ </clipPath>
14
+ </defs>
15
+ </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 4L20 10L11 19A4 4 0 0 1 7 20L4 21L5 18A4 4 0 0 1 5 14L14 4Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M13 5L19 11" 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="M14 4 L20 10 L13 17 L7 11 Z" /><path d="M7 11 L4 16 L8 20 L13 17" /></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 21A9 9 0 1 0 12 3A9 9 0 1 0 12 21Z M12 16A4 4 0 1 0 12 8A4 4 0 1 0 12 16Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M12 13A1 1 0 1 0 12 11A1 1 0 1 0 12 13Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.9997 7H8V10.9999H15.9997V7Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ <path d="M19.0039 19.3333V4.66667C19.0039 4.29848 18.6905 4 18.3039 4H5.70391C5.31731 4 5.00391 4.29848 5.00391 4.66667V19.3333C5.00391 19.7015 5.31731 20 5.70391 20H18.3039C18.6905 20 19.0039 19.7015 19.0039 19.3333Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M8.66534 14.4996C9.12556 14.4996 9.49864 14.1265 9.49864 13.6663C9.49864 13.2061 9.12556 12.833 8.66534 12.833C8.20511 12.833 7.83203 13.2061 7.83203 13.6663C7.83203 14.1265 8.20511 14.4996 8.66534 14.4996Z" fill="currentColor"></path>
5
+ <path d="M12.0013 14.4996C12.4615 14.4996 12.8346 14.1265 12.8346 13.6663C12.8346 13.2061 12.4615 12.833 12.0013 12.833C11.5411 12.833 11.168 13.2061 11.168 13.6663C11.168 14.1265 11.5411 14.4996 12.0013 14.4996Z" fill="currentColor"></path>
6
+ <path d="M15.3333 14.4996C15.7935 14.4996 16.1666 14.1265 16.1666 13.6663C16.1666 13.2061 15.7935 12.833 15.3333 12.833C14.8731 12.833 14.5 13.2061 14.5 13.6663C14.5 14.1265 14.8731 14.4996 15.3333 14.4996Z" fill="currentColor"></path>
7
+ <path d="M8.66534 17.8326C9.12556 17.8326 9.49864 17.4595 9.49864 16.9993C9.49864 16.5391 9.12556 16.166 8.66534 16.166C8.20511 16.166 7.83203 16.5391 7.83203 16.9993C7.83203 17.4595 8.20511 17.8326 8.66534 17.8326Z" fill="currentColor"></path>
8
+ <path d="M12.0013 17.8326C12.4615 17.8326 12.8346 17.4595 12.8346 16.9993C12.8346 16.5391 12.4615 16.166 12.0013 16.166C11.5411 16.166 11.168 16.5391 11.168 16.9993C11.168 17.4595 11.5411 17.8326 12.0013 17.8326Z" fill="currentColor"></path>
9
+ <path d="M15.3333 17.8326C15.7935 17.8326 16.1666 17.4595 16.1666 16.9993C16.1666 16.5391 15.7935 16.166 15.3333 16.166C14.8731 16.166 14.5 16.5391 14.5 16.9993C14.5 17.4595 14.8731 17.8326 15.3333 17.8326Z" fill="currentColor"></path>
10
+ </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="M9 7H15M15 17V14M12 17H12.01M9 17H9.01M9 14H9.01M12 14H12.01M15 11H15.01M12 11H12.01M9 11H9.01M7 21H17C18.1046 21 19 20.1046 19 19V5C19 3.89543 18.1046 3 17 3H7C5.89543 3 5 3.89543 5 5V19C5 20.1046 5.89543 21 7 21Z" 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="M20 6.94995L10.4142 16.5357C9.63317 17.3168 8.36683 17.3168 7.58579 16.5357L4 12.95" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ </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
+ <rect x="1" y="1" width="22" height="22" rx="11" stroke="currentColor" stroke-width="2"></rect>
3
+ <path d="M17.3346 8L10.0013 15.3333L6.66797 12" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
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="M7 20C5.34314 20 4 18.6569 4 17L4.00001 7C4.00001 5.34315 5.34315 4 7.00001 4H17C18.6569 4 20 5.34315 20 7V17C20 18.6569 18.6569 20 17 20H7Z" stroke="currentColor" stroke-width="1.5"></path>
3
+ <path d="M15 10L10.875 14L9 12.1818" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ </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 2C12 2 5 9.5 5 15A7 7 0 0 0 19 15C19 9.5 12 2 12 2Z" 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="M12 2C12 2 5 9.5 5 15A7 7 0 0 0 19 15C19 9.5 12 2 12 2Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M9 15A3 3 0 0 0 12 18" 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 21C4.79086 21 3 19.2091 3 17V5C3 3.89543 3.89543 3 5 3H9C10.1046 3 11 3.89543 11 5V17C11 19.2091 9.20914 21 7 21ZM7 21H19C20.1046 21 21 20.1046 21 19V15C21 13.8954 20.1046 13 19 13H16.6569M11 7.34312L12.6569 5.68629C13.4379 4.90524 14.7042 4.90524 15.4853 5.68629L18.3137 8.51472C19.0948 9.29577 19.0948 10.5621 18.3137 11.3431L9.82843 19.8284M7 17H7.01" 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"><path d="M11 2.5 L4 9 L11 16 L18 9 L11 2.5 Z" /><path d="M11 2.5 V8" /><path d="M18.5 12 a3 3 0 0 0 -2.5 3 a2.5 2.5 0 0 0 5 0 Z" /></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 21C4.79086 21 3 19.2091 3 17V5C3 3.89543 3.89543 3 5 3H9C10.1046 3 11 3.89543 11 5V17C11 19.2091 9.20914 21 7 21ZM7 21H19C20.1046 21 21 20.1046 21 19V15C21 13.8954 20.1046 13 19 13H16.6569M11 7.34312L12.6569 5.68629C13.4379 4.90524 14.7042 4.90524 15.4853 5.68629L18.3137 8.51472C19.0948 9.29577 19.0948 10.5621 18.3137 11.3431L9.82843 19.8284M7 17H7.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.43916 16.2225L5.70665 3.36291C5.74119 3.16703 5.85213 2.99289 6.01506 2.8788C6.178 2.76471 6.37958 2.72002 6.57546 2.75456L11.7455 3.66619C11.9414 3.70073 12.1156 3.81167 12.2297 3.9746C12.3438 4.13754 12.3884 4.33912 12.3539 4.535L10.0748 17.4602C9.92138 18.3305 9.43272 19.1058 8.71383 19.6197C7.99494 20.1336 7.10317 20.345 6.23008 20.2086C4.36051 19.9157 3.11055 18.0861 3.43916 16.2225Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ <path d="M11.0868 11.7038L17.9269 9.21417C18.1138 9.14614 18.3201 9.15515 18.5003 9.23921C18.6806 9.32327 18.8201 9.4755 18.8881 9.66242L20.6837 14.5957C20.7174 14.6882 20.7325 14.7865 20.7282 14.8849C20.7239 14.9833 20.7003 15.0799 20.6586 15.1691C20.617 15.2584 20.5582 15.3386 20.4856 15.4051C20.413 15.4716 20.328 15.5232 20.2354 15.5569L7.90234 20.0458" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M20.6246 15.2373V19.4997C20.6246 19.6986 20.5456 19.8894 20.4049 20.03C20.2643 20.1707 20.0735 20.2497 19.8746 20.2497H6.75" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ <path d="M6.74997 17.8124C7.26772 17.8124 7.68744 17.3927 7.68744 16.875C7.68744 16.3572 7.26772 15.9375 6.74997 15.9375C6.23222 15.9375 5.8125 16.3572 5.8125 16.875C5.8125 17.3927 6.23222 17.8124 6.74997 17.8124Z" fill="currentColor"></path>
6
+ </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="M12 3.5 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"><path d="M4 20 V8 a4 4 0 0 1 4 -4 H20" /></svg>
@@ -0,0 +1,13 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1_7494)">
3
+ <path d="M5.99911 5.99976H2.25" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M6 2.25V17.9996H21.7495" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ <path d="M18.0005 14.9998V6H9" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
6
+ <path d="M18 21.7489V17.999" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_1_7494">
10
+ <rect width="23.9993" height="23.9993" fill="currentColor"></rect>
11
+ </clipPath>
12
+ </defs>
13
+ </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 9A3 3 0 1 0 6 3A3 3 0 1 0 6 9Z M6 21A3 3 0 1 0 6 15A3 3 0 1 0 6 21Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M8.5 7.5L20 19M8.5 16.5L20 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </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="M15.1111 5H7C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V8.88889" stroke="currentColor" stroke-linecap="round"></path>
3
+ <path d="M19.3846 5.84618C19.7245 5.50629 19.7245 4.95523 19.3846 4.61536C19.0447 4.2755 18.4936 4.27553 18.1538 4.61541L11.6153 11.1542L11 13L12.8467 12.3845L19.3846 5.84618Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ </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="M16.0357 4.68084C16.0357 4.68084 16.5078 4.29376 16.7898 4.17694C17.0718 4.06013 17.3741 4 17.6794 4C17.9846 4 18.2869 4.06013 18.5689 4.17694C18.851 4.29376 19.1072 4.46499 19.3231 4.68084C19.5389 4.89669 19.7101 5.15295 19.827 5.43497C19.9438 5.717 20.0039 6.01927 20.0039 6.32453C20.0039 6.6298 19.9438 6.93207 19.827 7.21409C19.7101 7.49612 19.3231 7.96823 19.3231 7.96823C19.3231 7.96823 11.8559 17.6 8.22814 19.0632C7.33294 19.4242 6.12426 19.7474 5.182 19.9722C4.47977 20.1397 3.86417 19.5241 4.03171 18.8219C4.25651 17.8796 4.57971 16.671 4.94075 15.7758C6.4039 12.148 16.0357 4.68084 16.0357 4.68084Z" stroke="currentColor" 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="M18.4044 5.60284C19.3061 6.50422 19.4119 7.31608 19.3368 7.87704C19.2976 8.16956 19.2065 8.41192 19.1247 8.58057C19.0841 8.6644 19.0468 8.7289 19.0211 8.76974C19.0135 8.7819 19.0063 8.79158 19.0011 8.79943L11.3002 16.4975C11.239 16.5586 11.1627 16.6029 11.0792 16.6259L6.82062 17.7982C6.4465 17.9012 6.10222 17.557 6.20524 17.1831L7.37798 12.926C7.40096 12.8426 7.44527 12.7663 7.50644 12.7051L15.2094 5.00495C15.2168 4.99999 15.2261 4.99387 15.237 4.98699C15.2779 4.96132 15.3417 4.92336 15.4255 4.88274C15.5942 4.80104 15.8367 4.71 16.1293 4.67079C16.6904 4.59567 17.5027 4.70161 18.4044 5.60284Z" stroke="currentColor"></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="M16.5 3.5L20.5 7.5L8 20L3 21L4 16L16.5 3.5Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M14 6L18 10" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.5 19.9V4.1C10.5 2.6 9.86 2 8.27 2H4.23C2.64 2 2 2.6 2 4.1V19.9C2 21.4 2.64 22 4.23 22H8.27C9.86 22 10.5 21.4 10.5 19.9Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ <path d="M22 10.9V4.1C22 2.6 21.36 2 19.77 2H15.73C14.14 2 13.5 2.6 13.5 4.1V10.9C13.5 12.4 14.14 13 15.73 13H19.77C21.36 13 22 12.4 22 10.9Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M22 19.9V18.1C22 16.6 21.36 16 19.77 16H15.73C14.14 16 13.5 16.6 13.5 18.1V19.9C13.5 21.4 14.14 22 15.73 22H19.77C21.36 22 22 21.4 22 19.9Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
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 9A2 2 0 0 1 5 7H9V5A2 2 0 0 1 7 3H19A2 2 0 0 1 21 5V15A2 2 0 0 1 19 17H15V19A2 2 0 0 1 13 21H5A2 2 0 0 1 3 19V9Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1_11672)">
3
+ <path d="M16.8539 10.8563L17.312 11.3145C17.4513 11.4537 17.5618 11.6191 17.6372 11.8011C17.7126 11.9831 17.7514 12.1781 17.7514 12.3751C17.7514 12.5721 17.7126 12.7671 17.6372 12.9491C17.5618 13.1311 17.4513 13.2964 17.312 13.4357L16.6531 14.0947C16.5124 14.2353 16.3216 14.3144 16.1227 14.3144C15.9238 14.3144 15.7331 14.2353 15.5924 14.0947L9.90326 8.40553C9.76261 8.26488 9.68359 8.07412 9.68359 7.87522C9.68359 7.67631 9.76261 7.48555 9.90326 7.3449L10.5622 6.68591C10.7015 6.54663 10.8669 6.43614 11.0489 6.36076C11.2309 6.28538 11.4259 6.24658 11.6229 6.24658C11.8199 6.24658 12.0149 6.28538 12.1969 6.36076C12.3789 6.43614 12.5442 6.54663 12.6835 6.68591L13.1417 7.14408L15.728 4.55777C16.7393 3.54641 18.3872 3.48445 19.4259 4.46771C19.6809 4.70878 19.885 4.99854 20.0261 5.31984C20.1672 5.64115 20.2424 5.98748 20.2474 6.33837C20.2523 6.68925 20.1868 7.03756 20.0548 7.36271C19.9228 7.68785 19.7269 7.98322 19.4788 8.23136L16.8539 10.8563Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M14.8727 13.3714L9.62282 18.6213C9.25057 18.9938 8.78675 19.2618 8.27803 19.3982C7.76932 19.5346 7.23366 19.5346 6.72495 19.3982L4.53106 20.3559C4.3929 20.4162 4.23977 20.4335 4.09165 20.4055C3.94352 20.3775 3.80728 20.3055 3.70068 20.1989V20.1989C3.62415 20.1224 3.57246 20.0245 3.55235 19.9182C3.53224 19.8118 3.54464 19.7019 3.58795 19.6027L4.60341 17.2766C4.46702 16.7679 4.46701 16.2323 4.60339 15.7235C4.73978 15.2148 5.00774 14.751 5.38031 14.3787L10.6302 9.12891" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_1_11672">
8
+ <rect width="23.9993" height="23.9993" fill="currentColor"></rect>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1_7255)">
3
+ <path d="M16.8539 10.8563L17.312 11.3145C17.4513 11.4537 17.5618 11.6191 17.6372 11.8011C17.7126 11.9831 17.7514 12.1781 17.7514 12.3751C17.7514 12.5721 17.7126 12.7671 17.6372 12.9491C17.5618 13.1311 17.4513 13.2964 17.312 13.4357L16.6531 14.0947C16.5124 14.2353 16.3216 14.3144 16.1227 14.3144C15.9238 14.3144 15.7331 14.2353 15.5924 14.0947L9.90326 8.40553C9.76261 8.26488 9.68359 8.07412 9.68359 7.87522C9.68359 7.67631 9.76261 7.48555 9.90326 7.3449L10.5622 6.68591C10.7015 6.54663 10.8669 6.43614 11.0489 6.36076C11.2309 6.28538 11.4259 6.24658 11.6229 6.24658C11.8199 6.24658 12.0149 6.28538 12.1969 6.36076C12.3789 6.43614 12.5442 6.54663 12.6835 6.68591L13.1417 7.14408L15.728 4.55777C16.7393 3.54641 18.3872 3.48445 19.4259 4.46771C19.6809 4.70878 19.885 4.99854 20.0261 5.31984C20.1672 5.64115 20.2424 5.98748 20.2474 6.33837C20.2523 6.68925 20.1868 7.03756 20.0548 7.36271C19.9228 7.68785 19.7269 7.98322 19.4788 8.23136L16.8539 10.8563Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M14.8727 13.3714L9.62282 18.6213C9.25057 18.9938 8.78675 19.2618 8.27803 19.3982C7.76932 19.5346 7.23366 19.5346 6.72495 19.3982L4.53106 20.3559C4.3929 20.4162 4.23977 20.4335 4.09165 20.4055C3.94352 20.3775 3.80728 20.3055 3.70068 20.1989V20.1989C3.62415 20.1224 3.57246 20.0245 3.55235 19.9182C3.53224 19.8118 3.54464 19.7019 3.58795 19.6027L4.60341 17.2766C4.46702 16.7679 4.46701 16.2323 4.60339 15.7235C4.73978 15.2148 5.00774 14.751 5.38031 14.3787L10.6302 9.12891" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_1_7255">
8
+ <rect width="23.9993" height="23.9993" fill="currentColor"></rect>
9
+ </clipPath>
10
+ </defs>
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="M12 3 V21" /><path d="M3 4.5 H10 V19.5 H3 Z" /><path d="M14 4.5 H21 V19.5 H14 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"><path d="M3 12 H21" /><path d="M4.5 3 H19.5 V10 H4.5 Z" /><path d="M4.5 14 H19.5 V21 H4.5 Z" stroke-dasharray="2 1.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="M15 4L20 9L11 18H6L4 16L15 4Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M6 18L4 20H10L8 18" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1_7362)">
3
+ <path d="M11.9997 20.9993C16.9701 20.9993 20.9995 16.97 20.9995 11.9996C20.9995 7.02919 16.9701 2.99988 11.9997 2.99988C7.02932 2.99988 3 7.02919 3 11.9996C3 16.97 7.02932 20.9993 11.9997 20.9993Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M9.75 13.4998V8.99993L14.2499 6.75V13.4998" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ <path d="M15.7498 20.184V14.25C15.7498 14.0511 15.6708 13.8603 15.5301 13.7197C15.3895 13.579 15.1987 13.5 14.9998 13.5H8.99998C8.80107 13.5 8.61031 13.579 8.46966 13.7197C8.32902 13.8603 8.25 14.0511 8.25 14.25V20.184" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_1_7362">
9
+ <rect width="23.9993" height="23.9993" fill="currentColor"></rect>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1_7241)">
3
+ <path d="M9 15.75C12.7279 15.75 15.75 12.7279 15.75 9C15.75 5.27208 12.7279 2.25 9 2.25C5.27208 2.25 2.25 5.27208 2.25 9C2.25 12.7279 5.27208 15.75 9 15.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M15 21.75C18.7279 21.75 21.75 18.7279 21.75 15C21.75 11.2721 18.7279 8.25 15 8.25C11.2721 8.25 8.25 11.2721 8.25 15C8.25 18.7279 11.2721 21.75 15 21.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ <path d="M10.2266 10.2285L13.7703 13.7723" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_1_7241">
9
+ <rect width="24" height="24" fill="currentColor"></rect>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1_7234)">
3
+ <path d="M8.9998 15.7495C12.7276 15.7495 15.7496 12.7275 15.7496 8.99968C15.7496 5.27187 12.7276 2.24988 8.9998 2.24988C5.27199 2.24988 2.25 5.27187 2.25 8.99968C2.25 12.7275 5.27199 15.7495 8.9998 15.7495Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M14.9998 21.7496C18.7276 21.7496 21.7496 18.7276 21.7496 14.9998C21.7496 11.272 18.7276 8.25 14.9998 8.25C11.272 8.25 8.25 11.272 8.25 14.9998C8.25 18.7276 11.272 21.7496 14.9998 21.7496Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ <path d="M11.4883 9.23535L14.7664 12.5135" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
6
+ <path d="M9.23438 11.4854L12.5125 14.7635" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_1_7234">
10
+ <rect width="23.9993" height="23.9993" fill="currentColor"></rect>
11
+ </clipPath>
12
+ </defs>
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="M10 4.5 H19" /><path d="M5 19.5 H14" /><path d="M14 4.5 L10 19.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="M16 4H4A1 1 0 0 0 3 5V19A1 1 0 0 0 4 20H16L21.5 12L16 4Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M7 12H7.01" 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="M10 6 H20" /><path d="M10 12 H20" /><path d="M10 18 H20" /><path d="M4 4 L5 4 V8" /><path d="M3.5 11 a1.5 1.5 0 0 1 3 0 c0 1 -3 2 -3 3 H6.5" /><path d="M3.5 17 a1.5 1.5 0 0 1 3 0 a1.5 1.5 0 0 1 -1.5 1.5 a1.5 1.5 0 0 1 1.5 1.5 a1.5 1.5 0 0 1 -3 0" /></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="M10 6 H20" /><path d="M10 12 H20" /><path d="M10 18 H20" /><circle cx="5" cy="6" r="1.2" /><circle cx="5" cy="12" r="1.2" /><circle cx="5" cy="18" r="1.2" /></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 4H8A1 1 0 0 1 9 5V13A3 3 0 0 0 15 13V5A1 1 0 0 1 16 4H20A1 1 0 0 1 21 5V13A9 9 0 0 1 3 13V5A1 1 0 0 1 4 4Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M3 9H9M15 9H21" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1_7368)">
3
+ <path d="M4.5 9H9.74984" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M14.25 9H19.4998" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ <path d="M9.74984 13.4996C9.74984 14.0963 9.98689 14.6686 10.4088 15.0906C10.8308 15.5125 11.4031 15.7495 11.9998 15.7495C12.5965 15.7495 13.1688 15.5125 13.5907 15.0906C14.0127 14.6686 14.2497 14.0963 14.2497 13.4996V5.24986C14.2497 5.05095 14.3287 4.86019 14.4694 4.71954C14.61 4.57889 14.8008 4.49988 14.9997 4.49988H18.7496C18.9485 4.49988 19.1392 4.57889 19.2799 4.71954C19.4205 4.86019 19.4996 5.05095 19.4996 5.24986V13.4055C19.4996 17.5408 16.1919 20.9685 12.0566 20.9992C11.067 21.0067 10.0857 20.8182 9.16919 20.4447C8.25271 20.0712 7.41923 19.52 6.71678 18.8228C6.01433 18.1257 5.4568 17.2964 5.07634 16.3828C4.69588 15.4692 4.5 14.4893 4.5 13.4996V5.24986C4.5 5.05095 4.57902 4.86019 4.71966 4.71954C4.86031 4.57889 5.05107 4.49988 5.24998 4.49988H8.99987C9.19877 4.49988 9.38953 4.57889 9.53018 4.71954C9.67083 4.86019 9.74984 5.05095 9.74984 5.24986V13.4996Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_1_7368">
9
+ <rect width="23.9993" height="23.9993" fill="currentColor"></rect>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1_7355)">
3
+ <path d="M11.9997 20.9993C16.9701 20.9993 20.9995 16.97 20.9995 11.9996C20.9995 7.02919 16.9701 2.99988 11.9997 2.99988C7.02932 2.99988 3 7.02919 3 11.9996C3 16.97 7.02932 20.9993 11.9997 20.9993Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M16.4997 19.7962V16.5C16.4997 16.3011 16.4207 16.1103 16.2801 15.9697C16.1394 15.829 15.9487 15.75 15.7498 15.75H8.24998C8.05107 15.75 7.86031 15.829 7.71966 15.9697C7.57902 16.1103 7.5 16.3011 7.5 16.5V19.7965" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ <path d="M9 15.7499V13.5C9 13.3011 9.07902 13.1103 9.21966 12.9697C9.36031 12.829 9.55107 12.75 9.74998 12.75H14.2498C14.4487 12.75 14.6395 12.829 14.7802 12.9697C14.9208 13.1103 14.9998 13.3011 14.9998 13.5V15.7499" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
6
+ <path d="M13.8602 12.7498L12.7346 7.34702C12.5688 6.55099 11.432 6.55099 11.2662 7.34702L10.1406 12.7498" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_1_7355">
10
+ <rect width="23.9993" height="23.9993" fill="currentColor"></rect>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 5.57141L9.42857 5.57141" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ <path d="M14.5703 16.5H20.9989M14.5703 20.3571H20.9989" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M14.5703 6.21429H20.9989M17.7836 9.42857V3" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ <path d="M3 15.8574L8.14286 21.0003M3 20.9987L8.1413 15.8574" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
6
+ </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 14V20M14 17H20M6 10H8C9.10457 10 10 9.10457 10 8V6C10 4.89543 9.10457 4 8 4H6C4.89543 4 4 4.89543 4 6V8C4 9.10457 4.89543 10 6 10ZM16 10H18C19.1046 10 20 9.10457 20 8V6C20 4.89543 19.1046 4 18 4H16C14.8954 4 14 4.89543 14 6V8C14 9.10457 14.8954 10 16 10ZM6 20H8C9.10457 20 10 19.1046 10 18V16C10 14.8954 9.10457 14 8 14H6C4.89543 14 4 14.8954 4 16V18C4 19.1046 4.89543 20 6 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="M5 3V7M3 5H7M14 6H22M14 18H22M3 15L7 19M7 15L3 19M16 14L20 16L16 18" 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="M4 3H20A1 1 0 0 1 21 4V20A1 1 0 0 1 20 21H4A1 1 0 0 1 3 20V4A1 1 0 0 1 4 3Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M7 8H11M9 6V10M7 16H11M7.5 14.5L10.5 17.5M10.5 14.5L7.5 17.5M14 8H18M14 15H18M14 17H18" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.2962 5H18.9701C19.1647 5 19.3513 5.07525 19.4889 5.20921C19.6265 5.34316 19.7038 5.52485 19.7038 5.71429V10.7143H4.2962C4.10161 10.7143 3.91499 10.639 3.77739 10.5051C3.6398 10.3711 3.5625 10.1894 3.5625 10V5.71429C3.5625 5.52485 3.6398 5.34316 3.77739 5.20921C3.91499 5.07525 4.10161 5 4.2962 5Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ <path d="M10.1641 14.2861H19.7021C19.8967 14.2861 20.0833 14.3614 20.2209 14.4953C20.3585 14.6293 20.4358 14.811 20.4358 15.0004V19.2861C20.4358 19.4756 20.3585 19.6573 20.2209 19.7912C20.0833 19.9252 19.8967 20.0004 19.7021 20.0004H10.8978C10.7032 20.0004 10.5166 19.9252 10.379 19.7912C10.2414 19.6573 10.1641 19.4756 10.1641 19.2861V14.2861Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M5.76172 5V10.7143" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ <path d="M8.69922 5V7.14286" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
6
+ <path d="M11.6328 5V7.14286" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
7
+ <path d="M14.5664 5V7.14286" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
8
+ <path d="M12.7344 14.2861V16.429" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
9
+ <path d="M15.668 14.2861V16.429" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
10
+ <path d="M18.6016 14.2861V16.429" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
11
+ <path d="M17.5039 5V7.14286" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
12
+ <path d="M13.8325 10.7139L10.1641 14.2853" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
13
+ <path d="M19.7036 10.7139L16.0352 14.2853" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
14
+ </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="M9 9H5A2 2 0 0 0 3 11V19A2 2 0 0 0 5 21H13A2 2 0 0 0 15 19V15" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11 3H19A2 2 0 0 1 21 5V13A2 2 0 0 1 19 15H11A2 2 0 0 1 9 13V5A2 2 0 0 1 11 3Z" 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="M9 7V5A2 2 0 0 1 11 3H19A2 2 0 0 1 21 5V13A2 2 0 0 1 19 15H17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 9H13A2 2 0 0 1 15 11V19A2 2 0 0 1 13 21H5A2 2 0 0 1 3 19V11A2 2 0 0 1 5 9Z" 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="M5 12H19" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ </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
+ <rect x="1" y="1" width="22" height="22" rx="11" stroke="currentColor" stroke-width="2"></rect>
3
+ <path d="M7.33203 12H16.6654" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ </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="M15.2 12H8.8M4 17C4 18.6569 5.34314 20 7 20H17C18.6569 20 20 18.6569 20 17V7C20 5.34315 18.6569 4 17 4H7.00001C5.34315 4 4.00001 5.34315 4.00001 7L4 17Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="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="M4.78809 3.6416L18.2881 11.7041L19.4189 12.3799L18.1494 12.7295L11.6162 14.5303L8.05176 20.5371L7.29297 21.8145L7.01562 20.3555L3.94727 4.23047L3.71289 3L4.78809 3.6416Z" fill="currentColor" stroke="currentColor" stroke-width="1.125" stroke-linecap="square"></path>
3
+ </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="M17.9971 6L5.99609 18.001" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ <path d="M5.99609 6L17.9971 18.001" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="1" y="1" width="22" height="22" rx="11" stroke="currentColor" stroke-width="2"></rect>
3
+ <path d="M16.0007 7.99988L8 16.0005" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M8 7.99988L16.0007 16.0005" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
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="M9.73725 9.73726L12 12M12 12L14.2627 14.2627M12 12L14.2627 9.73726M12 12L9.73725 14.2627M4 17C4 18.6569 5.34314 20 7 20H17C18.6569 20 20 18.6569 20 17V7C20 5.34315 18.6569 4 17 4H7.00001C5.34315 4 4.00001 5.34315 4.00001 7L4 17Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="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="M5 3H18A1 1 0 0 1 19 4V8A1 1 0 0 1 18 9H5A1 1 0 0 1 4 8V4A1 1 0 0 1 5 3Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M11 9V12H7V21H11V13" 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 22A4 4 0 0 0 11 18C11 17.5 12.5 16 12.5 16L21 7.5L16.5 3L8 11.5C8 11.5 6.5 13 6 13A4 4 0 0 0 7 22Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1_7281)">
3
+ <path d="M6.74991 2.99988H19.4995C19.6984 2.99988 19.8892 3.07889 20.0298 3.21954C20.1705 3.36019 20.2495 3.55095 20.2495 3.74986V13.4996C20.2495 13.6985 20.1705 13.8892 20.0298 14.0299C19.8892 14.1705 19.6984 14.2495 19.4995 14.2495H4.49998C4.30107 14.2495 4.11031 14.1705 3.96966 14.0299C3.82902 13.8892 3.75 13.6985 3.75 13.4996V5.99979C3.75 5.20416 4.06606 4.44112 4.62865 3.87853C5.19125 3.31594 5.95428 2.99988 6.74991 2.99988V2.99988Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M10.5 14.25L9.75 19.4998C9.75 20.0966 9.98705 20.6688 10.409 21.0908C10.8309 21.5127 11.4032 21.7498 11.9999 21.7498C12.5967 21.7498 13.1689 21.5127 13.5909 21.0908C14.0128 20.6688 14.2499 20.0966 14.2499 19.4998L13.4999 14.25" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ <path d="M3.75 10.5H20.2495" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
6
+ <path d="M15.75 3V6.74989" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_1_7281">
10
+ <rect width="23.9993" height="23.9993" fill="currentColor"></rect>
11
+ </clipPath>
12
+ </defs>
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="M12 3.5 a8.5 8.5 0 0 0 0 17 a2.5 2.5 0 0 0 0 -5 a2 2 0 0 1 2 -2 H16.5 a4 4 0 0 0 4 -4 a7.5 7.5 0 0 0 -8.5 -6 Z" /><circle cx="7.5" cy="11" r="1" /><circle cx="10.5" cy="7" r="1" /><circle cx="15" cy="7" r="1" /><circle cx="17.5" cy="11" r="1" /></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="M16.5 3.5L20.5 7.5L8 20L3 21L4 16L16.5 3.5Z" stroke="currentColor" stroke-width="2" stroke-linejoin="round"/><path d="M14 6L18 10" 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="M12 2.5 L17.5 8 L13 20.5 H11 L6.5 8 Z" /><path d="M10 9 H14 V13 H10 Z" /><path d="M12 14 V21" /></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 2.5 L21.5 8 L8.5 21 H3 V15.5 Z" /><path d="M14 4 L18 8" /><path d="M3 15.5 L8.5 21" /></svg>
@@ -0,0 +1,14 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1_7347)">
3
+ <path d="M11.9997 20.9993C16.9701 20.9993 20.9995 16.97 20.9995 11.9996C20.9995 7.02919 16.9701 2.99988 11.9997 2.99988C7.02932 2.99988 3 7.02919 3 11.9996C3 16.97 7.02932 20.9993 11.9997 20.9993Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M16.4997 19.7957V16.4995L11.9999 6.74976L7.5 16.4995V19.796" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ <path d="M12 17.9999C12 17.4032 12.237 16.8309 12.659 16.409C13.0809 15.987 13.6532 15.75 14.2499 15.75C14.8467 15.75 15.4189 15.987 15.8409 16.409C16.2628 16.8309 16.4999 17.4032 16.4999 17.9999" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
6
+ <path d="M11.9999 20.9998V17.9999C11.9999 17.4032 11.7628 16.8309 11.3409 16.409C10.9189 15.987 10.3467 15.75 9.74993 15.75C9.15321 15.75 8.58093 15.987 8.15899 16.409C7.73705 16.8309 7.5 17.4032 7.5 17.9999" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
7
+ <path d="M9.57812 12H14.4241" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
8
+ </g>
9
+ <defs>
10
+ <clipPath id="clip0_1_7347">
11
+ <rect width="23.9993" height="23.9993" fill="currentColor"></rect>
12
+ </clipPath>
13
+ </defs>
14
+ </svg>
@@ -0,0 +1,12 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1_7399)">
3
+ <path d="M8.99984 20.2495H4.49998C4.30107 20.2495 4.11031 20.1705 3.96966 20.0298C3.82902 19.8892 3.75 19.6984 3.75 19.4995V15.3103C3.75 15.2118 3.7694 15.1143 3.80709 15.0233C3.84478 14.9323 3.90002 14.8496 3.96966 14.78L15.2193 3.53033C15.36 3.38968 15.5507 3.31067 15.7496 3.31067C15.9485 3.31067 16.1393 3.38968 16.28 3.53033L20.4692 7.71955C20.6098 7.86019 20.6888 8.05095 20.6888 8.24986C20.6888 8.44877 20.6098 8.63953 20.4692 8.78017L8.99984 20.2495Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M12.75 6L17.9998 11.2498" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ <path d="M20.2487 20.249H8.999L3.79688 15.0469" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_1_7399">
9
+ <rect width="23.9993" height="23.9993" fill="currentColor"></rect>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1_7394)">
3
+ <path d="M8.99984 20.2495H4.49998C4.30107 20.2495 4.11031 20.1705 3.96966 20.0298C3.82902 19.8892 3.75 19.6984 3.75 19.4995V15.3103C3.75 15.2118 3.7694 15.1143 3.80709 15.0233C3.84478 14.9323 3.90002 14.8496 3.96966 14.78L15.2193 3.53033C15.36 3.38968 15.5507 3.31067 15.7496 3.31067C15.9485 3.31067 16.1393 3.38968 16.28 3.53033L20.4692 7.71955C20.6098 7.86019 20.6888 8.05095 20.6888 8.24986C20.6888 8.44877 20.6098 8.63953 20.4692 8.78017L8.99984 20.2495Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M12.75 6L17.9998 11.2498" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_1_7394">
8
+ <rect width="23.9993" height="23.9993" fill="currentColor"></rect>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1_7387)">
3
+ <path d="M10.8749 14.9999C11.9104 14.9999 12.7499 14.1604 12.7499 13.1249C12.7499 12.0894 11.9104 11.25 10.8749 11.25C9.83944 11.25 9 12.0894 9 13.1249C9 14.1604 9.83944 14.9999 10.8749 14.9999Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path d="M3 20.9997L9.54843 14.4504" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
5
+ <path d="M3 20.9998L16.0726 18.821C16.2025 18.7994 16.3243 18.7439 16.4259 18.6603C16.5275 18.5767 16.6054 18.4678 16.6516 18.3446L18.7495 12.75L11.2498 5.25024L5.65521 7.3482C5.53199 7.39441 5.42309 7.47223 5.33946 7.57386C5.25583 7.67548 5.20041 7.79731 5.17878 7.92713L3 20.9998Z" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
6
+ <path d="M18.7498 12.7496L21.2194 10.28C21.289 10.2103 21.3443 10.1277 21.3819 10.0367C21.4196 9.94568 21.439 9.84816 21.439 9.74967C21.439 9.65118 21.4196 9.55366 21.3819 9.46267C21.3443 9.37168 21.289 9.289 21.2194 9.21936L14.7802 2.78021C14.6396 2.63956 14.4488 2.56055 14.2499 2.56055C14.051 2.56055 13.8602 2.63956 13.7196 2.78021L11.25 5.24981" stroke="currentColor" stroke-width="1.12497" stroke-linecap="round" stroke-linejoin="round"></path>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0_1_7387">
10
+ <rect width="23.9993" height="23.9993" fill="currentColor"></rect>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>