@milaboratories/uikit 2.1.2 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (274) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/pl-uikit.js +3118 -2901
  3. package/dist/pl-uikit.umd.cjs +10 -10
  4. package/dist/src/components/PlDropdownLegacy/PlDropdownLegacy.vue.d.ts +78 -0
  5. package/dist/src/components/PlDropdownLegacy/__tests__/PlDropdownLegacy.spec.d.ts +1 -0
  6. package/dist/src/components/PlDropdownLegacy/index.d.ts +1 -0
  7. package/dist/src/components/PlDropdownRef/PlDropdownRef.vue.d.ts +2 -1
  8. package/dist/src/components/PlTooltip/PlTooltip.vue.d.ts +1 -1
  9. package/dist/src/composition/useEventListener.d.ts +1 -1
  10. package/dist/src/generated/icons-16.d.ts +1 -1
  11. package/dist/src/generated/icons-24.d.ts +1 -1
  12. package/dist/src/index.d.ts +28 -59
  13. package/dist/style.css +1 -1
  14. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  15. package/package.json +1 -1
  16. package/src/assets/base.scss +4 -0
  17. package/src/assets/icons/icon-assets/16_calendar.svg +7 -0
  18. package/src/assets/icons/icon-assets/16_caret-down.svg +3 -0
  19. package/src/assets/icons/icon-assets/16_caret-left.svg +3 -0
  20. package/src/assets/icons/icon-assets/16_caret-right.svg +3 -0
  21. package/src/assets/icons/icon-assets/16_caret-up.svg +3 -0
  22. package/src/assets/icons/icon-assets/16_clipboard-copied.svg +1 -3
  23. package/src/assets/icons/icon-assets/16_clipboard.svg +1 -11
  24. package/src/assets/icons/icon-assets/16_delete-bin.svg +2 -6
  25. package/src/assets/icons/icon-assets/16_delete-circle.svg +1 -2
  26. package/src/assets/icons/icon-assets/16_error.svg +1 -2
  27. package/src/assets/icons/icon-assets/16_help-outline.svg +1 -1
  28. package/src/assets/icons/icon-assets/16_link.svg +1 -2
  29. package/src/assets/icons/icon-assets/16_paper-clip.svg +3 -0
  30. package/src/assets/icons/icon-assets/16_renew.svg +3 -0
  31. package/src/assets/icons/icon-assets/16_restart.svg +1 -1
  32. package/src/assets/icons/icon-assets/16_settings.svg +1 -1
  33. package/src/assets/icons/icon-assets/16_stop.svg +1 -1
  34. package/src/assets/icons/icon-assets/16_success.svg +1 -2
  35. package/src/assets/icons/icon-assets/16_time.svg +10 -0
  36. package/src/assets/icons/icon-assets/16_zip.svg +1 -2
  37. package/src/assets/icons/icon-assets/24_annotate.svg +2 -2
  38. package/src/assets/icons/icon-assets/24_annotation.svg +6 -6
  39. package/src/assets/icons/icon-assets/24_calendar.svg +6 -0
  40. package/src/assets/icons/icon-assets/24_clipboard-copied.svg +1 -3
  41. package/src/assets/icons/icon-assets/24_clipboard.svg +2 -2
  42. package/src/assets/icons/icon-assets/24_cluster.svg +1 -1
  43. package/src/assets/icons/icon-assets/24_container.svg +7 -0
  44. package/src/assets/icons/icon-assets/24_cookie.svg +1 -1
  45. package/src/assets/icons/icon-assets/24_copy.svg +1 -1
  46. package/src/assets/icons/icon-assets/24_cpu.svg +1 -1
  47. package/src/assets/icons/icon-assets/24_debug.svg +1 -1
  48. package/src/assets/icons/icon-assets/24_file-doc-add.svg +4 -0
  49. package/src/assets/icons/icon-assets/24_file-doc-download.svg +4 -0
  50. package/src/assets/icons/icon-assets/24_file-doc-import.svg +4 -0
  51. package/src/assets/icons/icon-assets/24_file-doc.svg +5 -0
  52. package/src/assets/icons/icon-assets/24_fire-tips.svg +1 -1
  53. package/src/assets/icons/icon-assets/24_folder-parent.svg +1 -1
  54. package/src/assets/icons/icon-assets/24_generate.svg +1 -1
  55. package/src/assets/icons/icon-assets/24_heatmap.svg +10 -9
  56. package/src/assets/icons/icon-assets/24_link.svg +2 -2
  57. package/src/assets/icons/icon-assets/24_paper-clip.svg +1 -1
  58. package/src/assets/icons/icon-assets/24_pin.svg +1 -1
  59. package/src/assets/icons/icon-assets/24_product.svg +3 -0
  60. package/src/assets/icons/icon-assets/24_renew.svg +3 -0
  61. package/src/assets/icons/icon-assets/24_restart.svg +1 -1
  62. package/src/assets/icons/icon-assets/24_slice.svg +2 -2
  63. package/src/assets/icons/icon-assets/24_social-github.svg +1 -1
  64. package/src/assets/icons/icon-assets/24_social-twitter-X.svg +1 -1
  65. package/src/assets/icons/icon-assets/24_social-twitter-bird.svg +1 -1
  66. package/src/assets/icons/icon-assets/24_stop.svg +1 -1
  67. package/src/assets/icons/icon-assets/24_table-add.svg +3 -0
  68. package/src/assets/icons/icon-assets/24_table-alias.svg +3 -0
  69. package/src/assets/icons/icon-assets/24_table-import.svg +3 -0
  70. package/src/assets/icons/icon-assets/24_table.svg +1 -2
  71. package/src/assets/icons/icon-assets/24_theme-dark.svg +3 -0
  72. package/src/assets/icons/icon-assets/24_theme-light.svg +3 -0
  73. package/src/assets/icons/icon-assets/24_time.svg +3 -0
  74. package/src/assets/icons/icon-assets/24_view-hide.svg +3 -0
  75. package/src/assets/icons/icon-assets/24_view-show.svg +3 -0
  76. package/src/assets/icons/icon-assets/24_warning.svg +1 -3
  77. package/src/assets/icons/icon-assets/24_wetlab.svg +1 -1
  78. package/src/assets/icons/icon-assets/24_zip.svg +1 -2
  79. package/src/assets/icons/icon-assets-min/16_calendar.svg +1 -0
  80. package/src/assets/icons/icon-assets-min/16_caret-down.svg +1 -0
  81. package/src/assets/icons/icon-assets-min/16_caret-left.svg +1 -0
  82. package/src/assets/icons/icon-assets-min/16_caret-right.svg +1 -0
  83. package/src/assets/icons/icon-assets-min/16_caret-up.svg +1 -0
  84. package/src/assets/icons/icon-assets-min/16_clipboard-copied.svg +1 -1
  85. package/src/assets/icons/icon-assets-min/16_clipboard.svg +1 -1
  86. package/src/assets/icons/icon-assets-min/16_delete-bin.svg +1 -1
  87. package/src/assets/icons/icon-assets-min/16_delete-circle.svg +1 -1
  88. package/src/assets/icons/icon-assets-min/16_download.svg +1 -0
  89. package/src/assets/icons/icon-assets-min/16_error.svg +1 -1
  90. package/src/assets/icons/icon-assets-min/16_link.svg +1 -1
  91. package/src/assets/icons/icon-assets-min/16_paper-clip.svg +1 -0
  92. package/src/assets/icons/icon-assets-min/16_renew.svg +1 -0
  93. package/src/assets/icons/icon-assets-min/16_restart.svg +1 -1
  94. package/src/assets/icons/icon-assets-min/16_stop.svg +1 -1
  95. package/src/assets/icons/icon-assets-min/16_success.svg +1 -1
  96. package/src/assets/icons/icon-assets-min/16_time.svg +1 -0
  97. package/src/assets/icons/icon-assets-min/16_zip.svg +1 -1
  98. package/src/assets/icons/icon-assets-min/24_annotate.svg +1 -1
  99. package/src/assets/icons/icon-assets-min/24_annotation.svg +1 -1
  100. package/src/assets/icons/icon-assets-min/24_calendar.svg +1 -0
  101. package/src/assets/icons/icon-assets-min/24_clipboard-copied.svg +1 -1
  102. package/src/assets/icons/icon-assets-min/24_clipboard.svg +1 -1
  103. package/src/assets/icons/icon-assets-min/24_cluster.svg +1 -1
  104. package/src/assets/icons/icon-assets-min/24_container.svg +1 -0
  105. package/src/assets/icons/icon-assets-min/24_cookie.svg +1 -1
  106. package/src/assets/icons/icon-assets-min/24_copy.svg +1 -1
  107. package/src/assets/icons/icon-assets-min/24_cpu.svg +1 -1
  108. package/src/assets/icons/icon-assets-min/24_debug.svg +1 -1
  109. package/src/assets/icons/icon-assets-min/24_download.svg +1 -0
  110. package/src/assets/icons/icon-assets-min/24_file-doc-add.svg +1 -0
  111. package/src/assets/icons/icon-assets-min/24_file-doc-download.svg +1 -0
  112. package/src/assets/icons/icon-assets-min/24_file-doc-import.svg +1 -0
  113. package/src/assets/icons/icon-assets-min/24_file-doc.svg +1 -0
  114. package/src/assets/icons/icon-assets-min/24_fire-tips.svg +1 -1
  115. package/src/assets/icons/icon-assets-min/24_folder-parent.svg +1 -1
  116. package/src/assets/icons/icon-assets-min/24_generate.svg +1 -1
  117. package/src/assets/icons/icon-assets-min/24_heatmap.svg +1 -1
  118. package/src/assets/icons/icon-assets-min/24_link.svg +1 -1
  119. package/src/assets/icons/icon-assets-min/24_paper-clip.svg +1 -1
  120. package/src/assets/icons/icon-assets-min/24_pin.svg +1 -1
  121. package/src/assets/icons/icon-assets-min/24_product.svg +1 -0
  122. package/src/assets/icons/icon-assets-min/24_renew.svg +1 -0
  123. package/src/assets/icons/icon-assets-min/24_restart.svg +1 -1
  124. package/src/assets/icons/icon-assets-min/24_slice.svg +1 -1
  125. package/src/assets/icons/icon-assets-min/24_social-github.svg +1 -1
  126. package/src/assets/icons/icon-assets-min/24_social-twitter-X.svg +1 -1
  127. package/src/assets/icons/icon-assets-min/24_social-twitter-bird.svg +1 -1
  128. package/src/assets/icons/icon-assets-min/24_stop.svg +1 -1
  129. package/src/assets/icons/icon-assets-min/24_table-add.svg +1 -0
  130. package/src/assets/icons/icon-assets-min/24_table-alias.svg +1 -0
  131. package/src/assets/icons/icon-assets-min/24_table-import.svg +1 -0
  132. package/src/assets/icons/icon-assets-min/24_table.svg +1 -1
  133. package/src/assets/icons/icon-assets-min/24_theme-dark.svg +1 -0
  134. package/src/assets/icons/icon-assets-min/24_theme-light.svg +1 -0
  135. package/src/assets/icons/icon-assets-min/24_time.svg +1 -0
  136. package/src/assets/icons/icon-assets-min/24_view-hide.svg +1 -0
  137. package/src/assets/icons/icon-assets-min/24_view-show.svg +1 -0
  138. package/src/assets/icons/icon-assets-min/24_warning.svg +1 -1
  139. package/src/assets/icons/icon-assets-min/24_wetlab.svg +1 -1
  140. package/src/assets/icons/icon-assets-min/24_zip.svg +1 -1
  141. package/src/assets/icons/icons-16-generated.json +9 -11
  142. package/src/assets/icons/icons-16-generated.scss +9 -11
  143. package/src/assets/icons/icons-24-generated.json +18 -48
  144. package/src/assets/icons/icons-24-generated.scss +18 -48
  145. package/src/assets/variables.scss +3 -1
  146. package/src/components/PlCheckbox/pl-checkbox.scss +2 -0
  147. package/src/components/PlChip/PlChip.vue +5 -5
  148. package/src/components/PlChip/pl-chip.scss +2 -2
  149. package/src/components/PlDropdown/PlDropdown.vue +61 -24
  150. package/src/components/PlDropdown/__tests__/PlDropdown.spec.ts +7 -6
  151. package/src/components/PlDropdown/pl-dropdown.scss +65 -67
  152. package/src/components/PlDropdownLegacy/PlDropdownLegacy.vue +372 -0
  153. package/src/components/PlDropdownLegacy/__tests__/PlDropdownLegacy.spec.ts +33 -0
  154. package/src/components/PlDropdownLegacy/index.ts +1 -0
  155. package/src/components/PlDropdownLegacy/pl-dropdown-legacy.scss +260 -0
  156. package/src/components/PlDropdownLine/PlDropdownLine.vue +81 -42
  157. package/src/components/PlDropdownLine/pl-dropdown-line.scss +5 -5
  158. package/src/components/PlDropdownMulti/PlDropdownMulti.vue +62 -27
  159. package/src/components/PlDropdownMulti/__tests__/PlDropdownMulti.spec.ts +12 -7
  160. package/src/components/PlDropdownMulti/pl-dropdown-multi.scss +11 -8
  161. package/src/components/PlDropdownRef/PlDropdownRef.vue +1 -0
  162. package/src/components/PlDropdownRef/__tests__/PlDropdownRef.spec.ts +11 -8
  163. package/src/components/PlFileInput/PlFileInput.vue +1 -1
  164. package/src/components/PlTextField/PlTextField.vue +1 -1
  165. package/src/composition/useEventListener.ts +3 -3
  166. package/src/composition/usePosition.ts +2 -2
  167. package/src/generated/icons-16.ts +9 -11
  168. package/src/generated/icons-24.ts +18 -48
  169. package/src/index.ts +1 -0
  170. package/src/assets/icons/icon-assets/16_clear.svg +0 -10
  171. package/src/assets/icons/icon-assets/16_comp.svg +0 -3
  172. package/src/assets/icons/icon-assets/16_compare.svg +0 -4
  173. package/src/assets/icons/icon-assets/16_delete.svg +0 -4
  174. package/src/assets/icons/icon-assets/16_filter-2.svg +0 -4
  175. package/src/assets/icons/icon-assets/16_link-arrow.svg +0 -3
  176. package/src/assets/icons/icon-assets/16_more-horizontal.svg +0 -5
  177. package/src/assets/icons/icon-assets/16_required.svg +0 -3
  178. package/src/assets/icons/icon-assets/16_settings-2.svg +0 -4
  179. package/src/assets/icons/icon-assets/16_sorter.svg +0 -9
  180. package/src/assets/icons/icon-assets/24_box-dot.svg +0 -6
  181. package/src/assets/icons/icon-assets/24_boxplot-1.svg +0 -5
  182. package/src/assets/icons/icon-assets/24_cloud-down.svg +0 -4
  183. package/src/assets/icons/icon-assets/24_cloud-up.svg +0 -4
  184. package/src/assets/icons/icon-assets/24_code-2.svg +0 -5
  185. package/src/assets/icons/icon-assets/24_cross-bars.svg +0 -13
  186. package/src/assets/icons/icon-assets/24_dark-mode.svg +0 -5
  187. package/src/assets/icons/icon-assets/24_delete.svg +0 -6
  188. package/src/assets/icons/icon-assets/24_dendrogram-X-1.svg +0 -8
  189. package/src/assets/icons/icon-assets/24_dendrogram-Y-1.svg +0 -8
  190. package/src/assets/icons/icon-assets/24_download-files.svg +0 -6
  191. package/src/assets/icons/icon-assets/24_export-2.svg +0 -4
  192. package/src/assets/icons/icon-assets/24_external-link.svg +0 -3
  193. package/src/assets/icons/icon-assets/24_fill-color.svg +0 -3
  194. package/src/assets/icons/icon-assets/24_filters-gate.svg +0 -11
  195. package/src/assets/icons/icon-assets/24_frame-type.svg +0 -11
  196. package/src/assets/icons/icon-assets/24_hide.svg +0 -5
  197. package/src/assets/icons/icon-assets/24_import-2.svg +0 -4
  198. package/src/assets/icons/icon-assets/24_import-download.svg +0 -4
  199. package/src/assets/icons/icon-assets/24_info-circle-outline.svg +0 -5
  200. package/src/assets/icons/icon-assets/24_light-mode.svg +0 -18
  201. package/src/assets/icons/icon-assets/24_linetype.svg +0 -13
  202. package/src/assets/icons/icon-assets/24_local.svg +0 -5
  203. package/src/assets/icons/icon-assets/24_logout.svg +0 -4
  204. package/src/assets/icons/icon-assets/24_mode-dark.svg +0 -5
  205. package/src/assets/icons/icon-assets/24_mode-light.svg +0 -18
  206. package/src/assets/icons/icon-assets/24_more-horizontal.svg +0 -5
  207. package/src/assets/icons/icon-assets/24_outlier-shape.svg +0 -28
  208. package/src/assets/icons/icon-assets/24_position.svg +0 -28
  209. package/src/assets/icons/icon-assets/24_progress-2.svg +0 -9
  210. package/src/assets/icons/icon-assets/24_progress.svg +0 -10
  211. package/src/assets/icons/icon-assets/24_radio-btn.svg +0 -29
  212. package/src/assets/icons/icon-assets/24_rotation.svg +0 -11
  213. package/src/assets/icons/icon-assets/24_save.svg +0 -3
  214. package/src/assets/icons/icon-assets/24_server-2.svg +0 -10
  215. package/src/assets/icons/icon-assets/24_settings-2.svg +0 -4
  216. package/src/assets/icons/icon-assets/24_show.svg +0 -4
  217. package/src/assets/icons/icon-assets/24_social-media.svg +0 -16
  218. package/src/assets/icons/icon-assets/24_stacked-bar.svg +0 -17
  219. package/src/assets/icons/icon-assets/24_stroke-non.svg +0 -6
  220. package/src/assets/icons/icon-assets/24_stroke.svg +0 -3
  221. package/src/assets/icons/icon-assets/24_table-upload.svg +0 -4
  222. package/src/assets/icons/icon-assets/24_title-position.svg +0 -15
  223. package/src/assets/icons/icon-assets/24_upload-files.svg +0 -6
  224. package/src/assets/icons/icon-assets/24_view-off.svg +0 -5
  225. package/src/assets/icons/icon-assets/24_view-on.svg +0 -4
  226. package/src/assets/icons/icon-assets-min/16_comp.svg +0 -1
  227. package/src/assets/icons/icon-assets-min/16_delete.svg +0 -1
  228. package/src/assets/icons/icon-assets-min/16_filter-2.svg +0 -1
  229. package/src/assets/icons/icon-assets-min/16_more-horizontal.svg +0 -1
  230. package/src/assets/icons/icon-assets-min/16_settings-2.svg +0 -1
  231. package/src/assets/icons/icon-assets-min/24_box-dot.svg +0 -1
  232. package/src/assets/icons/icon-assets-min/24_boxplot-1.svg +0 -1
  233. package/src/assets/icons/icon-assets-min/24_cloud-down.svg +0 -1
  234. package/src/assets/icons/icon-assets-min/24_cloud-up.svg +0 -1
  235. package/src/assets/icons/icon-assets-min/24_code-2.svg +0 -1
  236. package/src/assets/icons/icon-assets-min/24_cross-bars.svg +0 -1
  237. package/src/assets/icons/icon-assets-min/24_dark-mode.svg +0 -1
  238. package/src/assets/icons/icon-assets-min/24_delete.svg +0 -1
  239. package/src/assets/icons/icon-assets-min/24_dendrogram-X-1.svg +0 -1
  240. package/src/assets/icons/icon-assets-min/24_dendrogram-Y-1.svg +0 -1
  241. package/src/assets/icons/icon-assets-min/24_download-files.svg +0 -1
  242. package/src/assets/icons/icon-assets-min/24_fill-color.svg +0 -1
  243. package/src/assets/icons/icon-assets-min/24_filters-gate.svg +0 -1
  244. package/src/assets/icons/icon-assets-min/24_frame-type.svg +0 -1
  245. package/src/assets/icons/icon-assets-min/24_import-2.svg +0 -1
  246. package/src/assets/icons/icon-assets-min/24_import-download.svg +0 -1
  247. package/src/assets/icons/icon-assets-min/24_info-circle-outline.svg +0 -1
  248. package/src/assets/icons/icon-assets-min/24_light-mode.svg +0 -1
  249. package/src/assets/icons/icon-assets-min/24_linetype.svg +0 -1
  250. package/src/assets/icons/icon-assets-min/24_local.svg +0 -1
  251. package/src/assets/icons/icon-assets-min/24_logout.svg +0 -1
  252. package/src/assets/icons/icon-assets-min/24_mode-dark.svg +0 -1
  253. package/src/assets/icons/icon-assets-min/24_mode-light.svg +0 -1
  254. package/src/assets/icons/icon-assets-min/24_more-horizontal.svg +0 -1
  255. package/src/assets/icons/icon-assets-min/24_outlier-shape.svg +0 -1
  256. package/src/assets/icons/icon-assets-min/24_position.svg +0 -1
  257. package/src/assets/icons/icon-assets-min/24_progress-2.svg +0 -1
  258. package/src/assets/icons/icon-assets-min/24_progress.svg +0 -1
  259. package/src/assets/icons/icon-assets-min/24_radio-btn.svg +0 -1
  260. package/src/assets/icons/icon-assets-min/24_rotation.svg +0 -1
  261. package/src/assets/icons/icon-assets-min/24_save.svg +0 -1
  262. package/src/assets/icons/icon-assets-min/24_server-2.svg +0 -1
  263. package/src/assets/icons/icon-assets-min/24_settings-2.svg +0 -1
  264. package/src/assets/icons/icon-assets-min/24_social-media.svg +0 -1
  265. package/src/assets/icons/icon-assets-min/24_stacked-bar.svg +0 -1
  266. package/src/assets/icons/icon-assets-min/24_stroke-non.svg +0 -1
  267. package/src/assets/icons/icon-assets-min/24_stroke.svg +0 -1
  268. package/src/assets/icons/icon-assets-min/24_upload-files.svg +0 -1
  269. package/src/assets/icons/icon-assets-min/24_view-off.svg +0 -1
  270. package/src/assets/icons/icon-assets-min/24_view-on.svg +0 -1
  271. /package/src/assets/icons/icon-assets/{16_import.svg → 16_download.svg} +0 -0
  272. /package/src/assets/icons/icon-assets/{24_import.svg → 24_download.svg} +0 -0
  273. /package/src/assets/icons/icon-assets/{24_frame-type--left.svg → 24_frame-type-left.svg} +0 -0
  274. /package/src/assets/icons/icon-assets-min/{24_frame-type--left.svg → 24_frame-type-left.svg} +0 -0
