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,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.0002 14C13.8234 14 13.6538 13.9298 13.5288 13.8047C13.4037 13.6797 13.3335 13.5101 13.3335 13.3333V10.6667H10.6668C10.49 10.6667 10.3204 10.5964 10.1954 10.4714C10.0704 10.3464 10.0002 10.1768 10.0002 10C10.0002 9.82319 10.0704 9.65362 10.1954 9.5286C10.3204 9.40357 10.49 9.33333 10.6668 9.33333H14.0002C14.177 9.33333 14.3465 9.40357 14.4716 9.5286C14.5966 9.65362 14.6668 9.82319 14.6668 10V13.3333C14.6668 13.5101 14.5966 13.6797 14.4716 13.8047C14.3465 13.9298 14.177 14 14.0002 14ZM5.3335 6.66667H2.00016C1.82335 6.66667 1.65378 6.59643 1.52876 6.4714C1.40373 6.34638 1.3335 6.17681 1.3335 6V2.66667C1.3335 2.48986 1.40373 2.32029 1.52876 2.19526C1.65378 2.07024 1.82335 2 2.00016 2C2.17697 2 2.34654 2.07024 2.47157 2.19526C2.59659 2.32029 2.66683 2.48986 2.66683 2.66667V5.33333H5.3335C5.51031 5.33333 5.67988 5.40357 5.8049 5.5286C5.92992 5.65362 6.00016 5.82319 6.00016 6C6.00016 6.17681 5.92992 6.34638 5.8049 6.4714C5.67988 6.59643 5.51031 6.66667 5.3335 6.66667Z" fill="currentColor"/>
3
- <path d="M7.99983 14.6669C6.35964 14.6672 4.77691 14.0628 3.55435 12.9694C2.3318 11.876 1.55522 10.3703 1.37316 8.74022C1.36353 8.65267 1.37124 8.56408 1.39585 8.47951C1.42045 8.39494 1.46147 8.31605 1.51657 8.24733C1.62784 8.10856 1.78968 8.01966 1.9665 8.00022C2.14331 7.98077 2.3206 8.03235 2.45938 8.14362C2.59816 8.2549 2.68705 8.41674 2.7065 8.59355C2.83827 9.79535 3.37446 10.9167 4.22716 11.7738C5.07986 12.6309 6.19847 13.1728 7.39958 13.3108C8.60069 13.4487 9.81303 13.1744 10.8378 12.533C11.8626 11.8915 12.6391 10.9209 13.0398 9.78022C13.0648 9.69253 13.1075 9.61091 13.1653 9.54039C13.2231 9.46987 13.2948 9.41195 13.3758 9.37023C13.4569 9.3285 13.5457 9.30384 13.6366 9.29778C13.7276 9.29172 13.8189 9.30439 13.9048 9.33499C13.9906 9.3656 14.0693 9.4135 14.136 9.47573C14.2026 9.53796 14.2558 9.6132 14.2922 9.69679C14.3286 9.78039 14.3475 9.87056 14.3476 9.96174C14.3478 10.0529 14.3293 10.1432 14.2932 10.2269C13.8324 11.5271 12.9797 12.6524 11.8525 13.4476C10.7254 14.2429 9.37928 14.6689 7.99983 14.6669ZM13.9598 8.00022C13.795 8.00122 13.6357 7.94113 13.5126 7.83156C13.3895 7.72199 13.3113 7.57069 13.2932 7.40688C13.1555 6.21083 12.6172 5.09655 11.7658 4.24529C10.9145 3.39402 9.80012 2.85585 8.60406 2.71832C7.408 2.58078 6.20059 2.85198 5.17823 3.4878C4.15587 4.12361 3.37871 5.08663 2.97316 6.22022C2.94817 6.3079 2.90545 6.38952 2.84766 6.46004C2.78986 6.53056 2.71822 6.58848 2.63715 6.63021C2.55608 6.67193 2.46732 6.69659 2.37634 6.70265C2.28537 6.70871 2.19412 6.69605 2.10823 6.66544C2.02235 6.63483 1.94365 6.58693 1.87702 6.5247C1.81038 6.46247 1.75722 6.38723 1.72081 6.30364C1.68441 6.22004 1.66554 6.12987 1.66537 6.0387C1.6652 5.94752 1.68373 5.85728 1.71983 5.77355C2.22178 4.3496 3.19222 3.1382 4.47232 2.33762C5.75243 1.53704 7.26637 1.19469 8.76639 1.36661C10.2664 1.53853 11.6636 2.21453 12.7294 3.28397C13.7952 4.35341 14.4664 5.75296 14.6332 7.25355C14.6519 7.42846 14.6008 7.60369 14.4909 7.74105C14.381 7.87841 14.2213 7.96677 14.0465 7.98688L13.9598 8.00022Z" 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.0002 14C13.8234 14 13.6538 13.9298 13.5288 13.8047C13.4037 13.6797 13.3335 13.5101 13.3335 13.3333V10.6667H10.6668C10.49 10.6667 10.3204 10.5964 10.1954 10.4714C10.0704 10.3464 10.0002 10.1768 10.0002 10C10.0002 9.82319 10.0704 9.65362 10.1954 9.5286C10.3204 9.40357 10.49 9.33333 10.6668 9.33333H14.0002C14.177 9.33333 14.3465 9.40357 14.4716 9.5286C14.5966 9.65362 14.6668 9.82319 14.6668 10V13.3333C14.6668 13.5101 14.5966 13.6797 14.4716 13.8047C14.3465 13.9298 14.177 14 14.0002 14ZM5.3335 6.66667H2.00016C1.82335 6.66667 1.65378 6.59643 1.52876 6.4714C1.40373 6.34638 1.3335 6.17681 1.3335 6V2.66667C1.3335 2.48986 1.40373 2.32029 1.52876 2.19526C1.65378 2.07024 1.82335 2 2.00016 2C2.17697 2 2.34654 2.07024 2.47157 2.19526C2.59659 2.32029 2.66683 2.48986 2.66683 2.66667V5.33333H5.3335C5.51031 5.33333 5.67988 5.40357 5.8049 5.5286C5.92992 5.65362 6.00016 5.82319 6.00016 6C6.00016 6.17681 5.92992 6.34638 5.8049 6.4714C5.67988 6.59643 5.51031 6.66667 5.3335 6.66667Z" fill="currentColor"/>
3
+ <path d="M7.99983 14.6669C6.35964 14.6672 4.77691 14.0628 3.55435 12.9694C2.3318 11.876 1.55522 10.3703 1.37316 8.74022C1.36353 8.65267 1.37124 8.56408 1.39585 8.47951C1.42045 8.39494 1.46147 8.31605 1.51657 8.24733C1.62784 8.10856 1.78968 8.01966 1.9665 8.00022C2.14331 7.98077 2.3206 8.03235 2.45938 8.14362C2.59816 8.2549 2.68705 8.41674 2.7065 8.59355C2.83827 9.79535 3.37446 10.9167 4.22716 11.7738C5.07986 12.6309 6.19847 13.1728 7.39958 13.3108C8.60069 13.4487 9.81303 13.1744 10.8378 12.533C11.8626 11.8915 12.6391 10.9209 13.0398 9.78022C13.0648 9.69253 13.1075 9.61091 13.1653 9.54039C13.2231 9.46987 13.2948 9.41195 13.3758 9.37023C13.4569 9.3285 13.5457 9.30384 13.6366 9.29778C13.7276 9.29172 13.8189 9.30439 13.9048 9.33499C13.9906 9.3656 14.0693 9.4135 14.136 9.47573C14.2026 9.53796 14.2558 9.6132 14.2922 9.69679C14.3286 9.78039 14.3475 9.87056 14.3476 9.96174C14.3478 10.0529 14.3293 10.1432 14.2932 10.2269C13.8324 11.5271 12.9797 12.6524 11.8525 13.4476C10.7254 14.2429 9.37928 14.6689 7.99983 14.6669ZM13.9598 8.00022C13.795 8.00122 13.6357 7.94113 13.5126 7.83156C13.3895 7.72199 13.3113 7.57069 13.2932 7.40688C13.1555 6.21083 12.6172 5.09655 11.7658 4.24529C10.9145 3.39402 9.80012 2.85585 8.60406 2.71832C7.408 2.58078 6.20059 2.85198 5.17823 3.4878C4.15587 4.12361 3.37871 5.08663 2.97316 6.22022C2.94817 6.3079 2.90545 6.38952 2.84766 6.46004C2.78986 6.53056 2.71822 6.58848 2.63715 6.63021C2.55608 6.67193 2.46732 6.69659 2.37634 6.70265C2.28537 6.70871 2.19412 6.69605 2.10823 6.66544C2.02235 6.63483 1.94365 6.58693 1.87702 6.5247C1.81038 6.46247 1.75722 6.38723 1.72081 6.30364C1.68441 6.22004 1.66554 6.12987 1.66537 6.0387C1.6652 5.94752 1.68373 5.85728 1.71983 5.77355C2.22178 4.3496 3.19222 3.1382 4.47232 2.33762C5.75243 1.53704 7.26637 1.19469 8.76639 1.36661C10.2664 1.53853 11.6636 2.21453 12.7294 3.28397C13.7952 4.35341 14.4664 5.75296 14.6332 7.25355C14.6519 7.42846 14.6008 7.60369 14.4909 7.74105C14.381 7.87841 14.2213 7.96677 14.0465 7.98688L13.9598 8.00022Z" fill="currentColor"/>
4
+ </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 14C13.8232 14 13.6537 13.9298 13.5286 13.8047C13.4036 13.6797 13.3334 13.5101 13.3334 13.3333V10.6667H10.6667C10.4899 10.6667 10.3203 10.5964 10.1953 10.4714C10.0703 10.3464 10 10.1768 10 10C10 9.82319 10.0703 9.65362 10.1953 9.5286C10.3203 9.40357 10.4899 9.33333 10.6667 9.33333H14C14.1769 9.33333 14.3464 9.40357 14.4714 9.5286C14.5965 9.65362 14.6667 9.82319 14.6667 10V13.3333C14.6667 13.5101 14.5965 13.6797 14.4714 13.8047C14.3464 13.9298 14.1769 14 14 14ZM5.33337 6.66667H2.00004C1.82323 6.66667 1.65366 6.59643 1.52864 6.4714C1.40361 6.34638 1.33337 6.17681 1.33337 6V2.66667C1.33337 2.48986 1.40361 2.32029 1.52864 2.19526C1.65366 2.07024 1.82323 2 2.00004 2C2.17685 2 2.34642 2.07024 2.47145 2.19526C2.59647 2.32029 2.66671 2.48986 2.66671 2.66667V5.33333H5.33337C5.51018 5.33333 5.67975 5.40357 5.80478 5.5286C5.9298 5.65362 6.00004 5.82319 6.00004 6C6.00004 6.17681 5.9298 6.34638 5.80478 6.4714C5.67975 6.59643 5.51018 6.66667 5.33337 6.66667Z" fill="currentcolor"/>
3
- <path d="M7.99995 14.6666C6.35977 14.6669 4.77704 14.0626 3.55448 12.9692C2.33192 11.8757 1.55534 10.37 1.37328 8.73997C1.36365 8.65242 1.37136 8.56384 1.39597 8.47927C1.42057 8.3947 1.4616 8.3158 1.51669 8.24709C1.62796 8.10831 1.78981 8.01942 1.96662 7.99997C2.14343 7.98052 2.32072 8.03211 2.4595 8.14338C2.59828 8.25465 2.68717 8.41649 2.70662 8.59331C2.83839 9.79511 3.37458 10.9165 4.22728 11.7736C5.07999 12.6306 6.19859 13.1726 7.3997 13.3105C8.60081 13.4485 9.81315 13.1742 10.8379 12.5327C11.8627 11.8912 12.6392 10.9206 13.0399 9.77997C13.0649 9.69229 13.1077 9.61066 13.1655 9.54014C13.2232 9.46963 13.2949 9.41171 13.376 9.36998C13.457 9.32825 13.5458 9.3036 13.6368 9.29754C13.7277 9.29148 13.819 9.30414 13.9049 9.33475C13.9908 9.36536 14.0695 9.41326 14.1361 9.47549C14.2027 9.53772 14.2559 9.61296 14.2923 9.69655C14.3287 9.78014 14.3476 9.87032 14.3477 9.96149C14.3479 10.0527 14.3294 10.1429 14.2933 10.2266C13.8325 11.5269 12.9798 12.6522 11.8527 13.4474C10.7255 14.2426 9.3794 14.6686 7.99995 14.6666ZM13.96 7.99997C13.7951 8.00097 13.6358 7.94089 13.5127 7.83132C13.3896 7.72174 13.3114 7.57045 13.2933 7.40664C13.1556 6.21059 12.6173 5.09631 11.766 4.24504C10.9146 3.39377 9.80024 2.8556 8.60418 2.71807C7.40812 2.58054 6.20071 2.85174 5.17835 3.48755C4.15599 4.12337 3.37883 5.08639 2.97328 6.21997C2.94829 6.30766 2.90557 6.38928 2.84778 6.4598C2.78999 6.53032 2.71834 6.58823 2.63727 6.62996C2.55621 6.67169 2.46744 6.69635 2.37647 6.70241C2.28549 6.70847 2.19424 6.6958 2.10836 6.66519C2.02247 6.63459 1.94378 6.58669 1.87714 6.52446C1.8105 6.46223 1.75734 6.38699 1.72093 6.30339C1.68453 6.2198 1.66566 6.12963 1.66549 6.03845C1.66532 5.94728 1.68386 5.85703 1.71995 5.7733C2.2219 4.34935 3.19234 3.13796 4.47245 2.33738C5.75255 1.5368 7.2665 1.19445 8.76651 1.36637C10.2665 1.53828 11.6638 2.21428 12.7295 3.28372C13.7953 4.35317 14.4665 5.75271 14.6333 7.2533C14.652 7.42821 14.6009 7.60344 14.491 7.7408C14.3811 7.87817 14.2214 7.96653 14.0466 7.98664L13.96 7.99997Z" 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 14C13.8232 14 13.6537 13.9298 13.5286 13.8047C13.4036 13.6797 13.3334 13.5101 13.3334 13.3333V10.6667H10.6667C10.4899 10.6667 10.3203 10.5964 10.1953 10.4714C10.0703 10.3464 10 10.1768 10 10C10 9.82319 10.0703 9.65362 10.1953 9.5286C10.3203 9.40357 10.4899 9.33333 10.6667 9.33333H14C14.1769 9.33333 14.3464 9.40357 14.4714 9.5286C14.5965 9.65362 14.6667 9.82319 14.6667 10V13.3333C14.6667 13.5101 14.5965 13.6797 14.4714 13.8047C14.3464 13.9298 14.1769 14 14 14ZM5.33337 6.66667H2.00004C1.82323 6.66667 1.65366 6.59643 1.52864 6.4714C1.40361 6.34638 1.33337 6.17681 1.33337 6V2.66667C1.33337 2.48986 1.40361 2.32029 1.52864 2.19526C1.65366 2.07024 1.82323 2 2.00004 2C2.17685 2 2.34642 2.07024 2.47145 2.19526C2.59647 2.32029 2.66671 2.48986 2.66671 2.66667V5.33333H5.33337C5.51018 5.33333 5.67975 5.40357 5.80478 5.5286C5.9298 5.65362 6.00004 5.82319 6.00004 6C6.00004 6.17681 5.9298 6.34638 5.80478 6.4714C5.67975 6.59643 5.51018 6.66667 5.33337 6.66667Z" fill="currentcolor"/>
3
+ <path d="M7.99995 14.6666C6.35977 14.6669 4.77704 14.0626 3.55448 12.9692C2.33192 11.8757 1.55534 10.37 1.37328 8.73997C1.36365 8.65242 1.37136 8.56384 1.39597 8.47927C1.42057 8.3947 1.4616 8.3158 1.51669 8.24709C1.62796 8.10831 1.78981 8.01942 1.96662 7.99997C2.14343 7.98052 2.32072 8.03211 2.4595 8.14338C2.59828 8.25465 2.68717 8.41649 2.70662 8.59331C2.83839 9.79511 3.37458 10.9165 4.22728 11.7736C5.07999 12.6306 6.19859 13.1726 7.3997 13.3105C8.60081 13.4485 9.81315 13.1742 10.8379 12.5327C11.8627 11.8912 12.6392 10.9206 13.0399 9.77997C13.0649 9.69229 13.1077 9.61066 13.1655 9.54014C13.2232 9.46963 13.2949 9.41171 13.376 9.36998C13.457 9.32825 13.5458 9.3036 13.6368 9.29754C13.7277 9.29148 13.819 9.30414 13.9049 9.33475C13.9908 9.36536 14.0695 9.41326 14.1361 9.47549C14.2027 9.53772 14.2559 9.61296 14.2923 9.69655C14.3287 9.78014 14.3476 9.87032 14.3477 9.96149C14.3479 10.0527 14.3294 10.1429 14.2933 10.2266C13.8325 11.5269 12.9798 12.6522 11.8527 13.4474C10.7255 14.2426 9.3794 14.6686 7.99995 14.6666ZM13.96 7.99997C13.7951 8.00097 13.6358 7.94089 13.5127 7.83132C13.3896 7.72174 13.3114 7.57045 13.2933 7.40664C13.1556 6.21059 12.6173 5.09631 11.766 4.24504C10.9146 3.39377 9.80024 2.8556 8.60418 2.71807C7.40812 2.58054 6.20071 2.85174 5.17835 3.48755C4.15599 4.12337 3.37883 5.08639 2.97328 6.21997C2.94829 6.30766 2.90557 6.38928 2.84778 6.4598C2.78999 6.53032 2.71834 6.58823 2.63727 6.62996C2.55621 6.67169 2.46744 6.69635 2.37647 6.70241C2.28549 6.70847 2.19424 6.6958 2.10836 6.66519C2.02247 6.63459 1.94378 6.58669 1.87714 6.52446C1.8105 6.46223 1.75734 6.38699 1.72093 6.30339C1.68453 6.2198 1.66566 6.12963 1.66549 6.03845C1.66532 5.94728 1.68386 5.85703 1.71995 5.7733C2.2219 4.34935 3.19234 3.13796 4.47245 2.33738C5.75255 1.5368 7.2665 1.19445 8.76651 1.36637C10.2665 1.53828 11.6638 2.21428 12.7295 3.28372C13.7953 4.35317 14.4665 5.75271 14.6333 7.2533C14.652 7.42821 14.6009 7.60344 14.491 7.7408C14.3811 7.87817 14.2214 7.96653 14.0466 7.98664L13.96 7.99997Z" fill="currentcolor"/>
4
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.6483 2.35282C12.4042 1.10288 10.7824 0.299891 9.03527 0.0688652C7.28812 -0.16216 5.51372 0.191745 3.98832 1.07548C2.46292 1.95921 1.27213 3.32318 0.601357 4.95502C-0.0694201 6.58686 -0.182542 8.395 0.279602 10.0979C0.741747 11.8008 1.75322 13.3029 3.15655 14.3704C4.55988 15.4378 6.2763 16.0107 8.03858 15.9998C9.80085 15.989 11.5101 15.3949 12.9002 14.3102C14.2902 13.2255 15.2831 11.7111 15.7243 10.0026H13.6483C13.2813 11.0382 12.6372 11.953 11.7862 12.6469C10.9352 13.3408 9.91013 13.7871 8.82296 13.9372C7.73579 14.0872 6.62836 13.9351 5.62165 13.4976C4.61494 13.0601 3.74769 12.3539 3.11465 11.4562C2.48161 10.5586 2.10714 9.50398 2.03214 8.40764C1.95715 7.3113 2.18451 6.21541 2.6894 5.2397C3.19429 4.264 3.95728 3.44601 4.89501 2.87511C5.83273 2.30422 6.90912 2.00238 8.00656 2.00257C8.79185 2.00381 9.569 2.16189 10.2925 2.46754C11.0161 2.77319 11.6715 3.22027 12.2203 3.78264L9.00446 7.00695H16V0.00205947L13.6483 2.35282Z" 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="M13.6483 2.35282C12.4042 1.10288 10.7824 0.299891 9.03527 0.0688652C7.28812 -0.16216 5.51372 0.191745 3.98832 1.07548C2.46292 1.95921 1.27213 3.32318 0.601357 4.95502C-0.0694201 6.58686 -0.182542 8.395 0.279602 10.0979C0.741747 11.8008 1.75322 13.3029 3.15655 14.3704C4.55988 15.4378 6.2763 16.0107 8.03858 15.9998C9.80085 15.989 11.5101 15.3949 12.9002 14.3102C14.2902 13.2255 15.2831 11.7111 15.7243 10.0026H13.6483C13.2813 11.0382 12.6372 11.953 11.7862 12.6469C10.9352 13.3408 9.91013 13.7871 8.82296 13.9372C7.73579 14.0872 6.62836 13.9351 5.62165 13.4976C4.61494 13.0601 3.74769 12.3539 3.11465 11.4562C2.48161 10.5586 2.10714 9.50398 2.03214 8.40764C1.95715 7.3113 2.18451 6.21541 2.6894 5.2397C3.19429 4.264 3.95728 3.44601 4.89501 2.87511C5.83273 2.30422 6.90912 2.00238 8.00656 2.00257C8.79185 2.00381 9.569 2.16189 10.2925 2.46754C11.0161 2.77319 11.6715 3.22027 12.2203 3.78264L9.00446 7.00695H16V0.00205947L13.6483 2.35282Z" fill="currentColor"/>
3
+ </svg>
@@ -1,12 +1,12 @@
1
- <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_1017_453)">
3
- <path
4
- d="M11.419 6.47133L9.8903 8L11.419 9.52867C11.6796 9.78933 11.6796 10.2107 11.419 10.4713C11.289 10.6013 11.1183 10.6667 10.9476 10.6667C10.777 10.6667 10.6063 10.6013 10.4763 10.4713L8.94763 8.94267L7.41897 10.4713C7.28897 10.6013 7.1183 10.6667 6.94763 10.6667C6.77697 10.6667 6.6063 10.6013 6.4763 10.4713C6.21563 10.2107 6.21563 9.78933 6.4763 9.52867L8.00497 8L6.4763 6.47133C6.21563 6.21067 6.21563 5.78933 6.4763 5.52867C6.73697 5.268 7.1583 5.268 7.41897 5.52867L8.94763 7.05733L10.4763 5.52867C10.737 5.268 11.1583 5.268 11.419 5.52867C11.6796 5.78933 11.6796 6.21067 11.419 6.47133ZM16.9476 8C16.9476 12.4113 13.359 16 8.94763 16C4.5363 16 0.947632 12.4113 0.947632 8C0.947632 3.58867 4.5363 0 8.94763 0C13.359 0 16.9476 3.58867 16.9476 8ZM15.6143 8C15.6143 4.324 12.6236 1.33333 8.94763 1.33333C5.27163 1.33333 2.28097 4.324 2.28097 8C2.28097 11.676 5.27163 14.6667 8.94763 14.6667C12.6236 14.6667 15.6143 11.676 15.6143 8Z"
5
- fill="currentColor" />
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_1017_453">
9
- <rect width="16" height="16" fill="currentColor" transform="translate(0.947632)" />
10
- </clipPath>
11
- </defs>
1
+ <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1017_453)">
3
+ <path
4
+ d="M11.419 6.47133L9.8903 8L11.419 9.52867C11.6796 9.78933 11.6796 10.2107 11.419 10.4713C11.289 10.6013 11.1183 10.6667 10.9476 10.6667C10.777 10.6667 10.6063 10.6013 10.4763 10.4713L8.94763 8.94267L7.41897 10.4713C7.28897 10.6013 7.1183 10.6667 6.94763 10.6667C6.77697 10.6667 6.6063 10.6013 6.4763 10.4713C6.21563 10.2107 6.21563 9.78933 6.4763 9.52867L8.00497 8L6.4763 6.47133C6.21563 6.21067 6.21563 5.78933 6.4763 5.52867C6.73697 5.268 7.1583 5.268 7.41897 5.52867L8.94763 7.05733L10.4763 5.52867C10.737 5.268 11.1583 5.268 11.419 5.52867C11.6796 5.78933 11.6796 6.21067 11.419 6.47133ZM16.9476 8C16.9476 12.4113 13.359 16 8.94763 16C4.5363 16 0.947632 12.4113 0.947632 8C0.947632 3.58867 4.5363 0 8.94763 0C13.359 0 16.9476 3.58867 16.9476 8ZM15.6143 8C15.6143 4.324 12.6236 1.33333 8.94763 1.33333C5.27163 1.33333 2.28097 4.324 2.28097 8C2.28097 11.676 5.27163 14.6667 8.94763 14.6667C12.6236 14.6667 15.6143 11.676 15.6143 8Z"
5
+ fill="currentColor" />
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_1017_453">
9
+ <rect width="16" height="16" fill="currentColor" transform="translate(0.947632)" />
10
+ </clipPath>
11
+ </defs>
12
12
  </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="M11.1109 11.8255H14.2563V12.8255H11.1109V11.8255ZM16 12.3255C16 14.154 14.5121 15.6415 12.6832 15.6415C10.8548 15.6415 9.36725 14.154 9.36725 12.3255C9.36725 11.5373 9.64364 10.8127 10.1043 10.243C9.10949 9.43355 7.8797 8.99252 6.59158 8.99252C3.50838 8.99252 1 11.501 1 14.5843V15.0843H0V14.5843C0 12.8305 0.687531 11.177 1.93596 9.92856C2.6152 9.24929 3.41449 8.73652 4.28443 8.40973C2.99944 7.66086 2.13387 6.26788 2.13387 4.67637C2.13387 2.29547 4.0708 0.358459 6.45163 0.358459C8.83246 0.358459 10.7694 2.29547 10.7694 4.67637C10.7694 6.22462 9.95017 7.58493 8.72261 8.34719C9.49487 8.61239 10.2156 9.02228 10.8502 9.5628C11.3756 9.21284 12.006 9.00856 12.6832 9.00856C14.5121 9.00856 16 10.4965 16 12.3255ZM6.4494 7.99427C6.47883 7.99364 6.50832 7.99342 6.53781 7.99318C8.32757 7.94731 9.76939 6.47706 9.76939 4.67637C9.76939 2.84688 8.28105 1.35846 6.45162 1.35846C4.6222 1.35846 3.13387 2.84688 3.13387 4.67637C3.13387 6.50513 4.621 7.99305 6.4494 7.99427ZM15 12.3255C15 11.0479 13.9607 10.0086 12.6832 10.0086C11.4062 10.0086 10.3672 11.0479 10.3672 12.3255C10.3672 13.6026 11.4062 14.6415 12.6832 14.6415C13.9607 14.6415 15 13.6026 15 12.3255Z" 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="M11.1109 11.8255H14.2563V12.8255H11.1109V11.8255ZM16 12.3255C16 14.154 14.5121 15.6415 12.6832 15.6415C10.8548 15.6415 9.36725 14.154 9.36725 12.3255C9.36725 11.5373 9.64364 10.8127 10.1043 10.243C9.10949 9.43355 7.8797 8.99252 6.59158 8.99252C3.50838 8.99252 1 11.501 1 14.5843V15.0843H0V14.5843C0 12.8305 0.687531 11.177 1.93596 9.92856C2.6152 9.24929 3.41449 8.73652 4.28443 8.40973C2.99944 7.66086 2.13387 6.26788 2.13387 4.67637C2.13387 2.29547 4.0708 0.358459 6.45163 0.358459C8.83246 0.358459 10.7694 2.29547 10.7694 4.67637C10.7694 6.22462 9.95017 7.58493 8.72261 8.34719C9.49487 8.61239 10.2156 9.02228 10.8502 9.5628C11.3756 9.21284 12.006 9.00856 12.6832 9.00856C14.5121 9.00856 16 10.4965 16 12.3255ZM6.4494 7.99427C6.47883 7.99364 6.50832 7.99342 6.53781 7.99318C8.32757 7.94731 9.76939 6.47706 9.76939 4.67637C9.76939 2.84688 8.28105 1.35846 6.45162 1.35846C4.6222 1.35846 3.13387 2.84688 3.13387 4.67637C3.13387 6.50513 4.621 7.99305 6.4494 7.99427ZM15 12.3255C15 11.0479 13.9607 10.0086 12.6832 10.0086C11.4062 10.0086 10.3672 11.0479 10.3672 12.3255C10.3672 13.6026 11.4062 14.6415 12.6832 14.6415C13.9607 14.6415 15 13.6026 15 12.3255Z" fill="currentColor"/>
