@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,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 7H17V4C17 2.897 16.103 2 15 2H9C7.897 2 7 2.897 7 4V7H4C2.897 7 2 7.897 2 9V15C2 16.103 2.897 17 4 17H7V20C7 21.103 7.897 22 9 22H15C16.103 22 17 21.103 17 20V17H20C21.103 17 22 16.103 22 15V9C22 7.897 21.103 7 20 7ZM20 15H15V19H15.001V20H9V15H4V9H9V4H15V9H20V15Z" fill="currentColor"></path>
3
+ <path d="M8 14V10L5 12L8 14ZM16 14L19 12L16 10V14ZM10 8H14L12 5L10 8ZM12 19L14 16H10L12 19Z" fill="currentColor"></path>
4
+ <path d="M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z" fill="currentColor"></path>
5
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M22.0003 8.65001C21.9116 7.38551 21.3459 6.2019 20.4177 5.33864C19.4894 4.47538 18.2679 3.99691 17.0003 4.00002H7.00032C5.71808 3.99828 4.48418 4.48923 3.55363 5.37139C2.62307 6.25356 2.067 7.45951 2.00032 8.74002C1.99468 8.82659 1.99468 8.91344 2.00032 9.00002V16.5C1.99767 16.9604 2.08639 17.4167 2.26134 17.8425C2.43629 18.2684 2.694 18.6553 3.01953 18.9808C3.34507 19.3063 3.73196 19.564 4.1578 19.739C4.58364 19.9139 5.03996 20.0027 5.50032 20C6.93032 20 7.82032 18.94 8.69032 17.91C9.01032 17.54 9.34032 17.15 9.69032 16.81C10.1546 16.4699 10.6763 16.2159 11.2303 16.06C11.7419 16 12.2587 16 12.7703 16.06C13.3244 16.2159 13.846 16.4699 14.3103 16.81C14.6603 17.15 14.9903 17.54 15.3103 17.91C16.1803 18.91 17.0703 20 18.5003 20C18.9607 20.0027 19.417 19.9139 19.8428 19.739C20.2687 19.564 20.6556 19.3063 20.9811 18.9808C21.3066 18.6553 21.5644 18.2684 21.7393 17.8425C21.9143 17.4167 22.003 16.9604 22.0003 16.5V9.00002C22.0057 8.91343 22.0057 8.8266 22.0003 8.74002V8.65001ZM20.0003 16.5C20.0003 16.8978 19.8423 17.2794 19.561 17.5607C19.2797 17.842 18.8981 18 18.5003 18C18.0003 18 17.5003 17.36 16.8403 16.62C16.5003 16.23 16.1203 15.77 15.6903 15.36C14.9663 14.7767 14.1284 14.3509 13.2303 14.11C12.4169 13.9633 11.5838 13.9633 10.7703 14.11C9.87226 14.3509 9.03439 14.7767 8.31032 15.36C7.88032 15.77 7.50032 16.23 7.16032 16.62C6.54032 17.36 6.00032 18 5.50032 18C5.1025 18 4.72097 17.842 4.43966 17.5607C4.15836 17.2794 4.00032 16.8978 4.00032 16.5V9.00002C4.0052 8.95013 4.0052 8.8999 4.00032 8.85002C4.03884 8.08065 4.37183 7.35558 4.93032 6.82501C5.48881 6.29445 6.22999 5.99905 7.00032 6.00002H17.0003C17.7498 5.99674 18.4733 6.2741 19.0285 6.77749C19.5837 7.28088 19.9304 7.97385 20.0003 8.72002V8.84002C19.9953 8.89323 19.9953 8.9468 20.0003 9.00002V16.5Z" fill="currentColor"></path>
3
+ <path d="M16.0003 13C16.5526 13 17.0003 12.5523 17.0003 12C17.0003 11.4477 16.5526 11 16.0003 11C15.448 11 15.0003 11.4477 15.0003 12C15.0003 12.5523 15.448 13 16.0003 13Z" fill="currentColor"></path>
4
+ <path d="M18.0003 11C18.5526 11 19.0003 10.5523 19.0003 10C19.0003 9.44772 18.5526 9 18.0003 9C17.448 9 17.0003 9.44772 17.0003 10C17.0003 10.5523 17.448 11 18.0003 11Z" fill="currentColor"></path>
5
+ <path d="M16.0003 9C16.5526 9 17.0003 8.55228 17.0003 8C17.0003 7.44772 16.5526 7 16.0003 7C15.448 7 15.0003 7.44772 15.0003 8C15.0003 8.55228 15.448 9 16.0003 9Z" fill="currentColor"></path>
6
+ <path d="M14.0003 11C14.5526 11 15.0003 10.5523 15.0003 10C15.0003 9.44772 14.5526 9 14.0003 9C13.448 9 13.0003 9.44772 13.0003 10C13.0003 10.5523 13.448 11 14.0003 11Z" fill="currentColor"></path>
7
+ <path d="M8.00031 12C9.10487 12 10.0003 11.1046 10.0003 10C10.0003 8.89543 9.10487 8 8.00031 8C6.89574 8 6.00031 8.89543 6.00031 10C6.00031 11.1046 6.89574 12 8.00031 12Z" fill="currentColor"></path>
8
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.6584 3.60002C19.0959 3.03821 18.3334 2.72266 17.5384 2.72266C16.7434 2.72266 15.9809 3.03821 15.4184 3.60002L7.63844 11.38L9.75844 13.5L3.39844 19.86L4.80844 21.28L19.6584 6.43002C20.7584 5.33002 20.7584 4.70002 20.3684 4.31002L19.6584 3.60002Z" fill="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="M3 20H21C21.176 20.0001 21.3488 19.9537 21.5011 19.8656C21.6534 19.7774 21.7798 19.6507 21.8674 19.4981C21.955 19.3456 22.0009 19.1726 22.0003 18.9966C21.9997 18.8207 21.9527 18.648 21.864 18.496L14.864 6.496C14.505 5.881 13.495 5.883 13.135 6.496L9.866 12.1L8.846 10.468C8.75619 10.3247 8.63144 10.2066 8.48346 10.1247C8.33547 10.0429 8.16912 9.99994 8 10C7.83057 10.0002 7.66295 10.0434 7.5148 10.1256C7.36664 10.2078 7.2418 10.3263 7.152 10.47L2.152 18.47C2.05739 18.6214 2.00503 18.7953 2.00034 18.9738C1.99566 19.1522 2.03882 19.3286 2.12536 19.4848C2.21189 19.6409 2.33864 19.771 2.49244 19.8616C2.64625 19.9522 2.8215 20 3 20ZM14 8.985L19.259 18H13.555L11.069 14.013L14 8.985ZM8.001 12.885L11.197 18H4.805L8.001 12.885ZM6 8C7.654 8 9 6.654 9 5C9 3.346 7.654 2 6 2C4.346 2 3 3.346 3 5C3 6.654 4.346 8 6 8ZM6 4C6.26522 4 6.51957 4.10536 6.70711 4.29289C6.89465 4.48043 7 4.73478 7 5C7 5.26522 6.89465 5.51957 6.70711 5.70711C6.51957 5.89464 6.26522 6 6 6C5.73479 6 5.48043 5.89464 5.2929 5.70711C5.10536 5.51957 5 5.26522 5 5C5 4.73478 5.10536 4.48043 5.2929 4.29289C5.48043 4.10536 5.73479 4 6 4Z" fill="currentColor"></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"><path d="M12 2.5 a7.5 7.5 0 0 1 7.5 7.5 c0 5.5 -7.5 11.5 -7.5 11.5 S4.5 15.5 4.5 10 a7.5 7.5 0 0 1 7.5 -7.5 Z M9.5 10a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></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="M19 6H5C3.346 6 2 7.346 2 9V14C2 16.206 3.794 18 6 18H7.637C8.803 18 9.917 17.443 10.618 16.509C11.278 15.63 12.722 15.629 13.382 16.51C13.7301 16.9717 14.1804 17.3465 14.6976 17.605C15.2148 17.8635 15.7848 17.9987 16.363 18H18C20.206 18 22 16.206 22 14V9C22 7.346 20.654 6 19 6ZM20 14C20 15.103 19.103 16 18 16H16.363C15.823 16 15.306 15.741 14.981 15.31C14.271 14.362 13.184 13.818 12 13.818C10.816 13.818 9.729 14.362 9.019 15.309C8.85737 15.5228 8.64857 15.6964 8.40886 15.8162C8.16915 15.9361 7.905 15.999 7.637 16H6C4.897 16 4 15.103 4 14V9C4 8.449 4.448 8 5 8H19C19.552 8 20 8.449 20 9V14Z" fill="currentColor"></path>
3
+ <path d="M7.5 13C8.88071 13 10 12.3284 10 11.5C10 10.6716 8.88071 10 7.5 10C6.11929 10 5 10.6716 5 11.5C5 12.3284 6.11929 13 7.5 13Z" fill="currentColor"></path>
4
+ <path d="M16.5 13C17.8807 13 19 12.3284 19 11.5C19 10.6716 17.8807 10 16.5 10C15.1193 10 14 10.6716 14 11.5C14 12.3284 15.1193 13 16.5 13Z" fill="currentColor"></path>
5
+ </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="M9.50091 21.9996C11.5039 21.9996 13.3879 21.2196 14.8139 19.7926L21.7179 12.6966C21.8549 12.5557 21.9473 12.3775 21.9836 12.1843C22.0199 11.9911 21.9985 11.7915 21.922 11.6104C21.8455 11.4293 21.7173 11.2748 21.5535 11.1662C21.3897 11.0576 21.1975 10.9996 21.0009 10.9996H17.6999L21.8749 3.48561C21.9795 3.29569 22.0195 3.07695 21.9891 2.8623C21.9586 2.64764 21.8593 2.44868 21.7061 2.29532C21.5528 2.14196 21.3539 2.0425 21.1393 2.0119C20.9247 1.98129 20.7059 2.0212 20.5159 2.12561L13.4059 6.07561L13.9819 3.19661C14.0225 2.99288 13.9987 2.78155 13.9138 2.59197C13.8288 2.40239 13.6869 2.24399 13.5078 2.13876C13.3286 2.03353 13.1212 1.9867 12.9142 2.00477C12.7073 2.02284 12.5111 2.10492 12.3529 2.23961L4.19691 9.19661C1.27291 12.1206 1.27291 16.8786 4.19691 19.8026C4.89182 20.5013 5.71841 21.0553 6.62884 21.4324C7.53928 21.8095 8.51546 22.0023 9.50091 21.9996ZM5.55291 10.6646L11.4549 5.63361L10.5969 9.92361L18.4269 5.57361L15.1269 11.5136L15.1259 11.5146L14.3019 12.9996H18.6329L13.3899 18.3886C12.3509 19.4276 10.9699 19.9996 9.50091 19.9996C8.03191 19.9996 6.64991 19.4276 5.61091 18.3886C3.46791 16.2446 3.46791 12.7546 5.55291 10.6646Z" fill="currentColor"></path>
3
+ <path d="M9.50091 17.9996C10.2973 18.0025 11.0707 17.7332 11.693 17.2362C12.3153 16.7392 12.749 16.0445 12.9222 15.2672C13.0955 14.4899 12.9978 13.6767 12.6454 12.9625C12.2931 12.2483 11.7072 11.6761 10.9849 11.3406C10.9899 11.3936 11.0009 11.4456 11.0009 11.4996C11.0009 11.8974 10.8429 12.2789 10.5616 12.5602C10.2803 12.8415 9.89874 12.9996 9.50091 12.9996C9.10309 12.9996 8.72156 12.8415 8.44025 12.5602C8.15895 12.2789 8.00091 11.8974 8.00091 11.4996C8.00091 11.4456 8.01191 11.3936 8.01691 11.3406C7.29465 11.6761 6.70876 12.2483 6.35639 12.9625C6.00403 13.6767 5.90636 14.4899 6.07959 15.2672C6.25282 16.0445 6.68653 16.7392 7.30881 17.2362C7.93109 17.7332 8.70454 18.0025 9.50091 17.9996Z" fill="currentColor"></path>
4
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M5 9 a5 5 0 0 1 5 -5 H14 a5 5 0 0 1 5 5 V15 a5 5 0 0 1 -5 5 H10 a5 5 0 0 1 -5 -5 Z" transform="rotate(-45 12 12)" /></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 17L11 13L15 17L11 21L7 17Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/>
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="M17 17L13 13L9 17L13 21L17 17Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/>
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="M2.7611 20.2002C3.03545 20.4905 3.37019 20.7171 3.74168 20.864C4.11317 21.0109 4.51236 21.0744 4.9111 21.0502C6.08022 20.989 7.22561 20.6967 8.2811 20.1902C9.86289 20.899 11.6157 21.136 13.3289 20.8726C15.0422 20.6093 16.6429 19.8568 17.9388 18.7056C19.2347 17.5544 20.1705 16.0535 20.6339 14.3833C21.0974 12.713 21.0686 10.9445 20.5511 9.29017C21.8611 7.06017 22.3011 5.03017 21.2211 3.81017C20.9071 3.44605 20.5087 3.16449 20.0606 2.99015C19.6126 2.81581 19.1286 2.75401 18.6511 2.81017C17.7047 2.95453 16.8196 3.36756 16.1011 4.00017C14.488 3.18057 12.6653 2.86622 10.8709 3.09813C9.0764 3.33003 7.39351 4.09743 6.04176 5.30018C4.69002 6.50293 3.73218 8.0852 3.29323 9.84052C2.85428 11.5958 2.9546 13.4427 3.5811 15.1402C2.5211 16.3502 1.5311 18.8202 2.7611 20.2002ZM4.2611 18.8802C4.0411 18.6302 4.2611 17.8102 4.6311 17.1202C5.07863 17.7643 5.60618 18.349 6.2011 18.8602C5.1711 19.1602 4.4911 19.1402 4.2611 18.8802ZM18.7711 13.7102C18.3172 15.5059 17.1701 17.0485 15.5811 18.0002C14.4974 18.6446 13.2619 18.9897 12.0011 19.0002C11.5845 18.997 11.1693 18.9535 10.7611 18.8702C12.33 17.9081 13.8093 16.807 15.1811 15.5802C16.5623 14.3605 17.8339 13.0221 18.9811 11.5802C19.0226 12.2968 18.9518 13.0155 18.7711 13.7102ZM18.8611 4.82017C19.0214 4.79377 19.1858 4.80938 19.3383 4.86546C19.4908 4.92155 19.6261 5.01619 19.7311 5.14017C19.9611 5.40017 19.8911 6.08017 19.4711 7.07017C19.0201 6.38089 18.4786 5.7553 17.8611 5.21017C18.162 5.00872 18.5033 4.87561 18.8611 4.82017ZM5.2211 10.3102C5.44039 9.41609 5.83536 8.57458 6.38303 7.83463C6.93069 7.09469 7.6201 6.47109 8.4111 6.00017C9.49542 5.34856 10.7361 5.00298 12.0011 5.00017C13.2125 4.99181 14.4048 5.30255 15.4581 5.90114C16.5113 6.49973 17.3884 7.36508 18.0011 8.41017C18.1335 8.62147 18.2504 8.84204 18.3511 9.07017C17.065 10.9146 15.557 12.5938 13.8611 14.0702C12.1942 15.6032 10.3434 16.9233 8.3511 18.0002C7.08494 17.2223 6.09916 16.0618 5.53644 14.6865C4.97373 13.3111 4.86329 11.7924 5.2211 10.3502V10.3102Z" fill="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="M15 2.0127H9V8.9997H2V14.9997H9V21.9867H15V14.9997H22V8.9997H15V2.0127Z" fill="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="M11 4C11 2.89543 11.8954 2 13 2C14.1046 2 15 2.89543 15 4V5C15 5.55228 15.4477 6 16 6H19C19.5523 6 20 6.44772 20 7V10C20 10.5523 19.5523 11 19 11H18C16.8954 11 16 11.8954 16 13C16 14.1046 16.8954 15 18 15H19C19.5523 15 20 15.4477 20 16V19C20 19.5523 19.5523 20 19 20H16C15.4477 20 15 19.5523 15 19V18C15 16.8954 14.1046 16 13 16C11.8954 16 11 16.8954 11 18V19C11 19.5523 10.5523 20 10 20H7C6.44772 20 6 19.5523 6 19V16C6 15.4477 5.55228 15 5 15H4C2.89543 15 2 14.1046 2 13C2 11.8954 2.89543 11 4 11H5C5.55228 11 6 10.5523 6 10V7C6 6.44772 6.44772 6 7 6H10C10.5523 6 11 5.55228 11 5V4Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></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"><path d="M5 14 a4 4 0 0 1 4 -4 H15 a4 4 0 0 1 4 4 V18 H5 Z M7 11 L5 3 L9 7 Z M17 11 L19 3 L15 7 Z M9.2 14a0.8 0.8 0 1 0 1.6 0a0.8 0.8 0 1 0 -1.6 0Z M13.2 14a0.8 0.8 0 1 0 1.6 0a0.8 0.8 0 1 0 -1.6 0Z M11.2 16a0.8 0.8 0 1 0 1.6 0a0.8 0.8 0 1 0 -1.6 0Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></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 10H10V3H8V10H6V3H4V11C4 12.654 5.346 14 7 14H8V21H10V14H11C12.654 14 14 12.654 14 11V3H12V10ZM19 3H18C16.841 3 16 4.262 16 6V14H18V21H20V4C20 3.73478 19.8946 3.48043 19.7071 3.29289C19.5196 3.10536 19.2652 3 19 3Z" fill="currentColor"></path>
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="M20.9203 2.38C19.7977 2.12857 18.6508 2.00114 17.5003 2C16.4138 1.93101 15.3244 2.0775 14.2947 2.43103C13.265 2.78456 12.3153 3.33816 11.5003 4.06C10.427 5.13333 9.36366 6.20333 8.31032 7.27C7.10032 7.14 4.23032 7.07 2.31032 9.01C2.12407 9.19736 2.01953 9.45081 2.01953 9.715C2.01953 9.97918 2.12407 10.2326 2.31032 10.42L13.6103 21.74C13.7977 21.9262 14.0511 22.0308 14.3153 22.0308C14.5795 22.0308 14.833 21.9262 15.0203 21.74C16.9703 19.74 16.9103 16.92 16.7903 15.74L20.0003 12.54C23.1903 9.35 21.7403 3.36 21.6803 3.11C21.6342 2.92963 21.5386 2.76574 21.4043 2.63677C21.27 2.50779 21.1024 2.41887 20.9203 2.38ZM18.5603 11.13L15.0003 14.67C14.885 14.7864 14.8001 14.9294 14.753 15.0863C14.706 15.2432 14.6982 15.4093 14.7303 15.57C14.9463 16.9078 14.7583 18.2796 14.1903 19.51L4.52032 9.82C5.77017 9.24477 7.16733 9.07012 8.52032 9.32C8.6804 9.34084 8.84314 9.32262 8.99464 9.2669C9.14615 9.21117 9.28191 9.1196 9.39032 9C9.39032 9 10.7903 7.55 12.9003 5.44C14.1977 4.39811 15.8404 3.88389 17.5003 4C18.2811 4.00387 19.0603 4.07075 19.8303 4.2C20.0703 5.63 20.4503 9.24 18.5603 11.13Z" fill="currentColor"></path>
3
+ <path d="M15.7303 10.3C16.8349 10.3 17.7303 9.40462 17.7303 8.30005C17.7303 7.19548 16.8349 6.30005 15.7303 6.30005C14.6257 6.30005 13.7303 7.19548 13.7303 8.30005C13.7303 9.40462 14.6257 10.3 15.7303 10.3Z" fill="currentColor"></path>
4
+ <path d="M5.00031 16C3.00031 17 3.00031 21 3.00031 21C4.85137 20.9472 6.62345 20.2384 8.00031 19L5.00031 16Z" fill="currentColor"></path>
5
+ </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 6C18.1046 6 19 5.10457 19 4C19 2.89543 18.1046 2 17 2C15.8954 2 15 2.89543 15 4C15 5.10457 15.8954 6 17 6Z" fill="currentColor"></path>
3
+ <path d="M15.777 10.969C16.0066 11.311 16.3358 11.5742 16.7201 11.7227C17.1044 11.8712 17.5251 11.8978 17.925 11.799L21.241 10.97L20.758 9.02997L17.442 9.85897L16.063 7.79197C15.7684 7.35053 15.3111 7.04354 14.791 6.93797L10.945 6.16797C10.5147 6.08162 10.068 6.13933 9.67383 6.33217C9.27964 6.52502 8.9599 6.84229 8.764 7.23497L7.106 10.551L8.895 11.446L10.553 8.12897L12.52 8.52297L7.434 17H3V19H7.434C8.132 19 8.789 18.628 9.149 18.029L11.067 14.833L16.236 15.867L18.052 21.316L19.948 20.683L18.133 15.235C18.021 14.9005 17.8228 14.6014 17.5584 14.3679C17.294 14.1345 16.9728 13.9748 16.627 13.905L13.588 13.298L15.36 10.344L15.777 10.969Z" fill="currentColor"></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="M21 18.33C20.814 17.1037 20.2952 15.9519 19.5 15C18.7026 15.9505 18.1835 17.103 18 18.33C17.9755 18.5415 17.9961 18.7558 18.0603 18.9589C18.1245 19.1619 18.2309 19.349 18.3726 19.508C18.5143 19.667 18.6879 19.7942 18.8822 19.8813C19.0765 19.9685 19.2871 20.0135 19.5 20.0135C19.7129 20.0135 19.9235 19.9685 20.1178 19.8813C20.3121 19.7942 20.4857 19.667 20.6274 19.508C20.7691 19.349 20.8755 19.1619 20.9397 18.9589C21.0039 18.7558 21.0245 18.5415 21 18.33ZM11 20.33C10.814 19.1037 10.2952 17.9519 9.5 17C8.70261 17.9505 8.1835 19.103 8 20.33C7.97819 20.7502 8.12381 21.1619 8.40497 21.4749C8.68613 21.7879 9.07989 21.9767 9.5 22C9.92011 21.9767 10.3139 21.7879 10.595 21.4749C10.8762 21.1619 11.0218 20.7502 11 20.33ZM14.5 22C14.9201 21.9767 15.3139 21.7879 15.595 21.4749C15.8762 21.1619 16.0218 20.7502 16 20.33C15.814 19.1037 15.2952 17.9519 14.5 17C13.7026 17.9505 13.1835 19.103 13 20.33C12.9782 20.7502 13.1238 21.1619 13.405 21.4749C13.6861 21.7879 14.0799 21.9767 14.5 22ZM3 18.33C2.97819 18.7502 3.12381 19.1619 3.40497 19.4749C3.68613 19.7879 4.07989 19.9767 4.5 20C4.92011 19.9767 5.31387 19.7879 5.59503 19.4749C5.87619 19.1619 6.02181 18.7502 6 18.33C5.81401 17.1037 5.29518 15.9519 4.5 15C3.70261 15.9505 3.1835 17.103 3 18.33ZM13 4.07V2H11V4.07C9.06798 4.31341 7.29107 5.25315 6.0024 6.71303C4.71372 8.17292 4.00177 10.0527 4 12H2V14H22V12H20C19.9982 10.0527 19.2863 8.17292 17.9976 6.71303C16.7089 5.25315 14.932 4.31341 13 4.07ZM6 12C6 10.4087 6.63214 8.88258 7.75736 7.75736C8.88258 6.63214 10.4087 6 12 6C13.5913 6 15.1174 6.63214 16.2426 7.75736C17.3679 8.88258 18 10.4087 18 12H6Z" fill="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="M12.0006 5.5L13.8669 10.2038L19.0011 10.4599L15.0052 13.6537L16.3178 18.5L12.0006 15.7918L7.68332 18.5L8.99592 13.6537L5 10.4599L10.1342 10.2038L12.0006 5.5Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.51603 14.3225L5.02603 20.7745C4.97989 20.9699 4.99374 21.1746 5.06577 21.362C5.1378 21.5494 5.26467 21.7107 5.4298 21.8248C5.59492 21.939 5.79064 22.0007 5.99138 22.0019C6.19212 22.0031 6.38855 21.9437 6.55503 21.8315L12 18.2015L17.445 21.8315C17.6154 21.9446 17.8162 22.0028 18.0207 21.9983C18.2251 21.9939 18.4232 21.9269 18.5884 21.8064C18.7536 21.686 18.878 21.5178 18.9448 21.3246C19.0116 21.1313 19.0176 20.9223 18.962 20.7255L17.133 14.3255L21.669 10.2435C21.8143 10.1127 21.9181 9.94218 21.9674 9.75303C22.0168 9.56387 22.0097 9.3644 21.9469 9.17926C21.8841 8.99412 21.7685 8.83144 21.6142 8.71134C21.46 8.59124 21.2739 8.51899 21.079 8.50351L15.378 8.04951L12.911 2.58851C12.8324 2.41267 12.7045 2.26335 12.5428 2.15857C12.3812 2.0538 12.1927 1.99805 12 1.99805C11.8074 1.99805 11.6189 2.0538 11.4572 2.15857C11.2956 2.26335 11.1677 2.41267 11.089 2.58851L8.62203 8.04951L2.92103 8.50251C2.72948 8.51769 2.54636 8.58772 2.39358 8.70425C2.2408 8.82077 2.12482 8.97884 2.05952 9.15954C1.99422 9.34025 1.98236 9.53595 2.02537 9.72322C2.06838 9.91049 2.16443 10.0814 2.30203 10.2155L6.51603 14.3225ZM9.36903 9.99651C9.54752 9.98245 9.71895 9.92063 9.86533 9.81753C10.0117 9.71443 10.1277 9.57384 10.201 9.41051L12 5.42951L13.799 9.41051C13.8724 9.57384 13.9883 9.71443 14.1347 9.81753C14.2811 9.92063 14.4525 9.98245 14.631 9.99651L18.603 10.3115L15.332 13.2555C15.048 13.5115 14.935 13.9055 15.039 14.2735L16.292 18.6585L12.556 16.1675C12.392 16.0575 12.199 15.9987 12.0015 15.9987C11.804 15.9987 11.611 16.0575 11.447 16.1675L7.54303 18.7705L8.59303 14.2245C8.63153 14.0573 8.62636 13.883 8.57802 13.7184C8.52969 13.5538 8.43981 13.4044 8.31703 13.2845L5.27903 10.3225L9.36903 9.99651Z" fill="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="M6.39982 8.79965C7.72521 8.79965 8.79965 7.72521 8.79965 6.39982C8.79965 5.07444 7.72521 4 6.39982 4C5.07444 4 4 5.07444 4 6.39982C4 7.72521 5.07444 8.79965 6.39982 8.79965Z M17.599 14.3993C18.9244 14.3993 19.9989 13.3248 19.9989 11.9994C19.9989 10.674 18.9244 9.59961 17.599 9.59961C16.2737 9.59961 15.1992 10.674 15.1992 11.9994C15.1992 13.3248 16.2737 14.3993 17.599 14.3993Z M6.39982 19.999C7.72521 19.999 8.79965 18.9246 8.79965 17.5992C8.79965 16.2738 7.72521 15.1993 6.39982 15.1993C5.07444 15.1993 4 16.2738 4 17.5992C4 18.9246 5.07444 19.999 6.39982 19.999Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/>
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="M12 2C7.51 2 4 4.2 4 7V17C4 19.8 7.51 22 12 22C16.49 22 20 19.8 20 17V7C20 4.2 16.49 2 12 2ZM12 20C8.46 20 6 18.42 6 17V10.33C7.7856 11.4795 9.87729 12.0617 12 12C14.1227 12.0617 16.2144 11.4795 18 10.33V17C18 18.42 15.54 20 12 20ZM12 10C8.46 10 6 8.42 6 7C6 5.58 8.46 4 12 4C15.54 4 18 5.58 18 7C18 8.42 15.54 10 12 10Z" fill="currentColor"></path>
3
+ <path d="M12 8.71004C13.6569 8.71004 15 7.94445 15 7.00004C15 6.05563 13.6569 5.29004 12 5.29004C10.3431 5.29004 9 6.05563 9 7.00004C9 7.94445 10.3431 8.71004 12 8.71004Z" fill="currentColor"></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="M19.003 8.004C20.1087 8.004 21.005 7.10767 21.005 6.002C21.005 4.89633 20.1087 4 19.003 4C17.8973 4 17.001 4.89633 17.001 6.002C17.001 7.10767 17.8973 8.004 19.003 8.004Z" fill="currentColor"></path>
3
+ <path d="M18.875 13.2191C18.308 13.6721 17.897 14.0001 16.997 14.0001C16.098 14.0001 15.709 13.6891 15.121 13.2191C14.441 12.6761 13.596 12.0001 11.994 12.0001C10.393 12.0001 9.549 12.6761 8.87 13.2191C8.282 13.6891 7.895 14.0001 6.995 14.0001C6.097 14.0001 5.709 13.6891 5.122 13.2201C4.443 12.6761 3.6 12.0001 2 12.0001V14.0001C2.897 14.0001 3.285 14.3111 3.872 14.7801C4.551 15.3241 5.395 16.0001 6.995 16.0001C8.595 16.0001 9.441 15.3241 10.12 14.7801C10.707 14.3101 11.096 14.0001 11.994 14.0001C12.894 14.0001 13.305 14.3281 13.872 14.7811C14.551 15.3241 15.396 16.0001 16.997 16.0001C18.599 16.0001 19.444 15.3241 20.124 14.7811C20.712 14.3111 21.101 14.0001 22 14.0001V12.0001C20.399 12.0001 19.554 12.6761 18.875 13.2191ZM16.997 19.0001C16.098 19.0001 15.709 18.6891 15.121 18.2191C14.441 17.6761 13.596 17.0001 11.994 17.0001C10.393 17.0001 9.549 17.6761 8.87 18.2191C8.282 18.6891 7.895 19.0001 6.995 19.0001C6.097 19.0001 5.709 18.6891 5.122 18.2201C4.443 17.6761 3.6 17.0001 2 17.0001V19.0001C2.897 19.0001 3.285 19.3111 3.872 19.7801C4.551 20.3241 5.395 21.0001 6.995 21.0001C8.595 21.0001 9.441 20.3241 10.12 19.7801C10.707 19.3101 11.096 19.0001 11.994 19.0001C12.894 19.0001 13.305 19.3281 13.872 19.7811C14.551 20.3241 15.396 21.0001 16.997 21.0001C18.599 21.0001 19.444 20.3241 20.124 19.7811C20.712 19.3111 21.101 19.0001 22 19.0001V17.0001C20.399 17.0001 19.554 17.6761 18.875 18.2191C18.308 18.6721 17.897 19.0001 16.997 19.0001ZM11 5.41908L13.104 7.52308L11.047 10.0931C11.333 10.0371 11.643 10.0001 11.994 10.0001C13.596 10.0001 14.441 10.6761 15.121 11.2191C15.709 11.6891 16.098 12.0001 16.997 12.0001C17.897 12.0001 18.308 11.6721 18.875 11.2191C19.007 11.1141 19.149 11.0021 19.298 10.8931L17.202 8.80308L17.207 8.79808L11.707 3.29808C11.6142 3.20514 11.504 3.1314 11.3827 3.08109C11.2614 3.03078 11.1313 3.00488 11 3.00488C10.8687 3.00488 10.7386 3.03078 10.6173 3.08109C10.496 3.1314 10.3858 3.20514 10.293 3.29808L6.293 7.29808L7.707 8.71208L11 5.41908Z" fill="currentColor"></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
+ <path d="M20.772 10.156L19.404 6.051C19.2056 5.45348 18.8238 4.9337 18.3131 4.56551C17.8024 4.19731 17.1886 3.99944 16.559 4H14V2H10V4H7.441C6.81139 3.99944 6.19761 4.19731 5.68688 4.56551C5.17615 4.9337 4.79445 5.45348 4.596 6.051L3.228 10.156C2.86461 10.3085 2.55428 10.5648 2.33584 10.8928C2.11741 11.2208 2.00059 11.6059 2 12V17C2 17.753 2.423 18.402 3.039 18.743C3.026 18.809 3 18.869 3 18.938V21C3 21.2652 3.10536 21.5196 3.29289 21.7071C3.48043 21.8946 3.73478 22 4 22H5C5.26522 22 5.51957 21.8946 5.70711 21.7071C5.89464 21.5196 6 21.2652 6 21V19H18V21C18 21.2652 18.1054 21.5196 18.2929 21.7071C18.4804 21.8946 18.7348 22 19 22H20C20.2652 22 20.5196 21.8946 20.7071 21.7071C20.8946 21.5196 21 21.2652 21 21V18.938C21 18.869 20.974 18.808 20.961 18.743C21.2744 18.5721 21.5362 18.3202 21.7189 18.0136C21.9017 17.707 21.9988 17.3569 22 17V12C22 11.171 21.492 10.459 20.772 10.156ZM4 17V12H20L20.002 17H4ZM7.441 6H16.558C16.989 6 17.371 6.274 17.507 6.684L18.613 10H5.387L6.492 6.684C6.55835 6.48479 6.68572 6.31153 6.85605 6.18876C7.02638 6.06599 7.23104 5.99995 7.441 6Z" fill="currentColor"></path>
3
+ <path d="M6.5 16C7.32843 16 8 15.3284 8 14.5C8 13.6716 7.32843 13 6.5 13C5.67157 13 5 13.6716 5 14.5C5 15.3284 5.67157 16 6.5 16Z" fill="currentColor"></path>
4
+ <path d="M17.5 16C18.3284 16 19 15.3284 19 14.5C19 13.6716 18.3284 13 17.5 13C16.6716 13 16 13.6716 16 14.5C16 15.3284 16.6716 16 17.5 16Z" fill="currentColor"></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="M4.92816 19.081C6.82316 20.976 9.33316 22.019 11.9992 22.019C14.6652 22.019 17.1762 20.976 19.0702 19.081C22.9692 15.182 22.9692 8.838 19.0702 4.938C17.1762 3.044 14.6642 2 11.9992 2C9.33416 2 6.82216 3.044 4.92816 4.938C1.02916 8.837 1.02916 15.182 4.92816 19.081ZM17.6562 17.667C16.6082 18.7179 15.2876 19.4552 13.8432 19.796C13.8342 18.194 14.4292 16.65 15.5342 15.545C16.6972 14.382 18.2662 13.717 19.8112 13.694C19.4926 15.199 18.744 16.5792 17.6562 17.667ZM19.9812 11.702C17.8572 11.681 15.6972 12.555 14.1202 14.131C12.5882 15.663 11.7932 17.811 11.8572 20.012C9.78287 19.9804 7.80321 19.1388 6.34116 17.667C4.87728 16.2024 4.04091 14.2255 4.00916 12.155C4.08616 12.157 4.16316 12.169 4.24016 12.169C6.35516 12.169 8.40016 11.365 9.87716 9.889C11.4572 8.309 12.3342 6.15 12.3072 4.016C14.322 4.08836 16.2341 4.92375 17.6562 6.353C19.08 7.77763 19.9108 9.68906 19.9812 11.702ZM6.34216 6.353C7.42896 5.26113 8.80899 4.50772 10.3152 4.184C10.2972 5.739 9.63016 7.308 8.46416 8.475C7.36016 9.578 5.82216 10.171 4.22616 10.166C4.56124 8.72221 5.29431 7.40125 6.34216 6.353Z" fill="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="M15 5V7M15 11V13M15 17V19M5 5C3.89543 5 3 5.89543 3 7V10C4.10457 10 5 10.8954 5 12C5 13.1046 4.10457 14 3 14V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V14C19.8954 14 19 13.1046 19 12C19 10.8954 19.8954 10 21 10V7C21 5.89543 20.1046 5 19 5H5Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></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="M13.943 2.667C13.8741 2.47194 13.7464 2.30304 13.5775 2.18358C13.4086 2.06413 13.2069 1.99998 13 2H11C10.7931 1.99998 10.5914 2.06413 10.4225 2.18358C10.2536 2.30304 10.1259 2.47194 10.057 2.667L4.292 19H2V21H22V19H19.708L13.943 2.667ZM15.47 13H8.53L9.59 10H14.41L15.47 13ZM11.707 4H12.293L13.705 8H10.295L11.707 4ZM7.825 15H16.175L17.587 19H6.413L7.825 15Z" fill="currentColor"></path>
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="M8.5 16C9.32843 16 10 15.3284 10 14.5C10 13.6716 9.32843 13 8.5 13C7.67157 13 7 13.6716 7 14.5C7 15.3284 7.67157 16 8.5 16Z" fill="currentColor"></path>
3
+ <path d="M15.5 16C16.3284 16 17 15.3284 17 14.5C17 13.6716 16.3284 13 15.5 13C14.6716 13 14 13.6716 14 14.5C14 15.3284 14.6716 16 15.5 16Z" fill="currentColor"></path>
4
+ <path d="M18.87 3.34C18.5689 2.95797 18.1925 2.64189 17.7642 2.41138C17.3358 2.18087 16.8647 2.04085 16.38 2H7.62C7.13163 2.03588 6.65638 2.17472 6.2255 2.4074C5.79462 2.64008 5.41786 2.96132 5.12 3.35C4.45486 4.07942 4.0596 5.01465 4 6V18C4 18.2652 4.10536 18.5196 4.29289 18.7071C4.48043 18.8946 4.73478 19 5 19H7L5 22H7.32L8 21H16L16.68 22H19L17 19H19C19.2652 19 19.5196 18.8946 19.7071 18.7071C19.8946 18.5196 20 18.2652 20 18V6C19.9542 5.00658 19.5532 4.06263 18.87 3.34ZM7.62 4H16.34C16.7399 4.09706 17.0935 4.33044 17.34 4.66C17.4306 4.7678 17.5141 4.88137 17.59 5H6.39C6.46222 4.87578 6.54592 4.7586 6.64 4.65C6.87575 4.32033 7.22459 4.08895 7.62 4ZM6 7H18V10H6V7ZM18 17H6V12H18V17Z" fill="currentColor"></path>
5
+ </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="M14.844 20H6.5C5.121 20 4 18.879 4 17.5C4 16.121 5.121 15 6.5 15H13.5C15.43 15 17 13.43 17 11.5C17 9.57 15.43 8 13.5 8H8.639C8.27175 8.71988 7.81697 9.39164 7.285 10H13.5C14.327 10 15 10.673 15 11.5C15 12.327 14.327 13 13.5 13H6.5C4.019 13 2 15.019 2 17.5C2 19.981 4.019 22 6.5 22H16.093C15.6023 21.3828 15.1833 20.7118 14.844 20ZM5 2C3.346 2 2 3.346 2 5C2 8.188 5 10 5 10C5 10 8 8.187 8 5C8 3.346 6.654 2 5 2ZM5 6.5C4.80295 6.49993 4.60785 6.46106 4.42582 6.38559C4.2438 6.31012 4.07842 6.19954 3.93913 6.06016C3.79984 5.92078 3.68937 5.75533 3.61403 5.57325C3.53868 5.39118 3.49993 5.19605 3.5 4.999C3.50007 4.80195 3.53894 4.60685 3.61441 4.42482C3.68988 4.2428 3.80046 4.07742 3.93984 3.93813C4.07922 3.79884 4.24467 3.68837 4.42675 3.61303C4.60882 3.53768 4.80395 3.49893 5.001 3.499C5.39896 3.49913 5.78056 3.65735 6.06187 3.93884C6.34317 4.22033 6.50113 4.60204 6.501 5C6.50087 5.39796 6.34265 5.77956 6.06116 6.06087C5.77967 6.34217 5.39796 6.50013 5 6.5Z" fill="currentColor"></path>
3
+ <path d="M19 14C17.346 14 16 15.346 16 17C16 20.188 19 22 19 22C19 22 22 20.187 22 17C22 15.346 20.654 14 19 14ZM19 18.5C18.803 18.4999 18.6078 18.4611 18.4258 18.3856C18.2438 18.3101 18.0784 18.1995 17.9391 18.0602C17.7998 17.9208 17.6894 17.7553 17.614 17.5733C17.5387 17.3912 17.4999 17.196 17.5 16.999C17.5001 16.802 17.5389 16.6068 17.6144 16.4248C17.6899 16.2428 17.8005 16.0774 17.9398 15.9381C18.0792 15.7988 18.2447 15.6884 18.4267 15.613C18.6088 15.5377 18.804 15.4989 19.001 15.499C19.399 15.4991 19.7806 15.6573 20.0619 15.9388C20.3432 16.2203 20.5011 16.602 20.501 17C20.5009 17.398 20.3427 17.7796 20.0612 18.0609C19.7797 18.3422 19.398 18.5001 19 18.5Z" fill="currentColor"></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="M21 4H18V3C18 2.73478 17.8946 2.48043 17.7071 2.29289C17.5196 2.10536 17.2652 2 17 2H7C6.73478 2 6.48043 2.10536 6.29289 2.29289C6.10536 2.48043 6 2.73478 6 3V4H3C2.73478 4 2.48043 4.10536 2.29289 4.29289C2.10536 4.48043 2 4.73478 2 5V8C2 12.31 3.799 14.91 6.819 15.012C7.26111 15.7718 7.86475 16.4252 8.58722 16.926C9.3097 17.4267 10.1334 17.7627 11 17.91V20H9V22H15V20H13V17.91C13.8664 17.7621 14.6899 17.4259 15.4122 16.9252C16.1346 16.4245 16.7384 15.7714 17.181 15.012C20.201 14.91 22 12.31 22 8V5C22 4.73478 21.8946 4.48043 21.7071 4.29289C21.5196 4.10536 21.2652 4 21 4ZM4 8V6H6V12.83C4.216 12.078 4 9.299 4 8ZM12 16C9.794 16 8 14.206 8 12V4H16V12C16 14.206 14.206 16 12 16ZM18 12.83V6H20V8C20 9.299 19.784 12.078 18 12.83Z" fill="currentColor"></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="M13.0005 6C14.1051 6 15.0005 5.10457 15.0005 4C15.0005 2.89543 14.1051 2 13.0005 2C11.8959 2 11.0005 2.89543 11.0005 4C11.0005 5.10457 11.8959 6 13.0005 6Z" fill="currentColor"></path>
3
+ <path d="M13.9785 12.27C14.2235 12.638 14.5895 12.917 15.0095 13.057L17.6845 13.949L18.3175 12.053L15.6425 11.161L13.9795 8.666C13.786 8.37715 13.5211 8.14324 13.2105 7.987L11.7765 7.27C11.3499 7.05672 10.8608 7.00384 10.3985 7.121L7.20547 7.918C6.92521 7.98783 6.66338 8.11746 6.43795 8.29802C6.21252 8.47857 6.02882 8.70576 5.89947 8.964L4.10547 12.553L5.89447 13.448L7.68847 9.859L9.91147 9.303L8.10747 17.649L4.43347 20.176L5.56647 21.824L9.24147 19.296C9.66247 19.006 9.95447 18.571 10.0615 18.071L10.5785 15.683L13.0955 17.571L14.0205 22.196L15.9815 21.803L15.0565 17.176C14.9593 16.694 14.6881 16.2647 14.2945 15.97L12.1235 14.342L12.7705 10.457L13.9785 12.27Z" fill="currentColor"></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 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM4 12C4 11.101 4.156 10.238 4.431 9.431L8 13V15L11 18V19.931C7.061 19.436 4 16.072 4 12ZM18.33 16.873C17.677 16.347 16.687 16 16 16V15C16 14.4696 15.7893 13.9609 15.4142 13.5858C15.0391 13.2107 14.5304 13 14 13H10V10C10.5304 10 11.0391 9.78929 11.4142 9.41421C11.7893 9.03914 12 8.53043 12 8V7H13C13.5304 7 14.0391 6.78929 14.4142 6.41421C14.7893 6.03914 15 5.53043 15 5V4.589C17.928 5.778 20 8.65 20 12C19.9998 13.7647 19.4123 15.4791 18.33 16.873Z" fill="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="M11.9998 19.9995C16.4179 19.9995 19.9995 16.4179 19.9995 11.9998C19.9995 7.58161 16.4179 4 11.9998 4C7.58161 4 4 7.58161 4 11.9998C4 16.4179 7.58161 19.9995 11.9998 19.9995Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M11 3 L13 3 V7 L13 7 L13 11 H17 V8 L21 12 L17 16 V13 H13 V17 L13 17 L13 21 H11 V17 L11 17 L11 13 H7 V16 L3 12 L7 8 V11 H11 L11 11 L11 7 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="M17.6465 5.64648L18.3535 6.35352L5.20703 19.5H18V20.5H3.5V6H4.5V18.793L17.6465 5.64648Z" fill="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="M19.5 18.793V6H20.5V20.5H6V19.5H18.793L5.64648 6.35352L6.35352 5.64648L19.5 18.793Z" fill="currentColor"></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="currentColor"><path d="M11 3 V15.6 L6.4 11 L5 12.4 L12 19.4 L19 12.4 L17.6 11 L13 15.6 V3 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M5 6.4 L6.4 5 L17 15.6 V9 H19 V19 H9 V17 H15.6 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 3 H10 V5 H6.4 L11 9.6 L9.6 11 L5 6.4 V10 H3 Z" /><path d="M21 21 H14 V19 H17.6 L13 14.4 L14.4 13 L19 17.6 V14 H21 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M21 11 H8.4 L13 6.4 L11.6 5 L4.6 12 L11.6 19 L13 17.6 L8.4 13 H21 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 11 H15.6 L11 6.4 L12.4 5 L19.4 12 L12.4 19 L11 17.6 L15.6 13 H3 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="M18 4.5H5.20703L18.3535 17.6465L17.6465 18.3535L4.5 5.20703V18H3.5V3.5H18V4.5Z" fill="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="M20.5 3.5V18H19.5V5.20703L6.35352 18.3535L5.64648 17.6465L18.793 4.5H6V3.5H20.5Z" fill="currentColor"></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="currentColor"><path d="M11 21 V8.4 L6.4 13 L5 11.6 L12 4.6 L19 11.6 L17.6 13 L13 8.4 V21 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M12 16 L6 9 H18 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M8 12 L15 6 V18 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M16 12 L9 18 V6 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M12 8 L18 15 H6 Z" /></svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 21H19C20.103 21 21 20.103 21 19V5C21 3.897 20.103 3 19 3H5C3.897 3 3 3.897 3 5V19C3 20.103 3.897 21 5 21ZM5 5H19L19.001 19H5V5Z" fill="currentColor"></path>
3
+ <path d="M12 13.586L7.70703 9.29303L6.29303 10.707L12 16.414L17.707 10.707L16.293 9.29303L12 13.586Z" fill="currentColor"></path>
4
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M5.4 8 L4 9.4 L12 17.4 L20 9.4 L18.6 8 L12 14.6 Z" /></svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 21H19C20.103 21 21 20.103 21 19V5C21 3.897 20.103 3 19 3H5C3.897 3 3 3.897 3 5V19C3 20.103 3.897 21 5 21ZM5 5H19L19.001 19H5V5Z" fill="currentColor"></path>
3
+ <path d="M13.293 6.29303L7.586 12L13.293 17.707L14.707 16.293L10.414 12L14.707 7.70703L13.293 6.29303Z" fill="currentColor"></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="M5 21H19C20.103 21 21 20.103 21 19V5C21 3.897 20.103 3 19 3H5C3.897 3 3 3.897 3 5V19C3 20.103 3.897 21 5 21ZM5 5H19L19.001 19H5V5Z" fill="currentColor"></path>
3
+ <path d="M9.29303 7.70703L13.586 12L9.29303 16.293L10.707 17.707L16.414 12L10.707 6.29303L9.29303 7.70703Z" fill="currentColor"></path>
4
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M8 5.4 L9.4 4 L17.4 12 L9.4 20 L8 18.6 L14.6 12 Z" /></svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 21H19C20.103 21 21 20.103 21 19V5C21 3.897 20.103 3 19 3H5C3.897 3 3 3.897 3 5V19C3 20.103 3.897 21 5 21ZM5 5H19L19.001 19H5V5Z" fill="currentColor"></path>
3
+ <path d="M6.29303 13.293L7.70703 14.707L12 10.414L16.293 14.707L17.707 13.293L12 7.586L6.29303 13.293Z" fill="currentColor"></path>
4
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M5.4 16 L4 14.6 L12 6.6 L20 14.6 L18.6 16 L12 9.4 Z" /></svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 15.586L7.70703 11.293L6.29303 12.707L12 18.414L17.707 12.707L16.293 11.293L12 15.586Z" fill="currentColor"></path>
3
+ <path d="M17.707 7.70697L16.293 6.29297L12 10.586L7.70703 6.29297L6.29303 7.70697L12 13.414L17.707 7.70697Z" fill="currentColor"></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="M12.707 7.70697L11.293 6.29297L5.586 12L11.293 17.707L12.707 16.293L8.414 12L12.707 7.70697Z" fill="currentColor"></path>
3
+ <path d="M16.293 6.29297L10.586 12L16.293 17.707L17.707 16.293L13.414 12L17.707 7.70697L16.293 6.29297Z" fill="currentColor"></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="M10.2969 7.71004L14.6219 12L10.2969 16.29L11.7049 17.71L17.4619 12L11.7049 6.29004L10.2969 7.71004Z" fill="currentColor"></path>
3
+ <path d="M6.70487 6.29004L5.29688 7.71004L9.62188 12L5.29688 16.29L6.70487 17.71L12.4619 12L6.70487 6.29004Z" fill="currentColor"></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="M6.29303 11.2929L7.70703 12.7069L12 8.41394L16.293 12.7069L17.707 11.2929L12 5.58594L6.29303 11.2929Z" fill="currentColor"></path>
3
+ <path d="M6.29303 16.2929L7.70703 17.7069L12 13.4139L16.293 17.7069L17.707 16.2929L12 10.5859L6.29303 16.2929Z" fill="currentColor"></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="M12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20Z" fill="currentColor"></path>
3
+ <path d="M8 16L13.991 14L16 8L10 10L8 16Z" fill="currentColor"></path>
4
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M5 4 H7 V20 H5 Z M21 6.4 L19.6 5 L11.6 12 L19.6 19 L21 17.6 L14.6 12 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M21 4 H19 V20 H21 Z M3 6.4 L4.4 5 L11 12 L4.4 19 L3 17.6 L8.4 12 Z M11 6.4 L12.4 5 L19 12 L12.4 19 L11 17.6 L16.4 12 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M19 4 H17 V20 H19 Z M3 6.4 L4.4 5 L12.4 12 L4.4 19 L3 17.6 L9.4 12 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 4 H5 V20 H3 Z M21 6.4 L19.6 5 L13 12 L19.6 19 L21 17.6 L15.6 12 Z M13 6.4 L11.6 5 L5 12 L11.6 19 L13 17.6 L7.6 12 Z" /></svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16Z" fill="currentColor"></path>
3
+ <path d="M13 4.069V2H11V4.069C9.2403 4.29368 7.60497 5.09617 6.35057 6.35057C5.09617 7.60497 4.29368 9.2403 4.069 11H2V13H4.069C4.29335 14.7598 5.09574 16.3953 6.3502 17.6498C7.60466 18.9043 9.24017 19.7066 11 19.931V22H13V19.931C14.7599 19.7068 16.3955 18.9045 17.65 17.65C18.9045 16.3955 19.7068 14.7599 19.931 13H22V11H19.931C19.7066 9.24017 18.9043 7.60466 17.6498 6.3502C16.3953 5.09574 14.7598 4.29335 13 4.069ZM12 18C8.691 18 6 15.309 6 12C6 8.691 8.691 6 12 6C15.309 6 18 8.691 18 12C18 15.309 15.309 18 12 18Z" fill="currentColor"></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="M21.781 13.875L19.781 11.375C19.6872 11.2579 19.5684 11.1634 19.4332 11.0985C19.298 11.0336 19.1499 10.9999 19 11H13V9H19C20.103 9 21 8.103 21 7V4C21 2.897 20.103 2 19 2H4.99997C4.85 1.99994 4.70194 2.03362 4.56675 2.09853C4.43156 2.16344 4.3127 2.25793 4.21897 2.375L2.21897 4.875C2.07714 5.05244 1.99988 5.27284 1.99988 5.5C1.99988 5.72716 2.07714 5.94756 2.21897 6.125L4.21897 8.625C4.3127 8.74207 4.43156 8.83656 4.56675 8.90147C4.70194 8.96638 4.85 9.00006 4.99997 9H11V11H4.99997C3.89697 11 2.99997 11.897 2.99997 13V16C2.99997 17.103 3.89697 18 4.99997 18H11V22H13V18H19C19.1499 18.0001 19.298 17.9664 19.4332 17.9015C19.5684 17.8366 19.6872 17.7421 19.781 17.625L21.781 15.125C21.9228 14.9476 22.0001 14.7272 22.0001 14.5C22.0001 14.2728 21.9228 14.0524 21.781 13.875ZM4.28097 5.5L5.47997 4H19L19.002 7H5.47997L4.28097 5.5ZM18.52 16H4.99997V13H18.52L19.72 14.5L18.52 16Z" fill="currentColor"></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="currentColor"><path d="M12 15 L7 9 H17 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M5 5 H11 V7 H7 V17 H17 V13 H19 V19 H5 Z" /><path d="M14 3 H21 V10 H19 V6.5 L13.5 12 L12 10.5 L17.5 5 H14 Z" /></svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.0007 18.7907V19.9997H9.00069V21.9997H15.0007V19.9997H13.0007V18.1547C14.1462 17.6592 15.188 16.9522 16.0717 16.0707C19.9697 12.1727 19.9697 5.82773 16.0717 1.92773L14.6577 3.34173C17.7767 6.46173 17.7767 11.5367 14.6577 14.6557C11.5387 17.7737 6.46269 17.7757 3.34369 14.6557L1.92969 16.0697C2.85772 16.9987 3.9601 17.7352 5.17354 18.237C6.38699 18.7388 7.68759 18.996 9.00069 18.9937C9.67249 18.9936 10.3426 18.9255 11.0007 18.7907Z" fill="currentColor"></path>
3
+ <path d="M3.00067 8.99976C3.00067 12.3088 5.69167 14.9998 9.00067 14.9998C12.3097 14.9998 15.0007 12.3088 15.0007 8.99976C15.0007 5.69076 12.3097 2.99976 9.00067 2.99976C5.69167 2.99976 3.00067 5.69076 3.00067 8.99976ZM13.0007 8.99976C13.0007 11.2058 11.2067 12.9998 9.00067 12.9998C6.79467 12.9998 5.00067 11.2058 5.00067 8.99976C5.00067 6.79376 6.79467 4.99976 9.00067 4.99976C11.2067 4.99976 13.0007 6.79376 13.0007 8.99976Z" fill="currentColor"></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 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2ZM19.931 11H17.167C17.0436 8.81124 16.4313 6.67797 15.375 4.757C16.5992 5.32905 17.6589 6.2014 18.4554 7.29291C19.252 8.38442 19.7596 9.65965 19.931 11ZM12.53 4.027C13.565 5.391 14.957 7.807 15.157 11H9.03C9.169 8.404 10.024 5.972 11.481 4.026C11.653 4.016 11.825 4 12 4C12.179 4 12.354 4.016 12.53 4.027ZM8.688 4.727C7.704 6.618 7.136 8.762 7.03 11H4.069C4.24177 9.64784 4.75663 8.3621 5.56489 7.26442C6.37315 6.16673 7.44808 5.29339 8.688 4.727ZM4.069 13H7.043C7.179 15.379 7.708 17.478 8.599 19.23C7.38119 18.6559 6.32773 17.7842 5.53596 16.6953C4.74419 15.6064 4.23966 14.3355 4.069 13ZM11.45 19.973C10.049 18.275 9.222 15.896 9.041 13H15.154C14.946 15.773 14.037 18.196 12.551 19.972C12.369 19.984 12.187 20 12 20C11.814 20 11.633 19.984 11.45 19.973ZM15.461 19.201C16.416 17.407 16.999 15.3 17.152 13H19.93C19.7612 14.3243 19.264 15.5853 18.4834 16.6684C17.7029 17.7514 16.6639 18.622 15.461 19.201Z" fill="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="M4 5H20A1.5 1.5 0 0 1 20 8H4A1.5 1.5 0 0 1 4 5Z M4 10.5H20A1.5 1.5 0 0 1 20 13.5H4A1.5 1.5 0 0 1 4 10.5Z M4 16H20A1.5 1.5 0 0 1 20 19H4A1.5 1.5 0 0 1 4 16Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.3 3.3L3 11V20A1 1 0 0 0 4 21H9V15A1 1 0 0 1 10 14H14A1 1 0 0 1 15 15V21H20A1 1 0 0 0 21 20V11L12.7 3.3A1 1 0 0 0 11.3 3.3Z" fill="currentColor"/>
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="M17.6569 16.6569C16.7202 17.5935 14.7616 19.5521 13.4138 20.8999C12.6327 21.681 11.3677 21.6814 10.5866 20.9003C9.26234 19.576 7.34159 17.6553 6.34315 16.6569C3.21895 13.5327 3.21895 8.46734 6.34315 5.34315C9.46734 2.21895 14.5327 2.21895 17.6569 5.34315C20.781 8.46734 20.781 13.5327 17.6569 16.6569Z M15 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></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="M11.42 21.815C11.5896 21.935 11.7923 21.9995 12 21.9995C12.2078 21.9995 12.4104 21.935 12.58 21.815C12.884 21.598 20.029 16.44 20 10C20 5.589 16.411 2 12 2C7.58903 2 4.00003 5.589 4.00003 9.996C3.97103 16.44 11.116 21.598 11.42 21.815ZM12 4C15.309 4 18 6.691 18 10.004C18.021 14.442 13.612 18.427 12 19.735C10.389 18.427 5.97903 14.442 6.00003 10C6.00003 6.691 8.69103 4 12 4Z" fill="currentColor"></path>
3
+ <path d="M11 14H13V11H16V9H13V6H11V9H8V11H11V14Z" fill="currentColor"></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="M21.447 6.10474L15.447 3.10474C15.3081 3.03522 15.1549 2.99902 14.9995 2.99902C14.8441 2.99902 14.6909 3.03522 14.552 3.10474L9 5.88174L3.447 3.10474C3.2945 3.02854 3.12506 2.99258 2.95476 3.0003C2.78446 3.00801 2.61895 3.05913 2.47397 3.14881C2.32899 3.23848 2.20933 3.36373 2.12638 3.51267C2.04342 3.6616 1.99992 3.82926 2 3.99974V16.9997C2 17.3787 2.214 17.7247 2.553 17.8947L8.553 20.8947C8.69193 20.9643 8.84515 21.0005 9.0005 21.0005C9.15585 21.0005 9.30907 20.9643 9.448 20.8947L15 18.1177L20.553 20.8937C20.7051 20.9707 20.8744 21.0071 21.0446 20.9996C21.2149 20.9921 21.3803 20.9408 21.525 20.8507C21.82 20.6677 22 20.3467 22 19.9997V6.99974C22 6.62074 21.786 6.27474 21.447 6.10474ZM10 7.61774L14 5.61774V16.3817L10 18.3817V7.61774ZM4 5.61774L8 7.61774V18.3817L4 16.3817V5.61774ZM20 18.3817L16 16.3817V5.61774L20 7.61774V18.3817Z" fill="currentColor"></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="M12 17L13 15V9.858C14.721 9.411 16 7.858 16 6C16 3.794 14.206 2 12 2C9.794 2 8 3.794 8 6C8 7.858 9.279 9.411 11 9.858V15L12 17ZM10 6C10 4.897 10.897 4 12 4C13.103 4 14 4.897 14 6C14 7.103 13.103 8 12 8C10.897 8 10 7.103 10 6Z" fill="currentColor"></path>
3
+ <path d="M16.267 10.563L15.734 12.491C18.325 13.207 20 14.584 20 16C20 17.892 16.715 20 12 20C7.285 20 4 17.892 4 16C4 14.584 5.675 13.207 8.267 12.49L7.734 10.562C4.197 11.54 2 13.623 2 16C2 19.364 6.393 22 12 22C17.607 22 22 19.364 22 16C22 13.623 19.803 11.54 16.267 10.563Z" fill="currentColor"></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="M12.0001 14C14.2061 14 16.0001 12.206 16.0001 10C16.0001 7.794 14.2061 6 12.0001 6C9.79406 6 8.00006 7.794 8.00006 10C8.00006 12.206 9.79406 14 12.0001 14ZM12.0001 8C13.1031 8 14.0001 8.897 14.0001 10C14.0001 11.103 13.1031 12 12.0001 12C10.8971 12 10.0001 11.103 10.0001 10C10.0001 8.897 10.8971 8 12.0001 8Z" fill="currentColor"></path>
3
+ <path d="M11.4201 21.814C11.5893 21.9349 11.7921 21.9998 12.0001 21.9998C12.2081 21.9998 12.4108 21.9349 12.5801 21.814C12.8841 21.599 20.0291 16.44 20.0001 10C20.0001 5.589 16.4111 2 12.0001 2C7.58909 2 4.00009 5.589 4.00009 9.995C3.97109 16.44 11.1161 21.599 11.4201 21.814ZM12.0001 4C15.3091 4 18.0001 6.691 18.0001 10.005C18.0211 14.443 13.6121 18.428 12.0001 19.735C10.3891 18.427 5.97909 14.441 6.00009 10C6.00009 6.691 8.69109 4 12.0001 4Z" fill="currentColor"></path>
4
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="5" width="18" height="2" rx="1" /><rect x="3" y="11" width="18" height="2" rx="1" /><rect x="3" y="17" width="18" height="2" rx="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="M5 10C3.9 10 3 10.9 3 12C3 13.1 3.9 14 5 14C6.1 14 7 13.1 7 12C7 10.9 6.1 10 5 10Z M19 10C17.9 10 17 10.9 17 12C17 13.1 17.9 14 19 14C20.1 14 21 13.1 21 12C21 10.9 20.1 10 19 10Z M12 10C10.9 10 10 10.9 10 12C10 13.1 10.9 14 12 14C13.1 14 14 13.1 14 12C14 10.9 13.1 10 12 10Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path>
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="M12 6C13.1046 6 14 5.10457 14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4C10 5.10457 10.8954 6 12 6Z" fill="currentColor"></path>
3
+ <path d="M14 18V13H16V9C16 7.897 15.103 7 14 7H10C8.897 7 8 7.897 8 9V13H10V18H14Z" fill="currentColor"></path>
4
+ <path d="M18.446 11.386L17.553 13.175C19.108 13.95 20 14.98 20 16C20 17.892 16.715 20 12 20C7.285 20 4 17.892 4 16C4 14.98 4.892 13.95 6.446 13.175L5.553 11.386C3.295 12.512 2 14.193 2 16C2 19.364 6.393 22 12 22C17.607 22 22 19.364 22 16C22 14.193 20.705 12.512 18.446 11.386Z" fill="currentColor"></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="M16 13H10V10L5 14L10 18V15H17C17.2652 15 17.5196 14.8946 17.7071 14.7071C17.8946 14.5196 18 14.2652 18 14V5H16V13Z" fill="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="M14 13H8V5H6V14C6 14.2652 6.10536 14.5196 6.29289 14.7071C6.48043 14.8946 6.73478 15 7 15H14V18L19 14L14 10V13Z" fill="currentColor"></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="currentColor"><path d="M6.5 5 L12 10.5 L17.5 5 L19 6.5 L13.5 12 L19 17.5 L17.5 19 L12 13.5 L6.5 19 L5 17.5 L10.5 12 L5 6.5 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-rack-ascii-back" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M8 7 L16 17" stroke="black" stroke-width="2.5" fill="none" stroke-linecap="round" /></mask><g mask="url(#ko-rack-ascii-back)" fill="currentColor"><rect x="3" y="3" width="18" height="18" rx="2" /></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="18" height="18" rx="1" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M5 3H19A2 2 0 0 1 21 5V19A2 2 0 0 1 19 21H5A2 2 0 0 1 3 19V5A2 2 0 0 1 5 3Z M7 11H17V13H7Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M5 3H19A2 2 0 0 1 21 5V19A2 2 0 0 1 19 21H5A2 2 0 0 1 3 19V5A2 2 0 0 1 5 3Z M10.4 12a1.6 1.6 0 1 0 3.2 0a1.6 1.6 0 1 0 -3.2 0Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M5 3H19A2 2 0 0 1 21 5V19A2 2 0 0 1 19 21H5A2 2 0 0 1 3 19V5A2 2 0 0 1 5 3Z M7 9H17V11H7Z M7 13H17V15H7Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-rack-ascii-hash" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M9 6 L8 18 M16 6 L15 18 M6 9 H18 M6 15 H18" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" /></mask><g mask="url(#ko-rack-ascii-hash)" fill="currentColor"><rect x="3" y="3" width="18" height="18" rx="2" /></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M5 3H19A2 2 0 0 1 21 5V19A2 2 0 0 1 19 21H5A2 2 0 0 1 3 19V5A2 2 0 0 1 5 3Z M11 6H13V18H11Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-rack-ascii-plus" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M12 7 V17 M7 12 H17" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" /></mask><g mask="url(#ko-rack-ascii-plus)" fill="currentColor"><rect x="3" y="3" width="18" height="18" rx="2" /></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-rack-ascii-slash" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M16 7 L8 17" stroke="black" stroke-width="2.5" fill="none" stroke-linecap="round" /></mask><g mask="url(#ko-rack-ascii-slash)" fill="currentColor"><rect x="3" y="3" width="18" height="18" rx="2" /></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-rack-ascii-x" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M8 8 L16 16 M16 8 L8 16" stroke="black" stroke-width="2.5" fill="none" stroke-linecap="round" /></mask><g mask="url(#ko-rack-ascii-x)" fill="currentColor"><rect x="3" y="3" width="18" height="18" rx="2" /></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M2.5 12a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0Z M16.5 12a2.5 2.5 0 1 0 5 0a2.5 2.5 0 1 0 -5 0Z M5 11H19V13H5Z M10.5 9H13.5A1 1 0 0 1 14.5 10V14A1 1 0 0 1 13.5 15H10.5A1 1 0 0 1 9.5 14V10A1 1 0 0 1 10.5 9Z M11 10.5H13V13.5H11Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><circle cx="5" cy="12" r="2.5" /><circle cx="19" cy="12" r="2.5" /><rect x="5" y="11" width="6" height="2" /><rect x="13" y="11" width="6" height="2" /></svg>