@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,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.2599 2.87884C18.3269 2.47011 18.7125 2.19284 19.1213 2.2597C19.53 2.32663 19.8073 2.7123 19.7404 3.12103L19.1574 6.68353C19.0981 7.04603 18.7845 7.31228 18.4172 7.31244H16.3361L17.3674 16.7656L18.6955 17.4413L18.8127 17.5058C19.0801 17.6664 19.3046 17.8909 19.467 18.1581C19.6524 18.4634 19.75 18.814 19.7502 19.1708V21.9999C19.7502 22.4142 19.4144 22.7499 19.0002 22.7499H5.00018C4.58597 22.7499 4.25018 22.4142 4.25018 21.9999V19.1708L4.25507 19.037C4.27648 18.7269 4.37123 18.4251 4.53339 18.1581C4.71895 17.8528 4.98579 17.6037 5.30487 17.4413L6.63202 16.7656L7.66424 7.31244H5.58319C5.21589 7.31228 4.90231 7.04603 4.84296 6.68353L4.25995 3.12103C4.19308 2.7123 4.47036 2.32663 4.87909 2.2597C5.28782 2.19284 5.67349 2.47011 5.74042 2.87884L6.22089 5.81244H8.91717V2.99994C8.91717 2.58572 9.25296 2.24994 9.66717 2.24994C10.0812 2.25011 10.4172 2.58583 10.4172 2.99994V5.81244H13.5832V2.99994C13.5832 2.58583 13.9191 2.25011 14.3332 2.24994C14.7474 2.24994 15.0832 2.58572 15.0832 2.99994V5.81244H17.7795L18.2599 2.87884ZM5.98553 18.7783C5.91735 18.8129 5.85785 18.8671 5.81561 18.9365C5.7733 19.0061 5.75023 19.0879 5.75018 19.1718V21.2499H18.2502V19.1718L18.2463 19.1093C18.2378 19.0477 18.2165 18.9887 18.1848 18.9365C18.1531 18.8844 18.112 18.8407 18.0646 18.8076L18.0148 18.7783L16.4875 17.9999H7.51288L5.98553 18.7783ZM8.1701 16.4999H15.8303L14.8283 7.31244H9.17206L8.1701 16.4999Z" 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="M22.5293 7.53027L11.999 18.0605L1.46875 7.53027L2.5293 6.46973L11.999 15.9395L21.4688 6.46973L22.5293 7.53027Z" 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="M11.9999 6C12.2834 6 12.5534 6.12037 12.7431 6.33105L21.7431 16.3311C22.1125 16.7415 22.0793 17.3737 21.6688 17.7432C21.2584 18.1126 20.6262 18.0794 20.2567 17.6689L11.9999 8.49414L3.74307 17.6689C3.3736 18.0794 2.74145 18.1126 2.33096 17.7432C1.9205 17.3737 1.8873 16.7415 2.25674 16.3311L11.2567 6.33105L11.331 6.25586C11.5136 6.09167 11.7519 6 11.9999 6Z" 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.5283 2.53027L8.05859 12L17.5283 21.4697L16.4678 22.5303L5.9375 12L16.4678 1.46973L17.5283 2.53027Z" 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="M18.0596 12L7.5293 22.5303L6.46875 21.4697L15.9385 12L6.46875 2.53027L7.5293 1.46973L18.0596 12Z" 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="M22.5293 16.4697L21.4688 17.5303L11.999 8.06055L2.5293 17.5303L1.46875 16.4697L11.999 5.93945L22.5293 16.4697Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.87263 7.24219C9.70315 4.41167 14.296 4.41168 17.1265 7.24219C19.9571 10.0727 19.9571 14.6656 17.1265 17.4961C14.296 20.3266 9.70315 20.3266 6.87263 17.4961C4.04211 14.6656 4.04211 10.0727 6.87263 7.24219ZM15.7125 8.65625C13.663 6.60679 10.3362 6.60678 8.2867 8.65625C6.23722 10.7057 6.23722 14.0326 8.2867 16.082C10.3362 18.1315 13.663 18.1315 15.7125 16.082C17.762 14.0326 17.762 10.7057 15.7125 8.65625Z" fill="currentColor"/>
3
+ <path d="M2.21834 10.1367C2.76599 10.2075 3.15322 10.7092 3.08259 11.2568C2.83942 13.1392 3.18085 15.1069 4.20564 16.8779L4.20662 16.8789C5.25075 18.6881 6.8233 19.9905 8.62166 20.71C9.13444 20.9151 9.38439 21.498 9.17927 22.0107C8.97409 22.5232 8.39209 22.7723 7.87947 22.5674C5.678 21.6868 3.74998 20.0895 2.47419 17.8789C1.21991 15.7105 0.802495 13.2979 1.09919 11.001C1.16994 10.4534 1.67075 10.0662 2.21834 10.1367Z" fill="currentColor"/>
4
+ <path d="M12.0015 1.35938C14.5019 1.35946 16.8024 2.20883 18.647 3.61426C19.0863 3.94898 19.1712 4.57634 18.8365 5.01562C18.5018 5.45472 17.8744 5.53961 17.4351 5.20508C15.92 4.05066 14.0408 3.35946 12.0015 3.35938C9.9134 3.35938 7.99816 4.06904 6.46736 5.2666C6.03238 5.60691 5.40337 5.53068 5.06306 5.0957C4.72288 4.66073 4.8 4.03168 5.23494 3.69141C7.10408 2.22913 9.44984 1.35938 12.0015 1.35938Z" fill="currentColor"/>
5
+ <path d="M21.7818 10.1367C22.3294 10.0662 22.8302 10.4534 22.901 11.001C23.1977 13.298 22.7794 15.7094 21.525 17.8779C20.2492 20.0886 18.3222 21.6868 16.1207 22.5674C15.6081 22.7723 15.0261 22.5232 14.8209 22.0107C14.6158 21.498 14.8657 20.9151 15.3785 20.71C17.1768 19.9905 18.7494 18.6881 19.7935 16.8789L19.7945 16.8779C20.8193 15.1069 21.1607 13.1392 20.9176 11.2568C20.8469 10.7092 21.2342 10.2075 21.7818 10.1367Z" fill="currentColor"/>
6
+ </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 6.4502C12.4142 6.4502 12.75 6.78598 12.75 7.2002V11.5361L15.5352 12.9297C15.9056 13.1149 16.0562 13.5651 15.8711 13.9355C15.6859 14.306 15.2347 14.4567 14.8643 14.2715L11.665 12.6709C11.411 12.5439 11.25 12.2841 11.25 12V7.2002C11.25 6.78598 11.5858 6.4502 12 6.4502Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.25C16.8325 3.25 20.75 7.16751 20.75 12C20.75 16.8325 16.8325 20.75 12 20.75C7.16751 20.75 3.25 16.8325 3.25 12C3.25 7.16751 7.16751 3.25 12 3.25ZM12 4.75C7.99594 4.75 4.75 7.99594 4.75 12C4.75 16.0041 7.99594 19.25 12 19.25C16.0041 19.25 19.25 16.0041 19.25 12C19.25 7.99594 16.0041 4.75 12 4.75Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.3993 2.09605C11.7505 1.87036 10.0714 2.05644 8.51196 2.63767C6.95252 3.21891 5.56125 4.17721 4.46235 5.42705C3.52185 6.51023 2.82403 7.78213 2.41577 9.15732C2.00751 10.5325 1.89825 11.9791 2.09535 13.4C2.62535 17.294 5.55335 20.607 9.38035 21.646C10.2335 21.8795 11.1139 21.9986 11.9983 22L12.1403 21.999C12.6459 21.9925 13.1416 21.8584 13.5815 21.6091C14.0213 21.3598 14.391 21.0034 14.6563 20.573C14.9225 20.145 15.0762 19.6566 15.1029 19.1532C15.1297 18.6499 15.0287 18.1479 14.8093 17.694L14.6103 17.278C14.4573 16.979 14.3854 16.645 14.4019 16.3095C14.4184 15.974 14.5227 15.6486 14.7043 15.366C14.9643 14.9438 15.3715 14.633 15.8473 14.4935C16.323 14.3541 16.8336 14.3959 17.2803 14.611L17.6923 14.808C18.1043 15.006 18.5423 15.107 18.9933 15.107C19.7826 15.103 20.539 14.7903 21.1007 14.2359C21.6625 13.6814 21.985 12.9292 21.9993 12.14C22.0117 11.208 21.8929 10.2789 21.6463 9.38005C20.6063 5.55405 17.2933 2.62605 13.3993 2.09605ZM18.5573 13.005L18.1453 12.808C16.3173 11.93 14.0753 12.61 13.0103 14.302C12.2723 15.478 12.1973 16.878 12.8063 18.144L13.0053 18.56C13.0799 18.7112 13.1144 18.8789 13.1055 19.0472C13.0966 19.2155 13.0445 19.3787 12.9543 19.521C12.8665 19.6665 12.7427 19.7869 12.5949 19.8708C12.4471 19.9547 12.2803 19.9992 12.1103 20H11.9983C11.2906 19.9981 10.5862 19.9029 9.90335 19.717C6.84035 18.886 4.50035 16.238 4.07735 13.131C3.75635 10.776 4.42935 8.50805 5.97035 6.74205C6.84709 5.73628 7.9614 4.9657 9.21191 4.50043C10.4624 4.03515 11.8094 3.88996 13.1303 4.07805C16.2373 4.50105 18.8853 6.84205 19.7163 9.90405C19.9143 10.634 20.0093 11.378 19.9983 12.111C19.9863 12.918 19.1533 13.294 18.5573 13.005Z" fill="currentColor"/>
3
+ <path d="M7.49933 16C8.32776 16 8.99933 15.3284 8.99933 14.5C8.99933 13.6716 8.32776 13 7.49933 13C6.6709 13 5.99933 13.6716 5.99933 14.5C5.99933 15.3284 6.6709 16 7.49933 16Z" fill="currentColor"/>
4
+ <path d="M7.49933 12C8.32776 12 8.99933 11.3284 8.99933 10.5C8.99933 9.67157 8.32776 9 7.49933 9C6.6709 9 5.99933 9.67157 5.99933 10.5C5.99933 11.3284 6.6709 12 7.49933 12Z" fill="currentColor"/>
5
+ <path d="M10.4993 9C11.3278 9 11.9993 8.32843 11.9993 7.5C11.9993 6.67157 11.3278 6 10.4993 6C9.6709 6 8.99933 6.67157 8.99933 7.5C8.99933 8.32843 9.6709 9 10.4993 9Z" fill="currentColor"/>
6
+ <path d="M14.4993 9C15.3278 9 15.9993 8.32843 15.9993 7.5C15.9993 6.67157 15.3278 6 14.4993 6C13.6709 6 12.9993 6.67157 12.9993 7.5C12.9993 8.32843 13.6709 9 14.4993 9Z" fill="currentColor"/>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 12L6.00001 8L10 12L6.00001 16L2 12Z" fill="currentColor"/>
3
+ <path d="M7.99998 18L12 14L16 18L12 22L7.99998 18Z" fill="currentColor"/>
4
+ <path d="M7.99998 6L12 2L16 6L12 9.99999L7.99998 6Z" fill="currentColor"/>
5
+ <path d="M14 12L18 8L22 12L18 16L14 12Z" fill="currentColor"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="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"/>
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 22C17.514 22 22 17.514 22 12C22 6.486 17.514 2 12 2C6.486 2 2 6.486 2 12C2 17.514 6.486 22 12 22ZM12 4C16.411 4 20 7.589 20 12C20 16.411 16.411 20 12 20C7.589 20 4 16.411 4 12C4 7.589 7.589 4 12 4Z" fill="currentColor"/>
3
+ <path d="M19 12C19 10.1435 18.2625 8.36301 16.9497 7.05025C15.637 5.7375 13.8565 5 12 5V19C13.8565 19 15.637 18.2625 16.9497 16.9497C18.2625 15.637 19 13.8565 19 12Z" fill="currentColor"/>
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="M20.4615 11.7966C20.4614 10.8054 19.6579 10.0018 18.6667 10.0018H11.7947C10.8035 10.0019 9.99991 10.8055 9.9998 11.7966V18.6686C9.9998 19.6598 10.8035 20.4634 11.7947 20.4635H18.6667C19.6579 20.4635 20.4615 19.6599 20.4615 18.6686V11.7966ZM14.0002 5.72691V5.33529C14.0002 4.34407 13.1965 3.54052 12.2053 3.54041H5.33333C4.34205 3.54041 3.53846 4.34401 3.53846 5.33529V12.2073C3.53857 13.1985 4.34212 14.0022 5.33333 14.0022H5.75901C6.1837 14.0023 6.52825 14.3467 6.52825 14.7714C6.52814 15.196 6.18363 15.5404 5.75901 15.5406H5.33333C3.49245 15.5406 2.00011 14.0481 2 12.2073V5.33529C2 3.49434 3.49239 2.00195 5.33333 2.00195H12.2053C14.0462 2.00206 15.5387 3.4944 15.5387 5.33529V5.72691C15.5387 6.15168 15.1942 6.49604 14.7694 6.49614C14.3446 6.49614 14.0002 6.15175 14.0002 5.72691ZM22 18.6686C22 20.5096 20.5076 22.002 18.6667 22.002H11.7947C9.95381 22.0018 8.46134 20.5095 8.46134 18.6686V11.7966C8.46145 9.95583 9.95388 8.4634 11.7947 8.46329H18.6667C20.5076 8.46329 21.9999 9.95577 22 11.7966V18.6686Z" 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="M18.7041 6.70703L13.4102 12L18.7041 17.2939L17.29 18.708L11.9961 13.4141L6.70312 18.708L5.28906 17.2939L10.582 12L5.28906 6.70703L6.70312 5.29297L11.9961 10.5859L17.29 5.29297L18.7041 6.70703Z" 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 fill-rule="evenodd" clip-rule="evenodd" d="M10 3.57129C10.7887 3.57139 11.4976 3.90554 11.999 4.4375C12.5005 3.90509 13.2109 3.57129 14 3.57129H21.4111C21.8253 3.57129 22.1611 3.90708 22.1611 4.32129V17.4385C22.1611 18.405 21.3776 19.1885 20.4111 19.1885H15.5244L15.3047 19.1953C14.2139 19.2562 13.2412 19.7582 12.5615 20.5283C12.4192 20.6894 12.2149 20.7821 12 20.7822C11.7849 20.7822 11.5799 20.6896 11.4375 20.5283C10.7125 19.7069 9.65411 19.1898 8.47461 19.1885H3.58789C2.62139 19.1885 1.83789 18.405 1.83789 17.4385V4.32129C1.83789 3.90708 2.17368 3.57129 2.58789 3.57129H10ZM3.33789 17.4385C3.33789 17.5765 3.44982 17.6885 3.58789 17.6885H8.47656C9.48926 17.6896 10.4378 17.9674 11.25 18.4492V6.32129L11.2432 6.19336C11.1791 5.56321 10.647 5.07146 10 5.07129H3.33789V17.4385ZM14 5.07129C13.3096 5.07129 12.75 5.63093 12.75 6.32129V18.4482C13.562 17.9668 14.5102 17.6897 15.5225 17.6885H20.4111C20.5492 17.6885 20.6611 17.5765 20.6611 17.4385V5.07129H14Z" 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 fill-rule="evenodd" clip-rule="evenodd" d="M18.1787 3.25879C19.0613 3.3483 19.75 4.09383 19.75 5V19C19.75 19.9665 18.9665 20.75 18 20.75H10.9922L10.999 23.1143C10.9995 23.2762 10.8173 23.3719 10.6846 23.2793L9.86523 22.7061C9.79619 22.6577 9.70463 22.6575 9.63574 22.7061L8.8252 23.2783C8.69296 23.3715 8.51027 23.2771 8.50977 23.1152L8.50293 20.75H7C6.0335 20.75 5.25 19.9665 5.25 19V5C5.25 4.0335 6.0335 3.25 7 3.25H18L18.1787 3.25879ZM7 4.75C6.86193 4.75 6.75 4.86193 6.75 5V19C6.75 19.1381 6.86193 19.25 7 19.25H7.25V4.75H7ZM8.75 19.25H18C18.1381 19.25 18.25 19.1381 18.25 19V5C18.25 4.87931 18.1645 4.77833 18.0508 4.75488L18 4.75H8.75V19.25Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9 13.25C12.7279 13.25 15.75 16.2721 15.75 20C15.75 20.4142 15.4142 20.75 15 20.75H3C2.58579 20.75 2.25 20.4142 2.25 20C2.25 16.2721 5.27208 13.25 9 13.25ZM9 14.75C6.35522 14.75 4.1687 16.7059 3.80469 19.25H14.1953C13.8313 16.7059 11.6448 14.75 9 14.75Z" fill="currentColor"/>
3
+ <path d="M15.2627 13.25C18.9906 13.25 22.0127 16.2721 22.0127 20C22.0127 20.4142 21.6769 20.75 21.2627 20.75H16.998C16.5841 20.7497 16.248 20.414 16.248 20C16.248 19.586 16.5841 19.2503 16.998 19.25H20.458C20.094 16.7059 17.9075 14.75 15.2627 14.75C14.921 14.75 14.587 14.7827 14.2646 14.8447C13.8582 14.9226 13.465 14.6564 13.3867 14.25C13.3086 13.8434 13.5749 13.4495 13.9814 13.3711C14.3967 13.2913 14.8254 13.25 15.2627 13.25Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9 3.25C11.6234 3.25 13.75 5.37665 13.75 8C13.75 10.6234 11.6234 12.75 9 12.75C6.37665 12.75 4.25 10.6234 4.25 8C4.25 5.37665 6.37665 3.25 9 3.25ZM9 4.75C7.20508 4.75 5.75 6.20507 5.75 8C5.75 9.79493 7.20508 11.25 9 11.25C10.7949 11.25 12.25 9.79492 12.25 8C12.25 6.20507 10.7949 4.75 9 4.75Z" fill="currentColor"/>
5
+ <path d="M15.2627 3.25C17.886 3.25 20.0127 5.37665 20.0127 8C20.0127 10.6234 17.886 12.75 15.2627 12.75C14.6343 12.75 14.0324 12.6273 13.4814 12.4043C13.0977 12.2488 12.9121 11.8116 13.0674 11.4277C13.2228 11.044 13.6601 10.8586 14.0439 11.0137C14.4192 11.1656 14.8304 11.25 15.2627 11.25C17.0576 11.25 18.5127 9.79492 18.5127 8C18.5127 6.20507 17.0576 4.75 15.2627 4.75C14.8304 4.75003 14.4192 4.83443 14.0439 4.98633C13.6601 5.14138 13.2228 4.95602 13.0674 4.57227C12.9121 4.18841 13.0977 3.75119 13.4814 3.5957C14.0324 3.37268 14.6343 3.25003 15.2627 3.25Z" fill="currentColor"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.1787 3.25879C19.0613 3.3483 19.75 4.09383 19.75 5V19C19.75 19.9665 18.9665 20.75 18 20.75H7C6.0335 20.75 5.25 19.9665 5.25 19V5C5.25 4.0335 6.0335 3.25 7 3.25H18L18.1787 3.25879ZM7 4.75C6.86193 4.75 6.75 4.86193 6.75 5V19C6.75 19.1381 6.86193 19.25 7 19.25H7.25V4.75H7ZM8.75 19.25H18C18.1381 19.25 18.25 19.1381 18.25 19V14.0703H17.3594C16.3929 14.0703 15.6094 13.2868 15.6094 12.3203V11.6807C15.6094 10.7142 16.3929 9.93066 17.3594 9.93066H18.25V5C18.25 4.87931 18.1645 4.77833 18.0508 4.75488L18 4.75H8.75V19.25ZM17.3594 11.4307C17.2213 11.4307 17.1094 11.5426 17.1094 11.6807V12.3203C17.1094 12.4584 17.2213 12.5703 17.3594 12.5703H18.249V11.4307H17.3594Z" 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 fill-rule="evenodd" clip-rule="evenodd" d="M3.1084 2.91523C3.2858 2.77304 3.51926 2.71848 3.74121 2.76777L12.6621 4.75019H21.5781C21.9923 4.75019 22.328 5.08608 22.3281 5.50019V18.5002C22.3281 18.9144 21.9923 19.2502 21.5781 19.2502H12.6621L3.74121 21.2326C3.51914 21.282 3.28585 21.2275 3.1084 21.0852C2.93126 20.9428 2.82812 20.7275 2.82812 20.5002V20.1701H2.26855C1.85434 20.1701 1.51855 19.8343 1.51855 19.4201V4.57929C1.51867 4.16518 1.85441 3.8293 2.26855 3.82929H2.82812V3.50019C2.82826 3.27299 2.93125 3.05749 3.1084 2.91523ZM4.32812 19.5646L11.8281 17.8977V6.10175L4.32812 4.43476V19.5646ZM13.3281 17.7502H20.8281V6.25019H13.3281V17.7502Z" 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 fill-rule="evenodd" clip-rule="evenodd" d="M15.0068 2.25112C15.0296 2.2513 15.0524 2.25273 15.0752 2.25502C15.083 2.25582 15.0908 2.2569 15.0986 2.25795C15.1067 2.25903 15.115 2.25954 15.123 2.26088L21.123 3.26088C21.4846 3.32119 21.75 3.63451 21.75 4.00112V19.0011C21.7499 19.2214 21.6525 19.431 21.4844 19.5734C21.3163 19.7155 21.0941 19.7774 20.877 19.7414L15.1475 18.7863L10.3857 21.6437C10.3822 21.6458 10.3776 21.6465 10.374 21.6486C10.3574 21.6582 10.3404 21.6667 10.3232 21.6749C10.3111 21.6808 10.2995 21.6874 10.2871 21.6925C10.2695 21.6999 10.2515 21.7061 10.2334 21.7121C10.2223 21.7157 10.2114 21.7197 10.2002 21.7228C10.1391 21.7398 10.0761 21.748 10.0127 21.7492C10.0075 21.7492 10.0023 21.7492 9.99707 21.7492C9.97131 21.7491 9.94566 21.748 9.91992 21.7453C9.91205 21.7444 9.90434 21.7425 9.89648 21.7414C9.87096 21.7378 9.84555 21.7339 9.82031 21.7277C9.81571 21.7265 9.81122 21.725 9.80664 21.7238C9.79207 21.7199 9.7771 21.7169 9.7627 21.7121L3.7627 19.7121C3.45651 19.6099 3.25 19.3229 3.25 19.0001V4.00014L3.25488 3.9103C3.27989 3.70379 3.39057 3.51495 3.56152 3.39174C3.75703 3.25094 4.00872 3.21208 4.2373 3.28823L9.90918 5.17885L14.6143 2.35658C14.6248 2.35027 14.6357 2.34476 14.6465 2.33901C14.6503 2.33694 14.6543 2.33514 14.6582 2.33315C14.6788 2.32259 14.6994 2.31237 14.7207 2.30385C14.7353 2.29797 14.7507 2.29415 14.7656 2.2892C14.7768 2.28553 14.7875 2.28061 14.7988 2.27748C14.8277 2.26942 14.8571 2.2635 14.8867 2.25893C14.8948 2.2577 14.903 2.25696 14.9111 2.256C14.9335 2.2533 14.9559 2.25179 14.9785 2.25112C14.988 2.25086 14.9974 2.25102 15.0068 2.25112ZM4.75 18.4591L9.25 19.9591V6.54116L4.75 5.04116V18.4591ZM10.75 6.42494V19.6749L14.25 17.5744V4.32436L10.75 6.42494ZM15.75 17.3654L20.25 18.1154V4.63686L15.75 3.88686V17.3654Z" 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.8127 3.838C17.6278 3.57906 17.3839 3.36796 17.1011 3.22221C16.8183 3.07647 16.5048 3.00029 16.1867 3H7.81267C7.16867 3 6.56067 3.313 6.14567 3.899L2.14567 10.48C2.0339 10.6636 1.98434 10.8784 2.00433 11.0924C2.02433 11.3064 2.11282 11.5083 2.25667 11.668L11.2567 21.668C11.3499 21.7729 11.4643 21.8568 11.5924 21.9143C11.7204 21.9718 11.8591 22.0016 11.9994 22.0017C12.1398 22.0018 12.2786 21.9722 12.4067 21.9149C12.5347 21.8575 12.6493 21.7737 12.7427 21.669L21.7427 11.669C21.8868 11.5094 21.9755 11.3075 21.9955 11.0934C22.0155 10.8793 21.9658 10.6645 21.8537 10.481L17.8127 3.838ZM11.9997 19.505L5.24467 12H18.7537L11.9997 19.505ZM4.77667 10L7.81267 5L16.1447 4.938L19.2217 10H4.77667Z" fill="currentColor"/>
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.73998 2.34304C10.4759 0.607146 13.2818 0.55599 15.0906 2.178L15.2624 2.34108L21.655 8.73268L21.657 8.73561C23.4427 10.5341 23.4466 13.4652 21.655 15.2571L15.2644 21.6477C13.4725 23.4393 10.5414 23.4354 8.74291 21.6497L8.73998 21.6477L2.35033 15.2571C0.558616 13.4652 0.562649 10.5341 2.34838 8.73561L2.35033 8.73268L8.73998 2.34304ZM13.654 3.58132C12.6255 2.75002 11.1001 2.81238 10.155 3.7571L3.76439 10.1477C2.75306 11.1694 2.75743 12.8359 3.76439 13.843L10.155 20.2327C11.1766 21.2449 12.8429 21.2401 13.8503 20.2327L20.24 13.843C21.2474 12.8356 21.2522 11.1684 20.24 10.1467L13.8533 3.76003L13.654 3.58132Z" fill="currentColor"/>
3
+ <path d="M5.54271 5.54323C5.93324 5.15271 6.56625 5.15271 6.95677 5.54323L18.4568 17.0432C18.8473 17.4338 18.8473 18.0668 18.4568 18.4573C18.0662 18.8478 17.4332 18.8478 17.0427 18.4573L5.54271 6.95729C5.15219 6.56677 5.15219 5.93375 5.54271 5.54323Z" fill="currentColor"/>
4
+ <path d="M17.0427 5.54323C17.4332 5.15271 18.0662 5.15271 18.4568 5.54323C18.8473 5.93375 18.8473 6.56677 18.4568 6.95729L6.95677 18.4573C6.56625 18.8478 5.93324 18.8478 5.54271 18.4573C5.15219 18.0668 5.15219 17.4338 5.54271 17.0432L17.0427 5.54323Z" fill="currentColor"/>
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="M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM5 5H8V19H5V5ZM10 19V5H19V19H10Z" 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="M19 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H19C19.5304 21 20.0391 20.7893 20.4142 20.4142C20.7893 20.0391 21 19.5304 21 19V5C21 4.46957 20.7893 3.96086 20.4142 3.58579C20.0391 3.21071 19.5304 3 19 3ZM5 5H14V19H5V5ZM16 19V5H19V19H16Z" 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 fill-rule="evenodd" clip-rule="evenodd" d="M14.25 2.25C14.2988 2.25 14.3464 2.25479 14.3926 2.26367L14.3975 2.26465C14.4864 2.28239 14.569 2.31707 14.6436 2.36328C14.6512 2.36803 14.6595 2.37192 14.667 2.37695C14.7077 2.40425 14.7457 2.43519 14.7803 2.46973L20.0254 7.71484C20.1643 7.85096 20.251 8.04019 20.251 8.25C20.251 8.25621 20.2502 8.26238 20.25 8.26855V20.25L20.2422 20.3984C20.2081 20.7417 20.0566 21.0645 19.8105 21.3105C19.5645 21.5566 19.2417 21.7081 18.8984 21.7422L18.75 21.75H5.25C4.85219 21.75 4.47074 21.5918 4.18945 21.3105C3.94338 21.0645 3.79195 20.7417 3.75781 20.3984L3.75 20.25V3.75C3.75 3.35219 3.90816 2.97076 4.18945 2.68945C4.47074 2.40816 4.85219 2.25001 5.25 2.25H14.25ZM5.25 20.25H18.75V9H14.25C13.8358 9 13.5 8.66421 13.5 8.25V3.75H5.25V20.25ZM15 7.5H17.6895L15 4.81055V7.5Z" 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="M0.81353 5.80535L0.754196 4.5C0.754196 2.84315 2.09734 1.5 3.7542 1.5H9.26155C10.0572 1.5 10.8203 1.81607 11.3829 2.37868L12.6255 3.62132C13.1881 4.18393 13.9512 4.5 14.7468 4.5H20.7191C22.4832 4.5 23.8665 6.01476 23.7068 7.77161L22.7522 18.2716C22.6118 19.8168 21.3162 21 19.7646 21H4.24385C2.69224 21 1.39665 19.8168 1.25617 18.2716L0.301627 7.77161C0.235544 7.0447 0.43362 6.35923 0.81353 5.80535ZM3.28931 6C2.40726 6 1.71561 6.75738 1.79547 7.63581L2.75001 18.1358C2.82025 18.9084 3.46805 19.5 4.24385 19.5H19.7646C20.5404 19.5 21.1882 18.9084 21.2584 18.1358L22.2129 7.6358C22.2928 6.75738 21.6012 6 20.7191 6H3.28931ZM10.3222 3.43934C10.0409 3.15804 9.65938 3 9.26155 3H3.7542C2.93523 3 2.26955 3.65633 2.25446 4.47169L2.2639 4.67947C2.58311 4.56346 2.92823 4.5 3.28931 4.5H11.3829L10.3222 3.43934Z" fill="currentColor"/>
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 11.25C12.4142 11.25 12.75 11.5858 12.75 12V13.5H14.25C14.6642 13.5 15 13.8358 15 14.25C15 14.6642 14.6642 15 14.25 15H12.75V16.5C12.75 16.9142 12.4142 17.25 12 17.25C11.5858 17.25 11.25 16.9142 11.25 16.5V15H9.75C9.33579 15 9 14.6642 9 14.25C9 13.8358 9.33579 13.5 9.75 13.5H11.25V12C11.25 11.5858 11.5858 11.25 12 11.25Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.25 2.25C14.2981 2.25 14.345 2.25502 14.3906 2.26367C14.3935 2.26422 14.3965 2.26406 14.3994 2.26465C14.4138 2.26756 14.4273 2.27363 14.4414 2.27734C14.4745 2.2861 14.5076 2.29447 14.5391 2.30762C14.5686 2.31994 14.5956 2.3367 14.623 2.35254C14.6376 2.3609 14.653 2.36761 14.667 2.37695C14.7077 2.40425 14.7457 2.43519 14.7803 2.46973L20.0303 7.71973C20.166 7.85545 20.25 8.04289 20.25 8.25V20.25C20.25 20.6478 20.0919 21.0292 19.8105 21.3105C19.5292 21.5919 19.1478 21.75 18.75 21.75H5.25C4.85218 21.75 4.47076 21.5919 4.18945 21.3105C3.90815 21.0292 3.75 20.6478 3.75 20.25V3.75C3.75 3.35217 3.90815 2.97076 4.18945 2.68945C4.47076 2.40815 4.85217 2.25 5.25 2.25H14.25ZM5.25 20.25H18.75V9H14.25C13.8358 9 13.5 8.66421 13.5 8.25V3.75H5.25V20.25ZM15 7.5H17.6895L15 4.81055V7.5Z" fill="currentColor"/>
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="M14.2503 17.75H9.75032V18C9.75032 19.2426 10.7577 20.25 12.0003 20.25C13.243 20.25 14.2503 19.2426 14.2503 18V17.75ZM17.2503 11C17.2503 8.7153 15.7904 6.76991 13.7503 6.04883C13.4507 5.94294 13.2505 5.6595 13.2503 5.3418V5C13.2503 4.30964 12.6907 3.75 12.0003 3.75C11.31 3.75 10.7503 4.30964 10.7503 5V5.3418C10.7502 5.6595 10.5499 5.94294 10.2503 6.04883C8.21024 6.76991 6.75032 8.7153 6.75032 11V14.1582C6.75032 14.8958 6.45732 15.6034 5.93586 16.125L5.81086 16.25H18.1898L18.0648 16.125C17.5433 15.6034 17.2503 14.8958 17.2503 14.1582V11ZM18.7503 14.1582C18.7503 14.498 18.8852 14.8241 19.1253 15.0645L20.5306 16.4697C20.7451 16.6842 20.8097 17.0069 20.6937 17.2871C20.5776 17.5674 20.3037 17.75 20.0003 17.75H15.7503V18C15.7503 20.0711 14.0714 21.75 12.0003 21.75C9.92925 21.75 8.25032 20.0711 8.25032 18V17.75H4.00032C3.69697 17.75 3.42304 17.5674 3.30696 17.2871C3.19092 17.0069 3.25557 16.6842 3.47004 16.4697L4.87532 15.0645C5.11547 14.8241 5.25032 14.498 5.25032 14.1582V11C5.25032 8.24705 6.89801 5.88064 9.25911 4.83008C9.34697 3.39054 10.5387 2.25 12.0003 2.25C13.4619 2.25 14.6527 3.39057 14.7406 4.83008C17.1021 5.88045 18.7503 8.24673 18.7503 11V14.1582Z" 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="M9.25 16C9.24999 15.3096 8.69035 14.75 8 14.75H6C5.30966 14.75 4.75001 15.3097 4.75 16V18C4.75 18.6903 5.30966 19.25 6 19.25H8C8.69036 19.25 9.25 18.6904 9.25 18V16ZM19.25 16C19.25 15.3096 18.6904 14.75 18 14.75H16C15.3097 14.75 14.75 15.3097 14.75 16V18C14.75 18.6903 15.3097 19.25 16 19.25H18C18.6904 19.25 19.25 18.6904 19.25 18V16ZM9.25 6C9.24999 5.30965 8.69035 4.75 8 4.75H6C5.30965 4.75 4.75001 5.30965 4.75 6V8C4.75 8.69036 5.30964 9.25 6 9.25H8C8.69036 9.25 9.25 8.69036 9.25 8V6ZM19.25 6C19.25 5.30964 18.6904 4.75 18 4.75H16C15.3097 4.75001 14.75 5.30965 14.75 6V8C14.75 8.69035 15.3097 9.24999 16 9.25H18C18.6904 9.25 19.25 8.69036 19.25 8V6ZM10.75 18C10.75 19.5188 9.51878 20.75 8 20.75H6C4.48123 20.75 3.25 19.5188 3.25 18V16C3.25001 14.4812 4.48123 13.25 6 13.25H8C9.51878 13.25 10.75 14.4812 10.75 16V18ZM20.75 18C20.75 19.5188 19.5188 20.75 18 20.75H16C14.4812 20.75 13.25 19.5188 13.25 18V16C13.25 14.4812 14.4812 13.25 16 13.25H18C19.5188 13.25 20.75 14.4812 20.75 16V18ZM10.75 8C10.75 9.51878 9.51878 10.75 8 10.75H6C4.48121 10.75 3.24999 9.51879 3.25 8V6C3.25001 4.48122 4.48122 3.25 6 3.25H8C9.51878 3.25 10.75 4.48122 10.75 6V8ZM20.75 8C20.75 9.51879 19.5188 10.75 18 10.75H16C14.4812 10.75 13.25 9.51878 13.25 8V6C13.25 4.48122 14.4812 3.25001 16 3.25H18C19.5188 3.25 20.75 4.48122 20.75 6V8Z" 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="M12.9677 13.4697C13.2603 13.1769 13.7352 13.1764 14.0283 13.4688L18.7597 18.1914V15.5557C18.7597 15.1415 19.0955 14.8057 19.5097 14.8057C19.9238 14.8058 20.2597 15.1415 20.2597 15.5557V20C20.2597 20.4141 19.9238 20.7499 19.5097 20.75H15.0654C14.6512 20.75 14.3154 20.4142 14.3154 20C14.3154 19.5858 14.6512 19.25 15.0654 19.25H17.6962L12.9687 14.5312C12.6755 14.2386 12.6751 13.7629 12.9677 13.4697ZM3.86908 4.3584C4.16229 4.06584 4.63706 4.06617 4.92962 4.35938L10.0292 9.4707C10.3216 9.76393 10.3214 10.2387 10.0283 10.5312C9.73504 10.8237 9.26025 10.8225 8.96771 10.5293L3.86712 5.41895C3.57457 5.12573 3.57587 4.65097 3.86908 4.3584ZM20.2597 8.44434C20.2597 8.85848 19.9238 9.19422 19.5097 9.19434C19.0955 9.19434 18.7597 8.85855 18.7597 8.44434V5.81055L4.92865 19.6416C4.63578 19.9344 4.16097 19.9344 3.8681 19.6416C3.57524 19.3487 3.57531 18.874 3.8681 18.5811L17.6992 4.75H15.0654C14.6512 4.75 14.3154 4.41421 14.3154 4C14.3154 3.58579 14.6512 3.25 15.0654 3.25H19.5097C19.9238 3.25012 20.2597 3.58586 20.2597 4V8.44434Z" 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="M18.25 5C18.25 4.30964 17.6904 3.75 17 3.75H7C6.30964 3.75 5.75 4.30964 5.75 5V19.7861L11.665 16.8291L11.7451 16.7949C11.937 16.7255 12.1502 16.7368 12.335 16.8291L18.25 19.7861V5ZM19.75 21C19.75 21.2598 19.6155 21.501 19.3945 21.6377C19.1735 21.7743 18.8974 21.7869 18.665 21.6709L12 18.3379L5.33496 21.6709C5.10255 21.7869 4.82646 21.7743 4.60547 21.6377C4.38453 21.501 4.25 21.2598 4.25 21V5C4.25 3.48122 5.48122 2.25 7 2.25H17C18.5188 2.25 19.75 3.48122 19.75 5V21Z" 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="M3.25 17V7C3.25 4.92893 4.92894 3.25 7 3.25H16C16.4142 3.25 16.75 3.58579 16.75 4C16.75 4.41421 16.4142 4.75 16 4.75H7C5.75736 4.75 4.75 5.75736 4.75 7V17C4.75 18.2426 5.75736 19.25 7 19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V11.7627C19.2501 11.3485 19.5858 11.0127 20 11.0127C20.4142 11.0127 20.7499 11.3486 20.75 11.7627V17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17ZM18.4697 6.46973C18.7626 6.17684 19.2374 6.17683 19.5303 6.46973C19.8232 6.76262 19.8232 7.23738 19.5303 7.53027L13.5703 13.4902C12.8869 14.1732 11.779 14.1734 11.0957 13.4902L8.46973 10.8633C8.17699 10.5704 8.17689 10.0956 8.46973 9.80273C8.76258 9.51006 9.23742 9.51006 9.53027 9.80273L12.1562 12.4297C12.2538 12.5271 12.4121 12.5269 12.5098 12.4297L18.4697 6.46973Z" 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="M18.25 7C18.25 6.30964 17.6904 5.75 17 5.75H15.6436C15.3168 6.90386 14.2585 7.75 13 7.75H11C9.7415 7.75 8.68316 6.90386 8.35645 5.75H7C6.30964 5.75 5.75 6.30964 5.75 7V19C5.75 19.6904 6.30964 20.25 7 20.25H17C17.6904 20.25 18.25 19.6904 18.25 19V7ZM14.4697 11.4697C14.7626 11.1768 15.2374 11.1768 15.5303 11.4697C15.8232 11.7626 15.8232 12.2374 15.5303 12.5303L11.5303 16.5303C11.2374 16.8232 10.7626 16.8232 10.4697 16.5303L8.46973 14.5303C8.17683 14.2374 8.17683 13.7626 8.46973 13.4697C8.76262 13.1768 9.23738 13.1768 9.53027 13.4697L11 14.9395L14.4697 11.4697ZM11 3.75C10.3096 3.75 9.75 4.30964 9.75 5C9.75 5.69036 10.3096 6.25 11 6.25H13C13.6904 6.25 14.25 5.69036 14.25 5C14.25 4.30964 13.6904 3.75 13 3.75H11ZM19.75 19C19.75 20.5188 18.5188 21.75 17 21.75H7C5.48122 21.75 4.25 20.5188 4.25 19V7C4.25 5.48122 5.48122 4.25 7 4.25H8.35645C8.68316 3.09614 9.7415 2.25 11 2.25H13C14.2585 2.25 15.3168 3.09614 15.6436 4.25H17C18.5188 4.25 19.75 5.48122 19.75 7V19Z" 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="M3.25 17V14.667C3.25 14.2528 3.58579 13.917 4 13.917C4.41421 13.917 4.75 14.2528 4.75 14.667V17C4.75 18.2426 5.75736 19.25 7 19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V14.667C19.25 14.2528 19.5858 13.917 20 13.917C20.4142 13.917 20.75 14.2528 20.75 14.667V17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92894 20.75 3.25001 19.0711 3.25 17ZM11.25 4C11.25 3.58579 11.5858 3.25 12 3.25C12.4142 3.25 12.75 3.58579 12.75 4V12.8555L15.9141 9.69141C16.2069 9.39884 16.6818 9.39891 16.9746 9.69141C17.2675 9.9843 17.2675 10.46 16.9746 10.7529L12.5303 15.1973C12.3896 15.3378 12.1988 15.417 12 15.417C11.8012 15.417 11.6104 15.3378 11.4697 15.1973L7.02539 10.7529C6.7325 10.46 6.7325 9.9843 7.02539 9.69141C7.31824 9.39891 7.79314 9.39884 8.08594 9.69141L11.25 12.8555V4Z" 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.7005 2.46966C17.9934 2.17676 18.4682 2.1768 18.7611 2.46966L21.5306 5.23919C21.6711 5.37982 21.7503 5.57064 21.7503 5.76946C21.7502 5.96824 21.6712 6.15917 21.5306 6.29974L7.68587 20.1454C7.6036 20.2277 7.50328 20.2902 7.3929 20.3271L3.23763 21.7118C2.96813 21.8017 2.67092 21.7311 2.47005 21.5302C2.26919 21.3293 2.19858 21.0321 2.28841 20.7626L3.67318 16.6093C3.71001 16.499 3.7726 16.3986 3.85482 16.3163L17.7005 2.46966ZM20.3177 20.245C20.7319 20.2451 21.0677 20.5809 21.0677 20.995C21.0676 21.4091 20.7318 21.745 20.3177 21.745H11.5052C11.0911 21.745 10.7553 21.4092 10.7552 20.995C10.7552 20.5809 11.091 20.2451 11.5052 20.245H20.3177ZM5.03939 17.2519L4.18587 19.8134L6.7513 18.9579L19.9398 5.76946L18.2308 4.06048L5.03939 17.2519Z" 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="M3.25 18V8C3.25 6.48122 4.48122 5.25 6 5.25H10C10.4142 5.25 10.75 5.58579 10.75 6C10.75 6.41421 10.4142 6.75 10 6.75H6C5.30964 6.75 4.75 7.30964 4.75 8V18C4.75 18.6904 5.30964 19.25 6 19.25H16C16.6904 19.25 17.25 18.6904 17.25 18V14C17.25 13.5858 17.5858 13.25 18 13.25C18.4142 13.25 18.75 13.5858 18.75 14V18C18.75 19.5188 17.5188 20.75 16 20.75H6C4.48122 20.75 3.25 19.5188 3.25 18ZM20.75 10C20.75 10.4142 20.4142 10.75 20 10.75C19.5858 10.75 19.25 10.4142 19.25 10V5.81055L10.5303 14.5303C10.2374 14.8232 9.76262 14.8232 9.46973 14.5303C9.17683 14.2374 9.17683 13.7626 9.46973 13.4697L18.1895 4.75H14C13.5858 4.75 13.25 4.41421 13.25 4C13.25 3.58579 13.5858 3.25 14 3.25H20C20.4142 3.25 20.75 3.58579 20.75 4V10Z" 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="M2.25 5C2.25 3.48122 3.48122 2.25 5 2.25H11.5C11.6989 2.25 11.8896 2.32907 12.0303 2.46973L12.8105 3.25H21L21.0967 3.25586C21.3187 3.28468 21.5181 3.41222 21.6377 3.60547C21.7743 3.82646 21.7869 4.10255 21.6709 4.33496L18.8379 10L21.6709 15.665C21.7869 15.8974 21.7743 16.1735 21.6377 16.3945C21.501 16.6155 21.2598 16.75 21 16.75H12.5C12.3011 16.75 12.1104 16.6709 11.9697 16.5303L11.1895 15.75H5C4.30964 15.75 3.75 16.3096 3.75 17V21C3.75 21.4142 3.41421 21.75 3 21.75C2.58579 21.75 2.25 21.4142 2.25 21V5ZM3.75 14.5527C4.12532 14.3606 4.54942 14.25 5 14.25H11.5C11.6989 14.25 11.8896 14.3291 12.0303 14.4697L12.8105 15.25H19.7861L17.3291 10.335C17.2238 10.124 17.2238 9.87597 17.3291 9.66504L19.7861 4.75H12.75V9C12.75 9.41421 12.4142 9.75 12 9.75C11.5858 9.75 11.25 9.41421 11.25 9V3.81055L11.1895 3.75H5C4.30964 3.75 3.75 4.30964 3.75 5V14.5527Z" 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="M20.25 9.58008C20.2499 9.08083 20.1485 8.58573 19.9502 8.12305C19.7766 7.71791 19.5315 7.34381 19.2256 7.01758L19.0908 6.88086C18.7217 6.52385 18.2815 6.23945 17.7959 6.04492C17.3105 5.85053 16.7895 5.75005 16.2627 5.75C15.7357 5.75 15.2141 5.85044 14.7285 6.04492C14.2429 6.23945 13.8027 6.52385 13.4336 6.88086L12.8682 7.42773C12.3859 7.89404 11.6141 7.89404 11.1318 7.42773L10.5654 6.88086C9.81951 6.15981 8.80266 5.75001 7.7373 5.75C6.67196 5.75 5.65511 6.15984 4.90918 6.88086C4.16419 7.60113 3.75012 8.57276 3.75 9.58008C3.75 10.5876 4.16408 11.5599 4.90918 12.2803L10.4395 17.627C11.2983 18.4573 12.7007 18.4573 13.5596 17.627L19.0908 12.2803L19.2256 12.1426C19.5313 11.8165 19.7767 11.443 19.9502 11.0381C20.1485 10.5753 20.25 10.0795 20.25 9.58008ZM21.75 9.58008C21.75 10.2837 21.607 10.9804 21.3291 11.6289C21.0512 12.2773 20.6435 12.8638 20.1328 13.3574L14.6025 18.7061C13.1622 20.0983 10.8367 20.0985 9.39648 18.7061L3.86621 13.3584C2.8345 12.3609 2.25 11.002 2.25 9.58008C2.25012 8.15829 2.83461 6.80011 3.86621 5.80273C4.89706 4.80608 6.29001 4.25 7.7373 4.25C9.18458 4.25001 10.5776 4.80609 11.6084 5.80273L11.999 6.18066L12.3916 5.80273L12.5869 5.62207C13.0537 5.21295 13.5901 4.88503 14.1709 4.65234C14.8347 4.38651 15.5456 4.25 16.2627 4.25C16.9798 4.25005 17.6907 4.38644 18.3545 4.65234C19.0183 4.91831 19.6233 5.30894 20.1338 5.80273H20.1328C20.6437 6.2964 21.0512 6.88373 21.3291 7.53223C21.607 8.18061 21.7499 8.87667 21.75 9.58008Z" 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="M12.7877 5.78769C14.8379 3.73744 18.1613 3.73744 20.2115 5.78769C22.2618 7.83794 22.2618 11.1613 20.2115 13.2115L12.5299 20.8941C12.3892 21.0347 12.1984 21.1139 11.9996 21.1139C11.8008 21.1138 11.61 21.0347 11.4693 20.8941L3.78769 13.2115C1.73744 11.1613 1.73744 7.83794 3.78769 5.78769C5.83794 3.73744 9.16126 3.73744 11.2115 5.78769L11.9996 6.5748L12.7877 5.78769ZM19.151 6.84824C17.6865 5.38377 15.3127 5.38377 13.8482 6.84824L12.5299 8.16562C12.3892 8.30628 12.1985 8.38534 11.9996 8.38535C11.8007 8.38533 11.61 8.30626 11.4693 8.16562L10.151 6.84824C8.6865 5.38377 6.3127 5.38377 4.84824 6.84824C3.38377 8.3127 3.38377 10.6865 4.84824 12.151L11.9996 19.3023L19.151 12.151C20.6154 10.6865 20.6154 8.3127 19.151 6.84824Z" 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="M13.2499 16.0001C13.2499 15.862 13.138 15.7501 12.9999 15.7501H10.9999C10.8619 15.7501 10.7499 15.862 10.7499 16.0001V20.0001C10.7499 20.0851 10.7421 20.1684 10.7304 20.2501H13.2695C13.2578 20.1684 13.2499 20.0851 13.2499 20.0001V16.0001ZM19.7499 20.0001C19.7499 20.9666 18.9664 21.7501 17.9999 21.7501H5.99994C5.03344 21.7501 4.24994 20.9666 4.24994 20.0001V11.8107L3.53022 12.5304C3.23732 12.8233 2.76256 12.8233 2.46967 12.5304C2.17678 12.2375 2.17678 11.7627 2.46967 11.4698L11.4697 2.46984L11.5263 2.41809C11.8209 2.17778 12.2556 2.19524 12.5302 2.46984L21.5302 11.4698C21.8231 11.7627 21.8231 12.2375 21.5302 12.5304C21.2373 12.8233 20.7626 12.8233 20.4697 12.5304L19.7499 11.8107V20.0001ZM14.7499 20.0001C14.7499 20.1382 14.8619 20.2501 14.9999 20.2501H17.9999C18.138 20.2501 18.2499 20.1382 18.2499 20.0001V10.3107L11.9999 4.06066L5.74994 10.3107V20.0001C5.74994 20.1382 5.86187 20.2501 5.99994 20.2501H8.99994C9.13801 20.2501 9.24994 20.1382 9.24994 20.0001V16.0001C9.24994 15.0336 10.0334 14.2501 10.9999 14.2501H12.9999C13.9664 14.2501 14.7499 15.0336 14.7499 16.0001V20.0001Z" 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="M19.25 11.0002C19.25 10.6067 19.0648 10.2363 18.75 10.0002L12.75 5.5002C12.3056 5.16687 11.6944 5.16686 11.25 5.5002L5.25 10.0002C4.93525 10.2363 4.75 10.6068 4.75 11.0002V17.0002C4.75 18.2428 5.75736 19.2502 7 19.2502H17C18.2426 19.2502 19.25 18.2428 19.25 17.0002V11.0002ZM20.75 17.0002C20.75 19.0713 19.0711 20.7502 17 20.7502H7C4.92893 20.7502 3.25 19.0713 3.25 17.0002V11.0002C3.25 10.1347 3.65724 9.31936 4.34961 8.8L10.3496 4.3C11.3274 3.56667 12.6726 3.56667 13.6504 4.3L19.6504 8.8C20.3428 9.31935 20.75 10.1347 20.75 11.0002V17.0002Z" 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="M18.584 17V7C18.584 5.75736 17.5766 4.75 16.334 4.75H14.001C13.5868 4.75 13.251 4.41421 13.251 4C13.251 3.58579 13.5868 3.25 14.001 3.25H16.334C18.4051 3.25 20.084 4.92893 20.084 7V17C20.084 19.0711 18.4051 20.75 16.334 20.75H14.001C13.5868 20.75 13.251 20.4142 13.251 20C13.251 19.5858 13.5868 19.25 14.001 19.25H16.334C17.5766 19.25 18.584 18.2426 18.584 17ZM7.69141 7.02539C7.9843 6.7325 8.46004 6.7325 8.75293 7.02539L13.1973 11.4697C13.49 11.7626 13.4899 12.2374 13.1973 12.5303L8.75293 16.9746C8.46004 17.2675 7.9843 17.2675 7.69141 16.9746C7.39895 16.6817 7.3988 16.2068 7.69141 15.9141L10.8564 12.75H3C2.58579 12.75 2.25 12.4142 2.25 12C2.25006 11.5858 2.58582 11.25 3 11.25H10.8564L7.69141 8.08594C7.39887 7.79311 7.39887 7.31822 7.69141 7.02539Z" 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="M19.25 7C19.25 5.75736 18.2426 4.75 17 4.75H7C5.75736 4.75 4.75 5.75736 4.75 7V17C4.75 18.2426 5.75736 19.25 7 19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V7ZM9.47266 8.55566C9.47266 8.41774 9.36053 8.3059 9.22266 8.30566H8.55566C8.41759 8.30566 8.30566 8.41759 8.30566 8.55566V14.5557C8.30572 14.6937 8.41763 14.8057 8.55566 14.8057H9.22266C9.36049 14.8054 9.4726 14.6935 9.47266 14.5557V8.55566ZM15.6943 8.55566C15.6943 8.41759 15.5824 8.30566 15.4443 8.30566H14.7773C14.6395 8.3059 14.5273 8.41774 14.5273 8.55566V12C14.5273 12.1379 14.6395 12.2498 14.7773 12.25H15.4443C15.5824 12.25 15.6943 12.1381 15.6943 12V8.55566ZM10.9727 14.5557C10.9726 15.522 10.1889 16.3054 9.22266 16.3057H8.55566C7.5892 16.3057 6.80572 15.5221 6.80566 14.5557V8.55566C6.80566 7.58917 7.58917 6.80566 8.55566 6.80566H9.22266C10.189 6.8059 10.9727 7.58931 10.9727 8.55566V14.5557ZM17.1943 12C17.1943 12.9665 16.4108 13.75 15.4443 13.75H14.7773C13.811 13.7498 13.0273 12.9664 13.0273 12V8.55566C13.0273 7.58931 13.811 6.8059 14.7773 6.80566H15.4443C16.4108 6.80566 17.1943 7.58917 17.1943 8.55566V12ZM20.75 17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17V7C3.25 4.92893 4.92894 3.25 7 3.25H17C19.0711 3.25 20.75 4.92893 20.75 7V17Z" 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="M19.25 7C19.25 5.75736 18.2426 4.75 17 4.75H12.75V19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V7ZM4.75 17C4.75 18.2426 5.75736 19.25 7 19.25H11.25V4.75H7C5.75736 4.75 4.75 5.75736 4.75 7V17ZM20.75 17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17V7C3.25 4.92893 4.92894 3.25 7 3.25H17C19.0711 3.25 20.75 4.92893 20.75 7V17Z" 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="M19.25 9.75H9.75V19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V9.75ZM4.75 17C4.75 18.2426 5.75736 19.25 7 19.25H8.25V9.75H4.75V17ZM19.25 7C19.25 5.75736 18.2426 4.75 17 4.75H7C5.75736 4.75 4.75 5.75736 4.75 7V8.25H19.25V7ZM20.75 17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17V7C3.25 4.92893 4.92894 3.25 7 3.25H17C19.0711 3.25 20.75 4.92893 20.75 7V17Z" 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.9814 10.8145C17.9814 9.20616 17.3423 7.66364 16.2051 6.52637C15.0677 5.38899 13.5245 4.75 11.916 4.75C10.3077 4.7501 8.76522 5.38908 7.62793 6.52637C6.49064 7.66366 5.85166 9.20609 5.85156 10.8145L5.85938 11.1123C5.93966 12.5965 6.61063 14.0537 7.54297 15.3789C8.53312 16.7863 9.77396 17.9822 10.7559 18.8164C11.4367 19.3948 12.3953 19.3946 13.0762 18.8164C14.0581 17.9822 15.2999 16.7863 16.29 15.3789C17.2846 13.9653 17.9814 12.401 17.9814 10.8145ZM13.4375 10.8145C13.4373 9.97426 12.7563 9.29297 11.916 9.29297C11.0759 9.29316 10.3947 9.97438 10.3945 10.8145C10.3945 11.6547 11.0758 12.3357 11.916 12.3359C12.7564 12.3359 13.4375 11.6548 13.4375 10.8145ZM14.9375 10.8145C14.9375 12.4832 13.5848 13.8359 11.916 13.8359C10.2474 13.8357 8.89453 12.4831 8.89453 10.8145C8.89473 9.14595 10.2475 7.79316 11.916 7.79297C13.5847 7.79297 14.9373 9.14583 14.9375 10.8145ZM19.4814 10.8145C19.4814 12.8326 18.6023 14.6991 17.5166 16.2422C16.4265 17.7916 15.0826 19.0798 14.0479 19.959C12.8069 21.0133 11.0261 21.0133 9.78516 19.959C8.75037 19.0799 7.40654 17.7917 6.31641 16.2422C5.29858 14.7955 4.46188 13.065 4.36133 11.1914L4.35156 10.8145C4.35166 8.80827 5.14879 6.88441 6.56738 5.46582C7.98598 4.04723 9.90983 3.2501 11.916 3.25C13.9223 3.25 15.8469 4.04714 17.2656 5.46582C18.6841 6.8844 19.4814 8.80833 19.4814 10.8145Z" fill="currentColor"/>
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="M4.61523 10.25C5.36927 10.25 5.98039 10.8612 5.98047 11.6152C5.98047 12.3693 5.36932 12.9805 4.61523 12.9805C3.86122 12.9804 3.25 12.3693 3.25 11.6152C3.25008 10.8613 3.86127 10.2501 4.61523 10.25Z" fill="currentColor"/>
3
+ <path d="M12 10.25C12.754 10.25 13.3652 10.8612 13.3652 11.6152C13.3652 12.3693 12.7541 12.9805 12 12.9805C11.293 12.9805 10.7115 12.4434 10.6416 11.7549L10.6348 11.6152L10.6416 11.4756C10.7116 10.7872 11.2931 10.25 12 10.25Z" fill="currentColor"/>
4
+ <path d="M19.5244 10.2568C20.2128 10.3268 20.7499 10.9084 20.75 11.6152C20.75 12.3693 20.1388 12.9804 19.3848 12.9805C18.6778 12.9805 18.0962 12.4434 18.0264 11.7549L18.0195 11.6152L18.0264 11.4756C18.0964 10.7872 18.6779 10.25 19.3848 10.25L19.5244 10.2568Z" fill="currentColor"/>
5
+ </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 17.25C12.6904 17.25 13.25 17.8096 13.25 18.5C13.25 19.1904 12.6904 19.75 12 19.75C11.3096 19.75 10.75 19.1904 10.75 18.5C10.75 17.8096 11.3096 17.25 12 17.25Z" fill="currentColor"/>
3
+ <path d="M12 11.25C12.6904 11.25 13.25 11.8096 13.25 12.5C13.25 13.1904 12.6904 13.75 12 13.75C11.3096 13.75 10.75 13.1904 10.75 12.5C10.75 11.8096 11.3096 11.25 12 11.25Z" fill="currentColor"/>
4
+ <path d="M12 5.25C12.6904 5.25 13.25 5.80964 13.25 6.5C13.25 7.19036 12.6904 7.75 12 7.75C11.3096 7.75 10.75 7.19036 10.75 6.5C10.75 5.80964 11.3096 5.25 12 5.25Z" fill="currentColor"/>
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="M17.0527 7.10645C17.0526 6.48152 16.8042 5.88233 16.3623 5.44043C15.9203 4.99856 15.3213 4.75004 14.6963 4.75C14.0712 4.75 13.4713 4.99842 13.0293 5.44043L5.89551 12.5742C5.16217 13.3076 4.75 14.3027 4.75 15.3398C4.75006 16.3769 5.16222 17.3712 5.89551 18.1045C6.62879 18.8378 7.62314 19.2499 8.66016 19.25C9.69726 19.25 10.6924 18.8378 11.4258 18.1045L18.5596 10.9707C18.8525 10.6778 19.3272 10.6778 19.6201 10.9707C19.913 11.2636 19.913 11.7384 19.6201 12.0312L12.4863 19.165C11.4717 20.1797 10.0951 20.75 8.66016 20.75C7.22532 20.7499 5.84955 20.1796 4.83496 19.165C3.82037 18.1504 3.25006 16.7747 3.25 15.3398C3.25 13.9049 3.82031 12.5283 4.83496 11.5137L11.9688 4.37988C12.6921 3.65657 13.6734 3.25 14.6963 3.25C15.7192 3.25004 16.7005 3.6566 17.4238 4.37988C18.1468 5.10305 18.5526 6.08385 18.5527 7.10645C18.5527 8.12922 18.1469 9.1107 17.4238 9.83398L10.2812 16.9688C9.84929 17.4006 9.26314 17.6436 8.65234 17.6436C8.04153 17.6435 7.45535 17.4007 7.02344 16.9688C6.59153 16.5368 6.34967 15.9507 6.34961 15.3398C6.34961 14.7289 6.59243 14.1429 7.02441 13.7109L13.6152 7.12793C13.9083 6.83521 14.3831 6.83486 14.6758 7.12793C14.9685 7.42098 14.9678 7.89576 14.6748 8.18848L8.08398 14.7705C7.93331 14.9212 7.84961 15.1268 7.84961 15.3398C7.84967 15.5528 7.93434 15.7576 8.08496 15.9082C8.23553 16.0585 8.43958 16.1435 8.65234 16.1436C8.86531 16.1436 9.07005 16.0587 9.2207 15.9082L16.3623 8.77344C16.8043 8.33143 17.0527 7.73154 17.0527 7.10645Z" 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="M3.25 16.5V6.5C3.25 4.98122 4.48122 3.75 6 3.75H8.55859C9.69755 3.75014 10.7748 4.26787 11.4863 5.15723L11.9854 5.78125C12.2232 6.07833 12.5804 6.25 12.959 6.25H17.001C19.0722 6.25013 20.75 7.92925 20.75 10V16.5C20.75 18.5711 19.0711 20.25 17 20.25H7C4.92893 20.25 3.25 18.5711 3.25 16.5ZM4.75 16.5C4.75 17.7426 5.75736 18.75 7 18.75H17C18.2426 18.75 19.25 17.7426 19.25 16.5V10C19.25 8.7572 18.2433 7.75013 17.001 7.75H12.959C12.1226 7.75 11.3347 7.36935 10.8135 6.71777L10.3154 6.09473C9.88854 5.56111 9.24193 5.25014 8.55859 5.25H6C5.30965 5.25 4.75 5.80965 4.75 6.5V16.5Z" 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="M3.25 17V7C3.25 4.92893 4.92893 3.25 7 3.25H9.33301C9.74722 3.25 10.083 3.58579 10.083 4C10.083 4.41421 9.74722 4.75 9.33301 4.75H7C5.75736 4.75 4.75 5.75736 4.75 7V17C4.75 18.2426 5.75736 19.25 7 19.25H9.33301C9.74722 19.25 10.083 19.5858 10.083 20C10.083 20.4142 9.74722 20.75 9.33301 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17ZM15.0254 7.02539C15.3183 6.7325 15.793 6.7325 16.0859 7.02539L20.5303 11.4697C20.6709 11.6104 20.75 11.8011 20.75 12C20.75 12.1989 20.6709 12.3896 20.5303 12.5303L16.0859 16.9746C15.793 17.2675 15.3183 17.2675 15.0254 16.9746C14.7325 16.6817 14.7325 16.207 15.0254 15.9141L18.1895 12.75H10.333C9.91894 12.7498 9.58301 12.4141 9.58301 12C9.58301 11.5859 9.91894 11.2502 10.333 11.25H18.1895L15.0254 8.08594C14.7325 7.79304 14.7325 7.31828 15.0254 7.02539Z" 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="M20.25 14C20.25 13.3096 19.6904 12.75 19 12.75H5C4.30964 12.75 3.75 13.3096 3.75 14V18C3.75 18.6904 4.30964 19.25 5 19.25H19C19.6904 19.25 20.25 18.6904 20.25 18V14ZM17.0098 15.25C17.424 15.25 17.7598 15.5858 17.7598 16C17.7598 16.4142 17.424 16.75 17.0098 16.75H17C16.5858 16.75 16.25 16.4142 16.25 16C16.25 15.5858 16.5858 15.25 17 15.25H17.0098ZM17.0098 7.25C17.424 7.25 17.7598 7.58579 17.7598 8C17.7598 8.41421 17.424 8.75 17.0098 8.75H17C16.5858 8.75 16.25 8.41421 16.25 8C16.25 7.58579 16.5858 7.25 17 7.25H17.0098ZM20.25 6C20.25 5.30964 19.6904 4.75 19 4.75H5C4.30964 4.75 3.75 5.30964 3.75 6V10C3.75 10.6904 4.30964 11.25 5 11.25H19C19.6904 11.25 20.25 10.6904 20.25 10V6ZM21.75 10C21.75 10.7892 21.4153 11.4985 20.8828 12C21.4153 12.5015 21.75 13.2108 21.75 14V18C21.75 19.5188 20.5188 20.75 19 20.75H5C3.48122 20.75 2.25 19.5188 2.25 18V14C2.25 13.211 2.58399 12.5015 3.11621 12C2.58399 11.4985 2.25 10.789 2.25 10V6C2.25 4.48122 3.48122 3.25 5 3.25H19C20.5188 3.25 21.75 4.48122 21.75 6V10Z" 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="M13.7508 6C13.7508 5.30964 13.1912 4.75 12.5008 4.75H11.5008C10.8105 4.75006 10.2508 5.30968 10.2508 6C10.2508 7.31942 8.82227 8.14413 7.67954 7.48438C7.08171 7.13943 6.31763 7.34461 5.97251 7.94238L5.47251 8.80762C5.12737 9.40541 5.33184 10.1704 5.92954 10.5156C7.0723 11.1754 7.07224 12.8246 5.92954 13.4844C5.33185 13.8296 5.12737 14.5946 5.47251 15.1924L5.97251 16.0576C6.31763 16.6554 7.08172 16.8606 7.67954 16.5156C8.82232 15.8558 10.2508 16.6806 10.2508 18C10.2508 18.6903 10.8105 19.2499 11.5008 19.25H12.5008C13.1912 19.25 13.7508 18.6904 13.7508 18C13.7508 16.6804 15.1794 15.8559 16.3221 16.5156C16.92 16.8608 17.6849 16.6555 18.0301 16.0576L18.5301 15.1924C18.8753 14.5945 18.67 13.8296 18.0721 13.4844C16.9295 12.8246 16.9295 11.1754 18.0721 10.5156C18.67 10.1704 18.8753 9.40548 18.5301 8.80762L18.0301 7.94238C17.6849 7.34452 16.92 7.1392 16.3221 7.48438C15.1795 8.14407 13.7508 7.31961 13.7508 6ZM13.4325 12C13.4325 11.2092 12.7916 10.5684 12.0008 10.5684C11.2101 10.5685 10.5692 11.2093 10.5692 12C10.5692 12.7907 11.2102 13.4315 12.0008 13.4316C12.7916 13.4316 13.4324 12.7907 13.4325 12ZM14.9325 12C14.9324 13.6192 13.62 14.9316 12.0008 14.9316C10.3817 14.9315 9.06922 13.6191 9.06919 12C9.06919 10.3809 10.3817 9.06845 12.0008 9.06836C13.62 9.06836 14.9325 10.3808 14.9325 12ZM15.2508 6C15.2508 6.16469 15.4293 6.26789 15.5721 6.18555C16.8874 5.42616 18.5696 5.87708 19.329 7.19238L19.829 8.05762C20.5883 9.37292 20.1374 11.0551 18.8221 11.8145C18.6794 11.8968 18.6794 12.1031 18.8221 12.1855C20.1374 12.9449 20.5883 14.6271 19.829 15.9424L19.329 16.8076C18.5696 18.1229 16.8874 18.5738 15.5721 17.8145C15.4293 17.7321 15.2508 17.8352 15.2508 18C15.2508 19.5188 14.0196 20.75 12.5008 20.75H11.5008C9.9821 20.7499 8.75083 19.5187 8.75083 18C8.75083 17.8351 8.57215 17.7321 8.42954 17.8145C7.11426 18.5737 5.43303 18.1229 4.67368 16.8076L4.17368 15.9424C3.41435 14.6272 3.86448 12.945 5.17954 12.1855C5.3223 12.1031 5.32224 11.8968 5.17954 11.8145C3.86447 11.055 3.41435 9.37282 4.17368 8.05762L4.67368 7.19238C5.43303 5.87714 7.11426 5.42632 8.42954 6.18555C8.57219 6.26791 8.75083 6.16481 8.75083 6C8.75083 4.48126 9.9821 3.25006 11.5008 3.25H12.5008C14.0196 3.25 15.2508 4.48122 15.2508 6Z" 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="M12.25 11V4.5C12.25 4.08579 11.9142 3.75 11.5 3.75C11.0858 3.75 10.75 4.08579 10.75 4.5V11C10.75 11.4142 10.4142 11.75 10 11.75C9.58579 11.75 9.25 11.4142 9.25 11V5.5C9.25 5.08579 8.91421 4.75 8.5 4.75C8.08579 4.75 7.75 5.08579 7.75 5.5V14C7.75 14.4142 7.41421 14.75 7 14.75C6.58579 14.75 6.25 14.4142 6.25 14V11.5C6.25 11.0858 5.91421 10.75 5.5 10.75C5.08579 10.75 4.75 11.0858 4.75 11.5V13.5C4.75 17.2279 7.77208 20.25 11.5 20.25C15.2279 20.25 18.25 17.2279 18.25 13.5V8.5C18.25 8.08579 17.9142 7.75 17.5 7.75C17.0858 7.75 16.75 8.08579 16.75 8.5V11C16.75 11.4142 16.4142 11.75 16 11.75C15.5858 11.75 15.25 11.4142 15.25 11V5.5C15.25 5.08579 14.9142 4.75 14.5 4.75C14.0858 4.75 13.75 5.08579 13.75 5.5V11C13.75 11.4142 13.4142 11.75 13 11.75C12.5858 11.75 12.25 11.4142 12.25 11ZM16.75 6.38086C16.9848 6.29775 17.2367 6.25 17.5 6.25C18.7426 6.25 19.75 7.25736 19.75 8.5V13.5C19.75 18.0563 16.0563 21.75 11.5 21.75C6.94365 21.75 3.25 18.0563 3.25 13.5V11.5C3.25 10.2574 4.25736 9.25 5.5 9.25C5.76331 9.25 6.01516 9.29775 6.25 9.38086V5.5C6.25 4.25736 7.25736 3.25 8.5 3.25C8.85726 3.25 9.19412 3.33521 9.49414 3.4834C9.86558 2.75197 10.6235 2.25 11.5 2.25C12.3763 2.25 13.1334 2.75218 13.5049 3.4834C13.8051 3.33497 14.1424 3.25 14.5 3.25C15.7426 3.25 16.75 4.25736 16.75 5.5V6.38086Z" 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="M20 17.583C20.4141 17.583 20.7498 17.9189 20.75 18.333C20.75 18.7472 20.4142 19.083 20 19.083H4C3.58579 19.083 3.25 18.7472 3.25 18.333C3.25018 17.9189 3.58589 17.583 4 17.583H20ZM20 10.917C20.4142 10.917 20.75 11.2528 20.75 11.667C20.7498 12.0811 20.4141 12.417 20 12.417H4C3.5859 12.417 3.25018 12.0811 3.25 11.667C3.25 11.2528 3.58579 10.917 4 10.917H20ZM20 4.25C20.4142 4.25 20.75 4.58579 20.75 5C20.75 5.41421 20.4142 5.75 20 5.75H4C3.58579 5.75 3.25 5.41421 3.25 5C3.25 4.58579 3.58579 4.25 4 4.25H20Z" 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="M20 17.583C20.4141 17.583 20.7498 17.9189 20.75 18.333C20.75 18.7472 20.4142 19.083 20 19.083H4C3.58579 19.083 3.25 18.7472 3.25 18.333C3.25018 17.9189 3.58589 17.583 4 17.583H20ZM16 10.917C16.4142 10.917 16.75 11.2528 16.75 11.667C16.7498 12.0811 16.4141 12.417 16 12.417H4C3.5859 12.417 3.25018 12.0811 3.25 11.667C3.25 11.2528 3.58579 10.917 4 10.917H16ZM12 4.25C12.4142 4.25 12.75 4.58579 12.75 5C12.75 5.41421 12.4142 5.75 12 5.75H4C3.58579 5.75 3.25 5.41421 3.25 5C3.25 4.58579 3.58579 4.25 4 4.25H12Z" 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="M4.00879 16.917C4.423 16.917 4.75879 17.2528 4.75879 17.667C4.75861 18.0811 4.42289 18.417 4.00879 18.417H4C3.5859 18.417 3.25018 18.0811 3.25 17.667C3.25 17.2528 3.58579 16.917 4 16.917H4.00879ZM20 16.917C20.4142 16.917 20.75 17.2528 20.75 17.667C20.7498 18.0811 20.4141 18.417 20 18.417H8.44434C8.03028 18.4169 7.69451 18.081 7.69434 17.667C7.69434 17.2528 8.03017 16.9171 8.44434 16.917H20ZM4.00879 11.583C4.42289 11.583 4.75861 11.9189 4.75879 12.333C4.75879 12.7472 4.423 13.083 4.00879 13.083H4C3.58579 13.083 3.25 12.7472 3.25 12.333C3.25018 11.9189 3.58589 11.583 4 11.583H4.00879ZM20 11.583C20.4141 11.583 20.7498 11.9189 20.75 12.333C20.75 12.7472 20.4142 13.083 20 13.083H8.44434C8.03017 13.0829 7.69434 12.7472 7.69434 12.333C7.69451 11.919 8.03028 11.5831 8.44434 11.583H20ZM4.00879 6.25C4.423 6.25 4.75879 6.58579 4.75879 7C4.75879 7.41421 4.423 7.75 4.00879 7.75H4C3.58579 7.75 3.25 7.41421 3.25 7C3.25 6.58579 3.58579 6.25 4 6.25H4.00879ZM20 6.25C20.4142 6.25 20.75 6.58579 20.75 7C20.75 7.41421 20.4142 7.75 20 7.75H8.44434C8.03017 7.74994 7.69434 7.41418 7.69434 7C7.69434 6.58582 8.03017 6.25006 8.44434 6.25H20Z" 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="M3.25 17V15.4287C3.25 15.0145 3.58579 14.6787 4 14.6787C4.41421 14.6787 4.75 15.0145 4.75 15.4287V17C4.75 18.2426 5.75736 19.25 7 19.25H17C18.2426 19.25 19.25 18.2426 19.25 17V15.4287C19.25 15.0145 19.5858 14.6787 20 14.6787C20.4142 14.6787 20.75 15.0145 20.75 15.4287V17C20.75 19.0711 19.0711 20.75 17 20.75H7C4.92893 20.75 3.25 19.0711 3.25 17ZM11.25 15.4287V5.80957L9.10059 7.95898C8.80771 8.25178 8.33291 8.25178 8.04004 7.95898C7.74717 7.66611 7.74722 7.19134 8.04004 6.89844L11.999 2.93945L12.5244 3.46582C12.5277 3.46905 12.5309 3.47229 12.5342 3.47559L15.958 6.89844C16.2507 7.19132 16.2508 7.66616 15.958 7.95898C15.6652 8.25181 15.1904 8.25167 14.8975 7.95898L12.75 5.81152V15.4287C12.7499 15.8429 12.4142 16.1787 12 16.1787C11.5858 16.1787 11.2501 15.8429 11.25 15.4287Z" 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="M20.25 12C20.25 7.44365 16.5563 3.75 12 3.75C7.44365 3.75 3.75 7.44365 3.75 12C3.75 13.8108 4.33511 15.4841 5.32422 16.8447C7.32947 15.8252 9.5984 15.25 12 15.25C14.4013 15.25 16.6697 15.8255 18.6748 16.8447C19.6641 15.4841 20.25 13.811 20.25 12ZM12 16.75C9.97883 16.75 8.06512 17.2025 6.35254 18.0107C7.8287 19.3982 9.81426 20.25 12 20.25C14.1855 20.25 16.1704 19.3979 17.6465 18.0107C15.9341 17.2028 14.0209 16.75 12 16.75ZM14.25 10C14.25 8.75736 13.2426 7.75 12 7.75C10.7574 7.75 9.75 8.75736 9.75 10C9.75 11.2426 10.7574 12.25 12 12.25C13.2426 12.25 14.25 11.2426 14.25 10ZM21.75 12C21.75 14.383 20.8935 16.5651 19.4736 18.2588C19.4593 18.2775 19.4435 18.2945 19.4277 18.3115C17.6393 20.4141 14.9766 21.75 12 21.75C9.02317 21.75 6.35969 20.4144 4.57129 18.3115C4.55557 18.2945 4.53965 18.2775 4.52539 18.2588C3.10575 16.5652 2.25 14.3828 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12ZM15.75 10C15.75 12.0711 14.0711 13.75 12 13.75C9.92893 13.75 8.25 12.0711 8.25 10C8.25 7.92893 9.92893 6.25 12 6.25C14.0711 6.25 15.75 7.92893 15.75 10Z" 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="M19.6651 15.3293C20.0355 15.1445 20.4859 15.2949 20.671 15.6652C20.8562 16.0357 20.7055 16.4859 20.3351 16.6711L13.6769 20.0002C12.6212 20.528 11.379 20.528 10.3233 20.0002L3.66514 16.6711C3.29469 16.4859 3.14402 16.0357 3.32921 15.6652C3.51436 15.2949 3.96468 15.1445 4.33506 15.3293L10.9942 18.6594C11.6274 18.9758 12.3728 18.9758 13.006 18.6594L19.6651 15.3293ZM19.6651 11.3293C20.0355 11.1445 20.4859 11.2949 20.671 11.6652C20.8562 12.0357 20.7055 12.4859 20.3351 12.6711L13.6769 16.0002C12.6212 16.528 11.379 16.528 10.3233 16.0002L3.66514 12.6711C3.29468 12.4859 3.14402 12.0357 3.32921 11.6652C3.51436 11.2949 3.96468 11.1445 4.33506 11.3293L10.9942 14.6594C11.6274 14.9758 12.3728 14.9758 13.006 14.6594L19.6651 11.3293ZM10.3233 4.0002C11.3789 3.47259 12.6213 3.47259 13.6769 4.0002L20.3351 7.3293C20.589 7.45628 20.75 7.71627 20.7501 8.0002C20.7501 8.28427 20.5892 8.54405 20.3351 8.67109L13.6769 12.0002C12.6212 12.528 11.379 12.528 10.3233 12.0002L3.66514 8.67109C3.41105 8.54405 3.2501 8.28427 3.2501 8.0002C3.25025 7.71627 3.41117 7.45628 3.66514 7.3293L10.3233 4.0002ZM13.006 5.34199C12.3727 5.02553 11.6275 5.02553 10.9942 5.34199L5.67686 8.0002L10.9942 10.6594C11.6274 10.9758 12.3728 10.9758 13.006 10.6594L18.3233 8.0002L13.006 5.34199Z" 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="M21.2278 2L21.3069 2.00401C21.6944 2.04342 21.9965 2.37038 21.997 2.76824L22 4.81653C22.0002 5.00742 21.9297 5.19173 21.8017 5.33336L14.6302 13.2691V19.9369C14.6302 20.2629 14.4247 20.5534 14.1174 20.662L10.4545 21.9561C10.2192 22.0391 9.95817 22.0031 9.75441 21.8589C9.55059 21.7148 9.42989 21.4806 9.42989 21.2309V13.2711L2.20132 5.34438C2.07212 5.20269 2 5.0183 2 4.82655V2.76924C2 2.3444 2.3444 2 2.76923 2H21.2278ZM3.53846 4.52807L10.767 12.4548C10.8963 12.5965 10.9683 12.7819 10.9683 12.9737V20.1432L13.0917 19.392V12.9737C13.0917 12.7832 13.1625 12.5992 13.2901 12.4578L20.4605 4.52106L20.4595 3.53847H3.53846V4.52807Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,23 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_645_76583)">
3
+ <path d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="#F0F0F0"/>
4
+ <path d="M2.48032 4.69336C1.53771 5.91975 0.826945 7.33327 0.413086 8.86884H6.6558L2.48032 4.69336Z" fill="#0052B4"/>
5
+ <path d="M23.5864 8.8688C23.1725 7.33327 22.4617 5.91975 21.5191 4.69336L17.3438 8.8688H23.5864Z" fill="#0052B4"/>
6
+ <path d="M0.413086 15.1289C0.826992 16.6644 1.53776 18.078 2.48032 19.3043L6.65567 15.1289H0.413086Z" fill="#0052B4"/>
7
+ <path d="M19.3053 2.47939C18.0789 1.53678 16.6655 0.826016 15.1299 0.412109V6.65479L19.3053 2.47939Z" fill="#0052B4"/>
8
+ <path d="M4.69336 21.5171C5.91975 22.4597 7.33327 23.1705 8.8688 23.5844V17.3418L4.69336 21.5171Z" fill="#0052B4"/>
9
+ <path d="M8.86875 0.412109C7.33322 0.826015 5.9197 1.53678 4.69336 2.47934L8.86875 6.65473V0.412109Z" fill="#0052B4"/>
10
+ <path d="M15.1299 23.5844C16.6654 23.1705 18.0789 22.4597 19.3053 21.5172L15.1299 17.3418V23.5844Z" fill="#0052B4"/>
11
+ <path d="M17.3438 15.1289L21.5191 19.3043C22.4617 18.078 23.1725 16.6644 23.5864 15.1289H17.3438Z" fill="#0052B4"/>
12
+ <path d="M23.8984 10.4348H13.5653H13.5652V0.101578C13.0529 0.034875 12.5305 0 12 0C11.4694 0 10.9471 0.034875 10.4348 0.101578V10.4347V10.4348H0.101578C0.034875 10.9471 0 11.4695 0 12C0 12.5306 0.034875 13.0529 0.101578 13.5652H10.4347H10.4348V23.8984C10.9471 23.9651 11.4694 24 12 24C12.5305 24 13.0529 23.9652 13.5652 23.8984V13.5653V13.5652H23.8984C23.9651 13.0529 24 12.5306 24 12C24 11.4695 23.9651 10.9471 23.8984 10.4348Z" fill="#D80027"/>
13
+ <path d="M15.1309 15.1309L20.4857 20.4857C20.732 20.2395 20.9669 19.9821 21.191 19.7153L16.6066 15.1309H15.1309V15.1309Z" fill="#D80027"/>
14
+ <path d="M8.86951 15.1309H8.86941L3.51465 20.4856C3.76084 20.7319 4.01823 20.9668 4.28504 21.191L8.86951 16.6064V15.1309Z" fill="#D80027"/>
15
+ <path d="M8.86976 8.86862V8.86853L3.51495 3.51367C3.26866 3.75986 3.03373 4.01725 2.80957 4.28406L7.39409 8.86858H8.86976V8.86862Z" fill="#D80027"/>
16
+ <path d="M15.1309 8.87078L20.4857 3.51588C20.2395 3.26959 19.9821 3.03466 19.7153 2.81055L15.1309 7.39506V8.87078V8.87078Z" fill="#D80027"/>
17
+ </g>
18
+ <defs>
19
+ <clipPath id="clip0_645_76583">
20
+ <rect width="24" height="24" fill="white"/>
21
+ </clipPath>
22
+ </defs>
23
+ </svg>
@@ -0,0 +1,24 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_645_76466)">
3
+ <mask id="mask0_645_76466" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24">
4
+ <circle cx="12" cy="12" r="12" fill="#C4C4C4"/>
5
+ </mask>
6
+ <g mask="url(#mask0_645_76466)">
7
+ <g clip-path="url(#clip1_645_76466)">
8
+ <path d="M24 0H0V24H24V0Z" fill="#02529C"/>
9
+ <path d="M0 12H24" stroke="white" stroke-width="5.1"/>
10
+ <path d="M7.60059 24V0" stroke="white" stroke-width="5.1"/>
11
+ <path d="M0 12H24" stroke="#DC1E35" stroke-width="2.4"/>
12
+ <path d="M7.60059 24V0" stroke="#DC1E35" stroke-width="2.4"/>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ <defs>
17
+ <clipPath id="clip0_645_76466">
18
+ <rect width="24" height="24" fill="white"/>
19
+ </clipPath>
20
+ <clipPath id="clip1_645_76466">
21
+ <rect width="24" height="24" fill="white"/>
22
+ </clipPath>
23
+ </defs>
24
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
2
+ <path fill="currentColor" d="M18.629 7.429v-.653c0-.776-.63-1.405-1.405-1.405h-4.538V18.63h1.404a.686.686 0 0 1 0 1.371H9.91a.686.686 0 0 1 0-1.371h1.404V5.37H6.776C6 5.37 5.371 6 5.371 6.775v.653a.686.686 0 0 1-1.371 0v-.653A2.776 2.776 0 0 1 6.776 4h10.448A2.776 2.776 0 0 1 20 6.776v.653a.686.686 0 1 1-1.371 0Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.895 7.553L18.895 3.553C18.8118 3.38684 18.6841 3.24711 18.526 3.14944C18.3679 3.05177 18.1858 3.00003 18 3H13C12.621 3 12.275 3.214 12.105 3.553L10.382 7H5.99998C5.62098 7 5.27498 7.214 5.10498 7.553L3.10498 11.553C3.03546 11.6919 2.99927 11.8451 2.99927 12.0005C2.99927 12.1559 3.03546 12.3091 3.10498 12.448L5.10498 16.448C5.27498 16.786 5.62098 17 5.99998 17H10.382L12.106 20.447C12.1888 20.6132 12.3163 20.7531 12.4743 20.8507C12.6322 20.9484 12.8143 21.0001 13 21H18C18.379 21 18.725 20.786 18.895 20.447L20.895 16.447C20.9645 16.3081 21.0007 16.1549 21.0007 15.9995C21.0007 15.8441 20.9645 15.6909 20.895 15.552L19.118 12L20.894 8.447C20.9635 8.30828 20.9998 8.15528 20.9999 8.00012C21.0001 7.84495 20.9642 7.69188 20.895 7.553ZM13.618 5H17.382L18.882 8L17.382 11H13.618L12.118 8L13.618 5ZM5.11798 12L6.61798 9H10.382L11.882 12L10.382 15H6.61798L5.11798 12ZM17.382 19H13.618L12.118 16L13.618 13H17.382L18.882 16L17.382 19Z" 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="M7.49911 4C7.87772 4.00011 8.18482 4.30707 8.18482 4.68571V18.6286H10.4705V4.68571C10.4705 4.307 10.7775 4 11.1563 4H15.3759C15.7546 4.00004 16.0616 4.30703 16.0616 4.68571V14.9714H18.6286V12.6464H20V15.6571C20 15.839 19.9277 16.0134 19.7991 16.142C19.6705 16.2706 19.4961 16.3429 19.3143 16.3429H15.3759C14.9972 16.3429 14.6902 16.0359 14.6902 15.6571V5.37143H11.842V19.3143C11.842 19.6929 11.5349 19.9999 11.1563 20H7.49911C7.1204 20 6.81339 19.693 6.81339 19.3143V5.37143H5.37143V10.433H4V4.68571C4 4.307 4.307 4 4.68571 4H7.49911Z" 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="M20.25 3.81836C20.25 3.7807 20.2193 3.75 20.1816 3.75H3.81836C3.7807 3.75 3.75 3.7807 3.75 3.81836V20.1816C3.75 20.2193 3.7807 20.25 3.81836 20.25H20.1816C20.2193 20.25 20.25 20.2193 20.25 20.1816V3.81836ZM21.75 20.1816C21.75 21.0477 21.0477 21.75 20.1816 21.75H3.81836C2.95228 21.75 2.25 21.0477 2.25 20.1816V3.81836C2.25 2.95228 2.95228 2.25 3.81836 2.25H20.1816C21.0477 2.25 21.75 2.95228 21.75 3.81836V20.1816Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.75 20.1816C3.75 20.2193 3.7807 20.25 3.81836 20.25H7.90918V21.75H3.81836C2.95228 21.75 2.25 21.0477 2.25 20.1816V16.0908H3.75V20.1816Z" fill="currentColor"/>
3
+ <path d="M21.75 20.1816C21.75 21.0477 21.0477 21.75 20.1816 21.75H16.0908V20.25H20.1816C20.2193 20.25 20.25 20.2193 20.25 20.1816V16.0908H21.75V20.1816Z" fill="currentColor"/>
4
+ <path d="M7.90918 3.75H3.81836C3.7807 3.75 3.75 3.7807 3.75 3.81836V7.90918H2.25V3.81836C2.25 2.95228 2.95228 2.25 3.81836 2.25H7.90918V3.75Z" fill="currentColor"/>
5
+ <path d="M20.1816 2.25C21.0477 2.25 21.75 2.95228 21.75 3.81836V7.90918H20.25V3.81836C20.25 3.7807 20.2193 3.75 20.1816 3.75H16.0908V2.25H20.1816Z" fill="currentColor"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.1816 2.25C21.0477 2.25 21.75 2.95228 21.75 3.81836V20.1816C21.75 21.0477 21.0477 21.75 20.1816 21.75H3.81836C2.95228 21.75 2.25 21.0477 2.25 20.1816V3.81836C2.25 2.95228 2.95228 2.25 3.81836 2.25H20.1816ZM3.75 15.75V20.1816C3.75 20.2193 3.7807 20.25 3.81836 20.25H8.25V15.75H3.75ZM9.75 15.75V20.25H14.25V15.75H9.75ZM15.75 15.75V20.25H20.1816C20.2193 20.25 20.25 20.2193 20.25 20.1816V15.75H15.75ZM3.75 14.25H8.25V9.75H3.75V14.25ZM9.75 14.25H14.25V9.75H9.75V14.25ZM15.75 14.25H20.25V9.75H15.75V14.25ZM3.81836 3.75C3.7807 3.75 3.75 3.7807 3.75 3.81836V8.25H8.25V3.75H3.81836ZM9.75 8.25H14.25V3.75H9.75V8.25ZM15.75 8.25H20.25V3.81836C20.25 3.7807 20.2193 3.75 20.1816 3.75H15.75V8.25Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.75 20.1816C3.75 20.2193 3.7807 20.25 3.81836 20.25H5.86328V21.75H3.81836C2.95228 21.75 2.25 21.0477 2.25 20.1816V18.1367H3.75V20.1816Z" fill="currentColor"/>
3
+ <path d="M12.75 20.25H14.0459V21.75H9.9541V20.25H11.25V18.75H12.75V20.25Z" fill="currentColor"/>
4
+ <path d="M21.75 20.1816C21.75 21.0477 21.0477 21.75 20.1816 21.75H18.1367V20.25H20.1816C20.2193 20.25 20.25 20.2193 20.25 20.1816V18.1367H21.75V20.1816Z" fill="currentColor"/>
5
+ <path d="M12.75 11.2451H14.2539V12.7451H12.75V14.25H11.25V12.7451H9.75391V11.2451H11.25V9.75H12.75V11.2451Z" fill="currentColor"/>
6
+ <path d="M3.75 11.2451H5.25391V12.7451H3.75V14.0459H2.25V9.9541H3.75V11.2451Z" fill="currentColor"/>
7
+ <path d="M21.75 14.0459H20.25V12.7451H18.7539V11.2451H20.25V9.9541H21.75V14.0459Z" fill="currentColor"/>
8
+ <path d="M5.86328 3.75H3.81836C3.7807 3.75 3.75 3.7807 3.75 3.81836V5.86328H2.25V3.81836C2.25 2.95228 2.95228 2.25 3.81836 2.25H5.86328V3.75Z" fill="currentColor"/>
9
+ <path d="M20.1816 2.25C21.0477 2.25 21.75 2.95228 21.75 3.81836V5.86328H20.25V3.81836C20.25 3.7807 20.2193 3.75 20.1816 3.75H18.1367V2.25H20.1816Z" fill="currentColor"/>
10
+ <path d="M14.0459 3.75H12.75V5.25H11.25V3.75H9.9541V2.25H14.0459V3.75Z" fill="currentColor"/>
11
+ </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 19H21V21H19V19ZM11 19H13V21H11V19ZM15 19H17V21H15V19ZM7 19H9V21H7V19ZM3 19H5V21H3V19ZM3 7H5V9H3V7ZM3 15H5V17H3V15ZM3 11H5V13H3V11ZM3 3H5V5H3V3ZM7 3H9V5H7V3ZM11 3H13V5H11V3ZM15 3H17V5H15V3ZM19 3H21V5H19V3ZM19 7H21V9H19V7ZM19 11H21V13H19V11ZM19 15H21V17H19V15ZM11 7H13V9H11V7ZM11 15H13V17H11V15ZM7 11H9V13H7V11ZM15 11H17V13H15V11ZM11 11H13V13H11V11Z" 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="M11.999 1.34961C12.4131 1.34961 12.7488 1.68558 12.749 2.09961V4.65039H18.4521C18.8664 4.65039 19.2021 4.98618 19.2021 5.40039C19.2021 5.8146 18.8664 6.15039 18.4521 6.15039H12.749V9H15.8975C16.3117 9 16.6475 9.33579 16.6475 9.75C16.6475 10.1642 16.3117 10.5 15.8975 10.5H12.749V13.3496H20.3975C20.8117 13.3496 21.1475 13.6854 21.1475 14.0996C21.1475 14.5138 20.8117 14.8496 20.3975 14.8496H12.749V17.7002H17.5459C17.9601 17.7002 18.2959 18.036 18.2959 18.4502C18.2959 18.8644 17.9601 19.2002 17.5459 19.2002H12.749V21.75C12.749 22.1642 12.4132 22.5 11.999 22.5C11.5848 22.5 11.249 22.1642 11.249 21.75V19.2002H6.44629C6.03208 19.2002 5.69629 18.8644 5.69629 18.4502C5.69629 18.036 6.03208 17.7002 6.44629 17.7002H11.249V14.8496H3.59766C3.18344 14.8496 2.84766 14.5138 2.84766 14.0996C2.84766 13.6854 3.18344 13.3496 3.59766 13.3496H11.249V10.5H8.09766C7.68344 10.5 7.34766 10.1642 7.34766 9.75C7.34766 9.33579 7.68344 9 8.09766 9H11.249V6.15039H5.55176C5.13772 6.15018 4.80176 5.81447 4.80176 5.40039C4.80176 4.98631 5.13772 4.6506 5.55176 4.65039H11.249V2.09961C11.2492 1.68558 11.5849 1.34961 11.999 1.34961Z" fill="currentColor"/>
3
+ </svg>