pixel-react 1.7.9 → 1.8.1

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 (893) 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 +99 -0
  11. package/lib/components/AllProjectsDropdown/types.d.ts +2 -0
  12. package/lib/components/ConditionalDropdown/ConditionalDropdown.d.ts +1 -2
  13. package/lib/components/ConditionalDropdown/types.d.ts +3 -3
  14. package/lib/components/LabelEditTextField/types.d.ts +1 -1
  15. package/lib/components/ScriptSwitchButton/ScriptSwitchButton.d.ts +9 -0
  16. package/lib/components/ScriptSwitchButton/index.d.ts +1 -0
  17. package/lib/components/TableTree/Components/TableCell.d.ts +1 -1
  18. package/lib/components/TableTree/Components/TableRow.d.ts +1 -1
  19. package/lib/components/TableTree/data.d.ts +48 -8
  20. package/lib/components/TableTree/types.d.ts +2 -2
  21. package/lib/index.css +1 -0
  22. package/lib/index.d.ts +15 -6
  23. package/lib/index.esm.css +1 -0
  24. package/lib/index.esm.js +231 -208
  25. package/lib/index.esm.js.map +1 -1
  26. package/lib/index.js +231 -207
  27. package/lib/index.js.map +1 -1
  28. package/lib/tsconfig.tsbuildinfo +1 -1
  29. package/package.json +81 -81
  30. package/rollup.config.mjs +67 -67
  31. package/src/StyleGuide/ColorPalette/ColorPalette.scss +62 -62
  32. package/src/StyleGuide/ColorPalette/ColorPalette.stories.tsx +16 -16
  33. package/src/StyleGuide/ColorPalette/ColorPalette.tsx +67 -67
  34. package/src/StyleGuide/ColorPalette/colorPaletteList.ts +299 -299
  35. package/src/StyleGuide/ColorPalette/index.ts +1 -1
  36. package/src/StyleGuide/ColorPalette/types.ts +19 -19
  37. package/src/StyleGuide/Typography/Typography.scss +99 -99
  38. package/src/StyleGuide/Typography/Typography.stories.tsx +16 -16
  39. package/src/StyleGuide/Typography/Typography.tsx +60 -60
  40. package/src/StyleGuide/Typography/TypographyList.ts +3 -3
  41. package/src/StyleGuide/Typography/types.ts +9 -9
  42. package/src/assets/Themes/BaseTheme.scss +304 -304
  43. package/src/assets/Themes/BlueTheme.scss +279 -279
  44. package/src/assets/Themes/DarkTheme.scss +310 -310
  45. package/src/assets/Themes/Theme.scss +21 -21
  46. package/src/assets/icons/Arrow.svg +4 -4
  47. package/src/assets/icons/Header_preset.svg +18 -18
  48. package/src/assets/icons/accordion_header_icon.svg +10 -10
  49. package/src/assets/icons/active_license_icon.svg +3 -3
  50. package/src/assets/icons/add_archive.svg +9 -9
  51. package/src/assets/icons/add_file.svg +4 -4
  52. package/src/assets/icons/add_label_icon.svg +3 -3
  53. package/src/assets/icons/add_locator.svg +4 -4
  54. package/src/assets/icons/add_testcase.svg +3 -3
  55. package/src/assets/icons/add_user.svg +9 -9
  56. package/src/assets/icons/add_variable.svg +11 -11
  57. package/src/assets/icons/add_variable_icon.svg +4 -4
  58. package/src/assets/icons/ai_search.svg +9 -9
  59. package/src/assets/icons/alert.svg +17 -17
  60. package/src/assets/icons/all_borders.svg +3 -3
  61. package/src/assets/icons/all_projects.svg +3 -3
  62. package/src/assets/icons/android.svg +9 -9
  63. package/src/assets/icons/android_icon.svg +6 -6
  64. package/src/assets/icons/apk_file_type.svg +4 -4
  65. package/src/assets/icons/app_switch.svg +11 -11
  66. package/src/assets/icons/approval_pending.svg +8 -8
  67. package/src/assets/icons/arrow_down.svg +3 -3
  68. package/src/assets/icons/arrow_right.svg +4 -4
  69. package/src/assets/icons/arrow_up.svg +3 -3
  70. package/src/assets/icons/arrows_down_icon.svg +3 -3
  71. package/src/assets/icons/arrows_right_icon.svg +10 -10
  72. package/src/assets/icons/arrows_top_icon.svg +3 -3
  73. package/src/assets/icons/attachment_icon.svg +3 -3
  74. package/src/assets/icons/authorization.svg +4 -4
  75. package/src/assets/icons/authorization_icon.svg +4 -4
  76. package/src/assets/icons/auto_save_icon.svg +4 -4
  77. package/src/assets/icons/automation_testcase.svg +4 -4
  78. package/src/assets/icons/back_icon.svg +3 -3
  79. package/src/assets/icons/backward.svg +10 -10
  80. package/src/assets/icons/backward_icon.svg +3 -3
  81. package/src/assets/icons/beautify_icon.svg +3 -3
  82. package/src/assets/icons/bold.svg +3 -3
  83. package/src/assets/icons/border_bottom.svg +3 -3
  84. package/src/assets/icons/border_left.svg +3 -3
  85. package/src/assets/icons/border_right.svg +3 -3
  86. package/src/assets/icons/border_top.svg +3 -3
  87. package/src/assets/icons/browser_stack.svg +9 -9
  88. package/src/assets/icons/browserstack_icon.svg +24 -24
  89. package/src/assets/icons/calendar_icon.svg +9 -9
  90. package/src/assets/icons/capture_icon.svg +2 -2
  91. package/src/assets/icons/check_mark.svg +3 -3
  92. package/src/assets/icons/chrome.svg +12 -12
  93. package/src/assets/icons/client_profile.svg +4 -4
  94. package/src/assets/icons/clock_icon.svg +11 -11
  95. package/src/assets/icons/clone_icon.svg +3 -3
  96. package/src/assets/icons/close_pill.svg +3 -3
  97. package/src/assets/icons/cloud_server_host_icon.svg +3 -3
  98. package/src/assets/icons/collapse-icon.svg +6 -6
  99. package/src/assets/icons/compressed_file_type.svg +4 -4
  100. package/src/assets/icons/configuration.svg +3 -3
  101. package/src/assets/icons/continue_without_sign.svg +3 -3
  102. package/src/assets/icons/copy-icon.svg +3 -3
  103. package/src/assets/icons/csv_file_type.svg +4 -4
  104. package/src/assets/icons/dashboard_icon.svg +31 -31
  105. package/src/assets/icons/dashboard_mobile_icon.svg +47 -47
  106. package/src/assets/icons/dashboard_web_icon.svg +9 -9
  107. package/src/assets/icons/data_provider.svg +8 -8
  108. package/src/assets/icons/dataset_list.svg +3 -3
  109. package/src/assets/icons/defects.svg +8 -8
  110. package/src/assets/icons/delete.svg +3 -3
  111. package/src/assets/icons/delete_info.svg +17 -17
  112. package/src/assets/icons/depends_on_script.svg +7 -7
  113. package/src/assets/icons/details.svg +3 -3
  114. package/src/assets/icons/double_underline.svg +5 -5
  115. package/src/assets/icons/download-icon.svg +3 -3
  116. package/src/assets/icons/download_file_icon.svg +3 -3
  117. package/src/assets/icons/download_icon.svg +4 -4
  118. package/src/assets/icons/drag_icon.svg +4 -4
  119. package/src/assets/icons/drawer_maximize.svg +6 -6
  120. package/src/assets/icons/dropzone_icon.svg +18 -18
  121. package/src/assets/icons/edge.svg +30 -30
  122. package/src/assets/icons/edit_icon.svg +5 -5
  123. package/src/assets/icons/element.svg +4 -4
  124. package/src/assets/icons/email_group.svg +3 -3
  125. package/src/assets/icons/error.svg +17 -17
  126. package/src/assets/icons/excel_corner_menu.svg +3 -3
  127. package/src/assets/icons/executions_icon.svg +3 -3
  128. package/src/assets/icons/expand-icon.svg +6 -6
  129. package/src/assets/icons/export.svg +4 -4
  130. package/src/assets/icons/export_collection_icon.svg +13 -13
  131. package/src/assets/icons/eye_closed.svg +3 -3
  132. package/src/assets/icons/eye_open_icon.svg +3 -3
  133. package/src/assets/icons/failed_status_icon.svg +12 -12
  134. package/src/assets/icons/file.svg +11 -11
  135. package/src/assets/icons/fill_color.svg +7 -7
  136. package/src/assets/icons/filter.svg +4 -4
  137. package/src/assets/icons/fire_fox.svg +106 -106
  138. package/src/assets/icons/fireflink_finder_logo.svg +7 -7
  139. package/src/assets/icons/fireflink_icon.svg +4 -4
  140. package/src/assets/icons/fireflink_logo.svg +13 -13
  141. package/src/assets/icons/fireflink_platform.svg +4 -4
  142. package/src/assets/icons/firefox.svg +84 -84
  143. package/src/assets/icons/flaky_status_icon.svg +12 -12
  144. package/src/assets/icons/formate_painter.svg +5 -5
  145. package/src/assets/icons/formula_icon.svg +3 -3
  146. package/src/assets/icons/forward.svg +3 -3
  147. package/src/assets/icons/forward_icon.svg +3 -3
  148. package/src/assets/icons/full_access_icon.svg +4 -4
  149. package/src/assets/icons/gif_file_type.svg +4 -4
  150. package/src/assets/icons/global_variable_icon.svg +4 -4
  151. package/src/assets/icons/hamburger_menu.svg +3 -3
  152. package/src/assets/icons/help_icon.svg +10 -10
  153. package/src/assets/icons/hide_access_icon.svg +3 -3
  154. package/src/assets/icons/hide_icon.svg +9 -9
  155. package/src/assets/icons/history_icon.svg +19 -19
  156. package/src/assets/icons/html_file_type.svg +4 -4
  157. package/src/assets/icons/impact_list.svg +6 -6
  158. package/src/assets/icons/import.svg +4 -4
  159. package/src/assets/icons/import_icon.svg +4 -4
  160. package/src/assets/icons/info.svg +17 -17
  161. package/src/assets/icons/info_icon.svg +5 -5
  162. package/src/assets/icons/info_user.svg +5 -5
  163. package/src/assets/icons/internet_explorer.svg +3 -3
  164. package/src/assets/icons/ios_icon.svg +11 -11
  165. package/src/assets/icons/ipk_file_type.svg +4 -4
  166. package/src/assets/icons/italic.svg +3 -3
  167. package/src/assets/icons/jira.svg +3 -3
  168. package/src/assets/icons/jpg_file_type.svg +4 -4
  169. package/src/assets/icons/json_file_type.svg +4 -4
  170. package/src/assets/icons/label_icon.svg +8 -8
  171. package/src/assets/icons/label_plus.svg +3 -3
  172. package/src/assets/icons/labels.svg +8 -8
  173. package/src/assets/icons/lambda_icon.svg +3 -3
  174. package/src/assets/icons/left_arrow_icon.svg +3 -3
  175. package/src/assets/icons/license_expired.svg +20 -20
  176. package/src/assets/icons/license_info.svg +28 -28
  177. package/src/assets/icons/license_warning.svg +10 -10
  178. package/src/assets/icons/link_expired.svg +186 -186
  179. package/src/assets/icons/linked_defects.svg +11 -11
  180. package/src/assets/icons/linux.svg +42 -42
  181. package/src/assets/icons/local.svg +3 -3
  182. package/src/assets/icons/local_variable_icon.svg +4 -4
  183. package/src/assets/icons/logo.svg +17 -17
  184. package/src/assets/icons/mac.svg +9 -9
  185. package/src/assets/icons/machine_disable_icon.svg +18 -18
  186. package/src/assets/icons/machine_enable_icon.svg +10 -10
  187. package/src/assets/icons/manage_apps.svg +3 -3
  188. package/src/assets/icons/manual_locator.svg +7 -7
  189. package/src/assets/icons/manual_testcase.svg +3 -3
  190. package/src/assets/icons/maximize_icon.svg +5 -5
  191. package/src/assets/icons/maximize_script.svg +12 -12
  192. package/src/assets/icons/maximize_tree.svg +3 -3
  193. package/src/assets/icons/minimize_script.svg +5 -5
  194. package/src/assets/icons/mobile_icon.svg +3 -3
  195. package/src/assets/icons/moon_stars.svg +10 -10
  196. package/src/assets/icons/more.svg +10 -10
  197. package/src/assets/icons/move_icon.svg +5 -5
  198. package/src/assets/icons/ms_dynamic.svg +4 -4
  199. package/src/assets/icons/ms_dynamic_icon.svg +15 -15
  200. package/src/assets/icons/nlp_help_icon.svg +3 -3
  201. package/src/assets/icons/no_access_icon.svg +4 -4
  202. package/src/assets/icons/no_border.svg +3 -3
  203. package/src/assets/icons/no_data.svg +13 -13
  204. package/src/assets/icons/no_license_found.svg +22 -22
  205. package/src/assets/icons/notification_icon.svg +3 -3
  206. package/src/assets/icons/opera.svg +9 -9
  207. package/src/assets/icons/parameters.svg +3 -3
  208. package/src/assets/icons/passed_status_icon.svg +12 -12
  209. package/src/assets/icons/pdf_file_type.svg +4 -4
  210. package/src/assets/icons/plus_icon.svg +11 -11
  211. package/src/assets/icons/plus_round_icon.svg +38 -38
  212. package/src/assets/icons/plus_user_icon.svg +3 -3
  213. package/src/assets/icons/png_file_type.svg +4 -4
  214. package/src/assets/icons/pre_post_condition.svg +8 -8
  215. package/src/assets/icons/program_element.svg +8 -8
  216. package/src/assets/icons/project_element.svg +4 -4
  217. package/src/assets/icons/project_env_variable_icon.svg +4 -4
  218. package/src/assets/icons/project_status_icon.svg +10 -10
  219. package/src/assets/icons/quick_run_setting_icon.svg +5 -5
  220. package/src/assets/icons/refresh-icon.svg +4 -4
  221. package/src/assets/icons/refresh_icon.svg +4 -4
  222. package/src/assets/icons/reload.svg +3 -3
  223. package/src/assets/icons/remove.svg +11 -11
  224. package/src/assets/icons/remove_user.svg +3 -3
  225. package/src/assets/icons/replace.svg +11 -11
  226. package/src/assets/icons/replace_file.svg +13 -13
  227. package/src/assets/icons/replace_icon.svg +6 -6
  228. package/src/assets/icons/reset-link.svg +52 -52
  229. package/src/assets/icons/right_arrow_icon.svg +4 -4
  230. package/src/assets/icons/rotate_icon.svg +10 -10
  231. package/src/assets/icons/run_automation_scripts_icon.svg +33 -33
  232. package/src/assets/icons/run_icon.svg +26 -26
  233. package/src/assets/icons/run_manual_testcase_icon.svg +4 -4
  234. package/src/assets/icons/safari.svg +93 -93
  235. package/src/assets/icons/safari_icon.svg +12 -12
  236. package/src/assets/icons/sales_force.svg +7 -7
  237. package/src/assets/icons/salesforce_icon.svg +14 -14
  238. package/src/assets/icons/sample_template_first.svg +29 -29
  239. package/src/assets/icons/sample_template_second.svg +47 -47
  240. package/src/assets/icons/sause_lab.svg +3 -3
  241. package/src/assets/icons/save_as_step.svg +3 -3
  242. package/src/assets/icons/search.svg +3 -3
  243. package/src/assets/icons/send_step.svg +4 -4
  244. package/src/assets/icons/settings.svg +3 -3
  245. package/src/assets/icons/skipped_status_icon.svg +12 -12
  246. package/src/assets/icons/standard_template.svg +30 -30
  247. package/src/assets/icons/step_group.svg +10 -10
  248. package/src/assets/icons/strike_through.svg +3 -3
  249. package/src/assets/icons/success.svg +17 -17
  250. package/src/assets/icons/suites_icon.svg +3 -3
  251. package/src/assets/icons/sun_icon.svg +10 -10
  252. package/src/assets/icons/swipe_icon.svg +9 -9
  253. package/src/assets/icons/switch_license_icon.svg +123 -123
  254. package/src/assets/icons/system_warning.svg +61 -61
  255. package/src/assets/icons/tap_icon.svg +3 -3
  256. package/src/assets/icons/test_data.svg +5 -5
  257. package/src/assets/icons/test_data_set.svg +7 -7
  258. package/src/assets/icons/text_align_center.svg +3 -3
  259. package/src/assets/icons/text_align_left.svg +3 -3
  260. package/src/assets/icons/text_align_right.svg +3 -3
  261. package/src/assets/icons/text_color.svg +3 -3
  262. package/src/assets/icons/tick_icon.svg +4 -4
  263. package/src/assets/icons/toast_close.svg +3 -3
  264. package/src/assets/icons/txt_file_type.svg +4 -4
  265. package/src/assets/icons/underline.svg +4 -4
  266. package/src/assets/icons/update_icon.svg +3 -3
  267. package/src/assets/icons/user_password_lock.svg +220 -220
  268. package/src/assets/icons/user_profile.svg +3 -3
  269. package/src/assets/icons/user_warning.svg +235 -235
  270. package/src/assets/icons/user_with_system.svg +637 -637
  271. package/src/assets/icons/variable.svg +3 -3
  272. package/src/assets/icons/variable_icon.svg +4 -4
  273. package/src/assets/icons/variable_set.svg +5 -5
  274. package/src/assets/icons/vertical_separator.svg +3 -3
  275. package/src/assets/icons/view_access_icon.svg +4 -4
  276. package/src/assets/icons/view_icon.svg +3 -3
  277. package/src/assets/icons/warning.svg +17 -17
  278. package/src/assets/icons/warning_status_icon.svg +12 -12
  279. package/src/assets/icons/web&mobile_icon.svg +3 -3
  280. package/src/assets/icons/web_icon.svg +3 -3
  281. package/src/assets/icons/web_mobile_icon.svg +29 -29
  282. package/src/assets/icons/web_service_icon.svg +3 -3
  283. package/src/assets/icons/web_services_icon.svg +30 -30
  284. package/src/assets/icons/window_maximize.svg +3 -3
  285. package/src/assets/icons/window_minimize.svg +3 -3
  286. package/src/assets/icons/window_restore.svg +4 -4
  287. package/src/assets/icons/windows.svg +10 -10
  288. package/src/assets/icons/wrong_mark.svg +3 -3
  289. package/src/assets/icons/wswb_delete_icon.svg +3 -3
  290. package/src/assets/icons/wswb_plus_icon.svg +4 -4
  291. package/src/assets/icons/xls_file_type.svg +4 -4
  292. package/src/assets/icons/xlsx_file_type.svg +4 -4
  293. package/src/assets/icons/xml_file_type.svg +4 -4
  294. package/src/assets/styles/_colors.scss +150 -150
  295. package/src/assets/styles/_fonts.scss +45 -45
  296. package/src/assets/styles/_mixins.scss +21 -21
  297. package/src/assets/utils/functionUtils.ts +96 -96
  298. package/src/components/Accordion/Accordion.scss +46 -46
  299. package/src/components/Accordion/Accordion.stories.tsx +35 -35
  300. package/src/components/Accordion/Accordion.tsx +68 -68
  301. package/src/components/Accordion/index.ts +1 -1
  302. package/src/components/Accordion/types.ts +40 -40
  303. package/src/components/AddResourceButton/AddButton.scss +36 -36
  304. package/src/components/AddResourceButton/AddButton.stories.tsx +126 -126
  305. package/src/components/AddResourceButton/AddButton.tsx +121 -121
  306. package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.scss +161 -161
  307. package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.tsx +38 -38
  308. package/src/components/AddResourceButton/index.ts +1 -1
  309. package/src/components/AddResourceButton/type.ts +92 -92
  310. package/src/components/AllProjectsDropdown/AllProjectsDropdown.scss +189 -189
  311. package/src/components/AllProjectsDropdown/AllProjectsDropdown.stories.tsx +117 -117
  312. package/src/components/AllProjectsDropdown/AllProjectsDropdown.tsx +152 -152
  313. package/src/components/AllProjectsDropdown/types.ts +14 -12
  314. package/src/components/AppHeader/AppHeader.scss +218 -214
  315. package/src/components/AppHeader/AppHeader.stories.tsx +553 -553
  316. package/src/components/AppHeader/AppHeader.tsx +199 -199
  317. package/src/components/AppHeader/index.ts +1 -1
  318. package/src/components/AppHeader/types.ts +54 -54
  319. package/src/components/AttachImage/AttachImage.scss +76 -76
  320. package/src/components/AttachImage/AttachImage.stories.tsx +24 -24
  321. package/src/components/AttachImage/AttachImage.tsx +60 -60
  322. package/src/components/AttachImage/index.ts +2 -2
  323. package/src/components/AttachImage/types.ts +26 -26
  324. package/src/components/AttachmentButton/AttachmentButton.scss +9 -9
  325. package/src/components/AttachmentButton/AttachmentButton.stories.tsx +81 -81
  326. package/src/components/AttachmentButton/AttachmentButton.tsx +129 -129
  327. package/src/components/AttachmentButton/types.ts +13 -13
  328. package/src/components/Avatar/Avatar.scss +27 -27
  329. package/src/components/Avatar/Avatar.stories.tsx +76 -76
  330. package/src/components/Avatar/Avatar.tsx +41 -41
  331. package/src/components/Avatar/types.ts +35 -35
  332. package/src/components/Button/Button.scss +166 -166
  333. package/src/components/Button/Button.stories.tsx +81 -81
  334. package/src/components/Button/Button.tsx +91 -91
  335. package/src/components/Button/index.ts +1 -1
  336. package/src/components/Button/types.ts +90 -90
  337. package/src/components/Charts/BarChart/BarChart.scss +69 -69
  338. package/src/components/Charts/BarChart/BarChart.stories.tsx +70 -70
  339. package/src/components/Charts/BarChart/BarChart.tsx +349 -349
  340. package/src/components/Charts/BarChart/types.ts +12 -12
  341. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.scss +221 -221
  342. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.tsx +58 -58
  343. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.tsx +554 -554
  344. package/src/components/Charts/DashboardDonutChart/types.ts +60 -60
  345. package/src/components/Charts/DonutChart/DonutChart.scss +76 -76
  346. package/src/components/Charts/DonutChart/DonutChart.stories.tsx +30 -30
  347. package/src/components/Charts/DonutChart/DonutChart.tsx +246 -246
  348. package/src/components/Charts/DonutChart/index.ts +1 -1
  349. package/src/components/Charts/DonutChart/type.ts +23 -23
  350. package/src/components/Charts/IconRadialChart/IconRadialChart.scss +25 -25
  351. package/src/components/Charts/IconRadialChart/IconRadialChart.stories.tsx +51 -51
  352. package/src/components/Charts/IconRadialChart/IconRadialChart.tsx +173 -173
  353. package/src/components/Charts/IconRadialChart/types.ts +28 -28
  354. package/src/components/Charts/LineChart/LineChart.scss +92 -92
  355. package/src/components/Charts/LineChart/LineChart.stories.tsx +259 -259
  356. package/src/components/Charts/LineChart/LineChart.tsx +295 -295
  357. package/src/components/Charts/LineChart/index.ts +1 -1
  358. package/src/components/Charts/LineChart/types.ts +30 -30
  359. package/src/components/Charts/MultiRadialChart/MultiRadialChart.scss +85 -85
  360. package/src/components/Charts/MultiRadialChart/MultiRadialChart.stories.tsx +117 -117
  361. package/src/components/Charts/MultiRadialChart/MultiRadialChart.tsx +306 -306
  362. package/src/components/Charts/MultiRadialChart/index.ts +1 -1
  363. package/src/components/Charts/MultiRadialChart/types.ts +28 -28
  364. package/src/components/Charts/PieChart/PieChart.scss +41 -41
  365. package/src/components/Charts/PieChart/PieChart.stories.tsx +46 -46
  366. package/src/components/Charts/PieChart/PieChart.tsx +192 -192
  367. package/src/components/Charts/PieChart/index.ts +1 -1
  368. package/src/components/Charts/PieChart/types.ts +28 -28
  369. package/src/components/Charts/RadialChart/RadialChart.scss +16 -16
  370. package/src/components/Charts/RadialChart/RadialChart.stories.tsx +36 -36
  371. package/src/components/Charts/RadialChart/RadialChart.tsx +180 -180
  372. package/src/components/Charts/RadialChart/index.ts +1 -1
  373. package/src/components/Charts/RadialChart/types.ts +32 -32
  374. package/src/components/Checkbox/Checkbox.scss +148 -148
  375. package/src/components/Checkbox/Checkbox.stories.tsx +78 -78
  376. package/src/components/Checkbox/Checkbox.tsx +57 -57
  377. package/src/components/Checkbox/types.ts +34 -34
  378. package/src/components/Chip/Chip.scss +95 -95
  379. package/src/components/Chip/Chip.stories.tsx +125 -125
  380. package/src/components/Chip/Chip.tsx +39 -39
  381. package/src/components/Chip/index.ts +1 -1
  382. package/src/components/Chip/types.ts +19 -19
  383. package/src/components/ChooseFile/ChooseFile.stories.tsx +190 -190
  384. package/src/components/ChooseFile/ChooseFile.tsx +46 -46
  385. package/src/components/ChooseFile/types.ts +78 -78
  386. package/src/components/Comment/Comments.scss +166 -166
  387. package/src/components/Comment/Comments.stories.tsx +212 -212
  388. package/src/components/Comment/Comments.tsx +51 -51
  389. package/src/components/Comment/comment/Comment.tsx +206 -206
  390. package/src/components/Comment/comment/useNode.ts +51 -51
  391. package/src/components/Comment/index.ts +1 -1
  392. package/src/components/Comment/type.ts +36 -36
  393. package/src/components/ConditionalDropdown/ConditionalDropdown.scss +17 -17
  394. package/src/components/ConditionalDropdown/ConditionalDropdown.stories.tsx +150 -147
  395. package/src/components/ConditionalDropdown/ConditionalDropdown.tsx +156 -158
  396. package/src/components/ConditionalDropdown/OptionsDropdown.tsx +43 -43
  397. package/src/components/ConditionalDropdown/index.ts +1 -1
  398. package/src/components/ConditionalDropdown/types.ts +159 -159
  399. package/src/components/ConnectingBranch/BranchComponents/MachineInstances.tsx +143 -143
  400. package/src/components/ConnectingBranch/ConnectingBranch.scss +221 -221
  401. package/src/components/ConnectingBranch/ConnectingBranch.stories.tsx +53 -53
  402. package/src/components/ConnectingBranch/ConnectingBranch.tsx +196 -196
  403. package/src/components/ConnectingBranch/data.tsx +226 -226
  404. package/src/components/ConnectingBranch/index.ts +1 -1
  405. package/src/components/ConnectingBranch/types.ts +42 -42
  406. package/src/components/CreateVariable/CreateVariableSlider.scss +18 -18
  407. package/src/components/CreateVariable/CreateVariableSlider.stories.tsx +66 -66
  408. package/src/components/CreateVariable/CreateVariableSlider.tsx +95 -95
  409. package/src/components/CreateVariable/index.ts +1 -1
  410. package/src/components/CreateVariable/types.ts +58 -58
  411. package/src/components/DatePicker/DatePicker.scss +413 -413
  412. package/src/components/DatePicker/DatePicker.stories.tsx +193 -193
  413. package/src/components/DatePicker/DatePicker.tsx +502 -502
  414. package/src/components/DatePicker/Timepicker.tsx +372 -372
  415. package/src/components/DatePicker/types.ts +105 -105
  416. package/src/components/DownloadClient/DownloadClient.scss +67 -67
  417. package/src/components/DownloadClient/DownloadClient.stories.tsx +26 -26
  418. package/src/components/DownloadClient/DownloadClient.tsx +90 -90
  419. package/src/components/DownloadClient/type.ts +33 -33
  420. package/src/components/DragAndDrop/DragAndDrop.d.ts +5 -5
  421. package/src/components/DragAndDrop/DragAndDrop.stories.tsx +25 -25
  422. package/src/components/DragAndDrop/DragAndDrop.ts +7 -7
  423. package/src/components/DragAndDrop/DragAndDropList.scss +69 -69
  424. package/src/components/DragAndDrop/DragAndDropList.tsx +151 -151
  425. package/src/components/Drawer/Drawer.scss +139 -139
  426. package/src/components/Drawer/Drawer.stories.tsx +156 -156
  427. package/src/components/Drawer/Drawer.tsx +233 -233
  428. package/src/components/Drawer/Types.ts +161 -161
  429. package/src/components/EditTextField/EditTextField.scss +97 -97
  430. package/src/components/EditTextField/EditTextField.stories.tsx +127 -127
  431. package/src/components/EditTextField/EditTextField.tsx +175 -175
  432. package/src/components/EditTextField/index.ts +1 -1
  433. package/src/components/EditTextField/types.ts +55 -55
  434. package/src/components/Editor/Editor.scss +56 -56
  435. package/src/components/Editor/Editor.stories.tsx +54 -54
  436. package/src/components/Editor/Editor.tsx +250 -250
  437. package/src/components/Editor/VariableDropdown.scss +28 -28
  438. package/src/components/Editor/VariableDropdown.tsx +57 -57
  439. package/src/components/Editor/constants.ts +180 -180
  440. package/src/components/Editor/types.ts +89 -89
  441. package/src/components/Excel/ColorBarSelector/ColorBarSelector.scss +15 -15
  442. package/src/components/Excel/ColorBarSelector/ColorBarSelector.tsx +43 -43
  443. package/src/components/Excel/ExcelContextMenu/ExcelContextMenu.scss +27 -27
  444. package/src/components/Excel/ExcelContextMenu/ExcelContextMenu.tsx +42 -42
  445. package/src/components/Excel/ExcelFile/ExcelFile.scss +56 -56
  446. package/src/components/Excel/ExcelFile/ExcelFile.tsx +512 -512
  447. package/src/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.tsx +148 -148
  448. package/src/components/Excel/ExcelFile/ExcelFileComponents/Cell.tsx +206 -206
  449. package/src/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.tsx +176 -176
  450. package/src/components/Excel/ExcelFile/ExcelFileComponents/Copied.tsx +25 -25
  451. package/src/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.tsx +56 -56
  452. package/src/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.tsx +37 -37
  453. package/src/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.tsx +85 -85
  454. package/src/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.tsx +61 -61
  455. package/src/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.tsx +7 -7
  456. package/src/components/Excel/ExcelFile/ExcelFileComponents/Row.tsx +5 -5
  457. package/src/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.tsx +157 -157
  458. package/src/components/Excel/ExcelFile/ExcelFileComponents/Selected.tsx +32 -32
  459. package/src/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.scss +201 -201
  460. package/src/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.tsx +531 -531
  461. package/src/components/Excel/ExcelFile/ExcelFileComponents/Table.tsx +19 -19
  462. package/src/components/Excel/ExcelFile/ExcelFileComponents/actions.ts +575 -575
  463. package/src/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.ts +18 -18
  464. package/src/components/Excel/ExcelFile/ExcelFileComponents/context.ts +12 -12
  465. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.ts +153 -153
  466. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.ts +31 -31
  467. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/index.ts +2 -2
  468. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.ts +152 -152
  469. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.ts +10 -10
  470. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.ts +69 -69
  471. package/src/components/Excel/ExcelFile/ExcelFileComponents/index.ts +49 -49
  472. package/src/components/Excel/ExcelFile/ExcelFileComponents/matrix.ts +382 -382
  473. package/src/components/Excel/ExcelFile/ExcelFileComponents/point-range.ts +82 -82
  474. package/src/components/Excel/ExcelFile/ExcelFileComponents/point.ts +15 -15
  475. package/src/components/Excel/ExcelFile/ExcelFileComponents/reducer.ts +716 -716
  476. package/src/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.ts +886 -886
  477. package/src/components/Excel/ExcelFile/ExcelFileComponents/selection.ts +257 -257
  478. package/src/components/Excel/ExcelFile/ExcelFileComponents/types.ts +266 -266
  479. package/src/components/Excel/ExcelFile/ExcelFileComponents/typings/fast-formula-parser.d.ts +58 -58
  480. package/src/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.ts +8 -8
  481. package/src/components/Excel/ExcelFile/ExcelFileComponents/use-selector.ts +9 -9
  482. package/src/components/Excel/ExcelFile/ExcelFileComponents/util.ts +172 -172
  483. package/src/components/Excel/ExcelFile.stories.tsx +168 -168
  484. package/src/components/Excel/ExcelToolBar/ExcelToolBar.scss +96 -96
  485. package/src/components/Excel/ExcelToolBar/ExcelToolBar.tsx +434 -434
  486. package/src/components/Excel/Types.ts +196 -196
  487. package/src/components/Excel/dataConversion.ts +196 -196
  488. package/src/components/Excel/index.ts +1 -1
  489. package/src/components/ExpandableMenu/ExpandableMenu.scss +110 -110
  490. package/src/components/ExpandableMenu/ExpandableMenu.stories.tsx +67 -67
  491. package/src/components/ExpandableMenu/ExpandableMenu.tsx +101 -101
  492. package/src/components/ExpandableMenu/index.ts +1 -1
  493. package/src/components/ExpandableMenu/types.ts +34 -34
  494. package/src/components/FF_Captcha/Recaptcha.scss +10 -10
  495. package/src/components/FF_Captcha/Recaptcha.tsx +40 -40
  496. package/src/components/FF_Captcha/captcha.stories.tsx +40 -40
  497. package/src/components/FF_Captcha/types.ts +22 -22
  498. package/src/components/FieldSet/FieldSet.scss +10 -10
  499. package/src/components/FieldSet/FieldSet.stories.tsx +104 -104
  500. package/src/components/FieldSet/FieldSet.tsx +29 -29
  501. package/src/components/FieldSet/index.ts +1 -1
  502. package/src/components/FieldSet/types.ts +8 -8
  503. package/src/components/FileDropzone/Dropzone.tsx +108 -108
  504. package/src/components/FileDropzone/FileDropzone.scss +180 -180
  505. package/src/components/FileDropzone/FileDropzone.stories.tsx +273 -273
  506. package/src/components/FileDropzone/FileDropzone.tsx +166 -166
  507. package/src/components/FileDropzone/FilePreview.tsx +77 -77
  508. package/src/components/FileDropzone/RadioFilePreview.tsx +80 -80
  509. package/src/components/FileDropzone/index.ts +1 -1
  510. package/src/components/FileDropzone/types.ts +207 -207
  511. package/src/components/Form/Form.d.ts +2 -2
  512. package/src/components/Form/Form.scss +158 -158
  513. package/src/components/Form/Form.stories.tsx +508 -508
  514. package/src/components/Form/Form.ts +2 -2
  515. package/src/components/Form/Forms.tsx +39 -39
  516. package/src/components/Form/validation.json +29 -29
  517. package/src/components/GridLayout/GridLayout.scss +69 -69
  518. package/src/components/GridLayout/GridLayout.stories.tsx +90 -90
  519. package/src/components/GridLayout/GridLayout.tsx +39 -39
  520. package/src/components/GridLayout/GridLayoutStory.scss +25 -25
  521. package/src/components/GridLayout/types.ts +84 -84
  522. package/src/components/HighlightText/HighlightText.scss +3 -3
  523. package/src/components/HighlightText/HighlightText.stories.tsx +22 -22
  524. package/src/components/HighlightText/HighlightText.tsx +33 -33
  525. package/src/components/HighlightText/index.ts +1 -1
  526. package/src/components/HighlightText/types.ts +4 -4
  527. package/src/components/Icon/Icon.stories.tsx +65 -65
  528. package/src/components/Icon/Icon.tsx +88 -88
  529. package/src/components/Icon/Icons.scss +50 -50
  530. package/src/components/Icon/iconList.ts +505 -505
  531. package/src/components/Icon/index.ts +1 -1
  532. package/src/components/Icon/types.ts +14 -14
  533. package/src/components/IconButton/IconButton.scss +54 -54
  534. package/src/components/IconButton/IconButton.stories.tsx +34 -34
  535. package/src/components/IconButton/IconButton.tsx +32 -32
  536. package/src/components/IconButton/index.ts +1 -1
  537. package/src/components/IconButton/types.ts +5 -5
  538. package/src/components/IconRadioGroup/IconRadioGroup.scss +64 -64
  539. package/src/components/IconRadioGroup/IconRadioGroup.stories.tsx +108 -108
  540. package/src/components/IconRadioGroup/IconRadioGroup.tsx +73 -73
  541. package/src/components/IconRadioGroup/index.ts +1 -1
  542. package/src/components/IconRadioGroup/type.ts +49 -49
  543. package/src/components/Input/Input.scss +170 -170
  544. package/src/components/Input/Input.stories.tsx +141 -141
  545. package/src/components/Input/Input.tsx +120 -120
  546. package/src/components/Input/types.ts +85 -85
  547. package/src/components/InputWithDropdown/InputWithDropdown.scss +220 -220
  548. package/src/components/InputWithDropdown/InputWithDropdown.stories.tsx +169 -169
  549. package/src/components/InputWithDropdown/InputWithDropdown.tsx +129 -129
  550. package/src/components/InputWithDropdown/index.ts +1 -1
  551. package/src/components/InputWithDropdown/types.ts +113 -113
  552. package/src/components/LabelEditTextField/LabelEditTextField.scss +86 -86
  553. package/src/components/LabelEditTextField/LabelEditTextField.stories.tsx +197 -197
  554. package/src/components/LabelEditTextField/LabelEditTextField.tsx +256 -256
  555. package/src/components/LabelEditTextField/index.ts +1 -1
  556. package/src/components/LabelEditTextField/types.ts +49 -49
  557. package/src/components/LazyLoad/LazyLoad.d.ts +3 -3
  558. package/src/components/LazyLoad/LazyLoad.stories.tsx +33 -33
  559. package/src/components/LazyLoad/LazyLoad.ts +2 -2
  560. package/src/components/LazyLoad/LazyLoading.tsx +19 -19
  561. package/src/components/LazyLoad/index.ts +1 -1
  562. package/src/components/MachineInputField/MachineInputField.scss +55 -55
  563. package/src/components/MachineInputField/MachineInputField.stories.tsx +33 -33
  564. package/src/components/MachineInputField/MachineInputField.tsx +84 -84
  565. package/src/components/MachineInputField/index.ts +1 -1
  566. package/src/components/MachineInputField/types.ts +15 -15
  567. package/src/components/MenuOption/MenuOption.scss +97 -97
  568. package/src/components/MenuOption/MenuOption.stories.tsx +212 -212
  569. package/src/components/MenuOption/MenuOption.tsx +222 -222
  570. package/src/components/MenuOption/types.ts +231 -231
  571. package/src/components/MiniModal/MiniModal.scss +169 -169
  572. package/src/components/MiniModal/MiniModal.stories.tsx +740 -740
  573. package/src/components/MiniModal/MiniModal.tsx +346 -346
  574. package/src/components/MiniModal/index.ts +1 -1
  575. package/src/components/MiniModal/types.ts +124 -124
  576. package/src/components/Modal/Modal.stories.tsx +70 -70
  577. package/src/components/Modal/Modal.tsx +100 -100
  578. package/src/components/Modal/index.tsx +1 -1
  579. package/src/components/Modal/modal.scss +51 -51
  580. package/src/components/Modal/types.ts +43 -43
  581. package/src/components/ModulesChip/ModuleChip.scss +33 -33
  582. package/src/components/ModulesChip/ModuleChip.stories.tsx +41 -41
  583. package/src/components/ModulesChip/ModuleChip.tsx +28 -28
  584. package/src/components/ModulesChip/types.ts +14 -14
  585. package/src/components/MultiSelect/Dropdown.scss +77 -77
  586. package/src/components/MultiSelect/Dropdown.tsx +169 -169
  587. package/src/components/MultiSelect/MultiSelect.scss +247 -247
  588. package/src/components/MultiSelect/MultiSelect.stories.tsx +290 -290
  589. package/src/components/MultiSelect/MultiSelect.tsx +486 -486
  590. package/src/components/MultiSelect/MultiSelectTypes.ts +49 -49
  591. package/src/components/MultiSelect/dropdownTypes.ts +21 -21
  592. package/src/components/MultiSelect/index.ts +1 -1
  593. package/src/components/NLPInput/NLPInput.scss +302 -302
  594. package/src/components/NLPInput/NlpInput.stories.tsx +70 -70
  595. package/src/components/NLPInput/NlpInput.tsx +410 -410
  596. package/src/components/NLPInput/components/NlpDropDown/NlpDropDownType.ts +62 -62
  597. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.scss +134 -134
  598. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.tsx +320 -320
  599. package/src/components/NLPInput/index.ts +1 -1
  600. package/src/components/NLPInput/sampleData.ts +161 -161
  601. package/src/components/NLPInput/types.tsx +136 -136
  602. package/src/components/Paper/Paper.scss +13 -13
  603. package/src/components/Paper/Paper.stories.tsx +77 -77
  604. package/src/components/Paper/Paper.tsx +14 -14
  605. package/src/components/Paper/types.ts +19 -19
  606. package/src/components/PhoneInput/PhoneInput.d.ts +3 -3
  607. package/src/components/PhoneInput/PhoneInput.stories.tsx +70 -70
  608. package/src/components/PhoneInput/PhoneInput.tsx +98 -98
  609. package/src/components/PhoneInput/index.ts +1 -1
  610. package/src/components/PhoneInput/phoneInput.scss +901 -901
  611. package/src/components/PhoneInput/types.ts +16 -16
  612. package/src/components/PopUpModal/PopUpModal.scss +36 -36
  613. package/src/components/PopUpModal/PopUpModal.stories.tsx +67 -67
  614. package/src/components/PopUpModal/PopUpModal.tsx +87 -87
  615. package/src/components/PopUpModal/types.ts +17 -17
  616. package/src/components/ProgressBar/ProgressBar.scss +46 -46
  617. package/src/components/ProgressBar/ProgressBar.stories.tsx +22 -22
  618. package/src/components/ProgressBar/ProgressBar.tsx +61 -61
  619. package/src/components/ProgressBar/types.ts +12 -12
  620. package/src/components/RadioButton/RadioButton.scss +106 -106
  621. package/src/components/RadioButton/RadioButton.stories.tsx +43 -43
  622. package/src/components/RadioButton/RadioButton.tsx +41 -41
  623. package/src/components/RadioButton/index.ts +1 -1
  624. package/src/components/RadioButton/radioButtonTypes.tsx +62 -62
  625. package/src/components/RadioGroup/RadioGroup.scss +11 -11
  626. package/src/components/RadioGroup/RadioGroup.stories.tsx +150 -150
  627. package/src/components/RadioGroup/RadioGroup.tsx +49 -49
  628. package/src/components/RadioGroup/index.ts +1 -1
  629. package/src/components/RadioGroup/radioGroupTypes.tsx +96 -96
  630. package/src/components/ScriptSwitchButton/ScriptSwitchButton.scss +33 -0
  631. package/src/components/ScriptSwitchButton/ScriptSwitchButton.stories.tsx +48 -0
  632. package/src/components/ScriptSwitchButton/ScriptSwitchButton.tsx +65 -0
  633. package/src/components/ScriptSwitchButton/index.ts +1 -0
  634. package/src/components/Search/Search.scss +103 -103
  635. package/src/components/Search/Search.stories.tsx +44 -44
  636. package/src/components/Search/Search.tsx +138 -138
  637. package/src/components/Search/index.ts +1 -1
  638. package/src/components/Search/types.ts +19 -19
  639. package/src/components/Select/Select.scss +213 -213
  640. package/src/components/Select/Select.stories.tsx +355 -355
  641. package/src/components/Select/Select.tsx +278 -278
  642. package/src/components/Select/components/Dropdown.scss +61 -61
  643. package/src/components/Select/components/Dropdown.tsx +140 -140
  644. package/src/components/Select/components/types.ts +24 -24
  645. package/src/components/Select/index.ts +1 -1
  646. package/src/components/Select/types.ts +134 -134
  647. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.scss +128 -128
  648. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.tsx +67 -67
  649. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.tsx +184 -184
  650. package/src/components/SequentialConnectingBranch/components/Branches/Branches.scss +191 -191
  651. package/src/components/SequentialConnectingBranch/components/Branches/Branches.tsx +318 -318
  652. package/src/components/SequentialConnectingBranch/components/Branches/types.ts +32 -32
  653. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.scss +3 -3
  654. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.tsx +76 -76
  655. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/types.ts +24 -24
  656. package/src/components/SequentialConnectingBranch/index.ts +1 -1
  657. package/src/components/SequentialConnectingBranch/types.ts +62 -62
  658. package/src/components/StateDropdown/StateDropdown.stories.tsx +104 -104
  659. package/src/components/StateDropdown/StateDropdown.tsx +245 -245
  660. package/src/components/StateDropdown/StateDropdownTypes.tsx +27 -27
  661. package/src/components/StatusButton/StatusButton.scss +90 -90
  662. package/src/components/StatusButton/StatusButton.stories.tsx +91 -91
  663. package/src/components/StatusButton/StatusButton.tsx +46 -46
  664. package/src/components/StatusButton/index.ts +1 -1
  665. package/src/components/StatusButton/types.ts +45 -45
  666. package/src/components/StatusCard/StatusCard.scss +138 -138
  667. package/src/components/StatusCard/StatusCard.stories.tsx +117 -117
  668. package/src/components/StatusCard/StatusCard.tsx +80 -80
  669. package/src/components/StatusCard/index.ts +1 -1
  670. package/src/components/StatusCard/types.ts +18 -18
  671. package/src/components/Table/Table.scss +118 -118
  672. package/src/components/Table/Table.stories.tsx +373 -373
  673. package/src/components/Table/Table.tsx +178 -178
  674. package/src/components/Table/Types.ts +124 -124
  675. package/src/components/Table/index.ts +1 -1
  676. package/src/components/TableTree/Components/TableBody.tsx +41 -41
  677. package/src/components/TableTree/Components/TableCell.tsx +75 -75
  678. package/src/components/TableTree/Components/TableHead.tsx +39 -39
  679. package/src/components/TableTree/Components/TableRow.tsx +41 -41
  680. package/src/components/TableTree/TableTree.scss +218 -218
  681. package/src/components/TableTree/TableTree.stories.tsx +176 -176
  682. package/src/components/TableTree/TableTree.tsx +91 -91
  683. package/src/components/TableTree/TableTreeStories.scss +22 -22
  684. package/src/components/TableTree/Utils/getAllChildIds.ts +14 -14
  685. package/src/components/TableTree/data.ts +368 -337
  686. package/src/components/TableTree/index.ts +1 -1
  687. package/src/components/TableTree/types.ts +72 -72
  688. package/src/components/TableWithAccordion/TableWithAccordion.scss +54 -54
  689. package/src/components/TableWithAccordion/TableWithAccordion.stories.tsx +94 -94
  690. package/src/components/TableWithAccordion/TableWithAccordion.tsx +174 -174
  691. package/src/components/TableWithAccordion/data.ts +36 -36
  692. package/src/components/TableWithAccordion/types.ts +69 -69
  693. package/src/components/Tabs/Tabs.scss +132 -132
  694. package/src/components/Tabs/Tabs.stories.tsx +153 -153
  695. package/src/components/Tabs/Tabs.tsx +71 -71
  696. package/src/components/Tabs/index.ts +1 -1
  697. package/src/components/Tabs/types.ts +48 -48
  698. package/src/components/TextArea/Textarea.scss +144 -144
  699. package/src/components/TextArea/Textarea.stories.tsx +92 -92
  700. package/src/components/TextArea/Textarea.tsx +86 -86
  701. package/src/components/TextArea/Types.ts +85 -85
  702. package/src/components/TextArea/index.tsx +1 -1
  703. package/src/components/ThemeProvider/ThemeProvider.tsx +27 -27
  704. package/src/components/ThemeProvider/index.ts +1 -1
  705. package/src/components/ThemeProvider/types.ts +14 -14
  706. package/src/components/Toast/Toast.scss +121 -121
  707. package/src/components/Toast/Toast.stories.tsx +144 -144
  708. package/src/components/Toast/Toast.tsx +117 -117
  709. package/src/components/Toast/index.ts +1 -1
  710. package/src/components/Toast/types.ts +27 -27
  711. package/src/components/Toastify/Toastify.stories.tsx +71 -71
  712. package/src/components/Toastify/Toastify.tsx +95 -95
  713. package/src/components/Toastify/index.ts +1 -1
  714. package/src/components/Toastify/types.ts +9 -9
  715. package/src/components/Toggle/Toggle.scss +133 -133
  716. package/src/components/Toggle/Toggle.stories.tsx +132 -132
  717. package/src/components/Toggle/Toggle.tsx +96 -96
  718. package/src/components/Toggle/index.ts +1 -1
  719. package/src/components/Toggle/types.ts +43 -43
  720. package/src/components/ToggleSwitch/ToggleSwitch.scss +58 -58
  721. package/src/components/ToggleSwitch/ToggleSwitch.stories.tsx +52 -52
  722. package/src/components/ToggleSwitch/ToggleSwitch.tsx +30 -30
  723. package/src/components/ToggleSwitch/index.ts +1 -1
  724. package/src/components/Tooltip/Tooltip.scss +27 -27
  725. package/src/components/Tooltip/Tooltip.stories.tsx +98 -98
  726. package/src/components/Tooltip/Tooltip.tsx +194 -194
  727. package/src/components/Tooltip/index.ts +1 -1
  728. package/src/components/Tooltip/types.ts +66 -66
  729. package/src/components/Typography/Typography.scss +25 -25
  730. package/src/components/Typography/Typography.stories.tsx +59 -59
  731. package/src/components/Typography/Typography.tsx +41 -41
  732. package/src/components/Typography/index.ts +1 -1
  733. package/src/components/Typography/types.ts +57 -57
  734. package/src/components/VariableInput/VariableInput.scss +127 -127
  735. package/src/components/VariableInput/VariableInput.stories.tsx +32 -32
  736. package/src/components/VariableInput/VariableInput.tsx +352 -352
  737. package/src/components/VariableInput/types.ts +56 -56
  738. package/src/hooks/keyboardevents/useEscKeyEvent.tsx +30 -30
  739. package/src/hooks/useClickOutside.tsx +30 -30
  740. package/src/hooks/useFileDropzone.tsx +275 -275
  741. package/src/hooks/useIntersectionObserver.tsx +56 -56
  742. package/src/hooks/usePortalPosition.tsx +53 -53
  743. package/src/hooks/useTheme.tsx +13 -13
  744. package/src/index.ts +210 -208
  745. package/src/utils/FormatString/FormatString.stories.tsx +58 -58
  746. package/src/utils/FormatString/FormatString.tsx +41 -41
  747. package/src/utils/TableCell/TableCell.ts +16 -16
  748. package/src/utils/capitalize/capitalize.stories.tsx +44 -44
  749. package/src/utils/capitalize/capitalize.tsx +4 -4
  750. package/src/utils/checkDuplicates/CheckDuplicates.stories.tsx +40 -40
  751. package/src/utils/checkDuplicates/checkDuplicates.ts +13 -13
  752. package/src/utils/checkEmpty/checkEmpty.stories.tsx +34 -34
  753. package/src/utils/checkEmpty/checkEmpty.ts +24 -24
  754. package/src/utils/compareArrays/compareArrays.stories.tsx +62 -62
  755. package/src/utils/compareArrays/compareArrays.ts +31 -31
  756. package/src/utils/compareObjects/compareObjects.stories.tsx +51 -51
  757. package/src/utils/compareObjects/compareObjects.ts +53 -53
  758. package/src/utils/debounce/debounce.stories.tsx +81 -81
  759. package/src/utils/debounce/debounce.ts +28 -28
  760. package/src/utils/downloadFile/saveFileFromBlob.stories.tsx +62 -62
  761. package/src/utils/downloadFile/saveFileFromBlob.ts +40 -40
  762. package/src/utils/ffID/ffID.stories.tsx +35 -35
  763. package/src/utils/ffID/ffid.ts +7 -7
  764. package/src/utils/findAndInsert/findAndInsert.stories.tsx +119 -119
  765. package/src/utils/findAndInsert/findAndInsert.ts +49 -49
  766. package/src/utils/functionCheck/functionCheck.ts +8 -8
  767. package/src/utils/getEncryptedData/getEncryptedData.stories.tsx +55 -55
  768. package/src/utils/getEncryptedData/getEncryptedData.ts +8 -8
  769. package/src/utils/getExtension/getExtension.stories.tsx +23 -23
  770. package/src/utils/getExtension/getExtension.ts +28 -28
  771. package/src/utils/getSelectOptionValue/getSelectOptionValue.ts +31 -31
  772. package/src/utils/getSequentialPayload/getSequentialPayload.stories.tsx +72 -72
  773. package/src/utils/getSequentialPayload/getSequentialPayload.ts +16 -16
  774. package/src/utils/getSequentialPayload/types.ts +33 -33
  775. package/src/utils/throttle/throttle.stories.tsx +100 -100
  776. package/src/utils/throttle/throttle.ts +33 -33
  777. package/src/utils/truncateText/truncateText.stories.tsx +37 -37
  778. package/src/utils/truncateText/truncateText.ts +4 -4
  779. package/src/utils/validateFile/validateFile.stories.tsx +49 -49
  780. package/src/utils/validateFile/validateFile.ts +39 -39
  781. package/tsconfig.json +55 -55
  782. package/vite.config.js +14 -14
  783. package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +0 -6
  784. package/lib/StyleGuide/Typography/Typography.stories.d.ts +0 -6
  785. package/lib/components/Accordion/Accordion.stories.d.ts +0 -6
  786. package/lib/components/AddResourceButton/AddButton.stories.d.ts +0 -8
  787. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +0 -7
  788. package/lib/components/AppHeader/AppHeader.stories.d.ts +0 -7
  789. package/lib/components/AttachmentButton/AttachmentButton.stories.d.ts +0 -9
  790. package/lib/components/Avatar/Avatar.stories.d.ts +0 -10
  791. package/lib/components/Button/Button.stories.d.ts +0 -13
  792. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.d.ts +0 -7
  793. package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +0 -6
  794. package/lib/components/Charts/PieChart/PieChart.stories.d.ts +0 -7
  795. package/lib/components/Charts/RadialChart/RadialChart.stories.d.ts +0 -6
  796. package/lib/components/Checkbox/Checkbox.stories.d.ts +0 -8
  797. package/lib/components/Chip/Chip.stories.d.ts +0 -14
  798. package/lib/components/DatePicker/DatePicker.stories.d.ts +0 -9
  799. package/lib/components/DragAndDrop/DragAndDrop.stories.d.ts +0 -6
  800. package/lib/components/Drawer/Drawer.stories.d.ts +0 -12
  801. package/lib/components/ExcelFile/ColorBarselector/ColorBarSelector.d.ts +0 -8
  802. package/lib/components/ExcelFile/ContextMenu/ContextMenu.d.ts +0 -4
  803. package/lib/components/ExcelFile/ExcelFile/Excel/ActiveCell.d.ts +0 -7
  804. package/lib/components/ExcelFile/ExcelFile/Excel/Cell.d.ts +0 -4
  805. package/lib/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.d.ts +0 -5
  806. package/lib/components/ExcelFile/ExcelFile/Excel/Copied.d.ts +0 -3
  807. package/lib/components/ExcelFile/ExcelFile/Excel/CornerIndicator.d.ts +0 -5
  808. package/lib/components/ExcelFile/ExcelFile/Excel/DataEditor.d.ts +0 -5
  809. package/lib/components/ExcelFile/ExcelFile/Excel/DataViewer.d.ts +0 -8
  810. package/lib/components/ExcelFile/ExcelFile/Excel/FloatingRect.d.ts +0 -10
  811. package/lib/components/ExcelFile/ExcelFile/Excel/HeaderRow.d.ts +0 -3
  812. package/lib/components/ExcelFile/ExcelFile/Excel/Row.d.ts +0 -3
  813. package/lib/components/ExcelFile/ExcelFile/Excel/RowIndicator.d.ts +0 -5
  814. package/lib/components/ExcelFile/ExcelFile/Excel/Selected.d.ts +0 -3
  815. package/lib/components/ExcelFile/ExcelFile/Excel/Spreadsheet.d.ts +0 -80
  816. package/lib/components/ExcelFile/ExcelFile/Excel/Table.d.ts +0 -3
  817. package/lib/components/ExcelFile/ExcelFile/Excel/actions.d.ts +0 -174
  818. package/lib/components/ExcelFile/ExcelFile/Excel/areModelsEqual.d.ts +0 -1
  819. package/lib/components/ExcelFile/ExcelFile/Excel/context.d.ts +0 -8
  820. package/lib/components/ExcelFile/ExcelFile/Excel/engine/engine.d.ts +0 -22
  821. package/lib/components/ExcelFile/ExcelFile/Excel/engine/formula.d.ts +0 -17
  822. package/lib/components/ExcelFile/ExcelFile/Excel/engine/index.d.ts +0 -2
  823. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-graph.d.ts +0 -21
  824. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-hash.d.ts +0 -3
  825. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-set.d.ts +0 -24
  826. package/lib/components/ExcelFile/ExcelFile/Excel/index.d.ts +0 -13
  827. package/lib/components/ExcelFile/ExcelFile/Excel/matrix.d.ts +0 -67
  828. package/lib/components/ExcelFile/ExcelFile/Excel/point-range.d.ts +0 -22
  829. package/lib/components/ExcelFile/ExcelFile/Excel/point.d.ts +0 -11
  830. package/lib/components/ExcelFile/ExcelFile/Excel/reducer.d.ts +0 -27
  831. package/lib/components/ExcelFile/ExcelFile/Excel/selection.d.ts +0 -95
  832. package/lib/components/ExcelFile/ExcelFile/Excel/types.d.ts +0 -178
  833. package/lib/components/ExcelFile/ExcelFile/Excel/use-dispatch.d.ts +0 -3
  834. package/lib/components/ExcelFile/ExcelFile/Excel/use-selector.d.ts +0 -3
  835. package/lib/components/ExcelFile/ExcelFile/Excel/util.d.ts +0 -44
  836. package/lib/components/ExcelFile/ExcelFile/ExcelFile.d.ts +0 -19
  837. package/lib/components/ExcelFile/ExcelFile.stories.d.ts +0 -6
  838. package/lib/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.d.ts +0 -12
  839. package/lib/components/ExcelFile/ExcelToolBar/ExcelToolBar.d.ts +0 -15
  840. package/lib/components/ExcelFile/Types.d.ts +0 -129
  841. package/lib/components/ExcelFile/index.d.ts +0 -1
  842. package/lib/components/ExpandableMenu/ExpandableMenu.stories.d.ts +0 -7
  843. package/lib/components/FF_Captcha/captcha.stories.d.ts +0 -8
  844. package/lib/components/FileDropzone/FileDropzone.stories.d.ts +0 -8
  845. package/lib/components/Form/Form.stories.d.ts +0 -7
  846. package/lib/components/GridLayout/GridLayout.stories.d.ts +0 -8
  847. package/lib/components/HighlightText/HighlightText.stories.d.ts +0 -6
  848. package/lib/components/Icon/Icon.stories.d.ts +0 -8
  849. package/lib/components/IconButton/IconButton.stories.d.ts +0 -7
  850. package/lib/components/IconRadioGroup/IconRadioGroup.stories.d.ts +0 -7
  851. package/lib/components/Input/Input.stories.d.ts +0 -9
  852. package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +0 -9
  853. package/lib/components/LabelEditTextField/LabelEditTextField.stories.d.ts +0 -11
  854. package/lib/components/LazyLoad/LazyLoad.stories.d.ts +0 -6
  855. package/lib/components/MachineInputField/MachineInputField.stories.d.ts +0 -6
  856. package/lib/components/MenuOption/MenuOption.stories.d.ts +0 -16
  857. package/lib/components/MiniModal/MiniModal.stories.d.ts +0 -10
  858. package/lib/components/Modal/Modal.stories.d.ts +0 -7
  859. package/lib/components/ModulesChip/ModuleChip.stories.d.ts +0 -6
  860. package/lib/components/MultiSelect/MultiSelect.stories.d.ts +0 -10
  861. package/lib/components/NLPInput/NlpInput.stories.d.ts +0 -7
  862. package/lib/components/Paper/Paper.stories.d.ts +0 -11
  863. package/lib/components/RadioButton/RadioButton.stories.d.ts +0 -10
  864. package/lib/components/RadioGroup/RadioGroup.stories.d.ts +0 -9
  865. package/lib/components/Search/Search.stories.d.ts +0 -6
  866. package/lib/components/Select/Select.stories.d.ts +0 -13
  867. package/lib/components/Select/components/Dropdown/Dropdown.d.ts +0 -4
  868. package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +0 -17
  869. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.d.ts +0 -6
  870. package/lib/components/StateDropdown/StateDropdown.stories.d.ts +0 -10
  871. package/lib/components/StatusButton/StatusButton.stories.d.ts +0 -14
  872. package/lib/components/Table/Table.stories.d.ts +0 -13
  873. package/lib/components/TableTree/TableTree.stories.d.ts +0 -7
  874. package/lib/components/Tabs/Tabs.stories.d.ts +0 -9
  875. package/lib/components/TextArea/Textarea.stories.d.ts +0 -9
  876. package/lib/components/Toast/Toast.stories.d.ts +0 -6
  877. package/lib/components/Toastify/Toastify.stories.d.ts +0 -6
  878. package/lib/components/Toggle/Toggle.stories.d.ts +0 -12
  879. package/lib/components/Tooltip/Tooltip.stories.d.ts +0 -15
  880. package/lib/components/Typography/Typography.stories.d.ts +0 -10
  881. package/lib/components/VariableInput/VariableInput.stories.d.ts +0 -6
  882. package/lib/utils/checkEmpty/checkEmpty.stories.d.ts +0 -6
  883. package/lib/utils/compareArrays/compareArrays.stories.d.ts +0 -6
  884. package/lib/utils/compareObjects/compareObjects.stories.d.ts +0 -6
  885. package/lib/utils/debounce/debounce.stories.d.ts +0 -6
  886. package/lib/utils/ffID/ffID.stories.d.ts +0 -6
  887. package/lib/utils/find/findAndInsert.d.ts +0 -7
  888. package/lib/utils/find/findAndInsert.stories.d.ts +0 -7
  889. package/lib/utils/findAndInsert/findAndInsert.stories.d.ts +0 -7
  890. package/lib/utils/getEncryptedData/getEncryptedData.stories.d.ts +0 -6
  891. package/lib/utils/getExtension/getExtension.stories.d.ts +0 -6
  892. package/lib/utils/throttle/throttle.stories.d.ts +0 -6
  893. package/lib/utils/truncateText/truncateText.stories.d.ts +0 -6