3
+ </svg>
@@ -1,12 +1,12 @@
1
- <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_1017_456)">
3
- <path
4
- d="M5.6143 1.90409e-06H3.6143C2.14097 1.90409e-06 0.947632 1.19334 0.947632 2.66667V4.66667C0.947632 6.14 2.14097 7.33334 3.6143 7.33334H5.6143C7.08763 7.33334 8.28097 6.14 8.28097 4.66667V2.66667C8.28097 1.19334 7.08763 1.90409e-06 5.6143 1.90409e-06ZM14.281 8.66667H12.281C10.8076 8.66667 9.6143 9.86 9.6143 11.3333V13.3333C9.6143 14.8067 10.8076 16 12.281 16H14.281C15.7543 16 16.9476 14.8067 16.9476 13.3333V11.3333C16.9476 9.86 15.7543 8.66667 14.281 8.66667ZM9.6143 3.33334C9.6143 2.62667 9.90763 1.96667 10.4476 1.48L11.8276 0.180002C12.0943 -0.0733314 12.5143 -0.0599981 12.7676 0.206669C13.021 0.473335 13.0076 0.900002 12.741 1.14667L11.3543 2.44667C11.281 2.51334 11.221 2.58667 11.1676 2.66H13.6143C15.0876 2.66 16.281 3.85334 16.281 5.32667V6.66C16.281 7.02667 15.981 7.32667 15.6143 7.32667C15.2476 7.32667 14.9476 7.02667 14.9476 6.66V5.32667C14.9476 4.59334 14.3476 3.99334 13.6143 3.99334H11.1676C11.221 4.06667 11.281 4.13334 11.3476 4.2L12.741 5.50667C13.0076 5.76 13.021 6.18 12.7676 6.44667C12.6343 6.58667 12.461 6.65334 12.281 6.65334C12.1143 6.65334 11.9543 6.59334 11.821 6.47334L10.4343 5.17334C9.90763 4.68667 9.60763 4.02667 9.60763 3.32667L9.6143 3.33334ZM8.28097 12.6667C8.28097 13.3733 7.98763 14.0267 7.44763 14.52L6.06763 15.82C5.94097 15.94 5.7743 16 5.60763 16C5.42763 16 5.2543 15.9267 5.12097 15.7933C4.86763 15.5267 4.88097 15.1 5.14763 14.8533L6.5343 13.5533C6.60763 13.4867 6.66763 13.4133 6.72097 13.34H4.2743C2.80097 13.34 1.60763 12.1467 1.60763 10.6733V9.34C1.60763 8.97334 1.90763 8.67334 2.2743 8.67334C2.64097 8.67334 2.94097 8.97334 2.94097 9.34V10.6733C2.94097 11.4067 3.54097 12.0067 4.2743 12.0067H6.72097C6.66763 11.9333 6.60763 11.8667 6.54097 11.8L5.14763 10.4933C4.88097 10.24 4.86763 9.82 5.12097 9.55334C5.3743 9.28667 5.7943 9.27334 6.06097 9.52667L7.44763 10.8267C7.9743 11.3133 8.2743 11.9733 8.2743 12.6733L8.28097 12.6667Z"
5
- fill="currentColor" />
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_1017_456">
9
- <rect width="16" height="16" fill="currentColor" transform="translate(0.947632)" />
10
- </clipPath>
11
- </defs>
1
+ <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_1017_456)">
3
+ <path
4
+ d="M5.6143 1.90409e-06H3.6143C2.14097 1.90409e-06 0.947632 1.19334 0.947632 2.66667V4.66667C0.947632 6.14 2.14097 7.33334 3.6143 7.33334H5.6143C7.08763 7.33334 8.28097 6.14 8.28097 4.66667V2.66667C8.28097 1.19334 7.08763 1.90409e-06 5.6143 1.90409e-06ZM14.281 8.66667H12.281C10.8076 8.66667 9.6143 9.86 9.6143 11.3333V13.3333C9.6143 14.8067 10.8076 16 12.281 16H14.281C15.7543 16 16.9476 14.8067 16.9476 13.3333V11.3333C16.9476 9.86 15.7543 8.66667 14.281 8.66667ZM9.6143 3.33334C9.6143 2.62667 9.90763 1.96667 10.4476 1.48L11.8276 0.180002C12.0943 -0.0733314 12.5143 -0.0599981 12.7676 0.206669C13.021 0.473335 13.0076 0.900002 12.741 1.14667L11.3543 2.44667C11.281 2.51334 11.221 2.58667 11.1676 2.66H13.6143C15.0876 2.66 16.281 3.85334 16.281 5.32667V6.66C16.281 7.02667 15.981 7.32667 15.6143 7.32667C15.2476 7.32667 14.9476 7.02667 14.9476 6.66V5.32667C14.9476 4.59334 14.3476 3.99334 13.6143 3.99334H11.1676C11.221 4.06667 11.281 4.13334 11.3476 4.2L12.741 5.50667C13.0076 5.76 13.021 6.18 12.7676 6.44667C12.6343 6.58667 12.461 6.65334 12.281 6.65334C12.1143 6.65334 11.9543 6.59334 11.821 6.47334L10.4343 5.17334C9.90763 4.68667 9.60763 4.02667 9.60763 3.32667L9.6143 3.33334ZM8.28097 12.6667C8.28097 13.3733 7.98763 14.0267 7.44763 14.52L6.06763 15.82C5.94097 15.94 5.7743 16 5.60763 16C5.42763 16 5.2543 15.9267 5.12097 15.7933C4.86763 15.5267 4.88097 15.1 5.14763 14.8533L6.5343 13.5533C6.60763 13.4867 6.66763 13.4133 6.72097 13.34H4.2743C2.80097 13.34 1.60763 12.1467 1.60763 10.6733V9.34C1.60763 8.97334 1.90763 8.67334 2.2743 8.67334C2.64097 8.67334 2.94097 8.97334 2.94097 9.34V10.6733C2.94097 11.4067 3.54097 12.0067 4.2743 12.0067H6.72097C6.66763 11.9333 6.60763 11.8667 6.54097 11.8L5.14763 10.4933C4.88097 10.24 4.86763 9.82 5.12097 9.55334C5.3743 9.28667 5.7943 9.27334 6.06097 9.52667L7.44763 10.8267C7.9743 11.3133 8.2743 11.9733 8.2743 12.6733L8.28097 12.6667Z"
5
+ fill="currentColor" />
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_1017_456">
9
+ <rect width="16" height="16" fill="currentColor" transform="translate(0.947632)" />
10
+ </clipPath>
11
+ </defs>
12
12
  </svg>
