mountain-ui 1.0.80 → 1.0.82

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 (1038) hide show
  1. package/index.js +56 -1
  2. package/package.json +1 -1
  3. package/src/lib/components/Colors/ColorSelector.svelte +54 -0
  4. package/src/lib/components/Icons/Icon.svelte +24 -0
  5. package/src/lib/components/Icons/IconSelector.svelte +90 -0
  6. package/src/lib/components/Icons/icons/Archive/archive-add.svg +4 -0
  7. package/src/lib/components/Icons/icons/Archive/archive-minus.svg +4 -0
  8. package/src/lib/components/Icons/icons/Archive/archive-slash.svg +5 -0
  9. package/src/lib/components/Icons/icons/Archive/archive-tick.svg +4 -0
  10. package/src/lib/components/Icons/icons/Archive/archive.svg +4 -0
  11. package/src/lib/components/Icons/icons/Archive/book-saved.svg +5 -0
  12. package/src/lib/components/Icons/icons/Archive/book-square.svg +5 -0
  13. package/src/lib/components/Icons/icons/Archive/receipt-square.svg +4 -0
  14. package/src/lib/components/Icons/icons/Archive/save-2.svg +4 -0
  15. package/src/lib/components/Icons/icons/Archive/save-add.svg +5 -0
  16. package/src/lib/components/Icons/icons/Archive/save-minus.svg +5 -0
  17. package/src/lib/components/Icons/icons/Archive/save-remove.svg +5 -0
  18. package/src/lib/components/Icons/icons/Arrow/arrange-circle-2.svg +5 -0
  19. package/src/lib/components/Icons/icons/Arrow/arrange-circle.svg +5 -0
  20. package/src/lib/components/Icons/icons/Arrow/arrange-square-2.svg +5 -0
  21. package/src/lib/components/Icons/icons/Arrow/arrange-square.svg +5 -0
  22. package/src/lib/components/Icons/icons/Arrow/arrow-2.svg +4 -0
  23. package/src/lib/components/Icons/icons/Arrow/arrow-3.svg +4 -0
  24. package/src/lib/components/Icons/icons/Arrow/arrow-bottom.svg +4 -0
  25. package/src/lib/components/Icons/icons/Arrow/arrow-circle-down.svg +4 -0
  26. package/src/lib/components/Icons/icons/Arrow/arrow-circle-left.svg +4 -0
  27. package/src/lib/components/Icons/icons/Arrow/arrow-circle-right.svg +4 -0
  28. package/src/lib/components/Icons/icons/Arrow/arrow-circle-up.svg +4 -0
  29. package/src/lib/components/Icons/icons/Arrow/arrow-down-1.svg +4 -0
  30. package/src/lib/components/Icons/icons/Arrow/arrow-down-2.svg +4 -0
  31. package/src/lib/components/Icons/icons/Arrow/arrow-down.svg +4 -0
  32. package/src/lib/components/Icons/icons/Arrow/arrow-left-1.svg +4 -0
  33. package/src/lib/components/Icons/icons/Arrow/arrow-left-2.svg +4 -0
  34. package/src/lib/components/Icons/icons/Arrow/arrow-left-3.svg +4 -0
  35. package/src/lib/components/Icons/icons/Arrow/arrow-left.svg +4 -0
  36. package/src/lib/components/Icons/icons/Arrow/arrow-right-1.svg +4 -0
  37. package/src/lib/components/Icons/icons/Arrow/arrow-right-2.svg +4 -0
  38. package/src/lib/components/Icons/icons/Arrow/arrow-right-3.svg +4 -0
  39. package/src/lib/components/Icons/icons/Arrow/arrow-right.svg +4 -0
  40. package/src/lib/components/Icons/icons/Arrow/arrow-square-down.svg +4 -0
  41. package/src/lib/components/Icons/icons/Arrow/arrow-square-left.svg +4 -0
  42. package/src/lib/components/Icons/icons/Arrow/arrow-square-right.svg +4 -0
  43. package/src/lib/components/Icons/icons/Arrow/arrow-square-up.svg +4 -0
  44. package/src/lib/components/Icons/icons/Arrow/arrow-swap-horizontal.svg +5 -0
  45. package/src/lib/components/Icons/icons/Arrow/arrow-swap.svg +5 -0
  46. package/src/lib/components/Icons/icons/Arrow/arrow-up-1.svg +4 -0
  47. package/src/lib/components/Icons/icons/Arrow/arrow-up-2.svg +4 -0
  48. package/src/lib/components/Icons/icons/Arrow/arrow-up-3.svg +4 -0
  49. package/src/lib/components/Icons/icons/Arrow/arrow-up.svg +4 -0
  50. package/src/lib/components/Icons/icons/Arrow/back-square.svg +4 -0
  51. package/src/lib/components/Icons/icons/Arrow/convert.svg +5 -0
  52. package/src/lib/components/Icons/icons/Arrow/export-1.svg +4 -0
  53. package/src/lib/components/Icons/icons/Arrow/export-2.svg +4 -0
  54. package/src/lib/components/Icons/icons/Arrow/export-3.svg +4 -0
  55. package/src/lib/components/Icons/icons/Arrow/export.svg +4 -0
  56. package/src/lib/components/Icons/icons/Arrow/forward-square.svg +4 -0
  57. package/src/lib/components/Icons/icons/Arrow/frame.svg +4 -0
  58. package/src/lib/components/Icons/icons/Arrow/import-1.svg +4 -0
  59. package/src/lib/components/Icons/icons/Arrow/import-2.svg +4 -0
  60. package/src/lib/components/Icons/icons/Arrow/import.svg +4 -0
  61. package/src/lib/components/Icons/icons/Arrow/login-1.svg +4 -0
  62. package/src/lib/components/Icons/icons/Arrow/login.svg +4 -0
  63. package/src/lib/components/Icons/icons/Arrow/logout-1.svg +4 -0
  64. package/src/lib/components/Icons/icons/Arrow/logout.svg +4 -0
  65. package/src/lib/components/Icons/icons/Arrow/receive-square-2.svg +5 -0
  66. package/src/lib/components/Icons/icons/Arrow/receive-square.svg +5 -0
  67. package/src/lib/components/Icons/icons/Arrow/received.svg +5 -0
  68. package/src/lib/components/Icons/icons/Arrow/redo.svg +4 -0
  69. package/src/lib/components/Icons/icons/Arrow/refresh-2.svg +4 -0
  70. package/src/lib/components/Icons/icons/Arrow/refresh-circle.svg +5 -0
  71. package/src/lib/components/Icons/icons/Arrow/refresh-left-square.svg +4 -0
  72. package/src/lib/components/Icons/icons/Arrow/refresh-right-square.svg +4 -0
  73. package/src/lib/components/Icons/icons/Arrow/refresh-square-2.svg +5 -0
  74. package/src/lib/components/Icons/icons/Arrow/refresh.svg +5 -0
  75. package/src/lib/components/Icons/icons/Arrow/repeat-circle.svg +5 -0
  76. package/src/lib/components/Icons/icons/Arrow/repeat.svg +4 -0
  77. package/src/lib/components/Icons/icons/Arrow/rotate-left.svg +4 -0
  78. package/src/lib/components/Icons/icons/Arrow/rotate-right.svg +4 -0
  79. package/src/lib/components/Icons/icons/Arrow/send-sqaure-2.svg +5 -0
  80. package/src/lib/components/Icons/icons/Arrow/send-square.svg +6 -0
  81. package/src/lib/components/Icons/icons/Arrow/send.svg +5 -0
  82. package/src/lib/components/Icons/icons/Arrow/undo.svg +4 -0
  83. package/src/lib/components/Icons/icons/Astrology/aquarius.svg +4 -0
  84. package/src/lib/components/Icons/icons/Astrology/gemini-2.svg +4 -0
  85. package/src/lib/components/Icons/icons/Astrology/gemini.svg +7 -0
  86. package/src/lib/components/Icons/icons/Astrology/man.svg +4 -0
  87. package/src/lib/components/Icons/icons/Astrology/sagittarius.svg +4 -0
  88. package/src/lib/components/Icons/icons/Astrology/woman.svg +4 -0
  89. package/src/lib/components/Icons/icons/Audio/audio-square.svg +4 -0
  90. package/src/lib/components/Icons/icons/Audio/backward-10-seconds.svg +5 -0
  91. package/src/lib/components/Icons/icons/Audio/backward-15-seconds.svg +5 -0
  92. package/src/lib/components/Icons/icons/Audio/backward-5-seconds.svg +4 -0
  93. package/src/lib/components/Icons/icons/Audio/backward.svg +4 -0
  94. package/src/lib/components/Icons/icons/Audio/camera-slash.svg +8 -0
  95. package/src/lib/components/Icons/icons/Audio/camera.svg +5 -0
  96. package/src/lib/components/Icons/icons/Audio/devices.svg +10 -0
  97. package/src/lib/components/Icons/icons/Audio/forward-10-seconds.svg +5 -0
  98. package/src/lib/components/Icons/icons/Audio/forward-15-seconds.svg +5 -0
  99. package/src/lib/components/Icons/icons/Audio/forward-5-seconds.svg +4 -0
  100. package/src/lib/components/Icons/icons/Audio/forward.svg +4 -0
  101. package/src/lib/components/Icons/icons/Audio/frame.svg +6 -0
  102. package/src/lib/components/Icons/icons/Audio/gallery-add.svg +6 -0
  103. package/src/lib/components/Icons/icons/Audio/gallery-edit.svg +6 -0
  104. package/src/lib/components/Icons/icons/Audio/gallery-favorite.svg +6 -0
  105. package/src/lib/components/Icons/icons/Audio/gallery-import.svg +6 -0
  106. package/src/lib/components/Icons/icons/Audio/gallery-remove.svg +6 -0
  107. package/src/lib/components/Icons/icons/Audio/gallery-slash.svg +7 -0
  108. package/src/lib/components/Icons/icons/Audio/gallery-tick.svg +6 -0
  109. package/src/lib/components/Icons/icons/Audio/gallery.svg +5 -0
  110. package/src/lib/components/Icons/icons/Audio/image.svg +4 -0
  111. package/src/lib/components/Icons/icons/Audio/microphone-2.svg +4 -0
  112. package/src/lib/components/Icons/icons/Audio/microphone-slash-1.svg +6 -0
  113. package/src/lib/components/Icons/icons/Audio/microphone-slash.svg +7 -0
  114. package/src/lib/components/Icons/icons/Audio/microphone.svg +4 -0
  115. package/src/lib/components/Icons/icons/Audio/mini-music-sqaure.svg +5 -0
  116. package/src/lib/components/Icons/icons/Audio/music-circle.svg +8 -0
  117. package/src/lib/components/Icons/icons/Audio/music-dashboard.svg +5 -0
  118. package/src/lib/components/Icons/icons/Audio/music-filter.svg +7 -0
  119. package/src/lib/components/Icons/icons/Audio/music-library-2.svg +6 -0
  120. package/src/lib/components/Icons/icons/Audio/music-playlist.svg +6 -0
  121. package/src/lib/components/Icons/icons/Audio/music-square-add.svg +5 -0
  122. package/src/lib/components/Icons/icons/Audio/music-square-remove.svg +5 -0
  123. package/src/lib/components/Icons/icons/Audio/music-square-search.svg +5 -0
  124. package/src/lib/components/Icons/icons/Audio/music-square.svg +4 -0
  125. package/src/lib/components/Icons/icons/Audio/music.svg +5 -0
  126. package/src/lib/components/Icons/icons/Audio/musicnote.svg +4 -0
  127. package/src/lib/components/Icons/icons/Audio/next.svg +4 -0
  128. package/src/lib/components/Icons/icons/Audio/note-square.svg +4 -0
  129. package/src/lib/components/Icons/icons/Audio/pause-circle.svg +5 -0
  130. package/src/lib/components/Icons/icons/Audio/pause.svg +4 -0
  131. package/src/lib/components/Icons/icons/Audio/play-add.svg +5 -0
  132. package/src/lib/components/Icons/icons/Audio/play-circle.svg +4 -0
  133. package/src/lib/components/Icons/icons/Audio/play-cricle.svg +7 -0
  134. package/src/lib/components/Icons/icons/Audio/play-remove.svg +5 -0
  135. package/src/lib/components/Icons/icons/Audio/play.svg +4 -0
  136. package/src/lib/components/Icons/icons/Audio/previous.svg +4 -0
  137. package/src/lib/components/Icons/icons/Audio/radio.svg +8 -0
  138. package/src/lib/components/Icons/icons/Audio/record-circle.svg +4 -0
  139. package/src/lib/components/Icons/icons/Audio/record.svg +4 -0
  140. package/src/lib/components/Icons/icons/Audio/repeate-music.svg +5 -0
  141. package/src/lib/components/Icons/icons/Audio/repeate-one.svg +5 -0
  142. package/src/lib/components/Icons/icons/Audio/scissor.svg +4 -0
  143. package/src/lib/components/Icons/icons/Audio/screenmirroring.svg +4 -0
  144. package/src/lib/components/Icons/icons/Audio/shuffle.svg +5 -0
  145. package/src/lib/components/Icons/icons/Audio/stop-circle.svg +4 -0
  146. package/src/lib/components/Icons/icons/Audio/stop.svg +4 -0
  147. package/src/lib/components/Icons/icons/Audio/subtitle.svg +7 -0
  148. package/src/lib/components/Icons/icons/Audio/video-add.svg +5 -0
  149. package/src/lib/components/Icons/icons/Audio/video-circle.svg +4 -0
  150. package/src/lib/components/Icons/icons/Audio/video-horizontal.svg +4 -0
  151. package/src/lib/components/Icons/icons/Audio/video-octagon.svg +4 -0
  152. package/src/lib/components/Icons/icons/Audio/video-play.svg +5 -0
  153. package/src/lib/components/Icons/icons/Audio/video-remove.svg +5 -0
  154. package/src/lib/components/Icons/icons/Audio/video-slash.svg +8 -0
  155. package/src/lib/components/Icons/icons/Audio/video-square.svg +4 -0
  156. package/src/lib/components/Icons/icons/Audio/video-tick.svg +5 -0
  157. package/src/lib/components/Icons/icons/Audio/video-time.svg +5 -0
  158. package/src/lib/components/Icons/icons/Audio/video-vertical.svg +4 -0
  159. package/src/lib/components/Icons/icons/Audio/video.svg +5 -0
  160. package/src/lib/components/Icons/icons/Audio/voice-cricle.svg +8 -0
  161. package/src/lib/components/Icons/icons/Audio/voice-square.svg +8 -0
  162. package/src/lib/components/Icons/icons/Audio/volume-cross.svg +5 -0
  163. package/src/lib/components/Icons/icons/Audio/volume-high.svg +6 -0
  164. package/src/lib/components/Icons/icons/Audio/volume-low-1.svg +5 -0
  165. package/src/lib/components/Icons/icons/Audio/volume-low.svg +5 -0
  166. package/src/lib/components/Icons/icons/Audio/volume-mute.svg +4 -0
  167. package/src/lib/components/Icons/icons/Audio/volume-slash.svg +7 -0
  168. package/src/lib/components/Icons/icons/Audio/volume-up.svg +5 -0
  169. package/src/lib/components/Icons/icons/Buildings/bank.svg +9 -0
  170. package/src/lib/components/Icons/icons/Buildings/building-3.svg +7 -0
  171. package/src/lib/components/Icons/icons/Buildings/building-4.svg +7 -0
  172. package/src/lib/components/Icons/icons/Buildings/building.svg +8 -0
  173. package/src/lib/components/Icons/icons/Buildings/buildings-2.svg +8 -0
  174. package/src/lib/components/Icons/icons/Buildings/buildings.svg +8 -0
  175. package/src/lib/components/Icons/icons/Buildings/buliding.svg +10 -0
  176. package/src/lib/components/Icons/icons/Buildings/courthouse.svg +4 -0
  177. package/src/lib/components/Icons/icons/Buildings/hospital.svg +6 -0
  178. package/src/lib/components/Icons/icons/Buildings/house-2.svg +6 -0
  179. package/src/lib/components/Icons/icons/Buildings/house.svg +8 -0
  180. package/src/lib/components/Icons/icons/Business/activity.svg +4 -0
  181. package/src/lib/components/Icons/icons/Business/chart-1.svg +6 -0
  182. package/src/lib/components/Icons/icons/Business/chart-2.svg +5 -0
  183. package/src/lib/components/Icons/icons/Business/chart-21.svg +6 -0
  184. package/src/lib/components/Icons/icons/Business/chart-success.svg +7 -0
  185. package/src/lib/components/Icons/icons/Business/chart.svg +6 -0
  186. package/src/lib/components/Icons/icons/Business/diagram.svg +4 -0
  187. package/src/lib/components/Icons/icons/Business/favorite-chart.svg +5 -0
  188. package/src/lib/components/Icons/icons/Business/frame.svg +7 -0
  189. package/src/lib/components/Icons/icons/Business/graph.svg +4 -0
  190. package/src/lib/components/Icons/icons/Business/hashtag.svg +4 -0
  191. package/src/lib/components/Icons/icons/Business/health.svg +5 -0
  192. package/src/lib/components/Icons/icons/Business/home-hashtag.svg +4 -0
  193. package/src/lib/components/Icons/icons/Business/home-trend-down.svg +4 -0
  194. package/src/lib/components/Icons/icons/Business/home-trend-up.svg +4 -0
  195. package/src/lib/components/Icons/icons/Business/personalcard.svg +8 -0
  196. package/src/lib/components/Icons/icons/Business/presention-chart.svg +6 -0
  197. package/src/lib/components/Icons/icons/Business/status-up.svg +7 -0
  198. package/src/lib/components/Icons/icons/Business/trend-down.svg +4 -0
  199. package/src/lib/components/Icons/icons/Business/trend-up.svg +4 -0
  200. package/src/lib/components/Icons/icons/Car/airplane-square.svg +4 -0
  201. package/src/lib/components/Icons/icons/Car/airplane.svg +4 -0
  202. package/src/lib/components/Icons/icons/Car/bus.svg +7 -0
  203. package/src/lib/components/Icons/icons/Car/car.svg +6 -0
  204. package/src/lib/components/Icons/icons/Car/driving.svg +10 -0
  205. package/src/lib/components/Icons/icons/Car/gas-station.svg +7 -0
  206. package/src/lib/components/Icons/icons/Car/ship.svg +5 -0
  207. package/src/lib/components/Icons/icons/Car/smart-car.svg +8 -0
  208. package/src/lib/components/Icons/icons/Computers/airdrop.svg +6 -0
  209. package/src/lib/components/Icons/icons/Computers/airpod.svg +4 -0
  210. package/src/lib/components/Icons/icons/Computers/airpods.svg +8 -0
  211. package/src/lib/components/Icons/icons/Computers/bluetooth-2.svg +6 -0
  212. package/src/lib/components/Icons/icons/Computers/bluetooth-circle.svg +4 -0
  213. package/src/lib/components/Icons/icons/Computers/bluetooth-rectangle.svg +4 -0
  214. package/src/lib/components/Icons/icons/Computers/bluetooth.svg +4 -0
  215. package/src/lib/components/Icons/icons/Computers/clock.svg +6 -0
  216. package/src/lib/components/Icons/icons/Computers/cloud-add.svg +4 -0
  217. package/src/lib/components/Icons/icons/Computers/cloud-change.svg +5 -0
  218. package/src/lib/components/Icons/icons/Computers/cloud-connection.svg +4 -0
  219. package/src/lib/components/Icons/icons/Computers/cloud-remove.svg +4 -0
  220. package/src/lib/components/Icons/icons/Computers/cpu-charge.svg +16 -0
  221. package/src/lib/components/Icons/icons/Computers/cpu-setting.svg +14 -0
  222. package/src/lib/components/Icons/icons/Computers/cpu.svg +16 -0
  223. package/src/lib/components/Icons/icons/Computers/devices.svg +6 -0
  224. package/src/lib/components/Icons/icons/Computers/driver-2.svg +10 -0
  225. package/src/lib/components/Icons/icons/Computers/driver-refresh.svg +9 -0
  226. package/src/lib/components/Icons/icons/Computers/driver.svg +10 -0
  227. package/src/lib/components/Icons/icons/Computers/electricity.svg +6 -0
  228. package/src/lib/components/Icons/icons/Computers/external-drive.svg +7 -0
  229. package/src/lib/components/Icons/icons/Computers/folder-connection.svg +4 -0
  230. package/src/lib/components/Icons/icons/Computers/game.svg +9 -0
  231. package/src/lib/components/Icons/icons/Computers/gameboy.svg +7 -0
  232. package/src/lib/components/Icons/icons/Computers/headphone.svg +5 -0
  233. package/src/lib/components/Icons/icons/Computers/headphones.svg +10 -0
  234. package/src/lib/components/Icons/icons/Computers/keyboard-open.svg +8 -0
  235. package/src/lib/components/Icons/icons/Computers/keyboard.svg +7 -0
  236. package/src/lib/components/Icons/icons/Computers/lamp.svg +4 -0
  237. package/src/lib/components/Icons/icons/Computers/microscope.svg +6 -0
  238. package/src/lib/components/Icons/icons/Computers/mirroring-screen.svg +6 -0
  239. package/src/lib/components/Icons/icons/Computers/mobile.svg +5 -0
  240. package/src/lib/components/Icons/icons/Computers/monitor-mobbile.svg +5 -0
  241. package/src/lib/components/Icons/icons/Computers/monitor-recorder.svg +5 -0
  242. package/src/lib/components/Icons/icons/Computers/monitor.svg +4 -0
  243. package/src/lib/components/Icons/icons/Computers/mouse.svg +4 -0
  244. package/src/lib/components/Icons/icons/Computers/music-play.svg +6 -0
  245. package/src/lib/components/Icons/icons/Computers/printer-slash.svg +10 -0
  246. package/src/lib/components/Icons/icons/Computers/printer.svg +7 -0
  247. package/src/lib/components/Icons/icons/Computers/ram-2.svg +7 -0
  248. package/src/lib/components/Icons/icons/Computers/ram.svg +5 -0
  249. package/src/lib/components/Icons/icons/Computers/simcard-1.svg +7 -0
  250. package/src/lib/components/Icons/icons/Computers/simcard-2.svg +4 -0
  251. package/src/lib/components/Icons/icons/Computers/simcard.svg +5 -0
  252. package/src/lib/components/Icons/icons/Computers/speaker.svg +5 -0
  253. package/src/lib/components/Icons/icons/Computers/watch-status.svg +8 -0
  254. package/src/lib/components/Icons/icons/Computers/watch.svg +6 -0
  255. package/src/lib/components/Icons/icons/Computers/weight.svg +4 -0
  256. package/src/lib/components/Icons/icons/Content/archive-book.svg +6 -0
  257. package/src/lib/components/Icons/icons/Content/bill.svg +6 -0
  258. package/src/lib/components/Icons/icons/Content/clipboard-close.svg +5 -0
  259. package/src/lib/components/Icons/icons/Content/clipboard-export.svg +5 -0
  260. package/src/lib/components/Icons/icons/Content/clipboard-import.svg +5 -0
  261. package/src/lib/components/Icons/icons/Content/clipboard-text.svg +6 -0
  262. package/src/lib/components/Icons/icons/Content/clipboard-tick.svg +5 -0
  263. package/src/lib/components/Icons/icons/Content/copyright.svg +4 -0
  264. package/src/lib/components/Icons/icons/Content/creative-commons.svg +5 -0
  265. package/src/lib/components/Icons/icons/Content/document-cloud.svg +5 -0
  266. package/src/lib/components/Icons/icons/Content/document-copy.svg +5 -0
  267. package/src/lib/components/Icons/icons/Content/document-download.svg +5 -0
  268. package/src/lib/components/Icons/icons/Content/document-favorite.svg +5 -0
  269. package/src/lib/components/Icons/icons/Content/document-filter.svg +6 -0
  270. package/src/lib/components/Icons/icons/Content/document-forward.svg +5 -0
  271. package/src/lib/components/Icons/icons/Content/document-like.svg +5 -0
  272. package/src/lib/components/Icons/icons/Content/document-normal.svg +4 -0
  273. package/src/lib/components/Icons/icons/Content/document-previous.svg +5 -0
  274. package/src/lib/components/Icons/icons/Content/document-sketch.svg +5 -0
  275. package/src/lib/components/Icons/icons/Content/document-text-1.svg +6 -0
  276. package/src/lib/components/Icons/icons/Content/document-text.svg +6 -0
  277. package/src/lib/components/Icons/icons/Content/document-upload.svg +5 -0
  278. package/src/lib/components/Icons/icons/Content/document.svg +4 -0
  279. package/src/lib/components/Icons/icons/Content/edit-2.svg +5 -0
  280. package/src/lib/components/Icons/icons/Content/edit.svg +5 -0
  281. package/src/lib/components/Icons/icons/Content/menu-board.svg +8 -0
  282. package/src/lib/components/Icons/icons/Content/note-1.svg +7 -0
  283. package/src/lib/components/Icons/icons/Content/note-add.svg +6 -0
  284. package/src/lib/components/Icons/icons/Content/note-favorite.svg +8 -0
  285. package/src/lib/components/Icons/icons/Content/note-remove.svg +7 -0
  286. package/src/lib/components/Icons/icons/Content/note-text.svg +7 -0
  287. package/src/lib/components/Icons/icons/Content/note.svg +6 -0
  288. package/src/lib/components/Icons/icons/Content/stickynote.svg +8 -0
  289. package/src/lib/components/Icons/icons/Content/task-square.svg +7 -0
  290. package/src/lib/components/Icons/icons/Content/task.svg +8 -0
  291. package/src/lib/components/Icons/icons/Crypto/aave-(aave).svg +5 -0
  292. package/src/lib/components/Icons/icons/Crypto/android.svg +9 -0
  293. package/src/lib/components/Icons/icons/Crypto/ankr-(ankr).svg +6 -0
  294. package/src/lib/components/Icons/icons/Crypto/apple.svg +5 -0
  295. package/src/lib/components/Icons/icons/Crypto/augur-(rep).svg +6 -0
  296. package/src/lib/components/Icons/icons/Crypto/autonio-(niox).svg +7 -0
  297. package/src/lib/components/Icons/icons/Crypto/avalanche-(avax).svg +6 -0
  298. package/src/lib/components/Icons/icons/Crypto/be.svg +6 -0
  299. package/src/lib/components/Icons/icons/Crypto/binance-coin-(bnb).svg +8 -0
  300. package/src/lib/components/Icons/icons/Crypto/binance-usd-(busd).svg +7 -0
  301. package/src/lib/components/Icons/icons/Crypto/bitcoin-(btc).svg +5 -0
  302. package/src/lib/components/Icons/icons/Crypto/blogger.svg +5 -0
  303. package/src/lib/components/Icons/icons/Crypto/bootstrap.svg +5 -0
  304. package/src/lib/components/Icons/icons/Crypto/cardano-(ada).svg +59 -0
  305. package/src/lib/components/Icons/icons/Crypto/celo-(celo).svg +5 -0
  306. package/src/lib/components/Icons/icons/Crypto/celsius-(cel)-.svg +6 -0
  307. package/src/lib/components/Icons/icons/Crypto/chainlink-(link).svg +4 -0
  308. package/src/lib/components/Icons/icons/Crypto/civic-(cvc).svg +5 -0
  309. package/src/lib/components/Icons/icons/Crypto/dai-(dai).svg +7 -0
  310. package/src/lib/components/Icons/icons/Crypto/dash-(dash).svg +5 -0
  311. package/src/lib/components/Icons/icons/Crypto/decred-(dcr).svg +5 -0
  312. package/src/lib/components/Icons/icons/Crypto/dent-(dent).svg +5 -0
  313. package/src/lib/components/Icons/icons/Crypto/dribbble.svg +9 -0
  314. package/src/lib/components/Icons/icons/Crypto/dropbox.svg +8 -0
  315. package/src/lib/components/Icons/icons/Crypto/educare-(ekt).svg +7 -0
  316. package/src/lib/components/Icons/icons/Crypto/emercoin-(emc).svg +5 -0
  317. package/src/lib/components/Icons/icons/Crypto/enjin-coin-(enj).svg +5 -0
  318. package/src/lib/components/Icons/icons/Crypto/eos-(eos).svg +6 -0
  319. package/src/lib/components/Icons/icons/Crypto/ethereum-(eth).svg +6 -0
  320. package/src/lib/components/Icons/icons/Crypto/ethereum-classic-(etc).svg +6 -0
  321. package/src/lib/components/Icons/icons/Crypto/facebook.svg +5 -0
  322. package/src/lib/components/Icons/icons/Crypto/figma-1.svg +8 -0
  323. package/src/lib/components/Icons/icons/Crypto/figma.svg +9 -0
  324. package/src/lib/components/Icons/icons/Crypto/frame-1.svg +5 -0
  325. package/src/lib/components/Icons/icons/Crypto/frame-2.svg +5 -0
  326. package/src/lib/components/Icons/icons/Crypto/frame-3.svg +6 -0
  327. package/src/lib/components/Icons/icons/Crypto/frame-4.svg +6 -0
  328. package/src/lib/components/Icons/icons/Crypto/frame.svg +5 -0
  329. package/src/lib/components/Icons/icons/Crypto/framer.svg +5 -0
  330. package/src/lib/components/Icons/icons/Crypto/ftx-token-(ftt).svg +7 -0
  331. package/src/lib/components/Icons/icons/Crypto/google-1.svg +10 -0
  332. package/src/lib/components/Icons/icons/Crypto/google-play.svg +7 -0
  333. package/src/lib/components/Icons/icons/Crypto/google.svg +6 -0
  334. package/src/lib/components/Icons/icons/Crypto/harmony-(one).svg +6 -0
  335. package/src/lib/components/Icons/icons/Crypto/hedera-hashgraph-(hbar).svg +7 -0
  336. package/src/lib/components/Icons/icons/Crypto/hex-(hex).svg +6 -0
  337. package/src/lib/components/Icons/icons/Crypto/html-3.svg +5 -0
  338. package/src/lib/components/Icons/icons/Crypto/html-5.svg +5 -0
  339. package/src/lib/components/Icons/icons/Crypto/huobi-token-(ht).svg +5 -0
  340. package/src/lib/components/Icons/icons/Crypto/icon-(icx).svg +7 -0
  341. package/src/lib/components/Icons/icons/Crypto/illustrator.svg +7 -0
  342. package/src/lib/components/Icons/icons/Crypto/iost-(iost).svg +5 -0
  343. package/src/lib/components/Icons/icons/Crypto/java-script.svg +6 -0
  344. package/src/lib/components/Icons/icons/Crypto/js.svg +5 -0
  345. package/src/lib/components/Icons/icons/Crypto/kyber-network-(knc).svg +7 -0
  346. package/src/lib/components/Icons/icons/Crypto/litecoin(ltc).svg +6 -0
  347. package/src/lib/components/Icons/icons/Crypto/maker-(mkr).svg +6 -0
  348. package/src/lib/components/Icons/icons/Crypto/messenger.svg +5 -0
  349. package/src/lib/components/Icons/icons/Crypto/nebulas-(nas).svg +9 -0
  350. package/src/lib/components/Icons/icons/Crypto/nem-(xem).svg +6 -0
  351. package/src/lib/components/Icons/icons/Crypto/ocean-protocol-(ocean).svg +57 -0
  352. package/src/lib/components/Icons/icons/Crypto/okb-(okb).svg +11 -0
  353. package/src/lib/components/Icons/icons/Crypto/ontology-(ont).svg +5 -0
  354. package/src/lib/components/Icons/icons/Crypto/paypal.svg +5 -0
  355. package/src/lib/components/Icons/icons/Crypto/photoshop.svg +6 -0
  356. package/src/lib/components/Icons/icons/Crypto/polkadot-(dot).svg +7 -0
  357. package/src/lib/components/Icons/icons/Crypto/polygon-(matic).svg +6 -0
  358. package/src/lib/components/Icons/icons/Crypto/polyswarm-(nct).svg +7 -0
  359. package/src/lib/components/Icons/icons/Crypto/python.svg +5 -0
  360. package/src/lib/components/Icons/icons/Crypto/quant-(qnt).svg +11 -0
  361. package/src/lib/components/Icons/icons/Crypto/siacoin-(sc).svg +6 -0
  362. package/src/lib/components/Icons/icons/Crypto/slack.svg +11 -0
  363. package/src/lib/components/Icons/icons/Crypto/snapchat.svg +5 -0
  364. package/src/lib/components/Icons/icons/Crypto/solana-(sol).svg +6 -0
  365. package/src/lib/components/Icons/icons/Crypto/spotify.svg +7 -0
  366. package/src/lib/components/Icons/icons/Crypto/stacks-(stx).svg +6 -0
  367. package/src/lib/components/Icons/icons/Crypto/tenx-(pay).svg +5 -0
  368. package/src/lib/components/Icons/icons/Crypto/tether-(usdt).svg +5 -0
  369. package/src/lib/components/Icons/icons/Crypto/the-graph-(grt).svg +7 -0
  370. package/src/lib/components/Icons/icons/Crypto/theta-(theta).svg +5 -0
  371. package/src/lib/components/Icons/icons/Crypto/thorchain-(rune).svg +5 -0
  372. package/src/lib/components/Icons/icons/Crypto/trello.svg +6 -0
  373. package/src/lib/components/Icons/icons/Crypto/triangle.svg +6 -0
  374. package/src/lib/components/Icons/icons/Crypto/trontron-(trx).svg +7 -0
  375. package/src/lib/components/Icons/icons/Crypto/twitch.svg +6 -0
  376. package/src/lib/components/Icons/icons/Crypto/ui8.svg +9 -0
  377. package/src/lib/components/Icons/icons/Crypto/usd-coin-(usdc).svg +7 -0
  378. package/src/lib/components/Icons/icons/Crypto/velas-(vlx).svg +5 -0
  379. package/src/lib/components/Icons/icons/Crypto/vibe-(vibe).svg +6 -0
  380. package/src/lib/components/Icons/icons/Crypto/vuesax.svg +6 -0
  381. package/src/lib/components/Icons/icons/Crypto/wanchain-(wan)-1.svg +5 -0
  382. package/src/lib/components/Icons/icons/Crypto/wanchain-(wan).svg +6 -0
  383. package/src/lib/components/Icons/icons/Crypto/whatsapp.svg +5 -0
  384. package/src/lib/components/Icons/icons/Crypto/windows.svg +7 -0
  385. package/src/lib/components/Icons/icons/Crypto/wing-(wing).svg +6 -0
  386. package/src/lib/components/Icons/icons/Crypto/xd.svg +6 -0
  387. package/src/lib/components/Icons/icons/Crypto/xiaomi.svg +7 -0
  388. package/src/lib/components/Icons/icons/Crypto/xrp-(xrp).svg +5 -0
  389. package/src/lib/components/Icons/icons/Crypto/youtube.svg +5 -0
  390. package/src/lib/components/Icons/icons/Crypto/zel-(zel).svg +7 -0
  391. package/src/lib/components/Icons/icons/Crypto/zoom.svg +6 -0
  392. package/src/lib/components/Icons/icons/Currency-crypto/bitcoin-card.svg +5 -0
  393. package/src/lib/components/Icons/icons/Currency-crypto/bitcoin-convert.svg +7 -0
  394. package/src/lib/components/Icons/icons/Currency-crypto/bitcoin-refresh.svg +5 -0
  395. package/src/lib/components/Icons/icons/Currency-crypto/buy-crypto.svg +5 -0
  396. package/src/lib/components/Icons/icons/Currency-crypto/card-coin.svg +10 -0
  397. package/src/lib/components/Icons/icons/Currency-crypto/trade.svg +6 -0
  398. package/src/lib/components/Icons/icons/Delivery/3d-cube-scan.svg +7 -0
  399. package/src/lib/components/Icons/icons/Delivery/3d-rotate.svg +6 -0
  400. package/src/lib/components/Icons/icons/Delivery/3d-square.svg +6 -0
  401. package/src/lib/components/Icons/icons/Delivery/box-1.svg +5 -0
  402. package/src/lib/components/Icons/icons/Delivery/box-add.svg +6 -0
  403. package/src/lib/components/Icons/icons/Delivery/box-remove.svg +6 -0
  404. package/src/lib/components/Icons/icons/Delivery/box-search.svg +6 -0
  405. package/src/lib/components/Icons/icons/Delivery/box-tick.svg +6 -0
  406. package/src/lib/components/Icons/icons/Delivery/box-time.svg +6 -0
  407. package/src/lib/components/Icons/icons/Delivery/box.svg +7 -0
  408. package/src/lib/components/Icons/icons/Delivery/convert-3d-cube.svg +10 -0
  409. package/src/lib/components/Icons/icons/Delivery/group-1.svg +10 -0
  410. package/src/lib/components/Icons/icons/Delivery/group.svg +7 -0
  411. package/src/lib/components/Icons/icons/Delivery/truck-remove.svg +8 -0
  412. package/src/lib/components/Icons/icons/Delivery/truck-tick.svg +8 -0
  413. package/src/lib/components/Icons/icons/Delivery/truck-time.svg +8 -0
  414. package/src/lib/components/Icons/icons/Design/additem.svg +5 -0
  415. package/src/lib/components/Icons/icons/Design/backward-item.svg +5 -0
  416. package/src/lib/components/Icons/icons/Design/bezier.svg +11 -0
  417. package/src/lib/components/Icons/icons/Design/blend-2.svg +7 -0
  418. package/src/lib/components/Icons/icons/Design/blend.svg +4 -0
  419. package/src/lib/components/Icons/icons/Design/blur.svg +4 -0
  420. package/src/lib/components/Icons/icons/Design/brush-1.svg +4 -0
  421. package/src/lib/components/Icons/icons/Design/brush-2.svg +6 -0
  422. package/src/lib/components/Icons/icons/Design/brush-3.svg +5 -0
  423. package/src/lib/components/Icons/icons/Design/brush-4.svg +5 -0
  424. package/src/lib/components/Icons/icons/Design/brush.svg +6 -0
  425. package/src/lib/components/Icons/icons/Design/bucket-circle.svg +5 -0
  426. package/src/lib/components/Icons/icons/Design/bucket-square.svg +5 -0
  427. package/src/lib/components/Icons/icons/Design/bucket.svg +6 -0
  428. package/src/lib/components/Icons/icons/Design/color-swatch.svg +5 -0
  429. package/src/lib/components/Icons/icons/Design/colorfilter.svg +5 -0
  430. package/src/lib/components/Icons/icons/Design/colors-square.svg +6 -0
  431. package/src/lib/components/Icons/icons/Design/component.svg +3 -0
  432. package/src/lib/components/Icons/icons/Design/copy-success.svg +4 -0
  433. package/src/lib/components/Icons/icons/Design/copy.svg +4 -0
  434. package/src/lib/components/Icons/icons/Design/designtools.svg +7 -0
  435. package/src/lib/components/Icons/icons/Design/eraser.svg +5 -0
  436. package/src/lib/components/Icons/icons/Design/flash-circle.svg +4 -0
  437. package/src/lib/components/Icons/icons/Design/forward-item.svg +5 -0
  438. package/src/lib/components/Icons/icons/Design/glass.svg +4 -0
  439. package/src/lib/components/Icons/icons/Design/layer.svg +5 -0
  440. package/src/lib/components/Icons/icons/Design/lifebuoy.svg +4 -0
  441. package/src/lib/components/Icons/icons/Design/magicpen.svg +7 -0
  442. package/src/lib/components/Icons/icons/Design/main-component.svg +4 -0
  443. package/src/lib/components/Icons/icons/Design/mask-1.svg +4 -0
  444. package/src/lib/components/Icons/icons/Design/mask-2.svg +4 -0
  445. package/src/lib/components/Icons/icons/Design/mask.svg +4 -0
  446. package/src/lib/components/Icons/icons/Design/omega-circle.svg +4 -0
  447. package/src/lib/components/Icons/icons/Design/omega-square.svg +4 -0
  448. package/src/lib/components/Icons/icons/Design/paintbucket.svg +5 -0
  449. package/src/lib/components/Icons/icons/Design/path-2.svg +5 -0
  450. package/src/lib/components/Icons/icons/Design/path-square.svg +6 -0
  451. package/src/lib/components/Icons/icons/Design/path.svg +5 -0
  452. package/src/lib/components/Icons/icons/Design/pen-add.svg +6 -0
  453. package/src/lib/components/Icons/icons/Design/pen-close.svg +6 -0
  454. package/src/lib/components/Icons/icons/Design/pen-remove.svg +6 -0
  455. package/src/lib/components/Icons/icons/Design/pen-tool-2.svg +9 -0
  456. package/src/lib/components/Icons/icons/Design/pen-tool.svg +12 -0
  457. package/src/lib/components/Icons/icons/Design/recovery-convert.svg +6 -0
  458. package/src/lib/components/Icons/icons/Design/ruler&pen.svg +9 -0
  459. package/src/lib/components/Icons/icons/Design/ruler.svg +7 -0
  460. package/src/lib/components/Icons/icons/Design/scissor.svg +5 -0
  461. package/src/lib/components/Icons/icons/Design/shapes-1.svg +4 -0
  462. package/src/lib/components/Icons/icons/Design/shapes.svg +4 -0
  463. package/src/lib/components/Icons/icons/Design/size.svg +4 -0
  464. package/src/lib/components/Icons/icons/Email/device-message.svg +8 -0
  465. package/src/lib/components/Icons/icons/Email/direct-inbox.svg +5 -0
  466. package/src/lib/components/Icons/icons/Email/direct-normal.svg +4 -0
  467. package/src/lib/components/Icons/icons/Email/direct-notification.svg +5 -0
  468. package/src/lib/components/Icons/icons/Email/direct-send.svg +5 -0
  469. package/src/lib/components/Icons/icons/Email/direct.svg +6 -0
  470. package/src/lib/components/Icons/icons/Email/directbox-default.svg +6 -0
  471. package/src/lib/components/Icons/icons/Email/directbox-notif.svg +5 -0
  472. package/src/lib/components/Icons/icons/Email/directbox-receive.svg +6 -0
  473. package/src/lib/components/Icons/icons/Email/directbox-send.svg +6 -0
  474. package/src/lib/components/Icons/icons/Email/message-2.svg +4 -0
  475. package/src/lib/components/Icons/icons/Email/message-add-1.svg +4 -0
  476. package/src/lib/components/Icons/icons/Email/message-add.svg +5 -0
  477. package/src/lib/components/Icons/icons/Email/message-circle.svg +4 -0
  478. package/src/lib/components/Icons/icons/Email/message-edit.svg +5 -0
  479. package/src/lib/components/Icons/icons/Email/message-favorite.svg +7 -0
  480. package/src/lib/components/Icons/icons/Email/message-minus.svg +4 -0
  481. package/src/lib/components/Icons/icons/Email/message-notif.svg +7 -0
  482. package/src/lib/components/Icons/icons/Email/message-remove.svg +5 -0
  483. package/src/lib/components/Icons/icons/Email/message-search.svg +7 -0
  484. package/src/lib/components/Icons/icons/Email/message-square.svg +4 -0
  485. package/src/lib/components/Icons/icons/Email/message-text-1.svg +5 -0
  486. package/src/lib/components/Icons/icons/Email/message-text.svg +5 -0
  487. package/src/lib/components/Icons/icons/Email/message-tick.svg +5 -0
  488. package/src/lib/components/Icons/icons/Email/message-time.svg +5 -0
  489. package/src/lib/components/Icons/icons/Email/message.svg +6 -0
  490. package/src/lib/components/Icons/icons/Email/messages-1.svg +7 -0
  491. package/src/lib/components/Icons/icons/Email/messages-2.svg +4 -0
  492. package/src/lib/components/Icons/icons/Email/messages-3.svg +4 -0
  493. package/src/lib/components/Icons/icons/Email/messages.svg +5 -0
  494. package/src/lib/components/Icons/icons/Email/sms-edit.svg +5 -0
  495. package/src/lib/components/Icons/icons/Email/sms-notification.svg +6 -0
  496. package/src/lib/components/Icons/icons/Email/sms-search.svg +5 -0
  497. package/src/lib/components/Icons/icons/Email/sms-star.svg +5 -0
  498. package/src/lib/components/Icons/icons/Email/sms-tracking.svg +5 -0
  499. package/src/lib/components/Icons/icons/Email/sms.svg +4 -0
  500. package/src/lib/components/Icons/icons/Essetionnal/3dcube.svg +5 -0
  501. package/src/lib/components/Icons/icons/Essetionnal/add-circle.svg +4 -0
  502. package/src/lib/components/Icons/icons/Essetionnal/add-square.svg +4 -0
  503. package/src/lib/components/Icons/icons/Essetionnal/add.svg +4 -0
  504. package/src/lib/components/Icons/icons/Essetionnal/archive.svg +5 -0
  505. package/src/lib/components/Icons/icons/Essetionnal/autobrightness.svg +5 -0
  506. package/src/lib/components/Icons/icons/Essetionnal/battery-2/3full.svg +6 -0
  507. package/src/lib/components/Icons/icons/Essetionnal/battery-charging.svg +5 -0
  508. package/src/lib/components/Icons/icons/Essetionnal/battery-disable.svg +6 -0
  509. package/src/lib/components/Icons/icons/Essetionnal/battery-empty-1.svg +5 -0
  510. package/src/lib/components/Icons/icons/Essetionnal/battery-empty.svg +4 -0
  511. package/src/lib/components/Icons/icons/Essetionnal/battery-full.svg +7 -0
  512. package/src/lib/components/Icons/icons/Essetionnal/box-2.svg +9 -0
  513. package/src/lib/components/Icons/icons/Essetionnal/broom.svg +8 -0
  514. package/src/lib/components/Icons/icons/Essetionnal/bubble.svg +5 -0
  515. package/src/lib/components/Icons/icons/Essetionnal/cake.svg +8 -0
  516. package/src/lib/components/Icons/icons/Essetionnal/cd.svg +4 -0
  517. package/src/lib/components/Icons/icons/Essetionnal/chart.svg +5 -0
  518. package/src/lib/components/Icons/icons/Essetionnal/chrome.svg +4 -0
  519. package/src/lib/components/Icons/icons/Essetionnal/close-circle.svg +4 -0
  520. package/src/lib/components/Icons/icons/Essetionnal/close-square.svg +4 -0
  521. package/src/lib/components/Icons/icons/Essetionnal/coffee.svg +8 -0
  522. package/src/lib/components/Icons/icons/Essetionnal/computing.svg +6 -0
  523. package/src/lib/components/Icons/icons/Essetionnal/crown-1.svg +4 -0
  524. package/src/lib/components/Icons/icons/Essetionnal/crown.svg +5 -0
  525. package/src/lib/components/Icons/icons/Essetionnal/cup.svg +7 -0
  526. package/src/lib/components/Icons/icons/Essetionnal/danger.svg +5 -0
  527. package/src/lib/components/Icons/icons/Essetionnal/diamonds.svg +4 -0
  528. package/src/lib/components/Icons/icons/Essetionnal/discover.svg +4 -0
  529. package/src/lib/components/Icons/icons/Essetionnal/emoji-happy.svg +6 -0
  530. package/src/lib/components/Icons/icons/Essetionnal/emoji-normal.svg +6 -0
  531. package/src/lib/components/Icons/icons/Essetionnal/emoji-sad.svg +6 -0
  532. package/src/lib/components/Icons/icons/Essetionnal/filter-add.svg +4 -0
  533. package/src/lib/components/Icons/icons/Essetionnal/filter-edit.svg +4 -0
  534. package/src/lib/components/Icons/icons/Essetionnal/filter-remove.svg +4 -0
  535. package/src/lib/components/Icons/icons/Essetionnal/filter-search.svg +4 -0
  536. package/src/lib/components/Icons/icons/Essetionnal/filter-square.svg +4 -0
  537. package/src/lib/components/Icons/icons/Essetionnal/filter-tick.svg +4 -0
  538. package/src/lib/components/Icons/icons/Essetionnal/filter.svg +4 -0
  539. package/src/lib/components/Icons/icons/Essetionnal/flag-2.svg +4 -0
  540. package/src/lib/components/Icons/icons/Essetionnal/flag.svg +4 -0
  541. package/src/lib/components/Icons/icons/Essetionnal/flash-circle.svg +4 -0
  542. package/src/lib/components/Icons/icons/Essetionnal/flash-slash.svg +5 -0
  543. package/src/lib/components/Icons/icons/Essetionnal/flash.svg +4 -0
  544. package/src/lib/components/Icons/icons/Essetionnal/forbidden-2.svg +4 -0
  545. package/src/lib/components/Icons/icons/Essetionnal/forbidden.svg +4 -0
  546. package/src/lib/components/Icons/icons/Essetionnal/ghost.svg +5 -0
  547. package/src/lib/components/Icons/icons/Essetionnal/glass.svg +7 -0
  548. package/src/lib/components/Icons/icons/Essetionnal/grammerly.svg +4 -0
  549. package/src/lib/components/Icons/icons/Essetionnal/happyemoji.svg +4 -0
  550. package/src/lib/components/Icons/icons/Essetionnal/home-1.svg +4 -0
  551. package/src/lib/components/Icons/icons/Essetionnal/home-2.svg +4 -0
  552. package/src/lib/components/Icons/icons/Essetionnal/home-wifi.svg +6 -0
  553. package/src/lib/components/Icons/icons/Essetionnal/home.svg +4 -0
  554. package/src/lib/components/Icons/icons/Essetionnal/info-circle.svg +5 -0
  555. package/src/lib/components/Icons/icons/Essetionnal/information.svg +5 -0
  556. package/src/lib/components/Icons/icons/Essetionnal/instagram.svg +5 -0
  557. package/src/lib/components/Icons/icons/Essetionnal/judge.svg +6 -0
  558. package/src/lib/components/Icons/icons/Essetionnal/lamp.svg +5 -0
  559. package/src/lib/components/Icons/icons/Essetionnal/level.svg +6 -0
  560. package/src/lib/components/Icons/icons/Essetionnal/menu.svg +6 -0
  561. package/src/lib/components/Icons/icons/Essetionnal/milk.svg +5 -0
  562. package/src/lib/components/Icons/icons/Essetionnal/minus-cirlce.svg +4 -0
  563. package/src/lib/components/Icons/icons/Essetionnal/minus-square.svg +4 -0
  564. package/src/lib/components/Icons/icons/Essetionnal/minus.svg +4 -0
  565. package/src/lib/components/Icons/icons/Essetionnal/mirror.svg +4 -0
  566. package/src/lib/components/Icons/icons/Essetionnal/more-circle.svg +6 -0
  567. package/src/lib/components/Icons/icons/Essetionnal/more-square.svg +6 -0
  568. package/src/lib/components/Icons/icons/Essetionnal/mouse-circle.svg +4 -0
  569. package/src/lib/components/Icons/icons/Essetionnal/mouse-square.svg +4 -0
  570. package/src/lib/components/Icons/icons/Essetionnal/mouse.svg +4 -0
  571. package/src/lib/components/Icons/icons/Essetionnal/pet.svg +7 -0
  572. package/src/lib/components/Icons/icons/Essetionnal/ranking.svg +6 -0
  573. package/src/lib/components/Icons/icons/Essetionnal/reserve.svg +6 -0
  574. package/src/lib/components/Icons/icons/Essetionnal/safe-home.svg +4 -0
  575. package/src/lib/components/Icons/icons/Essetionnal/send-2.svg +5 -0
  576. package/src/lib/components/Icons/icons/Essetionnal/send.svg +4 -0
  577. package/src/lib/components/Icons/icons/Essetionnal/share.svg +8 -0
  578. package/src/lib/components/Icons/icons/Essetionnal/signpost.svg +6 -0
  579. package/src/lib/components/Icons/icons/Essetionnal/slash.svg +5 -0
  580. package/src/lib/components/Icons/icons/Essetionnal/slider.svg +6 -0
  581. package/src/lib/components/Icons/icons/Essetionnal/smart-home.svg +6 -0
  582. package/src/lib/components/Icons/icons/Essetionnal/sort.svg +6 -0
  583. package/src/lib/components/Icons/icons/Essetionnal/sound.svg +7 -0
  584. package/src/lib/components/Icons/icons/Essetionnal/speedometer.svg +5 -0
  585. package/src/lib/components/Icons/icons/Essetionnal/status.svg +5 -0
  586. package/src/lib/components/Icons/icons/Essetionnal/sticker.svg +4 -0
  587. package/src/lib/components/Icons/icons/Essetionnal/story.svg +6 -0
  588. package/src/lib/components/Icons/icons/Essetionnal/tag-cross.svg +4 -0
  589. package/src/lib/components/Icons/icons/Essetionnal/tag-right.svg +4 -0
  590. package/src/lib/components/Icons/icons/Essetionnal/tick-circle.svg +4 -0
  591. package/src/lib/components/Icons/icons/Essetionnal/tick-square.svg +4 -0
  592. package/src/lib/components/Icons/icons/Essetionnal/trash.svg +6 -0
  593. package/src/lib/components/Icons/icons/Essetionnal/tree.svg +5 -0
  594. package/src/lib/components/Icons/icons/Essetionnal/triangle.svg +5 -0
  595. package/src/lib/components/Icons/icons/Essetionnal/trush-square.svg +5 -0
  596. package/src/lib/components/Icons/icons/Essetionnal/verify.svg +4 -0
  597. package/src/lib/components/Icons/icons/Essetionnal/warning-2.svg +5 -0
  598. package/src/lib/components/Icons/icons/Essetionnal/weight.svg +7 -0
  599. package/src/lib/components/Icons/icons/Essetionnal/wifi-square.svg +6 -0
  600. package/src/lib/components/Icons/icons/Essetionnal/wifi.svg +6 -0
  601. package/src/lib/components/Icons/icons/Files/folder-2.svg +4 -0
  602. package/src/lib/components/Icons/icons/Files/folder-add.svg +4 -0
  603. package/src/lib/components/Icons/icons/Files/folder-cloud.svg +4 -0
  604. package/src/lib/components/Icons/icons/Files/folder-cross.svg +4 -0
  605. package/src/lib/components/Icons/icons/Files/folder-favorite.svg +4 -0
  606. package/src/lib/components/Icons/icons/Files/folder-minus.svg +4 -0
  607. package/src/lib/components/Icons/icons/Files/folder-open.svg +4 -0
  608. package/src/lib/components/Icons/icons/Files/folder.svg +4 -0
  609. package/src/lib/components/Icons/icons/Grid/3square.svg +5 -0
  610. package/src/lib/components/Icons/icons/Grid/align-bottom.svg +5 -0
  611. package/src/lib/components/Icons/icons/Grid/align-horizontally.svg +7 -0
  612. package/src/lib/components/Icons/icons/Grid/align-left.svg +5 -0
  613. package/src/lib/components/Icons/icons/Grid/align-right.svg +5 -0
  614. package/src/lib/components/Icons/icons/Grid/align-vertically.svg +7 -0
  615. package/src/lib/components/Icons/icons/Grid/convertshape-2.svg +6 -0
  616. package/src/lib/components/Icons/icons/Grid/convertshape.svg +6 -0
  617. package/src/lib/components/Icons/icons/Grid/crop.svg +5 -0
  618. package/src/lib/components/Icons/icons/Grid/element-1.svg +5 -0
  619. package/src/lib/components/Icons/icons/Grid/element-2.svg +5 -0
  620. package/src/lib/components/Icons/icons/Grid/element-3.svg +6 -0
  621. package/src/lib/components/Icons/icons/Grid/element-4.svg +6 -0
  622. package/src/lib/components/Icons/icons/Grid/element-equal.svg +7 -0
  623. package/src/lib/components/Icons/icons/Grid/element-plus.svg +6 -0
  624. package/src/lib/components/Icons/icons/Grid/fatrows.svg +4 -0
  625. package/src/lib/components/Icons/icons/Grid/format-circle.svg +7 -0
  626. package/src/lib/components/Icons/icons/Grid/format-square.svg +7 -0
  627. package/src/lib/components/Icons/icons/Grid/frame.svg +5 -0
  628. package/src/lib/components/Icons/icons/Grid/grid-1.svg +11 -0
  629. package/src/lib/components/Icons/icons/Grid/grid-2.svg +6 -0
  630. package/src/lib/components/Icons/icons/Grid/grid-3.svg +6 -0
  631. package/src/lib/components/Icons/icons/Grid/grid-4.svg +4 -0
  632. package/src/lib/components/Icons/icons/Grid/grid-5.svg +5 -0
  633. package/src/lib/components/Icons/icons/Grid/grid-6.svg +6 -0
  634. package/src/lib/components/Icons/icons/Grid/grid-7.svg +5 -0
  635. package/src/lib/components/Icons/icons/Grid/grid-8.svg +8 -0
  636. package/src/lib/components/Icons/icons/Grid/grid-9.svg +4 -0
  637. package/src/lib/components/Icons/icons/Grid/grid-edit.svg +9 -0
  638. package/src/lib/components/Icons/icons/Grid/grid-eraser.svg +10 -0
  639. package/src/lib/components/Icons/icons/Grid/grid-lock.svg +9 -0
  640. package/src/lib/components/Icons/icons/Grid/kanban.svg +4 -0
  641. package/src/lib/components/Icons/icons/Grid/maximize-1.svg +5 -0
  642. package/src/lib/components/Icons/icons/Grid/maximize-2.svg +7 -0
  643. package/src/lib/components/Icons/icons/Grid/maximize-3.svg +4 -0
  644. package/src/lib/components/Icons/icons/Grid/maximize-4.svg +5 -0
  645. package/src/lib/components/Icons/icons/Grid/maximize.svg +4 -0
  646. package/src/lib/components/Icons/icons/Grid/rotate-left.svg +4 -0
  647. package/src/lib/components/Icons/icons/Grid/rotate-right.svg +4 -0
  648. package/src/lib/components/Icons/icons/Grid/row-horizontal.svg +4 -0
  649. package/src/lib/components/Icons/icons/Grid/row-vertical.svg +4 -0
  650. package/src/lib/components/Icons/icons/Grid/slider-horizontal-1.svg +5 -0
  651. package/src/lib/components/Icons/icons/Grid/slider-horizontal.svg +5 -0
  652. package/src/lib/components/Icons/icons/Grid/slider-vertical-1.svg +5 -0
  653. package/src/lib/components/Icons/icons/Grid/slider-vertical.svg +5 -0
  654. package/src/lib/components/Icons/icons/Locations/arrow-square.svg +4 -0
  655. package/src/lib/components/Icons/icons/Locations/arrow.svg +8 -0
  656. package/src/lib/components/Icons/icons/Locations/direct-down.svg +4 -0
  657. package/src/lib/components/Icons/icons/Locations/direct-left.svg +4 -0
  658. package/src/lib/components/Icons/icons/Locations/direct-right.svg +4 -0
  659. package/src/lib/components/Icons/icons/Locations/direct-up.svg +4 -0
  660. package/src/lib/components/Icons/icons/Locations/discover.svg +4 -0
  661. package/src/lib/components/Icons/icons/Locations/global-edit.svg +12 -0
  662. package/src/lib/components/Icons/icons/Locations/global-refresh.svg +11 -0
  663. package/src/lib/components/Icons/icons/Locations/global-search.svg +11 -0
  664. package/src/lib/components/Icons/icons/Locations/global.svg +11 -0
  665. package/src/lib/components/Icons/icons/Locations/gps-slash.svg +10 -0
  666. package/src/lib/components/Icons/icons/Locations/gps.svg +8 -0
  667. package/src/lib/components/Icons/icons/Locations/location-add.svg +4 -0
  668. package/src/lib/components/Icons/icons/Locations/location-cross.svg +4 -0
  669. package/src/lib/components/Icons/icons/Locations/location-minus.svg +4 -0
  670. package/src/lib/components/Icons/icons/Locations/location-slash.svg +5 -0
  671. package/src/lib/components/Icons/icons/Locations/location-tick.svg +4 -0
  672. package/src/lib/components/Icons/icons/Locations/location.svg +4 -0
  673. package/src/lib/components/Icons/icons/Locations/map-1.svg +5 -0
  674. package/src/lib/components/Icons/icons/Locations/map.svg +7 -0
  675. package/src/lib/components/Icons/icons/Locations/picture-frame.svg +4 -0
  676. package/src/lib/components/Icons/icons/Locations/radar-2.svg +4 -0
  677. package/src/lib/components/Icons/icons/Locations/radar.svg +4 -0
  678. package/src/lib/components/Icons/icons/Locations/route-square.svg +4 -0
  679. package/src/lib/components/Icons/icons/Locations/routing-2.svg +7 -0
  680. package/src/lib/components/Icons/icons/Locations/routing.svg +7 -0
  681. package/src/lib/components/Icons/icons/Money/archive.svg +4 -0
  682. package/src/lib/components/Icons/icons/Money/card-add.svg +5 -0
  683. package/src/lib/components/Icons/icons/Money/card-edit.svg +5 -0
  684. package/src/lib/components/Icons/icons/Money/card-pos.svg +7 -0
  685. package/src/lib/components/Icons/icons/Money/card-receive.svg +5 -0
  686. package/src/lib/components/Icons/icons/Money/card-remove-1.svg +5 -0
  687. package/src/lib/components/Icons/icons/Money/card-remove.svg +6 -0
  688. package/src/lib/components/Icons/icons/Money/card-send.svg +5 -0
  689. package/src/lib/components/Icons/icons/Money/card-slash.svg +9 -0
  690. package/src/lib/components/Icons/icons/Money/card-tick-1.svg +5 -0
  691. package/src/lib/components/Icons/icons/Money/card-tick.svg +6 -0
  692. package/src/lib/components/Icons/icons/Money/card.svg +6 -0
  693. package/src/lib/components/Icons/icons/Money/cards.svg +7 -0
  694. package/src/lib/components/Icons/icons/Money/chart-square.svg +6 -0
  695. package/src/lib/components/Icons/icons/Money/coin-1.svg +5 -0
  696. package/src/lib/components/Icons/icons/Money/coin.svg +5 -0
  697. package/src/lib/components/Icons/icons/Money/convert-card.svg +8 -0
  698. package/src/lib/components/Icons/icons/Money/discount-circle.svg +6 -0
  699. package/src/lib/components/Icons/icons/Money/discount-shape.svg +6 -0
  700. package/src/lib/components/Icons/icons/Money/document.svg +5 -0
  701. package/src/lib/components/Icons/icons/Money/dollar-circle.svg +4 -0
  702. package/src/lib/components/Icons/icons/Money/dollar-square.svg +4 -0
  703. package/src/lib/components/Icons/icons/Money/empty-wallet-add.svg +7 -0
  704. package/src/lib/components/Icons/icons/Money/empty-wallet-change.svg +7 -0
  705. package/src/lib/components/Icons/icons/Money/empty-wallet-remove.svg +7 -0
  706. package/src/lib/components/Icons/icons/Money/empty-wallet-tick.svg +7 -0
  707. package/src/lib/components/Icons/icons/Money/empty-wallet-time.svg +7 -0
  708. package/src/lib/components/Icons/icons/Money/empty-wallet.svg +6 -0
  709. package/src/lib/components/Icons/icons/Money/math.svg +8 -0
  710. package/src/lib/components/Icons/icons/Money/money-2.svg +8 -0
  711. package/src/lib/components/Icons/icons/Money/money-3.svg +6 -0
  712. package/src/lib/components/Icons/icons/Money/money-4.svg +8 -0
  713. package/src/lib/components/Icons/icons/Money/money-add.svg +6 -0
  714. package/src/lib/components/Icons/icons/Money/money-change.svg +6 -0
  715. package/src/lib/components/Icons/icons/Money/money-forbidden.svg +7 -0
  716. package/src/lib/components/Icons/icons/Money/money-recive.svg +9 -0
  717. package/src/lib/components/Icons/icons/Money/money-remove.svg +6 -0
  718. package/src/lib/components/Icons/icons/Money/money-send.svg +5 -0
  719. package/src/lib/components/Icons/icons/Money/money-tick.svg +6 -0
  720. package/src/lib/components/Icons/icons/Money/money-time.svg +6 -0
  721. package/src/lib/components/Icons/icons/Money/money.svg +6 -0
  722. package/src/lib/components/Icons/icons/Money/moneys.svg +7 -0
  723. package/src/lib/components/Icons/icons/Money/percentage-circle.svg +6 -0
  724. package/src/lib/components/Icons/icons/Money/percentage-square.svg +6 -0
  725. package/src/lib/components/Icons/icons/Money/receipt-1.svg +5 -0
  726. package/src/lib/components/Icons/icons/Money/receipt-2-1.svg +7 -0
  727. package/src/lib/components/Icons/icons/Money/receipt-2.svg +5 -0
  728. package/src/lib/components/Icons/icons/Money/receipt-add.svg +5 -0
  729. package/src/lib/components/Icons/icons/Money/receipt-discount.svg +7 -0
  730. package/src/lib/components/Icons/icons/Money/receipt-disscount.svg +6 -0
  731. package/src/lib/components/Icons/icons/Money/receipt-edit.svg +4 -0
  732. package/src/lib/components/Icons/icons/Money/receipt-item.svg +8 -0
  733. package/src/lib/components/Icons/icons/Money/receipt-minus.svg +5 -0
  734. package/src/lib/components/Icons/icons/Money/receipt-search.svg +4 -0
  735. package/src/lib/components/Icons/icons/Money/receipt-text.svg +6 -0
  736. package/src/lib/components/Icons/icons/Money/receipt.svg +4 -0
  737. package/src/lib/components/Icons/icons/Money/security-card.svg +5 -0
  738. package/src/lib/components/Icons/icons/Money/strongbox-2.svg +5 -0
  739. package/src/lib/components/Icons/icons/Money/strongbox.svg +4 -0
  740. package/src/lib/components/Icons/icons/Money/tag-2.svg +5 -0
  741. package/src/lib/components/Icons/icons/Money/tag.svg +4 -0
  742. package/src/lib/components/Icons/icons/Money/ticket-2.svg +5 -0
  743. package/src/lib/components/Icons/icons/Money/ticket-discount.svg +6 -0
  744. package/src/lib/components/Icons/icons/Money/ticket-expired.svg +4 -0
  745. package/src/lib/components/Icons/icons/Money/ticket-star.svg +5 -0
  746. package/src/lib/components/Icons/icons/Money/ticket.svg +4 -0
  747. package/src/lib/components/Icons/icons/Money/transaction-minus.svg +4 -0
  748. package/src/lib/components/Icons/icons/Money/wallet-1.svg +7 -0
  749. package/src/lib/components/Icons/icons/Money/wallet-2.svg +5 -0
  750. package/src/lib/components/Icons/icons/Money/wallet-3.svg +6 -0
  751. package/src/lib/components/Icons/icons/Money/wallet-add-1.svg +8 -0
  752. package/src/lib/components/Icons/icons/Money/wallet-add.svg +6 -0
  753. package/src/lib/components/Icons/icons/Money/wallet-check.svg +6 -0
  754. package/src/lib/components/Icons/icons/Money/wallet-minus.svg +8 -0
  755. package/src/lib/components/Icons/icons/Money/wallet-money.svg +4 -0
  756. package/src/lib/components/Icons/icons/Money/wallet-remove.svg +6 -0
  757. package/src/lib/components/Icons/icons/Money/wallet-search.svg +6 -0
  758. package/src/lib/components/Icons/icons/Money/wallet.svg +5 -0
  759. package/src/lib/components/Icons/icons/Notifications/lamp-charge.svg +5 -0
  760. package/src/lib/components/Icons/icons/Notifications/lamp-on.svg +4 -0
  761. package/src/lib/components/Icons/icons/Notifications/lamp-slash.svg +6 -0
  762. package/src/lib/components/Icons/icons/Notifications/notification-1.svg +4 -0
  763. package/src/lib/components/Icons/icons/Notifications/notification-bing.svg +5 -0
  764. package/src/lib/components/Icons/icons/Notifications/notification-circle.svg +4 -0
  765. package/src/lib/components/Icons/icons/Notifications/notification-favorite.svg +5 -0
  766. package/src/lib/components/Icons/icons/Notifications/notification-status.svg +6 -0
  767. package/src/lib/components/Icons/icons/Notifications/notification.svg +5 -0
  768. package/src/lib/components/Icons/icons/Phone/call-add.svg +5 -0
  769. package/src/lib/components/Icons/icons/Phone/call-calling.svg +6 -0
  770. package/src/lib/components/Icons/icons/Phone/call-incoming.svg +5 -0
  771. package/src/lib/components/Icons/icons/Phone/call-minus.svg +5 -0
  772. package/src/lib/components/Icons/icons/Phone/call-outgoing.svg +5 -0
  773. package/src/lib/components/Icons/icons/Phone/call-received.svg +5 -0
  774. package/src/lib/components/Icons/icons/Phone/call-remove.svg +5 -0
  775. package/src/lib/components/Icons/icons/Phone/call-slash.svg +5 -0
  776. package/src/lib/components/Icons/icons/Phone/call.svg +4 -0
  777. package/src/lib/components/Icons/icons/Programming/code-1.svg +6 -0
  778. package/src/lib/components/Icons/icons/Programming/code-circle.svg +6 -0
  779. package/src/lib/components/Icons/icons/Programming/code.svg +5 -0
  780. package/src/lib/components/Icons/icons/Programming/command-square.svg +8 -0
  781. package/src/lib/components/Icons/icons/Programming/command.svg +7 -0
  782. package/src/lib/components/Icons/icons/Programming/data-2.svg +7 -0
  783. package/src/lib/components/Icons/icons/Programming/data.svg +7 -0
  784. package/src/lib/components/Icons/icons/Programming/document-code-2.svg +5 -0
  785. package/src/lib/components/Icons/icons/Programming/document-code.svg +6 -0
  786. package/src/lib/components/Icons/icons/Programming/hashtag-down.svg +5 -0
  787. package/src/lib/components/Icons/icons/Programming/hashtag-up.svg +5 -0
  788. package/src/lib/components/Icons/icons/Programming/hashtag.svg +4 -0
  789. package/src/lib/components/Icons/icons/Programming/hierarchy-2.svg +6 -0
  790. package/src/lib/components/Icons/icons/Programming/hierarchy-3.svg +6 -0
  791. package/src/lib/components/Icons/icons/Programming/hierarchy-square-2.svg +4 -0
  792. package/src/lib/components/Icons/icons/Programming/hierarchy-square-3.svg +4 -0
  793. package/src/lib/components/Icons/icons/Programming/hierarchy-square.svg +5 -0
  794. package/src/lib/components/Icons/icons/Programming/hierarchy.svg +6 -0
  795. package/src/lib/components/Icons/icons/Programming/message-programming.svg +6 -0
  796. package/src/lib/components/Icons/icons/Programming/mobile-programming.svg +5 -0
  797. package/src/lib/components/Icons/icons/Programming/programming-arrow.svg +4 -0
  798. package/src/lib/components/Icons/icons/Programming/programming-arrows.svg +6 -0
  799. package/src/lib/components/Icons/icons/Programming/scroll.svg +5 -0
  800. package/src/lib/components/Icons/icons/Programming/sidebar-bottom.svg +5 -0
  801. package/src/lib/components/Icons/icons/Programming/sidebar-left.svg +5 -0
  802. package/src/lib/components/Icons/icons/Programming/sidebar-right.svg +5 -0
  803. package/src/lib/components/Icons/icons/Programming/sidebar-top.svg +5 -0
  804. package/src/lib/components/Icons/icons/School/award.svg +5 -0
  805. package/src/lib/components/Icons/icons/School/book-1.svg +6 -0
  806. package/src/lib/components/Icons/icons/School/book.svg +6 -0
  807. package/src/lib/components/Icons/icons/School/bookmark-2.svg +4 -0
  808. package/src/lib/components/Icons/icons/School/bookmark.svg +4 -0
  809. package/src/lib/components/Icons/icons/School/briefcase.svg +4 -0
  810. package/src/lib/components/Icons/icons/School/brifecase-cross.svg +5 -0
  811. package/src/lib/components/Icons/icons/School/brifecase-tick.svg +5 -0
  812. package/src/lib/components/Icons/icons/School/brifecase-timer.svg +5 -0
  813. package/src/lib/components/Icons/icons/School/calculator.svg +10 -0
  814. package/src/lib/components/Icons/icons/School/clipboard.svg +5 -0
  815. package/src/lib/components/Icons/icons/School/gift.svg +7 -0
  816. package/src/lib/components/Icons/icons/School/note-2.svg +6 -0
  817. package/src/lib/components/Icons/icons/School/note.svg +4 -0
  818. package/src/lib/components/Icons/icons/School/teacher.svg +4 -0
  819. package/src/lib/components/Icons/icons/Search/search-favorite-1.svg +5 -0
  820. package/src/lib/components/Icons/icons/Search/search-favorite.svg +5 -0
  821. package/src/lib/components/Icons/icons/Search/search-normal-1.svg +4 -0
  822. package/src/lib/components/Icons/icons/Search/search-normal.svg +4 -0
  823. package/src/lib/components/Icons/icons/Search/search-status-1.svg +6 -0
  824. package/src/lib/components/Icons/icons/Search/search-status.svg +6 -0
  825. package/src/lib/components/Icons/icons/Search/search-zoom-in-1.svg +5 -0
  826. package/src/lib/components/Icons/icons/Search/search-zoom-in.svg +5 -0
  827. package/src/lib/components/Icons/icons/Search/search-zoom-out-1.svg +5 -0
  828. package/src/lib/components/Icons/icons/Search/search-zoom-out.svg +5 -0
  829. package/src/lib/components/Icons/icons/Security/alarm.svg +7 -0
  830. package/src/lib/components/Icons/icons/Security/check.svg +6 -0
  831. package/src/lib/components/Icons/icons/Security/eye-slash.svg +7 -0
  832. package/src/lib/components/Icons/icons/Security/finger-cricle.svg +5 -0
  833. package/src/lib/components/Icons/icons/Security/finger-scan.svg +8 -0
  834. package/src/lib/components/Icons/icons/Security/frame.svg +4 -0
  835. package/src/lib/components/Icons/icons/Security/key-square.svg +4 -0
  836. package/src/lib/components/Icons/icons/Security/key.svg +4 -0
  837. package/src/lib/components/Icons/icons/Security/lock-1.svg +5 -0
  838. package/src/lib/components/Icons/icons/Security/lock-circle.svg +4 -0
  839. package/src/lib/components/Icons/icons/Security/lock-slash.svg +7 -0
  840. package/src/lib/components/Icons/icons/Security/lock.svg +7 -0
  841. package/src/lib/components/Icons/icons/Security/password-check.svg +7 -0
  842. package/src/lib/components/Icons/icons/Security/radar.svg +7 -0
  843. package/src/lib/components/Icons/icons/Security/scan-barcode.svg +10 -0
  844. package/src/lib/components/Icons/icons/Security/scan.svg +9 -0
  845. package/src/lib/components/Icons/icons/Security/scanner.svg +7 -0
  846. package/src/lib/components/Icons/icons/Security/scanning.svg +10 -0
  847. package/src/lib/components/Icons/icons/Security/security-safe.svg +4 -0
  848. package/src/lib/components/Icons/icons/Security/security-user.svg +5 -0
  849. package/src/lib/components/Icons/icons/Security/security.svg +4 -0
  850. package/src/lib/components/Icons/icons/Security/shield-cross.svg +4 -0
  851. package/src/lib/components/Icons/icons/Security/shield-search.svg +5 -0
  852. package/src/lib/components/Icons/icons/Security/shield-security.svg +4 -0
  853. package/src/lib/components/Icons/icons/Security/shield-slash.svg +5 -0
  854. package/src/lib/components/Icons/icons/Security/shield-tick.svg +4 -0
  855. package/src/lib/components/Icons/icons/Security/shield.svg +4 -0
  856. package/src/lib/components/Icons/icons/Security/unlock.svg +5 -0
  857. package/src/lib/components/Icons/icons/Settings/candle-2.svg +4 -0
  858. package/src/lib/components/Icons/icons/Settings/candle.svg +4 -0
  859. package/src/lib/components/Icons/icons/Settings/category-2.svg +6 -0
  860. package/src/lib/components/Icons/icons/Settings/category.svg +6 -0
  861. package/src/lib/components/Icons/icons/Settings/menu.svg +6 -0
  862. package/src/lib/components/Icons/icons/Settings/more-2.svg +6 -0
  863. package/src/lib/components/Icons/icons/Settings/more.svg +6 -0
  864. package/src/lib/components/Icons/icons/Settings/setting-2.svg +4 -0
  865. package/src/lib/components/Icons/icons/Settings/setting-3.svg +9 -0
  866. package/src/lib/components/Icons/icons/Settings/setting-4.svg +8 -0
  867. package/src/lib/components/Icons/icons/Settings/setting-5.svg +8 -0
  868. package/src/lib/components/Icons/icons/Settings/setting.svg +4 -0
  869. package/src/lib/components/Icons/icons/Settings/settings.svg +9 -0
  870. package/src/lib/components/Icons/icons/Settings/toggle-off-circle.svg +4 -0
  871. package/src/lib/components/Icons/icons/Settings/toggle-off.svg +4 -0
  872. package/src/lib/components/Icons/icons/Settings/toggle-on-circle.svg +4 -0
  873. package/src/lib/components/Icons/icons/Settings/toggle-on.svg +4 -0
  874. package/src/lib/components/Icons/icons/Shop/bag-2.svg +4 -0
  875. package/src/lib/components/Icons/icons/Shop/bag-cross-1.svg +6 -0
  876. package/src/lib/components/Icons/icons/Shop/bag-cross.svg +4 -0
  877. package/src/lib/components/Icons/icons/Shop/bag-happy.svg +4 -0
  878. package/src/lib/components/Icons/icons/Shop/bag-tick-2.svg +6 -0
  879. package/src/lib/components/Icons/icons/Shop/bag-tick.svg +4 -0
  880. package/src/lib/components/Icons/icons/Shop/bag-timer.svg +6 -0
  881. package/src/lib/components/Icons/icons/Shop/bag.svg +4 -0
  882. package/src/lib/components/Icons/icons/Shop/barcode.svg +10 -0
  883. package/src/lib/components/Icons/icons/Shop/shop-add.svg +7 -0
  884. package/src/lib/components/Icons/icons/Shop/shop-remove.svg +7 -0
  885. package/src/lib/components/Icons/icons/Shop/shop.svg +7 -0
  886. package/src/lib/components/Icons/icons/Shop/shopping-bag.svg +5 -0
  887. package/src/lib/components/Icons/icons/Shop/shopping-cart.svg +6 -0
  888. package/src/lib/components/Icons/icons/Support-like/24-support.svg +5 -0
  889. package/src/lib/components/Icons/icons/Support-like/dislike.svg +4 -0
  890. package/src/lib/components/Icons/icons/Support-like/heart-add.svg +4 -0
  891. package/src/lib/components/Icons/icons/Support-like/heart-circle.svg +4 -0
  892. package/src/lib/components/Icons/icons/Support-like/heart-edit.svg +4 -0
  893. package/src/lib/components/Icons/icons/Support-like/heart-remove.svg +4 -0
  894. package/src/lib/components/Icons/icons/Support-like/heart-search.svg +4 -0
  895. package/src/lib/components/Icons/icons/Support-like/heart-slash.svg +4 -0
  896. package/src/lib/components/Icons/icons/Support-like/heart-tick.svg +4 -0
  897. package/src/lib/components/Icons/icons/Support-like/heart.svg +4 -0
  898. package/src/lib/components/Icons/icons/Support-like/like-1.svg +4 -0
  899. package/src/lib/components/Icons/icons/Support-like/like-dislike.svg +6 -0
  900. package/src/lib/components/Icons/icons/Support-like/like-shapes.svg +4 -0
  901. package/src/lib/components/Icons/icons/Support-like/like-tag.svg +4 -0
  902. package/src/lib/components/Icons/icons/Support-like/like.svg +4 -0
  903. package/src/lib/components/Icons/icons/Support-like/lovely.svg +4 -0
  904. package/src/lib/components/Icons/icons/Support-like/magic-star.svg +4 -0
  905. package/src/lib/components/Icons/icons/Support-like/medal-star.svg +5 -0
  906. package/src/lib/components/Icons/icons/Support-like/medal.svg +4 -0
  907. package/src/lib/components/Icons/icons/Support-like/message-question.svg +5 -0
  908. package/src/lib/components/Icons/icons/Support-like/ranking.svg +6 -0
  909. package/src/lib/components/Icons/icons/Support-like/smileys.svg +8 -0
  910. package/src/lib/components/Icons/icons/Support-like/star-1.svg +4 -0
  911. package/src/lib/components/Icons/icons/Support-like/star-slash.svg +5 -0
  912. package/src/lib/components/Icons/icons/Support-like/star.svg +6 -0
  913. package/src/lib/components/Icons/icons/Support-like/unlimited.svg +5 -0
  914. package/src/lib/components/Icons/icons/Time/calendar-1.svg +7 -0
  915. package/src/lib/components/Icons/icons/Time/calendar-2.svg +7 -0
  916. package/src/lib/components/Icons/icons/Time/calendar-add.svg +8 -0
  917. package/src/lib/components/Icons/icons/Time/calendar-circle.svg +5 -0
  918. package/src/lib/components/Icons/icons/Time/calendar-edit.svg +5 -0
  919. package/src/lib/components/Icons/icons/Time/calendar-remove.svg +8 -0
  920. package/src/lib/components/Icons/icons/Time/calendar-search.svg +5 -0
  921. package/src/lib/components/Icons/icons/Time/calendar-tick.svg +8 -0
  922. package/src/lib/components/Icons/icons/Time/calendar.svg +10 -0
  923. package/src/lib/components/Icons/icons/Time/clock.svg +4 -0
  924. package/src/lib/components/Icons/icons/Time/security-time.svg +5 -0
  925. package/src/lib/components/Icons/icons/Time/timer-1.svg +5 -0
  926. package/src/lib/components/Icons/icons/Time/timer-pause.svg +6 -0
  927. package/src/lib/components/Icons/icons/Time/timer-start.svg +6 -0
  928. package/src/lib/components/Icons/icons/Time/timer.svg +5 -0
  929. package/src/lib/components/Icons/icons/Typo/attach-circle.svg +4 -0
  930. package/src/lib/components/Icons/icons/Typo/attach-square.svg +4 -0
  931. package/src/lib/components/Icons/icons/Typo/eraser.svg +5 -0
  932. package/src/lib/components/Icons/icons/Typo/firstline.svg +7 -0
  933. package/src/lib/components/Icons/icons/Typo/language-circle.svg +4 -0
  934. package/src/lib/components/Icons/icons/Typo/language-square.svg +4 -0
  935. package/src/lib/components/Icons/icons/Typo/link-1.svg +5 -0
  936. package/src/lib/components/Icons/icons/Typo/link-2.svg +6 -0
  937. package/src/lib/components/Icons/icons/Typo/link-21.svg +6 -0
  938. package/src/lib/components/Icons/icons/Typo/link-circle.svg +5 -0
  939. package/src/lib/components/Icons/icons/Typo/link-square.svg +5 -0
  940. package/src/lib/components/Icons/icons/Typo/link.svg +4 -0
  941. package/src/lib/components/Icons/icons/Typo/maximize.svg +4 -0
  942. package/src/lib/components/Icons/icons/Typo/paperclip-2.svg +4 -0
  943. package/src/lib/components/Icons/icons/Typo/paperclip.svg +4 -0
  944. package/src/lib/components/Icons/icons/Typo/pharagraphspacing.svg +5 -0
  945. package/src/lib/components/Icons/icons/Typo/quote-down-circle.svg +5 -0
  946. package/src/lib/components/Icons/icons/Typo/quote-down-square.svg +5 -0
  947. package/src/lib/components/Icons/icons/Typo/quote-down.svg +4 -0
  948. package/src/lib/components/Icons/icons/Typo/quote-up-circle.svg +5 -0
  949. package/src/lib/components/Icons/icons/Typo/quote-up-square.svg +5 -0
  950. package/src/lib/components/Icons/icons/Typo/quote-up.svg +4 -0
  951. package/src/lib/components/Icons/icons/Typo/smallcaps.svg +5 -0
  952. package/src/lib/components/Icons/icons/Typo/text-block.svg +4 -0
  953. package/src/lib/components/Icons/icons/Typo/text-bold.svg +4 -0
  954. package/src/lib/components/Icons/icons/Typo/text-italic.svg +4 -0
  955. package/src/lib/components/Icons/icons/Typo/text-underline.svg +5 -0
  956. package/src/lib/components/Icons/icons/Typo/text.svg +4 -0
  957. package/src/lib/components/Icons/icons/Typo/textalign-center.svg +6 -0
  958. package/src/lib/components/Icons/icons/Typo/textalign-justifycenter.svg +6 -0
  959. package/src/lib/components/Icons/icons/Typo/textalign-justifyleft.svg +6 -0
  960. package/src/lib/components/Icons/icons/Typo/textalign-justifyright.svg +6 -0
  961. package/src/lib/components/Icons/icons/Typo/textalign-left.svg +6 -0
  962. package/src/lib/components/Icons/icons/Typo/textalign-right.svg +6 -0
  963. package/src/lib/components/Icons/icons/Typo/translate.svg +8 -0
  964. package/src/lib/components/Icons/icons/Users/people.svg +8 -0
  965. package/src/lib/components/Icons/icons/Users/profile-2user.svg +6 -0
  966. package/src/lib/components/Icons/icons/Users/profile-add.svg +5 -0
  967. package/src/lib/components/Icons/icons/Users/profile-circle.svg +5 -0
  968. package/src/lib/components/Icons/icons/Users/profile-delete.svg +5 -0
  969. package/src/lib/components/Icons/icons/Users/profile-remove.svg +5 -0
  970. package/src/lib/components/Icons/icons/Users/profile-tick.svg +5 -0
  971. package/src/lib/components/Icons/icons/Users/profile.svg +4 -0
  972. package/src/lib/components/Icons/icons/Users/tag-user.svg +5 -0
  973. package/src/lib/components/Icons/icons/Users/user-add.svg +5 -0
  974. package/src/lib/components/Icons/icons/Users/user-cirlce-add.svg +6 -0
  975. package/src/lib/components/Icons/icons/Users/user-edit.svg +5 -0
  976. package/src/lib/components/Icons/icons/Users/user-minus.svg +5 -0
  977. package/src/lib/components/Icons/icons/Users/user-octagon.svg +5 -0
  978. package/src/lib/components/Icons/icons/Users/user-remove.svg +5 -0
  979. package/src/lib/components/Icons/icons/Users/user-search.svg +5 -0
  980. package/src/lib/components/Icons/icons/Users/user-square.svg +5 -0
  981. package/src/lib/components/Icons/icons/Users/user-tag.svg +5 -0
  982. package/src/lib/components/Icons/icons/Users/user-tick.svg +5 -0
  983. package/src/lib/components/Icons/icons/Users/user.svg +4 -0
  984. package/src/lib/components/Icons/icons/Weather/cloud-cross.svg +4 -0
  985. package/src/lib/components/Icons/icons/Weather/cloud-drizzle.svg +4 -0
  986. package/src/lib/components/Icons/icons/Weather/cloud-fog.svg +6 -0
  987. package/src/lib/components/Icons/icons/Weather/cloud-lightning.svg +4 -0
  988. package/src/lib/components/Icons/icons/Weather/cloud-minus.svg +4 -0
  989. package/src/lib/components/Icons/icons/Weather/cloud-notif.svg +4 -0
  990. package/src/lib/components/Icons/icons/Weather/cloud-plus.svg +4 -0
  991. package/src/lib/components/Icons/icons/Weather/cloud-snow.svg +4 -0
  992. package/src/lib/components/Icons/icons/Weather/cloud-sunny.svg +4 -0
  993. package/src/lib/components/Icons/icons/Weather/cloud.svg +4 -0
  994. package/src/lib/components/Icons/icons/Weather/drop.svg +4 -0
  995. package/src/lib/components/Icons/icons/Weather/flash.svg +6 -0
  996. package/src/lib/components/Icons/icons/Weather/moon.svg +4 -0
  997. package/src/lib/components/Icons/icons/Weather/sun-1.svg +4 -0
  998. package/src/lib/components/Icons/icons/Weather/sun-fog.svg +7 -0
  999. package/src/lib/components/Icons/icons/Weather/sun.svg +9 -0
  1000. package/src/lib/components/Icons/icons/Weather/wind-2.svg +7 -0
  1001. package/src/lib/components/Icons/icons/Weather/wind.svg +5 -0
  1002. package/src/lib/components/Icons/icons/icons.json +1051 -0
  1003. package/src/lib/components/Icons/icons/script.py +30 -0
  1004. package/src/lib/components/Logo.svelte +23 -0
  1005. package/src/lib/components/User/UserDropdown.svelte +190 -0
  1006. package/src/lib/components/User/user.js +42 -0
  1007. package/src/lib/registry/entityRegistry/components/EntityRow.svelte +67 -0
  1008. package/src/lib/registry/entityRegistry/registerEntitiesFromProject.js +17 -0
  1009. package/src/lib/registry/fieldTypeRegistry/registerDefaultFieldTypes.js +6 -0
  1010. package/src/lib/registry/navigationRegistry/components/Navbar.svelte +390 -0
  1011. package/src/lib/registry/navigationRegistry/components/NavbarBtn.svelte +204 -0
  1012. package/src/lib/registry/navigationRegistry/components/NavbarGroup.svelte +190 -0
  1013. package/src/lib/registry/navigationRegistry/components/NavbarIcon.svelte +26 -0
  1014. package/src/lib/registry/navigationRegistry/components/NavigationGroupRow.svelte +250 -0
  1015. package/src/lib/registry/navigationRegistry/components/NavigationRow.svelte +213 -0
  1016. package/src/lib/registry/navigationRegistry/components/NewNavbarGroupDialog.svelte +93 -0
  1017. package/src/lib/registry/navigationRegistry/createNavigation.js +21 -0
  1018. package/src/lib/registry/navigationRegistry/registerNavigation.js +63 -0
  1019. package/src/lib/registry/navigationRegistry/registry.svelte.js +100 -0
  1020. package/src/lib/registry/projectRegistry/components/ProjectButton.svelte +1 -0
  1021. package/src/lib/registry/projectRegistry/components/TargetProjectSubscriptionCard.svelte +283 -0
  1022. package/src/lib/registry/projectRegistry/createProject.js +154 -11
  1023. package/src/lib/registry/projectRegistry/registerProjects.js +15 -0
  1024. package/src/lib/registry/projectRegistry/registry.svelte.js +29 -7
  1025. package/src/lib/registry/viewEntriesTypeRegistry/registerDefaultViewEntriesTypes.js +6 -0
  1026. package/src/routes/+layout.svelte +6 -619
  1027. package/src/routes/exemple/+layout.svelte +73 -24
  1028. package/src/routes/exemple/[project_normalized_name]/+layout.svelte +106 -33
  1029. package/src/routes/exemple/[project_normalized_name]/[entity_slug]/+page.svelte +7 -7
  1030. package/src/routes/exemple/[project_normalized_name]/entities/+page.svelte +120 -51
  1031. package/src/routes/exemple/[project_normalized_name]/navigation/+page.svelte +161 -0
  1032. /package/src/lib/registry/{viewEntriesProfilRegistery → viewEntriesProfilRegistry}/components/CreateViewEntriesProfilDialog.svelte +0 -0
  1033. /package/src/lib/registry/{viewEntriesProfilRegistery → viewEntriesProfilRegistry}/components/ViewEntriesProfilButton.svelte +0 -0
  1034. /package/src/lib/registry/{viewEntriesProfilRegistery → viewEntriesProfilRegistry}/components/ViewEntriesProfilComponent.svelte +0 -0
  1035. /package/src/lib/registry/{viewEntriesProfilRegistery → viewEntriesProfilRegistry}/components/ViewEntriesProfilDropdown.svelte +0 -0
  1036. /package/src/lib/registry/{viewEntriesProfilRegistery → viewEntriesProfilRegistry}/createViewEntriesProfil.js +0 -0
  1037. /package/src/lib/registry/{viewEntriesProfilRegistery → viewEntriesProfilRegistry}/registerDefaultViewEntriesProfils.js +0 -0
  1038. /package/src/lib/registry/{viewEntriesProfilRegistery → viewEntriesProfilRegistry}/registry.svelte.js +0 -0
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M20.8 2.23998L12.8 3.83997C12.33 3.92997 12 4.33998 12 4.81998V9.99998C12 10.55 12.45 11 13 11H21C21.55 11 22 10.55 22 9.99998V3.21998C22 2.58998 21.42 2.11998 20.8 2.23998Z" fill="#292D32"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.8 21.76L12.8 20.16C12.33 20.07 12 19.66 12 19.18V14C12 13.45 12.45 13 13 13H21C21.55 13 22 13.45 22 14V20.78C22 21.41 21.42 21.88 20.8 21.76Z" fill="#292D32"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.78998 4.56008L2.78998 5.84008C2.32998 5.94008 2 6.35008 2 6.82008V10.0001C2 10.5501 2.45 11.0001 3 11.0001H9C9.55 11.0001 10 10.5501 10 10.0001V5.53008C10 4.90008 9.40998 4.42008 8.78998 4.56008Z" fill="#292D32"/>
6
+ <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M8.78998 19.44L2.78998 18.16C2.32998 18.06 2 17.65 2 17.18V14C2 13.45 2.45 13 3 13H9C9.55 13 10 13.45 10 14V18.47C10 19.1 9.40998 19.58 8.78998 19.44Z" fill="#292D32"/>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path d="M16.8604 5H19.2104C19.3904 5 19.5504 5.1 19.6404 5.25L22.0504 9.45C22.1404 9.6 22.1404 9.79 22.0504 9.94L17.4104 18.24C17.2204 18.58 16.7404 18.58 16.5404 18.25L15.2804 16.14C15.1904 15.98 15.1904 15.79 15.2804 15.64L18.5404 9.94C18.6304 9.79 18.6304 9.6 18.5404 9.44L16.4104 5.74C16.2404 5.42 16.4804 5 16.8604 5Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M9.86038 5H12.2104C12.3904 5 12.5504 5.1 12.6404 5.25L15.0504 9.45C15.1404 9.6 15.1404 9.79 15.0504 9.94L10.4104 18.24C10.2204 18.58 9.7404 18.58 9.5404 18.25L8.28039 16.14C8.19039 15.98 8.19039 15.79 8.28039 15.64L11.5404 9.94C11.6304 9.79 11.6304 9.6 11.5404 9.44L9.4104 5.74C9.2404 5.42 9.48038 5 9.86038 5Z" fill="#292D32"/>
5
+ <path d="M1.80078 5H5.0108C5.1908 5 5.36081 5.1 5.45081 5.25L7.87079 9.54C7.96079 9.69 7.96079 9.88 7.87079 10.04L6.75079 11.96C6.56079 12.29 6.08081 12.29 5.89081 11.96L1.80078 5Z" fill="#292D32"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M16.1898 2H7.81978C4.17978 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17978 21.99 7.81978 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z" fill="#292D32"/>
4
+ <path d="M17.9599 7.71973C17.5499 7.71973 17.2099 8.05973 17.2099 8.46973V11.2497H16.1899C14.7999 11.2497 13.6699 12.3797 13.6699 13.7697C13.6699 15.1597 14.7999 16.2897 16.1899 16.2897H17.9599C18.3699 16.2897 18.7099 15.9497 18.7099 15.5397V8.47972C18.7099 8.04972 18.3699 7.71973 17.9599 7.71973ZM17.2099 14.7797H16.1899C15.6299 14.7797 15.1699 14.3197 15.1699 13.7597C15.1699 13.1997 15.6299 12.7397 16.1899 12.7397H17.2099V14.7797Z" fill="#292D32"/>
5
+ <path d="M12.1608 7.8797C11.8408 7.6197 11.3607 7.6697 11.1107 7.9997L8.87074 10.7997L6.63075 7.9997C6.37075 7.6797 5.90075 7.6197 5.58075 7.8797C5.26075 8.1397 5.20075 8.60969 5.46075 8.92969L7.91075 11.9897L5.46075 15.0497C5.20075 15.3697 5.25075 15.8497 5.58075 16.0997C5.72075 16.2097 5.88075 16.2597 6.05075 16.2597C6.27075 16.2597 6.49075 16.1597 6.64075 15.9797L8.88075 13.1797L11.1207 15.9797C11.2707 16.1597 11.4908 16.2597 11.7108 16.2597C11.8708 16.2597 12.0407 16.2097 12.1807 16.0997C12.5007 15.8397 12.5608 15.3697 12.3008 15.0497L9.85075 11.9897L12.3008 8.92969C12.5408 8.60969 12.4908 8.1397 12.1608 7.8797Z" fill="#292D32"/>
6
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" fill="#292D32"/>
4
+ <path d="M13.5 15.75C13.09 15.75 12.75 15.41 12.75 15V11C12.75 10.31 12.19 9.75 11.5 9.75H8.25V15C8.25 15.41 7.91 15.75 7.5 15.75C7.09 15.75 6.75 15.41 6.75 15V9C6.75 8.59 7.09 8.25 7.5 8.25H11.5C13.02 8.25 14.25 9.48 14.25 11V15C14.25 15.41 13.91 15.75 13.5 15.75Z" fill="#292D32"/>
5
+ <path d="M10.5 15.75C10.09 15.75 9.75 15.41 9.75 15V12C9.75 11.59 10.09 11.25 10.5 11.25C10.91 11.25 11.25 11.59 11.25 12V15C11.25 15.41 10.91 15.75 10.5 15.75Z" fill="#292D32"/>
6
+ <path d="M16.5 15.75C16.09 15.75 15.75 15.41 15.75 15V9C15.75 8.59 16.09 8.25 16.5 8.25C16.91 8.25 17.25 8.59 17.25 9V15C17.25 15.41 16.91 15.75 16.5 15.75Z" fill="#292D32"/>
7
+ </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="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path d="M5.4604 2H4.0504C3.1204 2 2.6504 3.13 3.3104 3.79L9.0404 9.52C10.6804 11.16 13.3304 11.16 14.9704 9.52L20.7004 3.79C21.3504 3.13 20.8804 2 19.9504 2H18.5404C17.7104 2 16.9104 2.33 16.3204 2.92L12.7404 6.5C12.3304 6.91 11.6704 6.91 11.2604 6.5L7.6804 2.92C7.0904 2.33 6.2904 2 5.4604 2Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M5.4604 21.9702H4.0504C3.1204 21.9702 2.6504 20.8402 3.3104 20.1802L9.0404 14.4502C10.6804 12.8102 13.3304 12.8102 14.9704 14.4502L20.7004 20.1802C21.3604 20.8402 20.8904 21.9702 19.9604 21.9702H18.5504C17.7204 21.9702 16.9204 21.6402 16.3304 21.0502L12.7504 17.4702C12.3404 17.0602 11.6804 17.0602 11.2704 17.4702L7.6904 21.0502C7.0904 21.6402 6.2904 21.9702 5.4604 21.9702Z" fill="#292D32"/>
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 opacity="0.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M17 20H7C4 20 2 18 2 15V9C2 6 4 4 7 4H17C20 4 22 6 22 9V15C22 18 20 20 17 20Z" fill="#292D32"/>
4
+ <path d="M11.4196 9.49009L13.8896 10.9701C14.8296 11.5401 14.8296 12.4601 13.8896 13.0301L11.4196 14.5101C10.4196 15.1101 9.59961 14.6501 9.59961 13.4801V10.5101C9.59961 9.3501 10.4196 8.89009 11.4196 9.49009Z" fill="#292D32"/>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" fill="#292D32"/>
4
+ <path d="M10.5 11.46V14.03C10.5 14.21 10.4 14.37 10.25 14.46L8.25 15.61C8.1 15.7 7.91 15.7 7.75 15.61L5.75 14.46C5.59 14.37 5.5 14.21 5.5 14.03V11.75C5.5 11.57 5.6 11.41 5.75 11.32L7.75 10.17C7.9 10.08 8.1 10.08 8.25 10.17L9.25 10.75L10.5 11.46Z" fill="#292D32"/>
5
+ <path d="M18.5 11.75V14.03C18.5 14.21 18.4 14.37 18.25 14.46L16.25 15.61C16.1 15.7 15.91 15.7 15.75 15.61L13.75 14.46C13.59 14.37 13.5 14.21 13.5 14.03V11.46L14.75 10.75L15.75 10.17C15.9 10.08 16.09 10.08 16.25 10.17L18.25 11.32C18.4 11.4 18.5 11.57 18.5 11.75Z" fill="#292D32"/>
6
+ <path d="M14.75 9.62002V10.75L13.5 11.46V13.19L12.25 13.91C12.1 14 11.91 14 11.75 13.91L10.5 13.19V11.46L9.25 10.75V9.62002C9.25 9.44002 9.35 9.28002 9.5 9.19002L11.75 7.90002C11.9 7.81002 12.09 7.81002 12.25 7.90002L14.5 9.19002C14.65 9.27002 14.75 9.44002 14.75 9.62002Z" fill="#292D32"/>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" fill="#292D32"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.25 9.67976V12.4798C6.25 14.0198 7.50001 15.2598 9.04001 15.2498L12.72 15.2198C13.23 15.2198 13.64 14.7998 13.64 14.2998V11.5298C13.64 9.99977 12.4 8.75977 10.87 8.75977H7.17999C6.65999 8.75977 6.25 9.16976 6.25 9.67976Z" fill="#292D32"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.75 10.0196V13.9996C17.75 14.4296 17.27 14.6896 16.91 14.4496L14.99 13.1696C14.84 13.0696 14.75 12.8996 14.75 12.7196V11.2996C14.75 11.1196 14.84 10.9496 14.99 10.8496L16.91 9.56964C17.27 9.32964 17.75 9.58963 17.75 10.0196Z" fill="#292D32"/>
6
+ </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 opacity="0.4" d="M22 7.53986V16.4599C22 18.7499 20.14 20.5999 17.85 20.5999H6.15C3.86 20.5999 2 18.7499 2 16.4599V7.53986C2 5.24986 3.86 3.3999 6.15 3.3999H17.85C20.14 3.3999 22 5.24986 22 7.53986Z" fill="#292D32"/>
3
+ <path d="M9.25 12.75H5.25C4.84 12.75 4.5 12.41 4.5 12C4.5 11.59 4.84 11.25 5.25 11.25H9.25C9.66 11.25 10 11.59 10 12C10 12.41 9.66 12.75 9.25 12.75Z" fill="#292D32"/>
4
+ <path d="M18.64 11.67C18.78 11.39 18.87 11.08 18.87 10.75C18.87 9.68 17.94 8.75 16.87 8.75H16.26V8.25C16.26 7.84 15.92 7.5 15.51 7.5C15.1 7.5 14.76 7.84 14.76 8.25V8.75H13.75H12.75C12.34 8.75 12 9.09 12 9.5C12 9.91 12.34 10.25 12.75 10.25H13V12V13.75H12.75C12.34 13.75 12 14.09 12 14.5C12 14.91 12.34 15.25 12.75 15.25H13.75H14.76V15.75C14.76 16.16 15.1 16.5 15.51 16.5C15.92 16.5 16.26 16.16 16.26 15.75V15.25H17.32C18.52 15.25 19.5 14.35 19.5 13.25C19.5 12.6 19.16 12.04 18.64 11.67ZM14.94 10.25H16.88C17.14 10.25 17.38 10.53 17.38 10.75C17.38 11.03 17.16 11.25 16.88 11.25H14.5V10.25H14.94ZM17.32 13.75H14.94H14.5V12.75H16.88H17.33C17.7 12.75 18.01 12.98 18.01 13.25C18.01 13.52 17.69 13.75 17.32 13.75Z" fill="#292D32"/>
5
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M23 15.22C23.4142 15.22 23.75 15.5558 23.75 15.97C23.75 20.2542 20.2842 23.72 16 23.72C15.7298 23.72 15.4805 23.5746 15.3474 23.3395C15.2142 23.1044 15.2179 22.8158 15.3569 22.5841L16.4069 20.8341C16.62 20.4789 17.0807 20.3637 17.4359 20.5769C17.7911 20.79 17.9062 21.2507 17.6931 21.6058L17.4218 22.058C20.1909 21.4156 22.25 18.9365 22.25 15.97C22.25 15.5558 22.5858 15.22 23 15.22Z" fill="#292D32"/>
3
+ <path opacity="0.4" fill-rule="evenodd" clip-rule="evenodd" d="M6.5782 1.88191C3.8091 2.52434 1.75 5.00339 1.75 7.96997C1.75 8.38418 1.41421 8.71997 1 8.71997C0.585786 8.71997 0.25 8.38418 0.25 7.96997C0.25 3.68576 3.71579 0.219971 8 0.219971C8.2702 0.219971 8.51952 0.365315 8.65265 0.600446C8.78578 0.835578 8.78214 1.12414 8.64312 1.35584L7.59312 3.10584C7.38001 3.46103 6.91931 3.5762 6.56413 3.36309C6.20894 3.14998 6.09377 2.68928 6.30688 2.3341L6.5782 1.88191Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M14.8498 15.33C14.8498 18.74 12.0898 21.4999 8.67977 21.4999C5.26977 21.4999 2.50977 18.74 2.50977 15.33C2.50977 11.92 5.26977 9.15991 8.67977 9.15991C8.83977 9.15991 8.98977 9.16993 9.15977 9.17993C12.1898 9.40993 14.6098 11.8299 14.8398 14.8599C14.8398 15.0099 14.8498 15.16 14.8498 15.33Z" fill="#292D32"/>
5
+ <path d="M21.5002 8.66998C21.5002 12.08 18.7402 14.84 15.3302 14.84H14.8402C14.6102 11.81 12.1902 9.38997 9.16016 9.15997V8.66998C9.16016 5.25998 11.9202 2.5 15.3302 2.5C18.7402 2.5 21.5002 5.25998 21.5002 8.66998Z" fill="#292D32"/>
6
+ <path d="M11.1191 15.0099C11.2391 14.7599 11.3091 14.49 11.3091 14.2C11.3091 13.2 10.4291 12.3199 9.42914 12.3199H9.16914V11.9399C9.16914 11.5299 8.82914 11.1899 8.41914 11.1899C8.00914 11.1899 7.66914 11.5299 7.66914 11.9399V12.3199H6.61914C6.20914 12.3199 5.86914 12.6599 5.86914 13.0699V15.3199V17.5699C5.86914 17.9799 6.20914 18.3199 6.61914 18.3199H7.66914V18.7C7.66914 19.11 8.00914 19.45 8.41914 19.45C8.82914 19.45 9.16914 19.11 9.16914 18.7V18.3199H9.82914C10.9491 18.3199 11.8691 17.4799 11.8691 16.4399C11.8691 15.8699 11.5691 15.3499 11.1191 15.0099ZM7.36914 13.8199H9.42914C9.63914 13.8199 9.80914 14.05 9.80914 14.2C9.80914 14.41 9.63914 14.58 9.42914 14.58H7.36914V13.8199ZM9.82914 16.83H7.35914V16.08H9.41914H9.81914C10.1391 16.08 10.3591 16.28 10.3591 16.46C10.3591 16.64 10.1491 16.83 9.82914 16.83Z" fill="#292D32"/>
7
+ </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 opacity="0.4" d="M23.5293 12.05C23.2393 11.76 22.7593 11.76 22.4693 12.05L22.0093 12.51V12C22.0093 6.48 17.5193 1.98999 11.9993 1.98999C8.94927 1.98999 6.09927 3.35999 4.18927 5.73999C3.92927 6.05999 3.97927 6.53998 4.30927 6.78998C4.62927 7.04998 5.10927 6.99998 5.35927 6.66998C6.98927 4.63998 9.40927 3.47998 11.9993 3.47998C16.6893 3.47998 20.5093 7.29999 20.5093 11.99V12.49L20.0493 12.03C19.7593 11.74 19.2793 11.74 18.9893 12.03C18.6993 12.32 18.6993 12.8 18.9893 13.09L20.7293 14.83C20.7993 14.9 20.8793 14.95 20.9693 14.99C21.0593 15.03 21.1593 15.05 21.2593 15.05C21.3593 15.05 21.4493 15.03 21.5493 14.99C21.6393 14.95 21.7193 14.9 21.7893 14.83L23.5293 13.09C23.8193 12.82 23.8193 12.34 23.5293 12.05Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M19.6892 17.2C19.3692 16.94 18.8892 16.9899 18.6392 17.3199C17.0092 19.3499 14.5892 20.51 11.9992 20.51C7.30922 20.51 3.48921 16.6899 3.48921 11.9999V11.4999L3.94921 11.96C4.09921 12.11 4.28922 12.1799 4.47922 12.1799C4.66922 12.1799 4.85922 12.11 5.00922 11.96C5.29922 11.67 5.29922 11.19 5.00922 10.9L3.26921 9.15991C3.19921 9.08991 3.11921 9.03994 3.02921 8.99994C2.84921 8.91994 2.63921 8.91994 2.45921 8.99994C2.36921 9.03994 2.28922 9.08991 2.21922 9.15991L0.479219 10.9C0.189219 11.19 0.189219 11.67 0.479219 11.96C0.769219 12.25 1.24922 12.25 1.53922 11.96L1.99922 11.4999V11.9999C1.99922 17.5199 6.48922 22.01 12.0092 22.01C15.0592 22.01 17.9092 20.64 19.8192 18.26C20.0692 17.94 20.0192 17.46 19.6892 17.2Z" fill="#292D32"/>
4
+ <path d="M15.45 11.64C15.72 11.24 15.87 10.77 15.87 10.25C15.87 8.92 14.7 7.75 13.37 7.75H12.55V6.75C12.55 6.34 12.21 6 11.8 6C11.39 6 11.05 6.34 11.05 6.75V7.75H9C8.59 7.75 8.25 8.09 8.25 8.5V12V15.5C8.25 15.91 8.59 16.25 9 16.25H11.05V17.25C11.05 17.66 11.39 18 11.8 18C12.21 18 12.55 17.66 12.55 17.25V16.25H14C15.52 16.25 16.75 15.13 16.75 13.75C16.75 12.86 16.23 12.08 15.45 11.64ZM9.75 9.25H13.37C13.92 9.25 14.37 9.8 14.37 10.25C14.37 10.8 13.92 11.25 13.37 11.25H9.75V9.25ZM14 14.75H9.75V12.75H13.37H14C14.69 12.75 15.25 13.2 15.25 13.75C15.25 14.3 14.69 14.75 14 14.75Z" fill="#292D32"/>
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="M22 8.5C22 12.09 19.09 15 15.5 15C15.33 15 15.15 14.99 14.98 14.98C14.73 11.81 12.19 9.27 9.01999 9.02C9.00999 8.85 9 8.67 9 8.5C9 4.91 11.91 2 15.5 2C19.09 2 22 4.91 22 8.5Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M15 15.5C15 19.09 12.09 22 8.5 22C4.91 22 2 19.09 2 15.5C2 11.91 4.91 9 8.5 9C8.67 9 8.84999 9.01 9.01999 9.02C12.19 9.27 14.73 11.81 14.98 14.98C14.99 15.15 15 15.33 15 15.5Z" fill="#292D32"/>
4
+ <path d="M7.62 14.62L8.5 13L9.38 14.62L11 15.5L9.38 16.38L8.5 18L7.62 16.38L6 15.5L7.62 14.62Z" fill="#292D32"/>
5
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" d="M12 15.7V16.31H2V15.7C2 13.94 2.43997 13.5 4.21997 13.5H9.78003C11.56 13.5 12 13.94 12 15.7Z" fill="#292D32"/>
3
+ <path d="M2 16.3101V17.8101V19.8001C2 21.5601 2.43997 22.0001 4.21997 22.0001H9.78003C11.56 22.0001 12 21.5601 12 19.8001V17.8101V16.3101H2Z" fill="#292D32"/>
4
+ <g opacity="0.4">
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22 14.25C22.4142 14.25 22.75 14.5858 22.75 15C22.75 19.2842 19.2842 22.75 15 22.75C14.7298 22.75 14.4805 22.6047 14.3474 22.3695C14.2142 22.1344 14.2179 21.8458 14.3569 21.6141L15.4069 19.8641C15.62 19.5089 16.0807 19.3938 16.4359 19.6069C16.791 19.82 16.9062 20.2807 16.6931 20.6359L16.4218 21.0881C19.1909 20.4456 21.25 17.9666 21.25 15C21.25 14.5858 21.5858 14.25 22 14.25Z" fill="#292D32"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.57821 2.91194C4.8091 3.55436 2.75 6.03342 2.75 9C2.75 9.41421 2.41421 9.75 2 9.75C1.58579 9.75 1.25 9.41421 1.25 9C1.25 4.71579 4.71579 1.25 9 1.25C9.2702 1.25 9.51952 1.39534 9.65265 1.63047C9.78578 1.8656 9.78214 2.15417 9.64312 2.38587L8.59313 4.13587C8.38002 4.49105 7.91933 4.60623 7.56414 4.39312C7.20896 4.18001 7.09378 3.71932 7.30689 3.36413L7.57821 2.91194Z" fill="#292D32"/>
7
+ </g>
8
+ <path opacity="0.4" d="M23 6.5H14C14 8.98 16.02 11 18.5 11C20.99 11 23 8.98 23 6.5Z" fill="#292D32"/>
9
+ <path d="M23 6.5C23 4.01 20.99 2 18.5 2C16.02 2 14 4.01 14 6.5H23Z" fill="#292D32"/>
10
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 15.5C15 19.09 12.09 22 8.5 22C4.91 22 2 19.09 2 15.5C2 11.91 4.91 9 8.5 9C8.67 9 8.84999 9.01 9.01999 9.02C12.19 9.27 14.73 11.81 14.98 14.98C14.99 15.15 15 15.33 15 15.5Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M22 8.5C22 12.09 19.09 15 15.5 15C15.33 15 15.15 14.99 14.98 14.98C14.73 11.81 12.19 9.27 9.01999 9.02C9.00999 8.85 9 8.67 9 8.5C9 4.91 11.91 2 15.5 2C19.09 2 22 4.91 22 8.5Z" fill="#292D32"/>
4
+ <path d="M5.59 2H3C2.45 2 2 2.45 2 3V5.59C2 6.48 3.07999 6.93 3.70999 6.3L6.29999 3.71001C6.91999 3.08001 6.48 2 5.59 2Z" fill="#292D32"/>
5
+ <path d="M18.4097 22H20.9997C21.5497 22 21.9997 21.55 21.9997 21V18.41C21.9997 17.52 20.9197 17.07 20.2897 17.7L17.6997 20.29C17.0797 20.92 17.5197 22 18.4097 22Z" fill="#292D32"/>
6
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" d="M22 9.75C21.59 9.75 21.25 9.41 21.25 9V7C21.25 4.42 19.58 2.75 17 2.75H7C4.42 2.75 2.75 4.42 2.75 7V9C2.75 9.41 2.41 9.75 2 9.75C1.59 9.75 1.25 9.41 1.25 9V7C1.25 3.56 3.56 1.25 7 1.25H17C20.44 1.25 22.75 3.56 22.75 7V9C22.75 9.41 22.41 9.75 22 9.75Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M17 22.75H7C3.56 22.75 1.25 20.44 1.25 17V15C1.25 14.59 1.59 14.25 2 14.25C2.41 14.25 2.75 14.59 2.75 15V17C2.75 19.58 4.42 21.25 7 21.25H17C19.58 21.25 21.25 19.58 21.25 17V15C21.25 14.59 21.59 14.25 22 14.25C22.41 14.25 22.75 14.59 22.75 15V17C22.75 20.44 20.44 22.75 17 22.75Z" fill="#292D32"/>
4
+ <path d="M16.3999 8.20999L12.6399 6.17996C12.2399 5.96996 11.7699 5.96996 11.3699 6.17996L7.60992 8.20999C7.33992 8.35999 7.16992 8.64995 7.16992 8.97995C7.16992 9.30995 7.33992 9.59997 7.60992 9.74997L11.3699 11.78C11.5699 11.89 11.7899 11.94 12.0099 11.94C12.2299 11.94 12.4499 11.89 12.6499 11.78L16.4099 9.74997C16.6799 9.59997 16.8499 9.30995 16.8499 8.97995C16.8399 8.64995 16.6699 8.35999 16.3999 8.20999Z" fill="#292D32"/>
5
+ <path d="M10.7402 12.4699L7.24023 10.7199C6.97023 10.5899 6.66022 10.6 6.40022 10.76C6.14022 10.92 5.99023 11.1899 5.99023 11.4899V14.7999C5.99023 15.3699 6.31024 15.89 6.82024 16.14L10.3202 17.89C10.4402 17.95 10.5702 17.9799 10.7102 17.9799C10.8702 17.9799 11.0202 17.9399 11.1602 17.8499C11.4202 17.6899 11.5702 17.4199 11.5702 17.1199V13.8099C11.5702 13.2399 11.2602 12.7299 10.7402 12.4699Z" fill="#292D32"/>
6
+ <path d="M17.5899 10.76C17.3299 10.6 17.0199 10.5899 16.7499 10.7199L13.2499 12.4699C12.7399 12.7299 12.4199 13.2399 12.4199 13.8099V17.1199C12.4199 17.4199 12.5699 17.6899 12.8299 17.8499C12.9699 17.9399 13.1199 17.9799 13.2799 17.9799C13.4099 17.9799 13.5399 17.95 13.6699 17.89L17.1699 16.14C17.6799 15.88 17.9999 15.3699 17.9999 14.7999V11.4899C17.9999 11.1899 17.8499 10.92 17.5899 10.76Z" fill="#292D32"/>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.57821 2.91194C4.8091 3.55436 2.75 6.03342 2.75 9C2.75 9.41421 2.41421 9.75 2 9.75C1.58579 9.75 1.25 9.41421 1.25 9C1.25 4.71579 4.71579 1.25 9 1.25C9.2702 1.25 9.51952 1.39534 9.65265 1.63047C9.78578 1.8656 9.78214 2.15417 9.64312 2.38587L8.59313 4.13587C8.38002 4.49105 7.91933 4.60623 7.56414 4.39312C7.20896 4.18001 7.09378 3.71932 7.30689 3.36413L7.57821 2.91194ZM22 14.25C22.4142 14.25 22.75 14.5858 22.75 15C22.75 19.2842 19.2842 22.75 15 22.75C14.7298 22.75 14.4805 22.6047 14.3474 22.3695C14.2142 22.1344 14.2179 21.8458 14.3569 21.6141L15.4069 19.8641C15.62 19.5089 16.0807 19.3938 16.4359 19.6069C16.791 19.82 16.9062 20.2807 16.6931 20.6359L16.4218 21.0881C19.1909 20.4456 21.25 17.9666 21.25 15C21.25 14.5858 21.5858 14.25 22 14.25Z" fill="#292D32"/>
3
+ <path d="M16.3999 8.20996L12.6399 6.17996C12.2399 5.96996 11.7699 5.96996 11.3699 6.17996L7.60989 8.20996C7.33989 8.35996 7.16992 8.64996 7.16992 8.97996C7.16992 9.30996 7.33989 9.59996 7.60989 9.74996L11.3699 11.78C11.5699 11.89 11.7899 11.94 12.0099 11.94C12.2299 11.94 12.4499 11.89 12.6499 11.78L16.4099 9.74996C16.6799 9.59996 16.8499 9.30996 16.8499 8.97996C16.8399 8.64996 16.6699 8.35996 16.3999 8.20996Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M10.7402 12.4699L7.24023 10.7199C6.97023 10.5899 6.66024 10.5999 6.40024 10.7599C6.14024 10.9199 5.99023 11.1899 5.99023 11.4899V14.7999C5.99023 15.3699 6.31025 15.8899 6.82025 16.1399L10.3203 17.8899C10.4403 17.9499 10.5702 17.9799 10.7102 17.9799C10.8702 17.9799 11.0202 17.9399 11.1602 17.8499C11.4202 17.6899 11.5703 17.4199 11.5703 17.1199V13.8099C11.5703 13.2399 11.2602 12.7299 10.7402 12.4699Z" fill="#292D32"/>
5
+ <path opacity="0.4" d="M17.5899 10.7599C17.3299 10.5999 17.0199 10.5899 16.7499 10.7199L13.2499 12.4699C12.7399 12.7299 12.4199 13.2399 12.4199 13.8099V17.1199C12.4199 17.4199 12.5699 17.6899 12.8299 17.8499C12.9699 17.9399 13.1199 17.9799 13.2799 17.9799C13.4099 17.9799 13.5399 17.9499 13.6699 17.8899L17.1699 16.1399C17.6799 15.8799 17.9999 15.3699 17.9999 14.7999V11.4899C17.9999 11.1899 17.8499 10.9199 17.5899 10.7599Z" fill="#292D32"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" d="M16.1898 2.33008H7.81976C4.17976 2.33008 2.00977 4.50008 2.00977 8.14008V16.5101C2.00977 20.1501 4.17976 22.3201 7.81976 22.3201H16.1898C19.8298 22.3201 21.9998 20.1501 21.9998 16.5101V8.15008C21.9998 4.51008 19.8298 2.33008 16.1898 2.33008Z" fill="#292D32"/>
3
+ <path d="M16.3999 8.20996L12.6399 6.17996C12.2399 5.96996 11.7699 5.96996 11.3699 6.17996L7.60989 8.20996C7.33989 8.35996 7.16992 8.64996 7.16992 8.97996C7.16992 9.30996 7.33989 9.59996 7.60989 9.74996L11.3699 11.78C11.5699 11.89 11.7899 11.94 12.0099 11.94C12.2299 11.94 12.4499 11.89 12.6499 11.78L16.4099 9.74996C16.6799 9.59996 16.8499 9.30996 16.8499 8.97996C16.8399 8.64996 16.6699 8.35996 16.3999 8.20996Z" fill="#292D32"/>
4
+ <path d="M10.7402 12.4699L7.24023 10.7199C6.97023 10.5899 6.66024 10.5999 6.40024 10.7599C6.14024 10.9199 5.99023 11.1899 5.99023 11.4899V14.7999C5.99023 15.3699 6.31025 15.8899 6.82025 16.1399L10.3203 17.8899C10.4403 17.9499 10.5702 17.9799 10.7102 17.9799C10.8702 17.9799 11.0202 17.9399 11.1602 17.8499C11.4202 17.6899 11.5703 17.4199 11.5703 17.1199V13.8099C11.5703 13.2399 11.2602 12.7299 10.7402 12.4699Z" fill="#292D32"/>
5
+ <path d="M17.5899 10.7599C17.3299 10.5999 17.0199 10.5899 16.7499 10.7199L13.2499 12.4699C12.7399 12.7299 12.4199 13.2399 12.4199 13.8099V17.1199C12.4199 17.4199 12.5699 17.6899 12.8299 17.8499C12.9699 17.9399 13.1199 17.9799 13.2799 17.9799C13.4099 17.9799 13.5399 17.9499 13.6699 17.8899L17.1699 16.1399C17.6799 15.8799 17.9999 15.3699 17.9999 14.7999V11.4899C17.9999 11.1899 17.8499 10.9199 17.5899 10.7599Z" fill="#292D32"/>
6
+ </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 opacity="0.4" d="M21.0409 7.19L12.0009 12.42L2.96094 7.19C3.36094 6.45 3.94094 5.8 4.59094 5.44L9.93094 2.48C11.0709 1.84 12.9309 1.84 14.0709 2.48L19.4109 5.44C20.0609 5.8 20.6409 6.45 21.0409 7.19Z" fill="#292D32"/>
3
+ <path opacity="0.6" d="M12.0006 12.4199V21.9999C11.2506 21.9999 10.5006 21.8399 9.93062 21.5199L4.59063 18.5599C3.38063 17.8899 2.39062 16.2099 2.39062 14.8299V9.16994C2.39062 8.52994 2.61062 7.82994 2.96062 7.18994L12.0006 12.4199Z" fill="#292D32"/>
4
+ <path d="M21.61 9.16994V14.8299C21.61 16.2099 20.62 17.8899 19.41 18.5599L14.07 21.5199C13.5 21.8399 12.75 21.9999 12 21.9999V12.4199L21.04 7.18994C21.39 7.82994 21.61 8.52994 21.61 9.16994Z" fill="#292D32"/>
5
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M22 15.7C22 15.69 21.99 15.68 21.98 15.67C21.94 15.61 21.89 15.55 21.84 15.5C21.83 15.49 21.82 15.47 21.81 15.46C21 14.56 19.81 14 18.5 14C17.24 14 16.09 14.52 15.27 15.36C14.48 16.17 14 17.28 14 18.5C14 19.34 14.24 20.14 14.65 20.82C14.87 21.19 15.15 21.53 15.47 21.81C15.49 21.82 15.5 21.83 15.51 21.84C15.56 21.89 15.61 21.93 15.67 21.98C15.67 21.98 15.67 21.98 15.68 21.98C15.69 21.99 15.7 22 15.71 22C16.46 22.63 17.43 23 18.5 23C20.14 23 21.57 22.12 22.35 20.82C22.58 20.43 22.76 20 22.87 19.55C22.96 19.21 23 18.86 23 18.5C23 17.44 22.63 16.46 22 15.7ZM20.18 19.23H19.25V20.2C19.25 20.61 18.91 20.95 18.5 20.95C18.09 20.95 17.75 20.61 17.75 20.2V19.23H16.82C16.41 19.23 16.07 18.89 16.07 18.48C16.07 18.07 16.41 17.73 16.82 17.73H17.75V16.84C17.75 16.43 18.09 16.09 18.5 16.09C18.91 16.09 19.25 16.43 19.25 16.84V17.73H20.18C20.59 17.73 20.93 18.07 20.93 18.48C20.93 18.89 20.6 19.23 20.18 19.23Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M19.3504 5.65995L13.0604 2.27C12.4004 1.91 11.6004 1.91 10.9304 2.27L4.6404 5.65995C4.1804 5.90995 3.90039 6.39998 3.90039 6.93998C3.90039 7.47998 4.1804 7.96995 4.6404 8.21995L10.9304 11.61C11.2604 11.79 11.6304 11.88 11.9904 11.88C12.3504 11.88 12.7204 11.79 13.0504 11.61L19.3404 8.21995C19.8004 7.96995 20.0804 7.47998 20.0804 6.93998C20.1004 6.39998 19.8104 5.90995 19.3504 5.65995Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M9.9007 12.7899L4.0507 9.85989C3.6007 9.62989 3.0807 9.65989 2.6507 9.91989C2.2207 10.1799 1.9707 10.6399 1.9707 11.1399V16.6699C1.9707 17.6299 2.5007 18.4899 3.3607 18.9199L9.21071 21.8399C9.41071 21.9399 9.63071 21.9899 9.85071 21.9899C10.1107 21.9899 10.3707 21.9199 10.6007 21.7699C11.0307 21.5099 11.2807 21.0499 11.2807 20.5499V15.0199C11.2907 14.0799 10.7607 13.2199 9.9007 12.7899Z" fill="#292D32"/>
5
+ <path opacity="0.4" d="M22.0309 11.1502V15.7401C22.0209 15.7301 22.0109 15.7101 22.0009 15.7001C22.0009 15.6901 21.9909 15.6801 21.9809 15.6701C21.9409 15.6101 21.8909 15.5501 21.8409 15.5001C21.8309 15.4901 21.8209 15.4702 21.8109 15.4602C21.0009 14.5602 19.8109 14.0001 18.5009 14.0001C17.2409 14.0001 16.0909 14.5201 15.2709 15.3601C14.4809 16.1701 14.0009 17.2801 14.0009 18.5001C14.0009 19.3401 14.2409 20.1401 14.6509 20.8201C14.8209 21.1101 15.0309 21.3701 15.2609 21.6101L14.7909 21.8501C14.5909 21.9501 14.3709 22.0001 14.1509 22.0001C13.8909 22.0001 13.6309 21.9302 13.3909 21.7802C12.9709 21.5202 12.7109 21.0601 12.7109 20.5601V15.0401C12.7109 14.0801 13.2409 13.2201 14.1009 12.7901L19.9509 9.87013C20.4009 9.64013 20.9209 9.66012 21.3509 9.93012C21.7709 10.1901 22.0309 10.6502 22.0309 11.1502Z" fill="#292D32"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.6794 15.3202C20.7894 14.4302 19.6094 13.9802 18.4394 14.0002C17.3094 14.0102 16.1794 14.4602 15.3194 15.3202C14.7194 15.9102 14.3294 16.6501 14.1394 17.4201C14.0294 17.8401 13.9894 18.2702 14.0194 18.7002V18.7502C14.0194 18.8202 14.0294 18.8802 14.0394 18.9602C14.0394 18.9602 14.0394 18.9601 14.0494 18.9701V19.0002C14.1394 19.9802 14.5594 20.9301 15.3194 21.6801C16.4794 22.8401 18.1094 23.2301 19.5794 22.8601C20.0194 22.7501 20.4494 22.5702 20.8494 22.3302C21.1494 22.1602 21.4294 21.9401 21.6794 21.6801C22.4294 20.9301 22.8594 19.9801 22.9494 18.9901C22.9594 18.9901 22.9594 18.9702 22.9594 18.9602C22.9794 18.8902 22.9794 18.8101 22.9794 18.7401C22.9794 18.7301 22.9894 18.7102 22.9894 18.6902C23.0494 17.4802 22.6094 16.2402 21.6794 15.3202ZM20.2294 20.2102C19.9394 20.5002 19.4694 20.5002 19.1694 20.2102L18.5094 19.5501L17.8294 20.2301C17.5294 20.5301 17.0594 20.5301 16.7694 20.2301C16.4694 19.9401 16.4694 19.4701 16.7694 19.1701L17.4494 18.4901L16.7894 17.8302C16.4994 17.5302 16.4994 17.0602 16.7894 16.7702C17.0894 16.4702 17.5594 16.4702 17.8594 16.7702L18.5094 17.4301L19.1394 16.7901C19.4394 16.5001 19.9094 16.5001 20.2094 16.7901C20.4994 17.0901 20.4994 17.5601 20.2094 17.8601L19.5694 18.4901L20.2294 19.1402C20.5294 19.4402 20.5294 19.9102 20.2294 20.2102Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M19.3504 5.65995L13.0604 2.27C12.4004 1.91 11.6004 1.91 10.9304 2.27L4.64041 5.65995C4.18041 5.90995 3.90039 6.39998 3.90039 6.93998C3.90039 7.47998 4.18041 7.96995 4.64041 8.21995L10.9304 11.61C11.2604 11.79 11.6304 11.88 11.9904 11.88C12.3504 11.88 12.7204 11.79 13.0504 11.61L19.3404 8.21995C19.8004 7.96995 20.0804 7.47998 20.0804 6.93998C20.1004 6.39998 19.8104 5.90995 19.3504 5.65995Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M9.9007 12.7899L4.05069 9.85989C3.60069 9.62989 3.0807 9.65989 2.6507 9.91989C2.2207 10.1799 1.9707 10.6399 1.9707 11.1399V16.6699C1.9707 17.6299 2.50069 18.4899 3.36069 18.9199L9.21069 21.8399C9.41069 21.9399 9.63071 21.9899 9.85071 21.9899C10.1107 21.9899 10.3707 21.9199 10.6007 21.7699C11.0307 21.5099 11.2807 21.0499 11.2807 20.5499V15.0199C11.2907 14.0799 10.7607 13.2199 9.9007 12.7899Z" fill="#292D32"/>
5
+ <path opacity="0.4" d="M22.0309 11.1502V15.7401C22.0209 15.7301 22.0109 15.7101 22.0009 15.7001C22.0009 15.6901 21.991 15.6801 21.981 15.6701C21.941 15.6101 21.8909 15.5501 21.8409 15.5001C21.8309 15.4901 21.8209 15.4702 21.8109 15.4602C21.0009 14.5602 19.8109 14.0001 18.5009 14.0001C17.2409 14.0001 16.0909 14.5201 15.2709 15.3601C14.4809 16.1701 14.0009 17.2801 14.0009 18.5001C14.0009 19.3401 14.2409 20.1401 14.6509 20.8201C14.8209 21.1101 15.031 21.3701 15.261 21.6101L14.791 21.8501C14.591 21.9501 14.3709 22.0001 14.1509 22.0001C13.8909 22.0001 13.631 21.9302 13.391 21.7802C12.971 21.5202 12.7109 21.0601 12.7109 20.5601V15.0401C12.7109 14.0801 13.241 13.2201 14.101 12.7901L19.951 9.87013C20.401 9.64013 20.921 9.66012 21.351 9.93012C21.771 10.1901 22.0309 10.6502 22.0309 11.1502Z" fill="#292D32"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" d="M20.1004 6.93998C20.1004 7.47998 19.8104 7.96995 19.3504 8.21995L17.6104 9.15995L16.1304 9.94999L13.0604 11.61C12.7304 11.79 12.3704 11.88 12.0004 11.88C11.6304 11.88 11.2704 11.79 10.9404 11.61L4.65039 8.21995C4.19039 7.96995 3.90039 7.47998 3.90039 6.93998C3.90039 6.39998 4.19039 5.90995 4.65039 5.65995L6.62039 4.59996L8.1904 3.74998L10.9404 2.27C11.6004 1.91 12.4004 1.91 13.0604 2.27L19.3504 5.65995C19.8104 5.90995 20.1004 6.39998 20.1004 6.93998Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M9.9007 12.7899L4.05069 9.85989C3.60069 9.62989 3.0807 9.65989 2.6507 9.91989C2.2207 10.1799 1.9707 10.6399 1.9707 11.1399V16.6699C1.9707 17.6299 2.50069 18.4899 3.36069 18.9199L9.21069 21.8399C9.41069 21.9399 9.63071 21.9899 9.85071 21.9899C10.1107 21.9899 10.3707 21.9199 10.6007 21.7699C11.0307 21.5099 11.2807 21.0499 11.2807 20.5499V15.0199C11.2907 14.0799 10.7607 13.2199 9.9007 12.7899Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M22.0309 11.1502V16.6801C22.0309 17.6301 21.501 18.4901 20.641 18.9201L14.791 21.8501C14.591 21.9501 14.3709 22.0001 14.1509 22.0001C13.8909 22.0001 13.631 21.9302 13.391 21.7802C12.971 21.5202 12.7109 21.0601 12.7109 20.5601V15.0401C12.7109 14.0801 13.241 13.2201 14.101 12.7901L16.2509 11.7201L17.7509 10.9701L19.951 9.87013C20.401 9.64013 20.921 9.66012 21.351 9.93012C21.771 10.1901 22.0309 10.6502 22.0309 11.1502Z" fill="#292D32"/>
5
+ <path d="M22.6001 21.64L21.8401 20.88C22.2401 20.28 22.4701 19.56 22.4701 18.79C22.4701 16.68 20.7601 14.97 18.6501 14.97C16.5401 14.97 14.8301 16.68 14.8301 18.79C14.8301 20.9 16.5401 22.61 18.6501 22.61C19.4201 22.61 20.1401 22.38 20.7401 21.98L21.5001 22.74C21.6501 22.89 21.8501 22.97 22.0501 22.97C22.2501 22.97 22.4501 22.89 22.6001 22.74C22.9001 22.43 22.9001 21.94 22.6001 21.64Z" fill="#292D32"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" d="M19.3504 5.65995L13.0604 2.27C12.4004 1.91 11.6004 1.91 10.9304 2.27L4.64041 5.65995C4.18041 5.90995 3.90039 6.39998 3.90039 6.93998C3.90039 7.47998 4.18041 7.96995 4.64041 8.21995L10.9304 11.61C11.2604 11.79 11.6304 11.88 11.9904 11.88C12.3504 11.88 12.7204 11.79 13.0504 11.61L19.3404 8.21995C19.8004 7.96995 20.0804 7.47998 20.0804 6.93998C20.1004 6.39998 19.8104 5.90995 19.3504 5.65995Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M9.9007 12.7899L4.05069 9.85989C3.60069 9.62989 3.0807 9.65989 2.6507 9.91989C2.2207 10.1799 1.9707 10.6399 1.9707 11.1399V16.6699C1.9707 17.6299 2.50069 18.4899 3.36069 18.9199L9.21069 21.8399C9.41069 21.9399 9.63071 21.9899 9.85071 21.9899C10.1107 21.9899 10.3707 21.9199 10.6007 21.7699C11.0307 21.5099 11.2807 21.0499 11.2807 20.5499V15.0199C11.2907 14.0799 10.7607 13.2199 9.9007 12.7899Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M22.0309 11.1502V15.7401C22.0209 15.7301 22.0109 15.7101 22.0009 15.7001C22.0009 15.6901 21.991 15.6801 21.981 15.6701C21.941 15.6101 21.8909 15.5501 21.8409 15.5001C21.8309 15.4901 21.8209 15.4702 21.8109 15.4602C21.0009 14.5602 19.8109 14.0001 18.5009 14.0001C17.2409 14.0001 16.0909 14.5201 15.2709 15.3601C14.4809 16.1701 14.0009 17.2801 14.0009 18.5001C14.0009 19.3401 14.2409 20.1401 14.6509 20.8201C14.8209 21.1101 15.031 21.3701 15.261 21.6101L14.791 21.8501C14.591 21.9501 14.3709 22.0001 14.1509 22.0001C13.8909 22.0001 13.631 21.9302 13.391 21.7802C12.971 21.5202 12.7109 21.0601 12.7109 20.5601V15.0401C12.7109 14.0801 13.241 13.2201 14.101 12.7901L19.951 9.87013C20.401 9.64013 20.921 9.66012 21.351 9.93012C21.771 10.1901 22.0309 10.6502 22.0309 11.1502Z" fill="#292D32"/>
5
+ <path d="M21.98 15.67C21.16 14.66 19.91 14.02 18.5 14.02C17.44 14.02 16.46 14.39 15.69 15.01C14.65 15.83 14 17.1 14 18.52C14 19.36 14.24 20.16 14.65 20.84C14.92 21.29 15.26 21.68 15.66 22H15.67C16.44 22.64 17.43 23.02 18.5 23.02C19.64 23.02 20.67 22.6 21.46 21.9C21.81 21.6 22.11 21.24 22.35 20.84C22.76 20.16 23 19.36 23 18.52C23 17.44 22.62 16.44 21.98 15.67ZM20.76 17.96L18.36 20.18C18.22 20.31 18.03 20.38 17.85 20.38C17.66 20.38 17.47 20.31 17.32 20.16L16.21 19.05C15.92 18.76 15.92 18.28 16.21 17.99C16.5 17.7 16.98 17.7 17.27 17.99L17.87 18.59L19.74 16.86C20.04 16.58 20.52 16.6 20.8 16.9C21.09 17.21 21.07 17.68 20.76 17.96Z" fill="#292D32"/>
6
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" d="M19.3504 5.65995L13.0604 2.27C12.4004 1.91 11.6004 1.91 10.9304 2.27L4.64041 5.65995C4.18041 5.90995 3.90039 6.39998 3.90039 6.93998C3.90039 7.47998 4.18041 7.96995 4.64041 8.21995L10.9304 11.61C11.2604 11.79 11.6304 11.88 11.9904 11.88C12.3604 11.88 12.7204 11.79 13.0504 11.61L19.3404 8.21995C19.8004 7.96995 20.0804 7.47998 20.0804 6.93998C20.0904 6.39998 19.8104 5.90995 19.3504 5.65995Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M9.9007 12.7899L4.05069 9.85989C3.60069 9.62989 3.0807 9.65989 2.6507 9.91989C2.2207 10.1799 1.9707 10.6399 1.9707 11.1399V16.6699C1.9707 17.6299 2.50069 18.4899 3.36069 18.9199L9.21069 21.8399C9.41069 21.9399 9.63071 21.9899 9.85071 21.9899C10.1107 21.9899 10.3707 21.9199 10.6007 21.7699C11.0307 21.5099 11.2807 21.0499 11.2807 20.5499V15.0199C11.2907 14.0799 10.7607 13.2199 9.9007 12.7899Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M22.0309 11.1502V15.7401C22.0209 15.7301 22.0109 15.7101 22.0009 15.7001C22.0009 15.6901 21.991 15.6801 21.981 15.6701C21.941 15.6101 21.8909 15.5501 21.8409 15.5001C21.8309 15.4901 21.8209 15.4702 21.8109 15.4602C21.0009 14.5602 19.8109 14.0001 18.5009 14.0001C17.2409 14.0001 16.0909 14.5201 15.2709 15.3601C14.4809 16.1701 14.0009 17.2801 14.0009 18.5001C14.0009 19.3401 14.2409 20.1401 14.6509 20.8201C14.8209 21.1101 15.031 21.3701 15.261 21.6101L14.791 21.8501C14.591 21.9501 14.3709 22.0001 14.1509 22.0001C13.8909 22.0001 13.631 21.9302 13.391 21.7802C12.971 21.5202 12.7109 21.0601 12.7109 20.5601V15.0401C12.7109 14.0801 13.241 13.2201 14.101 12.7901L19.951 9.87013C20.401 9.64013 20.921 9.66012 21.351 9.93012C21.771 10.1901 22.0309 10.6502 22.0309 11.1502Z" fill="#292D32"/>
5
+ <path d="M21.98 15.65C21.16 14.64 19.91 14 18.5 14C17.44 14 16.46 14.37 15.69 14.99C14.65 15.81 14 17.08 14 18.5C14 19.91 14.64 21.16 15.65 21.98C16.42 22.62 17.42 23 18.5 23C19.64 23 20.67 22.57 21.47 21.88C22.4 21.05 23 19.85 23 18.5C23 17.42 22.62 16.42 21.98 15.65ZM19.53 18.78C19.53 19.04 19.39 19.29 19.17 19.42L17.76 20.26C17.64 20.33 17.51 20.37 17.37 20.37C17.12 20.37 16.87 20.24 16.73 20.01C16.52 19.65 16.63 19.19 16.99 18.98L18.03 18.36V17.1C18.03 16.69 18.37 16.35 18.78 16.35C19.19 16.35 19.53 16.69 19.53 17.1V18.78Z" fill="#292D32"/>
6
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" d="M20.1004 6.93998C20.1004 7.47998 19.8104 7.96995 19.3504 8.21995L17.6104 9.15995L16.1304 9.94999L13.0604 11.61C12.7304 11.79 12.3704 11.88 12.0004 11.88C11.6304 11.88 11.2704 11.79 10.9404 11.61L4.65039 8.21995C4.19039 7.96995 3.90039 7.47998 3.90039 6.93998C3.90039 6.39998 4.19039 5.90995 4.65039 5.65995L6.62039 4.59996L8.1904 3.74998L10.9404 2.27C11.6004 1.91 12.4004 1.91 13.0604 2.27L19.3504 5.65995C19.8104 5.90995 20.1004 6.39998 20.1004 6.93998Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M9.9007 12.7899L4.05069 9.85989C3.60069 9.62989 3.0807 9.65989 2.6507 9.91989C2.2207 10.1799 1.9707 10.6399 1.9707 11.1399V16.6699C1.9707 17.6299 2.50069 18.4899 3.36069 18.9199L9.21069 21.8399C9.41069 21.9399 9.63071 21.9899 9.85071 21.9899C10.1107 21.9899 10.3707 21.9199 10.6007 21.7699C11.0307 21.5099 11.2807 21.0499 11.2807 20.5499V15.0199C11.2907 14.0799 10.7607 13.2199 9.9007 12.7899Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M22.0309 11.1502V16.6801C22.0309 17.6301 21.501 18.4901 20.641 18.9201L14.791 21.8501C14.591 21.9501 14.3709 22.0001 14.1509 22.0001C13.8909 22.0001 13.631 21.9302 13.391 21.7802C12.971 21.5202 12.7109 21.0601 12.7109 20.5601V15.0401C12.7109 14.0801 13.241 13.2201 14.101 12.7901L16.2509 11.7201L17.7509 10.9701L19.951 9.87013C20.401 9.64013 20.921 9.66012 21.351 9.93012C21.771 10.1901 22.0309 10.6502 22.0309 11.1502Z" fill="#292D32"/>
5
+ <path d="M17.6091 9.15997L16.1292 9.95001L6.61914 4.59998L8.18915 3.75L17.3691 8.92999C17.4691 8.98999 17.5491 9.06997 17.6091 9.15997Z" fill="#292D32"/>
6
+ <path d="M17.75 10.97V13.24C17.75 13.65 17.41 13.99 17 13.99C16.59 13.99 16.25 13.65 16.25 13.24V11.72L17.75 10.97Z" fill="#292D32"/>
7
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" d="M15.0002 22.75C14.7302 22.75 14.4802 22.6 14.3502 22.37C14.2202 22.14 14.2202 21.85 14.3602 21.62L15.4102 19.87C15.6202 19.51 16.0802 19.4 16.4402 19.61C16.8002 19.82 16.9102 20.28 16.7002 20.64L16.4302 21.09C19.1902 20.44 21.2602 17.96 21.2602 15C21.2602 14.59 21.6002 14.25 22.0102 14.25C22.4202 14.25 22.7602 14.59 22.7602 15C22.7502 19.27 19.2702 22.75 15.0002 22.75Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M2 9.75C1.59 9.75 1.25 9.41 1.25 9C1.25 4.73 4.73 1.25 9 1.25C9.27 1.25 9.51999 1.4 9.64999 1.63C9.77999 1.86 9.78 2.15 9.64 2.38L8.59 4.13C8.38 4.49001 7.92 4.60001 7.56 4.39001C7.2 4.18001 7.09 3.71999 7.3 3.35999L7.57001 2.90997C4.81001 3.55997 2.74001 6.04 2.74001 9C2.75001 9.41 2.41 9.75 2 9.75Z" fill="#292D32"/>
4
+ <path d="M10.6709 13.8499L7.53093 12.1599C7.20093 11.9799 6.80093 11.9799 6.47093 12.1599L3.33093 13.8499C3.10093 13.9699 2.96094 14.2199 2.96094 14.4899C2.96094 14.7599 3.10093 15.0099 3.33093 15.1299L6.47093 16.8199C6.64093 16.9099 6.82093 16.9499 7.00093 16.9499C7.18093 16.9499 7.36093 16.9099 7.53093 16.8199L10.6709 15.1299C10.9009 15.0099 11.0409 14.7599 11.0409 14.4899C11.0409 14.2199 10.8909 13.9799 10.6709 13.8499Z" fill="#292D32"/>
5
+ <path d="M5.95023 17.4099L3.03023 15.9499C2.81023 15.8399 2.55023 15.8499 2.33023 15.9799C2.12023 16.1099 1.99023 16.3399 1.99023 16.5899V19.3499C1.99023 19.8299 2.25022 20.2599 2.68022 20.4699L5.60023 21.9299C5.70023 21.9799 5.81023 22.0099 5.92023 22.0099C6.05023 22.0099 6.18023 21.9699 6.30023 21.8999C6.51023 21.7699 6.64023 21.5399 6.64023 21.2899V18.5299C6.65023 18.0499 6.38023 17.6199 5.95023 17.4099Z" fill="#292D32"/>
6
+ <path d="M11.6596 15.9799C11.4496 15.8499 11.1896 15.8399 10.9596 15.9499L8.0396 17.4099C7.6096 17.6199 7.34961 18.0499 7.34961 18.5299V21.2899C7.34961 21.5399 7.47961 21.7699 7.68961 21.8999C7.80961 21.9699 7.93961 22.0099 8.06961 22.0099C8.17961 22.0099 8.2896 21.9799 8.3896 21.9299L11.3096 20.4699C11.7396 20.2599 11.9996 19.8299 11.9996 19.3499V16.5899C11.9996 16.3399 11.8696 16.1099 11.6596 15.9799Z" fill="#292D32"/>
7
+ <path d="M20.6709 3.82989L17.5309 2.13988C17.2009 1.95988 16.8009 1.95988 16.4709 2.13988L13.3309 3.82989C13.1009 3.94989 12.9609 4.19984 12.9609 4.46984C12.9609 4.73984 13.1009 4.98985 13.3309 5.10985L16.4709 6.79986C16.6409 6.88986 16.8209 6.92986 17.0009 6.92986C17.1809 6.92986 17.3609 6.88986 17.5309 6.79986L20.6709 5.10985C20.9009 4.98985 21.0409 4.73984 21.0409 4.46984C21.0409 4.18984 20.8909 3.94989 20.6709 3.82989Z" fill="#292D32"/>
8
+ <path d="M15.9502 7.37987L13.0302 5.91985C12.8102 5.80985 12.5502 5.81988 12.3302 5.94988C12.1202 6.07988 11.9902 6.30987 11.9902 6.55987V9.31987C11.9902 9.79987 12.2502 10.2299 12.6802 10.4399L15.6002 11.8999C15.7002 11.9499 15.8102 11.9798 15.9202 11.9798C16.0502 11.9798 16.1802 11.9399 16.3002 11.8699C16.5102 11.7399 16.6402 11.5099 16.6402 11.2599V8.49987C16.6502 8.01987 16.3802 7.58987 15.9502 7.37987Z" fill="#292D32"/>
9
+ <path d="M21.6596 5.94988C21.4496 5.81988 21.1896 5.80985 20.9596 5.91985L18.0396 7.37987C17.6096 7.58987 17.3496 8.01987 17.3496 8.49987V11.2599C17.3496 11.5099 17.4796 11.7399 17.6896 11.8699C17.8096 11.9399 17.9396 11.9798 18.0696 11.9798C18.1796 11.9798 18.2896 11.9499 18.3896 11.8999L21.3096 10.4399C21.7396 10.2299 21.9996 9.79987 21.9996 9.31987V6.55987C21.9996 6.30987 21.8696 6.07988 21.6596 5.94988Z" fill="#292D32"/>
10
+ </svg>
@@ -0,0 +1,10 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" d="M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z" fill="#292D32"/>
3
+ <path d="M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z" fill="#292D32"/>
4
+ <path d="M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z" fill="#292D32"/>
5
+ <path d="M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z" fill="#292D32"/>
6
+ <path d="M14 2H6C4.05 2 2.43002 3.4 2.08002 5.25H7C7.41 5.25 7.75 5.59 7.75 6C7.75 6.41 7.41 6.75 7 6.75H2V8.25H5C5.41 8.25 5.75 8.59 5.75 9C5.75 9.41 5.41 9.75 5 9.75H2V11.25H3C3.41 11.25 3.75 11.59 3.75 12C3.75 12.41 3.41 12.75 3 12.75H2V14H13C14.1 14 15 13.1 15 12V3C15 2.45 14.55 2 14 2Z" fill="#292D32"/>
7
+ <path d="M2.08002 5.25H1C0.59 5.25 0.25 5.59 0.25 6C0.25 6.41 0.59 6.75 1 6.75H2V6C2 5.74 2.03002 5.49 2.08002 5.25Z" fill="#292D32"/>
8
+ <path d="M1 8.25C0.59 8.25 0.25 8.59 0.25 9C0.25 9.41 0.59 9.75 1 9.75H2V8.25H1Z" fill="#292D32"/>
9
+ <path d="M1 11.25C0.59 11.25 0.25 11.59 0.25 12C0.25 12.41 0.59 12.75 1 12.75H2V11.25H1Z" fill="#292D32"/>
10
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 3V12C15 13.1 14.1 14 13 14H2V6C2 3.79 3.79 2 6 2H14C14.55 2 15 2.45 15 3Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z" fill="#292D32"/>
4
+ <path d="M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z" fill="#292D32"/>
5
+ <path d="M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z" fill="#292D32"/>
6
+ <path d="M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z" fill="#292D32"/>
7
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 1C4.06 1 3.19 1.33 2.5 1.88C1.58 2.61 1 3.74 1 5C1 5.75 1.21002 6.46 1.58002 7.06C2.27002 8.22 3.54 9 5 9C6.01 9 6.93001 8.63 7.63 8C7.94 7.74 8.20998 7.42 8.41998 7.06C8.78998 6.46 9 5.75 9 5C9 2.79 7.21 1 5 1ZM6.59998 6.58002C6.44998 6.73002 6.26001 6.79999 6.07001 6.79999C5.88001 6.79999 5.68998 6.73002 5.53998 6.58002L5.01001 6.04999L4.46002 6.59998C4.31002 6.74998 4.11999 6.82001 3.92999 6.82001C3.73999 6.82001 3.55002 6.74998 3.40002 6.59998C3.11002 6.30998 3.11002 5.82998 3.40002 5.53998L3.95001 4.98999L3.41998 4.46002C3.12998 4.17002 3.12998 3.69002 3.41998 3.40002C3.70998 3.11002 4.18998 3.11002 4.47998 3.40002L5.01001 3.92999L5.51001 3.42999C5.80001 3.13999 6.28001 3.13999 6.57001 3.42999C6.86001 3.71999 6.86001 4.19999 6.57001 4.48999L6.07001 4.98999L6.59998 5.52002C6.88998 5.81002 6.88998 6.28002 6.59998 6.58002Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M15 3V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H14C14.55 2 15 2.45 15 3Z" fill="#292D32"/>
4
+ <path d="M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z" fill="#292D32"/>
5
+ <path opacity="0.4" d="M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z" fill="#292D32"/>
6
+ <path opacity="0.4" d="M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z" fill="#292D32"/>
7
+ <path opacity="0.4" d="M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z" fill="#292D32"/>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" d="M15 3V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H14C14.55 2 15 2.45 15 3Z" fill="#292D32"/>
3
+ <path d="M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z" fill="#292D32"/>
5
+ <path opacity="0.4" d="M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z" fill="#292D32"/>
6
+ <path opacity="0.4" d="M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z" fill="#292D32"/>
7
+ <path d="M7.63921 2.00002C6.91921 1.36002 5.95917 0.98002 4.90917 1.00002C3.96917 1.02002 3.10919 1.37001 2.42919 1.93001C1.52919 2.68001 0.969195 3.83005 0.999195 5.09005C1.0192 5.84005 1.2392 6.54002 1.6292 7.13002C1.7392 7.30002 1.8592 7.47001 1.9992 7.62001C2.7292 8.49001 3.84922 9.03002 5.08922 9.00002C6.09922 8.98002 7.0092 8.59002 7.6892 7.94002C7.9992 7.68002 8.25922 7.35001 8.45922 6.99001C8.81922 6.38001 9.0192 5.65999 8.9992 4.90999C8.96919 3.73999 8.44921 2.71002 7.63921 2.00002ZM7.05919 4.52004L4.96917 6.54C4.81917 6.68 4.63921 6.75002 4.44921 6.75002C4.25921 6.75002 4.07919 6.68 3.92919 6.54L2.91918 5.58004C2.61918 5.29004 2.60922 4.82004 2.89922 4.52004C3.18922 4.22004 3.65922 4.21002 3.95922 4.50002L4.44921 4.96999L6.01921 3.45003C6.31921 3.16003 6.78921 3.16999 7.07921 3.46999C7.36921 3.75999 7.35919 4.23004 7.05919 4.52004Z" fill="#292D32"/>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5 1C4.06 1 3.19 1.33 2.5 1.88C1.58 2.61 1 3.74 1 5C1 7.21 2.79 9 5 9C6.01 9 6.93001 8.62 7.64001 8C8.47001 7.27 9 6.2 9 5C9 2.79 7.21 1 5 1ZM6 5.25C6 5.51 5.86001 5.76001 5.64001 5.89001L4.39001 6.64001C4.27001 6.71001 4.14001 6.75 4.01001 6.75C3.76001 6.75 3.51 6.62001 3.37 6.39001C3.16 6.03001 3.27 5.56999 3.63 5.35999L4.52002 4.83002V3.75C4.52002 3.34 4.86002 3 5.27002 3C5.68002 3 6.02002 3.34 6.02002 3.75V5.25H6Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M15 3V12C15 13.1 14.1 14 13 14H2V7.62C2.73 8.49 3.85003 9.03 5.09003 9C6.10003 8.98 7.01 8.59 7.69 7.94C8 7.68 8.26002 7.34999 8.46002 6.98999C8.82002 6.37999 9.02 5.65997 9 4.90997C8.97 3.73997 8.45001 2.71 7.64001 2H14C14.55 2 15 2.45 15 3Z" fill="#292D32"/>
4
+ <path d="M22 14V17C22 18.66 20.66 20 19 20H18C18 18.9 17.1 18 16 18C14.9 18 14 18.9 14 20H10C10 18.9 9.1 18 8 18C6.9 18 6 18.9 6 20H5C3.34 20 2 18.66 2 17V14H13C14.1 14 15 13.1 15 12V5H16.84C17.56 5 18.22 5.39001 18.58 6.01001L20.29 9H19C18.45 9 18 9.45 18 10V13C18 13.55 18.45 14 19 14H22Z" fill="#292D32"/>
5
+ <path opacity="0.4" d="M8 22C9.10457 22 10 21.1046 10 20C10 18.8954 9.10457 18 8 18C6.89543 18 6 18.8954 6 20C6 21.1046 6.89543 22 8 22Z" fill="#292D32"/>
6
+ <path opacity="0.4" d="M16 22C17.1046 22 18 21.1046 18 20C18 18.8954 17.1046 18 16 18C14.8954 18 14 18.8954 14 20C14 21.1046 14.8954 22 16 22Z" fill="#292D32"/>
7
+ <path opacity="0.4" d="M22 12.53V14H19C18.45 14 18 13.55 18 13V10C18 9.45 18.45 9 19 9H20.29L21.74 11.54C21.91 11.84 22 12.18 22 12.53Z" fill="#292D32"/>
8
+ </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 opacity="0.4" d="M18.5703 22H14.0003C11.7103 22 10.5703 20.86 10.5703 18.57V11.43C10.5703 9.14 11.7103 8 14.0003 8H18.5703C20.8603 8 22.0003 9.14 22.0003 11.43V18.57C22.0003 20.86 20.8603 22 18.5703 22Z" fill="#292D32"/>
3
+ <path d="M13.43 5.43V6.77C10.81 6.98 9.32 8.66 9.32 11.43V16H5.43C3.14 16 2 14.86 2 12.57V5.43C2 3.14 3.14 2 5.43 2H10C12.29 2 13.43 3.14 13.43 5.43Z" fill="#292D32"/>
4
+ <path d="M18.1291 14.2501H17.2491V13.3701C17.2491 12.9601 16.9091 12.6201 16.4991 12.6201C16.0891 12.6201 15.7491 12.9601 15.7491 13.3701V14.2501H14.8691C14.4591 14.2501 14.1191 14.5901 14.1191 15.0001C14.1191 15.4101 14.4591 15.7501 14.8691 15.7501H15.7491V16.6301C15.7491 17.0401 16.0891 17.3801 16.4991 17.3801C16.9091 17.3801 17.2491 17.0401 17.2491 16.6301V15.7501H18.1291C18.5391 15.7501 18.8791 15.4101 18.8791 15.0001C18.8791 14.5901 18.5391 14.2501 18.1291 14.2501Z" fill="#292D32"/>
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 opacity="0.4" d="M21.25 5.14999V7.85001C21.25 9.69001 20.69 10.25 18.85 10.25H16.15C14.31 10.25 13.75 9.69001 13.75 7.85001V5.14999C13.75 3.30999 14.31 2.75 16.15 2.75H18.85C20.69 2.75 21.25 3.30999 21.25 5.14999Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M10.25 16.15V18.85C10.25 20.69 9.69 21.25 7.85 21.25H5.15C3.31 21.25 2.75 20.69 2.75 18.85V16.15C2.75 14.31 3.31 13.75 5.15 13.75H7.85C9.69 13.75 10.25 14.31 10.25 16.15Z" fill="#292D32"/>
4
+ <path d="M16.6291 11.7501V13.6201C16.6291 15.9001 15.8991 16.6301 13.6191 16.6301H11.7491V16.1501C11.7491 13.4901 10.5091 12.2501 7.84914 12.2501H7.36914V10.3801C7.36914 8.10013 8.09914 7.37012 10.3791 7.37012H12.2491V7.85013C12.2491 10.5101 13.4891 11.7501 16.1491 11.7501H16.6291Z" fill="#292D32"/>
5
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3 9C4.10457 9 5 8.10457 5 7C5 5.89543 4.10457 5 3 5C1.89543 5 1 5.89543 1 7C1 8.10457 1.89543 9 3 9Z" fill="#292D32"/>
3
+ <path d="M21 9C22.1046 9 23 8.10457 23 7C23 5.89543 22.1046 5 21 5C19.8954 5 19 5.89543 19 7C19 8.10457 19.8954 9 21 9Z" fill="#292D32"/>
4
+ <path d="M7.5 16.5V18.5C7.5 19.11 7.13 19.64 6.61 19.86C6.42 19.95 6.22 20 6 20H4C3.17 20 2.5 19.33 2.5 18.5V16.5C2.5 15.67 3.17 15 4 15H6C6.83 15 7.5 15.67 7.5 16.5Z" fill="#292D32"/>
5
+ <path d="M21.5 16.5V18.5C21.5 19.33 20.83 20 20 20H18C17.78 20 17.58 19.95 17.39 19.86C16.87 19.64 16.5 19.11 16.5 18.5V16.5C16.5 15.67 17.17 15 18 15H20C20.83 15 21.5 15.67 21.5 16.5Z" fill="#292D32"/>
6
+ <path d="M15 5.5V8.5C15 9.32 14.32 10 13.5 10H10.5C9.68 10 9 9.32 9 8.5V5.5C9 4.68 9.68 4 10.5 4H13.5C14.32 4 15 4.68 15 5.5Z" fill="#292D32"/>
7
+ <g opacity="0.4">
8
+ <path opacity="0.4" d="M9 6.25H5C4.59 6.25 4.25 6.59 4.25 7C4.25 7.41 4.59 7.75 5 7.75H7.57C5.52 9.27 4.25 11.79 4.25 14.5C4.25 14.7 4.26 14.89 4.29 15.09C4.33 15.47 4.66 15.75 5.03 15.75C5.06 15.75 5.09 15.75 5.12 15.75C5.53 15.7 5.83 15.33 5.78 14.92C5.76 14.78 5.76 14.65 5.76 14.51C5.76 11.91 7.17 9.50997 9.35 8.40997C9.72 8.21997 9.87 7.77002 9.68 7.40002C9.67 7.39002 9.66 7.38 9.66 7.37C9.72 7.26 9.77 7.14001 9.77 7.01001C9.75 6.59001 9.41 6.25 9 6.25Z" fill="#292D32"/>
9
+ <path opacity="0.4" d="M16.43 7.75H19C19.41 7.75 19.75 7.41 19.75 7C19.75 6.59 19.41 6.25 19 6.25H15C14.59 6.25 14.25 6.59 14.25 7C14.25 7.13 14.29 7.24999 14.36 7.35999C14.35 7.36999 14.34 7.38001 14.34 7.39001C14.15 7.76001 14.3 8.21002 14.67 8.40002C16.85 9.50002 18.26 11.9 18.26 14.5C18.26 14.64 18.25 14.77 18.24 14.91C18.19 15.32 18.49 15.69 18.9 15.74C18.93 15.74 18.96 15.74 18.99 15.74C19.37 15.74 19.69 15.46 19.73 15.08C19.75 14.88 19.77 14.69 19.77 14.49C19.75 11.79 18.48 9.27 16.43 7.75Z" fill="#292D32"/>
10
+ </g>
11
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.4996 17.5298C12.3596 17.6798 12.1696 17.7498 11.9696 17.7498C11.7796 17.7498 11.5896 17.6798 11.4396 17.5298L9.84961 15.9398C10.4396 15.8698 11.0096 15.7298 11.5396 15.5098L12.4996 16.4698C12.7996 16.7598 12.7996 17.2398 12.4996 17.5298Z" fill="#292D32"/>
3
+ <path d="M15.9591 15.9301C15.8191 16.0801 15.6191 16.1601 15.4291 16.1601C15.2391 16.1601 15.0491 16.0801 14.8991 15.9401L13.3691 14.4401C13.7591 14.1301 14.1191 13.7701 14.4291 13.3701L15.9491 14.8701C16.2491 15.1601 16.2491 15.6401 15.9591 15.9301Z" fill="#292D32"/>
4
+ <path d="M17.5005 12.5299C17.3605 12.6799 17.1705 12.7499 16.9705 12.7499C16.7805 12.7499 16.5905 12.6799 16.4405 12.5299L15.4805 11.5699C15.7005 11.0399 15.8405 10.4699 15.9105 9.87988L17.5005 11.4699C17.8005 11.7599 17.8005 12.2399 17.5005 12.5299Z" fill="#292D32"/>
5
+ <path d="M15.9007 8.07C15.4507 4.64 12.5207 2 8.9707 2C5.1007 2 1.9707 5.13 1.9707 9C1.9707 12.55 4.6107 15.48 8.0407 15.93C8.3407 15.98 8.6507 16 8.9707 16C9.2707 16 9.5607 15.98 9.8507 15.94L9.4707 15.56C9.1807 15.26 9.1807 14.79 9.4707 14.5C9.7607 14.2 10.2407 14.2 10.5307 14.5L11.5407 15.51C12.2107 15.25 12.8207 14.89 13.3707 14.44L12.4707 13.55C12.1807 13.26 12.1707 12.79 12.4707 12.49C12.7607 12.2 13.2307 12.19 13.5307 12.48L14.4307 13.37C14.8707 12.83 15.2307 12.23 15.4807 11.57L14.4707 10.56C14.1807 10.26 14.1807 9.79 14.4707 9.5C14.7607 9.2 15.2407 9.2 15.5307 9.5L15.9107 9.88C15.9507 9.59 15.9707 9.3 15.9707 9C15.9707 8.68 15.9507 8.37 15.9007 8.07Z" fill="#292D32"/>
6
+ <path opacity="0.4" d="M21.9691 14.9998C21.9691 18.8698 18.8391 21.9998 14.9691 21.9998C11.4191 21.9998 8.48906 19.3598 8.03906 15.9298C8.33906 15.9798 8.64906 15.9998 8.96906 15.9998C9.26906 15.9998 9.55906 15.9798 9.84906 15.9398L11.4391 17.5298C11.5891 17.6798 11.7791 17.7498 11.9691 17.7498C12.1691 17.7498 12.3591 17.6798 12.4991 17.5298C12.7991 17.2398 12.7991 16.7598 12.4991 16.4698L11.5391 15.5098C12.2091 15.2498 12.8191 14.8898 13.3691 14.4398L14.8991 15.9398C15.0491 16.0798 15.2391 16.1598 15.4291 16.1598C15.6191 16.1598 15.8191 16.0798 15.9591 15.9298C16.2491 15.6398 16.2491 15.1598 15.9491 14.8698L14.4291 13.3698C14.8691 12.8298 15.2291 12.2298 15.4791 11.5698L16.4391 12.5298C16.5891 12.6798 16.7791 12.7498 16.9691 12.7498C17.1691 12.7498 17.3591 12.6798 17.4991 12.5298C17.7991 12.2398 17.7991 11.7598 17.4991 11.4698L15.9091 9.87982C15.9491 9.58982 15.9691 9.29982 15.9691 8.99982C15.9691 8.67982 15.9491 8.36982 15.8991 8.06982C19.3291 8.51982 21.9691 11.4498 21.9691 14.9998Z" fill="#292D32"/>
7
+ </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="M21.9707 12C21.9707 15.31 19.2807 18 15.9707 18C14.4307 18 13.0307 17.42 11.9707 16.46C13.2007 15.37 13.9707 13.77 13.9707 12C13.9707 10.23 13.2007 8.63 11.9707 7.54C13.0307 6.58 14.4307 6 15.9707 6C19.2807 6 21.9707 8.69 21.9707 12Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M13.9707 12C13.9707 13.77 13.2007 15.37 11.9707 16.46C10.9107 17.42 9.5107 18 7.9707 18C4.6607 18 1.9707 15.31 1.9707 12C1.9707 8.69 4.6607 6 7.9707 6C9.5107 6 10.9107 6.58 11.9707 7.54C13.2007 8.63 13.9707 10.23 13.9707 12Z" fill="#292D32"/>
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 opacity="0.4" d="M12.6103 2.21C12.2503 1.93 11.7503 1.93 11.3903 2.21C9.49032 3.66 3.88028 8.39 3.91028 13.9C3.91028 18.36 7.54031 22 12.0103 22C16.4803 22 20.1103 18.37 20.1103 13.91C20.1203 8.48 14.5003 3.67 12.6103 2.21Z" fill="#292D32"/>
3
+ <path d="M20.09 14.2C20.07 14.81 19.98 15.41 19.82 15.99L12.75 19.43V21.97C12.5 21.99 12.25 22 12 22C11.75 22 11.5 21.99 11.25 21.97V2.31C11.3 2.27 11.34 2.24 11.38 2.21C11.75 1.93 12.25 1.93 12.61 2.21C12.65 2.24 12.7 2.28 12.75 2.32V7.76L16.53 5.92C16.86 6.3 17.17 6.69 17.48 7.1C17.44 7.14 17.4 7.17 17.35 7.19L12.75 9.43V12.76L19.04 9.7C19.05 9.7 19.05 9.69 19.06 9.69C19.28 10.14 19.47 10.6 19.62 11.08L12.75 14.43V17.76L19.37 14.54L20.09 14.2Z" fill="#292D32"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6 2H18C19.1 2 20 2.9 20 4V8.32001H4V4C4 2.9 4.9 2 6 2Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M4 8.31982V11.8798C4 12.9598 4.58003 13.9598 5.53003 14.4898L8.48999 16.1598C9.11999 16.5098 9.51001 17.1798 9.51001 17.8998V19.9998C9.51001 21.0998 10.41 21.9998 11.51 21.9998H12.51C13.61 21.9998 14.51 21.0998 14.51 19.9998V17.8998C14.51 17.1798 14.9 16.5098 15.53 16.1598L18.49 14.4898C19.43 13.9598 20.02 12.9598 20.02 11.8798V8.31982H4Z" fill="#292D32"/>
4
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.5 19.5V18H4.5C3.95 18 3.45 17.78 3.09 17.41C2.72 17.05 2.5 16.55 2.5 16C2.5 14.97 3.3 14.11 4.31 14.01C4.37 14 4.43 14 4.5 14H19.5C19.57 14 19.63 14 19.69 14.01C20.17 14.05 20.59 14.26 20.91 14.59C21.32 14.99 21.54 15.56 21.49 16.18C21.4 17.23 20.45 18 19.39 18H14.5V19.5C14.5 20.88 13.38 22 12 22C10.62 22 9.5 20.88 9.5 19.5Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M20.1702 5.3L19.6902 14.01C19.6302 14 19.5702 14 19.5002 14H4.50016C4.43016 14 4.37016 14 4.31016 14.01L3.83016 5.3C3.65016 3.53 5.04016 2 6.81016 2H17.1902C18.9602 2 20.3502 3.53 20.1702 5.3Z" fill="#292D32"/>
4
+ <path d="M8.74023 2V7C8.74023 7.41 8.40023 7.75 7.99023 7.75C7.58023 7.75 7.24023 7.41 7.24023 7V2H8.74023Z" fill="#292D32"/>
5
+ <path d="M12.75 2V4C12.75 4.41 12.41 4.75 12 4.75C11.59 4.75 11.25 4.41 11.25 4V2H12.75Z" fill="#292D32"/>
6
+ </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="M21.8098 3.94009C20.4998 7.21009 17.5098 11.4801 14.6598 14.2701C14.2498 11.6901 12.1898 9.67009 9.58984 9.31009C12.3898 6.45009 16.6898 3.42009 19.9698 2.10009C20.5498 1.88009 21.1298 2.05009 21.4898 2.41009C21.8698 2.79009 22.0498 3.36009 21.8098 3.94009Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M14.6595 14.2701C14.1595 14.7601 13.6595 15.2101 13.1795 15.5901L11.2095 17.1701C10.9595 17.3501 10.7095 17.5001 10.4295 17.6201C10.4295 17.4301 10.4095 17.2401 10.3895 17.0401C10.2795 16.2101 9.89953 15.4201 9.22953 14.7501C8.53953 14.0701 7.71953 13.6801 6.86953 13.5701C6.66953 13.5501 6.45953 13.5401 6.26953 13.5501C6.37953 13.2401 6.54953 12.9501 6.75953 12.7101L8.31953 10.7401C8.68953 10.2701 9.11953 9.79006 9.58953 9.31006C12.1895 9.67006 14.2495 11.6901 14.6595 14.2701Z" fill="#292D32"/>
4
+ <path d="M10.4298 17.6198C10.4298 18.7198 10.0098 19.7698 9.20976 20.5598C8.59976 21.1798 7.77977 21.5998 6.77977 21.7198L4.32976 21.9898C2.98976 22.1398 1.83976 20.9898 1.98976 19.6398L2.25976 17.1798C2.49976 14.9898 4.32976 13.5898 6.26976 13.5498C6.45976 13.5398 6.66976 13.5498 6.86976 13.5698C7.71976 13.6798 8.53976 14.0698 9.22976 14.7498C9.89976 15.4198 10.2798 16.2098 10.3898 17.0398C10.4098 17.2398 10.4298 17.4298 10.4298 17.6198Z" fill="#292D32"/>
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="M15.5194 2.9C14.9194 2.3 14.0494 2 12.9294 2H7.34938C5.09938 2 3.85938 3.24 3.85938 5.49C3.85938 6.61 4.15938 7.48 4.75938 8.08C5.35938 8.68 6.22937 8.98 7.34938 8.98H12.9294C15.1794 8.98 16.4194 7.74 16.4194 5.49C16.4194 4.37 16.1194 3.5 15.5194 2.9Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M10.6001 15.02H9.67008C8.72008 15.02 7.58008 15.38 7.58008 17.11V19.9C7.58008 21.63 8.72008 21.99 9.67008 21.99H10.6001C11.5501 21.99 12.6901 21.63 12.6901 19.9V17.11C12.7001 15.39 11.5601 15.02 10.6001 15.02Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M16.6492 4.79004H16.3692C16.3992 5.01004 16.4192 5.24004 16.4192 5.49004C16.4192 5.74004 16.3992 5.97004 16.3692 6.19004H16.6492C18.7392 6.19004 18.7392 6.47004 18.7392 8.28004V10.14C18.7392 11.95 18.7392 12.23 16.6492 12.23H12.9292C9.93922 12.23 9.50922 13.65 9.44922 15.03C9.51922 15.03 9.59922 15.02 9.66922 15.02H10.5992C10.6792 15.02 10.7592 15.03 10.8492 15.03C10.8992 14.02 11.1892 13.62 12.9292 13.62H16.6492C19.8992 13.62 20.1392 12.3 20.1392 10.13V8.28004C20.1392 6.11004 19.8992 4.79004 16.6492 4.79004Z" fill="#292D32"/>
5
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" d="M14.19 0H5.81C2.17 0 0 2.17 0 5.81V14.18C0 17.83 2.17 20 5.81 20H14.18C17.82 20 19.99 17.83 19.99 14.19V5.81C20 2.17 17.83 0 14.19 0Z" fill="#292D32"/>
3
+ <path d="M19.8303 1.55022C18.7803 4.16022 16.4003 7.57022 14.1203 9.80022C13.7903 7.74022 12.1503 6.13022 10.0703 5.84022C12.3103 3.56022 15.7403 1.14022 18.3603 0.0802204C18.8203 -0.0997796 19.2903 0.0402204 19.5703 0.33022C19.8803 0.63022 20.0203 1.09022 19.8303 1.55022Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M14.1197 9.79008C13.7197 10.1801 13.3197 10.5401 12.9397 10.8401L11.3697 12.1001C11.1697 12.2401 10.9697 12.3601 10.7497 12.4601C10.7497 12.3101 10.7297 12.1601 10.7197 12.0001C10.6297 11.3401 10.3297 10.7101 9.78969 10.1701C9.23969 9.63008 8.57969 9.32008 7.90969 9.23008C7.74969 9.21008 7.57969 9.21008 7.42969 9.21008C7.51969 8.96008 7.64969 8.73008 7.81969 8.54008L9.06969 6.97008C9.36969 6.59008 9.70969 6.21008 10.0797 5.83008C12.1497 6.12008 13.7997 7.74008 14.1197 9.79008Z" fill="#292D32"/>
5
+ <path d="M10.7506 12.47C10.7506 13.35 10.4106 14.19 9.78056 14.82C9.29056 15.31 8.64056 15.65 7.84056 15.75L5.88056 15.97C4.81056 16.09 3.89056 15.17 4.01056 14.09L4.23056 12.13C4.42056 10.38 5.88056 9.26 7.43056 9.23C7.58056 9.22 7.75056 9.23 7.91056 9.25C8.59056 9.34 9.24056 9.65 9.79056 10.19C10.3206 10.72 10.6306 11.36 10.7206 12.02C10.7306 12.17 10.7506 12.32 10.7506 12.47Z" fill="#292D32"/>
6
+ </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 opacity="0.4" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" fill="#292D32"/>
3
+ <path d="M15.6595 11.93C15.6495 11.79 15.5895 11.64 15.4895 11.54L10.7895 6.84001L10.2395 6.28996C10.0495 6.09996 9.74948 6.09996 9.55948 6.28996C9.36948 6.47996 9.36948 6.77995 9.55948 6.96995L10.1095 7.52L6.5095 11.12C6.0995 11.53 5.87948 11.95 5.86948 12.36C5.85948 12.8 6.0695 13.24 6.5095 13.68L9.07947 16.25C9.93947 17.1 10.7995 17.1 11.6495 16.25L15.4995 12.4C15.6095 12.27 15.6695 12.09 15.6595 11.93Z" fill="#292D32"/>
4
+ <path d="M16.9589 14.1902C16.7989 14.0102 16.4889 14.0102 16.3189 14.1902C16.1189 14.4002 15.1289 15.5202 15.1289 16.3602C15.1289 17.1902 15.7989 17.8602 16.6289 17.8602C17.4589 17.8602 18.1289 17.1902 18.1289 16.3602C18.1389 15.5202 17.1589 14.4102 16.9589 14.1902Z" fill="#292D32"/>
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 opacity="0.4" d="M16.1898 2H7.81976C4.17976 2 2.00977 4.17 2.00977 7.81V16.18C2.00977 19.82 4.17976 21.99 7.81976 21.99H16.1898C19.8298 21.99 21.9998 19.82 21.9998 16.18V7.81C21.9998 4.17 19.8298 2 16.1898 2Z" fill="#292D32"/>
3
+ <path d="M15.6595 11.93C15.6495 11.79 15.5895 11.64 15.4895 11.54L10.7895 6.84001L10.2395 6.28996C10.0495 6.09996 9.74948 6.09996 9.55948 6.28996C9.36948 6.47996 9.36948 6.77995 9.55948 6.96995L10.1095 7.52L6.5095 11.12C6.0995 11.53 5.87948 11.95 5.86948 12.36C5.85948 12.8 6.0695 13.24 6.5095 13.69L9.07947 16.26C9.93947 17.11 10.7995 17.11 11.6495 16.26L15.4995 12.41C15.6095 12.27 15.6695 12.09 15.6595 11.93Z" fill="#292D32"/>
4
+ <path d="M16.9589 14.1902C16.7989 14.0102 16.4889 14.0102 16.3189 14.1902C16.1189 14.4002 15.1289 15.5202 15.1289 16.3602C15.1289 17.1902 15.7989 17.8602 16.6289 17.8602C17.4589 17.8602 18.1289 17.1902 18.1289 16.3602C18.1389 15.5202 17.1589 14.4102 16.9589 14.1902Z" fill="#292D32"/>
5
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.3108 11.25C17.3308 11.51 17.2408 11.78 17.0408 11.98L11.0208 18C9.69083 19.33 8.35083 19.33 7.01083 18L3.00083 13.99C2.32083 13.3 1.98083 12.61 2.00083 11.92H2.07083L17.1908 11.26L17.3108 11.25Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M17.04 10.6402L9.69 3.29013L8.82 2.42014C8.53 2.13014 8.05 2.13014 7.76 2.42014C7.47 2.71014 7.47 3.19013 7.76 3.48013L8.63 4.35013L3 9.98013C2.36 10.6201 2.02 11.2701 2 11.9201H2.07L17.19 11.2602L17.31 11.2502C17.3 11.0302 17.2 10.8002 17.04 10.6402Z" fill="#292D32"/>
4
+ <path d="M16 22.75H3C2.59 22.75 2.25 22.41 2.25 22C2.25 21.59 2.59 21.25 3 21.25H16C16.41 21.25 16.75 21.59 16.75 22C16.75 22.41 16.41 22.75 16 22.75Z" fill="#292D32"/>
5
+ <path d="M19.35 14.7798C19.09 14.4998 18.61 14.4998 18.35 14.7798C18.04 15.1198 16.5 16.8598 16.5 18.1698C16.5 19.4698 17.55 20.5198 18.85 20.5198C20.15 20.5198 21.2 19.4698 21.2 18.1698C21.2 16.8598 19.66 15.1198 19.35 14.7798Z" fill="#292D32"/>
6
+ </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 opacity="0.4" d="M22 16.5V19.5C22 21 21 22 19.5 22H6C6.41 22 6.83 21.94 7.22 21.81C7.33 21.77 7.43999 21.73 7.54999 21.68C7.89999 21.54 8.24001 21.34 8.54001 21.08C8.63001 21.01 8.73001 20.92 8.82001 20.83L8.85999 20.79L15.66 14H19.5C21 14 22 15 22 16.5Z" fill="#292D32"/>
3
+ <path opacity="0.6" d="M18.3694 11.29L15.6594 14L8.85938 20.79C9.55937 20.07 9.99939 19.08 9.99939 18V8.33996L12.7094 5.62996C13.7694 4.56996 15.1894 4.56996 16.2494 5.62996L18.3694 7.74996C19.4294 8.80996 19.4294 10.23 18.3694 11.29Z" fill="#292D32"/>
4
+ <path d="M7.5 2H4.5C3 2 2 3 2 4.5V18C2 18.27 2.02999 18.54 2.07999 18.8C2.10999 18.93 2.13999 19.06 2.17999 19.19C2.22999 19.34 2.28 19.49 2.34 19.63C2.35 19.64 2.35001 19.65 2.35001 19.65C2.36001 19.65 2.36001 19.65 2.35001 19.66C2.49001 19.94 2.65 20.21 2.84 20.46C2.95 20.59 3.06001 20.71 3.17001 20.83C3.28001 20.95 3.4 21.05 3.53 21.15L3.54001 21.16C3.79001 21.35 4.06 21.51 4.34 21.65C4.35 21.64 4.35001 21.64 4.35001 21.65C4.50001 21.72 4.65 21.77 4.81 21.82C4.94 21.86 5.07001 21.89 5.20001 21.92C5.46001 21.97 5.73 22 6 22C6.41 22 6.83 21.94 7.22 21.81C7.33 21.77 7.43999 21.73 7.54999 21.68C7.89999 21.54 8.24001 21.34 8.54001 21.08C8.63001 21.01 8.73001 20.92 8.82001 20.83L8.85999 20.79C9.55999 20.07 10 19.08 10 18V4.5C10 3 9 2 7.5 2ZM6 19.5C5.17 19.5 4.5 18.83 4.5 18C4.5 17.17 5.17 16.5 6 16.5C6.83 16.5 7.5 17.17 7.5 18C7.5 18.83 6.83 19.5 6 19.5Z" fill="#292D32"/>
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 opacity="0.6" d="M14 16C14 17.77 13.23 19.37 12 20.46C10.94 21.42 9.54 22 8 22C4.69 22 2 19.31 2 16C2 13.24 3.88 10.9 6.42 10.21C7.11 11.95 8.59 13.29 10.42 13.79C10.92 13.93 11.45 14 12 14C12.55 14 13.08 13.93 13.58 13.79C13.85 14.47 14 15.22 14 16Z" fill="#292D32"/>
3
+ <path d="M18 8C18 8.78 17.85 9.53 17.58 10.21C16.89 11.95 15.41 13.29 13.58 13.79C13.08 13.93 12.55 14 12 14C11.45 14 10.92 13.93 10.42 13.79C8.59 13.29 7.11 11.95 6.42 10.21C6.15 9.53 6 8.78 6 8C6 4.69 8.69 2 12 2C15.31 2 18 4.69 18 8Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M22 16C22 19.31 19.31 22 16 22C14.46 22 13.06 21.42 12 20.46C13.23 19.37 14 17.77 14 16C14 15.22 13.85 14.47 13.58 13.79C15.41 13.29 16.89 11.95 17.58 10.21C20.12 10.9 22 13.24 22 16Z" fill="#292D32"/>
5
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" d="M16.19 2H7.82001C4.17001 2 2 4.17 2 7.81V16.18C2 19.82 4.17 21.99 7.81 21.99H16.18C19.82 21.99 21.99 19.82 21.99 16.18V7.81C22 4.17 19.83 2 16.19 2Z" fill="#292D32"/>
3
+ <path opacity="0.6" d="M13.2 14.4002C13.2 15.4602 12.74 16.4202 12 17.0802C11.36 17.6602 10.52 18.0002 9.59998 18.0002C7.60998 18.0002 6 16.3902 6 14.4002C6 12.7402 7.13002 11.3402 8.65002 10.9302C9.06002 11.9702 9.94999 12.7802 11.05 13.0802C11.35 13.1602 11.67 13.2102 12 13.2102C12.33 13.2102 12.65 13.1702 12.95 13.0802C13.11 13.4802 13.2 13.9302 13.2 14.4002Z" fill="#292D32"/>
4
+ <path d="M15.6003 9.6C15.6003 10.07 15.5103 10.52 15.3503 10.93C14.9403 11.97 14.0504 12.78 12.9504 13.08C12.6504 13.16 12.3304 13.21 12.0004 13.21C11.6704 13.21 11.3504 13.17 11.0504 13.08C9.95035 12.78 9.06039 11.98 8.65039 10.93C8.49039 10.52 8.40039 10.07 8.40039 9.6C8.40039 7.61 10.0104 6 12.0004 6C13.9904 6 15.6003 7.61 15.6003 9.6Z" fill="#292D32"/>
5
+ <path opacity="0.4" d="M18 14.3999C18 16.3899 16.39 17.9999 14.4 17.9999C13.48 17.9999 12.64 17.6499 12 17.0799C12.74 16.4299 13.2 15.4699 13.2 14.3999C13.2 13.9299 13.11 13.4799 12.95 13.0699C14.05 12.7699 14.94 11.9699 15.35 10.9199C16.87 11.3399 18 12.7399 18 14.3999Z" fill="#292D32"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M20.9498 14.55L14.5598 20.94C13.1598 22.34 10.8598 22.34 9.44978 20.94L3.05977 14.55C1.65977 13.15 1.65977 10.85 3.05977 9.44001L9.44978 3.05C10.8498 1.65 13.1498 1.65 14.5598 3.05L20.9498 9.44001C22.3498 10.85 22.3498 13.15 20.9498 14.55Z" fill="#292D32"/>
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 opacity="0.4" d="M17.0998 2H12.8998C9.44976 2 8.04977 3.37 8.00977 6.75H11.0998C15.2998 6.75 17.2498 8.7 17.2498 12.9V15.99C20.6298 15.95 21.9998 14.55 21.9998 11.1V6.9C21.9998 3.4 20.5998 2 17.0998 2Z" fill="#292D32"/>
3
+ <path d="M11.1 8H6.9C3.4 8 2 9.4 2 12.9V17.1C2 20.6 3.4 22 6.9 22H11.1C14.6 22 16 20.6 16 17.1V12.9C16 9.4 14.6 8 11.1 8ZM12.29 13.65L8.58 17.36C8.44 17.5 8.26 17.57 8.07 17.57C7.88 17.57 7.7 17.5 7.56 17.36L5.7 15.5C5.42 15.22 5.42 14.77 5.7 14.49C5.98 14.21 6.43 14.21 6.71 14.49L8.06 15.84L11.27 12.63C11.55 12.35 12 12.35 12.28 12.63C12.56 12.91 12.57 13.37 12.29 13.65Z" fill="#292D32"/>
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="M16 12.9V17.1C16 20.6 14.6 22 11.1 22H6.9C3.4 22 2 20.6 2 17.1V12.9C2 9.4 3.4 8 6.9 8H11.1C14.6 8 16 9.4 16 12.9Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M17.0998 2H12.8998C9.44976 2 8.04977 3.37 8.00977 6.75H11.0998C15.2998 6.75 17.2498 8.7 17.2498 12.9V15.99C20.6298 15.95 21.9998 14.55 21.9998 11.1V6.9C21.9998 3.4 20.5998 2 17.0998 2Z" fill="#292D32"/>
4
+ </svg>
@@ -0,0 +1,7 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.0391 13.2799L20.1191 12.3799L12.3691 20.1199L13.2991 21.0499C14.0791 21.8299 14.8891 22.2199 15.6891 22.2199C16.4891 22.2199 17.2991 21.8299 18.0791 21.0499L21.0391 18.0899C22.6291 16.4899 22.6291 14.8799 21.0391 13.2799Z" fill="#292D32"/>
3
+ <path d="M10.6898 2.92994C9.11976 1.35994 7.46977 1.35994 5.89977 2.92994L2.92977 5.88994C1.36977 7.45994 1.36977 9.10994 2.92977 10.6799L3.84977 11.5999L11.5998 3.84994L10.6898 2.92994Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M21.8098 3.94009C20.4998 7.21009 17.5098 11.4801 14.6598 14.2701C14.2498 11.6901 12.1898 9.67009 9.58984 9.31009C12.3898 6.45009 16.6898 3.42009 19.9698 2.10009C20.5498 1.88009 21.1298 2.05009 21.4898 2.41009C21.8698 2.79009 22.0498 3.36009 21.8098 3.94009Z" fill="#292D32"/>
5
+ <path d="M14.6595 14.2701C14.1595 14.7601 13.6595 15.2101 13.1795 15.5901L11.2095 17.1701C10.9595 17.3501 10.7095 17.5001 10.4295 17.6201C10.4295 17.4301 10.4095 17.2401 10.3895 17.0401C10.2795 16.2101 9.89953 15.4201 9.22953 14.7501C8.53953 14.0701 7.71953 13.6801 6.86953 13.5701C6.66953 13.5501 6.45953 13.5401 6.26953 13.5501C6.37953 13.2401 6.54953 12.9501 6.75953 12.7101L8.31953 10.7401C8.68953 10.2701 9.11953 9.79006 9.58953 9.31006C12.1895 9.67006 14.2495 11.6901 14.6595 14.2701Z" fill="#292D32"/>
6
+ <path opacity="0.4" d="M10.4298 17.6198C10.4298 18.7198 10.0098 19.7698 9.20976 20.5598C8.59976 21.1798 7.77977 21.5998 6.77977 21.7198L4.32976 21.9898C2.98976 22.1398 1.83976 20.9898 1.98976 19.6398L2.25976 17.1798C2.49976 14.9898 4.32976 13.5898 6.26976 13.5498C6.45976 13.5398 6.66976 13.5498 6.86976 13.5698C7.71976 13.6798 8.53976 14.0698 9.22976 14.7498C9.89976 15.4198 10.2798 16.2098 10.3898 17.0398C10.4098 17.2398 10.4298 17.4298 10.4298 17.6198Z" fill="#292D32"/>
7
+ </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="M21.0303 22H13.9902C13.5702 22 13.2402 21.66 13.2402 21.25C13.2402 20.84 13.5802 20.5 13.9902 20.5H21.0303C21.4503 20.5 21.7803 20.84 21.7803 21.25C21.7803 21.66 21.4503 22 21.0303 22Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M15.41 16.3401L10.66 21.0901C9.54997 22.2001 7.77002 22.2601 6.59002 21.2701C6.52002 21.2101 6.46002 21.1501 6.40002 21.0901L5.53003 20.2201L3.73999 18.4301L2.88 17.5701C2.81 17.5001 2.75 17.4301 2.69 17.3601C1.71 16.1801 1.78 14.4201 2.88 13.3201L6.57 9.64008L7.63 8.58008L15.41 16.3401Z" fill="#292D32"/>
4
+ <path d="M21.1208 10.6399L15.4108 16.3399L7.63086 8.57994L13.3409 2.87994C14.5109 1.70994 16.4308 1.70994 17.6008 2.87994L21.1208 6.38994C22.2908 7.55994 22.2908 9.46994 21.1208 10.6399Z" fill="#292D32"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" fill="#292D32"/>
3
+ <path d="M8.67938 11.9098L10.3294 12.3198L9.37939 16.1598C9.15939 17.0598 9.59937 17.3599 10.3594 16.8299L15.5394 13.2398C16.1694 12.7998 16.0794 12.2898 15.3294 12.0998L13.6794 11.6898L14.6294 7.84981C14.8494 6.94981 14.4094 6.64983 13.6494 7.17983L8.46939 10.7699C7.83939 11.2099 7.92938 11.7198 8.67938 11.9098Z" fill="#292D32"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path opacity="0.4" d="M21.2505 5.77V9C21.2505 11.29 20.5205 12.02 18.2305 12.02H18.1305V10.38C18.1305 7.26 16.7405 5.87 13.6205 5.87H11.9805V5.77C11.9805 3.48 12.7105 2.75 15.0005 2.75H18.2305C20.5205 2.75 21.2505 3.48 21.2505 5.77Z" fill="#292D32"/>
3
+ <path d="M16.6291 10.3801V13.6201C16.6291 15.9001 15.8991 16.6301 13.6191 16.6301H10.3791C8.09914 16.6301 7.36914 15.9001 7.36914 13.6201V10.3801C7.36914 8.10013 8.09914 7.37012 10.3791 7.37012H13.6191C15.8991 7.37012 16.6291 8.10013 16.6291 10.3801Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M12.02 18.13V18.23C12.02 20.52 11.29 21.25 9 21.25H5.77C3.48 21.25 2.75 20.52 2.75 18.23V15C2.75 12.71 3.48 11.98 5.77 11.98H5.87V13.62C5.87 16.74 7.26 18.13 10.38 18.13H12.02Z" fill="#292D32"/>
5
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.8406 22.0002H8.16059C3.97059 22.0002 3.14059 19.4702 4.50059 16.3902L5.94059 13.1202C5.94059 13.1202 9.00059 13.0002 12.0006 14.0002C15.0006 15.0002 17.8306 13.1102 17.8306 13.1102L18.0206 12.9902L19.5106 16.4002C20.8506 19.4802 19.9706 22.0002 15.8406 22.0002Z" fill="#292D32"/>
3
+ <path opacity="0.4" d="M18.0195 12.99L17.8295 13.11C17.8295 13.11 14.9995 15 11.9995 14C8.99945 13 5.93945 13.12 5.93945 13.12L8.73945 6.74H8.43945C7.78945 6.74 7.18945 6.48 6.75945 6.05C6.32945 5.62 6.06945 5.02 6.06945 4.37C6.06945 3.07 7.12945 2 8.43945 2H15.5495C16.2095 2 16.7995 2.27 17.2295 2.7C17.7895 3.26 18.0795 4.08 17.8595 4.95C17.5995 6.03 16.5595 6.74 15.4395 6.74H15.2795L18.0195 12.99Z" fill="#292D32"/>
4
+ </svg>