@@ -1,28 +0,0 @@
1
- <svg width="182" height="130" viewBox="0 0 182 130" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="1" y="1" width="180" height="128" rx="5" stroke="#9747FF" stroke-dasharray="10 5"/>
3
- <path d="M35.25 42V24H36.75V42H35.25Z" fill="#110529"/>
4
- <path d="M41.4697 29.4697L42.5303 30.5303L40.0607 33L42.5303 35.4697L41.4697 36.5303L37.9393 33L41.4697 29.4697Z" fill="#110529"/>
5
- <path d="M33 26.25H26V27.75H33V26.25Z" fill="#110529"/>
6
- <path d="M33 30.25L24 30.25V31.75L33 31.75V30.25Z" fill="#110529"/>
7
- <path d="M33 34.25H28V35.75H33V34.25Z" fill="#110529"/>
8
- <path d="M33 38.25L24 38.25V39.75L33 39.75V38.25Z" fill="#110529"/>
9
- <path d="M107.25 24V42H108.75V24H107.25Z" fill="#110529"/>
10
- <path d="M113.47 29.4697L109.939 33L113.47 36.5303L114.53 35.4697L112.061 33L114.53 30.5303L113.47 29.4697Z" fill="#110529"/>
11
- <path fill-rule="evenodd" clip-rule="evenodd" d="M103.5 25.5L98.5 25.5L98.5 40.5H103.5L103.5 25.5ZM105 25C105 24.4477 104.552 24 104 24L98 24C97.4477 24 97 24.4477 97 25L97 41C97 41.5523 97.4477 42 98 42H104C104.552 42 105 41.5523 105 41L105 25Z" fill="#110529"/>
12
- <path fill-rule="evenodd" clip-rule="evenodd" d="M24 75.25L42 75.25V76.75L24 76.75L24 75.25Z" fill="#110529"/>
13
- <path fill-rule="evenodd" clip-rule="evenodd" d="M36.5303 81.4697L35.4697 82.5303L33 80.0607L30.5303 82.5303L29.4697 81.4697L33 77.9393L36.5303 81.4697Z" fill="#110529"/>
14
- <path fill-rule="evenodd" clip-rule="evenodd" d="M39.75 66V73H38.25V66H39.75ZM35.75 64V73H34.25V64L35.75 64ZM31.75 68L31.75 73H30.25L30.25 68L31.75 68ZM27.75 64L27.75 73H26.25L26.25 64L27.75 64Z" fill="#110529"/>
15
- <path fill-rule="evenodd" clip-rule="evenodd" d="M96 74.9848L114 74.9848V76.4848L96 76.4848L96 74.9848Z" fill="#110529"/>
16
- <path fill-rule="evenodd" clip-rule="evenodd" d="M108.53 81.2045L107.47 82.2652L105 79.7955L102.53 82.2652L101.47 81.2045L105 77.6742L108.53 81.2045Z" fill="#110529"/>
17
- <path fill-rule="evenodd" clip-rule="evenodd" d="M97.5 66.5V71.5H112.5V66.5H97.5ZM97 65C96.4477 65 96 65.4477 96 66V72C96 72.5523 96.4477 73 97 73H113C113.552 73 114 72.5523 114 72V66C114 65.4477 113.552 65 113 65H97Z" fill="#110529"/>
18
- <path fill-rule="evenodd" clip-rule="evenodd" d="M66.75 42H65.25V24H66.75V42ZM69 26.25H76V27.75H69V26.25ZM60.5303 29.4697L64.0607 33L60.5303 36.5303L59.4697 35.4697L61.9393 33L59.4697 30.5303L60.5303 29.4697ZM69 30.25L78 30.25V31.75L69 31.75V30.25ZM69 34.25H74V35.75H69V34.25ZM69 38.25L78 38.25V39.75L69 39.75V38.25Z" fill="#110529"/>
19
- <path fill-rule="evenodd" clip-rule="evenodd" d="M137.25 42V24H138.75V42H137.25Z" fill="#110529"/>
20
- <path fill-rule="evenodd" clip-rule="evenodd" d="M133.939 33L131.47 35.4697L132.53 36.5303L136.061 33L132.53 29.4697L131.47 30.5303L133.939 33Z" fill="#110529"/>
21
- <path fill-rule="evenodd" clip-rule="evenodd" d="M147.5 25.5L142.5 25.5V40.5H147.5L147.5 25.5ZM149 25C149 24.4477 148.552 24 148 24L142 24C141.448 24 141 24.4477 141 25V41C141 41.5523 141.448 42 142 42H148C148.552 42 149 41.5523 149 41L149 25Z" fill="#110529"/>
22
- <path fill-rule="evenodd" clip-rule="evenodd" d="M60 69.2501L78 69.2501V70.7501L60 70.7501L60 69.2501Z" fill="#110529"/>
23
- <path fill-rule="evenodd" clip-rule="evenodd" d="M69 65.9394L66.5303 63.4697L65.4697 64.5304L69 68.0607L72.5303 64.5304L71.4697 63.4697L69 65.9394Z" fill="#110529"/>
24
- <path fill-rule="evenodd" clip-rule="evenodd" d="M75.75 73.0001V80.0001H74.25V73.0001H75.75ZM71.75 73.0001V82.0001H70.25V73.0001H71.75ZM67.75 73V78.0001H66.25V73H67.75ZM63.75 73.0001L63.75 82.0001H62.25L62.25 73.0001H63.75Z" fill="#110529"/>
25
- <path fill-rule="evenodd" clip-rule="evenodd" d="M132 69.2501L150 69.2501V70.7501L132 70.7501L132 69.2501Z" fill="#110529"/>
26
- <path fill-rule="evenodd" clip-rule="evenodd" d="M141 65.9394L138.53 63.4697L137.47 64.5304L141 68.0607L144.53 64.5304L143.47 63.4697L141 65.9394Z" fill="#110529"/>
27
- <path fill-rule="evenodd" clip-rule="evenodd" d="M133.5 74.5001V79.5001H148.5V74.5001H133.5ZM133 73.0001C132.448 73.0001 132 73.4478 132 74.0001V80.0001C132 80.5523 132.448 81.0001 133 81.0001H149C149.552 81.0001 150 80.5523 150 80.0001V74.0001C150 73.4478 149.552 73.0001 149 73.0001H133Z" fill="#110529"/>
28
- </svg>
@@ -1,9 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 3.75C16.5564 3.75001 20.25 7.44366 20.25 12C20.25 16.5563 16.5564 20.25 12 20.25C8.06807 20.25 4.77858 17.4994 3.95083 13.8173L5.34801 14.8325L6.22968 13.6189L2.79136 11.1208L0.293274 14.5592L1.5068 15.4408L2.47771 14.1045C3.43985 18.4777 7.33778 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61523 17.3848 2.25001 12 2.25" fill="#110529"/>
3
- <path d="M12 3.75C11.7816 3.75 11.5652 3.75848 11.3513 3.77509L11.2351 2.2796C11.4876 2.25998 11.7428 2.25 12 2.25" fill="#110529"/>
4
- <path d="M8.84223 4.37572C9.23779 4.21169 9.64884 4.07758 10.0726 3.97618L9.7236 2.51736C9.22212 2.63734 8.73567 2.79605 8.26765 2.99013L8.84223 4.37572Z" fill="#110529"/>
5
- <path d="M6.64228 5.72626C6.9702 5.44593 7.32028 5.19091 7.68946 4.96419L6.90452 3.68597C6.46823 3.95388 6.05475 4.25512 5.66758 4.5861L6.64228 5.72626Z" fill="#110529"/>
6
- <path d="M4.96422 7.68944C5.19093 7.32025 5.44595 6.97017 5.72629 6.64225L4.58613 5.66755C4.25515 6.05472 3.95391 6.4682 3.68599 6.90449L4.96422 7.68944Z" fill="#110529"/>
7
- <path d="M3.97621 10.0726C4.0776 9.64882 4.21172 9.23776 4.37575 8.8422L2.99016 8.26762C2.79608 8.73565 2.63737 9.22209 2.51739 9.72357L3.97621 10.0726Z" fill="#110529"/>
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.75002 8C8.75002 7.30964 9.30966 6.75 10 6.75H14C14.6904 6.75 15.25 7.30964 15.25 8V9.03875C15.25 9.87416 14.8703 10.6643 14.2179 11.1861L13.2006 12L14.2179 12.8139C14.8703 13.3357 15.25 14.1258 15.25 14.9613V16C15.25 16.6904 14.6904 17.25 14 17.25H10C9.30966 17.25 8.75002 16.6904 8.75002 16V14.9613C8.75002 14.1258 9.12976 13.3357 9.7821 12.8139L10.7994 12L9.7821 11.1861C9.12976 10.6643 8.75002 9.87416 8.75002 9.03875V8ZM12 11.0395L13.2809 10.0148C13.5774 9.77762 13.75 9.41848 13.75 9.03875V8.25H10.25V9.03875C10.25 9.41848 10.4226 9.77762 10.7191 10.0148L12 11.0395ZM12 12.9605L10.7191 13.9852C10.4226 14.2224 10.25 14.5815 10.25 14.9613V15.75H13.75V14.9613C13.75 14.5815 13.5774 14.2224 13.2809 13.9852L12 12.9605Z" fill="#110529"/>
9
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20 15.5H4C3.72386 15.5 3.5 15.7238 3.5 16V20C3.5 20.2761 3.72386 20.5 4 20.5H20C20.2761 20.5 20.5 20.2761 20.5 20V16C20.5 15.7238 20.2761 15.5 20 15.5ZM4 14C2.89543 14 2 14.8954 2 16V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V16C22 14.8954 21.1046 14 20 14H4Z" fill="#110529"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13 18.75H5V17.25H13V18.75Z" fill="#110529"/>
4
- <path d="M11.25 5L11.25 1L12.75 1.00001L12.75 5.00001L11.25 5Z" fill="#110529"/>
5
- <path d="M11.25 12L11.25 8.00001L12.75 8L12.75 12L11.25 12Z" fill="#110529"/>
6
- <path d="M16.3881 3.10049L17.1382 4.39953L13.674 6.3995L12.924 5.10046L16.3881 3.10049Z" fill="#110529"/>
7
- <path d="M10.326 6.60046L11.076 7.8995L7.61188 9.89952L6.86187 8.60049L10.326 6.60046Z" fill="#110529"/>
8
- <path d="M7.61186 3.10049L11.076 5.10052L10.326 6.39955L6.86186 4.39952L7.61186 3.10049Z" fill="#110529"/>
9
- <path d="M12.924 7.89955L16.3881 9.89952L17.1382 8.60048L13.674 6.60051L12.924 7.89955Z" fill="#110529"/>
10
- </svg>
@@ -1,29 +0,0 @@
1
- <svg width="262" height="182" viewBox="0 0 262 182" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="1" y="1" width="260" height="180" rx="5" stroke="#845CFF" stroke-dasharray="10 5"/>
3
- <circle cx="37" cy="37" r="9" stroke="#110529" stroke-width="1.5"/>
4
- <circle cx="167" cy="37" r="9" stroke="#DFE0E6" stroke-width="1.5"/>
5
- <path d="M17 85C17 73.9543 25.9543 65 37 65C48.0457 65 57 73.9543 57 85C57 96.0457 48.0457 105 37 105C25.9543 105 17 96.0457 17 85Z" fill="#9BABCC" fill-opacity="0.16"/>
6
- <circle cx="37" cy="85" r="9" stroke="#110529" stroke-width="1.5"/>
7
- <path d="M147 85C147 73.9543 155.954 65 167 65C178.046 65 187 73.9543 187 85C187 96.0457 178.046 105 167 105C155.954 105 147 96.0457 147 85Z" fill="#38383D"/>
8
- <circle cx="167" cy="85" r="9" stroke="white" stroke-width="1.5"/>
9
- <rect x="24" y="120" width="26" height="26" rx="13" stroke="#49CC49" stroke-width="2"/>
10
- <circle cx="37" cy="133" r="9" stroke="#110529" stroke-width="1.5"/>
11
- <rect x="154" y="120" width="26" height="26" rx="13" stroke="#49CC49" stroke-width="2"/>
12
- <circle cx="167" cy="133" r="9" stroke="white" stroke-width="1.5"/>
13
- <circle cx="85" cy="37" r="9" stroke="#110529" stroke-width="1.5"/>
14
- <path d="M85 32.5C84.11 32.5 83.24 32.7639 82.4999 33.2584C81.7599 33.7529 81.1831 34.4557 80.8425 35.2779C80.5019 36.1002 80.4128 37.005 80.5865 37.8779C80.7601 38.7508 81.1887 39.5526 81.818 40.182C82.4474 40.8113 83.2492 41.2399 84.1221 41.4135C84.995 41.5872 85.8998 41.4981 86.7221 41.1575C87.5443 40.8169 88.2471 40.2401 88.7416 39.5001C89.2361 38.76 89.5 37.89 89.5 37C89.5 35.8065 89.0259 34.6619 88.182 33.818C87.3381 32.9741 86.1935 32.5 85 32.5Z" fill="#110529"/>
15
- <circle cx="215" cy="37" r="9" stroke="#DFE0E6" stroke-width="1.5"/>
16
- <path d="M215 32.5C214.11 32.5 213.24 32.7639 212.5 33.2584C211.76 33.7529 211.183 34.4557 210.843 35.2779C210.502 36.1002 210.413 37.005 210.586 37.8779C210.76 38.7508 211.189 39.5526 211.818 40.182C212.447 40.8113 213.249 41.2399 214.122 41.4135C214.995 41.5872 215.9 41.4981 216.722 41.1575C217.544 40.8169 218.247 40.2401 218.742 39.5001C219.236 38.76 219.5 37.89 219.5 37C219.5 35.8065 219.026 34.6619 218.182 33.818C217.338 32.9741 216.193 32.5 215 32.5Z" fill="#DFE0E6"/>
17
- <path d="M65 85C65 73.9543 73.9543 65 85 65C96.0457 65 105 73.9543 105 85C105 96.0457 96.0457 105 85 105C73.9543 105 65 96.0457 65 85Z" fill="#9BABCC" fill-opacity="0.16"/>
18
- <circle cx="85" cy="85" r="9" stroke="#110529" stroke-width="1.5"/>
19
- <path d="M85 80.5C84.11 80.5 83.24 80.7639 82.4999 81.2584C81.7599 81.7529 81.1831 82.4557 80.8425 83.2779C80.5019 84.1002 80.4128 85.005 80.5865 85.8779C80.7601 86.7508 81.1887 87.5526 81.818 88.182C82.4474 88.8113 83.2492 89.2399 84.1221 89.4135C84.995 89.5872 85.8998 89.4981 86.7221 89.1575C87.5443 88.8169 88.2471 88.2401 88.7416 87.5001C89.2361 86.76 89.5 85.89 89.5 85C89.5 83.8065 89.0259 82.6619 88.182 81.818C87.3381 80.9741 86.1935 80.5 85 80.5Z" fill="#110529"/>
20
- <path d="M195 85C195 73.9543 203.954 65 215 65C226.046 65 235 73.9543 235 85C235 96.0457 226.046 105 215 105C203.954 105 195 96.0457 195 85Z" fill="#38383D"/>
21
- <circle cx="215" cy="85" r="9" stroke="white" stroke-width="1.5"/>
22
- <path d="M215 80.5C214.11 80.5 213.24 80.7639 212.5 81.2584C211.76 81.7529 211.183 82.4557 210.843 83.2779C210.502 84.1002 210.413 85.005 210.586 85.8779C210.76 86.7508 211.189 87.5526 211.818 88.182C212.447 88.8113 213.249 89.2399 214.122 89.4135C214.995 89.5872 215.9 89.4981 216.722 89.1575C217.544 88.8169 218.247 88.2401 218.742 87.5001C219.236 86.76 219.5 85.89 219.5 85C219.5 83.8065 219.026 82.6619 218.182 81.818C217.338 80.9741 216.193 80.5 215 80.5Z" fill="white"/>
23
- <rect x="72" y="120" width="26" height="26" rx="13" stroke="#49CC49" stroke-width="2"/>
24
- <circle cx="85" cy="133" r="9" stroke="#110529" stroke-width="1.5"/>
25
- <path d="M85 128.5C84.11 128.5 83.24 128.764 82.4999 129.258C81.7599 129.753 81.1831 130.456 80.8425 131.278C80.5019 132.1 80.4128 133.005 80.5865 133.878C80.7601 134.751 81.1887 135.553 81.818 136.182C82.4474 136.811 83.2492 137.24 84.1221 137.414C84.995 137.587 85.8998 137.498 86.7221 137.157C87.5443 136.817 88.2471 136.24 88.7416 135.5C89.2361 134.76 89.5 133.89 89.5 133C89.5 131.807 89.0259 130.662 88.182 129.818C87.3381 128.974 86.1935 128.5 85 128.5Z" fill="#110529"/>
26
- <rect x="202" y="120" width="26" height="26" rx="13" stroke="#49CC49" stroke-width="2"/>
27
- <circle cx="215" cy="133" r="9" stroke="white" stroke-width="1.5"/>
28
- <path d="M215 128.5C214.11 128.5 213.24 128.764 212.5 129.258C211.76 129.753 211.183 130.456 210.843 131.278C210.502 132.1 210.413 133.005 210.586 133.878C210.76 134.751 211.189 135.553 211.818 136.182C212.447 136.811 213.249 137.24 214.122 137.414C214.995 137.587 215.9 137.498 216.722 137.157C217.544 136.817 218.247 136.24 218.742 135.5C219.236 134.76 219.5 133.89 219.5 133C219.5 131.807 219.026 130.662 218.182 129.818C217.338 128.974 216.193 128.5 215 128.5Z" fill="white"/>
29
- </svg>
@@ -1,11 +0,0 @@
1
- <svg width="210" height="66" viewBox="0 0 210 66" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="1" y="1" width="208" height="64" rx="5" stroke="#9747FF" stroke-dasharray="10 5"/>
3
- <path d="M29.815 39.225C27.6175 39.225 26.05 37.6575 26.05 35.46V31.74C26.05 29.5425 27.6175 27.975 29.815 27.975C32.0125 27.975 33.58 29.5425 33.58 31.74V35.46C33.58 37.6575 32.0125 39.225 29.815 39.225ZM27.6475 35.5575C27.6475 36.765 28.6075 37.725 29.815 37.725C31.0225 37.725 31.9825 36.765 31.9825 35.5575V31.6275C31.9825 30.4275 31.0225 29.4675 29.815 29.4675C28.6075 29.4675 27.6475 30.4275 27.6475 31.6275V35.5575Z" fill="#110529"/>
4
- <path d="M36.874 33.375C35.389 33.375 34.174 32.175 34.174 30.675C34.174 29.205 35.434 27.975 36.874 27.975C38.359 27.975 39.574 29.175 39.574 30.675C39.574 32.175 38.359 33.375 36.874 33.375ZM35.5315 30.675C35.5315 31.4025 36.1465 32.0175 36.874 32.0175C37.6015 32.0175 38.2165 31.4025 38.2165 30.675C38.2165 29.9475 37.6015 29.3325 36.874 29.3325C36.1465 29.3325 35.5315 29.9475 35.5315 30.675Z" fill="#110529"/>
5
- <path d="M62.7569 39V37.1175H57.8819V35.6325L61.3919 28.2H63.1844L59.6744 35.6325H62.7569V32.7075H64.3469V35.6325H65.4194V37.1175H64.3469V39H62.7569Z" fill="#CFD1DB"/>
6
- <path d="M69.5225 39.225C67.8575 39.225 66.4625 38.1225 66.02 36.5475L67.5275 36.1425C67.775 37.1025 68.6675 37.71 69.5675 37.71C70.7525 37.71 71.69 36.7575 71.69 35.6025C71.69 34.4175 70.7225 33.4875 69.5675 33.4875C68.6825 33.4875 68.075 33.9075 67.7375 34.3575L66.3725 33.8775L66.7025 28.2H72.53V29.6775H68.105L67.925 32.6475C68.4575 32.265 69.1325 32.0625 69.77 32.0625C71.7875 32.0625 73.2725 33.5775 73.2725 35.6025C73.2725 37.6125 71.54 39.225 69.5225 39.225Z" fill="#CFD1DB"/>
7
- <path d="M76.2651 33.375C74.7801 33.375 73.5651 32.175 73.5651 30.675C73.5651 29.205 74.8251 27.975 76.2651 27.975C77.7501 27.975 78.9651 29.175 78.9651 30.675C78.9651 32.175 77.7501 33.375 76.2651 33.375ZM74.9226 30.675C74.9226 31.4025 75.5376 32.0175 76.2651 32.0175C76.9926 32.0175 77.6076 31.4025 77.6076 30.675C77.6076 29.9475 76.9926 29.3325 76.2651 29.3325C75.5376 29.3325 74.9226 29.9475 74.9226 30.675Z" fill="#CFD1DB"/>
8
- <path d="M97.6133 27.9825C99.7058 27.9825 101.326 29.6025 101.326 31.83V35.2725C101.326 37.635 99.7433 39.225 97.4558 39.225C96.3158 39.225 95.2883 38.79 94.5533 37.9425L95.7008 36.87C96.1133 37.4025 96.7583 37.74 97.4558 37.74C98.7983 37.74 99.7283 36.66 99.7283 35.475V34.185C99.1208 34.7925 98.2958 35.1525 97.4033 35.1525C95.3858 35.1525 93.9083 33.6225 93.9083 31.605C93.9083 29.58 95.5958 27.9825 97.6133 27.9825ZM95.4983 31.605C95.4983 32.775 96.4358 33.72 97.6058 33.72C98.7758 33.72 99.7283 32.775 99.7283 31.605C99.7283 30.45 98.7833 29.49 97.6133 29.49C96.4433 29.49 95.4983 30.435 95.4983 31.605Z" fill="#CFD1DB"/>
9
- <path d="M106.285 39.225C104.087 39.225 102.52 37.6575 102.52 35.46V31.74C102.52 29.5425 104.087 27.975 106.285 27.975C108.482 27.975 110.05 29.5425 110.05 31.74V35.46C110.05 37.6575 108.482 39.225 106.285 39.225ZM104.117 35.5575C104.117 36.765 105.077 37.725 106.285 37.725C107.492 37.725 108.452 36.765 108.452 35.5575V31.6275C108.452 30.4275 107.492 29.4675 106.285 29.4675C105.077 29.4675 104.117 30.4275 104.117 31.6275V35.5575Z" fill="#CFD1DB"/>
10
- <path d="M113.344 33.375C111.859 33.375 110.644 32.175 110.644 30.675C110.644 29.205 111.904 27.975 113.344 27.975C114.829 27.975 116.044 29.175 116.044 30.675C116.044 32.175 114.829 33.375 113.344 33.375ZM112.001 30.675C112.001 31.4025 112.616 32.0175 113.344 32.0175C114.071 32.0175 114.686 31.4025 114.686 30.675C114.686 29.9475 114.071 29.3325 113.344 29.3325C112.616 29.3325 112.001 29.9475 112.001 30.675Z" fill="#CFD1DB"/>
11
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6 3.75C4.75736 3.75 3.75 4.75736 3.75 6V18C3.75 19.2426 4.75736 20.25 6 20.25H7.25V15.5C7.25 14.8096 7.80964 14.25 8.5 14.25H15.5C16.1904 14.25 16.75 14.8096 16.75 15.5V20.25H18C19.2426 20.25 20.25 19.2426 20.25 18V9.82843C20.25 9.49691 20.1183 9.17896 19.8839 8.94454L15.0555 4.11612C14.821 3.8817 14.5031 3.75 14.1716 3.75H8.75V8.25H15.25V9.75H8.5C7.80964 9.75 7.25 9.19036 7.25 8.5V3.75H6ZM15.25 20.25V15.75H8.75V20.25H15.25ZM2.25 6C2.25 3.92893 3.92893 2.25 6 2.25H14.1716C14.9009 2.25 15.6004 2.53973 16.1161 3.05546L20.9445 7.88388C21.4603 8.39961 21.75 9.09908 21.75 9.82843V18C21.75 20.0711 20.0711 21.75 18 21.75H6C3.92893 21.75 2.25 20.0711 2.25 18V6Z" fill="#110529"/>
3
- </svg>
@@ -1,10 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="24" height="24" fill="white"/>
3
- <path d="M5.5 14.5H7.5V16.5H5.5V14.5Z" fill="#110529"/>
4
- <path d="M11.5 14.5H9.5V16.5H11.5V14.5Z" fill="#110529"/>
5
- <path d="M16.5 14.5H18.5V16.5H16.5V14.5Z" fill="#110529"/>
6
- <path d="M5.5 7.5H7.5V9.5H5.5V7.5Z" fill="#110529"/>
7
- <path d="M11.5 7.5H9.5V9.5H11.5V7.5Z" fill="#110529"/>
8
- <path d="M16.5 7.5H18.5V9.5H16.5V7.5Z" fill="#110529"/>
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 5.5C2.25 4.80964 2.80964 4.25 3.5 4.25H20.5C21.1904 4.25 21.75 4.80964 21.75 5.5V11.5C21.75 11.6778 21.7129 11.8469 21.646 12C21.7129 12.1531 21.75 12.3222 21.75 12.5V18.5C21.75 19.1904 21.1904 19.75 20.5 19.75H3.5C2.80964 19.75 2.25 19.1904 2.25 18.5V12.5C2.25 12.3222 2.28711 12.1531 2.35401 12C2.28711 11.8469 2.25 11.6778 2.25 11.5V5.5ZM3.75 12.75H20.25V18.25H3.75V12.75ZM20.25 5.75V11.25H3.75V5.75H20.25Z" fill="#110529"/>
10
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.25 1.25H12.75V3.03081C13.8461 3.12123 14.8865 3.40807 15.8359 3.85604L16.7255 2.31526L18.0245 3.06526L17.1343 4.6072C18.0146 5.21971 18.7803 5.98544 19.3928 6.86574L20.9348 5.97548L21.6848 7.27452L20.144 8.16412C20.5919 9.11352 20.8788 10.1539 20.9692 11.2499L22.75 11.25V12.75H21.9723C21.9723 12.75 21.9723 12.75 21.9723 12.75L17.9536 12.7499C17.9536 12.7499 17.9536 12.7499 17.9536 12.7499L14.9055 12.7499C14.5725 14.0439 13.3979 15 12 15C11.7218 15 11.4524 14.9621 11.1967 14.8912L8.91735 18.8392C9.85769 19.2637 10.9013 19.5 12 19.5C15.1714 19.5 17.8831 17.5316 18.9799 14.7498H20.5722C20.4525 15.1231 20.3092 15.4857 20.144 15.8359L21.6848 16.7255L20.9348 18.0245L19.3928 17.1343C18.7803 18.0146 18.0146 18.7803 17.1343 19.3928L18.0245 20.9348L16.7255 21.6848L15.8359 20.144C14.8865 20.5919 13.8461 20.8788 12.75 20.9692V22.75H11.25V20.9692C10.1539 20.8788 9.11354 20.5919 8.16412 20.144L7.27452 21.6848L5.97546 20.9347L9.89808 14.1405C9.3438 13.5962 9 12.8383 9 12C9 10.3431 10.3431 9 12 9C13.3979 9 14.5724 9.95605 14.9055 11.2499H19.463C19.0866 7.45998 15.889 4.5 12 4.5C11.6236 4.5 11.2538 4.52772 10.8923 4.58124L10.0959 3.20182C10.4724 3.12072 10.8576 3.06318 11.25 3.03081V1.25ZM13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z" fill="#110529"/>
3
- <path d="M8.16413 3.85602C8.16412 3.85603 8.16415 3.85602 8.16413 3.85602L7.2745 2.3152L5.97546 3.0652L6.86572 4.6072C5.98542 5.21971 5.21971 5.98542 4.6072 6.86572L3.06525 5.97548L2.31525 7.27452L3.85604 8.16409C3.40807 9.11352 3.12123 10.1539 3.03081 11.25H1.25V12.75H3.03081C3.12123 13.8461 3.40807 14.8865 3.85604 15.8359L2.31525 16.7255L3.06525 18.0245L4.60719 17.1343C4.82971 17.4541 5.07245 17.7588 5.33356 18.0465L6.1294 16.668C5.10947 15.387 4.5 13.7647 4.5 12C4.5 9.49325 5.7298 7.27374 7.61899 5.91189L9.89808 9.85938C10.2554 9.50848 10.7002 9.24634 11.1967 9.10869L8.91738 5.16076C8.91736 5.16077 8.91739 5.16076 8.91738 5.16076L8.16413 3.85602Z" fill="#110529"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 16C14.2091 16 16 14.2091 16 12C16 11.1287 15.7215 10.3226 15.2486 9.66563L14.1651 10.7491C14.3781 11.1171 14.5 11.5443 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.49997 12 9.49997C12.1817 9.49997 12.3589 9.51936 12.5296 9.55618L13.7052 8.3806C13.1879 8.13648 12.6099 7.99997 12 7.99997C9.79086 7.99997 8 9.79083 8 12C8 14.2091 9.79086 16 12 16Z" fill="#110529"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M1.22822 11.5563C3.29493 7.64009 7.18349 3.00216 12 3.00018C16.8165 2.99821 20.7051 7.63981 22.7718 11.5563C22.9187 11.8347 22.9187 12.1662 22.7718 12.4445C20.7051 16.3606 16.8165 21.0021 12 21.0002C7.1835 20.9982 3.29495 16.3603 1.22824 12.4445C1.08132 12.1662 1.08131 11.8347 1.22822 11.5563ZM2.69212 12.0004C3.65846 13.7735 4.99567 15.6435 6.58637 17.0751C8.25803 18.5795 10.0921 19.4994 12.0006 19.5002C13.9082 19.501 15.7418 18.5816 17.4135 17.0768C19.0042 15.6448 20.3415 13.7739 21.3079 12.0004C20.3415 10.2266 19.0042 8.35563 17.4135 6.92363C15.7418 5.41875 13.9082 4.4994 12.0006 4.50018C10.0921 4.50097 8.25803 5.42089 6.58637 6.92536C4.99566 8.35696 3.65846 10.227 2.69212 12.0004Z" fill="#110529"/>
4
- </svg>
@@ -1,16 +0,0 @@
1
- <svg width="262" height="104" viewBox="0 0 262 104" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="1" y="1" width="260" height="102" rx="5" stroke="#845CFF" stroke-dasharray="10 5"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M137.675 24.0181C137.865 23.5155 138.355 23.2342 138.846 23.2583C140.265 23.3279 141.301 23.8343 142.408 24.672C143.187 24.469 144.107 24.375 145 24.375C145.893 24.375 146.813 24.469 147.592 24.672C148.699 23.8343 149.735 23.3279 151.154 23.2583C151.645 23.2342 152.135 23.5155 152.325 24.0181C152.729 25.087 152.718 26.4433 152.335 27.6423C152.868 28.4568 153.164 29.1885 153.323 29.8576C153.5 30.5997 153.5 31.2355 153.5 31.7326V31.75C153.5 33.6217 152.694 35.0191 151.466 35.9936C150.566 36.7086 149.453 37.187 148.291 37.4917C148.75 38.3758 148.75 39.2409 148.75 39.9675L148.75 43H147.25V40C147.25 39.0112 147.236 38.2972 146.47 37.5303L146.877 36.2602C148.308 36.0217 149.608 35.5543 150.534 34.8189C151.431 34.1059 152 33.1283 152 31.75C152 31.2496 151.998 30.7667 151.864 30.205C151.732 29.6502 151.463 28.9883 150.89 28.1859L150.651 27.8522L150.804 27.4715C151.163 26.5741 151.212 25.5444 150.995 24.7733C149.999 24.8698 149.238 25.2704 148.219 26.0857L147.9 26.3406L147.513 26.2115C146.864 25.9953 145.951 25.875 145 25.875C144.049 25.875 143.136 25.9953 142.487 26.2115L142.1 26.3406L141.781 26.0857C140.762 25.2704 140.001 24.8698 139.004 24.7733C138.788 25.5443 138.837 26.5741 139.196 27.4715L139.349 27.8522L139.11 28.1859C138.537 28.9883 138.268 29.6502 138.136 30.205C138.002 30.7667 138 31.2496 138 31.75C138 33.1283 138.569 34.1059 139.466 34.8189C140.392 35.5543 141.692 36.0217 143.123 36.2602L143.53 37.5304C142.764 38.2971 142.75 39.0112 142.75 40V43H141.25V41.7268C140.299 41.6661 139.145 41.4665 138.136 40.9056C137.476 40.5391 136.87 40.0138 136.432 39.2716C135.994 38.5294 135.75 37.6122 135.75 36.5H137.25C137.25 37.3878 137.443 38.0331 137.724 38.5097C138.005 38.9862 138.399 39.3359 138.864 39.5944C139.584 39.9943 140.453 40.1638 141.25 40.2231L141.25 39.9675C141.25 39.2409 141.25 38.3758 141.709 37.4917C140.547 37.187 139.434 36.7086 138.534 35.9936C137.306 35.0191 136.5 33.6217 136.5 31.75V31.7326C136.5 31.2355 136.5 30.5997 136.677 29.8576C136.836 29.1885 137.132 28.4568 137.665 27.6423C137.282 26.4433 137.271 25.087 137.675 24.0181Z" fill="#110529"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M222.493 25.9065C221.306 26.2889 220.25 27.4023 220.25 29.4503V30.724H219.5C217.833 30.724 215.964 30.1516 214.327 29.2568C213.111 28.5922 211.975 27.7229 211.125 26.7186C210.896 27.4576 210.842 28.3188 210.989 29.1211C211.215 30.3519 211.843 31.1562 212.671 31.33L212.363 32.798C211.996 32.721 211.667 32.588 211.374 32.4114C211.5 32.9955 211.762 33.4016 212.053 33.686C212.616 34.2359 213.415 34.4538 214.027 34.4538V35.9538C213.643 35.9538 213.202 35.898 212.751 35.7646C212.986 36.2239 213.336 36.5777 213.744 36.836C214.525 37.3312 215.518 37.4725 216.318 37.2724L216.95 38.6L216.5 38C216.95 38.6 216.95 38.5998 216.95 38.6L216.949 38.6011L216.947 38.6023L216.943 38.605L216.934 38.6121C216.926 38.6175 216.917 38.6243 216.905 38.6324C216.882 38.6485 216.851 38.6697 216.811 38.6951C216.732 38.746 216.62 38.814 216.473 38.8929C216.18 39.0508 215.752 39.2521 215.18 39.4473C214.379 39.7206 213.301 39.9804 211.926 40.0942C212.729 40.5746 213.729 40.9166 214.836 41.0994C216.674 41.4027 218.686 41.2446 220.317 40.6559C222.23 39.9654 223.888 38.7801 225.071 37.0474C226.254 35.3144 226.993 32.9891 226.993 29.9708V29.6443L227.229 29.425L227.233 29.421C227.239 29.4149 227.251 29.4031 227.267 29.3856C227.3 29.3505 227.351 29.293 227.412 29.214C227.536 29.0555 227.702 28.8134 227.853 28.4938C228.066 28.0414 228.254 27.4284 228.25 26.6622C227.818 26.8578 227.285 27.0781 226.806 27.2148L226.319 27.3535L226.008 26.9541C225.168 25.874 223.731 25.5076 222.493 25.9065ZM228.526 24.8604C228.735 24.7496 228.983 24.7436 229.197 24.8441C229.411 24.9446 229.565 25.1399 229.612 25.3713C229.944 26.9767 229.625 28.254 229.209 29.1341C229.003 29.5708 228.775 29.9071 228.594 30.138C228.558 30.1844 228.523 30.2267 228.491 30.2648C228.444 33.3976 227.649 35.9326 226.31 37.8933C224.929 39.9152 223.001 41.2818 220.826 42.0668C218.933 42.7504 216.659 42.9205 214.592 42.5794C212.54 42.2407 210.565 41.3745 209.404 39.8549C209.229 39.6258 209.201 39.3166 209.331 39.0597C209.462 38.8027 209.729 38.6433 210.017 38.6498C211.403 38.6807 212.533 38.5535 213.423 38.3702C213.257 38.2907 213.096 38.2016 212.941 38.1028C211.86 37.4181 211.047 36.2683 210.945 34.6996C210.072 33.8088 209.599 32.4582 209.874 30.5965C209.708 30.2087 209.589 29.7993 209.514 29.3921C209.234 27.8668 209.499 26.0805 210.397 24.8249C210.545 24.6175 210.789 24.4996 211.043 24.512C211.298 24.5244 211.529 24.6654 211.656 24.8862C212.322 26.0388 213.567 27.1319 215.047 27.9406C216.261 28.6046 217.574 29.0443 218.755 29.1797C218.849 26.6694 220.257 25.051 222.032 24.4788C223.66 23.9543 225.558 24.3318 226.835 25.6261C227.154 25.5081 227.491 25.3619 227.788 25.2241C228.003 25.1241 228.189 25.0324 228.321 24.9658C228.387 24.9325 228.439 24.9057 228.475 24.8874L228.514 24.8667L228.524 24.8617L228.526 24.8604C228.526 24.8604 228.526 24.8604 228.526 24.8604Z" fill="#110529"/>
5
- <path d="M33 30C33.5523 30 34 29.5523 34 29C34 28.4477 33.5523 28 33 28C32.4477 28 32 28.4477 32 29C32 29.5523 32.4477 30 33 30Z" fill="#110529"/>
6
- <path d="M32.25 31V38H33.75V31H32.25Z" fill="#110529"/>
7
- <path d="M38.7841 32.4367C37.7211 32.485 36.75 33.234 36.75 34.5V38H35.25V31H36.75V31.5934C37.3381 31.1918 38.0345 30.9692 38.7159 30.9383C39.5676 30.8996 40.4565 31.1497 41.1405 31.7612C41.8368 32.3836 42.25 33.3172 42.25 34.5V38H40.75V34.5C40.75 33.6828 40.4757 33.1789 40.1408 32.8795C39.7935 32.5691 39.3074 32.4129 38.7841 32.4367Z" fill="#110529"/>
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M46 27C46 25.3431 44.6569 24 43 24H31C29.3431 24 28 25.3431 28 27V39C28 40.6569 29.3431 42 31 42H43C44.6569 42 46 40.6569 46 39V27ZM31 25.5H43C43.8284 25.5 44.5 26.1716 44.5 27V39C44.5 39.8284 43.8284 40.5 43 40.5H31C30.1716 40.5 29.5 39.8284 29.5 39L29.5 27C29.5 26.1716 30.1716 25.5 31 25.5Z" fill="#110529"/>
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M112.5 32.134C113.167 32.5189 113.167 33.4811 112.5 33.866L108 36.4641C107.333 36.849 106.5 36.3679 106.5 35.5981V30.4019C106.5 29.6321 107.333 29.151 108 29.5359L112.5 32.134ZM108 31.268L111 33L108 34.7321V31.268Z" fill="#110529"/>
10
- <path fill-rule="evenodd" clip-rule="evenodd" d="M120 33C120 33 120 29.0475 119.497 27.1541C119.221 26.1108 118.405 25.2884 117.365 25.0057C115.486 24.5 109 24.5 109 24.5C109 24.5 102.518 24.5 100.635 25.0057C99.5994 25.2841 98.7821 26.1076 98.5027 27.1541C98 29.0475 98 33 98 33C98 33 98 36.9525 98.5027 38.8459C98.7788 39.8893 99.595 40.7116 100.635 40.9942C102.518 41.5 109 41.5 109 41.5C109 41.5 115.486 41.5 117.365 40.9942C118.401 40.7159 119.218 39.8924 119.497 38.8459C120 36.9525 120 33 120 33ZM118.048 27.539L118.047 27.5379C117.908 27.0118 117.495 26.596 116.974 26.4537C116.648 26.3665 116.014 26.2794 115.143 26.2084C114.304 26.14 113.343 26.0936 112.427 26.0623C111.512 26.0312 110.654 26.0156 110.024 26.0078C109.709 26.0039 109.452 26.0019 109.274 26.001C109.185 26.0005 109.116 26.0002 109.069 26.0001L109.017 26H108.983L108.931 26.0001C108.884 26.0002 108.815 26.0005 108.726 26.001C108.548 26.0019 108.291 26.0039 107.976 26.0078C107.346 26.0156 106.489 26.0312 105.575 26.0623C104.658 26.0936 103.697 26.14 102.858 26.2084C101.986 26.2795 101.35 26.3668 101.024 26.4543C100.513 26.5918 100.095 27.0054 99.9522 27.5401C99.7459 28.3178 99.6239 29.6345 99.5609 30.8639C99.5305 31.4566 99.5152 31.9935 99.5076 32.3823C99.5038 32.5763 99.5019 32.7327 99.5009 32.8396C99.5005 32.8931 99.5002 32.9342 99.5001 32.9614L99.5 32.9917L99.5 33.0002L99.5 33.0083L99.5001 33.0386C99.5002 33.0658 99.5005 33.1069 99.5009 33.1604C99.5019 33.2673 99.5038 33.4237 99.5076 33.6177C99.5152 34.0065 99.5305 34.5434 99.5609 35.1361C99.624 36.3661 99.746 37.6834 99.9525 38.461L99.9528 38.4622C100.092 38.988 100.505 39.4038 101.026 39.5462C101.352 39.6335 101.988 39.7207 102.858 39.7916C103.697 39.86 104.658 39.9064 105.575 39.9377C106.489 39.9688 107.346 39.9844 107.976 39.9922C108.291 39.9961 108.548 39.9981 108.726 39.999C108.815 39.9995 108.884 39.9998 108.931 39.9999L108.983 40H109.017L109.069 39.9999C109.116 39.9998 109.185 39.9995 109.274 39.999C109.452 39.9981 109.709 39.9961 110.024 39.9922C110.654 39.9844 111.512 39.9688 112.427 39.9377C113.343 39.9064 114.304 39.86 115.143 39.7916C116.016 39.7205 116.651 39.6331 116.976 39.5458C117.487 39.4083 117.905 38.9945 118.048 38.4593C118.254 37.6816 118.376 36.3652 118.439 35.1361C118.47 34.5434 118.485 34.0065 118.492 33.6177C118.496 33.4237 118.498 33.2673 118.499 33.1604C118.5 33.1069 118.5 33.0658 118.5 33.0386L118.5 33.0083L118.5 33.0014V32.9986L118.5 32.9917L118.5 32.9614L118.499 32.8591L118.499 32.8396C118.498 32.7327 118.496 32.5763 118.492 32.3823C118.485 31.9935 118.47 31.4566 118.439 30.8639C118.376 29.6339 118.254 28.3166 118.048 27.539Z" fill="#110529"/>
11
- <path d="M43.2222 63C43.6937 63 44.1459 63.1873 44.4793 63.5207C44.8127 63.8541 45 64.3063 45 64.7778V77.2222C45 77.6937 44.8127 78.1459 44.4793 78.4793C44.1459 78.8127 43.6937 79 43.2222 79H30.7778C30.3063 79 29.8541 78.8127 29.5207 78.4793C29.1873 78.1459 29 77.6937 29 77.2222V64.7778C29 64.3063 29.1873 63.8541 29.5207 63.5207C29.8541 63.1873 30.3063 63 30.7778 63H43.2222ZM42.7778 76.7778V72.0667C42.7778 71.2981 42.4725 70.5611 41.929 70.0176C41.3856 69.4742 40.6485 69.1689 39.88 69.1689C39.1244 69.1689 38.2444 69.6311 37.8178 70.3244V69.3378H35.3378V76.7778H37.8178V72.3956C37.8178 71.7111 38.3689 71.1511 39.0533 71.1511C39.3834 71.1511 39.6999 71.2822 39.9333 71.5156C40.1667 71.749 40.2978 72.0655 40.2978 72.3956V76.7778H42.7778ZM32.4489 67.9422C32.8449 67.9422 33.2248 67.7849 33.5048 67.5048C33.7849 67.2248 33.9422 66.8449 33.9422 66.4489C33.9422 65.6222 33.2756 64.9467 32.4489 64.9467C32.0505 64.9467 31.6684 65.1049 31.3867 65.3867C31.1049 65.6684 30.9467 66.0505 30.9467 66.4489C30.9467 67.2756 31.6222 67.9422 32.4489 67.9422ZM33.6844 76.7778V69.3378H31.2222V76.7778H33.6844Z" fill="#DFE0E6"/>
12
- <path fill-rule="evenodd" clip-rule="evenodd" d="M116.814 63.9479C117.674 64.1943 118.352 64.9205 118.582 65.8424C119 67.5133 119 71 119 71C119 71 119 74.4867 118.582 76.1576C118.352 77.0795 117.674 77.8057 116.814 78.0521C115.254 78.5 109 78.5 109 78.5C109 78.5 102.746 78.5 101.186 78.0521C100.326 77.8057 99.648 77.0795 99.418 76.1576C99 74.4867 99 71 99 71C99 71 99 67.5133 99.418 65.8424C99.648 64.9205 100.326 64.1943 101.186 63.9479C102.746 63.5 109 63.5 109 63.5C109 63.5 115.254 63.5 116.814 63.9479ZM112.182 71.1624C112.303 71.0902 112.303 70.9098 112.182 70.8376L107.273 67.9148C107.151 67.8426 107 67.9328 107 68.0772V73.9228C107 74.0672 107.151 74.1574 107.273 74.0852L112.182 71.1624Z" fill="#DFE0E6"/>
13
- <path d="M83.1894 65.3824C82.4647 65.7118 81.6835 65.9282 80.8741 66.0318C81.7024 65.5329 82.3424 64.7424 82.6435 63.7918C81.8624 64.2624 80.9965 64.5918 80.0835 64.78C79.34 63.9706 78.2953 63.5 77.1094 63.5C74.8976 63.5 73.0906 65.3071 73.0906 67.5376C73.0906 67.8576 73.1282 68.1682 73.1941 68.46C69.8435 68.2906 66.86 66.6812 64.8741 64.2435C64.5259 64.8365 64.3282 65.5329 64.3282 66.2671C64.3282 67.6694 65.0341 68.9118 66.1259 69.6176C65.4576 69.6176 64.8365 69.4294 64.2906 69.1471V69.1753C64.2906 71.1329 65.6835 72.7706 67.5282 73.1376C66.936 73.2997 66.3142 73.3223 65.7118 73.2035C65.9674 74.0059 66.468 74.7079 67.1433 75.211C67.8186 75.7141 68.6345 75.9929 69.4765 76.0082C68.0493 77.1381 66.2802 77.7488 64.46 77.74C64.14 77.74 63.82 77.7212 63.5 77.6835C65.2882 78.8318 67.4153 79.5 69.6929 79.5C77.1094 79.5 81.1847 73.3447 81.1847 68.0082C81.1847 67.8294 81.1847 67.66 81.1753 67.4812C81.9659 66.9165 82.6435 66.2012 83.1894 65.3824Z" fill="#DFE0E6"/>
14
- <path d="M77.7386 25.1784C77.8336 25.0653 77.9738 25 78.1215 25H79.422C79.8469 25 80.0782 25.4964 79.8048 25.8217L74.8002 31.7774L80.3466 39.4123C80.8268 40.0733 80.3546 41 79.5375 41H76.5072C76.3481 41 76.1985 40.9243 76.1043 40.796L72.1454 35.4066L67.5939 40.8217C67.4989 40.9347 67.3588 41 67.2111 41H65.9089C65.484 41 65.2528 40.5036 65.5261 40.1783L70.9271 33.7508L65.6692 26.592C65.1842 25.9315 65.6558 25 66.4752 25H69.6242C69.7843 25 69.9347 25.0766 70.0288 25.2061L73.593 30.1126L77.7386 25.1784ZM76.9736 39.3754H78.418L69.0942 26.5393H67.5441L76.9736 39.3754Z" fill="#110529"/>
15
- <path d="M145 61C143.687 61 142.386 61.2587 141.173 61.7612C139.96 62.2638 138.858 63.0003 137.929 63.9289C136.054 65.8043 135 68.3478 135 71C135 75.42 137.87 79.17 141.84 80.5C142.34 80.58 142.5 80.27 142.5 80V78.31C139.73 78.91 139.14 76.97 139.14 76.97C138.68 75.81 138.03 75.5 138.03 75.5C137.12 74.88 138.1 74.9 138.1 74.9C139.1 74.97 139.63 75.93 139.63 75.93C140.5 77.45 141.97 77 142.54 76.76C142.63 76.11 142.89 75.67 143.17 75.42C140.95 75.17 138.62 74.31 138.62 70.5C138.62 69.39 139 68.5 139.65 67.79C139.55 67.54 139.2 66.5 139.75 65.15C139.75 65.15 140.59 64.88 142.5 66.17C143.29 65.95 144.15 65.84 145 65.84C145.85 65.84 146.71 65.95 147.5 66.17C149.41 64.88 150.25 65.15 150.25 65.15C150.8 66.5 150.45 67.54 150.35 67.79C151 68.5 151.38 69.39 151.38 70.5C151.38 74.32 149.04 75.16 146.81 75.41C147.17 75.72 147.5 76.33 147.5 77.26V80C147.5 80.27 147.66 80.59 148.17 80.5C152.14 79.16 155 75.42 155 71C155 69.6868 154.741 68.3864 154.239 67.1732C153.736 65.9599 153 64.8575 152.071 63.9289C151.142 63.0003 150.04 62.2638 148.827 61.7612C147.614 61.2587 146.313 61 145 61Z" fill="#DFE0E6"/>
16
- </svg>
@@ -1,17 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.25 20.5H21.75V22H2.25V20.5Z" fill="#110529"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 2.5L3.75 4L2.25 4L2.25 2.5L3.75 2.5Z" fill="#110529"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 5.5L3.75 7H2.25L2.25 5.5H3.75Z" fill="#110529"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 8.5L3.75 10H2.25L2.25 8.5H3.75Z" fill="#110529"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 11.5L3.75 13H2.25L2.25 11.5H3.75Z" fill="#110529"/>
7
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 14.5L3.75 16H2.25L2.25 14.5H3.75Z" fill="#110529"/>
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 17.5L3.75 19H2.25L2.25 17.5H3.75Z" fill="#110529"/>
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.75 14L11.75 19H10.25L10.25 14H11.75Z" fill="#110529"/>
10
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.75 7L15.75 19H14.25L14.25 7L15.75 7Z" fill="#110529"/>
11
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.75 11L7.75 19H6.25L6.25 11H7.75Z" fill="#110529"/>
12
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.75 11V19H18.25V11H19.75Z" fill="#110529"/>
13
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.75 8.5V12.5H10.25V8.5H11.75Z" fill="#07AD3E"/>
14
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.75 2.5V5.5H14.25V2.5L15.75 2.5Z" fill="#07AD3E"/>
15
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.75 6.5L7.75 9.5H6.25L6.25 6.5H7.75Z" fill="#07AD3E"/>
16
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.75 5.5V9.5H18.25V5.5H19.75Z" fill="#07AD3E"/>
17
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M16.2 4H7.8C6.94342 4 6.36113 4.00078 5.91104 4.03755C5.47262 4.07337 5.24842 4.1383 5.09202 4.21799C4.71569 4.40973 4.40973 4.71569 4.21799 5.09202C4.1383 5.24842 4.07337 5.47262 4.03755 5.91104C4.00078 6.36113 4 6.94342 4 7.8V16.2C4 17.0566 4.00078 17.6389 4.03755 18.089C4.07337 18.5274 4.1383 18.7516 4.21799 18.908C4.40973 19.2843 4.71569 19.5903 5.09202 19.782C5.24842 19.8617 5.47262 19.9266 5.91104 19.9624C6.36113 19.9992 6.94342 20 7.8 20H16.2C17.0566 20 17.6389 19.9992 18.089 19.9624C18.5274 19.9266 18.7516 19.8617 18.908 19.782C19.2843 19.5903 19.5903 19.2843 19.782 18.908C19.8617 18.7516 19.9266 18.5274 19.9624 18.089C19.9992 17.6389 20 17.0566 20 16.2V7.8C20 6.94342 19.9992 6.36113 19.9624 5.91104C19.9266 5.47262 19.8617 5.24842 19.782 5.09202C19.5903 4.71569 19.2843 4.40973 18.908 4.21799C18.7516 4.1383 18.5274 4.07337 18.089 4.03755C17.6389 4.00078 17.0566 4 16.2 4ZM3.32698 4.63803C3 5.27976 3 6.11984 3 7.8V16.2C3 17.8802 3 18.7202 3.32698 19.362C3.6146 19.9265 4.07354 20.3854 4.63803 20.673C5.27976 21 6.11984 21 7.8 21H16.2C17.8802 21 18.7202 21 19.362 20.673C19.9265 20.3854 20.3854 19.9265 20.673 19.362C21 18.7202 21 17.8802 21 16.2V7.8C21 6.11984 21 5.27976 20.673 4.63803C20.3854 4.07354 19.9265 3.6146 19.362 3.32698C18.7202 3 17.8802 3 16.2 3H7.8C6.11984 3 5.27976 3 4.63803 3.32698C4.07354 3.6146 3.6146 4.07354 3.32698 4.63803Z" fill="#CFD1DB"/>
3
- <path d="M5 5H7.8V7.8H5V5Z" fill="#CFD1DB"/>
4
- <path d="M7.8 16.2H5V19H7.8V16.2L10.6 16.2001L10.6 19H13.4V16.2001H16.2V19H19V16.2L16.2 16.2001V13.3999H13.4V16.2001H10.6L10.6 13.3999H7.8V16.2Z" fill="#CFD1DB"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.8 7.8H10.6L10.6 10.6L7.8 10.5999V7.8ZM7.8 10.5999V13.3999H5V10.5999H7.8ZM13.4 10.6H10.6L10.6 13.3999H13.4V10.6ZM13.4 7.8V10.6H16.2V13.3999H19V10.5999L16.2 10.6L16.2 7.8L19 7.8V5H16.2L16.2 7.8L13.4 7.8ZM13.4 7.8V5H10.6V7.8H13.4Z" fill="#CFD1DB"/>
6
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="4.5" y="4.5" width="15" height="15" rx="1.5" stroke="#110529" stroke-width="3"/>
3
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.25 12.25H11.75V20.75H10.25V14.8107L3.53033 21.5303L2.46967 20.4697L9.18934 13.75H3.25V12.25Z" fill="#07AD3E"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M20.75 4.5C20.75 3.80964 20.1904 3.25 19.5 3.25H4.5C3.80964 3.25 3.25 3.80964 3.25 4.5V9.75H14.25V20.75H19.5C20.1904 20.75 20.75 20.1904 20.75 19.5V4.5ZM19.25 4.75V8.25H15.75V4.75H19.25ZM19.25 19.25V9.75H15.75V19.25H19.25ZM4.75 4.75V8.25H14.25V4.75H4.75Z" fill="#110529"/>
4
- </svg>
@@ -1,15 +0,0 @@
1
- <svg width="144" height="130" viewBox="0 0 144 130" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="1" y="1" width="142" height="128" rx="5" stroke="#9747FF" stroke-dasharray="10 5"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M29.5 29.5V30.5H40.5V29.5H29.5ZM29 28C28.4477 28 28 28.4477 28 29V31C28 31.5523 28.4477 32 29 32H41C41.5523 32 42 31.5523 42 31V29C42 28.4477 41.5523 28 41 28H29Z" fill="#110529"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M29.5 35.5V36.5H36.5V35.5H29.5ZM29 34C28.4477 34 28 34.4477 28 35V37C28 37.5523 28.4477 38 29 38H37C37.5523 38 38 37.5523 38 37V35C38 34.4477 37.5523 34 37 34H29Z" fill="#110529"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M24.25 42V24H25.75V42H24.25Z" fill="#110529"/>
6
- <path fill-rule="evenodd" clip-rule="evenodd" d="M24 71.5L42 71.5V73L24 73V71.5ZM24 76L32 76V77.5L24 77.5V76ZM24 82V80.5L40 80.5V82L24 82ZM24 85H34V86.5H24V85Z" fill="#110529"/>
7
- <path fill-rule="evenodd" clip-rule="evenodd" d="M60 71.5L78 71.5V73L60 73V71.5ZM65 76L73 76V77.5L65 77.5V76ZM61 80.5L77 80.5V82L61 82L61 80.5ZM64 85H74V86.5H64V85Z" fill="#CFD1DB"/>
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M96 71.5L114 71.5V73L96 73V71.5ZM106 76L114 76V77.5L106 77.5V76ZM98 82V80.5L114 80.5V82L98 82ZM104 85H114V86.5H104V85Z" fill="#CFD1DB"/>
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M63.5 29.5V30.5H68.25H69.75H74.5V29.5H69.75H68.25H63.5ZM63 28C62.4477 28 62 28.4477 62 29V31C62 31.5523 62.4477 32 63 32H75C75.5523 32 76 31.5523 76 31V29C76 28.4477 75.5523 28 75 28H63Z" fill="#CFD1DB"/>
10
- <path fill-rule="evenodd" clip-rule="evenodd" d="M65.5 35.5V36.5H68.25H69.75H72.5V35.5H69.75H68.25H65.5ZM65 34C64.4477 34 64 34.4477 64 35V37C64 37.5523 64.4477 38 65 38H73C73.5523 38 74 37.5523 74 37V35C74 34.4477 73.5523 34 73 34H65Z" fill="#CFD1DB"/>
11
- <path fill-rule="evenodd" clip-rule="evenodd" d="M68.25 35.5V30.5H69.75V35.5H68.25ZM68.25 36.5V42H69.75V36.5H68.25ZM69.75 29.5H68.25V24H69.75V29.5Z" fill="#CFD1DB"/>
12
- <path fill-rule="evenodd" clip-rule="evenodd" d="M97.5 29.5V30.5H108.5V29.5H97.5ZM97 28C96.4477 28 96 28.4477 96 29V31C96 31.5523 96.4477 32 97 32H109C109.552 32 110 31.5523 110 31V29C110 28.4477 109.552 28 109 28H97Z" fill="#CFD1DB"/>
13
- <path fill-rule="evenodd" clip-rule="evenodd" d="M101.5 35.5V36.5H108.5V35.5H101.5ZM101 34C100.448 34 100 34.4477 100 35V37C100 37.5523 100.448 38 101 38H109C109.552 38 110 37.5523 110 37V35C110 34.4477 109.552 34 109 34H101Z" fill="#CFD1DB"/>
14
- <path fill-rule="evenodd" clip-rule="evenodd" d="M112.25 42V24H113.75V42H112.25Z" fill="#CFD1DB"/>
15
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6 20.25C4.75736 20.25 3.75 19.2426 3.75 18V6C3.75 4.75736 4.75736 3.75 6 3.75H18C19.2426 3.75 20.25 4.75736 20.25 6V9H21.75V6C21.75 3.92893 20.0711 2.25 18 2.25H6C3.92893 2.25 2.25 3.92893 2.25 6V18C2.25 20.0711 3.92893 21.75 6 21.75H11V20.25H6Z" fill="#110529"/>
3
- <path d="M12 7.75H6V6.25H12V7.75Z" fill="#110529"/>
4
- <path d="M6 11.75H9V10.25H6V11.75Z" fill="#110529"/>
5
- <path d="M16.0001 9L21.5194 14.2986L20.4807 15.3807L16.7501 11.7993V22.0397H15.2501V11.7993L11.5194 15.3807L10.4807 14.2986L16.0001 9Z" fill="#110529"/>
6
- </svg>
@@ -1,5 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.53039 21.5303L21.5304 3.53033L20.4697 2.46967L17.72 5.21937C16.0414 3.88947 14.1097 2.99934 11.9999 3.00021C7.18334 3.00218 3.29478 7.64011 1.22807 11.5563C1.08117 11.8347 1.08117 12.1662 1.22809 12.4446C2.17923 14.2467 3.51622 16.2017 5.15195 17.7874L2.46973 20.4697L3.53039 21.5303ZM6.21275 16.7266C4.78584 15.3477 3.58171 13.633 2.69197 12.0004C3.65831 10.2271 4.99552 8.35698 6.58622 6.92538C8.25788 5.42091 10.092 4.50099 12.0005 4.50021C13.6223 4.49954 15.1907 5.16398 16.6515 6.2879L14.2482 8.6912C13.6075 8.25498 12.8334 8 11.9999 8C9.79072 8 7.99985 9.79086 7.99985 12C7.99985 12.8336 8.25484 13.6076 8.69106 14.2483L6.21275 16.7266ZM9.78287 13.1565C9.60209 12.8107 9.49986 12.4173 9.49986 12C9.49986 10.6193 10.6191 9.5 11.9999 9.5C12.4171 9.5 12.8105 9.60223 13.1564 9.78301L9.78287 13.1565Z" fill="#110529"/>
3
- <path d="M15.9778 11.5778L11.5776 15.978C11.7164 15.9925 11.8573 16 11.9999 16C14.209 16 15.9999 14.2091 15.9999 12C15.9999 11.8574 15.9924 11.7165 15.9778 11.5778Z" fill="#110529"/>
4
- <path d="M12.0005 19.5002C10.9278 19.4998 9.87854 19.2089 8.86845 18.6872L7.76345 19.7922C9.06556 20.5416 10.4869 20.9996 11.9999 21.0002C16.8164 21.0022 20.7049 16.3606 22.7716 12.4446C22.9185 12.1662 22.9185 11.8347 22.7716 11.5563C22.0658 10.2187 21.1474 8.79644 20.0521 7.50352L18.9875 8.56811C19.8959 9.65528 20.6801 10.8484 21.3078 12.0004C20.3413 13.774 19.004 15.6449 17.4133 17.0768C15.7417 18.5816 13.9081 19.501 12.0005 19.5002Z" fill="#110529"/>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 16C14.2091 16 16 14.2091 16 12C16 11.1287 15.7215 10.3226 15.2486 9.66563L14.1651 10.7491C14.3781 11.1171 14.5 11.5443 14.5 12C14.5 13.3807 13.3807 14.5 12 14.5C10.6193 14.5 9.5 13.3807 9.5 12C9.5 10.6193 10.6193 9.49997 12 9.49997C12.1817 9.49997 12.3589 9.51936 12.5296 9.55618L13.7052 8.3806C13.1879 8.13648 12.6099 7.99997 12 7.99997C9.79086 7.99997 8 9.79083 8 12C8 14.2091 9.79086 16 12 16Z" fill="#110529"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M1.22822 11.5563C3.29493 7.64009 7.18349 3.00216 12 3.00018C16.8165 2.99821 20.7051 7.63981 22.7718 11.5563C22.9187 11.8347 22.9187 12.1662 22.7718 12.4445C20.7051 16.3606 16.8165 21.0021 12 21.0002C7.1835 20.9982 3.29495 16.3603 1.22824 12.4445C1.08132 12.1662 1.08131 11.8347 1.22822 11.5563ZM2.69212 12.0004C3.65846 13.7735 4.99567 15.6435 6.58637 17.0751C8.25803 18.5795 10.0921 19.4994 12.0006 19.5002C13.9082 19.501 15.7418 18.5816 17.4135 17.0768C19.0042 15.6448 20.3415 13.7739 21.3079 12.0004C20.3415 10.2266 19.0042 8.35563 17.4135 6.92363C15.7418 5.41875 13.9082 4.4994 12.0006 4.50018C10.0921 4.50097 8.25803 5.42089 6.58637 6.92536C4.99566 8.35696 3.65846 10.227 2.69212 12.0004Z" fill="#110529"/>
4
- </svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="M7.5.289a1 1 0 0 1 1 0l5.928 3.422a1 1 0 0 1 .5.866v6.846a1 1 0 0 1-.5.866L8.5 15.71a1 1 0 0 1-1 0L1.572 12.29a1 1 0 0 1-.5-.866V4.577a1 1 0 0 1 .5-.866zM3.348 4.418 8 1.732l4.652 2.686L8 7.132zm-.776 1.284v5.432l4.678 2.7V8.432zm6.178 8.133 4.678-2.701V5.702L8.75 8.43z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" d="m9.06 8 2.47-2.47-1.06-1.06L8 6.94 5.53 4.47 4.47 5.53 6.94 8l-2.47 2.47 1.06 1.06L8 9.06l2.47 2.47 1.06-1.06z"/><path fill="#110529" fill-rule="evenodd" d="M8 .25a7.75 7.75 0 1 0 0 15.5A7.75 7.75 0 0 0 8 .25M1.75 8a6.25 6.25 0 1 1 12.5 0 6.25 6.25 0 0 1-12.5 0" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" fill-rule="evenodd" d="M.707 3.793a1 1 0 0 0 0 1.414l2.086 2.086a1 1 0 0 0 1.414 0L6.25 5.25H15v-1.5H6.25L4.207 1.707a1 1 0 0 0-1.414 0zm1.414.707L3.5 5.879 4.879 4.5 3.5 3.121zM9.75 10.75l2.043-2.043a1 1 0 0 1 1.414 0l2.086 2.086a1 1 0 0 1 0 1.414l-2.086 2.086a1 1 0 0 1-1.414 0L9.75 12.25H1v-1.5zm2.75 2.129L11.121 11.5l1.379-1.379 1.379 1.379z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none"><path fill="#110529" d="M4 9V7H2v2zM9 9V7H7v2zM14 7h-2v2h2z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 24 24"><path fill="#110529" fill-rule="evenodd" d="M11.25 1.25h1.5v1.78a9 9 0 0 1 3.086.826l.89-1.54 1.299.75-.89 1.541a9 9 0 0 1 2.258 2.259l1.542-.89.75 1.299-1.541.89c.448.949.735 1.989.825 3.085h1.781v1.5h-7.845a3 3 0 0 1-3.708 2.141l-2.28 3.948a7.503 7.503 0 0 0 10.063-4.09h1.592q-.18.561-.428 1.087l1.54.89-.75 1.299-1.541-.89a9 9 0 0 1-2.259 2.258l.89 1.542-1.299.75-.89-1.541c-.949.448-1.989.735-3.085.825v1.781h-1.5v-1.78a9 9 0 0 1-3.086-.826l-.89 1.54-1.299-.75 3.923-6.794a3 3 0 1 1 5.007-2.89h4.558a7.5 7.5 0 0 0-8.57-6.669l-.797-1.38a9 9 0 0 1 1.154-.17zM13.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" clip-rule="evenodd"/><path fill="#110529" d="m8.164 3.856-.89-1.54-1.299.75.89 1.541a9 9 0 0 0-2.258 2.259l-1.542-.89-.75 1.299 1.541.89a9 9 0 0 0-.825 3.085H1.25v1.5h1.78a9 9 0 0 0 .826 3.086l-1.54.89.75 1.299 1.541-.89q.334.48.727.912l.795-1.379A7.47 7.47 0 0 1 4.5 12a7.49 7.49 0 0 1 3.119-6.088l2.28 3.947c.356-.35.801-.613 1.298-.75L8.917 5.16z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="#110529" d="M12 22V2"/><path fill="#C1ADFF" stroke="#110529" d="M4 6.5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 .5.5V12H4zM4 12h16v5.5a.5.5 0 0 1-.5.5h-15a.5.5 0 0 1-.5-.5z"/><circle cx="12" cy="12" r="4" fill="#110529"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path stroke="#110529" d="M12 22V2"/><path fill="#C1ADFF" stroke="#110529" d="M4 6.5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 .5.5V12H4zM4 12h16v5.5a.5.5 0 0 1-.5.5h-15a.5.5 0 0 1-.5-.5z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M12 3.25c-2.347 0-4.048 1.043-5.147 2.34-.866 1.021-1.377 2.22-1.543 3.223-2.04.366-4.26 2.304-4.26 5.387 0 3.414 2.736 5.55 4.95 5.55v-1.5c-1.386 0-3.45-1.464-3.45-4.05 0-2.564 2.042-3.95 3.45-3.95h.75V9.5c0-.7.372-1.908 1.247-2.94.85-1.003 2.15-1.81 4.003-1.81s3.152.807 4.003 1.81c.875 1.032 1.247 2.24 1.247 2.94v.75H18c1.408 0 3.45 1.386 3.45 3.95 0 2.586-2.064 4.05-3.45 4.05v1.5c2.214 0 4.95-2.136 4.95-5.55 0-3.083-2.22-5.021-4.26-5.387-.166-1.002-.677-2.202-1.543-3.223-1.1-1.297-2.8-2.34-5.147-2.34"/><path fill="#110529" d="m12 22.06-4.53-4.53 1.06-1.06 2.72 2.72V11h1.5v8.19l2.72-2.72 1.06 1.06z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M12 3.25c-2.347 0-4.048 1.043-5.147 2.34-.866 1.021-1.377 2.22-1.543 3.223-2.04.366-4.26 2.304-4.26 5.387 0 3.414 2.736 5.55 4.95 5.55v-1.5c-1.386 0-3.45-1.464-3.45-4.05 0-2.564 2.042-3.95 3.45-3.95h.75V9.5c0-.7.372-1.908 1.247-2.94.85-1.003 2.15-1.81 4.003-1.81s3.152.807 4.003 1.81c.875 1.032 1.247 2.24 1.247 2.94v.75H18c1.408 0 3.45 1.386 3.45 3.95 0 2.586-2.064 4.05-3.45 4.05v1.5c2.214 0 4.95-2.136 4.95-5.55 0-3.083-2.22-5.021-4.26-5.387-.166-1.002-.677-2.202-1.543-3.223-1.1-1.297-2.8-2.34-5.147-2.34"/><path fill="#110529" d="m12 10.94-4.53 4.53 1.06 1.06 2.72-2.72V22h1.5v-8.19l2.72 2.72 1.06-1.06z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M3.75 6A2.25 2.25 0 0 1 6 3.75h7v-1.5H6A3.75 3.75 0 0 0 2.25 6v12A3.75 3.75 0 0 0 6 21.75h12A3.75 3.75 0 0 0 21.75 18v-7h-1.5v7A2.25 2.25 0 0 1 18 20.25H6A2.25 2.25 0 0 1 3.75 18z"/><path fill="#110529" fill-rule="evenodd" d="M8.5 7.25c-.69 0-1.25.56-1.25 1.25v3q.002.269.104.5a1.25 1.25 0 0 0-.104.5v3c0 .69.56 1.25 1.25 1.25h3q.269-.002.5-.104.231.102.5.104h3c.69 0 1.25-.56 1.25-1.25v-3c0-.69-.56-1.25-1.25-1.25h-2.75V8.5c0-.69-.56-1.25-1.25-1.25zm2.75 8v-2.5h-2.5v2.5zm1.5 0h2.5v-2.5h-2.5zm-1.5-4v-2.5h-2.5v2.5z" clip-rule="evenodd"/><path fill="#07AD3E" fill-rule="evenodd" d="M16.25 3.5c0-.69.56-1.25 1.25-1.25h3c.69 0 1.25.56 1.25 1.25v3c0 .69-.56 1.25-1.25 1.25h-3c-.69 0-1.25-.56-1.25-1.25zm1.5.25v2.5h2.5v-2.5z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M2.25 20.5h19.5V22H2.25zM3.75 2.5V4h-1.5V2.5zM3.75 5.5V7h-1.5V5.5zM3.75 8.5V10h-1.5V8.5zM3.75 11.5V13h-1.5v-1.5zM3.75 14.5V16h-1.5v-1.5zM3.75 17.5V19h-1.5v-1.5zM15.5 17.5v-12h3v12zM15 19a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M19.75 8.25h-5.5v1.5h5.5z" clip-rule="evenodd"/><path fill="#07AD3E" fill-rule="evenodd" d="M7.5 17.5v-7h3v7zM7 19a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1z" clip-rule="evenodd"/><path fill="#07AD3E" fill-rule="evenodd" d="M11.75 13.25h-5.5v1.5h5.5z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M18.358 4.321a.2.2 0 0 0 0 .358l.582.291a.2.2 0 0 1 .09.09l.291.582a.2.2 0 0 0 .358 0l.291-.582a.2.2 0 0 1 .09-.09l.582-.291a.2.2 0 0 0 0-.358l-.582-.291a.2.2 0 0 1-.09-.09l-.291-.582a.2.2 0 0 0-.358 0l-.291.582a.2.2 0 0 1-.09.09z"/><path fill="#110529" fill-rule="evenodd" d="M19.157 14.25a7 7 0 0 1-9.406-9.407l.027-.054a7 7 0 0 1 .381-.648c.26-.393-.04-.957-.495-.835a9 9 0 0 0-.949.312 9 9 0 1 0 11.979 10.718c.122-.455-.442-.755-.834-.495a7 7 0 0 1-.65.38zm-.949 1.96A8.5 8.5 0 0 1 7.79 5.792 7.5 7.5 0 1 0 18.208 16.21" clip-rule="evenodd"/><path fill="#110529" d="m16.46 7.4-.728-1.82a.25.25 0 0 0-.464 0L14.54 7.4a.25.25 0 0 1-.14.14l-1.82.728a.25.25 0 0 0 0 .464l1.82.728a.25.25 0 0 1 .14.14l.728 1.82c.084.21.38.21.464 0l.728-1.82a.25.25 0 0 1 .14-.14l1.82-.728a.25.25 0 0 0 0-.464L16.6 7.54a.25.25 0 0 1-.14-.14"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M5.75 7.25V18A2.25 2.25 0 0 0 8 20.25h8A2.25 2.25 0 0 0 18.25 18V7.25h1.5V18A3.75 3.75 0 0 1 16 21.75H8A3.75 3.75 0 0 1 4.25 18V7.25zM8.25 2.5c0-.69.56-1.25 1.25-1.25h5c.69 0 1.25.56 1.25 1.25v1.75H21v1.5H3v-1.5h5.25zm1.5 1.75h4.5v-1.5h-4.5z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="m15.53 10.53-6 6-1.06-1.06 6-6z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="m15.53 15.47-6-6-1.06 1.06 6 6z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M16.25 16.25v2.25h-1.5V16c0-.69.56-1.25 1.25-1.25h3c.69 0 1.25.56 1.25 1.25v2.5h-1.5v-2.25z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M16.75 12.25v3.25h1.5V12c0-.69-.56-1.25-1.25-1.25h-4c-.69 0-1.25.56-1.25 1.25v6.5h1.5v-6.25z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M5.75 4c0-.69.56-1.25 1.25-1.25h7.5c.69 0 1.25.56 1.25 1.25v7.5h-1.5V4.25h-7V7.5h-1.5zM1.25 20.25h21.5v1.5H1.25z" clip-rule="evenodd"/><path fill="#07AD3E" fill-rule="evenodd" d="M7.25 4.25h3.5v-1.5H7c-.69 0-1.25.56-1.25 1.25v3.5h1.5z" clip-rule="evenodd"/><path fill="#07AD3E" fill-rule="evenodd" d="M7.75 8.25V18.5h1.5V8c0-.69-.56-1.25-1.25-1.25H5c-.69 0-1.25.56-1.25 1.25v10.5h1.5V8.25z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M16 8h2.25v1.5h-2.5c-.69 0-1.25-.56-1.25-1.25v-3c0-.69.56-1.25 1.25-1.25h2.5v1.5H16z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M12 7.5h3.25V6h-3.5c-.69 0-1.25.56-1.25 1.25v4c0 .69.56 1.25 1.25 1.25h6.5V11H12z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M3.75 18.5c-.69 0-1.25-.56-1.25-1.25v-7.5c0-.69.56-1.25 1.25-1.25h7.5V10H4v7h3.25v1.5zM20 23V1.5h1.5V23z" clip-rule="evenodd"/><path fill="#07AD3E" fill-rule="evenodd" d="M4 17v-3.5H2.5v3.75c0 .69.56 1.25 1.25 1.25h3.5V17z" clip-rule="evenodd"/><path fill="#07AD3E" fill-rule="evenodd" d="M8 16.5h10.25V15H7.75c-.69 0-1.25.56-1.25 1.25v3c0 .69.56 1.25 1.25 1.25h10.5V19H8z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M6 20.25A2.25 2.25 0 0 1 3.75 18V6A2.25 2.25 0 0 1 6 3.75h12A2.25 2.25 0 0 1 20.25 6v3h1.5V6A3.75 3.75 0 0 0 18 2.25H6A3.75 3.75 0 0 0 2.25 6v12A3.75 3.75 0 0 0 6 21.75h3v-1.5z"/><path fill="#110529" d="M12 7.75H6v-1.5h6zM6 11.75h3v-1.5H6zM16 22.04l5.52-5.299-1.04-1.082-3.73 3.581V9h-1.5v10.24l-3.73-3.581-1.04 1.082z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><rect width="18" height="18" x="3" y="3" fill="#C1ADFF" rx="3"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M18.75 5.25V3h-1.5v6h1.5V6.75H22v-1.5zM15 6.75H2v-1.5h13zM5.25 9v2.25H2v1.5h3.25V15h1.5V9zM22 11.25H9v1.5h13zM13.25 15v2.25H2v1.5h11.25V21h1.5v-6zM22 17.25h-5v1.5h5z"/><path fill="#07AD3E" d="M2 6.75h13v-1.5H2zM9 11.25h13v1.5H9zM17 17.25h5v1.5h-5z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="210" height="66" fill="none"><rect width="208" height="64" x="1" y="1" stroke="#9747FF" stroke-dasharray="10 5" rx="5"/><path fill="#CFD1DB" fill-rule="evenodd" d="M24.25 25.75v-1.5h1.5v1.5zm5.5 0h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zm2.5 0v-1.5h1.5v1.5zm-16 4v-1.5h1.5v1.5zm16 0v-1.5h1.5v1.5zm-16 4v-1.5h1.5v1.5zm16 0v-1.5h1.5v1.5zm-16 4v-1.5h1.5v1.5zm16 0v-1.5h1.5v1.5zm-14.5 4h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zM60.25 40.25h17.5v1.5h-17.5zM60.25 25.75v-1.5h1.5v1.5zm5.5 0h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zm2.5 0v-1.5h1.5v1.5zm-16 4v-1.5h1.5v1.5zm16 0v-1.5h1.5v1.5zm-16 4v-1.5h1.5v1.5zm16 0v-1.5h1.5v1.5zm-16 4v-1.5h1.5v1.5zm16 0v-1.5h1.5v1.5zM96.25 41.75v-17.5h1.5v17.5zM101.75 25.75h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zm2.5 0v-1.5h1.5v1.5zm0 4v-1.5h1.5v1.5zm0 4v-1.5h1.5v1.5zm0 4v-1.5h1.5v1.5zm-10.5 4h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zM149.75 41.75H134a1.75 1.75 0 0 1-1.75-1.75V24.25h1.5V40c0 .138.112.25.25.25h15.75zM137.75 25.75h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zm4 0h-1.5v-1.5h1.5zm2.5 0v-1.5h1.5v1.5zm0 4v-1.5h1.5v1.5zm0 4v-1.5h1.5v1.5zm0 4v-1.5h1.5v1.5z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M185.75 40a1.75 1.75 0 0 1-1.75 1.75h-14a1.75 1.75 0 0 1-1.75-1.75V26c0-.966.784-1.75 1.75-1.75h14c.966 0 1.75.784 1.75 1.75zm-1.75.25a.25.25 0 0 0 .25-.25V26a.25.25 0 0 0-.25-.25h-14a.25.25 0 0 0-.25.25v14c0 .138.112.25.25.25z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M6 3.75A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25h12A2.25 2.25 0 0 0 20.25 18v-7h1.5v7A3.75 3.75 0 0 1 18 21.75H6A3.75 3.75 0 0 1 2.25 18V6A3.75 3.75 0 0 1 6 2.25h7v1.5z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M10.81 14.25H16v1.5H8.25V8h1.5v5.19l9.72-9.72 1.06 1.06z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M3.75 17v1A2.25 2.25 0 0 0 6 20.25h12A2.25 2.25 0 0 0 20.25 18v-1h1.5v1A3.75 3.75 0 0 1 18 21.75H6A3.75 3.75 0 0 1 2.25 18v-1z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M12.75 2v12.19l4.72-4.72 1.06 1.06L12 17.06l-6.53-6.53 1.06-1.06 4.72 4.72V2z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M11.25 2.5h1.5V4h-1.5zM11.641 7.937l-1.494.298-.294-1.47 1.83-.366a1.25 1.25 0 0 1 1.487 1.363l-.811 7.301 1.494-.298.294 1.47-1.83.366a1.25 1.25 0 0 1-1.487-1.363z"/><path fill="#110529" d="M20.5 12a8.5 8.5 0 0 0-5-7.748V2.63A10 10 0 0 1 22 12c0 5.523-4.477 10-10 10S2 17.523 2 12c0-4.292 2.703-7.952 6.5-9.37v1.622A8.5 8.5 0 1 0 20.5 12"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><g fill="#110529" clip-path="url(#a)"><path d="M12.75 5V0h-1.5v5zM12.75 24v-5h-1.5v5zM0 12.75h5v-1.5H0zM19 12.75h5v-1.5h-5z"/><path fill-rule="evenodd" d="M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10m0-1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7" clip-rule="evenodd"/><path d="m4.398 5.46 1.06-1.061L7.58 6.52 6.52 7.58zM19.601 5.46 17.48 7.58l-1.061-1.06 2.121-2.121zM6.52 16.42l1.06 1.06-2.121 2.122-1.06-1.061zM19.6 18.54l-1.06 1.062-2.121-2.122 1.06-1.06z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="352" height="66" fill="none"><rect width="350" height="64" x="1" y="1" stroke="#9747FF" stroke-dasharray="10 5" rx="5"/><path fill="#110529" fill-rule="evenodd" d="M22 32.25h22v1.5H22zM66 32.25h9v1.5h-9zm13 0h9v1.5h-9zM110 32.25h5v1.5h-5zm8.5 0h5v1.5h-5zm8.5 0h5v1.5h-5z" clip-rule="evenodd"/><path fill="#110529" d="M155.75 32.25h-1.5v1.5h1.5zM164.25 32.25h1.5v1.5h-1.5zM175.75 32.25h-1.5v1.5h1.5zM160.75 32.25h-1.5v1.5h1.5zM169.25 32.25h1.5v1.5h-1.5z"/><path fill="#110529" fill-rule="evenodd" d="M198 32.25h1.5v1.5H198zm16 1.5h-10v-1.5h10zm4.5 0v-1.5h1.5v1.5zM242 32.25h3v1.5h-3zm16.026 1.5H248v-1.5h10.026zm2.974 0v-1.5h3v1.5z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#fff" d="M0 0h24v24H0z"/><path fill="#110529" fill-rule="evenodd" d="M12 3.732 4.84 7.866v8.268L12 20.268l7.16-4.134V7.866zm.5-1.443a1 1 0 0 0-1 0L3.84 6.71a1 1 0 0 0-.5.866v8.846a1 1 0 0 0 .5.866l7.66 4.422a1 1 0 0 0 1 0l7.66-4.422a1 1 0 0 0 .5-.866V7.577a1 1 0 0 0-.5-.866z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="m12 11.14 7.632-4.294.736 1.308-7.618 4.285V21h-1.5v-8.561L3.632 8.154l.736-1.308z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M11 3.75H6A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25h5v1.5H6A3.75 3.75 0 0 1 2.25 18V6A3.75 3.75 0 0 1 6 2.25h5z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M7 12.75h12.19l-4.72 4.72 1.06 1.06L22.06 12l-6.53-6.53-1.06 1.06 4.72 4.72H7z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M18.358 4.321a.2.2 0 0 0 0 .358l.582.291a.2.2 0 0 1 .09.09l.291.582a.2.2 0 0 0 .358 0l.291-.582a.2.2 0 0 1 .09-.09l.582-.291a.2.2 0 0 0 0-.358l-.582-.291a.2.2 0 0 1-.09-.09l-.291-.582a.2.2 0 0 0-.358 0l-.291.582a.2.2 0 0 1-.09.09z"/><path fill="#110529" fill-rule="evenodd" d="M19.157 14.25a7 7 0 0 1-9.406-9.407l.027-.054a7 7 0 0 1 .381-.648c.26-.393-.04-.957-.495-.835a9 9 0 0 0-.949.312 9 9 0 1 0 11.979 10.718c.122-.455-.442-.755-.834-.495a7 7 0 0 1-.65.38zm-.949 1.96A8.5 8.5 0 0 1 7.79 5.792 7.5 7.5 0 1 0 18.208 16.21" clip-rule="evenodd"/><path fill="#110529" d="m16.46 7.4-.728-1.82a.25.25 0 0 0-.464 0L14.54 7.4a.25.25 0 0 1-.14.14l-1.82.728a.25.25 0 0 0 0 .464l1.82.728a.25.25 0 0 1 .14.14l.728 1.82c.084.21.38.21.464 0l.728-1.82a.25.25 0 0 1 .14-.14l1.82-.728a.25.25 0 0 0 0-.464L16.6 7.54a.25.25 0 0 1-.14-.14"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><g fill="#110529" clip-path="url(#a)"><path d="M12.75 5V0h-1.5v5zM12.75 24v-5h-1.5v5zM0 12.75h5v-1.5H0zM19 12.75h5v-1.5h-5z"/><path fill-rule="evenodd" d="M12 17a5 5 0 1 0 0-10 5 5 0 0 0 0 10m0-1.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7" clip-rule="evenodd"/><path d="m4.398 5.46 1.06-1.061L7.58 6.52 6.52 7.58zM19.601 5.46 17.48 7.58l-1.061-1.06 2.121-2.121zM6.52 16.42l1.06 1.06-2.121 2.122-1.06-1.061zM19.6 18.54l-1.06 1.062-2.121-2.122 1.06-1.06z"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M7 13v-2H5v2zM13 13v-2h-2v2zM19 11h-2v2h2z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="222" height="222" fill="none"><rect width="220" height="220" x="1" y="1" stroke="#9747FF" stroke-dasharray="10 5" rx="5"/><path stroke="#110529" d="M25 31h12v12H25z"/><circle cx="71" cy="37" r="6" stroke="#110529"/><path stroke="#110529" d="m111 31 7 12h-14zM151 31v6m0 6v-6m0 0h6m-6 0h-6M196 32l-5 5m0 0-5 5m5-5 5 5m-5-5-5-5M31 70l7 7-7 7-7-7zM71 83l7-12H64z"/><path fill="#110529" fill-rule="evenodd" d="M105 70.5h-.5v13h13v-13H105m.5 1.707v9.586L110.293 77zm.707 10.293h9.586L111 77.707zm10.293-.707v-9.586L111.707 77zm-.707-10.293h-9.586L111 76.293zM149.792 76.5l-4.096-4.096.707-.707 4.097 4.096V70h1v5.793l4.096-4.096.707.707-4.096 4.096H158v1h-5.793l4.096 4.096-.707.707-4.096-4.095V84h-1v-5.793l-4.097 4.096-.707-.707 4.096-4.096H144v-1zM191.354 69.646l-.354-.353-.354.353-7 7-.353.354.353.353 7 7 .354.354.354-.353 7-7 .353-.354-.353-.354zm-6.147 7.854 5.293 5.293V77.5zm6.293 5.293 5.293-5.293H191.5zm5.293-6.293-5.293-5.293V76.5zm-6.293-5.293-5.293 5.293h5.293zM30.5 111.021a6 6 0 0 0-5.48 5.479h5.48zm-5.48 6.479a6 6 0 0 0 5.48 5.479V117.5zm6.48 5.479a6 6 0 0 0 5.48-5.479H31.5zm5.48-6.479a6 6 0 0 0-5.48-5.479v5.479zM31 110a7 7 0 1 0 0 14 7 7 0 0 0 0-14M70.441 110.118 71 109l.559 1.118L72 111h6l-.5 1-2.5 5 2.5 5 .5 1h-6l-.441.882L71 125l-.559-1.118L70 123h-6l.5-1 2.5-5-2.5-5-.5-1h6zM69.5 112h-3.882l1.941 3.882zm-1.941 6.118L65.618 122H69.5zM70.618 122l-2.5-5 2.5-5h.764l2.5 5-2.5 5zm1.882 0h3.882l-1.941-3.882zm1.941-6.118L76.382 112H72.5zM105 110.5h-.5v13h13v-13H105m.5 6v-5h5v5zm0 1v5h5v-5zm6 5h5v-5h-5zm5-6v-5h-5v5zM147.48 112.773A5.48 5.48 0 0 1 151 111.5c1.339 0 2.566.478 3.52 1.273l-3.52 3.52zm-.709-.709-1.417-1.418-.708.708 1.418 1.417A6.47 6.47 0 0 0 144.5 117c0 1.615.589 3.092 1.564 4.229l-1.418 1.417.708.708 1.417-1.418A6.47 6.47 0 0 0 151 123.5a6.47 6.47 0 0 0 4.229-1.564l1.417 1.418.708-.708-1.418-1.417A6.47 6.47 0 0 0 157.5 117a6.47 6.47 0 0 0-1.564-4.229l1.418-1.417-.708-.708-1.417 1.418A6.47 6.47 0 0 0 151 110.5a6.47 6.47 0 0 0-4.229 1.564m8.456 1.416-3.52 3.52 3.52 3.52A5.48 5.48 0 0 0 156.5 117a5.48 5.48 0 0 0-1.273-3.52m-.707 7.747-3.52-3.52-3.52 3.52A5.48 5.48 0 0 0 151 122.5a5.48 5.48 0 0 0 3.52-1.273m-7.747-.707 3.52-3.52-3.52-3.52A5.48 5.48 0 0 0 145.5 117c0 1.339.478 2.566 1.273 3.52M185 110.5h-.5v13h13v-13H185m11.5 10.382V111.5h-4.691zm-6.309-9.382H185.5v9.382zm-4.382 11h10.382L191 112.118z" clip-rule="evenodd"/><path fill="#110529" d="M25 151h12v12H25z"/><circle cx="71" cy="157" r="6" fill="#110529"/><path fill="#110529" d="m111 151 7 12h-14zM151 163l7-12h-14zM191 150l7 7-7 7-7-7z"/><path fill="#C1ADFF" stroke="#110529" d="M25 191h12v12H25z"/><circle cx="71" cy="197" r="6" fill="#C1ADFF" stroke="#110529"/><path fill="#C1ADFF" stroke="#110529" d="m111 190 7 12h-14zM151 203l7-12h-14zM191 190l7 7-7 7-7-7z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="182" height="130" fill="none"><rect width="180" height="128" x="1" y="1" stroke="#9747FF" stroke-dasharray="10 5" rx="5"/><path fill="#110529" d="M35.25 42V24h1.5v18zM41.47 29.47l1.06 1.06L40.06 33l2.47 2.47-1.06 1.06L37.94 33zM33 26.25h-7v1.5h7zM33 30.25h-9v1.5h9zM33 34.25h-5v1.5h5zM33 38.25h-9v1.5h9zM107.25 24v18h1.5V24zM113.47 29.47 109.939 33l3.531 3.53 1.06-1.06-2.469-2.47 2.469-2.47z"/><path fill="#110529" fill-rule="evenodd" d="M103.5 25.5h-5v15h5zm1.5-.5a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1zM24 75.25h18v1.5H24zM36.53 81.47l-1.06 1.06L33 80.06l-2.47 2.47-1.06-1.06L33 77.94zM39.75 66v7h-1.5v-7zm-4-2v9h-1.5v-9zm-4 4v5h-1.5v-5zm-4-4v9h-1.5v-9zM96 74.985h18v1.5H96zM108.53 81.205l-1.06 1.06-2.47-2.47-2.47 2.47-1.06-1.06 3.53-3.53zM97.5 66.5v5h15v-5zM97 65a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zM66.75 42h-1.5V24h1.5zM69 26.25h7v1.5h-7zm-8.47 3.22L64.06 33l-3.53 3.53-1.06-1.06L61.94 33l-2.47-2.47zm8.47.78h9v1.5h-9zm0 4h5v1.5h-5zm0 4h9v1.5h-9zM137.25 42V24h1.5v18zM133.939 33l-2.469 2.47 1.06 1.06 3.531-3.53-3.531-3.53-1.06 1.06zM147.5 25.5h-5v15h5zm1.5-.5a1 1 0 0 0-1-1h-6a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1zM60 69.25h18v1.5H60zM69 65.94l-2.47-2.47-1.06 1.06L69 68.06l3.53-3.53-1.06-1.06zM75.75 73v7h-1.5v-7zm-4 0v9h-1.5v-9zm-4 0v5h-1.5v-5zm-4 0v9h-1.5v-9zM132 69.25h18v1.5h-18zM141 65.94l-2.47-2.47-1.06 1.06 3.53 3.53 3.53-3.53-1.06-1.06zM133.5 74.5v5h15v-5zM133 73a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M12 3.75a8.25 8.25 0 1 1-8.05 10.067l1.398 1.015.882-1.213L2.79 11.12.293 14.559l1.214.882.97-1.337C3.44 18.479 7.338 21.75 12 21.75c5.385 0 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25"/><path fill="#110529" d="M12 3.75a8 8 0 0 0-.649.025l-.116-1.495q.38-.03.765-.03M8.842 4.376a8 8 0 0 1 1.23-.4l-.348-1.459a10 10 0 0 0-1.456.473zM6.642 5.726a8 8 0 0 1 1.047-.762l-.784-1.278q-.656.404-1.237.9zM4.964 7.69q.341-.555.762-1.048l-1.14-.974a10 10 0 0 0-.9 1.236zM3.976 10.073a8 8 0 0 1 .4-1.23L2.99 8.267a10 10 0 0 0-.473 1.456z"/><path fill="#110529" fill-rule="evenodd" d="M8.75 8c0-.69.56-1.25 1.25-1.25h4c.69 0 1.25.56 1.25 1.25v1.039a2.75 2.75 0 0 1-1.032 2.147L13.2 12l1.017.814a2.75 2.75 0 0 1 1.032 2.147V16c0 .69-.56 1.25-1.25 1.25h-4c-.69 0-1.25-.56-1.25-1.25v-1.039c0-.835.38-1.625 1.032-2.147L10.8 12l-1.017-.814A2.75 2.75 0 0 1 8.75 9.04zM12 11.04l1.28-1.025a1.25 1.25 0 0 0 .47-.976V8.25h-3.5v.789c0 .38.173.739.47.976zm0 1.92-1.28 1.025a1.25 1.25 0 0 0-.47.976v.789h3.5v-.789c0-.38-.173-.739-.47-.976z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M20 15.5H4a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h16a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M13 18.75H5v-1.5h8z" clip-rule="evenodd"/><path fill="#110529" d="M11.25 5V1h1.5v4zM11.25 12V8h1.5v4zM16.388 3.1l.75 1.3-3.464 2-.75-1.3zM10.326 6.6l.75 1.3-3.464 2-.75-1.3zM7.612 3.1l3.464 2-.75 1.3-3.464-2zM12.924 7.9l3.464 2 .75-1.3-3.464-2z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="262" height="182" fill="none"><rect width="260" height="180" x="1" y="1" stroke="#845CFF" stroke-dasharray="10 5" rx="5"/><circle cx="37" cy="37" r="9" stroke="#110529" stroke-width="1.5"/><circle cx="167" cy="37" r="9" stroke="#DFE0E6" stroke-width="1.5"/><path fill="#9BABCC" fill-opacity=".16" d="M17 85c0-11.046 8.954-20 20-20s20 8.954 20 20-8.954 20-20 20-20-8.954-20-20"/><circle cx="37" cy="85" r="9" stroke="#110529" stroke-width="1.5"/><path fill="#38383D" d="M147 85c0-11.046 8.954-20 20-20s20 8.954 20 20-8.954 20-20 20-20-8.954-20-20"/><circle cx="167" cy="85" r="9" stroke="#fff" stroke-width="1.5"/><rect width="26" height="26" x="24" y="120" stroke="#49CC49" stroke-width="2" rx="13"/><circle cx="37" cy="133" r="9" stroke="#110529" stroke-width="1.5"/><rect width="26" height="26" x="154" y="120" stroke="#49CC49" stroke-width="2" rx="13"/><circle cx="167" cy="133" r="9" stroke="#fff" stroke-width="1.5"/><circle cx="85" cy="37" r="9" stroke="#110529" stroke-width="1.5"/><path fill="#110529" d="M85 32.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9"/><circle cx="215" cy="37" r="9" stroke="#DFE0E6" stroke-width="1.5"/><path fill="#DFE0E6" d="M215 32.5a4.5 4.5 0 1 0 0 8.999 4.5 4.5 0 0 0 0-8.999"/><path fill="#9BABCC" fill-opacity=".16" d="M65 85c0-11.046 8.954-20 20-20s20 8.954 20 20-8.954 20-20 20-20-8.954-20-20"/><circle cx="85" cy="85" r="9" stroke="#110529" stroke-width="1.5"/><path fill="#110529" d="M85 80.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9"/><path fill="#38383D" d="M195 85c0-11.046 8.954-20 20-20s20 8.954 20 20-8.954 20-20 20-20-8.954-20-20"/><circle cx="215" cy="85" r="9" stroke="#fff" stroke-width="1.5"/><path fill="#fff" d="M215 80.5a4.5 4.5 0 1 0 0 8.999 4.5 4.5 0 0 0 0-8.999"/><rect width="26" height="26" x="72" y="120" stroke="#49CC49" stroke-width="2" rx="13"/><circle cx="85" cy="133" r="9" stroke="#110529" stroke-width="1.5"/><path fill="#110529" d="M85 128.5a4.5 4.5 0 0 0-4.157 2.778A4.5 4.5 0 1 0 85 128.5"/><rect width="26" height="26" x="202" y="120" stroke="#49CC49" stroke-width="2" rx="13"/><circle cx="215" cy="133" r="9" stroke="#fff" stroke-width="1.5"/><path fill="#fff" d="M215 128.5a4.5 4.5 0 0 0-4.157 2.778 4.5 4.5 0 0 0 .975 4.904 4.502 4.502 0 0 0 6.364-6.364A4.5 4.5 0 0 0 215 128.5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="210" height="66" fill="none"><rect width="208" height="64" x="1" y="1" stroke="#9747FF" stroke-dasharray="10 5" rx="5"/><path fill="#110529" d="M29.815 39.225c-2.198 0-3.765-1.568-3.765-3.765v-3.72c0-2.197 1.567-3.765 3.765-3.765s3.765 1.567 3.765 3.765v3.72c0 2.197-1.567 3.765-3.765 3.765m-2.168-3.668c0 1.208.96 2.168 2.168 2.168 1.207 0 2.168-.96 2.168-2.168v-3.93c0-1.2-.96-2.16-2.168-2.16-1.207 0-2.168.96-2.168 2.16zM36.874 33.375c-1.485 0-2.7-1.2-2.7-2.7 0-1.47 1.26-2.7 2.7-2.7 1.485 0 2.7 1.2 2.7 2.7s-1.215 2.7-2.7 2.7m-1.343-2.7a1.36 1.36 0 0 0 1.343 1.342 1.36 1.36 0 0 0 1.343-1.342 1.36 1.36 0 0 0-1.343-1.343 1.36 1.36 0 0 0-1.343 1.343"/><path fill="#CFD1DB" d="M62.757 39v-1.883h-4.875v-1.484l3.51-7.433h1.792l-3.51 7.433h3.083v-2.925h1.59v2.925h1.072v1.484h-1.072V39zM69.523 39.225c-1.665 0-3.06-1.102-3.503-2.678l1.508-.404c.247.96 1.14 1.567 2.04 1.567a2.113 2.113 0 0 0 2.122-2.108 2.12 2.12 0 0 0-2.123-2.114c-.884 0-1.492.42-1.83.87l-1.364-.48.33-5.678h5.827v1.477h-4.425l-.18 2.97a3.23 3.23 0 0 1 1.845-.584c2.017 0 3.502 1.514 3.502 3.54 0 2.01-1.732 3.622-3.75 3.622M76.265 33.375c-1.485 0-2.7-1.2-2.7-2.7 0-1.47 1.26-2.7 2.7-2.7 1.485 0 2.7 1.2 2.7 2.7s-1.215 2.7-2.7 2.7m-1.342-2.7a1.36 1.36 0 0 0 1.342 1.342 1.36 1.36 0 0 0 1.343-1.342 1.36 1.36 0 0 0-1.343-1.343 1.36 1.36 0 0 0-1.342 1.343M97.613 27.983c2.093 0 3.713 1.62 3.713 3.847v3.443c0 2.362-1.583 3.952-3.87 3.952-1.14 0-2.168-.435-2.903-1.282l1.148-1.073c.412.533 1.057.87 1.755.87 1.342 0 2.272-1.08 2.272-2.265v-1.29a3.28 3.28 0 0 1-2.325.968c-2.017 0-3.495-1.53-3.495-3.548 0-2.025 1.688-3.622 3.705-3.622m-2.115 3.622c0 1.17.938 2.115 2.108 2.115s2.122-.945 2.122-2.115a2.12 2.12 0 0 0-2.115-2.115c-1.17 0-2.115.945-2.115 2.115M106.285 39.225c-2.198 0-3.765-1.568-3.765-3.765v-3.72c0-2.197 1.567-3.765 3.765-3.765 2.197 0 3.765 1.567 3.765 3.765v3.72c0 2.197-1.568 3.765-3.765 3.765m-2.168-3.668c0 1.208.96 2.168 2.168 2.168 1.207 0 2.167-.96 2.167-2.168v-3.93c0-1.2-.96-2.16-2.167-2.16-1.208 0-2.168.96-2.168 2.16zM113.344 33.375c-1.485 0-2.7-1.2-2.7-2.7 0-1.47 1.26-2.7 2.7-2.7 1.485 0 2.7 1.2 2.7 2.7s-1.215 2.7-2.7 2.7m-1.343-2.7a1.36 1.36 0 0 0 1.343 1.342 1.36 1.36 0 0 0 1.342-1.342 1.36 1.36 0 0 0-1.342-1.343 1.36 1.36 0 0 0-1.343 1.343"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M6 3.75A2.25 2.25 0 0 0 3.75 6v12A2.25 2.25 0 0 0 6 20.25h1.25V15.5c0-.69.56-1.25 1.25-1.25h7c.69 0 1.25.56 1.25 1.25v4.75H18A2.25 2.25 0 0 0 20.25 18V9.828c0-.331-.132-.649-.366-.883l-4.828-4.829a1.25 1.25 0 0 0-.884-.366H8.75v4.5h6.5v1.5H8.5c-.69 0-1.25-.56-1.25-1.25V3.75zm9.25 16.5v-4.5h-6.5v4.5zM2.25 6A3.75 3.75 0 0 1 6 2.25h8.172c.729 0 1.428.29 1.944.805l4.829 4.829a2.75 2.75 0 0 1 .805 1.944V18A3.75 3.75 0 0 1 18 21.75H6A3.75 3.75 0 0 1 2.25 18z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#fff" d="M0 0h24v24H0z"/><path fill="#110529" d="M5.5 14.5h2v2h-2zM11.5 14.5h-2v2h2zM16.5 14.5h2v2h-2zM5.5 7.5h2v2h-2zM11.5 7.5h-2v2h2zM16.5 7.5h2v2h-2z"/><path fill="#110529" fill-rule="evenodd" d="M2.25 5.5c0-.69.56-1.25 1.25-1.25h17c.69 0 1.25.56 1.25 1.25v6q-.002.269-.104.5.102.231.104.5v6c0 .69-.56 1.25-1.25 1.25h-17c-.69 0-1.25-.56-1.25-1.25v-6q.002-.269.104-.5a1.25 1.25 0 0 1-.104-.5zm1.5 7.25h16.5v5.5H3.75zm16.5-7v5.5H3.75v-5.5z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M11.25 1.25h1.5v1.78a9 9 0 0 1 3.086.826l.89-1.54 1.299.75-.89 1.541a9 9 0 0 1 2.258 2.259l1.542-.89.75 1.299-1.541.89c.448.949.735 1.989.825 3.085h1.781v1.5h-7.845a3 3 0 0 1-3.708 2.141l-2.28 3.948a7.503 7.503 0 0 0 10.063-4.09h1.592q-.18.561-.428 1.087l1.54.89-.75 1.299-1.541-.89a9 9 0 0 1-2.259 2.258l.89 1.542-1.299.75-.89-1.541c-.949.448-1.989.735-3.085.825v1.781h-1.5v-1.78a9 9 0 0 1-3.086-.826l-.89 1.54-1.299-.75 3.923-6.794a3 3 0 1 1 5.007-2.89h4.558a7.5 7.5 0 0 0-8.57-6.669l-.797-1.38a9 9 0 0 1 1.154-.17zM13.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0" clip-rule="evenodd"/><path fill="#110529" d="m8.164 3.856-.89-1.54-1.299.75.89 1.541a9 9 0 0 0-2.258 2.259l-1.542-.89-.75 1.299 1.541.89a9 9 0 0 0-.825 3.085H1.25v1.5h1.78a9 9 0 0 0 .826 3.086l-1.54.89.75 1.299 1.541-.89q.334.48.727.912l.795-1.379A7.47 7.47 0 0 1 4.5 12a7.49 7.49 0 0 1 3.119-6.088l2.28 3.947c.356-.35.801-.613 1.298-.75L8.917 5.16z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="262" height="104" fill="none"><rect width="260" height="102" x="1" y="1" stroke="#845CFF" stroke-dasharray="10 5" rx="5"/><path fill="#110529" fill-rule="evenodd" d="M137.675 24.018c.19-.503.68-.784 1.171-.76 1.419.07 2.455.576 3.562 1.414.779-.203 1.699-.297 2.592-.297s1.813.094 2.592.297c1.107-.838 2.143-1.344 3.562-1.414.491-.024.981.258 1.171.76.404 1.069.393 2.425.01 3.624.533.815.829 1.547.988 2.216.177.742.177 1.377.177 1.875v.017c0 1.872-.806 3.27-2.034 4.244-.9.715-2.013 1.193-3.175 1.498.459.884.459 1.749.459 2.476V43h-1.5v-3c0-.989-.014-1.703-.78-2.47l.407-1.27c1.431-.238 2.731-.706 3.657-1.441.897-.713 1.466-1.69 1.466-3.069 0-.5-.002-.983-.136-1.545-.132-.555-.401-1.217-.974-2.02l-.239-.333.153-.38c.359-.898.408-1.928.191-2.699-.996.097-1.757.497-2.776 1.313l-.319.255-.387-.13c-.649-.216-1.562-.336-2.513-.336s-1.864.12-2.513.337l-.387.129-.319-.255c-1.019-.816-1.78-1.216-2.777-1.313-.216.771-.167 1.801.192 2.698l.153.381-.239.334c-.573.802-.842 1.464-.974 2.019-.134.562-.136 1.045-.136 1.545 0 1.378.569 2.356 1.466 3.069.926.735 2.226 1.203 3.657 1.441l.407 1.27c-.766.767-.78 1.481-.78 2.47v3h-1.5v-1.273c-.951-.06-2.105-.26-3.114-.821a4.45 4.45 0 0 1-1.704-1.634c-.438-.743-.682-1.66-.682-2.772h1.5c0 .888.193 1.533.474 2.01s.675.826 1.14 1.084c.72.4 1.589.57 2.386.63v-.256c0-.727 0-1.592.459-2.476-1.162-.305-2.275-.783-3.175-1.498-1.228-.975-2.034-2.372-2.034-4.244v-.017c0-.498 0-1.133.177-1.875.159-.67.455-1.401.988-2.216-.383-1.199-.394-2.555.01-3.624M222.493 25.907c-1.187.382-2.243 1.495-2.243 3.543v1.274h-.75c-1.667 0-3.536-.572-5.173-1.467-1.216-.665-2.352-1.534-3.202-2.538a5.16 5.16 0 0 0-.136 2.402c.226 1.23.854 2.035 1.682 2.209l-.308 1.468a3.2 3.2 0 0 1-.989-.387c.126.584.388.99.679 1.275.563.55 1.362.768 1.974.768v1.5c-.384 0-.825-.056-1.276-.19.235.46.585.814.993 1.072.781.495 1.774.636 2.574.436l.632 1.328-.45-.6.45.6-.001.001-.002.001-.004.003-.009.007-.029.02-.094.063q-.118.078-.338.198c-.293.158-.721.36-1.293.554-.801.274-1.879.533-3.254.647.803.48 1.803.823 2.91 1.005 1.838.304 3.85.146 5.481-.443 1.913-.69 3.571-1.876 4.754-3.609s1.922-4.058 1.922-7.076v-.327l.236-.219.004-.004.034-.035q.051-.053.145-.172c.124-.159.29-.4.441-.72a4.2 4.2 0 0 0 .397-1.832c-.432.196-.965.416-1.444.553l-.487.139-.311-.4c-.84-1.08-2.277-1.446-3.515-1.047m6.033-1.047a.75.75 0 0 1 1.086.511c.332 1.606.013 2.883-.403 3.763a5.3 5.3 0 0 1-.718 1.13c-.047 3.134-.842 5.669-2.181 7.63-1.381 2.021-3.309 3.388-5.484 4.173-1.893.683-4.167.853-6.234.512-2.052-.338-4.027-1.205-5.188-2.724a.751.751 0 0 1 .613-1.205c1.386.03 2.516-.096 3.406-.28a5 5 0 0 1-.482-.267c-1.081-.685-1.894-1.835-1.996-3.403-.873-.891-1.346-2.242-1.071-4.104a5.7 5.7 0 0 1-.36-1.204c-.28-1.525-.015-3.311.883-4.567a.75.75 0 0 1 1.259.061c.666 1.153 1.911 2.246 3.391 3.055 1.214.664 2.527 1.103 3.708 1.239.094-2.51 1.502-4.129 3.277-4.701 1.628-.525 3.526-.147 4.803 1.147.319-.118.656-.264.953-.402.215-.1.401-.192.533-.258l.154-.079.039-.02.01-.005z" clip-rule="evenodd"/><path fill="#110529" d="M33 30a1 1 0 1 0 0-2 1 1 0 0 0 0 2M32.25 31v7h1.5v-7zM38.784 32.437c-1.063.048-2.034.797-2.034 2.063V38h-1.5v-7h1.5v.593a3.83 3.83 0 0 1 1.966-.655c.852-.038 1.74.212 2.425.823.696.623 1.109 1.556 1.109 2.739V38h-1.5v-3.5c0-.817-.274-1.321-.61-1.62-.346-.31-.833-.467-1.356-.443"/><path fill="#110529" fill-rule="evenodd" d="M46 27a3 3 0 0 0-3-3H31a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3zm-15-1.5h12a1.5 1.5 0 0 1 1.5 1.5v12a1.5 1.5 0 0 1-1.5 1.5H31a1.5 1.5 0 0 1-1.5-1.5V27a1.5 1.5 0 0 1 1.5-1.5M112.5 32.134a1 1 0 0 1 0 1.732l-4.5 2.598a1 1 0 0 1-1.5-.866v-5.196a1 1 0 0 1 1.5-.866zm-4.5-.866L111 33l-3 1.732z" clip-rule="evenodd"/><path fill="#110529" fill-rule="evenodd" d="M120 33s0-3.953-.503-5.846a3.04 3.04 0 0 0-2.132-2.148C115.486 24.5 109 24.5 109 24.5s-6.482 0-8.365.506a3.04 3.04 0 0 0-2.132 2.148C98 29.047 98 33 98 33s0 3.953.503 5.846a3.04 3.04 0 0 0 2.132 2.148c1.883.506 8.365.506 8.365.506s6.486 0 8.365-.506a3.03 3.03 0 0 0 2.132-2.148C120 36.953 120 33 120 33m-1.952-5.461-.001-.001a1.53 1.53 0 0 0-1.073-1.084c-.326-.088-.96-.175-1.831-.246-.839-.068-1.8-.114-2.716-.146a114 114 0 0 0-3.358-.062h-.138a63 63 0 0 0-.955.008c-.63.008-1.487.023-2.401.054a60 60 0 0 0-2.717.146c-.872.072-1.508.159-1.834.246a1.54 1.54 0 0 0-1.072 1.086c-.206.778-.328 2.095-.391 3.324a49 49 0 0 0-.06 2.097l-.001.03v.047a38 38 0 0 0 .008.58c.007.389.023.925.053 1.518.063 1.23.185 2.547.391 3.325v.001c.14.526.553.942 1.074 1.084.326.087.962.175 1.832.246.839.068 1.8.114 2.717.146a113 113 0 0 0 3.356.062h.138a63 63 0 0 0 .955-.008c.63-.008 1.488-.023 2.403-.054a60 60 0 0 0 2.716-.146c.873-.072 1.508-.159 1.833-.246a1.54 1.54 0 0 0 1.072-1.087c.206-.777.328-2.094.391-3.323a45 45 0 0 0 .06-1.976l.001-.121v-.077l-.001-.103v-.02l-.007-.457a45 45 0 0 0-.053-1.518c-.063-1.23-.185-2.547-.391-3.325" clip-rule="evenodd"/><path fill="#DFE0E6" d="M43.222 63A1.78 1.78 0 0 1 45 64.778v12.444A1.78 1.78 0 0 1 43.222 79H30.778A1.78 1.78 0 0 1 29 77.222V64.778A1.78 1.78 0 0 1 30.778 63zm-.444 13.778v-4.711a2.9 2.9 0 0 0-2.898-2.898c-.756 0-1.636.462-2.062 1.155v-.986h-2.48v7.44h2.48v-4.382a1.24 1.24 0 1 1 2.48 0v4.382zm-10.33-8.836a1.493 1.493 0 0 0 1.494-1.493c0-.827-.666-1.502-1.493-1.502a1.5 1.5 0 0 0-1.502 1.502c0 .827.675 1.493 1.502 1.493m1.236 8.836v-7.44h-2.462v7.44z"/><path fill="#DFE0E6" fill-rule="evenodd" d="M116.814 63.948c.86.246 1.538.973 1.768 1.894C119 67.513 119 71 119 71s0 3.487-.418 5.158c-.23.921-.908 1.648-1.768 1.894-1.56.448-7.814.448-7.814.448s-6.254 0-7.814-.448c-.86-.246-1.538-.973-1.768-1.894C99 74.487 99 71 99 71s0-3.487.418-5.158c.23-.921.908-1.648 1.768-1.894C102.746 63.5 109 63.5 109 63.5s6.254 0 7.814.448m-4.632 7.214a.19.19 0 0 0 0-.324l-4.909-2.923c-.122-.072-.273.018-.273.162v5.846c0 .144.151.234.273.162z" clip-rule="evenodd"/><path fill="#DFE0E6" d="M83.19 65.382a8 8 0 0 1-2.316.65 4.05 4.05 0 0 0 1.77-2.24 8.1 8.1 0 0 1-2.56.988c-.744-.81-1.789-1.28-2.975-1.28-2.211 0-4.018 1.807-4.018 4.038 0 .32.037.63.103.922a11.48 11.48 0 0 1-8.32-4.216 4 4 0 0 0-.546 2.023c0 1.402.706 2.645 1.798 3.35-.668 0-1.29-.188-1.835-.47v.028a4.04 4.04 0 0 0 3.237 3.963 4 4 0 0 1-1.816.066 4.03 4.03 0 0 0 3.764 2.804 8.02 8.02 0 0 1-5.016 1.732q-.48 0-.96-.056a11.43 11.43 0 0 0 6.193 1.816c7.416 0 11.492-6.155 11.492-11.492 0-.179 0-.348-.01-.527a8.1 8.1 0 0 0 2.014-2.099"/><path fill="#110529" d="M77.739 25.178A.5.5 0 0 1 78.12 25h1.301a.5.5 0 0 1 .383.822L74.8 31.777l5.547 7.635a1 1 0 0 1-.81 1.588h-3.03a.5.5 0 0 1-.403-.204l-3.959-5.39-4.551 5.416a.5.5 0 0 1-.383.178H65.91a.5.5 0 0 1-.383-.822l5.401-6.427-5.258-7.159A1 1 0 0 1 66.475 25h3.15a.5.5 0 0 1 .404.206l3.564 4.907zm-.765 14.197h1.444L69.094 26.54h-1.55z"/><path fill="#DFE0E6" d="M145 61a10 10 0 0 0-10 10c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V80c0 .27.16.59.67.5 3.97-1.34 6.83-5.08 6.83-9.5a10 10 0 0 0-2.929-7.071A10 10 0 0 0 145 61"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="M2.25 20.5h19.5V22H2.25zM3.75 2.5V4h-1.5V2.5zM3.75 5.5V7h-1.5V5.5zM3.75 8.5V10h-1.5V8.5zM3.75 11.5V13h-1.5v-1.5zM3.75 14.5V16h-1.5v-1.5zM3.75 17.5V19h-1.5v-1.5zM11.75 14v5h-1.5v-5zM15.75 7v12h-1.5V7zM7.75 11v8h-1.5v-8zM19.75 11v8h-1.5v-8z" clip-rule="evenodd"/><path fill="#07AD3E" fill-rule="evenodd" d="M11.75 8.5v4h-1.5v-4zM15.75 2.5v3h-1.5v-3zM7.75 6.5v3h-1.5v-3zM19.75 5.5v4h-1.5v-4z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#CFD1DB" fill-rule="evenodd" d="M16.2 4H7.8c-.857 0-1.439 0-1.889.038-.438.035-.663.1-.819.18a2 2 0 0 0-.874.874c-.08.156-.145.38-.18.819C4 6.361 4 6.943 4 7.8v8.4c0 .857 0 1.439.038 1.889.035.438.1.663.18.819a2 2 0 0 0 .874.874c.156.08.38.145.819.18C6.361 20 6.943 20 7.8 20h8.4c.857 0 1.439 0 1.889-.038.438-.035.663-.1.819-.18a2 2 0 0 0 .874-.874c.08-.156.145-.38.18-.819.037-.45.038-1.032.038-1.889V7.8c0-.857 0-1.439-.038-1.889-.035-.438-.1-.663-.18-.819a2 2 0 0 0-.874-.874c-.156-.08-.38-.145-.819-.18C17.639 4 17.057 4 16.2 4m-12.873.638C3 5.28 3 6.12 3 7.8v8.4c0 1.68 0 2.52.327 3.162a3 3 0 0 0 1.311 1.311C5.28 21 6.12 21 7.8 21h8.4c1.68 0 2.52 0 3.162-.327a3 3 0 0 0 1.311-1.311C21 18.72 21 17.88 21 16.2V7.8c0-1.68 0-2.52-.327-3.162a3 3 0 0 0-1.311-1.311C18.72 3 17.88 3 16.2 3H7.8c-1.68 0-2.52 0-3.162.327a3 3 0 0 0-1.311 1.311" clip-rule="evenodd"/><path fill="#CFD1DB" d="M5 5h2.8v2.8H5zM7.8 16.2H5V19h2.8zh2.8V19h2.8v-2.8h2.8V19H19v-2.8h-2.8v-2.8h-2.8v2.8h-2.8v-2.8H7.8z"/><path fill="#CFD1DB" fill-rule="evenodd" d="M7.8 7.8h2.8v2.8H7.8zm0 2.8v2.8H5v-2.8zm5.6 0h-2.8v2.8h2.8zm0-2.8v2.8h2.8v2.8H19v-2.8h-2.8V7.8H19V5h-2.8v2.8zm0 0V5h-2.8v2.8z" clip-rule="evenodd"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><rect width="15" height="15" x="4.5" y="4.5" stroke="#110529" stroke-width="3" rx="1.5"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M6 20.25A2.25 2.25 0 0 1 3.75 18V6A2.25 2.25 0 0 1 6 3.75h12A2.25 2.25 0 0 1 20.25 6v3h1.5V6A3.75 3.75 0 0 0 18 2.25H6A3.75 3.75 0 0 0 2.25 6v12A3.75 3.75 0 0 0 6 21.75h5v-1.5z"/><path fill="#110529" d="M12 7.75H6v-1.5h6zM6 11.75h3v-1.5H6zM16 9l5.52 5.299-1.04 1.082-3.73-3.582v10.24h-1.5V11.8l-3.73 3.582-1.04-1.082z"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" fill-rule="evenodd" d="m3.53 21.53 18-18-1.06-1.06-2.75 2.75C16.041 3.89 14.11 3 12 3c-4.817.002-8.705 4.64-10.772 8.556a.95.95 0 0 0 0 .889c.951 1.802 2.288 3.757 3.924 5.342L2.47 20.47zm2.683-4.803C4.786 15.347 3.582 13.633 2.692 12c.966-1.773 2.304-3.643 3.894-5.075 1.672-1.504 3.506-2.424 5.415-2.425 1.621 0 3.19.664 4.65 1.788L14.248 8.69a4 4 0 0 0-5.557 5.557zm3.57-3.57a2.5 2.5 0 0 1 3.374-3.373z" clip-rule="evenodd"/><path fill="#110529" d="m15.978 11.578-4.4 4.4q.208.021.422.022a4 4 0 0 0 3.978-4.422"/><path fill="#110529" d="M12 19.5c-1.072 0-2.121-.291-3.132-.813l-1.105 1.105C9.066 20.542 10.487 21 12 21c4.816.002 8.705-4.64 10.772-8.555a.95.95 0 0 0 0-.889 23 23 0 0 0-2.72-4.052l-1.064 1.064A21.3 21.3 0 0 1 21.308 12c-.967 1.774-2.304 3.645-3.895 5.077-1.671 1.505-3.505 2.424-5.412 2.423"/></svg>
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M12 16a4 4 0 0 0 3.249-6.334l-1.084 1.083a2.5 2.5 0 1 1-1.636-1.193l1.176-1.175A4 4 0 1 0 12 16"/><path fill="#110529" fill-rule="evenodd" d="M1.228 11.556C3.295 7.64 7.183 3.002 12 3s8.705 4.64 10.772 8.556a.95.95 0 0 1 0 .889C20.705 16.36 16.817 21.002 12 21c-4.816-.002-8.705-4.64-10.772-8.555a.95.95 0 0 1 0-.889M2.692 12c.966 1.774 2.304 3.643 3.894 5.075 1.672 1.505 3.506 2.424 5.415 2.425 1.907.001 3.74-.918 5.413-2.423 1.59-1.432 2.927-3.303 3.894-5.077-.966-1.773-2.304-3.644-3.895-5.076-1.671-1.505-3.505-2.425-5.412-2.424-1.909.001-3.743.92-5.415 2.425C4.996 8.357 3.658 10.227 2.692 12" clip-rule="evenodd"/></svg>