@@ -1,14 +1,14 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- d="M10.2278 16C10.027 16 9.84105 15.8884 9.74435 15.7172C9.64765 15.5386 9.64765 15.3302 9.75179 15.1516L10.5328 13.8492C10.689 13.5812 11.0386 13.4994 11.299 13.6557C11.5667 13.8119 11.6486 14.1543 11.4924 14.4222L11.2915 14.7571C13.3445 14.2734 14.8842 12.4277 14.8842 10.2247C14.8842 9.91955 15.1371 9.6665 15.4421 9.6665C15.7471 9.6665 16 9.91955 16 10.2247C15.9925 13.4101 13.404 16 10.2278 16Z"
4
- fill="currentColor" />
5
- <path
6
- d="M0.557875 6.32608C0.252903 6.32608 0 6.07304 0 5.7679C0 2.58997 2.58854 0 5.76471 0C5.96554 0 6.1515 0.111637 6.2482 0.282813C6.3449 0.461432 6.3449 0.669821 6.24076 0.848439L5.45973 2.15087C5.30353 2.41135 4.96137 2.50066 4.69359 2.33693C4.43325 2.18064 4.34399 1.83829 4.50763 1.57036L4.70846 1.23545C2.64805 1.71921 1.11575 3.56493 1.11575 5.7679C1.11575 6.07304 0.862846 6.32608 0.557875 6.32608Z"
7
- fill="currentColor" />
8
- <path
9
- d="M10.079 8.46888V10.657C10.079 12.4804 9.35004 13.2097 7.52765 13.2097H5.34078C3.51839 13.2097 2.78943 12.4804 2.78943 10.657V8.46888C2.78943 6.64548 3.51839 5.91614 5.34078 5.91614H7.52765C9.35004 5.91614 10.079 6.64548 10.079 8.46888Z"
10
- fill="currentColor" />
11
- <path
12
- d="M10.6524 2.79095H8.46551C6.67287 2.79095 5.94395 3.50543 5.92163 5.26185H7.52828C9.71515 5.26185 10.7268 6.28146 10.7268 8.4621V10.0697C12.4896 10.0473 13.1963 9.31798 13.1963 7.52435V5.34371C13.2037 3.52031 12.4748 2.79095 10.6524 2.79095Z"
13
- fill="currentColor" />
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M10.2278 16C10.027 16 9.84105 15.8884 9.74435 15.7172C9.64765 15.5386 9.64765 15.3302 9.75179 15.1516L10.5328 13.8492C10.689 13.5812 11.0386 13.4994 11.299 13.6557C11.5667 13.8119 11.6486 14.1543 11.4924 14.4222L11.2915 14.7571C13.3445 14.2734 14.8842 12.4277 14.8842 10.2247C14.8842 9.91955 15.1371 9.6665 15.4421 9.6665C15.7471 9.6665 16 9.91955 16 10.2247C15.9925 13.4101 13.404 16 10.2278 16Z"
4
+ fill="currentColor" />
5
+ <path
6
+ d="M0.557875 6.32608C0.252903 6.32608 0 6.07304 0 5.7679C0 2.58997 2.58854 0 5.76471 0C5.96554 0 6.1515 0.111637 6.2482 0.282813C6.3449 0.461432 6.3449 0.669821 6.24076 0.848439L5.45973 2.15087C5.30353 2.41135 4.96137 2.50066 4.69359 2.33693C4.43325 2.18064 4.34399 1.83829 4.50763 1.57036L4.70846 1.23545C2.64805 1.71921 1.11575 3.56493 1.11575 5.7679C1.11575 6.07304 0.862846 6.32608 0.557875 6.32608Z"
7
+ fill="currentColor" />
8
+ <path
9
+ d="M10.079 8.46888V10.657C10.079 12.4804 9.35004 13.2097 7.52765 13.2097H5.34078C3.51839 13.2097 2.78943 12.4804 2.78943 10.657V8.46888C2.78943 6.64548 3.51839 5.91614 5.34078 5.91614H7.52765C9.35004 5.91614 10.079 6.64548 10.079 8.46888Z"
10
+ fill="currentColor" />
11
+ <path
12
+ d="M10.6524 2.79095H8.46551C6.67287 2.79095 5.94395 3.50543 5.92163 5.26185H7.52828C9.71515 5.26185 10.7268 6.28146 10.7268 8.4621V10.0697C12.4896 10.0473 13.1963 9.31798 13.1963 7.52435V5.34371C13.2037 3.52031 12.4748 2.79095 10.6524 2.79095Z"
13
+ fill="currentColor" />
14
14
  </svg>
