@joyautomation/salt 0.0.19 → 0.0.21

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 (698) hide show
  1. package/dist/components/Icon.svelte +40 -0
  2. package/dist/components/Icon.svelte.d.ts +22 -0
  3. package/dist/components/ThemeButton.svelte +6 -5
  4. package/dist/components/ThemeButton.svelte.d.ts +19 -15
  5. package/dist/components/Toast.svelte +17 -12
  6. package/dist/components/Toast.svelte.d.ts +3 -14
  7. package/dist/components/Toggle.svelte +9 -7
  8. package/dist/components/Toggle.svelte.d.ts +23 -19
  9. package/dist/components/forms/Input.svelte +5 -2
  10. package/dist/components/forms/Input.svelte.d.ts +3 -14
  11. package/dist/components/forms/index.d.ts +1 -0
  12. package/dist/components/forms/index.js +1 -0
  13. package/dist/components/icons/ArrowPath.svelte.d.ts +22 -19
  14. package/dist/components/icons/Bars.svelte +2 -1
  15. package/dist/components/icons/Bars.svelte.d.ts +18 -14
  16. package/dist/components/icons/CheckCircle.svelte.d.ts +22 -19
  17. package/dist/components/icons/ChevronDown.svelte.d.ts +22 -19
  18. package/dist/components/icons/ChevronRight.svelte +2 -1
  19. package/dist/components/icons/ChevronRight.svelte.d.ts +18 -14
  20. package/dist/components/icons/ChevronUpDown.svelte +2 -1
  21. package/dist/components/icons/ChevronUpDown.svelte.d.ts +18 -14
  22. package/dist/components/icons/DocumentMinus.svelte.d.ts +22 -19
  23. package/dist/components/icons/DocumentPlus.svelte.d.ts +22 -19
  24. package/dist/components/icons/Link.svelte.d.ts +22 -19
  25. package/dist/components/icons/Minus.svelte.d.ts +22 -19
  26. package/dist/components/icons/Moon.svelte +2 -1
  27. package/dist/components/icons/Moon.svelte.d.ts +18 -14
  28. package/dist/components/icons/PauseCircle.svelte +2 -1
  29. package/dist/components/icons/PauseCircle.svelte.d.ts +18 -14
  30. package/dist/components/icons/Pencil.svelte +2 -1
  31. package/dist/components/icons/Pencil.svelte.d.ts +18 -14
  32. package/dist/components/icons/PlayCircle.svelte.d.ts +22 -19
  33. package/dist/components/icons/Plus.svelte +2 -1
  34. package/dist/components/icons/Plus.svelte.d.ts +18 -14
  35. package/dist/components/icons/ShoppingCart.svelte +2 -1
  36. package/dist/components/icons/ShoppingCart.svelte.d.ts +18 -14
  37. package/dist/components/icons/Sun.svelte +2 -1
  38. package/dist/components/icons/Sun.svelte.d.ts +18 -14
  39. package/dist/components/icons/Trash.svelte +2 -1
  40. package/dist/components/icons/Trash.svelte.d.ts +18 -14
  41. package/dist/components/icons/WrenchScrewdriver.svelte +2 -1
  42. package/dist/components/icons/WrenchScrewdriver.svelte.d.ts +18 -14
  43. package/dist/components/icons/Xcircle.svelte.d.ts +22 -19
  44. package/dist/components/icons/Xmark.svelte +2 -1
  45. package/dist/components/icons/Xmark.svelte.d.ts +18 -14
  46. package/dist/components/icons/svg/outline/academic-cap.svg +3 -0
  47. package/dist/components/icons/svg/outline/adjustments-horizontal.svg +3 -0
  48. package/dist/components/icons/svg/outline/adjustments-vertical.svg +3 -0
  49. package/dist/components/icons/svg/outline/archive-box-arrow-down.svg +3 -0
  50. package/dist/components/icons/svg/outline/archive-box-x-mark.svg +3 -0
  51. package/dist/components/icons/svg/outline/archive-box.svg +3 -0
  52. package/dist/components/icons/svg/outline/arrow-down-circle.svg +3 -0
  53. package/dist/components/icons/svg/outline/arrow-down-left.svg +3 -0
  54. package/dist/components/icons/svg/outline/arrow-down-on-square-stack.svg +3 -0
  55. package/dist/components/icons/svg/outline/arrow-down-on-square.svg +3 -0
  56. package/dist/components/icons/svg/outline/arrow-down-right.svg +3 -0
  57. package/dist/components/icons/svg/outline/arrow-down-tray.svg +3 -0
  58. package/dist/components/icons/svg/outline/arrow-down.svg +3 -0
  59. package/dist/components/icons/svg/outline/arrow-left-circle.svg +3 -0
  60. package/dist/components/icons/svg/outline/arrow-left-end-on-rectangle.svg +3 -0
  61. package/dist/components/icons/svg/outline/arrow-left-on-rectangle.svg +3 -0
  62. package/dist/components/icons/svg/outline/arrow-left-start-on-rectangle.svg +3 -0
  63. package/dist/components/icons/svg/outline/arrow-left.svg +3 -0
  64. package/dist/components/icons/svg/outline/arrow-long-down.svg +3 -0
  65. package/dist/components/icons/svg/outline/arrow-long-left.svg +3 -0
  66. package/dist/components/icons/svg/outline/arrow-long-right.svg +3 -0
  67. package/dist/components/icons/svg/outline/arrow-long-up.svg +3 -0
  68. package/dist/components/icons/svg/outline/arrow-path-rounded-square.svg +3 -0
  69. package/dist/components/icons/svg/outline/arrow-path.svg +3 -0
  70. package/dist/components/icons/svg/outline/arrow-right-circle.svg +3 -0
  71. package/dist/components/icons/svg/outline/arrow-right-end-on-rectangle.svg +3 -0
  72. package/dist/components/icons/svg/outline/arrow-right-on-rectangle.svg +3 -0
  73. package/dist/components/icons/svg/outline/arrow-right-start-on-rectangle.svg +3 -0
  74. package/dist/components/icons/svg/outline/arrow-right.svg +3 -0
  75. package/dist/components/icons/svg/outline/arrow-small-down.svg +3 -0
  76. package/dist/components/icons/svg/outline/arrow-small-left.svg +3 -0
  77. package/dist/components/icons/svg/outline/arrow-small-right.svg +3 -0
  78. package/dist/components/icons/svg/outline/arrow-small-up.svg +3 -0
  79. package/dist/components/icons/svg/outline/arrow-top-right-on-square.svg +3 -0
  80. package/dist/components/icons/svg/outline/arrow-trending-down.svg +3 -0
  81. package/dist/components/icons/svg/outline/arrow-trending-up.svg +3 -0
  82. package/dist/components/icons/svg/outline/arrow-turn-down-left.svg +3 -0
  83. package/dist/components/icons/svg/outline/arrow-turn-down-right.svg +3 -0
  84. package/dist/components/icons/svg/outline/arrow-turn-left-down.svg +3 -0
  85. package/dist/components/icons/svg/outline/arrow-turn-left-up.svg +3 -0
  86. package/dist/components/icons/svg/outline/arrow-turn-right-down.svg +3 -0
  87. package/dist/components/icons/svg/outline/arrow-turn-right-up.svg +3 -0
  88. package/dist/components/icons/svg/outline/arrow-turn-up-left.svg +3 -0
  89. package/dist/components/icons/svg/outline/arrow-turn-up-right.svg +3 -0
  90. package/dist/components/icons/svg/outline/arrow-up-circle.svg +3 -0
  91. package/dist/components/icons/svg/outline/arrow-up-left.svg +3 -0
  92. package/dist/components/icons/svg/outline/arrow-up-on-square-stack.svg +3 -0
  93. package/dist/components/icons/svg/outline/arrow-up-on-square.svg +3 -0
  94. package/dist/components/icons/svg/outline/arrow-up-right.svg +3 -0
  95. package/dist/components/icons/svg/outline/arrow-up-tray.svg +3 -0
  96. package/dist/components/icons/svg/outline/arrow-up.svg +3 -0
  97. package/dist/components/icons/svg/outline/arrow-uturn-down.svg +3 -0
  98. package/dist/components/icons/svg/outline/arrow-uturn-left.svg +3 -0
  99. package/dist/components/icons/svg/outline/arrow-uturn-right.svg +3 -0
  100. package/dist/components/icons/svg/outline/arrow-uturn-up.svg +3 -0
  101. package/dist/components/icons/svg/outline/arrows-pointing-in.svg +3 -0
  102. package/dist/components/icons/svg/outline/arrows-pointing-out.svg +3 -0
  103. package/dist/components/icons/svg/outline/arrows-right-left.svg +3 -0
  104. package/dist/components/icons/svg/outline/arrows-up-down.svg +3 -0
  105. package/dist/components/icons/svg/outline/at-symbol.svg +3 -0
  106. package/dist/components/icons/svg/outline/backspace.svg +3 -0
  107. package/dist/components/icons/svg/outline/backward.svg +4 -0
  108. package/dist/components/icons/svg/outline/banknotes.svg +3 -0
  109. package/dist/components/icons/svg/outline/bars-2.svg +3 -0
  110. package/dist/components/icons/svg/outline/bars-3-bottom-left.svg +3 -0
  111. package/dist/components/icons/svg/outline/bars-3-bottom-right.svg +3 -0
  112. package/dist/components/icons/svg/outline/bars-3-center-left.svg +3 -0
  113. package/dist/components/icons/svg/outline/bars-3.svg +3 -0
  114. package/dist/components/icons/svg/outline/bars-4.svg +3 -0
  115. package/dist/components/icons/svg/outline/bars-arrow-down.svg +3 -0
  116. package/dist/components/icons/svg/outline/bars-arrow-up.svg +3 -0
  117. package/dist/components/icons/svg/outline/battery-0.svg +3 -0
  118. package/dist/components/icons/svg/outline/battery-100.svg +3 -0
  119. package/dist/components/icons/svg/outline/battery-50.svg +3 -0
  120. package/dist/components/icons/svg/outline/beaker.svg +3 -0
  121. package/dist/components/icons/svg/outline/bell-alert.svg +3 -0
  122. package/dist/components/icons/svg/outline/bell-slash.svg +3 -0
  123. package/dist/components/icons/svg/outline/bell-snooze.svg +3 -0
  124. package/dist/components/icons/svg/outline/bell.svg +3 -0
  125. package/dist/components/icons/svg/outline/bold.svg +3 -0
  126. package/dist/components/icons/svg/outline/bolt-slash.svg +3 -0
  127. package/dist/components/icons/svg/outline/bolt.svg +3 -0
  128. package/dist/components/icons/svg/outline/book-open.svg +3 -0
  129. package/dist/components/icons/svg/outline/bookmark-slash.svg +3 -0
  130. package/dist/components/icons/svg/outline/bookmark-square.svg +3 -0
  131. package/dist/components/icons/svg/outline/bookmark.svg +3 -0
  132. package/dist/components/icons/svg/outline/briefcase.svg +3 -0
  133. package/dist/components/icons/svg/outline/bug-ant.svg +3 -0
  134. package/dist/components/icons/svg/outline/building-library.svg +3 -0
  135. package/dist/components/icons/svg/outline/building-office-2.svg +3 -0
  136. package/dist/components/icons/svg/outline/building-office.svg +3 -0
  137. package/dist/components/icons/svg/outline/building-storefront.svg +3 -0
  138. package/dist/components/icons/svg/outline/cake.svg +3 -0
  139. package/dist/components/icons/svg/outline/calculator.svg +3 -0
  140. package/dist/components/icons/svg/outline/calendar-date-range.svg +3 -0
  141. package/dist/components/icons/svg/outline/calendar-days.svg +3 -0
  142. package/dist/components/icons/svg/outline/calendar.svg +3 -0
  143. package/dist/components/icons/svg/outline/camera.svg +5 -0
  144. package/dist/components/icons/svg/outline/chart-bar-square.svg +3 -0
  145. package/dist/components/icons/svg/outline/chart-bar.svg +5 -0
  146. package/dist/components/icons/svg/outline/chart-pie.svg +4 -0
  147. package/dist/components/icons/svg/outline/chat-bubble-bottom-center-text.svg +3 -0
  148. package/dist/components/icons/svg/outline/chat-bubble-bottom-center.svg +3 -0
  149. package/dist/components/icons/svg/outline/chat-bubble-left-ellipsis.svg +3 -0
  150. package/dist/components/icons/svg/outline/chat-bubble-left-right.svg +3 -0
  151. package/dist/components/icons/svg/outline/chat-bubble-left.svg +3 -0
  152. package/dist/components/icons/svg/outline/chat-bubble-oval-left-ellipsis.svg +3 -0
  153. package/dist/components/icons/svg/outline/chat-bubble-oval-left.svg +3 -0
  154. package/dist/components/icons/svg/outline/check-badge.svg +3 -0
  155. package/dist/components/icons/svg/outline/check-circle.svg +3 -0
  156. package/dist/components/icons/svg/outline/check.svg +3 -0
  157. package/dist/components/icons/svg/outline/chevron-double-down.svg +3 -0
  158. package/dist/components/icons/svg/outline/chevron-double-left.svg +3 -0
  159. package/dist/components/icons/svg/outline/chevron-double-right.svg +3 -0
  160. package/dist/components/icons/svg/outline/chevron-double-up.svg +4 -0
  161. package/dist/components/icons/svg/outline/chevron-down.svg +3 -0
  162. package/dist/components/icons/svg/outline/chevron-left.svg +3 -0
  163. package/dist/components/icons/svg/outline/chevron-right.svg +3 -0
  164. package/dist/components/icons/svg/outline/chevron-up-down.svg +3 -0
  165. package/dist/components/icons/svg/outline/chevron-up.svg +3 -0
  166. package/dist/components/icons/svg/outline/circle-stack.svg +3 -0
  167. package/dist/components/icons/svg/outline/clipboard-document-check.svg +3 -0
  168. package/dist/components/icons/svg/outline/clipboard-document-list.svg +3 -0
  169. package/dist/components/icons/svg/outline/clipboard-document.svg +3 -0
  170. package/dist/components/icons/svg/outline/clipboard.svg +3 -0
  171. package/dist/components/icons/svg/outline/clock.svg +3 -0
  172. package/dist/components/icons/svg/outline/cloud-arrow-down.svg +3 -0
  173. package/dist/components/icons/svg/outline/cloud-arrow-up.svg +3 -0
  174. package/dist/components/icons/svg/outline/cloud.svg +3 -0
  175. package/dist/components/icons/svg/outline/code-bracket-square.svg +3 -0
  176. package/dist/components/icons/svg/outline/code-bracket.svg +3 -0
  177. package/dist/components/icons/svg/outline/cog-6-tooth.svg +4 -0
  178. package/dist/components/icons/svg/outline/cog-8-tooth.svg +4 -0
  179. package/dist/components/icons/svg/outline/cog.svg +3 -0
  180. package/dist/components/icons/svg/outline/command-line.svg +3 -0
  181. package/dist/components/icons/svg/outline/computer-desktop.svg +3 -0
  182. package/dist/components/icons/svg/outline/cpu-chip.svg +3 -0
  183. package/dist/components/icons/svg/outline/credit-card.svg +3 -0
  184. package/dist/components/icons/svg/outline/cube-transparent.svg +3 -0
  185. package/dist/components/icons/svg/outline/cube.svg +3 -0
  186. package/dist/components/icons/svg/outline/currency-bangladeshi.svg +3 -0
  187. package/dist/components/icons/svg/outline/currency-dollar.svg +3 -0
  188. package/dist/components/icons/svg/outline/currency-euro.svg +3 -0
  189. package/dist/components/icons/svg/outline/currency-pound.svg +3 -0
  190. package/dist/components/icons/svg/outline/currency-rupee.svg +3 -0
  191. package/dist/components/icons/svg/outline/currency-yen.svg +3 -0
  192. package/dist/components/icons/svg/outline/cursor-arrow-rays.svg +3 -0
  193. package/dist/components/icons/svg/outline/cursor-arrow-ripple.svg +3 -0
  194. package/dist/components/icons/svg/outline/device-phone-mobile.svg +3 -0
  195. package/dist/components/icons/svg/outline/device-tablet.svg +3 -0
  196. package/dist/components/icons/svg/outline/divide.svg +3 -0
  197. package/dist/components/icons/svg/outline/document-arrow-down.svg +3 -0
  198. package/dist/components/icons/svg/outline/document-arrow-up.svg +3 -0
  199. package/dist/components/icons/svg/outline/document-chart-bar.svg +3 -0
  200. package/dist/components/icons/svg/outline/document-check.svg +3 -0
  201. package/dist/components/icons/svg/outline/document-currency-bangladeshi.svg +3 -0
  202. package/dist/components/icons/svg/outline/document-currency-dollar.svg +3 -0
  203. package/dist/components/icons/svg/outline/document-currency-euro.svg +3 -0
  204. package/dist/components/icons/svg/outline/document-currency-pound.svg +3 -0
  205. package/dist/components/icons/svg/outline/document-currency-rupee.svg +3 -0
  206. package/dist/components/icons/svg/outline/document-currency-yen.svg +3 -0
  207. package/dist/components/icons/svg/outline/document-duplicate.svg +3 -0
  208. package/dist/components/icons/svg/outline/document-magnifying-glass.svg +3 -0
  209. package/dist/components/icons/svg/outline/document-minus.svg +3 -0
  210. package/dist/components/icons/svg/outline/document-plus.svg +3 -0
  211. package/dist/components/icons/svg/outline/document-text.svg +3 -0
  212. package/dist/components/icons/svg/outline/document.svg +3 -0
  213. package/dist/components/icons/svg/outline/ellipsis-horizontal-circle.svg +3 -0
  214. package/dist/components/icons/svg/outline/ellipsis-horizontal.svg +5 -0
  215. package/dist/components/icons/svg/outline/ellipsis-vertical.svg +5 -0
  216. package/dist/components/icons/svg/outline/envelope-open.svg +3 -0
  217. package/dist/components/icons/svg/outline/envelope.svg +3 -0
  218. package/dist/components/icons/svg/outline/equals.svg +3 -0
  219. package/dist/components/icons/svg/outline/exclamation-circle.svg +3 -0
  220. package/dist/components/icons/svg/outline/exclamation-triangle.svg +3 -0
  221. package/dist/components/icons/svg/outline/eye-dropper.svg +3 -0
  222. package/dist/components/icons/svg/outline/eye-slash.svg +3 -0
  223. package/dist/components/icons/svg/outline/eye.svg +4 -0
  224. package/dist/components/icons/svg/outline/face-frown.svg +3 -0
  225. package/dist/components/icons/svg/outline/face-smile.svg +3 -0
  226. package/dist/components/icons/svg/outline/film.svg +3 -0
  227. package/dist/components/icons/svg/outline/finger-print.svg +3 -0
  228. package/dist/components/icons/svg/outline/fire.svg +4 -0
  229. package/dist/components/icons/svg/outline/flag.svg +3 -0
  230. package/dist/components/icons/svg/outline/folder-arrow-down.svg +3 -0
  231. package/dist/components/icons/svg/outline/folder-minus.svg +3 -0
  232. package/dist/components/icons/svg/outline/folder-open.svg +3 -0
  233. package/dist/components/icons/svg/outline/folder-plus.svg +3 -0
  234. package/dist/components/icons/svg/outline/folder.svg +3 -0
  235. package/dist/components/icons/svg/outline/forward.svg +4 -0
  236. package/dist/components/icons/svg/outline/funnel.svg +3 -0
  237. package/dist/components/icons/svg/outline/gif.svg +3 -0
  238. package/dist/components/icons/svg/outline/gift-top.svg +3 -0
  239. package/dist/components/icons/svg/outline/gift.svg +3 -0
  240. package/dist/components/icons/svg/outline/globe-alt.svg +3 -0
  241. package/dist/components/icons/svg/outline/globe-americas.svg +3 -0
  242. package/dist/components/icons/svg/outline/globe-asia-australia.svg +3 -0
  243. package/dist/components/icons/svg/outline/globe-europe-africa.svg +3 -0
  244. package/dist/components/icons/svg/outline/h1.svg +3 -0
  245. package/dist/components/icons/svg/outline/h2.svg +3 -0
  246. package/dist/components/icons/svg/outline/h3.svg +3 -0
  247. package/dist/components/icons/svg/outline/hand-raised.svg +3 -0
  248. package/dist/components/icons/svg/outline/hand-thumb-down.svg +3 -0
  249. package/dist/components/icons/svg/outline/hand-thumb-up.svg +3 -0
  250. package/dist/components/icons/svg/outline/hashtag.svg +3 -0
  251. package/dist/components/icons/svg/outline/heart.svg +3 -0
  252. package/dist/components/icons/svg/outline/home-modern.svg +3 -0
  253. package/dist/components/icons/svg/outline/home.svg +3 -0
  254. package/dist/components/icons/svg/outline/identification.svg +3 -0
  255. package/dist/components/icons/svg/outline/inbox-arrow-down.svg +3 -0
  256. package/dist/components/icons/svg/outline/inbox-stack.svg +3 -0
  257. package/dist/components/icons/svg/outline/inbox.svg +3 -0
  258. package/dist/components/icons/svg/outline/information-circle.svg +3 -0
  259. package/dist/components/icons/svg/outline/italic.svg +3 -0
  260. package/dist/components/icons/svg/outline/key.svg +3 -0
  261. package/dist/components/icons/svg/outline/language.svg +3 -0
  262. package/dist/components/icons/svg/outline/lifebuoy.svg +3 -0
  263. package/dist/components/icons/svg/outline/light-bulb.svg +3 -0
  264. package/dist/components/icons/svg/outline/link-slash.svg +3 -0
  265. package/dist/components/icons/svg/outline/link.svg +3 -0
  266. package/dist/components/icons/svg/outline/list-bullet.svg +3 -0
  267. package/dist/components/icons/svg/outline/lock-closed.svg +3 -0
  268. package/dist/components/icons/svg/outline/lock-open.svg +3 -0
  269. package/dist/components/icons/svg/outline/magnifying-glass-circle.svg +3 -0
  270. package/dist/components/icons/svg/outline/magnifying-glass-minus.svg +3 -0
  271. package/dist/components/icons/svg/outline/magnifying-glass-plus.svg +3 -0
  272. package/dist/components/icons/svg/outline/magnifying-glass.svg +3 -0
  273. package/dist/components/icons/svg/outline/map-pin.svg +4 -0
  274. package/dist/components/icons/svg/outline/map.svg +3 -0
  275. package/dist/components/icons/svg/outline/megaphone.svg +3 -0
  276. package/dist/components/icons/svg/outline/microphone.svg +3 -0
  277. package/dist/components/icons/svg/outline/minus-circle.svg +3 -0
  278. package/dist/components/icons/svg/outline/minus-small.svg +3 -0
  279. package/dist/components/icons/svg/outline/minus.svg +3 -0
  280. package/dist/components/icons/svg/outline/moon.svg +3 -0
  281. package/dist/components/icons/svg/outline/musical-note.svg +3 -0
  282. package/dist/components/icons/svg/outline/newspaper.svg +3 -0
  283. package/dist/components/icons/svg/outline/no-symbol.svg +3 -0
  284. package/dist/components/icons/svg/outline/numbered-list.svg +3 -0
  285. package/dist/components/icons/svg/outline/paint-brush.svg +3 -0
  286. package/dist/components/icons/svg/outline/paper-airplane.svg +3 -0
  287. package/dist/components/icons/svg/outline/paper-clip.svg +3 -0
  288. package/dist/components/icons/svg/outline/pause-circle.svg +3 -0
  289. package/dist/components/icons/svg/outline/pause.svg +3 -0
  290. package/dist/components/icons/svg/outline/pencil-square.svg +3 -0
  291. package/dist/components/icons/svg/outline/pencil.svg +3 -0
  292. package/dist/components/icons/svg/outline/percent-badge.svg +3 -0
  293. package/dist/components/icons/svg/outline/phone-arrow-down-left.svg +3 -0
  294. package/dist/components/icons/svg/outline/phone-arrow-up-right.svg +3 -0
  295. package/dist/components/icons/svg/outline/phone-x-mark.svg +3 -0
  296. package/dist/components/icons/svg/outline/phone.svg +3 -0
  297. package/dist/components/icons/svg/outline/photo.svg +3 -0
  298. package/dist/components/icons/svg/outline/play-circle.svg +4 -0
  299. package/dist/components/icons/svg/outline/play-pause.svg +3 -0
  300. package/dist/components/icons/svg/outline/play.svg +3 -0
  301. package/dist/components/icons/svg/outline/plus-circle.svg +3 -0
  302. package/dist/components/icons/svg/outline/plus-small.svg +3 -0
  303. package/dist/components/icons/svg/outline/plus.svg +3 -0
  304. package/dist/components/icons/svg/outline/power.svg +3 -0
  305. package/dist/components/icons/svg/outline/presentation-chart-bar.svg +3 -0
  306. package/dist/components/icons/svg/outline/presentation-chart-line.svg +3 -0
  307. package/dist/components/icons/svg/outline/printer.svg +3 -0
  308. package/dist/components/icons/svg/outline/puzzle-piece.svg +3 -0
  309. package/dist/components/icons/svg/outline/qr-code.svg +13 -0
  310. package/dist/components/icons/svg/outline/question-mark-circle.svg +3 -0
  311. package/dist/components/icons/svg/outline/queue-list.svg +3 -0
  312. package/dist/components/icons/svg/outline/radio.svg +3 -0
  313. package/dist/components/icons/svg/outline/receipt-percent.svg +3 -0
  314. package/dist/components/icons/svg/outline/receipt-refund.svg +3 -0
  315. package/dist/components/icons/svg/outline/rectangle-group.svg +5 -0
  316. package/dist/components/icons/svg/outline/rectangle-stack.svg +3 -0
  317. package/dist/components/icons/svg/outline/rocket-launch.svg +3 -0
  318. package/dist/components/icons/svg/outline/rss.svg +3 -0
  319. package/dist/components/icons/svg/outline/scale.svg +3 -0
  320. package/dist/components/icons/svg/outline/scissors.svg +3 -0
  321. package/dist/components/icons/svg/outline/server-stack.svg +3 -0
  322. package/dist/components/icons/svg/outline/server.svg +3 -0
  323. package/dist/components/icons/svg/outline/share.svg +3 -0
  324. package/dist/components/icons/svg/outline/shield-check.svg +3 -0
  325. package/dist/components/icons/svg/outline/shield-exclamation.svg +3 -0
  326. package/dist/components/icons/svg/outline/shopping-bag.svg +3 -0
  327. package/dist/components/icons/svg/outline/shopping-cart.svg +3 -0
  328. package/dist/components/icons/svg/outline/signal-slash.svg +3 -0
  329. package/dist/components/icons/svg/outline/signal.svg +3 -0
  330. package/dist/components/icons/svg/outline/slash.svg +3 -0
  331. package/dist/components/icons/svg/outline/sparkles.svg +5 -0
  332. package/dist/components/icons/svg/outline/speaker-wave.svg +3 -0
  333. package/dist/components/icons/svg/outline/speaker-x-mark.svg +3 -0
  334. package/dist/components/icons/svg/outline/square-2-stack.svg +3 -0
  335. package/dist/components/icons/svg/outline/square-3-stack-3d.svg +3 -0
  336. package/dist/components/icons/svg/outline/squares-2x2.svg +6 -0
  337. package/dist/components/icons/svg/outline/squares-plus.svg +3 -0
  338. package/dist/components/icons/svg/outline/star.svg +3 -0
  339. package/dist/components/icons/svg/outline/stop-circle.svg +4 -0
  340. package/dist/components/icons/svg/outline/stop.svg +3 -0
  341. package/dist/components/icons/svg/outline/strikethrough.svg +3 -0
  342. package/dist/components/icons/svg/outline/sun.svg +3 -0
  343. package/dist/components/icons/svg/outline/swatch.svg +3 -0
  344. package/dist/components/icons/svg/outline/table-cells.svg +3 -0
  345. package/dist/components/icons/svg/outline/tag.svg +4 -0
  346. package/dist/components/icons/svg/outline/ticket.svg +3 -0
  347. package/dist/components/icons/svg/outline/trash.svg +3 -0
  348. package/dist/components/icons/svg/outline/trophy.svg +3 -0
  349. package/dist/components/icons/svg/outline/truck.svg +3 -0
  350. package/dist/components/icons/svg/outline/tv.svg +3 -0
  351. package/dist/components/icons/svg/outline/underline.svg +3 -0
  352. package/dist/components/icons/svg/outline/user-circle.svg +3 -0
  353. package/dist/components/icons/svg/outline/user-group.svg +3 -0
  354. package/dist/components/icons/svg/outline/user-minus.svg +3 -0
  355. package/dist/components/icons/svg/outline/user-plus.svg +3 -0
  356. package/dist/components/icons/svg/outline/user.svg +4 -0
  357. package/dist/components/icons/svg/outline/users.svg +3 -0
  358. package/dist/components/icons/svg/outline/variable.svg +3 -0
  359. package/dist/components/icons/svg/outline/video-camera-slash.svg +3 -0
  360. package/dist/components/icons/svg/outline/video-camera.svg +3 -0
  361. package/dist/components/icons/svg/outline/view-columns.svg +3 -0
  362. package/dist/components/icons/svg/outline/viewfinder-circle.svg +3 -0
  363. package/dist/components/icons/svg/outline/wallet.svg +3 -0
  364. package/dist/components/icons/svg/outline/wifi.svg +3 -0
  365. package/dist/components/icons/svg/outline/window.svg +3 -0
  366. package/dist/components/icons/svg/outline/wrench-screwdriver.svg +3 -0
  367. package/dist/components/icons/svg/outline/wrench.svg +4 -0
  368. package/dist/components/icons/svg/outline/x-circle.svg +3 -0
  369. package/dist/components/icons/svg/outline/x-mark.svg +3 -0
  370. package/dist/components/icons/svg/solid/academic-cap.svg +5 -0
  371. package/dist/components/icons/svg/solid/adjustments-horizontal.svg +11 -0
  372. package/dist/components/icons/svg/solid/adjustments-vertical.svg +11 -0
  373. package/dist/components/icons/svg/solid/archive-box-arrow-down.svg +4 -0
  374. package/dist/components/icons/svg/solid/archive-box-x-mark.svg +4 -0
  375. package/dist/components/icons/svg/solid/archive-box.svg +4 -0
  376. package/dist/components/icons/svg/solid/arrow-down-circle.svg +3 -0
  377. package/dist/components/icons/svg/solid/arrow-down-left.svg +3 -0
  378. package/dist/components/icons/svg/solid/arrow-down-on-square-stack.svg +4 -0
  379. package/dist/components/icons/svg/solid/arrow-down-on-square.svg +4 -0
  380. package/dist/components/icons/svg/solid/arrow-down-right.svg +3 -0
  381. package/dist/components/icons/svg/solid/arrow-down-tray.svg +3 -0
  382. package/dist/components/icons/svg/solid/arrow-down.svg +3 -0
  383. package/dist/components/icons/svg/solid/arrow-left-circle.svg +3 -0
  384. package/dist/components/icons/svg/solid/arrow-left-end-on-rectangle.svg +3 -0
  385. package/dist/components/icons/svg/solid/arrow-left-on-rectangle.svg +3 -0
  386. package/dist/components/icons/svg/solid/arrow-left-start-on-rectangle.svg +3 -0
  387. package/dist/components/icons/svg/solid/arrow-left.svg +3 -0
  388. package/dist/components/icons/svg/solid/arrow-long-down.svg +3 -0
  389. package/dist/components/icons/svg/solid/arrow-long-left.svg +3 -0
  390. package/dist/components/icons/svg/solid/arrow-long-right.svg +3 -0
  391. package/dist/components/icons/svg/solid/arrow-long-up.svg +3 -0
  392. package/dist/components/icons/svg/solid/arrow-path-rounded-square.svg +3 -0
  393. package/dist/components/icons/svg/solid/arrow-path.svg +3 -0
  394. package/dist/components/icons/svg/solid/arrow-right-circle.svg +3 -0
  395. package/dist/components/icons/svg/solid/arrow-right-end-on-rectangle.svg +3 -0
  396. package/dist/components/icons/svg/solid/arrow-right-on-rectangle.svg +3 -0
  397. package/dist/components/icons/svg/solid/arrow-right-start-on-rectangle.svg +3 -0
  398. package/dist/components/icons/svg/solid/arrow-right.svg +3 -0
  399. package/dist/components/icons/svg/solid/arrow-small-down.svg +3 -0
  400. package/dist/components/icons/svg/solid/arrow-small-left.svg +3 -0
  401. package/dist/components/icons/svg/solid/arrow-small-right.svg +3 -0
  402. package/dist/components/icons/svg/solid/arrow-small-up.svg +3 -0
  403. package/dist/components/icons/svg/solid/arrow-top-right-on-square.svg +3 -0
  404. package/dist/components/icons/svg/solid/arrow-trending-down.svg +3 -0
  405. package/dist/components/icons/svg/solid/arrow-trending-up.svg +3 -0
  406. package/dist/components/icons/svg/solid/arrow-turn-down-left.svg +3 -0
  407. package/dist/components/icons/svg/solid/arrow-turn-down-right.svg +3 -0
  408. package/dist/components/icons/svg/solid/arrow-turn-left-down.svg +3 -0
  409. package/dist/components/icons/svg/solid/arrow-turn-left-up.svg +3 -0
  410. package/dist/components/icons/svg/solid/arrow-turn-right-down.svg +3 -0
  411. package/dist/components/icons/svg/solid/arrow-turn-right-up.svg +3 -0
  412. package/dist/components/icons/svg/solid/arrow-turn-up-left.svg +3 -0
  413. package/dist/components/icons/svg/solid/arrow-turn-up-right.svg +3 -0
  414. package/dist/components/icons/svg/solid/arrow-up-circle.svg +3 -0
  415. package/dist/components/icons/svg/solid/arrow-up-left.svg +3 -0
  416. package/dist/components/icons/svg/solid/arrow-up-on-square-stack.svg +5 -0
  417. package/dist/components/icons/svg/solid/arrow-up-on-square.svg +4 -0
  418. package/dist/components/icons/svg/solid/arrow-up-right.svg +3 -0
  419. package/dist/components/icons/svg/solid/arrow-up-tray.svg +3 -0
  420. package/dist/components/icons/svg/solid/arrow-up.svg +3 -0
  421. package/dist/components/icons/svg/solid/arrow-uturn-down.svg +3 -0
  422. package/dist/components/icons/svg/solid/arrow-uturn-left.svg +3 -0
  423. package/dist/components/icons/svg/solid/arrow-uturn-right.svg +3 -0
  424. package/dist/components/icons/svg/solid/arrow-uturn-up.svg +3 -0
  425. package/dist/components/icons/svg/solid/arrows-pointing-in.svg +3 -0
  426. package/dist/components/icons/svg/solid/arrows-pointing-out.svg +3 -0
  427. package/dist/components/icons/svg/solid/arrows-right-left.svg +3 -0
  428. package/dist/components/icons/svg/solid/arrows-up-down.svg +3 -0
  429. package/dist/components/icons/svg/solid/at-symbol.svg +3 -0
  430. package/dist/components/icons/svg/solid/backspace.svg +3 -0
  431. package/dist/components/icons/svg/solid/backward.svg +3 -0
  432. package/dist/components/icons/svg/solid/banknotes.svg +5 -0
  433. package/dist/components/icons/svg/solid/bars-2.svg +3 -0
  434. package/dist/components/icons/svg/solid/bars-3-bottom-left.svg +3 -0
  435. package/dist/components/icons/svg/solid/bars-3-bottom-right.svg +3 -0
  436. package/dist/components/icons/svg/solid/bars-3-center-left.svg +3 -0
  437. package/dist/components/icons/svg/solid/bars-3.svg +3 -0
  438. package/dist/components/icons/svg/solid/bars-4.svg +3 -0
  439. package/dist/components/icons/svg/solid/bars-arrow-down.svg +3 -0
  440. package/dist/components/icons/svg/solid/bars-arrow-up.svg +3 -0
  441. package/dist/components/icons/svg/solid/battery-0.svg +3 -0
  442. package/dist/components/icons/svg/solid/battery-100.svg +3 -0
  443. package/dist/components/icons/svg/solid/battery-50.svg +4 -0
  444. package/dist/components/icons/svg/solid/beaker.svg +3 -0
  445. package/dist/components/icons/svg/solid/bell-alert.svg +5 -0
  446. package/dist/components/icons/svg/solid/bell-slash.svg +5 -0
  447. package/dist/components/icons/svg/solid/bell-snooze.svg +3 -0
  448. package/dist/components/icons/svg/solid/bell.svg +3 -0
  449. package/dist/components/icons/svg/solid/bold.svg +3 -0
  450. package/dist/components/icons/svg/solid/bolt-slash.svg +5 -0
  451. package/dist/components/icons/svg/solid/bolt.svg +3 -0
  452. package/dist/components/icons/svg/solid/book-open.svg +4 -0
  453. package/dist/components/icons/svg/solid/bookmark-slash.svg +5 -0
  454. package/dist/components/icons/svg/solid/bookmark-square.svg +3 -0
  455. package/dist/components/icons/svg/solid/bookmark.svg +3 -0
  456. package/dist/components/icons/svg/solid/briefcase.svg +4 -0
  457. package/dist/components/icons/svg/solid/bug-ant.svg +3 -0
  458. package/dist/components/icons/svg/solid/building-library.svg +5 -0
  459. package/dist/components/icons/svg/solid/building-office-2.svg +4 -0
  460. package/dist/components/icons/svg/solid/building-office.svg +3 -0
  461. package/dist/components/icons/svg/solid/building-storefront.svg +4 -0
  462. package/dist/components/icons/svg/solid/cake.svg +8 -0
  463. package/dist/components/icons/svg/solid/calculator.svg +3 -0
  464. package/dist/components/icons/svg/solid/calendar-date-range.svg +12 -0
  465. package/dist/components/icons/svg/solid/calendar-days.svg +15 -0
  466. package/dist/components/icons/svg/solid/calendar.svg +3 -0
  467. package/dist/components/icons/svg/solid/camera.svg +4 -0
  468. package/dist/components/icons/svg/solid/chart-bar-square.svg +3 -0
  469. package/dist/components/icons/svg/solid/chart-bar.svg +5 -0
  470. package/dist/components/icons/svg/solid/chart-pie.svg +4 -0
  471. package/dist/components/icons/svg/solid/chat-bubble-bottom-center-text.svg +3 -0
  472. package/dist/components/icons/svg/solid/chat-bubble-bottom-center.svg +3 -0
  473. package/dist/components/icons/svg/solid/chat-bubble-left-ellipsis.svg +3 -0
  474. package/dist/components/icons/svg/solid/chat-bubble-left-right.svg +4 -0
  475. package/dist/components/icons/svg/solid/chat-bubble-left.svg +3 -0
  476. package/dist/components/icons/svg/solid/chat-bubble-oval-left-ellipsis.svg +3 -0
  477. package/dist/components/icons/svg/solid/chat-bubble-oval-left.svg +3 -0
  478. package/dist/components/icons/svg/solid/check-badge.svg +3 -0
  479. package/dist/components/icons/svg/solid/check-circle.svg +3 -0
  480. package/dist/components/icons/svg/solid/check.svg +3 -0
  481. package/dist/components/icons/svg/solid/chevron-double-down.svg +4 -0
  482. package/dist/components/icons/svg/solid/chevron-double-left.svg +4 -0
  483. package/dist/components/icons/svg/solid/chevron-double-right.svg +4 -0
  484. package/dist/components/icons/svg/solid/chevron-double-up.svg +4 -0
  485. package/dist/components/icons/svg/solid/chevron-down.svg +3 -0
  486. package/dist/components/icons/svg/solid/chevron-left.svg +3 -0
  487. package/dist/components/icons/svg/solid/chevron-right.svg +3 -0
  488. package/dist/components/icons/svg/solid/chevron-up-down.svg +3 -0
  489. package/dist/components/icons/svg/solid/chevron-up.svg +3 -0
  490. package/dist/components/icons/svg/solid/circle-stack.svg +6 -0
  491. package/dist/components/icons/svg/solid/clipboard-document-check.svg +4 -0
  492. package/dist/components/icons/svg/solid/clipboard-document-list.svg +4 -0
  493. package/dist/components/icons/svg/solid/clipboard-document.svg +5 -0
  494. package/dist/components/icons/svg/solid/clipboard.svg +3 -0
  495. package/dist/components/icons/svg/solid/clock.svg +3 -0
  496. package/dist/components/icons/svg/solid/cloud-arrow-down.svg +3 -0
  497. package/dist/components/icons/svg/solid/cloud-arrow-up.svg +3 -0
  498. package/dist/components/icons/svg/solid/cloud.svg +3 -0
  499. package/dist/components/icons/svg/solid/code-bracket-square.svg +3 -0
  500. package/dist/components/icons/svg/solid/code-bracket.svg +3 -0
  501. package/dist/components/icons/svg/solid/cog-6-tooth.svg +3 -0
  502. package/dist/components/icons/svg/solid/cog-8-tooth.svg +3 -0
  503. package/dist/components/icons/svg/solid/cog.svg +6 -0
  504. package/dist/components/icons/svg/solid/command-line.svg +3 -0
  505. package/dist/components/icons/svg/solid/computer-desktop.svg +3 -0
  506. package/dist/components/icons/svg/solid/cpu-chip.svg +4 -0
  507. package/dist/components/icons/svg/solid/credit-card.svg +4 -0
  508. package/dist/components/icons/svg/solid/cube-transparent.svg +3 -0
  509. package/dist/components/icons/svg/solid/cube.svg +5 -0
  510. package/dist/components/icons/svg/solid/currency-bangladeshi.svg +3 -0
  511. package/dist/components/icons/svg/solid/currency-dollar.svg +5 -0
  512. package/dist/components/icons/svg/solid/currency-euro.svg +3 -0
  513. package/dist/components/icons/svg/solid/currency-pound.svg +3 -0
  514. package/dist/components/icons/svg/solid/currency-rupee.svg +3 -0
  515. package/dist/components/icons/svg/solid/currency-yen.svg +3 -0
  516. package/dist/components/icons/svg/solid/cursor-arrow-rays.svg +3 -0
  517. package/dist/components/icons/svg/solid/cursor-arrow-ripple.svg +3 -0
  518. package/dist/components/icons/svg/solid/device-phone-mobile.svg +4 -0
  519. package/dist/components/icons/svg/solid/device-tablet.svg +4 -0
  520. package/dist/components/icons/svg/solid/divide.svg +3 -0
  521. package/dist/components/icons/svg/solid/document-arrow-down.svg +4 -0
  522. package/dist/components/icons/svg/solid/document-arrow-up.svg +4 -0
  523. package/dist/components/icons/svg/solid/document-chart-bar.svg +4 -0
  524. package/dist/components/icons/svg/solid/document-check.svg +4 -0
  525. package/dist/components/icons/svg/solid/document-currency-bangladeshi.svg +3 -0
  526. package/dist/components/icons/svg/solid/document-currency-dollar.svg +3 -0
  527. package/dist/components/icons/svg/solid/document-currency-euro.svg +4 -0
  528. package/dist/components/icons/svg/solid/document-currency-pound.svg +3 -0
  529. package/dist/components/icons/svg/solid/document-currency-rupee.svg +3 -0
  530. package/dist/components/icons/svg/solid/document-currency-yen.svg +3 -0
  531. package/dist/components/icons/svg/solid/document-duplicate.svg +5 -0
  532. package/dist/components/icons/svg/solid/document-magnifying-glass.svg +5 -0
  533. package/dist/components/icons/svg/solid/document-minus.svg +4 -0
  534. package/dist/components/icons/svg/solid/document-plus.svg +4 -0
  535. package/dist/components/icons/svg/solid/document-text.svg +4 -0
  536. package/dist/components/icons/svg/solid/document.svg +4 -0
  537. package/dist/components/icons/svg/solid/ellipsis-horizontal-circle.svg +3 -0
  538. package/dist/components/icons/svg/solid/ellipsis-horizontal.svg +3 -0
  539. package/dist/components/icons/svg/solid/ellipsis-vertical.svg +3 -0
  540. package/dist/components/icons/svg/solid/envelope-open.svg +4 -0
  541. package/dist/components/icons/svg/solid/envelope.svg +4 -0
  542. package/dist/components/icons/svg/solid/equals.svg +4 -0
  543. package/dist/components/icons/svg/solid/exclamation-circle.svg +3 -0
  544. package/dist/components/icons/svg/solid/exclamation-triangle.svg +3 -0
  545. package/dist/components/icons/svg/solid/eye-dropper.svg +3 -0
  546. package/dist/components/icons/svg/solid/eye-slash.svg +7 -0
  547. package/dist/components/icons/svg/solid/eye.svg +4 -0
  548. package/dist/components/icons/svg/solid/face-frown.svg +3 -0
  549. package/dist/components/icons/svg/solid/face-smile.svg +3 -0
  550. package/dist/components/icons/svg/solid/film.svg +3 -0
  551. package/dist/components/icons/svg/solid/finger-print.svg +3 -0
  552. package/dist/components/icons/svg/solid/fire.svg +3 -0
  553. package/dist/components/icons/svg/solid/flag.svg +3 -0
  554. package/dist/components/icons/svg/solid/folder-arrow-down.svg +3 -0
  555. package/dist/components/icons/svg/solid/folder-minus.svg +3 -0
  556. package/dist/components/icons/svg/solid/folder-open.svg +4 -0
  557. package/dist/components/icons/svg/solid/folder-plus.svg +3 -0
  558. package/dist/components/icons/svg/solid/folder.svg +4 -0
  559. package/dist/components/icons/svg/solid/forward.svg +3 -0
  560. package/dist/components/icons/svg/solid/funnel.svg +3 -0
  561. package/dist/components/icons/svg/solid/gif.svg +3 -0
  562. package/dist/components/icons/svg/solid/gift-top.svg +8 -0
  563. package/dist/components/icons/svg/solid/gift.svg +5 -0
  564. package/dist/components/icons/svg/solid/globe-alt.svg +11 -0
  565. package/dist/components/icons/svg/solid/globe-americas.svg +3 -0
  566. package/dist/components/icons/svg/solid/globe-asia-australia.svg +4 -0
  567. package/dist/components/icons/svg/solid/globe-europe-africa.svg +3 -0
  568. package/dist/components/icons/svg/solid/h1.svg +3 -0
  569. package/dist/components/icons/svg/solid/h2.svg +3 -0
  570. package/dist/components/icons/svg/solid/h3.svg +4 -0
  571. package/dist/components/icons/svg/solid/hand-raised.svg +3 -0
  572. package/dist/components/icons/svg/solid/hand-thumb-down.svg +4 -0
  573. package/dist/components/icons/svg/solid/hand-thumb-up.svg +4 -0
  574. package/dist/components/icons/svg/solid/hashtag.svg +3 -0
  575. package/dist/components/icons/svg/solid/heart.svg +3 -0
  576. package/dist/components/icons/svg/solid/home-modern.svg +4 -0
  577. package/dist/components/icons/svg/solid/home.svg +4 -0
  578. package/dist/components/icons/svg/solid/identification.svg +3 -0
  579. package/dist/components/icons/svg/solid/inbox-arrow-down.svg +4 -0
  580. package/dist/components/icons/svg/solid/inbox-stack.svg +4 -0
  581. package/dist/components/icons/svg/solid/inbox.svg +3 -0
  582. package/dist/components/icons/svg/solid/information-circle.svg +3 -0
  583. package/dist/components/icons/svg/solid/italic.svg +3 -0
  584. package/dist/components/icons/svg/solid/key.svg +3 -0
  585. package/dist/components/icons/svg/solid/language.svg +3 -0
  586. package/dist/components/icons/svg/solid/lifebuoy.svg +3 -0
  587. package/dist/components/icons/svg/solid/light-bulb.svg +5 -0
  588. package/dist/components/icons/svg/solid/link-slash.svg +3 -0
  589. package/dist/components/icons/svg/solid/link.svg +3 -0
  590. package/dist/components/icons/svg/solid/list-bullet.svg +3 -0
  591. package/dist/components/icons/svg/solid/lock-closed.svg +3 -0
  592. package/dist/components/icons/svg/solid/lock-open.svg +3 -0
  593. package/dist/components/icons/svg/solid/magnifying-glass-circle.svg +4 -0
  594. package/dist/components/icons/svg/solid/magnifying-glass-minus.svg +3 -0
  595. package/dist/components/icons/svg/solid/magnifying-glass-plus.svg +3 -0
  596. package/dist/components/icons/svg/solid/magnifying-glass.svg +3 -0
  597. package/dist/components/icons/svg/solid/map-pin.svg +3 -0
  598. package/dist/components/icons/svg/solid/map.svg +3 -0
  599. package/dist/components/icons/svg/solid/megaphone.svg +4 -0
  600. package/dist/components/icons/svg/solid/microphone.svg +4 -0
  601. package/dist/components/icons/svg/solid/minus-circle.svg +3 -0
  602. package/dist/components/icons/svg/solid/minus-small.svg +3 -0
  603. package/dist/components/icons/svg/solid/minus.svg +3 -0
  604. package/dist/components/icons/svg/solid/moon.svg +3 -0
  605. package/dist/components/icons/svg/solid/musical-note.svg +3 -0
  606. package/dist/components/icons/svg/solid/newspaper.svg +4 -0
  607. package/dist/components/icons/svg/solid/no-symbol.svg +3 -0
  608. package/dist/components/icons/svg/solid/numbered-list.svg +8 -0
  609. package/dist/components/icons/svg/solid/paint-brush.svg +3 -0
  610. package/dist/components/icons/svg/solid/paper-airplane.svg +3 -0
  611. package/dist/components/icons/svg/solid/paper-clip.svg +3 -0
  612. package/dist/components/icons/svg/solid/pause-circle.svg +3 -0
  613. package/dist/components/icons/svg/solid/pause.svg +3 -0
  614. package/dist/components/icons/svg/solid/pencil-square.svg +5 -0
  615. package/dist/components/icons/svg/solid/pencil.svg +4 -0
  616. package/dist/components/icons/svg/solid/percent-badge.svg +3 -0
  617. package/dist/components/icons/svg/solid/phone-arrow-down-left.svg +4 -0
  618. package/dist/components/icons/svg/solid/phone-arrow-up-right.svg +4 -0
  619. package/dist/components/icons/svg/solid/phone-x-mark.svg +4 -0
  620. package/dist/components/icons/svg/solid/phone.svg +3 -0
  621. package/dist/components/icons/svg/solid/photo.svg +3 -0
  622. package/dist/components/icons/svg/solid/play-circle.svg +3 -0
  623. package/dist/components/icons/svg/solid/play-pause.svg +5 -0
  624. package/dist/components/icons/svg/solid/play.svg +3 -0
  625. package/dist/components/icons/svg/solid/plus-circle.svg +3 -0
  626. package/dist/components/icons/svg/solid/plus-small.svg +3 -0
  627. package/dist/components/icons/svg/solid/plus.svg +3 -0
  628. package/dist/components/icons/svg/solid/power.svg +3 -0
  629. package/dist/components/icons/svg/solid/presentation-chart-bar.svg +3 -0
  630. package/dist/components/icons/svg/solid/presentation-chart-line.svg +3 -0
  631. package/dist/components/icons/svg/solid/printer.svg +3 -0
  632. package/dist/components/icons/svg/solid/puzzle-piece.svg +3 -0
  633. package/dist/components/icons/svg/solid/qr-code.svg +3 -0
  634. package/dist/components/icons/svg/solid/question-mark-circle.svg +3 -0
  635. package/dist/components/icons/svg/solid/queue-list.svg +6 -0
  636. package/dist/components/icons/svg/solid/radio.svg +3 -0
  637. package/dist/components/icons/svg/solid/receipt-percent.svg +3 -0
  638. package/dist/components/icons/svg/solid/receipt-refund.svg +3 -0
  639. package/dist/components/icons/svg/solid/rectangle-group.svg +3 -0
  640. package/dist/components/icons/svg/solid/rectangle-stack.svg +5 -0
  641. package/dist/components/icons/svg/solid/rocket-launch.svg +4 -0
  642. package/dist/components/icons/svg/solid/rss.svg +3 -0
  643. package/dist/components/icons/svg/solid/scale.svg +3 -0
  644. package/dist/components/icons/svg/solid/scissors.svg +5 -0
  645. package/dist/components/icons/svg/solid/server-stack.svg +5 -0
  646. package/dist/components/icons/svg/solid/server.svg +4 -0
  647. package/dist/components/icons/svg/solid/share.svg +3 -0
  648. package/dist/components/icons/svg/solid/shield-check.svg +3 -0
  649. package/dist/components/icons/svg/solid/shield-exclamation.svg +3 -0
  650. package/dist/components/icons/svg/solid/shopping-bag.svg +3 -0
  651. package/dist/components/icons/svg/solid/shopping-cart.svg +5 -0
  652. package/dist/components/icons/svg/solid/signal-slash.svg +3 -0
  653. package/dist/components/icons/svg/solid/signal.svg +3 -0
  654. package/dist/components/icons/svg/solid/slash.svg +3 -0
  655. package/dist/components/icons/svg/solid/sparkles.svg +5 -0
  656. package/dist/components/icons/svg/solid/speaker-wave.svg +5 -0
  657. package/dist/components/icons/svg/solid/speaker-x-mark.svg +4 -0
  658. package/dist/components/icons/svg/solid/square-2-stack.svg +4 -0
  659. package/dist/components/icons/svg/solid/square-3-stack-3d.svg +5 -0
  660. package/dist/components/icons/svg/solid/squares-2x2.svg +3 -0
  661. package/dist/components/icons/svg/solid/squares-plus.svg +6 -0
  662. package/dist/components/icons/svg/solid/star.svg +3 -0
  663. package/dist/components/icons/svg/solid/stop-circle.svg +3 -0
  664. package/dist/components/icons/svg/solid/stop.svg +3 -0
  665. package/dist/components/icons/svg/solid/strikethrough.svg +3 -0
  666. package/dist/components/icons/svg/solid/sun.svg +11 -0
  667. package/dist/components/icons/svg/solid/swatch.svg +5 -0
  668. package/dist/components/icons/svg/solid/table-cells.svg +3 -0
  669. package/dist/components/icons/svg/solid/tag.svg +3 -0
  670. package/dist/components/icons/svg/solid/ticket.svg +3 -0
  671. package/dist/components/icons/svg/solid/trash.svg +3 -0
  672. package/dist/components/icons/svg/solid/trophy.svg +3 -0
  673. package/dist/components/icons/svg/solid/truck.svg +7 -0
  674. package/dist/components/icons/svg/solid/tv.svg +4 -0
  675. package/dist/components/icons/svg/solid/underline.svg +3 -0
  676. package/dist/components/icons/svg/solid/user-circle.svg +3 -0
  677. package/dist/components/icons/svg/solid/user-group.svg +8 -0
  678. package/dist/components/icons/svg/solid/user-minus.svg +5 -0
  679. package/dist/components/icons/svg/solid/user-plus.svg +5 -0
  680. package/dist/components/icons/svg/solid/user.svg +4 -0
  681. package/dist/components/icons/svg/solid/users.svg +6 -0
  682. package/dist/components/icons/svg/solid/variable.svg +3 -0
  683. package/dist/components/icons/svg/solid/video-camera-slash.svg +6 -0
  684. package/dist/components/icons/svg/solid/video-camera.svg +4 -0
  685. package/dist/components/icons/svg/solid/view-columns.svg +5 -0
  686. package/dist/components/icons/svg/solid/viewfinder-circle.svg +7 -0
  687. package/dist/components/icons/svg/solid/wallet.svg +5 -0
  688. package/dist/components/icons/svg/solid/wifi.svg +3 -0
  689. package/dist/components/icons/svg/solid/window.svg +3 -0
  690. package/dist/components/icons/svg/solid/wrench-screwdriver.svg +5 -0
  691. package/dist/components/icons/svg/solid/wrench.svg +3 -0
  692. package/dist/components/icons/svg/solid/x-circle.svg +3 -0
  693. package/dist/components/icons/svg/solid/x-mark.svg +3 -0
  694. package/dist/index.d.ts +1 -0
  695. package/dist/index.js +1 -0
  696. package/dist/stores/notifications.d.ts +11 -0
  697. package/dist/styles/themes.scss +93 -45
  698. package/package.json +21 -21
