pixel-react 1.6.8 → 1.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (869) hide show
  1. package/.prettierrc.js +13 -13
  2. package/.storybook/main.ts +26 -26
  3. package/.storybook/preview-head.html +2 -2
  4. package/.storybook/preview.ts +26 -26
  5. package/.yarnrc.yml +1 -1
  6. package/README.md +75 -75
  7. package/index.scss +4 -4
  8. package/lib/components/AddVariables/types.d.ts +67 -3
  9. package/lib/components/CreateVariable/types.d.ts +2 -2
  10. package/lib/components/InputWithDropdown/InputWithDropdown.d.ts +1 -1
  11. package/lib/components/Modal/types.d.ts +1 -1
  12. package/lib/components/PopUpModal/types.d.ts +2 -1
  13. package/lib/index.css +1 -0
  14. package/lib/index.d.ts +73 -8
  15. package/lib/index.esm.css +1 -0
  16. package/lib/index.esm.js +54 -33
  17. package/lib/index.esm.js.map +1 -1
  18. package/lib/index.js +54 -33
  19. package/lib/index.js.map +1 -1
  20. package/package.json +81 -81
  21. package/rollup.config.mjs +67 -67
  22. package/src/StyleGuide/ColorPalette/ColorPalette.scss +62 -62
  23. package/src/StyleGuide/ColorPalette/ColorPalette.stories.tsx +16 -16
  24. package/src/StyleGuide/ColorPalette/ColorPalette.tsx +67 -67
  25. package/src/StyleGuide/ColorPalette/colorPaletteList.ts +294 -294
  26. package/src/StyleGuide/ColorPalette/index.ts +1 -1
  27. package/src/StyleGuide/ColorPalette/types.ts +19 -19
  28. package/src/StyleGuide/Typography/Typography.scss +99 -99
  29. package/src/StyleGuide/Typography/Typography.stories.tsx +16 -16
  30. package/src/StyleGuide/Typography/Typography.tsx +60 -60
  31. package/src/StyleGuide/Typography/TypographyList.ts +3 -3
  32. package/src/StyleGuide/Typography/types.ts +9 -9
  33. package/src/assets/Themes/BaseTheme.scss +281 -281
  34. package/src/assets/Themes/DarkTheme.scss +288 -288
  35. package/src/assets/Themes/Theme.scss +16 -16
  36. package/src/assets/icons/Arrow.svg +4 -4
  37. package/src/assets/icons/Header_preset.svg +18 -18
  38. package/src/assets/icons/accordion_header_icon.svg +10 -10
  39. package/src/assets/icons/active_license_icon.svg +3 -3
  40. package/src/assets/icons/add_archive.svg +9 -9
  41. package/src/assets/icons/add_label_icon.svg +3 -3
  42. package/src/assets/icons/add_locator.svg +4 -4
  43. package/src/assets/icons/add_testcase.svg +3 -3
  44. package/src/assets/icons/add_user.svg +9 -9
  45. package/src/assets/icons/add_variable.svg +11 -11
  46. package/src/assets/icons/add_variable_icon.svg +4 -4
  47. package/src/assets/icons/alert.svg +17 -17
  48. package/src/assets/icons/all_borders.svg +3 -3
  49. package/src/assets/icons/all_projects.svg +3 -3
  50. package/src/assets/icons/android.svg +9 -9
  51. package/src/assets/icons/android_icon.svg +6 -6
  52. package/src/assets/icons/apk_file_type.svg +4 -4
  53. package/src/assets/icons/app_switch.svg +11 -11
  54. package/src/assets/icons/arrow_down.svg +3 -3
  55. package/src/assets/icons/arrow_right.svg +4 -4
  56. package/src/assets/icons/arrow_up.svg +3 -3
  57. package/src/assets/icons/arrows_down_icon.svg +3 -3
  58. package/src/assets/icons/arrows_right_icon.svg +10 -10
  59. package/src/assets/icons/arrows_top_icon.svg +3 -3
  60. package/src/assets/icons/attachment_icon.svg +3 -3
  61. package/src/assets/icons/authorization_icon.svg +4 -4
  62. package/src/assets/icons/automation_testcase.svg +4 -4
  63. package/src/assets/icons/back_icon.svg +3 -3
  64. package/src/assets/icons/backward.svg +10 -10
  65. package/src/assets/icons/backward_icon.svg +3 -3
  66. package/src/assets/icons/beautify_icon.svg +3 -3
  67. package/src/assets/icons/bold.svg +3 -3
  68. package/src/assets/icons/border_bottom.svg +3 -3
  69. package/src/assets/icons/border_left.svg +3 -3
  70. package/src/assets/icons/border_right.svg +3 -3
  71. package/src/assets/icons/border_top.svg +3 -3
  72. package/src/assets/icons/browser_stack.svg +9 -9
  73. package/src/assets/icons/browserstack_icon.svg +24 -24
  74. package/src/assets/icons/calendar_icon.svg +9 -9
  75. package/src/assets/icons/capture_icon.svg +2 -2
  76. package/src/assets/icons/check_mark.svg +3 -3
  77. package/src/assets/icons/chrome.svg +12 -12
  78. package/src/assets/icons/client_profile.svg +4 -4
  79. package/src/assets/icons/clock_icon.svg +11 -11
  80. package/src/assets/icons/clone_icon.svg +3 -3
  81. package/src/assets/icons/close_pill.svg +3 -3
  82. package/src/assets/icons/cloud_server_host_icon.svg +3 -3
  83. package/src/assets/icons/collapse-icon.svg +6 -6
  84. package/src/assets/icons/compressed_file_type.svg +4 -4
  85. package/src/assets/icons/continue_without_sign.svg +3 -3
  86. package/src/assets/icons/copy-icon.svg +3 -3
  87. package/src/assets/icons/csv_file_type.svg +4 -4
  88. package/src/assets/icons/dashboard_icon.svg +31 -31
  89. package/src/assets/icons/dashboard_mobile_icon.svg +47 -47
  90. package/src/assets/icons/dashboard_web_icon.svg +9 -9
  91. package/src/assets/icons/data_provider.svg +8 -8
  92. package/src/assets/icons/dataset_list.svg +3 -3
  93. package/src/assets/icons/delete.svg +3 -3
  94. package/src/assets/icons/delete_info.svg +17 -17
  95. package/src/assets/icons/details.svg +3 -3
  96. package/src/assets/icons/double_underline.svg +5 -5
  97. package/src/assets/icons/download-icon.svg +3 -3
  98. package/src/assets/icons/download_file_icon.svg +3 -3
  99. package/src/assets/icons/download_icon.svg +4 -4
  100. package/src/assets/icons/drag_icon.svg +4 -4
  101. package/src/assets/icons/drawer_maximize.svg +6 -6
  102. package/src/assets/icons/dropzone_icon.svg +18 -18
  103. package/src/assets/icons/edge.svg +30 -30
  104. package/src/assets/icons/edit_icon.svg +5 -5
  105. package/src/assets/icons/error.svg +17 -17
  106. package/src/assets/icons/excel_corner_menu.svg +3 -3
  107. package/src/assets/icons/executions_icon.svg +3 -3
  108. package/src/assets/icons/expand-icon.svg +6 -6
  109. package/src/assets/icons/export.svg +4 -4
  110. package/src/assets/icons/export_collection_icon.svg +13 -13
  111. package/src/assets/icons/eye_closed.svg +3 -3
  112. package/src/assets/icons/eye_open_icon.svg +3 -3
  113. package/src/assets/icons/failed_status_icon.svg +12 -12
  114. package/src/assets/icons/file.svg +11 -11
  115. package/src/assets/icons/fill_color.svg +7 -7
  116. package/src/assets/icons/filter.svg +4 -4
  117. package/src/assets/icons/fire_fox.svg +106 -106
  118. package/src/assets/icons/fireflink_finder_logo.svg +7 -7
  119. package/src/assets/icons/fireflink_icon.svg +4 -4
  120. package/src/assets/icons/fireflink_logo.svg +13 -13
  121. package/src/assets/icons/fireflink_platform.svg +4 -4
  122. package/src/assets/icons/firefox.svg +84 -84
  123. package/src/assets/icons/flaky_status_icon.svg +12 -12
  124. package/src/assets/icons/formate_painter.svg +5 -5
  125. package/src/assets/icons/formula_icon.svg +3 -3
  126. package/src/assets/icons/forward.svg +3 -3
  127. package/src/assets/icons/forward_icon.svg +3 -3
  128. package/src/assets/icons/full_access_icon.svg +4 -4
  129. package/src/assets/icons/gif_file_type.svg +4 -4
  130. package/src/assets/icons/global_variable_icon.svg +4 -4
  131. package/src/assets/icons/hamburger_menu.svg +3 -3
  132. package/src/assets/icons/hide_access_icon.svg +3 -3
  133. package/src/assets/icons/hide_icon.svg +9 -9
  134. package/src/assets/icons/history_icon.svg +19 -19
  135. package/src/assets/icons/html_file_type.svg +4 -4
  136. package/src/assets/icons/impactList.svg +6 -6
  137. package/src/assets/icons/import.svg +4 -4
  138. package/src/assets/icons/import_icon.svg +4 -0
  139. package/src/assets/icons/info.svg +17 -17
  140. package/src/assets/icons/info_icon.svg +5 -5
  141. package/src/assets/icons/info_user.svg +5 -5
  142. package/src/assets/icons/internet_explorer.svg +3 -3
  143. package/src/assets/icons/ipk_file_type.svg +4 -4
  144. package/src/assets/icons/italic.svg +3 -3
  145. package/src/assets/icons/jira.svg +3 -3
  146. package/src/assets/icons/jpg_file_type.svg +4 -4
  147. package/src/assets/icons/json_file_type.svg +4 -4
  148. package/src/assets/icons/label_icon.svg +8 -8
  149. package/src/assets/icons/label_plus.svg +3 -3
  150. package/src/assets/icons/lambda_icon.svg +3 -3
  151. package/src/assets/icons/left_arrow_icon.svg +3 -3
  152. package/src/assets/icons/license_expired.svg +20 -20
  153. package/src/assets/icons/license_info.svg +28 -28
  154. package/src/assets/icons/license_warning.svg +10 -10
  155. package/src/assets/icons/link_expired.svg +186 -186
  156. package/src/assets/icons/linked_defects.svg +11 -11
  157. package/src/assets/icons/linux.svg +42 -42
  158. package/src/assets/icons/local.svg +3 -3
  159. package/src/assets/icons/local_variable_icon.svg +4 -4
  160. package/src/assets/icons/logo.svg +17 -17
  161. package/src/assets/icons/mac.svg +9 -9
  162. package/src/assets/icons/machine_disable_icon.svg +18 -18
  163. package/src/assets/icons/machine_enable_icon.svg +10 -10
  164. package/src/assets/icons/manage_apps.svg +3 -3
  165. package/src/assets/icons/manual_locator.svg +7 -7
  166. package/src/assets/icons/manual_testcase.svg +3 -3
  167. package/src/assets/icons/maximize_icon.svg +5 -5
  168. package/src/assets/icons/maximize_script.svg +12 -12
  169. package/src/assets/icons/maximize_tree.svg +3 -3
  170. package/src/assets/icons/minimize_script.svg +5 -5
  171. package/src/assets/icons/mobile_icon.svg +3 -3
  172. package/src/assets/icons/moon_stars.svg +10 -10
  173. package/src/assets/icons/more.svg +10 -10
  174. package/src/assets/icons/move_icon.svg +5 -5
  175. package/src/assets/icons/ms_dynamic.svg +4 -4
  176. package/src/assets/icons/ms_dynamic_icon.svg +15 -15
  177. package/src/assets/icons/nlp_help_icon.svg +3 -3
  178. package/src/assets/icons/no_access_icon.svg +4 -4
  179. package/src/assets/icons/no_border.svg +3 -3
  180. package/src/assets/icons/no_data.svg +13 -13
  181. package/src/assets/icons/no_license_found.svg +22 -22
  182. package/src/assets/icons/notification_icon.svg +3 -3
  183. package/src/assets/icons/opera.svg +9 -9
  184. package/src/assets/icons/passed_status_icon.svg +12 -12
  185. package/src/assets/icons/pdf_file_type.svg +4 -4
  186. package/src/assets/icons/plus_icon.svg +11 -11
  187. package/src/assets/icons/plus_user_icon.svg +3 -3
  188. package/src/assets/icons/png_file_type.svg +4 -4
  189. package/src/assets/icons/project_env_variable_icon.svg +4 -4
  190. package/src/assets/icons/project_status_icon.svg +10 -10
  191. package/src/assets/icons/quick_run_setting_icon.svg +5 -5
  192. package/src/assets/icons/refresh-icon.svg +4 -4
  193. package/src/assets/icons/refresh_icon.svg +4 -4
  194. package/src/assets/icons/reload.svg +3 -3
  195. package/src/assets/icons/remove.svg +11 -11
  196. package/src/assets/icons/remove_user.svg +3 -3
  197. package/src/assets/icons/replace.svg +11 -11
  198. package/src/assets/icons/replace_file.svg +13 -13
  199. package/src/assets/icons/replace_icon.svg +6 -6
  200. package/src/assets/icons/reset-link.svg +52 -52
  201. package/src/assets/icons/right_arrow_icon.svg +4 -4
  202. package/src/assets/icons/rotate_icon.svg +10 -10
  203. package/src/assets/icons/run_automation_scripts_icon.svg +33 -33
  204. package/src/assets/icons/run_icon.svg +26 -26
  205. package/src/assets/icons/run_manual_testcase_icon.svg +4 -4
  206. package/src/assets/icons/safari.svg +93 -93
  207. package/src/assets/icons/safari_icon.svg +12 -12
  208. package/src/assets/icons/sales_force.svg +7 -7
  209. package/src/assets/icons/salesforce_icon.svg +14 -14
  210. package/src/assets/icons/sample_template_first.svg +29 -29
  211. package/src/assets/icons/sample_template_second.svg +47 -47
  212. package/src/assets/icons/sause_lab.svg +3 -3
  213. package/src/assets/icons/save_as_step.svg +3 -3
  214. package/src/assets/icons/search.svg +3 -3
  215. package/src/assets/icons/send_step.svg +4 -4
  216. package/src/assets/icons/skipped_status_icon.svg +12 -12
  217. package/src/assets/icons/standard_template.svg +30 -30
  218. package/src/assets/icons/strike_through.svg +3 -3
  219. package/src/assets/icons/success.svg +17 -17
  220. package/src/assets/icons/suites_icon.svg +3 -3
  221. package/src/assets/icons/sun_icon.svg +10 -10
  222. package/src/assets/icons/swipe_icon.svg +9 -9
  223. package/src/assets/icons/switch_license_icon.svg +123 -123
  224. package/src/assets/icons/system_warning.svg +61 -61
  225. package/src/assets/icons/tap_icon.svg +3 -3
  226. package/src/assets/icons/text_align_center.svg +3 -3
  227. package/src/assets/icons/text_align_left.svg +3 -3
  228. package/src/assets/icons/text_align_right.svg +3 -3
  229. package/src/assets/icons/text_color.svg +3 -3
  230. package/src/assets/icons/tick_icon.svg +4 -4
  231. package/src/assets/icons/toast_close.svg +3 -3
  232. package/src/assets/icons/txt_file_type.svg +4 -4
  233. package/src/assets/icons/underline.svg +4 -4
  234. package/src/assets/icons/update_icon.svg +3 -3
  235. package/src/assets/icons/user_password_lock.svg +220 -220
  236. package/src/assets/icons/user_profile.svg +3 -3
  237. package/src/assets/icons/user_warning.svg +235 -235
  238. package/src/assets/icons/user_with_system.svg +637 -637
  239. package/src/assets/icons/variable_icon.svg +4 -4
  240. package/src/assets/icons/vertical_separator.svg +3 -3
  241. package/src/assets/icons/view_access_icon.svg +4 -4
  242. package/src/assets/icons/view_icon.svg +3 -3
  243. package/src/assets/icons/warning.svg +17 -17
  244. package/src/assets/icons/warning_status_icon.svg +12 -12
  245. package/src/assets/icons/web&mobile_icon.svg +3 -3
  246. package/src/assets/icons/web_icon.svg +3 -3
  247. package/src/assets/icons/web_mobile_icon.svg +29 -29
  248. package/src/assets/icons/web_services_icon.svg +30 -30
  249. package/src/assets/icons/window_maximize.svg +3 -3
  250. package/src/assets/icons/window_minimize.svg +3 -3
  251. package/src/assets/icons/window_restore.svg +4 -4
  252. package/src/assets/icons/windows.svg +10 -10
  253. package/src/assets/icons/wrong_mark.svg +3 -3
  254. package/src/assets/icons/wswb_delete_icon.svg +3 -3
  255. package/src/assets/icons/wswb_plus_icon.svg +4 -4
  256. package/src/assets/icons/xls_file_type.svg +4 -4
  257. package/src/assets/icons/xlsx_file_type.svg +4 -4
  258. package/src/assets/icons/xml_file_type.svg +4 -4
  259. package/src/assets/styles/_colors.scss +151 -151
  260. package/src/assets/styles/_fonts.scss +45 -45
  261. package/src/assets/styles/_mixins.scss +21 -21
  262. package/src/assets/utils/functionUtils.ts +96 -96
  263. package/src/components/Accordion/Accordion.scss +46 -46
  264. package/src/components/Accordion/Accordion.stories.tsx +35 -35
  265. package/src/components/Accordion/Accordion.tsx +68 -68
  266. package/src/components/Accordion/index.ts +1 -1
  267. package/src/components/Accordion/types.ts +40 -40
  268. package/src/components/AddResourceButton/AddButton.scss +36 -36
  269. package/src/components/AddResourceButton/AddButton.stories.tsx +126 -126
  270. package/src/components/AddResourceButton/AddButton.tsx +121 -121
  271. package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.scss +161 -161
  272. package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.tsx +38 -38
  273. package/src/components/AddResourceButton/index.ts +1 -1
  274. package/src/components/AddResourceButton/type.ts +92 -92
  275. package/src/components/AddVariables/AddVariables.scss +14 -14
  276. package/src/components/AddVariables/AddVariables.stories.tsx +82 -44
  277. package/src/components/AddVariables/AddVariables.tsx +129 -113
  278. package/src/components/AddVariables/index.ts +1 -1
  279. package/src/components/AddVariables/types.ts +103 -36
  280. package/src/components/AllProjectsDropdown/AllProjectsDropdown.scss +189 -189
  281. package/src/components/AllProjectsDropdown/AllProjectsDropdown.stories.tsx +117 -117
  282. package/src/components/AllProjectsDropdown/AllProjectsDropdown.tsx +152 -152
  283. package/src/components/AllProjectsDropdown/types.ts +12 -12
  284. package/src/components/AppHeader/AppHeader.scss +214 -214
  285. package/src/components/AppHeader/AppHeader.stories.tsx +553 -553
  286. package/src/components/AppHeader/AppHeader.tsx +197 -197
  287. package/src/components/AppHeader/index.ts +1 -1
  288. package/src/components/AppHeader/types.ts +54 -54
  289. package/src/components/AttachImage/AttachImage.scss +76 -76
  290. package/src/components/AttachImage/AttachImage.stories.tsx +24 -24
  291. package/src/components/AttachImage/AttachImage.tsx +60 -60
  292. package/src/components/AttachImage/index.ts +2 -2
  293. package/src/components/AttachImage/types.ts +26 -26
  294. package/src/components/AttachmentButton/AttachmentButton.scss +9 -9
  295. package/src/components/AttachmentButton/AttachmentButton.stories.tsx +81 -81
  296. package/src/components/AttachmentButton/AttachmentButton.tsx +129 -129
  297. package/src/components/AttachmentButton/types.ts +13 -13
  298. package/src/components/Avatar/Avatar.scss +27 -27
  299. package/src/components/Avatar/Avatar.stories.tsx +76 -76
  300. package/src/components/Avatar/Avatar.tsx +41 -41
  301. package/src/components/Avatar/types.ts +35 -35
  302. package/src/components/Button/Button.scss +155 -155
  303. package/src/components/Button/Button.stories.tsx +81 -81
  304. package/src/components/Button/Button.tsx +73 -73
  305. package/src/components/Button/index.ts +1 -1
  306. package/src/components/Button/types.ts +69 -69
  307. package/src/components/Charts/BarChart/BarChart.scss +69 -69
  308. package/src/components/Charts/BarChart/BarChart.stories.tsx +67 -67
  309. package/src/components/Charts/BarChart/BarChart.tsx +342 -342
  310. package/src/components/Charts/BarChart/types.ts +12 -12
  311. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.scss +164 -164
  312. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.tsx +55 -55
  313. package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.tsx +531 -531
  314. package/src/components/Charts/DashboardDonutChart/types.ts +58 -58
  315. package/src/components/Charts/DonutChart/DonutChart.scss +76 -76
  316. package/src/components/Charts/DonutChart/DonutChart.stories.tsx +30 -30
  317. package/src/components/Charts/DonutChart/DonutChart.tsx +246 -246
  318. package/src/components/Charts/DonutChart/index.ts +1 -1
  319. package/src/components/Charts/DonutChart/type.ts +23 -23
  320. package/src/components/Charts/IconRadialChart/IconRadialChart.scss +25 -25
  321. package/src/components/Charts/IconRadialChart/IconRadialChart.stories.tsx +51 -51
  322. package/src/components/Charts/IconRadialChart/IconRadialChart.tsx +173 -173
  323. package/src/components/Charts/IconRadialChart/types.ts +28 -28
  324. package/src/components/Charts/LineChart/LineChart.scss +92 -92
  325. package/src/components/Charts/LineChart/LineChart.stories.tsx +255 -255
  326. package/src/components/Charts/LineChart/LineChart.tsx +286 -286
  327. package/src/components/Charts/LineChart/index.ts +1 -1
  328. package/src/components/Charts/LineChart/types.ts +29 -29
  329. package/src/components/Charts/MultiRadialChart/MultiRadialChart.scss +86 -86
  330. package/src/components/Charts/MultiRadialChart/MultiRadialChart.stories.tsx +116 -116
  331. package/src/components/Charts/MultiRadialChart/MultiRadialChart.tsx +292 -292
  332. package/src/components/Charts/MultiRadialChart/index.ts +1 -1
  333. package/src/components/Charts/MultiRadialChart/types.ts +25 -25
  334. package/src/components/Charts/PieChart/PieChart.scss +41 -41
  335. package/src/components/Charts/PieChart/PieChart.stories.tsx +46 -46
  336. package/src/components/Charts/PieChart/PieChart.tsx +192 -192
  337. package/src/components/Charts/PieChart/index.ts +1 -1
  338. package/src/components/Charts/PieChart/types.ts +28 -28
  339. package/src/components/Charts/RadialChart/RadialChart.scss +16 -16
  340. package/src/components/Charts/RadialChart/RadialChart.stories.tsx +36 -36
  341. package/src/components/Charts/RadialChart/RadialChart.tsx +180 -180
  342. package/src/components/Charts/RadialChart/index.ts +1 -1
  343. package/src/components/Charts/RadialChart/types.ts +32 -32
  344. package/src/components/Checkbox/Checkbox.scss +146 -146
  345. package/src/components/Checkbox/Checkbox.stories.tsx +123 -123
  346. package/src/components/Checkbox/Checkbox.tsx +58 -58
  347. package/src/components/Checkbox/types.ts +34 -34
  348. package/src/components/Chip/Chip.scss +85 -85
  349. package/src/components/Chip/Chip.stories.tsx +116 -116
  350. package/src/components/Chip/Chip.tsx +35 -35
  351. package/src/components/Chip/index.ts +1 -1
  352. package/src/components/Chip/types.ts +19 -19
  353. package/src/components/Comment/Comments.scss +166 -166
  354. package/src/components/Comment/Comments.stories.tsx +212 -212
  355. package/src/components/Comment/Comments.tsx +51 -51
  356. package/src/components/Comment/comment/Comment.tsx +206 -206
  357. package/src/components/Comment/comment/useNode.ts +51 -51
  358. package/src/components/Comment/index.ts +1 -1
  359. package/src/components/Comment/type.ts +36 -36
  360. package/src/components/ConnectingBranch/BranchComponents/MachineInstances.tsx +128 -128
  361. package/src/components/ConnectingBranch/ConnectingBranch.scss +233 -233
  362. package/src/components/ConnectingBranch/ConnectingBranch.stories.tsx +21 -21
  363. package/src/components/ConnectingBranch/ConnectingBranch.tsx +182 -182
  364. package/src/components/ConnectingBranch/data.ts +137 -137
  365. package/src/components/ConnectingBranch/index.ts +1 -1
  366. package/src/components/ConnectingBranch/types.ts +21 -21
  367. package/src/components/CreateVariable/CreateVariableSlider.scss +18 -18
  368. package/src/components/CreateVariable/CreateVariableSlider.stories.tsx +66 -66
  369. package/src/components/CreateVariable/CreateVariableSlider.tsx +95 -95
  370. package/src/components/CreateVariable/index.ts +1 -1
  371. package/src/components/CreateVariable/types.ts +58 -58
  372. package/src/components/DatePicker/DatePicker.scss +413 -413
  373. package/src/components/DatePicker/DatePicker.stories.tsx +193 -193
  374. package/src/components/DatePicker/DatePicker.tsx +502 -502
  375. package/src/components/DatePicker/Timepicker.tsx +372 -372
  376. package/src/components/DatePicker/types.ts +105 -105
  377. package/src/components/DownloadClient/DownloadClient.scss +80 -80
  378. package/src/components/DownloadClient/DownloadClient.stories.tsx +26 -26
  379. package/src/components/DownloadClient/DownloadClient.tsx +81 -81
  380. package/src/components/DownloadClient/type.ts +40 -40
  381. package/src/components/DragAndDrop/DragAndDrop.d.ts +5 -5
  382. package/src/components/DragAndDrop/DragAndDrop.stories.tsx +25 -25
  383. package/src/components/DragAndDrop/DragAndDrop.ts +7 -7
  384. package/src/components/DragAndDrop/DragAndDropList.scss +69 -69
  385. package/src/components/DragAndDrop/DragAndDropList.tsx +151 -151
  386. package/src/components/Drawer/Drawer.scss +139 -139
  387. package/src/components/Drawer/Drawer.stories.tsx +155 -155
  388. package/src/components/Drawer/Drawer.tsx +232 -232
  389. package/src/components/Drawer/Types.ts +157 -157
  390. package/src/components/EditTextField/EditTextField.scss +97 -97
  391. package/src/components/EditTextField/EditTextField.stories.tsx +127 -127
  392. package/src/components/EditTextField/EditTextField.tsx +181 -181
  393. package/src/components/EditTextField/index.ts +1 -1
  394. package/src/components/EditTextField/types.ts +55 -55
  395. package/src/components/Editor/Editor.scss +56 -56
  396. package/src/components/Editor/Editor.stories.tsx +54 -54
  397. package/src/components/Editor/Editor.tsx +250 -250
  398. package/src/components/Editor/VariableDropdown.scss +27 -27
  399. package/src/components/Editor/VariableDropdown.tsx +57 -57
  400. package/src/components/Editor/constants.ts +180 -180
  401. package/src/components/Editor/types.ts +89 -89
  402. package/src/components/Excel/ColorBarSelector/ColorBarSelector.scss +15 -15
  403. package/src/components/Excel/ColorBarSelector/ColorBarSelector.tsx +43 -43
  404. package/src/components/Excel/ExcelContextMenu/ExcelContextMenu.scss +27 -27
  405. package/src/components/Excel/ExcelContextMenu/ExcelContextMenu.tsx +42 -42
  406. package/src/components/Excel/ExcelFile/ExcelFile.scss +68 -68
  407. package/src/components/Excel/ExcelFile/ExcelFile.tsx +491 -491
  408. package/src/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.tsx +131 -131
  409. package/src/components/Excel/ExcelFile/ExcelFileComponents/Cell.tsx +238 -238
  410. package/src/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.tsx +168 -168
  411. package/src/components/Excel/ExcelFile/ExcelFileComponents/Copied.tsx +25 -25
  412. package/src/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.tsx +56 -56
  413. package/src/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.tsx +37 -37
  414. package/src/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.tsx +85 -85
  415. package/src/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.tsx +31 -31
  416. package/src/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.tsx +5 -5
  417. package/src/components/Excel/ExcelFile/ExcelFileComponents/Row.tsx +5 -5
  418. package/src/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.tsx +154 -154
  419. package/src/components/Excel/ExcelFile/ExcelFileComponents/Selected.tsx +32 -32
  420. package/src/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.scss +146 -146
  421. package/src/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.tsx +479 -479
  422. package/src/components/Excel/ExcelFile/ExcelFileComponents/Table.tsx +19 -19
  423. package/src/components/Excel/ExcelFile/ExcelFileComponents/actions.ts +548 -548
  424. package/src/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.ts +18 -18
  425. package/src/components/Excel/ExcelFile/ExcelFileComponents/context.ts +12 -12
  426. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.ts +153 -153
  427. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.ts +31 -31
  428. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/index.ts +2 -2
  429. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.ts +152 -152
  430. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.ts +10 -10
  431. package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.ts +69 -69
  432. package/src/components/Excel/ExcelFile/ExcelFileComponents/index.ts +49 -49
  433. package/src/components/Excel/ExcelFile/ExcelFileComponents/matrix.ts +382 -382
  434. package/src/components/Excel/ExcelFile/ExcelFileComponents/point-range.ts +82 -82
  435. package/src/components/Excel/ExcelFile/ExcelFileComponents/point.ts +15 -15
  436. package/src/components/Excel/ExcelFile/ExcelFileComponents/reducer.ts +673 -673
  437. package/src/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.ts +819 -819
  438. package/src/components/Excel/ExcelFile/ExcelFileComponents/selection.ts +257 -257
  439. package/src/components/Excel/ExcelFile/ExcelFileComponents/types.ts +255 -255
  440. package/src/components/Excel/ExcelFile/ExcelFileComponents/typings/fast-formula-parser.d.ts +58 -58
  441. package/src/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.ts +8 -8
  442. package/src/components/Excel/ExcelFile/ExcelFileComponents/use-selector.ts +9 -9
  443. package/src/components/Excel/ExcelFile/ExcelFileComponents/util.ts +172 -172
  444. package/src/components/Excel/ExcelFile.stories.tsx +167 -167
  445. package/src/components/Excel/ExcelToolBar/ExcelToolBar.scss +96 -96
  446. package/src/components/Excel/ExcelToolBar/ExcelToolBar.tsx +397 -397
  447. package/src/components/Excel/Types.ts +196 -196
  448. package/src/components/Excel/dataConversion.ts +173 -173
  449. package/src/components/Excel/index.ts +1 -1
  450. package/src/components/ExpandableMenu/ExpandableMenu.scss +110 -110
  451. package/src/components/ExpandableMenu/ExpandableMenu.stories.tsx +67 -67
  452. package/src/components/ExpandableMenu/ExpandableMenu.tsx +101 -101
  453. package/src/components/ExpandableMenu/index.ts +1 -1
  454. package/src/components/ExpandableMenu/types.ts +34 -34
  455. package/src/components/FF_Captcha/Recaptcha.scss +10 -10
  456. package/src/components/FF_Captcha/Recaptcha.tsx +40 -40
  457. package/src/components/FF_Captcha/captcha.stories.tsx +40 -40
  458. package/src/components/FF_Captcha/types.ts +22 -22
  459. package/src/components/FieldSet/FieldSet.scss +10 -10
  460. package/src/components/FieldSet/FieldSet.stories.tsx +104 -104
  461. package/src/components/FieldSet/FieldSet.tsx +29 -29
  462. package/src/components/FieldSet/index.ts +1 -1
  463. package/src/components/FieldSet/types.ts +8 -8
  464. package/src/components/FileDropzone/Dropzone.tsx +105 -105
  465. package/src/components/FileDropzone/FileDropzone.scss +162 -162
  466. package/src/components/FileDropzone/FileDropzone.stories.tsx +219 -219
  467. package/src/components/FileDropzone/FileDropzone.tsx +144 -144
  468. package/src/components/FileDropzone/FilePreview.tsx +77 -77
  469. package/src/components/FileDropzone/RadioFilePreview.tsx +76 -76
  470. package/src/components/FileDropzone/index.ts +1 -1
  471. package/src/components/FileDropzone/types.ts +198 -198
  472. package/src/components/Form/Form.d.ts +2 -2
  473. package/src/components/Form/Form.scss +158 -158
  474. package/src/components/Form/Form.stories.tsx +508 -508
  475. package/src/components/Form/Form.ts +2 -2
  476. package/src/components/Form/Forms.tsx +41 -41
  477. package/src/components/Form/validation.json +29 -29
  478. package/src/components/GridLayout/GridLayout.scss +69 -69
  479. package/src/components/GridLayout/GridLayout.stories.tsx +90 -90
  480. package/src/components/GridLayout/GridLayout.tsx +39 -39
  481. package/src/components/GridLayout/GridLayoutStory.scss +25 -25
  482. package/src/components/GridLayout/types.ts +84 -84
  483. package/src/components/HighlightText/HighlightText.scss +3 -3
  484. package/src/components/HighlightText/HighlightText.stories.tsx +22 -22
  485. package/src/components/HighlightText/HighlightText.tsx +33 -33
  486. package/src/components/HighlightText/index.ts +1 -1
  487. package/src/components/HighlightText/types.ts +4 -4
  488. package/src/components/Icon/Icon.stories.tsx +65 -65
  489. package/src/components/Icon/Icon.tsx +88 -88
  490. package/src/components/Icon/Icons.scss +50 -50
  491. package/src/components/Icon/iconList.ts +494 -491
  492. package/src/components/Icon/index.ts +1 -1
  493. package/src/components/Icon/types.ts +14 -14
  494. package/src/components/IconButton/IconButton.scss +54 -54
  495. package/src/components/IconButton/IconButton.stories.tsx +34 -34
  496. package/src/components/IconButton/IconButton.tsx +32 -32
  497. package/src/components/IconButton/index.ts +1 -1
  498. package/src/components/IconButton/types.ts +5 -5
  499. package/src/components/IconRadioGroup/IconRadioGroup.scss +64 -64
  500. package/src/components/IconRadioGroup/IconRadioGroup.stories.tsx +108 -108
  501. package/src/components/IconRadioGroup/IconRadioGroup.tsx +73 -73
  502. package/src/components/IconRadioGroup/index.ts +1 -1
  503. package/src/components/IconRadioGroup/type.ts +49 -49
  504. package/src/components/Input/Input.scss +170 -170
  505. package/src/components/Input/Input.stories.tsx +141 -141
  506. package/src/components/Input/Input.tsx +120 -120
  507. package/src/components/Input/types.ts +85 -85
  508. package/src/components/InputWithDropdown/InputWithDropdown.scss +220 -220
  509. package/src/components/InputWithDropdown/InputWithDropdown.stories.tsx +169 -169
  510. package/src/components/InputWithDropdown/InputWithDropdown.tsx +129 -122
  511. package/src/components/InputWithDropdown/index.ts +1 -1
  512. package/src/components/InputWithDropdown/types.ts +113 -113
  513. package/src/components/LabelEditTextField/LabelEditTextField.scss +86 -86
  514. package/src/components/LabelEditTextField/LabelEditTextField.stories.tsx +192 -192
  515. package/src/components/LabelEditTextField/LabelEditTextField.tsx +246 -246
  516. package/src/components/LabelEditTextField/index.ts +1 -1
  517. package/src/components/LabelEditTextField/types.ts +46 -46
  518. package/src/components/LazyLoad/LazyLoad.d.ts +3 -3
  519. package/src/components/LazyLoad/LazyLoad.stories.tsx +33 -33
  520. package/src/components/LazyLoad/LazyLoad.ts +2 -2
  521. package/src/components/LazyLoad/LazyLoading.tsx +19 -19
  522. package/src/components/LazyLoad/index.ts +1 -1
  523. package/src/components/MachineInputField/MachineInputField.scss +59 -59
  524. package/src/components/MachineInputField/MachineInputField.stories.tsx +32 -32
  525. package/src/components/MachineInputField/MachineInputField.tsx +87 -87
  526. package/src/components/MachineInputField/index.ts +1 -1
  527. package/src/components/MachineInputField/types.ts +13 -13
  528. package/src/components/MenuOption/MenuOption.scss +97 -97
  529. package/src/components/MenuOption/MenuOption.stories.tsx +158 -158
  530. package/src/components/MenuOption/MenuOption.tsx +219 -219
  531. package/src/components/MenuOption/types.ts +230 -230
  532. package/src/components/MiniModal/MiniModal.scss +170 -170
  533. package/src/components/MiniModal/MiniModal.stories.tsx +735 -735
  534. package/src/components/MiniModal/MiniModal.tsx +344 -344
  535. package/src/components/MiniModal/index.ts +1 -1
  536. package/src/components/MiniModal/types.ts +123 -123
  537. package/src/components/Modal/Modal.stories.tsx +70 -70
  538. package/src/components/Modal/Modal.tsx +100 -100
  539. package/src/components/Modal/index.tsx +1 -1
  540. package/src/components/Modal/modal.scss +51 -51
  541. package/src/components/Modal/types.ts +43 -43
  542. package/src/components/ModulesChip/ModuleChip.scss +33 -33
  543. package/src/components/ModulesChip/ModuleChip.stories.tsx +41 -41
  544. package/src/components/ModulesChip/ModuleChip.tsx +28 -28
  545. package/src/components/ModulesChip/types.ts +14 -14
  546. package/src/components/MultiSelect/Dropdown.scss +78 -78
  547. package/src/components/MultiSelect/Dropdown.tsx +142 -142
  548. package/src/components/MultiSelect/MultiSelect.scss +246 -246
  549. package/src/components/MultiSelect/MultiSelect.stories.tsx +290 -290
  550. package/src/components/MultiSelect/MultiSelect.tsx +483 -483
  551. package/src/components/MultiSelect/MultiSelectTypes.ts +47 -47
  552. package/src/components/MultiSelect/dropdownTypes.ts +19 -19
  553. package/src/components/MultiSelect/index.ts +1 -1
  554. package/src/components/NLPInput/NLPInput.scss +246 -246
  555. package/src/components/NLPInput/NlpInput.stories.tsx +136 -136
  556. package/src/components/NLPInput/NlpInput.tsx +374 -374
  557. package/src/components/NLPInput/components/NlpDropDown/NlpDropDownType.ts +60 -60
  558. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.scss +83 -83
  559. package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.tsx +180 -180
  560. package/src/components/NLPInput/index.ts +1 -1
  561. package/src/components/NLPInput/type.tsx +124 -124
  562. package/src/components/Paper/Paper.scss +13 -13
  563. package/src/components/Paper/Paper.stories.tsx +77 -77
  564. package/src/components/Paper/Paper.tsx +14 -14
  565. package/src/components/Paper/types.ts +19 -19
  566. package/src/components/PhoneInput/PhoneInput.d.ts +3 -3
  567. package/src/components/PhoneInput/PhoneInput.stories.tsx +95 -95
  568. package/src/components/PhoneInput/PhoneInput.tsx +90 -90
  569. package/src/components/PhoneInput/index.ts +1 -1
  570. package/src/components/PhoneInput/phoneInput.scss +3 -3
  571. package/src/components/PhoneInput/types.ts +10 -10
  572. package/src/components/PopUpModal/PopUpModal.scss +36 -36
  573. package/src/components/PopUpModal/PopUpModal.stories.tsx +67 -62
  574. package/src/components/PopUpModal/PopUpModal.tsx +87 -86
  575. package/src/components/PopUpModal/types.ts +16 -15
  576. package/src/components/RadioButton/RadioButton.scss +106 -106
  577. package/src/components/RadioButton/RadioButton.stories.tsx +43 -43
  578. package/src/components/RadioButton/RadioButton.tsx +41 -41
  579. package/src/components/RadioButton/index.ts +1 -1
  580. package/src/components/RadioButton/radioButtonTypes.tsx +62 -62
  581. package/src/components/RadioGroup/RadioGroup.scss +11 -11
  582. package/src/components/RadioGroup/RadioGroup.stories.tsx +150 -150
  583. package/src/components/RadioGroup/RadioGroup.tsx +49 -49
  584. package/src/components/RadioGroup/index.ts +1 -1
  585. package/src/components/RadioGroup/radioGroupTypes.tsx +96 -96
  586. package/src/components/Search/Search.scss +103 -103
  587. package/src/components/Search/Search.stories.tsx +45 -45
  588. package/src/components/Search/Search.tsx +130 -130
  589. package/src/components/Search/index.ts +1 -1
  590. package/src/components/Search/types.ts +19 -19
  591. package/src/components/Select/Select.scss +213 -213
  592. package/src/components/Select/Select.stories.tsx +355 -355
  593. package/src/components/Select/Select.tsx +278 -278
  594. package/src/components/Select/components/Dropdown.scss +61 -61
  595. package/src/components/Select/components/Dropdown.tsx +140 -140
  596. package/src/components/Select/components/types.ts +24 -24
  597. package/src/components/Select/index.ts +1 -1
  598. package/src/components/Select/types.ts +134 -134
  599. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.scss +128 -128
  600. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.tsx +56 -56
  601. package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.tsx +167 -167
  602. package/src/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.scss +51 -51
  603. package/src/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.tsx +107 -107
  604. package/src/components/SequentialConnectingBranch/components/AddBrowserModal/types.ts +5 -5
  605. package/src/components/SequentialConnectingBranch/components/Branches/Branches.scss +190 -190
  606. package/src/components/SequentialConnectingBranch/components/Branches/Branches.tsx +236 -236
  607. package/src/components/SequentialConnectingBranch/components/Branches/types.ts +25 -25
  608. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.scss +3 -3
  609. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.tsx +68 -68
  610. package/src/components/SequentialConnectingBranch/components/ConnectingBranches/types.ts +17 -17
  611. package/src/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.scss +31 -31
  612. package/src/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.tsx +85 -85
  613. package/src/components/SequentialConnectingBranch/components/DatasetListModal/types.ts +4 -4
  614. package/src/components/SequentialConnectingBranch/index.ts +1 -1
  615. package/src/components/SequentialConnectingBranch/types.ts +60 -60
  616. package/src/components/StateDropdown/StateDropdown.stories.tsx +104 -104
  617. package/src/components/StateDropdown/StateDropdown.tsx +245 -245
  618. package/src/components/StateDropdown/StateDropdownTypes.tsx +27 -27
  619. package/src/components/StatusButton/StatusButton.scss +90 -90
  620. package/src/components/StatusButton/StatusButton.stories.tsx +91 -91
  621. package/src/components/StatusButton/StatusButton.tsx +46 -46
  622. package/src/components/StatusButton/index.ts +1 -1
  623. package/src/components/StatusButton/types.ts +45 -45
  624. package/src/components/StatusCard/StatusCard.scss +94 -94
  625. package/src/components/StatusCard/StatusCard.stories.tsx +58 -58
  626. package/src/components/StatusCard/StatusCard.tsx +49 -49
  627. package/src/components/StatusCard/index.ts +1 -1
  628. package/src/components/StatusCard/types.ts +10 -10
  629. package/src/components/Table/Table.scss +117 -117
  630. package/src/components/Table/Table.stories.tsx +373 -373
  631. package/src/components/Table/Table.tsx +178 -178
  632. package/src/components/Table/Types.ts +124 -124
  633. package/src/components/Table/index.ts +1 -1
  634. package/src/components/TableTree/Components/TableBody.tsx +35 -35
  635. package/src/components/TableTree/Components/TableCell.tsx +59 -59
  636. package/src/components/TableTree/Components/TableHead.tsx +39 -39
  637. package/src/components/TableTree/Components/TableRow.tsx +37 -37
  638. package/src/components/TableTree/TableTree.scss +205 -205
  639. package/src/components/TableTree/TableTree.stories.tsx +179 -179
  640. package/src/components/TableTree/TableTree.tsx +245 -245
  641. package/src/components/TableTree/TableTreeStories.scss +22 -22
  642. package/src/components/TableTree/Utils/getAllChildIds.ts +12 -12
  643. package/src/components/TableTree/data.ts +322 -322
  644. package/src/components/TableTree/index.ts +1 -1
  645. package/src/components/TableTree/types.ts +68 -68
  646. package/src/components/TableWithAccordion/TableWithAccordion.scss +54 -54
  647. package/src/components/TableWithAccordion/TableWithAccordion.stories.tsx +94 -94
  648. package/src/components/TableWithAccordion/TableWithAccordion.tsx +174 -174
  649. package/src/components/TableWithAccordion/data.ts +36 -36
  650. package/src/components/TableWithAccordion/types.ts +69 -69
  651. package/src/components/Tabs/Tabs.scss +132 -132
  652. package/src/components/Tabs/Tabs.stories.tsx +153 -153
  653. package/src/components/Tabs/Tabs.tsx +71 -71
  654. package/src/components/Tabs/index.ts +1 -1
  655. package/src/components/Tabs/types.ts +48 -48
  656. package/src/components/TextArea/Textarea.scss +144 -144
  657. package/src/components/TextArea/Textarea.stories.tsx +92 -92
  658. package/src/components/TextArea/Textarea.tsx +84 -84
  659. package/src/components/TextArea/Types.ts +82 -82
  660. package/src/components/TextArea/index.tsx +1 -1
  661. package/src/components/ThemeProvider/ThemeProvider.tsx +27 -27
  662. package/src/components/ThemeProvider/index.ts +1 -1
  663. package/src/components/ThemeProvider/types.ts +14 -14
  664. package/src/components/Toast/Toast.scss +121 -121
  665. package/src/components/Toast/Toast.stories.tsx +144 -144
  666. package/src/components/Toast/Toast.tsx +117 -117
  667. package/src/components/Toast/index.ts +1 -1
  668. package/src/components/Toast/types.ts +27 -27
  669. package/src/components/Toastify/Toastify.stories.tsx +71 -71
  670. package/src/components/Toastify/Toastify.tsx +94 -94
  671. package/src/components/Toastify/index.ts +1 -1
  672. package/src/components/Toastify/types.ts +9 -9
  673. package/src/components/Toggle/Toggle.scss +133 -133
  674. package/src/components/Toggle/Toggle.stories.tsx +132 -132
  675. package/src/components/Toggle/Toggle.tsx +96 -96
  676. package/src/components/Toggle/index.ts +1 -1
  677. package/src/components/Toggle/types.ts +43 -43
  678. package/src/components/ToggleSwitch/ToggleSwitch.scss +58 -58
  679. package/src/components/ToggleSwitch/ToggleSwitch.stories.tsx +52 -52
  680. package/src/components/ToggleSwitch/ToggleSwitch.tsx +30 -30
  681. package/src/components/ToggleSwitch/index.ts +1 -1
  682. package/src/components/Tooltip/Tooltip.scss +27 -27
  683. package/src/components/Tooltip/Tooltip.stories.tsx +98 -98
  684. package/src/components/Tooltip/Tooltip.tsx +194 -194
  685. package/src/components/Tooltip/index.ts +1 -1
  686. package/src/components/Tooltip/types.ts +66 -66
  687. package/src/components/Typography/Typography.scss +25 -25
  688. package/src/components/Typography/Typography.stories.tsx +59 -59
  689. package/src/components/Typography/Typography.tsx +41 -41
  690. package/src/components/Typography/index.ts +1 -1
  691. package/src/components/Typography/types.ts +57 -57
  692. package/src/components/VariableInput/VariableInput.scss +127 -127
  693. package/src/components/VariableInput/VariableInput.stories.tsx +32 -32
  694. package/src/components/VariableInput/VariableInput.tsx +352 -352
  695. package/src/components/VariableInput/types.ts +56 -56
  696. package/src/hooks/keyboardevents/useEscKeyEvent.tsx +30 -30
  697. package/src/hooks/useClickOutside.tsx +30 -30
  698. package/src/hooks/useFileDropzone.tsx +275 -275
  699. package/src/hooks/usePortalPosition.tsx +53 -53
  700. package/src/hooks/useTheme.tsx +13 -13
  701. package/src/index.ts +203 -204
  702. package/src/utils/FormatString/FormatString.stories.tsx +58 -58
  703. package/src/utils/FormatString/FormatString.tsx +41 -41
  704. package/src/utils/TableCell/TableCell.ts +16 -16
  705. package/src/utils/capitalize/capitalize.stories.tsx +44 -44
  706. package/src/utils/capitalize/capitalize.tsx +4 -4
  707. package/src/utils/checkDuplicates/CheckDuplicates.stories.tsx +40 -40
  708. package/src/utils/checkDuplicates/checkDuplicates.ts +13 -13
  709. package/src/utils/checkEmpty/checkEmpty.stories.tsx +34 -34
  710. package/src/utils/checkEmpty/checkEmpty.ts +24 -24
  711. package/src/utils/compareArrays/compareArrays.stories.tsx +62 -62
  712. package/src/utils/compareArrays/compareArrays.ts +31 -31
  713. package/src/utils/compareObjects/compareObjects.stories.tsx +51 -51
  714. package/src/utils/compareObjects/compareObjects.ts +53 -53
  715. package/src/utils/debounce/debounce.stories.tsx +81 -81
  716. package/src/utils/debounce/debounce.ts +28 -28
  717. package/src/utils/downloadFile/saveFileFromBlob.stories.tsx +62 -62
  718. package/src/utils/downloadFile/saveFileFromBlob.ts +40 -40
  719. package/src/utils/ffID/ffID.stories.tsx +35 -35
  720. package/src/utils/ffID/ffid.ts +7 -7
  721. package/src/utils/findAndInsert/findAndInsert.stories.tsx +119 -119
  722. package/src/utils/findAndInsert/findAndInsert.ts +49 -49
  723. package/src/utils/getEncryptedData/getEncryptedData.stories.tsx +55 -55
  724. package/src/utils/getEncryptedData/getEncryptedData.ts +8 -8
  725. package/src/utils/getExtension/getExtension.stories.tsx +23 -23
  726. package/src/utils/getExtension/getExtension.ts +28 -28
  727. package/src/utils/getSelectOptionValue/getSelectOptionValue.ts +31 -31
  728. package/src/utils/getSequentialPayload/getSequentialPayload.stories.tsx +72 -72
  729. package/src/utils/getSequentialPayload/getSequentialPayload.ts +16 -16
  730. package/src/utils/getSequentialPayload/types.ts +32 -32
  731. package/src/utils/throttle/throttle.stories.tsx +100 -100
  732. package/src/utils/throttle/throttle.ts +33 -33
  733. package/src/utils/truncateText/truncateText.stories.tsx +37 -37
  734. package/src/utils/truncateText/truncateText.ts +4 -4
  735. package/tsconfig.json +55 -55
  736. package/vite.config.js +14 -14
  737. package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +0 -6
  738. package/lib/StyleGuide/Typography/Typography.stories.d.ts +0 -6
  739. package/lib/assets/fonts/Poppins-Bold.ttf +0 -0
  740. package/lib/assets/fonts/Poppins-Medium.ttf +0 -0
  741. package/lib/assets/fonts/Poppins-Regular.ttf +0 -0
  742. package/lib/assets/fonts/Poppins-SemiBold.ttf +0 -0
  743. package/lib/components/Accordion/Accordion.stories.d.ts +0 -6
  744. package/lib/components/AddButton/AddButton.d.ts +0 -5
  745. package/lib/components/AddButton/AddButton.stories.d.ts +0 -6
  746. package/lib/components/AddButton/index.d.ts +0 -1
  747. package/lib/components/AddButton/types.d.ts +0 -4
  748. package/lib/components/AddResourceButton/AddButton.stories.d.ts +0 -8
  749. package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +0 -7
  750. package/lib/components/AppHeader/AppHeader.stories.d.ts +0 -7
  751. package/lib/components/AttachImage/AttachImage.stories.d.ts +0 -7
  752. package/lib/components/AttachmentButton/AttachmentButton.stories.d.ts +0 -9
  753. package/lib/components/Avatar/Avatar.stories.d.ts +0 -10
  754. package/lib/components/Button/Button.stories.d.ts +0 -13
  755. package/lib/components/Charts/BarChart/BarChart.stories.d.ts +0 -6
  756. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.d.ts +0 -7
  757. package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +0 -6
  758. package/lib/components/Charts/IconRadialChart/IconRadialChart.stories.d.ts +0 -8
  759. package/lib/components/Charts/LineChart/LineChart.stories.d.ts +0 -7
  760. package/lib/components/Charts/MultiRadialChart/MultiRadialChart.stories.d.ts +0 -8
  761. package/lib/components/Charts/PieChart/PieChart.stories.d.ts +0 -7
  762. package/lib/components/Charts/RadialChart/RadialChart.stories.d.ts +0 -6
  763. package/lib/components/Checkbox/Checkbox.stories.d.ts +0 -8
  764. package/lib/components/Chip/Chip.stories.d.ts +0 -14
  765. package/lib/components/ConnectingBranch/ConnectingBranch.stories.d.ts +0 -6
  766. package/lib/components/DatePicker/DatePicker.stories.d.ts +0 -9
  767. package/lib/components/DragAndDrop/DragAndDrop.stories.d.ts +0 -6
  768. package/lib/components/Drawer/Drawer.stories.d.ts +0 -12
  769. package/lib/components/EditTextField/EditTextField.stories.d.ts +0 -10
  770. package/lib/components/Editor/Editor.stories.d.ts +0 -6
  771. package/lib/components/Excel/ContextMenu/ContextMenu.d.ts +0 -4
  772. package/lib/components/Excel/ExcelFile.stories.d.ts +0 -6
  773. package/lib/components/ExcelFile/ChangeExcelStyles.d.ts +0 -14
  774. package/lib/components/ExcelFile/ColorBarSelector/ColorBarSelector.d.ts +0 -8
  775. package/lib/components/ExcelFile/ContextMenu/ContextMenu.d.ts +0 -4
  776. package/lib/components/ExcelFile/ExcelFile/Excel/ActiveCell.d.ts +0 -7
  777. package/lib/components/ExcelFile/ExcelFile/Excel/Cell.d.ts +0 -4
  778. package/lib/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.d.ts +0 -5
  779. package/lib/components/ExcelFile/ExcelFile/Excel/Copied.d.ts +0 -3
  780. package/lib/components/ExcelFile/ExcelFile/Excel/CornerIndicator.d.ts +0 -5
  781. package/lib/components/ExcelFile/ExcelFile/Excel/DataEditor.d.ts +0 -5
  782. package/lib/components/ExcelFile/ExcelFile/Excel/DataViewer.d.ts +0 -8
  783. package/lib/components/ExcelFile/ExcelFile/Excel/FloatingRect.d.ts +0 -10
  784. package/lib/components/ExcelFile/ExcelFile/Excel/HeaderRow.d.ts +0 -3
  785. package/lib/components/ExcelFile/ExcelFile/Excel/Row.d.ts +0 -3
  786. package/lib/components/ExcelFile/ExcelFile/Excel/RowIndicator.d.ts +0 -5
  787. package/lib/components/ExcelFile/ExcelFile/Excel/Selected.d.ts +0 -3
  788. package/lib/components/ExcelFile/ExcelFile/Excel/Spreadsheet.d.ts +0 -80
  789. package/lib/components/ExcelFile/ExcelFile/Excel/Table.d.ts +0 -3
  790. package/lib/components/ExcelFile/ExcelFile/Excel/actions.d.ts +0 -174
  791. package/lib/components/ExcelFile/ExcelFile/Excel/areModelsEqual.d.ts +0 -1
  792. package/lib/components/ExcelFile/ExcelFile/Excel/context.d.ts +0 -8
  793. package/lib/components/ExcelFile/ExcelFile/Excel/engine/engine.d.ts +0 -22
  794. package/lib/components/ExcelFile/ExcelFile/Excel/engine/formula.d.ts +0 -17
  795. package/lib/components/ExcelFile/ExcelFile/Excel/engine/index.d.ts +0 -2
  796. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-graph.d.ts +0 -21
  797. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-hash.d.ts +0 -3
  798. package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-set.d.ts +0 -24
  799. package/lib/components/ExcelFile/ExcelFile/Excel/index.d.ts +0 -13
  800. package/lib/components/ExcelFile/ExcelFile/Excel/matrix.d.ts +0 -67
  801. package/lib/components/ExcelFile/ExcelFile/Excel/point-range.d.ts +0 -22
  802. package/lib/components/ExcelFile/ExcelFile/Excel/point.d.ts +0 -11
  803. package/lib/components/ExcelFile/ExcelFile/Excel/reducer.d.ts +0 -27
  804. package/lib/components/ExcelFile/ExcelFile/Excel/selection.d.ts +0 -95
  805. package/lib/components/ExcelFile/ExcelFile/Excel/types.d.ts +0 -178
  806. package/lib/components/ExcelFile/ExcelFile/Excel/use-dispatch.d.ts +0 -3
  807. package/lib/components/ExcelFile/ExcelFile/Excel/use-selector.d.ts +0 -3
  808. package/lib/components/ExcelFile/ExcelFile/Excel/util.d.ts +0 -44
  809. package/lib/components/ExcelFile/ExcelFile/ExcelFile.d.ts +0 -19
  810. package/lib/components/ExcelFile/ExcelFile.stories.d.ts +0 -6
  811. package/lib/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.d.ts +0 -12
  812. package/lib/components/ExcelFile/ExcelToolBar/ExcelToolBar.d.ts +0 -15
  813. package/lib/components/ExcelFile/ImportExcelStyles.d.ts +0 -24
  814. package/lib/components/ExcelFile/Types.d.ts +0 -129
  815. package/lib/components/ExcelFile/index.d.ts +0 -1
  816. package/lib/components/ExpandableMenu/ExpandableMenu.stories.d.ts +0 -7
  817. package/lib/components/FF_Captcha/captcha.stories.d.ts +0 -8
  818. package/lib/components/FileDropzone/FileDropzone.stories.d.ts +0 -8
  819. package/lib/components/Form/Form.stories.d.ts +0 -7
  820. package/lib/components/GridLayout/GridLayout.stories.d.ts +0 -8
  821. package/lib/components/HighlightText/HighlightText.stories.d.ts +0 -6
  822. package/lib/components/Icon/Icon.stories.d.ts +0 -8
  823. package/lib/components/IconButton/IconButton.stories.d.ts +0 -7
  824. package/lib/components/IconRadioGroup/IconRadioGroup.stories.d.ts +0 -7
  825. package/lib/components/Input/Input.stories.d.ts +0 -9
  826. package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +0 -9
  827. package/lib/components/LabelEditTextField/LabelEditTextField.stories.d.ts +0 -13
  828. package/lib/components/LazyLoad/LazyLoad.stories.d.ts +0 -6
  829. package/lib/components/MachineInputField/MachineInputField.stories.d.ts +0 -6
  830. package/lib/components/MenuOption/MenuOption.stories.d.ts +0 -16
  831. package/lib/components/MiniModal/MiniModal.stories.d.ts +0 -10
  832. package/lib/components/Modal/Modal.stories.d.ts +0 -7
  833. package/lib/components/ModulesChip/ModuleChip.stories.d.ts +0 -6
  834. package/lib/components/MultiSelect/MultiSelect.stories.d.ts +0 -11
  835. package/lib/components/NLPInput/NlpInput.stories.d.ts +0 -7
  836. package/lib/components/Paper/Paper.stories.d.ts +0 -11
  837. package/lib/components/RadioButton/RadioButton.stories.d.ts +0 -10
  838. package/lib/components/RadioGroup/RadioGroup.stories.d.ts +0 -9
  839. package/lib/components/Search/Search.stories.d.ts +0 -6
  840. package/lib/components/Select/Select.stories.d.ts +0 -14
  841. package/lib/components/Select/components/Dropdown/Dropdown.d.ts +0 -4
  842. package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +0 -17
  843. package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.d.ts +0 -6
  844. package/lib/components/StateDropdown/StateDropdown.stories.d.ts +0 -10
  845. package/lib/components/StatusButton/StatusButton.stories.d.ts +0 -14
  846. package/lib/components/StatusCard/StatusCard.stories.d.ts +0 -11
  847. package/lib/components/Table/Table.stories.d.ts +0 -13
  848. package/lib/components/TableTree/TableTree.stories.d.ts +0 -7
  849. package/lib/components/Tabs/Tabs.stories.d.ts +0 -9
  850. package/lib/components/TextArea/Textarea.stories.d.ts +0 -9
  851. package/lib/components/Toast/Toast.stories.d.ts +0 -6
  852. package/lib/components/Toastify/Toastify.stories.d.ts +0 -6
  853. package/lib/components/Toggle/Toggle.stories.d.ts +0 -12
  854. package/lib/components/Tooltip/Tooltip.stories.d.ts +0 -15
  855. package/lib/components/Typography/Typography.stories.d.ts +0 -10
  856. package/lib/components/VariableInput/VariableInput.stories.d.ts +0 -6
  857. package/lib/utils/checkEmpty/checkEmpty.stories.d.ts +0 -6
  858. package/lib/utils/compareArrays/compareArrays.stories.d.ts +0 -6
  859. package/lib/utils/compareObjects/compareObjects.stories.d.ts +0 -6
  860. package/lib/utils/debounce/debounce.stories.d.ts +0 -6
  861. package/lib/utils/ffID/ffID.stories.d.ts +0 -6
  862. package/lib/utils/find/findAndInsert.d.ts +0 -7
  863. package/lib/utils/find/findAndInsert.stories.d.ts +0 -7
  864. package/lib/utils/findAndInsert/findAndInsert.stories.d.ts +0 -7
  865. package/lib/utils/getEncryptedData/getEncryptedData.stories.d.ts +0 -6
  866. package/lib/utils/getExtension/getExtension.stories.d.ts +0 -6
  867. package/lib/utils/getSequentialPayload/getSequentialPayload.stories.d.ts +0 -10
  868. package/lib/utils/throttle/throttle.stories.d.ts +0 -6
  869. package/lib/utils/truncateText/truncateText.stories.d.ts +0 -6