@@ -1,6 +1,6 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.2278 16C10.027 16 9.84105 15.8884 9.74435 15.7172C9.64765 15.5386 9.64765 15.3302 9.75179 15.1516L10.5328 13.8492C10.689 13.5812 11.0386 13.4994 11.299 13.6557C11.5667 13.8119 11.6486 14.1543 11.4924 14.4222L11.2915 14.7571C13.3445 14.2734 14.8842 12.4277 14.8842 10.2247C14.8842 9.91955 15.1371 9.6665 15.4421 9.6665C15.7471 9.6665 16 9.91955 16 10.2247C15.9925 13.4101 13.404 16 10.2278 16Z" fill="currentColor"/>
3
- <path d="M0.557875 6.32608C0.252903 6.32608 0 6.07304 0 5.7679C0 2.58997 2.58854 0 5.76471 0C5.96554 0 6.1515 0.111637 6.2482 0.282813C6.3449 0.461432 6.3449 0.669821 6.24076 0.848439L5.45973 2.15087C5.30353 2.41135 4.96137 2.50066 4.69359 2.33693C4.43325 2.18064 4.34399 1.83829 4.50763 1.57036L4.70846 1.23545C2.64805 1.71921 1.11575 3.56493 1.11575 5.7679C1.11575 6.07304 0.862846 6.32608 0.557875 6.32608Z" fill="currentColor"/>
4
- <path d="M10.079 8.46888V10.657C10.079 12.4804 9.35004 13.2097 7.52765 13.2097H5.34078C3.51839 13.2097 2.78943 12.4804 2.78943 10.657V8.46888C2.78943 6.64548 3.51839 5.91614 5.34078 5.91614H7.52765C9.35004 5.91614 10.079 6.64548 10.079 8.46888Z" fill="currentColor"/>
5
- <path d="M10.6524 2.79102H8.46551C6.67287 2.79102 5.94395 3.50549 5.92163 5.26191H7.52828C9.71515 5.26191 10.7268 6.28152 10.7268 8.46216V10.0697C12.4896 10.0474 13.1963 9.31804 13.1963 7.52441V5.34378C13.2037 3.52038 12.4748 2.79102 10.6524 2.79102Z" fill="currentColor"/>
6
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.2278 16C10.027 16 9.84105 15.8884 9.74435 15.7172C9.64765 15.5386 9.64765 15.3302 9.75179 15.1516L10.5328 13.8492C10.689 13.5812 11.0386 13.4994 11.299 13.6557C11.5667 13.8119 11.6486 14.1543 11.4924 14.4222L11.2915 14.7571C13.3445 14.2734 14.8842 12.4277 14.8842 10.2247C14.8842 9.91955 15.1371 9.6665 15.4421 9.6665C15.7471 9.6665 16 9.91955 16 10.2247C15.9925 13.4101 13.404 16 10.2278 16Z" fill="currentColor"/>
3
+ <path d="M0.557875 6.32608C0.252903 6.32608 0 6.07304 0 5.7679C0 2.58997 2.58854 0 5.76471 0C5.96554 0 6.1515 0.111637 6.2482 0.282813C6.3449 0.461432 6.3449 0.669821 6.24076 0.848439L5.45973 2.15087C5.30353 2.41135 4.96137 2.50066 4.69359 2.33693C4.43325 2.18064 4.34399 1.83829 4.50763 1.57036L4.70846 1.23545C2.64805 1.71921 1.11575 3.56493 1.11575 5.7679C1.11575 6.07304 0.862846 6.32608 0.557875 6.32608Z" fill="currentColor"/>
4
+ <path d="M10.079 8.46888V10.657C10.079 12.4804 9.35004 13.2097 7.52765 13.2097H5.34078C3.51839 13.2097 2.78943 12.4804 2.78943 10.657V8.46888C2.78943 6.64548 3.51839 5.91614 5.34078 5.91614H7.52765C9.35004 5.91614 10.079 6.64548 10.079 8.46888Z" fill="currentColor"/>
5
+ <path d="M10.6524 2.79102H8.46551C6.67287 2.79102 5.94395 3.50549 5.92163 5.26191H7.52828C9.71515 5.26191 10.7268 6.28152 10.7268 8.46216V10.0697C12.4896 10.0474 13.1963 9.31804 13.1963 7.52441V5.34378C13.2037 3.52038 12.4748 2.79102 10.6524 2.79102Z" fill="currentColor"/>
6
+ </svg>
@@ -1,52 +1,52 @@
1
- <svg width="241" height="184" viewBox="0 0 241 184" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M17.4029 174.064C17.4029 174.064 -4.83513 158.438 5.38918 138.799C15.6156 119.16 36.0664 89.0081 25.8321 73.6334C15.6156 58.2637 14.5738 9.02069 73.3714 1.47198C120.268 -4.54477 134.521 20.2232 141.79 37.1269C151.377 59.4251 142.809 100.132 187.647 105.502C232.497 110.871 258.114 133.046 225.99 169.189C211.95 184.984 17.4029 174.064 17.4029 174.064Z" fill="#C9D6F2"/>
3
- <path d="M97.6992 161.774C64.6053 169.007 37.6519 158.964 46.8499 141.876C56.0423 124.789 50.4089 122.634 43.3178 117.259C36.2267 111.886 20.2947 96.9188 35.8151 80.4797C51.3546 64.0498 39.5509 59.2828 34.6997 49.6137C20.5289 21.407 78.001 9.8262 62.4495 35.7859C50.7753 55.2691 51.3906 70.1889 65.8982 80.102C80.4177 90.0173 83.314 95.2461 82.6725 107.5C82.0289 119.753 77.0172 145.797 91.8119 144.713C106.595 143.628 114.672 158.062 97.6992 161.774Z" fill="#EBF2FF"/>
4
- <path d="M37.584 45.7683C36.0471 42.8487 35.6864 28.5321 49.5765 29.2741C58.0298 29.7267 53.6404 41.2715 51.723 50.1548C49.8113 59.0388 51.1176 72.9862 54.6504 78.7307C61.1764 89.3256 59.7817 93.7842 51.7018 102.874C51.7018 102.874 47.5063 109.625 55.2459 116.87C62.9835 124.113 59.9938 144.064 68.9833 147.297C77.9727 150.528 83.0509 157.421 76.8906 158.062C70.7444 158.708 45.2494 161.185 51.96 144.399C61.7415 119.961 42.6721 112.716 37.9213 107.294C33.5653 102.323 29.8394 91.2161 42.4733 77.2871C52.2478 66.5055 42.2965 54.762 37.584 45.7683Z" fill="#CBDBF4"/>
5
- <path d="M71.9711 172.934L71.464 175.174C70.983 175.052 59.4574 172.153 47.0363 164.184C30.5017 153.568 20.4521 138.995 17.9922 122.01L20.1338 121.642C25.8514 161.085 71.51 172.817 71.9711 172.934Z" fill="#7585F8"/>
6
- <path d="M19.548 124.277C19.548 124.277 7.53851 117.906 12.5142 103.231C12.5142 103.231 23.1713 111.889 19.548 124.277Z" fill="#7585F8"/>
7
- <path d="M23.3954 136.274C23.3954 136.274 7.02278 141.745 0.365234 123.262C0.365234 123.262 9.09791 120.055 23.3954 136.274Z" fill="#7585F8"/>
8
- <path d="M22.8359 136.348C22.8359 136.348 38.038 127.869 30.461 109.802C30.461 109.802 22.1612 114.103 22.8359 136.348Z" fill="#7585F8"/>
9
- <path d="M31.9157 150.03C31.9157 150.03 16.1322 157.248 7.71289 139.605C7.71289 139.605 16.0891 135.463 31.9157 150.03Z" fill="#7585F8"/>
10
- <path d="M31.3598 150.157C31.3598 150.157 45.6686 140.082 36.3616 122.939C36.3616 122.939 28.5144 128.125 31.3598 150.157Z" fill="#7585F8"/>
11
- <path d="M45.5045 161.982C45.5045 161.982 31.0974 171.931 19.9395 156.1C19.9395 156.1 27.5263 150.5 45.5045 161.982Z" fill="#7585F8"/>
12
- <path d="M44.9707 162.207C44.9707 162.207 57.4491 149.698 45.5019 134.515C45.5019 134.515 38.6017 141.039 44.9707 162.207Z" fill="#7585F8"/>
13
- <path d="M59.4705 169.481C59.4705 169.481 48.007 183.036 33.293 170.852C33.293 170.852 39.2595 163.373 59.4705 169.481Z" fill="#7585F8"/>
14
- <path d="M59.0262 169.844C59.0262 169.844 68.0248 154.362 52.7152 143.028C52.7152 143.028 47.6512 151.206 59.0262 169.844Z" fill="#7585F8"/>
15
- <path d="M157.283 172.984C188.974 181.634 215.568 173.243 207.512 156.236C199.454 139.235 205.016 137.43 212.153 132.574C219.292 127.721 235.453 114.019 221.238 97.3334C207.012 80.6453 218.674 76.6174 223.851 67.4943C238.964 40.879 183.888 26.8135 197.661 52.7279C208.003 72.1757 206.67 86.5878 192.119 95.469C177.575 104.355 174.516 109.276 174.526 121.173C174.538 133.072 178.104 158.538 163.831 156.758C149.564 154.972 141.03 168.547 157.283 172.984Z" fill="#7585F8"/>
16
- <path opacity="0.2" d="M221.242 63.6269C222.879 60.8721 223.936 47.0294 210.448 47.0563C202.244 47.0754 205.925 58.4744 207.337 67.1739C208.746 75.8705 206.793 89.3115 203.086 94.7009C196.241 104.635 197.373 109.022 204.747 118.224C204.747 118.224 208.468 124.976 200.611 131.605C192.764 138.236 194.672 157.706 185.809 160.391C176.94 163.071 171.679 169.497 177.609 170.423C183.538 171.352 208.109 175.019 202.43 158.429C194.173 134.278 212.995 128.207 217.869 123.19C222.334 118.593 226.489 108.022 214.949 93.9066C206.018 82.9814 216.243 72.1014 221.242 63.6269Z" fill="#F6F5F7"/>
17
- <path d="M152.67 172.426L152.189 169.49C198.829 161.868 219.004 125.344 219.208 124.966L221.829 126.382C221.622 126.754 200.801 164.564 152.67 172.426Z" fill="#EBF2FF"/>
18
- <path d="M219.014 127.464C219.014 127.464 225.105 111.714 233.048 116.743C236.425 118.875 234.601 126.519 219.014 127.464Z" fill="#EBF2FF"/>
19
- <path d="M215.479 132.615C215.479 132.615 231.003 123.642 232.623 132.71C233.306 136.581 226.501 141.647 215.479 132.615Z" fill="#EBF2FF"/>
20
- <path d="M215.509 134.287C215.509 134.287 225.013 119.789 215.229 118.392C211.06 117.786 205.659 124.147 215.509 134.287Z" fill="#EBF2FF"/>
21
- <path d="M205.169 144.796C205.169 144.796 215.401 130.652 205.734 128.809C201.618 128.02 195.927 134.149 205.169 144.796Z" fill="#EBF2FF"/>
22
- <path d="M196.103 152.804C196.103 152.804 206.26 138.645 196.591 136.822C192.47 136.035 186.798 142.19 196.103 152.804Z" fill="#EBF2FF"/>
23
- <path d="M183.436 160.685C183.436 160.685 195.974 148.178 187.006 144.741C183.18 143.279 176.527 148.501 183.436 160.685Z" fill="#EBF2FF"/>
24
- <path d="M172.461 165.685C172.461 165.685 184.643 152.874 175.527 149.697C171.662 148.357 165.14 153.735 172.461 165.685Z" fill="#EBF2FF"/>
25
- <path d="M157.437 169.995C157.437 169.995 172.617 160.432 165.097 154.936C161.888 152.591 154.208 156.246 157.437 169.995Z" fill="#EBF2FF"/>
26
- <path d="M207.891 142.102C207.891 142.102 223.442 133.124 225.045 142.207C225.729 146.067 218.94 151.122 207.891 142.102Z" fill="#EBF2FF"/>
27
- <path d="M198.613 150.469C198.613 150.469 214.163 141.51 215.765 150.583C216.458 154.441 209.653 159.503 198.613 150.469Z" fill="#EBF2FF"/>
28
- <path d="M188.424 157.277C188.424 157.277 205.38 151.627 204.662 161.027C204.373 165.029 196.659 168.645 188.424 157.277Z" fill="#EBF2FF"/>
29
- <path d="M176.383 163.658C176.383 163.658 193.7 159.63 191.924 169.016C191.166 173.011 183.197 175.894 176.383 163.658Z" fill="#EBF2FF"/>
30
- <path d="M163.617 168.133C163.617 168.133 181.095 166.4 177.905 175.619C176.524 179.534 168.318 181.363 163.617 168.133Z" fill="#EBF2FF"/>
31
- <path d="M225.21 176.741C225.21 180.446 177.484 183.45 118.605 183.45C59.7302 183.45 12 180.446 12 176.741C12 173.037 59.7309 170.035 118.605 170.035C177.484 170.036 225.21 173.037 225.21 176.741Z" fill="#ACBFE2"/>
32
- <path d="M199.24 101.232C199.24 142.492 165.792 175.937 124.533 175.937C83.2704 175.937 49.8242 142.492 49.8242 101.232C49.8242 59.9696 83.2704 26.5213 124.533 26.5213C165.792 26.5213 199.24 59.9696 199.24 101.232Z" fill="#D086E5"/>
33
- <path d="M131.197 128.999C133.365 132.531 131.178 137.825 126.3 140.819C121.43 143.811 115.715 143.372 113.547 139.838L88.6042 99.2147C86.4336 95.6798 88.6212 90.3908 93.5006 87.3969C98.3709 84.403 104.086 84.8437 106.254 88.3758L131.197 128.999Z" fill="#F6F5F7"/>
34
- <path d="M130.288 137.866C127.296 142.736 120.918 144.265 116.048 141.273C111.168 138.282 109.646 131.904 112.638 127.026L147.012 71.0045C150.003 66.1293 156.381 64.6023 161.258 67.594C166.131 70.5858 167.661 76.9611 164.669 81.8363L130.288 137.866Z" fill="#F6F5F7"/>
35
- <path d="M69.7022 90.8759C70.7384 90.3971 74.1418 90.1318 75.9177 92.8195C78.3133 96.4166 79.1387 105.178 84.4807 107.818C89.8397 110.45 93.178 108.203 95.6096 106.98C98.0383 105.77 98.4408 104.135 99.9459 103.585C101.435 103.037 102.016 104.844 98.5836 107.73C96.9272 109.109 89.6423 116.908 82.6927 114.96C73.5717 112.39 63.573 93.6738 69.7022 90.8759Z" fill="#E28C71"/>
36
- <path d="M77.6377 147.427C76.1419 156.562 74.9353 175.937 78.9448 175.785C82.9656 175.629 85.1143 174.152 82.757 173.588C80.3855 173.021 80.302 172.753 80.3254 172.028C80.5093 167.457 84.04 158.757 85.3725 152.099C86.9235 144.373 78.9589 139.441 77.6377 147.427Z" fill="#F27851"/>
37
- <path d="M77.1172 173.948C77.1172 173.948 80.7144 175.251 82.7556 173.587C82.7556 173.587 86.7311 173.92 84.3186 175.131C81.9203 176.347 77.1985 177.522 77.1172 173.948Z" fill="#6E86CC"/>
38
- <path d="M62.9202 109.864C62.9202 109.864 83.6001 124.384 86.5777 131.808C89.2483 138.487 83.0477 165.39 83.0477 165.39C83.0477 165.39 78.6895 167.128 74.6878 164.674L75.2119 143.752L57.7578 127.789L62.9202 109.864Z" fill="#C92F3B"/>
39
- <path d="M49.5789 148.561C41.9397 154.868 27.3239 169.626 30.6721 172.329C34.0175 175.021 36.7964 175.349 35.2835 173.246C33.7806 171.116 33.893 170.826 34.4292 170.271C37.7986 166.722 46.7519 162.189 52.5028 157.771C59.1971 152.648 56.2534 143.056 49.5789 148.561Z" fill="#F27851"/>
40
- <path d="M30.4847 169.566C30.4847 169.566 32.4714 173.142 35.2828 173.245C35.2828 173.245 38.2455 176.299 35.4603 175.58C32.6744 174.863 28.0531 172.499 30.4847 169.566Z" fill="#6E86CC"/>
41
- <path d="M59.8557 109.762C59.8557 109.762 70.5871 134.206 67.7559 142.276C65.2168 149.542 41.2962 166.845 41.2962 166.845C41.2962 166.845 36.5575 165.175 35.0566 160.381L50.2036 143.896C50.2036 143.896 44.1486 124.841 47.1213 117.776C47.2267 117.539 46.7075 119.458 46.7075 119.458L59.8557 109.762Z" fill="#E03D51"/>
42
- <path d="M72.7633 120.579C76.7269 115.35 78.9668 107.244 79.1224 100.952C79.3403 92.2262 71.6289 89.9742 66.7303 89.5117C61.8289 89.0399 53.8184 88.0901 54.1466 98.9651C54.3644 106.554 51.6096 110.518 47.7613 116.934C47.6581 117.104 47.5534 117.242 47.4501 117.403C47.4331 117.4 47.4261 117.381 47.4261 117.381C47.431 117.393 47.4331 117.4 47.4501 117.403C42.0239 124.066 68.2616 126.51 72.7633 120.579Z" fill="#FCDCDA"/>
43
- <path d="M47.7607 116.934C47.6575 117.104 47.5528 117.242 47.4495 117.403C47.4325 117.4 47.4255 117.381 47.4255 117.381C47.4304 117.393 47.4325 117.4 47.4495 117.403C43.249 122.555 57.9893 125.174 66.9638 123.369C68.3564 121.284 61.6126 120.729 59.116 118.704C53.3602 114.038 73.8852 113.64 70.3495 111.924C66.5324 110.086 60.8509 110.819 63.3518 105.231C65.8435 99.6327 63.6991 92.9461 61.3318 90.6821C58.8642 88.3156 54.7337 91.0895 54.2839 96.2392C54.1714 97.0603 54.1042 97.9508 54.1453 98.965C54.3638 106.555 51.609 110.518 47.7607 116.934Z" fill="#EFBEBD"/>
44
- <path d="M67.4269 83.1151C67.4269 83.1151 68.5083 87.2526 65.455 88.7796C62.3246 90.3349 71.9286 97.9861 72.0793 95.7172C72.2759 92.7905 71.1195 90.8187 73.1366 87.7908L67.4269 83.1151Z" fill="#E67052"/>
45
- <path d="M74.8126 77.0411C76.8297 79.791 77.5696 90.3838 74.5969 92.1378C73.2948 92.8889 68.9083 90.946 66.8311 85.9612C65.9668 83.92 65.1343 80.2245 67.6161 77.1323C68.7414 75.7249 72.468 73.8336 74.8126 77.0411Z" fill="#EE9D7F"/>
46
- <path d="M66.0799 76.9859C63.4594 80.2789 64.6059 83.4595 64.7919 84.0437C65.4745 86.1783 67.2094 88.1671 67.7384 87.5497C68.3679 86.8127 65.9844 86.0418 67.0778 83.9284C68.1762 81.8102 66.7787 81.064 67.5065 79.1706C68.2144 77.2843 69.6099 77.9308 74.0254 78.0694C75.8346 78.1267 76.2893 77.5114 76.225 76.7603C73.9851 73.5493 68.8368 73.5203 66.0799 76.9859Z" fill="#062440"/>
47
- <path d="M76.5855 79.334C77.662 76.7779 81.4989 77.3904 80.2761 75.5834C79.4578 74.3725 79.4479 75.2842 70.3085 73.4198C66.0415 72.5513 65.2013 74.3725 64.3872 76.7772C63.6333 78.9981 63.8681 84.4547 66.7905 87.6692C69.7031 90.876 66.6993 85.5318 67.8168 83.1151C68.9343 80.7005 69.672 81.7225 71.2796 82.1221C72.8879 82.5167 74.8499 83.4503 76.5855 79.334Z" fill="#353A66"/>
48
- <path d="M46.4688 124.173L54.2112 135.273L116.524 91.7691L124.53 77.9236L108.77 80.6714L46.4688 124.173Z" fill="#494C7F"/>
49
- <path d="M113.078 86.8229L50.7617 130.323L54.2138 135.268L116.53 91.7682L113.078 86.8229Z" fill="#373C66"/>
50
- <path d="M124.528 77.9235L122.363 81.6742L120.273 78.6704L124.528 77.9235Z" fill="#1F1440"/>
51
- <path d="M59.5348 90.0145C60.6955 90.1079 62.7183 91.8598 62.9785 95.1147C63.3449 99.4707 60.8772 107.306 64.3167 112.26C67.7703 117.224 71.8314 116.87 74.5742 116.985C77.334 117.104 78.4876 115.857 80.074 116.097C81.6682 116.339 81.2947 118.232 76.8361 119.103C74.7037 119.518 64.4221 122.846 59.2243 117.701C52.4126 110.96 52.7429 89.4763 59.5348 90.0145Z" fill="#E28C71"/>
52
- </svg>
1
+ <svg width="241" height="184" viewBox="0 0 241 184" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.4029 174.064C17.4029 174.064 -4.83513 158.438 5.38918 138.799C15.6156 119.16 36.0664 89.0081 25.8321 73.6334C15.6156 58.2637 14.5738 9.02069 73.3714 1.47198C120.268 -4.54477 134.521 20.2232 141.79 37.1269C151.377 59.4251 142.809 100.132 187.647 105.502C232.497 110.871 258.114 133.046 225.99 169.189C211.95 184.984 17.4029 174.064 17.4029 174.064Z" fill="#C9D6F2"/>
3
+ <path d="M97.6992 161.774C64.6053 169.007 37.6519 158.964 46.8499 141.876C56.0423 124.789 50.4089 122.634 43.3178 117.259C36.2267 111.886 20.2947 96.9188 35.8151 80.4797C51.3546 64.0498 39.5509 59.2828 34.6997 49.6137C20.5289 21.407 78.001 9.8262 62.4495 35.7859C50.7753 55.2691 51.3906 70.1889 65.8982 80.102C80.4177 90.0173 83.314 95.2461 82.6725 107.5C82.0289 119.753 77.0172 145.797 91.8119 144.713C106.595 143.628 114.672 158.062 97.6992 161.774Z" fill="#EBF2FF"/>
4
+ <path d="M37.584 45.7683C36.0471 42.8487 35.6864 28.5321 49.5765 29.2741C58.0298 29.7267 53.6404 41.2715 51.723 50.1548C49.8113 59.0388 51.1176 72.9862 54.6504 78.7307C61.1764 89.3256 59.7817 93.7842 51.7018 102.874C51.7018 102.874 47.5063 109.625 55.2459 116.87C62.9835 124.113 59.9938 144.064 68.9833 147.297C77.9727 150.528 83.0509 157.421 76.8906 158.062C70.7444 158.708 45.2494 161.185 51.96 144.399C61.7415 119.961 42.6721 112.716 37.9213 107.294C33.5653 102.323 29.8394 91.2161 42.4733 77.2871C52.2478 66.5055 42.2965 54.762 37.584 45.7683Z" fill="#CBDBF4"/>
5
+ <path d="M71.9711 172.934L71.464 175.174C70.983 175.052 59.4574 172.153 47.0363 164.184C30.5017 153.568 20.4521 138.995 17.9922 122.01L20.1338 121.642C25.8514 161.085 71.51 172.817 71.9711 172.934Z" fill="#7585F8"/>
6
+ <path d="M19.548 124.277C19.548 124.277 7.53851 117.906 12.5142 103.231C12.5142 103.231 23.1713 111.889 19.548 124.277Z" fill="#7585F8"/>
7
+ <path d="M23.3954 136.274C23.3954 136.274 7.02278 141.745 0.365234 123.262C0.365234 123.262 9.09791 120.055 23.3954 136.274Z" fill="#7585F8"/>
8
+ <path d="M22.8359 136.348C22.8359 136.348 38.038 127.869 30.461 109.802C30.461 109.802 22.1612 114.103 22.8359 136.348Z" fill="#7585F8"/>
9
+ <path d="M31.9157 150.03C31.9157 150.03 16.1322 157.248 7.71289 139.605C7.71289 139.605 16.0891 135.463 31.9157 150.03Z" fill="#7585F8"/>
10
+ <path d="M31.3598 150.157C31.3598 150.157 45.6686 140.082 36.3616 122.939C36.3616 122.939 28.5144 128.125 31.3598 150.157Z" fill="#7585F8"/>
11
+ <path d="M45.5045 161.982C45.5045 161.982 31.0974 171.931 19.9395 156.1C19.9395 156.1 27.5263 150.5 45.5045 161.982Z" fill="#7585F8"/>
12
+ <path d="M44.9707 162.207C44.9707 162.207 57.4491 149.698 45.5019 134.515C45.5019 134.515 38.6017 141.039 44.9707 162.207Z" fill="#7585F8"/>
13
+ <path d="M59.4705 169.481C59.4705 169.481 48.007 183.036 33.293 170.852C33.293 170.852 39.2595 163.373 59.4705 169.481Z" fill="#7585F8"/>
14
+ <path d="M59.0262 169.844C59.0262 169.844 68.0248 154.362 52.7152 143.028C52.7152 143.028 47.6512 151.206 59.0262 169.844Z" fill="#7585F8"/>
15
+ <path d="M157.283 172.984C188.974 181.634 215.568 173.243 207.512 156.236C199.454 139.235 205.016 137.43 212.153 132.574C219.292 127.721 235.453 114.019 221.238 97.3334C207.012 80.6453 218.674 76.6174 223.851 67.4943C238.964 40.879 183.888 26.8135 197.661 52.7279C208.003 72.1757 206.67 86.5878 192.119 95.469C177.575 104.355 174.516 109.276 174.526 121.173C174.538 133.072 178.104 158.538 163.831 156.758C149.564 154.972 141.03 168.547 157.283 172.984Z" fill="#7585F8"/>
16
+ <path opacity="0.2" d="M221.242 63.6269C222.879 60.8721 223.936 47.0294 210.448 47.0563C202.244 47.0754 205.925 58.4744 207.337 67.1739C208.746 75.8705 206.793 89.3115 203.086 94.7009C196.241 104.635 197.373 109.022 204.747 118.224C204.747 118.224 208.468 124.976 200.611 131.605C192.764 138.236 194.672 157.706 185.809 160.391C176.94 163.071 171.679 169.497 177.609 170.423C183.538 171.352 208.109 175.019 202.43 158.429C194.173 134.278 212.995 128.207 217.869 123.19C222.334 118.593 226.489 108.022 214.949 93.9066C206.018 82.9814 216.243 72.1014 221.242 63.6269Z" fill="#F6F5F7"/>
17
+ <path d="M152.67 172.426L152.189 169.49C198.829 161.868 219.004 125.344 219.208 124.966L221.829 126.382C221.622 126.754 200.801 164.564 152.67 172.426Z" fill="#EBF2FF"/>
18
+ <path d="M219.014 127.464C219.014 127.464 225.105 111.714 233.048 116.743C236.425 118.875 234.601 126.519 219.014 127.464Z" fill="#EBF2FF"/>
19
+ <path d="M215.479 132.615C215.479 132.615 231.003 123.642 232.623 132.71C233.306 136.581 226.501 141.647 215.479 132.615Z" fill="#EBF2FF"/>
20
+ <path d="M215.509 134.287C215.509 134.287 225.013 119.789 215.229 118.392C211.06 117.786 205.659 124.147 215.509 134.287Z" fill="#EBF2FF"/>
21
+ <path d="M205.169 144.796C205.169 144.796 215.401 130.652 205.734 128.809C201.618 128.02 195.927 134.149 205.169 144.796Z" fill="#EBF2FF"/>
22
+ <path d="M196.103 152.804C196.103 152.804 206.26 138.645 196.591 136.822C192.47 136.035 186.798 142.19 196.103 152.804Z" fill="#EBF2FF"/>
23
+ <path d="M183.436 160.685C183.436 160.685 195.974 148.178 187.006 144.741C183.18 143.279 176.527 148.501 183.436 160.685Z" fill="#EBF2FF"/>
24
+ <path d="M172.461 165.685C172.461 165.685 184.643 152.874 175.527 149.697C171.662 148.357 165.14 153.735 172.461 165.685Z" fill="#EBF2FF"/>
25
+ <path d="M157.437 169.995C157.437 169.995 172.617 160.432 165.097 154.936C161.888 152.591 154.208 156.246 157.437 169.995Z" fill="#EBF2FF"/>
26
+ <path d="M207.891 142.102C207.891 142.102 223.442 133.124 225.045 142.207C225.729 146.067 218.94 151.122 207.891 142.102Z" fill="#EBF2FF"/>
27
+ <path d="M198.613 150.469C198.613 150.469 214.163 141.51 215.765 150.583C216.458 154.441 209.653 159.503 198.613 150.469Z" fill="#EBF2FF"/>
28
+ <path d="M188.424 157.277C188.424 157.277 205.38 151.627 204.662 161.027C204.373 165.029 196.659 168.645 188.424 157.277Z" fill="#EBF2FF"/>
29
+ <path d="M176.383 163.658C176.383 163.658 193.7 159.63 191.924 169.016C191.166 173.011 183.197 175.894 176.383 163.658Z" fill="#EBF2FF"/>
30
+ <path d="M163.617 168.133C163.617 168.133 181.095 166.4 177.905 175.619C176.524 179.534 168.318 181.363 163.617 168.133Z" fill="#EBF2FF"/>
31
+ <path d="M225.21 176.741C225.21 180.446 177.484 183.45 118.605 183.45C59.7302 183.45 12 180.446 12 176.741C12 173.037 59.7309 170.035 118.605 170.035C177.484 170.036 225.21 173.037 225.21 176.741Z" fill="#ACBFE2"/>
32
+ <path d="M199.24 101.232C199.24 142.492 165.792 175.937 124.533 175.937C83.2704 175.937 49.8242 142.492 49.8242 101.232C49.8242 59.9696 83.2704 26.5213 124.533 26.5213C165.792 26.5213 199.24 59.9696 199.24 101.232Z" fill="#D086E5"/>
33
+ <path d="M131.197 128.999C133.365 132.531 131.178 137.825 126.3 140.819C121.43 143.811 115.715 143.372 113.547 139.838L88.6042 99.2147C86.4336 95.6798 88.6212 90.3908 93.5006 87.3969C98.3709 84.403 104.086 84.8437 106.254 88.3758L131.197 128.999Z" fill="#F6F5F7"/>
34
+ <path d="M130.288 137.866C127.296 142.736 120.918 144.265 116.048 141.273C111.168 138.282 109.646 131.904 112.638 127.026L147.012 71.0045C150.003 66.1293 156.381 64.6023 161.258 67.594C166.131 70.5858 167.661 76.9611 164.669 81.8363L130.288 137.866Z" fill="#F6F5F7"/>
35
+ <path d="M69.7022 90.8759C70.7384 90.3971 74.1418 90.1318 75.9177 92.8195C78.3133 96.4166 79.1387 105.178 84.4807 107.818C89.8397 110.45 93.178 108.203 95.6096 106.98C98.0383 105.77 98.4408 104.135 99.9459 103.585C101.435 103.037 102.016 104.844 98.5836 107.73C96.9272 109.109 89.6423 116.908 82.6927 114.96C73.5717 112.39 63.573 93.6738 69.7022 90.8759Z" fill="#E28C71"/>
36
+ <path d="M77.6377 147.427C76.1419 156.562 74.9353 175.937 78.9448 175.785C82.9656 175.629 85.1143 174.152 82.757 173.588C80.3855 173.021 80.302 172.753 80.3254 172.028C80.5093 167.457 84.04 158.757 85.3725 152.099C86.9235 144.373 78.9589 139.441 77.6377 147.427Z" fill="#F27851"/>
37
+ <path d="M77.1172 173.948C77.1172 173.948 80.7144 175.251 82.7556 173.587C82.7556 173.587 86.7311 173.92 84.3186 175.131C81.9203 176.347 77.1985 177.522 77.1172 173.948Z" fill="#6E86CC"/>
38
+ <path d="M62.9202 109.864C62.9202 109.864 83.6001 124.384 86.5777 131.808C89.2483 138.487 83.0477 165.39 83.0477 165.39C83.0477 165.39 78.6895 167.128 74.6878 164.674L75.2119 143.752L57.7578 127.789L62.9202 109.864Z" fill="#C92F3B"/>
39
+ <path d="M49.5789 148.561C41.9397 154.868 27.3239 169.626 30.6721 172.329C34.0175 175.021 36.7964 175.349 35.2835 173.246C33.7806 171.116 33.893 170.826 34.4292 170.271C37.7986 166.722 46.7519 162.189 52.5028 157.771C59.1971 152.648 56.2534 143.056 49.5789 148.561Z" fill="#F27851"/>
40
+ <path d="M30.4847 169.566C30.4847 169.566 32.4714 173.142 35.2828 173.245C35.2828 173.245 38.2455 176.299 35.4603 175.58C32.6744 174.863 28.0531 172.499 30.4847 169.566Z" fill="#6E86CC"/>
41
+ <path d="M59.8557 109.762C59.8557 109.762 70.5871 134.206 67.7559 142.276C65.2168 149.542 41.2962 166.845 41.2962 166.845C41.2962 166.845 36.5575 165.175 35.0566 160.381L50.2036 143.896C50.2036 143.896 44.1486 124.841 47.1213 117.776C47.2267 117.539 46.7075 119.458 46.7075 119.458L59.8557 109.762Z" fill="#E03D51"/>
42
+ <path d="M72.7633 120.579C76.7269 115.35 78.9668 107.244 79.1224 100.952C79.3403 92.2262 71.6289 89.9742 66.7303 89.5117C61.8289 89.0399 53.8184 88.0901 54.1466 98.9651C54.3644 106.554 51.6096 110.518 47.7613 116.934C47.6581 117.104 47.5534 117.242 47.4501 117.403C47.4331 117.4 47.4261 117.381 47.4261 117.381C47.431 117.393 47.4331 117.4 47.4501 117.403C42.0239 124.066 68.2616 126.51 72.7633 120.579Z" fill="#FCDCDA"/>
43
+ <path d="M47.7607 116.934C47.6575 117.104 47.5528 117.242 47.4495 117.403C47.4325 117.4 47.4255 117.381 47.4255 117.381C47.4304 117.393 47.4325 117.4 47.4495 117.403C43.249 122.555 57.9893 125.174 66.9638 123.369C68.3564 121.284 61.6126 120.729 59.116 118.704C53.3602 114.038 73.8852 113.64 70.3495 111.924C66.5324 110.086 60.8509 110.819 63.3518 105.231C65.8435 99.6327 63.6991 92.9461 61.3318 90.6821C58.8642 88.3156 54.7337 91.0895 54.2839 96.2392C54.1714 97.0603 54.1042 97.9508 54.1453 98.965C54.3638 106.555 51.609 110.518 47.7607 116.934Z" fill="#EFBEBD"/>
44
+ <path d="M67.4269 83.1151C67.4269 83.1151 68.5083 87.2526 65.455 88.7796C62.3246 90.3349 71.9286 97.9861 72.0793 95.7172C72.2759 92.7905 71.1195 90.8187 73.1366 87.7908L67.4269 83.1151Z" fill="#E67052"/>
45
+ <path d="M74.8126 77.0411C76.8297 79.791 77.5696 90.3838 74.5969 92.1378C73.2948 92.8889 68.9083 90.946 66.8311 85.9612C65.9668 83.92 65.1343 80.2245 67.6161 77.1323C68.7414 75.7249 72.468 73.8336 74.8126 77.0411Z" fill="#EE9D7F"/>
46
+ <path d="M66.0799 76.9859C63.4594 80.2789 64.6059 83.4595 64.7919 84.0437C65.4745 86.1783 67.2094 88.1671 67.7384 87.5497C68.3679 86.8127 65.9844 86.0418 67.0778 83.9284C68.1762 81.8102 66.7787 81.064 67.5065 79.1706C68.2144 77.2843 69.6099 77.9308 74.0254 78.0694C75.8346 78.1267 76.2893 77.5114 76.225 76.7603C73.9851 73.5493 68.8368 73.5203 66.0799 76.9859Z" fill="#062440"/>
47
+ <path d="M76.5855 79.334C77.662 76.7779 81.4989 77.3904 80.2761 75.5834C79.4578 74.3725 79.4479 75.2842 70.3085 73.4198C66.0415 72.5513 65.2013 74.3725 64.3872 76.7772C63.6333 78.9981 63.8681 84.4547 66.7905 87.6692C69.7031 90.876 66.6993 85.5318 67.8168 83.1151C68.9343 80.7005 69.672 81.7225 71.2796 82.1221C72.8879 82.5167 74.8499 83.4503 76.5855 79.334Z" fill="#353A66"/>
48
+ <path d="M46.4688 124.173L54.2112 135.273L116.524 91.7691L124.53 77.9236L108.77 80.6714L46.4688 124.173Z" fill="#494C7F"/>
49
+ <path d="M113.078 86.8229L50.7617 130.323L54.2138 135.268L116.53 91.7682L113.078 86.8229Z" fill="#373C66"/>
50
+ <path d="M124.528 77.9235L122.363 81.6742L120.273 78.6704L124.528 77.9235Z" fill="#1F1440"/>
51
+ <path d="M59.5348 90.0145C60.6955 90.1079 62.7183 91.8598 62.9785 95.1147C63.3449 99.4707 60.8772 107.306 64.3167 112.26C67.7703 117.224 71.8314 116.87 74.5742 116.985C77.334 117.104 78.4876 115.857 80.074 116.097C81.6682 116.339 81.2947 118.232 76.8361 119.103C74.7037 119.518 64.4221 122.846 59.2243 117.701C52.4126 110.96 52.7429 89.4763 59.5348 90.0145Z" fill="#E28C71"/>
52
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.4999 5.49976L1.5 5.49976" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M9.00003 9.99995C9.00003 9.99995 13.5 6.48814 13.5 5.49995C13.5 4.51176 9 1 9 1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg width="15" height="11" viewBox="0 0 15 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.4999 5.49976L1.5 5.49976" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M9.00003 9.99995C9.00003 9.99995 13.5 6.48814 13.5 5.49995C13.5 4.51176 9 1 9 1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -1,10 +1,10 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_4584_14070)">
3
- <path d="M10.6519 2.47368C11.6114 2.92652 12.437 3.61884 13.0482 4.48336C13.6595 5.34787 14.0358 6.35517 14.1404 7.40732H15.0183C14.8676 5.65951 14.0639 4.03158 12.7661 2.84524C11.4683 1.65889 9.77087 1.00044 8.00915 1H7.62308L9.85681 3.24256L10.6519 2.47368ZM6.34994 3.02288L13.019 9.66362L9.66837 13L2.99933 6.35469L6.34994 3.02288ZM6.34994 1.7643C6.11717 1.76444 5.89398 1.85663 5.72945 2.02059L1.99737 5.73684C1.91524 5.81809 1.85006 5.91471 1.80558 6.02113C1.7611 6.12756 1.73821 6.2417 1.73821 6.35698C1.73821 6.47226 1.7611 6.58639 1.80558 6.69282C1.85006 6.79925 1.91524 6.89587 1.99737 6.97712L9.04789 13.9977C9.21599 14.1591 9.43948 14.2507 9.67297 14.254C9.90574 14.2539 10.1289 14.1617 10.2934 13.9977L14.0209 10.2815C14.1036 10.2005 14.1693 10.104 14.2141 9.99754C14.259 9.89107 14.282 9.77678 14.282 9.66133C14.282 9.54588 14.259 9.43158 14.2141 9.32511C14.1693 9.21864 14.1036 9.12212 14.0209 9.04119L6.97502 2.02059C6.81049 1.85663 6.5873 1.76444 6.35453 1.7643H6.34994ZM5.38015 13.5492C4.4155 13.0955 3.58564 12.4002 2.97174 11.5314C2.35784 10.6626 1.98093 9.65002 1.87787 8.59268H1C1.15074 10.3405 1.95441 11.9684 3.25218 13.1548C4.54996 14.3411 6.24743 14.9996 8.00915 15H8.39523L6.16149 12.7757L5.38015 13.5492Z" fill="currentcolor"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_4584_14070">
7
- <rect width="16" height="16" fill="white" transform="matrix(-1 -8.74228e-08 -8.74228e-08 1 16 0)"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_4584_14070)">
3
+ <path d="M10.6519 2.47368C11.6114 2.92652 12.437 3.61884 13.0482 4.48336C13.6595 5.34787 14.0358 6.35517 14.1404 7.40732H15.0183C14.8676 5.65951 14.0639 4.03158 12.7661 2.84524C11.4683 1.65889 9.77087 1.00044 8.00915 1H7.62308L9.85681 3.24256L10.6519 2.47368ZM6.34994 3.02288L13.019 9.66362L9.66837 13L2.99933 6.35469L6.34994 3.02288ZM6.34994 1.7643C6.11717 1.76444 5.89398 1.85663 5.72945 2.02059L1.99737 5.73684C1.91524 5.81809 1.85006 5.91471 1.80558 6.02113C1.7611 6.12756 1.73821 6.2417 1.73821 6.35698C1.73821 6.47226 1.7611 6.58639 1.80558 6.69282C1.85006 6.79925 1.91524 6.89587 1.99737 6.97712L9.04789 13.9977C9.21599 14.1591 9.43948 14.2507 9.67297 14.254C9.90574 14.2539 10.1289 14.1617 10.2934 13.9977L14.0209 10.2815C14.1036 10.2005 14.1693 10.104 14.2141 9.99754C14.259 9.89107 14.282 9.77678 14.282 9.66133C14.282 9.54588 14.259 9.43158 14.2141 9.32511C14.1693 9.21864 14.1036 9.12212 14.0209 9.04119L6.97502 2.02059C6.81049 1.85663 6.5873 1.76444 6.35453 1.7643H6.34994ZM5.38015 13.5492C4.4155 13.0955 3.58564 12.4002 2.97174 11.5314C2.35784 10.6626 1.98093 9.65002 1.87787 8.59268H1C1.15074 10.3405 1.95441 11.9684 3.25218 13.1548C4.54996 14.3411 6.24743 14.9996 8.00915 15H8.39523L6.16149 12.7757L5.38015 13.5492Z" fill="currentcolor"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_4584_14070">
7
+ <rect width="16" height="16" fill="white" transform="matrix(-1 -8.74228e-08 -8.74228e-08 1 16 0)"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>
@@ -1,33 +1,33 @@
1
- <svg width="30" height="31" viewBox="0 0 30 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g filter="url(#filter0_ddi_5110_1318)">
3
- <path d="M26 15C26 21.6274 20.6274 27 14 27C7.37258 27 2 21.6274 2 15C2 8.37258 7.37258 3 14 3C20.6274 3 26 8.37258 26 15Z" fill="url(#paint0_linear_5110_1318)"/>
4
- </g>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.9993 15.106C21.9926 15.6149 21.5249 15.9719 21.0201 15.9067C20.5153 15.8415 20.1663 15.3781 20.1555 14.8693C20.134 13.8599 19.8645 12.8663 19.3644 11.9784C18.7128 10.8216 17.7046 9.90633 16.4903 9.36928C15.276 8.83222 13.9206 8.70212 12.6263 8.99837C11.332 9.29462 10.1681 10.0014 9.30833 11.0132C8.44854 12.025 7.93887 13.2876 7.85535 14.6127C7.77184 15.9379 8.11895 17.2545 8.84492 18.3663C9.57089 19.478 10.6368 20.3253 11.8837 20.7817C12.8406 21.1319 13.8647 21.2376 14.8643 21.0959C15.3682 21.0244 15.8819 21.2941 16.0277 21.7818C16.1735 22.2694 15.8966 22.7886 15.3954 22.8774C14.011 23.1226 12.5806 22.9995 11.2501 22.5125C9.62997 21.9195 8.24495 20.8186 7.30166 19.374C6.35836 17.9295 5.90733 16.2187 6.01585 14.4968C6.12436 12.775 6.78661 11.1343 7.9038 9.81963C9.02099 8.50493 10.5333 7.58662 12.215 7.20168C13.8968 6.81674 15.658 6.98579 17.2358 7.68362C18.8137 8.38145 20.1236 9.57067 20.9703 11.0739C21.6656 12.3083 22.0179 13.7002 21.9993 15.106ZM18.2062 17.3323C18.2062 17.4492 18.2154 17.5446 18.2339 17.6184L18.6031 17.6461C18.3692 18.8277 17.8831 20.4308 17.1446 22.4554L16.8215 22.4831C16.8092 22.5692 16.8031 22.6554 16.8031 22.7415C16.8031 22.8215 16.8123 22.9077 16.8308 23C16.9662 22.9938 17.2 22.9908 17.5323 22.9908C17.8708 22.9908 18.1139 22.9938 18.2615 23C18.28 22.8954 18.2892 22.8184 18.2892 22.7692C18.2892 22.7138 18.2831 22.6184 18.2708 22.4831L17.92 22.4554L18.1785 21.3569C18.5354 21.3323 18.9169 21.32 19.3231 21.32C19.7354 21.32 20.1169 21.3292 20.4677 21.3477C20.4739 21.3784 20.5108 21.5354 20.5785 21.8184C20.6462 22.0954 20.6954 22.3077 20.7262 22.4554L20.4031 22.4831C20.3908 22.5692 20.3846 22.6554 20.3846 22.7415C20.3846 22.8215 20.3939 22.9077 20.4123 23C20.5539 22.9938 20.8062 22.9908 21.1692 22.9908C21.5323 22.9908 21.8 22.9938 21.9723 23C21.9908 22.8954 22 22.8184 22 22.7692C22 22.7138 21.9939 22.6184 21.9815 22.4831L21.64 22.4554C20.76 20.0369 20.2462 18.2492 20.0985 17.0923C19.9139 17.0308 19.6892 17 19.4246 17C19.16 17 18.7569 17.0338 18.2154 17.1015C18.2092 17.1384 18.2062 17.2154 18.2062 17.3323ZM19.2862 20.72C18.8677 20.72 18.5539 20.7169 18.3446 20.7108C18.64 19.5538 18.9692 18.5354 19.3323 17.6554H19.3877C19.7077 18.5846 20.0123 19.5969 20.3015 20.6923C20.0431 20.7108 19.7046 20.72 19.2862 20.72Z" fill="white"/>
6
- <path d="M12.0875 18.2067C12.1248 18.2349 12.1702 18.2501 12.217 18.2501C12.2582 18.25 12.2985 18.2382 12.3334 18.2162L17.1001 15.1828C17.1308 15.1633 17.1562 15.1363 17.1737 15.1043C17.1913 15.0724 17.2005 15.0365 17.2005 15C17.2005 14.9636 17.1913 14.9277 17.1737 14.8957C17.1562 14.8638 17.1308 14.8368 17.1001 14.8172L12.3334 11.7838C12.2962 11.7602 12.2528 11.7484 12.2088 11.7501C12.1648 11.7517 12.1224 11.7667 12.0871 11.793C12.0519 11.8194 12.0255 11.8558 12.0114 11.8975C11.9973 11.9392 11.9963 11.9842 12.0084 12.0265L12.8583 15L12.0085 17.9737C11.9965 18.016 11.9976 18.0609 12.0117 18.1025C12.0258 18.1441 12.0523 18.1805 12.0875 18.2067Z" fill="white"/>
7
- <defs>
8
- <filter id="filter0_ddi_5110_1318" x="0" y="0" width="30" height="31" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
9
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
10
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
11
- <feOffset dx="1" dy="1"/>
12
- <feGaussianBlur stdDeviation="1.5"/>
13
- <feColorMatrix type="matrix" values="0 0 0 0 0.141176 0 0 0 0 0.0745098 0 0 0 0 0.196078 0 0 0 0.4 0"/>
14
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_5110_1318"/>
15
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
16
- <feOffset dx="1" dy="-1"/>
17
- <feGaussianBlur stdDeviation="1"/>
18
- <feColorMatrix type="matrix" values="0 0 0 0 0.141176 0 0 0 0 0.0745098 0 0 0 0 0.196078 0 0 0 0.1 0"/>
19
- <feBlend mode="normal" in2="effect1_dropShadow_5110_1318" result="effect2_dropShadow_5110_1318"/>
20
- <feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_5110_1318" result="shape"/>
21
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
22
- <feOffset dx="-1" dy="-1"/>
23
- <feGaussianBlur stdDeviation="1"/>
24
- <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
25
- <feColorMatrix type="matrix" values="0 0 0 0 0.141176 0 0 0 0 0.0745098 0 0 0 0 0.196078 0 0 0 0.5 0"/>
26
- <feBlend mode="normal" in2="shape" result="effect3_innerShadow_5110_1318"/>
27
- </filter>
28
- <linearGradient id="paint0_linear_5110_1318" x1="3.72771" y1="5.34599" x2="26" y2="27" gradientUnits="userSpaceOnUse">
29
- <stop offset="1" stop-color="#2A6F09"/>
30
- <stop stop-color="#44B002"/>
31
- </linearGradient>
32
- </defs>
33
- </svg>
1
+ <svg width="30" height="31" viewBox="0 0 30 31" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_ddi_5110_1318)">
3
+ <path d="M26 15C26 21.6274 20.6274 27 14 27C7.37258 27 2 21.6274 2 15C2 8.37258 7.37258 3 14 3C20.6274 3 26 8.37258 26 15Z" fill="url(#paint0_linear_5110_1318)"/>
4
+ </g>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.9993 15.106C21.9926 15.6149 21.5249 15.9719 21.0201 15.9067C20.5153 15.8415 20.1663 15.3781 20.1555 14.8693C20.134 13.8599 19.8645 12.8663 19.3644 11.9784C18.7128 10.8216 17.7046 9.90633 16.4903 9.36928C15.276 8.83222 13.9206 8.70212 12.6263 8.99837C11.332 9.29462 10.1681 10.0014 9.30833 11.0132C8.44854 12.025 7.93887 13.2876 7.85535 14.6127C7.77184 15.9379 8.11895 17.2545 8.84492 18.3663C9.57089 19.478 10.6368 20.3253 11.8837 20.7817C12.8406 21.1319 13.8647 21.2376 14.8643 21.0959C15.3682 21.0244 15.8819 21.2941 16.0277 21.7818C16.1735 22.2694 15.8966 22.7886 15.3954 22.8774C14.011 23.1226 12.5806 22.9995 11.2501 22.5125C9.62997 21.9195 8.24495 20.8186 7.30166 19.374C6.35836 17.9295 5.90733 16.2187 6.01585 14.4968C6.12436 12.775 6.78661 11.1343 7.9038 9.81963C9.02099 8.50493 10.5333 7.58662 12.215 7.20168C13.8968 6.81674 15.658 6.98579 17.2358 7.68362C18.8137 8.38145 20.1236 9.57067 20.9703 11.0739C21.6656 12.3083 22.0179 13.7002 21.9993 15.106ZM18.2062 17.3323C18.2062 17.4492 18.2154 17.5446 18.2339 17.6184L18.6031 17.6461C18.3692 18.8277 17.8831 20.4308 17.1446 22.4554L16.8215 22.4831C16.8092 22.5692 16.8031 22.6554 16.8031 22.7415C16.8031 22.8215 16.8123 22.9077 16.8308 23C16.9662 22.9938 17.2 22.9908 17.5323 22.9908C17.8708 22.9908 18.1139 22.9938 18.2615 23C18.28 22.8954 18.2892 22.8184 18.2892 22.7692C18.2892 22.7138 18.2831 22.6184 18.2708 22.4831L17.92 22.4554L18.1785 21.3569C18.5354 21.3323 18.9169 21.32 19.3231 21.32C19.7354 21.32 20.1169 21.3292 20.4677 21.3477C20.4739 21.3784 20.5108 21.5354 20.5785 21.8184C20.6462 22.0954 20.6954 22.3077 20.7262 22.4554L20.4031 22.4831C20.3908 22.5692 20.3846 22.6554 20.3846 22.7415C20.3846 22.8215 20.3939 22.9077 20.4123 23C20.5539 22.9938 20.8062 22.9908 21.1692 22.9908C21.5323 22.9908 21.8 22.9938 21.9723 23C21.9908 22.8954 22 22.8184 22 22.7692C22 22.7138 21.9939 22.6184 21.9815 22.4831L21.64 22.4554C20.76 20.0369 20.2462 18.2492 20.0985 17.0923C19.9139 17.0308 19.6892 17 19.4246 17C19.16 17 18.7569 17.0338 18.2154 17.1015C18.2092 17.1384 18.2062 17.2154 18.2062 17.3323ZM19.2862 20.72C18.8677 20.72 18.5539 20.7169 18.3446 20.7108C18.64 19.5538 18.9692 18.5354 19.3323 17.6554H19.3877C19.7077 18.5846 20.0123 19.5969 20.3015 20.6923C20.0431 20.7108 19.7046 20.72 19.2862 20.72Z" fill="white"/>
6
+ <path d="M12.0875 18.2067C12.1248 18.2349 12.1702 18.2501 12.217 18.2501C12.2582 18.25 12.2985 18.2382 12.3334 18.2162L17.1001 15.1828C17.1308 15.1633 17.1562 15.1363 17.1737 15.1043C17.1913 15.0724 17.2005 15.0365 17.2005 15C17.2005 14.9636 17.1913 14.9277 17.1737 14.8957C17.1562 14.8638 17.1308 14.8368 17.1001 14.8172L12.3334 11.7838C12.2962 11.7602 12.2528 11.7484 12.2088 11.7501C12.1648 11.7517 12.1224 11.7667 12.0871 11.793C12.0519 11.8194 12.0255 11.8558 12.0114 11.8975C11.9973 11.9392 11.9963 11.9842 12.0084 12.0265L12.8583 15L12.0085 17.9737C11.9965 18.016 11.9976 18.0609 12.0117 18.1025C12.0258 18.1441 12.0523 18.1805 12.0875 18.2067Z" fill="white"/>
7
+ <defs>
8
+ <filter id="filter0_ddi_5110_1318" x="0" y="0" width="30" height="31" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
9
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
10
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
11
+ <feOffset dx="1" dy="1"/>
12
+ <feGaussianBlur stdDeviation="1.5"/>
13
+ <feColorMatrix type="matrix" values="0 0 0 0 0.141176 0 0 0 0 0.0745098 0 0 0 0 0.196078 0 0 0 0.4 0"/>
14
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_5110_1318"/>
15
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
16
+ <feOffset dx="1" dy="-1"/>
17
+ <feGaussianBlur stdDeviation="1"/>
18
+ <feColorMatrix type="matrix" values="0 0 0 0 0.141176 0 0 0 0 0.0745098 0 0 0 0 0.196078 0 0 0 0.1 0"/>
19
+ <feBlend mode="normal" in2="effect1_dropShadow_5110_1318" result="effect2_dropShadow_5110_1318"/>
20
+ <feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_5110_1318" result="shape"/>
21
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
22
+ <feOffset dx="-1" dy="-1"/>
23
+ <feGaussianBlur stdDeviation="1"/>
24
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
25
+ <feColorMatrix type="matrix" values="0 0 0 0 0.141176 0 0 0 0 0.0745098 0 0 0 0 0.196078 0 0 0 0.5 0"/>
26
+ <feBlend mode="normal" in2="shape" result="effect3_innerShadow_5110_1318"/>
27
+ </filter>
28
+ <linearGradient id="paint0_linear_5110_1318" x1="3.72771" y1="5.34599" x2="26" y2="27" gradientUnits="userSpaceOnUse">
29
+ <stop offset="1" stop-color="#2A6F09"/>
30
+ <stop stop-color="#44B002"/>
31
+ </linearGradient>
32
+ </defs>
33
+ </svg>
@@ -1,26 +1,26 @@
1
- <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_5151_106068)">
3
- <g filter="url(#filter0_d_5151_106068)">
4
- <path d="M24.8701 12C24.8701 18.6274 19.4975 24 12.8701 24C6.2427 24 0.870117 18.6274 0.870117 12C0.870117 5.37258 6.2427 0 12.8701 0C19.4975 0 24.8701 5.37258 24.8701 12Z" fill="url(#paint0_linear_5151_106068)"/>
5
- </g>
6
- <path d="M11.2033 15.7503L16.2033 12.0003L11.2033 8.25032V15.7503ZM12.87 3.66699C11.2218 3.66699 9.61061 4.15573 8.24021 5.07141C6.8698 5.98709 5.80169 7.28858 5.17096 8.8113C4.54023 10.334 4.3752 12.0096 4.69675 13.6261C5.01829 15.2426 5.81196 16.7274 6.9774 17.8929C8.14284 19.0583 9.6277 19.852 11.2442 20.1735C12.8607 20.4951 14.5363 20.33 16.059 19.6993C17.5817 19.0686 18.8832 18.0005 19.7989 16.6301C20.7145 15.2597 21.2033 13.6485 21.2033 12.0003C21.2033 9.79019 20.3253 7.67057 18.7625 6.10777C17.1997 4.54497 15.0801 3.66699 12.87 3.66699ZM12.87 18.667C11.5514 18.667 10.2625 18.276 9.16616 17.5435C8.06983 16.8109 7.21535 15.7697 6.71076 14.5515C6.20618 13.3334 6.07415 11.9929 6.33139 10.6997C6.58862 9.40652 7.22356 8.21863 8.15591 7.28628C9.08826 6.35393 10.2761 5.71899 11.5694 5.46176C12.8626 5.20452 14.203 5.33654 15.4212 5.84113C16.6394 6.34571 17.6805 7.2002 18.4131 8.29652C19.1456 9.39285 19.5366 10.6818 19.5366 12.0003C19.5344 13.7678 18.8313 15.4622 17.5816 16.7119C16.3318 17.9617 14.6374 18.6648 12.87 18.667Z" fill="currentColor"/>
7
- </g>
8
- <defs>
9
- <filter id="filter0_d_5151_106068" x="-0.129883" y="-3" width="28" height="28" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
10
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
11
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
12
- <feOffset dx="1" dy="-1"/>
13
- <feGaussianBlur stdDeviation="1"/>
14
- <feColorMatrix type="matrix" values="0 0 0 0 0.141176 0 0 0 0 0.0745098 0 0 0 0 0.196078 0 0 0 0.1 0"/>
15
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_5151_106068"/>
16
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_5151_106068" result="shape"/>
17
- </filter>
18
- <linearGradient id="paint0_linear_5151_106068" x1="2.59783" y1="2.34599" x2="24.8701" y2="24" gradientUnits="userSpaceOnUse">
19
- <stop offset="1" stop-color="#2A6F09"/>
20
- <stop stop-color="#44B002"/>
21
- </linearGradient>
22
- <clipPath id="clip0_5151_106068">
23
- <rect width="24" height="24" fill="currentColor" transform="translate(0.870117)"/>
24
- </clipPath>
25
- </defs>
26
- </svg>
1
+ <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_5151_106068)">
3
+ <g filter="url(#filter0_d_5151_106068)">
4
+ <path d="M24.8701 12C24.8701 18.6274 19.4975 24 12.8701 24C6.2427 24 0.870117 18.6274 0.870117 12C0.870117 5.37258 6.2427 0 12.8701 0C19.4975 0 24.8701 5.37258 24.8701 12Z" fill="url(#paint0_linear_5151_106068)"/>
5
+ </g>
6
+ <path d="M11.2033 15.7503L16.2033 12.0003L11.2033 8.25032V15.7503ZM12.87 3.66699C11.2218 3.66699 9.61061 4.15573 8.24021 5.07141C6.8698 5.98709 5.80169 7.28858 5.17096 8.8113C4.54023 10.334 4.3752 12.0096 4.69675 13.6261C5.01829 15.2426 5.81196 16.7274 6.9774 17.8929C8.14284 19.0583 9.6277 19.852 11.2442 20.1735C12.8607 20.4951 14.5363 20.33 16.059 19.6993C17.5817 19.0686 18.8832 18.0005 19.7989 16.6301C20.7145 15.2597 21.2033 13.6485 21.2033 12.0003C21.2033 9.79019 20.3253 7.67057 18.7625 6.10777C17.1997 4.54497 15.0801 3.66699 12.87 3.66699ZM12.87 18.667C11.5514 18.667 10.2625 18.276 9.16616 17.5435C8.06983 16.8109 7.21535 15.7697 6.71076 14.5515C6.20618 13.3334 6.07415 11.9929 6.33139 10.6997C6.58862 9.40652 7.22356 8.21863 8.15591 7.28628C9.08826 6.35393 10.2761 5.71899 11.5694 5.46176C12.8626 5.20452 14.203 5.33654 15.4212 5.84113C16.6394 6.34571 17.6805 7.2002 18.4131 8.29652C19.1456 9.39285 19.5366 10.6818 19.5366 12.0003C19.5344 13.7678 18.8313 15.4622 17.5816 16.7119C16.3318 17.9617 14.6374 18.6648 12.87 18.667Z" fill="currentColor"/>
7
+ </g>
8
+ <defs>
9
+ <filter id="filter0_d_5151_106068" x="-0.129883" y="-3" width="28" height="28" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
10
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
11
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
12
+ <feOffset dx="1" dy="-1"/>
13
+ <feGaussianBlur stdDeviation="1"/>
14
+ <feColorMatrix type="matrix" values="0 0 0 0 0.141176 0 0 0 0 0.0745098 0 0 0 0 0.196078 0 0 0 0.1 0"/>
15
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_5151_106068"/>
16
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_5151_106068" result="shape"/>
17
+ </filter>
18
+ <linearGradient id="paint0_linear_5151_106068" x1="2.59783" y1="2.34599" x2="24.8701" y2="24" gradientUnits="userSpaceOnUse">
19
+ <stop offset="1" stop-color="#2A6F09"/>
20
+ <stop stop-color="#44B002"/>
21
+ </linearGradient>
22
+ <clipPath id="clip0_5151_106068">
23
+ <rect width="24" height="24" fill="currentColor" transform="translate(0.870117)"/>
24
+ </clipPath>
25
+ </defs>
26
+ </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="M6.10873 11.1962C6.14603 11.2244 6.19148 11.2396 6.23821 11.2396C6.27942 11.2395 6.31977 11.2278 6.3546 11.2057L11.1213 8.17235C11.1521 8.15278 11.1774 8.12577 11.195 8.09381C11.2125 8.06185 11.2217 8.02599 11.2217 7.98953C11.2217 7.95307 11.2125 7.9172 11.195 7.88524C11.1774 7.85328 11.1521 7.82627 11.1213 7.8067L6.3546 4.77334C6.31747 4.74972 6.27403 4.73795 6.23006 4.73959C6.18608 4.74124 6.14364 4.75622 6.10838 4.78255C6.07312 4.80888 6.0467 4.84531 6.03263 4.88701C6.01856 4.9287 6.0175 4.97369 6.0296 5.016L6.87955 7.98953L6.02977 10.9632C6.01775 11.0055 6.01887 11.0504 6.03297 11.092C6.04707 11.1336 6.07349 11.17 6.10873 11.1962Z" fill="#10B660"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.8751 9.40825C15.7855 9.90928 15.2659 10.1853 14.7785 10.0387C14.2911 9.89211 14.0222 9.378 14.0945 8.87419C14.2422 7.84415 14.1271 6.7881 13.7528 5.80646C13.2685 4.53625 12.3774 3.46205 11.2185 2.7514C10.0596 2.04076 8.69815 1.73365 7.34641 1.87796C5.99468 2.02227 4.72871 2.60989 3.74598 3.54917C2.76324 4.48845 2.11901 5.72657 1.91375 7.0704C1.7085 8.41423 1.95377 9.78821 2.61131 10.978C3.26885 12.1678 4.30169 13.1066 5.54871 13.6478C6.51243 14.0661 7.5622 14.2288 8.59786 14.1277C9.10443 14.0783 9.60586 14.3701 9.73028 14.8637C9.85469 15.3572 9.55547 15.8638 9.05091 15.9307C7.61706 16.1207 6.15221 15.919 4.81487 15.3386C3.19453 14.6353 1.8525 13.4155 0.998111 11.8695C0.143724 10.3235 -0.174975 8.53824 0.091725 6.79211C0.358425 5.04598 1.19553 3.43721 2.47246 2.21674C3.74939 0.996269 5.39435 0.232729 7.15075 0.0452152C8.90715 -0.142298 10.6762 0.25676 12.182 1.18014C13.6878 2.10353 14.8457 3.49931 15.475 5.14979C15.9944 6.51198 16.1297 7.98445 15.8751 9.40825ZM14.3475 10.7439C14.3475 10.6747 14.3455 10.6238 14.3414 10.5912C13.926 10.583 13.6429 10.5729 13.4922 10.5606C13.3863 11.1064 13.0217 11.9882 12.3986 13.2061C11.645 11.8172 11.2337 10.9354 11.1644 10.5606C10.9934 10.5729 10.7408 10.583 10.4068 10.5912C10.4028 10.6238 10.4007 10.6747 10.4007 10.7439C10.4007 10.8132 10.4068 10.8763 10.4191 10.9333L10.6451 10.9516C10.6573 11.1227 10.6634 11.306 10.6634 11.5015C10.6634 12.5157 10.6207 13.3934 10.5351 14.1347L10.3213 14.1531C10.3132 14.2264 10.3091 14.2875 10.3091 14.3363C10.3091 14.3812 10.3152 14.4341 10.3274 14.4952C10.4537 14.4911 10.6023 14.4891 10.7734 14.4891C10.9445 14.4891 11.0952 14.4911 11.2255 14.4952C11.2377 14.426 11.2439 14.3689 11.2439 14.3241C11.2439 14.2753 11.2398 14.2182 11.2316 14.1531L11.0056 14.1347C10.9974 13.8985 10.9934 13.5808 10.9934 13.1816C10.9934 12.7784 11.0097 12.2876 11.0422 11.7092C11.0911 11.7988 11.2459 12.088 11.5066 12.5768C11.7713 13.0615 11.975 13.4749 12.1175 13.817C12.1501 13.8211 12.2112 13.8231 12.3008 13.8231C12.3945 13.8231 12.4821 13.8069 12.5635 13.7743C12.6979 13.4321 12.9464 12.9006 13.3089 12.1797C13.4718 11.8498 13.5736 11.642 13.6144 11.5565C13.651 12.2285 13.6694 12.754 13.6694 13.1328C13.6694 13.5075 13.6653 13.8415 13.6571 14.1347L13.4555 14.1531C13.4474 14.2264 13.4433 14.2875 13.4433 14.3363C13.4433 14.3812 13.4494 14.4341 13.4616 14.4952C13.6001 14.4911 13.763 14.4891 13.9504 14.4891C14.1378 14.4891 14.3027 14.4911 14.4453 14.4952C14.4575 14.426 14.4636 14.3689 14.4636 14.3241C14.4636 14.2753 14.4595 14.2182 14.4514 14.1531L14.2253 14.1347C14.1357 13.3486 14.0909 12.4566 14.0909 11.4587C14.0909 11.2347 14.0929 11.0657 14.097 10.9516L14.3292 10.9333C14.3414 10.8763 14.3475 10.8132 14.3475 10.7439Z" 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="M6.10873 11.1962C6.14603 11.2244 6.19148 11.2396 6.23821 11.2396C6.27942 11.2395 6.31977 11.2278 6.3546 11.2057L11.1213 8.17235C11.1521 8.15278 11.1774 8.12577 11.195 8.09381C11.2125 8.06185 11.2217 8.02599 11.2217 7.98953C11.2217 7.95307 11.2125 7.9172 11.195 7.88524C11.1774 7.85328 11.1521 7.82627 11.1213 7.8067L6.3546 4.77334C6.31747 4.74972 6.27403 4.73795 6.23006 4.73959C6.18608 4.74124 6.14364 4.75622 6.10838 4.78255C6.07312 4.80888 6.0467 4.84531 6.03263 4.88701C6.01856 4.9287 6.0175 4.97369 6.0296 5.016L6.87955 7.98953L6.02977 10.9632C6.01775 11.0055 6.01887 11.0504 6.03297 11.092C6.04707 11.1336 6.07349 11.17 6.10873 11.1962Z" fill="#10B660"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.8751 9.40825C15.7855 9.90928 15.2659 10.1853 14.7785 10.0387C14.2911 9.89211 14.0222 9.378 14.0945 8.87419C14.2422 7.84415 14.1271 6.7881 13.7528 5.80646C13.2685 4.53625 12.3774 3.46205 11.2185 2.7514C10.0596 2.04076 8.69815 1.73365 7.34641 1.87796C5.99468 2.02227 4.72871 2.60989 3.74598 3.54917C2.76324 4.48845 2.11901 5.72657 1.91375 7.0704C1.7085 8.41423 1.95377 9.78821 2.61131 10.978C3.26885 12.1678 4.30169 13.1066 5.54871 13.6478C6.51243 14.0661 7.5622 14.2288 8.59786 14.1277C9.10443 14.0783 9.60586 14.3701 9.73028 14.8637C9.85469 15.3572 9.55547 15.8638 9.05091 15.9307C7.61706 16.1207 6.15221 15.919 4.81487 15.3386C3.19453 14.6353 1.8525 13.4155 0.998111 11.8695C0.143724 10.3235 -0.174975 8.53824 0.091725 6.79211C0.358425 5.04598 1.19553 3.43721 2.47246 2.21674C3.74939 0.996269 5.39435 0.232729 7.15075 0.0452152C8.90715 -0.142298 10.6762 0.25676 12.182 1.18014C13.6878 2.10353 14.8457 3.49931 15.475 5.14979C15.9944 6.51198 16.1297 7.98445 15.8751 9.40825ZM14.3475 10.7439C14.3475 10.6747 14.3455 10.6238 14.3414 10.5912C13.926 10.583 13.6429 10.5729 13.4922 10.5606C13.3863 11.1064 13.0217 11.9882 12.3986 13.2061C11.645 11.8172 11.2337 10.9354 11.1644 10.5606C10.9934 10.5729 10.7408 10.583 10.4068 10.5912C10.4028 10.6238 10.4007 10.6747 10.4007 10.7439C10.4007 10.8132 10.4068 10.8763 10.4191 10.9333L10.6451 10.9516C10.6573 11.1227 10.6634 11.306 10.6634 11.5015C10.6634 12.5157 10.6207 13.3934 10.5351 14.1347L10.3213 14.1531C10.3132 14.2264 10.3091 14.2875 10.3091 14.3363C10.3091 14.3812 10.3152 14.4341 10.3274 14.4952C10.4537 14.4911 10.6023 14.4891 10.7734 14.4891C10.9445 14.4891 11.0952 14.4911 11.2255 14.4952C11.2377 14.426 11.2439 14.3689 11.2439 14.3241C11.2439 14.2753 11.2398 14.2182 11.2316 14.1531L11.0056 14.1347C10.9974 13.8985 10.9934 13.5808 10.9934 13.1816C10.9934 12.7784 11.0097 12.2876 11.0422 11.7092C11.0911 11.7988 11.2459 12.088 11.5066 12.5768C11.7713 13.0615 11.975 13.4749 12.1175 13.817C12.1501 13.8211 12.2112 13.8231 12.3008 13.8231C12.3945 13.8231 12.4821 13.8069 12.5635 13.7743C12.6979 13.4321 12.9464 12.9006 13.3089 12.1797C13.4718 11.8498 13.5736 11.642 13.6144 11.5565C13.651 12.2285 13.6694 12.754 13.6694 13.1328C13.6694 13.5075 13.6653 13.8415 13.6571 14.1347L13.4555 14.1531C13.4474 14.2264 13.4433 14.2875 13.4433 14.3363C13.4433 14.3812 13.4494 14.4341 13.4616 14.4952C13.6001 14.4911 13.763 14.4891 13.9504 14.4891C14.1378 14.4891 14.3027 14.4911 14.4453 14.4952C14.4575 14.426 14.4636 14.3689 14.4636 14.3241C14.4636 14.2753 14.4595 14.2182 14.4514 14.1531L14.2253 14.1347C14.1357 13.3486 14.0909 12.4566 14.0909 11.4587C14.0909 11.2347 14.0929 11.0657 14.097 10.9516L14.3292 10.9333C14.3414 10.8763 14.3475 10.8132 14.3475 10.7439Z" fill="currentColor"/>
4
+ </svg>