pixel-react 1.6.8 → 1.6.9

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 (869) hide show
  1. package/.prettierrc.js +13 -13
  2. package/.storybook/main.ts +26 -26
  3. package/.storybook/preview-head.html +2 -2
  4. package/.storybook/preview.ts +26 -26
  5. package/.yarnrc.yml +1 -1
  6. package/README.md +75 -75
  7. package/index.scss +4 -4
  8. package/lib/components/AddVariables/types.d.ts +67 -3
  9. package/lib/components/CreateVariable/types.d.ts +2 -2
  10. package/lib/components/InputWithDropdown/InputWithDropdown.d.ts +1 -1
  11. package/lib/components/Modal/types.d.ts +1 -1
  12. package/lib/components/PopUpModal/types.d.ts +2 -1
  13. package/lib/index.css +1 -0
  14. package/lib/index.d.ts +73 -8
  15. package/lib/index.esm.css +1 -0
  16. package/lib/index.esm.js +54 -33
  17. package/lib/index.esm.js.map +1 -1
  18. package/lib/index.js +54 -33
  19. package/lib/index.js.map +1 -1
  20. package/package.json +81 -81
  21. package/rollup.config.mjs +67 -67
  22. package/src/StyleGuide/ColorPalette/ColorPalette.scss +62 -62
  23. package/src/StyleGuide/ColorPalette/ColorPalette.stories.tsx +16 -16
  24. package/src/StyleGuide/ColorPalette/ColorPalette.tsx +67 -67
  25. package/src/StyleGuide/ColorPalette/colorPaletteList.ts +294 -294
  26. package/src/StyleGuide/ColorPalette/index.ts +1 -1
  27. package/src/StyleGuide/ColorPalette/types.ts +19 -19
  28. package/src/StyleGuide/Typography/Typography.scss +99 -99
  29. package/src/StyleGuide/Typography/Typography.stories.tsx +16 -16
  30. package/src/StyleGuide/Typography/Typography.tsx +60 -60
  31. package/src/StyleGuide/Typography/TypographyList.ts +3 -3
  32. package/src/StyleGuide/Typography/types.ts +9 -9
  33. package/src/assets/Themes/BaseTheme.scss +281 -281
  34. package/src/assets/Themes/DarkTheme.scss +288 -288
  35. package/src/assets/Themes/Theme.scss +16 -16
  36. package/src/assets/icons/Arrow.svg +4 -4
  37. package/src/assets/icons/Header_preset.svg +18 -18
  38. package/src/assets/icons/accordion_header_icon.svg +10 -10
  39. package/src/assets/icons/active_license_icon.svg +3 -3
  40. package/src/assets/icons/add_archive.svg +9 -9
  41. package/src/assets/icons/add_label_icon.svg +3 -3
  42. package/src/assets/icons/add_locator.svg +4 -4
  43. package/src/assets/icons/add_testcase.svg +3 -3
  44. package/src/assets/icons/add_user.svg +9 -9
  45. package/src/assets/icons/add_variable.svg +11 -11
  46. package/src/assets/icons/add_variable_icon.svg +4 -4
  47. package/src/assets/icons/alert.svg +17 -17
  48. package/src/assets/icons/all_borders.svg +3 -3
  49. package/src/assets/icons/all_projects.svg +3 -3
  50. package/src/assets/icons/android.svg +9 -9
  51. package/src/assets/icons/android_icon.svg +6 -6
  52. package/src/assets/icons/apk_file_type.svg +4 -4
  53. package/src/assets/icons/app_switch.svg +11 -11
  54. package/src/assets/icons/arrow_down.svg +3 -3
  55. package/src/assets/icons/arrow_right.svg +4 -4
  56. package/src/assets/icons/arrow_up.svg +3 -3
  57. package/src/assets/icons/arrows_down_icon.svg +3 -3
  58. package/src/assets/icons/arrows_right_icon.svg +10 -10
  59. package/src/assets/icons/arrows_top_icon.svg +3 -3
  60. package/src/assets/icons/attachment_icon.svg +3 -3
  61. package/src/assets/icons/authorization_icon.svg +4 -4
  62. package/src/assets/icons/automation_testcase.svg +4 -4
  63. package/src/assets/icons/back_icon.svg +3 -3
  64. package/src/assets/icons/backward.svg +10 -10
  65. package/src/assets/icons/backward_icon.svg +3 -3
  66. package/src/assets/icons/beautify_icon.svg +3 -3
  67. package/src/assets/icons/bold.svg +3 -3
  68. package/src/assets/icons/border_bottom.svg +3 -3
  69. package/src/assets/icons/border_left.svg +3 -3
  70. package/src/assets/icons/border_right.svg +3 -3
  71. package/src/assets/icons/border_top.svg +3 -3
  72. package/src/assets/icons/browser_stack.svg +9 -9
  73. package/src/assets/icons/browserstack_icon.svg +24 -24
  74. package/src/assets/icons/calendar_icon.svg +9 -9
  75. package/src/assets/icons/capture_icon.svg +2 -2
  76. package/src/assets/icons/check_mark.svg +3 -3
  77. package/src/assets/icons/chrome.svg +12 -12
  78. package/src/assets/icons/client_profile.svg +4 -4
  79. package/src/assets/icons/clock_icon.svg +11 -11
  80. package/src/assets/icons/clone_icon.svg +3 -3
  81. package/src/assets/icons/close_pill.svg +3 -3
  82. package/src/assets/icons/cloud_server_host_icon.svg +3 -3
  83. package/src/assets/icons/collapse-icon.svg +6 -6
  84. package/src/assets/icons/compressed_file_type.svg +4 -4
  85. package/src/assets/icons/continue_without_sign.svg +3 -3
  86. package/src/assets/icons/copy-icon.svg +3 -3
  87. package/src/assets/icons/csv_file_type.svg +4 -4
  88. package/src/assets/icons/dashboard_icon.svg +31 -31
  89. package/src/assets/icons/dashboard_mobile_icon.svg +47 -47
  90. package/src/assets/icons/dashboard_web_icon.svg +9 -9
  91. package/src/assets/icons/data_provider.svg +8 -8
  92. package/src/assets/icons/dataset_list.svg +3 -3
  93. package/src/assets/icons/delete.svg +3 -3
  94. package/src/assets/icons/delete_info.svg +17 -17
  95. package/src/assets/icons/details.svg +3 -3
  96. package/src/assets/icons/double_underline.svg +5 -5
  97. package/src/assets/icons/download-icon.svg +3 -3
  98. package/src/assets/icons/download_file_icon.svg +3 -3
  99. package/src/assets/icons/download_icon.svg +4 -4
  100. package/src/assets/icons/drag_icon.svg +4 -4
  101. package/src/assets/icons/drawer_maximize.svg +6 -6
  102. package/src/assets/icons/dropzone_icon.svg +18 -18
  103. package/src/assets/icons/edge.svg +30 -30
  104. package/src/assets/icons/edit_icon.svg +5 -5
  105. package/src/assets/icons/error.svg +17 -17
  106. package/src/assets/icons/excel_corner_menu.svg +3 -3
  107. package/src/assets/icons/executions_icon.svg +3 -3
  108. package/src/assets/icons/expand-icon.svg +6 -6
  109. package/src/assets/icons/export.svg +4 -4
  110. package/src/assets/icons/export_collection_icon.svg +13 -13
  111. package/src/assets/icons/eye_closed.svg +3 -3
  112. package/src/assets/icons/eye_open_icon.svg +3 -3
  113. package/src/assets/icons/failed_status_icon.svg +12 -12
  114. package/src/assets/icons/file.svg +11 -11
  115. package/src/assets/icons/fill_color.svg +7 -7
  116. package/src/assets/icons/filter.svg +4 -4
  117. package/src/assets/icons/fire_fox.svg +106 -106
  118. package/src/assets/icons/fireflink_finder_logo.svg +7 -7
  119. package/src/assets/icons/fireflink_icon.svg +4 -4
  120. package/src/assets/icons/fireflink_logo.svg +13 -13
  121. package/src/assets/icons/fireflink_platform.svg +4 -4
  122. package/src/assets/icons/firefox.svg +84 -84
  123. package/src/assets/icons/flaky_status_icon.svg +12 -12
  124. package/src/assets/icons/formate_painter.svg +5 -5
  125. package/src/assets/icons/formula_icon.svg +3 -3
  126. package/src/assets/icons/forward.svg +3 -3
  127. package/src/assets/icons/forward_icon.svg +3 -3
  128. package/src/assets/icons/full_access_icon.svg +4 -4
  129. package/src/assets/icons/gif_file_type.svg +4 -4
  130. package/src/assets/icons/global_variable_icon.svg +4 -4
  131. package/src/assets/icons/hamburger_menu.svg +3 -3
  132. package/src/assets/icons/hide_access_icon.svg +3 -3
  133. package/src/assets/icons/hide_icon.svg +9 -9
  134. package/src/assets/icons/history_icon.svg +19 -19
  135. package/src/assets/icons/html_file_type.svg +4 -4
  136. package/src/assets/icons/impactList.svg +6 -6
  137. package/src/assets/icons/import.svg +4 -4
  138. package/src/assets/icons/import_icon.svg +4 -0
  139. package/src/assets/icons/info.svg +17 -17
  140. package/src/assets/icons/info_icon.svg +5 -5
  141. package/src/assets/icons/info_user.svg +5 -5
  142. package/src/assets/icons/internet_explorer.svg +3 -3
  143. package/src/assets/icons/ipk_file_type.svg +4 -4
  144. package/src/assets/icons/italic.svg +3 -3
  145. package/src/assets/icons/jira.svg +3 -3
  146. package/src/assets/icons/jpg_file_type.svg +4 -4
  147. package/src/assets/icons/json_file_type.svg +4 -4
  148. package/src/assets/icons/label_icon.svg +8 -8
  149. package/src/assets/icons/label_plus.svg +3 -3
  150. package/src/assets/icons/lambda_icon.svg +3 -3
  151. package/src/assets/icons/left_arrow_icon.svg +3 -3
  152. package/src/assets/icons/license_expired.svg +20 -20
  153. package/src/assets/icons/license_info.svg +28 -28
  154. package/src/assets/icons/license_warning.svg +10 -10
  155. package/src/assets/icons/link_expired.svg +186 -186
  156. package/src/assets/icons/linked_defects.svg +11 -11
  157. package/src/assets/icons/linux.svg +42 -42
  158. package/src/assets/icons/local.svg +3 -3
  159. package/src/assets/icons/local_variable_icon.svg +4 -4
  160. package/src/assets/icons/logo.svg +17 -17
  161. package/src/assets/icons/mac.svg +9 -9
  162. package/src/assets/icons/machine_disable_icon.svg +18 -18
  163. package/src/assets/icons/machine_enable_icon.svg +10 -10
  164. package/src/assets/icons/manage_apps.svg +3 -3
  165. package/src/assets/icons/manual_locator.svg +7 -7
  166. package/src/assets/icons/manual_testcase.svg +3 -3
  167. package/src/assets/icons/maximize_icon.svg +5 -5
  168. package/src/assets/icons/maximize_script.svg +12 -12
  169. package/src/assets/icons/maximize_tree.svg +3 -3
  170. package/src/assets/icons/minimize_script.svg +5 -5
  171. package/src/assets/icons/mobile_icon.svg +3 -3
  172. package/src/assets/icons/moon_stars.svg +10 -10
  173. package/src/assets/icons/more.svg +10 -10
  174. package/src/assets/icons/move_icon.svg +5 -5
  175. package/src/assets/icons/ms_dynamic.svg +4 -4
  176. package/src/assets/icons/ms_dynamic_icon.svg +15 -15
  177. package/src/assets/icons/nlp_help_icon.svg +3 -3
  178. package/src/assets/icons/no_access_icon.svg +4 -4
  179. package/src/assets/icons/no_border.svg +3 -3
  180. package/src/assets/icons/no_data.svg +13 -13
  181. package/src/assets/icons/no_license_found.svg +22 -22
  182. package/src/assets/icons/notification_icon.svg +3 -3
  183. package/src/assets/icons/opera.svg +9 -9
  184. package/src/assets/icons/passed_status_icon.svg +12 -12
  185. package/src/assets/icons/pdf_file_type.svg +4 -4
  186. package/src/assets/icons/plus_icon.svg +11 -11
  187. package/src/assets/icons/plus_user_icon.svg +3 -3
  188. package/src/assets/icons/png_file_type.svg +4 -4
  189. package/src/assets/icons/project_env_variable_icon.svg +4 -4
  190. package/src/assets/icons/project_status_icon.svg +10 -10
  191. package/src/assets/icons/quick_run_setting_icon.svg +5 -5
  192. package/src/assets/icons/refresh-icon.svg +4 -4
  193. package/src/assets/icons/refresh_icon.svg +4 -4
  194. package/src/assets/icons/reload.svg +3 -3
  195. package/src/assets/icons/remove.svg +11 -11
  196. package/src/assets/icons/remove_user.svg +3 -3
  197. package/src/assets/icons/replace.svg +11 -11
  198. package/src/assets/icons/replace_file.svg +13 -13
  199. package/src/assets/icons/replace_icon.svg +6 -6
  200. package/src/assets/icons/reset-link.svg +52 -52
  201. package/src/assets/icons/right_arrow_icon.svg +4 -4
  202. package/src/assets/icons/rotate_icon.svg +10 -10
  203. package/src/assets/icons/run_automation_scripts_icon.svg +33 -33
  204. package/src/assets/icons/run_icon.svg +26 -26
  205. package/src/assets/icons/run_manual_testcase_icon.svg +4 -4
  206. package/src/assets/icons/safari.svg +93 -93
  207. package/src/assets/icons/safari_icon.svg +12 -12
  208. package/src/assets/icons/sales_force.svg +7 -7
  209. package/src/assets/icons/salesforce_icon.svg +14 -14
  210. package/src/assets/icons/sample_template_first.svg +29 -29
  211. package/src/assets/icons/sample_template_second.svg +47 -47
  212. package/src/assets/icons/sause_lab.svg +3 -3
  213. package/src/assets/icons/save_as_step.svg +3 -3
  214. package/src/assets/icons/search.svg +3 -3
  215. package/src/assets/icons/send_step.svg +4 -4
  216. package/src/assets/icons/skipped_status_icon.svg +12 -12
  217. package/src/assets/icons/standard_template.svg +30 -30
  218. package/src/assets/icons/strike_through.svg +3 -3
  219. package/src/assets/icons/success.svg +17 -17
  220. package/src/assets/icons/suites_icon.svg +3 -3
  221. package/src/assets/icons/sun_icon.svg +10 -10
  222. package/src/assets/icons/swipe_icon.svg +9 -9
  223. package/src/assets/icons/switch_license_icon.svg +123 -123
  224. package/src/assets/icons/system_warning.svg +61 -61
  225. package/src/assets/icons/tap_icon.svg +3 -3
  226. package/src/assets/icons/text_align_center.svg +3 -3
  227. package/src/assets/icons/text_align_left.svg +3 -3
  228. package/src/assets/icons/text_align_right.svg +3 -3
  229. package/src/assets/icons/text_color.svg +3 -3
  230. package/src/assets/icons/tick_icon.svg +4 -4
  231. package/src/assets/icons/toast_close.svg +3 -3
  232. package/src/assets/icons/txt_file_type.svg +4 -4
  233. package/src/assets/icons/underline.svg +4 -4
  234. package/src/assets/icons/update_icon.svg +3 -3
  235. package/src/assets/icons/user_password_lock.svg +220 -220
  236. package/src/assets/icons/user_profile.svg +3 -3
  237. package/src/assets/icons/user_warning.svg +235 -235
  238. package/src/assets/icons/user_with_system.svg +637 -637
  239. package/src/assets/icons/variable_icon.svg +4 -4
  240. package/src/assets/icons/vertical_separator.svg +3 -3
  241. package/src/assets/icons/view_access_icon.svg +4 -4
  242. package/src/assets/icons/view_icon.svg +3 -3
  243. package/src/assets/icons/warning.svg +17 -17
  244. package/src/assets/icons/warning_status_icon.svg +12 -12
  245. package/src/assets/icons/web&mobile_icon.svg +3 -3
  246. package/src/assets/icons/web_icon.svg +3 -3
  247. package/src/assets/icons/web_mobile_icon.svg +29 -29
  248. package/src/assets/icons/web_services_icon.svg +30 -30
  249. package/src/assets/icons/window_maximize.svg +3 -3
  250. package/src/assets/icons/window_minimize.svg +3 -3
  251. package/src/assets/icons/window_restore.svg +4 -4
  252. package/src/assets/icons/windows.svg +10 -10
  253. package/src/assets/icons/wrong_mark.svg +3 -3
  254. package/src/assets/icons/wswb_delete_icon.svg +3 -3
  255. package/src/assets/icons/wswb_plus_icon.svg +4 -4
  256. package/src/assets/icons/xls_file_type.svg +4 -4
  257. package/src/assets/icons/xlsx_file_type.svg +4 -4
  258. package/src/assets/icons/xml_file_type.svg +4 -4
  259. package/src/assets/styles/_colors.scss +151 -151
  260. package/src/assets/styles/_fonts.scss +45 -45
  261. package/src/assets/styles/_mixins.scss +21 -21
  262. package/src/assets/utils/functionUtils.ts +96 -96
  263. package/src/components/Accordion/Accordion.scss +46 -46
  264. package/src/components/Accordion/Accordion.stories.tsx +35 -35
  265. package/src/components/Accordion/Accordion.tsx +68 -68
  266. package/src/components/Accordion/index.ts +1 -1
  267. package/src/components/Accordion/types.ts +40 -40
  268. package/src/components/AddResourceButton/AddButton.scss +36 -36
  269. package/src/components/AddResourceButton/AddButton.stories.tsx +126 -126
  270. package/src/components/AddResourceButton/AddButton.tsx +121 -121
  271. package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.scss +161 -161
  272. package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.tsx +38 -38
  273. package/src/components/AddResourceButton/index.ts +1 -1
  274. package/src/components/AddResourceButton/type.ts +92 -92
  275. package/src/components/AddVariables/AddVariables.scss +14 -14
  276. package/src/components/AddVariables/AddVariables.stories.tsx +82 -44
  277. package/src/components/AddVariables/AddVariables.tsx +129 -113
  278. package/src/components/AddVariables/index.ts +1 -1
  279. package/src/components/AddVariables/types.ts +103 -36
  280. package/src/components/AllProjectsDropdown/AllProjectsDropdown.scss +189 -189
  281. package/src/components/AllProjectsDropdown/AllProjectsDropdown.stories.tsx +117 -117
  282. package/src/components/AllProjectsDropdown/AllProjectsDropdown.tsx +152 -152
  283. package/src/components/AllProjectsDropdown/types.ts +12 -12
  284. package/src/components/AppHeader/AppHeader.scss +214 -214
  285. package/src/components/AppHeader/AppHeader.stories.tsx +553 -553
  286. package/src/components/AppHeader/AppHeader.tsx +197 -197
  287. package/src/components/AppHeader/index.ts +1 -1
  288. package/src/components/AppHeader/types.ts +54 -54
  289. package/src/components/AttachImage/AttachImage.scss +76 -76
  290. package/src/components/AttachImage/AttachImage.stories.tsx +24 -24
  291. package/src/components/AttachImage/AttachImage.tsx +60 -60
  292. package/src/components/AttachImage/index.ts +2 -2
  293. package/src/components/AttachImage/types.ts +26 -26
  294. package/src/components/AttachmentButton/AttachmentButton.scss +9 -9
  295. package/src/components/AttachmentButton/AttachmentButton.stories.tsx +81 -81
  296. package/src/components/AttachmentButton/AttachmentButton.tsx +129 -129
  297. package/src/components/AttachmentButton/types.ts +13 -13
  298. package/src/components/Avatar/Avatar.scss +27 -27
  299. package/src/components/Avatar/Avatar.stories.tsx +76 -76
  300. package/src/components/Avatar/Avatar.tsx +41 -41
  301. package/src/components/Avatar/types.ts +35 -35
  302. package/src/components/Button/Button.scss +155 -155
  303. package/src/components/Button/Button.stories.tsx +81 -81
  304. package/src/components/Button/Button.tsx +73 -73
  305. package/src/components/Button/index.ts +1 -1
  306. package/src/components/Button/types.ts +69 -69
  307. package/src/components/Charts/BarChart/BarChart.scss +69 -69
  308. package/src/components/Charts/BarChart/BarChart.stories.tsx +67 -67
  309. package/src/components/Charts/BarChart/BarChart.tsx +342 -342
  310. package/src/components/Charts/BarChart/types.ts +12 -12
  311. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.scss +164 -164
  312. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.tsx +55 -55
  313. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.tsx +531 -531
  314. package/src/components/Charts/DashboardDonutChart/types.ts +58 -58
  315. package/src/components/Charts/DonutChart/DonutChart.scss +76 -76
  316. package/src/components/Charts/DonutChart/DonutChart.stories.tsx +30 -30
  317. package/src/components/Charts/DonutChart/DonutChart.tsx +246 -246
  318. package/src/components/Charts/DonutChart/index.ts +1 -1
  319. package/src/components/Charts/DonutChart/type.ts +23 -23
  320. package/src/components/Charts/IconRadialChart/IconRadialChart.scss +25 -25
  321. package/src/components/Charts/IconRadialChart/IconRadialChart.stories.tsx +51 -51
  322. package/src/components/Charts/IconRadialChart/IconRadialChart.tsx +173 -173
  323. package/src/components/Charts/IconRadialChart/types.ts +28 -28
  324. package/src/components/Charts/LineChart/LineChart.scss +92 -92
  325. package/src/components/Charts/LineChart/LineChart.stories.tsx +255 -255
  326. package/src/components/Charts/LineChart/LineChart.tsx +286 -286
  327. package/src/components/Charts/LineChart/index.ts +1 -1
  328. package/src/components/Charts/LineChart/types.ts +29 -29
  329. package/src/components/Charts/MultiRadialChart/MultiRadialChart.scss +86 -86
  330. package/src/components/Charts/MultiRadialChart/MultiRadialChart.stories.tsx +116 -116
  331. package/src/components/Charts/MultiRadialChart/MultiRadialChart.tsx +292 -292
  332. package/src/components/Charts/MultiRadialChart/index.ts +1 -1
  333. package/src/components/Charts/MultiRadialChart/types.ts +25 -25
  334. package/src/components/Charts/PieChart/PieChart.scss +41 -41
  335. package/src/components/Charts/PieChart/PieChart.stories.tsx +46 -46
  336. package/src/components/Charts/PieChart/PieChart.tsx +192 -192
  337. package/src/components/Charts/PieChart/index.ts +1 -1
  338. package/src/components/Charts/PieChart/types.ts +28 -28
  339. package/src/components/Charts/RadialChart/RadialChart.scss +16 -16
  340. package/src/components/Charts/RadialChart/RadialChart.stories.tsx +36 -36
  341. package/src/components/Charts/RadialChart/RadialChart.tsx +180 -180
  342. package/src/components/Charts/RadialChart/index.ts +1 -1
  343. package/src/components/Charts/RadialChart/types.ts +32 -32
  344. package/src/components/Checkbox/Checkbox.scss +146 -146
  345. package/src/components/Checkbox/Checkbox.stories.tsx +123 -123
  346. package/src/components/Checkbox/Checkbox.tsx +58 -58
  347. package/src/components/Checkbox/types.ts +34 -34
  348. package/src/components/Chip/Chip.scss +85 -85
  349. package/src/components/Chip/Chip.stories.tsx +116 -116
  350. package/src/components/Chip/Chip.tsx +35 -35
  351. package/src/components/Chip/index.ts +1 -1
  352. package/src/components/Chip/types.ts +19 -19
  353. package/src/components/Comment/Comments.scss +166 -166
  354. package/src/components/Comment/Comments.stories.tsx +212 -212
  355. package/src/components/Comment/Comments.tsx +51 -51
  356. package/src/components/Comment/comment/Comment.tsx +206 -206
  357. package/src/components/Comment/comment/useNode.ts +51 -51
  358. package/src/components/Comment/index.ts +1 -1
  359. package/src/components/Comment/type.ts +36 -36
  360. package/src/components/ConnectingBranch/BranchComponents/MachineInstances.tsx +128 -128
  361. package/src/components/ConnectingBranch/ConnectingBranch.scss +233 -233
  362. package/src/components/ConnectingBranch/ConnectingBranch.stories.tsx +21 -21
  363. package/src/components/ConnectingBranch/ConnectingBranch.tsx +182 -182
  364. package/src/components/ConnectingBranch/data.ts +137 -137
  365. package/src/components/ConnectingBranch/index.ts +1 -1
  366. package/src/components/ConnectingBranch/types.ts +21 -21
  367. package/src/components/CreateVariable/CreateVariableSlider.scss +18 -18
  368. package/src/components/CreateVariable/CreateVariableSlider.stories.tsx +66 -66
  369. package/src/components/CreateVariable/CreateVariableSlider.tsx +95 -95
  370. package/src/components/CreateVariable/index.ts +1 -1
  371. package/src/components/CreateVariable/types.ts +58 -58
  372. package/src/components/DatePicker/DatePicker.scss +413 -413
  373. package/src/components/DatePicker/DatePicker.stories.tsx +193 -193
  374. package/src/components/DatePicker/DatePicker.tsx +502 -502
  375. package/src/components/DatePicker/Timepicker.tsx +372 -372
  376. package/src/components/DatePicker/types.ts +105 -105
  377. package/src/components/DownloadClient/DownloadClient.scss +80 -80
  378. package/src/components/DownloadClient/DownloadClient.stories.tsx +26 -26
  379. package/src/components/DownloadClient/DownloadClient.tsx +81 -81
  380. package/src/components/DownloadClient/type.ts +40 -40
  381. package/src/components/DragAndDrop/DragAndDrop.d.ts +5 -5
  382. package/src/components/DragAndDrop/DragAndDrop.stories.tsx +25 -25
  383. package/src/components/DragAndDrop/DragAndDrop.ts +7 -7
  384. package/src/components/DragAndDrop/DragAndDropList.scss +69 -69
  385. package/src/components/DragAndDrop/DragAndDropList.tsx +151 -151
  386. package/src/components/Drawer/Drawer.scss +139 -139
  387. package/src/components/Drawer/Drawer.stories.tsx +155 -155
  388. package/src/components/Drawer/Drawer.tsx +232 -232
  389. package/src/components/Drawer/Types.ts +157 -157
  390. package/src/components/EditTextField/EditTextField.scss +97 -97
  391. package/src/components/EditTextField/EditTextField.stories.tsx +127 -127
  392. package/src/components/EditTextField/EditTextField.tsx +181 -181
  393. package/src/components/EditTextField/index.ts +1 -1
  394. package/src/components/EditTextField/types.ts +55 -55
  395. package/src/components/Editor/Editor.scss +56 -56
  396. package/src/components/Editor/Editor.stories.tsx +54 -54
  397. package/src/components/Editor/Editor.tsx +250 -250
  398. package/src/components/Editor/VariableDropdown.scss +27 -27
  399. package/src/components/Editor/VariableDropdown.tsx +57 -57
  400. package/src/components/Editor/constants.ts +180 -180
  401. package/src/components/Editor/types.ts +89 -89
  402. package/src/components/Excel/ColorBarSelector/ColorBarSelector.scss +15 -15
  403. package/src/components/Excel/ColorBarSelector/ColorBarSelector.tsx +43 -43
  404. package/src/components/Excel/ExcelContextMenu/ExcelContextMenu.scss +27 -27
  405. package/src/components/Excel/ExcelContextMenu/ExcelContextMenu.tsx +42 -42
  406. package/src/components/Excel/ExcelFile/ExcelFile.scss +68 -68
  407. package/src/components/Excel/ExcelFile/ExcelFile.tsx +491 -491
  408. package/src/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.tsx +131 -131
  409. package/src/components/Excel/ExcelFile/ExcelFileComponents/Cell.tsx +238 -238
  410. package/src/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.tsx +168 -168
  411. package/src/components/Excel/ExcelFile/ExcelFileComponents/Copied.tsx +25 -25
  412. package/src/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.tsx +56 -56
  413. package/src/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.tsx +37 -37
  414. package/src/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.tsx +85 -85
  415. package/src/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.tsx +31 -31
  416. package/src/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.tsx +5 -5
  417. package/src/components/Excel/ExcelFile/ExcelFileComponents/Row.tsx +5 -5
  418. package/src/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.tsx +154 -154
  419. package/src/components/Excel/ExcelFile/ExcelFileComponents/Selected.tsx +32 -32
  420. package/src/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.scss +146 -146
  421. package/src/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.tsx +479 -479
  422. package/src/components/Excel/ExcelFile/ExcelFileComponents/Table.tsx +19 -19
  423. package/src/components/Excel/ExcelFile/ExcelFileComponents/actions.ts +548 -548
  424. package/src/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.ts +18 -18
  425. package/src/components/Excel/ExcelFile/ExcelFileComponents/context.ts +12 -12
  426. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.ts +153 -153
  427. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.ts +31 -31
  428. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/index.ts +2 -2
  429. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.ts +152 -152
  430. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.ts +10 -10
  431. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.ts +69 -69
  432. package/src/components/Excel/ExcelFile/ExcelFileComponents/index.ts +49 -49
  433. package/src/components/Excel/ExcelFile/ExcelFileComponents/matrix.ts +382 -382
  434. package/src/components/Excel/ExcelFile/ExcelFileComponents/point-range.ts +82 -82
  435. package/src/components/Excel/ExcelFile/ExcelFileComponents/point.ts +15 -15
  436. package/src/components/Excel/ExcelFile/ExcelFileComponents/reducer.ts +673 -673
  437. package/src/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.ts +819 -819
  438. package/src/components/Excel/ExcelFile/ExcelFileComponents/selection.ts +257 -257
  439. package/src/components/Excel/ExcelFile/ExcelFileComponents/types.ts +255 -255
  440. package/src/components/Excel/ExcelFile/ExcelFileComponents/typings/fast-formula-parser.d.ts +58 -58
  441. package/src/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.ts +8 -8
  442. package/src/components/Excel/ExcelFile/ExcelFileComponents/use-selector.ts +9 -9
  443. package/src/components/Excel/ExcelFile/ExcelFileComponents/util.ts +172 -172
  444. package/src/components/Excel/ExcelFile.stories.tsx +167 -167
  445. package/src/components/Excel/ExcelToolBar/ExcelToolBar.scss +96 -96
  446. package/src/components/Excel/ExcelToolBar/ExcelToolBar.tsx +397 -397
  447. package/src/components/Excel/Types.ts +196 -196
  448. package/src/components/Excel/dataConversion.ts +173 -173
  449. package/src/components/Excel/index.ts +1 -1
  450. package/src/components/ExpandableMenu/ExpandableMenu.scss +110 -110
  451. package/src/components/ExpandableMenu/ExpandableMenu.stories.tsx +67 -67
  452. package/src/components/ExpandableMenu/ExpandableMenu.tsx +101 -101
  453. package/src/components/ExpandableMenu/index.ts +1 -1
  454. package/src/components/ExpandableMenu/types.ts +34 -34
  455. package/src/components/FF_Captcha/Recaptcha.scss +10 -10
  456. package/src/components/FF_Captcha/Recaptcha.tsx +40 -40
  457. package/src/components/FF_Captcha/captcha.stories.tsx +40 -40
  458. package/src/components/FF_Captcha/types.ts +22 -22
  459. package/src/components/FieldSet/FieldSet.scss +10 -10
  460. package/src/components/FieldSet/FieldSet.stories.tsx +104 -104
  461. package/src/components/FieldSet/FieldSet.tsx +29 -29
  462. package/src/components/FieldSet/index.ts +1 -1
  463. package/src/components/FieldSet/types.ts +8 -8
  464. package/src/components/FileDropzone/Dropzone.tsx +105 -105
  465. package/src/components/FileDropzone/FileDropzone.scss +162 -162
  466. package/src/components/FileDropzone/FileDropzone.stories.tsx +219 -219
  467. package/src/components/FileDropzone/FileDropzone.tsx +144 -144
  468. package/src/components/FileDropzone/FilePreview.tsx +77 -77
  469. package/src/components/FileDropzone/RadioFilePreview.tsx +76 -76
  470. package/src/components/FileDropzone/index.ts +1 -1
  471. package/src/components/FileDropzone/types.ts +198 -198
  472. package/src/components/Form/Form.d.ts +2 -2
  473. package/src/components/Form/Form.scss +158 -158
  474. package/src/components/Form/Form.stories.tsx +508 -508
  475. package/src/components/Form/Form.ts +2 -2
  476. package/src/components/Form/Forms.tsx +41 -41
  477. package/src/components/Form/validation.json +29 -29
  478. package/src/components/GridLayout/GridLayout.scss +69 -69
  479. package/src/components/GridLayout/GridLayout.stories.tsx +90 -90
  480. package/src/components/GridLayout/GridLayout.tsx +39 -39
  481. package/src/components/GridLayout/GridLayoutStory.scss +25 -25
  482. package/src/components/GridLayout/types.ts +84 -84
  483. package/src/components/HighlightText/HighlightText.scss +3 -3
  484. package/src/components/HighlightText/HighlightText.stories.tsx +22 -22
  485. package/src/components/HighlightText/HighlightText.tsx +33 -33
  486. package/src/components/HighlightText/index.ts +1 -1
  487. package/src/components/HighlightText/types.ts +4 -4
  488. package/src/components/Icon/Icon.stories.tsx +65 -65
  489. package/src/components/Icon/Icon.tsx +88 -88
  490. package/src/components/Icon/Icons.scss +50 -50
  491. package/src/components/Icon/iconList.ts +494 -491
  492. package/src/components/Icon/index.ts +1 -1
  493. package/src/components/Icon/types.ts +14 -14
  494. package/src/components/IconButton/IconButton.scss +54 -54
  495. package/src/components/IconButton/IconButton.stories.tsx +34 -34
  496. package/src/components/IconButton/IconButton.tsx +32 -32
  497. package/src/components/IconButton/index.ts +1 -1
  498. package/src/components/IconButton/types.ts +5 -5
  499. package/src/components/IconRadioGroup/IconRadioGroup.scss +64 -64
  500. package/src/components/IconRadioGroup/IconRadioGroup.stories.tsx +108 -108
  501. package/src/components/IconRadioGroup/IconRadioGroup.tsx +73 -73
  502. package/src/components/IconRadioGroup/index.ts +1 -1
  503. package/src/components/IconRadioGroup/type.ts +49 -49
  504. package/src/components/Input/Input.scss +170 -170
  505. package/src/components/Input/Input.stories.tsx +141 -141
  506. package/src/components/Input/Input.tsx +120 -120
  507. package/src/components/Input/types.ts +85 -85
  508. package/src/components/InputWithDropdown/InputWithDropdown.scss +220 -220
  509. package/src/components/InputWithDropdown/InputWithDropdown.stories.tsx +169 -169
  510. package/src/components/InputWithDropdown/InputWithDropdown.tsx +129 -122
  511. package/src/components/InputWithDropdown/index.ts +1 -1
  512. package/src/components/InputWithDropdown/types.ts +113 -113
  513. package/src/components/LabelEditTextField/LabelEditTextField.scss +86 -86
  514. package/src/components/LabelEditTextField/LabelEditTextField.stories.tsx +192 -192
  515. package/src/components/LabelEditTextField/LabelEditTextField.tsx +246 -246
  516. package/src/components/LabelEditTextField/index.ts +1 -1
  517. package/src/components/LabelEditTextField/types.ts +46 -46
  518. package/src/components/LazyLoad/LazyLoad.d.ts +3 -3
  519. package/src/components/LazyLoad/LazyLoad.stories.tsx +33 -33
  520. package/src/components/LazyLoad/LazyLoad.ts +2 -2
  521. package/src/components/LazyLoad/LazyLoading.tsx +19 -19
  522. package/src/components/LazyLoad/index.ts +1 -1
  523. package/src/components/MachineInputField/MachineInputField.scss +59 -59
  524. package/src/components/MachineInputField/MachineInputField.stories.tsx +32 -32
  525. package/src/components/MachineInputField/MachineInputField.tsx +87 -87
  526. package/src/components/MachineInputField/index.ts +1 -1
  527. package/src/components/MachineInputField/types.ts +13 -13
  528. package/src/components/MenuOption/MenuOption.scss +97 -97
  529. package/src/components/MenuOption/MenuOption.stories.tsx +158 -158
  530. package/src/components/MenuOption/MenuOption.tsx +219 -219
  531. package/src/components/MenuOption/types.ts +230 -230
  532. package/src/components/MiniModal/MiniModal.scss +170 -170
  533. package/src/components/MiniModal/MiniModal.stories.tsx +735 -735
  534. package/src/components/MiniModal/MiniModal.tsx +344 -344
  535. package/src/components/MiniModal/index.ts +1 -1
  536. package/src/components/MiniModal/types.ts +123 -123
  537. package/src/components/Modal/Modal.stories.tsx +70 -70
  538. package/src/components/Modal/Modal.tsx +100 -100
  539. package/src/components/Modal/index.tsx +1 -1
  540. package/src/components/Modal/modal.scss +51 -51
  541. package/src/components/Modal/types.ts +43 -43
  542. package/src/components/ModulesChip/ModuleChip.scss +33 -33
  543. package/src/components/ModulesChip/ModuleChip.stories.tsx +41 -41
  544. package/src/components/ModulesChip/ModuleChip.tsx +28 -28
  545. package/src/components/ModulesChip/types.ts +14 -14
  546. package/src/components/MultiSelect/Dropdown.scss +78 -78
  547. package/src/components/MultiSelect/Dropdown.tsx +142 -142
  548. package/src/components/MultiSelect/MultiSelect.scss +246 -246
  549. package/src/components/MultiSelect/MultiSelect.stories.tsx +290 -290
  550. package/src/components/MultiSelect/MultiSelect.tsx +483 -483
  551. package/src/components/MultiSelect/MultiSelectTypes.ts +47 -47
  552. package/src/components/MultiSelect/dropdownTypes.ts +19 -19
  553. package/src/components/MultiSelect/index.ts +1 -1
  554. package/src/components/NLPInput/NLPInput.scss +246 -246
  555. package/src/components/NLPInput/NlpInput.stories.tsx +136 -136
  556. package/src/components/NLPInput/NlpInput.tsx +374 -374
  557. package/src/components/NLPInput/components/NlpDropDown/NlpDropDownType.ts +60 -60
  558. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.scss +83 -83
  559. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.tsx +180 -180
  560. package/src/components/NLPInput/index.ts +1 -1
  561. package/src/components/NLPInput/type.tsx +124 -124
  562. package/src/components/Paper/Paper.scss +13 -13
  563. package/src/components/Paper/Paper.stories.tsx +77 -77
  564. package/src/components/Paper/Paper.tsx +14 -14
  565. package/src/components/Paper/types.ts +19 -19
  566. package/src/components/PhoneInput/PhoneInput.d.ts +3 -3
  567. package/src/components/PhoneInput/PhoneInput.stories.tsx +95 -95
  568. package/src/components/PhoneInput/PhoneInput.tsx +90 -90
  569. package/src/components/PhoneInput/index.ts +1 -1
  570. package/src/components/PhoneInput/phoneInput.scss +3 -3
  571. package/src/components/PhoneInput/types.ts +10 -10
  572. package/src/components/PopUpModal/PopUpModal.scss +36 -36
  573. package/src/components/PopUpModal/PopUpModal.stories.tsx +67 -62
  574. package/src/components/PopUpModal/PopUpModal.tsx +87 -86
  575. package/src/components/PopUpModal/types.ts +16 -15
  576. package/src/components/RadioButton/RadioButton.scss +106 -106
  577. package/src/components/RadioButton/RadioButton.stories.tsx +43 -43
  578. package/src/components/RadioButton/RadioButton.tsx +41 -41
  579. package/src/components/RadioButton/index.ts +1 -1
  580. package/src/components/RadioButton/radioButtonTypes.tsx +62 -62
  581. package/src/components/RadioGroup/RadioGroup.scss +11 -11
  582. package/src/components/RadioGroup/RadioGroup.stories.tsx +150 -150
  583. package/src/components/RadioGroup/RadioGroup.tsx +49 -49
  584. package/src/components/RadioGroup/index.ts +1 -1
  585. package/src/components/RadioGroup/radioGroupTypes.tsx +96 -96
  586. package/src/components/Search/Search.scss +103 -103
  587. package/src/components/Search/Search.stories.tsx +45 -45
  588. package/src/components/Search/Search.tsx +130 -130
  589. package/src/components/Search/index.ts +1 -1
  590. package/src/components/Search/types.ts +19 -19
  591. package/src/components/Select/Select.scss +213 -213
  592. package/src/components/Select/Select.stories.tsx +355 -355
  593. package/src/components/Select/Select.tsx +278 -278
  594. package/src/components/Select/components/Dropdown.scss +61 -61
  595. package/src/components/Select/components/Dropdown.tsx +140 -140
  596. package/src/components/Select/components/types.ts +24 -24
  597. package/src/components/Select/index.ts +1 -1
  598. package/src/components/Select/types.ts +134 -134
  599. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.scss +128 -128
  600. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.tsx +56 -56
  601. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.tsx +167 -167
  602. package/src/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.scss +51 -51
  603. package/src/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.tsx +107 -107
  604. package/src/components/SequentialConnectingBranch/components/AddBrowserModal/types.ts +5 -5
  605. package/src/components/SequentialConnectingBranch/components/Branches/Branches.scss +190 -190
  606. package/src/components/SequentialConnectingBranch/components/Branches/Branches.tsx +236 -236
  607. package/src/components/SequentialConnectingBranch/components/Branches/types.ts +25 -25
  608. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.scss +3 -3
  609. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.tsx +68 -68
  610. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/types.ts +17 -17
  611. package/src/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.scss +31 -31
  612. package/src/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.tsx +85 -85
  613. package/src/components/SequentialConnectingBranch/components/DatasetListModal/types.ts +4 -4
  614. package/src/components/SequentialConnectingBranch/index.ts +1 -1
  615. package/src/components/SequentialConnectingBranch/types.ts +60 -60
  616. package/src/components/StateDropdown/StateDropdown.stories.tsx +104 -104
  617. package/src/components/StateDropdown/StateDropdown.tsx +245 -245
  618. package/src/components/StateDropdown/StateDropdownTypes.tsx +27 -27
  619. package/src/components/StatusButton/StatusButton.scss +90 -90
  620. package/src/components/StatusButton/StatusButton.stories.tsx +91 -91
  621. package/src/components/StatusButton/StatusButton.tsx +46 -46
  622. package/src/components/StatusButton/index.ts +1 -1
  623. package/src/components/StatusButton/types.ts +45 -45
  624. package/src/components/StatusCard/StatusCard.scss +94 -94
  625. package/src/components/StatusCard/StatusCard.stories.tsx +58 -58
  626. package/src/components/StatusCard/StatusCard.tsx +49 -49
  627. package/src/components/StatusCard/index.ts +1 -1
  628. package/src/components/StatusCard/types.ts +10 -10
  629. package/src/components/Table/Table.scss +117 -117
  630. package/src/components/Table/Table.stories.tsx +373 -373
  631. package/src/components/Table/Table.tsx +178 -178
  632. package/src/components/Table/Types.ts +124 -124
  633. package/src/components/Table/index.ts +1 -1
  634. package/src/components/TableTree/Components/TableBody.tsx +35 -35
  635. package/src/components/TableTree/Components/TableCell.tsx +59 -59
  636. package/src/components/TableTree/Components/TableHead.tsx +39 -39
  637. package/src/components/TableTree/Components/TableRow.tsx +37 -37
  638. package/src/components/TableTree/TableTree.scss +205 -205
  639. package/src/components/TableTree/TableTree.stories.tsx +179 -179
  640. package/src/components/TableTree/TableTree.tsx +245 -245
  641. package/src/components/TableTree/TableTreeStories.scss +22 -22
  642. package/src/components/TableTree/Utils/getAllChildIds.ts +12 -12
  643. package/src/components/TableTree/data.ts +322 -322
  644. package/src/components/TableTree/index.ts +1 -1
  645. package/src/components/TableTree/types.ts +68 -68
  646. package/src/components/TableWithAccordion/TableWithAccordion.scss +54 -54
  647. package/src/components/TableWithAccordion/TableWithAccordion.stories.tsx +94 -94
  648. package/src/components/TableWithAccordion/TableWithAccordion.tsx +174 -174
  649. package/src/components/TableWithAccordion/data.ts +36 -36
  650. package/src/components/TableWithAccordion/types.ts +69 -69
  651. package/src/components/Tabs/Tabs.scss +132 -132
  652. package/src/components/Tabs/Tabs.stories.tsx +153 -153
  653. package/src/components/Tabs/Tabs.tsx +71 -71
  654. package/src/components/Tabs/index.ts +1 -1
  655. package/src/components/Tabs/types.ts +48 -48
  656. package/src/components/TextArea/Textarea.scss +144 -144
  657. package/src/components/TextArea/Textarea.stories.tsx +92 -92
  658. package/src/components/TextArea/Textarea.tsx +84 -84
  659. package/src/components/TextArea/Types.ts +82 -82
  660. package/src/components/TextArea/index.tsx +1 -1
  661. package/src/components/ThemeProvider/ThemeProvider.tsx +27 -27
  662. package/src/components/ThemeProvider/index.ts +1 -1
  663. package/src/components/ThemeProvider/types.ts +14 -14
  664. package/src/components/Toast/Toast.scss +121 -121
  665. package/src/components/Toast/Toast.stories.tsx +144 -144
  666. package/src/components/Toast/Toast.tsx +117 -117
  667. package/src/components/Toast/index.ts +1 -1
  668. package/src/components/Toast/types.ts +27 -27
  669. package/src/components/Toastify/Toastify.stories.tsx +71 -71
  670. package/src/components/Toastify/Toastify.tsx +94 -94
  671. package/src/components/Toastify/index.ts +1 -1
  672. package/src/components/Toastify/types.ts +9 -9
  673. package/src/components/Toggle/Toggle.scss +133 -133
  674. package/src/components/Toggle/Toggle.stories.tsx +132 -132
  675. package/src/components/Toggle/Toggle.tsx +96 -96
  676. package/src/components/Toggle/index.ts +1 -1
  677. package/src/components/Toggle/types.ts +43 -43
  678. package/src/components/ToggleSwitch/ToggleSwitch.scss +58 -58
  679. package/src/components/ToggleSwitch/ToggleSwitch.stories.tsx +52 -52
  680. package/src/components/ToggleSwitch/ToggleSwitch.tsx +30 -30
  681. package/src/components/ToggleSwitch/index.ts +1 -1
  682. package/src/components/Tooltip/Tooltip.scss +27 -27
  683. package/src/components/Tooltip/Tooltip.stories.tsx +98 -98
  684. package/src/components/Tooltip/Tooltip.tsx +194 -194
  685. package/src/components/Tooltip/index.ts +1 -1
  686. package/src/components/Tooltip/types.ts +66 -66
  687. package/src/components/Typography/Typography.scss +25 -25
  688. package/src/components/Typography/Typography.stories.tsx +59 -59
  689. package/src/components/Typography/Typography.tsx +41 -41
  690. package/src/components/Typography/index.ts +1 -1
  691. package/src/components/Typography/types.ts +57 -57
  692. package/src/components/VariableInput/VariableInput.scss +127 -127
  693. package/src/components/VariableInput/VariableInput.stories.tsx +32 -32
  694. package/src/components/VariableInput/VariableInput.tsx +352 -352
  695. package/src/components/VariableInput/types.ts +56 -56
  696. package/src/hooks/keyboardevents/useEscKeyEvent.tsx +30 -30
  697. package/src/hooks/useClickOutside.tsx +30 -30
  698. package/src/hooks/useFileDropzone.tsx +275 -275
  699. package/src/hooks/usePortalPosition.tsx +53 -53
  700. package/src/hooks/useTheme.tsx +13 -13
  701. package/src/index.ts +203 -204
  702. package/src/utils/FormatString/FormatString.stories.tsx +58 -58
  703. package/src/utils/FormatString/FormatString.tsx +41 -41
  704. package/src/utils/TableCell/TableCell.ts +16 -16
  705. package/src/utils/capitalize/capitalize.stories.tsx +44 -44
  706. package/src/utils/capitalize/capitalize.tsx +4 -4
  707. package/src/utils/checkDuplicates/CheckDuplicates.stories.tsx +40 -40
  708. package/src/utils/checkDuplicates/checkDuplicates.ts +13 -13
  709. package/src/utils/checkEmpty/checkEmpty.stories.tsx +34 -34
  710. package/src/utils/checkEmpty/checkEmpty.ts +24 -24
  711. package/src/utils/compareArrays/compareArrays.stories.tsx +62 -62
  712. package/src/utils/compareArrays/compareArrays.ts +31 -31
  713. package/src/utils/compareObjects/compareObjects.stories.tsx +51 -51
  714. package/src/utils/compareObjects/compareObjects.ts +53 -53
  715. package/src/utils/debounce/debounce.stories.tsx +81 -81
  716. package/src/utils/debounce/debounce.ts +28 -28
  717. package/src/utils/downloadFile/saveFileFromBlob.stories.tsx +62 -62
  718. package/src/utils/downloadFile/saveFileFromBlob.ts +40 -40
  719. package/src/utils/ffID/ffID.stories.tsx +35 -35
  720. package/src/utils/ffID/ffid.ts +7 -7
  721. package/src/utils/findAndInsert/findAndInsert.stories.tsx +119 -119
  722. package/src/utils/findAndInsert/findAndInsert.ts +49 -49
  723. package/src/utils/getEncryptedData/getEncryptedData.stories.tsx +55 -55
  724. package/src/utils/getEncryptedData/getEncryptedData.ts +8 -8
  725. package/src/utils/getExtension/getExtension.stories.tsx +23 -23
  726. package/src/utils/getExtension/getExtension.ts +28 -28
  727. package/src/utils/getSelectOptionValue/getSelectOptionValue.ts +31 -31
  728. package/src/utils/getSequentialPayload/getSequentialPayload.stories.tsx +72 -72
  729. package/src/utils/getSequentialPayload/getSequentialPayload.ts +16 -16
  730. package/src/utils/getSequentialPayload/types.ts +32 -32
  731. package/src/utils/throttle/throttle.stories.tsx +100 -100
  732. package/src/utils/throttle/throttle.ts +33 -33
  733. package/src/utils/truncateText/truncateText.stories.tsx +37 -37
  734. package/src/utils/truncateText/truncateText.ts +4 -4
  735. package/tsconfig.json +55 -55
  736. package/vite.config.js +14 -14
  737. package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +0 -6
  738. package/lib/StyleGuide/Typography/Typography.stories.d.ts +0 -6
  739. package/lib/assets/fonts/Poppins-Bold.ttf +0 -0
  740. package/lib/assets/fonts/Poppins-Medium.ttf +0 -0
  741. package/lib/assets/fonts/Poppins-Regular.ttf +0 -0
  742. package/lib/assets/fonts/Poppins-SemiBold.ttf +0 -0
  743. package/lib/components/Accordion/Accordion.stories.d.ts +0 -6
  744. package/lib/components/AddButton/AddButton.d.ts +0 -5
  745. package/lib/components/AddButton/AddButton.stories.d.ts +0 -6
  746. package/lib/components/AddButton/index.d.ts +0 -1
  747. package/lib/components/AddButton/types.d.ts +0 -4
  748. package/lib/components/AddResourceButton/AddButton.stories.d.ts +0 -8
  749. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +0 -7
  750. package/lib/components/AppHeader/AppHeader.stories.d.ts +0 -7
  751. package/lib/components/AttachImage/AttachImage.stories.d.ts +0 -7
  752. package/lib/components/AttachmentButton/AttachmentButton.stories.d.ts +0 -9
  753. package/lib/components/Avatar/Avatar.stories.d.ts +0 -10
  754. package/lib/components/Button/Button.stories.d.ts +0 -13
  755. package/lib/components/Charts/BarChart/BarChart.stories.d.ts +0 -6
  756. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.d.ts +0 -7
  757. package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +0 -6
  758. package/lib/components/Charts/IconRadialChart/IconRadialChart.stories.d.ts +0 -8
  759. package/lib/components/Charts/LineChart/LineChart.stories.d.ts +0 -7
  760. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.stories.d.ts +0 -8
  761. package/lib/components/Charts/PieChart/PieChart.stories.d.ts +0 -7
  762. package/lib/components/Charts/RadialChart/RadialChart.stories.d.ts +0 -6
  763. package/lib/components/Checkbox/Checkbox.stories.d.ts +0 -8
  764. package/lib/components/Chip/Chip.stories.d.ts +0 -14
  765. package/lib/components/ConnectingBranch/ConnectingBranch.stories.d.ts +0 -6
  766. package/lib/components/DatePicker/DatePicker.stories.d.ts +0 -9
  767. package/lib/components/DragAndDrop/DragAndDrop.stories.d.ts +0 -6
  768. package/lib/components/Drawer/Drawer.stories.d.ts +0 -12
  769. package/lib/components/EditTextField/EditTextField.stories.d.ts +0 -10
  770. package/lib/components/Editor/Editor.stories.d.ts +0 -6
  771. package/lib/components/Excel/ContextMenu/ContextMenu.d.ts +0 -4
  772. package/lib/components/Excel/ExcelFile.stories.d.ts +0 -6
  773. package/lib/components/ExcelFile/ChangeExcelStyles.d.ts +0 -14
  774. package/lib/components/ExcelFile/ColorBarSelector/ColorBarSelector.d.ts +0 -8
  775. package/lib/components/ExcelFile/ContextMenu/ContextMenu.d.ts +0 -4
  776. package/lib/components/ExcelFile/ExcelFile/Excel/ActiveCell.d.ts +0 -7
  777. package/lib/components/ExcelFile/ExcelFile/Excel/Cell.d.ts +0 -4
  778. package/lib/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.d.ts +0 -5
  779. package/lib/components/ExcelFile/ExcelFile/Excel/Copied.d.ts +0 -3
  780. package/lib/components/ExcelFile/ExcelFile/Excel/CornerIndicator.d.ts +0 -5
  781. package/lib/components/ExcelFile/ExcelFile/Excel/DataEditor.d.ts +0 -5
  782. package/lib/components/ExcelFile/ExcelFile/Excel/DataViewer.d.ts +0 -8
  783. package/lib/components/ExcelFile/ExcelFile/Excel/FloatingRect.d.ts +0 -10
  784. package/lib/components/ExcelFile/ExcelFile/Excel/HeaderRow.d.ts +0 -3
  785. package/lib/components/ExcelFile/ExcelFile/Excel/Row.d.ts +0 -3
  786. package/lib/components/ExcelFile/ExcelFile/Excel/RowIndicator.d.ts +0 -5
  787. package/lib/components/ExcelFile/ExcelFile/Excel/Selected.d.ts +0 -3
  788. package/lib/components/ExcelFile/ExcelFile/Excel/Spreadsheet.d.ts +0 -80
  789. package/lib/components/ExcelFile/ExcelFile/Excel/Table.d.ts +0 -3
  790. package/lib/components/ExcelFile/ExcelFile/Excel/actions.d.ts +0 -174
  791. package/lib/components/ExcelFile/ExcelFile/Excel/areModelsEqual.d.ts +0 -1
  792. package/lib/components/ExcelFile/ExcelFile/Excel/context.d.ts +0 -8
  793. package/lib/components/ExcelFile/ExcelFile/Excel/engine/engine.d.ts +0 -22
  794. package/lib/components/ExcelFile/ExcelFile/Excel/engine/formula.d.ts +0 -17
  795. package/lib/components/ExcelFile/ExcelFile/Excel/engine/index.d.ts +0 -2
  796. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-graph.d.ts +0 -21
  797. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-hash.d.ts +0 -3
  798. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-set.d.ts +0 -24
  799. package/lib/components/ExcelFile/ExcelFile/Excel/index.d.ts +0 -13
  800. package/lib/components/ExcelFile/ExcelFile/Excel/matrix.d.ts +0 -67
  801. package/lib/components/ExcelFile/ExcelFile/Excel/point-range.d.ts +0 -22
  802. package/lib/components/ExcelFile/ExcelFile/Excel/point.d.ts +0 -11
  803. package/lib/components/ExcelFile/ExcelFile/Excel/reducer.d.ts +0 -27
  804. package/lib/components/ExcelFile/ExcelFile/Excel/selection.d.ts +0 -95
  805. package/lib/components/ExcelFile/ExcelFile/Excel/types.d.ts +0 -178
  806. package/lib/components/ExcelFile/ExcelFile/Excel/use-dispatch.d.ts +0 -3
  807. package/lib/components/ExcelFile/ExcelFile/Excel/use-selector.d.ts +0 -3
  808. package/lib/components/ExcelFile/ExcelFile/Excel/util.d.ts +0 -44
  809. package/lib/components/ExcelFile/ExcelFile/ExcelFile.d.ts +0 -19
  810. package/lib/components/ExcelFile/ExcelFile.stories.d.ts +0 -6
  811. package/lib/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.d.ts +0 -12
  812. package/lib/components/ExcelFile/ExcelToolBar/ExcelToolBar.d.ts +0 -15
  813. package/lib/components/ExcelFile/ImportExcelStyles.d.ts +0 -24
  814. package/lib/components/ExcelFile/Types.d.ts +0 -129
  815. package/lib/components/ExcelFile/index.d.ts +0 -1
  816. package/lib/components/ExpandableMenu/ExpandableMenu.stories.d.ts +0 -7
  817. package/lib/components/FF_Captcha/captcha.stories.d.ts +0 -8
  818. package/lib/components/FileDropzone/FileDropzone.stories.d.ts +0 -8
  819. package/lib/components/Form/Form.stories.d.ts +0 -7
  820. package/lib/components/GridLayout/GridLayout.stories.d.ts +0 -8
  821. package/lib/components/HighlightText/HighlightText.stories.d.ts +0 -6
  822. package/lib/components/Icon/Icon.stories.d.ts +0 -8
  823. package/lib/components/IconButton/IconButton.stories.d.ts +0 -7
  824. package/lib/components/IconRadioGroup/IconRadioGroup.stories.d.ts +0 -7
  825. package/lib/components/Input/Input.stories.d.ts +0 -9
  826. package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +0 -9
  827. package/lib/components/LabelEditTextField/LabelEditTextField.stories.d.ts +0 -13
  828. package/lib/components/LazyLoad/LazyLoad.stories.d.ts +0 -6
  829. package/lib/components/MachineInputField/MachineInputField.stories.d.ts +0 -6
  830. package/lib/components/MenuOption/MenuOption.stories.d.ts +0 -16
  831. package/lib/components/MiniModal/MiniModal.stories.d.ts +0 -10
  832. package/lib/components/Modal/Modal.stories.d.ts +0 -7
  833. package/lib/components/ModulesChip/ModuleChip.stories.d.ts +0 -6
  834. package/lib/components/MultiSelect/MultiSelect.stories.d.ts +0 -11
  835. package/lib/components/NLPInput/NlpInput.stories.d.ts +0 -7
  836. package/lib/components/Paper/Paper.stories.d.ts +0 -11
  837. package/lib/components/RadioButton/RadioButton.stories.d.ts +0 -10
  838. package/lib/components/RadioGroup/RadioGroup.stories.d.ts +0 -9
  839. package/lib/components/Search/Search.stories.d.ts +0 -6
  840. package/lib/components/Select/Select.stories.d.ts +0 -14
  841. package/lib/components/Select/components/Dropdown/Dropdown.d.ts +0 -4
  842. package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +0 -17
  843. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.d.ts +0 -6
  844. package/lib/components/StateDropdown/StateDropdown.stories.d.ts +0 -10
  845. package/lib/components/StatusButton/StatusButton.stories.d.ts +0 -14
  846. package/lib/components/StatusCard/StatusCard.stories.d.ts +0 -11
  847. package/lib/components/Table/Table.stories.d.ts +0 -13
  848. package/lib/components/TableTree/TableTree.stories.d.ts +0 -7
  849. package/lib/components/Tabs/Tabs.stories.d.ts +0 -9
  850. package/lib/components/TextArea/Textarea.stories.d.ts +0 -9
  851. package/lib/components/Toast/Toast.stories.d.ts +0 -6
  852. package/lib/components/Toastify/Toastify.stories.d.ts +0 -6
  853. package/lib/components/Toggle/Toggle.stories.d.ts +0 -12
  854. package/lib/components/Tooltip/Tooltip.stories.d.ts +0 -15
  855. package/lib/components/Typography/Typography.stories.d.ts +0 -10
  856. package/lib/components/VariableInput/VariableInput.stories.d.ts +0 -6
  857. package/lib/utils/checkEmpty/checkEmpty.stories.d.ts +0 -6
  858. package/lib/utils/compareArrays/compareArrays.stories.d.ts +0 -6
  859. package/lib/utils/compareObjects/compareObjects.stories.d.ts +0 -6
  860. package/lib/utils/debounce/debounce.stories.d.ts +0 -6
  861. package/lib/utils/ffID/ffID.stories.d.ts +0 -6
  862. package/lib/utils/find/findAndInsert.d.ts +0 -7
  863. package/lib/utils/find/findAndInsert.stories.d.ts +0 -7
  864. package/lib/utils/findAndInsert/findAndInsert.stories.d.ts +0 -7
  865. package/lib/utils/getEncryptedData/getEncryptedData.stories.d.ts +0 -6
  866. package/lib/utils/getExtension/getExtension.stories.d.ts +0 -6
  867. package/lib/utils/getSequentialPayload/getSequentialPayload.stories.d.ts +0 -10
  868. package/lib/utils/throttle/throttle.stories.d.ts +0 -6
  869. package/lib/utils/truncateText/truncateText.stories.d.ts +0 -6
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.86942 0.0111092H12.8728C13.7018 0.0123063 14.4965 0.342161 15.0828 0.928364C15.669 1.51457 15.9988 2.30928 16 3.1383V9.8924C15.9988 10.7214 15.669 11.5161 15.0828 12.1023C14.4965 12.6885 13.7018 13.0184 12.8728 13.0196H12.2586C12.2176 13.8104 11.8782 14.5578 11.3068 15.1097C10.7104 15.6858 9.90991 16.0018 9.08083 15.9885H3.18372C2.35443 16.0018 1.55368 15.6859 0.956918 15.1099C0.360155 14.5339 0.0160501 13.7448 0 12.9156V6.05293C0.0160501 5.22369 0.360155 4.43463 0.956918 3.85864C1.55368 3.28264 2.35443 2.96669 3.18372 2.98001H3.74183C3.76016 2.62314 3.83951 2.27164 3.97679 1.94088C4.13434 1.56131 4.3651 1.21649 4.6559 0.926106C4.94671 0.63572 5.29187 0.405455 5.67166 0.24846C6.05146 0.0914646 6.45846 0.010813 6.86942 0.0111092ZM3.73771 4.11059H3.18372C2.65408 4.0966 2.14051 4.29322 1.75562 4.65733C1.37074 5.02144 1.14596 5.52333 1.13058 6.05293V12.9065C1.14596 13.4361 1.37074 13.938 1.75562 14.3021C2.14051 14.6662 2.65408 14.8629 3.18372 14.8489H9.08083C9.61009 14.8622 10.1231 14.6654 10.5075 14.3013C10.8644 13.9633 11.0834 13.5067 11.1252 13.0196H6.86942C6.45846 13.0199 6.05146 12.9392 5.67166 12.7822C5.29187 12.6252 4.94671 12.395 4.6559 12.1046C4.3651 11.8142 4.13434 11.4694 3.97679 11.0898C3.81925 10.7102 3.73801 10.3034 3.73771 9.8924V4.11059ZM11.7002 11.889L11.697 11.889L11.6939 11.889H6.86942C6.34007 11.8884 5.83258 11.6779 5.45827 11.3036C5.08396 10.9292 4.87341 10.4217 4.87282 9.8924V3.1383C4.87341 2.60895 5.08396 2.10145 5.45827 1.72715C5.83258 1.35284 6.34007 1.14229 6.86942 1.14169H12.8728C13.4022 1.14229 13.9097 1.35284 14.284 1.72715C14.6583 2.10145 14.8688 2.60895 14.8694 3.1383V9.8924C14.8688 10.4217 14.6583 10.9292 14.284 11.3036C13.9097 11.6779 13.4022 11.8884 12.8728 11.889H11.7002ZM12.2962 4.58997H7.4415C7.29157 4.58997 7.14779 4.64952 7.04178 4.75554C6.93577 4.86155 6.87621 5.00533 6.87621 5.15526C6.87621 5.30518 6.93577 5.44897 7.04178 5.55498C7.14779 5.66099 7.29157 5.72055 7.4415 5.72055H12.2962C12.4461 5.72055 12.5899 5.66099 12.6959 5.55498C12.802 5.44897 12.8615 5.30518 12.8615 5.15526C12.8615 5.00533 12.802 4.86155 12.6959 4.75554C12.5899 4.64952 12.4461 4.58997 12.2962 4.58997ZM7.4415 7.32144H12.2962C12.4461 7.32144 12.5899 7.381 12.6959 7.48701C12.802 7.59303 12.8615 7.73681 12.8615 7.88673C12.8615 8.03666 12.802 8.18044 12.6959 8.28646C12.5899 8.39247 12.4461 8.45203 12.2962 8.45203H7.4415C7.29157 8.45203 7.14779 8.39247 7.04178 8.28646C6.93577 8.18044 6.87621 8.03666 6.87621 7.88673C6.87621 7.73681 6.93577 7.59303 7.04178 7.48701C7.14779 7.381 7.29157 7.32144 7.4415 7.32144Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.86942 0.0111092H12.8728C13.7018 0.0123063 14.4965 0.342161 15.0828 0.928364C15.669 1.51457 15.9988 2.30928 16 3.1383V9.8924C15.9988 10.7214 15.669 11.5161 15.0828 12.1023C14.4965 12.6885 13.7018 13.0184 12.8728 13.0196H12.2586C12.2176 13.8104 11.8782 14.5578 11.3068 15.1097C10.7104 15.6858 9.90991 16.0018 9.08083 15.9885H3.18372C2.35443 16.0018 1.55368 15.6859 0.956918 15.1099C0.360155 14.5339 0.0160501 13.7448 0 12.9156V6.05293C0.0160501 5.22369 0.360155 4.43463 0.956918 3.85864C1.55368 3.28264 2.35443 2.96669 3.18372 2.98001H3.74183C3.76016 2.62314 3.83951 2.27164 3.97679 1.94088C4.13434 1.56131 4.3651 1.21649 4.6559 0.926106C4.94671 0.63572 5.29187 0.405455 5.67166 0.24846C6.05146 0.0914646 6.45846 0.010813 6.86942 0.0111092ZM3.73771 4.11059H3.18372C2.65408 4.0966 2.14051 4.29322 1.75562 4.65733C1.37074 5.02144 1.14596 5.52333 1.13058 6.05293V12.9065C1.14596 13.4361 1.37074 13.938 1.75562 14.3021C2.14051 14.6662 2.65408 14.8629 3.18372 14.8489H9.08083C9.61009 14.8622 10.1231 14.6654 10.5075 14.3013C10.8644 13.9633 11.0834 13.5067 11.1252 13.0196H6.86942C6.45846 13.0199 6.05146 12.9392 5.67166 12.7822C5.29187 12.6252 4.94671 12.395 4.6559 12.1046C4.3651 11.8142 4.13434 11.4694 3.97679 11.0898C3.81925 10.7102 3.73801 10.3034 3.73771 9.8924V4.11059ZM11.7002 11.889L11.697 11.889L11.6939 11.889H6.86942C6.34007 11.8884 5.83258 11.6779 5.45827 11.3036C5.08396 10.9292 4.87341 10.4217 4.87282 9.8924V3.1383C4.87341 2.60895 5.08396 2.10145 5.45827 1.72715C5.83258 1.35284 6.34007 1.14229 6.86942 1.14169H12.8728C13.4022 1.14229 13.9097 1.35284 14.284 1.72715C14.6583 2.10145 14.8688 2.60895 14.8694 3.1383V9.8924C14.8688 10.4217 14.6583 10.9292 14.284 11.3036C13.9097 11.6779 13.4022 11.8884 12.8728 11.889H11.7002ZM12.2962 4.58997H7.4415C7.29157 4.58997 7.14779 4.64952 7.04178 4.75554C6.93577 4.86155 6.87621 5.00533 6.87621 5.15526C6.87621 5.30518 6.93577 5.44897 7.04178 5.55498C7.14779 5.66099 7.29157 5.72055 7.4415 5.72055H12.2962C12.4461 5.72055 12.5899 5.66099 12.6959 5.55498C12.802 5.44897 12.8615 5.30518 12.8615 5.15526C12.8615 5.00533 12.802 4.86155 12.6959 4.75554C12.5899 4.64952 12.4461 4.58997 12.2962 4.58997ZM7.4415 7.32144H12.2962C12.4461 7.32144 12.5899 7.381 12.6959 7.48701C12.802 7.59303 12.8615 7.73681 12.8615 7.88673C12.8615 8.03666 12.802 8.18044 12.6959 8.28646C12.5899 8.39247 12.4461 8.45203 12.2962 8.45203H7.4415C7.29157 8.45203 7.14779 8.39247 7.04178 8.28646C6.93577 8.18044 6.87621 8.03666 6.87621 7.88673C6.87621 7.73681 6.93577 7.59303 7.04178 7.48701C7.14779 7.381 7.29157 7.32144 7.4415 7.32144Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.49994 2.9122C4.23996 2.41773 5.10998 2.15381 6 2.15381C7.19306 2.15516 8.33687 2.6297 9.18049 3.47332C10.0241 4.31694 10.4987 5.46075 10.5 6.65381C10.5 7.54382 10.2361 8.41385 9.74161 9.15387C9.24715 9.89389 8.54434 10.4707 7.72208 10.8113C6.89981 11.1519 5.99501 11.241 5.12209 11.0673C4.24918 10.8937 3.44736 10.4651 2.81802 9.83579C2.18868 9.20645 1.7601 8.40463 1.58647 7.53171C1.41283 6.6588 1.50195 5.754 1.84254 4.93173C2.18314 4.10947 2.75991 3.40666 3.49994 2.9122ZM3.83328 9.89654C4.47463 10.3251 5.22865 10.5538 6 10.5538C7.03398 10.5526 8.02527 10.1413 8.7564 9.41021C9.48754 8.67907 9.89881 7.68779 9.9 6.65381C9.9 5.88246 9.67127 5.12844 9.24273 4.48708C8.81419 3.84573 8.2051 3.34586 7.49247 3.05068C6.77983 2.7555 5.99567 2.67826 5.23915 2.82875C4.48262 2.97923 3.78771 3.35067 3.24229 3.89609C2.69686 4.44152 2.32542 5.13643 2.17494 5.89296C2.02446 6.64948 2.10169 7.43364 2.39687 8.14627C2.69205 8.8589 3.19193 9.468 3.83328 9.89654ZM6.00002 6.22959L7.80002 4.42959L8.22422 4.85379L6.42422 6.65379L8.22422 8.45379L7.80002 8.87799L6.00002 7.07799L4.20002 8.87799L3.77582 8.45379L5.57582 6.65379L3.77582 4.85379L4.20002 4.42959L6.00002 6.22959Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.49994 2.9122C4.23996 2.41773 5.10998 2.15381 6 2.15381C7.19306 2.15516 8.33687 2.6297 9.18049 3.47332C10.0241 4.31694 10.4987 5.46075 10.5 6.65381C10.5 7.54382 10.2361 8.41385 9.74161 9.15387C9.24715 9.89389 8.54434 10.4707 7.72208 10.8113C6.89981 11.1519 5.99501 11.241 5.12209 11.0673C4.24918 10.8937 3.44736 10.4651 2.81802 9.83579C2.18868 9.20645 1.7601 8.40463 1.58647 7.53171C1.41283 6.6588 1.50195 5.754 1.84254 4.93173C2.18314 4.10947 2.75991 3.40666 3.49994 2.9122ZM3.83328 9.89654C4.47463 10.3251 5.22865 10.5538 6 10.5538C7.03398 10.5526 8.02527 10.1413 8.7564 9.41021C9.48754 8.67907 9.89881 7.68779 9.9 6.65381C9.9 5.88246 9.67127 5.12844 9.24273 4.48708C8.81419 3.84573 8.2051 3.34586 7.49247 3.05068C6.77983 2.7555 5.99567 2.67826 5.23915 2.82875C4.48262 2.97923 3.78771 3.35067 3.24229 3.89609C2.69686 4.44152 2.32542 5.13643 2.17494 5.89296C2.02446 6.64948 2.10169 7.43364 2.39687 8.14627C2.69205 8.8589 3.19193 9.468 3.83328 9.89654ZM6.00002 6.22959L7.80002 4.42959L8.22422 4.85379L6.42422 6.65379L8.22422 8.45379L7.80002 8.87799L6.00002 7.07799L4.20002 8.87799L3.77582 8.45379L5.57582 6.65379L3.77582 4.85379L4.20002 4.42959L6.00002 6.22959Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="8" height="16" viewBox="0 0 8 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.32309 14.2733L7.09953 15.1872C6.42885 15.4519 5.89312 15.6534 5.49418 15.7919C5.09482 15.9309 4.63078 16 4.10207 16C3.29014 16 2.65862 15.8011 2.2082 15.406C1.75778 15.0094 1.53251 14.5068 1.53251 13.8971C1.53251 13.661 1.54885 13.4182 1.58284 13.1709C1.61711 12.9232 1.6716 12.6443 1.74617 12.3326L2.58434 9.36594C2.6589 9.08187 2.72228 8.81271 2.77305 8.55818C2.82453 8.30522 2.84934 8.07249 2.84934 7.86298C2.84934 7.48412 2.7709 7.21912 2.61474 7.07013C2.45857 6.92157 2.16059 6.84614 1.71821 6.84614C1.50153 6.84614 1.27883 6.88084 1.05183 6.94796C0.823829 7.01535 0.62895 7.08046 0.465332 7.14097L0.689464 6.22637C1.23854 6.00281 1.76338 5.81138 2.26542 5.65249C2.76746 5.49318 3.24182 5.41345 3.69051 5.41345C4.49684 5.41345 5.11905 5.60832 5.55599 5.99808C5.99292 6.38813 6.21132 6.89375 6.21132 7.51682C6.21132 7.64573 6.19698 7.87288 6.16615 8.19753C6.13603 8.5229 6.07997 8.82103 5.99823 9.0922L5.16365 12.0469C5.09525 12.2843 5.03373 12.5556 4.98024 12.8609C4.92503 13.1641 4.89865 13.3959 4.89865 13.5513C4.89865 13.9437 4.98612 14.2115 5.1615 14.3539C5.33816 14.4963 5.64246 14.5672 6.07466 14.5672C6.27757 14.5672 6.50844 14.5312 6.76498 14.4605C7.0208 14.3898 7.20737 14.3277 7.32309 14.2733ZM7.53475 1.86849C7.53475 2.38329 7.34073 2.82295 6.95083 3.18446C6.56193 3.54725 6.0933 3.7288 5.54509 3.7288C4.99515 3.7288 4.52538 3.54725 4.13204 3.18446C3.73941 2.8228 3.54267 2.38329 3.54267 1.86849C3.54267 1.35469 3.73941 0.91431 4.13204 0.548213C4.52466 0.18269 4.9953 0 5.54509 0C6.09316 0 6.56193 0.18312 6.95083 0.548213C7.34101 0.91431 7.53475 1.35483 7.53475 1.86849Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="8" height="16" viewBox="0 0 8 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.32309 14.2733L7.09953 15.1872C6.42885 15.4519 5.89312 15.6534 5.49418 15.7919C5.09482 15.9309 4.63078 16 4.10207 16C3.29014 16 2.65862 15.8011 2.2082 15.406C1.75778 15.0094 1.53251 14.5068 1.53251 13.8971C1.53251 13.661 1.54885 13.4182 1.58284 13.1709C1.61711 12.9232 1.6716 12.6443 1.74617 12.3326L2.58434 9.36594C2.6589 9.08187 2.72228 8.81271 2.77305 8.55818C2.82453 8.30522 2.84934 8.07249 2.84934 7.86298C2.84934 7.48412 2.7709 7.21912 2.61474 7.07013C2.45857 6.92157 2.16059 6.84614 1.71821 6.84614C1.50153 6.84614 1.27883 6.88084 1.05183 6.94796C0.823829 7.01535 0.62895 7.08046 0.465332 7.14097L0.689464 6.22637C1.23854 6.00281 1.76338 5.81138 2.26542 5.65249C2.76746 5.49318 3.24182 5.41345 3.69051 5.41345C4.49684 5.41345 5.11905 5.60832 5.55599 5.99808C5.99292 6.38813 6.21132 6.89375 6.21132 7.51682C6.21132 7.64573 6.19698 7.87288 6.16615 8.19753C6.13603 8.5229 6.07997 8.82103 5.99823 9.0922L5.16365 12.0469C5.09525 12.2843 5.03373 12.5556 4.98024 12.8609C4.92503 13.1641 4.89865 13.3959 4.89865 13.5513C4.89865 13.9437 4.98612 14.2115 5.1615 14.3539C5.33816 14.4963 5.64246 14.5672 6.07466 14.5672C6.27757 14.5672 6.50844 14.5312 6.76498 14.4605C7.0208 14.3898 7.20737 14.3277 7.32309 14.2733ZM7.53475 1.86849C7.53475 2.38329 7.34073 2.82295 6.95083 3.18446C6.56193 3.54725 6.0933 3.7288 5.54509 3.7288C4.99515 3.7288 4.52538 3.54725 4.13204 3.18446C3.73941 2.8228 3.54267 2.38329 3.54267 1.86849C3.54267 1.35469 3.73941 0.91431 4.13204 0.548213C4.52466 0.18269 4.9953 0 5.54509 0C6.09316 0 6.56193 0.18312 6.95083 0.548213C7.34101 0.91431 7.53475 1.35483 7.53475 1.86849Z" fill="currentColor"/>
3
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.4095 5.32067C8.41256 5.33569 8.41816 5.34969 8.42248 5.3642C8.42758 5.38151 8.43165 5.39882 8.43852 5.41562C8.44565 5.43267 8.45532 5.4482 8.46423 5.46449C8.47136 5.47722 8.47696 5.49071 8.48536 5.50318C8.52252 5.55893 8.57037 5.60703 8.62637 5.6442C8.6391 5.65285 8.6531 5.65871 8.66634 5.66609C8.68212 5.67474 8.69714 5.68416 8.71394 5.69103C8.73099 5.69816 8.74856 5.70223 8.76612 5.70733C8.78037 5.7114 8.79412 5.717 8.80888 5.72005C8.84172 5.72642 8.87532 5.72998 8.90867 5.72998L11.9632 5.72998C12.2442 5.72998 12.4723 5.50191 12.4723 5.22089C12.4723 4.93987 12.2442 4.7118 11.9632 4.7118L10.1376 4.7118L13.8504 0.998999C14.0492 0.800199 14.0492 0.477945 13.8504 0.279145C13.7511 0.179618 13.6208 0.129981 13.4905 0.129981C13.3602 0.129981 13.2298 0.179618 13.1306 0.279145L9.41776 3.99194L9.41776 2.16634C9.41776 1.88533 9.18968 1.65725 8.90867 1.65725C8.62739 1.65725 8.39958 1.88533 8.39958 2.16634L8.39957 5.22089C8.39957 5.25423 8.40314 5.28758 8.4095 5.32067Z" fill="currentColor"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0.869116 13.9808L4.58192 10.268L4.58192 12.0936C4.58192 12.3746 4.80973 12.6027 5.09101 12.6027C5.37228 12.6027 5.6001 12.3746 5.6001 12.0936L5.6001 9.03904C5.6001 9.00569 5.59653 8.97235 5.58992 8.93925C5.58712 8.92424 5.58152 8.91024 5.57719 8.89573C5.5721 8.87842 5.56803 8.86111 5.56115 8.84431C5.55403 8.82725 5.54435 8.81173 5.53544 8.79569C5.52832 8.78271 5.52272 8.76922 5.51432 8.75674C5.47715 8.701 5.4293 8.65289 5.3733 8.61573C5.36083 8.60733 5.34708 8.60147 5.33384 8.59434C5.31806 8.58569 5.30253 8.57602 5.28573 8.56889C5.26893 8.56202 5.25137 8.55794 5.23406 8.55285C5.21955 8.54853 5.20581 8.54293 5.19079 8.54013C5.1577 8.53351 5.12435 8.52994 5.09101 8.52994L2.03646 8.52994C1.75544 8.52994 1.52737 8.75802 1.52737 9.03904C1.52737 9.32005 1.75544 9.54813 2.03646 9.54813L3.86206 9.54813L0.149262 13.2609C-0.0495386 13.4597 -0.0495386 13.782 0.149261 13.9808C0.347807 14.1796 0.67057 14.1796 0.869116 13.9808Z" fill="currentColor"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.09052 1.65676C4.80925 1.65676 4.58143 1.88484 4.58143 2.16586L4.58143 3.99146L0.868883 0.27891C0.76961 0.179637 0.639283 0.130001 0.508955 0.130001C0.378882 0.130001 0.248555 0.179637 0.149028 0.27891C-0.0497718 0.47771 -0.0497718 0.800219 0.149028 0.999019L3.86157 4.71131L2.03597 4.71131C1.75495 4.71131 1.52688 4.93938 1.52688 5.2204C1.52688 5.50142 1.75495 5.72949 2.03597 5.72949L5.09052 5.72949C5.12386 5.72949 5.15721 5.72593 5.1903 5.71956C5.20506 5.71651 5.21881 5.71091 5.23306 5.70684C5.25063 5.70175 5.26819 5.69767 5.28525 5.69055C5.30205 5.68367 5.31706 5.674 5.33285 5.6656C5.34634 5.65822 5.36008 5.65236 5.37281 5.64371C5.42881 5.60655 5.47666 5.55844 5.51383 5.50269C5.52223 5.49022 5.52783 5.47673 5.53495 5.464C5.54386 5.44771 5.55354 5.43218 5.56066 5.41513C5.56754 5.39833 5.57161 5.38102 5.5767 5.36371C5.58103 5.3492 5.58663 5.3352 5.58943 5.32018C5.59605 5.28709 5.59961 5.25375 5.59961 5.2204L5.59961 2.16586C5.59961 1.88484 5.37179 1.65676 5.09052 1.65676Z" fill="currentColor"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.9089 12.6024C9.18992 12.6024 9.41799 12.3743 9.41799 12.0933L9.41799 10.2677L13.1308 13.9808C13.3296 14.1796 13.6521 14.1796 13.8509 13.9808C14.0497 13.782 14.0497 13.4595 13.8509 13.2607L10.1378 9.54787L11.9634 9.54787C12.2445 9.54787 12.4725 9.3198 12.4725 9.03878C12.4725 8.75776 12.2445 8.52969 11.9634 8.52969L8.9089 8.52969C8.87555 8.52969 8.84221 8.53325 8.80912 8.53987C8.7941 8.54267 8.78035 8.54827 8.76585 8.5526C8.74854 8.55769 8.73097 8.56176 8.71417 8.56864C8.69737 8.57576 8.68185 8.58544 8.66606 8.59409C8.65283 8.60122 8.63908 8.60707 8.62661 8.61547C8.57061 8.65264 8.52276 8.70074 8.48559 8.75649C8.47719 8.76896 8.47159 8.78245 8.46446 8.79544C8.45555 8.81147 8.44588 8.827 8.43875 8.84405C8.43188 8.86085 8.42781 8.87816 8.42272 8.89547C8.41839 8.90998 8.41279 8.92398 8.40974 8.939C8.40337 8.97209 8.39981 9.00544 8.39981 9.03878L8.39981 12.0933C8.39981 12.3743 8.62763 12.6024 8.9089 12.6024Z" fill="currentColor"/>
6
- </svg>
1
+ <svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.4095 5.32067C8.41256 5.33569 8.41816 5.34969 8.42248 5.3642C8.42758 5.38151 8.43165 5.39882 8.43852 5.41562C8.44565 5.43267 8.45532 5.4482 8.46423 5.46449C8.47136 5.47722 8.47696 5.49071 8.48536 5.50318C8.52252 5.55893 8.57037 5.60703 8.62637 5.6442C8.6391 5.65285 8.6531 5.65871 8.66634 5.66609C8.68212 5.67474 8.69714 5.68416 8.71394 5.69103C8.73099 5.69816 8.74856 5.70223 8.76612 5.70733C8.78037 5.7114 8.79412 5.717 8.80888 5.72005C8.84172 5.72642 8.87532 5.72998 8.90867 5.72998L11.9632 5.72998C12.2442 5.72998 12.4723 5.50191 12.4723 5.22089C12.4723 4.93987 12.2442 4.7118 11.9632 4.7118L10.1376 4.7118L13.8504 0.998999C14.0492 0.800199 14.0492 0.477945 13.8504 0.279145C13.7511 0.179618 13.6208 0.129981 13.4905 0.129981C13.3602 0.129981 13.2298 0.179618 13.1306 0.279145L9.41776 3.99194L9.41776 2.16634C9.41776 1.88533 9.18968 1.65725 8.90867 1.65725C8.62739 1.65725 8.39958 1.88533 8.39958 2.16634L8.39957 5.22089C8.39957 5.25423 8.40314 5.28758 8.4095 5.32067Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.869116 13.9808L4.58192 10.268L4.58192 12.0936C4.58192 12.3746 4.80973 12.6027 5.09101 12.6027C5.37228 12.6027 5.6001 12.3746 5.6001 12.0936L5.6001 9.03904C5.6001 9.00569 5.59653 8.97235 5.58992 8.93925C5.58712 8.92424 5.58152 8.91024 5.57719 8.89573C5.5721 8.87842 5.56803 8.86111 5.56115 8.84431C5.55403 8.82725 5.54435 8.81173 5.53544 8.79569C5.52832 8.78271 5.52272 8.76922 5.51432 8.75674C5.47715 8.701 5.4293 8.65289 5.3733 8.61573C5.36083 8.60733 5.34708 8.60147 5.33384 8.59434C5.31806 8.58569 5.30253 8.57602 5.28573 8.56889C5.26893 8.56202 5.25137 8.55794 5.23406 8.55285C5.21955 8.54853 5.20581 8.54293 5.19079 8.54013C5.1577 8.53351 5.12435 8.52994 5.09101 8.52994L2.03646 8.52994C1.75544 8.52994 1.52737 8.75802 1.52737 9.03904C1.52737 9.32005 1.75544 9.54813 2.03646 9.54813L3.86206 9.54813L0.149262 13.2609C-0.0495386 13.4597 -0.0495386 13.782 0.149261 13.9808C0.347807 14.1796 0.67057 14.1796 0.869116 13.9808Z" fill="currentColor"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.09052 1.65676C4.80925 1.65676 4.58143 1.88484 4.58143 2.16586L4.58143 3.99146L0.868883 0.27891C0.76961 0.179637 0.639283 0.130001 0.508955 0.130001C0.378882 0.130001 0.248555 0.179637 0.149028 0.27891C-0.0497718 0.47771 -0.0497718 0.800219 0.149028 0.999019L3.86157 4.71131L2.03597 4.71131C1.75495 4.71131 1.52688 4.93938 1.52688 5.2204C1.52688 5.50142 1.75495 5.72949 2.03597 5.72949L5.09052 5.72949C5.12386 5.72949 5.15721 5.72593 5.1903 5.71956C5.20506 5.71651 5.21881 5.71091 5.23306 5.70684C5.25063 5.70175 5.26819 5.69767 5.28525 5.69055C5.30205 5.68367 5.31706 5.674 5.33285 5.6656C5.34634 5.65822 5.36008 5.65236 5.37281 5.64371C5.42881 5.60655 5.47666 5.55844 5.51383 5.50269C5.52223 5.49022 5.52783 5.47673 5.53495 5.464C5.54386 5.44771 5.55354 5.43218 5.56066 5.41513C5.56754 5.39833 5.57161 5.38102 5.5767 5.36371C5.58103 5.3492 5.58663 5.3352 5.58943 5.32018C5.59605 5.28709 5.59961 5.25375 5.59961 5.2204L5.59961 2.16586C5.59961 1.88484 5.37179 1.65676 5.09052 1.65676Z" fill="currentColor"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.9089 12.6024C9.18992 12.6024 9.41799 12.3743 9.41799 12.0933L9.41799 10.2677L13.1308 13.9808C13.3296 14.1796 13.6521 14.1796 13.8509 13.9808C14.0497 13.782 14.0497 13.4595 13.8509 13.2607L10.1378 9.54787L11.9634 9.54787C12.2445 9.54787 12.4725 9.3198 12.4725 9.03878C12.4725 8.75776 12.2445 8.52969 11.9634 8.52969L8.9089 8.52969C8.87555 8.52969 8.84221 8.53325 8.80912 8.53987C8.7941 8.54267 8.78035 8.54827 8.76585 8.5526C8.74854 8.55769 8.73097 8.56176 8.71417 8.56864C8.69737 8.57576 8.68185 8.58544 8.66606 8.59409C8.65283 8.60122 8.63908 8.60707 8.62661 8.61547C8.57061 8.65264 8.52276 8.70074 8.48559 8.75649C8.47719 8.76896 8.47159 8.78245 8.46446 8.79544C8.45555 8.81147 8.44588 8.827 8.43875 8.84405C8.43188 8.86085 8.42781 8.87816 8.42272 8.89547C8.41839 8.90998 8.41279 8.92398 8.40974 8.939C8.40337 8.97209 8.39981 9.00544 8.39981 9.03878L8.39981 12.0933C8.39981 12.3743 8.62763 12.6024 8.9089 12.6024Z" fill="currentColor"/>
6
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.04228 0H2.61603C1.67718 0 0.913086 0.764127 0.913086 1.70291V14.2971C0.913086 15.2358 1.67718 16 2.61603 16H11.3843C12.3226 16 13.0867 15.2359 13.0867 14.2971V4.03033L9.04228 0ZM11.3843 14.9566H2.61603C2.25251 14.9566 1.95647 14.6611 1.95647 14.2971V1.70291C1.95647 1.33943 2.25251 1.04391 2.61603 1.04391L3.43664 1.04318V1.79755C3.43664 1.9448 3.5559 2.06406 3.70311 2.06406H4.70856V3.17962H3.70311C3.5559 3.17962 3.43664 3.29889 3.43664 3.4461V4.02877C3.43664 4.17602 3.5559 4.29518 3.70311 4.29518H4.70856V5.41078H3.70311C3.5559 5.41078 3.43664 5.53005 3.43664 5.67726V6.25992C3.43664 6.40717 3.5559 6.52634 3.70311 6.52634H4.70856V7.37548C4.70856 7.52273 4.82783 7.64193 4.97508 7.64193H6.44525C6.5922 7.64193 6.71147 7.52269 6.71147 7.37548V6.79285C6.71147 6.64564 6.5922 6.52634 6.44525 6.52634H5.43954V5.41078H6.44529C6.59223 5.41078 6.7115 5.29154 6.7115 5.14433V4.5617C6.7115 4.41449 6.59223 4.29518 6.44529 4.29518H5.43954V3.17962H6.44529C6.59223 3.17962 6.7115 3.06039 6.7115 2.91318V2.33058C6.7115 2.18333 6.59223 2.0641 6.44529 2.0641H5.43954V1.04103L8.65212 1.03767V3.2683C8.65212 3.92049 9.18089 4.44983 9.83308 4.44983L12.0187 4.44359L12.0433 14.2971C12.0433 14.6611 11.7478 14.9566 11.3843 14.9566Z" fill="currentColor"/>
3
- <path d="M5.71008 10.0144V8.65095C5.71008 8.50397 5.59088 8.38477 5.4439 8.38477H4.70437C4.55739 8.38477 4.43815 8.504 4.43815 8.65095V10.0142L4.02682 11.2226C3.91173 11.5594 3.96695 11.9336 4.17433 12.2236C4.38171 12.5131 4.71797 12.686 5.07412 12.686C5.43033 12.686 5.76663 12.5131 5.97401 12.2236C6.18138 11.9336 6.23654 11.5594 6.12148 11.2229L5.71008 10.0144ZM5.53828 11.9119C5.3249 12.2106 4.82334 12.2106 4.60992 11.9119C4.50297 11.7623 4.47449 11.5694 4.5336 11.3955L4.67165 10.9901H5.47656L5.61464 11.3957C5.67378 11.5694 5.64521 11.7623 5.53828 11.9119Z" fill="currentColor"/>
4
- </svg>
1
+ <svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.04228 0H2.61603C1.67718 0 0.913086 0.764127 0.913086 1.70291V14.2971C0.913086 15.2358 1.67718 16 2.61603 16H11.3843C12.3226 16 13.0867 15.2359 13.0867 14.2971V4.03033L9.04228 0ZM11.3843 14.9566H2.61603C2.25251 14.9566 1.95647 14.6611 1.95647 14.2971V1.70291C1.95647 1.33943 2.25251 1.04391 2.61603 1.04391L3.43664 1.04318V1.79755C3.43664 1.9448 3.5559 2.06406 3.70311 2.06406H4.70856V3.17962H3.70311C3.5559 3.17962 3.43664 3.29889 3.43664 3.4461V4.02877C3.43664 4.17602 3.5559 4.29518 3.70311 4.29518H4.70856V5.41078H3.70311C3.5559 5.41078 3.43664 5.53005 3.43664 5.67726V6.25992C3.43664 6.40717 3.5559 6.52634 3.70311 6.52634H4.70856V7.37548C4.70856 7.52273 4.82783 7.64193 4.97508 7.64193H6.44525C6.5922 7.64193 6.71147 7.52269 6.71147 7.37548V6.79285C6.71147 6.64564 6.5922 6.52634 6.44525 6.52634H5.43954V5.41078H6.44529C6.59223 5.41078 6.7115 5.29154 6.7115 5.14433V4.5617C6.7115 4.41449 6.59223 4.29518 6.44529 4.29518H5.43954V3.17962H6.44529C6.59223 3.17962 6.7115 3.06039 6.7115 2.91318V2.33058C6.7115 2.18333 6.59223 2.0641 6.44529 2.0641H5.43954V1.04103L8.65212 1.03767V3.2683C8.65212 3.92049 9.18089 4.44983 9.83308 4.44983L12.0187 4.44359L12.0433 14.2971C12.0433 14.6611 11.7478 14.9566 11.3843 14.9566Z" fill="currentColor"/>
3
+ <path d="M5.71008 10.0144V8.65095C5.71008 8.50397 5.59088 8.38477 5.4439 8.38477H4.70437C4.55739 8.38477 4.43815 8.504 4.43815 8.65095V10.0142L4.02682 11.2226C3.91173 11.5594 3.96695 11.9336 4.17433 12.2236C4.38171 12.5131 4.71797 12.686 5.07412 12.686C5.43033 12.686 5.76663 12.5131 5.97401 12.2236C6.18138 11.9336 6.23654 11.5594 6.12148 11.2229L5.71008 10.0144ZM5.53828 11.9119C5.3249 12.2106 4.82334 12.2106 4.60992 11.9119C4.50297 11.7623 4.47449 11.5694 4.5336 11.3955L4.67165 10.9901H5.47656L5.61464 11.3957C5.67378 11.5694 5.64521 11.7623 5.53828 11.9119Z" fill="currentColor"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.84022 8.49669C7.89307 8.49865 7.94605 8.49999 7.99952 8.49999C8.04908 8.49999 8.0984 8.49889 8.14759 8.49706C9.26673 8.52123 10.3674 8.81737 11.34 9.35863C11.6416 9.52648 12.0222 9.41808 12.1901 9.11645C12.3579 8.81481 12.2495 8.43419 11.9479 8.26635C11.5001 8.0172 11.0295 7.81188 10.5437 7.65221C11.5786 6.87634 12.2495 5.64001 12.2495 4.25C12.2495 1.90649 10.3429 0 7.99952 0C5.65601 0 3.74952 1.90649 3.74952 4.25C3.74952 5.64086 4.42115 6.87792 5.45716 7.65368C4.50807 7.96606 3.61744 8.45202 2.8379 9.09313C1.40883 10.2687 0.415176 11.9083 0.0400542 13.7101C-0.0774994 14.2746 0.0633697 14.8545 0.426406 15.301C0.787612 15.7452 1.32338 16 1.89613 16H6.78077C7.12586 16 7.40577 15.7202 7.40577 15.375C7.40577 15.0298 7.12586 14.75 6.78077 14.75H1.89613C1.62929 14.75 1.4684 14.6011 1.39613 14.5123C1.2715 14.359 1.22328 14.1595 1.26381 13.9648C1.91285 10.8473 4.66407 8.57055 7.84022 8.49669ZM4.99952 4.25C4.99952 2.59582 6.34522 1.25 7.99952 1.25C9.65369 1.25 10.9995 2.59582 10.9995 4.25C10.9995 5.85436 9.73365 7.16845 8.14832 7.24633C8.09864 7.24535 8.04908 7.24474 7.99952 7.24474C7.95069 7.24474 7.90198 7.24548 7.85328 7.24633C6.26673 7.16991 4.99952 5.85522 4.99952 4.25ZM15.9995 11.6196C16.0001 12.0371 15.8369 12.4294 15.5402 12.7246L14.3777 13.8806C14.2557 14.0019 14.0963 14.0625 13.937 14.0625C13.7765 14.0625 13.616 14.001 13.4938 13.8782C13.2504 13.6334 13.2515 13.2378 13.4962 12.9944L14.2754 12.2195H10.7335C10.0358 12.2195 9.46827 12.7871 9.46827 13.4847C9.46827 14.1824 10.0289 14.75 10.7183 14.75C11.0634 14.75 11.3433 15.0298 11.3433 15.375C11.3433 15.7202 11.0634 16 10.7183 16C10.046 16 9.41614 15.7375 8.94483 15.2608C8.4762 14.787 8.21827 14.1562 8.21827 13.4847C8.21827 12.0978 9.34656 10.9695 10.7335 10.9695H14.218L13.4974 10.2569C13.2521 10.0141 13.2498 9.6184 13.4926 9.37304C13.7352 9.12768 14.131 9.12536 14.3765 9.36815L15.5371 10.5159C15.8347 10.8102 15.9989 11.2021 15.9995 11.6196Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.84022 8.49669C7.89307 8.49865 7.94605 8.49999 7.99952 8.49999C8.04908 8.49999 8.0984 8.49889 8.14759 8.49706C9.26673 8.52123 10.3674 8.81737 11.34 9.35863C11.6416 9.52648 12.0222 9.41808 12.1901 9.11645C12.3579 8.81481 12.2495 8.43419 11.9479 8.26635C11.5001 8.0172 11.0295 7.81188 10.5437 7.65221C11.5786 6.87634 12.2495 5.64001 12.2495 4.25C12.2495 1.90649 10.3429 0 7.99952 0C5.65601 0 3.74952 1.90649 3.74952 4.25C3.74952 5.64086 4.42115 6.87792 5.45716 7.65368C4.50807 7.96606 3.61744 8.45202 2.8379 9.09313C1.40883 10.2687 0.415176 11.9083 0.0400542 13.7101C-0.0774994 14.2746 0.0633697 14.8545 0.426406 15.301C0.787612 15.7452 1.32338 16 1.89613 16H6.78077C7.12586 16 7.40577 15.7202 7.40577 15.375C7.40577 15.0298 7.12586 14.75 6.78077 14.75H1.89613C1.62929 14.75 1.4684 14.6011 1.39613 14.5123C1.2715 14.359 1.22328 14.1595 1.26381 13.9648C1.91285 10.8473 4.66407 8.57055 7.84022 8.49669ZM4.99952 4.25C4.99952 2.59582 6.34522 1.25 7.99952 1.25C9.65369 1.25 10.9995 2.59582 10.9995 4.25C10.9995 5.85436 9.73365 7.16845 8.14832 7.24633C8.09864 7.24535 8.04908 7.24474 7.99952 7.24474C7.95069 7.24474 7.90198 7.24548 7.85328 7.24633C6.26673 7.16991 4.99952 5.85522 4.99952 4.25ZM15.9995 11.6196C16.0001 12.0371 15.8369 12.4294 15.5402 12.7246L14.3777 13.8806C14.2557 14.0019 14.0963 14.0625 13.937 14.0625C13.7765 14.0625 13.616 14.001 13.4938 13.8782C13.2504 13.6334 13.2515 13.2378 13.4962 12.9944L14.2754 12.2195H10.7335C10.0358 12.2195 9.46827 12.7871 9.46827 13.4847C9.46827 14.1824 10.0289 14.75 10.7183 14.75C11.0634 14.75 11.3433 15.0298 11.3433 15.375C11.3433 15.7202 11.0634 16 10.7183 16C10.046 16 9.41614 15.7375 8.94483 15.2608C8.4762 14.787 8.21827 14.1562 8.21827 13.4847C8.21827 12.0978 9.34656 10.9695 10.7335 10.9695H14.218L13.4974 10.2569C13.2521 10.0141 13.2498 9.6184 13.4926 9.37304C13.7352 9.12768 14.131 9.12536 14.3765 9.36815L15.5371 10.5159C15.8347 10.8102 15.9989 11.2021 15.9995 11.6196Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.47905 2.14357C6.12624 2.49637 5.88387 3.12668 5.88387 4.31484V4.33548H7.34968C8.69055 4.33548 9.83057 4.59892 10.6158 5.38417C11.4011 6.16943 11.6645 7.30945 11.6645 8.65032V10.1161H11.6852C12.8733 10.1161 13.5036 9.87376 13.8564 9.52095C14.2092 9.16814 14.4516 8.53784 14.4516 7.34968V4.31484C14.4516 3.12668 14.2092 2.49637 13.8564 2.14357C13.5036 1.79076 12.8733 1.54839 11.6852 1.54839H8.65032C7.46216 1.54839 6.83186 1.79076 6.47905 2.14357ZM11.6645 11.6645H11.6852C13.026 11.6645 14.166 11.4011 14.9513 10.6158C15.7366 9.83057 16 8.69055 16 7.34968V4.31484C16 2.97396 15.7366 1.83395 14.9513 1.04869C14.166 0.263433 13.026 0 11.6852 0H8.65032C7.30945 0 6.16943 0.263433 5.38417 1.04869C4.59892 1.83395 4.33548 2.97396 4.33548 4.31484V4.33548H4.31484C2.97396 4.33548 1.83395 4.59892 1.04869 5.38417C0.263433 6.16943 0 7.30945 0 8.65032V11.6852C0 13.026 0.263433 14.166 1.04869 14.9513C1.83395 15.7366 2.97396 16 4.31484 16H7.34968C8.69055 16 9.83057 15.7366 10.6158 14.9513C11.4011 14.166 11.6645 13.026 11.6645 11.6852V11.6645ZM10.1161 8.65032C10.1161 7.46216 9.87376 6.83186 9.52095 6.47905C9.16814 6.12624 8.53784 5.88387 7.34968 5.88387H4.31484C3.12668 5.88387 2.49637 6.12624 2.14357 6.47905C1.79076 6.83186 1.54839 7.46216 1.54839 8.65032V11.6852C1.54839 12.8733 1.79076 13.5036 2.14357 13.8564C2.49637 14.2092 3.12668 14.4516 4.31484 14.4516H7.34968C8.53784 14.4516 9.16814 14.2092 9.52095 13.8564C9.87376 13.5036 10.1161 12.8733 10.1161 11.6852V8.65032Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.47905 2.14357C6.12624 2.49637 5.88387 3.12668 5.88387 4.31484V4.33548H7.34968C8.69055 4.33548 9.83057 4.59892 10.6158 5.38417C11.4011 6.16943 11.6645 7.30945 11.6645 8.65032V10.1161H11.6852C12.8733 10.1161 13.5036 9.87376 13.8564 9.52095C14.2092 9.16814 14.4516 8.53784 14.4516 7.34968V4.31484C14.4516 3.12668 14.2092 2.49637 13.8564 2.14357C13.5036 1.79076 12.8733 1.54839 11.6852 1.54839H8.65032C7.46216 1.54839 6.83186 1.79076 6.47905 2.14357ZM11.6645 11.6645H11.6852C13.026 11.6645 14.166 11.4011 14.9513 10.6158C15.7366 9.83057 16 8.69055 16 7.34968V4.31484C16 2.97396 15.7366 1.83395 14.9513 1.04869C14.166 0.263433 13.026 0 11.6852 0H8.65032C7.30945 0 6.16943 0.263433 5.38417 1.04869C4.59892 1.83395 4.33548 2.97396 4.33548 4.31484V4.33548H4.31484C2.97396 4.33548 1.83395 4.59892 1.04869 5.38417C0.263433 6.16943 0 7.30945 0 8.65032V11.6852C0 13.026 0.263433 14.166 1.04869 14.9513C1.83395 15.7366 2.97396 16 4.31484 16H7.34968C8.69055 16 9.83057 15.7366 10.6158 14.9513C11.4011 14.166 11.6645 13.026 11.6645 11.6852V11.6645ZM10.1161 8.65032C10.1161 7.46216 9.87376 6.83186 9.52095 6.47905C9.16814 6.12624 8.53784 5.88387 7.34968 5.88387H4.31484C3.12668 5.88387 2.49637 6.12624 2.14357 6.47905C1.79076 6.83186 1.54839 7.46216 1.54839 8.65032V11.6852C1.54839 12.8733 1.79076 13.5036 2.14357 13.8564C2.49637 14.2092 3.12668 14.4516 4.31484 14.4516H7.34968C8.53784 14.4516 9.16814 14.2092 9.52095 13.8564C9.87376 13.5036 10.1161 12.8733 10.1161 11.6852V8.65032Z" fill="currentColor"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15.4273 4.75176L10.7936 0.117383C10.7467 0.0705078 10.6833 0.0439453 10.617 0.0439453H5.36828C4.14672 0.0439453 3.15297 1.03801 3.15297 2.25957V6.64426H1.20859C0.832969 6.64426 0.527344 6.94988 0.527344 7.32551V11.2418C0.527344 11.6174 0.832969 11.923 1.20859 11.923H3.15297V13.8283C3.15297 15.0499 4.14672 16.0439 5.36828 16.0439H13.2852C14.5067 16.0439 15.5005 15.0499 15.5005 13.8283V4.92863C15.5005 4.86238 15.4742 4.79863 15.4273 4.75176ZM15.0008 13.8283C15.0008 14.7746 14.2311 15.5443 13.2852 15.5443H5.36828C4.42234 15.5443 3.65266 14.7746 3.65266 13.8283V11.923H11.8836C12.2592 11.923 12.5648 11.6174 12.5648 11.2418V7.32551C12.5648 6.94988 12.2592 6.64426 11.8836 6.64426H3.65266V2.25957C3.65266 1.31332 4.42234 0.543633 5.36828 0.543633H10.367V4.42801C10.367 4.84176 10.7033 5.17832 11.1164 5.17832H15.0008V13.8283Z" fill="currentColor"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M2.21242 8.42371C2.05909 8.69371 1.98242 9.00038 1.98242 9.34371C1.98242 9.68704 2.05909 9.99371 2.21242 10.2637C2.36909 10.5337 2.58076 10.7454 2.84742 10.8987C3.11742 11.0487 3.41909 11.1237 3.75242 11.1237C4.14576 11.1237 4.48742 11.0254 4.77742 10.8287C5.07076 10.6287 5.27576 10.3504 5.39242 9.99371H4.58742C4.50742 10.1604 4.39409 10.287 4.24742 10.3737C4.10409 10.457 3.93742 10.4987 3.74742 10.4987C3.54409 10.4987 3.36242 10.452 3.20242 10.3587C3.04576 10.262 2.92242 10.127 2.83242 9.95371C2.74576 9.77704 2.70242 9.57371 2.70242 9.34371C2.70242 9.11038 2.74576 8.90704 2.83242 8.73371C2.92242 8.56038 3.04576 8.42704 3.20242 8.33371C3.36242 8.23704 3.54409 8.18871 3.74742 8.18871C3.93742 8.18871 4.10409 8.23038 4.24742 8.31371C4.39409 8.39704 4.50742 8.52204 4.58742 8.68871H5.39242C5.27576 8.33538 5.07076 8.05871 4.77742 7.85871C4.48409 7.65871 4.14242 7.55871 3.75242 7.55871C3.41909 7.55871 3.11742 7.63538 2.84742 7.78871C2.58076 7.93871 2.36909 8.15038 2.21242 8.42371ZM6.53531 11.0037C6.73198 11.087 6.95198 11.1287 7.19531 11.1287C7.45198 11.1287 7.67365 11.082 7.86031 10.9887C8.04698 10.892 8.18865 10.7637 8.28531 10.6037C8.38198 10.4437 8.43031 10.2704 8.43031 10.0837C8.43031 9.86704 8.37865 9.69204 8.27531 9.55871C8.17198 9.42538 8.04865 9.32538 7.90531 9.25871C7.76198 9.19204 7.57698 9.12538 7.35031 9.05871C7.18365 9.00871 7.05365 8.96538 6.96031 8.92871C6.87031 8.88871 6.79365 8.83871 6.73031 8.77871C6.67031 8.71538 6.64031 8.63704 6.64031 8.54371C6.64031 8.41038 6.68031 8.30871 6.76031 8.23871C6.84365 8.16871 6.95365 8.13371 7.09031 8.13371C7.24698 8.13371 7.37198 8.17371 7.46531 8.25371C7.56198 8.33038 7.61365 8.42871 7.62031 8.54871H8.39031C8.36698 8.23538 8.24198 7.99204 8.01531 7.81871C7.79198 7.64204 7.50031 7.55371 7.14031 7.55371C6.90031 7.55371 6.68698 7.59538 6.50031 7.67871C6.31365 7.75871 6.16865 7.87538 6.06531 8.02871C5.96198 8.18204 5.91031 8.36204 5.91031 8.56871C5.91031 8.78871 5.96031 8.96538 6.06031 9.09871C6.16365 9.22871 6.28531 9.32704 6.42531 9.39371C6.56865 9.45704 6.75365 9.52204 6.98031 9.58871C7.14698 9.63538 7.27698 9.67871 7.37031 9.71871C7.46698 9.75538 7.54698 9.80704 7.61031 9.87371C7.67365 9.94038 7.70531 10.0254 7.70531 10.1287C7.70531 10.2554 7.65865 10.3587 7.56531 10.4387C7.47198 10.5154 7.34365 10.5537 7.18031 10.5537C7.02031 10.5537 6.89365 10.512 6.80031 10.4287C6.71031 10.3454 6.66031 10.232 6.65031 10.0887H5.90031C5.90365 10.302 5.96198 10.487 6.07531 10.6437C6.18865 10.8004 6.34198 10.9204 6.53531 11.0037ZM10.8922 11.0937L12.1722 7.60371H11.4272L10.4722 10.3787L9.51219 7.60371H8.76219L10.0422 11.0937H10.8922Z" fill="white"/>
4
- </svg>
1
+ <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.4273 4.75176L10.7936 0.117383C10.7467 0.0705078 10.6833 0.0439453 10.617 0.0439453H5.36828C4.14672 0.0439453 3.15297 1.03801 3.15297 2.25957V6.64426H1.20859C0.832969 6.64426 0.527344 6.94988 0.527344 7.32551V11.2418C0.527344 11.6174 0.832969 11.923 1.20859 11.923H3.15297V13.8283C3.15297 15.0499 4.14672 16.0439 5.36828 16.0439H13.2852C14.5067 16.0439 15.5005 15.0499 15.5005 13.8283V4.92863C15.5005 4.86238 15.4742 4.79863 15.4273 4.75176ZM15.0008 13.8283C15.0008 14.7746 14.2311 15.5443 13.2852 15.5443H5.36828C4.42234 15.5443 3.65266 14.7746 3.65266 13.8283V11.923H11.8836C12.2592 11.923 12.5648 11.6174 12.5648 11.2418V7.32551C12.5648 6.94988 12.2592 6.64426 11.8836 6.64426H3.65266V2.25957C3.65266 1.31332 4.42234 0.543633 5.36828 0.543633H10.367V4.42801C10.367 4.84176 10.7033 5.17832 11.1164 5.17832H15.0008V13.8283Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2.21242 8.42371C2.05909 8.69371 1.98242 9.00038 1.98242 9.34371C1.98242 9.68704 2.05909 9.99371 2.21242 10.2637C2.36909 10.5337 2.58076 10.7454 2.84742 10.8987C3.11742 11.0487 3.41909 11.1237 3.75242 11.1237C4.14576 11.1237 4.48742 11.0254 4.77742 10.8287C5.07076 10.6287 5.27576 10.3504 5.39242 9.99371H4.58742C4.50742 10.1604 4.39409 10.287 4.24742 10.3737C4.10409 10.457 3.93742 10.4987 3.74742 10.4987C3.54409 10.4987 3.36242 10.452 3.20242 10.3587C3.04576 10.262 2.92242 10.127 2.83242 9.95371C2.74576 9.77704 2.70242 9.57371 2.70242 9.34371C2.70242 9.11038 2.74576 8.90704 2.83242 8.73371C2.92242 8.56038 3.04576 8.42704 3.20242 8.33371C3.36242 8.23704 3.54409 8.18871 3.74742 8.18871C3.93742 8.18871 4.10409 8.23038 4.24742 8.31371C4.39409 8.39704 4.50742 8.52204 4.58742 8.68871H5.39242C5.27576 8.33538 5.07076 8.05871 4.77742 7.85871C4.48409 7.65871 4.14242 7.55871 3.75242 7.55871C3.41909 7.55871 3.11742 7.63538 2.84742 7.78871C2.58076 7.93871 2.36909 8.15038 2.21242 8.42371ZM6.53531 11.0037C6.73198 11.087 6.95198 11.1287 7.19531 11.1287C7.45198 11.1287 7.67365 11.082 7.86031 10.9887C8.04698 10.892 8.18865 10.7637 8.28531 10.6037C8.38198 10.4437 8.43031 10.2704 8.43031 10.0837C8.43031 9.86704 8.37865 9.69204 8.27531 9.55871C8.17198 9.42538 8.04865 9.32538 7.90531 9.25871C7.76198 9.19204 7.57698 9.12538 7.35031 9.05871C7.18365 9.00871 7.05365 8.96538 6.96031 8.92871C6.87031 8.88871 6.79365 8.83871 6.73031 8.77871C6.67031 8.71538 6.64031 8.63704 6.64031 8.54371C6.64031 8.41038 6.68031 8.30871 6.76031 8.23871C6.84365 8.16871 6.95365 8.13371 7.09031 8.13371C7.24698 8.13371 7.37198 8.17371 7.46531 8.25371C7.56198 8.33038 7.61365 8.42871 7.62031 8.54871H8.39031C8.36698 8.23538 8.24198 7.99204 8.01531 7.81871C7.79198 7.64204 7.50031 7.55371 7.14031 7.55371C6.90031 7.55371 6.68698 7.59538 6.50031 7.67871C6.31365 7.75871 6.16865 7.87538 6.06531 8.02871C5.96198 8.18204 5.91031 8.36204 5.91031 8.56871C5.91031 8.78871 5.96031 8.96538 6.06031 9.09871C6.16365 9.22871 6.28531 9.32704 6.42531 9.39371C6.56865 9.45704 6.75365 9.52204 6.98031 9.58871C7.14698 9.63538 7.27698 9.67871 7.37031 9.71871C7.46698 9.75538 7.54698 9.80704 7.61031 9.87371C7.67365 9.94038 7.70531 10.0254 7.70531 10.1287C7.70531 10.2554 7.65865 10.3587 7.56531 10.4387C7.47198 10.5154 7.34365 10.5537 7.18031 10.5537C7.02031 10.5537 6.89365 10.512 6.80031 10.4287C6.71031 10.3454 6.66031 10.232 6.65031 10.0887H5.90031C5.90365 10.302 5.96198 10.487 6.07531 10.6437C6.18865 10.8004 6.34198 10.9204 6.53531 11.0037ZM10.8922 11.0937L12.1722 7.60371H11.4272L10.4722 10.3787L9.51219 7.60371H8.76219L10.0422 11.0937H10.8922Z" fill="white"/>
4
+ </svg>
@@ -1,31 +1,31 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.5453 15.652C10.2568 15.3525 9.8837 15.1313 9.4568 15.029L7.91394 14.6593V13.7174H6.02987V14.6623L4.49101 15.0299C3.48478 15.2703 2.7749 16.1697 2.7749 17.2042V19.725H6.18598L10.5453 15.652Z" fill="#78D2FA"/>
3
- <path d="M7.95401 13.7174V14.6847L6.97624 17.0268L5.99951 14.6881V13.7174H7.95401Z" fill="#FFB487"/>
4
- <path d="M9.0732 10.4723V11.7769C9.0732 12.9367 8.13296 13.8769 6.97312 13.8769C5.81328 13.8769 4.87305 12.9367 4.87305 11.7769V10.4723H9.0732Z" fill="#FFCDAC"/>
5
- <path d="M9.0732 10.885V10.3794C9.0732 9.21962 8.13296 8.27942 6.97312 8.27942C5.81328 8.27942 4.87305 9.21962 4.87305 10.3794V10.885H6.32066C7.22718 10.885 8.11672 10.6388 8.89432 10.1729" fill="#878791"/>
6
- <path d="M13.4541 15.652C13.7426 15.3525 14.1157 15.1313 14.5426 15.029L16.0854 14.6593V13.7174H17.9695V14.6623L19.5084 15.0299C20.5146 15.2703 21.2245 16.1697 21.2245 17.2042V19.725H17.8134L13.4541 15.652Z" fill="#A5DC69"/>
7
- <path d="M10.6856 15.6151L8.53663 16.1301C7.13608 16.4657 6.14844 17.7179 6.14844 19.1581V21.225H17.8436V19.1599C17.8436 17.7189 16.8548 16.4662 15.4532 16.1313L13.3099 15.6193L10.6856 15.6151Z" fill="#FF5A5A"/>
8
- <path d="M17.9999 13.7174V14.6881L17.0232 17.0268L16.0454 14.6847V13.7174H17.9999Z" fill="#FFB487"/>
9
- <path d="M12.0002 18.6277L13.3993 15.4511C13.2955 15.2767 13.2363 15.0738 13.2363 14.8589V14.5536H10.7626V14.859C10.7626 15.0735 10.7036 15.2761 10.6001 15.4503L12.0002 18.6277Z" fill="#FFB487"/>
10
- <path d="M14.9247 9.58215V11.6004C14.9247 13.2158 13.6151 14.5254 11.9997 14.5254C10.3843 14.5254 9.07471 13.2158 9.07471 11.6004V9.58215H14.9247Z" fill="#FFCDAC"/>
11
- <path d="M11.9997 6.72888C10.3843 6.72888 9.07471 8.03846 9.07471 9.65388V10.358H10.5048C11.4555 10.358 12.3574 9.93708 12.968 9.20842L14.9247 10.358V9.65388C14.9248 8.03846 13.6152 6.72888 11.9997 6.72888Z" fill="#F5B955"/>
12
- <path d="M14.9263 10.4723V11.7769C14.9263 12.9367 15.8665 13.8769 17.0263 13.8769C18.1862 13.8769 19.1264 12.9367 19.1264 11.7769V10.4723H14.9263Z" fill="#FFCDAC"/>
13
- <path d="M14.9263 10.885V10.3794C14.9263 9.21962 15.8665 8.27942 17.0263 8.27942C18.1862 8.27942 19.1264 9.21962 19.1264 10.3794V10.885H17.6788C16.7723 10.885 15.8827 10.6388 15.1051 10.1729" fill="#878791"/>
14
- <path d="M11.9906 20.85C11.8917 20.85 11.7947 20.8901 11.7249 20.9599C11.655 21.0296 11.6147 21.1264 11.6147 21.225C11.6147 21.3236 11.6549 21.4204 11.7249 21.4901C11.7947 21.5599 11.8917 21.6 11.9906 21.6C12.0895 21.6 12.1864 21.5599 12.2563 21.4901C12.3262 21.4204 12.3665 21.3236 12.3665 21.225C12.3665 21.1264 12.3263 21.0296 12.2563 20.9599C12.1864 20.8901 12.0895 20.85 11.9906 20.85Z" fill="black"/>
15
- <path d="M19.5959 14.6652L18.345 14.3663V13.8701C19.0393 13.4313 19.5018 12.6573 19.5018 11.7769V10.3794C19.5018 9.01469 18.3915 7.90443 17.0267 7.90443C16.2905 7.90443 15.6287 8.22791 15.175 8.73974C14.7775 7.36338 13.5064 6.35388 12.0038 6.35388H12.0038C10.4987 6.35388 9.22588 7.36657 8.83067 8.74631C8.37677 8.23068 7.71256 7.90443 6.97322 7.90443C5.60844 7.90443 4.49814 9.01473 4.49814 10.3794V11.7769C4.49814 12.6573 4.96059 13.4313 5.65494 13.8701V14.3663L4.40402 14.6652C3.224 14.947 2.3999 15.9911 2.3999 17.2042V19.725C2.3999 19.9321 2.56783 20.1 2.7749 20.1H5.77351V21.225C5.77351 21.4321 5.94144 21.6 6.14851 21.6H10.2624C10.4695 21.6 10.6374 21.4321 10.6374 21.225C10.6374 21.0179 10.4695 20.85 10.2624 20.85H8.5883V19.1995C8.5883 18.9924 8.42038 18.8245 8.2133 18.8245C8.00623 18.8245 7.8383 18.9924 7.8383 19.1995V20.85H6.52348V19.1581C6.52348 17.8863 7.38725 16.7911 8.62404 16.4947L10.4684 16.0528L11.6551 18.7526C11.715 18.8888 11.8496 18.9767 11.9984 18.9767H11.9984C12.1471 18.9767 12.2818 18.8888 12.3417 18.7527L13.5272 16.0567L15.3662 16.4961C16.6041 16.7917 17.4686 17.8872 17.4686 19.1598V19.5783C17.4495 19.6234 17.4388 19.6729 17.4388 19.725C17.4388 19.777 17.4495 19.8266 17.4686 19.8716V20.85H16.1615V19.1995C16.1615 18.9924 15.9936 18.8245 15.7865 18.8245C15.5794 18.8245 15.4115 18.9924 15.4115 19.1995V20.85H13.5749C13.3679 20.85 13.1999 21.0179 13.1999 21.225C13.1999 21.4321 13.3679 21.6 13.5749 21.6H17.8436C18.0507 21.6 18.2186 21.4321 18.2186 21.225V20.1H21.2249C21.432 20.1 21.5999 19.9321 21.5999 19.725V17.2042C21.5999 15.9911 20.7758 14.947 19.5959 14.6652ZM17.5958 14.6826L17.0233 16.0535L16.4584 14.7006C16.4599 14.687 16.461 14.6733 16.461 14.6596C16.461 14.6561 16.461 14.6526 16.4609 14.6491V14.1859C16.6427 14.2287 16.832 14.2519 17.0267 14.2519C17.2222 14.2519 17.4124 14.2284 17.5949 14.1853V14.6623C17.5949 14.6691 17.5954 14.6758 17.5958 14.6826ZM10.3106 14.9838C10.0752 14.8378 9.81692 14.7297 9.54422 14.6643L8.28894 14.3635V13.8717C8.60113 13.675 8.86629 13.4105 9.06395 13.099C9.34666 13.6513 9.78058 14.1138 10.3106 14.432V14.9838ZM9.45365 11.6004V10.7331H10.5088C11.466 10.7331 12.3731 10.3548 13.0433 9.68527L14.5516 10.5714V11.6884C14.505 13.0539 13.3804 14.1505 12.0038 14.1505C10.5976 14.1504 9.45365 13.0065 9.45365 11.6004ZM13.6849 14.439C14.2183 14.122 14.6552 13.6591 14.9401 13.1056C15.1373 13.4142 15.4009 13.6763 15.7109 13.8717V14.3635L14.4556 14.6643C14.1812 14.7301 13.9215 14.8392 13.6849 14.9865L13.6849 14.439ZM17.0267 13.5019C16.0755 13.5019 15.3016 12.7281 15.3016 11.7769V11.7157C15.3029 11.6775 15.3038 10.7074 15.3038 10.7074C16.0411 11.07 16.8538 11.26 17.6792 11.26H18.7518V11.777C18.7517 12.7281 17.9779 13.5019 17.0267 13.5019ZM17.0267 8.65443C17.9779 8.65443 18.7517 9.42828 18.7517 10.3794V10.4723V10.51H17.6791C16.8689 10.51 16.0727 10.2972 15.3711 9.89399C15.5813 9.17842 16.2439 8.65443 17.0267 8.65443ZM9.45365 9.65392C9.45365 8.24782 10.5976 7.10392 12.0038 7.10392C13.4099 7.10392 14.5538 8.24786 14.5538 9.65392V9.70282L13.162 8.88513C13.0041 8.79232 12.8023 8.82723 12.6847 8.96759C12.1439 9.61289 11.3509 9.98302 10.5089 9.98302H9.45365V9.65392ZM5.24806 10.3794C5.24806 9.42824 6.02195 8.65443 6.97314 8.65443C7.75588 8.65443 8.4185 9.17842 8.62869 9.89403C7.92703 10.2972 7.1309 10.51 6.32064 10.51H5.24806V10.4723V10.3794ZM5.24806 11.26H6.32068C7.14688 11.26 7.96044 11.0696 8.69822 10.7064V11.7769C8.69822 12.7281 7.92433 13.5019 6.97314 13.5019C6.02195 13.5019 5.24806 12.7281 5.24806 11.7769V11.26ZM6.97314 14.2519C7.16784 14.2519 7.35707 14.2286 7.53894 14.1859V14.6386C7.53853 14.6456 7.53834 14.6527 7.53834 14.6597C7.53834 14.6715 7.53947 14.6833 7.54059 14.695L6.97322 16.0535L6.4037 14.6893C6.40434 14.6803 6.40487 14.6714 6.40487 14.6623V14.1854C6.58745 14.2284 6.77758 14.2519 6.97314 14.2519ZM5.77351 19.1581V19.35H4.6499V17.6839C4.6499 17.4768 4.48198 17.3089 4.2749 17.3089C4.06783 17.3089 3.8999 17.4768 3.8999 17.6839V19.35H3.1499V17.2042C3.1499 16.3396 3.73723 15.5955 4.57817 15.3946L5.76684 15.1107L6.54264 16.969C6.05743 17.5717 5.77351 18.3358 5.77351 19.1581ZM8.44929 15.7654C8.22785 15.8185 8.01624 15.8923 7.81531 15.9834L8.18056 15.1088L9.36943 15.3937C9.46164 15.4158 9.55149 15.445 9.63845 15.4804L8.44929 15.7654ZM11.9985 17.67L11.0606 15.5363V14.7629C11.3596 14.8522 11.6761 14.9004 12.0037 14.9004C12.327 14.9004 12.6395 14.8535 12.9349 14.7664V15.5405L11.9985 17.67ZM14.3545 15.4833C14.4436 15.4465 14.5357 15.4164 14.6304 15.3937L15.8164 15.1095L16.1831 15.988C15.9796 15.8953 15.7651 15.8203 15.5404 15.7666L14.3545 15.4833ZM20.8499 19.35H20.0999V17.6839C20.0999 17.4768 19.932 17.3089 19.7249 17.3089C19.5178 17.3089 19.3499 17.4768 19.3499 17.6839V19.35H18.2186V19.1599C18.2186 18.3387 17.9357 17.5757 17.4518 16.9734L18.2301 15.11L19.4216 15.3946C20.2626 15.5955 20.8499 16.3396 20.8499 17.2042V19.35Z" fill="black"/>
16
- <path d="M10.7426 11.0719C10.6437 11.0719 10.5467 11.112 10.4768 11.1818C10.4069 11.2515 10.3667 11.3483 10.3667 11.4469C10.3667 11.5455 10.4069 11.6423 10.4768 11.712C10.5468 11.7818 10.6437 11.8219 10.7426 11.8219C10.8418 11.8219 10.9384 11.7818 11.0083 11.712C11.0786 11.6423 11.1184 11.5455 11.1184 11.4469C11.1184 11.3483 11.0786 11.2515 11.0083 11.1818C10.9384 11.112 10.8414 11.0719 10.7426 11.0719Z" fill="black"/>
17
- <path d="M13.2504 11.8219C13.3492 11.8219 13.4462 11.7818 13.5161 11.712C13.5864 11.6423 13.6262 11.5455 13.6262 11.4469C13.6262 11.3483 13.5864 11.2515 13.5161 11.1818C13.4462 11.112 13.3492 11.0719 13.2504 11.0719C13.1515 11.0719 13.0546 11.112 12.9846 11.1818C12.9147 11.2515 12.8745 11.3483 12.8745 11.4469C12.8745 11.5455 12.9147 11.6423 12.9846 11.712C13.0546 11.7818 13.1515 11.8219 13.2504 11.8219Z" fill="black"/>
18
- <path d="M12.7217 12.4441C12.5752 12.2976 12.3378 12.2976 12.1913 12.4441C12.0804 12.5549 11.9 12.5549 11.7891 12.4441C11.6426 12.2976 11.4053 12.2976 11.2588 12.4441C11.1123 12.5905 11.1123 12.8279 11.2588 12.9744C11.4604 13.1761 11.7253 13.2769 11.9902 13.2769C12.2551 13.2769 12.52 13.1761 12.7216 12.9744C12.8681 12.8279 12.8681 12.5905 12.7217 12.4441Z" fill="black"/>
19
- <path d="M17.6479 5.17505H17.9052C18.1122 5.17505 18.2802 5.00716 18.2802 4.80005C18.2802 4.59294 18.1122 4.42505 17.9052 4.42505H17.6479C17.4409 4.42505 17.2729 4.59294 17.2729 4.80005C17.2729 5.00716 17.4409 5.17505 17.6479 5.17505Z" fill="black"/>
20
- <path d="M19.4673 5.17505H19.7245C19.9316 5.17505 20.0995 5.00716 20.0995 4.80005C20.0995 4.59294 19.9316 4.42505 19.7245 4.42505H19.4673C19.2602 4.42505 19.0923 4.59294 19.0923 4.80005C19.0923 5.00716 19.2602 5.17505 19.4673 5.17505Z" fill="black"/>
21
- <path d="M18.6874 6.21339C18.8949 6.21339 19.0633 6.0455 19.0633 5.83839V5.58118C19.0633 5.37406 18.8949 5.20618 18.6874 5.20618C18.4798 5.20618 18.3115 5.37406 18.3115 5.58118V5.83839C18.3115 6.0455 18.4798 6.21339 18.6874 6.21339Z" fill="black"/>
22
- <path d="M18.6874 4.39381C18.8949 4.39381 19.0633 4.22592 19.0633 4.01881V3.7616C19.0633 3.55448 18.8949 3.3866 18.6874 3.3866C18.4798 3.3866 18.3115 3.55448 18.3115 3.7616V4.01881C18.3115 4.22592 18.4798 4.39381 18.6874 4.39381Z" fill="black"/>
23
- <path d="M4.25391 5.17505H4.51108C4.71816 5.17505 4.88608 5.00716 4.88608 4.80005C4.88608 4.59294 4.71816 4.42505 4.51108 4.42505H4.25391C4.04683 4.42505 3.87891 4.59294 3.87891 4.80005C3.87891 5.00716 4.04683 5.17505 4.25391 5.17505Z" fill="black"/>
24
- <path d="M6.07324 5.17505H6.33042C6.53749 5.17505 6.70542 5.00716 6.70542 4.80005C6.70542 4.59294 6.53749 4.42505 6.33042 4.42505H6.07324C5.86617 4.42505 5.69824 4.59294 5.69824 4.80005C5.69824 5.00716 5.86613 5.17505 6.07324 5.17505Z" fill="black"/>
25
- <path d="M5.29286 6.21339C5.50041 6.21339 5.66873 6.0455 5.66873 5.83839V5.58118C5.66873 5.37406 5.50041 5.20618 5.29286 5.20618C5.08531 5.20618 4.91699 5.37406 4.91699 5.58118V5.83839C4.91699 6.0455 5.08527 6.21339 5.29286 6.21339Z" fill="black"/>
26
- <path d="M5.29286 4.39381C5.50041 4.39381 5.66873 4.22592 5.66873 4.01881V3.7616C5.66873 3.55448 5.50041 3.3866 5.29286 3.3866C5.08531 3.3866 4.91699 3.55448 4.91699 3.7616V4.01881C4.91699 4.22592 5.08527 4.39381 5.29286 4.39381Z" fill="black"/>
27
- <path d="M12.0004 5.56487C12.2079 5.56487 12.3762 5.39698 12.3762 5.18987V4.20325C12.3762 3.99613 12.2079 3.82825 12.0004 3.82825C11.7928 3.82825 11.6245 3.99613 11.6245 4.20325V5.18987C11.6245 5.39698 11.7928 5.56487 12.0004 5.56487Z" fill="black"/>
28
- <path d="M12.0004 3.15002C12.0992 3.15002 12.1962 3.1099 12.2661 3.04015C12.336 2.9704 12.3762 2.87365 12.3762 2.77502C12.3762 2.6764 12.336 2.57965 12.2661 2.5099C12.1962 2.44015 12.0992 2.40002 12.0004 2.40002C11.9015 2.40002 11.8046 2.44015 11.7346 2.5099C11.6647 2.57965 11.6245 2.6764 11.6245 2.77502C11.6245 2.87365 11.6647 2.9704 11.7346 3.04015C11.8046 3.1099 11.9015 3.15002 12.0004 3.15002Z" fill="black"/>
29
- <path d="M10.1552 4.43482C10.2285 4.50805 10.3244 4.54465 10.4204 4.54465C10.5163 4.54465 10.6123 4.50805 10.6855 4.43482C10.832 4.28838 10.832 4.05093 10.6855 3.90445L10.1368 3.35568C9.9903 3.20924 9.75292 3.20924 9.60641 3.35568C9.45997 3.50212 9.45997 3.73957 9.60641 3.88604L10.1552 4.43482Z" fill="black"/>
30
- <path d="M13.5606 4.54236C13.6566 4.54236 13.7525 4.50576 13.8257 4.43252L14.3929 3.86541C14.5393 3.71897 14.5393 3.48152 14.3929 3.33505C14.2464 3.18861 14.009 3.18861 13.8625 3.33505L13.2954 3.90216C13.1489 4.0486 13.1489 4.28605 13.2954 4.43252C13.3687 4.50576 13.4646 4.54236 13.5606 4.54236Z" fill="black"/>
31
- </svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.5453 15.652C10.2568 15.3525 9.8837 15.1313 9.4568 15.029L7.91394 14.6593V13.7174H6.02987V14.6623L4.49101 15.0299C3.48478 15.2703 2.7749 16.1697 2.7749 17.2042V19.725H6.18598L10.5453 15.652Z" fill="#78D2FA"/>
3
+ <path d="M7.95401 13.7174V14.6847L6.97624 17.0268L5.99951 14.6881V13.7174H7.95401Z" fill="#FFB487"/>
4
+ <path d="M9.0732 10.4723V11.7769C9.0732 12.9367 8.13296 13.8769 6.97312 13.8769C5.81328 13.8769 4.87305 12.9367 4.87305 11.7769V10.4723H9.0732Z" fill="#FFCDAC"/>
5
+ <path d="M9.0732 10.885V10.3794C9.0732 9.21962 8.13296 8.27942 6.97312 8.27942C5.81328 8.27942 4.87305 9.21962 4.87305 10.3794V10.885H6.32066C7.22718 10.885 8.11672 10.6388 8.89432 10.1729" fill="#878791"/>
6
+ <path d="M13.4541 15.652C13.7426 15.3525 14.1157 15.1313 14.5426 15.029L16.0854 14.6593V13.7174H17.9695V14.6623L19.5084 15.0299C20.5146 15.2703 21.2245 16.1697 21.2245 17.2042V19.725H17.8134L13.4541 15.652Z" fill="#A5DC69"/>
7
+ <path d="M10.6856 15.6151L8.53663 16.1301C7.13608 16.4657 6.14844 17.7179 6.14844 19.1581V21.225H17.8436V19.1599C17.8436 17.7189 16.8548 16.4662 15.4532 16.1313L13.3099 15.6193L10.6856 15.6151Z" fill="#FF5A5A"/>
8
+ <path d="M17.9999 13.7174V14.6881L17.0232 17.0268L16.0454 14.6847V13.7174H17.9999Z" fill="#FFB487"/>
9
+ <path d="M12.0002 18.6277L13.3993 15.4511C13.2955 15.2767 13.2363 15.0738 13.2363 14.8589V14.5536H10.7626V14.859C10.7626 15.0735 10.7036 15.2761 10.6001 15.4503L12.0002 18.6277Z" fill="#FFB487"/>
10
+ <path d="M14.9247 9.58215V11.6004C14.9247 13.2158 13.6151 14.5254 11.9997 14.5254C10.3843 14.5254 9.07471 13.2158 9.07471 11.6004V9.58215H14.9247Z" fill="#FFCDAC"/>
11
+ <path d="M11.9997 6.72888C10.3843 6.72888 9.07471 8.03846 9.07471 9.65388V10.358H10.5048C11.4555 10.358 12.3574 9.93708 12.968 9.20842L14.9247 10.358V9.65388C14.9248 8.03846 13.6152 6.72888 11.9997 6.72888Z" fill="#F5B955"/>
12
+ <path d="M14.9263 10.4723V11.7769C14.9263 12.9367 15.8665 13.8769 17.0263 13.8769C18.1862 13.8769 19.1264 12.9367 19.1264 11.7769V10.4723H14.9263Z" fill="#FFCDAC"/>
13
+ <path d="M14.9263 10.885V10.3794C14.9263 9.21962 15.8665 8.27942 17.0263 8.27942C18.1862 8.27942 19.1264 9.21962 19.1264 10.3794V10.885H17.6788C16.7723 10.885 15.8827 10.6388 15.1051 10.1729" fill="#878791"/>
14
+ <path d="M11.9906 20.85C11.8917 20.85 11.7947 20.8901 11.7249 20.9599C11.655 21.0296 11.6147 21.1264 11.6147 21.225C11.6147 21.3236 11.6549 21.4204 11.7249 21.4901C11.7947 21.5599 11.8917 21.6 11.9906 21.6C12.0895 21.6 12.1864 21.5599 12.2563 21.4901C12.3262 21.4204 12.3665 21.3236 12.3665 21.225C12.3665 21.1264 12.3263 21.0296 12.2563 20.9599C12.1864 20.8901 12.0895 20.85 11.9906 20.85Z" fill="black"/>
15
+ <path d="M19.5959 14.6652L18.345 14.3663V13.8701C19.0393 13.4313 19.5018 12.6573 19.5018 11.7769V10.3794C19.5018 9.01469 18.3915 7.90443 17.0267 7.90443C16.2905 7.90443 15.6287 8.22791 15.175 8.73974C14.7775 7.36338 13.5064 6.35388 12.0038 6.35388H12.0038C10.4987 6.35388 9.22588 7.36657 8.83067 8.74631C8.37677 8.23068 7.71256 7.90443 6.97322 7.90443C5.60844 7.90443 4.49814 9.01473 4.49814 10.3794V11.7769C4.49814 12.6573 4.96059 13.4313 5.65494 13.8701V14.3663L4.40402 14.6652C3.224 14.947 2.3999 15.9911 2.3999 17.2042V19.725C2.3999 19.9321 2.56783 20.1 2.7749 20.1H5.77351V21.225C5.77351 21.4321 5.94144 21.6 6.14851 21.6H10.2624C10.4695 21.6 10.6374 21.4321 10.6374 21.225C10.6374 21.0179 10.4695 20.85 10.2624 20.85H8.5883V19.1995C8.5883 18.9924 8.42038 18.8245 8.2133 18.8245C8.00623 18.8245 7.8383 18.9924 7.8383 19.1995V20.85H6.52348V19.1581C6.52348 17.8863 7.38725 16.7911 8.62404 16.4947L10.4684 16.0528L11.6551 18.7526C11.715 18.8888 11.8496 18.9767 11.9984 18.9767H11.9984C12.1471 18.9767 12.2818 18.8888 12.3417 18.7527L13.5272 16.0567L15.3662 16.4961C16.6041 16.7917 17.4686 17.8872 17.4686 19.1598V19.5783C17.4495 19.6234 17.4388 19.6729 17.4388 19.725C17.4388 19.777 17.4495 19.8266 17.4686 19.8716V20.85H16.1615V19.1995C16.1615 18.9924 15.9936 18.8245 15.7865 18.8245C15.5794 18.8245 15.4115 18.9924 15.4115 19.1995V20.85H13.5749C13.3679 20.85 13.1999 21.0179 13.1999 21.225C13.1999 21.4321 13.3679 21.6 13.5749 21.6H17.8436C18.0507 21.6 18.2186 21.4321 18.2186 21.225V20.1H21.2249C21.432 20.1 21.5999 19.9321 21.5999 19.725V17.2042C21.5999 15.9911 20.7758 14.947 19.5959 14.6652ZM17.5958 14.6826L17.0233 16.0535L16.4584 14.7006C16.4599 14.687 16.461 14.6733 16.461 14.6596C16.461 14.6561 16.461 14.6526 16.4609 14.6491V14.1859C16.6427 14.2287 16.832 14.2519 17.0267 14.2519C17.2222 14.2519 17.4124 14.2284 17.5949 14.1853V14.6623C17.5949 14.6691 17.5954 14.6758 17.5958 14.6826ZM10.3106 14.9838C10.0752 14.8378 9.81692 14.7297 9.54422 14.6643L8.28894 14.3635V13.8717C8.60113 13.675 8.86629 13.4105 9.06395 13.099C9.34666 13.6513 9.78058 14.1138 10.3106 14.432V14.9838ZM9.45365 11.6004V10.7331H10.5088C11.466 10.7331 12.3731 10.3548 13.0433 9.68527L14.5516 10.5714V11.6884C14.505 13.0539 13.3804 14.1505 12.0038 14.1505C10.5976 14.1504 9.45365 13.0065 9.45365 11.6004ZM13.6849 14.439C14.2183 14.122 14.6552 13.6591 14.9401 13.1056C15.1373 13.4142 15.4009 13.6763 15.7109 13.8717V14.3635L14.4556 14.6643C14.1812 14.7301 13.9215 14.8392 13.6849 14.9865L13.6849 14.439ZM17.0267 13.5019C16.0755 13.5019 15.3016 12.7281 15.3016 11.7769V11.7157C15.3029 11.6775 15.3038 10.7074 15.3038 10.7074C16.0411 11.07 16.8538 11.26 17.6792 11.26H18.7518V11.777C18.7517 12.7281 17.9779 13.5019 17.0267 13.5019ZM17.0267 8.65443C17.9779 8.65443 18.7517 9.42828 18.7517 10.3794V10.4723V10.51H17.6791C16.8689 10.51 16.0727 10.2972 15.3711 9.89399C15.5813 9.17842 16.2439 8.65443 17.0267 8.65443ZM9.45365 9.65392C9.45365 8.24782 10.5976 7.10392 12.0038 7.10392C13.4099 7.10392 14.5538 8.24786 14.5538 9.65392V9.70282L13.162 8.88513C13.0041 8.79232 12.8023 8.82723 12.6847 8.96759C12.1439 9.61289 11.3509 9.98302 10.5089 9.98302H9.45365V9.65392ZM5.24806 10.3794C5.24806 9.42824 6.02195 8.65443 6.97314 8.65443C7.75588 8.65443 8.4185 9.17842 8.62869 9.89403C7.92703 10.2972 7.1309 10.51 6.32064 10.51H5.24806V10.4723V10.3794ZM5.24806 11.26H6.32068C7.14688 11.26 7.96044 11.0696 8.69822 10.7064V11.7769C8.69822 12.7281 7.92433 13.5019 6.97314 13.5019C6.02195 13.5019 5.24806 12.7281 5.24806 11.7769V11.26ZM6.97314 14.2519C7.16784 14.2519 7.35707 14.2286 7.53894 14.1859V14.6386C7.53853 14.6456 7.53834 14.6527 7.53834 14.6597C7.53834 14.6715 7.53947 14.6833 7.54059 14.695L6.97322 16.0535L6.4037 14.6893C6.40434 14.6803 6.40487 14.6714 6.40487 14.6623V14.1854C6.58745 14.2284 6.77758 14.2519 6.97314 14.2519ZM5.77351 19.1581V19.35H4.6499V17.6839C4.6499 17.4768 4.48198 17.3089 4.2749 17.3089C4.06783 17.3089 3.8999 17.4768 3.8999 17.6839V19.35H3.1499V17.2042C3.1499 16.3396 3.73723 15.5955 4.57817 15.3946L5.76684 15.1107L6.54264 16.969C6.05743 17.5717 5.77351 18.3358 5.77351 19.1581ZM8.44929 15.7654C8.22785 15.8185 8.01624 15.8923 7.81531 15.9834L8.18056 15.1088L9.36943 15.3937C9.46164 15.4158 9.55149 15.445 9.63845 15.4804L8.44929 15.7654ZM11.9985 17.67L11.0606 15.5363V14.7629C11.3596 14.8522 11.6761 14.9004 12.0037 14.9004C12.327 14.9004 12.6395 14.8535 12.9349 14.7664V15.5405L11.9985 17.67ZM14.3545 15.4833C14.4436 15.4465 14.5357 15.4164 14.6304 15.3937L15.8164 15.1095L16.1831 15.988C15.9796 15.8953 15.7651 15.8203 15.5404 15.7666L14.3545 15.4833ZM20.8499 19.35H20.0999V17.6839C20.0999 17.4768 19.932 17.3089 19.7249 17.3089C19.5178 17.3089 19.3499 17.4768 19.3499 17.6839V19.35H18.2186V19.1599C18.2186 18.3387 17.9357 17.5757 17.4518 16.9734L18.2301 15.11L19.4216 15.3946C20.2626 15.5955 20.8499 16.3396 20.8499 17.2042V19.35Z" fill="black"/>
16
+ <path d="M10.7426 11.0719C10.6437 11.0719 10.5467 11.112 10.4768 11.1818C10.4069 11.2515 10.3667 11.3483 10.3667 11.4469C10.3667 11.5455 10.4069 11.6423 10.4768 11.712C10.5468 11.7818 10.6437 11.8219 10.7426 11.8219C10.8418 11.8219 10.9384 11.7818 11.0083 11.712C11.0786 11.6423 11.1184 11.5455 11.1184 11.4469C11.1184 11.3483 11.0786 11.2515 11.0083 11.1818C10.9384 11.112 10.8414 11.0719 10.7426 11.0719Z" fill="black"/>
17
+ <path d="M13.2504 11.8219C13.3492 11.8219 13.4462 11.7818 13.5161 11.712C13.5864 11.6423 13.6262 11.5455 13.6262 11.4469C13.6262 11.3483 13.5864 11.2515 13.5161 11.1818C13.4462 11.112 13.3492 11.0719 13.2504 11.0719C13.1515 11.0719 13.0546 11.112 12.9846 11.1818C12.9147 11.2515 12.8745 11.3483 12.8745 11.4469C12.8745 11.5455 12.9147 11.6423 12.9846 11.712C13.0546 11.7818 13.1515 11.8219 13.2504 11.8219Z" fill="black"/>
18
+ <path d="M12.7217 12.4441C12.5752 12.2976 12.3378 12.2976 12.1913 12.4441C12.0804 12.5549 11.9 12.5549 11.7891 12.4441C11.6426 12.2976 11.4053 12.2976 11.2588 12.4441C11.1123 12.5905 11.1123 12.8279 11.2588 12.9744C11.4604 13.1761 11.7253 13.2769 11.9902 13.2769C12.2551 13.2769 12.52 13.1761 12.7216 12.9744C12.8681 12.8279 12.8681 12.5905 12.7217 12.4441Z" fill="black"/>
19
+ <path d="M17.6479 5.17505H17.9052C18.1122 5.17505 18.2802 5.00716 18.2802 4.80005C18.2802 4.59294 18.1122 4.42505 17.9052 4.42505H17.6479C17.4409 4.42505 17.2729 4.59294 17.2729 4.80005C17.2729 5.00716 17.4409 5.17505 17.6479 5.17505Z" fill="black"/>
20
+ <path d="M19.4673 5.17505H19.7245C19.9316 5.17505 20.0995 5.00716 20.0995 4.80005C20.0995 4.59294 19.9316 4.42505 19.7245 4.42505H19.4673C19.2602 4.42505 19.0923 4.59294 19.0923 4.80005C19.0923 5.00716 19.2602 5.17505 19.4673 5.17505Z" fill="black"/>
21
+ <path d="M18.6874 6.21339C18.8949 6.21339 19.0633 6.0455 19.0633 5.83839V5.58118C19.0633 5.37406 18.8949 5.20618 18.6874 5.20618C18.4798 5.20618 18.3115 5.37406 18.3115 5.58118V5.83839C18.3115 6.0455 18.4798 6.21339 18.6874 6.21339Z" fill="black"/>
22
+ <path d="M18.6874 4.39381C18.8949 4.39381 19.0633 4.22592 19.0633 4.01881V3.7616C19.0633 3.55448 18.8949 3.3866 18.6874 3.3866C18.4798 3.3866 18.3115 3.55448 18.3115 3.7616V4.01881C18.3115 4.22592 18.4798 4.39381 18.6874 4.39381Z" fill="black"/>
23
+ <path d="M4.25391 5.17505H4.51108C4.71816 5.17505 4.88608 5.00716 4.88608 4.80005C4.88608 4.59294 4.71816 4.42505 4.51108 4.42505H4.25391C4.04683 4.42505 3.87891 4.59294 3.87891 4.80005C3.87891 5.00716 4.04683 5.17505 4.25391 5.17505Z" fill="black"/>
24
+ <path d="M6.07324 5.17505H6.33042C6.53749 5.17505 6.70542 5.00716 6.70542 4.80005C6.70542 4.59294 6.53749 4.42505 6.33042 4.42505H6.07324C5.86617 4.42505 5.69824 4.59294 5.69824 4.80005C5.69824 5.00716 5.86613 5.17505 6.07324 5.17505Z" fill="black"/>
25
+ <path d="M5.29286 6.21339C5.50041 6.21339 5.66873 6.0455 5.66873 5.83839V5.58118C5.66873 5.37406 5.50041 5.20618 5.29286 5.20618C5.08531 5.20618 4.91699 5.37406 4.91699 5.58118V5.83839C4.91699 6.0455 5.08527 6.21339 5.29286 6.21339Z" fill="black"/>
26
+ <path d="M5.29286 4.39381C5.50041 4.39381 5.66873 4.22592 5.66873 4.01881V3.7616C5.66873 3.55448 5.50041 3.3866 5.29286 3.3866C5.08531 3.3866 4.91699 3.55448 4.91699 3.7616V4.01881C4.91699 4.22592 5.08527 4.39381 5.29286 4.39381Z" fill="black"/>
27
+ <path d="M12.0004 5.56487C12.2079 5.56487 12.3762 5.39698 12.3762 5.18987V4.20325C12.3762 3.99613 12.2079 3.82825 12.0004 3.82825C11.7928 3.82825 11.6245 3.99613 11.6245 4.20325V5.18987C11.6245 5.39698 11.7928 5.56487 12.0004 5.56487Z" fill="black"/>
28
+ <path d="M12.0004 3.15002C12.0992 3.15002 12.1962 3.1099 12.2661 3.04015C12.336 2.9704 12.3762 2.87365 12.3762 2.77502C12.3762 2.6764 12.336 2.57965 12.2661 2.5099C12.1962 2.44015 12.0992 2.40002 12.0004 2.40002C11.9015 2.40002 11.8046 2.44015 11.7346 2.5099C11.6647 2.57965 11.6245 2.6764 11.6245 2.77502C11.6245 2.87365 11.6647 2.9704 11.7346 3.04015C11.8046 3.1099 11.9015 3.15002 12.0004 3.15002Z" fill="black"/>
29
+ <path d="M10.1552 4.43482C10.2285 4.50805 10.3244 4.54465 10.4204 4.54465C10.5163 4.54465 10.6123 4.50805 10.6855 4.43482C10.832 4.28838 10.832 4.05093 10.6855 3.90445L10.1368 3.35568C9.9903 3.20924 9.75292 3.20924 9.60641 3.35568C9.45997 3.50212 9.45997 3.73957 9.60641 3.88604L10.1552 4.43482Z" fill="black"/>
30
+ <path d="M13.5606 4.54236C13.6566 4.54236 13.7525 4.50576 13.8257 4.43252L14.3929 3.86541C14.5393 3.71897 14.5393 3.48152 14.3929 3.33505C14.2464 3.18861 14.009 3.18861 13.8625 3.33505L13.2954 3.90216C13.1489 4.0486 13.1489 4.28605 13.2954 4.43252C13.3687 4.50576 13.4646 4.54236 13.5606 4.54236Z" fill="black"/>
31
+ </svg>
@@ -1,47 +1,47 @@
1
- <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_290_14913)">
3
- <path d="M13.4046 14.5045C14.8802 13.1089 15.8011 11.1328 15.8011 8.94144C15.8011 4.713 12.3732 1.28516 8.14477 1.28516C3.91633 1.28516 0.488487 4.713 0.488487 8.94144C0.488487 13.1699 3.91633 16.5977 8.14477 16.5977C8.47611 16.5977 8.80255 16.5766 9.1228 16.5358L13.4046 14.5045Z" fill="#816AE2"/>
4
- <path d="M12.5459 12.0219C12.4787 11.775 12.455 11.5183 12.4759 11.2632L12.6009 10.0856C12.662 9.34667 12.5493 8.60636 12.2222 7.94102C11.3771 6.22186 11.571 6.09711 11.5447 4.39089C11.5447 4.04236 11.2621 3.75977 10.9136 3.75977C10.565 3.75977 10.2825 4.04233 10.2825 4.39089C10.2825 11.3294 10.2954 10.8202 10.2526 11.0237V11.9322C10.2526 12.6977 9.6298 13.3205 8.8643 13.3205C8.3559 13.3205 6.60262 13.3205 5.40955 13.3205C5.9403 14.0587 6.6664 14.6366 7.50902 14.9866C7.51424 14.9887 7.51946 14.9909 7.52468 14.9931C8.17571 15.2681 8.90262 15.8168 9.02408 16.4976L9.03583 16.5462C10.7502 16.3475 12.2918 15.5826 13.469 14.4432L12.5459 12.0219Z" fill="#F9BA8F"/>
5
- <path d="M3.06549 3.78113L2.87327 3.60304C2.57693 3.32848 2.10983 3.34629 1.83527 3.6426C1.56071 3.93895 1.57852 4.40604 1.87483 4.6806L3.06549 5.78382V3.78113Z" fill="#F9BA8F"/>
6
- <path d="M2.26549 4.12895C2.08371 3.96052 2.00724 3.7197 2.03827 3.49023C1.96408 3.5282 1.89499 3.57864 1.83527 3.64305C1.56071 3.93939 1.57852 4.40648 1.87483 4.68105L3.06549 5.78427V4.87023L2.26549 4.12895Z" fill="#FCAD6D"/>
7
- <path d="M12.6034 12.1719C12.3427 13.9696 10.7955 15.3506 8.92558 15.3506C8.60273 15.3506 8.28955 15.3094 7.99092 15.232C8.48601 15.5347 8.93139 15.9772 9.02408 16.4967L9.03583 16.5454C10.7502 16.3466 12.2918 15.5818 13.469 14.4423L12.6034 12.1719Z" fill="#FD995B"/>
8
- <path d="M9.19524 13.35H4.1254C3.52587 13.35 3.03815 12.8623 3.03815 12.2627V1.68494C3.03815 1.08541 3.52587 0.597656 4.1254 0.597656H9.19524C9.79477 0.597656 10.2825 1.08541 10.2825 1.68494V12.2628C10.2825 12.8623 9.79474 13.35 9.19524 13.35Z" fill="#2A428C"/>
9
- <path d="M4.1254 0.597656C3.52587 0.597656 3.03815 1.08541 3.03815 1.68491V12.2627C3.03815 12.8623 3.5259 13.35 4.1254 13.35H5.63677C5.30133 13.0078 5.69258 12.6735 5.69258 12.6735C5.14049 12.5287 5.18737 11.9485 5.18737 11.9485C5.18737 11.9485 5.18737 3.08141 5.18737 2.52672C5.18737 1.97203 5.7508 1.83194 5.7508 1.83194C5.52887 1.61 5.7508 1.37678 5.7508 1.37678V1.001C5.54609 0.87125 5.5864 0.694594 5.63096 0.597656L4.1254 0.597656Z" fill="#142766"/>
10
- <path d="M5.85937 1.37679H5.7508C5.64702 1.37679 5.5629 1.29266 5.5629 1.18888C5.5629 1.0851 5.64702 1.00098 5.7508 1.00098H5.85937C5.96315 1.00098 6.04727 1.0851 6.04727 1.18888C6.04727 1.29266 5.96315 1.37679 5.85937 1.37679Z" fill="#3C58A0"/>
11
- <path d="M7.54386 1.37679H6.50067C6.39689 1.37679 6.31277 1.29266 6.31277 1.18888C6.31277 1.0851 6.39689 1.00098 6.50067 1.00098H7.54386C7.64764 1.00098 7.73177 1.0851 7.73177 1.18888C7.73177 1.29266 7.64764 1.37679 7.54386 1.37679Z" fill="#3C58A0"/>
12
- <path d="M9.19524 1.27441H8.43327C8.29121 1.27441 8.17608 1.38957 8.17608 1.5316C8.17608 1.69695 8.0408 1.83226 7.87546 1.83226H5.44524C5.2799 1.83226 5.14458 1.69698 5.14458 1.5316C5.14458 1.38957 5.02943 1.27441 4.8874 1.27441H4.1254C3.89852 1.27441 3.71458 1.45835 3.71458 1.68523V12.263C3.71458 12.4899 3.89852 12.6739 4.1254 12.6739H9.19524C9.42211 12.6739 9.60605 12.4899 9.60605 12.263C9.60605 11.1749 9.60605 1.97563 9.60605 1.68523C9.60605 1.45835 9.42211 1.27441 9.19524 1.27441Z" fill="#73C3F9"/>
13
- <path d="M5.69255 12.6739C5.61443 12.3368 6.00543 12.258 6.00543 12.258C6.00543 12.258 6.25412 10.0796 6.00543 9.83091C5.75674 9.58223 6.00543 9.34738 6.00543 9.34738C6.00543 9.34738 6.27712 7.19201 6.00543 6.92029C5.73374 6.6486 6.00543 6.43676 6.00543 6.43676V4.00966C5.5188 3.70241 5.77477 3.26032 5.77477 3.26032V2.56423C5.40705 2.19651 5.75065 1.83238 5.75077 1.83226H5.44521C5.27987 1.83226 5.14455 1.69698 5.14455 1.5316C5.14455 1.38957 5.0294 1.27441 4.88737 1.27441H4.1254C3.89852 1.27441 3.71458 1.45832 3.71458 1.68523V12.2631C3.71458 12.4899 3.89852 12.6739 4.1254 12.6739H5.69255V12.6739Z" fill="#4FABF7"/>
14
- <path d="M5.13189 3.25954H8.18874C8.38095 3.25954 8.53677 3.10373 8.53677 2.91151C8.53677 2.71929 8.38095 2.56348 8.18874 2.56348H5.13189C4.93967 2.56348 4.78383 2.71929 4.78383 2.91151C4.78383 3.10376 4.93967 3.25954 5.13189 3.25954Z" fill="#E9EFFF"/>
15
- <path d="M5.13189 2.56348H5.77477V3.25957H5.13189C4.93967 3.25957 4.78386 3.10376 4.78386 2.91154C4.78383 2.71926 4.93967 2.56348 5.13189 2.56348Z" fill="#9BD8F9"/>
16
- <path d="M8.80646 6.43686H4.51417C4.34199 6.43686 4.20111 6.29598 4.20111 6.1238V4.32283C4.20111 4.15064 4.34199 4.00977 4.51417 4.00977H8.80646C8.97864 4.00977 9.11952 4.15064 9.11952 4.32283V6.1238C9.11952 6.29598 8.97864 6.43686 8.80646 6.43686Z" fill="#E9EFFF"/>
17
- <path d="M8.80646 9.34702H4.51417C4.34199 9.34702 4.20111 9.20614 4.20111 9.03395V7.23298C4.20111 7.0608 4.34199 6.91992 4.51417 6.91992H8.80646C8.97864 6.91992 9.11952 7.0608 9.11952 7.23298V9.03395C9.11952 9.20614 8.97864 9.34702 8.80646 9.34702Z" fill="#E9EFFF"/>
18
- <path d="M8.80646 12.2581H4.51417C4.34199 12.2581 4.20111 12.1173 4.20111 11.9451V10.1441C4.20111 9.97193 4.34199 9.83105 4.51417 9.83105H8.80646C8.97864 9.83105 9.11952 9.97193 9.11952 10.1441V11.9451C9.11952 12.1173 8.97864 12.2581 8.80646 12.2581Z" fill="#E9EFFF"/>
19
- <path d="M8.80646 6.43686H4.51417C4.34199 6.43686 4.20111 6.29598 4.20111 6.1238V4.32283C4.20111 4.15064 4.34199 4.00977 4.51417 4.00977H8.80646C8.97864 4.00977 9.11952 4.15064 9.11952 4.32283V6.1238C9.11952 6.29598 8.97864 6.43686 8.80646 6.43686Z" fill="#E9EFFF"/>
20
- <path d="M8.80646 9.34702H4.51417C4.34199 9.34702 4.20111 9.20614 4.20111 9.03395V7.23298C4.20111 7.0608 4.34199 6.91992 4.51417 6.91992H8.80646C8.97864 6.91992 9.11952 7.0608 9.11952 7.23298V9.03395C9.11952 9.20614 8.97864 9.34702 8.80646 9.34702Z" fill="#E9EFFF"/>
21
- <path d="M8.80646 12.2581H4.51417C4.34199 12.2581 4.20111 12.1173 4.20111 11.9451V10.1441C4.20111 9.97193 4.34199 9.83105 4.51417 9.83105H8.80646C8.97864 9.83105 9.11952 9.97193 9.11952 10.1441V11.9451C9.11952 12.1173 8.97864 12.2581 8.80646 12.2581Z" fill="#E9EFFF"/>
22
- <path d="M5.69236 6.12377V4.32283C5.69236 4.15064 5.83324 4.00977 6.00542 4.00977H4.51417C4.34199 4.00977 4.20111 4.15064 4.20111 4.32283V6.12377C4.20111 6.29595 4.34199 6.43683 4.51417 6.43683H6.00542C5.83324 6.43683 5.69236 6.29595 5.69236 6.12377Z" fill="#D3DCFB"/>
23
- <path d="M5.69236 9.03395V7.23298C5.69236 7.0608 5.83324 6.91992 6.00542 6.91992H4.51417C4.34199 6.91992 4.20111 7.0608 4.20111 7.23298V9.03395C4.20111 9.20614 4.34199 9.34702 4.51417 9.34702H6.00542C5.83324 9.34702 5.69236 9.20614 5.69236 9.03395Z" fill="#D3DCFB"/>
24
- <path d="M5.69236 11.9451V10.1441C5.69236 9.97193 5.83324 9.83105 6.00542 9.83105H4.51417C4.34199 9.83105 4.20111 9.97193 4.20111 10.1441V11.9451C4.20111 12.1173 4.34199 12.2581 4.51417 12.2581H6.00542C5.83324 12.2581 5.69236 12.1173 5.69236 11.9451Z" fill="#D3DCFB"/>
25
- <path d="M6.49108 5.01562H5.2358C5.10636 5.01562 5.00143 4.91072 5.00143 4.78125C5.00143 4.65178 5.10636 4.54688 5.2358 4.54688H6.49108C6.62052 4.54688 6.72546 4.65178 6.72546 4.78125C6.72546 4.91069 6.62052 5.01562 6.49108 5.01562Z" fill="#3C58A0"/>
26
- <path d="M8.08483 5.89844H5.2358C5.10636 5.89844 5.00143 5.79353 5.00143 5.66406C5.00143 5.53459 5.10636 5.42969 5.2358 5.42969H8.08483C8.21427 5.42969 8.31921 5.53459 8.31921 5.66406C8.31921 5.79353 8.21427 5.89844 8.08483 5.89844Z" fill="#BEC8F7"/>
27
- <path d="M7.47024 5.01562H7.29314C7.16371 5.01562 7.05877 4.91072 7.05877 4.78125C7.05877 4.65178 7.16371 4.54688 7.29314 4.54688H7.47024C7.59968 4.54688 7.70461 4.65178 7.70461 4.78125C7.70461 4.91069 7.59971 5.01562 7.47024 5.01562Z" fill="#BEC8F7"/>
28
- <path d="M6.49108 7.92676H5.2358C5.10636 7.92676 5.00143 7.82185 5.00143 7.69238C5.00143 7.56291 5.10636 7.45801 5.2358 7.45801H6.49108C6.62052 7.45801 6.72546 7.56291 6.72546 7.69238C6.72546 7.82185 6.62052 7.92676 6.49108 7.92676Z" fill="#3C58A0"/>
29
- <path d="M8.08483 8.80957H5.2358C5.10636 8.80957 5.00143 8.70466 5.00143 8.5752C5.00143 8.44573 5.10636 8.34082 5.2358 8.34082H8.08483C8.21427 8.34082 8.31921 8.44573 8.31921 8.5752C8.31921 8.70463 8.21427 8.80957 8.08483 8.80957Z" fill="#BEC8F7"/>
30
- <path d="M7.47024 7.92676H7.29314C7.16371 7.92676 7.05877 7.82185 7.05877 7.69238C7.05877 7.56291 7.16371 7.45801 7.29314 7.45801H7.47024C7.59968 7.45801 7.70461 7.56291 7.70461 7.69238C7.70461 7.82185 7.59971 7.92676 7.47024 7.92676Z" fill="#BEC8F7"/>
31
- <path d="M6.49108 10.8369H5.2358C5.10636 10.8369 5.00143 10.732 5.00143 10.6025C5.00143 10.4731 5.10636 10.3682 5.2358 10.3682H6.49108C6.62052 10.3682 6.72546 10.4731 6.72546 10.6025C6.72546 10.732 6.62052 10.8369 6.49108 10.8369Z" fill="#3C58A0"/>
32
- <path d="M8.08483 11.7197H5.2358C5.10636 11.7197 5.00143 11.6148 5.00143 11.4854C5.00143 11.3559 5.10636 11.251 5.2358 11.251H8.08483C8.21427 11.251 8.31921 11.3559 8.31921 11.4854C8.31921 11.6148 8.21427 11.7197 8.08483 11.7197Z" fill="#BEC8F7"/>
33
- <path d="M7.47024 10.8369H7.29314C7.16371 10.8369 7.05877 10.732 7.05877 10.6025C7.05877 10.4731 7.16371 10.3682 7.29314 10.3682H7.47024C7.59968 10.3682 7.70461 10.4731 7.70461 10.6025C7.70461 10.732 7.59971 10.8369 7.47024 10.8369Z" fill="#BEC8F7"/>
34
- <path d="M4.13442 7.65508C3.89283 7.9158 3.48564 7.93133 3.22492 7.68974L2.14689 6.69086C1.88617 6.4493 1.87064 6.04208 2.11224 5.78136C2.35383 5.52064 2.76102 5.50511 3.02174 5.7467L4.09977 6.74558C4.36049 6.98717 4.37602 7.39436 4.13442 7.65508Z" fill="#F9BA8F"/>
35
- <path d="M3.66842 7.236L2.59039 6.23712C2.41008 6.07006 2.34724 5.82381 2.40539 5.60156C2.2967 5.63294 2.19474 5.69266 2.11224 5.78169C1.87064 6.04241 1.88617 6.44963 2.14689 6.69119L3.22492 7.69006C3.48564 7.93163 3.89283 7.91613 4.13442 7.65541C4.20892 7.575 4.2588 7.48059 4.28474 7.38147C4.07514 7.44194 3.84011 7.39509 3.66842 7.236Z" fill="#FCAD6D"/>
36
- <path d="M4.13442 11.1658C3.89283 11.4265 3.48564 11.4421 3.22492 11.2005L2.14689 10.2016C1.88617 9.96004 1.87064 9.55282 2.11224 9.2921C2.35383 9.03138 2.76102 9.01585 3.02174 9.25745L4.09977 10.2563C4.36049 10.4979 4.37602 10.9051 4.13442 11.1658Z" fill="#F9BA8F"/>
37
- <path d="M3.66842 10.7467L2.59039 9.74787C2.41008 9.58081 2.34724 9.33455 2.40539 9.1123C2.2967 9.14368 2.19474 9.2034 2.11224 9.29243C1.87064 9.55315 1.88617 9.96037 2.14689 10.2019L3.22492 11.2008C3.48564 11.4424 3.89283 11.4269 4.13442 11.1661C4.20892 11.0857 4.2588 10.9913 4.28474 10.8922C4.07514 10.9527 3.84011 10.9058 3.66842 10.7467Z" fill="#FCAD6D"/>
38
- <path d="M4.13442 9.41094C3.89283 9.67166 3.48564 9.68719 3.22492 9.4456L2.14689 8.44672C1.88617 8.20516 1.87064 7.79794 2.11224 7.53722C2.35383 7.2765 2.76102 7.26097 3.02174 7.50256L4.09977 8.50144C4.36049 8.743 4.37602 9.15019 4.13442 9.41094Z" fill="#F9BA8F"/>
39
- <path d="M3.66842 8.99088L2.59039 7.99201C2.41008 7.82495 2.34724 7.5787 2.40539 7.35645C2.2967 7.38782 2.1947 7.44754 2.11224 7.53657C1.87064 7.79729 1.88617 8.20448 2.14689 8.44607L3.22492 9.44495C3.48564 9.68654 3.89283 9.67101 4.13442 9.41029C4.20892 9.32988 4.2588 9.23548 4.28474 9.13635C4.07514 9.19685 3.84011 9.14998 3.66842 8.99088Z" fill="#FCAD6D"/>
40
- <path d="M13.3344 3.3125C12.9188 3.84113 12.5437 4.60062 12.8436 5.42944C13.4061 6.98422 14.3019 8.30412 13.8852 10.6025C13.6962 11.6454 14.3166 12.0825 15.0507 12.249C15.5313 11.2477 15.801 10.1259 15.801 8.941C15.801 6.71513 14.8509 4.71147 13.3344 3.3125Z" fill="#9181F2"/>
41
- </g>
42
- <defs>
43
- <clipPath id="clip0_290_14913">
44
- <rect width="16" height="16" fill="white" transform="translate(0.144768 0.597656)"/>
45
- </clipPath>
46
- </defs>
47
- </svg>
1
+ <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_290_14913)">
3
+ <path d="M13.4046 14.5045C14.8802 13.1089 15.8011 11.1328 15.8011 8.94144C15.8011 4.713 12.3732 1.28516 8.14477 1.28516C3.91633 1.28516 0.488487 4.713 0.488487 8.94144C0.488487 13.1699 3.91633 16.5977 8.14477 16.5977C8.47611 16.5977 8.80255 16.5766 9.1228 16.5358L13.4046 14.5045Z" fill="#816AE2"/>
4
+ <path d="M12.5459 12.0219C12.4787 11.775 12.455 11.5183 12.4759 11.2632L12.6009 10.0856C12.662 9.34667 12.5493 8.60636 12.2222 7.94102C11.3771 6.22186 11.571 6.09711 11.5447 4.39089C11.5447 4.04236 11.2621 3.75977 10.9136 3.75977C10.565 3.75977 10.2825 4.04233 10.2825 4.39089C10.2825 11.3294 10.2954 10.8202 10.2526 11.0237V11.9322C10.2526 12.6977 9.6298 13.3205 8.8643 13.3205C8.3559 13.3205 6.60262 13.3205 5.40955 13.3205C5.9403 14.0587 6.6664 14.6366 7.50902 14.9866C7.51424 14.9887 7.51946 14.9909 7.52468 14.9931C8.17571 15.2681 8.90262 15.8168 9.02408 16.4976L9.03583 16.5462C10.7502 16.3475 12.2918 15.5826 13.469 14.4432L12.5459 12.0219Z" fill="#F9BA8F"/>
5
+ <path d="M3.06549 3.78113L2.87327 3.60304C2.57693 3.32848 2.10983 3.34629 1.83527 3.6426C1.56071 3.93895 1.57852 4.40604 1.87483 4.6806L3.06549 5.78382V3.78113Z" fill="#F9BA8F"/>
6
+ <path d="M2.26549 4.12895C2.08371 3.96052 2.00724 3.7197 2.03827 3.49023C1.96408 3.5282 1.89499 3.57864 1.83527 3.64305C1.56071 3.93939 1.57852 4.40648 1.87483 4.68105L3.06549 5.78427V4.87023L2.26549 4.12895Z" fill="#FCAD6D"/>
7
+ <path d="M12.6034 12.1719C12.3427 13.9696 10.7955 15.3506 8.92558 15.3506C8.60273 15.3506 8.28955 15.3094 7.99092 15.232C8.48601 15.5347 8.93139 15.9772 9.02408 16.4967L9.03583 16.5454C10.7502 16.3466 12.2918 15.5818 13.469 14.4423L12.6034 12.1719Z" fill="#FD995B"/>
8
+ <path d="M9.19524 13.35H4.1254C3.52587 13.35 3.03815 12.8623 3.03815 12.2627V1.68494C3.03815 1.08541 3.52587 0.597656 4.1254 0.597656H9.19524C9.79477 0.597656 10.2825 1.08541 10.2825 1.68494V12.2628C10.2825 12.8623 9.79474 13.35 9.19524 13.35Z" fill="#2A428C"/>
9
+ <path d="M4.1254 0.597656C3.52587 0.597656 3.03815 1.08541 3.03815 1.68491V12.2627C3.03815 12.8623 3.5259 13.35 4.1254 13.35H5.63677C5.30133 13.0078 5.69258 12.6735 5.69258 12.6735C5.14049 12.5287 5.18737 11.9485 5.18737 11.9485C5.18737 11.9485 5.18737 3.08141 5.18737 2.52672C5.18737 1.97203 5.7508 1.83194 5.7508 1.83194C5.52887 1.61 5.7508 1.37678 5.7508 1.37678V1.001C5.54609 0.87125 5.5864 0.694594 5.63096 0.597656L4.1254 0.597656Z" fill="#142766"/>
10
+ <path d="M5.85937 1.37679H5.7508C5.64702 1.37679 5.5629 1.29266 5.5629 1.18888C5.5629 1.0851 5.64702 1.00098 5.7508 1.00098H5.85937C5.96315 1.00098 6.04727 1.0851 6.04727 1.18888C6.04727 1.29266 5.96315 1.37679 5.85937 1.37679Z" fill="#3C58A0"/>
11
+ <path d="M7.54386 1.37679H6.50067C6.39689 1.37679 6.31277 1.29266 6.31277 1.18888C6.31277 1.0851 6.39689 1.00098 6.50067 1.00098H7.54386C7.64764 1.00098 7.73177 1.0851 7.73177 1.18888C7.73177 1.29266 7.64764 1.37679 7.54386 1.37679Z" fill="#3C58A0"/>
12
+ <path d="M9.19524 1.27441H8.43327C8.29121 1.27441 8.17608 1.38957 8.17608 1.5316C8.17608 1.69695 8.0408 1.83226 7.87546 1.83226H5.44524C5.2799 1.83226 5.14458 1.69698 5.14458 1.5316C5.14458 1.38957 5.02943 1.27441 4.8874 1.27441H4.1254C3.89852 1.27441 3.71458 1.45835 3.71458 1.68523V12.263C3.71458 12.4899 3.89852 12.6739 4.1254 12.6739H9.19524C9.42211 12.6739 9.60605 12.4899 9.60605 12.263C9.60605 11.1749 9.60605 1.97563 9.60605 1.68523C9.60605 1.45835 9.42211 1.27441 9.19524 1.27441Z" fill="#73C3F9"/>
13
+ <path d="M5.69255 12.6739C5.61443 12.3368 6.00543 12.258 6.00543 12.258C6.00543 12.258 6.25412 10.0796 6.00543 9.83091C5.75674 9.58223 6.00543 9.34738 6.00543 9.34738C6.00543 9.34738 6.27712 7.19201 6.00543 6.92029C5.73374 6.6486 6.00543 6.43676 6.00543 6.43676V4.00966C5.5188 3.70241 5.77477 3.26032 5.77477 3.26032V2.56423C5.40705 2.19651 5.75065 1.83238 5.75077 1.83226H5.44521C5.27987 1.83226 5.14455 1.69698 5.14455 1.5316C5.14455 1.38957 5.0294 1.27441 4.88737 1.27441H4.1254C3.89852 1.27441 3.71458 1.45832 3.71458 1.68523V12.2631C3.71458 12.4899 3.89852 12.6739 4.1254 12.6739H5.69255V12.6739Z" fill="#4FABF7"/>
14
+ <path d="M5.13189 3.25954H8.18874C8.38095 3.25954 8.53677 3.10373 8.53677 2.91151C8.53677 2.71929 8.38095 2.56348 8.18874 2.56348H5.13189C4.93967 2.56348 4.78383 2.71929 4.78383 2.91151C4.78383 3.10376 4.93967 3.25954 5.13189 3.25954Z" fill="#E9EFFF"/>
15
+ <path d="M5.13189 2.56348H5.77477V3.25957H5.13189C4.93967 3.25957 4.78386 3.10376 4.78386 2.91154C4.78383 2.71926 4.93967 2.56348 5.13189 2.56348Z" fill="#9BD8F9"/>
16
+ <path d="M8.80646 6.43686H4.51417C4.34199 6.43686 4.20111 6.29598 4.20111 6.1238V4.32283C4.20111 4.15064 4.34199 4.00977 4.51417 4.00977H8.80646C8.97864 4.00977 9.11952 4.15064 9.11952 4.32283V6.1238C9.11952 6.29598 8.97864 6.43686 8.80646 6.43686Z" fill="#E9EFFF"/>
17
+ <path d="M8.80646 9.34702H4.51417C4.34199 9.34702 4.20111 9.20614 4.20111 9.03395V7.23298C4.20111 7.0608 4.34199 6.91992 4.51417 6.91992H8.80646C8.97864 6.91992 9.11952 7.0608 9.11952 7.23298V9.03395C9.11952 9.20614 8.97864 9.34702 8.80646 9.34702Z" fill="#E9EFFF"/>
18
+ <path d="M8.80646 12.2581H4.51417C4.34199 12.2581 4.20111 12.1173 4.20111 11.9451V10.1441C4.20111 9.97193 4.34199 9.83105 4.51417 9.83105H8.80646C8.97864 9.83105 9.11952 9.97193 9.11952 10.1441V11.9451C9.11952 12.1173 8.97864 12.2581 8.80646 12.2581Z" fill="#E9EFFF"/>
19
+ <path d="M8.80646 6.43686H4.51417C4.34199 6.43686 4.20111 6.29598 4.20111 6.1238V4.32283C4.20111 4.15064 4.34199 4.00977 4.51417 4.00977H8.80646C8.97864 4.00977 9.11952 4.15064 9.11952 4.32283V6.1238C9.11952 6.29598 8.97864 6.43686 8.80646 6.43686Z" fill="#E9EFFF"/>
20
+ <path d="M8.80646 9.34702H4.51417C4.34199 9.34702 4.20111 9.20614 4.20111 9.03395V7.23298C4.20111 7.0608 4.34199 6.91992 4.51417 6.91992H8.80646C8.97864 6.91992 9.11952 7.0608 9.11952 7.23298V9.03395C9.11952 9.20614 8.97864 9.34702 8.80646 9.34702Z" fill="#E9EFFF"/>
21
+ <path d="M8.80646 12.2581H4.51417C4.34199 12.2581 4.20111 12.1173 4.20111 11.9451V10.1441C4.20111 9.97193 4.34199 9.83105 4.51417 9.83105H8.80646C8.97864 9.83105 9.11952 9.97193 9.11952 10.1441V11.9451C9.11952 12.1173 8.97864 12.2581 8.80646 12.2581Z" fill="#E9EFFF"/>
22
+ <path d="M5.69236 6.12377V4.32283C5.69236 4.15064 5.83324 4.00977 6.00542 4.00977H4.51417C4.34199 4.00977 4.20111 4.15064 4.20111 4.32283V6.12377C4.20111 6.29595 4.34199 6.43683 4.51417 6.43683H6.00542C5.83324 6.43683 5.69236 6.29595 5.69236 6.12377Z" fill="#D3DCFB"/>
23
+ <path d="M5.69236 9.03395V7.23298C5.69236 7.0608 5.83324 6.91992 6.00542 6.91992H4.51417C4.34199 6.91992 4.20111 7.0608 4.20111 7.23298V9.03395C4.20111 9.20614 4.34199 9.34702 4.51417 9.34702H6.00542C5.83324 9.34702 5.69236 9.20614 5.69236 9.03395Z" fill="#D3DCFB"/>
24
+ <path d="M5.69236 11.9451V10.1441C5.69236 9.97193 5.83324 9.83105 6.00542 9.83105H4.51417C4.34199 9.83105 4.20111 9.97193 4.20111 10.1441V11.9451C4.20111 12.1173 4.34199 12.2581 4.51417 12.2581H6.00542C5.83324 12.2581 5.69236 12.1173 5.69236 11.9451Z" fill="#D3DCFB"/>
25
+ <path d="M6.49108 5.01562H5.2358C5.10636 5.01562 5.00143 4.91072 5.00143 4.78125C5.00143 4.65178 5.10636 4.54688 5.2358 4.54688H6.49108C6.62052 4.54688 6.72546 4.65178 6.72546 4.78125C6.72546 4.91069 6.62052 5.01562 6.49108 5.01562Z" fill="#3C58A0"/>
26
+ <path d="M8.08483 5.89844H5.2358C5.10636 5.89844 5.00143 5.79353 5.00143 5.66406C5.00143 5.53459 5.10636 5.42969 5.2358 5.42969H8.08483C8.21427 5.42969 8.31921 5.53459 8.31921 5.66406C8.31921 5.79353 8.21427 5.89844 8.08483 5.89844Z" fill="#BEC8F7"/>
27
+ <path d="M7.47024 5.01562H7.29314C7.16371 5.01562 7.05877 4.91072 7.05877 4.78125C7.05877 4.65178 7.16371 4.54688 7.29314 4.54688H7.47024C7.59968 4.54688 7.70461 4.65178 7.70461 4.78125C7.70461 4.91069 7.59971 5.01562 7.47024 5.01562Z" fill="#BEC8F7"/>
28
+ <path d="M6.49108 7.92676H5.2358C5.10636 7.92676 5.00143 7.82185 5.00143 7.69238C5.00143 7.56291 5.10636 7.45801 5.2358 7.45801H6.49108C6.62052 7.45801 6.72546 7.56291 6.72546 7.69238C6.72546 7.82185 6.62052 7.92676 6.49108 7.92676Z" fill="#3C58A0"/>
29
+ <path d="M8.08483 8.80957H5.2358C5.10636 8.80957 5.00143 8.70466 5.00143 8.5752C5.00143 8.44573 5.10636 8.34082 5.2358 8.34082H8.08483C8.21427 8.34082 8.31921 8.44573 8.31921 8.5752C8.31921 8.70463 8.21427 8.80957 8.08483 8.80957Z" fill="#BEC8F7"/>
30
+ <path d="M7.47024 7.92676H7.29314C7.16371 7.92676 7.05877 7.82185 7.05877 7.69238C7.05877 7.56291 7.16371 7.45801 7.29314 7.45801H7.47024C7.59968 7.45801 7.70461 7.56291 7.70461 7.69238C7.70461 7.82185 7.59971 7.92676 7.47024 7.92676Z" fill="#BEC8F7"/>
31
+ <path d="M6.49108 10.8369H5.2358C5.10636 10.8369 5.00143 10.732 5.00143 10.6025C5.00143 10.4731 5.10636 10.3682 5.2358 10.3682H6.49108C6.62052 10.3682 6.72546 10.4731 6.72546 10.6025C6.72546 10.732 6.62052 10.8369 6.49108 10.8369Z" fill="#3C58A0"/>
32
+ <path d="M8.08483 11.7197H5.2358C5.10636 11.7197 5.00143 11.6148 5.00143 11.4854C5.00143 11.3559 5.10636 11.251 5.2358 11.251H8.08483C8.21427 11.251 8.31921 11.3559 8.31921 11.4854C8.31921 11.6148 8.21427 11.7197 8.08483 11.7197Z" fill="#BEC8F7"/>
33
+ <path d="M7.47024 10.8369H7.29314C7.16371 10.8369 7.05877 10.732 7.05877 10.6025C7.05877 10.4731 7.16371 10.3682 7.29314 10.3682H7.47024C7.59968 10.3682 7.70461 10.4731 7.70461 10.6025C7.70461 10.732 7.59971 10.8369 7.47024 10.8369Z" fill="#BEC8F7"/>
34
+ <path d="M4.13442 7.65508C3.89283 7.9158 3.48564 7.93133 3.22492 7.68974L2.14689 6.69086C1.88617 6.4493 1.87064 6.04208 2.11224 5.78136C2.35383 5.52064 2.76102 5.50511 3.02174 5.7467L4.09977 6.74558C4.36049 6.98717 4.37602 7.39436 4.13442 7.65508Z" fill="#F9BA8F"/>
35
+ <path d="M3.66842 7.236L2.59039 6.23712C2.41008 6.07006 2.34724 5.82381 2.40539 5.60156C2.2967 5.63294 2.19474 5.69266 2.11224 5.78169C1.87064 6.04241 1.88617 6.44963 2.14689 6.69119L3.22492 7.69006C3.48564 7.93163 3.89283 7.91613 4.13442 7.65541C4.20892 7.575 4.2588 7.48059 4.28474 7.38147C4.07514 7.44194 3.84011 7.39509 3.66842 7.236Z" fill="#FCAD6D"/>
36
+ <path d="M4.13442 11.1658C3.89283 11.4265 3.48564 11.4421 3.22492 11.2005L2.14689 10.2016C1.88617 9.96004 1.87064 9.55282 2.11224 9.2921C2.35383 9.03138 2.76102 9.01585 3.02174 9.25745L4.09977 10.2563C4.36049 10.4979 4.37602 10.9051 4.13442 11.1658Z" fill="#F9BA8F"/>
37
+ <path d="M3.66842 10.7467L2.59039 9.74787C2.41008 9.58081 2.34724 9.33455 2.40539 9.1123C2.2967 9.14368 2.19474 9.2034 2.11224 9.29243C1.87064 9.55315 1.88617 9.96037 2.14689 10.2019L3.22492 11.2008C3.48564 11.4424 3.89283 11.4269 4.13442 11.1661C4.20892 11.0857 4.2588 10.9913 4.28474 10.8922C4.07514 10.9527 3.84011 10.9058 3.66842 10.7467Z" fill="#FCAD6D"/>
38
+ <path d="M4.13442 9.41094C3.89283 9.67166 3.48564 9.68719 3.22492 9.4456L2.14689 8.44672C1.88617 8.20516 1.87064 7.79794 2.11224 7.53722C2.35383 7.2765 2.76102 7.26097 3.02174 7.50256L4.09977 8.50144C4.36049 8.743 4.37602 9.15019 4.13442 9.41094Z" fill="#F9BA8F"/>
39
+ <path d="M3.66842 8.99088L2.59039 7.99201C2.41008 7.82495 2.34724 7.5787 2.40539 7.35645C2.2967 7.38782 2.1947 7.44754 2.11224 7.53657C1.87064 7.79729 1.88617 8.20448 2.14689 8.44607L3.22492 9.44495C3.48564 9.68654 3.89283 9.67101 4.13442 9.41029C4.20892 9.32988 4.2588 9.23548 4.28474 9.13635C4.07514 9.19685 3.84011 9.14998 3.66842 8.99088Z" fill="#FCAD6D"/>
40
+ <path d="M13.3344 3.3125C12.9188 3.84113 12.5437 4.60062 12.8436 5.42944C13.4061 6.98422 14.3019 8.30412 13.8852 10.6025C13.6962 11.6454 14.3166 12.0825 15.0507 12.249C15.5313 11.2477 15.801 10.1259 15.801 8.941C15.801 6.71513 14.8509 4.71147 13.3344 3.3125Z" fill="#9181F2"/>
41
+ </g>
42
+ <defs>
43
+ <clipPath id="clip0_290_14913">
44
+ <rect width="16" height="16" fill="white" transform="translate(0.144768 0.597656)"/>
45
+ </clipPath>
46
+ </defs>
47
+ </svg>
@@ -1,9 +1,9 @@
1
- <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.0317 16.5C3.62048 16.5 0.0317001 12.9112 0.0317001 8.5C0.0317001 4.08878 3.62048 0.5 8.0317 0.5C12.4429 0.5 16.0317 4.08878 16.0317 8.5C16.0317 12.9112 12.4429 16.5 8.0317 16.5ZM9.50242 12.7529C10.6395 12.3586 11.571 11.5207 12.0884 10.4469H10.2561C10.1533 11.0646 10.0012 11.6342 9.80473 12.1255C9.71211 12.357 9.61092 12.5663 9.50242 12.7529ZM3.97504 10.4469C4.49245 11.5206 5.42395 12.3586 6.56098 12.753C6.45251 12.5663 6.35129 12.357 6.25867 12.1255C6.06214 11.6342 5.91008 11.0646 5.80733 10.4469H3.97504ZM6.56098 4.24706C5.42395 4.64138 4.49245 5.47937 3.97504 6.55312H5.80733C5.91008 5.93541 6.06214 5.36578 6.25867 4.8745C6.35129 4.64297 6.45248 4.43366 6.56098 4.24706ZM8.0317 4C7.70364 4 7.31867 4.45291 7.02708 5.18188C6.8662 5.58409 6.73867 6.04831 6.64708 6.55312H9.41636C9.32476 6.04834 9.19726 5.58409 9.03636 5.18188C8.74473 4.45291 8.35976 4 8.0317 4ZM3.5317 8.5C3.5317 8.88628 3.58067 9.26131 3.67264 9.61931H5.70254C5.66967 9.25525 5.65223 8.88069 5.65223 8.5C5.65223 8.11931 5.66967 7.74475 5.70254 7.38069H3.67264C3.58067 7.73869 3.5317 8.11372 3.5317 8.5ZM6.53301 9.61931H9.53042C9.56536 9.25756 9.58361 8.88253 9.58361 8.5C9.58361 8.11747 9.56539 7.74244 9.53042 7.38069H6.53301C6.49808 7.74244 6.47983 8.11747 6.47983 8.5C6.47983 8.88253 6.49804 9.25756 6.53301 9.61931ZM8.0317 13C8.35976 13 8.74473 12.5471 9.03633 11.8181C9.19723 11.4159 9.32473 10.9517 9.41633 10.4469H6.64704C6.73864 10.9517 6.86617 11.4159 7.02704 11.8181C7.31867 12.5471 7.70364 13 8.0317 13ZM12.5317 8.5C12.5317 8.11372 12.4827 7.73869 12.3908 7.38069H10.3608C10.3937 7.74475 10.4111 8.11931 10.4111 8.5C10.4111 8.88069 10.3937 9.25525 10.3608 9.61931H12.3908C12.4827 9.26131 12.5317 8.88628 12.5317 8.5ZM12.0884 6.55309C11.571 5.47934 10.6395 4.64134 9.50239 4.24703C9.61086 4.43366 9.71208 4.64297 9.8047 4.8745C10.0012 5.36578 10.1533 5.93537 10.256 6.55312L12.0884 6.55309ZM13.3593 8.5C13.3593 11.4376 10.9693 13.8276 8.0317 13.8276C5.09404 13.8276 2.70411 11.4376 2.70411 8.5C2.70411 5.56238 5.09404 3.17241 8.0317 3.17241C10.9694 3.17241 13.3593 5.56238 13.3593 8.5Z" fill="url(#paint0_linear_290_14902)"/>
3
- <defs>
4
- <linearGradient id="paint0_linear_290_14902" x1="8.0317" y1="0.5" x2="8.0317" y2="16.5" gradientUnits="userSpaceOnUse">
5
- <stop stop-color="#01F1FE"/>
6
- <stop offset="1" stop-color="#4FADFE"/>
7
- </linearGradient>
8
- </defs>
9
- </svg>
1
+ <svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.0317 16.5C3.62048 16.5 0.0317001 12.9112 0.0317001 8.5C0.0317001 4.08878 3.62048 0.5 8.0317 0.5C12.4429 0.5 16.0317 4.08878 16.0317 8.5C16.0317 12.9112 12.4429 16.5 8.0317 16.5ZM9.50242 12.7529C10.6395 12.3586 11.571 11.5207 12.0884 10.4469H10.2561C10.1533 11.0646 10.0012 11.6342 9.80473 12.1255C9.71211 12.357 9.61092 12.5663 9.50242 12.7529ZM3.97504 10.4469C4.49245 11.5206 5.42395 12.3586 6.56098 12.753C6.45251 12.5663 6.35129 12.357 6.25867 12.1255C6.06214 11.6342 5.91008 11.0646 5.80733 10.4469H3.97504ZM6.56098 4.24706C5.42395 4.64138 4.49245 5.47937 3.97504 6.55312H5.80733C5.91008 5.93541 6.06214 5.36578 6.25867 4.8745C6.35129 4.64297 6.45248 4.43366 6.56098 4.24706ZM8.0317 4C7.70364 4 7.31867 4.45291 7.02708 5.18188C6.8662 5.58409 6.73867 6.04831 6.64708 6.55312H9.41636C9.32476 6.04834 9.19726 5.58409 9.03636 5.18188C8.74473 4.45291 8.35976 4 8.0317 4ZM3.5317 8.5C3.5317 8.88628 3.58067 9.26131 3.67264 9.61931H5.70254C5.66967 9.25525 5.65223 8.88069 5.65223 8.5C5.65223 8.11931 5.66967 7.74475 5.70254 7.38069H3.67264C3.58067 7.73869 3.5317 8.11372 3.5317 8.5ZM6.53301 9.61931H9.53042C9.56536 9.25756 9.58361 8.88253 9.58361 8.5C9.58361 8.11747 9.56539 7.74244 9.53042 7.38069H6.53301C6.49808 7.74244 6.47983 8.11747 6.47983 8.5C6.47983 8.88253 6.49804 9.25756 6.53301 9.61931ZM8.0317 13C8.35976 13 8.74473 12.5471 9.03633 11.8181C9.19723 11.4159 9.32473 10.9517 9.41633 10.4469H6.64704C6.73864 10.9517 6.86617 11.4159 7.02704 11.8181C7.31867 12.5471 7.70364 13 8.0317 13ZM12.5317 8.5C12.5317 8.11372 12.4827 7.73869 12.3908 7.38069H10.3608C10.3937 7.74475 10.4111 8.11931 10.4111 8.5C10.4111 8.88069 10.3937 9.25525 10.3608 9.61931H12.3908C12.4827 9.26131 12.5317 8.88628 12.5317 8.5ZM12.0884 6.55309C11.571 5.47934 10.6395 4.64134 9.50239 4.24703C9.61086 4.43366 9.71208 4.64297 9.8047 4.8745C10.0012 5.36578 10.1533 5.93537 10.256 6.55312L12.0884 6.55309ZM13.3593 8.5C13.3593 11.4376 10.9693 13.8276 8.0317 13.8276C5.09404 13.8276 2.70411 11.4376 2.70411 8.5C2.70411 5.56238 5.09404 3.17241 8.0317 3.17241C10.9694 3.17241 13.3593 5.56238 13.3593 8.5Z" fill="url(#paint0_linear_290_14902)"/>
3
+ <defs>
4
+ <linearGradient id="paint0_linear_290_14902" x1="8.0317" y1="0.5" x2="8.0317" y2="16.5" gradientUnits="userSpaceOnUse">
5
+ <stop stop-color="#01F1FE"/>
6
+ <stop offset="1" stop-color="#4FADFE"/>
7
+ </linearGradient>
8
+ </defs>
9
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="path-1-outside-1_2947_12776" maskUnits="userSpaceOnUse" x="0" y="-0.662292" width="18" height="17" fill="black">
3
- <rect fill="white" y="-0.662292" width="18" height="17"/>
4
- <path d="M16.4879 0.337708H7.27574C6.99339 0.337708 6.76368 0.567417 6.76368 0.849772V1.4428H6.17064C5.88832 1.4428 5.65861 1.67251 5.65861 1.95487V2.5479H5.06558C4.78323 2.5479 4.55352 2.77761 4.55352 3.05997V5.73732L4.05406 5.77393C3.61177 5.80635 3.2249 6.07019 2.96471 6.51684L2.61732 7.11313C2.57432 7.187 2.50639 7.22603 2.42087 7.22603H1.25806C1.11555 7.22603 1 7.34158 1 7.48409V11.2388C1 11.3814 1.11555 11.4969 1.25806 11.4969H2.4209C2.46287 11.4969 2.50071 11.5062 2.53342 11.5246C2.79235 11.6702 3.05132 11.738 3.34832 11.738L4.55352 11.7379V15.1502C4.55352 15.4325 4.78323 15.6623 5.06558 15.6623H12.8517C12.9905 15.6623 13.1157 15.6104 13.2138 15.5123L14.1689 14.5572H15.3828C15.6652 14.5572 15.8949 14.3275 15.8949 14.0451V13.4521H16.4879C16.7703 13.4521 17 13.2224 17 12.94V0.849772C17 0.567417 16.7703 0.337708 16.4879 0.337708ZM1.51613 7.74209H2.16284V10.9807H1.51613V7.74209ZM3.34832 11.2218C3.14068 11.2218 2.96735 11.1764 2.78635 11.0746C2.75213 11.0554 2.7161 11.0394 2.67897 11.0259V7.69645C2.83826 7.63816 2.97406 7.52613 3.06335 7.37287L3.41071 6.77661C3.53229 6.56787 3.74916 6.31377 4.09181 6.28867L4.55352 6.2548V7.1349C4.55352 7.27742 4.66906 7.39297 4.81158 7.39297H7.96626C8.1479 7.39297 8.29568 7.54077 8.29568 7.72245C8.29568 7.90409 8.1479 8.05187 7.96626 8.05187H5.58352C5.441 8.05187 5.32545 8.16742 5.32545 8.30993C5.32545 8.45245 5.441 8.568 5.58352 8.568H8.47755C8.65923 8.568 8.807 8.71577 8.807 8.89745C8.807 9.07913 8.65923 9.2269 8.47755 9.2269H5.30471C5.16219 9.2269 5.04665 9.34245 5.04665 9.48497C5.04665 9.62748 5.16219 9.74303 5.30471 9.74303H8.09703C8.24129 9.74303 8.35861 9.86042 8.35861 10.0046C8.35861 10.1489 8.24126 10.2662 8.09703 10.2662H5.09384C4.95132 10.2662 4.83577 10.3818 4.83577 10.5243C4.83577 10.6668 4.95132 10.7824 5.09384 10.7824H7.3759C7.49703 10.7824 7.59561 10.8809 7.59561 11.0021C7.59561 11.1232 7.49703 11.2217 7.3759 11.2217L3.34832 11.2218ZM5.06964 11.7379L7.3759 11.7378C7.78164 11.7378 8.11174 11.4078 8.11174 11.002C8.11174 10.9967 8.11126 10.9915 8.11113 10.9862H12.6734C12.8159 10.9862 12.9315 10.8706 12.9315 10.7281C12.9315 10.5856 12.8159 10.4701 12.6734 10.4701H8.71971C8.81703 10.3402 8.87474 10.179 8.87474 10.0046C8.87474 9.888 8.84894 9.77732 8.80277 9.67793C8.93848 9.62116 9.05619 9.52987 9.14529 9.41526H12.6932C12.8357 9.41526 12.9513 9.29971 12.9513 9.15719C12.9513 9.01468 12.8357 8.89913 12.6932 8.89913H9.32306C9.32306 8.89855 9.32313 8.89797 9.32313 8.89738C9.32313 8.51826 9.07229 8.19655 8.72784 8.08961C8.76471 8.01348 8.79013 7.93097 8.80271 7.84432H12.7132C12.8557 7.84432 12.9712 7.72877 12.9712 7.58626C12.9712 7.44374 12.8557 7.32819 12.7132 7.32819H8.71397C8.57203 7.06 8.29019 6.87677 7.96626 6.87677H5.06964V3.064H14.2737L14.2736 13.5713H13.0839C12.8715 13.5713 12.6988 13.744 12.6988 13.9563V15.1461H5.06964V11.7379ZM13.9087 14.0874L13.215 14.781V14.0874H13.9087ZM15.3788 14.041H14.6798C14.7518 13.9508 14.7898 13.8424 14.7898 13.7241V3.05993C14.7898 2.77761 14.5601 2.54787 14.2778 2.54787H6.17474V1.95893H15.3788V14.041ZM16.4839 12.9359H15.8949V1.95484C15.8949 1.67251 15.6652 1.44277 15.3828 1.44277H7.27981V0.853837H16.4839V12.9359ZM6.39203 4.44445C6.39203 4.30193 6.50758 4.18638 6.6501 4.18638H12.6933C12.8358 4.18638 12.9513 4.30193 12.9513 4.44445C12.9513 4.58697 12.8358 4.70251 12.6933 4.70251H6.6501C6.50758 4.70251 6.39203 4.58697 6.39203 4.44445ZM11.1757 13.7656C11.1757 13.9082 11.0601 14.0237 10.9176 14.0237H6.6501C6.50758 14.0237 6.39203 13.9082 6.39203 13.7656C6.39203 13.6231 6.50758 13.5076 6.6501 13.5076H10.9176C11.0601 13.5076 11.1757 13.6231 11.1757 13.7656ZM6.35229 12.299C6.35229 12.1565 6.46784 12.041 6.61035 12.041H12.6535C12.796 12.041 12.9116 12.1565 12.9116 12.299C12.9116 12.4415 12.796 12.5571 12.6535 12.5571H6.61035C6.46784 12.5571 6.35229 12.4415 6.35229 12.299ZM12.9911 6.01538C12.9911 6.1579 12.8755 6.27345 12.733 6.27345H6.68984C6.54732 6.27345 6.43177 6.1579 6.43177 6.01538C6.43177 5.87287 6.54732 5.75732 6.68984 5.75732H12.733C12.8755 5.75732 12.9911 5.87284 12.9911 6.01538Z"/>
5
- </mask>
6
- <path d="M16.4879 0.337708H7.27574C6.99339 0.337708 6.76368 0.567417 6.76368 0.849772V1.4428H6.17064C5.88832 1.4428 5.65861 1.67251 5.65861 1.95487V2.5479H5.06558C4.78323 2.5479 4.55352 2.77761 4.55352 3.05997V5.73732L4.05406 5.77393C3.61177 5.80635 3.2249 6.07019 2.96471 6.51684L2.61732 7.11313C2.57432 7.187 2.50639 7.22603 2.42087 7.22603H1.25806C1.11555 7.22603 1 7.34158 1 7.48409V11.2388C1 11.3814 1.11555 11.4969 1.25806 11.4969H2.4209C2.46287 11.4969 2.50071 11.5062 2.53342 11.5246C2.79235 11.6702 3.05132 11.738 3.34832 11.738L4.55352 11.7379V15.1502C4.55352 15.4325 4.78323 15.6623 5.06558 15.6623H12.8517C12.9905 15.6623 13.1157 15.6104 13.2138 15.5123L14.1689 14.5572H15.3828C15.6652 14.5572 15.8949 14.3275 15.8949 14.0451V13.4521H16.4879C16.7703 13.4521 17 13.2224 17 12.94V0.849772C17 0.567417 16.7703 0.337708 16.4879 0.337708ZM1.51613 7.74209H2.16284V10.9807H1.51613V7.74209ZM3.34832 11.2218C3.14068 11.2218 2.96735 11.1764 2.78635 11.0746C2.75213 11.0554 2.7161 11.0394 2.67897 11.0259V7.69645C2.83826 7.63816 2.97406 7.52613 3.06335 7.37287L3.41071 6.77661C3.53229 6.56787 3.74916 6.31377 4.09181 6.28867L4.55352 6.2548V7.1349C4.55352 7.27742 4.66906 7.39297 4.81158 7.39297H7.96626C8.1479 7.39297 8.29568 7.54077 8.29568 7.72245C8.29568 7.90409 8.1479 8.05187 7.96626 8.05187H5.58352C5.441 8.05187 5.32545 8.16742 5.32545 8.30993C5.32545 8.45245 5.441 8.568 5.58352 8.568H8.47755C8.65923 8.568 8.807 8.71577 8.807 8.89745C8.807 9.07913 8.65923 9.2269 8.47755 9.2269H5.30471C5.16219 9.2269 5.04665 9.34245 5.04665 9.48497C5.04665 9.62748 5.16219 9.74303 5.30471 9.74303H8.09703C8.24129 9.74303 8.35861 9.86042 8.35861 10.0046C8.35861 10.1489 8.24126 10.2662 8.09703 10.2662H5.09384C4.95132 10.2662 4.83577 10.3818 4.83577 10.5243C4.83577 10.6668 4.95132 10.7824 5.09384 10.7824H7.3759C7.49703 10.7824 7.59561 10.8809 7.59561 11.0021C7.59561 11.1232 7.49703 11.2217 7.3759 11.2217L3.34832 11.2218ZM5.06964 11.7379L7.3759 11.7378C7.78164 11.7378 8.11174 11.4078 8.11174 11.002C8.11174 10.9967 8.11126 10.9915 8.11113 10.9862H12.6734C12.8159 10.9862 12.9315 10.8706 12.9315 10.7281C12.9315 10.5856 12.8159 10.4701 12.6734 10.4701H8.71971C8.81703 10.3402 8.87474 10.179 8.87474 10.0046C8.87474 9.888 8.84894 9.77732 8.80277 9.67793C8.93848 9.62116 9.05619 9.52987 9.14529 9.41526H12.6932C12.8357 9.41526 12.9513 9.29971 12.9513 9.15719C12.9513 9.01468 12.8357 8.89913 12.6932 8.89913H9.32306C9.32306 8.89855 9.32313 8.89797 9.32313 8.89738C9.32313 8.51826 9.07229 8.19655 8.72784 8.08961C8.76471 8.01348 8.79013 7.93097 8.80271 7.84432H12.7132C12.8557 7.84432 12.9712 7.72877 12.9712 7.58626C12.9712 7.44374 12.8557 7.32819 12.7132 7.32819H8.71397C8.57203 7.06 8.29019 6.87677 7.96626 6.87677H5.06964V3.064H14.2737L14.2736 13.5713H13.0839C12.8715 13.5713 12.6988 13.744 12.6988 13.9563V15.1461H5.06964V11.7379ZM13.9087 14.0874L13.215 14.781V14.0874H13.9087ZM15.3788 14.041H14.6798C14.7518 13.9508 14.7898 13.8424 14.7898 13.7241V3.05993C14.7898 2.77761 14.5601 2.54787 14.2778 2.54787H6.17474V1.95893H15.3788V14.041ZM16.4839 12.9359H15.8949V1.95484C15.8949 1.67251 15.6652 1.44277 15.3828 1.44277H7.27981V0.853837H16.4839V12.9359ZM6.39203 4.44445C6.39203 4.30193 6.50758 4.18638 6.6501 4.18638H12.6933C12.8358 4.18638 12.9513 4.30193 12.9513 4.44445C12.9513 4.58697 12.8358 4.70251 12.6933 4.70251H6.6501C6.50758 4.70251 6.39203 4.58697 6.39203 4.44445ZM11.1757 13.7656C11.1757 13.9082 11.0601 14.0237 10.9176 14.0237H6.6501C6.50758 14.0237 6.39203 13.9082 6.39203 13.7656C6.39203 13.6231 6.50758 13.5076 6.6501 13.5076H10.9176C11.0601 13.5076 11.1757 13.6231 11.1757 13.7656ZM6.35229 12.299C6.35229 12.1565 6.46784 12.041 6.61035 12.041H12.6535C12.796 12.041 12.9116 12.1565 12.9116 12.299C12.9116 12.4415 12.796 12.5571 12.6535 12.5571H6.61035C6.46784 12.5571 6.35229 12.4415 6.35229 12.299ZM12.9911 6.01538C12.9911 6.1579 12.8755 6.27345 12.733 6.27345H6.68984C6.54732 6.27345 6.43177 6.1579 6.43177 6.01538C6.43177 5.87287 6.54732 5.75732 6.68984 5.75732H12.733C12.8755 5.75732 12.9911 5.87284 12.9911 6.01538Z" fill="currentColor"/>
7
- <path d="M16.4879 0.337708H7.27574C6.99339 0.337708 6.76368 0.567417 6.76368 0.849772V1.4428H6.17064C5.88832 1.4428 5.65861 1.67251 5.65861 1.95487V2.5479H5.06558C4.78323 2.5479 4.55352 2.77761 4.55352 3.05997V5.73732L4.05406 5.77393C3.61177 5.80635 3.2249 6.07019 2.96471 6.51684L2.61732 7.11313C2.57432 7.187 2.50639 7.22603 2.42087 7.22603H1.25806C1.11555 7.22603 1 7.34158 1 7.48409V11.2388C1 11.3814 1.11555 11.4969 1.25806 11.4969H2.4209C2.46287 11.4969 2.50071 11.5062 2.53342 11.5246C2.79235 11.6702 3.05132 11.738 3.34832 11.738L4.55352 11.7379V15.1502C4.55352 15.4325 4.78323 15.6623 5.06558 15.6623H12.8517C12.9905 15.6623 13.1157 15.6104 13.2138 15.5123L14.1689 14.5572H15.3828C15.6652 14.5572 15.8949 14.3275 15.8949 14.0451V13.4521H16.4879C16.7703 13.4521 17 13.2224 17 12.94V0.849772C17 0.567417 16.7703 0.337708 16.4879 0.337708ZM1.51613 7.74209H2.16284V10.9807H1.51613V7.74209ZM3.34832 11.2218C3.14068 11.2218 2.96735 11.1764 2.78635 11.0746C2.75213 11.0554 2.7161 11.0394 2.67897 11.0259V7.69645C2.83826 7.63816 2.97406 7.52613 3.06335 7.37287L3.41071 6.77661C3.53229 6.56787 3.74916 6.31377 4.09181 6.28867L4.55352 6.2548V7.1349C4.55352 7.27742 4.66906 7.39297 4.81158 7.39297H7.96626C8.1479 7.39297 8.29568 7.54077 8.29568 7.72245C8.29568 7.90409 8.1479 8.05187 7.96626 8.05187H5.58352C5.441 8.05187 5.32545 8.16742 5.32545 8.30993C5.32545 8.45245 5.441 8.568 5.58352 8.568H8.47755C8.65923 8.568 8.807 8.71577 8.807 8.89745C8.807 9.07913 8.65923 9.2269 8.47755 9.2269H5.30471C5.16219 9.2269 5.04665 9.34245 5.04665 9.48497C5.04665 9.62748 5.16219 9.74303 5.30471 9.74303H8.09703C8.24129 9.74303 8.35861 9.86042 8.35861 10.0046C8.35861 10.1489 8.24126 10.2662 8.09703 10.2662H5.09384C4.95132 10.2662 4.83577 10.3818 4.83577 10.5243C4.83577 10.6668 4.95132 10.7824 5.09384 10.7824H7.3759C7.49703 10.7824 7.59561 10.8809 7.59561 11.0021C7.59561 11.1232 7.49703 11.2217 7.3759 11.2217L3.34832 11.2218ZM5.06964 11.7379L7.3759 11.7378C7.78164 11.7378 8.11174 11.4078 8.11174 11.002C8.11174 10.9967 8.11126 10.9915 8.11113 10.9862H12.6734C12.8159 10.9862 12.9315 10.8706 12.9315 10.7281C12.9315 10.5856 12.8159 10.4701 12.6734 10.4701H8.71971C8.81703 10.3402 8.87474 10.179 8.87474 10.0046C8.87474 9.888 8.84894 9.77732 8.80277 9.67793C8.93848 9.62116 9.05619 9.52987 9.14529 9.41526H12.6932C12.8357 9.41526 12.9513 9.29971 12.9513 9.15719C12.9513 9.01468 12.8357 8.89913 12.6932 8.89913H9.32306C9.32306 8.89855 9.32313 8.89797 9.32313 8.89738C9.32313 8.51826 9.07229 8.19655 8.72784 8.08961C8.76471 8.01348 8.79013 7.93097 8.80271 7.84432H12.7132C12.8557 7.84432 12.9712 7.72877 12.9712 7.58626C12.9712 7.44374 12.8557 7.32819 12.7132 7.32819H8.71397C8.57203 7.06 8.29019 6.87677 7.96626 6.87677H5.06964V3.064H14.2737L14.2736 13.5713H13.0839C12.8715 13.5713 12.6988 13.744 12.6988 13.9563V15.1461H5.06964V11.7379ZM13.9087 14.0874L13.215 14.781V14.0874H13.9087ZM15.3788 14.041H14.6798C14.7518 13.9508 14.7898 13.8424 14.7898 13.7241V3.05993C14.7898 2.77761 14.5601 2.54787 14.2778 2.54787H6.17474V1.95893H15.3788V14.041ZM16.4839 12.9359H15.8949V1.95484C15.8949 1.67251 15.6652 1.44277 15.3828 1.44277H7.27981V0.853837H16.4839V12.9359ZM6.39203 4.44445C6.39203 4.30193 6.50758 4.18638 6.6501 4.18638H12.6933C12.8358 4.18638 12.9513 4.30193 12.9513 4.44445C12.9513 4.58697 12.8358 4.70251 12.6933 4.70251H6.6501C6.50758 4.70251 6.39203 4.58697 6.39203 4.44445ZM11.1757 13.7656C11.1757 13.9082 11.0601 14.0237 10.9176 14.0237H6.6501C6.50758 14.0237 6.39203 13.9082 6.39203 13.7656C6.39203 13.6231 6.50758 13.5076 6.6501 13.5076H10.9176C11.0601 13.5076 11.1757 13.6231 11.1757 13.7656ZM6.35229 12.299C6.35229 12.1565 6.46784 12.041 6.61035 12.041H12.6535C12.796 12.041 12.9116 12.1565 12.9116 12.299C12.9116 12.4415 12.796 12.5571 12.6535 12.5571H6.61035C6.46784 12.5571 6.35229 12.4415 6.35229 12.299ZM12.9911 6.01538C12.9911 6.1579 12.8755 6.27345 12.733 6.27345H6.68984C6.54732 6.27345 6.43177 6.1579 6.43177 6.01538C6.43177 5.87287 6.54732 5.75732 6.68984 5.75732H12.733C12.8755 5.75732 12.9911 5.87284 12.9911 6.01538Z" stroke="currentColor" stroke-width="0.4" mask="url(#path-1-outside-1_2947_12776)"/>
8
- </svg>
1
+ <svg width="18" height="16" viewBox="0 0 18 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="path-1-outside-1_2947_12776" maskUnits="userSpaceOnUse" x="0" y="-0.662292" width="18" height="17" fill="black">
3
+ <rect fill="white" y="-0.662292" width="18" height="17"/>
4
+ <path d="M16.4879 0.337708H7.27574C6.99339 0.337708 6.76368 0.567417 6.76368 0.849772V1.4428H6.17064C5.88832 1.4428 5.65861 1.67251 5.65861 1.95487V2.5479H5.06558C4.78323 2.5479 4.55352 2.77761 4.55352 3.05997V5.73732L4.05406 5.77393C3.61177 5.80635 3.2249 6.07019 2.96471 6.51684L2.61732 7.11313C2.57432 7.187 2.50639 7.22603 2.42087 7.22603H1.25806C1.11555 7.22603 1 7.34158 1 7.48409V11.2388C1 11.3814 1.11555 11.4969 1.25806 11.4969H2.4209C2.46287 11.4969 2.50071 11.5062 2.53342 11.5246C2.79235 11.6702 3.05132 11.738 3.34832 11.738L4.55352 11.7379V15.1502C4.55352 15.4325 4.78323 15.6623 5.06558 15.6623H12.8517C12.9905 15.6623 13.1157 15.6104 13.2138 15.5123L14.1689 14.5572H15.3828C15.6652 14.5572 15.8949 14.3275 15.8949 14.0451V13.4521H16.4879C16.7703 13.4521 17 13.2224 17 12.94V0.849772C17 0.567417 16.7703 0.337708 16.4879 0.337708ZM1.51613 7.74209H2.16284V10.9807H1.51613V7.74209ZM3.34832 11.2218C3.14068 11.2218 2.96735 11.1764 2.78635 11.0746C2.75213 11.0554 2.7161 11.0394 2.67897 11.0259V7.69645C2.83826 7.63816 2.97406 7.52613 3.06335 7.37287L3.41071 6.77661C3.53229 6.56787 3.74916 6.31377 4.09181 6.28867L4.55352 6.2548V7.1349C4.55352 7.27742 4.66906 7.39297 4.81158 7.39297H7.96626C8.1479 7.39297 8.29568 7.54077 8.29568 7.72245C8.29568 7.90409 8.1479 8.05187 7.96626 8.05187H5.58352C5.441 8.05187 5.32545 8.16742 5.32545 8.30993C5.32545 8.45245 5.441 8.568 5.58352 8.568H8.47755C8.65923 8.568 8.807 8.71577 8.807 8.89745C8.807 9.07913 8.65923 9.2269 8.47755 9.2269H5.30471C5.16219 9.2269 5.04665 9.34245 5.04665 9.48497C5.04665 9.62748 5.16219 9.74303 5.30471 9.74303H8.09703C8.24129 9.74303 8.35861 9.86042 8.35861 10.0046C8.35861 10.1489 8.24126 10.2662 8.09703 10.2662H5.09384C4.95132 10.2662 4.83577 10.3818 4.83577 10.5243C4.83577 10.6668 4.95132 10.7824 5.09384 10.7824H7.3759C7.49703 10.7824 7.59561 10.8809 7.59561 11.0021C7.59561 11.1232 7.49703 11.2217 7.3759 11.2217L3.34832 11.2218ZM5.06964 11.7379L7.3759 11.7378C7.78164 11.7378 8.11174 11.4078 8.11174 11.002C8.11174 10.9967 8.11126 10.9915 8.11113 10.9862H12.6734C12.8159 10.9862 12.9315 10.8706 12.9315 10.7281C12.9315 10.5856 12.8159 10.4701 12.6734 10.4701H8.71971C8.81703 10.3402 8.87474 10.179 8.87474 10.0046C8.87474 9.888 8.84894 9.77732 8.80277 9.67793C8.93848 9.62116 9.05619 9.52987 9.14529 9.41526H12.6932C12.8357 9.41526 12.9513 9.29971 12.9513 9.15719C12.9513 9.01468 12.8357 8.89913 12.6932 8.89913H9.32306C9.32306 8.89855 9.32313 8.89797 9.32313 8.89738C9.32313 8.51826 9.07229 8.19655 8.72784 8.08961C8.76471 8.01348 8.79013 7.93097 8.80271 7.84432H12.7132C12.8557 7.84432 12.9712 7.72877 12.9712 7.58626C12.9712 7.44374 12.8557 7.32819 12.7132 7.32819H8.71397C8.57203 7.06 8.29019 6.87677 7.96626 6.87677H5.06964V3.064H14.2737L14.2736 13.5713H13.0839C12.8715 13.5713 12.6988 13.744 12.6988 13.9563V15.1461H5.06964V11.7379ZM13.9087 14.0874L13.215 14.781V14.0874H13.9087ZM15.3788 14.041H14.6798C14.7518 13.9508 14.7898 13.8424 14.7898 13.7241V3.05993C14.7898 2.77761 14.5601 2.54787 14.2778 2.54787H6.17474V1.95893H15.3788V14.041ZM16.4839 12.9359H15.8949V1.95484C15.8949 1.67251 15.6652 1.44277 15.3828 1.44277H7.27981V0.853837H16.4839V12.9359ZM6.39203 4.44445C6.39203 4.30193 6.50758 4.18638 6.6501 4.18638H12.6933C12.8358 4.18638 12.9513 4.30193 12.9513 4.44445C12.9513 4.58697 12.8358 4.70251 12.6933 4.70251H6.6501C6.50758 4.70251 6.39203 4.58697 6.39203 4.44445ZM11.1757 13.7656C11.1757 13.9082 11.0601 14.0237 10.9176 14.0237H6.6501C6.50758 14.0237 6.39203 13.9082 6.39203 13.7656C6.39203 13.6231 6.50758 13.5076 6.6501 13.5076H10.9176C11.0601 13.5076 11.1757 13.6231 11.1757 13.7656ZM6.35229 12.299C6.35229 12.1565 6.46784 12.041 6.61035 12.041H12.6535C12.796 12.041 12.9116 12.1565 12.9116 12.299C12.9116 12.4415 12.796 12.5571 12.6535 12.5571H6.61035C6.46784 12.5571 6.35229 12.4415 6.35229 12.299ZM12.9911 6.01538C12.9911 6.1579 12.8755 6.27345 12.733 6.27345H6.68984C6.54732 6.27345 6.43177 6.1579 6.43177 6.01538C6.43177 5.87287 6.54732 5.75732 6.68984 5.75732H12.733C12.8755 5.75732 12.9911 5.87284 12.9911 6.01538Z"/>
5
+ </mask>
6
+ <path d="M16.4879 0.337708H7.27574C6.99339 0.337708 6.76368 0.567417 6.76368 0.849772V1.4428H6.17064C5.88832 1.4428 5.65861 1.67251 5.65861 1.95487V2.5479H5.06558C4.78323 2.5479 4.55352 2.77761 4.55352 3.05997V5.73732L4.05406 5.77393C3.61177 5.80635 3.2249 6.07019 2.96471 6.51684L2.61732 7.11313C2.57432 7.187 2.50639 7.22603 2.42087 7.22603H1.25806C1.11555 7.22603 1 7.34158 1 7.48409V11.2388C1 11.3814 1.11555 11.4969 1.25806 11.4969H2.4209C2.46287 11.4969 2.50071 11.5062 2.53342 11.5246C2.79235 11.6702 3.05132 11.738 3.34832 11.738L4.55352 11.7379V15.1502C4.55352 15.4325 4.78323 15.6623 5.06558 15.6623H12.8517C12.9905 15.6623 13.1157 15.6104 13.2138 15.5123L14.1689 14.5572H15.3828C15.6652 14.5572 15.8949 14.3275 15.8949 14.0451V13.4521H16.4879C16.7703 13.4521 17 13.2224 17 12.94V0.849772C17 0.567417 16.7703 0.337708 16.4879 0.337708ZM1.51613 7.74209H2.16284V10.9807H1.51613V7.74209ZM3.34832 11.2218C3.14068 11.2218 2.96735 11.1764 2.78635 11.0746C2.75213 11.0554 2.7161 11.0394 2.67897 11.0259V7.69645C2.83826 7.63816 2.97406 7.52613 3.06335 7.37287L3.41071 6.77661C3.53229 6.56787 3.74916 6.31377 4.09181 6.28867L4.55352 6.2548V7.1349C4.55352 7.27742 4.66906 7.39297 4.81158 7.39297H7.96626C8.1479 7.39297 8.29568 7.54077 8.29568 7.72245C8.29568 7.90409 8.1479 8.05187 7.96626 8.05187H5.58352C5.441 8.05187 5.32545 8.16742 5.32545 8.30993C5.32545 8.45245 5.441 8.568 5.58352 8.568H8.47755C8.65923 8.568 8.807 8.71577 8.807 8.89745C8.807 9.07913 8.65923 9.2269 8.47755 9.2269H5.30471C5.16219 9.2269 5.04665 9.34245 5.04665 9.48497C5.04665 9.62748 5.16219 9.74303 5.30471 9.74303H8.09703C8.24129 9.74303 8.35861 9.86042 8.35861 10.0046C8.35861 10.1489 8.24126 10.2662 8.09703 10.2662H5.09384C4.95132 10.2662 4.83577 10.3818 4.83577 10.5243C4.83577 10.6668 4.95132 10.7824 5.09384 10.7824H7.3759C7.49703 10.7824 7.59561 10.8809 7.59561 11.0021C7.59561 11.1232 7.49703 11.2217 7.3759 11.2217L3.34832 11.2218ZM5.06964 11.7379L7.3759 11.7378C7.78164 11.7378 8.11174 11.4078 8.11174 11.002C8.11174 10.9967 8.11126 10.9915 8.11113 10.9862H12.6734C12.8159 10.9862 12.9315 10.8706 12.9315 10.7281C12.9315 10.5856 12.8159 10.4701 12.6734 10.4701H8.71971C8.81703 10.3402 8.87474 10.179 8.87474 10.0046C8.87474 9.888 8.84894 9.77732 8.80277 9.67793C8.93848 9.62116 9.05619 9.52987 9.14529 9.41526H12.6932C12.8357 9.41526 12.9513 9.29971 12.9513 9.15719C12.9513 9.01468 12.8357 8.89913 12.6932 8.89913H9.32306C9.32306 8.89855 9.32313 8.89797 9.32313 8.89738C9.32313 8.51826 9.07229 8.19655 8.72784 8.08961C8.76471 8.01348 8.79013 7.93097 8.80271 7.84432H12.7132C12.8557 7.84432 12.9712 7.72877 12.9712 7.58626C12.9712 7.44374 12.8557 7.32819 12.7132 7.32819H8.71397C8.57203 7.06 8.29019 6.87677 7.96626 6.87677H5.06964V3.064H14.2737L14.2736 13.5713H13.0839C12.8715 13.5713 12.6988 13.744 12.6988 13.9563V15.1461H5.06964V11.7379ZM13.9087 14.0874L13.215 14.781V14.0874H13.9087ZM15.3788 14.041H14.6798C14.7518 13.9508 14.7898 13.8424 14.7898 13.7241V3.05993C14.7898 2.77761 14.5601 2.54787 14.2778 2.54787H6.17474V1.95893H15.3788V14.041ZM16.4839 12.9359H15.8949V1.95484C15.8949 1.67251 15.6652 1.44277 15.3828 1.44277H7.27981V0.853837H16.4839V12.9359ZM6.39203 4.44445C6.39203 4.30193 6.50758 4.18638 6.6501 4.18638H12.6933C12.8358 4.18638 12.9513 4.30193 12.9513 4.44445C12.9513 4.58697 12.8358 4.70251 12.6933 4.70251H6.6501C6.50758 4.70251 6.39203 4.58697 6.39203 4.44445ZM11.1757 13.7656C11.1757 13.9082 11.0601 14.0237 10.9176 14.0237H6.6501C6.50758 14.0237 6.39203 13.9082 6.39203 13.7656C6.39203 13.6231 6.50758 13.5076 6.6501 13.5076H10.9176C11.0601 13.5076 11.1757 13.6231 11.1757 13.7656ZM6.35229 12.299C6.35229 12.1565 6.46784 12.041 6.61035 12.041H12.6535C12.796 12.041 12.9116 12.1565 12.9116 12.299C12.9116 12.4415 12.796 12.5571 12.6535 12.5571H6.61035C6.46784 12.5571 6.35229 12.4415 6.35229 12.299ZM12.9911 6.01538C12.9911 6.1579 12.8755 6.27345 12.733 6.27345H6.68984C6.54732 6.27345 6.43177 6.1579 6.43177 6.01538C6.43177 5.87287 6.54732 5.75732 6.68984 5.75732H12.733C12.8755 5.75732 12.9911 5.87284 12.9911 6.01538Z" fill="currentColor"/>
7
+ <path d="M16.4879 0.337708H7.27574C6.99339 0.337708 6.76368 0.567417 6.76368 0.849772V1.4428H6.17064C5.88832 1.4428 5.65861 1.67251 5.65861 1.95487V2.5479H5.06558C4.78323 2.5479 4.55352 2.77761 4.55352 3.05997V5.73732L4.05406 5.77393C3.61177 5.80635 3.2249 6.07019 2.96471 6.51684L2.61732 7.11313C2.57432 7.187 2.50639 7.22603 2.42087 7.22603H1.25806C1.11555 7.22603 1 7.34158 1 7.48409V11.2388C1 11.3814 1.11555 11.4969 1.25806 11.4969H2.4209C2.46287 11.4969 2.50071 11.5062 2.53342 11.5246C2.79235 11.6702 3.05132 11.738 3.34832 11.738L4.55352 11.7379V15.1502C4.55352 15.4325 4.78323 15.6623 5.06558 15.6623H12.8517C12.9905 15.6623 13.1157 15.6104 13.2138 15.5123L14.1689 14.5572H15.3828C15.6652 14.5572 15.8949 14.3275 15.8949 14.0451V13.4521H16.4879C16.7703 13.4521 17 13.2224 17 12.94V0.849772C17 0.567417 16.7703 0.337708 16.4879 0.337708ZM1.51613 7.74209H2.16284V10.9807H1.51613V7.74209ZM3.34832 11.2218C3.14068 11.2218 2.96735 11.1764 2.78635 11.0746C2.75213 11.0554 2.7161 11.0394 2.67897 11.0259V7.69645C2.83826 7.63816 2.97406 7.52613 3.06335 7.37287L3.41071 6.77661C3.53229 6.56787 3.74916 6.31377 4.09181 6.28867L4.55352 6.2548V7.1349C4.55352 7.27742 4.66906 7.39297 4.81158 7.39297H7.96626C8.1479 7.39297 8.29568 7.54077 8.29568 7.72245C8.29568 7.90409 8.1479 8.05187 7.96626 8.05187H5.58352C5.441 8.05187 5.32545 8.16742 5.32545 8.30993C5.32545 8.45245 5.441 8.568 5.58352 8.568H8.47755C8.65923 8.568 8.807 8.71577 8.807 8.89745C8.807 9.07913 8.65923 9.2269 8.47755 9.2269H5.30471C5.16219 9.2269 5.04665 9.34245 5.04665 9.48497C5.04665 9.62748 5.16219 9.74303 5.30471 9.74303H8.09703C8.24129 9.74303 8.35861 9.86042 8.35861 10.0046C8.35861 10.1489 8.24126 10.2662 8.09703 10.2662H5.09384C4.95132 10.2662 4.83577 10.3818 4.83577 10.5243C4.83577 10.6668 4.95132 10.7824 5.09384 10.7824H7.3759C7.49703 10.7824 7.59561 10.8809 7.59561 11.0021C7.59561 11.1232 7.49703 11.2217 7.3759 11.2217L3.34832 11.2218ZM5.06964 11.7379L7.3759 11.7378C7.78164 11.7378 8.11174 11.4078 8.11174 11.002C8.11174 10.9967 8.11126 10.9915 8.11113 10.9862H12.6734C12.8159 10.9862 12.9315 10.8706 12.9315 10.7281C12.9315 10.5856 12.8159 10.4701 12.6734 10.4701H8.71971C8.81703 10.3402 8.87474 10.179 8.87474 10.0046C8.87474 9.888 8.84894 9.77732 8.80277 9.67793C8.93848 9.62116 9.05619 9.52987 9.14529 9.41526H12.6932C12.8357 9.41526 12.9513 9.29971 12.9513 9.15719C12.9513 9.01468 12.8357 8.89913 12.6932 8.89913H9.32306C9.32306 8.89855 9.32313 8.89797 9.32313 8.89738C9.32313 8.51826 9.07229 8.19655 8.72784 8.08961C8.76471 8.01348 8.79013 7.93097 8.80271 7.84432H12.7132C12.8557 7.84432 12.9712 7.72877 12.9712 7.58626C12.9712 7.44374 12.8557 7.32819 12.7132 7.32819H8.71397C8.57203 7.06 8.29019 6.87677 7.96626 6.87677H5.06964V3.064H14.2737L14.2736 13.5713H13.0839C12.8715 13.5713 12.6988 13.744 12.6988 13.9563V15.1461H5.06964V11.7379ZM13.9087 14.0874L13.215 14.781V14.0874H13.9087ZM15.3788 14.041H14.6798C14.7518 13.9508 14.7898 13.8424 14.7898 13.7241V3.05993C14.7898 2.77761 14.5601 2.54787 14.2778 2.54787H6.17474V1.95893H15.3788V14.041ZM16.4839 12.9359H15.8949V1.95484C15.8949 1.67251 15.6652 1.44277 15.3828 1.44277H7.27981V0.853837H16.4839V12.9359ZM6.39203 4.44445C6.39203 4.30193 6.50758 4.18638 6.6501 4.18638H12.6933C12.8358 4.18638 12.9513 4.30193 12.9513 4.44445C12.9513 4.58697 12.8358 4.70251 12.6933 4.70251H6.6501C6.50758 4.70251 6.39203 4.58697 6.39203 4.44445ZM11.1757 13.7656C11.1757 13.9082 11.0601 14.0237 10.9176 14.0237H6.6501C6.50758 14.0237 6.39203 13.9082 6.39203 13.7656C6.39203 13.6231 6.50758 13.5076 6.6501 13.5076H10.9176C11.0601 13.5076 11.1757 13.6231 11.1757 13.7656ZM6.35229 12.299C6.35229 12.1565 6.46784 12.041 6.61035 12.041H12.6535C12.796 12.041 12.9116 12.1565 12.9116 12.299C12.9116 12.4415 12.796 12.5571 12.6535 12.5571H6.61035C6.46784 12.5571 6.35229 12.4415 6.35229 12.299ZM12.9911 6.01538C12.9911 6.1579 12.8755 6.27345 12.733 6.27345H6.68984C6.54732 6.27345 6.43177 6.1579 6.43177 6.01538C6.43177 5.87287 6.54732 5.75732 6.68984 5.75732H12.733C12.8755 5.75732 12.9911 5.87284 12.9911 6.01538Z" stroke="currentColor" stroke-width="0.4" mask="url(#path-1-outside-1_2947_12776)"/>
8
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.4756 6.76071V8.19947C11.4756 8.73156 9.91947 9.16302 8 9.16302C6.08053 9.16302 4.52444 8.73173 4.52444 8.19947V6.76071C4.52444 6.7344 4.5376 6.71182 4.56036 6.69885C4.58311 6.68587 4.60924 6.68605 4.63182 6.69956C5.55129 7.24676 7.39342 7.31307 7.99982 7.31307C8.60622 7.31307 10.4484 7.24676 11.3678 6.69956C11.3904 6.68605 11.4165 6.68587 11.4393 6.69885C11.4624 6.71182 11.4756 6.7344 11.4756 6.76071ZM12.6032 8.94151H15.3159C15.6921 8.94151 16 9.24925 16 9.6256V10.949C16 11.3252 15.6923 11.6331 15.3159 11.6331H12.6032C12.227 11.6331 11.9191 11.3253 11.9191 10.949V9.6256C11.9191 9.24942 12.227 8.94151 12.6032 8.94151ZM3.65689 5.87058C3.77476 5.87058 3.87022 5.96604 3.87022 6.08391C3.87022 6.20178 3.77476 6.29725 3.65689 6.29725H2.25387V7.24356C2.4272 7.32409 2.5472 7.49973 2.5472 7.70329C2.5472 7.98311 2.32036 8.20996 2.04053 8.20996C1.76071 8.20996 1.53387 7.98311 1.53387 7.70329C1.53387 7.49973 1.65404 7.32409 1.8272 7.24356V6.08391C1.8272 5.96604 1.92267 5.87058 2.04053 5.87058H3.65689ZM14.1728 7.24356C14.3461 7.32409 14.4661 7.49973 14.4661 7.70329C14.4661 7.98311 14.2393 8.20996 13.9595 8.20996C13.6796 8.20996 13.4528 7.98311 13.4528 7.70329C13.4528 7.49956 13.573 7.32409 13.7461 7.24356V6.29725H12.3431C12.2252 6.29725 12.1298 6.20178 12.1298 6.08391C12.1298 5.96604 12.2252 5.87058 12.3431 5.87058H13.9595C14.0773 5.87058 14.1728 5.96604 14.1728 6.08391V7.24356ZM8.21333 11.3625C8.38667 11.443 8.50667 11.6185 8.50667 11.8222C8.50667 12.102 8.27982 12.3289 8 12.3289C7.72018 12.3289 7.49333 12.102 7.49333 11.8222C7.49333 11.6187 7.61351 11.443 7.78667 11.3625V9.79858C7.78667 9.68071 7.88213 9.58525 8 9.58525C8.11787 9.58525 8.21333 9.68071 8.21333 9.79858V11.3625ZM0.684089 8.94151H3.3968C3.77298 8.94151 4.08089 9.24925 4.08089 9.6256V10.949C4.08089 11.3252 3.77316 11.6331 3.3968 11.6331H0.684089C0.307911 11.6331 0 11.3252 0 10.949V9.6256C0 9.24942 0.307911 8.94151 0.684089 8.94151ZM1.13013 10.8976H2.95058C3.06844 10.8976 3.16391 10.8021 3.16391 10.6843C3.16391 10.5664 3.06844 10.4709 2.95058 10.4709H1.13013C1.01227 10.4709 0.9168 10.5664 0.9168 10.6843C0.9168 10.8021 1.01244 10.8976 1.13013 10.8976ZM1.13013 10.1038H2.95058C3.06844 10.1038 3.16391 10.0084 3.16391 9.89049C3.16391 9.77262 3.06844 9.67716 2.95058 9.67716H1.13013C1.01227 9.67716 0.9168 9.77262 0.9168 9.89049C0.9168 10.0084 1.01244 10.1038 1.13013 10.1038ZM6.64356 13.0231H9.35644C9.73262 13.0231 10.0405 13.331 10.0405 13.7072V15.0306C10.0405 15.4068 9.7328 15.7147 9.35644 15.7147H6.64356C6.26738 15.7147 5.95947 15.4068 5.95947 15.0306V13.7072C5.95964 13.3308 6.26738 13.0231 6.64356 13.0231ZM7.08978 14.979H8.91022C9.02809 14.979 9.12356 14.8836 9.12356 14.7657C9.12356 14.6478 9.02809 14.5524 8.91022 14.5524H7.08978C6.97191 14.5524 6.87644 14.6478 6.87644 14.7657C6.87644 14.8836 6.97191 14.979 7.08978 14.979ZM7.08978 14.1852H8.91022C9.02809 14.1852 9.12356 14.0898 9.12356 13.9719C9.12356 13.854 9.02809 13.7586 8.91022 13.7586H7.08978C6.97191 13.7586 6.87644 13.854 6.87644 13.9719C6.87644 14.0898 6.97191 14.1852 7.08978 14.1852ZM13.0492 10.8976H14.8697C14.9876 10.8976 15.083 10.8021 15.083 10.6843C15.083 10.5664 14.9876 10.4709 14.8697 10.4709H13.0492C12.9314 10.4709 12.8359 10.5664 12.8359 10.6843C12.8359 10.8021 12.9316 10.8976 13.0492 10.8976ZM13.0492 10.1038H14.8697C14.9876 10.1038 15.083 10.0084 15.083 9.89049C15.083 9.77262 14.9876 9.67716 14.8697 9.67716H13.0492C12.9314 9.67716 12.8359 9.77262 12.8359 9.89049C12.8359 10.0084 12.9316 10.1038 13.0492 10.1038ZM8 0.285156C9.91947 0.285156 11.4756 0.716445 11.4756 1.24871C11.4756 1.7808 9.91947 2.21227 8 2.21227C6.08053 2.21227 4.52444 1.78098 4.52444 1.24871C4.52444 0.716445 6.08053 0.285156 8 0.285156ZM11.4756 2.01209C11.4756 1.98578 11.4624 1.96302 11.4393 1.95022C11.4164 1.93725 11.39 1.93778 11.3675 1.95147C10.6898 2.36267 9.43538 2.63876 8 2.63876C6.56462 2.63876 5.31022 2.36267 4.63253 1.95129C4.60996 1.9376 4.58382 1.93725 4.56071 1.95005C4.53778 1.96302 4.52444 1.9856 4.52444 2.01191V3.45885C4.52444 3.99093 6.08053 4.4224 8 4.4224C9.91947 4.4224 11.4756 3.99111 11.4756 3.45885V2.01209ZM9.45778 3.25067C9.57422 3.23556 9.68089 3.31751 9.69618 3.43396C9.71129 3.5504 9.62933 3.65707 9.51289 3.67236C9.38489 3.68907 9.25458 3.70364 9.12231 3.71591C8.98364 3.72889 8.84996 3.73884 8.72107 3.74631C8.60373 3.75271 8.50329 3.66276 8.49689 3.54542C8.49049 3.42809 8.58044 3.32765 8.69778 3.32125C8.83164 3.3136 8.96071 3.304 9.08391 3.29262C9.20711 3.28124 9.33173 3.2672 9.45778 3.25067ZM10.4039 3.0656C10.5172 3.03431 10.6343 3.1008 10.6656 3.21387C10.6969 3.32711 10.6304 3.44427 10.5173 3.47556L10.4656 3.48996C10.4617 3.49102 10.4578 3.49191 10.4539 3.4928L10.4123 3.50329C10.2987 3.53227 10.1829 3.46364 10.154 3.35004C10.125 3.23644 10.1936 3.12071 10.3072 3.09173C10.3191 3.08871 10.3131 3.09013 10.3467 3.08107L10.3556 3.0784C10.394 3.06827 10.3961 3.06791 10.4039 3.0656ZM11.4756 5.92302V4.29689C11.4756 4.27058 11.4624 4.248 11.4396 4.23502C11.4169 4.22205 11.3908 4.22222 11.3682 4.23573C10.4485 4.78293 8.6064 4.84925 8 4.84925C7.3936 4.84925 5.55147 4.78293 4.632 4.23573C4.60942 4.22222 4.58329 4.22205 4.56053 4.23502C4.53778 4.248 4.52462 4.27058 4.52462 4.29689V5.92302C4.52462 6.45511 6.08071 6.88658 8.00018 6.88658C9.91947 6.88658 11.4756 6.45511 11.4756 5.92302ZM10.4039 5.41333C10.5172 5.38205 10.6343 5.44853 10.6656 5.5616C10.6969 5.67484 10.6304 5.792 10.5173 5.82329L10.466 5.83751C10.4416 5.84409 10.4699 5.83627 10.4123 5.85102C10.2987 5.88 10.1829 5.81138 10.154 5.69778C10.125 5.58418 10.1936 5.46845 10.3072 5.43947C10.3303 5.4336 10.2978 5.4416 10.3559 5.42613L10.4039 5.41333ZM9.45778 5.5984C9.57422 5.58329 9.68089 5.66525 9.69618 5.78169C9.71147 5.89813 9.62933 6.0048 9.51289 6.02009C9.38329 6.03716 9.25138 6.05173 9.11751 6.06418C8.98044 6.07698 8.84818 6.08676 8.72107 6.09405C8.60373 6.10045 8.50329 6.01049 8.49689 5.89316C8.49049 5.77582 8.58044 5.67538 8.69778 5.66898C8.83022 5.66133 8.95769 5.65191 9.07929 5.64071C9.20409 5.62916 9.33031 5.61511 9.45778 5.5984ZM9.45778 7.968C9.33191 7.98453 9.20711 7.9984 9.08373 8.00996C8.96036 8.02151 8.83147 8.03093 8.6976 8.03858C8.58027 8.04498 8.49031 8.14542 8.49671 8.26276C8.50311 8.38009 8.60356 8.47005 8.72089 8.46364C8.84978 8.45618 8.98347 8.44622 9.12213 8.43324C9.2544 8.42098 9.38471 8.4064 9.51271 8.38969C9.62916 8.37458 9.71129 8.26773 9.696 8.15129C9.68071 8.03485 9.57422 7.95289 9.45778 7.968ZM10.4039 7.78311L10.3559 7.79609C10.2978 7.81156 10.3303 7.80338 10.3072 7.80925C10.1936 7.83822 10.1248 7.95396 10.154 8.06756C10.1829 8.18116 10.2987 8.24996 10.4123 8.2208C10.4699 8.20605 10.4416 8.21387 10.466 8.20747L10.5173 8.19307C10.6306 8.16178 10.6969 8.04462 10.6656 7.93138C10.6341 7.81813 10.517 7.75182 10.4039 7.78311Z" fill="#71347B"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.4756 6.76071V8.19947C11.4756 8.73156 9.91947 9.16302 8 9.16302C6.08053 9.16302 4.52444 8.73173 4.52444 8.19947V6.76071C4.52444 6.7344 4.5376 6.71182 4.56036 6.69885C4.58311 6.68587 4.60924 6.68605 4.63182 6.69956C5.55129 7.24676 7.39342 7.31307 7.99982 7.31307C8.60622 7.31307 10.4484 7.24676 11.3678 6.69956C11.3904 6.68605 11.4165 6.68587 11.4393 6.69885C11.4624 6.71182 11.4756 6.7344 11.4756 6.76071ZM12.6032 8.94151H15.3159C15.6921 8.94151 16 9.24925 16 9.6256V10.949C16 11.3252 15.6923 11.6331 15.3159 11.6331H12.6032C12.227 11.6331 11.9191 11.3253 11.9191 10.949V9.6256C11.9191 9.24942 12.227 8.94151 12.6032 8.94151ZM3.65689 5.87058C3.77476 5.87058 3.87022 5.96604 3.87022 6.08391C3.87022 6.20178 3.77476 6.29725 3.65689 6.29725H2.25387V7.24356C2.4272 7.32409 2.5472 7.49973 2.5472 7.70329C2.5472 7.98311 2.32036 8.20996 2.04053 8.20996C1.76071 8.20996 1.53387 7.98311 1.53387 7.70329C1.53387 7.49973 1.65404 7.32409 1.8272 7.24356V6.08391C1.8272 5.96604 1.92267 5.87058 2.04053 5.87058H3.65689ZM14.1728 7.24356C14.3461 7.32409 14.4661 7.49973 14.4661 7.70329C14.4661 7.98311 14.2393 8.20996 13.9595 8.20996C13.6796 8.20996 13.4528 7.98311 13.4528 7.70329C13.4528 7.49956 13.573 7.32409 13.7461 7.24356V6.29725H12.3431C12.2252 6.29725 12.1298 6.20178 12.1298 6.08391C12.1298 5.96604 12.2252 5.87058 12.3431 5.87058H13.9595C14.0773 5.87058 14.1728 5.96604 14.1728 6.08391V7.24356ZM8.21333 11.3625C8.38667 11.443 8.50667 11.6185 8.50667 11.8222C8.50667 12.102 8.27982 12.3289 8 12.3289C7.72018 12.3289 7.49333 12.102 7.49333 11.8222C7.49333 11.6187 7.61351 11.443 7.78667 11.3625V9.79858C7.78667 9.68071 7.88213 9.58525 8 9.58525C8.11787 9.58525 8.21333 9.68071 8.21333 9.79858V11.3625ZM0.684089 8.94151H3.3968C3.77298 8.94151 4.08089 9.24925 4.08089 9.6256V10.949C4.08089 11.3252 3.77316 11.6331 3.3968 11.6331H0.684089C0.307911 11.6331 0 11.3252 0 10.949V9.6256C0 9.24942 0.307911 8.94151 0.684089 8.94151ZM1.13013 10.8976H2.95058C3.06844 10.8976 3.16391 10.8021 3.16391 10.6843C3.16391 10.5664 3.06844 10.4709 2.95058 10.4709H1.13013C1.01227 10.4709 0.9168 10.5664 0.9168 10.6843C0.9168 10.8021 1.01244 10.8976 1.13013 10.8976ZM1.13013 10.1038H2.95058C3.06844 10.1038 3.16391 10.0084 3.16391 9.89049C3.16391 9.77262 3.06844 9.67716 2.95058 9.67716H1.13013C1.01227 9.67716 0.9168 9.77262 0.9168 9.89049C0.9168 10.0084 1.01244 10.1038 1.13013 10.1038ZM6.64356 13.0231H9.35644C9.73262 13.0231 10.0405 13.331 10.0405 13.7072V15.0306C10.0405 15.4068 9.7328 15.7147 9.35644 15.7147H6.64356C6.26738 15.7147 5.95947 15.4068 5.95947 15.0306V13.7072C5.95964 13.3308 6.26738 13.0231 6.64356 13.0231ZM7.08978 14.979H8.91022C9.02809 14.979 9.12356 14.8836 9.12356 14.7657C9.12356 14.6478 9.02809 14.5524 8.91022 14.5524H7.08978C6.97191 14.5524 6.87644 14.6478 6.87644 14.7657C6.87644 14.8836 6.97191 14.979 7.08978 14.979ZM7.08978 14.1852H8.91022C9.02809 14.1852 9.12356 14.0898 9.12356 13.9719C9.12356 13.854 9.02809 13.7586 8.91022 13.7586H7.08978C6.97191 13.7586 6.87644 13.854 6.87644 13.9719C6.87644 14.0898 6.97191 14.1852 7.08978 14.1852ZM13.0492 10.8976H14.8697C14.9876 10.8976 15.083 10.8021 15.083 10.6843C15.083 10.5664 14.9876 10.4709 14.8697 10.4709H13.0492C12.9314 10.4709 12.8359 10.5664 12.8359 10.6843C12.8359 10.8021 12.9316 10.8976 13.0492 10.8976ZM13.0492 10.1038H14.8697C14.9876 10.1038 15.083 10.0084 15.083 9.89049C15.083 9.77262 14.9876 9.67716 14.8697 9.67716H13.0492C12.9314 9.67716 12.8359 9.77262 12.8359 9.89049C12.8359 10.0084 12.9316 10.1038 13.0492 10.1038ZM8 0.285156C9.91947 0.285156 11.4756 0.716445 11.4756 1.24871C11.4756 1.7808 9.91947 2.21227 8 2.21227C6.08053 2.21227 4.52444 1.78098 4.52444 1.24871C4.52444 0.716445 6.08053 0.285156 8 0.285156ZM11.4756 2.01209C11.4756 1.98578 11.4624 1.96302 11.4393 1.95022C11.4164 1.93725 11.39 1.93778 11.3675 1.95147C10.6898 2.36267 9.43538 2.63876 8 2.63876C6.56462 2.63876 5.31022 2.36267 4.63253 1.95129C4.60996 1.9376 4.58382 1.93725 4.56071 1.95005C4.53778 1.96302 4.52444 1.9856 4.52444 2.01191V3.45885C4.52444 3.99093 6.08053 4.4224 8 4.4224C9.91947 4.4224 11.4756 3.99111 11.4756 3.45885V2.01209ZM9.45778 3.25067C9.57422 3.23556 9.68089 3.31751 9.69618 3.43396C9.71129 3.5504 9.62933 3.65707 9.51289 3.67236C9.38489 3.68907 9.25458 3.70364 9.12231 3.71591C8.98364 3.72889 8.84996 3.73884 8.72107 3.74631C8.60373 3.75271 8.50329 3.66276 8.49689 3.54542C8.49049 3.42809 8.58044 3.32765 8.69778 3.32125C8.83164 3.3136 8.96071 3.304 9.08391 3.29262C9.20711 3.28124 9.33173 3.2672 9.45778 3.25067ZM10.4039 3.0656C10.5172 3.03431 10.6343 3.1008 10.6656 3.21387C10.6969 3.32711 10.6304 3.44427 10.5173 3.47556L10.4656 3.48996C10.4617 3.49102 10.4578 3.49191 10.4539 3.4928L10.4123 3.50329C10.2987 3.53227 10.1829 3.46364 10.154 3.35004C10.125 3.23644 10.1936 3.12071 10.3072 3.09173C10.3191 3.08871 10.3131 3.09013 10.3467 3.08107L10.3556 3.0784C10.394 3.06827 10.3961 3.06791 10.4039 3.0656ZM11.4756 5.92302V4.29689C11.4756 4.27058 11.4624 4.248 11.4396 4.23502C11.4169 4.22205 11.3908 4.22222 11.3682 4.23573C10.4485 4.78293 8.6064 4.84925 8 4.84925C7.3936 4.84925 5.55147 4.78293 4.632 4.23573C4.60942 4.22222 4.58329 4.22205 4.56053 4.23502C4.53778 4.248 4.52462 4.27058 4.52462 4.29689V5.92302C4.52462 6.45511 6.08071 6.88658 8.00018 6.88658C9.91947 6.88658 11.4756 6.45511 11.4756 5.92302ZM10.4039 5.41333C10.5172 5.38205 10.6343 5.44853 10.6656 5.5616C10.6969 5.67484 10.6304 5.792 10.5173 5.82329L10.466 5.83751C10.4416 5.84409 10.4699 5.83627 10.4123 5.85102C10.2987 5.88 10.1829 5.81138 10.154 5.69778C10.125 5.58418 10.1936 5.46845 10.3072 5.43947C10.3303 5.4336 10.2978 5.4416 10.3559 5.42613L10.4039 5.41333ZM9.45778 5.5984C9.57422 5.58329 9.68089 5.66525 9.69618 5.78169C9.71147 5.89813 9.62933 6.0048 9.51289 6.02009C9.38329 6.03716 9.25138 6.05173 9.11751 6.06418C8.98044 6.07698 8.84818 6.08676 8.72107 6.09405C8.60373 6.10045 8.50329 6.01049 8.49689 5.89316C8.49049 5.77582 8.58044 5.67538 8.69778 5.66898C8.83022 5.66133 8.95769 5.65191 9.07929 5.64071C9.20409 5.62916 9.33031 5.61511 9.45778 5.5984ZM9.45778 7.968C9.33191 7.98453 9.20711 7.9984 9.08373 8.00996C8.96036 8.02151 8.83147 8.03093 8.6976 8.03858C8.58027 8.04498 8.49031 8.14542 8.49671 8.26276C8.50311 8.38009 8.60356 8.47005 8.72089 8.46364C8.84978 8.45618 8.98347 8.44622 9.12213 8.43324C9.2544 8.42098 9.38471 8.4064 9.51271 8.38969C9.62916 8.37458 9.71129 8.26773 9.696 8.15129C9.68071 8.03485 9.57422 7.95289 9.45778 7.968ZM10.4039 7.78311L10.3559 7.79609C10.2978 7.81156 10.3303 7.80338 10.3072 7.80925C10.1936 7.83822 10.1248 7.95396 10.154 8.06756C10.1829 8.18116 10.2987 8.24996 10.4123 8.2208C10.4699 8.20605 10.4416 8.21387 10.466 8.20747L10.5173 8.19307C10.6306 8.16178 10.6969 8.04462 10.6656 7.93138C10.6341 7.81813 10.517 7.75182 10.4039 7.78311Z" fill="#71347B"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6.48803 1.70971C6.4601 1.80125 6.43972 1.91361 6.40849 2.09629L6.33556 2.52397C6.64091 2.51771 6.94626 2.51458 7.25163 2.51458C8.05692 2.51458 8.86291 2.52769 9.66883 2.55365L9.59082 2.0997C9.56177 1.92423 9.54209 1.81412 9.5147 1.72387C9.50233 1.68311 9.49134 1.65716 9.48316 1.64112C9.4792 1.63336 9.47612 1.62836 9.47418 1.62546C9.47293 1.6236 9.47162 1.6219 9.47162 1.6219L9.46998 1.6208C9.46647 1.61857 9.45225 1.61003 9.42008 1.59939C9.35116 1.5766 9.2127 1.54839 8.9611 1.54839H7.03886C6.68779 1.54839 6.55959 1.59822 6.5253 1.61748C6.51964 1.62644 6.50554 1.65232 6.48803 1.70971ZM6.51496 1.62494C6.51496 1.62494 6.51696 1.62238 6.52324 1.61867C6.51848 1.62332 6.51496 1.62494 6.51496 1.62494ZM11.3534 2.62657C12.4669 2.68706 13.5793 2.77177 14.6885 2.88003C15.1419 2.92428 15.4712 3.30491 15.4241 3.73019C15.3769 4.15547 14.9711 4.46435 14.5177 4.4201C12.1021 4.18434 9.67279 4.06296 7.25163 4.06296C5.82818 4.06296 4.40456 4.13377 2.98062 4.27542L2.97809 4.27567L1.48139 4.42019C1.02793 4.46397 0.622494 4.15467 0.575815 3.72934C0.529136 3.30401 0.858892 2.92372 1.31235 2.87994L2.80652 2.73567L2.80776 2.73555C3.42263 2.6744 4.03755 2.62593 4.65251 2.59016L4.77848 1.85141C4.78159 1.83322 4.78485 1.81359 4.78821 1.79332C4.83672 1.5009 4.91938 1.00259 5.26319 0.618609C5.68632 0.146048 6.32166 0 7.03886 0H8.9611C9.69127 0 10.3245 0.159309 10.7437 0.635061C11.0868 1.02449 11.1672 1.52276 11.2137 1.81076C11.2165 1.8279 11.2191 1.8443 11.2217 1.85988L11.2221 1.86211L11.3534 2.62657ZM2.92363 5.16068C3.37862 5.13445 3.77014 5.45915 3.79811 5.88592L4.27473 13.1583L4.27487 13.1603C4.29577 13.454 4.31266 13.6714 4.35074 13.8576C4.38756 14.0376 4.43422 14.1315 4.47685 14.1861C4.5259 14.249 4.71643 14.4516 5.64487 14.4516H10.3551C11.2835 14.4516 11.4741 14.249 11.5231 14.1861C11.5657 14.1315 11.6124 14.0376 11.6492 13.8576C11.6873 13.6713 11.7042 13.4539 11.7251 13.1602L11.7252 13.1583L12.2019 5.88592C12.2298 5.45915 12.6213 5.13445 13.0763 5.16068C13.5313 5.18692 13.8775 5.55415 13.8495 5.98092L13.3724 13.2614L13.371 13.2803C13.3519 13.5485 13.3299 13.8584 13.2705 14.1492C13.2082 14.4536 13.0953 14.7928 12.8555 15.1003C12.3396 15.7618 11.4736 16 10.3551 16H5.64487C4.52634 16 3.66038 15.7618 3.14449 15.1003C2.90466 14.7928 2.79174 14.4536 2.72951 14.1492C2.67003 13.8584 2.64801 13.5485 2.62895 13.2803L2.62761 13.2614L2.62733 13.2573L2.15044 5.98092C2.12247 5.55415 2.46864 5.18692 2.92363 5.16068ZM5.34039 8.36129C5.34039 7.93371 5.70993 7.5871 6.16578 7.5871H9.83418C10.29 7.5871 10.6596 7.93371 10.6596 8.36129C10.6596 8.78887 10.29 9.13548 9.83418 9.13548H6.16578C5.70993 9.13548 5.34039 8.78887 5.34039 8.36129ZM5.94935 11.2516C5.94935 10.824 6.31889 10.4774 6.77474 10.4774H9.21789C9.67374 10.4774 10.0433 10.824 10.0433 11.2516C10.0433 11.6792 9.67374 12.0258 9.21789 12.0258H6.77474C6.31889 12.0258 5.94935 11.6792 5.94935 11.2516Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.48803 1.70971C6.4601 1.80125 6.43972 1.91361 6.40849 2.09629L6.33556 2.52397C6.64091 2.51771 6.94626 2.51458 7.25163 2.51458C8.05692 2.51458 8.86291 2.52769 9.66883 2.55365L9.59082 2.0997C9.56177 1.92423 9.54209 1.81412 9.5147 1.72387C9.50233 1.68311 9.49134 1.65716 9.48316 1.64112C9.4792 1.63336 9.47612 1.62836 9.47418 1.62546C9.47293 1.6236 9.47162 1.6219 9.47162 1.6219L9.46998 1.6208C9.46647 1.61857 9.45225 1.61003 9.42008 1.59939C9.35116 1.5766 9.2127 1.54839 8.9611 1.54839H7.03886C6.68779 1.54839 6.55959 1.59822 6.5253 1.61748C6.51964 1.62644 6.50554 1.65232 6.48803 1.70971ZM6.51496 1.62494C6.51496 1.62494 6.51696 1.62238 6.52324 1.61867C6.51848 1.62332 6.51496 1.62494 6.51496 1.62494ZM11.3534 2.62657C12.4669 2.68706 13.5793 2.77177 14.6885 2.88003C15.1419 2.92428 15.4712 3.30491 15.4241 3.73019C15.3769 4.15547 14.9711 4.46435 14.5177 4.4201C12.1021 4.18434 9.67279 4.06296 7.25163 4.06296C5.82818 4.06296 4.40456 4.13377 2.98062 4.27542L2.97809 4.27567L1.48139 4.42019C1.02793 4.46397 0.622494 4.15467 0.575815 3.72934C0.529136 3.30401 0.858892 2.92372 1.31235 2.87994L2.80652 2.73567L2.80776 2.73555C3.42263 2.6744 4.03755 2.62593 4.65251 2.59016L4.77848 1.85141C4.78159 1.83322 4.78485 1.81359 4.78821 1.79332C4.83672 1.5009 4.91938 1.00259 5.26319 0.618609C5.68632 0.146048 6.32166 0 7.03886 0H8.9611C9.69127 0 10.3245 0.159309 10.7437 0.635061C11.0868 1.02449 11.1672 1.52276 11.2137 1.81076C11.2165 1.8279 11.2191 1.8443 11.2217 1.85988L11.2221 1.86211L11.3534 2.62657ZM2.92363 5.16068C3.37862 5.13445 3.77014 5.45915 3.79811 5.88592L4.27473 13.1583L4.27487 13.1603C4.29577 13.454 4.31266 13.6714 4.35074 13.8576C4.38756 14.0376 4.43422 14.1315 4.47685 14.1861C4.5259 14.249 4.71643 14.4516 5.64487 14.4516H10.3551C11.2835 14.4516 11.4741 14.249 11.5231 14.1861C11.5657 14.1315 11.6124 14.0376 11.6492 13.8576C11.6873 13.6713 11.7042 13.4539 11.7251 13.1602L11.7252 13.1583L12.2019 5.88592C12.2298 5.45915 12.6213 5.13445 13.0763 5.16068C13.5313 5.18692 13.8775 5.55415 13.8495 5.98092L13.3724 13.2614L13.371 13.2803C13.3519 13.5485 13.3299 13.8584 13.2705 14.1492C13.2082 14.4536 13.0953 14.7928 12.8555 15.1003C12.3396 15.7618 11.4736 16 10.3551 16H5.64487C4.52634 16 3.66038 15.7618 3.14449 15.1003C2.90466 14.7928 2.79174 14.4536 2.72951 14.1492C2.67003 13.8584 2.64801 13.5485 2.62895 13.2803L2.62761 13.2614L2.62733 13.2573L2.15044 5.98092C2.12247 5.55415 2.46864 5.18692 2.92363 5.16068ZM5.34039 8.36129C5.34039 7.93371 5.70993 7.5871 6.16578 7.5871H9.83418C10.29 7.5871 10.6596 7.93371 10.6596 8.36129C10.6596 8.78887 10.29 9.13548 9.83418 9.13548H6.16578C5.70993 9.13548 5.34039 8.78887 5.34039 8.36129ZM5.94935 11.2516C5.94935 10.824 6.31889 10.4774 6.77474 10.4774H9.21789C9.67374 10.4774 10.0433 10.824 10.0433 11.2516C10.0433 11.6792 9.67374 12.0258 9.21789 12.0258H6.77474C6.31889 12.0258 5.94935 11.6792 5.94935 11.2516Z" fill="currentColor"/>
3
+ </svg>