@@ -1,7 +1,7 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.33366 13.7109V15.2292C5.94821 15.2321 4.59042 14.8259 3.41814 14.0576C2.24586 13.2894 1.30724 12.1907 0.711404 10.8894C0.11557 9.58805 -0.113003 8.13747 0.0522582 6.70631C0.217519 5.27515 0.769825 3.92219 1.64497 2.80472C2.52011 1.68724 3.68214 0.851166 4.99596 0.393681C6.30978 -0.0638037 7.72142 -0.123902 9.06678 0.220374C10.4121 0.56465 11.6359 1.29916 12.5959 2.3385C13.5559 3.37785 14.2126 4.67934 14.4897 6.09167H12.9776C12.7504 5.17245 12.3198 4.32124 11.7201 3.60603C11.1204 2.89082 10.3682 2.33143 9.52368 1.97254V2.28437C9.52191 2.68646 9.36759 3.07157 9.09431 3.3559C8.82103 3.64022 8.45089 3.80077 8.06441 3.80262H6.60515V5.32087C6.60486 5.52252 6.52781 5.71585 6.39086 5.85855C6.25391 6.00125 6.06822 6.08171 5.8744 6.08233H4.4084V7.60058H5.86766V9.88496H5.14252L1.64478 6.25634C1.54475 6.70327 1.49279 7.16039 1.48987 7.61926C1.49017 9.23276 2.10559 10.7803 3.20112 11.9223C4.29666 13.0643 5.78285 13.7075 7.33366 13.7109Z" fill="#71347B"/>
3
- <path d="M15.9994 13.1167C15.9988 12.9895 15.95 12.8677 15.8637 12.7778C15.7773 12.6879 15.6603 12.6371 15.5381 12.6365H14.6143V13.598H15.5381C15.6605 13.5974 15.7776 13.5464 15.8641 13.4563C15.9505 13.3661 15.9991 13.244 15.9994 13.1167Z" fill="#71347B"/>
4
- <path d="M15.5381 14.5576H14.6143V15.5191H15.5381C15.6606 15.5191 15.7781 15.4685 15.8647 15.3783C15.9513 15.2882 16 15.1659 16 15.0384C16 14.9109 15.9513 14.7886 15.8647 14.6984C15.7781 14.6083 15.6606 14.5576 15.5381 14.5576Z" fill="#71347B"/>
5
- <path d="M11.8439 13.1177H10.9201V15.0388H11.8439C11.8445 15.2936 11.942 15.5377 12.1152 15.7178C12.2883 15.8979 12.5229 15.9994 12.7678 16H14.1529V12.1565H12.7666C12.522 12.1574 12.2876 12.259 12.1148 12.4391C11.9419 12.6192 11.8445 12.8631 11.8439 13.1177Z" fill="#71347B"/>
6
- <path d="M8.61219 12.6342C8.61278 12.3795 8.71031 12.1354 8.88343 11.9553C9.05655 11.7751 9.29119 11.6737 9.53602 11.6731H10.2286C10.4469 11.6834 10.6649 11.6475 10.8694 11.5677C11.074 11.4879 11.2609 11.3657 11.4188 11.2086C11.5767 11.0516 11.7024 10.8628 11.7882 10.6538C11.8741 10.4447 11.9183 10.2198 11.9182 9.99245C11.9181 9.76514 11.8738 9.5402 11.7878 9.33123C11.7018 9.12226 11.576 8.93359 11.418 8.77662C11.26 8.61965 11.073 8.49765 10.8684 8.41797C10.6638 8.3383 10.4457 8.30261 10.2275 8.31306H8.61219C8.48969 8.31306 8.3722 8.36369 8.28557 8.45382C8.19894 8.54394 8.15028 8.66618 8.15028 8.79364C8.15028 8.9211 8.19894 9.04334 8.28557 9.13347C8.3722 9.22359 8.48969 9.27423 8.61219 9.27423H10.2286C10.4123 9.27423 10.5885 9.35015 10.7183 9.48528C10.8482 9.62042 10.9212 9.8037 10.9212 9.99481C10.9212 10.1859 10.8482 10.3692 10.7183 10.5043C10.5885 10.6395 10.4123 10.7154 10.2286 10.7154H9.5349C9.04502 10.7154 8.5752 10.9179 8.22881 11.2783C7.88241 11.6387 7.68781 12.1275 7.68781 12.6371C7.68781 13.1468 7.88241 13.6356 8.22881 13.996C8.5752 14.3564 9.04502 14.5589 9.5349 14.5589H10.4587V13.5977H9.5349C9.28987 13.5968 9.05518 13.4949 8.88224 13.3143C8.7093 13.1337 8.61219 12.8892 8.61219 12.6342Z" fill="#71347B"/>
7
- </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.33366 13.7109V15.2292C5.94821 15.2321 4.59042 14.8259 3.41814 14.0576C2.24586 13.2894 1.30724 12.1907 0.711404 10.8894C0.11557 9.58805 -0.113003 8.13747 0.0522582 6.70631C0.217519 5.27515 0.769825 3.92219 1.64497 2.80472C2.52011 1.68724 3.68214 0.851166 4.99596 0.393681C6.30978 -0.0638037 7.72142 -0.123902 9.06678 0.220374C10.4121 0.56465 11.6359 1.29916 12.5959 2.3385C13.5559 3.37785 14.2126 4.67934 14.4897 6.09167H12.9776C12.7504 5.17245 12.3198 4.32124 11.7201 3.60603C11.1204 2.89082 10.3682 2.33143 9.52368 1.97254V2.28437C9.52191 2.68646 9.36759 3.07157 9.09431 3.3559C8.82103 3.64022 8.45089 3.80077 8.06441 3.80262H6.60515V5.32087C6.60486 5.52252 6.52781 5.71585 6.39086 5.85855C6.25391 6.00125 6.06822 6.08171 5.8744 6.08233H4.4084V7.60058H5.86766V9.88496H5.14252L1.64478 6.25634C1.54475 6.70327 1.49279 7.16039 1.48987 7.61926C1.49017 9.23276 2.10559 10.7803 3.20112 11.9223C4.29666 13.0643 5.78285 13.7075 7.33366 13.7109Z" fill="#71347B"/>
3
+ <path d="M15.9994 13.1167C15.9988 12.9895 15.95 12.8677 15.8637 12.7778C15.7773 12.6879 15.6603 12.6371 15.5381 12.6365H14.6143V13.598H15.5381C15.6605 13.5974 15.7776 13.5464 15.8641 13.4563C15.9505 13.3661 15.9991 13.244 15.9994 13.1167Z" fill="#71347B"/>
4
+ <path d="M15.5381 14.5576H14.6143V15.5191H15.5381C15.6606 15.5191 15.7781 15.4685 15.8647 15.3783C15.9513 15.2882 16 15.1659 16 15.0384C16 14.9109 15.9513 14.7886 15.8647 14.6984C15.7781 14.6083 15.6606 14.5576 15.5381 14.5576Z" fill="#71347B"/>
5
+ <path d="M11.8439 13.1177H10.9201V15.0388H11.8439C11.8445 15.2936 11.942 15.5377 12.1152 15.7178C12.2883 15.8979 12.5229 15.9994 12.7678 16H14.1529V12.1565H12.7666C12.522 12.1574 12.2876 12.259 12.1148 12.4391C11.9419 12.6192 11.8445 12.8631 11.8439 13.1177Z" fill="#71347B"/>
6
+ <path d="M8.61219 12.6342C8.61278 12.3795 8.71031 12.1354 8.88343 11.9553C9.05655 11.7751 9.29119 11.6737 9.53602 11.6731H10.2286C10.4469 11.6834 10.6649 11.6475 10.8694 11.5677C11.074 11.4879 11.2609 11.3657 11.4188 11.2086C11.5767 11.0516 11.7024 10.8628 11.7882 10.6538C11.8741 10.4447 11.9183 10.2198 11.9182 9.99245C11.9181 9.76514 11.8738 9.5402 11.7878 9.33123C11.7018 9.12226 11.576 8.93359 11.418 8.77662C11.26 8.61965 11.073 8.49765 10.8684 8.41797C10.6638 8.3383 10.4457 8.30261 10.2275 8.31306H8.61219C8.48969 8.31306 8.3722 8.36369 8.28557 8.45382C8.19894 8.54394 8.15028 8.66618 8.15028 8.79364C8.15028 8.9211 8.19894 9.04334 8.28557 9.13347C8.3722 9.22359 8.48969 9.27423 8.61219 9.27423H10.2286C10.4123 9.27423 10.5885 9.35015 10.7183 9.48528C10.8482 9.62042 10.9212 9.8037 10.9212 9.99481C10.9212 10.1859 10.8482 10.3692 10.7183 10.5043C10.5885 10.6395 10.4123 10.7154 10.2286 10.7154H9.5349C9.04502 10.7154 8.5752 10.9179 8.22881 11.2783C7.88241 11.6387 7.68781 12.1275 7.68781 12.6371C7.68781 13.1468 7.88241 13.6356 8.22881 13.996C8.5752 14.3564 9.04502 14.5589 9.5349 14.5589H10.4587V13.5977H9.5349C9.28987 13.5968 9.05518 13.4949 8.88224 13.3143C8.7093 13.1337 8.61219 12.8892 8.61219 12.6342Z" fill="#71347B"/>
7
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="22" height="24" viewBox="0 0 22 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8.30815 2.44586C8.00129 2.63411 7.75562 2.75272 7.509 2.87602C6.58748 3.36737 5.7272 3.79754 4.80568 4.28795C4.74167 4.32431 4.68966 4.37863 4.6562 4.44421C4.62274 4.5098 4.60923 4.58376 4.61736 4.65693V23.2755C4.61736 23.5212 4.55624 23.7057 4.31057 23.7669C3.85464 23.9552 3.36009 24.0312 2.86866 23.9884C2.37722 23.9457 1.90328 23.7854 1.48672 23.5212C1.18046 23.3059 0.919692 23.0323 0.7194 22.716C0.519108 22.3997 0.383245 22.047 0.319539 21.6782C0.16509 20.682 0.102006 19.6737 0.131213 18.666C0.0700298 13.7497 0.00884184 8.77315 0.00884184 3.85683C-0.0391441 3.07511 0.108741 2.29379 0.439038 1.58366C0.717224 0.990161 1.19816 0.515478 1.79523 0.245067C2.39231 -0.0253429 3.06627 -0.0737303 3.69584 0.108649C4.56928 0.371444 5.39798 0.764987 6.15361 1.27586C6.82945 1.64484 7.50528 2.01287 8.11994 2.38186C8.18583 2.32255 8.24697 2.38373 8.30815 2.44586Z" fill="white"/>
3
- <path d="M8.42587 21.3723V16.0258C8.42442 15.9536 8.44083 15.8821 8.47367 15.8177C8.50651 15.7533 8.55473 15.6981 8.61408 15.6569C10.7037 14.4887 12.7934 13.3215 14.8209 12.1543C15.3734 11.8465 15.9269 11.5397 16.5406 11.1707C16.1854 10.9425 15.8159 10.7372 15.4346 10.556C14.5131 10.0026 13.5917 9.51123 12.6701 8.95587C12.6247 8.92503 12.5711 8.90853 12.5162 8.90853C12.4613 8.90853 12.4077 8.92503 12.3623 8.95587C11.1951 9.6929 10.0891 10.3678 8.92098 11.1067C8.8598 11.1067 8.85982 11.1679 8.79769 11.1679V7.2352C8.79594 7.15413 8.81183 7.07365 8.84434 6.99937C8.87686 6.92508 8.92516 6.85876 8.9859 6.80504C10.0307 6.06801 11.0746 5.39311 12.0583 4.6542C12.1149 4.62396 12.1781 4.60815 12.2422 4.60815C12.3064 4.60815 12.3697 4.62396 12.4263 4.6542C13.8382 5.45335 15.3141 6.31368 16.7279 7.11188C17.7106 7.66442 18.6943 8.21789 19.7401 8.77042C20.488 9.15981 21.1072 9.75743 21.5228 10.4911C21.7846 10.9685 21.8898 11.5161 21.8236 12.0566C21.7574 12.5971 21.5232 13.1031 21.1539 13.5032C20.6682 14.0556 20.0849 14.5138 19.4332 14.8549C18.0213 15.654 16.6677 16.5144 15.2549 17.3126C13.473 18.3574 11.7524 19.3401 9.97051 20.3849C9.4095 20.7577 8.91722 21.0607 8.42587 21.3723Z" fill="white"/>
4
- </svg>
1
+ <svg width="22" height="24" viewBox="0 0 22 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.30815 2.44586C8.00129 2.63411 7.75562 2.75272 7.509 2.87602C6.58748 3.36737 5.7272 3.79754 4.80568 4.28795C4.74167 4.32431 4.68966 4.37863 4.6562 4.44421C4.62274 4.5098 4.60923 4.58376 4.61736 4.65693V23.2755C4.61736 23.5212 4.55624 23.7057 4.31057 23.7669C3.85464 23.9552 3.36009 24.0312 2.86866 23.9884C2.37722 23.9457 1.90328 23.7854 1.48672 23.5212C1.18046 23.3059 0.919692 23.0323 0.7194 22.716C0.519108 22.3997 0.383245 22.047 0.319539 21.6782C0.16509 20.682 0.102006 19.6737 0.131213 18.666C0.0700298 13.7497 0.00884184 8.77315 0.00884184 3.85683C-0.0391441 3.07511 0.108741 2.29379 0.439038 1.58366C0.717224 0.990161 1.19816 0.515478 1.79523 0.245067C2.39231 -0.0253429 3.06627 -0.0737303 3.69584 0.108649C4.56928 0.371444 5.39798 0.764987 6.15361 1.27586C6.82945 1.64484 7.50528 2.01287 8.11994 2.38186C8.18583 2.32255 8.24697 2.38373 8.30815 2.44586Z" fill="white"/>
3
+ <path d="M8.42587 21.3723V16.0258C8.42442 15.9536 8.44083 15.8821 8.47367 15.8177C8.50651 15.7533 8.55473 15.6981 8.61408 15.6569C10.7037 14.4887 12.7934 13.3215 14.8209 12.1543C15.3734 11.8465 15.9269 11.5397 16.5406 11.1707C16.1854 10.9425 15.8159 10.7372 15.4346 10.556C14.5131 10.0026 13.5917 9.51123 12.6701 8.95587C12.6247 8.92503 12.5711 8.90853 12.5162 8.90853C12.4613 8.90853 12.4077 8.92503 12.3623 8.95587C11.1951 9.6929 10.0891 10.3678 8.92098 11.1067C8.8598 11.1067 8.85982 11.1679 8.79769 11.1679V7.2352C8.79594 7.15413 8.81183 7.07365 8.84434 6.99937C8.87686 6.92508 8.92516 6.85876 8.9859 6.80504C10.0307 6.06801 11.0746 5.39311 12.0583 4.6542C12.1149 4.62396 12.1781 4.60815 12.2422 4.60815C12.3064 4.60815 12.3697 4.62396 12.4263 4.6542C13.8382 5.45335 15.3141 6.31368 16.7279 7.11188C17.7106 7.66442 18.6943 8.21789 19.7401 8.77042C20.488 9.15981 21.1072 9.75743 21.5228 10.4911C21.7846 10.9685 21.8898 11.5161 21.8236 12.0566C21.7574 12.5971 21.5232 13.1031 21.1539 13.5032C20.6682 14.0556 20.0849 14.5138 19.4332 14.8549C18.0213 15.654 16.6677 16.5144 15.2549 17.3126C13.473 18.3574 11.7524 19.3401 9.97051 20.3849C9.4095 20.7577 8.91722 21.0607 8.42587 21.3723Z" fill="white"/>
4
+ </svg>
@@ -1,13 +1,13 @@
1
- <svg width="238" height="48" viewBox="0 0 238 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M61.4537 17.8485V22.8928H71.6263V27.9317H61.4537V35.7966H54.8828V12.8096H72.9844V17.8485H61.4537Z" fill="currentColor"/>
3
- <path d="M76.4541 12.8095H83.025V35.6658H76.4541V12.8095Z" fill="currentColor"/>
4
- <path d="M97.9099 29.6458H94.3082V35.6685H87.7373V12.8095H98.2755C104.599 12.8095 108.566 16.0035 108.566 21.2876C108.631 22.7986 108.242 24.2947 107.447 25.5858C106.653 26.877 105.489 27.905 104.104 28.5394L109.053 35.6658H102.119L97.9099 29.6458ZM98.0336 17.8484H94.4319V24.4843H98.0281C100.755 24.4843 102.119 23.2552 102.119 21.165C101.995 19.2001 100.755 17.8484 98.0281 17.8484H98.0336Z" fill="currentColor"/>
5
- <path d="M131.006 30.6296V35.6685H112.533V12.8095H130.635V17.8484H118.98V21.6637H129.271V26.4573H118.98V30.6351L131.006 30.6296Z" fill="currentColor"/>
6
- <path d="M141.421 17.8484V22.8928H151.593V27.9317H141.421V35.7966H134.85V12.8095H152.951V17.8484H141.421Z" fill="currentColor"/>
7
- <path d="M156.298 12.8095H162.869V30.507H173.894V35.6685H156.413V12.8095H156.298Z" fill="currentColor"/>
8
- <path d="M176.752 12.8095H183.323V35.6658H176.752V12.8095Z" fill="currentColor"/>
9
- <path d="M210.104 12.8095V35.6658H204.773L194.601 23.5005V35.6658H188.159V12.8095H193.49L203.663 24.9748V12.8095H210.104Z" fill="currentColor"/>
10
- <path d="M223.866 27.4329L221.391 30.0137V35.7884H214.938V12.8095H221.386V22.2714L230.313 12.8095H237.502L228.08 22.8928L238 35.6739H230.436L223.866 27.4329Z" fill="currentColor"/>
11
- <path d="M16.7502 4.88842C16.1316 5.25632 15.6341 5.50162 15.1392 5.74961C13.2807 6.7334 11.5431 7.59181 9.68453 8.5756C9.5558 8.64839 9.45159 8.75748 9.3855 8.88897C9.31942 9.02047 9.29442 9.16842 9.31335 9.31412V46.5486C9.31335 47.0391 9.18969 47.4097 8.69481 47.5323C7.77434 47.9098 6.7758 48.0623 5.78338 47.9769C4.79096 47.8916 3.83353 47.5709 2.99243 47.0418C2.37431 46.6111 1.84823 46.0636 1.44391 45.4309C1.0396 44.7982 0.765171 44.0926 0.636432 43.3546C0.327663 41.3625 0.203398 39.3465 0.265245 37.3319C0.141525 27.4994 0.0178993 17.547 0.0178993 7.7145C-0.0791099 6.15032 0.219297 4.58688 0.886463 3.16613C1.44789 1.9794 2.41841 1.03032 3.62304 0.489747C4.82768 -0.050828 6.18734 -0.147392 7.45741 0.217461C9.21628 0.744425 10.8848 1.5318 12.4063 2.55294C13.781 3.29147 15.1337 4.0273 16.3736 4.76583C16.5028 4.64047 16.6265 4.76306 16.7502 4.88842Z" fill="currentColor"/>
12
- <path d="M16.9984 42.736V32.0423C16.9942 31.8984 17.026 31.7558 17.0907 31.6269C17.1555 31.4981 17.2512 31.3871 17.3696 31.3038C21.5843 28.9683 25.7989 26.6328 29.8926 24.3001C31.0089 23.6869 32.1253 23.071 33.3625 22.3324C32.6455 21.8761 31.8998 21.4656 31.13 21.1034C29.2715 19.997 27.41 19.0132 25.5515 17.9095C25.46 17.8474 25.3516 17.8141 25.2407 17.8141C25.1298 17.8141 25.0218 17.8474 24.9303 17.9095C22.5741 19.3838 20.3443 20.7354 17.9881 22.2098C17.8644 22.2098 17.8645 22.3324 17.7408 22.3324V14.4676C17.7361 14.3059 17.7667 14.1452 17.8307 13.9965C17.8948 13.8478 17.9909 13.7147 18.112 13.6064C20.2207 12.132 22.3267 10.7803 24.3117 9.306C24.4263 9.24517 24.5543 9.21335 24.6843 9.21335C24.8142 9.21335 24.9422 9.24517 25.0568 9.306C27.9079 10.903 30.8853 12.6253 33.7364 14.2113C35.7187 15.3177 37.7036 16.4242 39.8096 17.5279C41.3189 18.3064 42.568 19.502 43.4057 20.9698C43.934 21.9245 44.1462 23.0195 44.0125 24.1002C43.8788 25.1809 43.406 26.1927 42.6607 26.9925C41.681 28.0979 40.5036 29.0144 39.1881 29.6959C36.337 31.2929 33.6099 33.0152 30.7588 34.6013C27.1627 36.6915 23.6929 38.6563 20.0968 40.7466C18.9806 41.5069 17.9909 42.1255 16.9984 42.736Z" fill="currentColor"/>
13
- </svg>
1
+ <svg width="238" height="48" viewBox="0 0 238 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M61.4537 17.8485V22.8928H71.6263V27.9317H61.4537V35.7966H54.8828V12.8096H72.9844V17.8485H61.4537Z" fill="currentColor"/>
3
+ <path d="M76.4541 12.8095H83.025V35.6658H76.4541V12.8095Z" fill="currentColor"/>
4
+ <path d="M97.9099 29.6458H94.3082V35.6685H87.7373V12.8095H98.2755C104.599 12.8095 108.566 16.0035 108.566 21.2876C108.631 22.7986 108.242 24.2947 107.447 25.5858C106.653 26.877 105.489 27.905 104.104 28.5394L109.053 35.6658H102.119L97.9099 29.6458ZM98.0336 17.8484H94.4319V24.4843H98.0281C100.755 24.4843 102.119 23.2552 102.119 21.165C101.995 19.2001 100.755 17.8484 98.0281 17.8484H98.0336Z" fill="currentColor"/>
5
+ <path d="M131.006 30.6296V35.6685H112.533V12.8095H130.635V17.8484H118.98V21.6637H129.271V26.4573H118.98V30.6351L131.006 30.6296Z" fill="currentColor"/>
6
+ <path d="M141.421 17.8484V22.8928H151.593V27.9317H141.421V35.7966H134.85V12.8095H152.951V17.8484H141.421Z" fill="currentColor"/>
7
+ <path d="M156.298 12.8095H162.869V30.507H173.894V35.6685H156.413V12.8095H156.298Z" fill="currentColor"/>
8
+ <path d="M176.752 12.8095H183.323V35.6658H176.752V12.8095Z" fill="currentColor"/>
9
+ <path d="M210.104 12.8095V35.6658H204.773L194.601 23.5005V35.6658H188.159V12.8095H193.49L203.663 24.9748V12.8095H210.104Z" fill="currentColor"/>
10
+ <path d="M223.866 27.4329L221.391 30.0137V35.7884H214.938V12.8095H221.386V22.2714L230.313 12.8095H237.502L228.08 22.8928L238 35.6739H230.436L223.866 27.4329Z" fill="currentColor"/>
11
+ <path d="M16.7502 4.88842C16.1316 5.25632 15.6341 5.50162 15.1392 5.74961C13.2807 6.7334 11.5431 7.59181 9.68453 8.5756C9.5558 8.64839 9.45159 8.75748 9.3855 8.88897C9.31942 9.02047 9.29442 9.16842 9.31335 9.31412V46.5486C9.31335 47.0391 9.18969 47.4097 8.69481 47.5323C7.77434 47.9098 6.7758 48.0623 5.78338 47.9769C4.79096 47.8916 3.83353 47.5709 2.99243 47.0418C2.37431 46.6111 1.84823 46.0636 1.44391 45.4309C1.0396 44.7982 0.765171 44.0926 0.636432 43.3546C0.327663 41.3625 0.203398 39.3465 0.265245 37.3319C0.141525 27.4994 0.0178993 17.547 0.0178993 7.7145C-0.0791099 6.15032 0.219297 4.58688 0.886463 3.16613C1.44789 1.9794 2.41841 1.03032 3.62304 0.489747C4.82768 -0.050828 6.18734 -0.147392 7.45741 0.217461C9.21628 0.744425 10.8848 1.5318 12.4063 2.55294C13.781 3.29147 15.1337 4.0273 16.3736 4.76583C16.5028 4.64047 16.6265 4.76306 16.7502 4.88842Z" fill="currentColor"/>
12
+ <path d="M16.9984 42.736V32.0423C16.9942 31.8984 17.026 31.7558 17.0907 31.6269C17.1555 31.4981 17.2512 31.3871 17.3696 31.3038C21.5843 28.9683 25.7989 26.6328 29.8926 24.3001C31.0089 23.6869 32.1253 23.071 33.3625 22.3324C32.6455 21.8761 31.8998 21.4656 31.13 21.1034C29.2715 19.997 27.41 19.0132 25.5515 17.9095C25.46 17.8474 25.3516 17.8141 25.2407 17.8141C25.1298 17.8141 25.0218 17.8474 24.9303 17.9095C22.5741 19.3838 20.3443 20.7354 17.9881 22.2098C17.8644 22.2098 17.8645 22.3324 17.7408 22.3324V14.4676C17.7361 14.3059 17.7667 14.1452 17.8307 13.9965C17.8948 13.8478 17.9909 13.7147 18.112 13.6064C20.2207 12.132 22.3267 10.7803 24.3117 9.306C24.4263 9.24517 24.5543 9.21335 24.6843 9.21335C24.8142 9.21335 24.9422 9.24517 25.0568 9.306C27.9079 10.903 30.8853 12.6253 33.7364 14.2113C35.7187 15.3177 37.7036 16.4242 39.8096 17.5279C41.3189 18.3064 42.568 19.502 43.4057 20.9698C43.934 21.9245 44.1462 23.0195 44.0125 24.1002C43.8788 25.1809 43.406 26.1927 42.6607 26.9925C41.681 28.0979 40.5036 29.0144 39.1881 29.6959C36.337 31.2929 33.6099 33.0152 30.7588 34.6013C27.1627 36.6915 23.6929 38.6563 20.0968 40.7466C18.9806 41.5069 17.9909 42.1255 16.9984 42.736Z" fill="currentColor"/>
13
+ </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="M5.32503 1.63057C5.12836 1.75608 4.97089 1.83514 4.81283 1.91735C4.22219 2.24492 3.6708 2.53169 3.08016 2.85863C3.03913 2.88287 3.00579 2.91909 2.98435 2.96281C2.9629 3.00653 2.95424 3.05584 2.95946 3.10462V15.517C2.95946 15.6808 2.92028 15.8038 2.76282 15.8446C2.4706 15.9701 2.15362 16.0208 1.83864 15.9923C1.52366 15.9638 1.21989 15.857 0.9529 15.6808C0.756608 15.5373 0.589468 15.3549 0.461093 15.144C0.332718 14.9332 0.245637 14.698 0.204806 14.4521C0.105813 13.788 0.06538 13.1158 0.0840999 12.444C0.044885 9.16648 0.0056671 5.84877 0.0056671 2.57122C-0.025089 2.05007 0.0696967 1.5292 0.281397 1.05577C0.459698 0.660107 0.767948 0.343652 1.15064 0.163378C1.53333 -0.0168953 1.9653 -0.0491535 2.36882 0.0724328C2.92864 0.247629 3.45979 0.509991 3.9441 0.850573C4.37727 1.09656 4.81044 1.34192 5.2044 1.5879C5.24663 1.54837 5.28582 1.58915 5.32503 1.63057Z" fill="currentColor"/>
3
- <path d="M5.40051 14.2481V10.6838C5.39958 10.6356 5.41009 10.588 5.43114 10.5451C5.45219 10.5021 5.4831 10.4653 5.52114 10.4378C6.86048 9.65907 8.19982 8.88093 9.49934 8.10281C9.85348 7.89761 10.2082 7.69305 10.6016 7.44706C10.3739 7.29494 10.1371 7.15806 9.89268 7.03728C9.30205 6.66829 8.71148 6.34074 8.12084 5.9705C8.09174 5.94994 8.05733 5.93894 8.02215 5.93894C7.98698 5.93894 7.95264 5.94994 7.92354 5.9705C7.17544 6.46185 6.46655 6.91178 5.71785 7.40439C5.67863 7.40439 5.67864 7.44518 5.63883 7.44518V4.82339C5.6377 4.76934 5.64789 4.71569 5.66873 4.66616C5.68956 4.61664 5.72053 4.57242 5.75946 4.53661C6.42913 4.04526 7.09822 3.59532 7.72867 3.10272C7.76497 3.08256 7.80544 3.07202 7.84658 3.07202C7.88773 3.07202 7.92827 3.08256 7.96456 3.10272C8.86952 3.63549 9.81548 4.20904 10.7216 4.74117C11.3515 5.10953 11.982 5.47851 12.6523 5.84686C13.1317 6.10646 13.5285 6.50487 13.7949 6.99398C13.9627 7.31227 14.0301 7.67735 13.9877 8.03766C13.9453 8.39796 13.7951 8.7353 13.5584 9.00205C13.2471 9.37031 12.8732 9.67578 12.4556 9.90318C11.5506 10.4359 10.6831 11.0095 9.7775 11.5416C8.63544 12.2382 7.53259 12.8933 6.39053 13.5899C6.03096 13.8384 5.71543 14.0404 5.40051 14.2481Z" 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="M5.32503 1.63057C5.12836 1.75608 4.97089 1.83514 4.81283 1.91735C4.22219 2.24492 3.6708 2.53169 3.08016 2.85863C3.03913 2.88287 3.00579 2.91909 2.98435 2.96281C2.9629 3.00653 2.95424 3.05584 2.95946 3.10462V15.517C2.95946 15.6808 2.92028 15.8038 2.76282 15.8446C2.4706 15.9701 2.15362 16.0208 1.83864 15.9923C1.52366 15.9638 1.21989 15.857 0.9529 15.6808C0.756608 15.5373 0.589468 15.3549 0.461093 15.144C0.332718 14.9332 0.245637 14.698 0.204806 14.4521C0.105813 13.788 0.06538 13.1158 0.0840999 12.444C0.044885 9.16648 0.0056671 5.84877 0.0056671 2.57122C-0.025089 2.05007 0.0696967 1.5292 0.281397 1.05577C0.459698 0.660107 0.767948 0.343652 1.15064 0.163378C1.53333 -0.0168953 1.9653 -0.0491535 2.36882 0.0724328C2.92864 0.247629 3.45979 0.509991 3.9441 0.850573C4.37727 1.09656 4.81044 1.34192 5.2044 1.5879C5.24663 1.54837 5.28582 1.58915 5.32503 1.63057Z" fill="currentColor"/>
3
+ <path d="M5.40051 14.2481V10.6838C5.39958 10.6356 5.41009 10.588 5.43114 10.5451C5.45219 10.5021 5.4831 10.4653 5.52114 10.4378C6.86048 9.65907 8.19982 8.88093 9.49934 8.10281C9.85348 7.89761 10.2082 7.69305 10.6016 7.44706C10.3739 7.29494 10.1371 7.15806 9.89268 7.03728C9.30205 6.66829 8.71148 6.34074 8.12084 5.9705C8.09174 5.94994 8.05733 5.93894 8.02215 5.93894C7.98698 5.93894 7.95264 5.94994 7.92354 5.9705C7.17544 6.46185 6.46655 6.91178 5.71785 7.40439C5.67863 7.40439 5.67864 7.44518 5.63883 7.44518V4.82339C5.6377 4.76934 5.64789 4.71569 5.66873 4.66616C5.68956 4.61664 5.72053 4.57242 5.75946 4.53661C6.42913 4.04526 7.09822 3.59532 7.72867 3.10272C7.76497 3.08256 7.80544 3.07202 7.84658 3.07202C7.88773 3.07202 7.92827 3.08256 7.96456 3.10272C8.86952 3.63549 9.81548 4.20904 10.7216 4.74117C11.3515 5.10953 11.982 5.47851 12.6523 5.84686C13.1317 6.10646 13.5285 6.50487 13.7949 6.99398C13.9627 7.31227 14.0301 7.67735 13.9877 8.03766C13.9453 8.39796 13.7951 8.7353 13.5584 9.00205C13.2471 9.37031 12.8732 9.67578 12.4556 9.90318C11.5506 10.4359 10.6831 11.0095 9.7775 11.5416C8.63544 12.2382 7.53259 12.8933 6.39053 13.5899C6.03096 13.8384 5.71543 14.0404 5.40051 14.2481Z" fill="currentColor"/>
4
+ </svg>
@@ -1,84 +1,84 @@
1
- <svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_290_14472)">
3
- <path d="M11.4094 4.00105C11.1583 3.39559 10.6497 2.74194 10.2503 2.53535C10.5753 3.17408 10.7635 3.81483 10.8354 4.29301C10.8354 4.29394 10.8357 4.29628 10.8365 4.30265C10.1832 2.67038 9.0754 2.0122 8.17081 0.579093C8.12514 0.506629 8.07933 0.433978 8.0347 0.357381C8.012 0.318277 7.99076 0.27831 7.9711 0.237572C7.93351 0.164827 7.90454 0.0879507 7.88472 0.00848265C7.885 0.00068526 7.87932 -0.00603824 7.87158 -0.0070421C7.86804 -0.0080693 7.86427 -0.0080693 7.86073 -0.0070421C7.85992 -0.00676195 7.8587 -0.00580479 7.85784 -0.00547795C7.85656 -0.00496435 7.84785 0.00021835 7.84825 -0.00024856C6.39688 0.851792 5.9123 2.42185 5.86704 3.21043C5.28748 3.25038 4.73335 3.46441 4.27692 3.82465C4.22913 3.7842 4.17917 3.74638 4.12726 3.71138C3.99558 3.24956 3.98997 2.76075 4.11105 2.29601C3.51754 2.56692 3.05589 2.99512 2.72029 3.37322H2.71761C2.48858 3.08243 2.50472 2.12316 2.51779 1.92288C2.51504 1.91046 2.34693 2.01036 2.3249 2.02542C2.12279 2.17002 1.93384 2.33227 1.76027 2.51028C1.56275 2.71105 1.38228 2.928 1.22074 3.15884C1.22074 3.15912 1.22058 3.15947 1.22048 3.15975C1.22048 3.15945 1.22065 3.15912 1.22074 3.15884C0.849222 3.68659 0.585723 4.2829 0.445497 4.91335C0.442725 4.92591 0.440396 4.93891 0.437718 4.95156C0.426842 5.00255 0.387715 5.25762 0.380868 5.31305C0.380332 5.31732 0.380099 5.3214 0.379587 5.32568C0.328979 5.58939 0.297654 5.85644 0.285823 6.12472C0.285823 6.1346 0.285217 6.14438 0.285217 6.1543C0.285357 9.35252 2.87216 11.9451 6.06298 11.9451C8.92062 11.9451 11.2933 9.86567 11.7579 7.1343C11.7676 7.06018 11.7755 6.98566 11.7841 6.91088C11.8989 5.91776 11.7714 4.87394 11.4094 4.00105ZM4.75014 8.53386C4.77716 8.54679 4.80255 8.56094 4.83031 8.57336C4.83147 8.57415 4.83305 8.57504 4.83422 8.57576C4.80597 8.56225 4.77795 8.54826 4.75014 8.53386ZM10.8369 4.30408L10.8362 4.29845C10.8364 4.3005 10.8368 4.30265 10.8371 4.30468L10.8369 4.30408Z" fill="url(#paint0_linear_290_14472)"/>
4
- <path d="M11.4094 4.00086C11.1583 3.39539 10.6497 2.74174 10.2503 2.53516C10.5753 3.17389 10.7635 3.81463 10.8353 4.29281C10.8353 4.29141 10.8356 4.29398 10.8362 4.29825C10.8365 4.30031 10.8369 4.30246 10.8372 4.30449C11.3823 5.78583 11.0853 7.2922 10.6574 8.21269C9.99531 9.63692 8.39235 11.0966 5.88341 11.0254C3.17266 10.9485 0.784562 8.93229 0.338775 6.29161C0.25754 5.8752 0.338775 5.66376 0.379648 5.32564C0.329855 5.5863 0.310897 5.66158 0.285884 6.12469C0.285884 6.13456 0.285278 6.14435 0.285278 6.15427C0.285348 9.35232 2.87215 11.9449 6.06297 11.9449C8.92061 11.9449 11.2933 9.86548 11.7578 7.1341C11.7676 7.05998 11.7755 6.98546 11.7841 6.91068C11.8989 5.91757 11.7714 4.87374 11.4094 4.00086Z" fill="url(#paint1_radial_290_14472)"/>
5
- <path d="M11.4094 4.00086C11.1583 3.39539 10.6497 2.74174 10.2503 2.53516C10.5753 3.17389 10.7635 3.81463 10.8353 4.29281C10.8353 4.29141 10.8356 4.29398 10.8362 4.29825C10.8365 4.30031 10.8369 4.30246 10.8372 4.30449C11.3823 5.78583 11.0853 7.2922 10.6574 8.21269C9.99531 9.63692 8.39235 11.0966 5.88341 11.0254C3.17266 10.9485 0.784562 8.93229 0.338775 6.29161C0.25754 5.8752 0.338775 5.66376 0.379648 5.32564C0.329855 5.5863 0.310897 5.66158 0.285884 6.12469C0.285884 6.13456 0.285278 6.14435 0.285278 6.15427C0.285348 9.35232 2.87215 11.9449 6.06297 11.9449C8.92061 11.9449 11.2933 9.86548 11.7578 7.1341C11.7676 7.05998 11.7755 6.98546 11.7841 6.91068C11.8989 5.91757 11.7714 4.87374 11.4094 4.00086Z" fill="url(#paint2_radial_290_14472)"/>
6
- <path d="M8.60164 4.68176C8.61424 4.69063 8.62567 4.69945 8.63753 4.70825C8.49253 4.45028 8.31196 4.21412 8.10117 4.0067C6.30521 2.20664 7.84931 -0.000509653 7.84973 -0.000976562C6.39837 0.851064 5.91241 2.42177 5.86716 3.21034C5.93446 3.20567 6.00161 3.19999 6.0701 3.19999C7.15316 3.20002 8.09649 3.79694 8.60164 4.68176Z" fill="url(#paint3_radial_290_14472)"/>
7
- <path d="M6.07324 5.04138C6.06378 5.18545 5.55612 5.68224 5.37859 5.68224C3.73597 5.68224 3.46933 6.67837 3.46933 6.67837C3.5421 7.51724 4.12457 8.20804 4.83004 8.57356C4.86222 8.59023 4.8948 8.60528 4.9274 8.62018C4.98328 8.64499 5.03987 8.66818 5.09708 8.68972C5.33896 8.77559 5.59233 8.82457 5.84872 8.83507C8.72779 8.97045 9.28558 5.38428 7.20785 4.34289C7.73994 4.25011 8.29224 4.46466 8.60067 4.68189C8.09562 3.79714 7.15248 3.2002 6.06965 3.2002C6.00114 3.2002 5.93406 3.20587 5.86674 3.21054C5.28729 3.25048 4.73327 3.46451 4.27693 3.82476C4.36499 3.89946 4.46442 3.99934 4.67387 4.2062C5.06571 4.59338 6.07109 4.99434 6.07324 5.04138Z" fill="url(#paint4_radial_290_14472)"/>
8
- <path d="M6.07324 5.04138C6.06378 5.18545 5.55612 5.68224 5.37859 5.68224C3.73597 5.68224 3.46933 6.67837 3.46933 6.67837C3.5421 7.51724 4.12457 8.20804 4.83004 8.57356C4.86222 8.59023 4.8948 8.60528 4.9274 8.62018C4.98328 8.64499 5.03987 8.66818 5.09708 8.68972C5.33896 8.77559 5.59233 8.82457 5.84872 8.83507C8.72779 8.97045 9.28558 5.38428 7.20785 4.34289C7.73994 4.25011 8.29224 4.46466 8.60067 4.68189C8.09562 3.79714 7.15248 3.2002 6.06965 3.2002C6.00114 3.2002 5.93406 3.20587 5.86674 3.21054C5.28729 3.25048 4.73327 3.46451 4.27693 3.82476C4.36499 3.89946 4.46442 3.99934 4.67387 4.2062C5.06571 4.59338 6.07109 4.99434 6.07324 5.04138Z" fill="url(#paint5_radial_290_14472)"/>
9
- <path d="M4.00759 3.63175C4.04783 3.65778 4.08775 3.68428 4.12734 3.71127C3.99566 3.24945 3.99005 2.76064 4.11113 2.2959C3.51762 2.5668 3.05597 2.995 2.72037 3.37311C2.74813 3.37234 3.58618 3.35721 4.00759 3.63175Z" fill="url(#paint6_radial_290_14472)"/>
10
- <path d="M0.338947 6.29193C0.784734 8.93261 3.17283 10.9488 5.88358 11.0257C8.39253 11.0969 9.99548 9.63715 10.6575 8.21303C11.0855 7.29247 11.3825 5.78629 10.8373 4.30483L10.8371 4.3042L10.8364 4.2986C10.8358 4.29431 10.8354 4.29176 10.8355 4.29316C10.8355 4.2941 10.8359 4.29643 10.8367 4.3028C11.0416 5.64417 10.3609 6.94362 9.29682 7.82228L9.29363 7.82982C7.22022 9.52209 5.23613 8.85083 4.83441 8.57606C4.80618 8.56244 4.77812 8.54844 4.75026 8.53406C3.54144 7.955 3.04206 6.85106 3.14912 5.90433C2.12841 5.90433 1.78037 5.04139 1.78037 5.04139C1.78037 5.04139 2.69679 4.3864 3.90459 4.95606C5.02322 5.48364 6.07376 5.04143 6.07388 5.04139C6.07174 4.99434 5.06616 4.59338 4.67415 4.20622C4.46468 3.99936 4.36521 3.89963 4.27713 3.82478C4.22934 3.78432 4.17939 3.7465 4.12747 3.71151C4.08783 3.68457 4.04792 3.65807 4.00772 3.63199C3.58634 3.35745 2.74826 3.37258 2.7205 3.3733H2.71782C2.48879 3.08251 2.50493 2.12325 2.518 1.92294C2.51525 1.91052 2.34714 2.01042 2.32511 2.02547C2.123 2.17008 1.93405 2.33235 1.76048 2.51034C1.56296 2.71115 1.38249 2.92815 1.22095 3.15904C1.22095 3.15932 1.22079 3.15967 1.22069 3.15995C1.22069 3.15965 1.22086 3.15932 1.22095 3.15904C0.849433 3.68679 0.585934 4.2831 0.445707 4.91355C0.442935 4.92606 0.23773 5.82544 0.338947 6.29193Z" fill="url(#paint7_radial_290_14472)"/>
11
- <path d="M8.10109 4.00695C8.31186 4.21438 8.49241 4.45054 8.63739 4.70851C8.6692 4.73246 8.69892 4.75634 8.72411 4.77964C10.0338 5.98938 9.34758 7.7004 9.2964 7.82233C10.3604 6.9437 11.041 5.64422 10.8361 4.30286C10.1828 2.67061 9.07517 2.01243 8.17067 0.57932C8.125 0.506855 8.0792 0.434204 8.03458 0.357608C8.01187 0.318504 7.99063 0.278536 7.97098 0.237798C7.93339 0.165054 7.90442 0.0881772 7.88461 0.00870916C7.88489 0.000911768 7.8792 -0.00581173 7.87147 -0.00681559C7.86793 -0.00784279 7.86586 -0.00823966 7.8623 -0.00721246C7.86148 -0.00693232 7.85859 -0.00557828 7.85773 -0.00525144C7.85645 -0.00473784 7.85487 -0.00354722 7.8535 -0.00284686C7.63352 0.110659 6.30529 2.2069 8.10109 4.00695Z" fill="url(#paint8_radial_290_14472)"/>
12
- <path d="M8.72352 4.78011C8.6983 4.75681 8.66859 4.73293 8.6368 4.70898C8.62504 4.70011 8.61352 4.69128 8.60092 4.68248C8.29249 4.46525 7.74019 4.25071 7.2081 4.34348C9.28583 5.38488 8.72803 8.97105 5.84897 8.83567C5.59258 8.82518 5.33921 8.77618 5.09733 8.69032C5.04011 8.66875 4.98355 8.64556 4.92765 8.62077C4.89505 8.60588 4.8625 8.59082 4.83029 8.57415C4.83146 8.57494 4.83304 8.57583 4.8342 8.57655C5.23585 8.85128 7.21955 9.52258 9.29256 7.83032L9.29575 7.82278C9.34693 7.70096 10.033 5.9899 8.72352 4.78011Z" fill="url(#paint9_radial_290_14472)"/>
13
- <path d="M3.46899 6.67875C3.46899 6.67875 3.73563 5.68262 5.37825 5.68262C5.55583 5.68262 6.06351 5.18583 6.0729 5.04177C6.0823 4.8977 5.0225 5.48402 3.90403 4.95644C2.69646 4.38678 1.78021 5.04177 1.78021 5.04177C1.78021 5.04177 2.12819 5.90471 3.1487 5.90471C3.04166 6.85144 3.54094 7.95549 4.74953 8.53444C4.77654 8.54737 4.80192 8.56152 4.82966 8.57394C4.12426 8.20842 3.54176 7.51762 3.46899 6.67875Z" fill="url(#paint10_radial_290_14472)"/>
14
- <path d="M11.4094 4.00128C11.1583 3.39581 10.6497 2.74216 10.2503 2.53558C10.5754 3.17431 10.7635 3.81505 10.8354 4.29324C10.8354 4.29417 10.8357 4.2965 10.8365 4.30288C10.1832 2.67061 9.07541 2.01243 8.17081 0.57932C8.12514 0.506855 8.07933 0.434204 8.03471 0.357608C8.012 0.318504 7.99076 0.278536 7.97111 0.237798C7.93352 0.165054 7.90454 0.0881772 7.88472 0.00870916C7.885 0.000911769 7.87932 -0.00581173 7.87159 -0.00681559C7.86805 -0.00784279 7.86598 -0.00823966 7.86241 -0.00721246C7.8616 -0.00693232 7.85871 -0.00557828 7.85785 -0.00525144C7.85657 -0.00473784 7.85196 -0.0020998 7.85142 -0.00177296C6.3589 0.89376 5.9123 2.4221 5.86705 3.21066C5.93436 3.20599 6.00148 3.20032 6.07 3.20032C7.1531 3.20032 8.09643 3.79724 8.60151 4.68201C8.29302 4.46478 7.74061 4.25023 7.20842 4.34301C9.28655 5.3844 8.72865 8.97058 5.84902 8.83519C5.59258 8.82471 5.33917 8.77571 5.09723 8.68987C5.04001 8.6683 4.98344 8.64512 4.92752 8.62032C4.89492 8.60543 4.86236 8.59037 4.83015 8.5737C4.83131 8.5745 4.8329 8.57538 4.83406 8.57611C4.80583 8.5625 4.77777 8.54849 4.74992 8.53411C4.77693 8.54704 4.80232 8.56119 4.83008 8.57361C4.12447 8.20809 3.54186 7.5173 3.4691 6.67842C3.4691 6.67842 3.73579 5.68229 5.37874 5.68229C5.55634 5.68229 6.06413 5.1855 6.07351 5.04144C6.07137 4.9944 5.06579 4.59344 4.67378 4.20627C4.46431 3.99941 4.36485 3.89968 4.27676 3.82483C4.22897 3.78437 4.17902 3.74656 4.1271 3.71156C3.99542 3.24974 3.98981 2.76093 4.1109 2.29619C3.51738 2.56709 3.05573 2.9953 2.72013 3.3734H2.71745C2.48842 3.08261 2.50456 2.12334 2.51763 1.92304C2.51488 1.91062 2.34678 2.01051 2.32474 2.02557C2.12264 2.17017 1.93369 2.33243 1.76011 2.51044C1.56266 2.71125 1.38223 2.9282 1.22074 3.15907C1.22074 3.15935 1.22058 3.1597 1.22049 3.15998C1.22049 3.15967 1.22065 3.15935 1.22074 3.15907C0.849228 3.68681 0.585729 4.28313 0.445502 4.91357C0.442731 4.92613 0.440402 4.93914 0.437723 4.95179C0.426847 5.00278 0.377962 5.26154 0.371138 5.31703C0.370603 5.3213 0.371651 5.31278 0.371138 5.31703C0.326539 5.58441 0.298102 5.85423 0.285945 6.12506C0.285945 6.13494 0.285339 6.14472 0.285339 6.15464C0.285339 9.35272 2.87214 11.9453 6.06296 11.9453C8.9206 11.9453 11.2933 9.86588 11.7578 7.1345C11.7676 7.06038 11.7755 6.98586 11.7841 6.91108C11.8989 5.91799 11.7714 4.87417 11.4094 4.00128ZM10.8362 4.29868C10.8365 4.30073 10.8369 4.30288 10.8372 4.30491L10.837 4.30428L10.8362 4.29868Z" fill="url(#paint11_linear_290_14472)"/>
15
- </g>
16
- <defs>
17
- <linearGradient id="paint0_linear_290_14472" x1="10.3504" y1="1.84111" x2="1.05197" y2="10.7925" gradientUnits="userSpaceOnUse">
18
- <stop offset="0.05" stop-color="#FFF339"/>
19
- <stop offset="0.37" stop-color="#FF9800"/>
20
- <stop offset="0.53" stop-color="#FF3346"/>
21
- <stop offset="0.7" stop-color="#FF0D8A"/>
22
- </linearGradient>
23
- <radialGradient id="paint1_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(10.4077 2.53577) scale(11.8167 12.0445)">
24
- <stop offset="0.13" stop-color="#FFBD44"/>
25
- <stop offset="0.28" stop-color="#FF9800"/>
26
- <stop offset="0.47" stop-color="#FF3450"/>
27
- <stop offset="0.78" stop-color="#FF027B"/>
28
- <stop offset="0.86" stop-color="#FF0083"/>
29
- </radialGradient>
30
- <radialGradient id="paint2_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.93926 6.30335) scale(12.1121 12.0445)">
31
- <stop offset="0.3" stop-color="#AF0611"/>
32
- <stop offset="0.35" stop-color="#CE1223" stop-opacity="0.74"/>
33
- <stop offset="0.43" stop-color="#FD243B" stop-opacity="0.34"/>
34
- <stop offset="0.5" stop-color="#FF304B" stop-opacity="0.09"/>
35
- <stop offset="0.53" stop-color="#FF3450" stop-opacity="0"/>
36
- </radialGradient>
37
- <radialGradient id="paint3_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(7.19681 -0.565838) scale(3.87837 6.60029)">
38
- <stop offset="0.13" stop-color="#FFF339"/>
39
- <stop offset="0.53" stop-color="#FF9800"/>
40
- </radialGradient>
41
- <radialGradient id="paint4_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.6369 9.41026) scale(5.13154 5.63881)">
42
- <stop offset="0.35" stop-color="#008EE9"/>
43
- <stop offset="0.67" stop-color="#A059FF"/>
44
- <stop offset="1" stop-color="#DF36EA"/>
45
- </radialGradient>
46
- <radialGradient id="paint5_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.87075 5.06003) scale(2.72459 3.32659)">
47
- <stop offset="0.21" stop-color="#A059FF" stop-opacity="0"/>
48
- <stop offset="0.97" stop-color="#80008E" stop-opacity="0.6"/>
49
- </radialGradient>
50
- <radialGradient id="paint6_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.67509 0.880364) scale(4.08028 4.10461)">
51
- <stop offset="0.1" stop-color="#FFE200"/>
52
- <stop offset="0.79" stop-color="#FF7232"/>
53
- </radialGradient>
54
- <radialGradient id="paint7_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(9.40047 -1.81111) scale(19.4802 16.3918)">
55
- <stop offset="0.11" stop-color="#FFF339"/>
56
- <stop offset="0.46" stop-color="#FF9800"/>
57
- <stop offset="0.72" stop-color="#FF3346"/>
58
- <stop offset="0.9" stop-color="#FF0D8A"/>
59
- </radialGradient>
60
- <radialGradient id="paint8_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(7.753 -1.49047) rotate(83.9694) scale(12.837 12.9015)">
61
- <stop stop-color="#FFF339"/>
62
- <stop offset="0.3" stop-color="#FF9800"/>
63
- <stop offset="0.57" stop-color="#FF3346"/>
64
- <stop offset="0.74" stop-color="#FF0D8A"/>
65
- </radialGradient>
66
- <radialGradient id="paint9_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.7166 2.35769) scale(11.1821 11.0141)">
67
- <stop offset="0.14" stop-color="#FFF339"/>
68
- <stop offset="0.48" stop-color="#FF9800"/>
69
- <stop offset="0.66" stop-color="#FF3346"/>
70
- <stop offset="0.9" stop-color="#FF0D8A"/>
71
- </radialGradient>
72
- <radialGradient id="paint10_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(8.61869 3.00094) scale(13.4405 12.0553)">
73
- <stop offset="0.09" stop-color="#FFF339"/>
74
- <stop offset="0.63" stop-color="#FF9800"/>
75
- </radialGradient>
76
- <linearGradient id="paint11_linear_290_14472" x1="9.78172" y1="1.90966" x2="2.34278" y2="10.0182" gradientUnits="userSpaceOnUse">
77
- <stop offset="0.17" stop-color="#FFF339" stop-opacity="0.8"/>
78
- <stop offset="0.6" stop-color="#FFF339" stop-opacity="0"/>
79
- </linearGradient>
80
- <clipPath id="clip0_290_14472">
81
- <rect width="11.9245" height="11.9531" fill="white" transform="translate(0.092865 -0.0078125)"/>
82
- </clipPath>
83
- </defs>
84
- </svg>
1
+ <svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_290_14472)">
3
+ <path d="M11.4094 4.00105C11.1583 3.39559 10.6497 2.74194 10.2503 2.53535C10.5753 3.17408 10.7635 3.81483 10.8354 4.29301C10.8354 4.29394 10.8357 4.29628 10.8365 4.30265C10.1832 2.67038 9.0754 2.0122 8.17081 0.579093C8.12514 0.506629 8.07933 0.433978 8.0347 0.357381C8.012 0.318277 7.99076 0.27831 7.9711 0.237572C7.93351 0.164827 7.90454 0.0879507 7.88472 0.00848265C7.885 0.00068526 7.87932 -0.00603824 7.87158 -0.0070421C7.86804 -0.0080693 7.86427 -0.0080693 7.86073 -0.0070421C7.85992 -0.00676195 7.8587 -0.00580479 7.85784 -0.00547795C7.85656 -0.00496435 7.84785 0.00021835 7.84825 -0.00024856C6.39688 0.851792 5.9123 2.42185 5.86704 3.21043C5.28748 3.25038 4.73335 3.46441 4.27692 3.82465C4.22913 3.7842 4.17917 3.74638 4.12726 3.71138C3.99558 3.24956 3.98997 2.76075 4.11105 2.29601C3.51754 2.56692 3.05589 2.99512 2.72029 3.37322H2.71761C2.48858 3.08243 2.50472 2.12316 2.51779 1.92288C2.51504 1.91046 2.34693 2.01036 2.3249 2.02542C2.12279 2.17002 1.93384 2.33227 1.76027 2.51028C1.56275 2.71105 1.38228 2.928 1.22074 3.15884C1.22074 3.15912 1.22058 3.15947 1.22048 3.15975C1.22048 3.15945 1.22065 3.15912 1.22074 3.15884C0.849222 3.68659 0.585723 4.2829 0.445497 4.91335C0.442725 4.92591 0.440396 4.93891 0.437718 4.95156C0.426842 5.00255 0.387715 5.25762 0.380868 5.31305C0.380332 5.31732 0.380099 5.3214 0.379587 5.32568C0.328979 5.58939 0.297654 5.85644 0.285823 6.12472C0.285823 6.1346 0.285217 6.14438 0.285217 6.1543C0.285357 9.35252 2.87216 11.9451 6.06298 11.9451C8.92062 11.9451 11.2933 9.86567 11.7579 7.1343C11.7676 7.06018 11.7755 6.98566 11.7841 6.91088C11.8989 5.91776 11.7714 4.87394 11.4094 4.00105ZM4.75014 8.53386C4.77716 8.54679 4.80255 8.56094 4.83031 8.57336C4.83147 8.57415 4.83305 8.57504 4.83422 8.57576C4.80597 8.56225 4.77795 8.54826 4.75014 8.53386ZM10.8369 4.30408L10.8362 4.29845C10.8364 4.3005 10.8368 4.30265 10.8371 4.30468L10.8369 4.30408Z" fill="url(#paint0_linear_290_14472)"/>
4
+ <path d="M11.4094 4.00086C11.1583 3.39539 10.6497 2.74174 10.2503 2.53516C10.5753 3.17389 10.7635 3.81463 10.8353 4.29281C10.8353 4.29141 10.8356 4.29398 10.8362 4.29825C10.8365 4.30031 10.8369 4.30246 10.8372 4.30449C11.3823 5.78583 11.0853 7.2922 10.6574 8.21269C9.99531 9.63692 8.39235 11.0966 5.88341 11.0254C3.17266 10.9485 0.784562 8.93229 0.338775 6.29161C0.25754 5.8752 0.338775 5.66376 0.379648 5.32564C0.329855 5.5863 0.310897 5.66158 0.285884 6.12469C0.285884 6.13456 0.285278 6.14435 0.285278 6.15427C0.285348 9.35232 2.87215 11.9449 6.06297 11.9449C8.92061 11.9449 11.2933 9.86548 11.7578 7.1341C11.7676 7.05998 11.7755 6.98546 11.7841 6.91068C11.8989 5.91757 11.7714 4.87374 11.4094 4.00086Z" fill="url(#paint1_radial_290_14472)"/>
5
+ <path d="M11.4094 4.00086C11.1583 3.39539 10.6497 2.74174 10.2503 2.53516C10.5753 3.17389 10.7635 3.81463 10.8353 4.29281C10.8353 4.29141 10.8356 4.29398 10.8362 4.29825C10.8365 4.30031 10.8369 4.30246 10.8372 4.30449C11.3823 5.78583 11.0853 7.2922 10.6574 8.21269C9.99531 9.63692 8.39235 11.0966 5.88341 11.0254C3.17266 10.9485 0.784562 8.93229 0.338775 6.29161C0.25754 5.8752 0.338775 5.66376 0.379648 5.32564C0.329855 5.5863 0.310897 5.66158 0.285884 6.12469C0.285884 6.13456 0.285278 6.14435 0.285278 6.15427C0.285348 9.35232 2.87215 11.9449 6.06297 11.9449C8.92061 11.9449 11.2933 9.86548 11.7578 7.1341C11.7676 7.05998 11.7755 6.98546 11.7841 6.91068C11.8989 5.91757 11.7714 4.87374 11.4094 4.00086Z" fill="url(#paint2_radial_290_14472)"/>
6
+ <path d="M8.60164 4.68176C8.61424 4.69063 8.62567 4.69945 8.63753 4.70825C8.49253 4.45028 8.31196 4.21412 8.10117 4.0067C6.30521 2.20664 7.84931 -0.000509653 7.84973 -0.000976562C6.39837 0.851064 5.91241 2.42177 5.86716 3.21034C5.93446 3.20567 6.00161 3.19999 6.0701 3.19999C7.15316 3.20002 8.09649 3.79694 8.60164 4.68176Z" fill="url(#paint3_radial_290_14472)"/>
7
+ <path d="M6.07324 5.04138C6.06378 5.18545 5.55612 5.68224 5.37859 5.68224C3.73597 5.68224 3.46933 6.67837 3.46933 6.67837C3.5421 7.51724 4.12457 8.20804 4.83004 8.57356C4.86222 8.59023 4.8948 8.60528 4.9274 8.62018C4.98328 8.64499 5.03987 8.66818 5.09708 8.68972C5.33896 8.77559 5.59233 8.82457 5.84872 8.83507C8.72779 8.97045 9.28558 5.38428 7.20785 4.34289C7.73994 4.25011 8.29224 4.46466 8.60067 4.68189C8.09562 3.79714 7.15248 3.2002 6.06965 3.2002C6.00114 3.2002 5.93406 3.20587 5.86674 3.21054C5.28729 3.25048 4.73327 3.46451 4.27693 3.82476C4.36499 3.89946 4.46442 3.99934 4.67387 4.2062C5.06571 4.59338 6.07109 4.99434 6.07324 5.04138Z" fill="url(#paint4_radial_290_14472)"/>
8
+ <path d="M6.07324 5.04138C6.06378 5.18545 5.55612 5.68224 5.37859 5.68224C3.73597 5.68224 3.46933 6.67837 3.46933 6.67837C3.5421 7.51724 4.12457 8.20804 4.83004 8.57356C4.86222 8.59023 4.8948 8.60528 4.9274 8.62018C4.98328 8.64499 5.03987 8.66818 5.09708 8.68972C5.33896 8.77559 5.59233 8.82457 5.84872 8.83507C8.72779 8.97045 9.28558 5.38428 7.20785 4.34289C7.73994 4.25011 8.29224 4.46466 8.60067 4.68189C8.09562 3.79714 7.15248 3.2002 6.06965 3.2002C6.00114 3.2002 5.93406 3.20587 5.86674 3.21054C5.28729 3.25048 4.73327 3.46451 4.27693 3.82476C4.36499 3.89946 4.46442 3.99934 4.67387 4.2062C5.06571 4.59338 6.07109 4.99434 6.07324 5.04138Z" fill="url(#paint5_radial_290_14472)"/>
9
+ <path d="M4.00759 3.63175C4.04783 3.65778 4.08775 3.68428 4.12734 3.71127C3.99566 3.24945 3.99005 2.76064 4.11113 2.2959C3.51762 2.5668 3.05597 2.995 2.72037 3.37311C2.74813 3.37234 3.58618 3.35721 4.00759 3.63175Z" fill="url(#paint6_radial_290_14472)"/>
10
+ <path d="M0.338947 6.29193C0.784734 8.93261 3.17283 10.9488 5.88358 11.0257C8.39253 11.0969 9.99548 9.63715 10.6575 8.21303C11.0855 7.29247 11.3825 5.78629 10.8373 4.30483L10.8371 4.3042L10.8364 4.2986C10.8358 4.29431 10.8354 4.29176 10.8355 4.29316C10.8355 4.2941 10.8359 4.29643 10.8367 4.3028C11.0416 5.64417 10.3609 6.94362 9.29682 7.82228L9.29363 7.82982C7.22022 9.52209 5.23613 8.85083 4.83441 8.57606C4.80618 8.56244 4.77812 8.54844 4.75026 8.53406C3.54144 7.955 3.04206 6.85106 3.14912 5.90433C2.12841 5.90433 1.78037 5.04139 1.78037 5.04139C1.78037 5.04139 2.69679 4.3864 3.90459 4.95606C5.02322 5.48364 6.07376 5.04143 6.07388 5.04139C6.07174 4.99434 5.06616 4.59338 4.67415 4.20622C4.46468 3.99936 4.36521 3.89963 4.27713 3.82478C4.22934 3.78432 4.17939 3.7465 4.12747 3.71151C4.08783 3.68457 4.04792 3.65807 4.00772 3.63199C3.58634 3.35745 2.74826 3.37258 2.7205 3.3733H2.71782C2.48879 3.08251 2.50493 2.12325 2.518 1.92294C2.51525 1.91052 2.34714 2.01042 2.32511 2.02547C2.123 2.17008 1.93405 2.33235 1.76048 2.51034C1.56296 2.71115 1.38249 2.92815 1.22095 3.15904C1.22095 3.15932 1.22079 3.15967 1.22069 3.15995C1.22069 3.15965 1.22086 3.15932 1.22095 3.15904C0.849433 3.68679 0.585934 4.2831 0.445707 4.91355C0.442935 4.92606 0.23773 5.82544 0.338947 6.29193Z" fill="url(#paint7_radial_290_14472)"/>
11
+ <path d="M8.10109 4.00695C8.31186 4.21438 8.49241 4.45054 8.63739 4.70851C8.6692 4.73246 8.69892 4.75634 8.72411 4.77964C10.0338 5.98938 9.34758 7.7004 9.2964 7.82233C10.3604 6.9437 11.041 5.64422 10.8361 4.30286C10.1828 2.67061 9.07517 2.01243 8.17067 0.57932C8.125 0.506855 8.0792 0.434204 8.03458 0.357608C8.01187 0.318504 7.99063 0.278536 7.97098 0.237798C7.93339 0.165054 7.90442 0.0881772 7.88461 0.00870916C7.88489 0.000911768 7.8792 -0.00581173 7.87147 -0.00681559C7.86793 -0.00784279 7.86586 -0.00823966 7.8623 -0.00721246C7.86148 -0.00693232 7.85859 -0.00557828 7.85773 -0.00525144C7.85645 -0.00473784 7.85487 -0.00354722 7.8535 -0.00284686C7.63352 0.110659 6.30529 2.2069 8.10109 4.00695Z" fill="url(#paint8_radial_290_14472)"/>
12
+ <path d="M8.72352 4.78011C8.6983 4.75681 8.66859 4.73293 8.6368 4.70898C8.62504 4.70011 8.61352 4.69128 8.60092 4.68248C8.29249 4.46525 7.74019 4.25071 7.2081 4.34348C9.28583 5.38488 8.72803 8.97105 5.84897 8.83567C5.59258 8.82518 5.33921 8.77618 5.09733 8.69032C5.04011 8.66875 4.98355 8.64556 4.92765 8.62077C4.89505 8.60588 4.8625 8.59082 4.83029 8.57415C4.83146 8.57494 4.83304 8.57583 4.8342 8.57655C5.23585 8.85128 7.21955 9.52258 9.29256 7.83032L9.29575 7.82278C9.34693 7.70096 10.033 5.9899 8.72352 4.78011Z" fill="url(#paint9_radial_290_14472)"/>
13
+ <path d="M3.46899 6.67875C3.46899 6.67875 3.73563 5.68262 5.37825 5.68262C5.55583 5.68262 6.06351 5.18583 6.0729 5.04177C6.0823 4.8977 5.0225 5.48402 3.90403 4.95644C2.69646 4.38678 1.78021 5.04177 1.78021 5.04177C1.78021 5.04177 2.12819 5.90471 3.1487 5.90471C3.04166 6.85144 3.54094 7.95549 4.74953 8.53444C4.77654 8.54737 4.80192 8.56152 4.82966 8.57394C4.12426 8.20842 3.54176 7.51762 3.46899 6.67875Z" fill="url(#paint10_radial_290_14472)"/>
14
+ <path d="M11.4094 4.00128C11.1583 3.39581 10.6497 2.74216 10.2503 2.53558C10.5754 3.17431 10.7635 3.81505 10.8354 4.29324C10.8354 4.29417 10.8357 4.2965 10.8365 4.30288C10.1832 2.67061 9.07541 2.01243 8.17081 0.57932C8.12514 0.506855 8.07933 0.434204 8.03471 0.357608C8.012 0.318504 7.99076 0.278536 7.97111 0.237798C7.93352 0.165054 7.90454 0.0881772 7.88472 0.00870916C7.885 0.000911769 7.87932 -0.00581173 7.87159 -0.00681559C7.86805 -0.00784279 7.86598 -0.00823966 7.86241 -0.00721246C7.8616 -0.00693232 7.85871 -0.00557828 7.85785 -0.00525144C7.85657 -0.00473784 7.85196 -0.0020998 7.85142 -0.00177296C6.3589 0.89376 5.9123 2.4221 5.86705 3.21066C5.93436 3.20599 6.00148 3.20032 6.07 3.20032C7.1531 3.20032 8.09643 3.79724 8.60151 4.68201C8.29302 4.46478 7.74061 4.25023 7.20842 4.34301C9.28655 5.3844 8.72865 8.97058 5.84902 8.83519C5.59258 8.82471 5.33917 8.77571 5.09723 8.68987C5.04001 8.6683 4.98344 8.64512 4.92752 8.62032C4.89492 8.60543 4.86236 8.59037 4.83015 8.5737C4.83131 8.5745 4.8329 8.57538 4.83406 8.57611C4.80583 8.5625 4.77777 8.54849 4.74992 8.53411C4.77693 8.54704 4.80232 8.56119 4.83008 8.57361C4.12447 8.20809 3.54186 7.5173 3.4691 6.67842C3.4691 6.67842 3.73579 5.68229 5.37874 5.68229C5.55634 5.68229 6.06413 5.1855 6.07351 5.04144C6.07137 4.9944 5.06579 4.59344 4.67378 4.20627C4.46431 3.99941 4.36485 3.89968 4.27676 3.82483C4.22897 3.78437 4.17902 3.74656 4.1271 3.71156C3.99542 3.24974 3.98981 2.76093 4.1109 2.29619C3.51738 2.56709 3.05573 2.9953 2.72013 3.3734H2.71745C2.48842 3.08261 2.50456 2.12334 2.51763 1.92304C2.51488 1.91062 2.34678 2.01051 2.32474 2.02557C2.12264 2.17017 1.93369 2.33243 1.76011 2.51044C1.56266 2.71125 1.38223 2.9282 1.22074 3.15907C1.22074 3.15935 1.22058 3.1597 1.22049 3.15998C1.22049 3.15967 1.22065 3.15935 1.22074 3.15907C0.849228 3.68681 0.585729 4.28313 0.445502 4.91357C0.442731 4.92613 0.440402 4.93914 0.437723 4.95179C0.426847 5.00278 0.377962 5.26154 0.371138 5.31703C0.370603 5.3213 0.371651 5.31278 0.371138 5.31703C0.326539 5.58441 0.298102 5.85423 0.285945 6.12506C0.285945 6.13494 0.285339 6.14472 0.285339 6.15464C0.285339 9.35272 2.87214 11.9453 6.06296 11.9453C8.9206 11.9453 11.2933 9.86588 11.7578 7.1345C11.7676 7.06038 11.7755 6.98586 11.7841 6.91108C11.8989 5.91799 11.7714 4.87417 11.4094 4.00128ZM10.8362 4.29868C10.8365 4.30073 10.8369 4.30288 10.8372 4.30491L10.837 4.30428L10.8362 4.29868Z" fill="url(#paint11_linear_290_14472)"/>
15
+ </g>
16
+ <defs>
17
+ <linearGradient id="paint0_linear_290_14472" x1="10.3504" y1="1.84111" x2="1.05197" y2="10.7925" gradientUnits="userSpaceOnUse">
18
+ <stop offset="0.05" stop-color="#FFF339"/>
19
+ <stop offset="0.37" stop-color="#FF9800"/>
20
+ <stop offset="0.53" stop-color="#FF3346"/>
21
+ <stop offset="0.7" stop-color="#FF0D8A"/>
22
+ </linearGradient>
23
+ <radialGradient id="paint1_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(10.4077 2.53577) scale(11.8167 12.0445)">
24
+ <stop offset="0.13" stop-color="#FFBD44"/>
25
+ <stop offset="0.28" stop-color="#FF9800"/>
26
+ <stop offset="0.47" stop-color="#FF3450"/>
27
+ <stop offset="0.78" stop-color="#FF027B"/>
28
+ <stop offset="0.86" stop-color="#FF0083"/>
29
+ </radialGradient>
30
+ <radialGradient id="paint2_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.93926 6.30335) scale(12.1121 12.0445)">
31
+ <stop offset="0.3" stop-color="#AF0611"/>
32
+ <stop offset="0.35" stop-color="#CE1223" stop-opacity="0.74"/>
33
+ <stop offset="0.43" stop-color="#FD243B" stop-opacity="0.34"/>
34
+ <stop offset="0.5" stop-color="#FF304B" stop-opacity="0.09"/>
35
+ <stop offset="0.53" stop-color="#FF3450" stop-opacity="0"/>
36
+ </radialGradient>
37
+ <radialGradient id="paint3_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(7.19681 -0.565838) scale(3.87837 6.60029)">
38
+ <stop offset="0.13" stop-color="#FFF339"/>
39
+ <stop offset="0.53" stop-color="#FF9800"/>
40
+ </radialGradient>
41
+ <radialGradient id="paint4_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4.6369 9.41026) scale(5.13154 5.63881)">
42
+ <stop offset="0.35" stop-color="#008EE9"/>
43
+ <stop offset="0.67" stop-color="#A059FF"/>
44
+ <stop offset="1" stop-color="#DF36EA"/>
45
+ </radialGradient>
46
+ <radialGradient id="paint5_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.87075 5.06003) scale(2.72459 3.32659)">
47
+ <stop offset="0.21" stop-color="#A059FF" stop-opacity="0"/>
48
+ <stop offset="0.97" stop-color="#80008E" stop-opacity="0.6"/>
49
+ </radialGradient>
50
+ <radialGradient id="paint6_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.67509 0.880364) scale(4.08028 4.10461)">
51
+ <stop offset="0.1" stop-color="#FFE200"/>
52
+ <stop offset="0.79" stop-color="#FF7232"/>
53
+ </radialGradient>
54
+ <radialGradient id="paint7_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(9.40047 -1.81111) scale(19.4802 16.3918)">
55
+ <stop offset="0.11" stop-color="#FFF339"/>
56
+ <stop offset="0.46" stop-color="#FF9800"/>
57
+ <stop offset="0.72" stop-color="#FF3346"/>
58
+ <stop offset="0.9" stop-color="#FF0D8A"/>
59
+ </radialGradient>
60
+ <radialGradient id="paint8_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(7.753 -1.49047) rotate(83.9694) scale(12.837 12.9015)">
61
+ <stop stop-color="#FFF339"/>
62
+ <stop offset="0.3" stop-color="#FF9800"/>
63
+ <stop offset="0.57" stop-color="#FF3346"/>
64
+ <stop offset="0.74" stop-color="#FF0D8A"/>
65
+ </radialGradient>
66
+ <radialGradient id="paint9_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.7166 2.35769) scale(11.1821 11.0141)">
67
+ <stop offset="0.14" stop-color="#FFF339"/>
68
+ <stop offset="0.48" stop-color="#FF9800"/>
69
+ <stop offset="0.66" stop-color="#FF3346"/>
70
+ <stop offset="0.9" stop-color="#FF0D8A"/>
71
+ </radialGradient>
72
+ <radialGradient id="paint10_radial_290_14472" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(8.61869 3.00094) scale(13.4405 12.0553)">
73
+ <stop offset="0.09" stop-color="#FFF339"/>
74
+ <stop offset="0.63" stop-color="#FF9800"/>
75
+ </radialGradient>
76
+ <linearGradient id="paint11_linear_290_14472" x1="9.78172" y1="1.90966" x2="2.34278" y2="10.0182" gradientUnits="userSpaceOnUse">
77
+ <stop offset="0.17" stop-color="#FFF339" stop-opacity="0.8"/>
78
+ <stop offset="0.6" stop-color="#FFF339" stop-opacity="0"/>
79
+ </linearGradient>
80
+ <clipPath id="clip0_290_14472">
81
+ <rect width="11.9245" height="11.9531" fill="white" transform="translate(0.092865 -0.0078125)"/>
82
+ </clipPath>
83
+ </defs>
84
+ </svg>
@@ -1,12 +1,12 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_5540_15038)">
3
- <path d="M16.6261 16.6281C20.2867 12.9675 20.2867 7.03249 16.6261 3.37187C12.9655 -0.288738 7.03044 -0.288737 3.36982 3.37187C-0.290788 7.03249 -0.290788 12.9675 3.36982 16.6281C7.03044 20.2887 12.9655 20.2887 16.6261 16.6281Z" fill="#809AFF"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.2399 11.5904C18.5728 15.4935 15.4933 18.5729 11.5903 19.24L6.54334 14.1931C5.33564 13.1964 4.56592 11.6881 4.56592 9.99999C4.56592 6.99885 6.99873 4.56604 9.99986 4.56604C11.688 4.56604 13.1963 5.33581 14.193 6.54346L19.2399 11.5904Z" fill="#3F5AC4"/>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.2169 9.99986C15.2169 6.99873 12.8326 4.56592 9.8914 4.56592C6.95017 4.56592 4.56592 6.99873 4.56592 9.99986C4.56592 13.001 6.95017 15.4338 9.8914 15.4338C12.8326 15.4338 15.2169 13.001 15.2169 9.99986ZM12.4428 11.158L13.2553 11.6271C13.3859 11.7025 13.4307 11.8694 13.3553 12C13.3047 12.0876 13.2129 12.1365 13.1186 12.1365C13.0723 12.1365 13.0253 12.1248 12.9824 12.0999L12.1697 11.6307L12.1621 12.4485C12.1607 12.5984 12.0388 12.7189 11.8892 12.7189L11.8866 12.7189C11.7358 12.7175 11.6147 12.5942 11.6162 12.4434L11.6266 11.3171L10.1641 10.4728V12.1614L11.1446 12.7156C11.2759 12.7897 11.3222 12.9563 11.248 13.0876C11.1978 13.1764 11.1053 13.2263 11.0101 13.2263C10.9645 13.2263 10.9184 13.2149 10.876 13.1909L10.1641 12.7886V13.727C10.1641 13.8778 10.0419 14 9.89113 14C9.74036 14 9.61813 13.8778 9.61813 13.727V12.7886L8.9063 13.1909C8.86385 13.2149 8.8177 13.2263 8.7722 13.2263C8.67698 13.2263 8.58449 13.1764 8.53429 13.0876C8.46011 12.9563 8.50637 12.7897 8.63763 12.7156L9.6181 12.1614V10.4728L8.15562 11.3171L8.16578 12.4434C8.16716 12.5942 8.04602 12.7175 7.89525 12.7189L7.89274 12.7189C7.74314 12.7189 7.62116 12.5983 7.61982 12.4483L7.61243 11.6307L6.79987 12.0999C6.75688 12.1247 6.70993 12.1365 6.66363 12.1365C6.56928 12.1365 6.47752 12.0876 6.42696 12C6.35157 11.8694 6.39631 11.7024 6.52687 11.6271L7.33943 11.1579L6.63516 10.7427C6.50529 10.6661 6.46208 10.4988 6.53867 10.3689C6.61525 10.239 6.78269 10.1958 6.91249 10.2724L7.88262 10.8445L9.34517 10.0001L7.88288 9.1558L6.91249 9.72767C6.86896 9.7533 6.82124 9.76549 6.77414 9.76549C6.68063 9.76549 6.58959 9.71745 6.53867 9.63107C6.46212 9.50116 6.50536 9.33379 6.63524 9.25724L7.33961 8.8421L6.52691 8.37287C6.39634 8.29749 6.35161 8.13052 6.42699 7.99995C6.50238 7.86939 6.66934 7.82462 6.79991 7.90004L7.61246 8.36919L7.61985 7.55165C7.6212 7.40169 7.74318 7.28109 7.89278 7.28109H7.89529C8.04606 7.28244 8.1672 7.40576 8.16581 7.55653L8.15566 8.68278L9.6181 9.52715V7.83859L8.63763 7.28444C8.50637 7.21026 8.46011 7.04369 8.53429 6.91244C8.60851 6.78114 8.77497 6.73488 8.9063 6.8091L9.61813 7.21139V6.273C9.61813 6.12223 9.74036 6 9.89113 6C10.0419 6 10.1641 6.12223 10.1641 6.273V7.21139L10.876 6.80906C11.0072 6.73484 11.1738 6.78114 11.248 6.9124C11.3222 7.04369 11.2759 7.21022 11.1446 7.28441L10.1641 7.83856V9.52715L11.6266 8.68278L11.6164 7.55653C11.615 7.40576 11.7362 7.28244 11.8869 7.28109C12.0373 7.27902 12.161 7.40085 12.1624 7.55162L12.1698 8.36919L12.9823 7.90004C13.1129 7.82462 13.2799 7.86935 13.3552 7.99995C13.4306 8.13052 13.3859 8.29749 13.2553 8.37287L12.4426 8.8421L13.1468 9.25717C13.2767 9.33376 13.32 9.50112 13.2434 9.631C13.1925 9.71737 13.1015 9.76542 13.008 9.76542C12.9609 9.76542 12.9131 9.75326 12.8696 9.7276L11.8993 9.15572L10.4371 9.99998L11.8996 10.8444L12.8696 10.2724C12.9995 10.1959 13.1668 10.2391 13.2434 10.3689C13.32 10.4988 13.2768 10.6662 13.1469 10.7428L12.4428 11.158Z" fill="white"/>
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_5540_15038">
9
- <rect width="20" height="20" fill="white"/>
10
- </clipPath>
11
- </defs>
12
- </svg>
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_5540_15038)">
3
+ <path d="M16.6261 16.6281C20.2867 12.9675 20.2867 7.03249 16.6261 3.37187C12.9655 -0.288738 7.03044 -0.288737 3.36982 3.37187C-0.290788 7.03249 -0.290788 12.9675 3.36982 16.6281C7.03044 20.2887 12.9655 20.2887 16.6261 16.6281Z" fill="#809AFF"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.2399 11.5904C18.5728 15.4935 15.4933 18.5729 11.5903 19.24L6.54334 14.1931C5.33564 13.1964 4.56592 11.6881 4.56592 9.99999C4.56592 6.99885 6.99873 4.56604 9.99986 4.56604C11.688 4.56604 13.1963 5.33581 14.193 6.54346L19.2399 11.5904Z" fill="#3F5AC4"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.2169 9.99986C15.2169 6.99873 12.8326 4.56592 9.8914 4.56592C6.95017 4.56592 4.56592 6.99873 4.56592 9.99986C4.56592 13.001 6.95017 15.4338 9.8914 15.4338C12.8326 15.4338 15.2169 13.001 15.2169 9.99986ZM12.4428 11.158L13.2553 11.6271C13.3859 11.7025 13.4307 11.8694 13.3553 12C13.3047 12.0876 13.2129 12.1365 13.1186 12.1365C13.0723 12.1365 13.0253 12.1248 12.9824 12.0999L12.1697 11.6307L12.1621 12.4485C12.1607 12.5984 12.0388 12.7189 11.8892 12.7189L11.8866 12.7189C11.7358 12.7175 11.6147 12.5942 11.6162 12.4434L11.6266 11.3171L10.1641 10.4728V12.1614L11.1446 12.7156C11.2759 12.7897 11.3222 12.9563 11.248 13.0876C11.1978 13.1764 11.1053 13.2263 11.0101 13.2263C10.9645 13.2263 10.9184 13.2149 10.876 13.1909L10.1641 12.7886V13.727C10.1641 13.8778 10.0419 14 9.89113 14C9.74036 14 9.61813 13.8778 9.61813 13.727V12.7886L8.9063 13.1909C8.86385 13.2149 8.8177 13.2263 8.7722 13.2263C8.67698 13.2263 8.58449 13.1764 8.53429 13.0876C8.46011 12.9563 8.50637 12.7897 8.63763 12.7156L9.6181 12.1614V10.4728L8.15562 11.3171L8.16578 12.4434C8.16716 12.5942 8.04602 12.7175 7.89525 12.7189L7.89274 12.7189C7.74314 12.7189 7.62116 12.5983 7.61982 12.4483L7.61243 11.6307L6.79987 12.0999C6.75688 12.1247 6.70993 12.1365 6.66363 12.1365C6.56928 12.1365 6.47752 12.0876 6.42696 12C6.35157 11.8694 6.39631 11.7024 6.52687 11.6271L7.33943 11.1579L6.63516 10.7427C6.50529 10.6661 6.46208 10.4988 6.53867 10.3689C6.61525 10.239 6.78269 10.1958 6.91249 10.2724L7.88262 10.8445L9.34517 10.0001L7.88288 9.1558L6.91249 9.72767C6.86896 9.7533 6.82124 9.76549 6.77414 9.76549C6.68063 9.76549 6.58959 9.71745 6.53867 9.63107C6.46212 9.50116 6.50536 9.33379 6.63524 9.25724L7.33961 8.8421L6.52691 8.37287C6.39634 8.29749 6.35161 8.13052 6.42699 7.99995C6.50238 7.86939 6.66934 7.82462 6.79991 7.90004L7.61246 8.36919L7.61985 7.55165C7.6212 7.40169 7.74318 7.28109 7.89278 7.28109H7.89529C8.04606 7.28244 8.1672 7.40576 8.16581 7.55653L8.15566 8.68278L9.6181 9.52715V7.83859L8.63763 7.28444C8.50637 7.21026 8.46011 7.04369 8.53429 6.91244C8.60851 6.78114 8.77497 6.73488 8.9063 6.8091L9.61813 7.21139V6.273C9.61813 6.12223 9.74036 6 9.89113 6C10.0419 6 10.1641 6.12223 10.1641 6.273V7.21139L10.876 6.80906C11.0072 6.73484 11.1738 6.78114 11.248 6.9124C11.3222 7.04369 11.2759 7.21022 11.1446 7.28441L10.1641 7.83856V9.52715L11.6266 8.68278L11.6164 7.55653C11.615 7.40576 11.7362 7.28244 11.8869 7.28109C12.0373 7.27902 12.161 7.40085 12.1624 7.55162L12.1698 8.36919L12.9823 7.90004C13.1129 7.82462 13.2799 7.86935 13.3552 7.99995C13.4306 8.13052 13.3859 8.29749 13.2553 8.37287L12.4426 8.8421L13.1468 9.25717C13.2767 9.33376 13.32 9.50112 13.2434 9.631C13.1925 9.71737 13.1015 9.76542 13.008 9.76542C12.9609 9.76542 12.9131 9.75326 12.8696 9.7276L11.8993 9.15572L10.4371 9.99998L11.8996 10.8444L12.8696 10.2724C12.9995 10.1959 13.1668 10.2391 13.2434 10.3689C13.32 10.4988 13.2768 10.6662 13.1469 10.7428L12.4428 11.158Z" fill="white"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_5540_15038">
9
+ <rect width="20" height="20" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0 1.6C0 0.716352 0.691648 0 1.54483 0H11.8952C12.7484 0 13.44 0.716352 13.44 1.6V4C13.44 4.88365 12.7484 5.6 11.8952 5.6H1.54483C0.691648 5.6 0 4.88365 0 4V1.6Z" fill="currentColor"/>
3
- <path d="M5.43994 10.0104C5.43994 9.60702 5.71215 9.28 6.04794 9.28H7.87194C8.20773 9.28 8.47994 9.60702 8.47994 10.0104V15.2696C8.47994 15.673 8.20773 16 7.87194 16H6.04794C5.71215 16 5.43994 15.673 5.43994 15.2696V10.0104Z" fill="currentColor"/>
4
- <path d="M14.0801 3.44H14.5601C14.6484 3.44 14.7201 3.51164 14.7201 3.6V6.56C14.7201 6.64837 14.6484 6.72 14.5601 6.72H7.80011C7.00481 6.72 6.36011 7.36471 6.36011 8.16V8.64H7.64011V8.16C7.64011 8.07164 7.71174 8 7.80011 8H14.5601C15.3555 8 16.0001 7.3553 16.0001 6.56V3.6C16.0001 2.80471 15.3555 2.16 14.5601 2.16H14.0801V3.44Z" fill="currentColor"/>
5
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0 1.6C0 0.716352 0.691648 0 1.54483 0H11.8952C12.7484 0 13.44 0.716352 13.44 1.6V4C13.44 4.88365 12.7484 5.6 11.8952 5.6H1.54483C0.691648 5.6 0 4.88365 0 4V1.6Z" fill="currentColor"/>
3
+ <path d="M5.43994 10.0104C5.43994 9.60702 5.71215 9.28 6.04794 9.28H7.87194C8.20773 9.28 8.47994 9.60702 8.47994 10.0104V15.2696C8.47994 15.673 8.20773 16 7.87194 16H6.04794C5.71215 16 5.43994 15.673 5.43994 15.2696V10.0104Z" fill="currentColor"/>
4
+ <path d="M14.0801 3.44H14.5601C14.6484 3.44 14.7201 3.51164 14.7201 3.6V6.56C14.7201 6.64837 14.6484 6.72 14.5601 6.72H7.80011C7.00481 6.72 6.36011 7.36471 6.36011 8.16V8.64H7.64011V8.16C7.64011 8.07164 7.71174 8 7.80011 8H14.5601C15.3555 8 16.0001 7.3553 16.0001 6.56V3.6C16.0001 2.80471 15.3555 2.16 14.5601 2.16H14.0801V3.44Z" fill="currentColor"/>
5
+ </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="M0.296875 0H15.7023V3.77095H12.9706V2.73171H6.14841L10.5613 8L6.14841 13.2683H12.9707V12.2291H15.7024V16H0.296875L6.99784 8L0.296875 0Z" 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="M0.296875 0H15.7023V3.77095H12.9706V2.73171H6.14841L10.5613 8L6.14841 13.2683H12.9707V12.2291H15.7024V16H0.296875L6.99784 8L0.296875 0Z" 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="M1.90479 8.57157H14.0953M14.0953 8.57157L9.52383 12.9797M14.0953 8.57157L9.52383 4.16341" stroke="currentcolor" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
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="M1.90479 8.57157H14.0953M14.0953 8.57157L9.52383 12.9797M14.0953 8.57157L9.52383 4.16341" stroke="currentcolor" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.81324e-07 8.49429L11.5311 8.49429L7.67581 12.3559L9.33213 14L16 7.33333L9.33213 0.666667L7.68783 2.31076L11.5311 6.16757L6.84733e-07 6.16757L4.81324e-07 8.49429Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.81324e-07 8.49429L11.5311 8.49429L7.67581 12.3559L9.33213 14L16 7.33333L9.33213 0.666667L7.68783 2.31076L11.5311 6.16757L6.84733e-07 6.16757L4.81324e-07 8.49429Z" fill="currentColor"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.3023 1.71582C14.0651 1.7172 13.838 1.81245 13.6708 1.98077C13.6708 1.98077 9.91509 5.72922 7.63431 8.00848L6.02693 6.40109C5.67669 6.05175 5.1098 6.05175 4.75956 6.40109C4.41022 6.75132 4.41022 7.31822 4.75956 7.66845L7.00284 9.91173C7.35309 10.261 7.91995 10.261 8.2702 9.91173C10.3923 7.79041 14.9382 3.24814 14.9382 3.24814C15.2875 2.8979 15.2875 2.33101 14.9382 1.98077C14.7699 1.81138 14.5411 1.71603 14.3023 1.71582Z" fill="currentColor"/>
3
- <path d="M8.00172 1C4.14578 1.00003 1 4.14236 1 7.99832C1 11.8542 4.14578 15 8.00172 15C11.166 15 13.944 12.8676 14.763 9.8111C14.9214 9.22021 15 8.61007 15 7.99832C15 7.51546 14.6089 7.12387 14.1261 7.12323C13.6432 7.12387 13.2521 7.51546 13.2521 7.99832C13.2521 8.45716 13.1897 8.91556 13.071 9.35875C12.4548 11.6582 10.3823 13.2521 8.00172 13.2522C5.09163 13.2521 2.74786 10.9084 2.74786 7.99832C2.74786 5.08823 5.09162 2.74788 8.00172 2.74788C8.46061 2.74791 8.91551 2.81042 9.35875 2.92902C9.82555 3.05418 10.3054 2.77725 10.4306 2.31044C10.4307 2.31004 10.4308 2.3096 10.4309 2.30919C10.5561 1.84238 10.2791 1.36252 9.81234 1.23736C9.81192 1.23726 9.81152 1.23712 9.8111 1.23702C9.22011 1.07869 8.61357 1.00003 8.00172 1Z" fill="currentColor"/>
4
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.3023 1.71582C14.0651 1.7172 13.838 1.81245 13.6708 1.98077C13.6708 1.98077 9.91509 5.72922 7.63431 8.00848L6.02693 6.40109C5.67669 6.05175 5.1098 6.05175 4.75956 6.40109C4.41022 6.75132 4.41022 7.31822 4.75956 7.66845L7.00284 9.91173C7.35309 10.261 7.91995 10.261 8.2702 9.91173C10.3923 7.79041 14.9382 3.24814 14.9382 3.24814C15.2875 2.8979 15.2875 2.33101 14.9382 1.98077C14.7699 1.81138 14.5411 1.71603 14.3023 1.71582Z" fill="currentColor"/>
3
+ <path d="M8.00172 1C4.14578 1.00003 1 4.14236 1 7.99832C1 11.8542 4.14578 15 8.00172 15C11.166 15 13.944 12.8676 14.763 9.8111C14.9214 9.22021 15 8.61007 15 7.99832C15 7.51546 14.6089 7.12387 14.1261 7.12323C13.6432 7.12387 13.2521 7.51546 13.2521 7.99832C13.2521 8.45716 13.1897 8.91556 13.071 9.35875C12.4548 11.6582 10.3823 13.2521 8.00172 13.2522C5.09163 13.2521 2.74786 10.9084 2.74786 7.99832C2.74786 5.08823 5.09162 2.74788 8.00172 2.74788C8.46061 2.74791 8.91551 2.81042 9.35875 2.92902C9.82555 3.05418 10.3054 2.77725 10.4306 2.31044C10.4307 2.31004 10.4308 2.3096 10.4309 2.30919C10.5561 1.84238 10.2791 1.36252 9.81234 1.23736C9.81192 1.23726 9.81152 1.23712 9.8111 1.23702C9.22011 1.07869 8.61357 1.00003 8.00172 1Z" fill="currentColor"/>
4
+ </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="M4.87449 8.3684C5.01449 8.44507 5.12449 8.55673 5.20449 8.7034H6.00949C5.89949 8.35673 5.69949 8.0884 5.40949 7.8984C5.11949 7.70507 4.77783 7.6084 4.38449 7.6084C4.05116 7.6084 3.74783 7.68507 3.47449 7.8384C3.20449 7.9884 2.99116 8.20006 2.83449 8.4734C2.68116 8.7434 2.60449 9.05007 2.60449 9.3934C2.60449 9.73673 2.68116 10.0434 2.83449 10.3134C2.99116 10.5834 3.20449 10.7951 3.47449 10.9484C3.74783 11.0984 4.05283 11.1734 4.38949 11.1734C4.68949 11.1734 4.95949 11.1117 5.19949 10.9884C5.44283 10.8617 5.64116 10.6951 5.79449 10.4884C5.94783 10.2817 6.04783 10.0567 6.09449 9.8134V9.2034H4.20449V9.7384H5.40449C5.35116 9.99173 5.23949 10.1901 5.06949 10.3334C4.89949 10.4734 4.68116 10.5434 4.41449 10.5434C4.19783 10.5434 4.00783 10.4967 3.84449 10.4034C3.68116 10.3101 3.55283 10.1767 3.45949 10.0034C3.36949 9.83007 3.32449 9.62673 3.32449 9.3934C3.32449 9.16673 3.36949 8.96673 3.45949 8.7934C3.54949 8.62007 3.67449 8.48673 3.83449 8.3934C3.99449 8.30007 4.17783 8.2534 4.38449 8.2534C4.57116 8.2534 4.73449 8.29173 4.87449 8.3684ZM7.31238 11.1434V7.6534H6.61238V11.1434H7.31238ZM10.159 8.2184V7.6534H8.00398V11.1434H8.70398V9.6684H9.81898V9.1134H8.70398V8.2184H10.159Z" 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="M4.87449 8.3684C5.01449 8.44507 5.12449 8.55673 5.20449 8.7034H6.00949C5.89949 8.35673 5.69949 8.0884 5.40949 7.8984C5.11949 7.70507 4.77783 7.6084 4.38449 7.6084C4.05116 7.6084 3.74783 7.68507 3.47449 7.8384C3.20449 7.9884 2.99116 8.20006 2.83449 8.4734C2.68116 8.7434 2.60449 9.05007 2.60449 9.3934C2.60449 9.73673 2.68116 10.0434 2.83449 10.3134C2.99116 10.5834 3.20449 10.7951 3.47449 10.9484C3.74783 11.0984 4.05283 11.1734 4.38949 11.1734C4.68949 11.1734 4.95949 11.1117 5.19949 10.9884C5.44283 10.8617 5.64116 10.6951 5.79449 10.4884C5.94783 10.2817 6.04783 10.0567 6.09449 9.8134V9.2034H4.20449V9.7384H5.40449C5.35116 9.99173 5.23949 10.1901 5.06949 10.3334C4.89949 10.4734 4.68116 10.5434 4.41449 10.5434C4.19783 10.5434 4.00783 10.4967 3.84449 10.4034C3.68116 10.3101 3.55283 10.1767 3.45949 10.0034C3.36949 9.83007 3.32449 9.62673 3.32449 9.3934C3.32449 9.16673 3.36949 8.96673 3.45949 8.7934C3.54949 8.62007 3.67449 8.48673 3.83449 8.3934C3.99449 8.30007 4.17783 8.2534 4.38449 8.2534C4.57116 8.2534 4.73449 8.29173 4.87449 8.3684ZM7.31238 11.1434V7.6534H6.61238V11.1434H7.31238ZM10.159 8.2184V7.6534H8.00398V11.1434H8.70398V9.6684H9.81898V9.1134H8.70398V8.2184H10.159Z" fill="white"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect width="20" height="16" rx="4" fill="#DED1E5"/>
3
- <path d="M8.44 7.096C8.312 6.86133 8.136 6.68267 7.912 6.56C7.688 6.43733 7.42667 6.376 7.128 6.376C6.79733 6.376 6.504 6.45067 6.248 6.6C5.992 6.74933 5.792 6.96267 5.648 7.24C5.504 7.51733 5.432 7.83733 5.432 8.2C5.432 8.57333 5.504 8.89867 5.648 9.176C5.79733 9.45333 6.00267 9.66667 6.264 9.816C6.52533 9.96533 6.82933 10.04 7.176 10.04C7.60267 10.04 7.952 9.928 8.224 9.704C8.496 9.47467 8.67467 9.15733 8.76 8.752H6.84V7.896H9.864V8.872C9.78933 9.26133 9.62933 9.62133 9.384 9.952C9.13867 10.2827 8.82133 10.5493 8.432 10.752C8.048 10.9493 7.616 11.048 7.136 11.048C6.59733 11.048 6.10933 10.928 5.672 10.688C5.24 10.4427 4.89867 10.104 4.648 9.672C4.40267 9.24 4.28 8.74933 4.28 8.2C4.28 7.65067 4.40267 7.16 4.648 6.728C4.89867 6.29067 5.24 5.952 5.672 5.712C6.10933 5.46667 6.59467 5.344 7.128 5.344C7.75733 5.344 8.304 5.49867 8.768 5.808C9.232 6.112 9.552 6.54133 9.728 7.096H8.44ZM15.7086 5.416L13.6606 11H12.3006L10.2526 5.416H11.4526L12.9886 9.856L14.5166 5.416H15.7086Z" fill="currentColor"/>
4
- </svg>
1
+ <svg width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="20" height="16" rx="4" fill="#DED1E5"/>
3
+ <path d="M8.44 7.096C8.312 6.86133 8.136 6.68267 7.912 6.56C7.688 6.43733 7.42667 6.376 7.128 6.376C6.79733 6.376 6.504 6.45067 6.248 6.6C5.992 6.74933 5.792 6.96267 5.648 7.24C5.504 7.51733 5.432 7.83733 5.432 8.2C5.432 8.57333 5.504 8.89867 5.648 9.176C5.79733 9.45333 6.00267 9.66667 6.264 9.816C6.52533 9.96533 6.82933 10.04 7.176 10.04C7.60267 10.04 7.952 9.928 8.224 9.704C8.496 9.47467 8.67467 9.15733 8.76 8.752H6.84V7.896H9.864V8.872C9.78933 9.26133 9.62933 9.62133 9.384 9.952C9.13867 10.2827 8.82133 10.5493 8.432 10.752C8.048 10.9493 7.616 11.048 7.136 11.048C6.59733 11.048 6.10933 10.928 5.672 10.688C5.24 10.4427 4.89867 10.104 4.648 9.672C4.40267 9.24 4.28 8.74933 4.28 8.2C4.28 7.65067 4.40267 7.16 4.648 6.728C4.89867 6.29067 5.24 5.952 5.672 5.712C6.10933 5.46667 6.59467 5.344 7.128 5.344C7.75733 5.344 8.304 5.49867 8.768 5.808C9.232 6.112 9.552 6.54133 9.728 7.096H8.44ZM15.7086 5.416L13.6606 11H12.3006L10.2526 5.416H11.4526L12.9886 9.856L14.5166 5.416H15.7086Z" fill="currentColor"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M0 1.66683C0 0.930456 0.596955 0.333496 1.33333 0.333496H14.6667C15.403 0.333496 16 0.930456 16 1.66683C16 2.4032 15.403 3.00016 14.6667 3.00016H1.33333C0.596953 3.00016 0 2.4032 0 1.66683ZM0 7.00016C0 6.26379 0.596955 5.66683 1.33333 5.66683H9.33333C10.0697 5.66683 10.6667 6.26379 10.6667 7.00016C10.6667 7.73654 10.0697 8.3335 9.33333 8.3335H1.33333C0.596953 8.3335 0 7.73654 0 7.00016ZM1.33333 11.0002C0.596955 11.0002 0 11.5971 0 12.3335C0 13.0699 0.596953 13.6668 1.33333 13.6668H14.6667C15.403 13.6668 16 13.0699 16 12.3335C16 11.5971 15.403 11.0002 14.6667 11.0002H1.33333Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0 1.66683C0 0.930456 0.596955 0.333496 1.33333 0.333496H14.6667C15.403 0.333496 16 0.930456 16 1.66683C16 2.4032 15.403 3.00016 14.6667 3.00016H1.33333C0.596953 3.00016 0 2.4032 0 1.66683ZM0 7.00016C0 6.26379 0.596955 5.66683 1.33333 5.66683H9.33333C10.0697 5.66683 10.6667 6.26379 10.6667 7.00016C10.6667 7.73654 10.0697 8.3335 9.33333 8.3335H1.33333C0.596953 8.3335 0 7.73654 0 7.00016ZM1.33333 11.0002C0.596955 11.0002 0 11.5971 0 12.3335C0 13.0699 0.596953 13.6668 1.33333 13.6668H14.6667C15.403 13.6668 16 13.0699 16 12.3335C16 11.5971 15.403 11.0002 14.6667 11.0002H1.33333Z" fill="currentColor"/>
3
+ </svg>
@@ -1,10 +1,10 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_613_49273)">
3
- <path d="M15.4386 7.15569L14 5.71702V4.56969C14 3.46702 13.1026 2.56969 12 2.56969H10.8526L9.41463 1.13169C8.65863 0.376352 7.3413 0.376352 6.58596 1.13169L5.14729 2.56969H3.99996C2.89729 2.56969 1.99996 3.46702 1.99996 4.56969V5.71702L0.561295 7.15569C-0.217372 7.93569 -0.217372 9.20369 0.561295 9.98369L1.99996 11.4224V12.5697C1.99996 13.6724 2.89729 14.5697 3.99996 14.5697H5.14729L6.5853 16.0077C6.9633 16.385 7.4653 16.5937 7.99996 16.5937C8.53463 16.5937 9.03663 16.3857 9.41396 16.0077L10.8526 14.5697H12C13.1026 14.5697 14 13.6724 14 12.5697V11.4224L15.4386 9.98369C16.2173 9.20369 16.2173 7.93569 15.4386 7.15569ZM9.96796 6.87969C10.1166 7.72769 9.7133 8.57502 8.96396 8.98902C8.83863 9.05769 8.66596 9.36435 8.66596 9.57302V9.90302C8.66596 10.2717 8.3673 10.5697 7.9993 10.5697C7.6313 10.5697 7.33263 10.2717 7.33263 9.90302V9.57302C7.33263 8.88435 7.75729 8.13102 8.31996 7.82102C8.5133 7.71502 8.71663 7.46435 8.65463 7.11035C8.60863 6.84902 8.38663 6.62702 8.12596 6.58169C7.92196 6.54369 7.72463 6.59569 7.5713 6.72569C7.4193 6.85235 7.33263 7.03902 7.33263 7.23702C7.33263 7.60569 7.03396 7.90369 6.66596 7.90369C6.29796 7.90369 5.9993 7.60569 5.9993 7.23702C5.9993 6.64435 6.25996 6.08569 6.71396 5.70435C7.1673 5.32302 7.76596 5.16169 8.35596 5.26902C9.16196 5.40969 9.82596 6.07169 9.96796 6.87969ZM8.9993 12.2364C8.9993 12.7884 8.5513 13.2364 7.9993 13.2364C7.4473 13.2364 6.9993 12.7884 6.9993 12.2364C6.9993 11.6844 7.4473 11.2364 7.9993 11.2364C8.5513 11.2364 8.9993 11.6844 8.9993 12.2364Z" fill="currentColor"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_613_49273">
7
- <rect width="16" height="16" fill="white" transform="translate(0 0.56958)"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
1
+ <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_613_49273)">
3
+ <path d="M15.4386 7.15569L14 5.71702V4.56969C14 3.46702 13.1026 2.56969 12 2.56969H10.8526L9.41463 1.13169C8.65863 0.376352 7.3413 0.376352 6.58596 1.13169L5.14729 2.56969H3.99996C2.89729 2.56969 1.99996 3.46702 1.99996 4.56969V5.71702L0.561295 7.15569C-0.217372 7.93569 -0.217372 9.20369 0.561295 9.98369L1.99996 11.4224V12.5697C1.99996 13.6724 2.89729 14.5697 3.99996 14.5697H5.14729L6.5853 16.0077C6.9633 16.385 7.4653 16.5937 7.99996 16.5937C8.53463 16.5937 9.03663 16.3857 9.41396 16.0077L10.8526 14.5697H12C13.1026 14.5697 14 13.6724 14 12.5697V11.4224L15.4386 9.98369C16.2173 9.20369 16.2173 7.93569 15.4386 7.15569ZM9.96796 6.87969C10.1166 7.72769 9.7133 8.57502 8.96396 8.98902C8.83863 9.05769 8.66596 9.36435 8.66596 9.57302V9.90302C8.66596 10.2717 8.3673 10.5697 7.9993 10.5697C7.6313 10.5697 7.33263 10.2717 7.33263 9.90302V9.57302C7.33263 8.88435 7.75729 8.13102 8.31996 7.82102C8.5133 7.71502 8.71663 7.46435 8.65463 7.11035C8.60863 6.84902 8.38663 6.62702 8.12596 6.58169C7.92196 6.54369 7.72463 6.59569 7.5713 6.72569C7.4193 6.85235 7.33263 7.03902 7.33263 7.23702C7.33263 7.60569 7.03396 7.90369 6.66596 7.90369C6.29796 7.90369 5.9993 7.60569 5.9993 7.23702C5.9993 6.64435 6.25996 6.08569 6.71396 5.70435C7.1673 5.32302 7.76596 5.16169 8.35596 5.26902C9.16196 5.40969 9.82596 6.07169 9.96796 6.87969ZM8.9993 12.2364C8.9993 12.7884 8.5513 13.2364 7.9993 13.2364C7.4473 13.2364 6.9993 12.7884 6.9993 12.2364C6.9993 11.6844 7.4473 11.2364 7.9993 11.2364C8.5513 11.2364 8.9993 11.6844 8.9993 12.2364Z" fill="currentColor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_613_49273">
7
+ <rect width="16" height="16" fill="white" transform="translate(0 0.56958)"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.71305 9.66393C5.04428 10.4052 6.50768 10.7961 7.94891 10.7961H8.00016C9.00732 10.803 10.0251 10.6177 11.002 10.2561L12.2785 11.5326C12.3944 11.6486 12.5463 11.7067 12.6985 11.7067C12.8507 11.7067 13.0026 11.6486 13.1185 11.5326C13.3504 11.3008 13.3504 10.9248 13.1185 10.693L2.89276 0.467238C2.66089 0.235367 2.28496 0.235367 2.05308 0.467238C1.82121 0.699108 1.82121 1.07504 2.05308 1.30691L2.82682 2.08064C1.84059 2.78094 0.969356 3.67405 0.272807 4.70528C-0.0909357 5.24433 -0.0909357 5.94088 0.272807 6.48025C1.17123 7.81053 2.36089 8.91145 3.71274 9.66424L3.71305 9.66393ZM7.92234 7.17586C7.10986 7.13617 6.45644 6.48274 6.41675 5.67026L7.92234 7.17586ZM1.25716 5.36933C1.91277 4.39841 2.74182 3.56718 3.68024 2.93375L5.39333 4.64684C5.28583 4.94215 5.2274 5.26027 5.2274 5.59214C5.2274 7.12117 6.47144 8.36521 8.00047 8.36521C8.33234 8.36521 8.65045 8.30646 8.94576 8.19896L10.0629 9.31613C9.3995 9.50894 8.72233 9.60831 8.05203 9.60831H8.00484H7.99672C6.7408 9.61675 5.46083 9.27738 4.29117 8.62645C3.10119 7.96397 2.05215 6.9918 1.25779 5.81557C1.16623 5.67995 1.16623 5.50495 1.25779 5.36964L1.25716 5.36933ZM9.58103 5.47651L10.6163 6.51181C10.7179 6.224 10.7732 5.91463 10.7732 5.59245C10.7732 4.06342 9.52916 2.81938 8.00012 2.81938C7.67794 2.81938 7.36857 2.87469 7.08077 2.97625L8.11606 4.01154C8.89792 4.06842 9.52416 4.69465 9.58103 5.47651ZM12.2875 1.52096C13.6394 2.27376 14.8291 3.37468 15.7275 4.70497L15.7272 4.70465C16.0909 5.2437 16.0909 5.94025 15.7272 6.47931C15.0356 7.50335 14.1716 8.39114 13.1938 9.08925L12.341 8.23646C13.2706 7.60491 14.0922 6.77867 14.7431 5.81494C14.8347 5.67963 14.8347 5.50464 14.7431 5.36901C13.9488 4.19279 12.8997 3.22062 11.7097 2.55813C10.5401 1.90721 9.25854 1.5669 8.00419 1.57628H7.99606H7.94888C7.28764 1.57628 6.61953 1.67284 5.96485 1.86033L5.02393 0.919414C5.97673 0.570046 6.96796 0.3888 7.94888 0.3888H8.00013H8.05137C9.49291 0.3888 10.9563 0.779729 12.2875 1.52096Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.71305 9.66393C5.04428 10.4052 6.50768 10.7961 7.94891 10.7961H8.00016C9.00732 10.803 10.0251 10.6177 11.002 10.2561L12.2785 11.5326C12.3944 11.6486 12.5463 11.7067 12.6985 11.7067C12.8507 11.7067 13.0026 11.6486 13.1185 11.5326C13.3504 11.3008 13.3504 10.9248 13.1185 10.693L2.89276 0.467238C2.66089 0.235367 2.28496 0.235367 2.05308 0.467238C1.82121 0.699108 1.82121 1.07504 2.05308 1.30691L2.82682 2.08064C1.84059 2.78094 0.969356 3.67405 0.272807 4.70528C-0.0909357 5.24433 -0.0909357 5.94088 0.272807 6.48025C1.17123 7.81053 2.36089 8.91145 3.71274 9.66424L3.71305 9.66393ZM7.92234 7.17586C7.10986 7.13617 6.45644 6.48274 6.41675 5.67026L7.92234 7.17586ZM1.25716 5.36933C1.91277 4.39841 2.74182 3.56718 3.68024 2.93375L5.39333 4.64684C5.28583 4.94215 5.2274 5.26027 5.2274 5.59214C5.2274 7.12117 6.47144 8.36521 8.00047 8.36521C8.33234 8.36521 8.65045 8.30646 8.94576 8.19896L10.0629 9.31613C9.3995 9.50894 8.72233 9.60831 8.05203 9.60831H8.00484H7.99672C6.7408 9.61675 5.46083 9.27738 4.29117 8.62645C3.10119 7.96397 2.05215 6.9918 1.25779 5.81557C1.16623 5.67995 1.16623 5.50495 1.25779 5.36964L1.25716 5.36933ZM9.58103 5.47651L10.6163 6.51181C10.7179 6.224 10.7732 5.91463 10.7732 5.59245C10.7732 4.06342 9.52916 2.81938 8.00012 2.81938C7.67794 2.81938 7.36857 2.87469 7.08077 2.97625L8.11606 4.01154C8.89792 4.06842 9.52416 4.69465 9.58103 5.47651ZM12.2875 1.52096C13.6394 2.27376 14.8291 3.37468 15.7275 4.70497L15.7272 4.70465C16.0909 5.2437 16.0909 5.94025 15.7272 6.47931C15.0356 7.50335 14.1716 8.39114 13.1938 9.08925L12.341 8.23646C13.2706 7.60491 14.0922 6.77867 14.7431 5.81494C14.8347 5.67963 14.8347 5.50464 14.7431 5.36901C13.9488 4.19279 12.8997 3.22062 11.7097 2.55813C10.5401 1.90721 9.25854 1.5669 8.00419 1.57628H7.99606H7.94888C7.28764 1.57628 6.61953 1.67284 5.96485 1.86033L5.02393 0.919414C5.97673 0.570046 6.96796 0.3888 7.94888 0.3888H8.00013H8.05137C9.49291 0.3888 10.9563 0.779729 12.2875 1.52096Z" fill="currentColor"/>
3
+ </svg>
@@ -1,9 +1,9 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M11.024 6.97605L6.97599 11.0241C6.45599 10.5041 6.13599 9.79205 6.13599 9.00005C6.13599 7.41605 7.41599 6.13605 8.99999 6.13605C9.79199 6.13605 10.504 6.45605 11.024 6.97605Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M3.87988 13.608C3.07988 12.92 2.35188 12.072 1.71188 11.072C0.991875 9.94404 0.991875 8.04804 1.71188 6.92003C2.65588 5.44003 3.80788 4.28003 5.09588 3.50403" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M13.656 4.01597C12.256 2.95997 10.656 2.38397 9 2.38397" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M6.13599 15.0241C7.04799 15.4081 8.01599 15.6161 8.99999 15.6161C11.824 15.6161 14.456 13.9521 16.288 11.0721C17.008 9.94409 17.008 8.04808 16.288 6.92008C16.024 6.50408 15.736 6.11208 15.44 5.74408" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M11.8079 9.56C11.5999 10.688 10.6799 11.608 9.55188 11.816" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M6.97601 11.024L1 17.0001" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
8
- <path d="M17.0001 1L11.024 6.97601" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
9
- </svg>
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.024 6.97605L6.97599 11.0241C6.45599 10.5041 6.13599 9.79205 6.13599 9.00005C6.13599 7.41605 7.41599 6.13605 8.99999 6.13605C9.79199 6.13605 10.504 6.45605 11.024 6.97605Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M3.87988 13.608C3.07988 12.92 2.35188 12.072 1.71188 11.072C0.991875 9.94404 0.991875 8.04804 1.71188 6.92003C2.65588 5.44003 3.80788 4.28003 5.09588 3.50403" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M13.656 4.01597C12.256 2.95997 10.656 2.38397 9 2.38397" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M6.13599 15.0241C7.04799 15.4081 8.01599 15.6161 8.99999 15.6161C11.824 15.6161 14.456 13.9521 16.288 11.0721C17.008 9.94409 17.008 8.04808 16.288 6.92008C16.024 6.50408 15.736 6.11208 15.44 5.74408" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M11.8079 9.56C11.5999 10.688 10.6799 11.608 9.55188 11.816" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M6.97601 11.024L1 17.0001" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M17.0001 1L11.024 6.97601" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
9
+ </svg>