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 d="M7.5 17.4001V6.6001" stroke="#292D32" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M7.5 9.75586H16.5" stroke="#292D32" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path opacity="0.4" d="M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z" fill="#292D32"/>
5
+ <path d="M16.4996 18.3002C16.0076 18.3002 15.5996 17.8922 15.5996 17.4002V6.6002C15.5996 6.1082 16.0076 5.7002 16.4996 5.7002C16.9916 5.7002 17.3996 6.1082 17.3996 6.6002V17.4002C17.3996 17.8922 16.9916 18.3002 16.4996 18.3002Z" fill="#292D32"/>
6
+ <path d="M16.5001 15.1437H7.50013C7.00813 15.1437 7.60013 14.7357 7.60013 14.2437C7.60013 13.7517 7.00813 13.3438 7.50013 13.3438H16.5001C16.9921 13.3438 17.4001 13.7517 17.4001 14.2437C17.4001 14.7357 16.9921 15.1437 16.5001 15.1437Z" 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 d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M17 3.33984H7L2 11.9998L7 20.6598H17L22 11.9998L17 3.33984Z" fill="#292D32"/>
4
+ <path d="M10.8696 14H7.0296L5.09961 17.33L7.0296 20.66H10.8696L12.7996 17.33L10.8696 14Z" fill="#292D32"/>
5
+ <path opacity="0.6" d="M14.3409 8H7.03085L3.38086 14.33L7.03085 20.66H14.3409L18.0009 14.33L14.3409 8Z" 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.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M4.1201 2H19.8901C20.4901 2 20.9501 2.52 20.8801 3.11L19.0801 19.33C19.0401 19.73 18.7501 20.07 18.3601 20.18L12.2801 21.92C12.1001 21.97 11.9101 21.97 11.7301 21.92L5.6501 20.18C5.2601 20.07 4.9801 19.73 4.9301 19.33L3.1301 3.11C3.0601 2.52 3.5201 2 4.1201 2Z" fill="#292D32"/>
4
+ <path d="M17.06 6.49998C16.92 6.33998 16.72 6.24998 16.5 6.24998L7.5 6.22998C7.09 6.22998 6.75 6.55998 6.75 6.97998C6.75 7.38998 7.08 7.72998 7.5 7.72998L15.66 7.74998L15.38 10.25H8C7.59 10.25 7.25 10.59 7.25 11C7.25 11.41 7.59 11.75 8 11.75H15.22L14.81 15.42L12 16.22L9.12 15.4L8.72 13.82C8.62 13.42 8.21 13.17 7.81 13.27C7.41 13.37 7.16 13.78 7.26 14.18L7.76 16.18C7.82 16.44 8.02 16.65 8.28 16.72L11.78 17.72C11.85 17.74 11.92 17.75 11.99 17.75C12.06 17.75 12.13 17.74 12.2 17.72L15.7 16.72C15.99 16.64 16.21 16.39 16.24 16.08L17.24 7.07998C17.27 6.86998 17.2 6.65998 17.06 6.49998Z" 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="M4.12009 2H19.8901C20.4901 2 20.9501 2.52 20.8801 3.11L19.0801 19.33C19.0401 19.73 18.7501 20.07 18.3601 20.18L12.2801 21.92C12.1001 21.97 11.9101 21.97 11.7301 21.92L5.65012 20.18C5.26012 20.07 4.98009 19.73 4.93009 19.33L3.1301 3.11C3.0601 2.52 3.52009 2 4.12009 2Z" fill="#292D32"/>
4
+ <path d="M11.7498 18C11.6798 18 11.6098 17.99 11.5398 17.97L8.0398 16.97C7.7198 16.88 7.49982 16.58 7.49982 16.25V14.25C7.49982 13.84 7.83982 13.5 8.24982 13.5C8.65982 13.5 8.99982 13.84 8.99982 14.25V15.68L11.7498 16.47L14.5498 15.67L14.9198 12H8.24982C7.86982 12 7.54982 11.71 7.49982 11.33L6.99982 6.83C6.97982 6.62 7.03983 6.41 7.18983 6.25C7.32983 6.09 7.53982 6 7.74982 6H16.2498C16.6598 6 16.9998 6.34 16.9998 6.75C16.9998 7.16 16.6598 7.5 16.2498 7.5H8.58985L8.91981 10.5H15.7498C15.9598 10.5 16.1598 10.59 16.3098 10.75C16.4498 10.91 16.5198 11.12 16.4998 11.33L15.9998 16.33C15.9698 16.64 15.7598 16.89 15.4598 16.98L11.9598 17.98C11.8898 17.99 11.8198 18 11.7498 18Z" 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="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M16.1594 10C16.1594 10 16.0094 11 12.9094 15C9.99942 18.77 14.2094 21.64 14.7094 21.97C14.7394 21.99 14.7694 21.99 14.8094 21.97C15.4894 21.55 23.0594 16.68 16.1594 10Z" fill="#292D32"/>
4
+ <path d="M13.7598 7.79006C13.7598 5.49006 12.8598 3.39006 11.9598 2.19006C11.6598 1.89006 11.1598 1.99006 11.0598 2.39006C10.6598 3.89006 9.45977 7.09006 6.55977 10.8901C2.85977 15.6901 6.25977 20.8901 9.75977 21.8901C11.6598 22.3901 9.25977 20.8901 8.95977 17.7901C8.65977 13.8901 13.7598 10.9901 13.7598 7.79006Z" 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="M20.2598 5.25C19.4298 5.25 18.7598 4.58 18.7598 3.75C18.7598 2.92 19.4298 2.25 20.2598 2.25H20.2697C21.0997 2.25 21.7697 2.92 21.7697 3.75C21.7697 4.58 21.0898 5.25 20.2598 5.25Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M3.75977 21.75C2.92977 21.75 2.25977 21.08 2.25977 20.25C2.25977 19.42 2.92977 18.75 3.75977 18.75H3.76974C4.59974 18.75 5.26974 19.42 5.26974 20.25C5.26974 21.08 4.58977 21.75 3.75977 21.75Z" fill="#292D32"/>
5
+ <path d="M6.03 16.4C5.78 16.4 5.53001 16.27 5.39001 16.04C4.65001 14.83 4.25 13.43 4.25 12C4.25 7.73 7.73 4.25 12 4.25C13.41 4.25 14.79 4.63 15.99 5.35C16.34 5.56 16.46 6.02 16.25 6.38C16.04 6.73 15.58 6.85 15.22 6.64C14.25 6.06 13.14 5.75 12.01 5.75C8.56001 5.75 5.76001 8.55 5.76001 12C5.76001 13.15 6.07999 14.28 6.67999 15.26C6.89999 15.61 6.78999 16.07 6.42999 16.29C6.29999 16.37 6.16 16.4 6.03 16.4Z" fill="#292D32"/>
6
+ <path d="M12.0001 19.7503C10.5601 19.7503 9.16013 19.3503 7.95013 18.6103C7.60013 18.3903 7.49013 17.9303 7.70013 17.5803C7.92013 17.2303 8.38012 17.1203 8.73012 17.3303C9.71012 17.9303 10.8401 18.2503 12.0001 18.2503C15.4501 18.2503 18.2501 15.4503 18.2501 12.0003C18.2501 10.8503 17.9301 9.72028 17.3301 8.74028C17.1101 8.39028 17.2201 7.93028 17.5801 7.71028C17.9301 7.50028 18.3901 7.60028 18.6101 7.96028C19.3501 9.18028 19.7501 10.5703 19.7501 12.0103C19.7501 16.2703 16.2701 19.7503 12.0001 19.7503Z" fill="#292D32"/>
7
+ </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="M16.19 2H7.81C4.17 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"/>
4
+ <path d="M10.8905 7.8001C10.7905 7.5101 10.5205 7.30009 10.2105 7.29009C9.89047 7.27009 9.61047 7.45009 9.49047 7.73009L5.96047 15.6601C5.79047 16.0401 5.96047 16.4801 6.34047 16.6501C6.72047 16.8201 7.16047 16.6501 7.33047 16.2701L8.31047 14.0701H11.3905L12.1005 16.2001C12.2005 16.5101 12.5005 16.7101 12.8105 16.7101C12.8905 16.7101 12.9705 16.7001 13.0505 16.6701C13.4405 16.5401 13.6505 16.1101 13.5205 15.7201L10.8905 7.8001ZM8.98047 12.5701L10.0805 10.1001L10.9005 12.5701H8.98047Z" fill="#292D32"/>
5
+ <path d="M16.3496 9.93018C15.9396 9.93018 15.5996 10.2702 15.5996 10.6802V15.9702C15.5996 16.3802 15.9396 16.7202 16.3496 16.7202C16.7596 16.7202 17.0996 16.3802 17.0996 15.9702V10.6802C17.0996 10.2602 16.7596 9.93018 16.3496 9.93018Z" fill="#292D32"/>
6
+ <path d="M17.2696 7.65C17.2196 7.53 17.1496 7.42 17.0496 7.33C16.7796 7.05 16.3296 6.96 15.9596 7.11C15.8396 7.16 15.7296 7.23 15.6396 7.33C15.5496 7.42 15.4796 7.53 15.4196 7.65C15.3696 7.77 15.3496 7.9 15.3496 8.03C15.3496 8.17 15.3696 8.29 15.4196 8.42C15.4696 8.54 15.5496 8.65001 15.6396 8.74001C15.8296 8.93001 16.0796 9.03 16.3496 9.03C16.4796 9.03 16.6096 9.01001 16.7296 8.96001C16.8496 8.91001 16.9596 8.83001 17.0496 8.74001C17.1496 8.65001 17.2196 8.54 17.2696 8.42C17.3196 8.3 17.3496 8.17 17.3496 8.03C17.3496 7.9 17.3196 7.77 17.2696 7.65Z" 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.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M10.99 2.59977L4.48999 6.41977C3.87999 6.77977 3.5 7.43977 3.5 8.13977V15.8498C3.5 16.5598 3.87999 17.2098 4.48999 17.5698L10.99 21.3898C11.62 21.7598 12.39 21.7598 13.02 21.3898L19.52 17.5698C20.13 17.2098 20.51 16.5498 20.51 15.8498V8.13977C20.51 7.42977 20.13 6.77977 19.52 6.41977L13.02 2.59977C12.39 2.22977 11.61 2.22977 10.99 2.59977Z" fill="#292D32"/>
4
+ <path d="M17.39 14.3601L14.78 12.7901L15.04 12.5301C15.33 12.2401 15.33 11.7601 15.04 11.4701C14.75 11.1801 14.27 11.1801 13.98 11.4701L13.46 11.9901L11.66 10.9101L12.04 10.5301C12.33 10.2401 12.33 9.76012 12.04 9.47012C11.75 9.18012 11.27 9.18012 10.98 9.47012L10.33 10.1201L8.46002 9.00012L12 6.87012L16.61 9.64012C16.97 9.85012 17.43 9.74012 17.64 9.38012C17.85 9.03012 17.74 8.56012 17.38 8.35012L12.38 5.35012C12.14 5.21012 11.84 5.21012 11.61 5.35012L6.60999 8.35012C6.37999 8.49012 6.25 8.73012 6.25 8.99012C6.25 9.25012 6.38999 9.50012 6.60999 9.63012L9.21997 11.2001L8.96002 11.4601C8.67002 11.7501 8.67002 12.2301 8.96002 12.5201C9.11002 12.6701 9.29999 12.7401 9.48999 12.7401C9.67999 12.7401 9.87002 12.6701 10.02 12.5201L10.54 12.0001L12.34 13.0801L11.96 13.4601C11.67 13.7501 11.67 14.2301 11.96 14.5201C12.11 14.6701 12.3 14.7401 12.49 14.7401C12.68 14.7401 12.87 14.6701 13.02 14.5201L13.67 13.8701L15.53 14.9901L12 17.1301L7.39001 14.3601C7.03001 14.1501 6.56999 14.2601 6.35999 14.6201C6.14999 14.9801 6.26 15.4401 6.62 15.6501L11.62 18.6501C11.74 18.7201 11.87 18.7601 12.01 18.7601C12.15 18.7601 12.28 18.7201 12.4 18.6501L17.4 15.6501C17.63 15.5101 17.76 15.2701 17.76 15.0101C17.76 14.7501 17.61 14.4901 17.39 14.3601Z" 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.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M4.12009 2H19.8901C20.4901 2 20.9501 2.52 20.8801 3.11L19.0801 19.33C19.0401 19.73 18.7501 20.07 18.3601 20.18L12.2801 21.92C12.1001 21.97 11.9101 21.97 11.7301 21.92L5.65012 20.18C5.26012 20.07 4.98009 19.73 4.93009 19.33L3.1301 3.11C3.0601 2.52 3.52009 2 4.12009 2Z" fill="#292D32"/>
4
+ <path d="M10.6198 16.7398C10.5498 16.7398 10.4798 16.7298 10.4098 16.7098L7.28983 15.8098C6.88983 15.6898 6.65988 15.2798 6.77988 14.8798C6.88988 14.4798 7.30987 14.2598 7.70987 14.3698L9.86985 14.9898V7.00977C9.86985 6.59977 10.2098 6.25977 10.6198 6.25977C11.0298 6.25977 11.3698 6.59977 11.3698 7.00977V15.9798C11.3698 16.2198 11.2599 16.4398 11.0699 16.5798C10.9399 16.6798 10.7798 16.7398 10.6198 16.7398Z" fill="#292D32"/>
5
+ <path d="M12.9001 16.7498C12.5601 16.7498 12.2601 16.5198 12.1701 16.1798C12.0701 15.7798 12.3101 15.3698 12.7201 15.2698L15.7501 14.5098V12.8098L13.4601 13.1398C13.2401 13.1698 13.0301 13.1098 12.8601 12.9598C12.7001 12.8198 12.6001 12.6098 12.6001 12.3898V7.44982C12.6001 7.07982 12.8701 6.75982 13.2401 6.70982L16.3901 6.25982C16.8001 6.19982 17.1801 6.48982 17.2401 6.89982C17.3001 7.30982 17.0101 7.68982 16.6001 7.74982L14.1001 8.09982V11.5298L16.3901 11.1998C16.6101 11.1698 16.8201 11.2298 16.9901 11.3798C17.1501 11.5198 17.2501 11.7298 17.2501 11.9498V15.0998C17.2501 15.4398 17.0201 15.7398 16.6801 15.8298L13.0801 16.7298C13.0201 16.7398 12.9601 16.7498 12.9001 16.7498Z" 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.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path d="M12.0002 22.61C11.7102 22.61 11.4203 22.54 11.1503 22.39L9.67023 21.68C9.30023 21.5 9.14025 21.05 9.32025 20.68C9.50025 20.31 9.94025 20.15 10.3203 20.33L11.8303 21.06C11.9403 21.12 12.0402 21.12 12.1102 21.08L20.1102 16.64C20.1902 16.6 20.2402 16.51 20.2402 16.42V7.60002C20.2402 7.51002 20.1902 7.43001 20.1102 7.38001L12.1102 2.94002C12.0302 2.90002 11.9402 2.90002 11.8702 2.94002L3.87024 7.38001C3.79024 7.42001 3.74023 7.51002 3.74023 7.60002V16.42C3.74023 16.51 3.79024 16.59 3.87024 16.64L6.38025 18.03C6.77025 18.25 7.23024 18.24 7.62024 18.01C8.01024 17.78 8.24023 17.38 8.24023 16.93L8.25024 9.00002C8.25024 8.59002 8.59024 8.25002 9.00024 8.25002C9.41024 8.25002 9.75024 8.59002 9.75024 9.00002L9.74023 16.93C9.74023 17.91 9.23025 18.8 8.38025 19.3C7.53025 19.8 6.51027 19.81 5.65027 19.33L3.14026 17.94C2.58026 17.63 2.24023 17.04 2.24023 16.41V7.59001C2.24023 6.96001 2.58026 6.37001 3.14026 6.06001L11.1403 1.62002C11.6703 1.32002 12.3103 1.32002 12.8403 1.62002L20.8403 6.06001C21.4003 6.37001 21.7402 6.96001 21.7402 7.59001V16.41C21.7402 17.04 21.4003 17.63 20.8403 17.94L12.8403 22.38C12.5803 22.53 12.2902 22.61 12.0002 22.61Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M15.25 16.75H13.5C12.12 16.75 11 15.63 11 14.25C11 13.84 11.34 13.5 11.75 13.5C12.16 13.5 12.5 13.84 12.5 14.25C12.5 14.8 12.95 15.25 13.5 15.25H15.25C15.8 15.25 16.25 14.8 16.25 14.25C16.25 13.7 15.8 13.25 15.25 13.25H13.5C12.12 13.25 11 12.13 11 10.75C11 9.37 12.12 8.25 13.5 8.25H15.25C16.63 8.25 17.75 9.37 17.75 10.75C17.75 11.16 17.41 11.5 17 11.5C16.59 11.5 16.25 11.16 16.25 10.75C16.25 10.2 15.8 9.75 15.25 9.75H13.5C12.95 9.75 12.5 10.2 12.5 10.75C12.5 11.3 12.95 11.75 13.5 11.75H15.25C16.63 11.75 17.75 12.87 17.75 14.25C17.75 15.63 16.63 16.75 15.25 16.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.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.6" d="M19 7.16027V15.9703C19 16.4003 18.86 16.8103 18.62 17.1503L18.16 16.9103L10 12.0003L18.54 7.26027L18.99 7.03027C19 7.07027 19 7.12027 19 7.16027Z" fill="#292D32"/>
4
+ <path d="M18.99 7.02982L18.54 7.25982L10 11.9998L12 2.99982L12.14 2.31982C12.43 2.33982 12.72 2.41982 12.99 2.56982L17.99 5.41982C18.58 5.75982 18.95 6.35982 18.99 7.02982Z" fill="#292D32"/>
5
+ <path opacity="0.4" d="M12 2.99985L10 11.9999L11.85 21.2299L11.9 21.5299C11.52 21.5199 11.15 21.3999 10.84 21.1699L5.84003 17.5999C5.31003 17.2199 5 16.6199 5 15.9699V7.15985C5 6.43985 5.38001 5.77985 6.01001 5.41985L11.01 2.56985C11.36 2.36985 11.75 2.27985 12.14 2.31985L12 2.99985Z" fill="#292D32"/>
6
+ <path d="M18.62 17.15C18.49 17.32 18.34 17.47 18.16 17.6L13.16 21.17C12.79 21.44 12.34 21.56 11.9 21.53L11.85 21.23L10 12L18.16 16.91L18.62 17.15Z" 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 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="M12.7809 6.35986C13.4409 6.35986 13.9209 6.97986 13.7509 7.61986L11.9609 14.2999H14.9909C15.6109 14.2999 16.0909 14.8599 15.9709 15.4799L15.8209 16.3199C15.7309 16.7999 15.3209 17.1399 14.8409 17.1399H9.30086C8.64086 17.1399 8.16087 16.4999 8.34087 15.8699L10.9509 6.72986C11.0109 6.51986 11.2109 6.36986 11.4309 6.36986H12.7809V6.35986Z" fill="#292D32"/>
5
+ <path d="M7.32063 13.2698C6.97063 13.2698 6.66062 13.0198 6.59062 12.6698C6.51062 12.2598 6.77061 11.8698 7.18061 11.7898L14.8806 10.2498C15.2806 10.1698 15.6806 10.4298 15.7606 10.8398C15.8406 11.2498 15.5806 11.6398 15.1706 11.7198L7.47062 13.2598C7.42062 13.2698 7.37063 13.2698 7.32063 13.2698Z" 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="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.7501 15.2502C10.3401 15.2502 10.0001 14.9102 10.0001 14.5002V12.4202L7.33008 10.8202V14.5002C7.33008 14.9102 6.99008 15.2502 6.58008 15.2502C6.17008 15.2502 5.83008 14.9102 5.83008 14.5002V9.50019C5.83008 9.23019 5.98008 8.98019 6.21008 8.85019C6.44008 8.72019 6.73008 8.72019 6.96008 8.86019L11.1301 11.3602C11.3601 11.5002 11.4901 11.7402 11.4901 12.0002V14.5002C11.5001 14.9102 11.1601 15.2502 10.7501 15.2502Z" fill="#292D32"/>
5
+ <path d="M17.42 15.2502C17.01 15.2502 16.67 14.9102 16.67 14.5002V10.8202L14 12.4202V14.5002C14 14.9102 13.66 15.2502 13.25 15.2502C12.84 15.2502 12.5 14.9102 12.5 14.5002V12.0002C12.5 11.7402 12.64 11.4902 12.86 11.3602L17.03 8.86019C17.26 8.72019 17.55 8.72019 17.78 8.85019C18.02 8.98019 18.16 9.23019 18.16 9.50019V14.5002C18.17 14.9102 17.83 15.2502 17.42 15.2502Z" 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.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M5.68024 18.44V20.29C5.68024 21.06 6.50023 21.54 7.17023 21.16L9.03027 20.11C9.97027 20.38 10.9602 20.52 11.9902 20.52C17.5102 20.52 21.9902 16.37 21.9902 11.26C21.9902 6.14999 17.5102 2 11.9902 2C6.47023 2 1.99023 6.14999 1.99023 11.26C2.00023 14.15 3.44024 16.74 5.68024 18.44Z" fill="#292D32"/>
4
+ <path d="M11.0206 9.56017L8.48052 12.5802C8.17052 12.9502 8.51052 13.5002 8.98052 13.3902L10.9905 12.9002C11.1205 12.8702 11.2505 12.8902 11.3605 12.9502L12.3705 13.5402C12.5805 13.6602 12.8505 13.6202 13.0005 13.4302L15.5005 10.4402C15.8105 10.0702 15.4605 9.51018 14.9905 9.64018L13.1705 10.1102C13.0505 10.1402 12.9205 10.1302 12.8105 10.0702L11.6305 9.45017C11.4305 9.33017 11.1706 9.38017 11.0206 9.56017Z" fill="#292D32"/>
5
+ </svg>
@@ -0,0 +1,9 @@
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="M14.5004 10.7499L14.0904 10.9599H14.0804L9.40039 13.3799L10.4704 10.0399L13.5504 8.6499L14.5004 10.7499Z" fill="#292D32"/>
5
+ <path d="M13.5507 8.65L10.4707 10.04L12.0007 5.25L13.5507 8.65Z" fill="#292D32"/>
6
+ <path d="M10.47 10.04L9.39999 13.38L6 12.25L8.17999 11.16L10 10.25L10.47 10.04Z" fill="#292D32"/>
7
+ <path d="M18.0004 12.25L13.5004 14.75L13.1904 14.65L13.1004 14.62L9.40039 13.38L14.0804 10.96H14.0904L18.0004 12.25Z" fill="#292D32"/>
8
+ <path d="M13.1904 14.6499L13.0004 15.2499L12.0004 18.2499L9.5004 13.5699L9.40039 13.3799L13.1004 14.6199L13.1904 14.6499Z" fill="#292D32"/>
9
+ </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="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.6" d="M16.3596 18.4901C16.3496 18.5001 16.3496 18.5101 16.3496 18.5101C15.1596 19.7701 13.7296 20.9601 11.9996 22.0001C11.9996 22.0001 3.15961 17.5801 2.09961 7.08008C5.20961 17.1501 11.9996 10.0001 11.9996 10.0001C18.7596 12.9001 16.5196 18.1401 16.3596 18.4901Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M16.3597 18.4898C16.5197 18.1398 18.7598 12.8998 11.9998 9.99982C10.9998 3.99982 16.0698 2.93982 16.0698 2.93982L16.6597 2.81982H16.6697C18.4097 3.22982 20.1998 3.91982 21.9998 4.99982C21.9998 4.99982 21.9997 12.4998 16.3597 18.4898Z" fill="#292D32"/>
5
+ <path d="M16.66 2.81979L16.07 2.93979C16.07 2.93979 11 3.99979 12 9.99979C12 9.99979 5.20998 17.1498 2.09998 7.07979V7.06979C2.03998 6.40979 2 5.70979 2 4.99979C2 4.99979 8.71997 0.969786 16.66 2.81979Z" fill="#292D32"/>
6
+ </svg>
@@ -0,0 +1,57 @@
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="M12 4.74985C11.9 4.74985 11.8 4.73985 11.71 4.71985C11.61 4.69985 11.52 4.66985 11.43 4.63985C11.34 4.59985 11.25 4.54985 11.17 4.49985C11.09 4.43985 11.01 4.37985 10.94 4.30985C10.66 4.02985 10.5 3.64985 10.5 3.24985C10.5 2.84985 10.66 2.46985 10.94 2.18985C11.01 2.11985 11.09 2.05985 11.17 1.99985C11.25 1.94985 11.34 1.89985 11.43 1.86985C11.52 1.82985 11.61 1.79985 11.71 1.77985C12.19 1.67985 12.71 1.83985 13.06 2.18985C13.34 2.46985 13.5 2.84985 13.5 3.24985C13.5 3.64985 13.34 4.02985 13.06 4.30985C12.78 4.58985 12.39 4.74985 12 4.74985Z" fill="#292D32"/>
4
+ <path d="M12 9.25C11.9 9.25 11.8 9.24 11.71 9.22C11.61 9.2 11.52 9.17 11.43 9.14C11.34 9.1 11.25 9.05 11.17 9C11.09 8.94 11.01 8.88 10.94 8.81C10.66 8.53 10.5 8.15 10.5 7.75C10.5 7.35 10.66 6.97 10.94 6.69C11.01 6.62 11.09 6.56 11.17 6.5C11.25 6.45 11.34 6.4 11.43 6.37C11.52 6.33 11.61 6.3 11.71 6.28C11.9 6.24 12.1 6.24 12.29 6.28C12.39 6.3 12.48 6.33 12.57 6.37C12.66 6.4 12.75 6.45 12.83 6.5C12.91 6.56 12.99 6.62 13.06 6.69C13.34 6.97 13.5 7.35 13.5 7.75C13.5 8.15 13.34 8.53 13.06 8.81C12.99 8.88 12.91 8.94 12.83 9C12.75 9.05 12.66 9.1 12.57 9.14C12.48 9.17 12.39 9.2 12.29 9.22C12.2 9.24 12.1 9.25 12 9.25Z" fill="#292D32"/>
5
+ <path d="M12 13.2499C11.9 13.2499 11.8 13.2399 11.71 13.2199C11.61 13.1999 11.52 13.1699 11.43 13.1399C11.34 13.0999 11.25 13.0499 11.17 12.9999C11.09 12.9399 11.01 12.8799 10.94 12.8099C10.87 12.7399 10.81 12.6699 10.75 12.5799C10.7 12.4999 10.65 12.4099 10.61 12.3199C10.58 12.2299 10.55 12.1399 10.53 12.0399C10.51 11.9499 10.5 11.8499 10.5 11.7499C10.5 11.3499 10.66 10.9699 10.94 10.6899C11.01 10.6199 11.09 10.5599 11.17 10.4999C11.25 10.4499 11.34 10.3999 11.43 10.3599C11.52 10.3299 11.61 10.2999 11.71 10.2799C12.19 10.1799 12.71 10.3399 13.06 10.6899C13.34 10.9699 13.5 11.3499 13.5 11.7499C13.5 11.8499 13.49 11.9499 13.47 12.0399C13.45 12.1399 13.42 12.2299 13.38 12.3199C13.35 12.4099 13.3 12.4999 13.25 12.5799C13.19 12.6699 13.13 12.7399 13.06 12.8099C12.99 12.8799 12.91 12.9399 12.83 12.9999C12.75 13.0499 12.66 13.0999 12.57 13.1399C12.48 13.1699 12.39 13.1999 12.29 13.2199C12.2 13.2399 12.1 13.2499 12 13.2499Z" fill="#292D32"/>
6
+ <g opacity="0.6">
7
+ <path opacity="0.6" d="M12 16.75C11.74 16.75 11.48 16.64 11.29 16.46C11.11 16.27 11 16.01 11 15.75C11 15.49 11.11 15.23 11.29 15.04C11.52 14.81 11.87 14.71 12.19 14.77C12.26 14.78 12.32 14.8 12.38 14.83C12.44 14.85 12.5 14.88 12.55 14.92C12.61 14.96 12.66 15 12.71 15.04C12.89 15.23 13 15.49 13 15.75C13 16.01 12.89 16.27 12.71 16.46C12.66 16.5 12.61 16.54 12.55 16.58C12.5 16.62 12.44 16.65 12.38 16.67C12.32 16.7 12.26 16.72 12.19 16.73C12.13 16.74 12.06 16.75 12 16.75Z" fill="#292D32"/>
8
+ </g>
9
+ <g opacity="0.4">
10
+ <path opacity="0.4" d="M12 20C11.9 20 11.8 19.98 11.71 19.94C11.62 19.9 11.54 19.85 11.47 19.78C11.4 19.71 11.34 19.63 11.31 19.54C11.27 19.45 11.25 19.35 11.25 19.25C11.25 19.05 11.33 18.86 11.47 18.72C11.54 18.65 11.62 18.6 11.71 18.56C11.9 18.48 12.1 18.48 12.29 18.56C12.38 18.6 12.46 18.65 12.53 18.72C12.6 18.79 12.65 18.87 12.69 18.96C12.73 19.05 12.75 19.15 12.75 19.25C12.75 19.35 12.73 19.45 12.69 19.54C12.65 19.63 12.6 19.71 12.53 19.78C12.46 19.85 12.38 19.9 12.29 19.94C12.19 19.98 12.1 20 12 20Z" fill="#292D32"/>
11
+ </g>
12
+ <g opacity="0.2">
13
+ <path opacity="0.2" d="M12 22.0701C11.87 22.0701 11.74 22.0201 11.65 21.9201C11.55 21.8301 11.5 21.7001 11.5 21.5701C11.5 21.4401 11.55 21.3101 11.65 21.2201C11.83 21.0301 12.17 21.0301 12.35 21.2201C12.45 21.3101 12.5 21.4401 12.5 21.5701C12.5 21.7001 12.45 21.8301 12.35 21.9201C12.26 22.0201 12.13 22.0701 12 22.0701Z" fill="#292D32"/>
14
+ </g>
15
+ <path d="M3.5 9.25002C3.1 9.25002 2.72 9.09002 2.44 8.81002C2.16 8.53002 2 8.15002 2 7.75002C2 7.36002 2.16 6.97002 2.44 6.69002C2.99 6.13002 4 6.13002 4.56 6.69002C4.84 6.97002 5 7.36002 5 7.75002C5 8.15002 4.84 8.53002 4.56 8.81002C4.49 8.88002 4.41002 8.94002 4.33002 9.00002C4.25002 9.05002 4.16001 9.10002 4.07001 9.13002C3.98001 9.17002 3.88998 9.20002 3.78998 9.22002C3.69998 9.24002 3.6 9.25002 3.5 9.25002Z" fill="#292D32"/>
16
+ <path d="M20.5 9.25C20.11 9.25 19.72 9.09 19.44 8.81C19.16 8.53 19 8.14 19 7.75C19 7.65 19.01 7.55 19.03 7.46C19.05 7.36 19.08 7.27 19.11 7.18C19.15 7.09 19.2 7 19.25 6.92C19.31 6.84 19.37 6.76 19.44 6.69C19.51 6.62 19.59 6.56 19.67 6.5C19.75 6.45 19.84 6.4 19.93 6.37C20.02 6.33 20.11 6.3 20.21 6.28C20.4 6.24 20.6 6.24 20.79 6.28C20.89 6.3 20.98 6.33 21.07 6.37C21.16 6.4 21.25 6.45 21.33 6.5C21.41 6.56 21.49 6.62 21.56 6.69C21.63 6.76 21.69 6.84 21.75 6.92C21.8 7 21.85 7.09 21.88 7.18C21.92 7.27 21.95 7.36 21.97 7.46C21.99 7.55 22 7.65 22 7.75C22 8.15 21.84 8.53 21.56 8.81C21.49 8.88 21.41 8.94 21.33 9C21.25 9.05 21.16 9.1 21.07 9.14C20.98 9.17 20.89 9.2 20.79 9.22C20.69 9.24 20.6 9.25 20.5 9.25Z" fill="#292D32"/>
17
+ <g opacity="0.6">
18
+ <path opacity="0.6" d="M20.5 12.7501C20.44 12.7501 20.37 12.7401 20.31 12.7301C20.24 12.7201 20.18 12.7001 20.12 12.6701C20.06 12.6501 20 12.6201 19.94 12.5801C19.89 12.5501 19.84 12.5001 19.79 12.4601C19.75 12.4101 19.7 12.3601 19.67 12.3101C19.63 12.2501 19.6 12.1901 19.58 12.1301C19.55 12.0701 19.53 12.0101 19.52 11.9501C19.51 11.8801 19.5 11.8201 19.5 11.7501C19.5 11.4901 19.61 11.2301 19.79 11.0401C19.84 11.0001 19.89 10.9601 19.94 10.9201C20 10.8801 20.06 10.8501 20.12 10.8301C20.18 10.8001 20.24 10.7801 20.31 10.7701C20.43 10.7401 20.56 10.7401 20.69 10.7701C20.76 10.7801 20.82 10.8001 20.88 10.8301C20.94 10.8501 21 10.8801 21.05 10.9201C21.11 10.9601 21.16 11.0001 21.21 11.0401C21.39 11.2301 21.5 11.4901 21.5 11.7501C21.5 11.8201 21.49 11.8801 21.48 11.9501C21.47 12.0101 21.45 12.0701 21.42 12.1301C21.4 12.1901 21.37 12.2501 21.33 12.3101C21.29 12.3601 21.25 12.4101 21.21 12.4601C21.16 12.5001 21.11 12.5501 21.05 12.5801C21 12.6201 20.94 12.6501 20.88 12.6701C20.82 12.7001 20.76 12.7201 20.69 12.7301C20.63 12.7401 20.56 12.7501 20.5 12.7501Z" fill="#292D32"/>
19
+ </g>
20
+ <g opacity="0.6">
21
+ <path opacity="0.6" d="M3.5 12.7499C3.24 12.7499 2.97998 12.6399 2.78998 12.4599C2.60998 12.2699 2.5 12.0099 2.5 11.7499C2.5 11.4899 2.60998 11.2299 2.78998 11.0399C3.06998 10.7599 3.51 10.6699 3.88 10.8299C4.01 10.8799 4.11002 10.9499 4.21002 11.0399C4.39002 11.2299 4.5 11.4899 4.5 11.7499C4.5 12.0099 4.39002 12.2699 4.21002 12.4599C4.02002 12.6399 3.76 12.7499 3.5 12.7499Z" fill="#292D32"/>
22
+ </g>
23
+ <g opacity="0.4">
24
+ <path opacity="0.4" d="M20.5 15.5C20.3 15.5 20.11 15.42 19.97 15.28C19.83 15.14 19.75 14.95 19.75 14.75C19.75 14.65 19.77 14.56 19.81 14.46C19.85 14.37 19.9 14.29 19.97 14.22C20.18 14.01 20.51 13.94 20.79 14.06C20.88 14.1 20.96 14.15 21.03 14.22C21.1 14.29 21.15 14.37 21.19 14.46C21.23 14.56 21.25 14.65 21.25 14.75C21.25 14.95 21.17 15.14 21.03 15.28C20.96 15.35 20.88 15.4 20.79 15.44C20.69 15.48 20.6 15.5 20.5 15.5Z" fill="#292D32"/>
25
+ </g>
26
+ <g opacity="0.4">
27
+ <path opacity="0.4" d="M3.5 15.4998C3.3 15.4998 3.10997 15.4198 2.96997 15.2798C2.89997 15.2098 2.84 15.1298 2.81 15.0398C2.77 14.9498 2.75 14.8498 2.75 14.7498C2.75 14.6498 2.77 14.5598 2.81 14.4598C2.84 14.3698 2.89997 14.2898 2.96997 14.2198C3.23997 13.9398 3.75003 13.9398 4.03003 14.2198C4.10003 14.2898 4.15 14.3698 4.19 14.4598C4.23 14.5598 4.25 14.6498 4.25 14.7498C4.25 14.8498 4.23 14.9498 4.19 15.0398C4.15 15.1298 4.10003 15.2098 4.03003 15.2798C3.89003 15.4198 3.7 15.4998 3.5 15.4998Z" fill="#292D32"/>
28
+ </g>
29
+ <g opacity="0.2">
30
+ <path opacity="0.2" d="M20.5 17.9998C20.43 17.9998 20.37 17.9898 20.31 17.9598C20.25 17.9398 20.19 17.8998 20.15 17.8498C20.05 17.7598 20 17.6298 20 17.4998C20 17.3698 20.05 17.2398 20.15 17.1498C20.33 16.9598 20.67 16.9598 20.85 17.1498C20.95 17.2398 21 17.3698 21 17.4998C21 17.6298 20.95 17.7598 20.85 17.8498C20.76 17.9498 20.63 17.9998 20.5 17.9998Z" fill="#292D32"/>
31
+ </g>
32
+ <g opacity="0.2">
33
+ <path opacity="0.2" d="M3.5 17.9998C3.37 17.9998 3.24002 17.9498 3.15002 17.8498C3.05002 17.7598 3 17.6298 3 17.4998C3 17.3698 3.05002 17.2398 3.15002 17.1498C3.33002 16.9598 3.66998 16.9598 3.84998 17.1498C3.94998 17.2398 4 17.3698 4 17.4998C4 17.6298 3.94998 17.7598 3.84998 17.8498C3.75998 17.9498 3.63 17.9998 3.5 17.9998Z" fill="#292D32"/>
34
+ </g>
35
+ <path d="M7.75 7.00002C7.65 7.00002 7.55002 6.99002 7.46002 6.97002C7.36002 6.95002 7.26999 6.92002 7.17999 6.88002C7.07999 6.85002 6.99998 6.80002 6.91998 6.75002C6.82998 6.69002 6.76 6.63002 6.69 6.56002C6.41 6.28002 6.25 5.89002 6.25 5.50002C6.25 5.11002 6.41 4.72002 6.69 4.44002C7.25 3.88002 8.25 3.88002 8.81 4.44002C9.09 4.72002 9.25 5.10002 9.25 5.50002C9.25 5.90002 9.09 6.28002 8.81 6.56002C8.74 6.63002 8.66002 6.69002 8.58002 6.75002C8.50002 6.80002 8.41001 6.85002 8.32001 6.88002C8.23001 6.92002 8.13998 6.95002 8.03998 6.97002C7.94998 6.99002 7.85 7.00002 7.75 7.00002Z" fill="#292D32"/>
36
+ <path d="M16.25 7C16.15 7 16.05 6.99 15.96 6.97C15.86 6.95 15.77 6.92 15.68 6.88C15.59 6.85 15.5 6.8 15.42 6.75C15.34 6.69 15.26 6.63 15.19 6.56C15.12 6.49 15.06 6.41 15 6.33C14.95 6.25 14.9 6.16 14.86 6.07C14.83 5.98 14.8 5.89 14.78 5.79C14.76 5.7 14.75 5.6 14.75 5.5C14.75 5.11 14.91 4.72 15.19 4.44C15.26 4.37 15.34 4.31 15.42 4.25C15.5 4.2 15.59 4.15 15.68 4.12C15.77 4.08 15.86 4.05 15.96 4.03C16.15 3.99 16.35 3.99 16.54 4.03C16.64 4.05 16.73 4.08 16.82 4.12C16.91 4.15 17 4.2 17.08 4.25C17.16 4.31 17.24 4.37 17.31 4.44C17.59 4.72 17.75 5.11 17.75 5.5C17.75 5.6 17.74 5.7 17.72 5.79C17.7 5.89 17.67 5.98 17.64 6.07C17.6 6.16 17.55 6.25 17.5 6.33C17.44 6.41 17.38 6.49 17.31 6.56C17.24 6.63 17.16 6.69 17.08 6.75C17 6.8 16.91 6.85 16.82 6.88C16.73 6.92 16.64 6.95 16.54 6.97C16.45 6.99 16.35 7 16.25 7Z" fill="#292D32"/>
37
+ <path d="M7.75 11.25C7.65 11.25 7.55002 11.24 7.46002 11.22C7.36002 11.2 7.26999 11.17 7.17999 11.14C7.08999 11.1 6.99998 11.05 6.91998 11C6.82998 10.94 6.76 10.88 6.69 10.81C6.41 10.53 6.25 10.14 6.25 9.75002C6.25 9.35002 6.41 8.97002 6.69 8.69002C7.25 8.13002 8.25 8.13002 8.81 8.69002C9.09 8.97002 9.25 9.35002 9.25 9.75002C9.25 10.15 9.09 10.53 8.81 10.81C8.53 11.09 8.14 11.25 7.75 11.25Z" fill="#292D32"/>
38
+ <path d="M16.25 11.25C16.15 11.25 16.05 11.24 15.96 11.22C15.86 11.2 15.77 11.17 15.68 11.13C15.59 11.1 15.5 11.05 15.42 11C15.34 10.94 15.26 10.88 15.19 10.81C15.12 10.74 15.06 10.66 15 10.58C14.95 10.5 14.9 10.41 14.86 10.32C14.83 10.23 14.8 10.14 14.78 10.04C14.76 9.95 14.75 9.85 14.75 9.75C14.75 9.36 14.91 8.97 15.19 8.69C15.26 8.62 15.34 8.56 15.42 8.5C15.5 8.45 15.59 8.4 15.68 8.37C15.77 8.33 15.86 8.3 15.96 8.28C16.15 8.24 16.35 8.24 16.54 8.28C16.64 8.3 16.73 8.33 16.82 8.37C16.91 8.4 17 8.45 17.08 8.5C17.16 8.56 17.24 8.62 17.31 8.69C17.59 8.97 17.75 9.36 17.75 9.75C17.75 9.85 17.74 9.95 17.72 10.04C17.7 10.14 17.67 10.23 17.64 10.32C17.6 10.41 17.55 10.5 17.5 10.58C17.44 10.66 17.38 10.74 17.31 10.81C17.24 10.88 17.16 10.94 17.08 11C17 11.05 16.91 11.1 16.82 11.13C16.73 11.17 16.64 11.2 16.54 11.22C16.45 11.24 16.35 11.25 16.25 11.25Z" fill="#292D32"/>
39
+ <g opacity="0.6">
40
+ <path opacity="0.6" d="M7.75 14.7502C7.62 14.7502 7.49 14.7202 7.37 14.6702C7.24 14.6202 7.12998 14.5502 7.03998 14.4602C6.94998 14.3602 6.88002 14.2502 6.83002 14.1302C6.78002 14.0102 6.75 13.8802 6.75 13.7502C6.75 13.4902 6.85998 13.2302 7.03998 13.0402C7.40998 12.6702 8.09002 12.6702 8.46002 13.0402C8.64002 13.2302 8.75 13.4902 8.75 13.7502C8.75 13.8802 8.71998 14.0102 8.66998 14.1302C8.61998 14.2502 8.55002 14.3602 8.46002 14.4602C8.27002 14.6402 8.01 14.7502 7.75 14.7502Z" fill="#292D32"/>
41
+ </g>
42
+ <g opacity="0.6">
43
+ <path opacity="0.6" d="M16.25 14.7502C15.99 14.7502 15.73 14.6402 15.54 14.4602C15.36 14.2702 15.25 14.0102 15.25 13.7502C15.25 13.4902 15.36 13.2302 15.54 13.0402C15.91 12.6702 16.58 12.6702 16.96 13.0402C17.14 13.2302 17.25 13.4902 17.25 13.7502C17.25 13.8202 17.24 13.8802 17.23 13.9502C17.22 14.0102 17.2 14.0702 17.17 14.1302C17.15 14.1902 17.12 14.2502 17.08 14.3002C17.04 14.3602 17 14.4102 16.96 14.4602C16.77 14.6402 16.51 14.7502 16.25 14.7502Z" fill="#292D32"/>
44
+ </g>
45
+ <g opacity="0.4">
46
+ <path opacity="0.4" d="M7.75 17.75C7.55 17.75 7.35997 17.67 7.21997 17.53C7.14997 17.46 7.1 17.38 7.06 17.29C7.02 17.2 7 17.1 7 17C7 16.9 7.02 16.81 7.06 16.71C7.1 16.62 7.14997 16.54 7.21997 16.47C7.28997 16.4 7.37002 16.35 7.46002 16.31C7.64002 16.23 7.84998 16.23 8.03998 16.31C8.12998 16.35 8.21003 16.4 8.28003 16.47C8.42003 16.61 8.5 16.8 8.5 17C8.5 17.1 8.48 17.2 8.44 17.29C8.4 17.38 8.35003 17.46 8.28003 17.53C8.14003 17.67 7.95 17.75 7.75 17.75Z" fill="#292D32"/>
47
+ </g>
48
+ <g opacity="0.4">
49
+ <path opacity="0.4" d="M16.25 17.75C16.15 17.75 16.05 17.73 15.96 17.69C15.87 17.65 15.79 17.6 15.72 17.53C15.65 17.46 15.59 17.38 15.56 17.29C15.52 17.2 15.5 17.1 15.5 17C15.5 16.9 15.52 16.8 15.56 16.71C15.6 16.62 15.65 16.54 15.72 16.47C15.79 16.4 15.87 16.35 15.96 16.31C16.14 16.23 16.35 16.23 16.54 16.31C16.63 16.35 16.71 16.4 16.78 16.47C16.85 16.54 16.9 16.62 16.94 16.71C16.98 16.8 17 16.9 17 17C17 17.1 16.98 17.2 16.94 17.29C16.9 17.38 16.85 17.46 16.78 17.53C16.64 17.67 16.45 17.75 16.25 17.75Z" fill="#292D32"/>
50
+ </g>
51
+ <g opacity="0.2">
52
+ <path opacity="0.2" d="M7.75 19.9998C7.62 19.9998 7.49002 19.9498 7.40002 19.8498C7.30002 19.7598 7.25 19.6298 7.25 19.4998C7.25 19.3698 7.30002 19.2398 7.40002 19.1498C7.58002 18.9598 7.91998 18.9598 8.09998 19.1498C8.19998 19.2398 8.25 19.3698 8.25 19.4998C8.25 19.6298 8.19998 19.7598 8.09998 19.8498C8.00998 19.9498 7.88 19.9998 7.75 19.9998Z" fill="#292D32"/>
53
+ </g>
54
+ <g opacity="0.2">
55
+ <path opacity="0.2" d="M16.25 19.9998C16.18 19.9998 16.12 19.9898 16.06 19.9598C16 19.9398 15.94 19.8998 15.9 19.8498C15.85 19.8098 15.81 19.7498 15.79 19.6898C15.76 19.6298 15.75 19.5698 15.75 19.4998C15.75 19.3698 15.8 19.2398 15.9 19.1498C16.08 18.9598 16.42 18.9598 16.6 19.1498C16.7 19.2398 16.75 19.3698 16.75 19.4998C16.75 19.5698 16.74 19.6298 16.71 19.6898C16.69 19.7498 16.65 19.8098 16.6 19.8498C16.51 19.9498 16.38 19.9998 16.25 19.9998Z" fill="#292D32"/>
56
+ </g>
57
+ </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="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M22 12C22 14.76 19.76 17 17 17C17 14.24 14.76 12 12 12C14.76 12 17 9.76 17 7C19.76 7 22 9.24 22 12Z" fill="#292D32"/>
4
+ <path d="M17 17C14.24 17 12 14.76 12 12C14.76 12 17 14.24 17 17Z" fill="#292D32"/>
5
+ <path opacity="0.4" d="M17 17C17 19.76 14.76 22 12 22C9.24 22 7 19.76 7 17C9.76 17 12 14.76 12 12C12 14.76 14.24 17 17 17Z" fill="#292D32"/>
6
+ <path d="M17 7C17 9.76 14.76 12 12 12C12 9.24 14.24 7 17 7Z" fill="#292D32"/>
7
+ <path opacity="0.4" d="M17 7C14.24 7 12 9.24 12 12C12 9.24 9.76 7 7 7C7 4.24 9.24 2 12 2C14.76 2 17 4.24 17 7Z" fill="#292D32"/>
8
+ <path d="M12 12C12 14.76 9.76 17 7 17C7 14.24 9.24 12 12 12Z" fill="#292D32"/>
9
+ <path d="M12 12C9.24 12 7 9.76 7 7C9.76 7 12 9.24 12 12Z" fill="#292D32"/>
10
+ <path opacity="0.4" d="M12 12C9.24 12 7 14.24 7 17C4.24 17 2 14.76 2 12C2 9.24 4.24 7 7 7C7 9.76 9.24 12 12 12Z" fill="#292D32"/>
11
+ </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.9007 19.68C16.1807 21.18 13.9107 22.07 11.4207 22C6.25072 21.86 2.2207 17.41 2.2207 12.24V5.21003C2.2207 4.76003 2.76071 4.54003 3.07071 4.86003L17.9007 19.68Z" fill="#292D32"/>
4
+ <path d="M6.2207 4.29998C7.9307 2.80998 10.1807 1.92998 12.6507 1.99998C17.7807 2.13998 21.7707 6.54998 21.7707 11.68V18.64C21.7707 19.09 21.2307 19.31 20.9207 18.99L6.2207 4.29998Z" 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 d="M18.9992 7C18.9992 7.18 18.9892 7.35 18.9692 7.52C18.8492 8.97 18.2092 10.28 17.2392 11.24C16.1592 12.33 14.6592 13 12.9992 13H9.86923C9.36923 13 8.94924 13.37 8.87924 13.86L8.11923 19.14C8.05923 19.53 7.77924 19.85 7.40924 19.95C7.31924 19.99 7.22924 20 7.12924 20H5.17923C4.55923 20 4.08924 19.45 4.18924 18.84L6.57922 4.50999C6.81922 3.05999 8.06924 2 9.53924 2H13.9992C16.7592 2 18.9992 4.24 18.9992 7Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M20.9995 11C20.9995 12.38 20.4395 13.63 19.5395 14.54C18.6295 15.44 17.3795 16 15.9995 16H13.8495C13.3595 16 12.9395 16.35 12.8595 16.84L12.1395 21.16C12.0595 21.65 11.6395 22 11.1495 22H8.2195C7.5895 22 7.11949 21.42 7.23949 20.8L7.4095 19.95C7.7795 19.85 8.05949 19.53 8.11949 19.14L8.8795 13.86C8.9495 13.37 9.36949 13 9.86949 13H12.9995C14.6595 13 16.1595 12.33 17.2395 11.24C18.2095 10.28 18.8495 8.97002 18.9695 7.52002C20.1795 8.21002 20.9995 9.51002 20.9995 11Z" 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.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <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"/>
4
+ <path d="M7.5 16.75C7.09 16.75 6.75 16.41 6.75 16V8C6.75 7.59 7.09 7.25 7.5 7.25H9.5C11.02 7.25 12.25 8.48 12.25 10C12.25 11.52 11.02 12.75 9.5 12.75H8.25V16C8.25 16.41 7.91 16.75 7.5 16.75ZM8.25 11.25H9.5C10.19 11.25 10.75 10.69 10.75 10C10.75 9.31 10.19 8.75 9.5 8.75H8.25V11.25Z" fill="#292D32"/>
5
+ <path d="M15.25 16.75H14C13.59 16.75 13.25 16.41 13.25 16C13.25 15.59 13.59 15.25 14 15.25H15.25C15.53 15.25 15.75 15.03 15.75 14.75C15.75 14.47 15.53 14.25 15.25 14.25C14.15 14.25 13.25 13.35 13.25 12.25C13.25 11.15 14.15 10.25 15.25 10.25H16.5C16.91 10.25 17.25 10.59 17.25 11C17.25 11.41 16.91 11.75 16.5 11.75H15.25C14.97 11.75 14.75 11.97 14.75 12.25C14.75 12.53 14.97 12.75 15.25 12.75C16.35 12.75 17.25 13.65 17.25 14.75C17.25 15.85 16.35 16.75 15.25 16.75Z" 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 d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path d="M7.99976 21.75C7.97976 21.75 7.95976 21.75 7.94976 21.75C7.55976 21.72 7.24976 21.4 7.24976 21C7.24976 20.43 7.31976 19.9 7.46976 19.41L9.25977 6.89C9.31977 6.48 9.69976 6.2 10.1098 6.25C10.5198 6.31 10.8098 6.69 10.7498 7.1L9.32977 17.01C10.5698 16.26 11.9198 16.25 11.9998 16.25C15.7198 16.25 18.7498 13.22 18.7498 9.5C18.7498 5.78 15.7198 2.75 11.9998 2.75C8.27976 2.75 5.24976 5.78 5.24976 9.5C5.24976 10.6 5.51976 11.69 6.02976 12.65C6.21976 13.02 6.07976 13.47 5.71976 13.66C5.34976 13.85 4.89976 13.71 4.70976 13.35C4.08976 12.17 3.75977 10.84 3.75977 9.5C3.75977 4.95 7.45977 1.25 12.0098 1.25C16.5598 1.25 20.2598 4.95 20.2598 9.5C20.2598 14.05 16.5598 17.75 12.0098 17.75C11.9198 17.75 9.79976 17.79 9.03976 19.5C9.00976 19.58 8.96976 19.66 8.94976 19.74L8.75977 21.1C8.68977 21.48 8.36976 21.75 7.99976 21.75Z" fill="#292D32"/>
4
+ <g opacity="0.4">
5
+ <path opacity="0.4" d="M14 21.9999C13.74 21.9999 13.48 21.8899 13.29 21.7099C13.11 21.5199 13 21.2599 13 20.9999C13 20.8699 13.03 20.7399 13.08 20.6199C13.13 20.4899 13.2 20.3899 13.29 20.2899C13.57 20.0099 14.01 19.9199 14.38 20.0799C14.51 20.1299 14.61 20.1999 14.71 20.2899C14.8 20.3899 14.87 20.4899 14.92 20.6199C14.97 20.7399 15 20.8699 15 20.9999C15 21.2599 14.89 21.5199 14.71 21.7099C14.61 21.7999 14.51 21.8699 14.38 21.9199C14.26 21.9699 14.13 21.9999 14 21.9999Z" fill="#292D32"/>
6
+ </g>
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 d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path d="M21.3802 11.4502L16.8802 8.85023C16.6502 8.72023 16.3602 8.72023 16.1302 8.85023L11.6302 11.4502C11.6302 11.4502 11.6302 11.4602 11.6202 11.4602L7.50023 13.8402L3.75023 11.6702V7.33023L7.50023 5.16023L11.2502 7.33023V8.47023C11.2502 8.88023 11.5902 9.22023 12.0002 9.22023C12.4102 9.22023 12.7502 8.88023 12.7502 8.47023V6.90023C12.7502 6.63023 12.6102 6.38023 12.3702 6.25023L7.87022 3.65023C7.64022 3.52023 7.35022 3.52023 7.12022 3.65023L2.62022 6.25023C2.39022 6.38023 2.24023 6.63023 2.24023 6.90023V12.1002C2.24023 12.3702 2.38022 12.6202 2.62022 12.7502L7.12022 15.3502C7.24022 15.4202 7.37023 15.4502 7.50023 15.4502C7.63023 15.4502 7.76023 15.4202 7.88023 15.3502L12.3802 12.7502C12.3802 12.7502 12.3802 12.7402 12.3902 12.7402L16.5102 10.3602L20.2602 12.5302V16.8602L16.5102 19.0302L12.7602 16.8602V15.6402C12.7602 15.2302 12.4202 14.8902 12.0102 14.8902C11.6002 14.8902 11.2602 15.2302 11.2602 15.6402V17.2902C11.2602 17.5602 11.4002 17.8102 11.6402 17.9402L16.1402 20.5402C16.2602 20.6102 16.3902 20.6402 16.5202 20.6402C16.6502 20.6402 16.7802 20.6102 16.9002 20.5402L21.4002 17.9402C21.6302 17.8102 21.7802 17.5602 21.7802 17.2902V12.0902C21.7502 11.8302 21.6102 11.5802 21.3802 11.4502Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M4.5 8.34982V10.6598C4.5 11.0198 4.69 11.3498 5 11.5298L7 12.6798C7.31 12.8598 7.69 12.8598 8 12.6798L10 11.5298C10.31 11.3498 10.5 11.0198 10.5 10.6598V8.34982C10.5 7.98982 10.31 7.65982 10 7.47982L8 6.32982C7.69 6.14982 7.31 6.14982 7 6.32982L5 7.47982C4.69 7.65982 4.5 7.98982 4.5 8.34982Z" fill="#292D32"/>
5
+ <path opacity="0.4" d="M13.5 13.55V15.86C13.5 16.22 13.69 16.55 14 16.73L16 17.88C16.31 18.06 16.69 18.06 17 17.88L19 16.73C19.31 16.55 19.5 16.22 19.5 15.86V13.55C19.5 13.19 19.31 12.86 19 12.68L17 11.53C16.69 11.35 16.31 11.35 16 11.53L14 12.68C13.69 12.86 13.5 13.19 13.5 13.55Z" 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 d="M14.5 18H3.5C3.09 18 2.75 17.66 2.75 17.25C2.75 16.84 3.09 16.5 3.5 16.5H14.5C17.95 16.5 20.75 13.7 20.75 10.25C20.75 6.8 17.95 4 14.5 4H9.5C9.09 4 8.75 3.66 8.75 3.25C8.75 2.84 9.09 2.5 9.5 2.5H14.5C18.77 2.5 22.25 5.98 22.25 10.25C22.25 14.52 18.77 18 14.5 18Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M13.8099 14.89H7.99994C7.58994 14.89 7.24994 14.55 7.24994 14.14C7.24994 13.73 7.58994 13.39 7.99994 13.39H13.8099C15.4299 13.39 16.7499 12.07 16.7499 10.45C16.7499 8.83 15.4299 7.51 13.8099 7.51H3.16992C2.75992 7.51 2.41992 7.17 2.41992 6.76C2.41992 6.35 2.74992 6 3.16992 6H13.8099C16.2599 6 18.2499 7.99 18.2499 10.44C18.2499 12.89 16.2599 14.89 13.8099 14.89Z" fill="#292D32"/>
5
+ <path d="M8.5 11.5H5.5C5.09 11.5 4.75 11.16 4.75 10.75C4.75 10.34 5.09 10 5.5 10H8.5C8.91 10 9.25 10.34 9.25 10.75C9.25 11.16 8.91 11.5 8.5 11.5Z" fill="#292D32"/>
6
+ <path opacity="0.4" d="M6.5 21.5H2.5C2.09 21.5 1.75 21.16 1.75 20.75C1.75 20.34 2.09 20 2.5 20H6.5C6.91 20 7.25 20.34 7.25 20.75C7.25 21.16 6.91 21.5 6.5 21.5Z" 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.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path d="M15.0205 2.23006C13.0205 1.92006 10.9805 1.92006 8.98055 2.23006C8.16055 2.36006 7.56053 3.06005 7.56053 3.88005V7.56005H3.88054C3.06054 7.56005 2.36055 8.16006 2.23055 8.98006C1.92055 10.9801 1.92055 13.0201 2.23055 15.0201C2.36055 15.8401 3.06054 16.4401 3.88054 16.4401H7.56053V14.2201C7.56053 12.9901 8.55053 12.0001 9.78053 12.0001H14.2205C15.4505 12.0001 16.4405 11.0001 16.4405 9.78005V3.88005C16.4405 3.06005 15.8405 2.36006 15.0205 2.23006ZM10.3305 5.58006C9.92052 5.58006 9.52052 5.19005 9.52052 4.77005C9.52052 4.35005 9.91052 3.97006 10.3305 3.97006C10.5205 3.97006 10.7506 4.06006 10.8906 4.19006C11.0406 4.33006 11.1406 4.57005 11.1406 4.77005C11.1406 5.19005 10.7505 5.58006 10.3305 5.58006Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M21.7705 8.98006C21.6405 8.16006 20.9405 7.56006 20.1205 7.56006H16.4406V9.78006C16.4406 11.0001 15.4506 12.0001 14.2206 12.0001H9.78055C8.55055 12.0001 7.56055 12.9901 7.56055 14.2201V20.1201C7.56055 20.9401 8.16056 21.6401 8.98056 21.7701C10.9806 22.0801 13.0205 22.0801 15.0205 21.7701C15.8405 21.6401 16.4406 20.9401 16.4406 20.1201V16.4401H20.1205C20.9405 16.4401 21.6405 15.8401 21.7705 15.0201C22.0805 13.0201 22.0805 10.9801 21.7705 8.98006ZM13.6706 20.0301C13.2606 20.0301 12.8605 19.6401 12.8605 19.2201C12.8605 18.8001 13.2506 18.4101 13.6706 18.4101C13.8606 18.4101 14.0906 18.5001 14.2306 18.6301C14.3806 18.7701 14.4806 19.0101 14.4806 19.2101C14.4706 19.6401 14.0806 20.0301 13.6706 20.0301Z" 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 opacity="0.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.6" d="M21 7V12L17 14.78V9.23L21 7Z" fill="#292D32"/>
4
+ <path opacity="0.6" d="M12 17.56V22L3 17L7 14.77V14.78L12 17.56Z" fill="#292D32"/>
5
+ <path d="M7 9.23V14.77L3 17V7L7 9.23Z" fill="#292D32"/>
6
+ <path opacity="0.6" d="M12 2V6.44L7 9.22V9.23L3 7L12 2Z" fill="#292D32"/>
7
+ <path d="M17 9.23V9.22L12 6.44V2L21 7L17 9.23Z" fill="#292D32"/>
8
+ <path d="M17 14.7803V19.5003L12 22.0003V17.5603L17 14.7803Z" fill="#292D32"/>
9
+ <path opacity="0.4" d="M21 17.0003V22.0003L17 19.5003V14.7803L21 17.0003Z" fill="#292D32"/>
10
+ <path opacity="0.4" d="M17 9.21994V14.7799L12 17.5599L7 14.7799V9.21994L12 6.43994L17 9.21994Z" fill="#292D32"/>
11
+ </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 22.75C6.07 22.75 1.25 17.93 1.25 12C1.25 10.51 1.55001 9.08 2.14001 7.72C2.31001 7.34 2.75 7.17 3.13 7.33C3.51 7.5 3.68002 7.94 3.52002 8.32C3.02002 9.48 2.76001 10.72 2.76001 12C2.76001 17.1 6.91001 21.25 12.01 21.25C17.11 21.25 21.26 17.1 21.26 12C21.26 6.9 17.1 2.75 12 2.75C10.71 2.75 9.45003 3.01 8.28003 3.53C7.91003 3.7 7.45998 3.53 7.28998 3.15C7.11998 2.77 7.28998 2.33 7.66998 2.16C9.03998 1.56 10.49 1.25 12 1.25C17.93 1.25 22.75 6.07 22.75 12C22.75 17.93 17.93 22.75 12 22.75Z" fill="#292D32"/>
4
+ <path d="M16 15.25V12C16 9.65 14.1 7.75 11.75 7.75C9.4 7.75 7.5 9.65 7.5 12C7.5 14.35 9.4 16.25 11.75 16.25H15C15.55 16.25 16 15.8 16 15.25Z" fill="#292D32"/>
5
+ <path d="M4.99915 6.88012C6.03744 6.88012 6.87915 6.03841 6.87915 5.00012C6.87915 3.96182 6.03744 3.12012 4.99915 3.12012C3.96085 3.12012 3.11914 3.96182 3.11914 5.00012C3.11914 6.03841 3.96085 6.88012 4.99915 6.88012Z" fill="#292D32"/>
6
+ </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 opacity="0.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path d="M14.5405 1.87988C13.3105 1.87988 12.3105 2.87989 12.3105 4.10989V8.74989C12.3105 9.97989 13.3105 10.9799 14.5405 10.9799C15.7705 10.9799 16.7706 9.97989 16.7706 8.74989V4.10989C16.7706 2.88989 15.7705 1.87988 14.5405 1.87988Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M20.1802 7.10986C19.1102 7.10986 18.2402 7.97987 18.2402 9.04987V10.6199C18.2402 10.8299 18.4102 10.9999 18.6202 10.9999H20.1902C21.2602 10.9999 22.1302 10.1299 22.1302 9.05986C22.1302 7.98986 21.2502 7.10986 20.1802 7.10986Z" fill="#292D32"/>
5
+ <path d="M8.50085 6.99023H3.86086C2.63086 6.99023 1.63086 7.99024 1.63086 9.22024C1.63086 10.4502 2.63086 11.4502 3.86086 11.4502H8.50085C9.73085 11.4502 10.7309 10.4502 10.7309 9.22024C10.7309 7.99024 9.73085 6.99023 8.50085 6.99023Z" fill="#292D32"/>
6
+ <path opacity="0.4" d="M8.7896 1.62012C7.7196 1.62012 6.84961 2.49011 6.84961 3.56011C6.84961 4.63011 7.7196 5.50011 8.7896 5.50011H10.3596C10.5696 5.50011 10.7396 5.33012 10.7396 5.12012V3.55012C10.7296 2.50012 9.8596 1.62012 8.7896 1.62012Z" fill="#292D32"/>
7
+ <path d="M9.42921 13.0303C8.19921 13.0303 7.19922 14.0303 7.19922 15.2603V19.9003C7.19922 21.1303 8.19921 22.1303 9.42921 22.1303C10.6592 22.1303 11.6592 21.1303 11.6592 19.9003V15.2603C11.6592 14.0303 10.6592 13.0303 9.42921 13.0303Z" fill="#292D32"/>
8
+ <path opacity="0.4" d="M5.3596 13.0303H3.7896C2.7196 13.0303 1.84961 13.9003 1.84961 14.9703C1.84961 16.0403 2.7196 16.9103 3.7896 16.9103C4.8596 16.9103 5.7296 16.0403 5.7296 14.9703V13.4003C5.7296 13.2003 5.5596 13.0303 5.3596 13.0303Z" fill="#292D32"/>
9
+ <path d="M20.1102 12.5698H15.4702C14.2402 12.5698 13.2402 13.5698 13.2402 14.7998C13.2402 16.0298 14.2402 17.0298 15.4702 17.0298H20.1102C21.3402 17.0298 22.3402 16.0298 22.3402 14.7998C22.3402 13.5698 21.3402 12.5698 20.1102 12.5698Z" fill="#292D32"/>
10
+ <path opacity="0.4" d="M15.1805 18.4697H13.6105C13.4005 18.4697 13.2305 18.6397 13.2305 18.8497V20.4197C13.2305 21.4897 14.1005 22.3597 15.1705 22.3597C16.2405 22.3597 17.1105 21.4897 17.1105 20.4197C17.1205 19.3397 16.2505 18.4697 15.1805 18.4697Z" fill="#292D32"/>
11
+ </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="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="M17.3098 15.3101C17.0198 15.4701 16.7798 15.5401 16.5798 15.5901C16.4098 15.6301 16.2698 15.6701 16.1498 15.7501C16.0198 15.8301 16.0098 15.9601 15.9898 16.0801C15.9698 16.1901 15.9598 16.2801 15.8798 16.3401C15.7898 16.4001 15.6198 16.4101 15.3898 16.4201C15.0898 16.4401 14.7098 16.4501 14.2498 16.5901C14.0298 16.6701 13.8298 16.7901 13.6298 16.9101C13.2298 17.1601 12.7798 17.4301 11.9898 17.4301C11.2098 17.4301 10.7598 17.1601 10.3598 16.9101C10.1598 16.7801 9.95979 16.6601 9.72979 16.5801C9.27979 16.4401 8.88978 16.4201 8.58978 16.4101C8.35978 16.4001 8.19978 16.3901 8.09978 16.3301C8.01978 16.2801 8.00977 16.1801 7.98977 16.0701C7.96977 15.9501 7.95977 15.8201 7.82977 15.7401C7.70977 15.6601 7.55977 15.6201 7.39977 15.5701C7.19977 15.5201 6.95979 15.4601 6.66979 15.3001C6.32979 15.1101 6.52979 15.0001 6.63979 14.9401C8.56979 14.0101 8.86978 12.5701 8.87978 12.4601C8.87978 12.4501 8.87978 12.4501 8.87978 12.4401C8.89978 12.3201 8.90977 12.2201 8.76977 12.0901C8.67977 12.0001 8.36977 11.8001 8.11977 11.6401C8.00977 11.5601 7.90978 11.5001 7.84978 11.4701C7.56978 11.2701 7.44979 11.0801 7.53979 10.8301C7.59979 10.6601 7.75979 10.6001 7.91979 10.6001C7.96979 10.6001 8.02979 10.6101 8.06979 10.6201C8.24979 10.6601 8.42978 10.7301 8.58978 10.7901C8.69977 10.8401 8.78976 10.8701 8.85976 10.8901C8.87976 10.9001 8.90979 10.9001 8.91979 10.9001C9.01979 10.9001 9.04979 10.8501 9.03979 10.7501C9.03979 10.7201 9.03978 10.6901 9.02978 10.6601C9.00978 10.3101 8.97977 9.70006 9.01977 9.14006C9.09977 8.30006 9.36978 7.87006 9.68978 7.51006C9.84978 7.33006 10.5798 6.56006 11.9698 6.56006C13.3598 6.56006 14.0898 7.33006 14.2498 7.50006C14.5698 7.87006 14.8398 8.29006 14.9198 9.14006C14.9698 9.73006 14.9298 10.3601 14.8998 10.7101V10.7401C14.8898 10.8501 14.9198 10.8901 15.0198 10.8901C15.0398 10.8901 15.0598 10.8901 15.0798 10.8801C15.1498 10.8601 15.2398 10.8301 15.3498 10.7901C15.4998 10.7301 15.6798 10.6601 15.8698 10.6201C15.9198 10.6001 15.9698 10.6001 16.0198 10.6001C16.1898 10.6001 16.3398 10.6701 16.3998 10.8401C16.4898 11.0801 16.3698 11.2701 16.0898 11.4701C16.0398 11.5101 15.9398 11.5801 15.8198 11.6401C15.5798 11.8001 15.2598 12.0001 15.1698 12.0901C15.0298 12.2201 15.0398 12.3201 15.0598 12.4401C15.0598 12.4501 15.0598 12.4601 15.0598 12.4601C15.0798 12.5701 15.3798 14.0101 17.2998 14.9401C17.4498 15.0001 17.6498 15.1201 17.3098 15.3101Z" 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="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path d="M19.9992 3.5H5.4992C5.1892 3.5 4.8892 3.65 4.6992 3.9L3.1992 5.9C2.7092 6.56 3.1792 7.5 3.9992 7.5H18.4992C18.8092 7.5 19.1092 7.35 19.2992 7.1L20.7992 5.1C21.2892 4.44 20.8192 3.5 19.9992 3.5Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M3.9992 10H18.4992C18.8092 10 19.1092 10.15 19.2992 10.4L20.7992 12.4C21.2892 13.06 20.8192 14 19.9992 14H5.4992C5.1892 14 4.8892 13.85 4.6992 13.6L3.1992 11.6C2.7092 10.94 3.1792 10 3.9992 10Z" fill="#292D32"/>
5
+ <path d="M19.9992 16.5H5.4992C5.1892 16.5 4.8892 16.65 4.6992 16.9L3.1992 18.9C2.7092 19.56 3.1792 20.5 3.9992 20.5H18.4992C18.8092 20.5 19.1092 20.35 19.2992 20.1L20.7992 18.1C21.2892 17.44 20.8192 16.5 19.9992 16.5Z" 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="M17.4797 11.4202C17.3297 11.4202 17.1797 11.3702 17.0397 11.2802C14.0597 9.14015 10.2397 8.67015 6.83973 10.0302C6.44973 10.1802 6.01973 9.99015 5.86973 9.61015C5.71973 9.23015 5.90973 8.79015 6.28973 8.64015C10.1697 7.10015 14.5197 7.63016 17.9197 10.0702C18.2597 10.3102 18.3297 10.7801 18.0897 11.1201C17.9497 11.3101 17.7197 11.4202 17.4797 11.4202Z" fill="#292D32"/>
5
+ <path d="M15.9108 14.1102C15.7608 14.1102 15.6108 14.0602 15.4708 13.9702C13.3508 12.4502 10.6408 12.1202 8.21083 13.0802C7.83083 13.2302 7.39083 13.0402 7.24083 12.6602C7.09083 12.2702 7.28082 11.8402 7.66082 11.6902C10.5608 10.5402 13.8108 10.9402 16.3408 12.7602C16.6808 13.0002 16.7508 13.4702 16.5108 13.8102C16.3708 14.0002 16.1408 14.1102 15.9108 14.1102Z" fill="#292D32"/>
6
+ <path d="M14.8095 16.9001C14.6595 16.9001 14.5095 16.8501 14.3695 16.7601C12.8295 15.6601 10.8595 15.4201 9.0995 16.1101C8.7195 16.2601 8.2795 16.0701 8.1295 15.6901C7.9795 15.3001 8.1695 14.8701 8.5495 14.7201C10.7895 13.8301 13.2895 14.1401 15.2395 15.5401C15.5795 15.7801 15.6495 16.2501 15.4095 16.5901C15.2795 16.7901 15.0495 16.9001 14.8095 16.9001Z" 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 d="M7.49954 11.2503H16.4995C16.9095 11.2503 17.2495 10.9103 17.2495 10.5003C17.2495 10.0903 16.9095 9.7503 16.4995 9.7503H13.4496L15.4395 6.9303C15.6795 6.5903 15.5996 6.1203 15.2596 5.8903C14.9196 5.6503 14.4495 5.7303 14.2195 6.0703L11.9196 9.3303L9.61954 6.0703C9.37954 5.7303 8.90953 5.6503 8.57953 5.8903C8.23953 6.1303 8.15954 6.6003 8.39954 6.9303L10.3896 9.7503H7.51953C7.10953 9.7503 6.76953 10.0903 6.76953 10.5003C6.76953 10.9103 7.08954 11.2503 7.49954 11.2503Z" fill="#292D32"/>
5
+ <path d="M16.5 12.7505H7.5C7.09 12.7505 6.75 13.0905 6.75 13.5005C6.75 13.9105 7.09 14.2505 7.5 14.2505H10.37L8.38 17.0705C8.14 17.4105 8.22 17.8805 8.56 18.1105C8.69 18.2005 8.83999 18.2505 8.98999 18.2505C9.22999 18.2505 9.46001 18.1405 9.60001 17.9305L11.9 14.6705L14.2 17.9305C14.35 18.1405 14.58 18.2505 14.81 18.2505C14.96 18.2505 15.11 18.2105 15.24 18.1105C15.58 17.8705 15.66 17.4005 15.42 17.0705L13.43 14.2505H16.48C16.89 14.2505 17.23 13.9105 17.23 13.5005C17.23 13.0905 16.91 12.7505 16.5 12.7505Z" 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.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="M12.0005 12L9.46047 9.45998C9.07047 9.06998 8.44046 9.06998 8.05047 9.45998L6.21047 11.3C5.82047 11.69 5.82047 12.32 6.21047 12.71L8.05047 14.55C8.44046 14.94 9.07047 14.94 9.46047 14.55L14.5505 9.45998C14.9405 9.06998 15.5705 9.06998 15.9605 9.45998L17.8005 11.3C18.1905 11.69 18.1905 12.32 17.8005 12.71L15.9605 14.55C15.5705 14.94 14.9405 14.94 14.5505 14.55L12.0005 12Z" 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="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M7.4702 3.3501H16.5302C17.5902 3.3501 18.8402 4.1201 19.3102 5.0701L21.7102 9.8901C22.2902 11.0501 21.9702 12.7001 21.0202 13.5701L14.0902 19.8601C12.9402 20.9001 11.0702 20.9001 9.9202 19.8601L2.9902 13.5701C2.0302 12.7001 1.7202 11.0501 2.3002 9.8901L4.7002 5.0701C5.1602 4.1201 6.4102 3.3501 7.4702 3.3501Z" fill="#292D32"/>
4
+ <path d="M16 7.75H8C7.59 7.75 7.25 8.09 7.25 8.5C7.25 8.91 7.59 9.25 8 9.25H11.25V14.5C11.25 14.91 11.59 15.25 12 15.25C12.41 15.25 12.75 14.91 12.75 14.5V9.25H16C16.41 9.25 16.75 8.91 16.75 8.5C16.75 8.09 16.41 7.75 16 7.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 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="M11.3097 13.9402C13.1764 13.9402 14.6897 12.4269 14.6897 10.5602C14.6897 8.69345 13.1764 7.18018 11.3097 7.18018C9.44297 7.18018 7.92969 8.69345 7.92969 10.5602C7.92969 12.4269 9.44297 13.9402 11.3097 13.9402Z" fill="#292D32"/>
5
+ <path d="M16.5098 8.31006C15.9598 8.31006 15.5098 7.86006 15.5098 7.31006C15.5098 6.76006 15.9498 6.31006 16.5098 6.31006H16.5198C17.0698 6.31006 17.5198 6.76006 17.5198 7.31006C17.5098 7.86006 17.0598 8.31006 16.5098 8.31006Z" fill="#292D32"/>
6
+ <path d="M12.06 18.56C11.87 18.56 11.68 18.49 11.53 18.34C11.24 18.05 11.24 17.57 11.53 17.28L14.53 14.28C14.82 13.99 15.3 13.99 15.59 14.28C15.88 14.57 15.88 15.05 15.59 15.34L12.59 18.34C12.45 18.49 12.25 18.56 12.06 18.56Z" 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 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"/>
4
+ <path d="M15.15 6H8.84998C7.82998 6 7 6.83 7 7.85V16.15C7 17.17 7.82998 18 8.84998 18H15.15C16.17 18 17 17.17 17 16.15V7.85C17 6.83 16.17 6 15.15 6ZM14 14.25H12.75V15.5C12.75 15.91 12.41 16.25 12 16.25C11.59 16.25 11.25 15.91 11.25 15.5V14.25H10C9.59 14.25 9.25 13.91 9.25 13.5C9.25 13.09 9.59 12.75 10 12.75H14C14.41 12.75 14.75 13.09 14.75 13.5C14.75 13.91 14.41 14.25 14 14.25ZM14 11.25H10C9.59 11.25 9.25 10.91 9.25 10.5C9.25 10.09 9.59 9.75 10 9.75H11.25V8.5C11.25 8.09 11.59 7.75 12 7.75C12.41 7.75 12.75 8.09 12.75 8.5V9.75H14C14.41 9.75 14.75 10.09 14.75 10.5C14.75 10.91 14.41 11.25 14 11.25Z" 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="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M16.3804 17.5702L6.08035 21.9102C5.01035 22.3602 4.08035 21.0302 4.87035 20.1802L12.6804 11.7002L16.7304 15.8202C17.2704 16.3602 17.0904 17.2802 16.3804 17.5702Z" fill="#292D32"/>
4
+ <path d="M19.17 3.77016L12.68 11.7002L8.63003 7.60016C8.09003 7.05016 8.27003 6.13016 8.98003 5.84016L17.92 2.09016C18.96 1.65016 19.89 2.90016 19.17 3.77016Z" 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.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <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"/>
4
+ <path d="M9.54987 17.7203H7.09985C6.42985 17.7203 5.87988 17.1703 5.87988 16.5003V7.52029C5.87988 6.85029 6.42985 6.30029 7.09985 6.30029H9.54987C10.2199 6.30029 10.7699 6.85029 10.7699 7.52029V16.5003C10.7699 17.1703 10.2199 17.7203 9.54987 17.7203Z" fill="#292D32"/>
5
+ <path d="M17.1398 13.6303H14.1998C13.6598 13.6303 13.2197 13.1903 13.2197 12.6503V7.26028C13.2197 6.72028 13.6598 6.28027 14.1998 6.28027H17.1398C17.6798 6.28027 18.1198 6.72028 18.1198 7.26028V12.6503C18.1198 13.1903 17.6798 13.6303 17.1398 13.6303Z" 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="M10.0494 2.85003L1.25938 11.64C1.05938 11.84 1.05938 12.15 1.25938 12.35L10.0494 21.14C10.3694 21.45 10.8994 21.23 10.8994 20.79V18.2C10.8994 18.07 10.8494 17.94 10.7494 17.85L5.24937 12.35C5.04937 12.15 5.04937 11.84 5.24937 11.64L10.7494 6.14003C10.8394 6.05003 10.8994 5.92003 10.8994 5.79003V3.20003C10.8994 2.76003 10.3594 2.54003 10.0494 2.85003Z" fill="#292D32"/>
4
+ <path d="M13.7504 2.85003L22.5403 11.64C22.7403 11.84 22.7403 12.15 22.5403 12.35L13.7504 21.14C13.4404 21.45 12.9004 21.23 12.9004 20.79V18.2C12.9004 18.07 12.9504 17.94 13.0504 17.85L18.5504 12.35C18.7504 12.15 18.7504 11.84 18.5504 11.64L13.0504 6.14003C12.9604 6.05003 12.9004 5.92003 12.9004 5.79003V3.20003C12.9004 2.76003 13.4404 2.54003 13.7504 2.85003Z" fill="#292D32"/>
5
+ <path d="M10.0494 9.85003L8.25938 11.64C8.05938 11.84 8.05938 12.15 8.25938 12.35L10.0494 14.14C10.3694 14.45 10.8994 14.23 10.8994 13.79V10.2C10.8994 9.76003 10.3594 9.54003 10.0494 9.85003Z" 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 d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path d="M20.6602 8.04004C20.6602 8.27004 20.6002 8.51004 20.4502 8.70004L11.0702 20.64C10.7302 21.07 10.3302 21.22 9.99023 21.1L10.0002 21L11.0002 10L20.0402 8.19004L20.6602 8.04004Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M20.66 8.0398L20.04 8.1898L11 9.9998L16.95 4.0498C17.07 4.0998 17.17 4.1698 17.24 4.2398L20.37 7.3698C20.55 7.5498 20.65 7.7898 20.66 8.0398Z" fill="#292D32"/>
5
+ <path d="M16.9502 4.05019L11.0002 10.0002L3.01016 2.90019L2.66016 2.56019V2.55019C2.86016 2.29019 3.22016 2.16019 3.70016 2.23019L16.6602 3.96019C16.7502 3.97019 16.8502 4.00019 16.9502 4.05019Z" fill="#292D32"/>
6
+ <path opacity="0.4" d="M10.9994 10.0001L9.99942 21.0001L9.98942 21.1001C9.73942 21.0101 9.50942 20.7701 9.35942 20.3901L2.63942 3.59006C2.46942 3.17006 2.48942 2.81006 2.65942 2.56006L3.00942 2.90006L10.9994 10.0001Z" 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" fill-rule="evenodd" clip-rule="evenodd" d="M5.03976 2H20.4998C21.0498 2 21.4998 2.45 21.4998 3V13.59C21.4998 13.86 21.3898 14.11 21.2098 14.3L16.7998 18.71C16.6098 18.9 16.3598 19 16.0898 19H12.0398C11.7098 19 11.3898 19.17 11.2098 19.45L9.79977 21.56C9.60977 21.84 9.29977 22.01 8.96977 22.01H7.50977C6.95977 22.01 6.50977 21.56 6.50977 21.01V20.01C6.50977 19.46 6.05977 19.01 5.50977 19.01H3.50977C2.95977 19.01 2.50977 18.56 2.50977 18.01V5.31C2.50977 5.11 2.56976 4.91999 2.67976 4.75999L4.21977 2.46001C4.38977 2.17001 4.69976 2 5.03976 2Z" fill="#292D32"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 7.1403V12.8503C8.5 13.1703 8.76001 13.4203 9.07001 13.4203H10.21C10.53 13.4203 10.78 13.1603 10.78 12.8503V7.1403C10.78 6.8203 10.52 6.57031 10.21 6.57031H9.07001C8.76001 6.57031 8.5 6.8303 8.5 7.1403Z" fill="#292D32"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.2109 7.1403V12.8503C14.2109 13.1703 14.4709 13.4203 14.7809 13.4203H15.9209C16.2409 13.4203 16.4909 13.1603 16.4909 12.8503V7.1403C16.4909 6.8203 16.2309 6.57031 15.9209 6.57031H14.7809C14.4709 6.57031 14.2109 6.8303 14.2109 7.1403Z" fill="#292D32"/>
6
+ </svg>
@@ -0,0 +1,9 @@
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="M19 9.8699V16.7299C19 17.5099 18.55 18.2099 17.85 18.5399L11.35 21.5999C10.81 21.8499 10.19 21.8499 9.64999 21.5999L3.14999 18.5399C2.44999 18.2099 2 17.5099 2 16.7299V9.2699C2 8.4899 2.44999 7.7899 3.14999 7.4599L9.64999 4.3999C10.19 4.1499 10.81 4.1499 11.35 4.3999L14.02 5.6599C14 5.7699 14 5.8899 14 5.9999C14 8.2099 15.79 9.9999 18 9.9999C18.35 9.9999 18.68 9.9599 19 9.8699Z" fill="#292D32"/>
4
+ <path d="M9 16.25C7.48 16.25 6.25 15.02 6.25 13.5V10.5C6.25 10.09 6.59 9.75 7 9.75C7.41 9.75 7.75 10.09 7.75 10.5V13.5C7.75 14.19 8.31 14.75 9 14.75C9.69 14.75 10.25 14.19 10.25 13.5V10.5C10.25 10.09 10.59 9.75 11 9.75C11.41 9.75 11.75 10.09 11.75 10.5V13.5C11.75 15.02 10.52 16.25 9 16.25Z" fill="#292D32"/>
5
+ <path d="M14 16.19C13.59 16.19 13.25 15.85 13.25 15.44V10.5C13.25 10.09 13.59 9.75 14 9.75C14.41 9.75 14.75 10.09 14.75 10.5V15.44C14.75 15.86 14.41 16.19 14 16.19Z" fill="#292D32"/>
6
+ <path d="M17.9999 6.33984C17.8599 6.33984 17.4199 6.36985 17.4199 6.78985C17.4199 7.07985 17.6399 7.24985 17.9999 7.24985C18.3599 7.24985 18.5799 7.07985 18.5799 6.78985C18.5799 6.45985 18.2799 6.33984 17.9999 6.33984Z" fill="#292D32"/>
7
+ <path d="M18.0005 5.50977C18.2705 5.50977 18.4406 5.35976 18.4406 5.12976C18.4406 4.84976 18.2105 4.75977 18.0005 4.75977C17.7905 4.75977 17.5605 4.85976 17.5605 5.12976C17.5605 5.35976 17.7305 5.50977 18.0005 5.50977Z" fill="#292D32"/>
8
+ <path d="M18 2C15.9 2 14.19 3.61 14.02 5.66C14 5.77 14 5.89 14 6C14 8.21 15.79 10 18 10C18.35 10 18.68 9.96 19 9.87C20.73 9.43 22 7.86 22 6C22 3.79 20.21 2 18 2ZM18 8.2C17.01 8.2 16.4 7.7 16.4 6.89C16.4 6.5 16.58 6.15 16.9 5.91C16.66 5.7 16.53 5.41 16.53 5.08C16.53 4.31 17.12 3.8 17.99 3.8C18.86 3.8 19.45 4.32 19.45 5.08C19.45 5.41 19.33 5.7 19.08 5.91C19.41 6.14 19.59 6.49 19.59 6.89C19.6 7.7 18.99 8.2 18 8.2Z" fill="#292D32"/>
9
+ </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="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="M16.9506 17.7002C16.7606 17.7002 16.5706 17.6302 16.4206 17.4802C16.1306 17.1902 16.1306 16.7102 16.4206 16.4202C17.6006 15.2402 18.2506 13.6702 18.2506 12.0002C18.2506 10.3302 17.6006 8.76023 16.4206 7.58023C16.1306 7.29023 16.1306 6.81023 16.4206 6.52023C16.7106 6.23023 17.1906 6.23023 17.4806 6.52023C18.9406 7.98023 19.7506 9.93023 19.7506 12.0002C19.7506 14.0702 18.9406 16.0202 17.4806 17.4802C17.3306 17.6302 17.1406 17.7002 16.9506 17.7002Z" fill="#292D32"/>
5
+ <path d="M7.04999 17.7002C6.85999 17.7002 6.66999 17.6302 6.51999 17.4802C5.05999 16.0202 4.25 14.0702 4.25 12.0002C4.25 9.93023 5.05999 7.98023 6.51999 6.52023C6.80999 6.23023 7.28999 6.23023 7.57999 6.52023C7.86999 6.81023 7.86999 7.29023 7.57999 7.58023C6.39999 8.76023 5.75 10.3302 5.75 12.0002C5.75 13.6702 6.39999 15.2402 7.57999 16.4202C7.86999 16.7102 7.86999 17.1902 7.57999 17.4802C7.42999 17.6302 7.23999 17.7002 7.04999 17.7002Z" fill="#292D32"/>
6
+ <path d="M13.6504 11.7798L12.7504 11.4598V9.4798H12.7804C13.2204 9.4798 13.5904 9.8798 13.5904 10.3598C13.5904 10.7698 13.9304 11.1098 14.3404 11.1098C14.7504 11.1098 15.0904 10.7698 15.0904 10.3598C15.0904 9.0498 14.0604 7.9798 12.7804 7.9798H12.7504V7.7998C12.7504 7.3898 12.4104 7.0498 12.0004 7.0498C11.5904 7.0498 11.2504 7.3898 11.2504 7.7998V7.9798H11.0204C9.86039 7.9798 8.9104 8.9598 8.9104 10.1498C8.9104 11.1998 9.38039 11.8698 10.3404 12.2098L11.2404 12.5298V14.5098H11.2104C10.7704 14.5098 10.4004 14.1098 10.4004 13.6298C10.4004 13.2198 10.0604 12.8798 9.65039 12.8798C9.24039 12.8798 8.90039 13.2198 8.90039 13.6298C8.90039 14.9398 9.93039 16.0098 11.2104 16.0098H11.2404V16.1898C11.2404 16.5998 11.5804 16.9398 11.9904 16.9398C12.4004 16.9398 12.7404 16.5998 12.7404 16.1898V16.0098H12.9704C14.1304 16.0098 15.0804 15.0298 15.0804 13.8398C15.0804 12.7898 14.6204 12.1198 13.6504 11.7798ZM10.8404 10.7998C10.5204 10.6898 10.4104 10.6298 10.4104 10.1598C10.4104 9.7898 10.6804 9.4898 11.0204 9.4898H11.2504V10.9498L10.8404 10.7998ZM12.9804 14.5198H12.7504V13.0598L13.1604 13.1998C13.4804 13.3098 13.5904 13.3698 13.5904 13.8398C13.5804 14.2098 13.3104 14.5198 12.9804 14.5198Z" 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="M21 3.1499H3C2.59 3.1499 2.25 3.4899 2.25 3.8999C2.25 4.3099 2.59 4.6499 3 4.6499H21C21.41 4.6499 21.75 4.3099 21.75 3.8999C21.75 3.4899 21.41 3.1499 21 3.1499Z" fill="#292D32"/>
4
+ <path d="M4.03909 6.23975H19.9691C20.8491 6.23975 21.3791 7.20975 20.8991 7.94975L12.9391 20.3397C12.4991 21.0197 11.5091 21.0197 11.0691 20.3397L3.09909 7.94975C2.62909 7.20975 3.15909 6.23975 4.03909 6.23975Z" 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.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path d="M14.9501 8.28977C14.8701 8.11977 14.6901 8.00977 14.5001 8.00977H9.50009C9.31009 8.00977 9.14008 8.11977 9.05008 8.28977C8.96008 8.45977 8.98006 8.65977 9.10006 8.80977L11.6001 12.1398C11.6901 12.2698 11.8401 12.3398 12.0001 12.3398C12.1601 12.3398 12.3101 12.2698 12.4001 12.1398L14.9001 8.80977C15.0101 8.66977 15.0301 8.45977 14.9501 8.28977Z" fill="#292D32"/>
4
+ <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"/>
5
+ <path d="M12.0009 17.7502C11.7609 17.7502 11.5309 17.6302 11.3909 17.4402L6.3909 10.4402C6.1509 10.1002 6.23088 9.63024 6.56088 9.39024C6.90088 9.15024 7.37087 9.23024 7.61087 9.56024L12.0009 15.7102L16.3909 9.56024C16.6309 9.22024 17.1009 9.14024 17.4409 9.39024C17.7809 9.63024 17.8609 10.1002 17.6109 10.4402L12.6109 17.4402C12.4709 17.6302 12.2409 17.7502 12.0009 17.7502Z" 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 d="M11.9998 22.7501C11.7498 22.7501 11.5098 22.6201 11.3698 22.4101L2.32981 8.41011C2.10981 8.06011 2.20981 7.6001 2.54981 7.3701C2.89981 7.1501 3.35982 7.2401 3.58982 7.5901L11.9898 20.6101L20.3598 7.5901C20.5798 7.2401 21.0498 7.14011 21.3998 7.36011C21.7498 7.58011 21.8498 8.0501 21.6298 8.4001L12.6298 22.4001C12.4898 22.6201 12.2598 22.7501 11.9998 22.7501Z" fill="#292D32"/>
4
+ <path opacity="0.4" d="M3.91975 4H5.73972C5.90972 4 6.05974 4.08 6.15974 4.22L11.5997 12.37C11.7997 12.67 12.2297 12.67 12.4297 12.37L17.8697 4.22C17.9597 4.08 18.1197 4 18.2897 4H20.1097C20.5097 4 20.7397 4.44 20.5297 4.77L12.4497 17.35C12.2497 17.66 11.8097 17.66 11.6097 17.35L3.52973 4.77C3.27973 4.44 3.51975 4 3.91975 4Z" fill="#292D32"/>
5
+ <path d="M8 3L11.58 8.38C11.78 8.68001 12.21 8.68001 12.41 8.38L16 3L13.2 4V2H10.8V4L8 3Z" 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.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M11.7502 9.43L8.50016 15L7.87016 16.09L5.40016 20.31C5.22016 20.63 4.76016 20.64 4.56016 20.33L1.18016 15.28C1.07016 15.11 1.07016 14.89 1.18016 14.72L4.85017 9.22C4.94017 9.08 5.10015 9 5.27015 9H11.5002L11.7502 9.43Z" fill="#292D32"/>
4
+ <path d="M22.8391 14.73L16.1392 3.25C16.0592 3.09 15.8891 3 15.7091 3H8.86914C8.47914 3 8.23915 3.42 8.43915 3.75L11.4991 9L11.7491 9.43L14.5591 14.25C14.7591 14.58 14.5192 15 14.1292 15H8.49915L7.86914 16.09C8.04914 15.77 8.50914 15.76 8.70914 16.07L11.8492 20.78C11.9392 20.92 12.0991 21 12.2691 21H18.7292C18.8992 21 19.0591 20.92 19.1491 20.78L22.8291 15.26C22.9291 15.1 22.9391 14.9 22.8391 14.73Z" 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.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="M16.4998 9.15988V12.9899C16.4998 13.7699 15.6498 14.2499 14.9898 13.8499L12.5198 12.3699C12.1998 12.1799 11.8098 12.1799 11.4898 12.3699L9.01978 13.8499C8.34978 14.2499 7.50977 13.7699 7.50977 12.9899V9.15988C7.50977 8.81988 7.68977 8.49988 7.96977 8.31988L11.4698 6.09988C11.7998 5.88988 12.2098 5.88988 12.5398 6.09988L16.0398 8.31988C16.3198 8.49988 16.4998 8.81988 16.4998 9.15988Z" fill="#292D32"/>
5
+ <path d="M12.0004 18.0597C11.8504 18.0597 11.7104 18.0197 11.5804 17.9297L9.33044 16.4297C8.99044 16.1997 8.89043 15.7297 9.12043 15.3897C9.35043 15.0397 9.82044 14.9497 10.1604 15.1797L11.9904 16.3997L13.8204 15.1797C14.1604 14.9497 14.6304 15.0397 14.8604 15.3897C15.0904 15.7297 15.0004 16.1997 14.6504 16.4297L12.4004 17.9297C12.2904 18.0197 12.1504 18.0597 12.0004 18.0597Z" 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.58" d="M24 0H0V24H24V0Z" fill="white"/>
3
+ <path opacity="0.4" d="M6.9403 20.63C8.4303 21.5 10.1603 22 12.0003 22C17.6303 22 22.3103 17.03 21.9803 11.41C21.6403 5.60997 16.3703 1.13996 10.3003 2.13996C6.12029 2.82996 2.77029 6.21996 2.12029 10.4C1.74029 12.82 2.24031 15.11 3.33031 17L2.4403 20.31C2.2403 21.06 2.93028 21.74 3.67028 21.53L6.9403 20.63Z" fill="#292D32"/>
4
+ <path d="M17 15.17C17 15.35 16.96 15.54 16.87 15.72C16.78 15.9 16.67 16.07 16.53 16.23C16.28 16.5 16.01 16.7 15.71 16.82C15.41 16.95 15.08 17.01 14.73 17.01C14.22 17.01 13.67 16.89 13.1 16.64C12.52 16.39 11.95 16.06 11.38 15.65C10.8 15.23 10.26 14.76 9.73999 14.25C9.21999 13.73 8.76003 13.18 8.34003 12.61C7.93003 12.04 7.59999 11.47 7.35999 10.9C7.11999 10.33 7 9.77998 7 9.25998C7 8.91998 7.05999 8.58998 7.17999 8.28998C7.29999 7.97998 7.49001 7.69997 7.76001 7.44997C8.08001 7.12997 8.42999 6.97998 8.79999 6.97998C8.93999 6.97998 9.08002 7.00998 9.21002 7.06998C9.34002 7.12998 9.45999 7.21998 9.54999 7.34998L10.7 8.99998C10.79 9.12998 10.86 9.23998 10.9 9.34998C10.95 9.45998 10.97 9.55998 10.97 9.65998C10.97 9.77998 10.93 9.89997 10.86 10.02C10.79 10.14 10.7 10.26 10.58 10.38L10.2 10.78C10.14 10.84 10.12 10.9 10.12 10.98C10.12 11.02 10.13 11.06 10.14 11.1C10.16 11.14 10.17 11.17 10.18 11.2C10.27 11.37 10.43 11.58 10.65 11.84C10.88 12.1 11.12 12.37 11.38 12.63C11.65 12.9 11.91 13.14 12.18 13.37C12.44 13.59 12.66 13.74 12.83 13.83C12.86 13.84 12.89 13.86 12.92 13.87C12.96 13.89 13 13.89 13.05 13.89C13.14 13.89 13.2 13.86 13.26 13.8L13.64 13.42C13.77 13.29 13.89 13.2 14 13.14C14.12 13.07 14.23 13.03 14.36 13.03C14.46 13.03 14.56 13.05 14.67 13.1C14.78 13.15 14.9 13.21 15.02 13.3L16.68 14.48C16.81 14.57 16.9 14.68 16.96 14.8C16.97 14.91 17 15.03 17 15.17Z" fill="#292D32"/>
5
+ </svg>