@@ -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.625 9.75C8.625 9.95711 8.45711 10.125 8.25 10.125C8.04289 10.125 7.875 9.95711 7.875 9.75C7.875 9.54289 8.04289 9.375 8.25 9.375C8.45711 9.375 8.625 9.54289 8.625 9.75ZM8.625 9.75H8.25M12.375 9.75C12.375 9.95711 12.2071 10.125 12 10.125C11.7929 10.125 11.625 9.95711 11.625 9.75C11.625 9.54289 11.7929 9.375 12 9.375C12.2071 9.375 12.375 9.54289 12.375 9.75ZM12.375 9.75H12M16.125 9.75C16.125 9.95711 15.9571 10.125 15.75 10.125C15.5429 10.125 15.375 9.95711 15.375 9.75C15.375 9.54289 15.5429 9.375 15.75 9.375C15.9571 9.375 16.125 9.54289 16.125 9.75ZM16.125 9.75H15.75M2.25 12.7593C2.25 14.3604 3.37341 15.754 4.95746 15.987C6.04357 16.1467 7.14151 16.27 8.25 16.3556V21L12.4335 16.8165C12.6402 16.6098 12.9193 16.4923 13.2116 16.485C15.1872 16.4361 17.1331 16.2678 19.0425 15.9871C20.6266 15.7542 21.75 14.3606 21.75 12.7595V6.74056C21.75 5.13946 20.6266 3.74583 19.0425 3.51293C16.744 3.17501 14.3926 3 12.0003 3C9.60776 3 7.25612 3.17504 4.95747 3.51302C3.37342 3.74593 2.25 5.13956 2.25 6.74064V12.7593Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.25 8.51104C21.1341 8.79549 21.75 9.6392 21.75 10.6082V14.8938C21.75 16.0304 20.9026 16.9943 19.7697 17.0867C19.4308 17.1144 19.0909 17.1386 18.75 17.1592V20.25L15.75 17.25C14.3963 17.25 13.0556 17.1948 11.7302 17.0866C11.4319 17.0623 11.1534 16.9775 10.9049 16.8451M20.25 8.51104C20.0986 8.46232 19.9393 8.43 19.7739 8.41628C18.4472 8.30616 17.1051 8.25 15.75 8.25C14.3948 8.25 13.0528 8.30616 11.7261 8.41627C10.595 8.51015 9.75 9.47323 9.75 10.6082V14.8937C9.75 15.731 10.2099 16.4746 10.9049 16.8451M20.25 8.51104V6.63731C20.25 5.01589 19.0983 3.61065 17.4903 3.40191C15.4478 3.13676 13.365 3 11.2503 3C9.13533 3 7.05233 3.13678 5.00963 3.40199C3.40173 3.61074 2.25 5.01598 2.25 6.63738V12.8626C2.25 14.484 3.40173 15.8893 5.00964 16.098C5.58661 16.1729 6.16679 16.2376 6.75 16.2918V21L10.9049 16.8451" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.25 12.7593C2.25 14.3604 3.37341 15.754 4.95746 15.987C6.04357 16.1467 7.14151 16.27 8.25 16.3556V21L12.326 16.924C12.6017 16.6483 12.9738 16.4919 13.3635 16.481C15.2869 16.4274 17.1821 16.2606 19.0425 15.9871C20.6266 15.7542 21.75 14.3606 21.75 12.7595V6.74056C21.75 5.13946 20.6266 3.74583 19.0425 3.51293C16.744 3.17501 14.3926 3 12.0003 3C9.60776 3 7.25612 3.17504 4.95747 3.51302C3.37342 3.74593 2.25 5.13956 2.25 6.74064V12.7593Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.625 12C8.625 12.2071 8.45711 12.375 8.25 12.375C8.04289 12.375 7.875 12.2071 7.875 12C7.875 11.7929 8.04289 11.625 8.25 11.625C8.45711 11.625 8.625 11.7929 8.625 12ZM8.625 12H8.25M12.375 12C12.375 12.2071 12.2071 12.375 12 12.375C11.7929 12.375 11.625 12.2071 11.625 12C11.625 11.7929 11.7929 11.625 12 11.625C12.2071 11.625 12.375 11.7929 12.375 12ZM12.375 12H12M16.125 12C16.125 12.2071 15.9571 12.375 15.75 12.375C15.5429 12.375 15.375 12.2071 15.375 12C15.375 11.7929 15.5429 11.625 15.75 11.625C15.9571 11.625 16.125 11.7929 16.125 12ZM16.125 12H15.75M21 12C21 16.5563 16.9706 20.25 12 20.25C11.1125 20.25 10.2551 20.1323 9.44517 19.9129C8.47016 20.5979 7.28201 21 6 21C5.80078 21 5.60376 20.9903 5.40967 20.9713C5.25 20.9558 5.0918 20.9339 4.93579 20.906C5.41932 20.3353 5.76277 19.6427 5.91389 18.8808C6.00454 18.4238 5.7807 17.9799 5.44684 17.6549C3.9297 16.1782 3 14.1886 3 12C3 7.44365 7.02944 3.75 12 3.75C16.9706 3.75 21 7.44365 21 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 20.25C16.9706 20.25 21 16.5563 21 12C21 7.44365 16.9706 3.75 12 3.75C7.02944 3.75 3 7.44365 3 12C3 14.1036 3.85891 16.0234 5.2728 17.4806C5.70538 17.9265 6.01357 18.5192 5.85933 19.121C5.68829 19.7883 5.368 20.3959 4.93579 20.906C5.0918 20.9339 5.25 20.9558 5.40967 20.9713C5.60376 20.9903 5.80078 21 6 21C7.28201 21 8.47016 20.5979 9.44517 19.9129C10.2551 20.1323 11.1125 20.25 12 20.25Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9 12.75L11.25 15L15 9.75M21 12C21 13.2683 20.3704 14.3895 19.4067 15.0682C19.6081 16.2294 19.2604 17.4672 18.3637 18.3639C17.467 19.2606 16.2292 19.6083 15.068 19.4069C14.3893 20.3705 13.2682 21 12 21C10.7319 21 9.61072 20.3705 8.93204 19.407C7.77066 19.6086 6.53256 19.261 5.6357 18.3641C4.73886 17.4673 4.39125 16.2292 4.59286 15.0678C3.62941 14.3891 3 13.2681 3 12C3 10.7319 3.62946 9.61077 4.59298 8.93208C4.39147 7.77079 4.7391 6.53284 5.63587 5.63607C6.53265 4.73929 7.77063 4.39166 8.93194 4.59319C9.61061 3.62955 10.7318 3 12 3C13.2682 3 14.3893 3.6295 15.068 4.59307C16.2294 4.39145 17.4674 4.73906 18.3643 5.6359C19.2611 6.53274 19.6087 7.77081 19.4071 8.93218C20.3706 9.61087 21 10.7319 21 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9 12.75L11.25 15L15 9.75M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.5 12.75L10.5 18.75L19.5 5.25" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.5 5.25L12 12.75L19.5 5.25M4.5 11.25L12 18.75L19.5 11.25" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.75 4.5L11.25 12L18.75 19.5M12.75 4.5L5.25 12L12.75 19.5" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.25 4.5L12.75 12L5.25 19.5M11.25 4.5L18.75 12L11.25 19.5" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.5 18.75L12 11.25L19.5 18.75" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M4.5 12.75L12 5.25L19.5 12.75" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
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="M19.5 8.25L12 15.75L4.5 8.25" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.75 19.5L8.25 12L15.75 4.5" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.25 4.5L15.75 12L8.25 19.5" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.25 15L12 18.75L15.75 15M8.25 9L12 5.25L15.75 9" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.5 15.75L12 8.25L19.5 15.75" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.25 6.375C20.25 8.65317 16.5563 10.5 12 10.5C7.44365 10.5 3.75 8.65317 3.75 6.375M20.25 6.375C20.25 4.09683 16.5563 2.25 12 2.25C7.44365 2.25 3.75 4.09683 3.75 6.375M20.25 6.375V17.625C20.25 19.9032 16.5563 21.75 12 21.75C7.44365 21.75 3.75 19.9032 3.75 17.625V6.375M20.25 6.375V10.125M3.75 6.375V10.125M20.25 10.125V13.875C20.25 16.1532 16.5563 18 12 18C7.44365 18 3.75 16.1532 3.75 13.875V10.125M20.25 10.125C20.25 12.4032 16.5563 14.25 12 14.25C7.44365 14.25 3.75 12.4032 3.75 10.125" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.3495 3.83619C11.2848 4.04602 11.25 4.26894 11.25 4.5C11.25 4.91421 11.5858 5.25 12 5.25H16.5C16.9142 5.25 17.25 4.91421 17.25 4.5C17.25 4.26894 17.2152 4.04602 17.1505 3.83619M11.3495 3.83619C11.6328 2.91757 12.4884 2.25 13.5 2.25H15C16.0116 2.25 16.8672 2.91757 17.1505 3.83619M11.3495 3.83619C10.9739 3.85858 10.5994 3.88529 10.2261 3.91627C9.09499 4.01015 8.25 4.97324 8.25 6.10822V8.25M17.1505 3.83619C17.5261 3.85858 17.9006 3.88529 18.2739 3.91627C19.405 4.01015 20.25 4.97324 20.25 6.10822V16.5C20.25 17.7426 19.2426 18.75 18 18.75H15.75M8.25 8.25H4.875C4.25368 8.25 3.75 8.75368 3.75 9.375V20.625C3.75 21.2463 4.25368 21.75 4.875 21.75H14.625C15.2463 21.75 15.75 21.2463 15.75 20.625V18.75M8.25 8.25H14.625C15.2463 8.25 15.75 8.75368 15.75 9.375V18.75M7.5 15.75L9 17.25L12 13.5" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9 12H12.75M9 15H12.75M9 18H12.75M15.75 18.75H18C19.2426 18.75 20.25 17.7426 20.25 16.5V6.10822C20.25 4.97324 19.405 4.01015 18.2739 3.91627C17.9006 3.88529 17.5261 3.85858 17.1505 3.83619M11.3495 3.83619C11.2848 4.04602 11.25 4.26894 11.25 4.5C11.25 4.91421 11.5858 5.25 12 5.25H16.5C16.9142 5.25 17.25 4.91421 17.25 4.5C17.25 4.26894 17.2152 4.04602 17.1505 3.83619M11.3495 3.83619C11.6328 2.91757 12.4884 2.25 13.5 2.25H15C16.0116 2.25 16.8672 2.91757 17.1505 3.83619M11.3495 3.83619C10.9739 3.85858 10.5994 3.88529 10.2261 3.91627C9.09499 4.01015 8.25 4.97324 8.25 6.10822V8.25M8.25 8.25H4.875C4.25368 8.25 3.75 8.75368 3.75 9.375V20.625C3.75 21.2463 4.25368 21.75 4.875 21.75H14.625C15.2463 21.75 15.75 21.2463 15.75 20.625V9.375C15.75 8.75368 15.2463 8.25 14.625 8.25H8.25ZM6.75 12H6.7575V12.0075H6.75V12ZM6.75 15H6.7575V15.0075H6.75V15ZM6.75 18H6.7575V18.0075H6.75V18Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.25 7.5V6.10822C8.25 4.97324 9.09499 4.01015 10.2261 3.91627C10.5994 3.88529 10.9739 3.85858 11.3495 3.83619M15.75 18H18C19.2426 18 20.25 16.9926 20.25 15.75V6.10822C20.25 4.97324 19.405 4.01015 18.2739 3.91627C17.9006 3.88529 17.5261 3.85858 17.1505 3.83619M15.75 18.75V16.875C15.75 15.011 14.239 13.5 12.375 13.5H10.875C10.2537 13.5 9.75 12.9963 9.75 12.375V10.875C9.75 9.01104 8.23896 7.5 6.375 7.5H5.25M17.1505 3.83619C16.8672 2.91757 16.0116 2.25 15 2.25H13.5C12.4884 2.25 11.6328 2.91757 11.3495 3.83619M17.1505 3.83619C17.2152 4.04602 17.25 4.26894 17.25 4.5V5.25H11.25V4.5C11.25 4.26894 11.2848 4.04602 11.3495 3.83619M6.75 7.5H4.875C4.25368 7.5 3.75 8.00368 3.75 8.625V20.625C3.75 21.2463 4.25368 21.75 4.875 21.75H14.625C15.2463 21.75 15.75 21.2463 15.75 20.625V16.5C15.75 11.5294 11.7206 7.5 6.75 7.5Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.6657 3.88789C15.3991 2.94272 14.5305 2.25 13.5 2.25H10.5C9.46954 2.25 8.60087 2.94272 8.33426 3.88789M15.6657 3.88789C15.7206 4.0825 15.75 4.28782 15.75 4.5V4.5C15.75 4.91421 15.4142 5.25 15 5.25H9C8.58579 5.25 8.25 4.91421 8.25 4.5V4.5C8.25 4.28782 8.27937 4.0825 8.33426 3.88789M15.6657 3.88789C16.3119 3.93668 16.9545 3.99828 17.5933 4.07241C18.6939 4.20014 19.5 5.149 19.5 6.25699V19.5C19.5 20.7426 18.4926 21.75 17.25 21.75H6.75C5.50736 21.75 4.5 20.7426 4.5 19.5V6.25699C4.5 5.149 5.30608 4.20014 6.40668 4.07241C7.04547 3.99828 7.68808 3.93668 8.33426 3.88789" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 6V12H16.5M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 9.75V16.5M12 16.5L9 13.5M12 16.5L15 13.5M6.75 19.5C4.26472 19.5 2.25 17.4853 2.25 15C2.25 13.0071 3.54555 11.3167 5.3404 10.7252C5.28105 10.4092 5.25 10.0832 5.25 9.75C5.25 6.85051 7.60051 4.5 10.5 4.5C12.9312 4.5 14.9765 6.1526 15.5737 8.39575C15.8654 8.30113 16.1767 8.25 16.5 8.25C18.1569 8.25 19.5 9.59315 19.5 11.25C19.5 11.5981 19.4407 11.9324 19.3316 12.2433C20.7453 12.7805 21.75 14.1479 21.75 15.75C21.75 17.8211 20.0711 19.5 18 19.5H6.75Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 16.5L12 9.75M12 9.75L15 12.75M12 9.75L9 12.75M6.75 19.5C4.26472 19.5 2.25 17.4853 2.25 15C2.25 13.0071 3.54555 11.3167 5.3404 10.7252C5.28105 10.4092 5.25 10.0832 5.25 9.75C5.25 6.85051 7.60051 4.5 10.5 4.5C12.9312 4.5 14.9765 6.1526 15.5737 8.39575C15.8654 8.30113 16.1767 8.25 16.5 8.25C18.1569 8.25 19.5 9.59315 19.5 11.25C19.5 11.5981 19.4407 11.9324 19.3316 12.2433C20.7453 12.7805 21.75 14.1479 21.75 15.75C21.75 17.8211 20.0711 19.5 18 19.5H6.75Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.25 15C2.25 17.4853 4.26472 19.5 6.75 19.5H18C20.0711 19.5 21.75 17.8211 21.75 15.75C21.75 14.1479 20.7453 12.7805 19.3316 12.2433C19.4407 11.9324 19.5 11.5981 19.5 11.25C19.5 9.59315 18.1569 8.25 16.5 8.25C16.1767 8.25 15.8654 8.30113 15.5737 8.39575C14.9765 6.1526 12.9312 4.5 10.5 4.5C7.6005 4.5 5.25 6.85051 5.25 9.75C5.25 10.0832 5.28105 10.4092 5.3404 10.7252C3.54555 11.3167 2.25 13.0071 2.25 15Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.25 9.75L16.5 12L14.25 14.25M9.75 14.25L7.5 12L9.75 9.75M6 20.25H18C19.2426 20.25 20.25 19.2426 20.25 18V6C20.25 4.75736 19.2426 3.75 18 3.75H6C4.75736 3.75 3.75 4.75736 3.75 6V18C3.75 19.2426 4.75736 20.25 6 20.25Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.25 6.75L22.5 12L17.25 17.25M6.75 17.25L1.5 12L6.75 6.75M14.25 3.75L9.75 20.25" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.59356 3.94014C9.68397 3.39768 10.1533 3.00009 10.7033 3.00009H13.2972C13.8472 3.00009 14.3165 3.39768 14.4069 3.94014L14.6204 5.22119C14.6828 5.59523 14.9327 5.9068 15.2645 6.09045C15.3387 6.13151 15.412 6.17393 15.4844 6.21766C15.8095 6.41393 16.2048 6.47495 16.5604 6.34175L17.7772 5.88587C18.2922 5.69293 18.8712 5.9006 19.1462 6.37687L20.4432 8.6233C20.7181 9.09957 20.6085 9.70482 20.1839 10.0544L19.1795 10.8812C18.887 11.122 18.742 11.4938 18.7491 11.8726C18.7498 11.915 18.7502 11.9575 18.7502 12.0001C18.7502 12.0427 18.7498 12.0852 18.7491 12.1275C18.742 12.5064 18.887 12.8782 19.1795 13.119L20.1839 13.9458C20.6085 14.2953 20.7181 14.9006 20.4432 15.3769L19.1462 17.6233C18.8712 18.0996 18.2922 18.3072 17.7772 18.1143L16.5604 17.6584C16.2048 17.5252 15.8095 17.5862 15.4844 17.7825C15.412 17.8263 15.3387 17.8687 15.2645 17.9097C14.9327 18.0934 14.6828 18.4049 14.6204 18.779L14.4069 20.06C14.3165 20.6025 13.8472 21.0001 13.2972 21.0001H10.7033C10.1533 21.0001 9.68397 20.6025 9.59356 20.06L9.38005 18.779C9.31771 18.4049 9.06774 18.0934 8.73597 17.9097C8.66179 17.8687 8.58847 17.8263 8.51604 17.7825C8.19101 17.5863 7.79568 17.5252 7.44011 17.6584L6.22325 18.1143C5.70826 18.3072 5.12926 18.0996 4.85429 17.6233L3.55731 15.3769C3.28234 14.9006 3.39199 14.2954 3.81657 13.9458L4.82092 13.119C5.11343 12.8782 5.25843 12.5064 5.25141 12.1276C5.25063 12.0852 5.25023 12.0427 5.25023 12.0001C5.25023 11.9575 5.25063 11.915 5.25141 11.8726C5.25843 11.4938 5.11343 11.122 4.82092 10.8812L3.81657 10.0544C3.39199 9.70484 3.28234 9.09958 3.55731 8.62332L4.85429 6.37688C5.12926 5.90061 5.70825 5.69295 6.22325 5.88588L7.4401 6.34176C7.79566 6.47496 8.19099 6.41394 8.51603 6.21767C8.58846 6.17393 8.66179 6.13151 8.73597 6.09045C9.06774 5.9068 9.31771 5.59523 9.38005 5.22119L9.59356 3.94014Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3432 10.3431 9.00001 12 9.00001C13.6569 9.00001 15 10.3432 15 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.3426 3.94002C10.433 3.39756 10.9024 2.99997 11.4523 2.99997H12.5463C13.0962 2.99997 13.5656 3.39756 13.656 3.94002L13.8049 4.83383C13.8757 5.2581 14.1886 5.59835 14.5858 5.76329C14.9832 5.92829 15.4396 5.90625 15.7897 5.65614L16.5273 5.1293C16.9748 4.80966 17.5878 4.86039 17.9767 5.24926L18.7503 6.02281C19.1391 6.41168 19.1899 7.02469 18.8702 7.4722L18.3432 8.21003C18.0931 8.56009 18.0711 9.0163 18.236 9.4136C18.4009 9.81075 18.7411 10.1236 19.1653 10.1943L20.0592 10.3433C20.6017 10.4337 20.9993 10.903 20.9993 11.453V12.547C20.9993 13.0969 20.6017 13.5662 20.0592 13.6566L19.1654 13.8056C18.7412 13.8763 18.4009 14.1892 18.236 14.5865C18.071 14.9839 18.093 15.4402 18.3431 15.7904L18.8699 16.5278C19.1895 16.9753 19.1388 17.5883 18.7499 17.9772L17.9764 18.7507C17.5875 19.1396 16.9745 19.1903 16.527 18.8707L15.7894 18.3438C15.4393 18.0938 14.983 18.0717 14.5857 18.2367C14.1885 18.4016 13.8757 18.7418 13.805 19.166L13.656 20.0599C13.5656 20.6024 13.0962 21 12.5463 21H11.4523C10.9024 21 10.433 20.6024 10.3426 20.0599L10.1937 19.1661C10.1229 18.7418 9.81002 18.4016 9.41278 18.2367C9.01538 18.0717 8.55905 18.0937 8.2089 18.3438L7.47128 18.8707C7.02377 19.1903 6.41076 19.1396 6.02189 18.7507L5.24834 17.9772C4.85947 17.5883 4.80874 16.9753 5.12838 16.5278L5.65542 15.7899C5.90546 15.4399 5.9275 14.9837 5.76255 14.5863C5.59767 14.1892 5.25749 13.8763 4.83332 13.8056L3.93935 13.6566C3.39689 13.5662 2.9993 13.0969 2.9993 12.547V11.453C2.9993 10.903 3.39689 10.4337 3.93935 10.3433L4.83316 10.1943C5.25743 10.1236 5.59768 9.81068 5.76262 9.41344C5.92763 9.01602 5.90559 8.55967 5.65547 8.20951L5.12878 7.47213C4.80913 7.02462 4.85986 6.41161 5.24873 6.02274L6.02228 5.24919C6.41115 4.86033 7.02416 4.80959 7.47167 5.12924L8.20927 5.65609C8.55934 5.90615 9.01558 5.92819 9.4129 5.76323C9.81007 5.59834 10.1229 5.25816 10.1936 4.83397L10.3426 3.94002Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M15 12C15 13.6568 13.6569 15 12 15C10.3431 15 9 13.6568 9 12C9 10.3431 10.3431 8.99999 12 8.99999C13.6569 8.99999 15 10.3431 15 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
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="M4.50073 11.9993C4.50073 16.1414 7.8586 19.4993 12.0007 19.4993C16.1429 19.4993 19.5007 16.1414 19.5007 11.9993M4.50073 11.9993C4.50073 7.85712 7.8586 4.49925 12.0007 4.49925C16.1429 4.49926 19.5007 7.85712 19.5007 11.9993M4.50073 11.9993L3.00073 11.9993M19.5007 11.9993L21.0007 11.9993M19.5007 11.9993L12.0007 11.9993M3.54329 15.0774L4.95283 14.5644M19.0482 9.43411L20.4578 8.92108M5.1062 17.785L6.25527 16.8208M17.7459 7.17897L18.895 6.21479M7.50064 19.7943L8.25064 18.4952M15.7506 5.50484L16.5006 4.2058M10.4378 20.8633L10.6983 19.386M13.303 4.61393L13.5635 3.13672M13.5635 20.8633L13.303 19.3861M10.6983 4.61397L10.4378 3.13676M16.5007 19.7941L15.7507 18.4951M7.50068 4.20565L12.0007 11.9993M18.8952 17.7843L17.7461 16.8202M6.25542 7.17835L5.10635 6.21417M20.458 15.0776L19.0485 14.5646M4.95308 9.43426L3.54354 8.92123M12.0007 11.9993L8.25073 18.4944" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.75 7.5L9.75 9.75L6.75 12M11.25 12H14.25M5.25 20.25H18.75C19.9926 20.25 21 19.2426 21 18V6C21 4.75736 19.9926 3.75 18.75 3.75H5.25C4.00736 3.75 3 4.75736 3 6V18C3 19.2426 4.00736 20.25 5.25 20.25Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9 17.25V18.2574C9 19.053 8.68393 19.8161 8.12132 20.3787L7.5 21H16.5L15.8787 20.3787C15.3161 19.8161 15 19.053 15 18.2574V17.25M21 5.25V15C21 16.2426 19.9926 17.25 18.75 17.25H5.25C4.00736 17.25 3 16.2426 3 15V5.25M21 5.25C21 4.00736 19.9926 3 18.75 3H5.25C4.00736 3 3 4.00736 3 5.25M21 5.25V12C21 13.2426 19.9926 14.25 18.75 14.25H5.25C4.00736 14.25 3 13.2426 3 12V5.25" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.25 3V4.5M4.5 8.25H3M21 8.25H19.5M4.5 12H3M21 12H19.5M4.5 15.75H3M21 15.75H19.5M8.25 19.5V21M12 3V4.5M12 19.5V21M15.75 3V4.5M15.75 19.5V21M6.75 19.5H17.25C18.4926 19.5 19.5 18.4926 19.5 17.25V6.75C19.5 5.50736 18.4926 4.5 17.25 4.5H6.75C5.50736 4.5 4.5 5.50736 4.5 6.75V17.25C4.5 18.4926 5.50736 19.5 6.75 19.5ZM7.5 7.5H16.5V16.5H7.5V7.5Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.25 8.25H21.75M2.25 9H21.75M5.25 14.25H11.25M5.25 16.5H8.25M4.5 19.5H19.5C20.7426 19.5 21.75 18.4926 21.75 17.25V6.75C21.75 5.50736 20.7426 4.5 19.5 4.5H4.5C3.25736 4.5 2.25 5.50736 2.25 6.75V17.25C2.25 18.4926 3.25736 19.5 4.5 19.5Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21 7.5L18.75 6.1875M21 7.5V9.75M21 7.5L18.75 8.8125M3 7.5L5.25 6.1875M3 7.5L5.25 8.8125M3 7.5V9.75M12 12.75L14.25 11.4375M12 12.75L9.75 11.4375M12 12.75V15M12 21.75L14.25 20.4375M12 21.75V19.5M12 21.75L9.75 20.4375M9.75 3.5625L12 2.25L14.25 3.5625M21 14.25V16.5L18.75 17.8125M5.25 17.8125L3 16.5V14.25" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21 7.5L12 2.25L3 7.5M21 7.5L12 12.75M21 7.5V16.5L12 21.75M3 7.5L12 12.75M3 7.5V16.5L12 21.75M12 12.75V21.75" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.25 7.49997L8.66459 7.29267C9.16327 7.04333 9.75 7.40596 9.75 7.96349V10.5M9.75 10.5H15.75M9.75 10.5H8.25M9.75 10.5V15.9383C9.75 16.2921 9.91144 16.6351 10.2229 16.803C10.7518 17.0882 11.357 17.25 12 17.25C13.8142 17.25 15.3275 15.9617 15.675 14.25C15.7579 13.8414 15.412 13.5 14.995 13.5H14.25M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 6V18M9 15.1818L9.87887 15.841C11.0504 16.7197 12.9498 16.7197 14.1214 15.841C15.2929 14.9623 15.2929 13.5377 14.1214 12.659C13.5355 12.2196 12.7677 12 11.9999 12C11.275 12 10.5502 11.7804 9.99709 11.341C8.891 10.4623 8.891 9.03772 9.9971 8.15904C11.1032 7.28036 12.8965 7.28036 14.0026 8.15904L14.4175 8.48863M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.25 7.75625C12.667 7.19798 10.8341 7.5519 9.56802 8.81802C7.81066 10.5754 7.81066 13.4246 9.56802 15.182C10.8341 16.4481 12.667 16.802 14.25 16.2437M7.5 10.5H12.75M7.5 13.5H12.75M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.1213 7.62877C12.9497 6.45719 11.0503 6.45719 9.87868 7.62877C9.37424 8.13321 9.08699 8.7726 9.01694 9.43073C8.9944 9.64251 9.01512 9.85582 9.04524 10.0667L9.5512 13.6084C9.68065 14.5146 9.5307 15.4386 9.12135 16.2573L9 16.5L10.5385 15.9872C11.0003 15.8332 11.4997 15.8332 11.9615 15.9872L12.6158 16.2053C13.182 16.394 13.7999 16.3501 14.3336 16.0832L15 15.75M8.25 12H12M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 8.25L9 8.25M15 11.25H9M12 17.25L9 14.25H10.5C12.1569 14.25 13.5 12.9069 13.5 11.25C13.5 9.59315 12.1569 8.25 10.5 8.25M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9 7.5L12 12M12 12L15 7.5M12 12V17.25M15 12H9M15 15H9M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.0423 21.6718L13.6835 16.6007M13.6835 16.6007L11.1741 18.826L11.7425 9.35623L16.9697 17.2731L13.6835 16.6007ZM12 2.25V4.5M17.8336 4.66637L16.2426 6.25736M20.25 10.5H18M7.75736 14.7426L6.16637 16.3336M6 10.5H3.75M7.75736 6.25736L6.16637 4.66637" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.0423 21.6718L13.6835 16.6007M13.6835 16.6007L11.1741 18.826L11.7425 9.35623L16.9697 17.2731L13.6835 16.6007ZM6.16637 16.3336C2.94454 13.1118 2.94454 7.88819 6.16637 4.66637C9.38819 1.44454 14.6118 1.44454 17.8336 4.66637C19.4445 6.27724 20.25 8.38854 20.25 10.4999M8.28769 14.2123C6.23744 12.1621 6.23744 8.83794 8.28769 6.78769C10.3379 4.73744 13.6621 4.73744 15.7123 6.78769C16.7374 7.8128 17.25 9.15637 17.25 10.4999" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.5 1.5H8.25C7.00736 1.5 6 2.50736 6 3.75V20.25C6 21.4926 7.00736 22.5 8.25 22.5H15.75C16.9926 22.5 18 21.4926 18 20.25V3.75C18 2.50736 16.9926 1.5 15.75 1.5H13.5M10.5 1.5V3H13.5V1.5M10.5 1.5H13.5M10.5 20.25H13.5" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.5 19.5H13.5M6.75 21.75H17.25C18.4926 21.75 19.5 20.7426 19.5 19.5V4.5C19.5 3.25736 18.4926 2.25 17.25 2.25H6.75C5.50736 2.25 4.5 3.25736 4.5 4.5V19.5C4.5 20.7426 5.50736 21.75 6.75 21.75Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.49902 11.9983H19.4987M11.9992 5.24808H12.0067V5.25558H11.9992V5.24808ZM12.3742 5.24808C12.3742 5.45521 12.2063 5.62312 11.9992 5.62312C11.7921 5.62312 11.6242 5.45521 11.6242 5.24808C11.6242 5.04096 11.7921 4.87305 11.9992 4.87305C12.2063 4.87305 12.3742 5.04096 12.3742 5.24808ZM11.9998 18.7509H12.0073V18.7584H11.9998V18.7509ZM12.3748 18.7509C12.3748 18.9581 12.2069 19.126 11.9998 19.126C11.7927 19.126 11.6248 18.9581 11.6248 18.7509C11.6248 18.5438 11.7927 18.3759 11.9998 18.3759C12.2069 18.3759 12.3748 18.5438 12.3748 18.7509Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 14.25V11.625C19.5 9.76104 17.989 8.25 16.125 8.25H14.625C14.0037 8.25 13.5 7.74632 13.5 7.125V5.625C13.5 3.76104 11.989 2.25 10.125 2.25H8.25M9 14.25L12 17.25M12 17.25L15 14.25M12 17.25L12 11.25M10.5 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V20.625C4.5 21.2463 5.00368 21.75 5.625 21.75H18.375C18.9963 21.75 19.5 21.2463 19.5 20.625V11.25C19.5 6.27944 15.4706 2.25 10.5 2.25Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 14.25V11.625C19.5 9.76104 17.989 8.25 16.125 8.25H14.625C14.0037 8.25 13.5 7.74632 13.5 7.125V5.625C13.5 3.76104 11.989 2.25 10.125 2.25H8.25M15 14.25L12 11.25M12 11.25L9 14.25M12 11.25L12 17.25M10.5 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V20.625C4.5 21.2463 5.00368 21.75 5.625 21.75H18.375C18.9963 21.75 19.5 21.2463 19.5 20.625V11.25C19.5 6.27944 15.4706 2.25 10.5 2.25Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 14.25V11.625C19.5 9.76104 17.989 8.25 16.125 8.25H14.625C14.0037 8.25 13.5 7.74632 13.5 7.125V5.625C13.5 3.76104 11.989 2.25 10.125 2.25H8.25M9 16.5V17.25M12 14.25V17.25M15 12V17.25M10.5 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V20.625C4.5 21.2463 5.00368 21.75 5.625 21.75H18.375C18.9963 21.75 19.5 21.2463 19.5 20.625V11.25C19.5 6.27944 15.4706 2.25 10.5 2.25Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.125 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V20.625C4.5 21.2463 5.00368 21.75 5.625 21.75H18.375C18.9963 21.75 19.5 21.2463 19.5 20.625V11.625M10.125 2.25H10.5C15.4706 2.25 19.5 6.27944 19.5 11.25V11.625M10.125 2.25C11.989 2.25 13.5 3.76104 13.5 5.625V7.125C13.5 7.74632 14.0037 8.25 14.625 8.25H16.125C17.989 8.25 19.5 9.76104 19.5 11.625M9 15L11.25 17.25L15 12" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 14.25V11.625C19.5 9.76104 17.989 8.25 16.125 8.25H14.625C14.0037 8.25 13.5 7.74632 13.5 7.125V5.625C13.5 3.76104 11.989 2.25 10.125 2.25H8.25M8.25 10.5L8.46967 10.2803C8.94214 9.80786 9.75 10.1425 9.75 10.8107V17.251C9.75 17.7227 9.96398 18.1849 10.3899 18.3877C10.8778 18.62 11.4237 18.75 12 18.75C13.4917 18.75 14.7799 17.8791 15.384 16.6179C15.5888 16.1903 15.2316 15.7501 14.7574 15.7501H14.25M8.25 13.5H15.75M10.5 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V20.625C4.5 21.2463 5.00368 21.75 5.625 21.75H18.375C18.9963 21.75 19.5 21.2463 19.5 20.625V11.25C19.5 6.27944 15.4706 2.25 10.5 2.25Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 14.25V11.625C19.5 9.76104 17.989 8.25 16.125 8.25H14.625C14.0037 8.25 13.5 7.74632 13.5 7.125V5.625C13.5 3.76104 11.989 2.25 10.125 2.25H8.25M12 11.25V18.75M14.25 12.2835C13.5309 12.0984 12.7769 12 12 12C11.5893 12 11.1851 12.0275 10.789 12.0808C10.2532 12.1528 9.81539 12.5594 9.76771 13.098C9.75599 13.2304 9.75 13.3645 9.75 13.5C9.75 13.9642 10.0858 14.3438 10.5249 14.4943L13.4751 15.5057C13.9142 15.6562 14.25 16.0358 14.25 16.5C14.25 16.6355 14.244 16.7696 14.2323 16.902C14.1846 17.4406 13.7468 17.8472 13.211 17.9192C12.8149 17.9725 12.4107 18 12 18C11.2231 18 10.4691 17.9016 9.75 17.7165M10.5 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V20.625C4.5 21.2463 5.00368 21.75 5.625 21.75H18.375C18.9963 21.75 19.5 21.2463 19.5 20.625V11.25C19.5 6.27944 15.4706 2.25 10.5 2.25Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 14.25V11.625C19.5 9.76104 17.989 8.25 16.125 8.25H14.625C14.0037 8.25 13.5 7.74632 13.5 7.125V5.625C13.5 3.76104 11.989 2.25 10.125 2.25H8.25M8.25 13.875H12.75M8.25 16.125H12.75M14.8713 17.6517C13.6997 19.1161 11.8003 19.1161 10.6287 17.6517C9.45711 16.1872 9.45711 13.8128 10.6287 12.3483C11.8003 10.8839 13.6997 10.8839 14.8713 12.3483M10.5 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V20.625C4.5 21.2463 5.00368 21.75 5.625 21.75H18.375C18.9963 21.75 19.5 21.2463 19.5 20.625V11.25C19.5 6.27944 15.4706 2.25 10.5 2.25Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 14.25V11.625C19.5 9.76104 17.989 8.25 16.125 8.25H14.625C14.0037 8.25 13.5 7.74632 13.5 7.125V5.625C13.5 3.76104 11.989 2.25 10.125 2.25H8.25M14.8713 12.1287C13.6997 10.9571 11.8003 10.9571 10.6287 12.1287C9.84361 12.9138 9.58461 14.0257 9.85169 15.0264L10.0147 15.6348C10.2511 16.5171 10.2134 17.4503 9.90673 18.3107L9.75016 18.7498L10.1895 18.5302C10.8686 18.1906 11.6548 18.1347 12.3752 18.3748C13.0955 18.6149 13.8817 18.5591 14.5608 18.2195L15.0002 17.9998M8.25 15.75H12M10.5 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V20.625C4.5 21.2463 5.00368 21.75 5.625 21.75H18.375C18.9963 21.75 19.5 21.2463 19.5 20.625V11.25C19.5 6.27944 15.4706 2.25 10.5 2.25Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 14.25V11.625C19.5 9.76104 17.989 8.25 16.125 8.25H14.625C14.0037 8.25 13.5 7.74632 13.5 7.125V5.625C13.5 3.76104 11.989 2.25 10.125 2.25H8.25M10.5 11.25H14.25M9.75 13.875H14.25M12 18.75L9.75 16.5H10.125C11.5747 16.5 12.75 15.3247 12.75 13.875C12.75 12.4253 11.5747 11.25 10.125 11.25H9.75M10.5 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V20.625C4.5 21.2463 5.00368 21.75 5.625 21.75H18.375C18.9963 21.75 19.5 21.2463 19.5 20.625V11.25C19.5 6.27944 15.4706 2.25 10.5 2.25Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 14.25V11.625C19.5 9.76104 17.989 8.25 16.125 8.25H14.625C14.0037 8.25 13.5 7.74632 13.5 7.125V5.625C13.5 3.76104 11.989 2.25 10.125 2.25H8.25M9.75 11.25L12 14.25M12 14.25L14.25 11.25M12 14.25V18.75M9.75 15H14.25M9.75 17.25H14.25M10.5 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V20.625C4.5 21.2463 5.00368 21.75 5.625 21.75H18.375C18.9963 21.75 19.5 21.2463 19.5 20.625V11.25C19.5 6.27944 15.4706 2.25 10.5 2.25Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.75 17.25V20.625C15.75 21.2463 15.2463 21.75 14.625 21.75H4.875C4.25368 21.75 3.75 21.2463 3.75 20.625V7.875C3.75 7.25368 4.25368 6.75 4.875 6.75H6.75C7.26107 6.75 7.76219 6.7926 8.25 6.87444M15.75 17.25H19.125C19.7463 17.25 20.25 16.7463 20.25 16.125V11.25C20.25 6.79051 17.0066 3.08855 12.75 2.37444C12.2622 2.2926 11.7611 2.25 11.25 2.25H9.375C8.75368 2.25 8.25 2.75368 8.25 3.375V6.87444M15.75 17.25H9.375C8.75368 17.25 8.25 16.7463 8.25 16.125V6.87444M20.25 13.5V11.625C20.25 9.76104 18.739 8.25 16.875 8.25H15.375C14.7537 8.25 14.25 7.74632 14.25 7.125V5.625C14.25 3.76104 12.739 2.25 10.875 2.25H9.75" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 14.25V11.625C19.5 9.76104 17.989 8.25 16.125 8.25H14.625C14.0037 8.25 13.5 7.74632 13.5 7.125V5.625C13.5 3.76104 11.989 2.25 10.125 2.25H8.25M13.4812 15.7312L15 17.25M10.5 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V19.875C4.5 20.4963 5.00368 21 5.625 21H18.375C18.9963 21 19.5 20.4963 19.5 19.875V11.25C19.5 6.27944 15.4706 2.25 10.5 2.25ZM14.25 13.875C14.25 15.3247 13.0747 16.5 11.625 16.5C10.1753 16.5 9 15.3247 9 13.875C9 12.4253 10.1753 11.25 11.625 11.25C13.0747 11.25 14.25 12.4253 14.25 13.875Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 14.25V11.625C19.5 9.76104 17.989 8.25 16.125 8.25H14.625C14.0037 8.25 13.5 7.74632 13.5 7.125V5.625C13.5 3.76104 11.989 2.25 10.125 2.25H8.25M15 14.25H9M10.5 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V20.625C4.5 21.2463 5.00368 21.75 5.625 21.75H18.375C18.9963 21.75 19.5 21.2463 19.5 20.625V11.25C19.5 6.27944 15.4706 2.25 10.5 2.25Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 14.25V11.625C19.5 9.76104 17.989 8.25 16.125 8.25H14.625C14.0037 8.25 13.5 7.74632 13.5 7.125V5.625C13.5 3.76104 11.989 2.25 10.125 2.25H8.25M12 11.25V17.25M15 14.25H9M10.5 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V20.625C4.5 21.2463 5.00368 21.75 5.625 21.75H18.375C18.9963 21.75 19.5 21.2463 19.5 20.625V11.25C19.5 6.27944 15.4706 2.25 10.5 2.25Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 14.25V11.625C19.5 9.76104 17.989 8.25 16.125 8.25H14.625C14.0037 8.25 13.5 7.74632 13.5 7.125V5.625C13.5 3.76104 11.989 2.25 10.125 2.25H8.25M8.25 15H15.75M8.25 18H12M10.5 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V20.625C4.5 21.2463 5.00368 21.75 5.625 21.75H18.375C18.9963 21.75 19.5 21.2463 19.5 20.625V11.25C19.5 6.27944 15.4706 2.25 10.5 2.25Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M19.5 14.25V11.625C19.5 9.76104 17.989 8.25 16.125 8.25H14.625C14.0037 8.25 13.5 7.74632 13.5 7.125V5.625C13.5 3.76104 11.989 2.25 10.125 2.25H8.25M10.5 2.25H5.625C5.00368 2.25 4.5 2.75368 4.5 3.375V20.625C4.5 21.2463 5.00368 21.75 5.625 21.75H18.375C18.9963 21.75 19.5 21.2463 19.5 20.625V11.25C19.5 6.27944 15.4706 2.25 10.5 2.25Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.625 12C8.625 12.2071 8.45711 12.375 8.25 12.375C8.04289 12.375 7.875 12.2071 7.875 12C7.875 11.7929 8.04289 11.625 8.25 11.625C8.45711 11.625 8.625 11.7929 8.625 12ZM8.625 12H8.25M12.375 12C12.375 12.2071 12.2071 12.375 12 12.375C11.7929 12.375 11.625 12.2071 11.625 12C11.625 11.7929 11.7929 11.625 12 11.625C12.2071 11.625 12.375 11.7929 12.375 12ZM12.375 12H12M16.125 12C16.125 12.2071 15.9571 12.375 15.75 12.375C15.5429 12.375 15.375 12.2071 15.375 12C15.375 11.7929 15.5429 11.625 15.75 11.625C15.9571 11.625 16.125 11.7929 16.125 12ZM16.125 12H15.75M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.75 12C6.75 12.4142 6.41421 12.75 6 12.75C5.58579 12.75 5.25 12.4142 5.25 12C5.25 11.5858 5.58579 11.25 6 11.25C6.41421 11.25 6.75 11.5858 6.75 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M12.75 12C12.75 12.4142 12.4142 12.75 12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25C12.4142 11.25 12.75 11.5858 12.75 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M18.75 12C18.75 12.4142 18.4142 12.75 18 12.75C17.5858 12.75 17.25 12.4142 17.25 12C17.25 11.5858 17.5858 11.25 18 11.25C18.4142 11.25 18.75 11.5858 18.75 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 6.75C11.5858 6.75 11.25 6.41421 11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6C12.75 6.41421 12.4142 6.75 12 6.75Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M12 12.75C11.5858 12.75 11.25 12.4142 11.25 12C11.25 11.5858 11.5858 11.25 12 11.25C12.4142 11.25 12.75 11.5858 12.75 12C12.75 12.4142 12.4142 12.75 12 12.75Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M12 18.75C11.5858 18.75 11.25 18.4142 11.25 18C11.25 17.5858 11.5858 17.25 12 17.25C12.4142 17.25 12.75 17.5858 12.75 18C12.75 18.4142 12.4142 18.75 12 18.75Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
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="M21.75 8.99997V9.90606C21.75 10.7338 21.2955 11.4947 20.5667 11.8871L14.0893 15.375M2.25 8.99997V9.90606C2.25 10.7338 2.70448 11.4947 3.43328 11.8871L9.91074 15.375M18.75 17.8846L14.0893 15.375M14.0893 15.375L13.0667 14.8244C12.4008 14.4658 11.5992 14.4658 10.9333 14.8244L9.91074 15.375M9.91074 15.375L5.25 17.8846M21.75 19.5C21.75 20.7426 20.7426 21.75 19.5 21.75H4.5C3.25736 21.75 2.25 20.7426 2.25 19.5L2.25 8.84388C2.25 8.01614 2.70448 7.25525 3.43328 6.86282L10.9333 2.82436C11.5992 2.46577 12.4008 2.46577 13.0667 2.82436L20.5667 6.86282C21.2955 7.25525 21.75 8.01615 21.75 8.84388V19.5Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.75 6.75V17.25C21.75 18.4926 20.7426 19.5 19.5 19.5H4.5C3.25736 19.5 2.25 18.4926 2.25 17.25V6.75M21.75 6.75C21.75 5.50736 20.7426 4.5 19.5 4.5H4.5C3.25736 4.5 2.25 5.50736 2.25 6.75M21.75 6.75V6.99271C21.75 7.77405 21.3447 8.49945 20.6792 8.90894L13.1792 13.5243C12.4561 13.9694 11.5439 13.9694 10.8208 13.5243L3.32078 8.90894C2.65535 8.49945 2.25 7.77405 2.25 6.99271V6.75" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.49854 8.24805H19.4982M4.49854 15.749H19.4982" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 9V12.75M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM12 15.75H12.0075V15.7575H12V15.75Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.9998 9.00006V12.7501M2.69653 16.1257C1.83114 17.6257 2.91371 19.5001 4.64544 19.5001H19.3541C21.0858 19.5001 22.1684 17.6257 21.303 16.1257L13.9487 3.37819C13.0828 1.87736 10.9167 1.87736 10.0509 3.37819L2.69653 16.1257ZM11.9998 15.7501H12.0073V15.7576H11.9998V15.7501Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 11.25L16.5 12.75L17.25 12V8.75798L19.5264 8.14802C20.019 8.01652 20.4847 7.75778 20.8712 7.37132C22.0428 6.19975 22.0428 4.30025 20.8712 3.12868C19.6996 1.95711 17.8001 1.95711 16.6286 3.12868C16.2421 3.51509 15.9832 3.98069 15.8517 4.47324L15.2416 6.74998H12L11.25 7.49998L12.75 8.99999M15 11.25L6.53033 19.7197C6.19077 20.0592 5.73022 20.25 5.25 20.25C4.76978 20.25 4.30924 20.4408 3.96967 20.7803L3 21.75L2.25 21L3.21967 20.0303C3.55923 19.6908 3.75 19.2302 3.75 18.75C3.75 18.2698 3.94077 17.8092 4.28033 17.4697L12.75 8.99999M15 11.25L12.75 8.99999" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.97993 8.22257C3.05683 9.31382 2.35242 10.596 1.93436 12.0015C3.22565 16.338 7.24311 19.5 11.9991 19.5C12.9917 19.5 13.9521 19.3623 14.8623 19.1049M6.22763 6.22763C7.88389 5.13558 9.86771 4.5 12 4.5C16.756 4.5 20.7734 7.66205 22.0647 11.9985C21.3528 14.3919 19.8106 16.4277 17.772 17.772M6.22763 6.22763L3 3M6.22763 6.22763L9.87868 9.87868M17.772 17.772L21 21M17.772 17.772L14.1213 14.1213M14.1213 14.1213C14.6642 13.5784 15 12.8284 15 12C15 10.3431 13.6569 9 12 9C11.1716 9 10.4216 9.33579 9.87868 9.87868M14.1213 14.1213L9.87868 9.87868" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.03555 12.3224C1.96647 12.1151 1.9664 11.8907 2.03536 11.6834C3.42372 7.50972 7.36079 4.5 12.0008 4.5C16.6387 4.5 20.5742 7.50692 21.9643 11.6776C22.0334 11.8849 22.0335 12.1093 21.9645 12.3166C20.5761 16.4903 16.6391 19.5 11.9991 19.5C7.36119 19.5 3.42564 16.4931 2.03555 12.3224Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.1823 16.3179C14.3075 15.4432 13.1623 15.0038 12.0158 14.9999C10.859 14.996 9.70095 15.4353 8.81834 16.3179M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM9.75 9.75C9.75 10.1642 9.58211 10.5 9.375 10.5C9.16789 10.5 9 10.1642 9 9.75C9 9.33579 9.16789 9 9.375 9C9.58211 9 9.75 9.33579 9.75 9.75ZM9.375 9.75H9.3825V9.765H9.375V9.75ZM15 9.75C15 10.1642 14.8321 10.5 14.625 10.5C14.4179 10.5 14.25 10.1642 14.25 9.75C14.25 9.33579 14.4179 9 14.625 9C14.8321 9 15 9.33579 15 9.75ZM14.625 9.75H14.6325V9.765H14.625V9.75Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.182 15.182C13.4246 16.9393 10.5754 16.9393 8.81802 15.182M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12ZM9.75 9.75C9.75 10.1642 9.58211 10.5 9.375 10.5C9.16789 10.5 9 10.1642 9 9.75C9 9.33579 9.16789 9 9.375 9C9.58211 9 9.75 9.33579 9.75 9.75ZM9.375 9.75H9.3825V9.765H9.375V9.75ZM15 9.75C15 10.1642 14.8321 10.5 14.625 10.5C14.4179 10.5 14.25 10.1642 14.25 9.75C14.25 9.33579 14.4179 9 14.625 9C14.8321 9 15 9.33579 15 9.75ZM14.625 9.75H14.6325V9.765H14.625V9.75Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.375 19.5H20.625M3.375 19.5C2.75368 19.5 2.25 18.9963 2.25 18.375M3.375 19.5H4.875C5.49632 19.5 6 18.9963 6 18.375M2.25 18.375V5.625M2.25 18.375V16.875C2.25 16.2537 2.75368 15.75 3.375 15.75M21.75 18.375V5.625M21.75 18.375C21.75 18.9963 21.2463 19.5 20.625 19.5M21.75 18.375V16.875C21.75 16.2537 21.2463 15.75 20.625 15.75M20.625 19.5H19.125C18.5037 19.5 18 18.9963 18 18.375M20.625 4.5H3.375M20.625 4.5C21.2463 4.5 21.75 5.00368 21.75 5.625M20.625 4.5H19.125C18.5037 4.5 18 5.00368 18 5.625M21.75 5.625V7.125C21.75 7.74632 21.2463 8.25 20.625 8.25M3.375 4.5C2.75368 4.5 2.25 5.00368 2.25 5.625M3.375 4.5H4.875C5.49632 4.5 6 5.00368 6 5.625M2.25 5.625V7.125C2.25 7.74632 2.75368 8.25 3.375 8.25M3.375 8.25H4.875M3.375 8.25C2.75368 8.25 2.25 8.75368 2.25 9.375V10.875C2.25 11.4963 2.75368 12 3.375 12M4.875 8.25C5.49632 8.25 6 7.74632 6 7.125V5.625M4.875 8.25C5.49632 8.25 6 8.75368 6 9.375V10.875M6 5.625V10.875M6 5.625C6 5.00368 6.50368 4.5 7.125 4.5H16.875C17.4963 4.5 18 5.00368 18 5.625M19.125 8.25H20.625M19.125 8.25C18.5037 8.25 18 7.74632 18 7.125V5.625M19.125 8.25C18.5037 8.25 18 8.75368 18 9.375V10.875M20.625 8.25C21.2463 8.25 21.75 8.75368 21.75 9.375V10.875C21.75 11.4963 21.2463 12 20.625 12M18 5.625V10.875M7.125 12H16.875M7.125 12C6.50368 12 6 11.4963 6 10.875M7.125 12C6.50368 12 6 12.5037 6 13.125M6 10.875C6 11.4963 5.49632 12 4.875 12M18 10.875C18 11.4963 17.4963 12 16.875 12M18 10.875C18 11.4963 18.5037 12 19.125 12M16.875 12C17.4963 12 18 12.5037 18 13.125M6 18.375V13.125M6 18.375C6 18.9963 6.50368 19.5 7.125 19.5H16.875C17.4963 19.5 18 18.9963 18 18.375M6 18.375V16.875C6 16.2537 5.49632 15.75 4.875 15.75M18 18.375V13.125M18 18.375V16.875C18 16.2537 18.5037 15.75 19.125 15.75M18 13.125V14.625C18 15.2463 18.5037 15.75 19.125 15.75M18 13.125C18 12.5037 18.5037 12 19.125 12M6 13.125V14.625C6 15.2463 5.49632 15.75 4.875 15.75M6 13.125C6 12.5037 5.49632 12 4.875 12M3.375 12H4.875M3.375 12C2.75368 12 2.25 12.5037 2.25 13.125V14.625C2.25 15.2463 2.75368 15.75 3.375 15.75M19.125 12H20.625M20.625 12C21.2463 12 21.75 12.5037 21.75 13.125V14.625C21.75 15.2463 21.2463 15.75 20.625 15.75M3.375 15.75H4.875M19.125 15.75H20.625" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.86391 4.24259C9.04956 3.45731 10.4714 3 12 3C16.1421 3 19.5 6.35786 19.5 10.5C19.5 13.4194 18.9443 16.2089 17.9324 18.7685M5.7426 6.36391C4.95732 7.54956 4.5 8.97138 4.5 10.5C4.5 11.9677 4.07875 13.3369 3.3501 14.4931M5.33889 18.052C7.14811 16.0555 8.25 13.4065 8.25 10.5C8.25 8.42893 9.92893 6.75 12 6.75C14.0711 6.75 15.75 8.42893 15.75 10.5C15.75 11.0269 15.7286 11.5487 15.686 12.0646M12.0003 10.5C12.0003 14.2226 10.6443 17.6285 8.39916 20.2506M15.033 15.6543C14.4852 17.5743 13.6391 19.3685 12.5479 20.9836" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.3622 5.21361C18.2427 6.50069 20.25 9.39075 20.25 12.7497C20.25 17.306 16.5563 20.9997 12 20.9997C7.44365 20.9997 3.75 17.306 3.75 12.7497C3.75 10.5376 4.62058 8.52889 6.03781 7.04746C6.8043 8.11787 7.82048 8.99731 9.00121 9.60064C9.04632 6.82497 10.348 4.35478 12.3621 2.73413C13.1255 3.75788 14.1379 4.61821 15.3622 5.21361Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M12 18C14.0711 18 15.75 16.3211 15.75 14.25C15.75 12.3467 14.3321 10.7746 12.4949 10.5324C11.4866 11.437 10.7862 12.6779 10.5703 14.0787C9.78769 13.8874 9.06529 13.5425 8.43682 13.0779C8.31559 13.4467 8.25 13.8407 8.25 14.25C8.25 16.3211 9.92893 18 12 18Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
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="M3 3V4.5M3 21V15M3 15L5.77009 14.3075C7.85435 13.7864 10.0562 14.0281 11.9778 14.9889L12.0856 15.0428C13.9687 15.9844 16.1224 16.2359 18.1718 15.7537L21.2861 15.0209C21.097 13.2899 21 11.5313 21 9.75C21 7.98343 21.0954 6.23914 21.2814 4.52202L18.1718 5.25369C16.1224 5.73591 13.9687 5.48435 12.0856 4.54278L11.9778 4.48892C10.0562 3.52812 7.85435 3.28641 5.77009 3.80748L3 4.5M3 15V4.5" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9 13.5L12 16.5M12 16.5L15 13.5M12 16.5L12 10.5M13.0607 6.31066L10.9393 4.18934C10.658 3.90804 10.2765 3.75 9.87868 3.75H4.5C3.25736 3.75 2.25 4.75736 2.25 6V18C2.25 19.2426 3.25736 20.25 4.5 20.25H19.5C20.7426 20.25 21.75 19.2426 21.75 18V9C21.75 7.75736 20.7426 6.75 19.5 6.75H14.1213C13.7235 6.75 13.342 6.59197 13.0607 6.31066Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 13.5H9M13.0607 6.31066L10.9393 4.18934C10.658 3.90804 10.2765 3.75 9.87868 3.75H4.5C3.25736 3.75 2.25 4.75736 2.25 6V18C2.25 19.2426 3.25736 20.25 4.5 20.25H19.5C20.7426 20.25 21.75 19.2426 21.75 18V9C21.75 7.75736 20.7426 6.75 19.5 6.75H14.1213C13.7235 6.75 13.342 6.59197 13.0607 6.31066Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.74999 9.77602C3.86203 9.7589 3.97698 9.75 4.09426 9.75H19.9057C20.023 9.75 20.138 9.7589 20.25 9.77602M3.74999 9.77602C2.55399 9.9588 1.68982 11.0788 1.86688 12.3182L2.72402 18.3182C2.88237 19.4267 3.83169 20.25 4.95141 20.25H19.0486C20.1683 20.25 21.1176 19.4267 21.276 18.3182L22.1331 12.3182C22.3102 11.0788 21.446 9.9588 20.25 9.77602M3.74999 9.77602V6C3.74999 4.75736 4.75735 3.75 5.99999 3.75H9.87867C10.2765 3.75 10.658 3.90804 10.9393 4.18934L13.0607 6.31066C13.342 6.59197 13.7235 6.75 14.1213 6.75H18C19.2426 6.75 20.25 7.75736 20.25 9V9.77602" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12 10.5V16.5M15 13.5H9M13.0607 6.31066L10.9393 4.18934C10.658 3.90804 10.2765 3.75 9.87868 3.75H4.5C3.25736 3.75 2.25 4.75736 2.25 6V18C2.25 19.2426 3.25736 20.25 4.5 20.25H19.5C20.7426 20.25 21.75 19.2426 21.75 18V9C21.75 7.75736 20.7426 6.75 19.5 6.75H14.1213C13.7235 6.75 13.342 6.59197 13.0607 6.31066Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.25 12.75V12C2.25 10.7574 3.25736 9.75 4.5 9.75H19.5C20.7426 9.75 21.75 10.7574 21.75 12V12.75M13.0607 6.31066L10.9393 4.18934C10.658 3.90804 10.2765 3.75 9.87868 3.75H4.5C3.25736 3.75 2.25 4.75736 2.25 6V18C2.25 19.2426 3.25736 20.25 4.5 20.25H19.5C20.7426 20.25 21.75 19.2426 21.75 18V9C21.75 7.75736 20.7426 6.75 19.5 6.75H14.1213C13.7235 6.75 13.342 6.59197 13.0607 6.31066Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 8.68867C3 7.82487 3.93317 7.28334 4.68316 7.7119L11.7906 11.7733C12.5464 12.2052 12.5464 13.295 11.7906 13.7269L4.68316 17.7883C3.93317 18.2169 3 17.6753 3 16.8115V8.68867Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M12.75 8.68867C12.75 7.82487 13.6832 7.28334 14.4332 7.7119L21.5406 11.7733C22.2964 12.2052 22.2964 13.295 21.5406 13.7269L14.4332 17.7883C13.6832 18.2169 12.75 17.6753 12.75 16.8115V8.68867Z" stroke="#0F172A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>