pixel-react 1.6.3 → 1.6.6

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 (841) 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/AddVariables.d.ts +5 -0
  9. package/lib/components/AddVariables/index.d.ts +1 -0
  10. package/lib/components/AddVariables/types.d.ts +35 -0
  11. package/lib/components/AttachImage/AttachImage.d.ts +1 -6
  12. package/lib/components/AttachImage/types.d.ts +8 -0
  13. package/lib/components/Checkbox/types.d.ts +4 -0
  14. package/lib/components/CreateVariable/CreateVariableSlider.d.ts +5 -0
  15. package/lib/components/CreateVariable/index.d.ts +1 -0
  16. package/lib/components/CreateVariable/types.d.ts +56 -0
  17. package/lib/components/Drawer/Types.d.ts +13 -0
  18. package/lib/components/Editor/constants.d.ts +1 -1
  19. package/lib/components/Editor/types.d.ts +10 -2
  20. package/lib/components/Input/Input.d.ts +1 -1
  21. package/lib/components/MiniModal/types.d.ts +7 -0
  22. package/lib/components/Select/components/types.d.ts +1 -0
  23. package/lib/components/Select/types.d.ts +2 -0
  24. package/lib/components/TableTree/types.d.ts +1 -1
  25. package/lib/index.d.ts +158 -5
  26. package/lib/index.esm.js +643 -377
  27. package/lib/index.esm.js.map +1 -1
  28. package/lib/index.js +645 -376
  29. package/lib/index.js.map +1 -1
  30. package/lib/tsconfig.tsbuildinfo +1 -1
  31. package/lib/utils/checkDuplicates/checkDuplicates.d.ts +1 -0
  32. package/package.json +80 -80
  33. package/rollup.config.mjs +67 -67
  34. package/src/StyleGuide/ColorPalette/ColorPalette.scss +62 -62
  35. package/src/StyleGuide/ColorPalette/ColorPalette.stories.tsx +16 -16
  36. package/src/StyleGuide/ColorPalette/ColorPalette.tsx +67 -67
  37. package/src/StyleGuide/ColorPalette/colorPaletteList.ts +279 -279
  38. package/src/StyleGuide/ColorPalette/index.ts +1 -1
  39. package/src/StyleGuide/ColorPalette/types.ts +19 -19
  40. package/src/StyleGuide/Typography/Typography.scss +99 -99
  41. package/src/StyleGuide/Typography/Typography.stories.tsx +16 -16
  42. package/src/StyleGuide/Typography/Typography.tsx +60 -60
  43. package/src/StyleGuide/Typography/TypographyList.ts +3 -3
  44. package/src/StyleGuide/Typography/types.ts +9 -9
  45. package/src/assets/Themes/BaseTheme.scss +270 -270
  46. package/src/assets/Themes/DarkTheme.scss +264 -264
  47. package/src/assets/Themes/Theme.scss +16 -16
  48. package/src/assets/icons/Arrow.svg +4 -4
  49. package/src/assets/icons/Header_preset.svg +18 -18
  50. package/src/assets/icons/accordion_header_icon.svg +10 -10
  51. package/src/assets/icons/active_license_icon.svg +3 -3
  52. package/src/assets/icons/add_archive.svg +9 -9
  53. package/src/assets/icons/add_file.svg +16 -16
  54. package/src/assets/icons/add_label_icon.svg +3 -3
  55. package/src/assets/icons/add_locator.svg +4 -4
  56. package/src/assets/icons/add_testcase.svg +3 -3
  57. package/src/assets/icons/add_user.svg +9 -9
  58. package/src/assets/icons/add_variable.svg +11 -0
  59. package/src/assets/icons/add_variable_icon.svg +4 -4
  60. package/src/assets/icons/alert.svg +17 -17
  61. package/src/assets/icons/all_borders.svg +3 -3
  62. package/src/assets/icons/all_projects.svg +3 -3
  63. package/src/assets/icons/android.svg +9 -9
  64. package/src/assets/icons/android_icon.svg +6 -6
  65. package/src/assets/icons/apk_file_type.svg +4 -4
  66. package/src/assets/icons/app_switch.svg +11 -11
  67. package/src/assets/icons/approval_pending.svg +8 -8
  68. package/src/assets/icons/arrow_down.svg +3 -3
  69. package/src/assets/icons/arrow_right.svg +4 -4
  70. package/src/assets/icons/arrow_up.svg +3 -3
  71. package/src/assets/icons/arrows_down_icon.svg +3 -3
  72. package/src/assets/icons/arrows_right_icon.svg +10 -10
  73. package/src/assets/icons/arrows_top_icon.svg +3 -3
  74. package/src/assets/icons/attachment_icon.svg +3 -3
  75. package/src/assets/icons/authorization_icon.svg +4 -4
  76. package/src/assets/icons/automation_testcase.svg +4 -4
  77. package/src/assets/icons/back_icon.svg +3 -3
  78. package/src/assets/icons/backward.svg +10 -10
  79. package/src/assets/icons/backward_icon.svg +3 -3
  80. package/src/assets/icons/beautify_icon.svg +3 -3
  81. package/src/assets/icons/bold.svg +3 -3
  82. package/src/assets/icons/border_bottom.svg +3 -3
  83. package/src/assets/icons/border_left.svg +3 -3
  84. package/src/assets/icons/border_right.svg +3 -3
  85. package/src/assets/icons/border_top.svg +3 -3
  86. package/src/assets/icons/browser_stack.svg +9 -9
  87. package/src/assets/icons/browserstack_icon.svg +24 -24
  88. package/src/assets/icons/calendar_icon.svg +9 -9
  89. package/src/assets/icons/capture_icon.svg +3 -6
  90. package/src/assets/icons/check_mark.svg +3 -3
  91. package/src/assets/icons/chrome.svg +12 -12
  92. package/src/assets/icons/client_profile.svg +4 -4
  93. package/src/assets/icons/clock_icon.svg +11 -11
  94. package/src/assets/icons/clone_icon.svg +3 -3
  95. package/src/assets/icons/close_pill.svg +3 -3
  96. package/src/assets/icons/cloud_server_host_icon.svg +3 -3
  97. package/src/assets/icons/collapse-icon.svg +6 -6
  98. package/src/assets/icons/compressed_file_type.svg +4 -4
  99. package/src/assets/icons/configuration.svg +3 -3
  100. package/src/assets/icons/continue_without_sign.svg +3 -3
  101. package/src/assets/icons/copy-icon.svg +3 -3
  102. package/src/assets/icons/csv_file_type.svg +4 -4
  103. package/src/assets/icons/dashboard_icon.svg +31 -31
  104. package/src/assets/icons/dashboard_mobile_icon.svg +47 -47
  105. package/src/assets/icons/dashboard_web_icon.svg +9 -9
  106. package/src/assets/icons/data_provider.svg +8 -8
  107. package/src/assets/icons/dataset_list.svg +3 -3
  108. package/src/assets/icons/defects.svg +8 -8
  109. package/src/assets/icons/delete.svg +3 -3
  110. package/src/assets/icons/delete_info.svg +17 -17
  111. package/src/assets/icons/details.svg +3 -3
  112. package/src/assets/icons/double_underline.svg +5 -5
  113. package/src/assets/icons/download-icon.svg +3 -3
  114. package/src/assets/icons/download_file_icon.svg +3 -10
  115. package/src/assets/icons/download_icon.svg +4 -4
  116. package/src/assets/icons/drag_icon.svg +4 -4
  117. package/src/assets/icons/drawer_maximize.svg +6 -6
  118. package/src/assets/icons/dropzone_icon.svg +18 -18
  119. package/src/assets/icons/edge.svg +30 -30
  120. package/src/assets/icons/edit_icon.svg +5 -5
  121. package/src/assets/icons/element.svg +4 -4
  122. package/src/assets/icons/error.svg +17 -17
  123. package/src/assets/icons/excel_corner_menu.svg +3 -3
  124. package/src/assets/icons/expand-icon.svg +6 -6
  125. package/src/assets/icons/export.svg +4 -4
  126. package/src/assets/icons/export_collection_icon.svg +13 -13
  127. package/src/assets/icons/eye_closed.svg +3 -3
  128. package/src/assets/icons/eye_open_icon.svg +3 -3
  129. package/src/assets/icons/failed_status_icon.svg +12 -12
  130. package/src/assets/icons/file.svg +11 -11
  131. package/src/assets/icons/fill_color.svg +7 -7
  132. package/src/assets/icons/filter.svg +4 -4
  133. package/src/assets/icons/fire_fox.svg +106 -106
  134. package/src/assets/icons/fireflink_finder_logo.svg +7 -7
  135. package/src/assets/icons/fireflink_icon.svg +4 -4
  136. package/src/assets/icons/fireflink_logo.svg +13 -13
  137. package/src/assets/icons/fireflink_platform.svg +4 -4
  138. package/src/assets/icons/firefox.svg +84 -84
  139. package/src/assets/icons/flaky_status_icon.svg +12 -12
  140. package/src/assets/icons/formate_painter.svg +5 -5
  141. package/src/assets/icons/formula_icon.svg +3 -3
  142. package/src/assets/icons/forward.svg +3 -3
  143. package/src/assets/icons/forward_icon.svg +3 -3
  144. package/src/assets/icons/full_access_icon.svg +4 -4
  145. package/src/assets/icons/gif_file_type.svg +4 -4
  146. package/src/assets/icons/global_variable_icon.svg +4 -4
  147. package/src/assets/icons/hamburger_menu.svg +3 -3
  148. package/src/assets/icons/hide_access_icon.svg +3 -3
  149. package/src/assets/icons/hide_icon.svg +9 -9
  150. package/src/assets/icons/history_icon.svg +19 -19
  151. package/src/assets/icons/html_file_type.svg +4 -4
  152. package/src/assets/icons/impactList.svg +6 -6
  153. package/src/assets/icons/import.svg +4 -4
  154. package/src/assets/icons/info.svg +17 -17
  155. package/src/assets/icons/info_icon.svg +5 -5
  156. package/src/assets/icons/info_user.svg +5 -5
  157. package/src/assets/icons/internet_explorer.svg +3 -3
  158. package/src/assets/icons/ipk_file_type.svg +4 -4
  159. package/src/assets/icons/italic.svg +3 -3
  160. package/src/assets/icons/jira.svg +3 -3
  161. package/src/assets/icons/jpg_file_type.svg +4 -4
  162. package/src/assets/icons/json_file_type.svg +4 -4
  163. package/src/assets/icons/label_icon.svg +8 -8
  164. package/src/assets/icons/label_plus.svg +3 -3
  165. package/src/assets/icons/lambda_icon.svg +3 -3
  166. package/src/assets/icons/left_arrow_icon.svg +3 -3
  167. package/src/assets/icons/license_expired.svg +20 -20
  168. package/src/assets/icons/license_info.svg +28 -28
  169. package/src/assets/icons/license_warning.svg +10 -10
  170. package/src/assets/icons/link_expired.svg +186 -186
  171. package/src/assets/icons/linked_defects.svg +11 -11
  172. package/src/assets/icons/linux.svg +42 -42
  173. package/src/assets/icons/local.svg +3 -3
  174. package/src/assets/icons/local_variable_icon.svg +4 -4
  175. package/src/assets/icons/logo.svg +17 -17
  176. package/src/assets/icons/mac.svg +9 -9
  177. package/src/assets/icons/manage_apps.svg +3 -3
  178. package/src/assets/icons/manual_locator.svg +7 -7
  179. package/src/assets/icons/manual_testcase.svg +3 -3
  180. package/src/assets/icons/maximize_icon.svg +5 -5
  181. package/src/assets/icons/maximize_script.svg +12 -12
  182. package/src/assets/icons/maximize_tree.svg +3 -3
  183. package/src/assets/icons/minimize_script.svg +5 -5
  184. package/src/assets/icons/mobile_icon.svg +3 -3
  185. package/src/assets/icons/moon_stars.svg +10 -10
  186. package/src/assets/icons/more.svg +10 -10
  187. package/src/assets/icons/move_icon.svg +5 -5
  188. package/src/assets/icons/ms_dynamic.svg +4 -4
  189. package/src/assets/icons/ms_dynamic_icon.svg +15 -15
  190. package/src/assets/icons/nlp_help_icon.svg +3 -3
  191. package/src/assets/icons/no_access_icon.svg +4 -4
  192. package/src/assets/icons/no_border.svg +3 -3
  193. package/src/assets/icons/no_data.svg +13 -13
  194. package/src/assets/icons/no_license_found.svg +22 -22
  195. package/src/assets/icons/notification_icon.svg +3 -3
  196. package/src/assets/icons/opera.svg +9 -9
  197. package/src/assets/icons/passed_status_icon.svg +12 -12
  198. package/src/assets/icons/pdf_file_type.svg +4 -4
  199. package/src/assets/icons/plus_icon.svg +11 -11
  200. package/src/assets/icons/plus_user_icon.svg +3 -3
  201. package/src/assets/icons/png_file_type.svg +4 -4
  202. package/src/assets/icons/project_element.svg +4 -4
  203. package/src/assets/icons/project_env_variable_icon.svg +4 -4
  204. package/src/assets/icons/project_status_icon.svg +10 -10
  205. package/src/assets/icons/quick_run_setting_icon.svg +5 -5
  206. package/src/assets/icons/refresh-icon.svg +4 -4
  207. package/src/assets/icons/refresh_icon.svg +4 -4
  208. package/src/assets/icons/reload.svg +3 -3
  209. package/src/assets/icons/remove.svg +11 -11
  210. package/src/assets/icons/remove_user.svg +3 -3
  211. package/src/assets/icons/replace.svg +11 -11
  212. package/src/assets/icons/replace_file.svg +13 -13
  213. package/src/assets/icons/replace_icon.svg +6 -6
  214. package/src/assets/icons/reset-link.svg +52 -52
  215. package/src/assets/icons/right_arrow_icon.svg +4 -4
  216. package/src/assets/icons/rotate_icon.svg +10 -10
  217. package/src/assets/icons/run_automation_scripts_icon.svg +33 -33
  218. package/src/assets/icons/run_icon.svg +26 -26
  219. package/src/assets/icons/run_manual_testcase_icon.svg +4 -4
  220. package/src/assets/icons/safari.svg +93 -93
  221. package/src/assets/icons/safari_icon.svg +12 -12
  222. package/src/assets/icons/sales_force.svg +7 -7
  223. package/src/assets/icons/salesforce_icon.svg +14 -14
  224. package/src/assets/icons/sample_template_first.svg +29 -29
  225. package/src/assets/icons/sample_template_second.svg +47 -47
  226. package/src/assets/icons/sause_lab.svg +3 -3
  227. package/src/assets/icons/save_as_step.svg +3 -3
  228. package/src/assets/icons/search.svg +3 -3
  229. package/src/assets/icons/send_step.svg +4 -4
  230. package/src/assets/icons/skipped_status_icon.svg +12 -12
  231. package/src/assets/icons/standard_template.svg +30 -30
  232. package/src/assets/icons/step_group.svg +10 -10
  233. package/src/assets/icons/strike_through.svg +3 -3
  234. package/src/assets/icons/success.svg +17 -17
  235. package/src/assets/icons/sun_icon.svg +10 -10
  236. package/src/assets/icons/swipe_icon.svg +9 -9
  237. package/src/assets/icons/switch_license_icon.svg +123 -123
  238. package/src/assets/icons/system_warning.svg +61 -61
  239. package/src/assets/icons/tap_icon.svg +4 -4
  240. package/src/assets/icons/text_align_center.svg +3 -3
  241. package/src/assets/icons/text_align_left.svg +3 -3
  242. package/src/assets/icons/text_align_right.svg +3 -3
  243. package/src/assets/icons/text_color.svg +3 -3
  244. package/src/assets/icons/tick_icon.svg +4 -4
  245. package/src/assets/icons/toast_close.svg +3 -3
  246. package/src/assets/icons/txt_file_type.svg +4 -4
  247. package/src/assets/icons/underline.svg +4 -4
  248. package/src/assets/icons/update_icon.svg +3 -3
  249. package/src/assets/icons/user_password_lock.svg +220 -220
  250. package/src/assets/icons/user_profile.svg +3 -3
  251. package/src/assets/icons/user_warning.svg +235 -235
  252. package/src/assets/icons/user_with_system.svg +637 -637
  253. package/src/assets/icons/variable.svg +3 -3
  254. package/src/assets/icons/variable_icon.svg +4 -4
  255. package/src/assets/icons/vertical_separator.svg +3 -3
  256. package/src/assets/icons/view_access_icon.svg +4 -4
  257. package/src/assets/icons/view_icon.svg +3 -3
  258. package/src/assets/icons/warning.svg +17 -17
  259. package/src/assets/icons/warning_status_icon.svg +12 -12
  260. package/src/assets/icons/web&mobile_icon.svg +3 -3
  261. package/src/assets/icons/web_icon.svg +3 -3
  262. package/src/assets/icons/web_mobile_icon.svg +29 -29
  263. package/src/assets/icons/web_service_icon.svg +3 -3
  264. package/src/assets/icons/web_services_icon.svg +30 -30
  265. package/src/assets/icons/window_maximize.svg +4 -4
  266. package/src/assets/icons/window_minimize.svg +3 -3
  267. package/src/assets/icons/windows.svg +10 -10
  268. package/src/assets/icons/wrong_mark.svg +3 -3
  269. package/src/assets/icons/wswb_delete_icon.svg +3 -3
  270. package/src/assets/icons/wswb_plus_icon.svg +4 -4
  271. package/src/assets/icons/xls_file_type.svg +4 -4
  272. package/src/assets/icons/xlsx_file_type.svg +4 -4
  273. package/src/assets/icons/xml_file_type.svg +4 -4
  274. package/src/assets/styles/_colors.scss +151 -151
  275. package/src/assets/styles/_fonts.scss +45 -45
  276. package/src/assets/styles/_mixins.scss +21 -21
  277. package/src/assets/utils/functionUtils.ts +96 -96
  278. package/src/components/Accordion/Accordion.scss +46 -46
  279. package/src/components/Accordion/Accordion.stories.tsx +31 -31
  280. package/src/components/Accordion/Accordion.tsx +62 -62
  281. package/src/components/Accordion/index.ts +1 -1
  282. package/src/components/Accordion/types.ts +28 -28
  283. package/src/components/AddResourceButton/AddButton.scss +36 -36
  284. package/src/components/AddResourceButton/AddButton.stories.tsx +126 -126
  285. package/src/components/AddResourceButton/AddButton.tsx +121 -121
  286. package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.scss +161 -161
  287. package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.tsx +38 -38
  288. package/src/components/AddResourceButton/index.ts +1 -1
  289. package/src/components/AddResourceButton/type.ts +92 -92
  290. package/src/components/AddVariables/AddVariables.scss +14 -0
  291. package/src/components/AddVariables/AddVariables.stories.tsx +44 -0
  292. package/src/components/AddVariables/AddVariables.tsx +113 -0
  293. package/src/components/AddVariables/index.ts +1 -0
  294. package/src/components/AddVariables/types.ts +36 -0
  295. package/src/components/AllProjectsDropdown/AllProjectsDropdown.scss +189 -189
  296. package/src/components/AllProjectsDropdown/AllProjectsDropdown.stories.tsx +117 -117
  297. package/src/components/AllProjectsDropdown/AllProjectsDropdown.tsx +152 -152
  298. package/src/components/AllProjectsDropdown/types.ts +12 -12
  299. package/src/components/AppHeader/AppHeader.scss +182 -176
  300. package/src/components/AppHeader/AppHeader.stories.tsx +425 -425
  301. package/src/components/AppHeader/AppHeader.tsx +198 -198
  302. package/src/components/AppHeader/index.ts +1 -1
  303. package/src/components/AppHeader/types.ts +52 -53
  304. package/src/components/AttachImage/AttachImage.scss +76 -76
  305. package/src/components/AttachImage/AttachImage.stories.tsx +24 -22
  306. package/src/components/AttachImage/AttachImage.tsx +60 -64
  307. package/src/components/AttachImage/index.ts +2 -2
  308. package/src/components/AttachImage/types.ts +26 -19
  309. package/src/components/AttachmentButton/AttachmentButton.scss +9 -9
  310. package/src/components/AttachmentButton/AttachmentButton.stories.tsx +81 -81
  311. package/src/components/AttachmentButton/AttachmentButton.tsx +129 -129
  312. package/src/components/AttachmentButton/types.ts +13 -13
  313. package/src/components/Avatar/Avatar.scss +27 -27
  314. package/src/components/Avatar/Avatar.stories.tsx +76 -76
  315. package/src/components/Avatar/Avatar.tsx +41 -41
  316. package/src/components/Avatar/types.ts +35 -35
  317. package/src/components/Button/Button.scss +155 -155
  318. package/src/components/Button/Button.stories.tsx +81 -81
  319. package/src/components/Button/Button.tsx +73 -73
  320. package/src/components/Button/index.ts +1 -1
  321. package/src/components/Button/types.ts +69 -69
  322. package/src/components/Charts/BarChart/BarChart.scss +66 -66
  323. package/src/components/Charts/BarChart/BarChart.stories.tsx +67 -67
  324. package/src/components/Charts/BarChart/BarChart.tsx +328 -328
  325. package/src/components/Charts/BarChart/types.ts +12 -12
  326. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.scss +157 -157
  327. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.tsx +54 -54
  328. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.tsx +502 -502
  329. package/src/components/Charts/DashboardDonutChart/types.ts +52 -52
  330. package/src/components/Charts/DonutChart/DonutChart.scss +76 -76
  331. package/src/components/Charts/DonutChart/DonutChart.stories.tsx +30 -30
  332. package/src/components/Charts/DonutChart/DonutChart.tsx +246 -241
  333. package/src/components/Charts/DonutChart/index.ts +1 -1
  334. package/src/components/Charts/DonutChart/type.ts +23 -23
  335. package/src/components/Charts/IconRadialChart/IconRadialChart.scss +25 -25
  336. package/src/components/Charts/IconRadialChart/IconRadialChart.stories.tsx +51 -51
  337. package/src/components/Charts/IconRadialChart/IconRadialChart.tsx +173 -173
  338. package/src/components/Charts/IconRadialChart/types.ts +28 -28
  339. package/src/components/Charts/LineChart/LineChart.scss +88 -88
  340. package/src/components/Charts/LineChart/LineChart.stories.tsx +255 -255
  341. package/src/components/Charts/LineChart/LineChart.tsx +282 -282
  342. package/src/components/Charts/LineChart/index.ts +1 -1
  343. package/src/components/Charts/LineChart/types.ts +29 -29
  344. package/src/components/Charts/MultiRadialChart/MultiRadialChart.scss +86 -86
  345. package/src/components/Charts/MultiRadialChart/MultiRadialChart.stories.tsx +116 -116
  346. package/src/components/Charts/MultiRadialChart/MultiRadialChart.tsx +292 -292
  347. package/src/components/Charts/MultiRadialChart/index.ts +1 -1
  348. package/src/components/Charts/MultiRadialChart/types.ts +25 -25
  349. package/src/components/Charts/PieChart/PieChart.scss +41 -41
  350. package/src/components/Charts/PieChart/PieChart.stories.tsx +46 -46
  351. package/src/components/Charts/PieChart/PieChart.tsx +192 -192
  352. package/src/components/Charts/PieChart/index.ts +1 -1
  353. package/src/components/Charts/PieChart/types.ts +28 -28
  354. package/src/components/Charts/RadialChart/RadialChart.scss +16 -12
  355. package/src/components/Charts/RadialChart/RadialChart.stories.tsx +36 -36
  356. package/src/components/Charts/RadialChart/RadialChart.tsx +180 -174
  357. package/src/components/Charts/RadialChart/index.ts +1 -1
  358. package/src/components/Charts/RadialChart/types.ts +32 -32
  359. package/src/components/Checkbox/Checkbox.scss +146 -89
  360. package/src/components/Checkbox/Checkbox.stories.tsx +123 -47
  361. package/src/components/Checkbox/Checkbox.tsx +58 -55
  362. package/src/components/Checkbox/types.ts +34 -30
  363. package/src/components/Chip/Chip.scss +85 -85
  364. package/src/components/Chip/Chip.stories.tsx +116 -116
  365. package/src/components/Chip/Chip.tsx +35 -35
  366. package/src/components/Chip/index.ts +1 -1
  367. package/src/components/Chip/types.ts +19 -19
  368. package/src/components/ConnectingBranch/BranchComponents/MachineInstances.tsx +128 -128
  369. package/src/components/ConnectingBranch/ConnectingBranch.scss +233 -233
  370. package/src/components/ConnectingBranch/ConnectingBranch.stories.tsx +21 -21
  371. package/src/components/ConnectingBranch/ConnectingBranch.tsx +182 -182
  372. package/src/components/ConnectingBranch/data.ts +137 -137
  373. package/src/components/ConnectingBranch/index.ts +1 -1
  374. package/src/components/ConnectingBranch/types.ts +21 -21
  375. package/src/components/CreateVariable/CreateVariableSlider.scss +18 -0
  376. package/src/components/CreateVariable/CreateVariableSlider.stories.tsx +66 -0
  377. package/src/components/CreateVariable/CreateVariableSlider.tsx +95 -0
  378. package/src/components/CreateVariable/index.ts +1 -0
  379. package/src/components/CreateVariable/types.ts +58 -0
  380. package/src/components/DatePicker/DatePicker.scss +402 -402
  381. package/src/components/DatePicker/DatePicker.stories.tsx +174 -174
  382. package/src/components/DatePicker/DatePicker.tsx +451 -451
  383. package/src/components/DatePicker/Timepicker.tsx +372 -372
  384. package/src/components/DatePicker/types.ts +105 -105
  385. package/src/components/DownloadClient/DownloadClient.scss +80 -80
  386. package/src/components/DownloadClient/DownloadClient.stories.tsx +26 -26
  387. package/src/components/DownloadClient/DownloadClient.tsx +81 -81
  388. package/src/components/DownloadClient/type.ts +40 -40
  389. package/src/components/DragAndDrop/DragAndDrop.d.ts +5 -5
  390. package/src/components/DragAndDrop/DragAndDrop.stories.tsx +25 -25
  391. package/src/components/DragAndDrop/DragAndDrop.ts +7 -7
  392. package/src/components/DragAndDrop/DragAndDropList.scss +69 -69
  393. package/src/components/DragAndDrop/DragAndDropList.tsx +151 -151
  394. package/src/components/Drawer/Drawer.scss +138 -138
  395. package/src/components/Drawer/Drawer.stories.tsx +155 -156
  396. package/src/components/Drawer/Drawer.tsx +232 -229
  397. package/src/components/Drawer/Types.ts +157 -144
  398. package/src/components/EditTextField/EditTextField.scss +97 -97
  399. package/src/components/EditTextField/EditTextField.stories.tsx +127 -127
  400. package/src/components/EditTextField/EditTextField.tsx +181 -181
  401. package/src/components/EditTextField/index.ts +1 -1
  402. package/src/components/EditTextField/types.ts +55 -55
  403. package/src/components/Editor/Editor.scss +56 -56
  404. package/src/components/Editor/Editor.stories.tsx +54 -54
  405. package/src/components/Editor/Editor.tsx +250 -248
  406. package/src/components/Editor/VariableDropdown.scss +27 -21
  407. package/src/components/Editor/VariableDropdown.tsx +57 -49
  408. package/src/components/Editor/constants.ts +180 -180
  409. package/src/components/Editor/types.ts +89 -79
  410. package/src/components/Excel/ColorBarSelector/ColorBarSelector.scss +15 -15
  411. package/src/components/Excel/ColorBarSelector/ColorBarSelector.tsx +43 -43
  412. package/src/components/Excel/ExcelContextMenu/ExcelContextMenu.scss +27 -27
  413. package/src/components/Excel/ExcelContextMenu/ExcelContextMenu.tsx +42 -42
  414. package/src/components/Excel/ExcelFile/ExcelFile.scss +68 -68
  415. package/src/components/Excel/ExcelFile/ExcelFile.tsx +491 -491
  416. package/src/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.tsx +131 -131
  417. package/src/components/Excel/ExcelFile/ExcelFileComponents/Cell.tsx +238 -238
  418. package/src/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.tsx +168 -168
  419. package/src/components/Excel/ExcelFile/ExcelFileComponents/Copied.tsx +25 -25
  420. package/src/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.tsx +56 -56
  421. package/src/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.tsx +37 -37
  422. package/src/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.tsx +85 -85
  423. package/src/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.tsx +31 -31
  424. package/src/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.tsx +5 -5
  425. package/src/components/Excel/ExcelFile/ExcelFileComponents/Row.tsx +5 -5
  426. package/src/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.tsx +154 -154
  427. package/src/components/Excel/ExcelFile/ExcelFileComponents/Selected.tsx +32 -32
  428. package/src/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.scss +146 -146
  429. package/src/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.tsx +479 -479
  430. package/src/components/Excel/ExcelFile/ExcelFileComponents/Table.tsx +19 -19
  431. package/src/components/Excel/ExcelFile/ExcelFileComponents/actions.ts +548 -548
  432. package/src/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.ts +18 -18
  433. package/src/components/Excel/ExcelFile/ExcelFileComponents/context.ts +12 -12
  434. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.ts +153 -153
  435. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.ts +31 -31
  436. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/index.ts +2 -2
  437. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.ts +152 -152
  438. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.ts +10 -10
  439. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.ts +69 -69
  440. package/src/components/Excel/ExcelFile/ExcelFileComponents/index.ts +49 -49
  441. package/src/components/Excel/ExcelFile/ExcelFileComponents/matrix.ts +382 -382
  442. package/src/components/Excel/ExcelFile/ExcelFileComponents/point-range.ts +82 -82
  443. package/src/components/Excel/ExcelFile/ExcelFileComponents/point.ts +15 -15
  444. package/src/components/Excel/ExcelFile/ExcelFileComponents/reducer.ts +673 -673
  445. package/src/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.ts +819 -819
  446. package/src/components/Excel/ExcelFile/ExcelFileComponents/selection.ts +257 -257
  447. package/src/components/Excel/ExcelFile/ExcelFileComponents/types.ts +255 -255
  448. package/src/components/Excel/ExcelFile/ExcelFileComponents/typings/fast-formula-parser.d.ts +58 -58
  449. package/src/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.ts +8 -8
  450. package/src/components/Excel/ExcelFile/ExcelFileComponents/use-selector.ts +9 -9
  451. package/src/components/Excel/ExcelFile/ExcelFileComponents/util.ts +172 -172
  452. package/src/components/Excel/ExcelFile.stories.tsx +167 -167
  453. package/src/components/Excel/ExcelToolBar/ExcelToolBar.scss +96 -96
  454. package/src/components/Excel/ExcelToolBar/ExcelToolBar.tsx +397 -397
  455. package/src/components/Excel/Types.ts +196 -196
  456. package/src/components/Excel/dataConversion.ts +173 -173
  457. package/src/components/Excel/index.ts +1 -1
  458. package/src/components/ExpandableMenu/ExpandableMenu.scss +110 -110
  459. package/src/components/ExpandableMenu/ExpandableMenu.stories.tsx +67 -67
  460. package/src/components/ExpandableMenu/ExpandableMenu.tsx +101 -101
  461. package/src/components/ExpandableMenu/index.ts +1 -1
  462. package/src/components/ExpandableMenu/types.ts +34 -34
  463. package/src/components/FF_Captcha/Recaptcha.scss +10 -10
  464. package/src/components/FF_Captcha/Recaptcha.tsx +40 -40
  465. package/src/components/FF_Captcha/captcha.stories.tsx +40 -40
  466. package/src/components/FF_Captcha/types.ts +22 -22
  467. package/src/components/FieldSet/FieldSet.scss +9 -9
  468. package/src/components/FieldSet/FieldSet.stories.tsx +103 -103
  469. package/src/components/FieldSet/FieldSet.tsx +29 -29
  470. package/src/components/FieldSet/index.ts +1 -1
  471. package/src/components/FieldSet/types.ts +8 -8
  472. package/src/components/FileDropzone/Dropzone.tsx +57 -57
  473. package/src/components/FileDropzone/FileDropzone.scss +135 -135
  474. package/src/components/FileDropzone/FileDropzone.stories.tsx +98 -98
  475. package/src/components/FileDropzone/FileDropzone.tsx +111 -111
  476. package/src/components/FileDropzone/FilePreview.tsx +77 -77
  477. package/src/components/FileDropzone/index.ts +1 -1
  478. package/src/components/FileDropzone/types.ts +126 -126
  479. package/src/components/Form/Form.d.ts +2 -2
  480. package/src/components/Form/Form.scss +158 -158
  481. package/src/components/Form/Form.stories.tsx +508 -508
  482. package/src/components/Form/Form.ts +2 -2
  483. package/src/components/Form/Forms.tsx +41 -41
  484. package/src/components/Form/validation.json +29 -29
  485. package/src/components/GridLayout/GridLayout.scss +69 -69
  486. package/src/components/GridLayout/GridLayout.stories.tsx +90 -90
  487. package/src/components/GridLayout/GridLayout.tsx +39 -39
  488. package/src/components/GridLayout/GridLayoutStory.scss +25 -25
  489. package/src/components/GridLayout/types.ts +84 -84
  490. package/src/components/HighlightText/HighlightText.scss +3 -3
  491. package/src/components/HighlightText/HighlightText.stories.tsx +22 -22
  492. package/src/components/HighlightText/HighlightText.tsx +33 -33
  493. package/src/components/HighlightText/index.ts +1 -1
  494. package/src/components/HighlightText/types.ts +4 -4
  495. package/src/components/Icon/Icon.stories.tsx +65 -65
  496. package/src/components/Icon/Icon.tsx +88 -88
  497. package/src/components/Icon/Icons.scss +50 -50
  498. package/src/components/Icon/iconList.ts +464 -462
  499. package/src/components/Icon/index.ts +1 -1
  500. package/src/components/Icon/types.ts +14 -14
  501. package/src/components/IconButton/IconButton.scss +54 -54
  502. package/src/components/IconButton/IconButton.stories.tsx +33 -33
  503. package/src/components/IconButton/IconButton.tsx +36 -36
  504. package/src/components/IconButton/index.ts +1 -1
  505. package/src/components/IconButton/types.ts +6 -6
  506. package/src/components/IconRadioGroup/IconRadioGroup.scss +63 -63
  507. package/src/components/IconRadioGroup/IconRadioGroup.stories.tsx +108 -108
  508. package/src/components/IconRadioGroup/IconRadioGroup.tsx +73 -73
  509. package/src/components/IconRadioGroup/index.ts +1 -1
  510. package/src/components/IconRadioGroup/type.ts +49 -49
  511. package/src/components/Input/Input.scss +159 -159
  512. package/src/components/Input/Input.stories.tsx +141 -141
  513. package/src/components/Input/Input.tsx +114 -103
  514. package/src/components/Input/types.ts +85 -85
  515. package/src/components/InputWithDropdown/InputWithDropdown.scss +213 -213
  516. package/src/components/InputWithDropdown/InputWithDropdown.stories.tsx +169 -169
  517. package/src/components/InputWithDropdown/InputWithDropdown.tsx +122 -122
  518. package/src/components/InputWithDropdown/index.ts +1 -1
  519. package/src/components/InputWithDropdown/types.ts +113 -113
  520. package/src/components/LabelEditTextField/LabelEditTextField.scss +86 -86
  521. package/src/components/LabelEditTextField/LabelEditTextField.stories.tsx +192 -192
  522. package/src/components/LabelEditTextField/LabelEditTextField.tsx +246 -246
  523. package/src/components/LabelEditTextField/index.ts +1 -1
  524. package/src/components/LabelEditTextField/types.ts +46 -46
  525. package/src/components/LazyLoad/LazyLoad.d.ts +3 -3
  526. package/src/components/LazyLoad/LazyLoad.stories.tsx +33 -33
  527. package/src/components/LazyLoad/LazyLoad.ts +2 -2
  528. package/src/components/LazyLoad/LazyLoading.tsx +19 -19
  529. package/src/components/LazyLoad/index.ts +1 -1
  530. package/src/components/MachineInputField/MachineInputField.scss +59 -59
  531. package/src/components/MachineInputField/MachineInputField.stories.tsx +32 -32
  532. package/src/components/MachineInputField/MachineInputField.tsx +87 -87
  533. package/src/components/MachineInputField/index.ts +1 -1
  534. package/src/components/MachineInputField/types.ts +13 -13
  535. package/src/components/MenuOption/MenuOption.scss +97 -97
  536. package/src/components/MenuOption/MenuOption.stories.tsx +157 -157
  537. package/src/components/MenuOption/MenuOption.tsx +219 -219
  538. package/src/components/MenuOption/types.ts +228 -228
  539. package/src/components/MiniModal/MiniModal.scss +170 -174
  540. package/src/components/MiniModal/MiniModal.stories.tsx +735 -734
  541. package/src/components/MiniModal/MiniModal.tsx +344 -326
  542. package/src/components/MiniModal/index.ts +1 -1
  543. package/src/components/MiniModal/types.ts +123 -116
  544. package/src/components/Modal/Modal.stories.tsx +70 -69
  545. package/src/components/Modal/Modal.tsx +100 -100
  546. package/src/components/Modal/index.tsx +1 -1
  547. package/src/components/Modal/modal.scss +51 -51
  548. package/src/components/Modal/types.ts +43 -43
  549. package/src/components/ModulesChip/ModuleChip.scss +20 -20
  550. package/src/components/ModulesChip/ModuleChip.stories.tsx +41 -41
  551. package/src/components/ModulesChip/ModuleChip.tsx +31 -31
  552. package/src/components/ModulesChip/types.ts +14 -14
  553. package/src/components/MultiSelect/Dropdown.scss +78 -78
  554. package/src/components/MultiSelect/Dropdown.tsx +135 -135
  555. package/src/components/MultiSelect/MultiSelect.scss +217 -217
  556. package/src/components/MultiSelect/MultiSelect.stories.tsx +273 -273
  557. package/src/components/MultiSelect/MultiSelect.tsx +472 -472
  558. package/src/components/MultiSelect/MultiSelectTypes.ts +47 -47
  559. package/src/components/MultiSelect/dropdownTypes.ts +19 -19
  560. package/src/components/MultiSelect/index.ts +1 -1
  561. package/src/components/NLPInput/NLPInput.scss +246 -246
  562. package/src/components/NLPInput/NlpInput.stories.tsx +136 -136
  563. package/src/components/NLPInput/NlpInput.tsx +374 -374
  564. package/src/components/NLPInput/components/NlpDropDown/NlpDropDownType.ts +60 -60
  565. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.scss +83 -83
  566. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.tsx +180 -180
  567. package/src/components/NLPInput/index.ts +1 -1
  568. package/src/components/NLPInput/type.tsx +124 -124
  569. package/src/components/Paper/Paper.scss +13 -13
  570. package/src/components/Paper/Paper.stories.tsx +77 -77
  571. package/src/components/Paper/Paper.tsx +14 -14
  572. package/src/components/Paper/types.ts +19 -19
  573. package/src/components/PopUpModal/PopUpModal.scss +36 -36
  574. package/src/components/PopUpModal/PopUpModal.stories.tsx +61 -61
  575. package/src/components/PopUpModal/PopUpModal.tsx +85 -85
  576. package/src/components/PopUpModal/types.ts +13 -13
  577. package/src/components/RadioButton/RadioButton.scss +106 -106
  578. package/src/components/RadioButton/RadioButton.stories.tsx +43 -43
  579. package/src/components/RadioButton/RadioButton.tsx +41 -41
  580. package/src/components/RadioButton/index.ts +1 -1
  581. package/src/components/RadioButton/radioButtonTypes.tsx +62 -62
  582. package/src/components/RadioGroup/RadioGroup.scss +11 -11
  583. package/src/components/RadioGroup/RadioGroup.stories.tsx +150 -150
  584. package/src/components/RadioGroup/RadioGroup.tsx +49 -49
  585. package/src/components/RadioGroup/index.ts +1 -1
  586. package/src/components/RadioGroup/radioGroupTypes.tsx +96 -96
  587. package/src/components/Search/Search.scss +103 -103
  588. package/src/components/Search/Search.stories.tsx +26 -26
  589. package/src/components/Search/Search.tsx +127 -127
  590. package/src/components/Search/index.ts +1 -1
  591. package/src/components/Search/types.ts +15 -15
  592. package/src/components/Select/Select.scss +213 -197
  593. package/src/components/Select/Select.stories.tsx +355 -306
  594. package/src/components/Select/Select.tsx +278 -252
  595. package/src/components/Select/components/Dropdown.scss +61 -52
  596. package/src/components/Select/components/Dropdown.tsx +140 -126
  597. package/src/components/Select/components/types.ts +24 -23
  598. package/src/components/Select/index.ts +1 -1
  599. package/src/components/Select/types.ts +134 -124
  600. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.scss +128 -128
  601. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.tsx +56 -56
  602. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.tsx +167 -167
  603. package/src/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.scss +51 -51
  604. package/src/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.tsx +107 -107
  605. package/src/components/SequentialConnectingBranch/components/AddBrowserModal/types.ts +5 -5
  606. package/src/components/SequentialConnectingBranch/components/Branches/Branches.scss +190 -190
  607. package/src/components/SequentialConnectingBranch/components/Branches/Branches.tsx +236 -236
  608. package/src/components/SequentialConnectingBranch/components/Branches/types.ts +25 -25
  609. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.scss +3 -3
  610. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.tsx +68 -68
  611. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/types.ts +17 -17
  612. package/src/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.scss +31 -31
  613. package/src/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.tsx +85 -85
  614. package/src/components/SequentialConnectingBranch/components/DatasetListModal/types.ts +4 -4
  615. package/src/components/SequentialConnectingBranch/index.ts +1 -1
  616. package/src/components/SequentialConnectingBranch/types.ts +60 -60
  617. package/src/components/StateDropdown/StateDropdown.stories.tsx +104 -104
  618. package/src/components/StateDropdown/StateDropdown.tsx +245 -245
  619. package/src/components/StateDropdown/StateDropdownTypes.tsx +27 -27
  620. package/src/components/StatusButton/StatusButton.scss +90 -90
  621. package/src/components/StatusButton/StatusButton.stories.tsx +91 -91
  622. package/src/components/StatusButton/StatusButton.tsx +46 -46
  623. package/src/components/StatusButton/index.ts +1 -1
  624. package/src/components/StatusButton/types.ts +45 -45
  625. package/src/components/StatusCard/StatusCard.scss +94 -94
  626. package/src/components/StatusCard/StatusCard.stories.tsx +58 -58
  627. package/src/components/StatusCard/StatusCard.tsx +49 -49
  628. package/src/components/StatusCard/index.ts +1 -1
  629. package/src/components/StatusCard/types.ts +10 -10
  630. package/src/components/Table/Table.scss +116 -116
  631. package/src/components/Table/Table.stories.tsx +373 -373
  632. package/src/components/Table/Table.tsx +178 -178
  633. package/src/components/Table/Types.ts +124 -124
  634. package/src/components/Table/index.ts +1 -1
  635. package/src/components/TableTree/Components/TableBody.tsx +35 -35
  636. package/src/components/TableTree/Components/TableCell.tsx +59 -59
  637. package/src/components/TableTree/Components/TableHead.tsx +39 -39
  638. package/src/components/TableTree/Components/TableRow.tsx +37 -37
  639. package/src/components/TableTree/TableTree.scss +205 -205
  640. package/src/components/TableTree/TableTree.stories.tsx +179 -179
  641. package/src/components/TableTree/TableTree.tsx +245 -239
  642. package/src/components/TableTree/TableTreeStories.scss +22 -22
  643. package/src/components/TableTree/Utils/getAllChildIds.ts +12 -12
  644. package/src/components/TableTree/data.ts +322 -322
  645. package/src/components/TableTree/index.ts +1 -1
  646. package/src/components/TableTree/types.ts +68 -68
  647. package/src/components/Tabs/Tabs.scss +79 -79
  648. package/src/components/Tabs/Tabs.stories.tsx +133 -133
  649. package/src/components/Tabs/Tabs.tsx +61 -61
  650. package/src/components/Tabs/index.ts +1 -1
  651. package/src/components/Tabs/types.ts +48 -48
  652. package/src/components/TextArea/Textarea.scss +144 -144
  653. package/src/components/TextArea/Textarea.stories.tsx +92 -92
  654. package/src/components/TextArea/Textarea.tsx +84 -84
  655. package/src/components/TextArea/Types.ts +82 -82
  656. package/src/components/TextArea/index.tsx +1 -1
  657. package/src/components/ThemeProvider/ThemeProvider.tsx +27 -27
  658. package/src/components/ThemeProvider/index.ts +1 -1
  659. package/src/components/ThemeProvider/types.ts +14 -14
  660. package/src/components/Toast/Toast.scss +121 -121
  661. package/src/components/Toast/Toast.stories.tsx +144 -144
  662. package/src/components/Toast/Toast.tsx +117 -117
  663. package/src/components/Toast/index.ts +1 -1
  664. package/src/components/Toast/types.ts +27 -27
  665. package/src/components/Toastify/Toastify.stories.tsx +71 -71
  666. package/src/components/Toastify/Toastify.tsx +94 -94
  667. package/src/components/Toastify/index.ts +1 -1
  668. package/src/components/Toastify/types.ts +9 -9
  669. package/src/components/Toggle/Toggle.scss +133 -133
  670. package/src/components/Toggle/Toggle.stories.tsx +132 -132
  671. package/src/components/Toggle/Toggle.tsx +96 -96
  672. package/src/components/Toggle/index.ts +1 -1
  673. package/src/components/Toggle/types.ts +43 -43
  674. package/src/components/ToggleSwitch/ToggleSwitch.scss +58 -58
  675. package/src/components/ToggleSwitch/ToggleSwitch.stories.tsx +52 -52
  676. package/src/components/ToggleSwitch/ToggleSwitch.tsx +30 -30
  677. package/src/components/ToggleSwitch/index.ts +1 -1
  678. package/src/components/Tooltip/Tooltip.scss +27 -27
  679. package/src/components/Tooltip/Tooltip.stories.tsx +98 -98
  680. package/src/components/Tooltip/Tooltip.tsx +194 -194
  681. package/src/components/Tooltip/index.ts +1 -1
  682. package/src/components/Tooltip/types.ts +66 -66
  683. package/src/components/Typography/Typography.scss +25 -25
  684. package/src/components/Typography/Typography.stories.tsx +59 -59
  685. package/src/components/Typography/Typography.tsx +41 -41
  686. package/src/components/Typography/index.ts +1 -1
  687. package/src/components/Typography/types.ts +57 -57
  688. package/src/components/VariableInput/VariableInput.scss +127 -127
  689. package/src/components/VariableInput/VariableInput.stories.tsx +32 -32
  690. package/src/components/VariableInput/VariableInput.tsx +352 -352
  691. package/src/components/VariableInput/types.ts +56 -56
  692. package/src/hooks/keyboardevents/useEscKeyEvent.tsx +30 -30
  693. package/src/hooks/useClickOutside.tsx +30 -30
  694. package/src/hooks/useFileDropzone.tsx +274 -274
  695. package/src/hooks/usePortalPosition.tsx +53 -53
  696. package/src/hooks/useTheme.tsx +13 -13
  697. package/src/index.ts +193 -187
  698. package/src/utils/TableCell/TableCell.ts +16 -16
  699. package/src/utils/capitalize/capitalize.stories.tsx +44 -44
  700. package/src/utils/capitalize/capitalize.tsx +4 -4
  701. package/src/utils/checkDuplicates/CheckDuplicates.stories.tsx +40 -0
  702. package/src/utils/checkDuplicates/checkDuplicates.ts +13 -0
  703. package/src/utils/checkEmpty/checkEmpty.stories.tsx +34 -34
  704. package/src/utils/checkEmpty/checkEmpty.ts +24 -24
  705. package/src/utils/compareArrays/compareArrays.stories.tsx +62 -62
  706. package/src/utils/compareArrays/compareArrays.ts +31 -31
  707. package/src/utils/compareObjects/compareObjects.stories.tsx +51 -51
  708. package/src/utils/compareObjects/compareObjects.ts +53 -53
  709. package/src/utils/debounce/debounce.stories.tsx +81 -81
  710. package/src/utils/debounce/debounce.ts +28 -28
  711. package/src/utils/downloadFile/saveFileFromBlob.stories.tsx +62 -62
  712. package/src/utils/downloadFile/saveFileFromBlob.ts +40 -40
  713. package/src/utils/ffID/ffID.stories.tsx +35 -35
  714. package/src/utils/ffID/ffid.ts +7 -7
  715. package/src/utils/findAndInsert/findAndInsert.stories.tsx +119 -119
  716. package/src/utils/findAndInsert/findAndInsert.ts +49 -49
  717. package/src/utils/getEncryptedData/getEncryptedData.stories.tsx +55 -55
  718. package/src/utils/getEncryptedData/getEncryptedData.ts +8 -8
  719. package/src/utils/getExtension/getExtension.stories.tsx +23 -23
  720. package/src/utils/getExtension/getExtension.ts +28 -28
  721. package/src/utils/getSelectOptionValue/getSelectOptionValue.ts +31 -31
  722. package/src/utils/getSequentialPayload/getSequentialPayload.stories.tsx +72 -72
  723. package/src/utils/getSequentialPayload/getSequentialPayload.ts +16 -16
  724. package/src/utils/getSequentialPayload/types.ts +32 -32
  725. package/src/utils/throttle/throttle.stories.tsx +100 -100
  726. package/src/utils/throttle/throttle.ts +33 -33
  727. package/src/utils/truncateText/truncateText.stories.tsx +37 -37
  728. package/src/utils/truncateText/truncateText.ts +4 -4
  729. package/tsconfig.json +55 -55
  730. package/vite.config.js +14 -14
  731. package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +0 -6
  732. package/lib/StyleGuide/Typography/Typography.stories.d.ts +0 -6
  733. package/lib/components/Accordion/Accordion.stories.d.ts +0 -6
  734. package/lib/components/AddResourceButton/AddButton.stories.d.ts +0 -8
  735. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +0 -7
  736. package/lib/components/AppHeader/AppHeader.stories.d.ts +0 -7
  737. package/lib/components/AttachmentButton/AttachmentButton.stories.d.ts +0 -9
  738. package/lib/components/Avatar/Avatar.stories.d.ts +0 -10
  739. package/lib/components/Button/Button.stories.d.ts +0 -13
  740. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.d.ts +0 -7
  741. package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +0 -6
  742. package/lib/components/Charts/PieChart/PieChart.stories.d.ts +0 -7
  743. package/lib/components/Charts/RadialChart/RadialChart.stories.d.ts +0 -6
  744. package/lib/components/Checkbox/Checkbox.stories.d.ts +0 -8
  745. package/lib/components/Chip/Chip.stories.d.ts +0 -14
  746. package/lib/components/DatePicker/DatePicker.stories.d.ts +0 -9
  747. package/lib/components/DragAndDrop/DragAndDrop.stories.d.ts +0 -6
  748. package/lib/components/Drawer/Drawer.stories.d.ts +0 -12
  749. package/lib/components/ExcelFile/ColorBarselector/ColorBarSelector.d.ts +0 -8
  750. package/lib/components/ExcelFile/ContextMenu/ContextMenu.d.ts +0 -4
  751. package/lib/components/ExcelFile/ExcelFile/Excel/ActiveCell.d.ts +0 -7
  752. package/lib/components/ExcelFile/ExcelFile/Excel/Cell.d.ts +0 -4
  753. package/lib/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.d.ts +0 -5
  754. package/lib/components/ExcelFile/ExcelFile/Excel/Copied.d.ts +0 -3
  755. package/lib/components/ExcelFile/ExcelFile/Excel/CornerIndicator.d.ts +0 -5
  756. package/lib/components/ExcelFile/ExcelFile/Excel/DataEditor.d.ts +0 -5
  757. package/lib/components/ExcelFile/ExcelFile/Excel/DataViewer.d.ts +0 -8
  758. package/lib/components/ExcelFile/ExcelFile/Excel/FloatingRect.d.ts +0 -10
  759. package/lib/components/ExcelFile/ExcelFile/Excel/HeaderRow.d.ts +0 -3
  760. package/lib/components/ExcelFile/ExcelFile/Excel/Row.d.ts +0 -3
  761. package/lib/components/ExcelFile/ExcelFile/Excel/RowIndicator.d.ts +0 -5
  762. package/lib/components/ExcelFile/ExcelFile/Excel/Selected.d.ts +0 -3
  763. package/lib/components/ExcelFile/ExcelFile/Excel/Spreadsheet.d.ts +0 -80
  764. package/lib/components/ExcelFile/ExcelFile/Excel/Table.d.ts +0 -3
  765. package/lib/components/ExcelFile/ExcelFile/Excel/actions.d.ts +0 -174
  766. package/lib/components/ExcelFile/ExcelFile/Excel/areModelsEqual.d.ts +0 -1
  767. package/lib/components/ExcelFile/ExcelFile/Excel/context.d.ts +0 -8
  768. package/lib/components/ExcelFile/ExcelFile/Excel/engine/engine.d.ts +0 -22
  769. package/lib/components/ExcelFile/ExcelFile/Excel/engine/formula.d.ts +0 -17
  770. package/lib/components/ExcelFile/ExcelFile/Excel/engine/index.d.ts +0 -2
  771. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-graph.d.ts +0 -21
  772. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-hash.d.ts +0 -3
  773. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-set.d.ts +0 -24
  774. package/lib/components/ExcelFile/ExcelFile/Excel/index.d.ts +0 -13
  775. package/lib/components/ExcelFile/ExcelFile/Excel/matrix.d.ts +0 -67
  776. package/lib/components/ExcelFile/ExcelFile/Excel/point-range.d.ts +0 -22
  777. package/lib/components/ExcelFile/ExcelFile/Excel/point.d.ts +0 -11
  778. package/lib/components/ExcelFile/ExcelFile/Excel/reducer.d.ts +0 -27
  779. package/lib/components/ExcelFile/ExcelFile/Excel/selection.d.ts +0 -95
  780. package/lib/components/ExcelFile/ExcelFile/Excel/types.d.ts +0 -178
  781. package/lib/components/ExcelFile/ExcelFile/Excel/use-dispatch.d.ts +0 -3
  782. package/lib/components/ExcelFile/ExcelFile/Excel/use-selector.d.ts +0 -3
  783. package/lib/components/ExcelFile/ExcelFile/Excel/util.d.ts +0 -44
  784. package/lib/components/ExcelFile/ExcelFile/ExcelFile.d.ts +0 -19
  785. package/lib/components/ExcelFile/ExcelFile.stories.d.ts +0 -6
  786. package/lib/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.d.ts +0 -12
  787. package/lib/components/ExcelFile/ExcelToolBar/ExcelToolBar.d.ts +0 -15
  788. package/lib/components/ExcelFile/Types.d.ts +0 -129
  789. package/lib/components/ExcelFile/index.d.ts +0 -1
  790. package/lib/components/ExpandableMenu/ExpandableMenu.stories.d.ts +0 -7
  791. package/lib/components/FF_Captcha/captcha.stories.d.ts +0 -8
  792. package/lib/components/FileDropzone/FileDropzone.stories.d.ts +0 -8
  793. package/lib/components/Form/Form.stories.d.ts +0 -7
  794. package/lib/components/GridLayout/GridLayout.stories.d.ts +0 -8
  795. package/lib/components/HighlightText/HighlightText.stories.d.ts +0 -6
  796. package/lib/components/Icon/Icon.stories.d.ts +0 -8
  797. package/lib/components/IconButton/IconButton.stories.d.ts +0 -7
  798. package/lib/components/IconRadioGroup/IconRadioGroup.stories.d.ts +0 -7
  799. package/lib/components/Input/Input.stories.d.ts +0 -9
  800. package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +0 -9
  801. package/lib/components/LabelEditTextField/LabelEditTextField.stories.d.ts +0 -11
  802. package/lib/components/LazyLoad/LazyLoad.stories.d.ts +0 -6
  803. package/lib/components/MachineInputField/MachineInputField.stories.d.ts +0 -6
  804. package/lib/components/MenuOption/MenuOption.stories.d.ts +0 -16
  805. package/lib/components/MiniModal/MiniModal.stories.d.ts +0 -10
  806. package/lib/components/Modal/Modal.stories.d.ts +0 -7
  807. package/lib/components/ModulesChip/ModuleChip.stories.d.ts +0 -6
  808. package/lib/components/MultiSelect/MultiSelect.stories.d.ts +0 -10
  809. package/lib/components/NLPInput/NlpInput.stories.d.ts +0 -7
  810. package/lib/components/Paper/Paper.stories.d.ts +0 -11
  811. package/lib/components/RadioButton/RadioButton.stories.d.ts +0 -10
  812. package/lib/components/RadioGroup/RadioGroup.stories.d.ts +0 -9
  813. package/lib/components/Search/Search.stories.d.ts +0 -6
  814. package/lib/components/Select/Select.stories.d.ts +0 -13
  815. package/lib/components/Select/components/Dropdown/Dropdown.d.ts +0 -4
  816. package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +0 -17
  817. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.d.ts +0 -6
  818. package/lib/components/StateDropdown/StateDropdown.stories.d.ts +0 -10
  819. package/lib/components/StatusButton/StatusButton.stories.d.ts +0 -14
  820. package/lib/components/Table/Table.stories.d.ts +0 -13
  821. package/lib/components/TableTree/TableTree.stories.d.ts +0 -7
  822. package/lib/components/Tabs/Tabs.stories.d.ts +0 -9
  823. package/lib/components/TextArea/Textarea.stories.d.ts +0 -9
  824. package/lib/components/Toast/Toast.stories.d.ts +0 -6
  825. package/lib/components/Toastify/Toastify.stories.d.ts +0 -6
  826. package/lib/components/Toggle/Toggle.stories.d.ts +0 -12
  827. package/lib/components/Tooltip/Tooltip.stories.d.ts +0 -15
  828. package/lib/components/Typography/Typography.stories.d.ts +0 -10
  829. package/lib/components/VariableInput/VariableInput.stories.d.ts +0 -6
  830. package/lib/utils/checkEmpty/checkEmpty.stories.d.ts +0 -6
  831. package/lib/utils/compareArrays/compareArrays.stories.d.ts +0 -6
  832. package/lib/utils/compareObjects/compareObjects.stories.d.ts +0 -6
  833. package/lib/utils/debounce/debounce.stories.d.ts +0 -6
  834. package/lib/utils/ffID/ffID.stories.d.ts +0 -6
  835. package/lib/utils/find/findAndInsert.d.ts +0 -7
  836. package/lib/utils/find/findAndInsert.stories.d.ts +0 -7
  837. package/lib/utils/findAndInsert/findAndInsert.stories.d.ts +0 -7
  838. package/lib/utils/getEncryptedData/getEncryptedData.stories.d.ts +0 -6
  839. package/lib/utils/getExtension/getExtension.stories.d.ts +0 -6
  840. package/lib/utils/throttle/throttle.stories.d.ts +0 -6
  841. package/lib/utils/truncateText/truncateText.stories.d.ts +0 -6