@@ -1,17 +1,17 @@
1
- <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="path-1-inside-1_15_1209" fill="white">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.5326 0.217769C20.5315 -0.0725897 19.4684 -0.0725897 18.4674 0.217769C17.821 0.4053 17.2694 0.730828 16.7257 1.1273C16.2076 1.50513 15.618 2.00757 14.9165 2.6054L14.9165 2.60544L14.556 2.9126C13.9283 3.44749 13.757 3.58556 13.5806 3.68605C13.399 3.78954 13.2051 3.86986 13.0035 3.92509C12.8077 3.97875 12.5889 4.00232 11.7668 4.06791L11.2947 4.10558C10.3759 4.17888 9.6038 4.2405 8.97024 4.33971C8.30544 4.44384 7.68528 4.60362 7.09554 4.92817C6.18235 5.43072 5.4307 6.18235 4.92817 7.09554C4.6036 7.68528 4.44382 8.30544 4.33971 8.97024C4.2405 9.60367 4.17891 10.3757 4.10563 11.2942L4.10558 11.2947L4.06791 11.7668C4.00232 12.5889 3.97875 12.8077 3.9251 13.0035C3.86986 13.2051 3.78954 13.399 3.68605 13.5806C3.58554 13.757 3.44749 13.9284 2.91258 14.556L2.60542 14.9165C2.00757 15.618 1.50514 16.2076 1.1273 16.7258C0.730829 17.2693 0.4053 17.8209 0.217769 18.4674C-0.0725897 19.4685 -0.0725897 20.5314 0.217769 21.5325C0.4053 22.179 0.730829 22.7306 1.1273 23.2743C1.50512 23.7925 2.00757 24.382 2.6054 25.0834L2.91258 25.4439C3.44749 26.0715 3.58554 26.243 3.68605 26.4194C3.78954 26.601 3.86986 26.7949 3.9251 26.9966C3.97875 27.1922 4.00232 27.4111 4.06791 28.2331L4.10558 28.7052C4.17888 29.6241 4.24048 30.3961 4.33971 31.0296C4.44382 31.6944 4.6036 32.3146 4.92817 32.9044C5.4307 33.8176 6.18235 34.5692 7.09554 35.0717C7.68528 35.3964 8.30544 35.5561 8.97024 35.6603C9.60384 35.7595 10.376 35.8211 11.2949 35.8944L11.7668 35.932C12.5889 35.9976 12.8077 36.0212 13.0035 36.0748C13.2051 36.13 13.399 36.2105 13.5806 36.3139C13.757 36.4143 13.9283 36.5525 14.556 37.0873L14.9165 37.3946L14.9215 37.3988C15.6208 37.9947 16.2088 38.4958 16.7257 38.8726C17.2694 39.2691 17.821 39.5946 18.4674 39.7822C19.4684 40.0725 20.5315 40.0725 21.5326 39.7822C22.179 39.5946 22.7305 39.2691 23.2743 38.8726C23.7917 38.4954 24.3805 37.9936 25.0807 37.3968L25.0834 37.3946L25.4439 37.0873C26.0716 36.5525 26.2431 36.4143 26.4193 36.3139C26.601 36.2105 26.7948 36.13 26.9965 36.0748C27.1923 36.0212 27.411 35.9976 28.2332 35.932L28.7051 35.8944C29.624 35.8211 30.3962 35.7595 31.0298 35.6603C31.6945 35.5561 32.3147 35.3964 32.9045 35.0717C33.8175 34.5692 34.5693 33.8176 35.0719 32.9044C35.3964 32.3146 35.5562 31.6944 35.6602 31.0296C35.7595 30.3961 35.8211 29.6239 35.8943 28.705L35.9321 28.2331C35.9977 27.4111 36.0211 27.1922 36.0749 26.9966C36.1301 26.7949 36.2104 26.601 36.3138 26.4194C36.4144 26.243 36.5525 26.0715 37.0874 25.4439L37.3947 25.0834L37.4 25.0772C37.9954 24.3783 38.4959 23.7909 38.8727 23.2743C39.2692 22.7306 39.5947 22.179 39.7821 21.5325C40.0726 20.5314 40.0726 19.4685 39.7821 18.4674C39.5947 17.8209 39.2692 17.2693 38.8727 16.7258C38.4948 16.2076 37.9925 15.618 37.3945 14.9165L37.0874 14.556C36.5525 13.9284 36.4144 13.757 36.3138 13.5806C36.2104 13.399 36.1301 13.2051 36.0749 13.0035C36.0211 12.8077 35.9977 12.5889 35.9321 11.7668L35.8943 11.2949C35.8211 10.376 35.7595 9.60384 35.6602 8.97024C35.5562 8.30544 35.3964 7.68528 35.0719 7.09554C34.5693 6.18235 33.8175 5.4307 32.9045 4.92817C32.3147 4.60362 31.6945 4.44384 31.0298 4.33971C30.3962 4.2405 29.624 4.17888 28.7051 4.10558L28.2332 4.06791C27.411 4.00232 27.1923 3.97875 26.9965 3.92509C26.7948 3.86986 26.601 3.78954 26.4193 3.68605C26.2431 3.58556 26.0716 3.44749 25.4439 2.9126L25.0836 2.60544L25.0811 2.60331C24.3806 2.0064 23.7918 1.50469 23.2743 1.1273C22.7305 0.730828 22.179 0.4053 21.5326 0.217769ZM24.9167 13.3333H27.5C27.721 13.3333 27.933 13.4211 28.0893 13.5774C28.2456 13.7337 28.3333 13.9456 28.3333 14.1666C28.3333 14.3876 28.2456 14.5996 28.0893 14.7559C27.933 14.9122 27.721 15 27.5 15H26.6667V25.8333C26.6654 26.938 26.2259 27.997 25.4448 28.7781C24.6637 29.5592 23.6047 29.9986 22.5 30H17.5C16.3954 29.9986 15.3363 29.5592 14.5552 28.7781C13.7741 27.997 13.3347 26.938 13.3333 25.8333V15H12.5C12.279 15 12.067 14.9122 11.9108 14.7559C11.7545 14.5996 11.6667 14.3876 11.6667 14.1666C11.6667 13.9456 11.7545 13.7337 11.9108 13.5774C12.067 13.4211 12.279 13.3333 12.5 13.3333H15.0833C15.2768 12.3928 15.7885 11.5478 16.5323 10.9406C17.2761 10.3334 18.2065 10.0012 19.1667 9.99997H20.8333C21.7935 10.0012 22.7239 10.3334 23.4677 10.9406C24.2115 11.5478 24.7233 12.3928 24.9167 13.3333ZM20.8333 11.6666H19.1667C18.6498 11.6673 18.1457 11.8278 17.7237 12.1262C17.3016 12.4246 16.9822 12.8462 16.8092 13.3333H23.1908C23.0179 12.8462 22.6984 12.4246 22.2764 12.1262C21.8543 11.8278 21.3502 11.6673 20.8333 11.6666ZM24.2678 27.6011C24.7366 27.1322 25 26.4963 25 25.8333V15H15V25.8333C15 26.4963 15.2634 27.1322 15.7322 27.6011C16.2011 28.0699 16.837 28.3333 17.5 28.3333H22.5C23.1631 28.3333 23.7989 28.0699 24.2678 27.6011ZM18.9226 24.7559C18.7663 24.9122 18.5544 25 18.3333 25C18.1123 25 17.9004 24.9122 17.7441 24.7559C17.5878 24.5996 17.5 24.3876 17.5 24.1666V19.1666C17.5 18.9456 17.5878 18.7337 17.7441 18.5774C17.9004 18.4211 18.1123 18.3333 18.3333 18.3333C18.5544 18.3333 18.7663 18.4211 18.9226 18.5774C19.0789 18.7337 19.1667 18.9456 19.1667 19.1666V24.1666C19.1667 24.3876 19.0789 24.5996 18.9226 24.7559ZM21.6667 25C21.8877 25 22.0997 24.9122 22.2559 24.7559C22.4122 24.5996 22.5 24.3876 22.5 24.1666V19.1666C22.5 18.9456 22.4122 18.7337 22.2559 18.5774C22.0997 18.4211 21.8877 18.3333 21.6667 18.3333C21.4457 18.3333 21.2337 18.4211 21.0774 18.5774C20.9211 18.7337 20.8333 18.9456 20.8333 19.1666V24.1666C20.8333 24.3876 20.9211 24.5996 21.0774 24.7559C21.2337 24.9122 21.4457 25 21.6667 25Z"/>
4
- </mask>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M21.5326 0.217769C20.5315 -0.0725897 19.4684 -0.0725897 18.4674 0.217769C17.821 0.4053 17.2694 0.730828 16.7257 1.1273C16.2076 1.50513 15.618 2.00757 14.9165 2.6054L14.9165 2.60544L14.556 2.9126C13.9283 3.44749 13.757 3.58556 13.5806 3.68605C13.399 3.78954 13.2051 3.86986 13.0035 3.92509C12.8077 3.97875 12.5889 4.00232 11.7668 4.06791L11.2947 4.10558C10.3759 4.17888 9.6038 4.2405 8.97024 4.33971C8.30544 4.44384 7.68528 4.60362 7.09554 4.92817C6.18235 5.43072 5.4307 6.18235 4.92817 7.09554C4.6036 7.68528 4.44382 8.30544 4.33971 8.97024C4.2405 9.60367 4.17891 10.3757 4.10563 11.2942L4.10558 11.2947L4.06791 11.7668C4.00232 12.5889 3.97875 12.8077 3.9251 13.0035C3.86986 13.2051 3.78954 13.399 3.68605 13.5806C3.58554 13.757 3.44749 13.9284 2.91258 14.556L2.60542 14.9165C2.00757 15.618 1.50514 16.2076 1.1273 16.7258C0.730829 17.2693 0.4053 17.8209 0.217769 18.4674C-0.0725897 19.4685 -0.0725897 20.5314 0.217769 21.5325C0.4053 22.179 0.730829 22.7306 1.1273 23.2743C1.50512 23.7925 2.00757 24.382 2.6054 25.0834L2.91258 25.4439C3.44749 26.0715 3.58554 26.243 3.68605 26.4194C3.78954 26.601 3.86986 26.7949 3.9251 26.9966C3.97875 27.1922 4.00232 27.4111 4.06791 28.2331L4.10558 28.7052C4.17888 29.6241 4.24048 30.3961 4.33971 31.0296C4.44382 31.6944 4.6036 32.3146 4.92817 32.9044C5.4307 33.8176 6.18235 34.5692 7.09554 35.0717C7.68528 35.3964 8.30544 35.5561 8.97024 35.6603C9.60384 35.7595 10.376 35.8211 11.2949 35.8944L11.7668 35.932C12.5889 35.9976 12.8077 36.0212 13.0035 36.0748C13.2051 36.13 13.399 36.2105 13.5806 36.3139C13.757 36.4143 13.9283 36.5525 14.556 37.0873L14.9165 37.3946L14.9215 37.3988C15.6208 37.9947 16.2088 38.4958 16.7257 38.8726C17.2694 39.2691 17.821 39.5946 18.4674 39.7822C19.4684 40.0725 20.5315 40.0725 21.5326 39.7822C22.179 39.5946 22.7305 39.2691 23.2743 38.8726C23.7917 38.4954 24.3805 37.9936 25.0807 37.3968L25.0834 37.3946L25.4439 37.0873C26.0716 36.5525 26.2431 36.4143 26.4193 36.3139C26.601 36.2105 26.7948 36.13 26.9965 36.0748C27.1923 36.0212 27.411 35.9976 28.2332 35.932L28.7051 35.8944C29.624 35.8211 30.3962 35.7595 31.0298 35.6603C31.6945 35.5561 32.3147 35.3964 32.9045 35.0717C33.8175 34.5692 34.5693 33.8176 35.0719 32.9044C35.3964 32.3146 35.5562 31.6944 35.6602 31.0296C35.7595 30.3961 35.8211 29.6239 35.8943 28.705L35.9321 28.2331C35.9977 27.4111 36.0211 27.1922 36.0749 26.9966C36.1301 26.7949 36.2104 26.601 36.3138 26.4194C36.4144 26.243 36.5525 26.0715 37.0874 25.4439L37.3947 25.0834L37.4 25.0772C37.9954 24.3783 38.4959 23.7909 38.8727 23.2743C39.2692 22.7306 39.5947 22.179 39.7821 21.5325C40.0726 20.5314 40.0726 19.4685 39.7821 18.4674C39.5947 17.8209 39.2692 17.2693 38.8727 16.7258C38.4948 16.2076 37.9925 15.618 37.3945 14.9165L37.0874 14.556C36.5525 13.9284 36.4144 13.757 36.3138 13.5806C36.2104 13.399 36.1301 13.2051 36.0749 13.0035C36.0211 12.8077 35.9977 12.5889 35.9321 11.7668L35.8943 11.2949C35.8211 10.376 35.7595 9.60384 35.6602 8.97024C35.5562 8.30544 35.3964 7.68528 35.0719 7.09554C34.5693 6.18235 33.8175 5.4307 32.9045 4.92817C32.3147 4.60362 31.6945 4.44384 31.0298 4.33971C30.3962 4.2405 29.624 4.17888 28.7051 4.10558L28.2332 4.06791C27.411 4.00232 27.1923 3.97875 26.9965 3.92509C26.7948 3.86986 26.601 3.78954 26.4193 3.68605C26.2431 3.58556 26.0716 3.44749 25.4439 2.9126L25.0836 2.60544L25.0811 2.60331C24.3806 2.0064 23.7918 1.50469 23.2743 1.1273C22.7305 0.730828 22.179 0.4053 21.5326 0.217769ZM24.9167 13.3333H27.5C27.721 13.3333 27.933 13.4211 28.0893 13.5774C28.2456 13.7337 28.3333 13.9456 28.3333 14.1666C28.3333 14.3876 28.2456 14.5996 28.0893 14.7559C27.933 14.9122 27.721 15 27.5 15H26.6667V25.8333C26.6654 26.938 26.2259 27.997 25.4448 28.7781C24.6637 29.5592 23.6047 29.9986 22.5 30H17.5C16.3954 29.9986 15.3363 29.5592 14.5552 28.7781C13.7741 27.997 13.3347 26.938 13.3333 25.8333V15H12.5C12.279 15 12.067 14.9122 11.9108 14.7559C11.7545 14.5996 11.6667 14.3876 11.6667 14.1666C11.6667 13.9456 11.7545 13.7337 11.9108 13.5774C12.067 13.4211 12.279 13.3333 12.5 13.3333H15.0833C15.2768 12.3928 15.7885 11.5478 16.5323 10.9406C17.2761 10.3334 18.2065 10.0012 19.1667 9.99997H20.8333C21.7935 10.0012 22.7239 10.3334 23.4677 10.9406C24.2115 11.5478 24.7233 12.3928 24.9167 13.3333ZM20.8333 11.6666H19.1667C18.6498 11.6673 18.1457 11.8278 17.7237 12.1262C17.3016 12.4246 16.9822 12.8462 16.8092 13.3333H23.1908C23.0179 12.8462 22.6984 12.4246 22.2764 12.1262C21.8543 11.8278 21.3502 11.6673 20.8333 11.6666ZM24.2678 27.6011C24.7366 27.1322 25 26.4963 25 25.8333V15H15V25.8333C15 26.4963 15.2634 27.1322 15.7322 27.6011C16.2011 28.0699 16.837 28.3333 17.5 28.3333H22.5C23.1631 28.3333 23.7989 28.0699 24.2678 27.6011ZM18.9226 24.7559C18.7663 24.9122 18.5544 25 18.3333 25C18.1123 25 17.9004 24.9122 17.7441 24.7559C17.5878 24.5996 17.5 24.3876 17.5 24.1666V19.1666C17.5 18.9456 17.5878 18.7337 17.7441 18.5774C17.9004 18.4211 18.1123 18.3333 18.3333 18.3333C18.5544 18.3333 18.7663 18.4211 18.9226 18.5774C19.0789 18.7337 19.1667 18.9456 19.1667 19.1666V24.1666C19.1667 24.3876 19.0789 24.5996 18.9226 24.7559ZM21.6667 25C21.8877 25 22.0997 24.9122 22.2559 24.7559C22.4122 24.5996 22.5 24.3876 22.5 24.1666V19.1666C22.5 18.9456 22.4122 18.7337 22.2559 18.5774C22.0997 18.4211 21.8877 18.3333 21.6667 18.3333C21.4457 18.3333 21.2337 18.4211 21.0774 18.5774C20.9211 18.7337 20.8333 18.9456 20.8333 19.1666V24.1666C20.8333 24.3876 20.9211 24.5996 21.0774 24.7559C21.2337 24.9122 21.4457 25 21.6667 25Z" fill="url(#paint0_linear_15_1209)"/>
6
- <path d="M18.4674 0.217769L18.1888 -0.742648L18.1887 -0.742627L18.4674 0.217769ZM21.5326 0.217769L21.8112 -0.742627L21.8112 -0.742648L21.5326 0.217769ZM16.7257 1.1273L16.1365 0.319278L16.1365 0.319311L16.7257 1.1273ZM14.9165 2.6054L15.5567 3.37367L15.5651 3.3665L14.9165 2.6054ZM14.9165 2.60544L14.2762 1.83717L14.2678 1.84432L14.9165 2.60544ZM14.556 2.9126L15.2046 3.67372L15.2046 3.67371L14.556 2.9126ZM13.5806 3.68605L13.0855 2.81718L13.0855 2.81719L13.5806 3.68605ZM13.0035 3.92509L12.7393 2.96063L12.7392 2.96066L13.0035 3.92509ZM11.7668 4.06791L11.8464 5.06475L11.8464 5.06474L11.7668 4.06791ZM11.2947 4.10558L11.3742 5.10242L11.3743 5.10242L11.2947 4.10558ZM8.97024 4.33971L8.81554 3.35175L8.8155 3.35175L8.97024 4.33971ZM7.09554 4.92817L6.6134 4.05207L6.61339 4.05207L7.09554 4.92817ZM4.92817 7.09554L5.80425 7.57769L5.80427 7.57766L4.92817 7.09554ZM4.33971 8.97024L5.32766 9.12498L5.32767 9.12496L4.33971 8.97024ZM4.10563 11.2942L5.10245 11.3738L5.10246 11.3737L4.10563 11.2942ZM4.10558 11.2947L3.10876 11.2151L3.10875 11.2152L4.10558 11.2947ZM4.06791 11.7668L5.06475 11.8464V11.8464L4.06791 11.7668ZM3.9251 13.0035L2.96066 12.7392L2.96063 12.7393L3.9251 13.0035ZM3.68605 13.5806L4.55487 14.0757L4.55491 14.0757L3.68605 13.5806ZM2.91258 14.556L2.15148 13.9074L2.15145 13.9074L2.91258 14.556ZM2.60542 14.9165L3.36652 15.5651L3.36655 15.5651L2.60542 14.9165ZM1.1273 16.7258L1.93521 17.3151L1.93528 17.315L1.1273 16.7258ZM0.217769 18.4674L1.17819 18.746L1.17819 18.746L0.217769 18.4674ZM0.217769 21.5325L1.17819 21.2539L1.17819 21.2539L0.217769 21.5325ZM1.1273 23.2743L0.319278 23.8635L0.319297 23.8635L1.1273 23.2743ZM2.6054 25.0834L3.36654 24.4349L3.36646 24.4348L2.6054 25.0834ZM2.91258 25.4439L2.15144 26.0925L2.15152 26.0926L2.91258 25.4439ZM3.68605 26.4194L2.81713 26.9143L2.81716 26.9144L3.68605 26.4194ZM3.9251 26.9966L2.96062 27.2607L2.9607 27.261L3.9251 26.9966ZM4.06791 28.2331L5.06475 28.1536L5.06474 28.1535L4.06791 28.2331ZM4.10558 28.7052L5.10242 28.6257L5.10242 28.6257L4.10558 28.7052ZM4.33971 31.0296L5.32767 30.8749L5.32766 30.8749L4.33971 31.0296ZM4.92817 32.9044L5.80428 32.4223L5.80426 32.4222L4.92817 32.9044ZM7.09554 35.0717L7.57783 34.1957L7.57766 34.1956L7.09554 35.0717ZM8.97024 35.6603L8.81535 36.6482L8.81552 36.6483L8.97024 35.6603ZM11.2949 35.8944L11.3743 34.8975L11.3743 34.8975L11.2949 35.8944ZM11.7668 35.932L11.8464 34.9352L11.8463 34.9351L11.7668 35.932ZM13.0035 36.0748L12.7393 37.0393H12.7393L13.0035 36.0748ZM13.5806 36.3139L13.0858 37.1829L13.0858 37.1829L13.5806 36.3139ZM14.556 37.0873L15.2047 36.3263L15.2045 36.3261L14.556 37.0873ZM14.9165 37.3946L14.2678 38.1556L14.2678 38.1556L14.9165 37.3946ZM14.9215 37.3988L14.2727 38.1598L14.2729 38.1599L14.9215 37.3988ZM16.7257 38.8726L17.3149 38.0646L17.3147 38.0645L16.7257 38.8726ZM18.4674 39.7822L18.1886 40.7426L18.1889 40.7427L18.4674 39.7822ZM21.5326 39.7822L21.8111 40.7427L21.8114 40.7426L21.5326 39.7822ZM23.2743 38.8726L22.6852 38.0645L22.6851 38.0646L23.2743 38.8726ZM25.0807 37.3968L24.4323 36.6355L24.4321 36.6358L25.0807 37.3968ZM25.0834 37.3946L25.7317 38.1559L25.7321 38.1556L25.0834 37.3946ZM25.4439 37.0873L24.7954 36.326L24.7951 36.3263L25.4439 37.0873ZM26.4193 36.3139L25.9245 35.4449L25.9243 35.445L26.4193 36.3139ZM26.9965 36.0748L26.7324 35.1103L26.7324 35.1103L26.9965 36.0748ZM28.2332 35.932L28.1538 34.9351L28.1537 34.9352L28.2332 35.932ZM28.7051 35.8944L28.6257 34.8975L28.6257 34.8975L28.7051 35.8944ZM31.0298 35.6603L31.1845 36.6483L31.1847 36.6482L31.0298 35.6603ZM32.9045 35.0717L32.4223 34.1957L32.4222 34.1957L32.9045 35.0717ZM35.0719 32.9044L35.948 33.3865L35.948 33.3864L35.0719 32.9044ZM35.6602 31.0296L34.6723 30.8749L34.6722 30.875L35.6602 31.0296ZM35.8943 28.705L34.8975 28.6252L34.8974 28.6256L35.8943 28.705ZM35.9321 28.2331L36.9289 28.313L36.9289 28.3127L35.9321 28.2331ZM36.0749 26.9966L37.0391 27.2618L37.0394 27.2606L36.0749 26.9966ZM36.3138 26.4194L35.4451 25.924L35.4448 25.9246L36.3138 26.4194ZM37.0874 25.4439L37.8484 26.0926L37.8485 26.0926L37.0874 25.4439ZM37.3947 25.0834L38.1557 25.7321L38.1559 25.732L37.3947 25.0834ZM37.4 25.0772L36.6388 24.4286L36.6388 24.4287L37.4 25.0772ZM38.8727 23.2743L39.6806 23.8636L39.6807 23.8635L38.8727 23.2743ZM39.7821 21.5325L38.8218 21.2538L38.8217 21.254L39.7821 21.5325ZM39.7821 18.4674L38.8217 18.7459L38.8218 18.7461L39.7821 18.4674ZM38.8727 16.7258L38.0648 17.315L38.0648 17.3151L38.8727 16.7258ZM37.3945 14.9165L36.6333 15.565L36.6335 15.5652L37.3945 14.9165ZM37.0874 14.556L37.8486 13.9075L37.8485 13.9074L37.0874 14.556ZM36.3138 13.5806L35.4448 14.0754L35.4452 14.0762L36.3138 13.5806ZM36.0749 13.0035L37.0394 12.7393L37.0392 12.7384L36.0749 13.0035ZM35.9321 11.7668L36.9289 11.6873L36.9289 11.687L35.9321 11.7668ZM35.8943 11.2949L34.8974 11.3743L34.8975 11.3747L35.8943 11.2949ZM35.6602 8.97024L34.6722 9.12484L34.6723 9.12497L35.6602 8.97024ZM35.0719 7.09554L35.948 6.61347L35.948 6.61341L35.0719 7.09554ZM32.9045 4.92817L33.3867 4.0521L33.3866 4.05206L32.9045 4.92817ZM31.0298 4.33971L31.1845 3.35175L31.1845 3.35175L31.0298 4.33971ZM28.7051 4.10558L28.6256 5.10241L28.6256 5.10242L28.7051 4.10558ZM28.2332 4.06791L28.3128 3.07108L28.3127 3.07108L28.2332 4.06791ZM26.9965 3.92509L27.2607 2.96063L27.2607 2.96062L26.9965 3.92509ZM26.4193 3.68605L25.924 4.55477L25.9243 4.55494L26.4193 3.68605ZM25.4439 2.9126L24.7951 3.67359L24.7953 3.67377L25.4439 2.9126ZM25.0836 2.60544L25.7323 1.84445L25.7322 1.84433L25.0836 2.60544ZM25.0811 2.60331L25.7297 1.8422L25.7296 1.84217L25.0811 2.60331ZM23.2743 1.1273L23.8635 0.319312L23.8634 0.319278L23.2743 1.1273ZM24.9167 13.3333L23.9372 13.5347L24.1014 14.3333H24.9167V13.3333ZM28.0893 13.5774L27.3822 14.2845L27.3822 14.2845L28.0893 13.5774ZM26.6667 15V14H25.6667V15H26.6667ZM26.6667 25.8333L27.6667 25.8345V25.8333H26.6667ZM25.4448 28.7781L24.7377 28.071L24.7377 28.071L25.4448 28.7781ZM22.5 30V31H22.5012L22.5 30ZM17.5 30L17.4988 31H17.5V30ZM13.3333 25.8333H12.3333L12.3334 25.8345L13.3333 25.8333ZM13.3333 15H14.3333V14H13.3333V15ZM11.9108 13.5774L12.6179 14.2845L12.6179 14.2845L11.9108 13.5774ZM15.0833 13.3333V14.3333H15.8986L16.0629 13.5347L15.0833 13.3333ZM16.5323 10.9406L15.8999 10.1659L15.8999 10.1659L16.5323 10.9406ZM19.1667 9.99997V8.99996L19.1654 8.99997L19.1667 9.99997ZM20.8333 9.99997L20.8346 8.99997H20.8333V9.99997ZM23.4677 10.9406L22.8353 11.7152H22.8353L23.4677 10.9406ZM19.1667 11.6666V10.6666L19.1655 10.6666L19.1667 11.6666ZM20.8333 11.6666L20.8346 10.6666H20.8333V11.6666ZM16.8092 13.3333L15.8668 12.9986L15.3928 14.3333H16.8092V13.3333ZM23.1908 13.3333V14.3333H24.6072L24.1332 12.9986L23.1908 13.3333ZM25 15H26V14H25V15ZM15 15V14H14V15H15ZM15.7322 27.6011L15.0251 28.3082L15.0251 28.3082L15.7322 27.6011ZM18.9226 24.7559L19.6297 25.463L19.6297 25.463L18.9226 24.7559ZM17.7441 24.7559L17.037 25.463L17.037 25.463L17.7441 24.7559ZM22.2559 18.5774L21.5488 19.2845L21.5488 19.2845L22.2559 18.5774ZM21.0774 24.7559L20.3703 25.463L20.3703 25.463L21.0774 24.7559ZM18.7459 1.17819C19.565 0.940605 20.4349 0.940605 21.254 1.17819L21.8112 -0.742648C20.6281 -1.08578 19.3718 -1.08578 18.1888 -0.742648L18.7459 1.17819ZM17.3148 1.93531C17.8106 1.57388 18.2551 1.3206 18.746 1.17817L18.1887 -0.742627C17.3869 -0.509998 16.7283 -0.112221 16.1365 0.319278L17.3148 1.93531ZM15.5651 3.3665C16.2767 2.76012 16.8341 2.28589 17.3149 1.93528L16.1365 0.319311C15.581 0.724374 14.9593 1.25503 14.2679 1.8443L15.5651 3.3665ZM15.5566 3.37366L15.5567 3.37362L14.2763 1.83718L14.2763 1.83722L15.5566 3.37366ZM15.2046 3.67371L15.5651 3.36655L14.2678 1.84432L13.9074 2.15149L15.2046 3.67371ZM14.0756 4.55492C14.3539 4.39637 14.6095 4.18091 15.2046 3.67372L13.9074 2.15148C13.2472 2.71406 13.16 2.77475 13.0855 2.81718L14.0756 4.55492ZM13.2677 4.88956C13.55 4.81221 13.8214 4.69975 14.0757 4.55491L13.0855 2.81719C12.9765 2.87933 12.8601 2.92751 12.7393 2.96063L13.2677 4.88956ZM11.8464 5.06474C12.6259 5.00254 12.9589 4.97418 13.2678 4.88953L12.7392 2.96066C12.6565 2.98332 12.5519 3.00209 11.6873 3.07108L11.8464 5.06474ZM11.3743 5.10242L11.8464 5.06475L11.6873 3.07108L11.2152 3.10875L11.3743 5.10242ZM9.12495 5.32767C9.71284 5.23561 10.4423 5.17676 11.3742 5.10242L11.2152 3.10875C10.3095 3.181 9.49475 3.24539 8.81554 3.35175L9.12495 5.32767ZM7.57767 5.80426C8.02556 5.55778 8.51892 5.42259 9.12499 5.32766L8.8155 3.35175C8.09197 3.46508 7.34499 3.64946 6.6134 4.05207L7.57767 5.80426ZM5.80427 7.57766C6.21545 6.83048 6.83046 6.21548 7.57768 5.80426L6.61339 4.05207C5.53423 4.64597 4.64596 5.53421 4.05207 6.61341L5.80427 7.57766ZM5.32767 9.12496C5.42257 8.51891 5.55776 8.02557 5.80425 7.57769L4.05208 6.61338C3.64944 7.34498 3.46506 8.09198 3.35175 8.81553L5.32767 9.12496ZM5.10246 11.3737C5.17679 10.442 5.23561 9.71273 5.32766 9.12498L3.35175 8.81551C3.24539 9.49461 3.18103 10.3093 3.1088 11.2147L5.10246 11.3737ZM5.10241 11.3744L5.10245 11.3738L3.1088 11.2145L3.10876 11.2151L5.10241 11.3744ZM5.06475 11.8464L5.10242 11.3743L3.10875 11.2152L3.07108 11.6873L5.06475 11.8464ZM4.88953 13.2678C4.97418 12.9589 5.00254 12.6259 5.06475 11.8464L3.07108 11.6873C3.00209 12.5519 2.98332 12.6565 2.96066 12.7392L4.88953 13.2678ZM4.55491 14.0757C4.69975 13.8215 4.81221 13.55 4.88956 13.2677L2.96063 12.7393C2.92751 12.8601 2.87933 12.9765 2.81719 13.0855L4.55491 14.0757ZM3.67368 15.2047C4.18097 14.6094 4.39633 14.3539 4.55487 14.0757L2.81723 13.0855C2.77476 13.16 2.714 13.2473 2.15148 13.9074L3.67368 15.2047ZM3.36655 15.5651L3.67371 15.2046L2.15145 13.9074L1.84428 14.2679L3.36655 15.5651ZM1.93528 17.315C2.28591 16.8342 2.76017 16.2766 3.36652 15.5651L1.84431 14.2678C1.25498 14.9594 0.724372 15.5811 0.319312 16.1366L1.93528 17.315ZM1.17819 18.746C1.32062 18.2549 1.57388 17.8104 1.93521 17.3151L0.319382 16.1365C-0.112223 16.7282 -0.510022 17.3868 -0.742651 18.1889L1.17819 18.746ZM1.17819 21.2539C0.940605 20.4348 0.940605 19.5651 1.17819 18.746L-0.742648 18.1889C-1.08578 19.3719 -1.08578 20.628 -0.742648 21.811L1.17819 21.2539ZM1.93531 22.6852C1.57389 22.1895 1.32062 21.745 1.17819 21.2539L-0.742651 21.811C-0.510024 22.6131 -0.112232 23.2717 0.319278 23.8635L1.93531 22.6852ZM3.36646 24.4348C2.7601 23.7234 2.28587 23.1659 1.9353 22.6852L0.319297 23.8635C0.724372 24.419 1.25505 25.0407 1.84434 25.7321L3.36646 24.4348ZM3.67373 24.7954L3.36654 24.4349L1.84425 25.732L2.15144 26.0925L3.67373 24.7954ZM4.55497 25.9245C4.39638 25.646 4.18096 25.3905 3.67364 24.7953L2.15152 26.0926C2.71401 26.7526 2.77471 26.8399 2.81713 26.9143L4.55497 25.9245ZM4.88957 26.7324C4.81221 26.4499 4.69974 26.1786 4.55494 25.9244L2.81716 26.9144C2.87933 27.0235 2.92751 27.1399 2.96062 27.2607L4.88957 26.7324ZM5.06474 28.1535C5.00255 27.3741 4.97419 27.0409 4.88949 26.7321L2.9607 27.261C2.98331 27.3435 3.00209 27.448 3.07108 28.3126L5.06474 28.1535ZM5.10242 28.6257L5.06475 28.1536L3.07108 28.3126L3.10875 28.7848L5.10242 28.6257ZM5.32766 30.8749C5.23559 30.287 5.17676 29.5577 5.10242 28.6257L3.10875 28.7847C3.181 29.6905 3.24537 30.5051 3.35175 31.1844L5.32766 30.8749ZM5.80426 32.4222C5.55776 31.9743 5.42257 31.481 5.32767 30.8749L3.35175 31.1844C3.46506 31.9079 3.64944 32.6549 4.05208 33.3865L5.80426 32.4222ZM7.57766 34.1956C6.83046 33.7845 6.21546 33.1695 5.80428 32.4223L4.05205 33.3865C4.64595 34.4657 5.53424 35.354 6.61341 35.9478L7.57766 34.1956ZM9.12513 34.6724C8.51878 34.5773 8.02556 34.4422 7.57783 34.1957L6.61324 35.9478C7.34499 36.3506 8.09211 36.5348 8.81535 36.6482L9.12513 34.6724ZM11.3743 34.8975C10.4424 34.8233 9.71286 34.7644 9.12497 34.6723L8.81552 36.6483C9.49481 36.7546 10.3097 36.819 11.2154 36.8912L11.3743 34.8975ZM11.8463 34.9351L11.3743 34.8975L11.2154 36.8912L11.6874 36.9288L11.8463 34.9351ZM13.2676 35.1103C12.9589 35.0258 12.6261 34.9974 11.8464 34.9352L11.6873 36.9288C12.5517 36.9978 12.6565 37.0166 12.7393 37.0393L13.2676 35.1103ZM14.0754 35.4449C13.8216 35.3004 13.5503 35.1877 13.2676 35.1103L12.7393 37.0393C12.8599 37.0723 12.9763 37.1205 13.0858 37.1829L14.0754 35.4449ZM15.2045 36.3261C14.6098 35.8194 14.3539 35.6034 14.0754 35.4449L13.0858 37.1829C13.1601 37.2252 13.2469 37.2857 13.9075 37.8485L15.2045 36.3261ZM15.5652 36.6336L15.2047 36.3263L13.9073 37.8483L14.2678 38.1556L15.5652 36.6336ZM15.5702 36.6378L15.5652 36.6335L14.2678 38.1556L14.2727 38.1598L15.5702 36.6378ZM17.3147 38.0645C16.8352 37.7149 16.2794 37.2421 15.5701 36.6377L14.2729 38.1599C14.9621 38.7473 15.5823 39.2766 16.1366 39.6807L17.3147 38.0645ZM18.7462 38.8219C18.2551 38.6793 17.8105 38.426 17.3149 38.0646L16.1365 39.6806C16.7284 40.1122 17.3869 40.5098 18.1886 40.7426L18.7462 38.8219ZM21.2541 38.8218C20.4349 39.0593 19.565 39.0593 18.7459 38.8218L18.1889 40.7427C19.3719 41.0857 20.6281 41.0857 21.8111 40.7427L21.2541 38.8218ZM22.6851 38.0646C22.1894 38.426 21.7449 38.6793 21.2538 38.8219L21.8114 40.7426C22.6131 40.5098 23.2716 40.1122 23.8635 39.6806L22.6851 38.0646ZM24.4321 36.6358C23.7218 37.2411 23.1653 37.7146 22.6852 38.0645L23.8633 39.6807C24.4182 39.2761 25.0392 38.7461 25.7293 38.1579L24.4321 36.6358ZM24.435 36.6332L24.4323 36.6355L25.7291 38.1582L25.7317 38.1559L24.435 36.6332ZM24.7951 36.3263L24.4347 36.6335L25.7321 38.1556L26.0926 37.8483L24.7951 36.3263ZM25.9243 35.445C25.6462 35.6035 25.3904 35.8192 24.7954 36.326L26.0923 37.8485C26.7529 37.2859 26.84 37.2251 26.9144 37.1827L25.9243 35.445ZM26.7324 35.1103C26.4496 35.1877 26.1783 35.3004 25.9245 35.4449L26.9141 37.1829C27.0236 37.1205 27.14 37.0723 27.2606 37.0393L26.7324 35.1103ZM28.1537 34.9352C27.3737 34.9974 27.0412 35.0258 26.7324 35.1103L27.2605 37.0393C27.3435 37.0166 27.4483 36.9978 28.3128 36.9288L28.1537 34.9352ZM28.6257 34.8975L28.1538 34.9351L28.3127 36.9288L28.7846 36.8912L28.6257 34.8975ZM30.875 34.6723C30.2872 34.7644 29.5576 34.8233 28.6257 34.8975L28.7846 36.8912C29.6904 36.819 30.5052 36.7546 31.1845 36.6483L30.875 34.6723ZM32.4222 34.1957C31.9744 34.4422 31.4812 34.5773 30.8749 34.6724L31.1847 36.6482C31.9079 36.5348 32.655 36.3506 33.3868 35.9478L32.4222 34.1957ZM34.1958 32.4223C33.7846 33.1694 33.1695 33.7844 32.4223 34.1957L33.3867 35.9478C34.4656 35.354 35.354 34.4658 35.948 33.3865L34.1958 32.4223ZM34.6722 30.875C34.5774 31.4809 34.4422 31.9743 34.1957 32.4223L35.948 33.3864C36.3505 32.6549 36.535 31.9079 36.6482 31.1843L34.6722 30.875ZM34.8974 28.6256C34.8232 29.5575 34.7643 30.2871 34.6723 30.8749L36.6482 31.1844C36.7546 30.5051 36.819 29.6902 36.8911 28.7845L34.8974 28.6256ZM34.9353 28.1532L34.8975 28.6252L36.8911 28.7849L36.9289 28.313L34.9353 28.1532ZM35.1107 26.7314C35.0256 27.0407 34.9974 27.3748 34.9353 28.1535L36.9289 28.3127C36.998 27.4473 37.0166 27.3437 37.0391 27.2618L35.1107 26.7314ZM35.4448 25.9246C35.3 26.1789 35.1877 26.4503 35.1104 26.7325L37.0394 27.2606C37.0726 27.1395 37.1207 27.0232 37.1828 26.9142L35.4448 25.9246ZM36.3264 24.7952C35.8189 25.3906 35.6037 25.6459 35.4451 25.924L37.1825 26.9148C37.2251 26.84 37.2861 26.7524 37.8484 26.0926L36.3264 24.7952ZM36.6337 24.4347L36.3264 24.7952L37.8485 26.0926L38.1557 25.7321L36.6337 24.4347ZM36.6388 24.4287L36.6335 24.4349L38.1559 25.732L38.1612 25.7257L36.6388 24.4287ZM38.0648 22.6851C37.7151 23.1644 37.2428 23.7198 36.6388 24.4286L38.1612 25.7257C38.7481 25.0369 39.2767 24.4174 39.6806 23.8636L38.0648 22.6851ZM38.8217 21.254C38.6793 21.7451 38.4261 22.1895 38.0647 22.6851L39.6807 23.8635C40.1123 23.2717 40.5101 22.613 40.7426 21.8109L38.8217 21.254ZM38.8218 18.7461C39.0594 19.5652 39.0594 20.4348 38.8218 21.2538L40.7425 21.8111C41.0858 20.628 41.0858 19.3719 40.7425 18.1888L38.8218 18.7461ZM38.0648 17.3151C38.4261 17.8104 38.6793 18.2549 38.8217 18.7459L40.7426 18.189C40.51 17.3869 40.1123 16.7282 39.6806 16.1364L38.0648 17.3151ZM36.6335 15.5652C37.2398 16.2765 37.7141 16.8342 38.0648 17.315L39.6806 16.1365C39.2755 15.5811 38.7451 14.9595 38.1555 14.2678L36.6335 15.5652ZM36.3262 15.2045L36.6333 15.565L38.1557 14.268L37.8486 13.9075L36.3262 15.2045ZM35.4452 14.0762C35.6038 14.3541 35.8189 14.6093 36.3263 15.2047L37.8485 13.9074C37.2861 13.2475 37.2251 13.1599 37.1824 13.085L35.4452 14.0762ZM35.1105 13.2676C35.1877 13.5497 35.3 13.8211 35.4448 14.0754L37.1828 13.0858C37.1208 12.9768 37.0726 12.8605 37.0394 12.7393L35.1105 13.2676ZM34.9353 11.8464C34.9974 12.6252 35.0257 12.9591 35.1107 13.2685L37.0392 12.7384C37.0166 12.6563 36.998 12.5525 36.9289 11.6873L34.9353 11.8464ZM34.8975 11.3747L34.9353 11.8467L36.9289 11.687L36.8911 11.215L34.8975 11.3747ZM34.6723 9.12497C34.7643 9.71286 34.8232 10.4424 34.8974 11.3743L36.8911 11.2154C36.8189 10.3097 36.7546 9.49481 36.6482 8.81552L34.6723 9.12497ZM34.1957 7.57761C34.4422 8.02556 34.5774 8.51896 34.6722 9.12484L36.6482 8.81565C36.535 8.09193 36.3505 7.34499 35.948 6.61347L34.1957 7.57761ZM32.4223 5.80424C33.1694 6.21547 33.7846 6.83053 34.1958 7.57766L35.948 6.61341C35.354 5.53417 34.4656 4.64594 33.3867 4.0521L32.4223 5.80424ZM30.875 5.32766C31.4811 5.42259 31.9744 5.55778 32.4224 5.80427L33.3866 4.05206C32.655 3.64946 31.908 3.46508 31.1845 3.35175L30.875 5.32766ZM28.6256 5.10242C29.5576 5.17676 30.2872 5.23561 30.8751 5.32767L31.1845 3.35175C30.5052 3.24539 29.6904 3.181 28.7847 3.10875L28.6256 5.10242ZM28.1536 5.06474L28.6256 5.10241L28.7847 3.10875L28.3128 3.07108L28.1536 5.06474ZM26.7323 4.88956C27.0411 4.97418 27.3739 5.00253 28.1537 5.06475L28.3127 3.07108C27.4481 3.0021 27.3435 2.98332 27.2607 2.96063L26.7323 4.88956ZM25.9243 4.55494C26.1785 4.69974 26.4499 4.81221 26.7323 4.88957L27.2607 2.96062C27.1398 2.92751 27.0235 2.87933 26.9143 2.81716L25.9243 4.55494ZM24.7953 3.67377C25.3907 4.18107 25.6461 4.39632 25.924 4.55477L26.9146 2.81733C26.84 2.77481 26.7526 2.7139 26.0924 2.15143L24.7953 3.67377ZM24.4348 3.36643L24.7951 3.67359L26.0926 2.15161L25.7323 1.84445L24.4348 3.36643ZM24.4324 3.36441L24.4349 3.36654L25.7322 1.84433L25.7297 1.8422L24.4324 3.36441ZM22.6851 1.93528C23.1653 2.28547 23.722 2.759 24.4325 3.36445L25.7296 1.84217C25.0392 1.2538 24.4183 0.723912 23.8635 0.319312L22.6851 1.93528ZM21.254 1.17817C21.7449 1.3206 22.1894 1.57388 22.6851 1.93531L23.8634 0.319278C23.2716 -0.112221 22.6131 -0.509998 21.8112 -0.742627L21.254 1.17817ZM27.5 12.3333H24.9167V14.3333H27.5V12.3333ZM28.7964 12.8703C28.4526 12.5265 27.9862 12.3333 27.5 12.3333V14.3333C27.4558 14.3333 27.4134 14.3157 27.3822 14.2845L28.7964 12.8703ZM29.3333 14.1666C29.3333 13.6804 29.1402 13.2141 28.7964 12.8703L27.3822 14.2845C27.3509 14.2532 27.3333 14.2108 27.3333 14.1666H29.3333ZM28.7964 15.463C29.1402 15.1192 29.3333 14.6529 29.3333 14.1666H27.3333C27.3333 14.1224 27.3509 14.08 27.3822 14.0488L28.7964 15.463ZM27.5 16C27.9862 16 28.4526 15.8068 28.7964 15.463L27.3822 14.0488C27.4134 14.0175 27.4558 14 27.5 14V16ZM26.6667 16H27.5V14H26.6667V16ZM27.6667 25.8333V15H25.6667V25.8333H27.6667ZM26.1519 29.4852C27.1203 28.5169 27.665 27.204 27.6667 25.8345L25.6667 25.8321C25.6657 26.672 25.3316 27.4771 24.7377 28.071L26.1519 29.4852ZM22.5012 31C23.8707 30.9983 25.1836 30.4536 26.1519 29.4852L24.7377 28.071C24.1439 28.6649 23.3387 28.999 22.4988 29L22.5012 31ZM17.5 31H22.5V29H17.5V31ZM13.8481 29.4852C14.8165 30.4536 16.1294 30.9983 17.4988 31L17.5012 29C16.6614 28.999 15.8562 28.6649 15.2623 28.071L13.8481 29.4852ZM12.3334 25.8345C12.335 27.204 12.8797 28.5169 13.8481 29.4852L15.2623 28.071C14.6684 27.4771 14.3344 26.672 14.3333 25.8321L12.3334 25.8345ZM12.3333 15V25.8333H14.3333V15H12.3333ZM12.5 16H13.3333V14H12.5V16ZM11.2037 15.463C11.5475 15.8068 12.0138 16 12.5 16V14C12.5442 14 12.5866 14.0175 12.6179 14.0488L11.2037 15.463ZM10.6667 14.1666C10.6667 14.6529 10.8598 15.1192 11.2037 15.463L12.6179 14.0488C12.6491 14.08 12.6667 14.1224 12.6667 14.1666H10.6667ZM11.2037 12.8703C10.8598 13.2141 10.6667 13.6804 10.6667 14.1666H12.6667C12.6667 14.2108 12.6491 14.2532 12.6179 14.2845L11.2037 12.8703ZM12.5 12.3333C12.0138 12.3333 11.5475 12.5265 11.2037 12.8703L12.6179 14.2845C12.5866 14.3157 12.5442 14.3333 12.5 14.3333V12.3333ZM15.0833 12.3333H12.5V14.3333H15.0833V12.3333ZM15.8999 10.1659C14.9779 10.9186 14.3436 11.9661 14.1038 13.1319L16.0629 13.5347C16.2099 12.8196 16.5991 12.177 17.1647 11.7152L15.8999 10.1659ZM19.1654 8.99997C17.9752 9.00147 16.8219 9.41325 15.8999 10.1659L17.1647 11.7152C17.7303 11.2535 18.4378 11.0009 19.1679 11L19.1654 8.99997ZM20.8333 8.99997H19.1667V11H20.8333V8.99997ZM24.1001 10.1659C23.1781 9.41325 22.0248 9.00147 20.8346 8.99997L20.8321 11C21.5622 11.0009 22.2697 11.2535 22.8353 11.7152L24.1001 10.1659ZM25.8962 13.1319C25.6564 11.9661 25.0221 10.9186 24.1001 10.1659L22.8353 11.7152C23.401 12.177 23.7901 12.8196 23.9372 13.5347L25.8962 13.1319ZM19.1667 12.6666H20.8333V10.6666H19.1667V12.6666ZM18.3009 12.9427C18.5545 12.7634 18.8574 12.667 19.1679 12.6666L19.1655 10.6666C18.4422 10.6675 17.737 10.8921 17.1464 11.3096L18.3009 12.9427ZM17.7515 13.668C17.8554 13.3753 18.0474 13.122 18.3009 12.9427L17.1464 11.3096C16.5558 11.7271 16.1089 12.3171 15.8668 12.9986L17.7515 13.668ZM23.1908 12.3333H16.8092V14.3333H23.1908V12.3333ZM21.6991 12.9427C21.9527 13.122 22.1446 13.3753 22.2485 13.668L24.1332 12.9986C23.8911 12.3171 23.4442 11.7271 22.8536 11.3096L21.6991 12.9427ZM20.8321 12.6666C21.1427 12.667 21.4455 12.7634 21.6991 12.9427L22.8536 11.3096C22.2631 10.8921 21.5578 10.6675 20.8346 10.6666L20.8321 12.6666ZM24 25.8333C24 26.2311 23.842 26.6127 23.5607 26.894L24.9749 28.3082C25.6313 27.6518 26 26.7616 26 25.8333H24ZM24 15V25.8333H26V15H24ZM15 16H25V14H15V16ZM16 25.8333V15H14V25.8333H16ZM16.4394 26.894C16.1581 26.6127 16 26.2311 16 25.8333H14C14 26.7616 14.3688 27.6518 15.0251 28.3082L16.4394 26.894ZM17.5 27.3333C17.1022 27.3333 16.7207 27.1753 16.4394 26.894L15.0251 28.3082C15.6815 28.9646 16.5718 29.3333 17.5 29.3333V27.3333ZM22.5 27.3333H17.5V29.3333H22.5V27.3333ZM23.5607 26.894C23.2794 27.1753 22.8978 27.3333 22.5 27.3333V29.3333C23.4283 29.3333 24.3185 28.9646 24.9749 28.3082L23.5607 26.894ZM18.3333 26C18.8196 26 19.2859 25.8068 19.6297 25.463L18.2155 24.0488C18.2467 24.0175 18.2891 24 18.3333 24V26ZM17.037 25.463C17.3808 25.8068 17.8471 26 18.3333 26V24C18.3776 24 18.4199 24.0175 18.4512 24.0488L17.037 25.463ZM16.5 24.1666C16.5 24.6529 16.6932 25.1192 17.037 25.463L18.4512 24.0488C18.4825 24.08 18.5 24.1224 18.5 24.1666H16.5ZM16.5 19.1666V24.1666H18.5V19.1666H16.5ZM17.037 17.8703C16.6932 18.2141 16.5 18.6804 16.5 19.1666H18.5C18.5 19.2108 18.4825 19.2532 18.4512 19.2845L17.037 17.8703ZM18.3333 17.3333C17.8471 17.3333 17.3808 17.5265 17.037 17.8703L18.4512 19.2845C18.4199 19.3157 18.3776 19.3333 18.3333 19.3333V17.3333ZM19.6297 17.8703C19.2859 17.5265 18.8196 17.3333 18.3333 17.3333V19.3333C18.2891 19.3333 18.2467 19.3157 18.2155 19.2845L19.6297 17.8703ZM20.1667 19.1666C20.1667 18.6804 19.9735 18.2141 19.6297 17.8703L18.2155 19.2845C18.1842 19.2532 18.1667 19.2108 18.1667 19.1666H20.1667ZM20.1667 24.1666V19.1666H18.1667V24.1666H20.1667ZM19.6297 25.463C19.9735 25.1192 20.1667 24.6529 20.1667 24.1666H18.1667C18.1667 24.1224 18.1842 24.08 18.2155 24.0488L19.6297 25.463ZM21.5488 24.0488C21.5801 24.0175 21.6225 24 21.6667 24V26C22.1529 26 22.6192 25.8068 22.963 25.463L21.5488 24.0488ZM21.5 24.1666C21.5 24.1224 21.5176 24.08 21.5488 24.0488L22.963 25.463C23.3069 25.1192 23.5 24.6529 23.5 24.1666H21.5ZM21.5 19.1666V24.1666H23.5V19.1666H21.5ZM21.5488 19.2845C21.5176 19.2532 21.5 19.2108 21.5 19.1666H23.5C23.5 18.6804 23.3069 18.2141 22.963 17.8703L21.5488 19.2845ZM21.6667 19.3333C21.6225 19.3333 21.5801 19.3157 21.5488 19.2845L22.963 17.8703C22.6192 17.5265 22.1529 17.3333 21.6667 17.3333V19.3333ZM21.7845 19.2845C21.7533 19.3157 21.7109 19.3333 21.6667 19.3333V17.3333C21.1804 17.3333 20.7141 17.5265 20.3703 17.8703L21.7845 19.2845ZM21.8333 19.1666C21.8333 19.2108 21.8158 19.2532 21.7845 19.2845L20.3703 17.8703C20.0265 18.2141 19.8333 18.6804 19.8333 19.1666H21.8333ZM21.8333 24.1666V19.1666H19.8333V24.1666H21.8333ZM21.7845 24.0488C21.8158 24.08 21.8333 24.1224 21.8333 24.1666H19.8333C19.8333 24.6529 20.0265 25.1192 20.3703 25.463L21.7845 24.0488ZM21.6667 24C21.7109 24 21.7533 24.0175 21.7845 24.0488L20.3703 25.463C20.7141 25.8068 21.1804 26 21.6667 26V24Z" fill="url(#paint1_linear_15_1209)" mask="url(#path-1-inside-1_15_1209)"/>
7
- <defs>
8
- <linearGradient id="paint0_linear_15_1209" x1="20" y1="1.0899" x2="20.6375" y2="39.9999" gradientUnits="userSpaceOnUse">
9
- <stop stop-color="#E42525"/>
10
- <stop offset="1" stop-color="#C90000"/>
11
- </linearGradient>
12
- <linearGradient id="paint1_linear_15_1209" x1="20" y1="1.21631" x2="20" y2="39.9999" gradientUnits="userSpaceOnUse">
13
- <stop stop-color="#A90707"/>
14
- <stop offset="1" stop-color="#E42525"/>
15
- </linearGradient>
16
- </defs>
17
- </svg>
1
+ <svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="path-1-inside-1_15_1209" fill="white">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.5326 0.217769C20.5315 -0.0725897 19.4684 -0.0725897 18.4674 0.217769C17.821 0.4053 17.2694 0.730828 16.7257 1.1273C16.2076 1.50513 15.618 2.00757 14.9165 2.6054L14.9165 2.60544L14.556 2.9126C13.9283 3.44749 13.757 3.58556 13.5806 3.68605C13.399 3.78954 13.2051 3.86986 13.0035 3.92509C12.8077 3.97875 12.5889 4.00232 11.7668 4.06791L11.2947 4.10558C10.3759 4.17888 9.6038 4.2405 8.97024 4.33971C8.30544 4.44384 7.68528 4.60362 7.09554 4.92817C6.18235 5.43072 5.4307 6.18235 4.92817 7.09554C4.6036 7.68528 4.44382 8.30544 4.33971 8.97024C4.2405 9.60367 4.17891 10.3757 4.10563 11.2942L4.10558 11.2947L4.06791 11.7668C4.00232 12.5889 3.97875 12.8077 3.9251 13.0035C3.86986 13.2051 3.78954 13.399 3.68605 13.5806C3.58554 13.757 3.44749 13.9284 2.91258 14.556L2.60542 14.9165C2.00757 15.618 1.50514 16.2076 1.1273 16.7258C0.730829 17.2693 0.4053 17.8209 0.217769 18.4674C-0.0725897 19.4685 -0.0725897 20.5314 0.217769 21.5325C0.4053 22.179 0.730829 22.7306 1.1273 23.2743C1.50512 23.7925 2.00757 24.382 2.6054 25.0834L2.91258 25.4439C3.44749 26.0715 3.58554 26.243 3.68605 26.4194C3.78954 26.601 3.86986 26.7949 3.9251 26.9966C3.97875 27.1922 4.00232 27.4111 4.06791 28.2331L4.10558 28.7052C4.17888 29.6241 4.24048 30.3961 4.33971 31.0296C4.44382 31.6944 4.6036 32.3146 4.92817 32.9044C5.4307 33.8176 6.18235 34.5692 7.09554 35.0717C7.68528 35.3964 8.30544 35.5561 8.97024 35.6603C9.60384 35.7595 10.376 35.8211 11.2949 35.8944L11.7668 35.932C12.5889 35.9976 12.8077 36.0212 13.0035 36.0748C13.2051 36.13 13.399 36.2105 13.5806 36.3139C13.757 36.4143 13.9283 36.5525 14.556 37.0873L14.9165 37.3946L14.9215 37.3988C15.6208 37.9947 16.2088 38.4958 16.7257 38.8726C17.2694 39.2691 17.821 39.5946 18.4674 39.7822C19.4684 40.0725 20.5315 40.0725 21.5326 39.7822C22.179 39.5946 22.7305 39.2691 23.2743 38.8726C23.7917 38.4954 24.3805 37.9936 25.0807 37.3968L25.0834 37.3946L25.4439 37.0873C26.0716 36.5525 26.2431 36.4143 26.4193 36.3139C26.601 36.2105 26.7948 36.13 26.9965 36.0748C27.1923 36.0212 27.411 35.9976 28.2332 35.932L28.7051 35.8944C29.624 35.8211 30.3962 35.7595 31.0298 35.6603C31.6945 35.5561 32.3147 35.3964 32.9045 35.0717C33.8175 34.5692 34.5693 33.8176 35.0719 32.9044C35.3964 32.3146 35.5562 31.6944 35.6602 31.0296C35.7595 30.3961 35.8211 29.6239 35.8943 28.705L35.9321 28.2331C35.9977 27.4111 36.0211 27.1922 36.0749 26.9966C36.1301 26.7949 36.2104 26.601 36.3138 26.4194C36.4144 26.243 36.5525 26.0715 37.0874 25.4439L37.3947 25.0834L37.4 25.0772C37.9954 24.3783 38.4959 23.7909 38.8727 23.2743C39.2692 22.7306 39.5947 22.179 39.7821 21.5325C40.0726 20.5314 40.0726 19.4685 39.7821 18.4674C39.5947 17.8209 39.2692 17.2693 38.8727 16.7258C38.4948 16.2076 37.9925 15.618 37.3945 14.9165L37.0874 14.556C36.5525 13.9284 36.4144 13.757 36.3138 13.5806C36.2104 13.399 36.1301 13.2051 36.0749 13.0035C36.0211 12.8077 35.9977 12.5889 35.9321 11.7668L35.8943 11.2949C35.8211 10.376 35.7595 9.60384 35.6602 8.97024C35.5562 8.30544 35.3964 7.68528 35.0719 7.09554C34.5693 6.18235 33.8175 5.4307 32.9045 4.92817C32.3147 4.60362 31.6945 4.44384 31.0298 4.33971C30.3962 4.2405 29.624 4.17888 28.7051 4.10558L28.2332 4.06791C27.411 4.00232 27.1923 3.97875 26.9965 3.92509C26.7948 3.86986 26.601 3.78954 26.4193 3.68605C26.2431 3.58556 26.0716 3.44749 25.4439 2.9126L25.0836 2.60544L25.0811 2.60331C24.3806 2.0064 23.7918 1.50469 23.2743 1.1273C22.7305 0.730828 22.179 0.4053 21.5326 0.217769ZM24.9167 13.3333H27.5C27.721 13.3333 27.933 13.4211 28.0893 13.5774C28.2456 13.7337 28.3333 13.9456 28.3333 14.1666C28.3333 14.3876 28.2456 14.5996 28.0893 14.7559C27.933 14.9122 27.721 15 27.5 15H26.6667V25.8333C26.6654 26.938 26.2259 27.997 25.4448 28.7781C24.6637 29.5592 23.6047 29.9986 22.5 30H17.5C16.3954 29.9986 15.3363 29.5592 14.5552 28.7781C13.7741 27.997 13.3347 26.938 13.3333 25.8333V15H12.5C12.279 15 12.067 14.9122 11.9108 14.7559C11.7545 14.5996 11.6667 14.3876 11.6667 14.1666C11.6667 13.9456 11.7545 13.7337 11.9108 13.5774C12.067 13.4211 12.279 13.3333 12.5 13.3333H15.0833C15.2768 12.3928 15.7885 11.5478 16.5323 10.9406C17.2761 10.3334 18.2065 10.0012 19.1667 9.99997H20.8333C21.7935 10.0012 22.7239 10.3334 23.4677 10.9406C24.2115 11.5478 24.7233 12.3928 24.9167 13.3333ZM20.8333 11.6666H19.1667C18.6498 11.6673 18.1457 11.8278 17.7237 12.1262C17.3016 12.4246 16.9822 12.8462 16.8092 13.3333H23.1908C23.0179 12.8462 22.6984 12.4246 22.2764 12.1262C21.8543 11.8278 21.3502 11.6673 20.8333 11.6666ZM24.2678 27.6011C24.7366 27.1322 25 26.4963 25 25.8333V15H15V25.8333C15 26.4963 15.2634 27.1322 15.7322 27.6011C16.2011 28.0699 16.837 28.3333 17.5 28.3333H22.5C23.1631 28.3333 23.7989 28.0699 24.2678 27.6011ZM18.9226 24.7559C18.7663 24.9122 18.5544 25 18.3333 25C18.1123 25 17.9004 24.9122 17.7441 24.7559C17.5878 24.5996 17.5 24.3876 17.5 24.1666V19.1666C17.5 18.9456 17.5878 18.7337 17.7441 18.5774C17.9004 18.4211 18.1123 18.3333 18.3333 18.3333C18.5544 18.3333 18.7663 18.4211 18.9226 18.5774C19.0789 18.7337 19.1667 18.9456 19.1667 19.1666V24.1666C19.1667 24.3876 19.0789 24.5996 18.9226 24.7559ZM21.6667 25C21.8877 25 22.0997 24.9122 22.2559 24.7559C22.4122 24.5996 22.5 24.3876 22.5 24.1666V19.1666C22.5 18.9456 22.4122 18.7337 22.2559 18.5774C22.0997 18.4211 21.8877 18.3333 21.6667 18.3333C21.4457 18.3333 21.2337 18.4211 21.0774 18.5774C20.9211 18.7337 20.8333 18.9456 20.8333 19.1666V24.1666C20.8333 24.3876 20.9211 24.5996 21.0774 24.7559C21.2337 24.9122 21.4457 25 21.6667 25Z"/>
4
+ </mask>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.5326 0.217769C20.5315 -0.0725897 19.4684 -0.0725897 18.4674 0.217769C17.821 0.4053 17.2694 0.730828 16.7257 1.1273C16.2076 1.50513 15.618 2.00757 14.9165 2.6054L14.9165 2.60544L14.556 2.9126C13.9283 3.44749 13.757 3.58556 13.5806 3.68605C13.399 3.78954 13.2051 3.86986 13.0035 3.92509C12.8077 3.97875 12.5889 4.00232 11.7668 4.06791L11.2947 4.10558C10.3759 4.17888 9.6038 4.2405 8.97024 4.33971C8.30544 4.44384 7.68528 4.60362 7.09554 4.92817C6.18235 5.43072 5.4307 6.18235 4.92817 7.09554C4.6036 7.68528 4.44382 8.30544 4.33971 8.97024C4.2405 9.60367 4.17891 10.3757 4.10563 11.2942L4.10558 11.2947L4.06791 11.7668C4.00232 12.5889 3.97875 12.8077 3.9251 13.0035C3.86986 13.2051 3.78954 13.399 3.68605 13.5806C3.58554 13.757 3.44749 13.9284 2.91258 14.556L2.60542 14.9165C2.00757 15.618 1.50514 16.2076 1.1273 16.7258C0.730829 17.2693 0.4053 17.8209 0.217769 18.4674C-0.0725897 19.4685 -0.0725897 20.5314 0.217769 21.5325C0.4053 22.179 0.730829 22.7306 1.1273 23.2743C1.50512 23.7925 2.00757 24.382 2.6054 25.0834L2.91258 25.4439C3.44749 26.0715 3.58554 26.243 3.68605 26.4194C3.78954 26.601 3.86986 26.7949 3.9251 26.9966C3.97875 27.1922 4.00232 27.4111 4.06791 28.2331L4.10558 28.7052C4.17888 29.6241 4.24048 30.3961 4.33971 31.0296C4.44382 31.6944 4.6036 32.3146 4.92817 32.9044C5.4307 33.8176 6.18235 34.5692 7.09554 35.0717C7.68528 35.3964 8.30544 35.5561 8.97024 35.6603C9.60384 35.7595 10.376 35.8211 11.2949 35.8944L11.7668 35.932C12.5889 35.9976 12.8077 36.0212 13.0035 36.0748C13.2051 36.13 13.399 36.2105 13.5806 36.3139C13.757 36.4143 13.9283 36.5525 14.556 37.0873L14.9165 37.3946L14.9215 37.3988C15.6208 37.9947 16.2088 38.4958 16.7257 38.8726C17.2694 39.2691 17.821 39.5946 18.4674 39.7822C19.4684 40.0725 20.5315 40.0725 21.5326 39.7822C22.179 39.5946 22.7305 39.2691 23.2743 38.8726C23.7917 38.4954 24.3805 37.9936 25.0807 37.3968L25.0834 37.3946L25.4439 37.0873C26.0716 36.5525 26.2431 36.4143 26.4193 36.3139C26.601 36.2105 26.7948 36.13 26.9965 36.0748C27.1923 36.0212 27.411 35.9976 28.2332 35.932L28.7051 35.8944C29.624 35.8211 30.3962 35.7595 31.0298 35.6603C31.6945 35.5561 32.3147 35.3964 32.9045 35.0717C33.8175 34.5692 34.5693 33.8176 35.0719 32.9044C35.3964 32.3146 35.5562 31.6944 35.6602 31.0296C35.7595 30.3961 35.8211 29.6239 35.8943 28.705L35.9321 28.2331C35.9977 27.4111 36.0211 27.1922 36.0749 26.9966C36.1301 26.7949 36.2104 26.601 36.3138 26.4194C36.4144 26.243 36.5525 26.0715 37.0874 25.4439L37.3947 25.0834L37.4 25.0772C37.9954 24.3783 38.4959 23.7909 38.8727 23.2743C39.2692 22.7306 39.5947 22.179 39.7821 21.5325C40.0726 20.5314 40.0726 19.4685 39.7821 18.4674C39.5947 17.8209 39.2692 17.2693 38.8727 16.7258C38.4948 16.2076 37.9925 15.618 37.3945 14.9165L37.0874 14.556C36.5525 13.9284 36.4144 13.757 36.3138 13.5806C36.2104 13.399 36.1301 13.2051 36.0749 13.0035C36.0211 12.8077 35.9977 12.5889 35.9321 11.7668L35.8943 11.2949C35.8211 10.376 35.7595 9.60384 35.6602 8.97024C35.5562 8.30544 35.3964 7.68528 35.0719 7.09554C34.5693 6.18235 33.8175 5.4307 32.9045 4.92817C32.3147 4.60362 31.6945 4.44384 31.0298 4.33971C30.3962 4.2405 29.624 4.17888 28.7051 4.10558L28.2332 4.06791C27.411 4.00232 27.1923 3.97875 26.9965 3.92509C26.7948 3.86986 26.601 3.78954 26.4193 3.68605C26.2431 3.58556 26.0716 3.44749 25.4439 2.9126L25.0836 2.60544L25.0811 2.60331C24.3806 2.0064 23.7918 1.50469 23.2743 1.1273C22.7305 0.730828 22.179 0.4053 21.5326 0.217769ZM24.9167 13.3333H27.5C27.721 13.3333 27.933 13.4211 28.0893 13.5774C28.2456 13.7337 28.3333 13.9456 28.3333 14.1666C28.3333 14.3876 28.2456 14.5996 28.0893 14.7559C27.933 14.9122 27.721 15 27.5 15H26.6667V25.8333C26.6654 26.938 26.2259 27.997 25.4448 28.7781C24.6637 29.5592 23.6047 29.9986 22.5 30H17.5C16.3954 29.9986 15.3363 29.5592 14.5552 28.7781C13.7741 27.997 13.3347 26.938 13.3333 25.8333V15H12.5C12.279 15 12.067 14.9122 11.9108 14.7559C11.7545 14.5996 11.6667 14.3876 11.6667 14.1666C11.6667 13.9456 11.7545 13.7337 11.9108 13.5774C12.067 13.4211 12.279 13.3333 12.5 13.3333H15.0833C15.2768 12.3928 15.7885 11.5478 16.5323 10.9406C17.2761 10.3334 18.2065 10.0012 19.1667 9.99997H20.8333C21.7935 10.0012 22.7239 10.3334 23.4677 10.9406C24.2115 11.5478 24.7233 12.3928 24.9167 13.3333ZM20.8333 11.6666H19.1667C18.6498 11.6673 18.1457 11.8278 17.7237 12.1262C17.3016 12.4246 16.9822 12.8462 16.8092 13.3333H23.1908C23.0179 12.8462 22.6984 12.4246 22.2764 12.1262C21.8543 11.8278 21.3502 11.6673 20.8333 11.6666ZM24.2678 27.6011C24.7366 27.1322 25 26.4963 25 25.8333V15H15V25.8333C15 26.4963 15.2634 27.1322 15.7322 27.6011C16.2011 28.0699 16.837 28.3333 17.5 28.3333H22.5C23.1631 28.3333 23.7989 28.0699 24.2678 27.6011ZM18.9226 24.7559C18.7663 24.9122 18.5544 25 18.3333 25C18.1123 25 17.9004 24.9122 17.7441 24.7559C17.5878 24.5996 17.5 24.3876 17.5 24.1666V19.1666C17.5 18.9456 17.5878 18.7337 17.7441 18.5774C17.9004 18.4211 18.1123 18.3333 18.3333 18.3333C18.5544 18.3333 18.7663 18.4211 18.9226 18.5774C19.0789 18.7337 19.1667 18.9456 19.1667 19.1666V24.1666C19.1667 24.3876 19.0789 24.5996 18.9226 24.7559ZM21.6667 25C21.8877 25 22.0997 24.9122 22.2559 24.7559C22.4122 24.5996 22.5 24.3876 22.5 24.1666V19.1666C22.5 18.9456 22.4122 18.7337 22.2559 18.5774C22.0997 18.4211 21.8877 18.3333 21.6667 18.3333C21.4457 18.3333 21.2337 18.4211 21.0774 18.5774C20.9211 18.7337 20.8333 18.9456 20.8333 19.1666V24.1666C20.8333 24.3876 20.9211 24.5996 21.0774 24.7559C21.2337 24.9122 21.4457 25 21.6667 25Z" fill="url(#paint0_linear_15_1209)"/>
6
+ <path d="M18.4674 0.217769L18.1888 -0.742648L18.1887 -0.742627L18.4674 0.217769ZM21.5326 0.217769L21.8112 -0.742627L21.8112 -0.742648L21.5326 0.217769ZM16.7257 1.1273L16.1365 0.319278L16.1365 0.319311L16.7257 1.1273ZM14.9165 2.6054L15.5567 3.37367L15.5651 3.3665L14.9165 2.6054ZM14.9165 2.60544L14.2762 1.83717L14.2678 1.84432L14.9165 2.60544ZM14.556 2.9126L15.2046 3.67372L15.2046 3.67371L14.556 2.9126ZM13.5806 3.68605L13.0855 2.81718L13.0855 2.81719L13.5806 3.68605ZM13.0035 3.92509L12.7393 2.96063L12.7392 2.96066L13.0035 3.92509ZM11.7668 4.06791L11.8464 5.06475L11.8464 5.06474L11.7668 4.06791ZM11.2947 4.10558L11.3742 5.10242L11.3743 5.10242L11.2947 4.10558ZM8.97024 4.33971L8.81554 3.35175L8.8155 3.35175L8.97024 4.33971ZM7.09554 4.92817L6.6134 4.05207L6.61339 4.05207L7.09554 4.92817ZM4.92817 7.09554L5.80425 7.57769L5.80427 7.57766L4.92817 7.09554ZM4.33971 8.97024L5.32766 9.12498L5.32767 9.12496L4.33971 8.97024ZM4.10563 11.2942L5.10245 11.3738L5.10246 11.3737L4.10563 11.2942ZM4.10558 11.2947L3.10876 11.2151L3.10875 11.2152L4.10558 11.2947ZM4.06791 11.7668L5.06475 11.8464V11.8464L4.06791 11.7668ZM3.9251 13.0035L2.96066 12.7392L2.96063 12.7393L3.9251 13.0035ZM3.68605 13.5806L4.55487 14.0757L4.55491 14.0757L3.68605 13.5806ZM2.91258 14.556L2.15148 13.9074L2.15145 13.9074L2.91258 14.556ZM2.60542 14.9165L3.36652 15.5651L3.36655 15.5651L2.60542 14.9165ZM1.1273 16.7258L1.93521 17.3151L1.93528 17.315L1.1273 16.7258ZM0.217769 18.4674L1.17819 18.746L1.17819 18.746L0.217769 18.4674ZM0.217769 21.5325L1.17819 21.2539L1.17819 21.2539L0.217769 21.5325ZM1.1273 23.2743L0.319278 23.8635L0.319297 23.8635L1.1273 23.2743ZM2.6054 25.0834L3.36654 24.4349L3.36646 24.4348L2.6054 25.0834ZM2.91258 25.4439L2.15144 26.0925L2.15152 26.0926L2.91258 25.4439ZM3.68605 26.4194L2.81713 26.9143L2.81716 26.9144L3.68605 26.4194ZM3.9251 26.9966L2.96062 27.2607L2.9607 27.261L3.9251 26.9966ZM4.06791 28.2331L5.06475 28.1536L5.06474 28.1535L4.06791 28.2331ZM4.10558 28.7052L5.10242 28.6257L5.10242 28.6257L4.10558 28.7052ZM4.33971 31.0296L5.32767 30.8749L5.32766 30.8749L4.33971 31.0296ZM4.92817 32.9044L5.80428 32.4223L5.80426 32.4222L4.92817 32.9044ZM7.09554 35.0717L7.57783 34.1957L7.57766 34.1956L7.09554 35.0717ZM8.97024 35.6603L8.81535 36.6482L8.81552 36.6483L8.97024 35.6603ZM11.2949 35.8944L11.3743 34.8975L11.3743 34.8975L11.2949 35.8944ZM11.7668 35.932L11.8464 34.9352L11.8463 34.9351L11.7668 35.932ZM13.0035 36.0748L12.7393 37.0393H12.7393L13.0035 36.0748ZM13.5806 36.3139L13.0858 37.1829L13.0858 37.1829L13.5806 36.3139ZM14.556 37.0873L15.2047 36.3263L15.2045 36.3261L14.556 37.0873ZM14.9165 37.3946L14.2678 38.1556L14.2678 38.1556L14.9165 37.3946ZM14.9215 37.3988L14.2727 38.1598L14.2729 38.1599L14.9215 37.3988ZM16.7257 38.8726L17.3149 38.0646L17.3147 38.0645L16.7257 38.8726ZM18.4674 39.7822L18.1886 40.7426L18.1889 40.7427L18.4674 39.7822ZM21.5326 39.7822L21.8111 40.7427L21.8114 40.7426L21.5326 39.7822ZM23.2743 38.8726L22.6852 38.0645L22.6851 38.0646L23.2743 38.8726ZM25.0807 37.3968L24.4323 36.6355L24.4321 36.6358L25.0807 37.3968ZM25.0834 37.3946L25.7317 38.1559L25.7321 38.1556L25.0834 37.3946ZM25.4439 37.0873L24.7954 36.326L24.7951 36.3263L25.4439 37.0873ZM26.4193 36.3139L25.9245 35.4449L25.9243 35.445L26.4193 36.3139ZM26.9965 36.0748L26.7324 35.1103L26.7324 35.1103L26.9965 36.0748ZM28.2332 35.932L28.1538 34.9351L28.1537 34.9352L28.2332 35.932ZM28.7051 35.8944L28.6257 34.8975L28.6257 34.8975L28.7051 35.8944ZM31.0298 35.6603L31.1845 36.6483L31.1847 36.6482L31.0298 35.6603ZM32.9045 35.0717L32.4223 34.1957L32.4222 34.1957L32.9045 35.0717ZM35.0719 32.9044L35.948 33.3865L35.948 33.3864L35.0719 32.9044ZM35.6602 31.0296L34.6723 30.8749L34.6722 30.875L35.6602 31.0296ZM35.8943 28.705L34.8975 28.6252L34.8974 28.6256L35.8943 28.705ZM35.9321 28.2331L36.9289 28.313L36.9289 28.3127L35.9321 28.2331ZM36.0749 26.9966L37.0391 27.2618L37.0394 27.2606L36.0749 26.9966ZM36.3138 26.4194L35.4451 25.924L35.4448 25.9246L36.3138 26.4194ZM37.0874 25.4439L37.8484 26.0926L37.8485 26.0926L37.0874 25.4439ZM37.3947 25.0834L38.1557 25.7321L38.1559 25.732L37.3947 25.0834ZM37.4 25.0772L36.6388 24.4286L36.6388 24.4287L37.4 25.0772ZM38.8727 23.2743L39.6806 23.8636L39.6807 23.8635L38.8727 23.2743ZM39.7821 21.5325L38.8218 21.2538L38.8217 21.254L39.7821 21.5325ZM39.7821 18.4674L38.8217 18.7459L38.8218 18.7461L39.7821 18.4674ZM38.8727 16.7258L38.0648 17.315L38.0648 17.3151L38.8727 16.7258ZM37.3945 14.9165L36.6333 15.565L36.6335 15.5652L37.3945 14.9165ZM37.0874 14.556L37.8486 13.9075L37.8485 13.9074L37.0874 14.556ZM36.3138 13.5806L35.4448 14.0754L35.4452 14.0762L36.3138 13.5806ZM36.0749 13.0035L37.0394 12.7393L37.0392 12.7384L36.0749 13.0035ZM35.9321 11.7668L36.9289 11.6873L36.9289 11.687L35.9321 11.7668ZM35.8943 11.2949L34.8974 11.3743L34.8975 11.3747L35.8943 11.2949ZM35.6602 8.97024L34.6722 9.12484L34.6723 9.12497L35.6602 8.97024ZM35.0719 7.09554L35.948 6.61347L35.948 6.61341L35.0719 7.09554ZM32.9045 4.92817L33.3867 4.0521L33.3866 4.05206L32.9045 4.92817ZM31.0298 4.33971L31.1845 3.35175L31.1845 3.35175L31.0298 4.33971ZM28.7051 4.10558L28.6256 5.10241L28.6256 5.10242L28.7051 4.10558ZM28.2332 4.06791L28.3128 3.07108L28.3127 3.07108L28.2332 4.06791ZM26.9965 3.92509L27.2607 2.96063L27.2607 2.96062L26.9965 3.92509ZM26.4193 3.68605L25.924 4.55477L25.9243 4.55494L26.4193 3.68605ZM25.4439 2.9126L24.7951 3.67359L24.7953 3.67377L25.4439 2.9126ZM25.0836 2.60544L25.7323 1.84445L25.7322 1.84433L25.0836 2.60544ZM25.0811 2.60331L25.7297 1.8422L25.7296 1.84217L25.0811 2.60331ZM23.2743 1.1273L23.8635 0.319312L23.8634 0.319278L23.2743 1.1273ZM24.9167 13.3333L23.9372 13.5347L24.1014 14.3333H24.9167V13.3333ZM28.0893 13.5774L27.3822 14.2845L27.3822 14.2845L28.0893 13.5774ZM26.6667 15V14H25.6667V15H26.6667ZM26.6667 25.8333L27.6667 25.8345V25.8333H26.6667ZM25.4448 28.7781L24.7377 28.071L24.7377 28.071L25.4448 28.7781ZM22.5 30V31H22.5012L22.5 30ZM17.5 30L17.4988 31H17.5V30ZM13.3333 25.8333H12.3333L12.3334 25.8345L13.3333 25.8333ZM13.3333 15H14.3333V14H13.3333V15ZM11.9108 13.5774L12.6179 14.2845L12.6179 14.2845L11.9108 13.5774ZM15.0833 13.3333V14.3333H15.8986L16.0629 13.5347L15.0833 13.3333ZM16.5323 10.9406L15.8999 10.1659L15.8999 10.1659L16.5323 10.9406ZM19.1667 9.99997V8.99996L19.1654 8.99997L19.1667 9.99997ZM20.8333 9.99997L20.8346 8.99997H20.8333V9.99997ZM23.4677 10.9406L22.8353 11.7152H22.8353L23.4677 10.9406ZM19.1667 11.6666V10.6666L19.1655 10.6666L19.1667 11.6666ZM20.8333 11.6666L20.8346 10.6666H20.8333V11.6666ZM16.8092 13.3333L15.8668 12.9986L15.3928 14.3333H16.8092V13.3333ZM23.1908 13.3333V14.3333H24.6072L24.1332 12.9986L23.1908 13.3333ZM25 15H26V14H25V15ZM15 15V14H14V15H15ZM15.7322 27.6011L15.0251 28.3082L15.0251 28.3082L15.7322 27.6011ZM18.9226 24.7559L19.6297 25.463L19.6297 25.463L18.9226 24.7559ZM17.7441 24.7559L17.037 25.463L17.037 25.463L17.7441 24.7559ZM22.2559 18.5774L21.5488 19.2845L21.5488 19.2845L22.2559 18.5774ZM21.0774 24.7559L20.3703 25.463L20.3703 25.463L21.0774 24.7559ZM18.7459 1.17819C19.565 0.940605 20.4349 0.940605 21.254 1.17819L21.8112 -0.742648C20.6281 -1.08578 19.3718 -1.08578 18.1888 -0.742648L18.7459 1.17819ZM17.3148 1.93531C17.8106 1.57388 18.2551 1.3206 18.746 1.17817L18.1887 -0.742627C17.3869 -0.509998 16.7283 -0.112221 16.1365 0.319278L17.3148 1.93531ZM15.5651 3.3665C16.2767 2.76012 16.8341 2.28589 17.3149 1.93528L16.1365 0.319311C15.581 0.724374 14.9593 1.25503 14.2679 1.8443L15.5651 3.3665ZM15.5566 3.37366L15.5567 3.37362L14.2763 1.83718L14.2763 1.83722L15.5566 3.37366ZM15.2046 3.67371L15.5651 3.36655L14.2678 1.84432L13.9074 2.15149L15.2046 3.67371ZM14.0756 4.55492C14.3539 4.39637 14.6095 4.18091 15.2046 3.67372L13.9074 2.15148C13.2472 2.71406 13.16 2.77475 13.0855 2.81718L14.0756 4.55492ZM13.2677 4.88956C13.55 4.81221 13.8214 4.69975 14.0757 4.55491L13.0855 2.81719C12.9765 2.87933 12.8601 2.92751 12.7393 2.96063L13.2677 4.88956ZM11.8464 5.06474C12.6259 5.00254 12.9589 4.97418 13.2678 4.88953L12.7392 2.96066C12.6565 2.98332 12.5519 3.00209 11.6873 3.07108L11.8464 5.06474ZM11.3743 5.10242L11.8464 5.06475L11.6873 3.07108L11.2152 3.10875L11.3743 5.10242ZM9.12495 5.32767C9.71284 5.23561 10.4423 5.17676 11.3742 5.10242L11.2152 3.10875C10.3095 3.181 9.49475 3.24539 8.81554 3.35175L9.12495 5.32767ZM7.57767 5.80426C8.02556 5.55778 8.51892 5.42259 9.12499 5.32766L8.8155 3.35175C8.09197 3.46508 7.34499 3.64946 6.6134 4.05207L7.57767 5.80426ZM5.80427 7.57766C6.21545 6.83048 6.83046 6.21548 7.57768 5.80426L6.61339 4.05207C5.53423 4.64597 4.64596 5.53421 4.05207 6.61341L5.80427 7.57766ZM5.32767 9.12496C5.42257 8.51891 5.55776 8.02557 5.80425 7.57769L4.05208 6.61338C3.64944 7.34498 3.46506 8.09198 3.35175 8.81553L5.32767 9.12496ZM5.10246 11.3737C5.17679 10.442 5.23561 9.71273 5.32766 9.12498L3.35175 8.81551C3.24539 9.49461 3.18103 10.3093 3.1088 11.2147L5.10246 11.3737ZM5.10241 11.3744L5.10245 11.3738L3.1088 11.2145L3.10876 11.2151L5.10241 11.3744ZM5.06475 11.8464L5.10242 11.3743L3.10875 11.2152L3.07108 11.6873L5.06475 11.8464ZM4.88953 13.2678C4.97418 12.9589 5.00254 12.6259 5.06475 11.8464L3.07108 11.6873C3.00209 12.5519 2.98332 12.6565 2.96066 12.7392L4.88953 13.2678ZM4.55491 14.0757C4.69975 13.8215 4.81221 13.55 4.88956 13.2677L2.96063 12.7393C2.92751 12.8601 2.87933 12.9765 2.81719 13.0855L4.55491 14.0757ZM3.67368 15.2047C4.18097 14.6094 4.39633 14.3539 4.55487 14.0757L2.81723 13.0855C2.77476 13.16 2.714 13.2473 2.15148 13.9074L3.67368 15.2047ZM3.36655 15.5651L3.67371 15.2046L2.15145 13.9074L1.84428 14.2679L3.36655 15.5651ZM1.93528 17.315C2.28591 16.8342 2.76017 16.2766 3.36652 15.5651L1.84431 14.2678C1.25498 14.9594 0.724372 15.5811 0.319312 16.1366L1.93528 17.315ZM1.17819 18.746C1.32062 18.2549 1.57388 17.8104 1.93521 17.3151L0.319382 16.1365C-0.112223 16.7282 -0.510022 17.3868 -0.742651 18.1889L1.17819 18.746ZM1.17819 21.2539C0.940605 20.4348 0.940605 19.5651 1.17819 18.746L-0.742648 18.1889C-1.08578 19.3719 -1.08578 20.628 -0.742648 21.811L1.17819 21.2539ZM1.93531 22.6852C1.57389 22.1895 1.32062 21.745 1.17819 21.2539L-0.742651 21.811C-0.510024 22.6131 -0.112232 23.2717 0.319278 23.8635L1.93531 22.6852ZM3.36646 24.4348C2.7601 23.7234 2.28587 23.1659 1.9353 22.6852L0.319297 23.8635C0.724372 24.419 1.25505 25.0407 1.84434 25.7321L3.36646 24.4348ZM3.67373 24.7954L3.36654 24.4349L1.84425 25.732L2.15144 26.0925L3.67373 24.7954ZM4.55497 25.9245C4.39638 25.646 4.18096 25.3905 3.67364 24.7953L2.15152 26.0926C2.71401 26.7526 2.77471 26.8399 2.81713 26.9143L4.55497 25.9245ZM4.88957 26.7324C4.81221 26.4499 4.69974 26.1786 4.55494 25.9244L2.81716 26.9144C2.87933 27.0235 2.92751 27.1399 2.96062 27.2607L4.88957 26.7324ZM5.06474 28.1535C5.00255 27.3741 4.97419 27.0409 4.88949 26.7321L2.9607 27.261C2.98331 27.3435 3.00209 27.448 3.07108 28.3126L5.06474 28.1535ZM5.10242 28.6257L5.06475 28.1536L3.07108 28.3126L3.10875 28.7848L5.10242 28.6257ZM5.32766 30.8749C5.23559 30.287 5.17676 29.5577 5.10242 28.6257L3.10875 28.7847C3.181 29.6905 3.24537 30.5051 3.35175 31.1844L5.32766 30.8749ZM5.80426 32.4222C5.55776 31.9743 5.42257 31.481 5.32767 30.8749L3.35175 31.1844C3.46506 31.9079 3.64944 32.6549 4.05208 33.3865L5.80426 32.4222ZM7.57766 34.1956C6.83046 33.7845 6.21546 33.1695 5.80428 32.4223L4.05205 33.3865C4.64595 34.4657 5.53424 35.354 6.61341 35.9478L7.57766 34.1956ZM9.12513 34.6724C8.51878 34.5773 8.02556 34.4422 7.57783 34.1957L6.61324 35.9478C7.34499 36.3506 8.09211 36.5348 8.81535 36.6482L9.12513 34.6724ZM11.3743 34.8975C10.4424 34.8233 9.71286 34.7644 9.12497 34.6723L8.81552 36.6483C9.49481 36.7546 10.3097 36.819 11.2154 36.8912L11.3743 34.8975ZM11.8463 34.9351L11.3743 34.8975L11.2154 36.8912L11.6874 36.9288L11.8463 34.9351ZM13.2676 35.1103C12.9589 35.0258 12.6261 34.9974 11.8464 34.9352L11.6873 36.9288C12.5517 36.9978 12.6565 37.0166 12.7393 37.0393L13.2676 35.1103ZM14.0754 35.4449C13.8216 35.3004 13.5503 35.1877 13.2676 35.1103L12.7393 37.0393C12.8599 37.0723 12.9763 37.1205 13.0858 37.1829L14.0754 35.4449ZM15.2045 36.3261C14.6098 35.8194 14.3539 35.6034 14.0754 35.4449L13.0858 37.1829C13.1601 37.2252 13.2469 37.2857 13.9075 37.8485L15.2045 36.3261ZM15.5652 36.6336L15.2047 36.3263L13.9073 37.8483L14.2678 38.1556L15.5652 36.6336ZM15.5702 36.6378L15.5652 36.6335L14.2678 38.1556L14.2727 38.1598L15.5702 36.6378ZM17.3147 38.0645C16.8352 37.7149 16.2794 37.2421 15.5701 36.6377L14.2729 38.1599C14.9621 38.7473 15.5823 39.2766 16.1366 39.6807L17.3147 38.0645ZM18.7462 38.8219C18.2551 38.6793 17.8105 38.426 17.3149 38.0646L16.1365 39.6806C16.7284 40.1122 17.3869 40.5098 18.1886 40.7426L18.7462 38.8219ZM21.2541 38.8218C20.4349 39.0593 19.565 39.0593 18.7459 38.8218L18.1889 40.7427C19.3719 41.0857 20.6281 41.0857 21.8111 40.7427L21.2541 38.8218ZM22.6851 38.0646C22.1894 38.426 21.7449 38.6793 21.2538 38.8219L21.8114 40.7426C22.6131 40.5098 23.2716 40.1122 23.8635 39.6806L22.6851 38.0646ZM24.4321 36.6358C23.7218 37.2411 23.1653 37.7146 22.6852 38.0645L23.8633 39.6807C24.4182 39.2761 25.0392 38.7461 25.7293 38.1579L24.4321 36.6358ZM24.435 36.6332L24.4323 36.6355L25.7291 38.1582L25.7317 38.1559L24.435 36.6332ZM24.7951 36.3263L24.4347 36.6335L25.7321 38.1556L26.0926 37.8483L24.7951 36.3263ZM25.9243 35.445C25.6462 35.6035 25.3904 35.8192 24.7954 36.326L26.0923 37.8485C26.7529 37.2859 26.84 37.2251 26.9144 37.1827L25.9243 35.445ZM26.7324 35.1103C26.4496 35.1877 26.1783 35.3004 25.9245 35.4449L26.9141 37.1829C27.0236 37.1205 27.14 37.0723 27.2606 37.0393L26.7324 35.1103ZM28.1537 34.9352C27.3737 34.9974 27.0412 35.0258 26.7324 35.1103L27.2605 37.0393C27.3435 37.0166 27.4483 36.9978 28.3128 36.9288L28.1537 34.9352ZM28.6257 34.8975L28.1538 34.9351L28.3127 36.9288L28.7846 36.8912L28.6257 34.8975ZM30.875 34.6723C30.2872 34.7644 29.5576 34.8233 28.6257 34.8975L28.7846 36.8912C29.6904 36.819 30.5052 36.7546 31.1845 36.6483L30.875 34.6723ZM32.4222 34.1957C31.9744 34.4422 31.4812 34.5773 30.8749 34.6724L31.1847 36.6482C31.9079 36.5348 32.655 36.3506 33.3868 35.9478L32.4222 34.1957ZM34.1958 32.4223C33.7846 33.1694 33.1695 33.7844 32.4223 34.1957L33.3867 35.9478C34.4656 35.354 35.354 34.4658 35.948 33.3865L34.1958 32.4223ZM34.6722 30.875C34.5774 31.4809 34.4422 31.9743 34.1957 32.4223L35.948 33.3864C36.3505 32.6549 36.535 31.9079 36.6482 31.1843L34.6722 30.875ZM34.8974 28.6256C34.8232 29.5575 34.7643 30.2871 34.6723 30.8749L36.6482 31.1844C36.7546 30.5051 36.819 29.6902 36.8911 28.7845L34.8974 28.6256ZM34.9353 28.1532L34.8975 28.6252L36.8911 28.7849L36.9289 28.313L34.9353 28.1532ZM35.1107 26.7314C35.0256 27.0407 34.9974 27.3748 34.9353 28.1535L36.9289 28.3127C36.998 27.4473 37.0166 27.3437 37.0391 27.2618L35.1107 26.7314ZM35.4448 25.9246C35.3 26.1789 35.1877 26.4503 35.1104 26.7325L37.0394 27.2606C37.0726 27.1395 37.1207 27.0232 37.1828 26.9142L35.4448 25.9246ZM36.3264 24.7952C35.8189 25.3906 35.6037 25.6459 35.4451 25.924L37.1825 26.9148C37.2251 26.84 37.2861 26.7524 37.8484 26.0926L36.3264 24.7952ZM36.6337 24.4347L36.3264 24.7952L37.8485 26.0926L38.1557 25.7321L36.6337 24.4347ZM36.6388 24.4287L36.6335 24.4349L38.1559 25.732L38.1612 25.7257L36.6388 24.4287ZM38.0648 22.6851C37.7151 23.1644 37.2428 23.7198 36.6388 24.4286L38.1612 25.7257C38.7481 25.0369 39.2767 24.4174 39.6806 23.8636L38.0648 22.6851ZM38.8217 21.254C38.6793 21.7451 38.4261 22.1895 38.0647 22.6851L39.6807 23.8635C40.1123 23.2717 40.5101 22.613 40.7426 21.8109L38.8217 21.254ZM38.8218 18.7461C39.0594 19.5652 39.0594 20.4348 38.8218 21.2538L40.7425 21.8111C41.0858 20.628 41.0858 19.3719 40.7425 18.1888L38.8218 18.7461ZM38.0648 17.3151C38.4261 17.8104 38.6793 18.2549 38.8217 18.7459L40.7426 18.189C40.51 17.3869 40.1123 16.7282 39.6806 16.1364L38.0648 17.3151ZM36.6335 15.5652C37.2398 16.2765 37.7141 16.8342 38.0648 17.315L39.6806 16.1365C39.2755 15.5811 38.7451 14.9595 38.1555 14.2678L36.6335 15.5652ZM36.3262 15.2045L36.6333 15.565L38.1557 14.268L37.8486 13.9075L36.3262 15.2045ZM35.4452 14.0762C35.6038 14.3541 35.8189 14.6093 36.3263 15.2047L37.8485 13.9074C37.2861 13.2475 37.2251 13.1599 37.1824 13.085L35.4452 14.0762ZM35.1105 13.2676C35.1877 13.5497 35.3 13.8211 35.4448 14.0754L37.1828 13.0858C37.1208 12.9768 37.0726 12.8605 37.0394 12.7393L35.1105 13.2676ZM34.9353 11.8464C34.9974 12.6252 35.0257 12.9591 35.1107 13.2685L37.0392 12.7384C37.0166 12.6563 36.998 12.5525 36.9289 11.6873L34.9353 11.8464ZM34.8975 11.3747L34.9353 11.8467L36.9289 11.687L36.8911 11.215L34.8975 11.3747ZM34.6723 9.12497C34.7643 9.71286 34.8232 10.4424 34.8974 11.3743L36.8911 11.2154C36.8189 10.3097 36.7546 9.49481 36.6482 8.81552L34.6723 9.12497ZM34.1957 7.57761C34.4422 8.02556 34.5774 8.51896 34.6722 9.12484L36.6482 8.81565C36.535 8.09193 36.3505 7.34499 35.948 6.61347L34.1957 7.57761ZM32.4223 5.80424C33.1694 6.21547 33.7846 6.83053 34.1958 7.57766L35.948 6.61341C35.354 5.53417 34.4656 4.64594 33.3867 4.0521L32.4223 5.80424ZM30.875 5.32766C31.4811 5.42259 31.9744 5.55778 32.4224 5.80427L33.3866 4.05206C32.655 3.64946 31.908 3.46508 31.1845 3.35175L30.875 5.32766ZM28.6256 5.10242C29.5576 5.17676 30.2872 5.23561 30.8751 5.32767L31.1845 3.35175C30.5052 3.24539 29.6904 3.181 28.7847 3.10875L28.6256 5.10242ZM28.1536 5.06474L28.6256 5.10241L28.7847 3.10875L28.3128 3.07108L28.1536 5.06474ZM26.7323 4.88956C27.0411 4.97418 27.3739 5.00253 28.1537 5.06475L28.3127 3.07108C27.4481 3.0021 27.3435 2.98332 27.2607 2.96063L26.7323 4.88956ZM25.9243 4.55494C26.1785 4.69974 26.4499 4.81221 26.7323 4.88957L27.2607 2.96062C27.1398 2.92751 27.0235 2.87933 26.9143 2.81716L25.9243 4.55494ZM24.7953 3.67377C25.3907 4.18107 25.6461 4.39632 25.924 4.55477L26.9146 2.81733C26.84 2.77481 26.7526 2.7139 26.0924 2.15143L24.7953 3.67377ZM24.4348 3.36643L24.7951 3.67359L26.0926 2.15161L25.7323 1.84445L24.4348 3.36643ZM24.4324 3.36441L24.4349 3.36654L25.7322 1.84433L25.7297 1.8422L24.4324 3.36441ZM22.6851 1.93528C23.1653 2.28547 23.722 2.759 24.4325 3.36445L25.7296 1.84217C25.0392 1.2538 24.4183 0.723912 23.8635 0.319312L22.6851 1.93528ZM21.254 1.17817C21.7449 1.3206 22.1894 1.57388 22.6851 1.93531L23.8634 0.319278C23.2716 -0.112221 22.6131 -0.509998 21.8112 -0.742627L21.254 1.17817ZM27.5 12.3333H24.9167V14.3333H27.5V12.3333ZM28.7964 12.8703C28.4526 12.5265 27.9862 12.3333 27.5 12.3333V14.3333C27.4558 14.3333 27.4134 14.3157 27.3822 14.2845L28.7964 12.8703ZM29.3333 14.1666C29.3333 13.6804 29.1402 13.2141 28.7964 12.8703L27.3822 14.2845C27.3509 14.2532 27.3333 14.2108 27.3333 14.1666H29.3333ZM28.7964 15.463C29.1402 15.1192 29.3333 14.6529 29.3333 14.1666H27.3333C27.3333 14.1224 27.3509 14.08 27.3822 14.0488L28.7964 15.463ZM27.5 16C27.9862 16 28.4526 15.8068 28.7964 15.463L27.3822 14.0488C27.4134 14.0175 27.4558 14 27.5 14V16ZM26.6667 16H27.5V14H26.6667V16ZM27.6667 25.8333V15H25.6667V25.8333H27.6667ZM26.1519 29.4852C27.1203 28.5169 27.665 27.204 27.6667 25.8345L25.6667 25.8321C25.6657 26.672 25.3316 27.4771 24.7377 28.071L26.1519 29.4852ZM22.5012 31C23.8707 30.9983 25.1836 30.4536 26.1519 29.4852L24.7377 28.071C24.1439 28.6649 23.3387 28.999 22.4988 29L22.5012 31ZM17.5 31H22.5V29H17.5V31ZM13.8481 29.4852C14.8165 30.4536 16.1294 30.9983 17.4988 31L17.5012 29C16.6614 28.999 15.8562 28.6649 15.2623 28.071L13.8481 29.4852ZM12.3334 25.8345C12.335 27.204 12.8797 28.5169 13.8481 29.4852L15.2623 28.071C14.6684 27.4771 14.3344 26.672 14.3333 25.8321L12.3334 25.8345ZM12.3333 15V25.8333H14.3333V15H12.3333ZM12.5 16H13.3333V14H12.5V16ZM11.2037 15.463C11.5475 15.8068 12.0138 16 12.5 16V14C12.5442 14 12.5866 14.0175 12.6179 14.0488L11.2037 15.463ZM10.6667 14.1666C10.6667 14.6529 10.8598 15.1192 11.2037 15.463L12.6179 14.0488C12.6491 14.08 12.6667 14.1224 12.6667 14.1666H10.6667ZM11.2037 12.8703C10.8598 13.2141 10.6667 13.6804 10.6667 14.1666H12.6667C12.6667 14.2108 12.6491 14.2532 12.6179 14.2845L11.2037 12.8703ZM12.5 12.3333C12.0138 12.3333 11.5475 12.5265 11.2037 12.8703L12.6179 14.2845C12.5866 14.3157 12.5442 14.3333 12.5 14.3333V12.3333ZM15.0833 12.3333H12.5V14.3333H15.0833V12.3333ZM15.8999 10.1659C14.9779 10.9186 14.3436 11.9661 14.1038 13.1319L16.0629 13.5347C16.2099 12.8196 16.5991 12.177 17.1647 11.7152L15.8999 10.1659ZM19.1654 8.99997C17.9752 9.00147 16.8219 9.41325 15.8999 10.1659L17.1647 11.7152C17.7303 11.2535 18.4378 11.0009 19.1679 11L19.1654 8.99997ZM20.8333 8.99997H19.1667V11H20.8333V8.99997ZM24.1001 10.1659C23.1781 9.41325 22.0248 9.00147 20.8346 8.99997L20.8321 11C21.5622 11.0009 22.2697 11.2535 22.8353 11.7152L24.1001 10.1659ZM25.8962 13.1319C25.6564 11.9661 25.0221 10.9186 24.1001 10.1659L22.8353 11.7152C23.401 12.177 23.7901 12.8196 23.9372 13.5347L25.8962 13.1319ZM19.1667 12.6666H20.8333V10.6666H19.1667V12.6666ZM18.3009 12.9427C18.5545 12.7634 18.8574 12.667 19.1679 12.6666L19.1655 10.6666C18.4422 10.6675 17.737 10.8921 17.1464 11.3096L18.3009 12.9427ZM17.7515 13.668C17.8554 13.3753 18.0474 13.122 18.3009 12.9427L17.1464 11.3096C16.5558 11.7271 16.1089 12.3171 15.8668 12.9986L17.7515 13.668ZM23.1908 12.3333H16.8092V14.3333H23.1908V12.3333ZM21.6991 12.9427C21.9527 13.122 22.1446 13.3753 22.2485 13.668L24.1332 12.9986C23.8911 12.3171 23.4442 11.7271 22.8536 11.3096L21.6991 12.9427ZM20.8321 12.6666C21.1427 12.667 21.4455 12.7634 21.6991 12.9427L22.8536 11.3096C22.2631 10.8921 21.5578 10.6675 20.8346 10.6666L20.8321 12.6666ZM24 25.8333C24 26.2311 23.842 26.6127 23.5607 26.894L24.9749 28.3082C25.6313 27.6518 26 26.7616 26 25.8333H24ZM24 15V25.8333H26V15H24ZM15 16H25V14H15V16ZM16 25.8333V15H14V25.8333H16ZM16.4394 26.894C16.1581 26.6127 16 26.2311 16 25.8333H14C14 26.7616 14.3688 27.6518 15.0251 28.3082L16.4394 26.894ZM17.5 27.3333C17.1022 27.3333 16.7207 27.1753 16.4394 26.894L15.0251 28.3082C15.6815 28.9646 16.5718 29.3333 17.5 29.3333V27.3333ZM22.5 27.3333H17.5V29.3333H22.5V27.3333ZM23.5607 26.894C23.2794 27.1753 22.8978 27.3333 22.5 27.3333V29.3333C23.4283 29.3333 24.3185 28.9646 24.9749 28.3082L23.5607 26.894ZM18.3333 26C18.8196 26 19.2859 25.8068 19.6297 25.463L18.2155 24.0488C18.2467 24.0175 18.2891 24 18.3333 24V26ZM17.037 25.463C17.3808 25.8068 17.8471 26 18.3333 26V24C18.3776 24 18.4199 24.0175 18.4512 24.0488L17.037 25.463ZM16.5 24.1666C16.5 24.6529 16.6932 25.1192 17.037 25.463L18.4512 24.0488C18.4825 24.08 18.5 24.1224 18.5 24.1666H16.5ZM16.5 19.1666V24.1666H18.5V19.1666H16.5ZM17.037 17.8703C16.6932 18.2141 16.5 18.6804 16.5 19.1666H18.5C18.5 19.2108 18.4825 19.2532 18.4512 19.2845L17.037 17.8703ZM18.3333 17.3333C17.8471 17.3333 17.3808 17.5265 17.037 17.8703L18.4512 19.2845C18.4199 19.3157 18.3776 19.3333 18.3333 19.3333V17.3333ZM19.6297 17.8703C19.2859 17.5265 18.8196 17.3333 18.3333 17.3333V19.3333C18.2891 19.3333 18.2467 19.3157 18.2155 19.2845L19.6297 17.8703ZM20.1667 19.1666C20.1667 18.6804 19.9735 18.2141 19.6297 17.8703L18.2155 19.2845C18.1842 19.2532 18.1667 19.2108 18.1667 19.1666H20.1667ZM20.1667 24.1666V19.1666H18.1667V24.1666H20.1667ZM19.6297 25.463C19.9735 25.1192 20.1667 24.6529 20.1667 24.1666H18.1667C18.1667 24.1224 18.1842 24.08 18.2155 24.0488L19.6297 25.463ZM21.5488 24.0488C21.5801 24.0175 21.6225 24 21.6667 24V26C22.1529 26 22.6192 25.8068 22.963 25.463L21.5488 24.0488ZM21.5 24.1666C21.5 24.1224 21.5176 24.08 21.5488 24.0488L22.963 25.463C23.3069 25.1192 23.5 24.6529 23.5 24.1666H21.5ZM21.5 19.1666V24.1666H23.5V19.1666H21.5ZM21.5488 19.2845C21.5176 19.2532 21.5 19.2108 21.5 19.1666H23.5C23.5 18.6804 23.3069 18.2141 22.963 17.8703L21.5488 19.2845ZM21.6667 19.3333C21.6225 19.3333 21.5801 19.3157 21.5488 19.2845L22.963 17.8703C22.6192 17.5265 22.1529 17.3333 21.6667 17.3333V19.3333ZM21.7845 19.2845C21.7533 19.3157 21.7109 19.3333 21.6667 19.3333V17.3333C21.1804 17.3333 20.7141 17.5265 20.3703 17.8703L21.7845 19.2845ZM21.8333 19.1666C21.8333 19.2108 21.8158 19.2532 21.7845 19.2845L20.3703 17.8703C20.0265 18.2141 19.8333 18.6804 19.8333 19.1666H21.8333ZM21.8333 24.1666V19.1666H19.8333V24.1666H21.8333ZM21.7845 24.0488C21.8158 24.08 21.8333 24.1224 21.8333 24.1666H19.8333C19.8333 24.6529 20.0265 25.1192 20.3703 25.463L21.7845 24.0488ZM21.6667 24C21.7109 24 21.7533 24.0175 21.7845 24.0488L20.3703 25.463C20.7141 25.8068 21.1804 26 21.6667 26V24Z" fill="url(#paint1_linear_15_1209)" mask="url(#path-1-inside-1_15_1209)"/>
7
+ <defs>
8
+ <linearGradient id="paint0_linear_15_1209" x1="20" y1="1.0899" x2="20.6375" y2="39.9999" gradientUnits="userSpaceOnUse">
9
+ <stop stop-color="#E42525"/>
10
+ <stop offset="1" stop-color="#C90000"/>
11
+ </linearGradient>
12
+ <linearGradient id="paint1_linear_15_1209" x1="20" y1="1.21631" x2="20" y2="39.9999" gradientUnits="userSpaceOnUse">
13
+ <stop stop-color="#A90707"/>
14
+ <stop offset="1" stop-color="#E42525"/>
15
+ </linearGradient>
16
+ </defs>
17
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="14" height="18" viewBox="0 0 14 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M4.4524 3.09527C4.4524 2.42665 4.99807 1.88098 5.66669 1.88098H8.33336C8.66763 1.88098 8.96868 2.01482 9.19125 2.23739C9.41382 2.45996 9.54764 2.76098 9.54764 3.09527C9.54764 3.76389 9.00198 4.30955 8.33336 4.30955H5.66669C5.33241 4.30955 5.03137 4.17571 4.80879 3.95314C4.78097 3.92532 4.75454 3.89627 4.72958 3.86609C4.55486 3.6548 4.4524 3.38777 4.4524 3.09527ZM3.50621 2.60898C3.72843 1.62118 4.61279 0.880981 5.66669 0.880981H8.33336C8.94384 0.880981 9.49617 1.1281 9.89836 1.53029C10.1905 1.82241 10.4008 2.19372 10.494 2.60899C11.2275 2.65627 11.9495 2.83593 12.52 3.30394C13.2268 3.88376 13.5953 4.81512 13.5953 6.14289V7.52956C13.5953 7.8057 13.3714 8.02956 13.0953 8.02956C12.8191 8.02956 12.5953 7.8057 12.5953 7.52956V6.14289C12.5953 4.99446 12.2818 4.40201 11.8858 4.07707C11.5486 3.80043 11.0793 3.65602 10.487 3.61098C10.254 4.58401 9.37676 5.30955 8.33336 5.30955H5.66669C5.05621 5.30955 4.50388 5.06244 4.10169 4.66025C3.82518 4.38374 3.62198 4.03627 3.52199 3.64774C3.51884 3.63553 3.5158 3.62328 3.51287 3.611C2.92068 3.65605 2.45146 3.80046 2.11429 4.07707C1.7182 4.40201 1.40479 4.99446 1.40479 6.14289V13.5715C1.40479 14.612 1.71132 15.2177 2.12396 15.574C2.5503 15.9422 3.17574 16.1191 3.9524 16.1191H10.0476C10.8243 16.1191 11.4497 15.9422 11.8761 15.574C12.2887 15.2177 12.5953 14.612 12.5953 13.5715V11.3162C12.5953 11.0401 12.8191 10.8162 13.0953 10.8162C13.3714 10.8162 13.5953 11.0401 13.5953 11.3162V13.5715C13.5953 14.8167 13.2199 15.7348 12.5297 16.3308C11.8532 16.915 10.9548 17.1191 10.0476 17.1191H3.9524C3.04525 17.1191 2.14689 16.915 1.47037 16.3308C0.78015 15.7348 0.404785 14.8167 0.404785 13.5715V6.14289C0.404785 4.81512 0.773273 3.88376 1.48004 3.30394C2.05056 2.8359 2.77267 2.65624 3.50621 2.60898ZM3.4524 9.76193C3.4524 9.48579 3.67626 9.26193 3.9524 9.26193H7.00002C7.27617 9.26193 7.50002 9.48579 7.50002 9.76193C7.50002 10.0381 7.27617 10.2619 7.00002 10.2619H3.9524C3.67626 10.2619 3.4524 10.0381 3.4524 9.76193ZM3.9524 12.3096C3.67626 12.3096 3.4524 12.5334 3.4524 12.8096C3.4524 13.0857 3.67626 13.3096 3.9524 13.3096H10.0476C10.3238 13.3096 10.5476 13.0857 10.5476 12.8096C10.5476 12.5334 10.3238 12.3096 10.0476 12.3096H3.9524Z" fill="currentColor"/>
3
- </svg>
1
+ <svg width="14" height="18" viewBox="0 0 14 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.4524 3.09527C4.4524 2.42665 4.99807 1.88098 5.66669 1.88098H8.33336C8.66763 1.88098 8.96868 2.01482 9.19125 2.23739C9.41382 2.45996 9.54764 2.76098 9.54764 3.09527C9.54764 3.76389 9.00198 4.30955 8.33336 4.30955H5.66669C5.33241 4.30955 5.03137 4.17571 4.80879 3.95314C4.78097 3.92532 4.75454 3.89627 4.72958 3.86609C4.55486 3.6548 4.4524 3.38777 4.4524 3.09527ZM3.50621 2.60898C3.72843 1.62118 4.61279 0.880981 5.66669 0.880981H8.33336C8.94384 0.880981 9.49617 1.1281 9.89836 1.53029C10.1905 1.82241 10.4008 2.19372 10.494 2.60899C11.2275 2.65627 11.9495 2.83593 12.52 3.30394C13.2268 3.88376 13.5953 4.81512 13.5953 6.14289V7.52956C13.5953 7.8057 13.3714 8.02956 13.0953 8.02956C12.8191 8.02956 12.5953 7.8057 12.5953 7.52956V6.14289C12.5953 4.99446 12.2818 4.40201 11.8858 4.07707C11.5486 3.80043 11.0793 3.65602 10.487 3.61098C10.254 4.58401 9.37676 5.30955 8.33336 5.30955H5.66669C5.05621 5.30955 4.50388 5.06244 4.10169 4.66025C3.82518 4.38374 3.62198 4.03627 3.52199 3.64774C3.51884 3.63553 3.5158 3.62328 3.51287 3.611C2.92068 3.65605 2.45146 3.80046 2.11429 4.07707C1.7182 4.40201 1.40479 4.99446 1.40479 6.14289V13.5715C1.40479 14.612 1.71132 15.2177 2.12396 15.574C2.5503 15.9422 3.17574 16.1191 3.9524 16.1191H10.0476C10.8243 16.1191 11.4497 15.9422 11.8761 15.574C12.2887 15.2177 12.5953 14.612 12.5953 13.5715V11.3162C12.5953 11.0401 12.8191 10.8162 13.0953 10.8162C13.3714 10.8162 13.5953 11.0401 13.5953 11.3162V13.5715C13.5953 14.8167 13.2199 15.7348 12.5297 16.3308C11.8532 16.915 10.9548 17.1191 10.0476 17.1191H3.9524C3.04525 17.1191 2.14689 16.915 1.47037 16.3308C0.78015 15.7348 0.404785 14.8167 0.404785 13.5715V6.14289C0.404785 4.81512 0.773273 3.88376 1.48004 3.30394C2.05056 2.8359 2.77267 2.65624 3.50621 2.60898ZM3.4524 9.76193C3.4524 9.48579 3.67626 9.26193 3.9524 9.26193H7.00002C7.27617 9.26193 7.50002 9.48579 7.50002 9.76193C7.50002 10.0381 7.27617 10.2619 7.00002 10.2619H3.9524C3.67626 10.2619 3.4524 10.0381 3.4524 9.76193ZM3.9524 12.3096C3.67626 12.3096 3.4524 12.5334 3.4524 12.8096C3.4524 13.0857 3.67626 13.3096 3.9524 13.3096H10.0476C10.3238 13.3096 10.5476 13.0857 10.5476 12.8096C10.5476 12.5334 10.3238 12.3096 10.0476 12.3096H3.9524Z" fill="currentColor"/>
3
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M6.99998 12.1081C9.867 12.1081 12.1892 9.78589 12.1892 6.91887V-6.10352e-05H10.027V6.91887C10.027 8.59238 8.67349 9.9459 6.99998 9.9459C5.32646 9.9459 3.97294 8.59238 3.97294 6.91887V-6.10352e-05H1.81079V6.91887C1.81079 9.78589 4.13295 12.1081 6.99998 12.1081Z" fill="currentColor"/>
3
- <path d="M13.0542 15.027H0.946045V15.9999H13.0542V15.027Z" fill="currentColor"/>
4
- <path d="M13.0542 13.081H0.946045V14.054H13.0542V13.081Z" fill="currentColor"/>
5
- </svg>
1
+ <svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.99998 12.1081C9.867 12.1081 12.1892 9.78589 12.1892 6.91887V-6.10352e-05H10.027V6.91887C10.027 8.59238 8.67349 9.9459 6.99998 9.9459C5.32646 9.9459 3.97294 8.59238 3.97294 6.91887V-6.10352e-05H1.81079V6.91887C1.81079 9.78589 4.13295 12.1081 6.99998 12.1081Z" fill="currentColor"/>
3
+ <path d="M13.0542 15.027H0.946045V15.9999H13.0542V15.027Z" fill="currentColor"/>
4
+ <path d="M13.0542 13.081H0.946045V14.054H13.0542V13.081Z" fill="currentColor"/>
5
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12.4444 16H3.55555C2.60588 16 1.71302 15.6302 1.04142 14.9586C0.369847 14.287 0 13.3941 0 12.4444V11.5555C0 11.0646 0.397948 10.6666 0.888894 10.6666C1.37984 10.6666 1.77779 11.0646 1.77779 11.5555V12.4444C1.77779 12.9193 1.96273 13.3657 2.29845 13.7015C2.63426 14.0372 3.08068 14.2222 3.55555 14.2222H12.4444C12.9193 14.2222 13.3657 14.0372 13.7015 13.7015C14.0372 13.3656 14.2222 12.9192 14.2222 12.4444V11.5555C14.2222 11.0646 14.6202 10.6666 15.1111 10.6666C15.602 10.6666 16 11.0646 16 11.5555V12.4444C16 13.3941 15.6302 14.2869 14.9586 14.9586C14.287 15.6302 13.3941 16 12.4444 16ZM7.99998 12.4444C7.87702 12.4444 7.75996 12.4194 7.65346 12.3743C7.55409 12.3323 7.46072 12.2713 7.37903 12.1916C7.379 12.1915 7.379 12.1915 7.37897 12.1915C7.37838 12.191 7.37779 12.1904 7.3772 12.1898C7.37704 12.1897 7.37685 12.1894 7.3767 12.1893C7.3762 12.1888 7.37577 12.1884 7.3753 12.1879C7.37499 12.1876 7.37471 12.1874 7.3744 12.187C7.37409 12.1867 7.37369 12.1863 7.37341 12.186C7.37279 12.1854 7.3721 12.1847 7.37148 12.1841L3.81591 8.62852C3.46879 8.2814 3.46879 7.71857 3.81591 7.37142C4.16302 7.0243 4.72588 7.02427 5.073 7.37142L7.11112 9.40954V0.888894C7.11109 0.397948 7.50904 0 7.99998 0C8.49093 0 8.88891 0.397948 8.88891 0.888894V9.40951L10.927 7.37142C11.2741 7.0243 11.837 7.0243 12.1841 7.37142C12.5312 7.71854 12.5312 8.2814 12.1841 8.62852L8.62852 12.1841C8.6279 12.1847 8.62721 12.1854 8.62659 12.186C8.62625 12.1863 8.62588 12.1867 8.6256 12.1869C8.62529 12.1873 8.62501 12.1875 8.6247 12.1878C8.62426 12.1883 8.62377 12.1888 8.62333 12.1892C8.62318 12.1894 8.62296 12.1896 8.6228 12.1897C8.62224 12.1903 8.62165 12.1909 8.62106 12.1915C8.62103 12.1915 8.62103 12.1915 8.621 12.1915C8.61122 12.201 8.60132 12.2103 8.59119 12.2193C8.51676 12.2857 8.43386 12.3375 8.3462 12.3744C8.34589 12.3745 8.34564 12.3747 8.34533 12.3748C8.34499 12.3749 8.34471 12.3751 8.34437 12.3752C8.23842 12.4198 8.12211 12.4444 7.99998 12.4444Z" 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="M12.4444 16H3.55555C2.60588 16 1.71302 15.6302 1.04142 14.9586C0.369847 14.287 0 13.3941 0 12.4444V11.5555C0 11.0646 0.397948 10.6666 0.888894 10.6666C1.37984 10.6666 1.77779 11.0646 1.77779 11.5555V12.4444C1.77779 12.9193 1.96273 13.3657 2.29845 13.7015C2.63426 14.0372 3.08068 14.2222 3.55555 14.2222H12.4444C12.9193 14.2222 13.3657 14.0372 13.7015 13.7015C14.0372 13.3656 14.2222 12.9192 14.2222 12.4444V11.5555C14.2222 11.0646 14.6202 10.6666 15.1111 10.6666C15.602 10.6666 16 11.0646 16 11.5555V12.4444C16 13.3941 15.6302 14.2869 14.9586 14.9586C14.287 15.6302 13.3941 16 12.4444 16ZM7.99998 12.4444C7.87702 12.4444 7.75996 12.4194 7.65346 12.3743C7.55409 12.3323 7.46072 12.2713 7.37903 12.1916C7.379 12.1915 7.379 12.1915 7.37897 12.1915C7.37838 12.191 7.37779 12.1904 7.3772 12.1898C7.37704 12.1897 7.37685 12.1894 7.3767 12.1893C7.3762 12.1888 7.37577 12.1884 7.3753 12.1879C7.37499 12.1876 7.37471 12.1874 7.3744 12.187C7.37409 12.1867 7.37369 12.1863 7.37341 12.186C7.37279 12.1854 7.3721 12.1847 7.37148 12.1841L3.81591 8.62852C3.46879 8.2814 3.46879 7.71857 3.81591 7.37142C4.16302 7.0243 4.72588 7.02427 5.073 7.37142L7.11112 9.40954V0.888894C7.11109 0.397948 7.50904 0 7.99998 0C8.49093 0 8.88891 0.397948 8.88891 0.888894V9.40951L10.927 7.37142C11.2741 7.0243 11.837 7.0243 12.1841 7.37142C12.5312 7.71854 12.5312 8.2814 12.1841 8.62852L8.62852 12.1841C8.6279 12.1847 8.62721 12.1854 8.62659 12.186C8.62625 12.1863 8.62588 12.1867 8.6256 12.1869C8.62529 12.1873 8.62501 12.1875 8.6247 12.1878C8.62426 12.1883 8.62377 12.1888 8.62333 12.1892C8.62318 12.1894 8.62296 12.1896 8.6228 12.1897C8.62224 12.1903 8.62165 12.1909 8.62106 12.1915C8.62103 12.1915 8.62103 12.1915 8.621 12.1915C8.61122 12.201 8.60132 12.2103 8.59119 12.2193C8.51676 12.2857 8.43386 12.3375 8.3462 12.3744C8.34589 12.3745 8.34564 12.3747 8.34533 12.3748C8.34499 12.3749 8.34471 12.3751 8.34437 12.3752C8.23842 12.4198 8.12211 12.4444 7.99998 12.4444Z" fill="currentColor"/>
3
+ </svg>
@@ -1,3 +1,3 @@
1
- <svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12.0873 3.69067L9.85758 1.36667C9.01086 0.485333 7.88574 0 6.68958 0H3.79998C2.0355 0 0.599976 1.49533 0.599976 3.33333V12.6667C0.599976 14.5047 2.0355 16 3.79998 16H10.2C11.9645 16 13.4 14.5047 13.4 12.6667V6.99C13.4 5.74267 12.9334 4.572 12.0873 3.69067ZM11.1824 4.634C11.3859 4.84533 11.5581 5.08067 11.6976 5.334H8.91934C8.56606 5.334 8.27934 5.03467 8.27934 4.66733V1.77267C8.52254 1.918 8.74846 2.09733 8.95198 2.30933L11.1817 4.63333L11.1824 4.634ZM12.12 12.6673C12.12 13.77 11.2585 14.6673 10.2 14.6673H3.79998C2.74142 14.6673 1.87998 13.77 1.87998 12.6673V3.33333C1.87998 2.23067 2.74142 1.33333 3.79998 1.33333H6.68958C6.7939 1.33333 6.89758 1.33867 6.99998 1.34867V4.66667C6.99998 5.76933 7.86142 6.66667 8.91998 6.66667H12.1053C12.1149 6.77333 12.12 6.88133 12.12 6.99V12.6673ZM9.37246 10.7373C9.62269 10.9973 9.62269 11.4193 9.37246 11.68L8.34014 12.756C7.97086 13.1407 7.4851 13.3333 6.99998 13.3333C6.51486 13.3333 6.0291 13.1407 5.65982 12.756L4.6275 11.68C4.37726 11.4193 4.37726 10.9973 4.6275 10.7373C4.87774 10.4767 5.28222 10.4767 5.53246 10.7373L6.35998 11.5993V8.66733C6.35998 8.29933 6.64606 8.00067 6.99998 8.00067C7.3539 8.00067 7.63998 8.29933 7.63998 8.66733V11.5993L8.4675 10.7373C8.71774 10.4767 9.12222 10.4767 9.37246 10.7373Z" fill="#71347B"/>
3
- </svg>
1
+ <svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.0873 3.69067L9.85758 1.36667C9.01086 0.485333 7.88574 0 6.68958 0H3.79998C2.0355 0 0.599976 1.49533 0.599976 3.33333V12.6667C0.599976 14.5047 2.0355 16 3.79998 16H10.2C11.9645 16 13.4 14.5047 13.4 12.6667V6.99C13.4 5.74267 12.9334 4.572 12.0873 3.69067ZM11.1824 4.634C11.3859 4.84533 11.5581 5.08067 11.6976 5.334H8.91934C8.56606 5.334 8.27934 5.03467 8.27934 4.66733V1.77267C8.52254 1.918 8.74846 2.09733 8.95198 2.30933L11.1817 4.63333L11.1824 4.634ZM12.12 12.6673C12.12 13.77 11.2585 14.6673 10.2 14.6673H3.79998C2.74142 14.6673 1.87998 13.77 1.87998 12.6673V3.33333C1.87998 2.23067 2.74142 1.33333 3.79998 1.33333H6.68958C6.7939 1.33333 6.89758 1.33867 6.99998 1.34867V4.66667C6.99998 5.76933 7.86142 6.66667 8.91998 6.66667H12.1053C12.1149 6.77333 12.12 6.88133 12.12 6.99V12.6673ZM9.37246 10.7373C9.62269 10.9973 9.62269 11.4193 9.37246 11.68L8.34014 12.756C7.97086 13.1407 7.4851 13.3333 6.99998 13.3333C6.51486 13.3333 6.0291 13.1407 5.65982 12.756L4.6275 11.68C4.37726 11.4193 4.37726 10.9973 4.6275 10.7373C4.87774 10.4767 5.28222 10.4767 5.53246 10.7373L6.35998 11.5993V8.66733C6.35998 8.29933 6.64606 8.00067 6.99998 8.00067C7.3539 8.00067 7.63998 8.29933 7.63998 8.66733V11.5993L8.4675 10.7373C8.71774 10.4767 9.12222 10.4767 9.37246 10.7373Z" fill="#71347B"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12.4444 16H3.55555C2.60588 16 1.71302 15.6302 1.04142 14.9586C0.369847 14.287 0 13.3941 0 12.4444V11.5555C0 11.0646 0.397948 10.6666 0.888894 10.6666C1.37984 10.6666 1.77779 11.0646 1.77779 11.5555V12.4444C1.77779 12.9193 1.96273 13.3657 2.29845 13.7015C2.63426 14.0372 3.08068 14.2222 3.55555 14.2222H12.4444C12.9193 14.2222 13.3657 14.0372 13.7015 13.7015C14.0372 13.3656 14.2222 12.9192 14.2222 12.4444V11.5555C14.2222 11.0646 14.6202 10.6666 15.1111 10.6666C15.602 10.6666 16 11.0646 16 11.5555V12.4444C16 13.3941 15.6302 14.2869 14.9586 14.9586C14.287 15.6302 13.3941 16 12.4444 16ZM7.99998 12.4444C7.87702 12.4444 7.75996 12.4194 7.65346 12.3743C7.55409 12.3323 7.46072 12.2713 7.37903 12.1916C7.379 12.1915 7.379 12.1915 7.37897 12.1915C7.37838 12.191 7.37779 12.1904 7.3772 12.1898C7.37704 12.1897 7.37685 12.1894 7.3767 12.1893C7.3762 12.1888 7.37577 12.1884 7.3753 12.1879C7.37499 12.1876 7.37471 12.1874 7.3744 12.187C7.37409 12.1867 7.37369 12.1863 7.37341 12.186C7.37279 12.1854 7.3721 12.1847 7.37148 12.1841L3.81591 8.62852C3.46879 8.2814 3.46879 7.71857 3.81591 7.37142C4.16302 7.0243 4.72588 7.02427 5.073 7.37142L7.11112 9.40954V0.888894C7.11109 0.397948 7.50904 0 7.99998 0C8.49093 0 8.88891 0.397948 8.88891 0.888894V9.40951L10.927 7.37142C11.2741 7.0243 11.837 7.0243 12.1841 7.37142C12.5312 7.71854 12.5312 8.2814 12.1841 8.62852L8.62852 12.1841C8.6279 12.1847 8.62721 12.1854 8.62659 12.186C8.62625 12.1863 8.62588 12.1867 8.6256 12.1869C8.62529 12.1873 8.62501 12.1875 8.6247 12.1878C8.62426 12.1883 8.62377 12.1888 8.62333 12.1892C8.62318 12.1894 8.62296 12.1896 8.6228 12.1897C8.62224 12.1903 8.62165 12.1909 8.62106 12.1915C8.62103 12.1915 8.62103 12.1915 8.621 12.1915C8.61122 12.201 8.60132 12.2103 8.59119 12.2193C8.51676 12.2857 8.43386 12.3375 8.3462 12.3744C8.34589 12.3745 8.34564 12.3747 8.34533 12.3748C8.34499 12.3749 8.34471 12.3751 8.34437 12.3752C8.23842 12.4198 8.12211 12.4444 7.99998 12.4444Z" fill="currentColor"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.6538 0.680511C12.7083 0.652702 12.7638 0.62438 12.8319 0.583147L12.7921 0.562091C12.6938 0.502444 12.5874 0.445891 12.4791 0.388243C12.4274 0.360745 12.3752 0.332996 12.3232 0.304544C12.145 0.18273 11.9496 0.0888035 11.7437 0.0259412C11.5949 -0.0175826 11.4357 -0.00606335 11.2946 0.0584227C11.1536 0.122909 11.0399 0.236125 10.9742 0.377692C10.896 0.547176 10.8611 0.733682 10.8725 0.920274C10.8725 2.09321 10.8869 3.28044 10.9014 4.45338C10.8942 4.6937 10.9087 4.93419 10.9449 5.17184C10.96 5.25988 10.9921 5.34404 11.0395 5.41952C11.0868 5.495 11.1484 5.5603 11.2208 5.61169C11.3193 5.6748 11.4314 5.71306 11.5476 5.72324C11.6638 5.73343 11.7808 5.71524 11.8886 5.6702C11.9465 5.65557 11.961 5.61136 11.961 5.55285V1.1111C11.9588 1.09371 11.9617 1.07607 11.9695 1.06038C11.9772 1.04469 11.9894 1.03168 12.0045 1.023C12.1133 0.964318 12.2186 0.909378 12.3239 0.854439C12.4291 0.799499 12.5344 0.744559 12.6432 0.685879C12.6468 0.68409 12.6503 0.682301 12.6538 0.680511ZM12.8319 3.82234V5.09801C12.9481 5.02519 13.064 4.95139 13.1947 4.86069C13.4053 4.73602 13.6121 4.61509 13.819 4.49415C14.0258 4.37322 14.2327 4.25229 14.4433 4.12761C14.6147 4.03049 14.7822 3.92908 14.9499 3.82761C15.1088 3.73141 15.2679 3.63516 15.4304 3.54244C15.5844 3.46114 15.7223 3.35181 15.837 3.21995C15.9243 3.12454 15.9797 3.00385 15.9954 2.87492C16.011 2.746 15.9862 2.61537 15.9243 2.5015C15.8262 2.3264 15.6799 2.18377 15.5032 2.0909C15.2566 1.95924 15.0241 1.82725 14.792 1.69526C14.6096 1.5919 14.4228 1.4837 14.2364 1.37572C14.0816 1.28605 13.927 1.19653 13.7755 1.1101C13.7621 1.10284 13.7471 1.09905 13.7319 1.09905C13.7167 1.09905 13.7017 1.10284 13.6883 1.1101C13.5421 1.2207 13.3903 1.32552 13.2364 1.43183C13.1455 1.49457 13.0539 1.55782 12.9623 1.6231C12.9481 1.63602 12.9368 1.6519 12.9293 1.66964C12.9218 1.68737 12.9182 1.70655 12.9188 1.72583V2.66404C12.926 2.66404 12.9297 2.66038 12.9333 2.65673C12.9369 2.65307 12.9405 2.64941 12.9478 2.64941C13.0857 2.56147 13.22 2.4772 13.3542 2.39292C13.4885 2.30864 13.6228 2.22436 13.7607 2.13642C13.7714 2.12901 13.7841 2.12504 13.7971 2.12504C13.8101 2.12504 13.8228 2.12901 13.8335 2.13642C13.9411 2.20152 14.0488 2.26313 14.1565 2.32473C14.2666 2.38772 14.3767 2.4507 14.4867 2.51743C14.5769 2.56064 14.6642 2.60961 14.7482 2.66404C14.6033 2.75214 14.4726 2.82562 14.3418 2.89876C13.8624 3.17704 13.3689 3.45564 12.8753 3.73425C12.8615 3.74419 12.8502 3.75743 12.8427 3.7728C12.8351 3.78817 12.8314 3.80518 12.8319 3.82234Z" 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="M12.4444 16H3.55555C2.60588 16 1.71302 15.6302 1.04142 14.9586C0.369847 14.287 0 13.3941 0 12.4444V11.5555C0 11.0646 0.397948 10.6666 0.888894 10.6666C1.37984 10.6666 1.77779 11.0646 1.77779 11.5555V12.4444C1.77779 12.9193 1.96273 13.3657 2.29845 13.7015C2.63426 14.0372 3.08068 14.2222 3.55555 14.2222H12.4444C12.9193 14.2222 13.3657 14.0372 13.7015 13.7015C14.0372 13.3656 14.2222 12.9192 14.2222 12.4444V11.5555C14.2222 11.0646 14.6202 10.6666 15.1111 10.6666C15.602 10.6666 16 11.0646 16 11.5555V12.4444C16 13.3941 15.6302 14.2869 14.9586 14.9586C14.287 15.6302 13.3941 16 12.4444 16ZM7.99998 12.4444C7.87702 12.4444 7.75996 12.4194 7.65346 12.3743C7.55409 12.3323 7.46072 12.2713 7.37903 12.1916C7.379 12.1915 7.379 12.1915 7.37897 12.1915C7.37838 12.191 7.37779 12.1904 7.3772 12.1898C7.37704 12.1897 7.37685 12.1894 7.3767 12.1893C7.3762 12.1888 7.37577 12.1884 7.3753 12.1879C7.37499 12.1876 7.37471 12.1874 7.3744 12.187C7.37409 12.1867 7.37369 12.1863 7.37341 12.186C7.37279 12.1854 7.3721 12.1847 7.37148 12.1841L3.81591 8.62852C3.46879 8.2814 3.46879 7.71857 3.81591 7.37142C4.16302 7.0243 4.72588 7.02427 5.073 7.37142L7.11112 9.40954V0.888894C7.11109 0.397948 7.50904 0 7.99998 0C8.49093 0 8.88891 0.397948 8.88891 0.888894V9.40951L10.927 7.37142C11.2741 7.0243 11.837 7.0243 12.1841 7.37142C12.5312 7.71854 12.5312 8.2814 12.1841 8.62852L8.62852 12.1841C8.6279 12.1847 8.62721 12.1854 8.62659 12.186C8.62625 12.1863 8.62588 12.1867 8.6256 12.1869C8.62529 12.1873 8.62501 12.1875 8.6247 12.1878C8.62426 12.1883 8.62377 12.1888 8.62333 12.1892C8.62318 12.1894 8.62296 12.1896 8.6228 12.1897C8.62224 12.1903 8.62165 12.1909 8.62106 12.1915C8.62103 12.1915 8.62103 12.1915 8.621 12.1915C8.61122 12.201 8.60132 12.2103 8.59119 12.2193C8.51676 12.2857 8.43386 12.3375 8.3462 12.3744C8.34589 12.3745 8.34564 12.3747 8.34533 12.3748C8.34499 12.3749 8.34471 12.3751 8.34437 12.3752C8.23842 12.4198 8.12211 12.4444 7.99998 12.4444Z" fill="currentColor"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.6538 0.680511C12.7083 0.652702 12.7638 0.62438 12.8319 0.583147L12.7921 0.562091C12.6938 0.502444 12.5874 0.445891 12.4791 0.388243C12.4274 0.360745 12.3752 0.332996 12.3232 0.304544C12.145 0.18273 11.9496 0.0888035 11.7437 0.0259412C11.5949 -0.0175826 11.4357 -0.00606335 11.2946 0.0584227C11.1536 0.122909 11.0399 0.236125 10.9742 0.377692C10.896 0.547176 10.8611 0.733682 10.8725 0.920274C10.8725 2.09321 10.8869 3.28044 10.9014 4.45338C10.8942 4.6937 10.9087 4.93419 10.9449 5.17184C10.96 5.25988 10.9921 5.34404 11.0395 5.41952C11.0868 5.495 11.1484 5.5603 11.2208 5.61169C11.3193 5.6748 11.4314 5.71306 11.5476 5.72324C11.6638 5.73343 11.7808 5.71524 11.8886 5.6702C11.9465 5.65557 11.961 5.61136 11.961 5.55285V1.1111C11.9588 1.09371 11.9617 1.07607 11.9695 1.06038C11.9772 1.04469 11.9894 1.03168 12.0045 1.023C12.1133 0.964318 12.2186 0.909378 12.3239 0.854439C12.4291 0.799499 12.5344 0.744559 12.6432 0.685879C12.6468 0.68409 12.6503 0.682301 12.6538 0.680511ZM12.8319 3.82234V5.09801C12.9481 5.02519 13.064 4.95139 13.1947 4.86069C13.4053 4.73602 13.6121 4.61509 13.819 4.49415C14.0258 4.37322 14.2327 4.25229 14.4433 4.12761C14.6147 4.03049 14.7822 3.92908 14.9499 3.82761C15.1088 3.73141 15.2679 3.63516 15.4304 3.54244C15.5844 3.46114 15.7223 3.35181 15.837 3.21995C15.9243 3.12454 15.9797 3.00385 15.9954 2.87492C16.011 2.746 15.9862 2.61537 15.9243 2.5015C15.8262 2.3264 15.6799 2.18377 15.5032 2.0909C15.2566 1.95924 15.0241 1.82725 14.792 1.69526C14.6096 1.5919 14.4228 1.4837 14.2364 1.37572C14.0816 1.28605 13.927 1.19653 13.7755 1.1101C13.7621 1.10284 13.7471 1.09905 13.7319 1.09905C13.7167 1.09905 13.7017 1.10284 13.6883 1.1101C13.5421 1.2207 13.3903 1.32552 13.2364 1.43183C13.1455 1.49457 13.0539 1.55782 12.9623 1.6231C12.9481 1.63602 12.9368 1.6519 12.9293 1.66964C12.9218 1.68737 12.9182 1.70655 12.9188 1.72583V2.66404C12.926 2.66404 12.9297 2.66038 12.9333 2.65673C12.9369 2.65307 12.9405 2.64941 12.9478 2.64941C13.0857 2.56147 13.22 2.4772 13.3542 2.39292C13.4885 2.30864 13.6228 2.22436 13.7607 2.13642C13.7714 2.12901 13.7841 2.12504 13.7971 2.12504C13.8101 2.12504 13.8228 2.12901 13.8335 2.13642C13.9411 2.20152 14.0488 2.26313 14.1565 2.32473C14.2666 2.38772 14.3767 2.4507 14.4867 2.51743C14.5769 2.56064 14.6642 2.60961 14.7482 2.66404C14.6033 2.75214 14.4726 2.82562 14.3418 2.89876C13.8624 3.17704 13.3689 3.45564 12.8753 3.73425C12.8615 3.74419 12.8502 3.75743 12.8427 3.7728C12.8351 3.78817 12.8314 3.80518 12.8319 3.82234Z" fill="currentColor"/>
4
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd"
3
- d="M1.86699 2.93345C2.52973 2.93345 3.06699 2.39619 3.06699 1.73345C3.06699 1.07071 2.52973 0.533447 1.86699 0.533447C1.20425 0.533447 0.666992 1.07071 0.666992 1.73345C0.666992 2.39619 1.20425 2.93345 1.86699 2.93345ZM6.13366 2.93345C6.7964 2.93345 7.33366 2.39619 7.33366 1.73345C7.33366 1.07071 6.7964 0.533447 6.13366 0.533447C5.47092 0.533447 4.93366 1.07071 4.93366 1.73345C4.93366 2.39619 5.47092 2.93345 6.13366 2.93345ZM7.33366 6.00011C7.33366 6.66286 6.7964 7.20011 6.13366 7.20011C5.47092 7.20011 4.93366 6.66286 4.93366 6.00011C4.93366 5.33737 5.47092 4.80011 6.13366 4.80011C6.7964 4.80011 7.33366 5.33737 7.33366 6.00011ZM1.86699 7.20011C2.52973 7.20011 3.06699 6.66286 3.06699 6.00011C3.06699 5.33737 2.52973 4.80011 1.86699 4.80011C1.20425 4.80011 0.666992 5.33737 0.666992 6.00011C0.666992 6.66286 1.20425 7.20011 1.86699 7.20011ZM7.33366 10.2668C7.33366 10.9295 6.7964 11.4668 6.13366 11.4668C5.47092 11.4668 4.93366 10.9295 4.93366 10.2668C4.93366 9.60404 5.47092 9.06678 6.13366 9.06678C6.7964 9.06678 7.33366 9.60404 7.33366 10.2668ZM1.86699 11.4668C2.52973 11.4668 3.06699 10.9295 3.06699 10.2668C3.06699 9.60404 2.52973 9.06678 1.86699 9.06678C1.20425 9.06678 0.666992 9.60404 0.666992 10.2668C0.666992 10.9295 1.20425 11.4668 1.86699 11.4668Z"
4
- fill="currentColor" />
1
+ <svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M1.86699 2.93345C2.52973 2.93345 3.06699 2.39619 3.06699 1.73345C3.06699 1.07071 2.52973 0.533447 1.86699 0.533447C1.20425 0.533447 0.666992 1.07071 0.666992 1.73345C0.666992 2.39619 1.20425 2.93345 1.86699 2.93345ZM6.13366 2.93345C6.7964 2.93345 7.33366 2.39619 7.33366 1.73345C7.33366 1.07071 6.7964 0.533447 6.13366 0.533447C5.47092 0.533447 4.93366 1.07071 4.93366 1.73345C4.93366 2.39619 5.47092 2.93345 6.13366 2.93345ZM7.33366 6.00011C7.33366 6.66286 6.7964 7.20011 6.13366 7.20011C5.47092 7.20011 4.93366 6.66286 4.93366 6.00011C4.93366 5.33737 5.47092 4.80011 6.13366 4.80011C6.7964 4.80011 7.33366 5.33737 7.33366 6.00011ZM1.86699 7.20011C2.52973 7.20011 3.06699 6.66286 3.06699 6.00011C3.06699 5.33737 2.52973 4.80011 1.86699 4.80011C1.20425 4.80011 0.666992 5.33737 0.666992 6.00011C0.666992 6.66286 1.20425 7.20011 1.86699 7.20011ZM7.33366 10.2668C7.33366 10.9295 6.7964 11.4668 6.13366 11.4668C5.47092 11.4668 4.93366 10.9295 4.93366 10.2668C4.93366 9.60404 5.47092 9.06678 6.13366 9.06678C6.7964 9.06678 7.33366 9.60404 7.33366 10.2668ZM1.86699 11.4668C2.52973 11.4668 3.06699 10.9295 3.06699 10.2668C3.06699 9.60404 2.52973 9.06678 1.86699 9.06678C1.20425 9.06678 0.666992 9.60404 0.666992 10.2668C0.666992 10.9295 1.20425 11.4668 1.86699 11.4668Z"
4
+ fill="currentColor" />
5
5
  </svg>
@@ -1,6 +1,6 @@
1
- <svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.58435 10.8705H5.08047C5.28388 10.8705 5.45256 10.7018 5.45256 10.4984C5.45256 10.295 5.28388 10.1263 5.08047 10.1263H4.58435C2.29721 10.1263 1.48357 9.31263 1.48357 7.0255V4.04876C1.48357 1.76163 2.29721 0.947982 4.58435 0.947982H7.56109C9.84822 0.947982 10.6619 1.76163 10.6619 4.04876V4.53496C10.6619 4.73837 10.8305 4.90705 11.034 4.90705C11.2374 4.90705 11.4061 4.73837 11.4061 4.53496V4.04876C11.4061 1.3548 10.255 0.203796 7.56109 0.203796H4.58435C1.89039 0.203796 0.739385 1.3548 0.739385 4.04876V7.0255C0.739385 9.71946 1.89039 10.8705 4.58435 10.8705Z" fill="currentColor"/>
3
- <path d="M5.57663 5.41297C5.67089 5.41297 5.76515 5.37824 5.83957 5.30382C5.98345 5.15995 5.98345 4.92181 5.83957 4.77793L3.98407 2.91746H5.0805C5.28391 2.91746 5.4526 2.74878 5.4526 2.54537C5.4526 2.34196 5.28887 2.17328 5.0805 2.17328H3.09105C2.94221 2.17328 2.80329 2.26258 2.74872 2.4015C2.68918 2.54041 2.72391 2.69917 2.8281 2.80832L5.31368 5.30382C5.3881 5.37824 5.48236 5.41297 5.57663 5.41297Z" fill="currentColor"/>
4
- <path d="M3.09113 4.91188C3.29454 4.91188 3.46323 4.7432 3.46323 4.53979V2.54537C3.46323 2.34196 3.29454 2.17328 3.09113 2.17328C2.88772 2.17328 2.71904 2.34196 2.71904 2.54537V4.53483C2.71904 4.7432 2.88772 4.91188 3.09113 4.91188Z" fill="currentColor"/>
5
- <path d="M8.13163 10.8704H9.47117C10.7909 10.8704 11.4061 10.2552 11.4061 8.93555V7.59602C11.4061 6.27633 10.7909 5.66113 9.47117 5.66113H8.13163C6.81194 5.66113 6.19675 6.27633 6.19675 7.59602V8.93555C6.19675 10.2552 6.81194 10.8704 8.13163 10.8704Z" fill="currentColor"/>
6
- </svg>
1
+ <svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.58435 10.8705H5.08047C5.28388 10.8705 5.45256 10.7018 5.45256 10.4984C5.45256 10.295 5.28388 10.1263 5.08047 10.1263H4.58435C2.29721 10.1263 1.48357 9.31263 1.48357 7.0255V4.04876C1.48357 1.76163 2.29721 0.947982 4.58435 0.947982H7.56109C9.84822 0.947982 10.6619 1.76163 10.6619 4.04876V4.53496C10.6619 4.73837 10.8305 4.90705 11.034 4.90705C11.2374 4.90705 11.4061 4.73837 11.4061 4.53496V4.04876C11.4061 1.3548 10.255 0.203796 7.56109 0.203796H4.58435C1.89039 0.203796 0.739385 1.3548 0.739385 4.04876V7.0255C0.739385 9.71946 1.89039 10.8705 4.58435 10.8705Z" fill="currentColor"/>
3
+ <path d="M5.57663 5.41297C5.67089 5.41297 5.76515 5.37824 5.83957 5.30382C5.98345 5.15995 5.98345 4.92181 5.83957 4.77793L3.98407 2.91746H5.0805C5.28391 2.91746 5.4526 2.74878 5.4526 2.54537C5.4526 2.34196 5.28887 2.17328 5.0805 2.17328H3.09105C2.94221 2.17328 2.80329 2.26258 2.74872 2.4015C2.68918 2.54041 2.72391 2.69917 2.8281 2.80832L5.31368 5.30382C5.3881 5.37824 5.48236 5.41297 5.57663 5.41297Z" fill="currentColor"/>
4
+ <path d="M3.09113 4.91188C3.29454 4.91188 3.46323 4.7432 3.46323 4.53979V2.54537C3.46323 2.34196 3.29454 2.17328 3.09113 2.17328C2.88772 2.17328 2.71904 2.34196 2.71904 2.54537V4.53483C2.71904 4.7432 2.88772 4.91188 3.09113 4.91188Z" fill="currentColor"/>
5
+ <path d="M8.13163 10.8704H9.47117C10.7909 10.8704 11.4061 10.2552 11.4061 8.93555V7.59602C11.4061 6.27633 10.7909 5.66113 9.47117 5.66113H8.13163C6.81194 5.66113 6.19675 6.27633 6.19675 7.59602V8.93555C6.19675 10.2552 6.81194 10.8704 8.13163 10.8704Z" fill="currentColor"/>
6
+ </svg>
@@ -1,18 +1,18 @@
1
- <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- d="M17.4158 12.1524C15.8645 12.1395 14.6332 13.5171 14.6332 15.0915V54.4384C14.6332 56.0637 15.9452 57.479 17.5669 57.3718C20.0348 57.2086 24.9708 56.8823 24.9708 56.8823L25.1038 56.7117V25.5621C25.1038 23.9368 26.4157 22.5212 28.0375 22.6284C35.5377 23.1244 43.0379 23.6205 50.5381 24.1165L50.5384 24.1162V17.0779C50.5384 15.4526 49.2267 14.2514 47.605 14.1442C37.5924 13.4821 27.5795 12.82 17.5669 12.1578C17.5162 12.1545 17.4659 12.1528 17.4158 12.1524Z"
4
- fill="#D8C6DB" />
5
- <path
6
- d="M28.1493 20.9452C25.4926 20.7696 23.4183 23.029 23.4183 25.562V64.9087C23.4183 67.4417 25.4926 69.7011 28.1493 69.5254C38.1619 68.8633 48.1752 68.202 58.1879 67.5399C60.5774 67.3819 62.6963 65.4561 62.6963 62.9232V57.4368C62.6994 57.2132 62.6581 56.9913 62.5748 56.7839C62.4914 56.5765 62.3677 56.3877 62.2107 56.2285C62.0538 56.0693 61.8668 55.9429 61.6605 55.8566C61.4543 55.7704 61.233 55.7259 61.0095 55.7259C60.7859 55.7259 60.5646 55.7704 60.3584 55.8566C60.1522 55.9429 59.9652 56.0693 59.8082 56.2285C59.6513 56.3877 59.5275 56.5765 59.4442 56.7839C59.3608 56.9913 59.3195 57.2132 59.3227 57.4368V62.9232C59.3227 63.6405 58.8193 64.1172 57.9654 64.1736C47.9527 64.8358 37.9393 65.497 27.9267 66.1591C27.3401 66.1981 26.7919 65.6262 26.7919 64.9087V25.562C26.7919 24.8444 27.3399 24.2727 27.9267 24.3115C37.9393 24.9735 57.9654 26.2984 57.9654 26.2984C58.8194 26.3547 59.3227 26.8314 59.3227 27.5489V33.0413C59.3195 33.2648 59.3608 33.4867 59.4442 33.6941C59.5275 33.9015 59.6513 34.0903 59.8082 34.2495C59.9652 34.4087 60.1522 34.5351 60.3584 34.6214C60.5646 34.7076 60.7859 34.7521 61.0095 34.7521C61.233 34.7521 61.4543 34.7076 61.6605 34.6214C61.8668 34.5351 62.0538 34.4087 62.2107 34.2495C62.3677 34.0903 62.4914 33.9015 62.5748 33.6941C62.6581 33.4867 62.6994 33.2648 62.6963 33.0413V27.5489C62.6963 25.0159 60.5773 23.0902 58.1879 22.9322C58.1879 22.9322 38.1619 21.6073 28.1493 20.9452Z"
7
- fill="#71347B" />
8
- <path
9
- d="M17.6786 10.4745C15.0219 10.2989 12.9476 12.5583 12.9476 15.0913V54.438C12.9476 56.971 15.0219 59.2303 17.6786 59.0547C20.1465 58.8915 25.0832 58.5656 25.0832 58.5656L24.8606 55.1994C24.8606 55.1994 19.924 55.5252 17.456 55.6884C16.8692 55.7274 16.3212 55.1555 16.3212 54.438V15.0913C16.3212 14.3739 16.8692 13.802 17.456 13.8408C27.4686 14.5029 37.482 15.1656 47.4947 15.8278C48.3486 15.884 48.852 16.3607 48.852 17.0782V22.5706H52.2256V17.0782C52.2256 14.5452 50.1066 12.6195 47.7172 12.4615C37.7045 11.7994 27.6912 11.1367 17.6786 10.4745Z"
10
- fill="#71347B" />
11
- <path
12
- d="M60.9846 38.5965C60.5463 38.6031 60.1277 38.7801 59.8176 39.0899L55.485 43.4226C55.3231 43.578 55.1939 43.7642 55.1049 43.9702C55.0159 44.1762 54.9689 44.3979 54.9666 44.6223C54.9643 44.8467 55.0069 45.0692 55.0917 45.277C55.1765 45.4847 55.3019 45.6735 55.4606 45.8322C55.6193 45.9908 55.808 46.1163 56.0158 46.2011C56.2235 46.2859 56.4461 46.3285 56.6705 46.3262C56.8949 46.3239 57.1166 46.2769 57.3226 46.1879C57.5286 46.0989 57.7147 45.9697 57.8702 45.8079L61.0095 42.6686L64.1488 45.8079C64.3042 45.9697 64.4904 46.0989 64.6964 46.1879C64.9024 46.2769 65.1241 46.3239 65.3485 46.3262C65.5728 46.3285 65.7954 46.2859 66.0032 46.2011C66.2109 46.1163 66.3997 45.9908 66.5583 45.8322C66.717 45.6735 66.8424 45.4847 66.9273 45.277C67.0121 45.0692 67.0546 44.8467 67.0523 44.6223C67.0501 44.3979 67.0031 44.1762 66.914 43.9702C66.825 43.7642 66.6958 43.578 66.534 43.4226L62.2028 39.0899C62.0431 38.9304 61.853 38.8045 61.6437 38.7197C61.4345 38.6349 61.2103 38.593 60.9846 38.5965Z"
13
- fill="#71347B" />
14
- <path
15
- d="M60.9846 40.0066C60.5375 40.0132 60.1113 40.197 59.7997 40.5177C59.488 40.8384 59.3165 41.2697 59.3227 41.7168V50.1946C59.3195 50.4182 59.3608 50.6401 59.4442 50.8475C59.5275 51.0549 59.6513 51.2437 59.8082 51.4029C59.9652 51.5621 60.1522 51.6885 60.3584 51.7748C60.5646 51.861 60.7859 51.9055 61.0095 51.9055C61.233 51.9055 61.4543 51.861 61.6606 51.7748C61.8668 51.6885 62.0538 51.5621 62.2107 51.4029C62.3677 51.2437 62.4914 51.0549 62.5748 50.8475C62.6581 50.6401 62.6994 50.4182 62.6963 50.1946V41.7168C62.6994 41.4912 62.6572 41.2673 62.5723 41.0583C62.4874 40.8493 62.3614 40.6594 62.2018 40.5C62.0422 40.3405 61.8523 40.2147 61.6432 40.13C61.4341 40.0452 61.2102 40.0033 60.9846 40.0066Z"
16
- fill="#71347B" />
17
- <path d="M40.1047 22.3128L23.9118 38.5057L26.297 40.891L42.4899 24.6981L40.1047 22.3128Z" fill="#71347B" />
18
- </svg>
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M17.4158 12.1524C15.8645 12.1395 14.6332 13.5171 14.6332 15.0915V54.4384C14.6332 56.0637 15.9452 57.479 17.5669 57.3718C20.0348 57.2086 24.9708 56.8823 24.9708 56.8823L25.1038 56.7117V25.5621C25.1038 23.9368 26.4157 22.5212 28.0375 22.6284C35.5377 23.1244 43.0379 23.6205 50.5381 24.1165L50.5384 24.1162V17.0779C50.5384 15.4526 49.2267 14.2514 47.605 14.1442C37.5924 13.4821 27.5795 12.82 17.5669 12.1578C17.5162 12.1545 17.4659 12.1528 17.4158 12.1524Z"
4
+ fill="#D8C6DB" />
5
+ <path
6
+ d="M28.1493 20.9452C25.4926 20.7696 23.4183 23.029 23.4183 25.562V64.9087C23.4183 67.4417 25.4926 69.7011 28.1493 69.5254C38.1619 68.8633 48.1752 68.202 58.1879 67.5399C60.5774 67.3819 62.6963 65.4561 62.6963 62.9232V57.4368C62.6994 57.2132 62.6581 56.9913 62.5748 56.7839C62.4914 56.5765 62.3677 56.3877 62.2107 56.2285C62.0538 56.0693 61.8668 55.9429 61.6605 55.8566C61.4543 55.7704 61.233 55.7259 61.0095 55.7259C60.7859 55.7259 60.5646 55.7704 60.3584 55.8566C60.1522 55.9429 59.9652 56.0693 59.8082 56.2285C59.6513 56.3877 59.5275 56.5765 59.4442 56.7839C59.3608 56.9913 59.3195 57.2132 59.3227 57.4368V62.9232C59.3227 63.6405 58.8193 64.1172 57.9654 64.1736C47.9527 64.8358 37.9393 65.497 27.9267 66.1591C27.3401 66.1981 26.7919 65.6262 26.7919 64.9087V25.562C26.7919 24.8444 27.3399 24.2727 27.9267 24.3115C37.9393 24.9735 57.9654 26.2984 57.9654 26.2984C58.8194 26.3547 59.3227 26.8314 59.3227 27.5489V33.0413C59.3195 33.2648 59.3608 33.4867 59.4442 33.6941C59.5275 33.9015 59.6513 34.0903 59.8082 34.2495C59.9652 34.4087 60.1522 34.5351 60.3584 34.6214C60.5646 34.7076 60.7859 34.7521 61.0095 34.7521C61.233 34.7521 61.4543 34.7076 61.6605 34.6214C61.8668 34.5351 62.0538 34.4087 62.2107 34.2495C62.3677 34.0903 62.4914 33.9015 62.5748 33.6941C62.6581 33.4867 62.6994 33.2648 62.6963 33.0413V27.5489C62.6963 25.0159 60.5773 23.0902 58.1879 22.9322C58.1879 22.9322 38.1619 21.6073 28.1493 20.9452Z"
7
+ fill="#71347B" />
8
+ <path
9
+ d="M17.6786 10.4745C15.0219 10.2989 12.9476 12.5583 12.9476 15.0913V54.438C12.9476 56.971 15.0219 59.2303 17.6786 59.0547C20.1465 58.8915 25.0832 58.5656 25.0832 58.5656L24.8606 55.1994C24.8606 55.1994 19.924 55.5252 17.456 55.6884C16.8692 55.7274 16.3212 55.1555 16.3212 54.438V15.0913C16.3212 14.3739 16.8692 13.802 17.456 13.8408C27.4686 14.5029 37.482 15.1656 47.4947 15.8278C48.3486 15.884 48.852 16.3607 48.852 17.0782V22.5706H52.2256V17.0782C52.2256 14.5452 50.1066 12.6195 47.7172 12.4615C37.7045 11.7994 27.6912 11.1367 17.6786 10.4745Z"
10
+ fill="#71347B" />
11
+ <path
12
+ d="M60.9846 38.5965C60.5463 38.6031 60.1277 38.7801 59.8176 39.0899L55.485 43.4226C55.3231 43.578 55.1939 43.7642 55.1049 43.9702C55.0159 44.1762 54.9689 44.3979 54.9666 44.6223C54.9643 44.8467 55.0069 45.0692 55.0917 45.277C55.1765 45.4847 55.3019 45.6735 55.4606 45.8322C55.6193 45.9908 55.808 46.1163 56.0158 46.2011C56.2235 46.2859 56.4461 46.3285 56.6705 46.3262C56.8949 46.3239 57.1166 46.2769 57.3226 46.1879C57.5286 46.0989 57.7147 45.9697 57.8702 45.8079L61.0095 42.6686L64.1488 45.8079C64.3042 45.9697 64.4904 46.0989 64.6964 46.1879C64.9024 46.2769 65.1241 46.3239 65.3485 46.3262C65.5728 46.3285 65.7954 46.2859 66.0032 46.2011C66.2109 46.1163 66.3997 45.9908 66.5583 45.8322C66.717 45.6735 66.8424 45.4847 66.9273 45.277C67.0121 45.0692 67.0546 44.8467 67.0523 44.6223C67.0501 44.3979 67.0031 44.1762 66.914 43.9702C66.825 43.7642 66.6958 43.578 66.534 43.4226L62.2028 39.0899C62.0431 38.9304 61.853 38.8045 61.6437 38.7197C61.4345 38.6349 61.2103 38.593 60.9846 38.5965Z"
13
+ fill="#71347B" />
14
+ <path
15
+ d="M60.9846 40.0066C60.5375 40.0132 60.1113 40.197 59.7997 40.5177C59.488 40.8384 59.3165 41.2697 59.3227 41.7168V50.1946C59.3195 50.4182 59.3608 50.6401 59.4442 50.8475C59.5275 51.0549 59.6513 51.2437 59.8082 51.4029C59.9652 51.5621 60.1522 51.6885 60.3584 51.7748C60.5646 51.861 60.7859 51.9055 61.0095 51.9055C61.233 51.9055 61.4543 51.861 61.6606 51.7748C61.8668 51.6885 62.0538 51.5621 62.2107 51.4029C62.3677 51.2437 62.4914 51.0549 62.5748 50.8475C62.6581 50.6401 62.6994 50.4182 62.6963 50.1946V41.7168C62.6994 41.4912 62.6572 41.2673 62.5723 41.0583C62.4874 40.8493 62.3614 40.6594 62.2018 40.5C62.0422 40.3405 61.8523 40.2147 61.6432 40.13C61.4341 40.0452 61.2102 40.0033 60.9846 40.0066Z"
16
+ fill="#71347B" />
17
+ <path d="M40.1047 22.3128L23.9118 38.5057L26.297 40.891L42.4899 24.6981L40.1047 22.3128Z" fill="#71347B" />
18
+ </svg>
@@ -1,30 +1,30 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0 7.79242C0 4.66921 2.6228 0 8.0056 0C13.3808 0 16 3.96921 16 6.76201C16 9.00362 14.2284 10.6548 12.0032 10.6548C10.3052 10.6548 9.2996 10.0916 9.2996 9.64282C9.2996 9.35242 10.0016 8.90802 10.0016 8.05002C10.0016 7.02401 9.2072 5.99521 7.9836 5.99521C6.81 5.99521 5.994 6.97201 5.994 7.95722C5.994 10.338 8.246 12.6148 11.5664 12.6148C13.55 12.6148 14.27 11.8836 14.5276 11.8836C14.606 11.8836 14.7864 11.9156 14.7864 12.1248C14.7864 12.3248 12.592 15.9992 8.0104 15.9992C3.4528 16 0 12.4092 0 7.79242Z" fill="#1DE9B6"/>
3
- <path d="M0 7.79144C0 4.66824 3.046 2.97543 5.092 2.97543C10.4676 2.97543 12.0028 3.96864 12.0028 6.76144C12.0028 9.00305 10.0016 8.90785 10.0016 8.04984C10.0016 7.02384 9.2072 5.99504 7.9836 5.99504C6.81 5.99504 5.994 6.97184 5.994 7.95704C5.994 10.3378 8.246 12.6147 11.5664 12.6147C13.55 12.6147 14.27 11.8835 14.5276 11.8835C14.606 11.8835 14.7864 11.9155 14.7864 12.1247C14.7864 12.3247 12.592 15.9991 8.0104 15.9991C3.4528 15.9991 0 12.4083 0 7.79144Z" fill="url(#paint0_radial_4989_1632)"/>
4
- <path d="M5.9946 7.95735C5.9946 7.03814 6.7046 6.12734 7.7526 6.00894C6.111 6.14854 4.2334 7.75895 4.2334 10.7414C4.2334 13.9266 6.979 16.1274 9.8106 15.7926C13.165 15.0218 14.787 12.2966 14.787 12.1254C14.787 11.9162 14.6066 11.8842 14.5282 11.8842C14.271 11.8842 13.5506 12.6154 11.567 12.6154C8.2466 12.6154 5.9946 10.3386 5.9946 7.95735Z" fill="url(#paint1_radial_4989_1632)"/>
5
- <path d="M0 7.79242C0 4.66921 2.6228 0 8.0056 0C13.3808 0 16 3.96921 16 6.76201C16 9.00362 14.2284 10.6548 12.0032 10.6548C10.3052 10.6548 9.2996 10.0916 9.2996 9.64282C9.2996 9.35242 10.0016 8.90802 10.0016 8.05002C10.0016 7.02401 9.1712 3.77881 4.9504 3.77881C3.7768 3.77921 0.5024 4.29801 0 7.79242Z" fill="url(#paint2_radial_4989_1632)"/>
6
- <defs>
7
- <radialGradient id="paint0_radial_4989_1632" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.5972 11.5396) scale(8.53932 9.46415)">
8
- <stop offset="0.6519" stop-color="#0083DE"/>
9
- <stop offset="0.8215" stop-color="#006AAC"/>
10
- <stop offset="0.9438" stop-color="#005A8C"/>
11
- </radialGradient>
12
- <radialGradient id="paint1_radial_4989_1632" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(9.6334 10.1238) scale(6.59116 6.60963)">
13
- <stop offset="0.69" stop-color="#05509B"/>
14
- <stop offset="0.7174" stop-color="#054E98"/>
15
- <stop offset="1" stop-color="#033E78"/>
16
- </radialGradient>
17
- <radialGradient id="paint2_radial_4989_1632" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(17.4591 4.82274) rotate(180) scale(24.6127 37.1258)">
18
- <stop stop-color="#5EEB69"/>
19
- <stop offset="0.2136" stop-color="#4BC958"/>
20
- <stop offset="0.2245" stop-color="#4AC862"/>
21
- <stop offset="0.2722" stop-color="#47C68B"/>
22
- <stop offset="0.3229" stop-color="#44C4AE"/>
23
- <stop offset="0.3761" stop-color="#41C2CB"/>
24
- <stop offset="0.4328" stop-color="#3FC1E1"/>
25
- <stop offset="0.4946" stop-color="#3EC0F1"/>
26
- <stop offset="0.5652" stop-color="#3DBFFA"/>
27
- <stop offset="0.6644" stop-color="#3DBFFD"/>
28
- </radialGradient>
29
- </defs>
30
- </svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M0 7.79242C0 4.66921 2.6228 0 8.0056 0C13.3808 0 16 3.96921 16 6.76201C16 9.00362 14.2284 10.6548 12.0032 10.6548C10.3052 10.6548 9.2996 10.0916 9.2996 9.64282C9.2996 9.35242 10.0016 8.90802 10.0016 8.05002C10.0016 7.02401 9.2072 5.99521 7.9836 5.99521C6.81 5.99521 5.994 6.97201 5.994 7.95722C5.994 10.338 8.246 12.6148 11.5664 12.6148C13.55 12.6148 14.27 11.8836 14.5276 11.8836C14.606 11.8836 14.7864 11.9156 14.7864 12.1248C14.7864 12.3248 12.592 15.9992 8.0104 15.9992C3.4528 16 0 12.4092 0 7.79242Z" fill="#1DE9B6"/>
3
+ <path d="M0 7.79144C0 4.66824 3.046 2.97543 5.092 2.97543C10.4676 2.97543 12.0028 3.96864 12.0028 6.76144C12.0028 9.00305 10.0016 8.90785 10.0016 8.04984C10.0016 7.02384 9.2072 5.99504 7.9836 5.99504C6.81 5.99504 5.994 6.97184 5.994 7.95704C5.994 10.3378 8.246 12.6147 11.5664 12.6147C13.55 12.6147 14.27 11.8835 14.5276 11.8835C14.606 11.8835 14.7864 11.9155 14.7864 12.1247C14.7864 12.3247 12.592 15.9991 8.0104 15.9991C3.4528 15.9991 0 12.4083 0 7.79144Z" fill="url(#paint0_radial_4989_1632)"/>
4
+ <path d="M5.9946 7.95735C5.9946 7.03814 6.7046 6.12734 7.7526 6.00894C6.111 6.14854 4.2334 7.75895 4.2334 10.7414C4.2334 13.9266 6.979 16.1274 9.8106 15.7926C13.165 15.0218 14.787 12.2966 14.787 12.1254C14.787 11.9162 14.6066 11.8842 14.5282 11.8842C14.271 11.8842 13.5506 12.6154 11.567 12.6154C8.2466 12.6154 5.9946 10.3386 5.9946 7.95735Z" fill="url(#paint1_radial_4989_1632)"/>
5
+ <path d="M0 7.79242C0 4.66921 2.6228 0 8.0056 0C13.3808 0 16 3.96921 16 6.76201C16 9.00362 14.2284 10.6548 12.0032 10.6548C10.3052 10.6548 9.2996 10.0916 9.2996 9.64282C9.2996 9.35242 10.0016 8.90802 10.0016 8.05002C10.0016 7.02401 9.1712 3.77881 4.9504 3.77881C3.7768 3.77921 0.5024 4.29801 0 7.79242Z" fill="url(#paint2_radial_4989_1632)"/>
6
+ <defs>
7
+ <radialGradient id="paint0_radial_4989_1632" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.5972 11.5396) scale(8.53932 9.46415)">
8
+ <stop offset="0.6519" stop-color="#0083DE"/>
9
+ <stop offset="0.8215" stop-color="#006AAC"/>
10
+ <stop offset="0.9438" stop-color="#005A8C"/>
11
+ </radialGradient>
12
+ <radialGradient id="paint1_radial_4989_1632" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(9.6334 10.1238) scale(6.59116 6.60963)">
13
+ <stop offset="0.69" stop-color="#05509B"/>
14
+ <stop offset="0.7174" stop-color="#054E98"/>
15
+ <stop offset="1" stop-color="#033E78"/>
16
+ </radialGradient>
17
+ <radialGradient id="paint2_radial_4989_1632" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(17.4591 4.82274) rotate(180) scale(24.6127 37.1258)">
18
+ <stop stop-color="#5EEB69"/>
19
+ <stop offset="0.2136" stop-color="#4BC958"/>
20
+ <stop offset="0.2245" stop-color="#4AC862"/>
21
+ <stop offset="0.2722" stop-color="#47C68B"/>
22
+ <stop offset="0.3229" stop-color="#44C4AE"/>
23
+ <stop offset="0.3761" stop-color="#41C2CB"/>
24
+ <stop offset="0.4328" stop-color="#3FC1E1"/>
25
+ <stop offset="0.4946" stop-color="#3EC0F1"/>
26
+ <stop offset="0.5652" stop-color="#3DBFFA"/>
27
+ <stop offset="0.6644" stop-color="#3DBFFD"/>
28
+ </radialGradient>
29
+ </defs>
30
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.01618 2.1606L2.39492 9.16898C2.14491 9.43512 1.90296 9.95934 1.85457 10.3223L1.55617 12.9353C1.45133 13.8789 2.12878 14.5241 3.0643 14.3628L5.6612 13.9192C6.02412 13.8547 6.5322 13.5885 6.78221 13.3143L13.4035 6.30595C14.5487 5.09622 15.0648 3.71712 13.2825 2.03157C11.5082 0.362136 10.1614 0.950872 9.01618 2.1606Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M7.91132 3.33008C8.25811 5.55598 10.0646 7.25767 12.3067 7.48349" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M0.741638 17H15.2584" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
1
+ <svg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.01618 2.1606L2.39492 9.16898C2.14491 9.43512 1.90296 9.95934 1.85457 10.3223L1.55617 12.9353C1.45133 13.8789 2.12878 14.5241 3.0643 14.3628L5.6612 13.9192C6.02412 13.8547 6.5322 13.5885 6.78221 13.3143L13.4035 6.30595C14.5487 5.09622 15.0648 3.71712 13.2825 2.03157C11.5082 0.362136 10.1614 0.950872 9.01618 2.1606Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M7.91132 3.33008C8.25811 5.55598 10.0646 7.25767 12.3067 7.48349" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M0.741638 17H15.2584" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
+ </svg>