@kolkrabbi/kol-loader 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2263) hide show
  1. package/README.md +24 -0
  2. package/package.json +35 -0
  3. package/src/Icon.jsx +122 -0
  4. package/src/index.js +452 -0
  5. package/src/solid/actions/check.svg +1 -0
  6. package/src/solid/actions/clipboard-check.svg +1 -0
  7. package/src/solid/actions/cloud-upload.svg +1 -0
  8. package/src/solid/actions/copy.svg +1 -0
  9. package/src/solid/actions/cross-alt.svg +1 -0
  10. package/src/solid/actions/cross.svg +1 -0
  11. package/src/solid/actions/download.svg +1 -0
  12. package/src/solid/actions/edit.svg +1 -0
  13. package/src/solid/actions/enter.svg +1 -0
  14. package/src/solid/actions/exit.svg +1 -0
  15. package/src/solid/actions/filter-alt.svg +1 -0
  16. package/src/solid/actions/filter.svg +1 -0
  17. package/src/solid/actions/maximize.svg +1 -0
  18. package/src/solid/actions/minimize.svg +1 -0
  19. package/src/solid/actions/minus.svg +1 -0
  20. package/src/solid/actions/move.svg +1 -0
  21. package/src/solid/actions/plus.svg +1 -0
  22. package/src/solid/actions/redo.svg +1 -0
  23. package/src/solid/actions/refresh.svg +1 -0
  24. package/src/solid/actions/rotate-alt.svg +1 -0
  25. package/src/solid/actions/rotate-left.svg +1 -0
  26. package/src/solid/actions/rotate-right.svg +1 -0
  27. package/src/solid/actions/rotate.svg +1 -0
  28. package/src/solid/actions/save.svg +1 -0
  29. package/src/solid/actions/search-1.svg +1 -0
  30. package/src/solid/actions/search-circle.svg +1 -0
  31. package/src/solid/actions/search-line.svg +1 -0
  32. package/src/solid/actions/search.svg +1 -0
  33. package/src/solid/actions/settings-01.svg +1 -0
  34. package/src/solid/actions/settings-02.svg +1 -0
  35. package/src/solid/actions/share.svg +1 -0
  36. package/src/solid/actions/snap.svg +1 -0
  37. package/src/solid/actions/swap.svg +1 -0
  38. package/src/solid/actions/trash-1.svg +1 -0
  39. package/src/solid/actions/trash-alt.svg +1 -0
  40. package/src/solid/actions/trash.svg +1 -0
  41. package/src/solid/actions/undo.svg +1 -0
  42. package/src/solid/actions/upload-1.svg +1 -0
  43. package/src/solid/actions/upload-2.svg +1 -0
  44. package/src/solid/actions/upload-3.svg +1 -0
  45. package/src/solid/actions/upload.svg +1 -0
  46. package/src/solid/actions/zoom-in.svg +1 -0
  47. package/src/solid/actions/zoom-magnify.svg +1 -0
  48. package/src/solid/actions/zoom-out.svg +1 -0
  49. package/src/solid/brand/facebook.svg +1 -0
  50. package/src/solid/brand/instagram.svg +1 -0
  51. package/src/solid/brand/linkedin.svg +1 -0
  52. package/src/solid/brand/messenger.svg +1 -0
  53. package/src/solid/brand/signature-thick.svg +1 -0
  54. package/src/solid/brand/snapchat.svg +1 -0
  55. package/src/solid/brand/tiktok.svg +1 -0
  56. package/src/solid/brand/twitter.svg +1 -0
  57. package/src/solid/brand/youtube.svg +1 -0
  58. package/src/solid/commerce/card.svg +1 -0
  59. package/src/solid/commerce/cash.svg +1 -0
  60. package/src/solid/commerce/credit-card-1.svg +1 -0
  61. package/src/solid/commerce/credit-card.svg +1 -0
  62. package/src/solid/commerce/dollar-sign.svg +1 -0
  63. package/src/solid/commerce/gift.svg +1 -0
  64. package/src/solid/commerce/package.svg +1 -0
  65. package/src/solid/commerce/receipt-refund.svg +1 -0
  66. package/src/solid/commerce/receipt.svg +1 -0
  67. package/src/solid/commerce/shopping-bag.svg +1 -0
  68. package/src/solid/commerce/shopping-basket-1.svg +1 -0
  69. package/src/solid/commerce/shopping-basket-2.svg +1 -0
  70. package/src/solid/commerce/shopping-basket.svg +1 -0
  71. package/src/solid/commerce/shopping-cart.svg +1 -0
  72. package/src/solid/commerce/tag.svg +1 -0
  73. package/src/solid/communication/alarm-bell.svg +1 -0
  74. package/src/solid/communication/chat-alt-2.svg +3 -0
  75. package/src/solid/communication/chat-alt.svg +3 -0
  76. package/src/solid/communication/chat.svg +3 -0
  77. package/src/solid/communication/dialpad-alt.svg +9 -0
  78. package/src/solid/communication/dialpad.svg +3 -0
  79. package/src/solid/communication/dual-opponent.svg +1 -0
  80. package/src/solid/communication/in-going.svg +1 -0
  81. package/src/solid/communication/interactive.svg +1 -0
  82. package/src/solid/communication/mail-open.svg +3 -0
  83. package/src/solid/communication/mail.svg +1 -0
  84. package/src/solid/communication/message-circle.svg +1 -0
  85. package/src/solid/communication/message-rounded-add.svg +4 -0
  86. package/src/solid/communication/message-rounded-error.svg +4 -0
  87. package/src/solid/communication/message-square.svg +1 -0
  88. package/src/solid/communication/paper-plane.svg +3 -0
  89. package/src/solid/communication/phone.svg +1 -0
  90. package/src/solid/communication/send.svg +1 -0
  91. package/src/solid/communication/share-shape.svg +3 -0
  92. package/src/solid/communication/share.svg +3 -0
  93. package/src/solid/communication/speakerphone.svg +3 -0
  94. package/src/solid/communication/thumb-down.svg +3 -0
  95. package/src/solid/communication/thumb-up.svg +3 -0
  96. package/src/solid/communication/voicemail.svg +3 -0
  97. package/src/solid/cursor/crosshair.svg +1 -0
  98. package/src/solid/cursor/hand.svg +1 -0
  99. package/src/solid/cursor/mouse-alt.svg +1 -0
  100. package/src/solid/cursor/mouse.svg +1 -0
  101. package/src/solid/cursor/navigation-pointer-01.svg +1 -0
  102. package/src/solid/cursor/navigation-pointer-02.svg +1 -0
  103. package/src/solid/cursor/navigation.svg +1 -0
  104. package/src/solid/cursor/pointer-1.svg +1 -0
  105. package/src/solid/cursor/pointer-2.svg +1 -0
  106. package/src/solid/cursor/pointer-custom.svg +1 -0
  107. package/src/solid/cursor/pointer-mirrored.svg +1 -0
  108. package/src/solid/cursor/pointer-node.svg +1 -0
  109. package/src/solid/cursor/pointer-selector.svg +1 -0
  110. package/src/solid/cursor/pointer.svg +1 -0
  111. package/src/solid/cursor/target-lock.svg +1 -0
  112. package/src/solid/editing/adjust.svg +1 -0
  113. package/src/solid/editing/al-1.svg +4 -0
  114. package/src/solid/editing/al-2.svg +4 -0
  115. package/src/solid/editing/align-center.svg +1 -0
  116. package/src/solid/editing/align-left.svg +1 -0
  117. package/src/solid/editing/align-right.svg +1 -0
  118. package/src/solid/editing/anchor.svg +3 -0
  119. package/src/solid/editing/annotation.svg +3 -0
  120. package/src/solid/editing/arrow-from-bottom.svg +3 -0
  121. package/src/solid/editing/arrow-from-left.svg +3 -0
  122. package/src/solid/editing/arrow-from-right.svg +3 -0
  123. package/src/solid/editing/arrow-from-top.svg +3 -0
  124. package/src/solid/editing/bold.svg +1 -0
  125. package/src/solid/editing/boolean-exclude.svg +1 -0
  126. package/src/solid/editing/boolean-intersect.svg +1 -0
  127. package/src/solid/editing/boolean-merge.svg +1 -0
  128. package/src/solid/editing/boolean-minus-back.svg +1 -0
  129. package/src/solid/editing/boolean-minus-front.svg +1 -0
  130. package/src/solid/editing/boolean-outline.svg +1 -0
  131. package/src/solid/editing/boolean-trim.svg +1 -0
  132. package/src/solid/editing/boolean-unite.svg +1 -0
  133. package/src/solid/editing/broom.svg +3 -0
  134. package/src/solid/editing/brush-alt.svg +3 -0
  135. package/src/solid/editing/brush.svg +1 -0
  136. package/src/solid/editing/bucket.svg +3 -0
  137. package/src/solid/editing/bullseye.svg +5 -0
  138. package/src/solid/editing/calc-1.svg +3 -0
  139. package/src/solid/editing/calc-2.svg +3 -0
  140. package/src/solid/editing/check-set-3.svg +3 -0
  141. package/src/solid/editing/color-01.svg +3 -0
  142. package/src/solid/editing/color-02.svg +7 -0
  143. package/src/solid/editing/color-03.svg +3 -0
  144. package/src/solid/editing/color-fill.svg +1 -0
  145. package/src/solid/editing/color-swatch.svg +3 -0
  146. package/src/solid/editing/color-swatches.svg +3 -0
  147. package/src/solid/editing/color.svg +1 -0
  148. package/src/solid/editing/corner-diag.svg +1 -0
  149. package/src/solid/editing/cut.svg +4 -0
  150. package/src/solid/editing/edit-1.svg +3 -0
  151. package/src/solid/editing/edit-2.svg +3 -0
  152. package/src/solid/editing/edit-3.svg +3 -0
  153. package/src/solid/editing/edit-alt.svg +3 -0
  154. package/src/solid/editing/edit.svg +4 -0
  155. package/src/solid/editing/element-1.svg +3 -0
  156. package/src/solid/editing/exclude.svg +3 -0
  157. package/src/solid/editing/eyedrop.svg +3 -0
  158. package/src/solid/editing/eyedropper.svg +3 -0
  159. package/src/solid/editing/flip-x.svg +1 -0
  160. package/src/solid/editing/flip-y.svg +1 -0
  161. package/src/solid/editing/highlight.svg +3 -0
  162. package/src/solid/editing/highlightercircle.svg +3 -0
  163. package/src/solid/editing/intersect-1.svg +3 -0
  164. package/src/solid/editing/intersect.svg +3 -0
  165. package/src/solid/editing/italic.svg +1 -0
  166. package/src/solid/editing/label.svg +3 -0
  167. package/src/solid/editing/list-ordered.svg +1 -0
  168. package/src/solid/editing/list-unordered.svg +1 -0
  169. package/src/solid/editing/magnet.svg +3 -0
  170. package/src/solid/editing/magnetstraight.svg +3 -0
  171. package/src/solid/editing/markercircle.svg +3 -0
  172. package/src/solid/editing/math-3.svg +3 -0
  173. package/src/solid/editing/math-collection.svg +3 -0
  174. package/src/solid/editing/math.svg +3 -0
  175. package/src/solid/editing/measure.svg +3 -0
  176. package/src/solid/editing/minus-back.svg +3 -0
  177. package/src/solid/editing/minus-front.svg +3 -0
  178. package/src/solid/editing/minus-set-3.svg +3 -0
  179. package/src/solid/editing/mult-set-3.svg +3 -0
  180. package/src/solid/editing/paint-roll.svg +4 -0
  181. package/src/solid/editing/paint.svg +3 -0
  182. package/src/solid/editing/paintbrushbroad.svg +3 -0
  183. package/src/solid/editing/palette.svg +1 -0
  184. package/src/solid/editing/pen-copy.svg +3 -0
  185. package/src/solid/editing/pen.svg +1 -0
  186. package/src/solid/editing/pencil.svg +1 -0
  187. package/src/solid/editing/pencilcircle.svg +3 -0
  188. package/src/solid/editing/pencilline.svg +3 -0
  189. package/src/solid/editing/pencilsimple.svg +3 -0
  190. package/src/solid/editing/pennib.svg +3 -0
  191. package/src/solid/editing/pennibstraight.svg +3 -0
  192. package/src/solid/editing/perc.svg +3 -0
  193. package/src/solid/editing/plus-set-3.svg +3 -0
  194. package/src/solid/editing/pushpin.svg +3 -0
  195. package/src/solid/editing/registered.svg +4 -0
  196. package/src/solid/editing/result.svg +3 -0
  197. package/src/solid/editing/ruler-combined.svg +3 -0
  198. package/src/solid/editing/ruler-trinangle.svg +3 -0
  199. package/src/solid/editing/ruler.svg +3 -0
  200. package/src/solid/editing/scissors-1.svg +3 -0
  201. package/src/solid/editing/scissors.svg +10 -0
  202. package/src/solid/editing/size.svg +3 -0
  203. package/src/solid/editing/slider-shape.svg +3 -0
  204. package/src/solid/editing/solid-1.svg +13 -0
  205. package/src/solid/editing/solid.svg +11 -0
  206. package/src/solid/editing/spray-can.svg +3 -0
  207. package/src/solid/editing/text-01.svg +1 -0
  208. package/src/solid/editing/text-02.svg +1 -0
  209. package/src/solid/editing/trim.svg +3 -0
  210. package/src/solid/editing/type-01.svg +1 -0
  211. package/src/solid/editing/type-02.svg +1 -0
  212. package/src/solid/editing/type-03.svg +1 -0
  213. package/src/solid/editing/underline.svg +1 -0
  214. package/src/solid/files/add-file.svg +1 -0
  215. package/src/solid/files/archive.svg +3 -0
  216. package/src/solid/files/attachment.svg +1 -0
  217. package/src/solid/files/book-open.svg +1 -0
  218. package/src/solid/files/bookmark-alt.svg +3 -0
  219. package/src/solid/files/bookmark.svg +1 -0
  220. package/src/solid/files/briefcase.svg +3 -0
  221. package/src/solid/files/clipboard-1.svg +1 -0
  222. package/src/solid/files/clipboard-2.svg +1 -0
  223. package/src/solid/files/document-report.svg +3 -0
  224. package/src/solid/files/document.svg +3 -0
  225. package/src/solid/files/file-image.svg +1 -0
  226. package/src/solid/files/file-text.svg +1 -0
  227. package/src/solid/files/file-video.svg +1 -0
  228. package/src/solid/files/file.svg +1 -0
  229. package/src/solid/files/files-01.svg +3 -0
  230. package/src/solid/files/files-02.svg +3 -0
  231. package/src/solid/files/files-03.svg +3 -0
  232. package/src/solid/files/files-04.svg +3 -0
  233. package/src/solid/files/folder-01.svg +1 -0
  234. package/src/solid/files/folder-02.svg +1 -0
  235. package/src/solid/files/folder-add.svg +3 -0
  236. package/src/solid/files/folder-open.svg +1 -0
  237. package/src/solid/files/folder.svg +3 -0
  238. package/src/solid/files/img-01.svg +3 -0
  239. package/src/solid/files/img-02.svg +3 -0
  240. package/src/solid/files/img-03.svg +3 -0
  241. package/src/solid/files/journal.svg +1 -0
  242. package/src/solid/files/manual-empty.svg +1 -0
  243. package/src/solid/files/page.svg +1 -0
  244. package/src/solid/files/project-1.svg +3 -0
  245. package/src/solid/files/project-2.svg +3 -0
  246. package/src/solid/files/project.svg +3 -0
  247. package/src/solid/layout/align-bottom.svg +1 -0
  248. package/src/solid/layout/align-center.svg +1 -0
  249. package/src/solid/layout/align-horizontal-center.svg +1 -0
  250. package/src/solid/layout/align-horizontal-left.svg +1 -0
  251. package/src/solid/layout/align-horizontal-right.svg +1 -0
  252. package/src/solid/layout/align-left.svg +1 -0
  253. package/src/solid/layout/align-middle.svg +1 -0
  254. package/src/solid/layout/align-right.svg +1 -0
  255. package/src/solid/layout/align-top.svg +1 -0
  256. package/src/solid/layout/align-vertical-bottom.svg +1 -0
  257. package/src/solid/layout/align-vertical-center.svg +1 -0
  258. package/src/solid/layout/align-vertical-top.svg +1 -0
  259. package/src/solid/layout/alignbottom.svg +4 -0
  260. package/src/solid/layout/aligncenterhorizontal.svg +4 -0
  261. package/src/solid/layout/aligncentervertical.svg +4 -0
  262. package/src/solid/layout/alignleft-1.svg +4 -0
  263. package/src/solid/layout/alignleft.svg +4 -0
  264. package/src/solid/layout/alignright-1.svg +4 -0
  265. package/src/solid/layout/alignright.svg +4 -0
  266. package/src/solid/layout/aligntop.svg +4 -0
  267. package/src/solid/layout/auto-layout.svg +1 -0
  268. package/src/solid/layout/border-all.svg +1 -0
  269. package/src/solid/layout/border-bottom.svg +1 -0
  270. package/src/solid/layout/border-inner.svg +1 -0
  271. package/src/solid/layout/border-left.svg +1 -0
  272. package/src/solid/layout/border-none.svg +1 -0
  273. package/src/solid/layout/border-outer.svg +1 -0
  274. package/src/solid/layout/border-radius.svg +1 -0
  275. package/src/solid/layout/border-right.svg +1 -0
  276. package/src/solid/layout/border-top.svg +1 -0
  277. package/src/solid/layout/carousel.svg +3 -0
  278. package/src/solid/layout/category-alt.svg +3 -0
  279. package/src/solid/layout/category.svg +3 -0
  280. package/src/solid/layout/collapse-alt.svg +1 -0
  281. package/src/solid/layout/collapse-horizontal.svg +1 -0
  282. package/src/solid/layout/collapse-vertical.svg +1 -0
  283. package/src/solid/layout/collapse.svg +1 -0
  284. package/src/solid/layout/collection.svg +3 -0
  285. package/src/solid/layout/columns.svg +1 -0
  286. package/src/solid/layout/component.svg +1 -0
  287. package/src/solid/layout/dock-bottom.svg +3 -0
  288. package/src/solid/layout/dock-left.svg +3 -0
  289. package/src/solid/layout/dock-right.svg +3 -0
  290. package/src/solid/layout/dock-top.svg +3 -0
  291. package/src/solid/layout/expand-alt.svg +1 -0
  292. package/src/solid/layout/expand-horizontal.svg +1 -0
  293. package/src/solid/layout/expand-vertical.svg +1 -0
  294. package/src/solid/layout/expand.svg +1 -0
  295. package/src/solid/layout/fatrows.svg +3 -0
  296. package/src/solid/layout/grid-01.svg +1 -0
  297. package/src/solid/layout/grid-02.svg +1 -0
  298. package/src/solid/layout/grid-03.svg +1 -0
  299. package/src/solid/layout/grid-04.svg +1 -0
  300. package/src/solid/layout/grid-05.svg +1 -0
  301. package/src/solid/layout/grid-06.svg +1 -0
  302. package/src/solid/layout/grid-alt.svg +3 -0
  303. package/src/solid/layout/grid-horizontal.svg +3 -0
  304. package/src/solid/layout/grid-small.svg +3 -0
  305. package/src/solid/layout/grid-vertical.svg +3 -0
  306. package/src/solid/layout/grid.svg +1 -0
  307. package/src/solid/layout/horizontal-center.svg +3 -0
  308. package/src/solid/layout/horizontal-left.svg +3 -0
  309. package/src/solid/layout/horizontal-right.svg +3 -0
  310. package/src/solid/layout/layers.svg +1 -0
  311. package/src/solid/layout/layout-01.svg +1 -0
  312. package/src/solid/layout/layout-02.svg +1 -0
  313. package/src/solid/layout/layout-03.svg +1 -0
  314. package/src/solid/layout/layout.svg +1 -0
  315. package/src/solid/layout/list-01.svg +1 -0
  316. package/src/solid/layout/list-02.svg +1 -0
  317. package/src/solid/layout/menu-1.svg +3 -0
  318. package/src/solid/layout/menu-2.svg +3 -0
  319. package/src/solid/layout/menu-3.svg +3 -0
  320. package/src/solid/layout/more-horizontal.svg +1 -0
  321. package/src/solid/layout/more-vertical.svg +1 -0
  322. package/src/solid/layout/move-collection.svg +3 -0
  323. package/src/solid/layout/move-horizontal.svg +1 -0
  324. package/src/solid/layout/move-vertical.svg +1 -0
  325. package/src/solid/layout/move.svg +1 -0
  326. package/src/solid/layout/objects-horizontal-center.svg +3 -0
  327. package/src/solid/layout/objects-horizontal-left.svg +3 -0
  328. package/src/solid/layout/objects-horizontal-right.svg +3 -0
  329. package/src/solid/layout/objects-vertical-bottom.svg +3 -0
  330. package/src/solid/layout/objects-vertical-center.svg +3 -0
  331. package/src/solid/layout/objects-vertical-top.svg +3 -0
  332. package/src/solid/layout/panel-left.svg +1 -0
  333. package/src/solid/layout/panel-right.svg +1 -0
  334. package/src/solid/layout/reflect-horizontal.svg +1 -0
  335. package/src/solid/layout/reflect-vertical.svg +1 -0
  336. package/src/solid/layout/row-alt.svg +1 -0
  337. package/src/solid/layout/row.svg +1 -0
  338. package/src/solid/layout/rows.svg +3 -0
  339. package/src/solid/layout/sidebar.svg +1 -0
  340. package/src/solid/layout/squaresfour.svg +3 -0
  341. package/src/solid/layout/stacksimple.svg +3 -0
  342. package/src/solid/layout/trello.svg +3 -0
  343. package/src/solid/layout/user-interface.svg +3 -0
  344. package/src/solid/layout/view-grid.svg +3 -0
  345. package/src/solid/media/camera-1.svg +1 -0
  346. package/src/solid/media/camera-2.svg +1 -0
  347. package/src/solid/media/camera-home.svg +1 -0
  348. package/src/solid/media/camera-off.svg +1 -0
  349. package/src/solid/media/camera.svg +1 -0
  350. package/src/solid/media/control-pause.svg +1 -0
  351. package/src/solid/media/control-play.svg +1 -0
  352. package/src/solid/media/control-stop.svg +1 -0
  353. package/src/solid/media/fast-forward.svg +1 -0
  354. package/src/solid/media/image.svg +1 -0
  355. package/src/solid/media/mic-off.svg +1 -0
  356. package/src/solid/media/mic.svg +1 -0
  357. package/src/solid/media/pause-narrow.svg +1 -0
  358. package/src/solid/media/pause.svg +1 -0
  359. package/src/solid/media/photo-02.svg +1 -0
  360. package/src/solid/media/play.svg +1 -0
  361. package/src/solid/media/repeat-1.svg +1 -0
  362. package/src/solid/media/repeat.svg +1 -0
  363. package/src/solid/media/rewind.svg +1 -0
  364. package/src/solid/media/shuffle.svg +1 -0
  365. package/src/solid/media/skip-back.svg +1 -0
  366. package/src/solid/media/skip-forward.svg +1 -0
  367. package/src/solid/media/stop.svg +1 -0
  368. package/src/solid/media/video-off.svg +1 -0
  369. package/src/solid/media/video.svg +1 -0
  370. package/src/solid/media/volume-1.svg +1 -0
  371. package/src/solid/media/volume-2.svg +1 -0
  372. package/src/solid/media/volume-x.svg +1 -0
  373. package/src/solid/media/volume.svg +1 -0
  374. package/src/solid/misc/align-auto.svg +1 -0
  375. package/src/solid/misc/baseball.svg +4 -0
  376. package/src/solid/misc/basketball.svg +3 -0
  377. package/src/solid/misc/bath.svg +3 -0
  378. package/src/solid/misc/beaker.svg +3 -0
  379. package/src/solid/misc/bed.svg +3 -0
  380. package/src/solid/misc/been-here.svg +4 -0
  381. package/src/solid/misc/bolt.svg +1 -0
  382. package/src/solid/misc/bomb.svg +4 -0
  383. package/src/solid/misc/bowl-hot.svg +3 -0
  384. package/src/solid/misc/bowling-ball.svg +6 -0
  385. package/src/solid/misc/bucket.svg +1 -0
  386. package/src/solid/misc/bulb.svg +3 -0
  387. package/src/solid/misc/bus-school.svg +5 -0
  388. package/src/solid/misc/bus.svg +5 -0
  389. package/src/solid/misc/cabinet.svg +4 -0
  390. package/src/solid/misc/cable-car.svg +3 -0
  391. package/src/solid/misc/cake.svg +3 -0
  392. package/src/solid/misc/candles.svg +3 -0
  393. package/src/solid/misc/car.svg +5 -0
  394. package/src/solid/misc/chair.svg +3 -0
  395. package/src/solid/misc/chalkboard.svg +4 -0
  396. package/src/solid/misc/closet.svg +3 -0
  397. package/src/solid/misc/coffee.svg +3 -0
  398. package/src/solid/misc/cookie.svg +8 -0
  399. package/src/solid/misc/cricket-ball.svg +3 -0
  400. package/src/solid/misc/cycling.svg +5 -0
  401. package/src/solid/misc/dice-1.svg +4 -0
  402. package/src/solid/misc/dice-2.svg +5 -0
  403. package/src/solid/misc/dice-3.svg +6 -0
  404. package/src/solid/misc/dice-4.svg +7 -0
  405. package/src/solid/misc/dice-5.svg +8 -0
  406. package/src/solid/misc/dice-6.svg +9 -0
  407. package/src/solid/misc/dish.svg +3 -0
  408. package/src/solid/misc/door-open.svg +4 -0
  409. package/src/solid/misc/dumbbell.svg +3 -0
  410. package/src/solid/misc/fire.svg +3 -0
  411. package/src/solid/misc/football.svg +4 -0
  412. package/src/solid/misc/fork.svg +3 -0
  413. package/src/solid/misc/foundation.svg +1 -0
  414. package/src/solid/misc/fridge.svg +3 -0
  415. package/src/solid/misc/ftx-token-ftt.svg +3 -0
  416. package/src/solid/misc/game.svg +4 -0
  417. package/src/solid/misc/gas-pump.svg +3 -0
  418. package/src/solid/misc/ghost.svg +5 -0
  419. package/src/solid/misc/glasses-alt.svg +3 -0
  420. package/src/solid/misc/glasses.svg +3 -0
  421. package/src/solid/misc/health.svg +3 -0
  422. package/src/solid/misc/heart.svg +3 -0
  423. package/src/solid/misc/home-1.svg +1 -0
  424. package/src/solid/misc/home-2.svg +1 -0
  425. package/src/solid/misc/hotel.svg +4 -0
  426. package/src/solid/misc/instance.svg +1 -0
  427. package/src/solid/misc/joystick-alt.svg +6 -0
  428. package/src/solid/misc/joystick-button.svg +5 -0
  429. package/src/solid/misc/joystick.svg +8 -0
  430. package/src/solid/misc/knife.svg +3 -0
  431. package/src/solid/misc/landscape.svg +3 -0
  432. package/src/solid/misc/location.svg +1 -0
  433. package/src/solid/misc/mask.svg +5 -0
  434. package/src/solid/misc/meteor.svg +4 -0
  435. package/src/solid/misc/pills.svg +1 -0
  436. package/src/solid/misc/placeholder-1.svg +3 -0
  437. package/src/solid/misc/placeholder.svg +3 -0
  438. package/src/solid/misc/planet.svg +3 -0
  439. package/src/solid/misc/plus-medical.svg +3 -0
  440. package/src/solid/misc/puzzle.svg +3 -0
  441. package/src/solid/misc/rabbit.svg +1 -0
  442. package/src/solid/misc/restaurant.svg +3 -0
  443. package/src/solid/misc/rocket.svg +5 -0
  444. package/src/solid/misc/run.svg +4 -0
  445. package/src/solid/misc/shower.svg +3 -0
  446. package/src/solid/misc/star-1.svg +3 -0
  447. package/src/solid/misc/star.svg +3 -0
  448. package/src/solid/misc/stitches.svg +3 -0
  449. package/src/solid/misc/sushi.svg +4 -0
  450. package/src/solid/misc/swim.svg +4 -0
  451. package/src/solid/misc/taxi.svg +5 -0
  452. package/src/solid/misc/tennis-ball.svg +3 -0
  453. package/src/solid/misc/ticket.svg +3 -0
  454. package/src/solid/misc/traffic-cone.svg +3 -0
  455. package/src/solid/misc/train.svg +5 -0
  456. package/src/solid/misc/trip.svg +4 -0
  457. package/src/solid/misc/trophy.svg +3 -0
  458. package/src/solid/misc/walk.svg +4 -0
  459. package/src/solid/misc/world.svg +3 -0
  460. package/src/solid/misc/yarn.svg +3 -0
  461. package/src/solid/navigation/arrow-cross.svg +1 -0
  462. package/src/solid/navigation/arrow-down-left.svg +3 -0
  463. package/src/solid/navigation/arrow-down-right.svg +3 -0
  464. package/src/solid/navigation/arrow-down.svg +1 -0
  465. package/src/solid/navigation/arrow-downright.svg +1 -0
  466. package/src/solid/navigation/arrow-expand.svg +1 -0
  467. package/src/solid/navigation/arrow-left.svg +1 -0
  468. package/src/solid/navigation/arrow-right.svg +1 -0
  469. package/src/solid/navigation/arrow-up-left.svg +3 -0
  470. package/src/solid/navigation/arrow-up-right.svg +3 -0
  471. package/src/solid/navigation/arrow-up.svg +1 -0
  472. package/src/solid/navigation/caret-down.svg +1 -0
  473. package/src/solid/navigation/caret-left.svg +1 -0
  474. package/src/solid/navigation/caret-right.svg +1 -0
  475. package/src/solid/navigation/caret-up.svg +1 -0
  476. package/src/solid/navigation/chevron-down-square.svg +4 -0
  477. package/src/solid/navigation/chevron-down.svg +1 -0
  478. package/src/solid/navigation/chevron-left-square.svg +4 -0
  479. package/src/solid/navigation/chevron-right-square.svg +4 -0
  480. package/src/solid/navigation/chevron-right.svg +1 -0
  481. package/src/solid/navigation/chevron-up-square.svg +4 -0
  482. package/src/solid/navigation/chevron-up.svg +1 -0
  483. package/src/solid/navigation/chevrons-down.svg +4 -0
  484. package/src/solid/navigation/chevrons-left.svg +4 -0
  485. package/src/solid/navigation/chevrons-right.svg +4 -0
  486. package/src/solid/navigation/chevrons-up.svg +4 -0
  487. package/src/solid/navigation/compass.svg +4 -0
  488. package/src/solid/navigation/control-arrow-back.svg +1 -0
  489. package/src/solid/navigation/control-arrow-end.svg +1 -0
  490. package/src/solid/navigation/control-arrow-forward.svg +1 -0
  491. package/src/solid/navigation/control-arrow-start.svg +1 -0
  492. package/src/solid/navigation/current-location.svg +4 -0
  493. package/src/solid/navigation/directions.svg +3 -0
  494. package/src/solid/navigation/dropdown-caret.svg +1 -0
  495. package/src/solid/navigation/external-link.svg +1 -0
  496. package/src/solid/navigation/globe-alt.svg +4 -0
  497. package/src/solid/navigation/globe.svg +3 -0
  498. package/src/solid/navigation/hamburger.svg +3 -0
  499. package/src/solid/navigation/home.svg +3 -0
  500. package/src/solid/navigation/location-marker.svg +3 -0
  501. package/src/solid/navigation/location-plus.svg +4 -0
  502. package/src/solid/navigation/map-alt.svg +3 -0
  503. package/src/solid/navigation/map-pin.svg +4 -0
  504. package/src/solid/navigation/map.svg +4 -0
  505. package/src/solid/navigation/menu.svg +1 -0
  506. package/src/solid/navigation/more.svg +3 -0
  507. package/src/solid/navigation/street-view.svg +5 -0
  508. package/src/solid/navigation/subdirectory-left.svg +3 -0
  509. package/src/solid/navigation/subdirectory-right.svg +3 -0
  510. package/src/solid/navigation/x.svg +1 -0
  511. package/src/solid/rack/ascii-back.svg +1 -0
  512. package/src/solid/rack/ascii-block.svg +1 -0
  513. package/src/solid/rack/ascii-dash.svg +1 -0
  514. package/src/solid/rack/ascii-dot.svg +1 -0
  515. package/src/solid/rack/ascii-equal.svg +1 -0
  516. package/src/solid/rack/ascii-hash.svg +1 -0
  517. package/src/solid/rack/ascii-pipe.svg +1 -0
  518. package/src/solid/rack/ascii-plus.svg +1 -0
  519. package/src/solid/rack/ascii-slash.svg +1 -0
  520. package/src/solid/rack/ascii-x.svg +1 -0
  521. package/src/solid/rack/cable-lock.svg +1 -0
  522. package/src/solid/rack/cable-off.svg +1 -0
  523. package/src/solid/rack/cable-on.svg +1 -0
  524. package/src/solid/rack/cable-trans.svg +1 -0
  525. package/src/solid/rack/cable-unlock.svg +1 -0
  526. package/src/solid/rack/cap-butt.svg +1 -0
  527. package/src/solid/rack/cap-round.svg +1 -0
  528. package/src/solid/rack/cap-square.svg +1 -0
  529. package/src/solid/rack/chevron-down.svg +1 -0
  530. package/src/solid/rack/chevron-left.svg +1 -0
  531. package/src/solid/rack/chevron-right.svg +1 -0
  532. package/src/solid/rack/chevron-up.svg +1 -0
  533. package/src/solid/rack/clr-anl.svg +1 -0
  534. package/src/solid/rack/clr-comp.svg +1 -0
  535. package/src/solid/rack/clr-mono.svg +1 -0
  536. package/src/solid/rack/clr-tri.svg +1 -0
  537. package/src/solid/rack/curve-exp.svg +1 -0
  538. package/src/solid/rack/curve-log.svg +1 -0
  539. package/src/solid/rack/dith-cross.svg +1 -0
  540. package/src/solid/rack/dith-crt.svg +1 -0
  541. package/src/solid/rack/dith-diamond.svg +1 -0
  542. package/src/solid/rack/dith-flow.svg +1 -0
  543. package/src/solid/rack/dith-flower.svg +1 -0
  544. package/src/solid/rack/dith-gear.svg +1 -0
  545. package/src/solid/rack/dith-glitch.svg +1 -0
  546. package/src/solid/rack/dith-grid.svg +1 -0
  547. package/src/solid/rack/dith-hex.svg +1 -0
  548. package/src/solid/rack/dith-htone.svg +1 -0
  549. package/src/solid/rack/dith-melt.svg +1 -0
  550. package/src/solid/rack/dith-radial.svg +1 -0
  551. package/src/solid/rack/dith-xhatch.svg +1 -0
  552. package/src/solid/rack/filter-bp.svg +1 -0
  553. package/src/solid/rack/filter-hp.svg +1 -0
  554. package/src/solid/rack/filter-lp.svg +1 -0
  555. package/src/solid/rack/filter-notch.svg +1 -0
  556. package/src/solid/rack/gen-color.svg +1 -0
  557. package/src/solid/rack/gen-gradient.svg +1 -0
  558. package/src/solid/rack/gen-pattern.svg +1 -0
  559. package/src/solid/rack/gen-wave.svg +1 -0
  560. package/src/solid/rack/grad-con.svg +1 -0
  561. package/src/solid/rack/grad-lin.svg +1 -0
  562. package/src/solid/rack/grad-rad.svg +1 -0
  563. package/src/solid/rack/line-circle.svg +1 -0
  564. package/src/solid/rack/line-grid.svg +1 -0
  565. package/src/solid/rack/line-line.svg +1 -0
  566. package/src/solid/rack/line-lissa.svg +1 -0
  567. package/src/solid/rack/line-spiral.svg +1 -0
  568. package/src/solid/rack/logic-and.svg +1 -0
  569. package/src/solid/rack/logic-nand.svg +1 -0
  570. package/src/solid/rack/logic-nor.svg +1 -0
  571. package/src/solid/rack/logic-not.svg +1 -0
  572. package/src/solid/rack/logic-or.svg +1 -0
  573. package/src/solid/rack/logic-xor.svg +1 -0
  574. package/src/solid/rack/nav-create.svg +1 -0
  575. package/src/solid/rack/nav-home.svg +1 -0
  576. package/src/solid/rack/nav-library.svg +1 -0
  577. package/src/solid/rack/nav-rack.svg +1 -0
  578. package/src/solid/rack/nav-settings.svg +1 -0
  579. package/src/solid/rack/ptrn-checker.svg +1 -0
  580. package/src/solid/rack/ptrn-dot.svg +1 -0
  581. package/src/solid/rack/ptrn-stripe.svg +1 -0
  582. package/src/solid/rack/radial-circle.svg +1 -0
  583. package/src/solid/rack/radial-default.svg +1 -0
  584. package/src/solid/rack/radial-hex.svg +1 -0
  585. package/src/solid/rack/radial-random.svg +1 -0
  586. package/src/solid/rack/radial-rect.svg +1 -0
  587. package/src/solid/rack/radial-star.svg +1 -0
  588. package/src/solid/rack/radial-triangle.svg +1 -0
  589. package/src/solid/rack/ramp-down.svg +1 -0
  590. package/src/solid/rack/ramp-tri.svg +1 -0
  591. package/src/solid/rack/ramp-up.svg +1 -0
  592. package/src/solid/rack/seq-a.svg +1 -0
  593. package/src/solid/rack/seq-b.svg +1 -0
  594. package/src/solid/rack/seq-c.svg +1 -0
  595. package/src/solid/rack/seq-d.svg +1 -0
  596. package/src/solid/rack/shape-cube.svg +1 -0
  597. package/src/solid/rack/shape-cyl.svg +1 -0
  598. package/src/solid/rack/shape-ico.svg +1 -0
  599. package/src/solid/rack/shape-octa.svg +1 -0
  600. package/src/solid/rack/shape-sphere.svg +1 -0
  601. package/src/solid/rack/shape-tetra.svg +1 -0
  602. package/src/solid/rack/shape-torus.svg +1 -0
  603. package/src/solid/rack/shaper-clip.svg +1 -0
  604. package/src/solid/rack/shaper-exp.svg +1 -0
  605. package/src/solid/rack/shaper-fold.svg +1 -0
  606. package/src/solid/rack/shaper-log.svg +1 -0
  607. package/src/solid/rack/shaper-scurve.svg +1 -0
  608. package/src/solid/rack/shaper-sine.svg +1 -0
  609. package/src/solid/rack/shaper-step.svg +1 -0
  610. package/src/solid/rack/shaper-wrap.svg +1 -0
  611. package/src/solid/rack/tr-carets.svg +1 -0
  612. package/src/solid/rack/tr-fwd.svg +1 -0
  613. package/src/solid/rack/tr-inf.svg +1 -0
  614. package/src/solid/rack/tr-left.svg +1 -0
  615. package/src/solid/rack/tr-pause.svg +1 -0
  616. package/src/solid/rack/tr-rew.svg +1 -0
  617. package/src/solid/rack/tr-right.svg +1 -0
  618. package/src/solid/rack/tr-skip.svg +1 -0
  619. package/src/solid/rack/wave-rnd.svg +1 -0
  620. package/src/solid/rack/wave-saw.svg +1 -0
  621. package/src/solid/rack/wave-sin.svg +1 -0
  622. package/src/solid/rack/wave-sqr.svg +1 -0
  623. package/src/solid/rack/wave-tri.svg +1 -0
  624. package/src/solid/shapes/3square.svg +3 -0
  625. package/src/solid/shapes/ball.svg +4 -0
  626. package/src/solid/shapes/box.svg +4 -0
  627. package/src/solid/shapes/circle-1.svg +6 -0
  628. package/src/solid/shapes/circle-dashed.svg +10 -0
  629. package/src/solid/shapes/circle.svg +1 -0
  630. package/src/solid/shapes/cone-alt.svg +1 -0
  631. package/src/solid/shapes/cone.svg +1 -0
  632. package/src/solid/shapes/design-shapes-1.svg +3 -0
  633. package/src/solid/shapes/diamond-alt.svg +1 -0
  634. package/src/solid/shapes/diamond.svg +1 -0
  635. package/src/solid/shapes/dimond.svg +5 -0
  636. package/src/solid/shapes/polygon.svg +1 -0
  637. package/src/solid/shapes/rectangle.svg +1 -0
  638. package/src/solid/shapes/shape-1.svg +3 -0
  639. package/src/solid/shapes/shape-16.svg +3 -0
  640. package/src/solid/shapes/shape-17.svg +10 -0
  641. package/src/solid/shapes/shape-18.svg +3 -0
  642. package/src/solid/shapes/shape-19.svg +3 -0
  643. package/src/solid/shapes/shape-2.svg +3 -0
  644. package/src/solid/shapes/shape-3.svg +3 -0
  645. package/src/solid/shapes/shape-4.svg +3 -0
  646. package/src/solid/shapes/shape-circle.svg +1 -0
  647. package/src/solid/shapes/shape-polygon.svg +3 -0
  648. package/src/solid/shapes/shape-square.svg +1 -0
  649. package/src/solid/shapes/shape-triangle.svg +1 -0
  650. package/src/solid/shapes/shape.svg +3 -0
  651. package/src/solid/shapes/shapes-01.svg +3 -0
  652. package/src/solid/shapes/shapes-02.svg +3 -0
  653. package/src/solid/shapes/shapes-03.svg +3 -0
  654. package/src/solid/shapes/shapes-04.svg +3 -0
  655. package/src/solid/shapes/shapes-05.svg +3 -0
  656. package/src/solid/shapes/shapes-06.svg +3 -0
  657. package/src/solid/shapes/shapes-07.svg +3 -0
  658. package/src/solid/shapes/shapes-08.svg +3 -0
  659. package/src/solid/shapes/shapes-09.svg +3 -0
  660. package/src/solid/shapes/shapes-10.svg +3 -0
  661. package/src/solid/shapes/shapes-11.svg +3 -0
  662. package/src/solid/shapes/shapes-12.svg +3 -0
  663. package/src/solid/shapes/shapes-13.svg +3 -0
  664. package/src/solid/shapes/shapes-14.svg +3 -0
  665. package/src/solid/shapes/shapes-15.svg +13 -0
  666. package/src/solid/shapes/shapes-16.svg +3 -0
  667. package/src/solid/shapes/shapes-17.svg +3 -0
  668. package/src/solid/shapes/shapes-18.svg +3 -0
  669. package/src/solid/shapes/shapes-19.svg +3 -0
  670. package/src/solid/shapes/shapes-20.svg +3 -0
  671. package/src/solid/shapes/shapes-21.svg +4 -0
  672. package/src/solid/shapes/shapes-22.svg +3 -0
  673. package/src/solid/shapes/shapes-24.svg +4 -0
  674. package/src/solid/shapes/shapes-25.svg +4 -0
  675. package/src/solid/shapes/shapes-26.svg +3 -0
  676. package/src/solid/shapes/shapes-27.svg +3 -0
  677. package/src/solid/shapes/shapes-stroke-03.svg +3 -0
  678. package/src/solid/shapes/star.svg +1 -0
  679. package/src/solid/shapes/triangle-alt.svg +1 -0
  680. package/src/solid/shapes/triangle.svg +1 -0
  681. package/src/solid/shapes/wave.svg +1 -0
  682. package/src/solid/shapes/wheel.svg +1 -0
  683. package/src/solid/stats/chart-square-bar.svg +1 -0
  684. package/src/solid/stats/cycle.svg +1 -0
  685. package/src/solid/stats/presentation-chart-bar.svg +1 -0
  686. package/src/solid/stats/presentation-chart-line.svg +1 -0
  687. package/src/solid/stats/stat-abacus.svg +1 -0
  688. package/src/solid/stats/stat-chart-a.svg +1 -0
  689. package/src/solid/stats/stat-chart-b.svg +1 -0
  690. package/src/solid/stats/stat-chart-c.svg +1 -0
  691. package/src/solid/stats/stat-crown.svg +1 -0
  692. package/src/solid/stats/stat-cycle.svg +1 -0
  693. package/src/solid/stats/stat-donut.svg +1 -0
  694. package/src/solid/stats/stat-medalion.svg +1 -0
  695. package/src/solid/stats/stat-pie-c.svg +1 -0
  696. package/src/solid/stats/stat-pie.svg +1 -0
  697. package/src/solid/stats/stat-rocket.svg +1 -0
  698. package/src/solid/stats/stat-stat.svg +1 -0
  699. package/src/solid/stats/stat-winner.svg +1 -0
  700. package/src/solid/stats/trending-down.svg +1 -0
  701. package/src/solid/stats/trending-up.svg +1 -0
  702. package/src/solid/status/alert-circle.svg +1 -0
  703. package/src/solid/status/alert-triangle.svg +1 -0
  704. package/src/solid/status/check-circle.svg +1 -0
  705. package/src/solid/status/eye-off.svg +1 -0
  706. package/src/solid/status/eye-on.svg +1 -0
  707. package/src/solid/status/help-circle.svg +1 -0
  708. package/src/solid/status/info.svg +1 -0
  709. package/src/solid/status/lightning-bolt.svg +1 -0
  710. package/src/solid/status/loader-circle.svg +1 -0
  711. package/src/solid/status/loader.svg +1 -0
  712. package/src/solid/status/status.svg +1 -0
  713. package/src/solid/status/x-circle.svg +1 -0
  714. package/src/solid/system/atomic-atom.svg +1 -0
  715. package/src/solid/system/atomic-lifeform.svg +1 -0
  716. package/src/solid/system/atomic-molecule.svg +1 -0
  717. package/src/solid/system/atomic-organism.svg +1 -0
  718. package/src/solid/system/battery.svg +1 -0
  719. package/src/solid/system/bolt-alt.svg +1 -0
  720. package/src/solid/system/brackets.svg +3 -0
  721. package/src/solid/system/bug-1.svg +4 -0
  722. package/src/solid/system/bug-2.svg +4 -0
  723. package/src/solid/system/bug-alt.svg +4 -0
  724. package/src/solid/system/bug.svg +3 -0
  725. package/src/solid/system/calendar-1.svg +3 -0
  726. package/src/solid/system/chip.svg +3 -0
  727. package/src/solid/system/cloud.svg +3 -0
  728. package/src/solid/system/code-alt-collection.svg +3 -0
  729. package/src/solid/system/code-collection.svg +3 -0
  730. package/src/solid/system/code-curly-collection.svg +3 -0
  731. package/src/solid/system/code.svg +1 -0
  732. package/src/solid/system/cog.svg +3 -0
  733. package/src/solid/system/component.svg +6 -0
  734. package/src/solid/system/curly.svg +3 -0
  735. package/src/solid/system/customize.svg +3 -0
  736. package/src/solid/system/database.svg +1 -0
  737. package/src/solid/system/desktop.svg +3 -0
  738. package/src/solid/system/extension.svg +3 -0
  739. package/src/solid/system/frequency.svg +1 -0
  740. package/src/solid/system/git-compare.svg +3 -0
  741. package/src/solid/system/git-merge.svg +3 -0
  742. package/src/solid/system/git-pull-request.svg +3 -0
  743. package/src/solid/system/git-repo-forked.svg +3 -0
  744. package/src/solid/system/hash-italic-bold.svg +3 -0
  745. package/src/solid/system/hdd.svg +4 -0
  746. package/src/solid/system/information-1.svg +3 -0
  747. package/src/solid/system/information-2.svg +3 -0
  748. package/src/solid/system/information-3.svg +3 -0
  749. package/src/solid/system/information.svg +3 -0
  750. package/src/solid/system/interactive.svg +1 -0
  751. package/src/solid/system/laptop.svg +3 -0
  752. package/src/solid/system/library.svg +1 -0
  753. package/src/solid/system/light-bulb-1.svg +4 -0
  754. package/src/solid/system/light-bulb.svg +3 -0
  755. package/src/solid/system/linked.svg +3 -0
  756. package/src/solid/system/main-component.svg +3 -0
  757. package/src/solid/system/pills-alt.svg +1 -0
  758. package/src/solid/system/plug.svg +3 -0
  759. package/src/solid/system/power.svg +1 -0
  760. package/src/solid/system/qrcode.svg +3 -0
  761. package/src/solid/system/roadmap.svg +1 -0
  762. package/src/solid/system/server.svg +1 -0
  763. package/src/solid/system/settings-1.svg +3 -0
  764. package/src/solid/system/settings.svg +3 -0
  765. package/src/solid/system/shield-check.svg +3 -0
  766. package/src/solid/system/slider-alt.svg +4 -0
  767. package/src/solid/system/slider.svg +3 -0
  768. package/src/solid/system/tachometer.svg +4 -0
  769. package/src/solid/system/terminal.svg +1 -0
  770. package/src/solid/system/toggle-left.svg +4 -0
  771. package/src/solid/system/toggle-right.svg +4 -0
  772. package/src/solid/system/tui-crop.svg +1 -0
  773. package/src/solid/system/tui-draw.svg +1 -0
  774. package/src/solid/system/tui-filter.svg +1 -0
  775. package/src/solid/system/tui-flip-x.svg +1 -0
  776. package/src/solid/system/tui-flip-y.svg +1 -0
  777. package/src/solid/system/tui-image.svg +1 -0
  778. package/src/solid/system/tui-rotate-left.svg +1 -0
  779. package/src/solid/system/tui-rotate-right.svg +1 -0
  780. package/src/solid/system/tui-select.svg +1 -0
  781. package/src/solid/system/tui-shape.svg +1 -0
  782. package/src/solid/system/tui-text.svg +1 -0
  783. package/src/solid/system/tui-zoom.svg +1 -0
  784. package/src/solid/system/visible.svg +3 -0
  785. package/src/solid/system/wifi-off.svg +1 -0
  786. package/src/solid/system/wifi.svg +1 -0
  787. package/src/solid/system/wrench.svg +3 -0
  788. package/src/solid/theme/contrast.svg +1 -0
  789. package/src/solid/theme/monitor.svg +1 -0
  790. package/src/solid/theme/moon.svg +1 -0
  791. package/src/solid/theme/sun.svg +1 -0
  792. package/src/solid/theme/theme-toggle.svg +1 -0
  793. package/src/solid/time/calendar-check.svg +1 -0
  794. package/src/solid/time/calendar-days.svg +1 -0
  795. package/src/solid/time/calendar.svg +1 -0
  796. package/src/solid/time/clock-alert.svg +1 -0
  797. package/src/solid/time/clock-rotate-left.svg +1 -0
  798. package/src/solid/time/clock.svg +1 -0
  799. package/src/solid/time/history.svg +1 -0
  800. package/src/solid/time/stopwatch.svg +1 -0
  801. package/src/solid/time/timer.svg +1 -0
  802. package/src/solid/tools/bucket-alt.svg +1 -0
  803. package/src/solid/tools/color-palette.svg +1 -0
  804. package/src/solid/tools/color-wheel.svg +1 -0
  805. package/src/solid/tools/crop.svg +1 -0
  806. package/src/solid/tools/filter-palette.svg +1 -0
  807. package/src/solid/tools/mark-tool.svg +1 -0
  808. package/src/solid/tools/paint-drop.svg +1 -0
  809. package/src/solid/tools/pencil.svg +1 -0
  810. package/src/solid/tools/wheel.svg +1 -0
  811. package/src/solid/typography/a-framed.svg +3 -0
  812. package/src/solid/typography/a.svg +3 -0
  813. package/src/solid/typography/aa.svg +3 -0
  814. package/src/solid/typography/font-01.svg +1 -0
  815. package/src/solid/typography/font-02.svg +1 -0
  816. package/src/solid/typography/font-03.svg +1 -0
  817. package/src/solid/typography/info.svg +3 -0
  818. package/src/solid/typography/italic-a.svg +3 -0
  819. package/src/solid/typography/italic-b.svg +3 -0
  820. package/src/solid/typography/italic.svg +3 -0
  821. package/src/solid/typography/roman-a.svg +3 -0
  822. package/src/solid/typography/roman-b.svg +3 -0
  823. package/src/solid/typography/type.svg +1 -0
  824. package/src/solid/typography/typography-1.svg +3 -0
  825. package/src/solid/typography/typography-2.svg +3 -0
  826. package/src/solid/typography/typography-3.svg +3 -0
  827. package/src/solid/user/award.svg +3 -0
  828. package/src/solid/user/certification.svg +3 -0
  829. package/src/solid/user/crown.svg +3 -0
  830. package/src/solid/user/fingerprint.svg +5 -0
  831. package/src/solid/user/flag.svg +1 -0
  832. package/src/solid/user/heart-1.svg +1 -0
  833. package/src/solid/user/heart-2.svg +1 -0
  834. package/src/solid/user/identification.svg +3 -0
  835. package/src/solid/user/key.svg +1 -0
  836. package/src/solid/user/lock.svg +1 -0
  837. package/src/solid/user/log-in.svg +1 -0
  838. package/src/solid/user/log-out.svg +1 -0
  839. package/src/solid/user/medal.svg +4 -0
  840. package/src/solid/user/shield.svg +1 -0
  841. package/src/solid/user/social-facebook.svg +1 -0
  842. package/src/solid/user/social-linkedin.svg +1 -0
  843. package/src/solid/user/social-twitter.svg +1 -0
  844. package/src/solid/user/star.svg +1 -0
  845. package/src/solid/user/unlock.svg +1 -0
  846. package/src/solid/user/user-1.svg +3 -0
  847. package/src/solid/user/user-2.svg +3 -0
  848. package/src/solid/user/user-circle.svg +3 -0
  849. package/src/solid/user/user-group.svg +3 -0
  850. package/src/solid/user/user-plus.svg +1 -0
  851. package/src/solid/user/user.svg +1 -0
  852. package/src/solid/user/users.svg +1 -0
  853. package/src/stroke/actions/check.svg +1 -0
  854. package/src/stroke/actions/clipboard-check.svg +1 -0
  855. package/src/stroke/actions/cloud-upload.svg +1 -0
  856. package/src/stroke/actions/copy.svg +1 -0
  857. package/src/stroke/actions/cross-alt.svg +1 -0
  858. package/src/stroke/actions/cross.svg +1 -0
  859. package/src/stroke/actions/download.svg +1 -0
  860. package/src/stroke/actions/edit.svg +1 -0
  861. package/src/stroke/actions/enter.svg +1 -0
  862. package/src/stroke/actions/exit.svg +1 -0
  863. package/src/stroke/actions/filter-alt.svg +1 -0
  864. package/src/stroke/actions/filter.svg +1 -0
  865. package/src/stroke/actions/maximize.svg +1 -0
  866. package/src/stroke/actions/minimize.svg +1 -0
  867. package/src/stroke/actions/minus.svg +1 -0
  868. package/src/stroke/actions/move.svg +1 -0
  869. package/src/stroke/actions/plus.svg +1 -0
  870. package/src/stroke/actions/redo.svg +1 -0
  871. package/src/stroke/actions/refresh.svg +1 -0
  872. package/src/stroke/actions/rotate-alt.svg +1 -0
  873. package/src/stroke/actions/rotate-left.svg +1 -0
  874. package/src/stroke/actions/rotate-right.svg +1 -0
  875. package/src/stroke/actions/rotate.svg +1 -0
  876. package/src/stroke/actions/save.svg +1 -0
  877. package/src/stroke/actions/search-1.svg +1 -0
  878. package/src/stroke/actions/search-circle.svg +1 -0
  879. package/src/stroke/actions/search-line.svg +1 -0
  880. package/src/stroke/actions/search.svg +1 -0
  881. package/src/stroke/actions/settings-01.svg +1 -0
  882. package/src/stroke/actions/settings-02.svg +1 -0
  883. package/src/stroke/actions/share.svg +1 -0
  884. package/src/stroke/actions/snap.svg +1 -0
  885. package/src/stroke/actions/swap.svg +1 -0
  886. package/src/stroke/actions/trash-1.svg +1 -0
  887. package/src/stroke/actions/trash-alt.svg +1 -0
  888. package/src/stroke/actions/trash.svg +1 -0
  889. package/src/stroke/actions/undo.svg +1 -0
  890. package/src/stroke/actions/upload-1.svg +1 -0
  891. package/src/stroke/actions/upload-2.svg +1 -0
  892. package/src/stroke/actions/upload-3.svg +1 -0
  893. package/src/stroke/actions/upload.svg +1 -0
  894. package/src/stroke/actions/zoom-in.svg +1 -0
  895. package/src/stroke/actions/zoom-magnify.svg +1 -0
  896. package/src/stroke/actions/zoom-out.svg +1 -0
  897. package/src/stroke/brand/facebook.svg +1 -0
  898. package/src/stroke/brand/instagram.svg +1 -0
  899. package/src/stroke/brand/linkedin.svg +1 -0
  900. package/src/stroke/brand/messenger.svg +1 -0
  901. package/src/stroke/brand/signature-thick.svg +1 -0
  902. package/src/stroke/brand/snapchat.svg +1 -0
  903. package/src/stroke/brand/tiktok.svg +1 -0
  904. package/src/stroke/brand/twitter.svg +1 -0
  905. package/src/stroke/brand/youtube.svg +1 -0
  906. package/src/stroke/commerce/card.svg +1 -0
  907. package/src/stroke/commerce/cash.svg +1 -0
  908. package/src/stroke/commerce/credit-card-1.svg +1 -0
  909. package/src/stroke/commerce/credit-card.svg +1 -0
  910. package/src/stroke/commerce/dollar-sign.svg +1 -0
  911. package/src/stroke/commerce/gift.svg +1 -0
  912. package/src/stroke/commerce/package.svg +1 -0
  913. package/src/stroke/commerce/receipt-refund.svg +1 -0
  914. package/src/stroke/commerce/receipt.svg +1 -0
  915. package/src/stroke/commerce/shopping-bag.svg +1 -0
  916. package/src/stroke/commerce/shopping-basket-1.svg +1 -0
  917. package/src/stroke/commerce/shopping-basket-2.svg +1 -0
  918. package/src/stroke/commerce/shopping-basket.svg +1 -0
  919. package/src/stroke/commerce/shopping-cart.svg +1 -0
  920. package/src/stroke/commerce/tag.svg +1 -0
  921. package/src/stroke/communication/alarm-bell.svg +1 -0
  922. package/src/stroke/communication/chat-alt-2.svg +3 -0
  923. package/src/stroke/communication/chat-alt.svg +3 -0
  924. package/src/stroke/communication/chat.svg +3 -0
  925. package/src/stroke/communication/dialpad-alt.svg +3 -0
  926. package/src/stroke/communication/dialpad.svg +3 -0
  927. package/src/stroke/communication/dual-opponent.svg +1 -0
  928. package/src/stroke/communication/in-going.svg +1 -0
  929. package/src/stroke/communication/interactive.svg +1 -0
  930. package/src/stroke/communication/mail-open.svg +3 -0
  931. package/src/stroke/communication/mail.svg +1 -0
  932. package/src/stroke/communication/message-circle.svg +1 -0
  933. package/src/stroke/communication/message-rounded-add.svg +4 -0
  934. package/src/stroke/communication/message-rounded-error.svg +4 -0
  935. package/src/stroke/communication/message-square.svg +1 -0
  936. package/src/stroke/communication/paper-plane.svg +4 -0
  937. package/src/stroke/communication/phone.svg +1 -0
  938. package/src/stroke/communication/send.svg +1 -0
  939. package/src/stroke/communication/share-shape.svg +3 -0
  940. package/src/stroke/communication/speakerphone.svg +3 -0
  941. package/src/stroke/communication/thumb-down.svg +3 -0
  942. package/src/stroke/communication/thumb-up.svg +3 -0
  943. package/src/stroke/communication/voicemail.svg +3 -0
  944. package/src/stroke/cursor/crosshair.svg +1 -0
  945. package/src/stroke/cursor/hand.svg +1 -0
  946. package/src/stroke/cursor/mouse-alt.svg +1 -0
  947. package/src/stroke/cursor/mouse.svg +1 -0
  948. package/src/stroke/cursor/navigation-pointer-01.svg +1 -0
  949. package/src/stroke/cursor/navigation-pointer-02.svg +1 -0
  950. package/src/stroke/cursor/navigation.svg +1 -0
  951. package/src/stroke/cursor/pointer-1.svg +1 -0
  952. package/src/stroke/cursor/pointer-2.svg +1 -0
  953. package/src/stroke/cursor/pointer-custom.svg +1 -0
  954. package/src/stroke/cursor/pointer-mirrored.svg +1 -0
  955. package/src/stroke/cursor/pointer-node.svg +1 -0
  956. package/src/stroke/cursor/pointer-selector.svg +1 -0
  957. package/src/stroke/cursor/pointer.svg +1 -0
  958. package/src/stroke/cursor/target-lock.svg +1 -0
  959. package/src/stroke/editing/adjust.svg +1 -0
  960. package/src/stroke/editing/al-1.svg +3 -0
  961. package/src/stroke/editing/al-2.svg +3 -0
  962. package/src/stroke/editing/align-center.svg +1 -0
  963. package/src/stroke/editing/align-left.svg +1 -0
  964. package/src/stroke/editing/align-right.svg +1 -0
  965. package/src/stroke/editing/anchor.svg +3 -0
  966. package/src/stroke/editing/annotation.svg +3 -0
  967. package/src/stroke/editing/arrow-from-bottom.svg +3 -0
  968. package/src/stroke/editing/arrow-from-left.svg +3 -0
  969. package/src/stroke/editing/arrow-from-right.svg +3 -0
  970. package/src/stroke/editing/arrow-from-top.svg +3 -0
  971. package/src/stroke/editing/bold.svg +1 -0
  972. package/src/stroke/editing/boolean-exclude.svg +1 -0
  973. package/src/stroke/editing/boolean-intersect.svg +1 -0
  974. package/src/stroke/editing/boolean-merge.svg +1 -0
  975. package/src/stroke/editing/boolean-minus-back.svg +1 -0
  976. package/src/stroke/editing/boolean-minus-front.svg +1 -0
  977. package/src/stroke/editing/boolean-outline.svg +1 -0
  978. package/src/stroke/editing/boolean-trim.svg +1 -0
  979. package/src/stroke/editing/boolean-unite.svg +1 -0
  980. package/src/stroke/editing/broom.svg +15 -0
  981. package/src/stroke/editing/brush-alt.svg +3 -0
  982. package/src/stroke/editing/brush.svg +1 -0
  983. package/src/stroke/editing/bullseye.svg +3 -0
  984. package/src/stroke/editing/calc-1.svg +10 -0
  985. package/src/stroke/editing/calc-2.svg +3 -0
  986. package/src/stroke/editing/check-set-1.svg +3 -0
  987. package/src/stroke/editing/check-set-2.svg +4 -0
  988. package/src/stroke/editing/check-set-3.svg +4 -0
  989. package/src/stroke/editing/color-01.svg +3 -0
  990. package/src/stroke/editing/color-02.svg +3 -0
  991. package/src/stroke/editing/color-03.svg +3 -0
  992. package/src/stroke/editing/color-fill.svg +1 -0
  993. package/src/stroke/editing/color-swatch.svg +3 -0
  994. package/src/stroke/editing/color-swatches.svg +6 -0
  995. package/src/stroke/editing/color.svg +1 -0
  996. package/src/stroke/editing/corner-diag.svg +1 -0
  997. package/src/stroke/editing/crop.svg +13 -0
  998. package/src/stroke/editing/cut.svg +3 -0
  999. package/src/stroke/editing/edit-1.svg +4 -0
  1000. package/src/stroke/editing/edit-2.svg +3 -0
  1001. package/src/stroke/editing/edit-3.svg +3 -0
  1002. package/src/stroke/editing/edit-alt.svg +3 -0
  1003. package/src/stroke/editing/element-1.svg +5 -0
  1004. package/src/stroke/editing/exclude.svg +3 -0
  1005. package/src/stroke/editing/eyedrop.svg +11 -0
  1006. package/src/stroke/editing/eyedropper.svg +11 -0
  1007. package/src/stroke/editing/flip-x.svg +1 -0
  1008. package/src/stroke/editing/flip-y.svg +1 -0
  1009. package/src/stroke/editing/highlight.svg +3 -0
  1010. package/src/stroke/editing/highlightercircle.svg +12 -0
  1011. package/src/stroke/editing/intersect-1.svg +12 -0
  1012. package/src/stroke/editing/intersect.svg +13 -0
  1013. package/src/stroke/editing/italic.svg +1 -0
  1014. package/src/stroke/editing/label.svg +3 -0
  1015. package/src/stroke/editing/list-ordered.svg +1 -0
  1016. package/src/stroke/editing/list-unordered.svg +1 -0
  1017. package/src/stroke/editing/magnet.svg +3 -0
  1018. package/src/stroke/editing/magnetstraight.svg +12 -0
  1019. package/src/stroke/editing/markercircle.svg +13 -0
  1020. package/src/stroke/editing/math-2.svg +6 -0
  1021. package/src/stroke/editing/math-3.svg +3 -0
  1022. package/src/stroke/editing/math-collection.svg +3 -0
  1023. package/src/stroke/editing/math.svg +3 -0
  1024. package/src/stroke/editing/measure.svg +14 -0
  1025. package/src/stroke/editing/minus-back.svg +3 -0
  1026. package/src/stroke/editing/minus-front.svg +3 -0
  1027. package/src/stroke/editing/minus-set-1.svg +3 -0
  1028. package/src/stroke/editing/minus-set-2.svg +4 -0
  1029. package/src/stroke/editing/minus-set-3.svg +3 -0
  1030. package/src/stroke/editing/move.svg +3 -0
  1031. package/src/stroke/editing/mult-set-1.svg +4 -0
  1032. package/src/stroke/editing/mult-set-2.svg +5 -0
  1033. package/src/stroke/editing/mult-set-3.svg +3 -0
  1034. package/src/stroke/editing/paint-roll.svg +3 -0
  1035. package/src/stroke/editing/paint.svg +3 -0
  1036. package/src/stroke/editing/paintbrushbroad.svg +13 -0
  1037. package/src/stroke/editing/palette.svg +1 -0
  1038. package/src/stroke/editing/pen-copy.svg +3 -0
  1039. package/src/stroke/editing/pen.svg +1 -0
  1040. package/src/stroke/editing/pencil.svg +1 -0
  1041. package/src/stroke/editing/pencilcircle.svg +14 -0
  1042. package/src/stroke/editing/pencilline.svg +12 -0
  1043. package/src/stroke/editing/pencilsimple.svg +11 -0
  1044. package/src/stroke/editing/pennib.svg +13 -0
  1045. package/src/stroke/editing/pennibstraight.svg +13 -0
  1046. package/src/stroke/editing/perc.svg +3 -0
  1047. package/src/stroke/editing/plus-set-1.svg +4 -0
  1048. package/src/stroke/editing/plus-set-2.svg +5 -0
  1049. package/src/stroke/editing/plus-set-3.svg +3 -0
  1050. package/src/stroke/editing/pushpin.svg +11 -0
  1051. package/src/stroke/editing/registered.svg +3 -0
  1052. package/src/stroke/editing/result.svg +6 -0
  1053. package/src/stroke/editing/ruler-combined.svg +10 -0
  1054. package/src/stroke/editing/ruler-trinangle.svg +9 -0
  1055. package/src/stroke/editing/ruler.svg +3 -0
  1056. package/src/stroke/editing/scissors-1.svg +14 -0
  1057. package/src/stroke/editing/scissors.svg +3 -0
  1058. package/src/stroke/editing/scribble-1.svg +10 -0
  1059. package/src/stroke/editing/scribble-2.svg +10 -0
  1060. package/src/stroke/editing/scribble.svg +10 -0
  1061. package/src/stroke/editing/size.svg +4 -0
  1062. package/src/stroke/editing/slider-shape.svg +3 -0
  1063. package/src/stroke/editing/solid-1.svg +3 -0
  1064. package/src/stroke/editing/solid.svg +3 -0
  1065. package/src/stroke/editing/spray-can.svg +3 -0
  1066. package/src/stroke/editing/stroke-1.svg +11 -0
  1067. package/src/stroke/editing/stroke.svg +10 -0
  1068. package/src/stroke/editing/sum.svg +4 -0
  1069. package/src/stroke/editing/text-01.svg +1 -0
  1070. package/src/stroke/editing/text-02.svg +1 -0
  1071. package/src/stroke/editing/trim.svg +3 -0
  1072. package/src/stroke/editing/type-01.svg +1 -0
  1073. package/src/stroke/editing/type-02.svg +1 -0
  1074. package/src/stroke/editing/type-03.svg +1 -0
  1075. package/src/stroke/editing/underline.svg +1 -0
  1076. package/src/stroke/files/add-file.svg +1 -0
  1077. package/src/stroke/files/archive.svg +3 -0
  1078. package/src/stroke/files/attachment.svg +1 -0
  1079. package/src/stroke/files/book-open.svg +1 -0
  1080. package/src/stroke/files/bookmark-alt.svg +3 -0
  1081. package/src/stroke/files/bookmark.svg +1 -0
  1082. package/src/stroke/files/briefcase.svg +3 -0
  1083. package/src/stroke/files/clipboard-1.svg +1 -0
  1084. package/src/stroke/files/clipboard-2.svg +1 -0
  1085. package/src/stroke/files/document-report.svg +3 -0
  1086. package/src/stroke/files/document.svg +3 -0
  1087. package/src/stroke/files/file-image.svg +1 -0
  1088. package/src/stroke/files/file-text.svg +1 -0
  1089. package/src/stroke/files/file-video.svg +1 -0
  1090. package/src/stroke/files/file.svg +1 -0
  1091. package/src/stroke/files/files-01.svg +6 -0
  1092. package/src/stroke/files/files-02.svg +4 -0
  1093. package/src/stroke/files/files-03.svg +4 -0
  1094. package/src/stroke/files/files-04.svg +4 -0
  1095. package/src/stroke/files/folder-01.svg +1 -0
  1096. package/src/stroke/files/folder-02.svg +1 -0
  1097. package/src/stroke/files/folder-add.svg +3 -0
  1098. package/src/stroke/files/folder-open.svg +1 -0
  1099. package/src/stroke/files/folder.svg +3 -0
  1100. package/src/stroke/files/img-01.svg +5 -0
  1101. package/src/stroke/files/img-02.svg +5 -0
  1102. package/src/stroke/files/img-03.svg +7 -0
  1103. package/src/stroke/files/journal.svg +1 -0
  1104. package/src/stroke/files/manual-empty.svg +1 -0
  1105. package/src/stroke/files/page.svg +1 -0
  1106. package/src/stroke/files/project-1.svg +4 -0
  1107. package/src/stroke/files/project-2.svg +5 -0
  1108. package/src/stroke/files/project.svg +4 -0
  1109. package/src/stroke/layout/align-bottom.svg +1 -0
  1110. package/src/stroke/layout/align-center.svg +1 -0
  1111. package/src/stroke/layout/align-horizontal-center.svg +1 -0
  1112. package/src/stroke/layout/align-horizontal-left.svg +1 -0
  1113. package/src/stroke/layout/align-horizontal-right.svg +1 -0
  1114. package/src/stroke/layout/align-left.svg +1 -0
  1115. package/src/stroke/layout/align-middle.svg +1 -0
  1116. package/src/stroke/layout/align-right.svg +1 -0
  1117. package/src/stroke/layout/align-top.svg +1 -0
  1118. package/src/stroke/layout/align-vertical-bottom.svg +1 -0
  1119. package/src/stroke/layout/align-vertical-center.svg +1 -0
  1120. package/src/stroke/layout/align-vertical-top.svg +1 -0
  1121. package/src/stroke/layout/alignbottom.svg +12 -0
  1122. package/src/stroke/layout/aligncenterhorizontal.svg +14 -0
  1123. package/src/stroke/layout/aligncentervertical.svg +14 -0
  1124. package/src/stroke/layout/alignleft-1.svg +12 -0
  1125. package/src/stroke/layout/alignleft.svg +5 -0
  1126. package/src/stroke/layout/alignright-1.svg +12 -0
  1127. package/src/stroke/layout/alignright.svg +5 -0
  1128. package/src/stroke/layout/aligntop.svg +12 -0
  1129. package/src/stroke/layout/auto-layout.svg +1 -0
  1130. package/src/stroke/layout/border-all.svg +1 -0
  1131. package/src/stroke/layout/border-bottom.svg +1 -0
  1132. package/src/stroke/layout/border-inner.svg +1 -0
  1133. package/src/stroke/layout/border-left.svg +1 -0
  1134. package/src/stroke/layout/border-none.svg +1 -0
  1135. package/src/stroke/layout/border-outer.svg +1 -0
  1136. package/src/stroke/layout/border-radius.svg +1 -0
  1137. package/src/stroke/layout/border-right.svg +1 -0
  1138. package/src/stroke/layout/border-top.svg +1 -0
  1139. package/src/stroke/layout/carousel.svg +4 -0
  1140. package/src/stroke/layout/category-alt.svg +4 -0
  1141. package/src/stroke/layout/category.svg +4 -0
  1142. package/src/stroke/layout/collapse-alt.svg +1 -0
  1143. package/src/stroke/layout/collapse-horizontal.svg +1 -0
  1144. package/src/stroke/layout/collapse-vertical.svg +1 -0
  1145. package/src/stroke/layout/collapse.svg +1 -0
  1146. package/src/stroke/layout/collection.svg +4 -0
  1147. package/src/stroke/layout/columns.svg +1 -0
  1148. package/src/stroke/layout/component.svg +1 -0
  1149. package/src/stroke/layout/dock-bottom.svg +4 -0
  1150. package/src/stroke/layout/dock-left.svg +4 -0
  1151. package/src/stroke/layout/dock-right.svg +4 -0
  1152. package/src/stroke/layout/dock-top.svg +4 -0
  1153. package/src/stroke/layout/expand-alt.svg +1 -0
  1154. package/src/stroke/layout/expand-horizontal.svg +1 -0
  1155. package/src/stroke/layout/expand-vertical.svg +1 -0
  1156. package/src/stroke/layout/expand.svg +1 -0
  1157. package/src/stroke/layout/fatrows.svg +4 -0
  1158. package/src/stroke/layout/grid-01.svg +1 -0
  1159. package/src/stroke/layout/grid-02.svg +1 -0
  1160. package/src/stroke/layout/grid-03.svg +1 -0
  1161. package/src/stroke/layout/grid-04.svg +1 -0
  1162. package/src/stroke/layout/grid-05.svg +1 -0
  1163. package/src/stroke/layout/grid-06.svg +1 -0
  1164. package/src/stroke/layout/grid-alt.svg +3 -0
  1165. package/src/stroke/layout/grid-horizontal.svg +3 -0
  1166. package/src/stroke/layout/grid-small.svg +3 -0
  1167. package/src/stroke/layout/grid-vertical.svg +3 -0
  1168. package/src/stroke/layout/grid.svg +1 -0
  1169. package/src/stroke/layout/horizontal-center.svg +4 -0
  1170. package/src/stroke/layout/horizontal-left.svg +4 -0
  1171. package/src/stroke/layout/horizontal-right.svg +4 -0
  1172. package/src/stroke/layout/layers.svg +1 -0
  1173. package/src/stroke/layout/layout-01.svg +1 -0
  1174. package/src/stroke/layout/layout-02.svg +1 -0
  1175. package/src/stroke/layout/layout-03.svg +1 -0
  1176. package/src/stroke/layout/layout.svg +1 -0
  1177. package/src/stroke/layout/list-01.svg +1 -0
  1178. package/src/stroke/layout/list-02.svg +1 -0
  1179. package/src/stroke/layout/menu-1.svg +6 -0
  1180. package/src/stroke/layout/menu-2.svg +6 -0
  1181. package/src/stroke/layout/menu-3.svg +6 -0
  1182. package/src/stroke/layout/menu.svg +6 -0
  1183. package/src/stroke/layout/more-horizontal.svg +1 -0
  1184. package/src/stroke/layout/more-vertical.svg +1 -0
  1185. package/src/stroke/layout/move-collection.svg +5 -0
  1186. package/src/stroke/layout/move-horizontal.svg +1 -0
  1187. package/src/stroke/layout/move-vertical.svg +1 -0
  1188. package/src/stroke/layout/move.svg +1 -0
  1189. package/src/stroke/layout/objects-horizontal-center.svg +4 -0
  1190. package/src/stroke/layout/objects-horizontal-left.svg +4 -0
  1191. package/src/stroke/layout/objects-horizontal-right.svg +4 -0
  1192. package/src/stroke/layout/objects-vertical-bottom.svg +4 -0
  1193. package/src/stroke/layout/objects-vertical-center.svg +4 -0
  1194. package/src/stroke/layout/objects-vertical-top.svg +4 -0
  1195. package/src/stroke/layout/panel-left.svg +1 -0
  1196. package/src/stroke/layout/panel-right.svg +1 -0
  1197. package/src/stroke/layout/reflect-horizontal.svg +1 -0
  1198. package/src/stroke/layout/reflect-vertical.svg +1 -0
  1199. package/src/stroke/layout/row-alt.svg +1 -0
  1200. package/src/stroke/layout/row.svg +1 -0
  1201. package/src/stroke/layout/rows.svg +8 -0
  1202. package/src/stroke/layout/sidebar.svg +1 -0
  1203. package/src/stroke/layout/squaresfour.svg +6 -0
  1204. package/src/stroke/layout/stacksimple.svg +11 -0
  1205. package/src/stroke/layout/trello.svg +5 -0
  1206. package/src/stroke/layout/user-interface.svg +5 -0
  1207. package/src/stroke/layout/view-boards.svg +3 -0
  1208. package/src/stroke/layout/view-grid.svg +6 -0
  1209. package/src/stroke/layout/view-list.svg +3 -0
  1210. package/src/stroke/media/camera-1.svg +1 -0
  1211. package/src/stroke/media/camera-2.svg +1 -0
  1212. package/src/stroke/media/camera-home.svg +1 -0
  1213. package/src/stroke/media/camera-off.svg +1 -0
  1214. package/src/stroke/media/camera.svg +1 -0
  1215. package/src/stroke/media/control-pause.svg +1 -0
  1216. package/src/stroke/media/control-play.svg +1 -0
  1217. package/src/stroke/media/control-stop.svg +1 -0
  1218. package/src/stroke/media/fast-forward.svg +1 -0
  1219. package/src/stroke/media/image.svg +1 -0
  1220. package/src/stroke/media/mic-off.svg +1 -0
  1221. package/src/stroke/media/mic.svg +1 -0
  1222. package/src/stroke/media/pause-narrow.svg +1 -0
  1223. package/src/stroke/media/pause.svg +1 -0
  1224. package/src/stroke/media/photo-02.svg +1 -0
  1225. package/src/stroke/media/play.svg +1 -0
  1226. package/src/stroke/media/repeat-1.svg +1 -0
  1227. package/src/stroke/media/repeat.svg +1 -0
  1228. package/src/stroke/media/rewind.svg +1 -0
  1229. package/src/stroke/media/shuffle.svg +1 -0
  1230. package/src/stroke/media/skip-back.svg +1 -0
  1231. package/src/stroke/media/skip-forward.svg +1 -0
  1232. package/src/stroke/media/stop.svg +1 -0
  1233. package/src/stroke/media/video-off.svg +1 -0
  1234. package/src/stroke/media/video.svg +1 -0
  1235. package/src/stroke/media/volume-1.svg +1 -0
  1236. package/src/stroke/media/volume-2.svg +1 -0
  1237. package/src/stroke/media/volume-x.svg +1 -0
  1238. package/src/stroke/media/volume.svg +1 -0
  1239. package/src/stroke/misc/align-auto.svg +1 -0
  1240. package/src/stroke/misc/baseball.svg +3 -0
  1241. package/src/stroke/misc/basketball.svg +3 -0
  1242. package/src/stroke/misc/bath.svg +3 -0
  1243. package/src/stroke/misc/beaker.svg +3 -0
  1244. package/src/stroke/misc/bed.svg +3 -0
  1245. package/src/stroke/misc/been-here.svg +3 -0
  1246. package/src/stroke/misc/bolt.svg +1 -0
  1247. package/src/stroke/misc/bomb.svg +3 -0
  1248. package/src/stroke/misc/bowl-hot.svg +3 -0
  1249. package/src/stroke/misc/bowling-ball.svg +3 -0
  1250. package/src/stroke/misc/bucket.svg +1 -0
  1251. package/src/stroke/misc/bulb.svg +3 -0
  1252. package/src/stroke/misc/bus-school.svg +3 -0
  1253. package/src/stroke/misc/bus.svg +3 -0
  1254. package/src/stroke/misc/cabinet.svg +3 -0
  1255. package/src/stroke/misc/cable-car.svg +3 -0
  1256. package/src/stroke/misc/cake.svg +3 -0
  1257. package/src/stroke/misc/candles.svg +3 -0
  1258. package/src/stroke/misc/car.svg +3 -0
  1259. package/src/stroke/misc/chair.svg +3 -0
  1260. package/src/stroke/misc/chalkboard.svg +3 -0
  1261. package/src/stroke/misc/closet.svg +3 -0
  1262. package/src/stroke/misc/coffee.svg +3 -0
  1263. package/src/stroke/misc/cookie.svg +3 -0
  1264. package/src/stroke/misc/cricket-ball.svg +3 -0
  1265. package/src/stroke/misc/cycling.svg +3 -0
  1266. package/src/stroke/misc/dice-1.svg +3 -0
  1267. package/src/stroke/misc/dice-2.svg +3 -0
  1268. package/src/stroke/misc/dice-3.svg +3 -0
  1269. package/src/stroke/misc/dice-4.svg +3 -0
  1270. package/src/stroke/misc/dice-5.svg +3 -0
  1271. package/src/stroke/misc/dice-6.svg +3 -0
  1272. package/src/stroke/misc/dish.svg +3 -0
  1273. package/src/stroke/misc/door-open.svg +3 -0
  1274. package/src/stroke/misc/dumbbell.svg +3 -0
  1275. package/src/stroke/misc/fire.svg +4 -0
  1276. package/src/stroke/misc/football.svg +5 -0
  1277. package/src/stroke/misc/fork.svg +3 -0
  1278. package/src/stroke/misc/foundation.svg +1 -0
  1279. package/src/stroke/misc/fridge.svg +3 -0
  1280. package/src/stroke/misc/ftx-token-ftt.svg +13 -0
  1281. package/src/stroke/misc/game.svg +3 -0
  1282. package/src/stroke/misc/gas-pump.svg +3 -0
  1283. package/src/stroke/misc/ghost.svg +3 -0
  1284. package/src/stroke/misc/glasses-alt.svg +3 -0
  1285. package/src/stroke/misc/glasses.svg +3 -0
  1286. package/src/stroke/misc/health.svg +3 -0
  1287. package/src/stroke/misc/heart.svg +3 -0
  1288. package/src/stroke/misc/home-1.svg +1 -0
  1289. package/src/stroke/misc/home-2.svg +1 -0
  1290. package/src/stroke/misc/hotel.svg +3 -0
  1291. package/src/stroke/misc/instance.svg +1 -0
  1292. package/src/stroke/misc/joystick-alt.svg +3 -0
  1293. package/src/stroke/misc/joystick-button.svg +3 -0
  1294. package/src/stroke/misc/joystick.svg +4 -0
  1295. package/src/stroke/misc/knife.svg +3 -0
  1296. package/src/stroke/misc/landscape.svg +3 -0
  1297. package/src/stroke/misc/location.svg +1 -0
  1298. package/src/stroke/misc/mask.svg +3 -0
  1299. package/src/stroke/misc/meteor.svg +3 -0
  1300. package/src/stroke/misc/pills.svg +1 -0
  1301. package/src/stroke/misc/placeholder-1.svg +5 -0
  1302. package/src/stroke/misc/placeholder.svg +5 -0
  1303. package/src/stroke/misc/planet.svg +3 -0
  1304. package/src/stroke/misc/plus-medical.svg +3 -0
  1305. package/src/stroke/misc/puzzle.svg +3 -0
  1306. package/src/stroke/misc/rabbit.svg +1 -0
  1307. package/src/stroke/misc/restaurant.svg +3 -0
  1308. package/src/stroke/misc/rocket.svg +3 -0
  1309. package/src/stroke/misc/run.svg +3 -0
  1310. package/src/stroke/misc/shower.svg +3 -0
  1311. package/src/stroke/misc/star-1.svg +3 -0
  1312. package/src/stroke/misc/stitches.svg +6 -0
  1313. package/src/stroke/misc/sun.svg +3 -0
  1314. package/src/stroke/misc/sushi.svg +3 -0
  1315. package/src/stroke/misc/swim.svg +3 -0
  1316. package/src/stroke/misc/taxi.svg +3 -0
  1317. package/src/stroke/misc/tennis-ball.svg +3 -0
  1318. package/src/stroke/misc/ticket.svg +3 -0
  1319. package/src/stroke/misc/traffic-cone.svg +3 -0
  1320. package/src/stroke/misc/train.svg +3 -0
  1321. package/src/stroke/misc/trip.svg +3 -0
  1322. package/src/stroke/misc/trophy.svg +3 -0
  1323. package/src/stroke/misc/truck.svg +3 -0
  1324. package/src/stroke/misc/walk.svg +3 -0
  1325. package/src/stroke/misc/world.svg +3 -0
  1326. package/src/stroke/misc/yarn.svg +6 -0
  1327. package/src/stroke/navigation/arrow-cross.svg +1 -0
  1328. package/src/stroke/navigation/arrow-down-left.svg +3 -0
  1329. package/src/stroke/navigation/arrow-down-right.svg +3 -0
  1330. package/src/stroke/navigation/arrow-down.svg +1 -0
  1331. package/src/stroke/navigation/arrow-downright.svg +1 -0
  1332. package/src/stroke/navigation/arrow-expand.svg +1 -0
  1333. package/src/stroke/navigation/arrow-left.svg +1 -0
  1334. package/src/stroke/navigation/arrow-right.svg +1 -0
  1335. package/src/stroke/navigation/arrow-up-left.svg +3 -0
  1336. package/src/stroke/navigation/arrow-up-right.svg +3 -0
  1337. package/src/stroke/navigation/arrow-up.svg +1 -0
  1338. package/src/stroke/navigation/caret-down.svg +1 -0
  1339. package/src/stroke/navigation/caret-left.svg +1 -0
  1340. package/src/stroke/navigation/caret-right.svg +1 -0
  1341. package/src/stroke/navigation/caret-up.svg +1 -0
  1342. package/src/stroke/navigation/chevron-down-square.svg +4 -0
  1343. package/src/stroke/navigation/chevron-down.svg +1 -0
  1344. package/src/stroke/navigation/chevron-left-square.svg +4 -0
  1345. package/src/stroke/navigation/chevron-left.svg +3 -0
  1346. package/src/stroke/navigation/chevron-right-square.svg +4 -0
  1347. package/src/stroke/navigation/chevron-right.svg +1 -0
  1348. package/src/stroke/navigation/chevron-up-square.svg +4 -0
  1349. package/src/stroke/navigation/chevron-up.svg +1 -0
  1350. package/src/stroke/navigation/chevrons-down.svg +3 -0
  1351. package/src/stroke/navigation/chevrons-left.svg +3 -0
  1352. package/src/stroke/navigation/chevrons-right.svg +3 -0
  1353. package/src/stroke/navigation/chevrons-up.svg +3 -0
  1354. package/src/stroke/navigation/compass.svg +4 -0
  1355. package/src/stroke/navigation/control-arrow-back.svg +1 -0
  1356. package/src/stroke/navigation/control-arrow-end.svg +1 -0
  1357. package/src/stroke/navigation/control-arrow-forward.svg +1 -0
  1358. package/src/stroke/navigation/control-arrow-start.svg +1 -0
  1359. package/src/stroke/navigation/current-location.svg +5 -0
  1360. package/src/stroke/navigation/directions.svg +4 -0
  1361. package/src/stroke/navigation/dropdown-caret.svg +1 -0
  1362. package/src/stroke/navigation/external-link.svg +1 -0
  1363. package/src/stroke/navigation/globe-alt.svg +4 -0
  1364. package/src/stroke/navigation/globe.svg +4 -0
  1365. package/src/stroke/navigation/hamburger.svg +3 -0
  1366. package/src/stroke/navigation/home.svg +3 -0
  1367. package/src/stroke/navigation/location-marker.svg +4 -0
  1368. package/src/stroke/navigation/location-plus.svg +4 -0
  1369. package/src/stroke/navigation/map-alt.svg +4 -0
  1370. package/src/stroke/navigation/map-pin.svg +4 -0
  1371. package/src/stroke/navigation/map.svg +4 -0
  1372. package/src/stroke/navigation/menu.svg +1 -0
  1373. package/src/stroke/navigation/more.svg +12 -0
  1374. package/src/stroke/navigation/street-view.svg +4 -0
  1375. package/src/stroke/navigation/subdirectory-left.svg +3 -0
  1376. package/src/stroke/navigation/subdirectory-right.svg +3 -0
  1377. package/src/stroke/navigation/x.svg +1 -0
  1378. package/src/stroke/rack/ascii-back.svg +1 -0
  1379. package/src/stroke/rack/ascii-block.svg +1 -0
  1380. package/src/stroke/rack/ascii-dash.svg +1 -0
  1381. package/src/stroke/rack/ascii-dot.svg +1 -0
  1382. package/src/stroke/rack/ascii-equal.svg +1 -0
  1383. package/src/stroke/rack/ascii-hash.svg +1 -0
  1384. package/src/stroke/rack/ascii-pipe.svg +1 -0
  1385. package/src/stroke/rack/ascii-plus.svg +1 -0
  1386. package/src/stroke/rack/ascii-slash.svg +1 -0
  1387. package/src/stroke/rack/ascii-x.svg +1 -0
  1388. package/src/stroke/rack/cable-lock.svg +1 -0
  1389. package/src/stroke/rack/cable-off.svg +1 -0
  1390. package/src/stroke/rack/cable-on.svg +1 -0
  1391. package/src/stroke/rack/cable-trans.svg +1 -0
  1392. package/src/stroke/rack/cable-unlock.svg +1 -0
  1393. package/src/stroke/rack/cap-butt.svg +1 -0
  1394. package/src/stroke/rack/cap-round.svg +1 -0
  1395. package/src/stroke/rack/cap-square.svg +1 -0
  1396. package/src/stroke/rack/chevron-down.svg +1 -0
  1397. package/src/stroke/rack/chevron-left.svg +1 -0
  1398. package/src/stroke/rack/chevron-right.svg +1 -0
  1399. package/src/stroke/rack/chevron-up.svg +1 -0
  1400. package/src/stroke/rack/clr-anl.svg +1 -0
  1401. package/src/stroke/rack/clr-comp.svg +1 -0
  1402. package/src/stroke/rack/clr-mono.svg +1 -0
  1403. package/src/stroke/rack/clr-tri.svg +1 -0
  1404. package/src/stroke/rack/curve-exp.svg +1 -0
  1405. package/src/stroke/rack/curve-log.svg +1 -0
  1406. package/src/stroke/rack/dith-cross.svg +1 -0
  1407. package/src/stroke/rack/dith-crt.svg +1 -0
  1408. package/src/stroke/rack/dith-diamond.svg +1 -0
  1409. package/src/stroke/rack/dith-flow.svg +1 -0
  1410. package/src/stroke/rack/dith-flower.svg +1 -0
  1411. package/src/stroke/rack/dith-gear.svg +1 -0
  1412. package/src/stroke/rack/dith-glitch.svg +1 -0
  1413. package/src/stroke/rack/dith-grid.svg +1 -0
  1414. package/src/stroke/rack/dith-hex.svg +1 -0
  1415. package/src/stroke/rack/dith-htone.svg +1 -0
  1416. package/src/stroke/rack/dith-melt.svg +1 -0
  1417. package/src/stroke/rack/dith-radial.svg +1 -0
  1418. package/src/stroke/rack/dith-xhatch.svg +1 -0
  1419. package/src/stroke/rack/filter-bp.svg +1 -0
  1420. package/src/stroke/rack/filter-hp.svg +1 -0
  1421. package/src/stroke/rack/filter-lp.svg +1 -0
  1422. package/src/stroke/rack/filter-notch.svg +1 -0
  1423. package/src/stroke/rack/gen-color.svg +1 -0
  1424. package/src/stroke/rack/gen-gradient.svg +1 -0
  1425. package/src/stroke/rack/gen-pattern.svg +1 -0
  1426. package/src/stroke/rack/gen-wave.svg +1 -0
  1427. package/src/stroke/rack/grad-con.svg +1 -0
  1428. package/src/stroke/rack/grad-lin.svg +1 -0
  1429. package/src/stroke/rack/grad-rad.svg +1 -0
  1430. package/src/stroke/rack/line-circle.svg +1 -0
  1431. package/src/stroke/rack/line-grid.svg +1 -0
  1432. package/src/stroke/rack/line-line.svg +1 -0
  1433. package/src/stroke/rack/line-lissa.svg +1 -0
  1434. package/src/stroke/rack/line-spiral.svg +1 -0
  1435. package/src/stroke/rack/logic-and.svg +1 -0
  1436. package/src/stroke/rack/logic-nand.svg +1 -0
  1437. package/src/stroke/rack/logic-nor.svg +1 -0
  1438. package/src/stroke/rack/logic-not.svg +1 -0
  1439. package/src/stroke/rack/logic-or.svg +1 -0
  1440. package/src/stroke/rack/logic-xor.svg +1 -0
  1441. package/src/stroke/rack/nav-create.svg +1 -0
  1442. package/src/stroke/rack/nav-home.svg +1 -0
  1443. package/src/stroke/rack/nav-library.svg +1 -0
  1444. package/src/stroke/rack/nav-rack.svg +1 -0
  1445. package/src/stroke/rack/nav-settings.svg +1 -0
  1446. package/src/stroke/rack/ptrn-checker.svg +1 -0
  1447. package/src/stroke/rack/ptrn-dot.svg +1 -0
  1448. package/src/stroke/rack/ptrn-stripe.svg +1 -0
  1449. package/src/stroke/rack/radial-circle.svg +1 -0
  1450. package/src/stroke/rack/radial-default.svg +1 -0
  1451. package/src/stroke/rack/radial-hex.svg +1 -0
  1452. package/src/stroke/rack/radial-random.svg +1 -0
  1453. package/src/stroke/rack/radial-rect.svg +1 -0
  1454. package/src/stroke/rack/radial-star.svg +1 -0
  1455. package/src/stroke/rack/radial-triangle.svg +1 -0
  1456. package/src/stroke/rack/ramp-down.svg +1 -0
  1457. package/src/stroke/rack/ramp-tri.svg +1 -0
  1458. package/src/stroke/rack/ramp-up.svg +1 -0
  1459. package/src/stroke/rack/seq-a.svg +1 -0
  1460. package/src/stroke/rack/seq-b.svg +1 -0
  1461. package/src/stroke/rack/seq-c.svg +1 -0
  1462. package/src/stroke/rack/seq-d.svg +1 -0
  1463. package/src/stroke/rack/shape-cube.svg +1 -0
  1464. package/src/stroke/rack/shape-cyl.svg +1 -0
  1465. package/src/stroke/rack/shape-ico.svg +1 -0
  1466. package/src/stroke/rack/shape-octa.svg +1 -0
  1467. package/src/stroke/rack/shape-sphere.svg +1 -0
  1468. package/src/stroke/rack/shape-tetra.svg +1 -0
  1469. package/src/stroke/rack/shape-torus.svg +1 -0
  1470. package/src/stroke/rack/shaper-clip.svg +1 -0
  1471. package/src/stroke/rack/shaper-exp.svg +1 -0
  1472. package/src/stroke/rack/shaper-fold.svg +1 -0
  1473. package/src/stroke/rack/shaper-log.svg +1 -0
  1474. package/src/stroke/rack/shaper-scurve.svg +1 -0
  1475. package/src/stroke/rack/shaper-sine.svg +1 -0
  1476. package/src/stroke/rack/shaper-step.svg +1 -0
  1477. package/src/stroke/rack/shaper-wrap.svg +1 -0
  1478. package/src/stroke/rack/tr-carets.svg +1 -0
  1479. package/src/stroke/rack/tr-fwd.svg +1 -0
  1480. package/src/stroke/rack/tr-inf.svg +1 -0
  1481. package/src/stroke/rack/tr-left.svg +1 -0
  1482. package/src/stroke/rack/tr-pause.svg +1 -0
  1483. package/src/stroke/rack/tr-rew.svg +1 -0
  1484. package/src/stroke/rack/tr-right.svg +1 -0
  1485. package/src/stroke/rack/tr-skip.svg +1 -0
  1486. package/src/stroke/rack/wave-rnd.svg +1 -0
  1487. package/src/stroke/rack/wave-saw.svg +1 -0
  1488. package/src/stroke/rack/wave-sin.svg +1 -0
  1489. package/src/stroke/rack/wave-sqr.svg +1 -0
  1490. package/src/stroke/rack/wave-tri.svg +1 -0
  1491. package/src/stroke/shapes/3square.svg +12 -0
  1492. package/src/stroke/shapes/ball.svg +4 -0
  1493. package/src/stroke/shapes/box.svg +5 -0
  1494. package/src/stroke/shapes/circle-1.svg +4 -0
  1495. package/src/stroke/shapes/circle-dashed.svg +3 -0
  1496. package/src/stroke/shapes/circle.svg +1 -0
  1497. package/src/stroke/shapes/cone-alt.svg +1 -0
  1498. package/src/stroke/shapes/cone.svg +1 -0
  1499. package/src/stroke/shapes/cube-transparent.svg +3 -0
  1500. package/src/stroke/shapes/cube.svg +3 -0
  1501. package/src/stroke/shapes/design-shapes-1.svg +3 -0
  1502. package/src/stroke/shapes/design-shapes.svg +3 -0
  1503. package/src/stroke/shapes/diamond-alt.svg +1 -0
  1504. package/src/stroke/shapes/diamond.svg +1 -0
  1505. package/src/stroke/shapes/dimond.svg +4 -0
  1506. package/src/stroke/shapes/polygon.svg +1 -0
  1507. package/src/stroke/shapes/rectangle.svg +1 -0
  1508. package/src/stroke/shapes/shape-1.svg +10 -0
  1509. package/src/stroke/shapes/shape-16.svg +5 -0
  1510. package/src/stroke/shapes/shape-17.svg +3 -0
  1511. package/src/stroke/shapes/shape-18.svg +4 -0
  1512. package/src/stroke/shapes/shape-19.svg +4 -0
  1513. package/src/stroke/shapes/shape-2.svg +10 -0
  1514. package/src/stroke/shapes/shape-3.svg +10 -0
  1515. package/src/stroke/shapes/shape-4.svg +3 -0
  1516. package/src/stroke/shapes/shape-circle.svg +1 -0
  1517. package/src/stroke/shapes/shape-polygon.svg +4 -0
  1518. package/src/stroke/shapes/shape-square.svg +1 -0
  1519. package/src/stroke/shapes/shape-triangle.svg +1 -0
  1520. package/src/stroke/shapes/shape.svg +3 -0
  1521. package/src/stroke/shapes/shapes-01.svg +10 -0
  1522. package/src/stroke/shapes/shapes-02.svg +10 -0
  1523. package/src/stroke/shapes/shapes-03.svg +10 -0
  1524. package/src/stroke/shapes/shapes-04.svg +10 -0
  1525. package/src/stroke/shapes/shapes-05.svg +10 -0
  1526. package/src/stroke/shapes/shapes-06.svg +10 -0
  1527. package/src/stroke/shapes/shapes-07.svg +11 -0
  1528. package/src/stroke/shapes/shapes-08.svg +11 -0
  1529. package/src/stroke/shapes/shapes-09.svg +11 -0
  1530. package/src/stroke/shapes/shapes-10.svg +11 -0
  1531. package/src/stroke/shapes/shapes-11.svg +11 -0
  1532. package/src/stroke/shapes/shapes-12.svg +12 -0
  1533. package/src/stroke/shapes/shapes-13.svg +12 -0
  1534. package/src/stroke/shapes/shapes-14.svg +12 -0
  1535. package/src/stroke/shapes/shapes-15.svg +3 -0
  1536. package/src/stroke/shapes/shapes-16.svg +11 -0
  1537. package/src/stroke/shapes/shapes-17.svg +11 -0
  1538. package/src/stroke/shapes/shapes-18.svg +10 -0
  1539. package/src/stroke/shapes/shapes-19.svg +10 -0
  1540. package/src/stroke/shapes/shapes-20.svg +14 -0
  1541. package/src/stroke/shapes/shapes-21.svg +13 -0
  1542. package/src/stroke/shapes/shapes-22.svg +11 -0
  1543. package/src/stroke/shapes/shapes-23.svg +7 -0
  1544. package/src/stroke/shapes/shapes-24.svg +10 -0
  1545. package/src/stroke/shapes/shapes-25.svg +15 -0
  1546. package/src/stroke/shapes/shapes-26.svg +14 -0
  1547. package/src/stroke/shapes/shapes-27.svg +14 -0
  1548. package/src/stroke/shapes/shapes-stroke-01.svg +6 -0
  1549. package/src/stroke/shapes/shapes-stroke-02.svg +6 -0
  1550. package/src/stroke/shapes/shapes-stroke-03.svg +7 -0
  1551. package/src/stroke/shapes/star.svg +1 -0
  1552. package/src/stroke/shapes/triangle-alt.svg +1 -0
  1553. package/src/stroke/shapes/triangle.svg +1 -0
  1554. package/src/stroke/shapes/wave.svg +1 -0
  1555. package/src/stroke/shapes/wheel.svg +1 -0
  1556. package/src/stroke/stats/chart-square-bar.svg +1 -0
  1557. package/src/stroke/stats/cycle.svg +1 -0
  1558. package/src/stroke/stats/presentation-chart-bar.svg +1 -0
  1559. package/src/stroke/stats/presentation-chart-line.svg +1 -0
  1560. package/src/stroke/stats/stat-abacus.svg +1 -0
  1561. package/src/stroke/stats/stat-chart-a.svg +1 -0
  1562. package/src/stroke/stats/stat-chart-b.svg +1 -0
  1563. package/src/stroke/stats/stat-chart-c.svg +1 -0
  1564. package/src/stroke/stats/stat-crown.svg +1 -0
  1565. package/src/stroke/stats/stat-cycle.svg +1 -0
  1566. package/src/stroke/stats/stat-donut.svg +1 -0
  1567. package/src/stroke/stats/stat-medalion.svg +1 -0
  1568. package/src/stroke/stats/stat-pie-c.svg +1 -0
  1569. package/src/stroke/stats/stat-pie.svg +1 -0
  1570. package/src/stroke/stats/stat-rocket.svg +1 -0
  1571. package/src/stroke/stats/stat-stat.svg +1 -0
  1572. package/src/stroke/stats/stat-winner.svg +1 -0
  1573. package/src/stroke/stats/trending-down.svg +1 -0
  1574. package/src/stroke/stats/trending-up.svg +1 -0
  1575. package/src/stroke/status/alert-circle.svg +1 -0
  1576. package/src/stroke/status/alert-triangle.svg +1 -0
  1577. package/src/stroke/status/check-circle.svg +1 -0
  1578. package/src/stroke/status/eye-off.svg +1 -0
  1579. package/src/stroke/status/eye-on.svg +1 -0
  1580. package/src/stroke/status/help-circle.svg +1 -0
  1581. package/src/stroke/status/info.svg +1 -0
  1582. package/src/stroke/status/lightning-bolt.svg +1 -0
  1583. package/src/stroke/status/loader-circle.svg +1 -0
  1584. package/src/stroke/status/loader.svg +1 -0
  1585. package/src/stroke/status/status.svg +1 -0
  1586. package/src/stroke/status/x-circle.svg +1 -0
  1587. package/src/stroke/system/atomic-atom.svg +1 -0
  1588. package/src/stroke/system/atomic-lifeform.svg +1 -0
  1589. package/src/stroke/system/atomic-molecule.svg +1 -0
  1590. package/src/stroke/system/atomic-organism.svg +1 -0
  1591. package/src/stroke/system/battery.svg +1 -0
  1592. package/src/stroke/system/bell.svg +3 -0
  1593. package/src/stroke/system/bolt-alt.svg +1 -0
  1594. package/src/stroke/system/brackets.svg +3 -0
  1595. package/src/stroke/system/bug-1.svg +11 -0
  1596. package/src/stroke/system/bug-2.svg +11 -0
  1597. package/src/stroke/system/bug-alt.svg +3 -0
  1598. package/src/stroke/system/bug.svg +3 -0
  1599. package/src/stroke/system/calendar-1.svg +3 -0
  1600. package/src/stroke/system/calendar.svg +3 -0
  1601. package/src/stroke/system/chip.svg +3 -0
  1602. package/src/stroke/system/cloud.svg +3 -0
  1603. package/src/stroke/system/code-2.svg +4 -0
  1604. package/src/stroke/system/code-alt-collection.svg +3 -0
  1605. package/src/stroke/system/code-collection.svg +3 -0
  1606. package/src/stroke/system/code-curly-collection.svg +3 -0
  1607. package/src/stroke/system/code.svg +1 -0
  1608. package/src/stroke/system/codesimple.svg +4 -0
  1609. package/src/stroke/system/cog.svg +4 -0
  1610. package/src/stroke/system/curly.svg +3 -0
  1611. package/src/stroke/system/customize.svg +3 -0
  1612. package/src/stroke/system/database.svg +1 -0
  1613. package/src/stroke/system/desktop.svg +3 -0
  1614. package/src/stroke/system/extension.svg +3 -0
  1615. package/src/stroke/system/eye-off.svg +3 -0
  1616. package/src/stroke/system/frequency.svg +1 -0
  1617. package/src/stroke/system/git-compare.svg +3 -0
  1618. package/src/stroke/system/git-merge.svg +3 -0
  1619. package/src/stroke/system/git-pull-request.svg +3 -0
  1620. package/src/stroke/system/git-repo-forked.svg +3 -0
  1621. package/src/stroke/system/hash-italic-bold.svg +3 -0
  1622. package/src/stroke/system/hash-italic.svg +3 -0
  1623. package/src/stroke/system/hash.svg +3 -0
  1624. package/src/stroke/system/hdd.svg +3 -0
  1625. package/src/stroke/system/information-1.svg +3 -0
  1626. package/src/stroke/system/information-2.svg +3 -0
  1627. package/src/stroke/system/information-3.svg +3 -0
  1628. package/src/stroke/system/information.svg +4 -0
  1629. package/src/stroke/system/interactive.svg +1 -0
  1630. package/src/stroke/system/laptop.svg +3 -0
  1631. package/src/stroke/system/library.svg +1 -0
  1632. package/src/stroke/system/light-bulb-1.svg +5 -0
  1633. package/src/stroke/system/light-bulb.svg +3 -0
  1634. package/src/stroke/system/link-1.svg +11 -0
  1635. package/src/stroke/system/link.svg +3 -0
  1636. package/src/stroke/system/linked.svg +3 -0
  1637. package/src/stroke/system/main-component.svg +5 -0
  1638. package/src/stroke/system/pills-alt.svg +1 -0
  1639. package/src/stroke/system/plug.svg +3 -0
  1640. package/src/stroke/system/power.svg +1 -0
  1641. package/src/stroke/system/qrcode.svg +3 -0
  1642. package/src/stroke/system/roadmap.svg +1 -0
  1643. package/src/stroke/system/scale.svg +3 -0
  1644. package/src/stroke/system/server.svg +1 -0
  1645. package/src/stroke/system/settings-1.svg +4 -0
  1646. package/src/stroke/system/settings.svg +4 -0
  1647. package/src/stroke/system/shield-check.svg +3 -0
  1648. package/src/stroke/system/slider-alt.svg +3 -0
  1649. package/src/stroke/system/slider.svg +3 -0
  1650. package/src/stroke/system/tachometer.svg +3 -0
  1651. package/src/stroke/system/terminal.svg +1 -0
  1652. package/src/stroke/system/toggle-left.svg +3 -0
  1653. package/src/stroke/system/toggle-right.svg +3 -0
  1654. package/src/stroke/system/tui-crop.svg +1 -0
  1655. package/src/stroke/system/tui-draw.svg +1 -0
  1656. package/src/stroke/system/tui-filter.svg +1 -0
  1657. package/src/stroke/system/tui-flip-x.svg +1 -0
  1658. package/src/stroke/system/tui-flip-y.svg +1 -0
  1659. package/src/stroke/system/tui-image.svg +1 -0
  1660. package/src/stroke/system/tui-rotate-left.svg +1 -0
  1661. package/src/stroke/system/tui-rotate-right.svg +1 -0
  1662. package/src/stroke/system/tui-select.svg +1 -0
  1663. package/src/stroke/system/tui-shape.svg +1 -0
  1664. package/src/stroke/system/tui-text.svg +1 -0
  1665. package/src/stroke/system/tui-zoom.svg +1 -0
  1666. package/src/stroke/system/visible.svg +3 -0
  1667. package/src/stroke/system/wifi-off.svg +1 -0
  1668. package/src/stroke/system/wifi.svg +1 -0
  1669. package/src/stroke/system/wrench.svg +3 -0
  1670. package/src/stroke/theme/contrast.svg +1 -0
  1671. package/src/stroke/theme/monitor.svg +1 -0
  1672. package/src/stroke/theme/moon.svg +1 -0
  1673. package/src/stroke/theme/sun.svg +1 -0
  1674. package/src/stroke/theme/theme-toggle.svg +1 -0
  1675. package/src/stroke/time/calendar-check.svg +1 -0
  1676. package/src/stroke/time/calendar-days.svg +1 -0
  1677. package/src/stroke/time/calendar.svg +1 -0
  1678. package/src/stroke/time/clock-alert.svg +1 -0
  1679. package/src/stroke/time/clock-rotate-left.svg +1 -0
  1680. package/src/stroke/time/clock.svg +1 -0
  1681. package/src/stroke/time/history.svg +1 -0
  1682. package/src/stroke/time/stopwatch.svg +1 -0
  1683. package/src/stroke/time/timer.svg +1 -0
  1684. package/src/stroke/tools/bucket-alt.svg +1 -0
  1685. package/src/stroke/tools/color-palette.svg +1 -0
  1686. package/src/stroke/tools/color-wheel.svg +1 -0
  1687. package/src/stroke/tools/crop.svg +1 -0
  1688. package/src/stroke/tools/filter-palette.svg +1 -0
  1689. package/src/stroke/tools/mark-tool.svg +1 -0
  1690. package/src/stroke/tools/paint-drop.svg +1 -0
  1691. package/src/stroke/tools/pencil.svg +1 -0
  1692. package/src/stroke/tools/wheel.svg +1 -0
  1693. package/src/stroke/typography/a-framed.svg +4 -0
  1694. package/src/stroke/typography/a.svg +3 -0
  1695. package/src/stroke/typography/aa.svg +4 -0
  1696. package/src/stroke/typography/font-01.svg +1 -0
  1697. package/src/stroke/typography/font-02.svg +1 -0
  1698. package/src/stroke/typography/font-03.svg +1 -0
  1699. package/src/stroke/typography/italic-a.svg +3 -0
  1700. package/src/stroke/typography/italic-b.svg +3 -0
  1701. package/src/stroke/typography/roman-a.svg +3 -0
  1702. package/src/stroke/typography/roman-b.svg +3 -0
  1703. package/src/stroke/typography/type.svg +1 -0
  1704. package/src/stroke/typography/typography-1.svg +3 -0
  1705. package/src/stroke/typography/typography-2.svg +3 -0
  1706. package/src/stroke/typography/typography-3.svg +3 -0
  1707. package/src/stroke/user/award.svg +4 -0
  1708. package/src/stroke/user/certification.svg +5 -0
  1709. package/src/stroke/user/crown.svg +4 -0
  1710. package/src/stroke/user/fingerprint.svg +6 -0
  1711. package/src/stroke/user/flag.svg +1 -0
  1712. package/src/stroke/user/heart-1.svg +1 -0
  1713. package/src/stroke/user/heart-2.svg +1 -0
  1714. package/src/stroke/user/identification.svg +3 -0
  1715. package/src/stroke/user/key.svg +1 -0
  1716. package/src/stroke/user/lock.svg +1 -0
  1717. package/src/stroke/user/log-in.svg +1 -0
  1718. package/src/stroke/user/log-out.svg +1 -0
  1719. package/src/stroke/user/medal.svg +5 -0
  1720. package/src/stroke/user/shield.svg +1 -0
  1721. package/src/stroke/user/social-facebook.svg +1 -0
  1722. package/src/stroke/user/social-linkedin.svg +1 -0
  1723. package/src/stroke/user/social-twitter.svg +1 -0
  1724. package/src/stroke/user/star.svg +1 -0
  1725. package/src/stroke/user/unlock.svg +1 -0
  1726. package/src/stroke/user/user-1.svg +4 -0
  1727. package/src/stroke/user/user-2.svg +4 -0
  1728. package/src/stroke/user/user-circle.svg +3 -0
  1729. package/src/stroke/user/user-group.svg +3 -0
  1730. package/src/stroke/user/user-plus.svg +1 -0
  1731. package/src/stroke/user/user.svg +1 -0
  1732. package/src/stroke/user/users.svg +1 -0
  1733. package/src/svg/00-kol/arrow-right.svg +4 -0
  1734. package/src/svg/00-kol/check.svg +3 -0
  1735. package/src/svg/00-kol/chevron-down.svg +3 -0
  1736. package/src/svg/00-kol/chevron-up.svg +3 -0
  1737. package/src/svg/00-kol/circle.svg +3 -0
  1738. package/src/svg/00-kol/close.svg +3 -0
  1739. package/src/svg/00-kol/color.svg +6 -0
  1740. package/src/svg/00-kol/component.svg +6 -0
  1741. package/src/svg/00-kol/cursor.svg +3 -0
  1742. package/src/svg/00-kol/eye-off.svg +3 -0
  1743. package/src/svg/00-kol/eye-on.svg +4 -0
  1744. package/src/svg/00-kol/eye-open.svg +4 -0
  1745. package/src/svg/00-kol/eyedrop.svg +4 -0
  1746. package/src/svg/00-kol/file-text.svg +6 -0
  1747. package/src/svg/00-kol/grid.svg +6 -0
  1748. package/src/svg/00-kol/image.svg +5 -0
  1749. package/src/svg/00-kol/list.svg +8 -0
  1750. package/src/svg/00-kol/lock.svg +5 -0
  1751. package/src/svg/00-kol/maximize.svg +6 -0
  1752. package/src/svg/00-kol/plus.svg +3 -0
  1753. package/src/svg/00-kol/ptrn-checker.svg +7 -0
  1754. package/src/svg/00-kol/refresh.svg +6 -0
  1755. package/src/svg/00-kol/resize-corner.svg +3 -0
  1756. package/src/svg/00-kol/shape.svg +4 -0
  1757. package/src/svg/00-kol/square.svg +3 -0
  1758. package/src/svg/00-kol/swap.svg +5 -0
  1759. package/src/svg/00-kol/trash.svg +7 -0
  1760. package/src/svg/00-kol/unlock.svg +5 -0
  1761. package/src/svg/00-kol/upload.svg +5 -0
  1762. package/src/svg/01-navigation/arrow-cross.svg +3 -0
  1763. package/src/svg/01-navigation/arrow-down.svg +3 -0
  1764. package/src/svg/01-navigation/arrow-downright.svg +3 -0
  1765. package/src/svg/01-navigation/arrow-expand.svg +3 -0
  1766. package/src/svg/01-navigation/arrow-left.svg +3 -0
  1767. package/src/svg/01-navigation/arrow-right.svg +3 -0
  1768. package/src/svg/01-navigation/arrow-up.svg +3 -0
  1769. package/src/svg/01-navigation/caret-down.svg +3 -0
  1770. package/src/svg/01-navigation/caret-left.svg +3 -0
  1771. package/src/svg/01-navigation/caret-right.svg +3 -0
  1772. package/src/svg/01-navigation/caret-up.svg +3 -0
  1773. package/src/svg/01-navigation/chevron-right.svg +3 -0
  1774. package/src/svg/01-navigation/control-arrow-back.svg +3 -0
  1775. package/src/svg/01-navigation/control-arrow-end.svg +4 -0
  1776. package/src/svg/01-navigation/control-arrow-forward.svg +3 -0
  1777. package/src/svg/01-navigation/control-arrow-start.svg +4 -0
  1778. package/src/svg/01-navigation/external-link.svg +3 -0
  1779. package/src/svg/01-navigation/menu.svg +5 -0
  1780. package/src/svg/01-navigation/x.svg +3 -0
  1781. package/src/svg/02-actions-controls/check.svg +4 -0
  1782. package/src/svg/02-actions-controls/copy.svg +3 -0
  1783. package/src/svg/02-actions-controls/cross.svg +3 -0
  1784. package/src/svg/02-actions-controls/download.svg +3 -0
  1785. package/src/svg/02-actions-controls/edit.svg +3 -0
  1786. package/src/svg/02-actions-controls/filter.svg +3 -0
  1787. package/src/svg/02-actions-controls/maximize.svg +6 -0
  1788. package/src/svg/02-actions-controls/minimize.svg +6 -0
  1789. package/src/svg/02-actions-controls/minus.svg +3 -0
  1790. package/src/svg/02-actions-controls/move.svg +3 -0
  1791. package/src/svg/02-actions-controls/plus.svg +3 -0
  1792. package/src/svg/02-actions-controls/redo.svg +3 -0
  1793. package/src/svg/02-actions-controls/refresh.svg +4 -0
  1794. package/src/svg/02-actions-controls/rotate-left.svg +4 -0
  1795. package/src/svg/02-actions-controls/rotate-right.svg +4 -0
  1796. package/src/svg/02-actions-controls/rotate.svg +4 -0
  1797. package/src/svg/02-actions-controls/save.svg +5 -0
  1798. package/src/svg/02-actions-controls/search-line.svg +4 -0
  1799. package/src/svg/02-actions-controls/search.svg +3 -0
  1800. package/src/svg/02-actions-controls/settings-01.svg +6 -0
  1801. package/src/svg/02-actions-controls/settings-02.svg +3 -0
  1802. package/src/svg/02-actions-controls/share.svg +3 -0
  1803. package/src/svg/02-actions-controls/snap.svg +3 -0
  1804. package/src/svg/02-actions-controls/trash.svg +4 -0
  1805. package/src/svg/02-actions-controls/undo.svg +3 -0
  1806. package/src/svg/02-actions-controls/upload.svg +3 -0
  1807. package/src/svg/02-actions-controls/zoom-in.svg +3 -0
  1808. package/src/svg/02-actions-controls/zoom-out.svg +3 -0
  1809. package/src/svg/03-files-documents/add-file.svg +4 -0
  1810. package/src/svg/03-files-documents/attachment.svg +3 -0
  1811. package/src/svg/03-files-documents/book-open.svg +3 -0
  1812. package/src/svg/03-files-documents/bookmark.svg +3 -0
  1813. package/src/svg/03-files-documents/clipboard-1.svg +3 -0
  1814. package/src/svg/03-files-documents/clipboard-2.svg +3 -0
  1815. package/src/svg/03-files-documents/file-image.svg +3 -0
  1816. package/src/svg/03-files-documents/file-text.svg +3 -0
  1817. package/src/svg/03-files-documents/file-video.svg +3 -0
  1818. package/src/svg/03-files-documents/file.svg +3 -0
  1819. package/src/svg/03-files-documents/folder-01.svg +3 -0
  1820. package/src/svg/03-files-documents/folder-02.svg +3 -0
  1821. package/src/svg/03-files-documents/folder-open.svg +3 -0
  1822. package/src/svg/03-files-documents/journal.svg +3 -0
  1823. package/src/svg/03-files-documents/manual-empty.svg +3 -0
  1824. package/src/svg/03-files-documents/page.svg +3 -0
  1825. package/src/svg/04-communication/alarm-bell.svg +3 -0
  1826. package/src/svg/04-communication/dual-opponent.svg +6 -0
  1827. package/src/svg/04-communication/in-going.svg +3 -0
  1828. package/src/svg/04-communication/interactive.svg +10 -0
  1829. package/src/svg/04-communication/mail.svg +3 -0
  1830. package/src/svg/04-communication/message-circle.svg +3 -0
  1831. package/src/svg/04-communication/message-square.svg +3 -0
  1832. package/src/svg/04-communication/phone.svg +3 -0
  1833. package/src/svg/04-communication/send.svg +3 -0
  1834. package/src/svg/05-user-authentication/flag.svg +3 -0
  1835. package/src/svg/05-user-authentication/heart-1.svg +3 -0
  1836. package/src/svg/05-user-authentication/heart-2.svg +3 -0
  1837. package/src/svg/05-user-authentication/key.svg +3 -0
  1838. package/src/svg/05-user-authentication/lock.svg +3 -0
  1839. package/src/svg/05-user-authentication/log-in.svg +3 -0
  1840. package/src/svg/05-user-authentication/log-out.svg +3 -0
  1841. package/src/svg/05-user-authentication/shield.svg +3 -0
  1842. package/src/svg/05-user-authentication/social-facebook.svg +3 -0
  1843. package/src/svg/05-user-authentication/social-linkedin.svg +3 -0
  1844. package/src/svg/05-user-authentication/social-twitter.svg +3 -0
  1845. package/src/svg/05-user-authentication/star.svg +3 -0
  1846. package/src/svg/05-user-authentication/unlock.svg +3 -0
  1847. package/src/svg/05-user-authentication/user-plus.svg +3 -0
  1848. package/src/svg/05-user-authentication/user.svg +3 -0
  1849. package/src/svg/05-user-authentication/users.svg +3 -0
  1850. package/src/svg/06-status-feedback/alert-circle.svg +3 -0
  1851. package/src/svg/06-status-feedback/alert-triangle.svg +3 -0
  1852. package/src/svg/06-status-feedback/check-circle.svg +3 -0
  1853. package/src/svg/06-status-feedback/eye-off.svg +3 -0
  1854. package/src/svg/06-status-feedback/eye-on.svg +3 -0
  1855. package/src/svg/06-status-feedback/help-circle.svg +3 -0
  1856. package/src/svg/06-status-feedback/info.svg +3 -0
  1857. package/src/svg/06-status-feedback/loader.svg +3 -0
  1858. package/src/svg/06-status-feedback/x-circle.svg +3 -0
  1859. package/src/svg/07-media/camera-off.svg +3 -0
  1860. package/src/svg/07-media/camera.svg +3 -0
  1861. package/src/svg/07-media/control-pause.svg +4 -0
  1862. package/src/svg/07-media/control-play.svg +3 -0
  1863. package/src/svg/07-media/control-stop.svg +3 -0
  1864. package/src/svg/07-media/fast-forward.svg +3 -0
  1865. package/src/svg/07-media/image.svg +3 -0
  1866. package/src/svg/07-media/mic-off.svg +3 -0
  1867. package/src/svg/07-media/mic.svg +3 -0
  1868. package/src/svg/07-media/repeat-1.svg +3 -0
  1869. package/src/svg/07-media/repeat.svg +3 -0
  1870. package/src/svg/07-media/rewind.svg +3 -0
  1871. package/src/svg/07-media/shuffle.svg +3 -0
  1872. package/src/svg/07-media/skip-back.svg +3 -0
  1873. package/src/svg/07-media/skip-forward.svg +3 -0
  1874. package/src/svg/07-media/stop.svg +3 -0
  1875. package/src/svg/07-media/video-off.svg +3 -0
  1876. package/src/svg/07-media/video.svg +3 -0
  1877. package/src/svg/07-media/volume-1.svg +3 -0
  1878. package/src/svg/07-media/volume-2.svg +3 -0
  1879. package/src/svg/07-media/volume-x.svg +3 -0
  1880. package/src/svg/07-media/volume.svg +3 -0
  1881. package/src/svg/08-time-calendar/calendar-check.svg +3 -0
  1882. package/src/svg/08-time-calendar/calendar-days.svg +3 -0
  1883. package/src/svg/08-time-calendar/calendar.svg +3 -0
  1884. package/src/svg/08-time-calendar/clock-alert.svg +3 -0
  1885. package/src/svg/08-time-calendar/clock-rotate-left.svg +3 -0
  1886. package/src/svg/08-time-calendar/clock.svg +4 -0
  1887. package/src/svg/08-time-calendar/history.svg +3 -0
  1888. package/src/svg/08-time-calendar/stopwatch.svg +5 -0
  1889. package/src/svg/08-time-calendar/timer.svg +3 -0
  1890. package/src/svg/09-layout-ui/columns.svg +3 -0
  1891. package/src/svg/09-layout-ui/component.svg +6 -0
  1892. package/src/svg/09-layout-ui/grid-01.svg +3 -0
  1893. package/src/svg/09-layout-ui/grid-02.svg +6 -0
  1894. package/src/svg/09-layout-ui/grid-03.svg +3 -0
  1895. package/src/svg/09-layout-ui/grid-04.svg +11 -0
  1896. package/src/svg/09-layout-ui/grid-05.svg +3 -0
  1897. package/src/svg/09-layout-ui/grid-06.svg +6 -0
  1898. package/src/svg/09-layout-ui/layers.svg +3 -0
  1899. package/src/svg/09-layout-ui/layout-01.svg +3 -0
  1900. package/src/svg/09-layout-ui/layout-02.svg +3 -0
  1901. package/src/svg/09-layout-ui/layout-03.svg +3 -0
  1902. package/src/svg/09-layout-ui/layout.svg +3 -0
  1903. package/src/svg/09-layout-ui/list-01.svg +5 -0
  1904. package/src/svg/09-layout-ui/list-02.svg +3 -0
  1905. package/src/svg/09-layout-ui/more-horizontal.svg +5 -0
  1906. package/src/svg/09-layout-ui/more-vertical.svg +5 -0
  1907. package/src/svg/09-layout-ui/panel-left.svg +3 -0
  1908. package/src/svg/09-layout-ui/panel-right.svg +3 -0
  1909. package/src/svg/09-layout-ui/row.svg +3 -0
  1910. package/src/svg/09-layout-ui/sidebar.svg +3 -0
  1911. package/src/svg/10-editing-content/align-center.svg +3 -0
  1912. package/src/svg/10-editing-content/align-left.svg +3 -0
  1913. package/src/svg/10-editing-content/align-right.svg +3 -0
  1914. package/src/svg/10-editing-content/bold.svg +3 -0
  1915. package/src/svg/10-editing-content/brush.svg +3 -0
  1916. package/src/svg/10-editing-content/color.svg +7 -0
  1917. package/src/svg/10-editing-content/flip-y.svg +3 -0
  1918. package/src/svg/10-editing-content/italic.svg +3 -0
  1919. package/src/svg/10-editing-content/list-ordered.svg +3 -0
  1920. package/src/svg/10-editing-content/list-unordered.svg +3 -0
  1921. package/src/svg/10-editing-content/pen.svg +6 -0
  1922. package/src/svg/10-editing-content/pencil.svg +3 -0
  1923. package/src/svg/10-editing-content/text-01.svg +3 -0
  1924. package/src/svg/10-editing-content/text-02.svg +3 -0
  1925. package/src/svg/10-editing-content/type-01.svg +3 -0
  1926. package/src/svg/10-editing-content/type-02.svg +4 -0
  1927. package/src/svg/10-editing-content/type-03.svg +3 -0
  1928. package/src/svg/10-editing-content/underline.svg +3 -0
  1929. package/src/svg/11-system-tools/atomic-atom.svg +5 -0
  1930. package/src/svg/11-system-tools/atomic-lifeform.svg +3 -0
  1931. package/src/svg/11-system-tools/atomic-molecule.svg +5 -0
  1932. package/src/svg/11-system-tools/atomic-organism.svg +3 -0
  1933. package/src/svg/11-system-tools/battery.svg +3 -0
  1934. package/src/svg/11-system-tools/code.svg +3 -0
  1935. package/src/svg/11-system-tools/database.svg +3 -0
  1936. package/src/svg/11-system-tools/frequency.svg +3 -0
  1937. package/src/svg/11-system-tools/library.svg +3 -0
  1938. package/src/svg/11-system-tools/power.svg +3 -0
  1939. package/src/svg/11-system-tools/roadmap.svg +3 -0
  1940. package/src/svg/11-system-tools/server.svg +3 -0
  1941. package/src/svg/11-system-tools/terminal.svg +3 -0
  1942. package/src/svg/11-system-tools/wifi-off.svg +3 -0
  1943. package/src/svg/11-system-tools/wifi.svg +3 -0
  1944. package/src/svg/12-theme-display/contrast.svg +4 -0
  1945. package/src/svg/12-theme-display/monitor.svg +3 -0
  1946. package/src/svg/12-theme-display/moon.svg +3 -0
  1947. package/src/svg/12-theme-display/sun.svg +3 -0
  1948. package/src/svg/12-theme-display/theme-toggle.svg +3 -0
  1949. package/src/svg/13-ecommerce-shopping/credit-card.svg +3 -0
  1950. package/src/svg/13-ecommerce-shopping/dollar-sign.svg +3 -0
  1951. package/src/svg/13-ecommerce-shopping/gift.svg +3 -0
  1952. package/src/svg/13-ecommerce-shopping/package.svg +3 -0
  1953. package/src/svg/13-ecommerce-shopping/receipt.svg +3 -0
  1954. package/src/svg/13-ecommerce-shopping/shopping-bag.svg +3 -0
  1955. package/src/svg/13-ecommerce-shopping/shopping-cart.svg +3 -0
  1956. package/src/svg/13-ecommerce-shopping/tag.svg +3 -0
  1957. package/src/svg/14-stats-data-visualization/stat-abacus.svg +3 -0
  1958. package/src/svg/14-stats-data-visualization/stat-chart-a.svg +3 -0
  1959. package/src/svg/14-stats-data-visualization/stat-chart-b.svg +5 -0
  1960. package/src/svg/14-stats-data-visualization/stat-chart-c.svg +8 -0
  1961. package/src/svg/14-stats-data-visualization/stat-crown.svg +4 -0
  1962. package/src/svg/14-stats-data-visualization/stat-cycle.svg +5 -0
  1963. package/src/svg/14-stats-data-visualization/stat-donut.svg +3 -0
  1964. package/src/svg/14-stats-data-visualization/stat-medalion.svg +5 -0
  1965. package/src/svg/14-stats-data-visualization/stat-pie-c.svg +4 -0
  1966. package/src/svg/14-stats-data-visualization/stat-pie.svg +3 -0
  1967. package/src/svg/14-stats-data-visualization/stat-rocket.svg +7 -0
  1968. package/src/svg/14-stats-data-visualization/stat-stat.svg +3 -0
  1969. package/src/svg/14-stats-data-visualization/stat-winner.svg +6 -0
  1970. package/src/svg/14-stats-data-visualization/trending-down.svg +3 -0
  1971. package/src/svg/14-stats-data-visualization/trending-up.svg +3 -0
  1972. package/src/svg/15-shapes-geometric/circle.svg +6 -0
  1973. package/src/svg/15-shapes-geometric/cone.svg +3 -0
  1974. package/src/svg/15-shapes-geometric/diamond.svg +3 -0
  1975. package/src/svg/15-shapes-geometric/triangle.svg +5 -0
  1976. package/src/svg/15-shapes-geometric/wave.svg +5 -0
  1977. package/src/svg/15-shapes-geometric/wheel.svg +3 -0
  1978. package/src/svg/16-miscellaneous/align-auto.svg +3 -0
  1979. package/src/svg/16-miscellaneous/bolt.svg +3 -0
  1980. package/src/svg/16-miscellaneous/bucket.svg +3 -0
  1981. package/src/svg/16-miscellaneous/foundation.svg +3 -0
  1982. package/src/svg/16-miscellaneous/home-1.svg +3 -0
  1983. package/src/svg/16-miscellaneous/home-2.svg +3 -0
  1984. package/src/svg/16-miscellaneous/instance.svg +5 -0
  1985. package/src/svg/16-miscellaneous/location.svg +3 -0
  1986. package/src/svg/16-miscellaneous/pills.svg +7 -0
  1987. package/src/svg/16-miscellaneous/rabbit.svg +3 -0
  1988. package/src/svg/17-another-creation/signature-thick.svg +3 -0
  1989. package/src/svg/99-rack/ascii-back.svg +3 -0
  1990. package/src/svg/99-rack/ascii-block.svg +3 -0
  1991. package/src/svg/99-rack/ascii-dash.svg +3 -0
  1992. package/src/svg/99-rack/ascii-dot.svg +3 -0
  1993. package/src/svg/99-rack/ascii-equal.svg +4 -0
  1994. package/src/svg/99-rack/ascii-hash.svg +6 -0
  1995. package/src/svg/99-rack/ascii-pipe.svg +3 -0
  1996. package/src/svg/99-rack/ascii-plus.svg +4 -0
  1997. package/src/svg/99-rack/ascii-slash.svg +3 -0
  1998. package/src/svg/99-rack/ascii-x.svg +4 -0
  1999. package/src/svg/99-rack/cable-lock.svg +5 -0
  2000. package/src/svg/99-rack/cable-off.svg +5 -0
  2001. package/src/svg/99-rack/cable-on.svg +4 -0
  2002. package/src/svg/99-rack/cable-trans.svg +4 -0
  2003. package/src/svg/99-rack/cable-unlock.svg +5 -0
  2004. package/src/svg/99-rack/cap-butt.svg +3 -0
  2005. package/src/svg/99-rack/cap-round.svg +3 -0
  2006. package/src/svg/99-rack/cap-square.svg +3 -0
  2007. package/src/svg/99-rack/chevron-left.svg +3 -0
  2008. package/src/svg/99-rack/chevron-right.svg +3 -0
  2009. package/src/svg/99-rack/clr-anl.svg +7 -0
  2010. package/src/svg/99-rack/clr-comp.svg +6 -0
  2011. package/src/svg/99-rack/clr-mono.svg +4 -0
  2012. package/src/svg/99-rack/clr-tri.svg +7 -0
  2013. package/src/svg/99-rack/curve-exp.svg +3 -0
  2014. package/src/svg/99-rack/curve-log.svg +3 -0
  2015. package/src/svg/99-rack/dith-cross.svg +3 -0
  2016. package/src/svg/99-rack/dith-crt.svg +6 -0
  2017. package/src/svg/99-rack/dith-diamond.svg +3 -0
  2018. package/src/svg/99-rack/dith-flow.svg +8 -0
  2019. package/src/svg/99-rack/dith-flower.svg +7 -0
  2020. package/src/svg/99-rack/dith-gear.svg +4 -0
  2021. package/src/svg/99-rack/dith-glitch.svg +5 -0
  2022. package/src/svg/99-rack/dith-grid.svg +11 -0
  2023. package/src/svg/99-rack/dith-hex.svg +8 -0
  2024. package/src/svg/99-rack/dith-htone.svg +8 -0
  2025. package/src/svg/99-rack/dith-melt.svg +8 -0
  2026. package/src/svg/99-rack/dith-radial.svg +8 -0
  2027. package/src/svg/99-rack/dith-xhatch.svg +8 -0
  2028. package/src/svg/99-rack/filter-bp.svg +3 -0
  2029. package/src/svg/99-rack/filter-hp.svg +3 -0
  2030. package/src/svg/99-rack/filter-lp.svg +3 -0
  2031. package/src/svg/99-rack/filter-notch.svg +3 -0
  2032. package/src/svg/99-rack/gen-color.svg +4 -0
  2033. package/src/svg/99-rack/gen-gradient.svg +4 -0
  2034. package/src/svg/99-rack/gen-pattern.svg +7 -0
  2035. package/src/svg/99-rack/gen-wave.svg +3 -0
  2036. package/src/svg/99-rack/grad-con.svg +4 -0
  2037. package/src/svg/99-rack/grad-lin.svg +3 -0
  2038. package/src/svg/99-rack/grad-rad.svg +4 -0
  2039. package/src/svg/99-rack/line-circle.svg +3 -0
  2040. package/src/svg/99-rack/line-grid.svg +3 -0
  2041. package/src/svg/99-rack/line-line.svg +3 -0
  2042. package/src/svg/99-rack/line-lissa.svg +4 -0
  2043. package/src/svg/99-rack/line-spiral.svg +3 -0
  2044. package/src/svg/99-rack/logic-and.svg +3 -0
  2045. package/src/svg/99-rack/logic-nand.svg +4 -0
  2046. package/src/svg/99-rack/logic-nor.svg +4 -0
  2047. package/src/svg/99-rack/logic-not.svg +4 -0
  2048. package/src/svg/99-rack/logic-or.svg +3 -0
  2049. package/src/svg/99-rack/logic-xor.svg +4 -0
  2050. package/src/svg/99-rack/nav-create.svg +5 -0
  2051. package/src/svg/99-rack/nav-home.svg +3 -0
  2052. package/src/svg/99-rack/nav-library.svg +6 -0
  2053. package/src/svg/99-rack/nav-rack.svg +5 -0
  2054. package/src/svg/99-rack/nav-settings.svg +8 -0
  2055. package/src/svg/99-rack/ptrn-checker.svg +6 -0
  2056. package/src/svg/99-rack/ptrn-dot.svg +6 -0
  2057. package/src/svg/99-rack/ptrn-stripe.svg +3 -0
  2058. package/src/svg/99-rack/radial-circle.svg +3 -0
  2059. package/src/svg/99-rack/radial-default.svg +3 -0
  2060. package/src/svg/99-rack/radial-hex.svg +3 -0
  2061. package/src/svg/99-rack/radial-random.svg +3 -0
  2062. package/src/svg/99-rack/radial-rect.svg +3 -0
  2063. package/src/svg/99-rack/radial-star.svg +3 -0
  2064. package/src/svg/99-rack/radial-triangle.svg +3 -0
  2065. package/src/svg/99-rack/ramp-down.svg +3 -0
  2066. package/src/svg/99-rack/ramp-tri.svg +3 -0
  2067. package/src/svg/99-rack/ramp-up.svg +3 -0
  2068. package/src/svg/99-rack/seq-a.svg +3 -0
  2069. package/src/svg/99-rack/seq-b.svg +3 -0
  2070. package/src/svg/99-rack/seq-c.svg +3 -0
  2071. package/src/svg/99-rack/seq-d.svg +3 -0
  2072. package/src/svg/99-rack/shape-cube.svg +5 -0
  2073. package/src/svg/99-rack/shape-cyl.svg +6 -0
  2074. package/src/svg/99-rack/shape-ico.svg +9 -0
  2075. package/src/svg/99-rack/shape-octa.svg +4 -0
  2076. package/src/svg/99-rack/shape-sphere.svg +5 -0
  2077. package/src/svg/99-rack/shape-tetra.svg +4 -0
  2078. package/src/svg/99-rack/shape-torus.svg +4 -0
  2079. package/src/svg/99-rack/shaper-clip.svg +3 -0
  2080. package/src/svg/99-rack/shaper-exp.svg +3 -0
  2081. package/src/svg/99-rack/shaper-fold.svg +3 -0
  2082. package/src/svg/99-rack/shaper-log.svg +3 -0
  2083. package/src/svg/99-rack/shaper-scurve.svg +3 -0
  2084. package/src/svg/99-rack/shaper-sine.svg +3 -0
  2085. package/src/svg/99-rack/shaper-step.svg +3 -0
  2086. package/src/svg/99-rack/shaper-wrap.svg +6 -0
  2087. package/src/svg/99-rack/tr-carets.svg +4 -0
  2088. package/src/svg/99-rack/tr-fwd.svg +4 -0
  2089. package/src/svg/99-rack/tr-inf.svg +3 -0
  2090. package/src/svg/99-rack/tr-left.svg +3 -0
  2091. package/src/svg/99-rack/tr-pause.svg +4 -0
  2092. package/src/svg/99-rack/tr-rew.svg +4 -0
  2093. package/src/svg/99-rack/tr-right.svg +3 -0
  2094. package/src/svg/99-rack/tr-skip.svg +4 -0
  2095. package/src/svg/99-rack/wave-rnd.svg +3 -0
  2096. package/src/svg/99-rack/wave-saw.svg +3 -0
  2097. package/src/svg/99-rack/wave-sin.svg +3 -0
  2098. package/src/svg/99-rack/wave-sqr.svg +3 -0
  2099. package/src/svg/99-rack/wave-tri.svg +3 -0
  2100. package/src/svg-web/12px-check.svg +3 -0
  2101. package/src/svg-web/12px-cross.svg +3 -0
  2102. package/src/svg-web/12px-minus.svg +3 -0
  2103. package/src/svg-web/12px-plus.svg +3 -0
  2104. package/src/svg-web/arrow-downright.svg +3 -0
  2105. package/src/svg-web/arrow-left.svg +3 -0
  2106. package/src/svg-web/arrow-right.svg +3 -0
  2107. package/src/svg-web/arrow-up.svg +3 -0
  2108. package/src/svg-web/atomic-atom.svg +5 -0
  2109. package/src/svg-web/atomic-molecule.svg +5 -0
  2110. package/src/svg-web/atomic-organism.svg +3 -0
  2111. package/src/svg-web/black-bishop.svg +10 -0
  2112. package/src/svg-web/black-hrook.svg +11 -0
  2113. package/src/svg-web/black-king.svg +10 -0
  2114. package/src/svg-web/black-knight.svg +10 -0
  2115. package/src/svg-web/black-pawn.svg +10 -0
  2116. package/src/svg-web/black-queen.svg +10 -0
  2117. package/src/svg-web/bolt.svg +3 -0
  2118. package/src/svg-web/bucket.svg +3 -0
  2119. package/src/svg-web/check-mark.svg +3 -0
  2120. package/src/svg-web/check.svg +4 -0
  2121. package/src/svg-web/chess-pawn.svg +3 -0
  2122. package/src/svg-web/chess-rook.svg +3 -0
  2123. package/src/svg-web/chevron-down.svg +3 -0
  2124. package/src/svg-web/chevron-expanded.svg +3 -0
  2125. package/src/svg-web/chevron-left.svg +3 -0
  2126. package/src/svg-web/chevron-right.svg +3 -0
  2127. package/src/svg-web/chevron-up.svg +3 -0
  2128. package/src/svg-web/circle.svg +6 -0
  2129. package/src/svg-web/clock.svg +4 -0
  2130. package/src/svg-web/color.svg +7 -0
  2131. package/src/svg-web/component.svg +6 -0
  2132. package/src/svg-web/cone.svg +3 -0
  2133. package/src/svg-web/contrast.svg +4 -0
  2134. package/src/svg-web/copy.svg +3 -0
  2135. package/src/svg-web/cross.svg +3 -0
  2136. package/src/svg-web/dashboard-book-open.svg +3 -0
  2137. package/src/svg-web/dashboard-bookmark.svg +3 -0
  2138. package/src/svg-web/dashboard-dual-opponent.svg +6 -0
  2139. package/src/svg-web/dashboard-journal.svg +3 -0
  2140. package/src/svg-web/dashboard-manual-empty.svg +3 -0
  2141. package/src/svg-web/dashboard-roadmap.svg +3 -0
  2142. package/src/svg-web/diamond.svg +3 -0
  2143. package/src/svg-web/dimond.svg +5 -0
  2144. package/src/svg-web/dock-left.svg +3 -0
  2145. package/src/svg-web/dock-right.svg +3 -0
  2146. package/src/svg-web/docs-File.svg +3 -0
  2147. package/src/svg-web/docs-Files.svg +3 -0
  2148. package/src/svg-web/docs-add-file.svg +4 -0
  2149. package/src/svg-web/docs-alarm.svg +3 -0
  2150. package/src/svg-web/docs-app.svg +3 -0
  2151. package/src/svg-web/docs-arrow-up-down.svg +3 -0
  2152. package/src/svg-web/docs-bookmark.svg +3 -0
  2153. package/src/svg-web/docs-clipboard-1.svg +3 -0
  2154. package/src/svg-web/docs-clipboard-2.svg +3 -0
  2155. package/src/svg-web/docs-download.svg +3 -0
  2156. package/src/svg-web/docs-edit.svg +3 -0
  2157. package/src/svg-web/docs-external-link.svg +3 -0
  2158. package/src/svg-web/docs-flag.svg +3 -0
  2159. package/src/svg-web/docs-heart-1.svg +3 -0
  2160. package/src/svg-web/docs-heart-2.svg +3 -0
  2161. package/src/svg-web/docs-home-1.svg +3 -0
  2162. package/src/svg-web/docs-home-2.svg +3 -0
  2163. package/src/svg-web/docs-in-going.svg +3 -0
  2164. package/src/svg-web/docs-layout-01.svg +3 -0
  2165. package/src/svg-web/docs-layout-02.svg +3 -0
  2166. package/src/svg-web/docs-layout-03.svg +3 -0
  2167. package/src/svg-web/docs-location.svg +3 -0
  2168. package/src/svg-web/docs-more-horizontal.svg +5 -0
  2169. package/src/svg-web/docs-more-vertical.svg +5 -0
  2170. package/src/svg-web/docs-nav-ui-1.svg +3 -0
  2171. package/src/svg-web/docs-nav-ui.svg +3 -0
  2172. package/src/svg-web/docs-out-going.svg +3 -0
  2173. package/src/svg-web/docs-server.svg +3 -0
  2174. package/src/svg-web/docs-settings.svg +3 -0
  2175. package/src/svg-web/docs-stop.svg +3 -0
  2176. package/src/svg-web/docs-text-01.svg +3 -0
  2177. package/src/svg-web/docs-text-02.svg +3 -0
  2178. package/src/svg-web/docs-text-03.svg +3 -0
  2179. package/src/svg-web/docs-upload.svg +3 -0
  2180. package/src/svg-web/docs-user.svg +3 -0
  2181. package/src/svg-web/docs-write-edit.svg +3 -0
  2182. package/src/svg-web/filter.svg +3 -0
  2183. package/src/svg-web/flag-gb.svg +23 -0
  2184. package/src/svg-web/flag-is.svg +24 -0
  2185. package/src/svg-web/font-03.svg +3 -0
  2186. package/src/svg-web/foundation.svg +3 -0
  2187. package/src/svg-web/frequency.svg +3 -0
  2188. package/src/svg-web/grid-01.svg +3 -0
  2189. package/src/svg-web/grid-02.svg +6 -0
  2190. package/src/svg-web/grid-03.svg +3 -0
  2191. package/src/svg-web/grid-04.svg +11 -0
  2192. package/src/svg-web/grid.svg +3 -0
  2193. package/src/svg-web/hall-of-displacement.svg +3 -0
  2194. package/src/svg-web/hall-of-movement.svg +5 -0
  2195. package/src/svg-web/hall-of-symphony.svg +6 -0
  2196. package/src/svg-web/interactive.svg +10 -0
  2197. package/src/svg-web/layout.svg +3 -0
  2198. package/src/svg-web/library.svg +3 -0
  2199. package/src/svg-web/logo.svg +3 -0
  2200. package/src/svg-web/minus.svg +3 -0
  2201. package/src/svg-web/pages.svg +3 -0
  2202. package/src/svg-web/pen.svg +6 -0
  2203. package/src/svg-web/pills.svg +7 -0
  2204. package/src/svg-web/play-Play.svg +3 -0
  2205. package/src/svg-web/play-arrow-back.svg +3 -0
  2206. package/src/svg-web/play-arrow-end.svg +3 -0
  2207. package/src/svg-web/play-arrow-forward.svg +3 -0
  2208. package/src/svg-web/play-arrow-start.svg +3 -0
  2209. package/src/svg-web/play-pause.svg +4 -0
  2210. package/src/svg-web/plus.svg +3 -0
  2211. package/src/svg-web/rotate.svg +4 -0
  2212. package/src/svg-web/row.svg +3 -0
  2213. package/src/svg-web/save.svg +5 -0
  2214. package/src/svg-web/search-16.svg +3 -0
  2215. package/src/svg-web/search-24.svg +3 -0
  2216. package/src/svg-web/snap.svg +3 -0
  2217. package/src/svg-web/social-behance.svg +3 -0
  2218. package/src/svg-web/social-dribbble.svg +3 -0
  2219. package/src/svg-web/social-facebook.svg +3 -0
  2220. package/src/svg-web/social-instagram-2.svg +3 -0
  2221. package/src/svg-web/social-instagram.svg +3 -0
  2222. package/src/svg-web/social-linkedin.svg +3 -0
  2223. package/src/svg-web/social-tiktok.svg +3 -0
  2224. package/src/svg-web/social-twitter.svg +3 -0
  2225. package/src/svg-web/social-youtube.svg +3 -0
  2226. package/src/svg-web/stat-abacus.svg +3 -0
  2227. package/src/svg-web/stat-chart-a.svg +3 -0
  2228. package/src/svg-web/stat-chart-b.svg +5 -0
  2229. package/src/svg-web/stat-chart-c.svg +8 -0
  2230. package/src/svg-web/stat-crown.svg +4 -0
  2231. package/src/svg-web/stat-cycle.svg +5 -0
  2232. package/src/svg-web/stat-donut.svg +3 -0
  2233. package/src/svg-web/stat-medalion.svg +5 -0
  2234. package/src/svg-web/stat-pie-c.svg +4 -0
  2235. package/src/svg-web/stat-pie.svg +3 -0
  2236. package/src/svg-web/stat-rocket.svg +7 -0
  2237. package/src/svg-web/stat-stat.svg +3 -0
  2238. package/src/svg-web/stat-winner.svg +6 -0
  2239. package/src/svg-web/stopwatch.svg +5 -0
  2240. package/src/svg-web/stroke-arrow-down-right.svg +3 -0
  2241. package/src/svg-web/stroke-arrow-down.svg +3 -0
  2242. package/src/svg-web/stroke-chess-pawn.svg +3 -0
  2243. package/src/svg-web/stroke-chess-rook.svg +3 -0
  2244. package/src/svg-web/stroke-chevron-down.svg +3 -0
  2245. package/src/svg-web/stroke-copy.svg +3 -0
  2246. package/src/svg-web/stroke-trending.svg +4 -0
  2247. package/src/svg-web/styleguide.svg +3 -0
  2248. package/src/svg-web/theme-toggle.svg +3 -0
  2249. package/src/svg-web/trending-down.svg +3 -0
  2250. package/src/svg-web/trending-up.svg +3 -0
  2251. package/src/svg-web/trending.svg +4 -0
  2252. package/src/svg-web/triangle.svg +5 -0
  2253. package/src/svg-web/type-foundry.svg +4 -0
  2254. package/src/svg-web/type.svg +3 -0
  2255. package/src/svg-web/view-grid.svg +6 -0
  2256. package/src/svg-web/view-list.svg +3 -0
  2257. package/src/svg-web/wheel.svg +3 -0
  2258. package/src/svg-web/white-bishop.svg +10 -0
  2259. package/src/svg-web/white-hrook.svg +3 -0
  2260. package/src/svg-web/white-king.svg +12 -0
  2261. package/src/svg-web/white-knight.svg +3 -0
  2262. package/src/svg-web/white-pawn.svg +10 -0
  2263. package/src/svg-web/white-queen.svg +10 -0
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M5 3 H14 L19 8 V21 H5 Z M14 3 V8 H19 M7.5 13a1.5 1.5 0 1 0 3 0a1.5 1.5 0 1 0 -3 0Z M5 21 V18 L9 14.5 L13 18 L15.5 16 L19 19 V21 Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-files-file-text" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M14 3 V8 H19" fill="black" /><path d="M8 12 H16 M8 15 H16 M8 18 H13" stroke="black" stroke-width="1.5" fill="none" stroke-linecap="round" /></mask><g mask="url(#ko-files-file-text)" fill="currentColor"><path d="M5 3 H14 L19 8 V21 H5 Z" /></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M5 3 H14 L19 8 V21 H5 Z M14 3 V8 H19 M10 12 V18 L15.5 15 Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M5 3 H14 L19 8 V21 H5 Z M14 3 V8 H19" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.75 21H5.25C5.05109 21 4.86032 20.921 4.71967 20.7803C4.57902 20.6397 4.5 20.4489 4.5 20.25V3.75C4.5 3.55109 4.57902 3.36032 4.71967 3.21967C4.86032 3.07902 5.05109 3 5.25 3H14.25L19.5 8.25V20.25C19.5 20.4489 19.421 20.6397 19.2803 20.7803C19.1397 20.921 18.9489 21 18.75 21Z M14.25 3V8.25H19.5L14.25 3Z M11.25 12H12.75V13.5H14.25V15H12.75V16.5H11.25V15H9.75V13.5H11.25V12Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.75 21H5.25C5.05109 21 4.86032 20.921 4.71967 20.7803C4.57902 20.6397 4.5 20.4489 4.5 20.25V3.75C4.5 3.55109 4.57902 3.36032 4.71967 3.21967C4.86032 3.07902 5.05109 3 5.25 3H14.25L19.5 8.25V20.25C19.5 20.4489 19.421 20.6397 19.2803 20.7803C19.1397 20.921 18.9489 21 18.75 21Z M14.25 3V8.25H19.5L14.25 3Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="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"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21 6.75V21C21 22.6569 19.6569 24 18 24H6C4.34315 24 3 22.6569 3 21V3C3 1.34314 4.34315 0 6 0H14.25L21 6.75ZM16.5 6.75C15.2574 6.75 14.25 5.74264 14.25 4.5V1.5H6C5.17157 1.5 4.5 2.17157 4.5 3V21C4.5 21.8284 5.17157 22.5 6 22.5H18C18.8284 22.5 19.5 21.8284 19.5 21V6.75H16.5Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 5 H10 L12 7 H21 V20 H3 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M3 6 H10 V8 H21 V20 H3 Z M5 8 H19 V11 H5 Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9 13H15M12 10V16M3 17V7C3 5.89543 3.89543 5 5 5H11L13 7H19C20.1046 7 21 7.89543 21 9V17C21 18.1046 20.1046 19 19 19H5C3.89543 19 3 18.1046 3 17Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 5 H10 L12 7 H19 V9 H6 L3 19 V8 Z M6 9 H21 L18 19 H3 Z" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 7V17C3 18.1046 3.89543 19 5 19H19C20.1046 19 21 18.1046 21 17V9C21 7.89543 20.1046 7 19 7H13L11 5H5C3.89543 5 3 5.89543 3 7Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.75 4.5H20.25A0.75 0.75 0 0 1 21 5.25V18.75A0.75 0.75 0 0 1 20.25 19.5H3.75A0.75 0.75 0 0 1 3 18.75V5.25A0.75 0.75 0 0 1 3.75 4.5Z M14.625 8.1A1.275 1.275 0 1 0 14.625 10.65A1.275 1.275 0 1 0 14.625 8.1Z M4.5 18L8.25 12L11.25 15L15.75 10.5L19.5 15.75V18H4.5Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.33203 21.333L11.4464 15.2186C12.4878 14.1772 14.1763 14.1772 15.2176 15.2186L21.332 21.333M18.6654 18.6663L20.7797 16.552C21.8211 15.5106 23.5096 15.5106 24.551 16.552L26.6654 18.6663M18.6654 10.6663H18.6787M7.9987 26.6663H23.9987C25.4715 26.6663 26.6654 25.4724 26.6654 23.9997V7.99967C26.6654 6.52692 25.4715 5.33301 23.9987 5.33301H7.9987C6.52594 5.33301 5.33203 6.52692 5.33203 7.99967V23.9997C5.33203 25.4724 6.52594 26.6663 7.9987 26.6663Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.75 4.5H20.25A0.75 0.75 0 0 1 21 5.25V18.75A0.75 0.75 0 0 1 20.25 19.5H3.75A0.75 0.75 0 0 1 3 18.75V5.25A0.75 0.75 0 0 1 3.75 4.5Z M14.625 8.1A1.275 1.275 0 1 0 14.625 10.65A1.275 1.275 0 1 0 14.625 8.1Z M4.5 18L8.25 12L11.25 15L15.75 10.5L19.5 15.75V18H4.5Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-files-journal" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M5 3 V21 H7 V3 Z" fill="black" /><path d="M11 7 H17 M11 10 H17 M11 13 H15" stroke="black" stroke-width="1.5" fill="none" /></mask><g mask="url(#ko-files-journal)" fill="currentColor"><path d="M5 3 H20 V21 H5 Z" /></g></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-files-manual-empty" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M7 18 H20" stroke="black" stroke-width="1.5" fill="none" /></mask><g mask="url(#ko-files-manual-empty)" fill="currentColor"><path d="M4 4 H17 a3 3 0 0 1 3 3 V21 H7 a3 3 0 0 1 -3 -3 Z" /></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M5 3 H19 V21 H5 Z" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.4 20H6.6C6.44 20 6.29 19.93 6.18 19.8C6.06 19.68 6 19.51 6 19.33V4.67C6 4.49 6.06 4.32 6.18 4.2C6.29 4.07 6.44 4 6.6 4H13.8L18 8.667V19.33C18 19.51 17.94 19.68 17.82 19.8C17.71 19.93 17.56 20 17.4 20Z M13.8 4V8.667H18L13.8 4Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 4H11.5V14H5C4.45 14 4 13.55 4 13V5C4 4.45 4.45 4 5 4Z M11.5 5H17.9C18.76 5 19.22 5.97 18.7 6.62L17 8.75C16.42 9.48 16.42 10.52 17 11.25L18.7 13.38C19.22 14.03 18.76 15 17.9 15H11.5V5Z M3.5 11.5H4.5V19.5A0.5 0.5 0 0 1 3.5 19.5V11.5Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 6.5A1.5 1.5 0 0 1 5.5 5H9.5A1.5 1.5 0 0 1 10.7 5.6L11.9 7.2A1.5 1.5 0 0 0 13.1 7.8H18.5A1.5 1.5 0 0 1 20 9.3V17.5A1.5 1.5 0 0 1 18.5 19H5.5A1.5 1.5 0 0 1 4 17.5V6.5Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="5" y="4" width="5" height="14" rx="1" /><rect x="14" y="9" width="5" height="9" rx="1" /><rect x="3" y="20" width="18" height="1.5" rx="0.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="5" y="5" width="14" height="5" rx="1" /><rect x="7.5" y="14" width="9" height="5" rx="1" /><path d="M12 3 V21" stroke="currentColor" stroke-width="1" stroke-dasharray="2 1.5" fill="none" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="6" y="5" width="12" height="5" rx="1" /><rect x="9" y="14" width="6" height="5" rx="1" /><path d="M12 3 V21" stroke="currentColor" stroke-width="1" stroke-dasharray="2 1.5" fill="none" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="6" y="5" width="14" height="5" rx="1" /><rect x="6" y="14" width="9" height="5" rx="1" /><rect x="3" y="3" width="1.5" height="18" rx="0.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="4" y="5" width="14" height="5" rx="1" /><rect x="9" y="14" width="9" height="5" rx="1" /><rect x="19.5" y="3" width="1.5" height="18" rx="0.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="6" y="5" width="14" height="5" rx="1" /><rect x="6" y="14" width="9" height="5" rx="1" /><rect x="2.5" y="3" width="1.5" height="18" rx="0.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="5" y="5" width="5" height="14" rx="1" /><rect x="14" y="7.5" width="5" height="9" rx="1" /><path d="M3 12 H21" stroke="currentColor" stroke-width="1" stroke-dasharray="2 1.5" fill="none" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="4" y="5" width="14" height="5" rx="1" /><rect x="9" y="14" width="9" height="5" rx="1" /><rect x="20" y="3" width="1.5" height="18" rx="0.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="5" y="6" width="5" height="14" rx="1" /><rect x="14" y="6" width="5" height="9" rx="1" /><rect x="3" y="2.5" width="18" height="1.5" rx="0.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="5" y="4" width="5" height="14" rx="1" /><rect x="14" y="9" width="5" height="9" rx="1" /><rect x="3" y="19.5" width="18" height="1.5" rx="0.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="5" y="5" width="5" height="14" rx="1" /><rect x="14" y="7.5" width="5" height="9" rx="1" /><path d="M3 12 H21" stroke="currentColor" stroke-width="1" stroke-dasharray="2 1.5" fill="none" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="5" y="6" width="5" height="14" rx="1" /><rect x="14" y="6" width="5" height="9" rx="1" /><rect x="3" y="3" width="18" height="1.5" rx="0.5" /></svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 20H21" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
3
+ <path d="M7 7H10V17H7V7Z M14 11H17V17H14V11Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 3V21" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
3
+ <path d="M5 7H19V10H5V7Z M8 14H16V17H8V14Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 12H21" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
3
+ <path d="M7 6H10V18H7V6Z M14 8H17V16H14V8Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 3V21" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
3
+ <path d="M7 7H17V10H7V7Z M7 14H13V17H7V14Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 3V21" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
3
+ <path d="M7 7H17V10H7V7Z M7 14H13V17H7V14Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 3V21" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
3
+ <path d="M7 7H17V10H7V7Z M11 14H17V17H11V14Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 3V21" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
3
+ <path d="M7 7H17V10H7V7Z M11 14H17V17H11V14Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 4H21" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
3
+ <path d="M7 7H10V17H7V7Z M14 7H17V13H14V7Z" fill="currentColor"/>
4
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="8" height="18" rx="1" /><rect x="13" y="3" width="8" height="8" rx="1" /><rect x="13" y="13" width="8" height="8" rx="1" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="18" height="18" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="19.5" width="18" height="2" rx="0.5" /><rect x="3.5" y="3" width="17" height="15" fill="none" stroke="currentColor" stroke-width="1" stroke-dasharray="2 1.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="18" height="18" fill="none" stroke="currentColor" stroke-width="1" stroke-dasharray="2 1.5" /><path d="M3 12 H21 M12 3 V21" stroke="currentColor" stroke-width="2" fill="none" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="2.5" y="3" width="2" height="18" rx="0.5" /><rect x="6" y="3.5" width="15" height="17" fill="none" stroke="currentColor" stroke-width="1" stroke-dasharray="2 1.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="18" height="18" fill="none" stroke="currentColor" stroke-width="1.5" stroke-dasharray="2 1.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 21 V8 a5 5 0 0 1 5 -5 H21 V5 H8 a3 3 0 0 0 -3 3 V21 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="19.5" y="3" width="2" height="18" rx="0.5" /><rect x="3" y="3.5" width="15" height="17" fill="none" stroke="currentColor" stroke-width="1" stroke-dasharray="2 1.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="2.5" width="18" height="2" rx="0.5" /><rect x="3.5" y="6" width="17" height="15" fill="none" stroke="currentColor" stroke-width="1" stroke-dasharray="2 1.5" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 19H6C6 20.103 6.897 21 8 21H16C17.103 21 18 20.103 18 19H20C21.103 19 22 18.103 22 17V7C22 5.897 21.103 5 20 5H18C18 3.897 17.103 3 16 3H8C6.897 3 6 3.897 6 5H4C2.897 5 2 5.897 2 7V17C2 18.103 2.897 19 4 19ZM20 7V17H18V7H20ZM8 5H16L16.001 19H8V5ZM4 7H6V17H4V7Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 3H4C3.73478 3 3.48043 3.10536 3.29289 3.29289C3.10536 3.48043 3 3.73478 3 4V10C3 10.2652 3.10536 10.5196 3.29289 10.7071C3.48043 10.8946 3.73478 11 4 11H10C10.2652 11 10.5196 10.8946 10.7071 10.7071C10.8946 10.5196 11 10.2652 11 10V4C11 3.73478 10.8946 3.48043 10.7071 3.29289C10.5196 3.10536 10.2652 3 10 3ZM9 9H5V5H9V9ZM20 13H14C13.7348 13 13.4804 13.1054 13.2929 13.2929C13.1054 13.4804 13 13.7348 13 14V20C13 20.2652 13.1054 20.5196 13.2929 20.7071C13.4804 20.8946 13.7348 21 14 21H20C20.2652 21 20.5196 20.8946 20.7071 20.7071C20.8946 20.5196 21 20.2652 21 20V14C21 13.7348 20.8946 13.4804 20.7071 13.2929C20.5196 13.1054 20.2652 13 20 13ZM19 19H15V15H19V19ZM17 3C14.794 3 13 4.794 13 7C13 9.206 14.794 11 17 11C19.206 11 21 9.206 21 7C21 4.794 19.206 3 17 3ZM17 9C15.897 9 15 8.103 15 7C15 5.897 15.897 5 17 5C18.103 5 19 5.897 19 7C19 8.103 18.103 9 17 9ZM7 13C4.794 13 3 14.794 3 17C3 19.206 4.794 21 7 21C9.206 21 11 19.206 11 17C11 14.794 9.206 13 7 13ZM7 19C5.897 19 5 18.103 5 17C5 15.897 5.897 15 7 15C8.103 15 9 15.897 9 17C9 18.103 8.103 19 7 19Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 3H4C3.73478 3 3.48043 3.10536 3.29289 3.29289C3.10536 3.48043 3 3.73478 3 4V10C3 10.2652 3.10536 10.5196 3.29289 10.7071C3.48043 10.8946 3.73478 11 4 11H10C10.2652 11 10.5196 10.8946 10.7071 10.7071C10.8946 10.5196 11 10.2652 11 10V4C11 3.73478 10.8946 3.48043 10.7071 3.29289C10.5196 3.10536 10.2652 3 10 3ZM9 9H5V5H9V9ZM20 3H14C13.7348 3 13.4804 3.10536 13.2929 3.29289C13.1054 3.48043 13 3.73478 13 4V10C13 10.2652 13.1054 10.5196 13.2929 10.7071C13.4804 10.8946 13.7348 11 14 11H20C20.2652 11 20.5196 10.8946 20.7071 10.7071C20.8946 10.5196 21 10.2652 21 10V4C21 3.73478 20.8946 3.48043 20.7071 3.29289C20.5196 3.10536 20.2652 3 20 3ZM19 9H15V5H19V9ZM10 13H4C3.73478 13 3.48043 13.1054 3.29289 13.2929C3.10536 13.4804 3 13.7348 3 14V20C3 20.2652 3.10536 20.5196 3.29289 20.7071C3.48043 20.8946 3.73478 21 4 21H10C10.2652 21 10.5196 20.8946 10.7071 20.7071C10.8946 20.5196 11 20.2652 11 20V14C11 13.7348 10.8946 13.4804 10.7071 13.2929C10.5196 13.1054 10.2652 13 10 13ZM9 19H5V15H9V19ZM17 13C14.794 13 13 14.794 13 17C13 19.206 14.794 21 17 21C19.206 21 21 19.206 21 17C21 14.794 19.206 13 17 13ZM17 19C15.897 19 15 18.103 15 17C15 15.897 15.897 15 17 15C18.103 15 19 15.897 19 17C19 18.103 18.103 19 17 19Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M9 9 H4 V11 H9 V16 H11 V11 V9 V4 H9 Z" /><path d="M15 13 H20 V11 H15 V6 H13 V11 V13 V18 H15 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 11 H9 L7 9 L8 8 L11 11 H13 L16 8 L17 9 L15 11 H21 V13 H15 L17 15 L16 16 L13 13 H11 L8 16 L7 15 L9 13 H3 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M11 3 V9 L9 7 L8 8 L11 11 V13 L8 16 L9 17 L11 15 V21 H13 V15 L15 17 L16 16 L13 13 V11 L16 8 L15 7 L13 9 V3 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 8 H8 V3 H10 V10 H3 Z" /><path d="M14 3 H16 V8 H21 V10 H14 Z" /><path d="M3 14 H10 V21 H8 V16 H3 Z" /><path d="M14 14 H21 V16 H16 V21 H14 Z" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 10H5C3.897 10 3 10.897 3 12V20C3 21.103 3.897 22 5 22H19C20.103 22 21 21.103 21 20V12C21 10.897 20.103 10 19 10ZM5 20V12H19L19.002 20H5ZM5 6H19V8H5V6ZM7 2H17V4H7V2Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="8" height="18" rx="1" /><rect x="13" y="3" width="8" height="18" rx="1" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M12 2 L22 12 L12 22 L2 12 Z M12 6 L18 12 L12 18 L6 12 Z" fill-rule="evenodd" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="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 3ZM19 5V14H5V5H19ZM5 19V16H19V19H5Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 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"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 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"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19 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 3ZM19 5V8H5V5H19ZM5 19V10H19V19H5Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 11 H7 L5 9 L6 8 L9 11 V12 V13 H8 H7 L5 15 L6 16 L9 13 V13 H10 V11 H10 V8 L8 6 L9 5 L11 7 V3 H13 V7 L15 5 L16 6 L14 8 V11 H14 H21 V13 H14 V13 H14 V16 L16 18 L15 19 L13 17 V21 H11 V17 L9 19 L8 18 L10 16 V13 H3 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 12 L6 9 L7 10 L5.4 12 L7 14 L6 15 Z M21 12 L18 9 L17 10 L18.6 12 L17 14 L18 15 Z" /><rect x="9" y="11" width="6" height="2" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M12 3 L9 6 L10 7 L12 5.4 L14 7 L15 6 Z M12 21 L9 18 L10 17 L12 18.6 L14 17 L15 18 Z" /><rect x="11" y="9" width="2" height="6" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 3 H10 V5 H6.4 L11 9.6 L9.6 11 L5 6.4 V10 H3 Z" /><path d="M21 3 V10 H19 V6.4 L14.4 11 L13 9.6 L17.6 5 H14 V3 Z" /><path d="M3 21 V14 H5 V17.6 L9.6 13 L11 14.4 L6.4 19 H10 V21 Z" /><path d="M21 21 H14 V19 H17.6 L13 14.4 L14.4 13 L19 17.6 V14 H21 Z" /></svg>
@@ -0,0 +1,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.9 13.5H4.1C2.6 13.5 2 14.14 2 15.73V19.77C2 21.36 2.6 22 4.1 22H19.9C21.4 22 22 21.36 22 19.77V15.73C22 14.14 21.4 13.5 19.9 13.5Z M12.9 2H4.1C2.6 2 2 2.64 2 4.23V8.27C2 9.86 2.6 10.5 4.1 10.5H12.9C14.4 10.5 15 9.86 15 8.27V4.23C15 2.64 14.4 2 12.9 2Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="8" height="8" /><rect x="13" y="3" width="8" height="8" /><rect x="3" y="13" width="8" height="8" /><rect x="13" y="13" width="8" height="8" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="5" height="5" /><rect x="10" y="3" width="5" height="5" /><rect x="17" y="3" width="5" height="5" /><rect x="3" y="10" width="5" height="5" /><rect x="10" y="10" width="5" height="5" /><rect x="17" y="10" width="5" height="5" /><rect x="3" y="17" width="5" height="5" /><rect x="10" y="17" width="5" height="5" /><rect x="17" y="17" width="5" height="5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="11" height="11" /><rect x="16" y="3" width="5" height="5" /><rect x="16" y="10" width="5" height="5" /><rect x="3" y="16" width="5" height="5" /><rect x="10" y="16" width="5" height="5" /><rect x="16" y="17" width="5" height="4" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="8" height="18" /><rect x="13" y="3" width="8" height="8" /><rect x="13" y="13" width="8" height="8" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="18" height="6" /><rect x="3" y="11" width="8" height="10" /><rect x="13" y="11" width="8" height="10" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="8" height="6" /><rect x="13" y="3" width="8" height="6" /><rect x="3" y="11" width="18" height="4" /><rect x="3" y="17" width="8" height="4" /><rect x="13" y="17" width="8" height="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="M10 3H4C3.73478 3 3.48043 3.10536 3.29289 3.29289C3.10536 3.48043 3 3.73478 3 4V10C3 10.2652 3.10536 10.5196 3.29289 10.7071C3.48043 10.8946 3.73478 11 4 11H10C10.2652 11 10.5196 10.8946 10.7071 10.7071C10.8946 10.5196 11 10.2652 11 10V4C11 3.73478 10.8946 3.48043 10.7071 3.29289C10.5196 3.10536 10.2652 3 10 3ZM9 9H5V5H9V9ZM14 11H20C20.2652 11 20.5196 10.8946 20.7071 10.7071C20.8946 10.5196 21 10.2652 21 10V4C21 3.73478 20.8946 3.48043 20.7071 3.29289C20.5196 3.10536 20.2652 3 20 3H14C13.7348 3 13.4804 3.10536 13.2929 3.29289C13.1054 3.48043 13 3.73478 13 4V10C13 10.2652 13.1054 10.5196 13.2929 10.7071C13.4804 10.8946 13.7348 11 14 11ZM15 5H19V9H15V5ZM3 20C3 20.2652 3.10536 20.5196 3.29289 20.7071C3.48043 20.8946 3.73478 21 4 21H10C10.2652 21 10.5196 20.8946 10.7071 20.7071C10.8946 20.5196 11 20.2652 11 20V14C11 13.7348 10.8946 13.4804 10.7071 13.2929C10.5196 13.1054 10.2652 13 10 13H4C3.73478 13 3.48043 13.1054 3.29289 13.2929C3.10536 13.4804 3 13.7348 3 14V20ZM5 15H9V19H5V15ZM13 20C13 20.2652 13.1054 20.5196 13.2929 20.7071C13.4804 20.8946 13.7348 21 14 21H20C20.2652 21 20.5196 20.8946 20.7071 20.7071C20.8946 20.5196 21 20.2652 21 20V14C21 13.7348 20.8946 13.4804 20.7071 13.2929C20.5196 13.1054 20.2652 13 20 13H14C13.7348 13 13.4804 13.1054 13.2929 13.2929C13.1054 13.4804 13 13.7348 13 14V20ZM15 15H19V19H15V15Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10 7H14V11H10V7ZM16 7H20V11H16V7ZM4 7H8V11H4V7ZM10 13H14V17H10V13ZM16 13H20V17H16V13ZM4 13H8V17H4V13Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7 7H11V11H7V7ZM7 13H11V17H7V13ZM13 7H17V11H13V7ZM13 13H17V17H13V13Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7 10H11V14H7V10ZM7 4H11V8H7V4ZM7 16H11V20H7V16ZM13 10H17V14H13V10ZM13 4H17V8H13V4ZM13 16H17V20H13V16Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="8" height="8" rx="1" /><rect x="13" y="3" width="8" height="8" rx="1" /><rect x="3" y="13" width="8" height="8" rx="1" /><rect x="13" y="13" width="8" height="8" rx="1" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.00391 15.9951L9.00391 11.9951L5.00391 7.99512V10.9951H2.00391V12.9951H5.00391V15.9951ZM19.0039 10.9951V7.99512L15.0039 11.9951L19.0039 15.9951V12.9951H22.0039V10.9951H19.0039ZM11.0039 17.9951H13.0039V20.9951H11.0039V17.9951ZM11.0039 12.9951H13.0039V15.9951H11.0039V12.9951ZM11.0039 7.99512H13.0039V10.9951H11.0039V7.99512ZM11.0039 2.99512H13.0039V5.99512H11.0039V2.99512Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11 8L7 12L11 16V13H19V11H11V8ZM3 18H5V21H3V18ZM3 13H5V16H3V13ZM3 8H5V11H3V8ZM3 3H5V6H3V3Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13 11H5V13H13V16L17 12L13 8V11ZM19 3H21V6H19V3ZM19 8H21V11H19V8ZM19 13H21V16H19V13ZM19 18H21V21H19V18Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M12 2 L22 8 L12 14 L2 8 Z" /><path d="M2 12 L12 18 L22 12 L19 10.2 L12 14.4 L5 10.2 Z" /><path d="M2 16 L12 22 L22 16 L19 14.2 L12 18.4 L5 14.2 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M3 3H21V21H3Z M9 3H21V21H9Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M3 3H21V21H3Z M3 9H9V21H3Z M9 9H21V21H9Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="ko-layout-layout-03" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="white"/><path d="M9 3 V21 M15 3 V21" stroke="black" stroke-width="2" fill="none" /></mask><g mask="url(#ko-layout-layout-03)" fill="currentColor"><rect x="3" y="3" width="18" height="18" /></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M3 3H21V21H3Z M3 3H21V8H3Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="5" width="18" height="2" rx="1" /><rect x="3" y="11" width="18" height="2" rx="1" /><rect x="3" y="17" width="18" height="2" rx="1" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="5" width="3" height="2" rx="1" /><rect x="8" y="5" width="13" height="2" rx="1" /><rect x="3" y="11" width="3" height="2" rx="1" /><rect x="8" y="11" width="13" height="2" rx="1" /><rect x="3" y="17" width="3" height="2" rx="1" /><rect x="8" y="17" width="13" height="2" rx="1" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8 4H6C4.89543 4 4 4.89543 4 6V8C4 9.10457 4.89543 10 6 10H8C9.10457 10 10 9.10457 10 8V6C10 4.89543 9.10457 4 8 4Z M18 4H16C14.8954 4 14 4.89543 14 6V8C14 9.10457 14.8954 10 16 10H18C19.1046 10 20 9.10457 20 8V6C20 4.89543 19.1046 4 18 4Z M8 14H6C4.89543 14 4 14.8954 4 16V18C4 19.1046 4.89543 20 6 20H8C9.10457 20 10 19.1046 10 18V16C10 14.8954 9.10457 14 8 14Z M18 14H16C14.8954 14 14 14.8954 14 16V18C14 19.1046 14.8954 20 16 20H18C19.1046 20 20 19.1046 20 18V16C20 14.8954 19.1046 14 18 14Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11 5H5V11H11V5Z M19 5H13V11H19V5Z M11 13H5V19H11V13Z M19 13H13V19H19V13Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9 5H7C5.89543 5 5 5.89543 5 7V9C5 10.1046 5.89543 11 7 11H9C10.1046 11 11 10.1046 11 9V7C11 5.89543 10.1046 5 9 5Z M17 5H15C13.8954 5 13 5.89543 13 7V9C13 10.1046 13.8954 11 15 11H17C18.1046 11 19 10.1046 19 9V7C19 5.89543 18.1046 5 17 5Z M9 13H7C5.89543 13 5 13.8954 5 15V17C5 18.1046 5.89543 19 7 19H9C10.1046 19 11 18.1046 11 17V15C11 13.8954 10.1046 13 9 13Z M17 13H15C13.8954 13 13 13.8954 13 15V17C13 18.1046 13.8954 19 15 19H17C18.1046 19 19 18.1046 19 17V15C19 13.8954 18.1046 13 17 13Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><circle cx="5" cy="12" r="2" /><circle cx="12" cy="12" r="2" /><circle cx="19" cy="12" r="2" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><circle cx="12" cy="5" r="2" /><circle cx="12" cy="12" r="2" /><circle cx="12" cy="19" r="2" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18 11H13V6H16L12 2L8 6H11V11H6V8L2 12L6 16V13H11V18H8L12 22L16 18H13V13H18V16L22 12L18 8V11Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 12 L7 8 V11 H17 V8 L21 12 L17 16 V13 H7 V16 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M12 3 L8 7 H11 V17 H8 L12 21 L16 17 H13 V7 H16 Z" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M11 3 L13 3 V11 H17 V8 L21 12 L17 16 V13 H13 V21 H11 V13 H7 V16 L3 12 L7 8 V11 H11 Z" /></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 20H11V22H13V20H19C19.2652 20 19.5196 19.8946 19.7071 19.7071C19.8946 19.5196 20 19.2652 20 19V14C20 13.7348 19.8946 13.4804 19.7071 13.2929C19.5196 13.1054 19.2652 13 19 13H13V11H17C17.2652 11 17.5196 10.8946 17.7071 10.7071C17.8946 10.5196 18 10.2652 18 10V5C18 4.73478 17.8946 4.48043 17.7071 4.29289C17.5196 4.10536 17.2652 4 17 4H13V2H11V4H7C6.73478 4 6.48043 4.10536 6.29289 4.29289C6.10536 4.48043 6 4.73478 6 5V10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11H11V13H5C4.73478 13 4.48043 13.1054 4.29289 13.2929C4.10536 13.4804 4 13.7348 4 14V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20ZM8 6H16V9H8V6ZM6 15H18V18H6V15Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 2H4V22H2V2ZM21 13H7C6.73478 13 6.48043 13.1054 6.29289 13.2929C6.10536 13.4804 6 13.7348 6 14V19C6 19.2652 6.10536 19.5196 6.29289 19.7071C6.48043 19.8946 6.73478 20 7 20H21C21.2652 20 21.5196 19.8946 21.7071 19.7071C21.8946 19.5196 22 19.2652 22 19V14C22 13.7348 21.8946 13.4804 21.7071 13.2929C21.5196 13.1054 21.2652 13 21 13ZM20 18H8V15H20V18ZM7 11H17C17.2652 11 17.5196 10.8946 17.7071 10.7071C17.8946 10.5196 18 10.2652 18 10V5C18 4.73478 17.8946 4.48043 17.7071 4.29289C17.5196 4.10536 17.2652 4 17 4H7C6.73478 4 6.48043 4.10536 6.29289 4.29289C6.10536 4.48043 6 4.73478 6 5V10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11ZM8 6H16V9H8V6Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 2H22V22H20V2ZM18 14C18 13.7348 17.8946 13.4804 17.7071 13.2929C17.5196 13.1054 17.2652 13 17 13H3C2.73478 13 2.48043 13.1054 2.29289 13.2929C2.10536 13.4804 2 13.7348 2 14V19C2 19.2652 2.10536 19.5196 2.29289 19.7071C2.48043 19.8946 2.73478 20 3 20H17C17.2652 20 17.5196 19.8946 17.7071 19.7071C17.8946 19.5196 18 19.2652 18 19V14ZM16 18H4V15H16V18ZM7 11H17C17.2652 11 17.5196 10.8946 17.7071 10.7071C17.8946 10.5196 18 10.2652 18 10V5C18 4.73478 17.8946 4.48043 17.7071 4.29289C17.5196 4.10536 17.2652 4 17 4H7C6.73478 4 6.48043 4.10536 6.29289 4.29289C6.10536 4.48043 6 4.73478 6 5V10C6 10.2652 6.10536 10.5196 6.29289 10.7071C6.48043 10.8946 6.73478 11 7 11ZM8 6H16V9H8V6Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 20H22V22H2V20ZM4 3V17C4 17.2652 4.10536 17.5196 4.29289 17.7071C4.48043 17.8946 4.73478 18 5 18H10C10.2652 18 10.5196 17.8946 10.7071 17.7071C10.8946 17.5196 11 17.2652 11 17V3C11 2.73478 10.8946 2.48043 10.7071 2.29289C10.5196 2.10536 10.2652 2 10 2H5C4.73478 2 4.48043 2.10536 4.29289 2.29289C4.10536 2.48043 4 2.73478 4 3ZM6 4H9V16H6V4ZM13 17C13 17.2652 13.1054 17.5196 13.2929 17.7071C13.4804 17.8946 13.7348 18 14 18H19C19.2652 18 19.5196 17.8946 19.7071 17.7071C19.8946 17.5196 20 17.2652 20 17V7C20 6.73478 19.8946 6.48043 19.7071 6.29289C19.5196 6.10536 19.2652 6 19 6H14C13.7348 6 13.4804 6.10536 13.2929 6.29289C13.1054 6.48043 13 6.73478 13 7V17ZM15 8H18V16H15V8Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20 7C20 6.73478 19.8946 6.48043 19.7071 6.29289C19.5196 6.10536 19.2652 6 19 6H14C13.7348 6 13.4804 6.10536 13.2929 6.29289C13.1054 6.48043 13 6.73478 13 7V11H11V5C11 4.73478 10.8946 4.48043 10.7071 4.29289C10.5196 4.10536 10.2652 4 10 4H5C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V11H2V13H4V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H10C10.2652 20 10.5196 19.8946 10.7071 19.7071C10.8946 19.5196 11 19.2652 11 19V13H13V17C13 17.2652 13.1054 17.5196 13.2929 17.7071C13.4804 17.8946 13.7348 18 14 18H19C19.2652 18 19.5196 17.8946 19.7071 17.7071C19.8946 17.5196 20 17.2652 20 17V13H22V11H20V7ZM9 18H6V6H9V18ZM18 16H15V8H18V16Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 2H22V4H2V2ZM11 21V7C11 6.73478 10.8946 6.48043 10.7071 6.29289C10.5196 6.10536 10.2652 6 10 6H5C4.73478 6 4.48043 6.10536 4.29289 6.29289C4.10536 6.48043 4 6.73478 4 7V21C4 21.2652 4.10536 21.5196 4.29289 21.7071C4.48043 21.8946 4.73478 22 5 22H10C10.2652 22 10.5196 21.8946 10.7071 21.7071C10.8946 21.5196 11 21.2652 11 21ZM9 20H6V8H9V20ZM19 6H14C13.7348 6 13.4804 6.10536 13.2929 6.29289C13.1054 6.48043 13 6.73478 13 7V17C13 17.2652 13.1054 17.5196 13.2929 17.7071C13.4804 17.8946 13.7348 18 14 18H19C19.2652 18 19.5196 17.8946 19.7071 17.7071C19.8946 17.5196 20 17.2652 20 17V7C20 6.73478 19.8946 6.48043 19.7071 6.29289C19.5196 6.10536 19.2652 6 19 6ZM18 16H15V8H18V16Z" fill="currentColor"></path>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M4 4H20A1 1 0 0 1 21 5V19A1 1 0 0 1 20 20H4A1 1 0 0 1 3 19V5A1 1 0 0 1 4 4Z M3 4H9V20H3Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none"><path d="M4 4H20A1 1 0 0 1 21 5V19A1 1 0 0 1 20 20H4A1 1 0 0 1 3 19V5A1 1 0 0 1 4 4Z M15 4H21V20H15Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M3 11 H21 V13 H3 Z" /><path d="M6 4 L12 9 L18 4 Z" /><path d="M6 20 L12 15 L18 20 Z" fill="none" stroke="currentColor" stroke-width="1.5" stroke-dasharray="2 1.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><path d="M11 3 H13 V21 H11 Z" /><path d="M4 6 L9 12 L4 18 Z" /><path d="M20 6 L15 12 L20 18 Z" fill="none" stroke="currentColor" stroke-width="1.5" stroke-dasharray="2 1.5" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="18" height="5" rx="1" /><rect x="3" y="9.5" width="18" height="5" rx="1" /><rect x="3" y="16" width="18" height="5" rx="1" /></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor"><rect x="3" y="3" width="18" height="8" rx="1" /><rect x="3" y="13" width="18" height="8" rx="1" /></svg>