@@ -1,12 +1,12 @@
1
- <svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.5698 7C14.5698 10.8654 11.4352 14 7.56982 14C3.70442 14 0.569824 10.8654 0.569824 7C0.569824 3.1346 3.70442 0 7.56982 0C11.4352 0 14.5698 3.1346 14.5698 7Z" fill="#4CAF50"/>
3
- <path d="M7.56971 0V7L10.3697 8.4L7.27466 14C7.38561 14 7.45876 14 7.56971 14C11.4383 14 14.5697 10.8686 14.5697 7C14.5697 3.13145 11.4383 0 7.56971 0Z" fill="#FFC107"/>
4
- <path d="M14.5698 7C14.5698 10.8654 11.4352 14 7.56982 14C3.70442 14 0.569824 10.8654 0.569824 7C0.569824 3.1346 3.70442 0 7.56982 0C11.4352 0 14.5698 3.1346 14.5698 7Z" fill="#4CAF50"/>
5
- <path d="M7.56971 0V7L10.3697 8.4L7.27466 14C7.38561 14 7.45876 14 7.56971 14C11.4383 14 14.5697 10.8686 14.5697 7C14.5697 3.13145 11.4383 0 7.56971 0Z" fill="#FFC107"/>
6
- <path d="M13.8137 3.85H7.5697V8.4L6.5197 8.05L1.6757 3.241H1.6687C2.9077 1.2915 5.0882 0 7.5697 0C10.2997 0 12.6622 1.568 13.8137 3.85Z" fill="#F44336"/>
7
- <path d="M1.67493 3.24243L4.76998 8.44413L6.51963 8.05003L1.67493 3.24243Z" fill="#DD2C00"/>
8
- <path d="M7.27466 14L10.4016 8.37933L8.96971 7.34998L7.27466 14Z" fill="#558B2F"/>
9
- <path d="M13.8226 3.8501H7.56986L7.01721 5.4531L13.8226 3.8501Z" fill="#F9A825"/>
10
- <path d="M10.7197 7.0001C10.7197 8.73925 9.30883 10.1501 7.56968 10.1501C5.83053 10.1501 4.41968 8.73925 4.41968 7.0001C4.41968 5.26095 5.83053 3.8501 7.56968 3.8501C9.30883 3.8501 10.7197 5.26095 10.7197 7.0001Z" fill="white"/>
11
- <path d="M10.0196 7.00005C10.0196 8.3535 8.92308 9.45005 7.56963 9.45005C6.21618 9.45005 5.11963 8.3535 5.11963 7.00005C5.11963 5.6466 6.21618 4.55005 7.56963 4.55005C8.92308 4.55005 10.0196 5.6466 10.0196 7.00005Z" fill="#2196F3"/>
12
- </svg>
1
+ <svg width="15" height="14" viewBox="0 0 15 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.5698 7C14.5698 10.8654 11.4352 14 7.56982 14C3.70442 14 0.569824 10.8654 0.569824 7C0.569824 3.1346 3.70442 0 7.56982 0C11.4352 0 14.5698 3.1346 14.5698 7Z" fill="#4CAF50"/>
3
+ <path d="M7.56971 0V7L10.3697 8.4L7.27466 14C7.38561 14 7.45876 14 7.56971 14C11.4383 14 14.5697 10.8686 14.5697 7C14.5697 3.13145 11.4383 0 7.56971 0Z" fill="#FFC107"/>
4
+ <path d="M14.5698 7C14.5698 10.8654 11.4352 14 7.56982 14C3.70442 14 0.569824 10.8654 0.569824 7C0.569824 3.1346 3.70442 0 7.56982 0C11.4352 0 14.5698 3.1346 14.5698 7Z" fill="#4CAF50"/>
5
+ <path d="M7.56971 0V7L10.3697 8.4L7.27466 14C7.38561 14 7.45876 14 7.56971 14C11.4383 14 14.5697 10.8686 14.5697 7C14.5697 3.13145 11.4383 0 7.56971 0Z" fill="#FFC107"/>
6
+ <path d="M13.8137 3.85H7.5697V8.4L6.5197 8.05L1.6757 3.241H1.6687C2.9077 1.2915 5.0882 0 7.5697 0C10.2997 0 12.6622 1.568 13.8137 3.85Z" fill="#F44336"/>
7
+ <path d="M1.67493 3.24243L4.76998 8.44413L6.51963 8.05003L1.67493 3.24243Z" fill="#DD2C00"/>
8
+ <path d="M7.27466 14L10.4016 8.37933L8.96971 7.34998L7.27466 14Z" fill="#558B2F"/>
9
+ <path d="M13.8226 3.8501H7.56986L7.01721 5.4531L13.8226 3.8501Z" fill="#F9A825"/>
10
+ <path d="M10.7197 7.0001C10.7197 8.73925 9.30883 10.1501 7.56968 10.1501C5.83053 10.1501 4.41968 8.73925 4.41968 7.0001C4.41968 5.26095 5.83053 3.8501 7.56968 3.8501C9.30883 3.8501 10.7197 5.26095 10.7197 7.0001Z" fill="white"/>
11
+ <path d="M10.0196 7.00005C10.0196 8.3535 8.92308 9.45005 7.56963 9.45005C6.21618 9.45005 5.11963 8.3535 5.11963 7.00005C5.11963 5.6466 6.21618 4.55005 7.56963 4.55005C8.92308 4.55005 10.0196 5.6466 10.0196 7.00005Z" fill="#2196F3"/>
12
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15 30C23.2843 30 30 23.2843 30 15C30 6.71573 23.2843 0 15 0C6.71573 0 0 6.71573 0 15C0 23.2843 6.71573 30 15 30Z" fill="#71347B"/>
3
- <path d="M14.908 14.0551C15.9541 14.0551 16.9766 13.7449 17.8464 13.1637C18.7162 12.5825 19.3941 11.7565 19.7944 10.7901C20.1947 9.82363 20.2994 8.76018 20.0954 7.73422C19.8913 6.70825 19.3876 5.76585 18.6479 5.02617C17.9082 4.28649 16.9658 3.78276 15.9398 3.57868C14.9139 3.3746 13.8504 3.47935 12.884 3.87966C11.9175 4.27997 11.0915 4.95787 10.5103 5.82764C9.92918 6.69741 9.61899 7.71999 9.61899 8.76606C9.62189 10.1679 10.1801 11.5115 11.1713 12.5027C12.1626 13.494 13.5062 14.0521 14.908 14.0551ZM14.908 16.7001C11.408 16.7001 4.32999 18.4851 4.32999 21.9891V24.6341H25.486V21.9891C25.486 18.4851 18.412 16.7001 14.908 16.7001Z" fill="white"/>
4
- </svg>
1
+ <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15 30C23.2843 30 30 23.2843 30 15C30 6.71573 23.2843 0 15 0C6.71573 0 0 6.71573 0 15C0 23.2843 6.71573 30 15 30Z" fill="#71347B"/>
3
+ <path d="M14.908 14.0551C15.9541 14.0551 16.9766 13.7449 17.8464 13.1637C18.7162 12.5825 19.3941 11.7565 19.7944 10.7901C20.1947 9.82363 20.2994 8.76018 20.0954 7.73422C19.8913 6.70825 19.3876 5.76585 18.6479 5.02617C17.9082 4.28649 16.9658 3.78276 15.9398 3.57868C14.9139 3.3746 13.8504 3.47935 12.884 3.87966C11.9175 4.27997 11.0915 4.95787 10.5103 5.82764C9.92918 6.69741 9.61899 7.71999 9.61899 8.76606C9.62189 10.1679 10.1801 11.5115 11.1713 12.5027C12.1626 13.494 13.5062 14.0521 14.908 14.0551ZM14.908 16.7001C11.408 16.7001 4.32999 18.4851 4.32999 21.9891V24.6341H25.486V21.9891C25.486 18.4851 18.412 16.7001 14.908 16.7001Z" fill="white"/>
4
+ </svg>
@@ -1,11 +1,11 @@
1
- <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_842_32771)">
3
- <path d="M6.9998 0.583282C5.7307 0.583282 4.49011 0.959613 3.43489 1.66469C2.37968 2.36976 1.55723 3.3719 1.07157 4.5444C0.58591 5.71689 0.458839 7.00707 0.706427 8.25178C0.954016 9.49649 1.56514 10.6398 2.46253 11.5372C3.35992 12.4346 4.50326 13.0457 5.74797 13.2933C6.99268 13.5409 8.28286 13.4138 9.45535 12.9282C10.6278 12.4425 11.63 11.6201 12.3351 10.5649C13.0401 9.50964 13.4165 8.26905 13.4165 6.99995C13.4145 5.29876 12.7378 3.66782 11.5349 2.4649C10.3319 1.26197 8.70099 0.585289 6.9998 0.583282ZM6.9998 12.25C5.96145 12.25 4.94641 11.942 4.08306 11.3652C3.2197 10.7883 2.54679 9.96835 2.14943 9.00904C1.75207 8.04973 1.6481 6.99413 1.85068 5.97573C2.05325 4.95732 2.55326 4.02186 3.28749 3.28764C4.02171 2.55341 4.95717 2.0534 5.97557 1.85083C6.99398 1.64825 8.04957 1.75222 9.00889 2.14958C9.9682 2.54694 10.7881 3.21985 11.365 4.08321C11.9419 4.94656 12.2498 5.9616 12.2498 6.99995C12.2481 8.39181 11.6944 9.72619 10.7102 10.7104C9.72604 11.6946 8.39166 12.2483 6.9998 12.25Z" fill="#71347B"/>
4
- <path d="M7.58354 6.75855V3.50005C7.58354 3.34534 7.52208 3.19697 7.41268 3.08757C7.30329 2.97818 7.15491 2.91672 7.0002 2.91672C6.84549 2.91672 6.69712 2.97818 6.58772 3.08757C6.47833 3.19697 6.41687 3.34534 6.41687 3.50005V7.00005C6.4169 7.15475 6.47838 7.3031 6.58779 7.41247L8.33779 9.16247C8.4478 9.26873 8.59516 9.32752 8.7481 9.32619C8.90105 9.32486 9.04736 9.26352 9.15551 9.15536C9.26367 9.04721 9.32502 8.9009 9.32635 8.74795C9.32768 8.595 9.26888 8.44765 9.16262 8.33763L7.58354 6.75855Z" fill="#71347B"/>
5
- </g>
6
- <defs>
7
- <clipPath id="clip0_842_32771">
8
- <rect width="14" height="14" fill="white"/>
9
- </clipPath>
10
- </defs>
11
- </svg>
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_842_32771)">
3
+ <path d="M6.9998 0.583282C5.7307 0.583282 4.49011 0.959613 3.43489 1.66469C2.37968 2.36976 1.55723 3.3719 1.07157 4.5444C0.58591 5.71689 0.458839 7.00707 0.706427 8.25178C0.954016 9.49649 1.56514 10.6398 2.46253 11.5372C3.35992 12.4346 4.50326 13.0457 5.74797 13.2933C6.99268 13.5409 8.28286 13.4138 9.45535 12.9282C10.6278 12.4425 11.63 11.6201 12.3351 10.5649C13.0401 9.50964 13.4165 8.26905 13.4165 6.99995C13.4145 5.29876 12.7378 3.66782 11.5349 2.4649C10.3319 1.26197 8.70099 0.585289 6.9998 0.583282ZM6.9998 12.25C5.96145 12.25 4.94641 11.942 4.08306 11.3652C3.2197 10.7883 2.54679 9.96835 2.14943 9.00904C1.75207 8.04973 1.6481 6.99413 1.85068 5.97573C2.05325 4.95732 2.55326 4.02186 3.28749 3.28764C4.02171 2.55341 4.95717 2.0534 5.97557 1.85083C6.99398 1.64825 8.04957 1.75222 9.00889 2.14958C9.9682 2.54694 10.7881 3.21985 11.365 4.08321C11.9419 4.94656 12.2498 5.9616 12.2498 6.99995C12.2481 8.39181 11.6944 9.72619 10.7102 10.7104C9.72604 11.6946 8.39166 12.2483 6.9998 12.25Z" fill="#71347B"/>
4
+ <path d="M7.58354 6.75855V3.50005C7.58354 3.34534 7.52208 3.19697 7.41268 3.08757C7.30329 2.97818 7.15491 2.91672 7.0002 2.91672C6.84549 2.91672 6.69712 2.97818 6.58772 3.08757C6.47833 3.19697 6.41687 3.34534 6.41687 3.50005V7.00005C6.4169 7.15475 6.47838 7.3031 6.58779 7.41247L8.33779 9.16247C8.4478 9.26873 8.59516 9.32752 8.7481 9.32619C8.90105 9.32486 9.04736 9.26352 9.15551 9.15536C9.26367 9.04721 9.32502 8.9009 9.32635 8.74795C9.32768 8.595 9.26888 8.44765 9.16262 8.33763L7.58354 6.75855Z" fill="#71347B"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_842_32771">
8
+ <rect width="14" height="14" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </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.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 fill-rule="evenodd" clip-rule="evenodd" d="M15.4419 2.23255H13.711C13.5824 1.60233 13.2399 1.03591 12.7417 0.629114C12.2434 0.222317 11.62 0.00012207 10.9767 0.00012207C10.3335 0.00012207 9.71005 0.222317 9.2118 0.629114C8.71356 1.03591 8.37113 1.60233 8.24246 2.23255H0.55814C0.410112 2.23255 0.268147 2.29136 0.163475 2.39603C0.0588038 2.5007 0 2.64267 0 2.79069C0 2.93872 0.0588038 3.08069 0.163475 3.18536C0.268147 3.29003 0.410112 3.34883 0.55814 3.34883H8.24246C8.37113 3.97905 8.71356 4.54548 9.2118 4.95227C9.71005 5.35907 10.3335 5.58127 10.9767 5.58127C11.62 5.58127 12.2434 5.35907 12.7417 4.95227C13.2399 4.54548 13.5824 3.97905 13.711 3.34883H15.4419C15.5899 3.34883 15.7319 3.29003 15.8365 3.18536C15.9412 3.08069 16 2.93872 16 2.79069C16 2.64267 15.9412 2.5007 15.8365 2.39603C15.7319 2.29136 15.5899 2.23255 15.4419 2.23255ZM10.9767 4.46511C10.6456 4.46511 10.3218 4.36691 10.0465 4.18292C9.77113 3.99893 9.55652 3.73743 9.42978 3.43147C9.30305 3.12551 9.26989 2.78884 9.3345 2.46403C9.39911 2.13923 9.55858 1.84087 9.79275 1.6067C10.0269 1.37253 10.3253 1.21306 10.6501 1.14845C10.9749 1.08384 11.3116 1.117 11.6175 1.24373C11.9235 1.37047 12.185 1.58508 12.369 1.86044C12.553 2.13579 12.6512 2.45953 12.6512 2.79069C12.6506 3.23461 12.474 3.66018 12.1601 3.97408C11.8462 4.28797 11.4207 4.46456 10.9767 4.46511ZM15.4419 7.44186H7.01336C6.88469 6.81164 6.54226 6.24521 6.04401 5.83842C5.54577 5.43162 4.92229 5.20942 4.27907 5.20942C3.63585 5.20942 3.01237 5.43162 2.51413 5.83842C2.01588 6.24521 1.67345 6.81164 1.54478 7.44186H0.55814C0.410112 7.44186 0.268147 7.50066 0.163475 7.60533C0.0588038 7.71 0 7.85197 0 8C0 8.14802 0.0588038 8.28999 0.163475 8.39466C0.268147 8.49933 0.410112 8.55814 0.55814 8.55814H1.54478C1.67345 9.18836 2.01588 9.75478 2.51413 10.1616C3.01237 10.5684 3.63585 10.7906 4.27907 10.7906C4.92229 10.7906 5.54577 10.5684 6.04401 10.1616C6.54226 9.75478 6.88469 9.18836 7.01336 8.55814H15.4419C15.5899 8.55814 15.7319 8.49933 15.8365 8.39466C15.9412 8.28999 16 8.14802 16 8C16 7.85197 15.9412 7.71 15.8365 7.60533C15.7319 7.50066 15.5899 7.44186 15.4419 7.44186ZM4.27907 9.67441C3.9479 9.67441 3.62417 9.57621 3.34881 9.39222C3.07346 9.20824 2.85884 8.94673 2.73211 8.64077C2.60538 8.33481 2.57222 7.99814 2.63682 7.67333C2.70143 7.34853 2.86091 7.05017 3.09508 6.816C3.32925 6.58183 3.6276 6.42236 3.95241 6.35775C4.27721 6.29314 4.61388 6.3263 4.91984 6.45303C5.2258 6.57977 5.48731 6.79438 5.6713 7.06974C5.85529 7.3451 5.95349 7.66883 5.95349 8C5.95294 8.44391 5.77635 8.86948 5.46245 9.18338C5.14856 9.49727 4.72298 9.67386 4.27907 9.67441ZM13.711 12.6512H15.4419C15.5899 12.6512 15.7319 12.71 15.8365 12.8146C15.9412 12.9193 16 13.0613 16 13.2093C16 13.3573 15.9412 13.4993 15.8365 13.604C15.7319 13.7086 15.5899 13.7674 15.4419 13.7674H13.711C13.5824 14.3977 13.2399 14.9641 12.7417 15.3709C12.2434 15.7777 11.62 15.9999 10.9767 15.9999C10.3335 15.9999 9.71005 15.7777 9.2118 15.3709C8.71356 14.9641 8.37113 14.3977 8.24246 13.7674H0.55814C0.410112 13.7674 0.268147 13.7086 0.163475 13.604C0.0588038 13.4993 0 13.3573 0 13.2093C0 13.0613 0.0588038 12.9193 0.163475 12.8146C0.268147 12.71 0.410112 12.6512 0.55814 12.6512H8.24246C8.37113 12.0209 8.71356 11.4545 9.2118 11.0477C9.71005 10.6409 10.3335 10.4187 10.9767 10.4187C11.62 10.4187 12.2434 10.6409 12.7417 11.0477C13.2399 11.4545 13.5824 12.0209 13.711 12.6512ZM10.0465 14.6015C10.3218 14.7855 10.6456 14.8837 10.9767 14.8837C11.4207 14.8832 11.8462 14.7066 12.1601 14.3927C12.474 14.0788 12.6506 13.6532 12.6512 13.2093C12.6512 12.8781 12.553 12.5544 12.369 12.279C12.185 12.0037 11.9235 11.7891 11.6175 11.6623C11.3116 11.5356 10.9749 11.5024 10.6501 11.5671C10.3253 11.6317 10.0269 11.7911 9.79275 12.0253C9.55858 12.2595 9.39911 12.5578 9.3345 12.8826C9.26989 13.2074 9.30305 13.5441 9.42978 13.8501C9.55652 14.156 9.77113 14.4175 10.0465 14.6015Z" 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="M15.4419 2.23255H13.711C13.5824 1.60233 13.2399 1.03591 12.7417 0.629114C12.2434 0.222317 11.62 0.00012207 10.9767 0.00012207C10.3335 0.00012207 9.71005 0.222317 9.2118 0.629114C8.71356 1.03591 8.37113 1.60233 8.24246 2.23255H0.55814C0.410112 2.23255 0.268147 2.29136 0.163475 2.39603C0.0588038 2.5007 0 2.64267 0 2.79069C0 2.93872 0.0588038 3.08069 0.163475 3.18536C0.268147 3.29003 0.410112 3.34883 0.55814 3.34883H8.24246C8.37113 3.97905 8.71356 4.54548 9.2118 4.95227C9.71005 5.35907 10.3335 5.58127 10.9767 5.58127C11.62 5.58127 12.2434 5.35907 12.7417 4.95227C13.2399 4.54548 13.5824 3.97905 13.711 3.34883H15.4419C15.5899 3.34883 15.7319 3.29003 15.8365 3.18536C15.9412 3.08069 16 2.93872 16 2.79069C16 2.64267 15.9412 2.5007 15.8365 2.39603C15.7319 2.29136 15.5899 2.23255 15.4419 2.23255ZM10.9767 4.46511C10.6456 4.46511 10.3218 4.36691 10.0465 4.18292C9.77113 3.99893 9.55652 3.73743 9.42978 3.43147C9.30305 3.12551 9.26989 2.78884 9.3345 2.46403C9.39911 2.13923 9.55858 1.84087 9.79275 1.6067C10.0269 1.37253 10.3253 1.21306 10.6501 1.14845C10.9749 1.08384 11.3116 1.117 11.6175 1.24373C11.9235 1.37047 12.185 1.58508 12.369 1.86044C12.553 2.13579 12.6512 2.45953 12.6512 2.79069C12.6506 3.23461 12.474 3.66018 12.1601 3.97408C11.8462 4.28797 11.4207 4.46456 10.9767 4.46511ZM15.4419 7.44186H7.01336C6.88469 6.81164 6.54226 6.24521 6.04401 5.83842C5.54577 5.43162 4.92229 5.20942 4.27907 5.20942C3.63585 5.20942 3.01237 5.43162 2.51413 5.83842C2.01588 6.24521 1.67345 6.81164 1.54478 7.44186H0.55814C0.410112 7.44186 0.268147 7.50066 0.163475 7.60533C0.0588038 7.71 0 7.85197 0 8C0 8.14802 0.0588038 8.28999 0.163475 8.39466C0.268147 8.49933 0.410112 8.55814 0.55814 8.55814H1.54478C1.67345 9.18836 2.01588 9.75478 2.51413 10.1616C3.01237 10.5684 3.63585 10.7906 4.27907 10.7906C4.92229 10.7906 5.54577 10.5684 6.04401 10.1616C6.54226 9.75478 6.88469 9.18836 7.01336 8.55814H15.4419C15.5899 8.55814 15.7319 8.49933 15.8365 8.39466C15.9412 8.28999 16 8.14802 16 8C16 7.85197 15.9412 7.71 15.8365 7.60533C15.7319 7.50066 15.5899 7.44186 15.4419 7.44186ZM4.27907 9.67441C3.9479 9.67441 3.62417 9.57621 3.34881 9.39222C3.07346 9.20824 2.85884 8.94673 2.73211 8.64077C2.60538 8.33481 2.57222 7.99814 2.63682 7.67333C2.70143 7.34853 2.86091 7.05017 3.09508 6.816C3.32925 6.58183 3.6276 6.42236 3.95241 6.35775C4.27721 6.29314 4.61388 6.3263 4.91984 6.45303C5.2258 6.57977 5.48731 6.79438 5.6713 7.06974C5.85529 7.3451 5.95349 7.66883 5.95349 8C5.95294 8.44391 5.77635 8.86948 5.46245 9.18338C5.14856 9.49727 4.72298 9.67386 4.27907 9.67441ZM13.711 12.6512H15.4419C15.5899 12.6512 15.7319 12.71 15.8365 12.8146C15.9412 12.9193 16 13.0613 16 13.2093C16 13.3573 15.9412 13.4993 15.8365 13.604C15.7319 13.7086 15.5899 13.7674 15.4419 13.7674H13.711C13.5824 14.3977 13.2399 14.9641 12.7417 15.3709C12.2434 15.7777 11.62 15.9999 10.9767 15.9999C10.3335 15.9999 9.71005 15.7777 9.2118 15.3709C8.71356 14.9641 8.37113 14.3977 8.24246 13.7674H0.55814C0.410112 13.7674 0.268147 13.7086 0.163475 13.604C0.0588038 13.4993 0 13.3573 0 13.2093C0 13.0613 0.0588038 12.9193 0.163475 12.8146C0.268147 12.71 0.410112 12.6512 0.55814 12.6512H8.24246C8.37113 12.0209 8.71356 11.4545 9.2118 11.0477C9.71005 10.6409 10.3335 10.4187 10.9767 10.4187C11.62 10.4187 12.2434 10.6409 12.7417 11.0477C13.2399 11.4545 13.5824 12.0209 13.711 12.6512ZM10.0465 14.6015C10.3218 14.7855 10.6456 14.8837 10.9767 14.8837C11.4207 14.8832 11.8462 14.7066 12.1601 14.3927C12.474 14.0788 12.6506 13.6532 12.6512 13.2093C12.6512 12.8781 12.553 12.5544 12.369 12.279C12.185 12.0037 11.9235 11.7891 11.6175 11.6623C11.3116 11.5356 10.9749 11.5024 10.6501 11.5671C10.3253 11.6317 10.0269 11.7911 9.79275 12.0253C9.55858 12.2595 9.39911 12.5578 9.3345 12.8826C9.26989 13.2074 9.30305 13.5441 9.42978 13.8501C9.55652 14.156 9.77113 14.4175 10.0465 14.6015Z" 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 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>