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.
- package/.prettierrc.js +13 -13
- package/.storybook/main.ts +26 -26
- package/.storybook/preview-head.html +2 -2
- package/.storybook/preview.ts +26 -26
- package/.yarnrc.yml +1 -1
- package/README.md +75 -75
- package/index.scss +4 -4
- package/lib/components/AddVariables/types.d.ts +67 -3
- package/lib/components/CreateVariable/types.d.ts +2 -2
- package/lib/components/InputWithDropdown/InputWithDropdown.d.ts +1 -1
- package/lib/components/Modal/types.d.ts +1 -1
- package/lib/components/PopUpModal/types.d.ts +2 -1
- package/lib/index.css +1 -0
- package/lib/index.d.ts +73 -8
- package/lib/index.esm.css +1 -0
- package/lib/index.esm.js +54 -33
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +54 -33
- package/lib/index.js.map +1 -1
- package/package.json +81 -81
- package/rollup.config.mjs +67 -67
- package/src/StyleGuide/ColorPalette/ColorPalette.scss +62 -62
- package/src/StyleGuide/ColorPalette/ColorPalette.stories.tsx +16 -16
- package/src/StyleGuide/ColorPalette/ColorPalette.tsx +67 -67
- package/src/StyleGuide/ColorPalette/colorPaletteList.ts +294 -294
- package/src/StyleGuide/ColorPalette/index.ts +1 -1
- package/src/StyleGuide/ColorPalette/types.ts +19 -19
- package/src/StyleGuide/Typography/Typography.scss +99 -99
- package/src/StyleGuide/Typography/Typography.stories.tsx +16 -16
- package/src/StyleGuide/Typography/Typography.tsx +60 -60
- package/src/StyleGuide/Typography/TypographyList.ts +3 -3
- package/src/StyleGuide/Typography/types.ts +9 -9
- package/src/assets/Themes/BaseTheme.scss +281 -281
- package/src/assets/Themes/DarkTheme.scss +288 -288
- package/src/assets/Themes/Theme.scss +16 -16
- package/src/assets/icons/Arrow.svg +4 -4
- package/src/assets/icons/Header_preset.svg +18 -18
- package/src/assets/icons/accordion_header_icon.svg +10 -10
- package/src/assets/icons/active_license_icon.svg +3 -3
- package/src/assets/icons/add_archive.svg +9 -9
- package/src/assets/icons/add_label_icon.svg +3 -3
- package/src/assets/icons/add_locator.svg +4 -4
- package/src/assets/icons/add_testcase.svg +3 -3
- package/src/assets/icons/add_user.svg +9 -9
- package/src/assets/icons/add_variable.svg +11 -11
- package/src/assets/icons/add_variable_icon.svg +4 -4
- package/src/assets/icons/alert.svg +17 -17
- package/src/assets/icons/all_borders.svg +3 -3
- package/src/assets/icons/all_projects.svg +3 -3
- package/src/assets/icons/android.svg +9 -9
- package/src/assets/icons/android_icon.svg +6 -6
- package/src/assets/icons/apk_file_type.svg +4 -4
- package/src/assets/icons/app_switch.svg +11 -11
- package/src/assets/icons/arrow_down.svg +3 -3
- package/src/assets/icons/arrow_right.svg +4 -4
- package/src/assets/icons/arrow_up.svg +3 -3
- package/src/assets/icons/arrows_down_icon.svg +3 -3
- package/src/assets/icons/arrows_right_icon.svg +10 -10
- package/src/assets/icons/arrows_top_icon.svg +3 -3
- package/src/assets/icons/attachment_icon.svg +3 -3
- package/src/assets/icons/authorization_icon.svg +4 -4
- package/src/assets/icons/automation_testcase.svg +4 -4
- package/src/assets/icons/back_icon.svg +3 -3
- package/src/assets/icons/backward.svg +10 -10
- package/src/assets/icons/backward_icon.svg +3 -3
- package/src/assets/icons/beautify_icon.svg +3 -3
- package/src/assets/icons/bold.svg +3 -3
- package/src/assets/icons/border_bottom.svg +3 -3
- package/src/assets/icons/border_left.svg +3 -3
- package/src/assets/icons/border_right.svg +3 -3
- package/src/assets/icons/border_top.svg +3 -3
- package/src/assets/icons/browser_stack.svg +9 -9
- package/src/assets/icons/browserstack_icon.svg +24 -24
- package/src/assets/icons/calendar_icon.svg +9 -9
- package/src/assets/icons/capture_icon.svg +2 -2
- package/src/assets/icons/check_mark.svg +3 -3
- package/src/assets/icons/chrome.svg +12 -12
- package/src/assets/icons/client_profile.svg +4 -4
- package/src/assets/icons/clock_icon.svg +11 -11
- package/src/assets/icons/clone_icon.svg +3 -3
- package/src/assets/icons/close_pill.svg +3 -3
- package/src/assets/icons/cloud_server_host_icon.svg +3 -3
- package/src/assets/icons/collapse-icon.svg +6 -6
- package/src/assets/icons/compressed_file_type.svg +4 -4
- package/src/assets/icons/continue_without_sign.svg +3 -3
- package/src/assets/icons/copy-icon.svg +3 -3
- package/src/assets/icons/csv_file_type.svg +4 -4
- package/src/assets/icons/dashboard_icon.svg +31 -31
- package/src/assets/icons/dashboard_mobile_icon.svg +47 -47
- package/src/assets/icons/dashboard_web_icon.svg +9 -9
- package/src/assets/icons/data_provider.svg +8 -8
- package/src/assets/icons/dataset_list.svg +3 -3
- package/src/assets/icons/delete.svg +3 -3
- package/src/assets/icons/delete_info.svg +17 -17
- package/src/assets/icons/details.svg +3 -3
- package/src/assets/icons/double_underline.svg +5 -5
- package/src/assets/icons/download-icon.svg +3 -3
- package/src/assets/icons/download_file_icon.svg +3 -3
- package/src/assets/icons/download_icon.svg +4 -4
- package/src/assets/icons/drag_icon.svg +4 -4
- package/src/assets/icons/drawer_maximize.svg +6 -6
- package/src/assets/icons/dropzone_icon.svg +18 -18
- package/src/assets/icons/edge.svg +30 -30
- package/src/assets/icons/edit_icon.svg +5 -5
- package/src/assets/icons/error.svg +17 -17
- package/src/assets/icons/excel_corner_menu.svg +3 -3
- package/src/assets/icons/executions_icon.svg +3 -3
- package/src/assets/icons/expand-icon.svg +6 -6
- package/src/assets/icons/export.svg +4 -4
- package/src/assets/icons/export_collection_icon.svg +13 -13
- package/src/assets/icons/eye_closed.svg +3 -3
- package/src/assets/icons/eye_open_icon.svg +3 -3
- package/src/assets/icons/failed_status_icon.svg +12 -12
- package/src/assets/icons/file.svg +11 -11
- package/src/assets/icons/fill_color.svg +7 -7
- package/src/assets/icons/filter.svg +4 -4
- package/src/assets/icons/fire_fox.svg +106 -106
- package/src/assets/icons/fireflink_finder_logo.svg +7 -7
- package/src/assets/icons/fireflink_icon.svg +4 -4
- package/src/assets/icons/fireflink_logo.svg +13 -13
- package/src/assets/icons/fireflink_platform.svg +4 -4
- package/src/assets/icons/firefox.svg +84 -84
- package/src/assets/icons/flaky_status_icon.svg +12 -12
- package/src/assets/icons/formate_painter.svg +5 -5
- package/src/assets/icons/formula_icon.svg +3 -3
- package/src/assets/icons/forward.svg +3 -3
- package/src/assets/icons/forward_icon.svg +3 -3
- package/src/assets/icons/full_access_icon.svg +4 -4
- package/src/assets/icons/gif_file_type.svg +4 -4
- package/src/assets/icons/global_variable_icon.svg +4 -4
- package/src/assets/icons/hamburger_menu.svg +3 -3
- package/src/assets/icons/hide_access_icon.svg +3 -3
- package/src/assets/icons/hide_icon.svg +9 -9
- package/src/assets/icons/history_icon.svg +19 -19
- package/src/assets/icons/html_file_type.svg +4 -4
- package/src/assets/icons/impactList.svg +6 -6
- package/src/assets/icons/import.svg +4 -4
- package/src/assets/icons/import_icon.svg +4 -0
- package/src/assets/icons/info.svg +17 -17
- package/src/assets/icons/info_icon.svg +5 -5
- package/src/assets/icons/info_user.svg +5 -5
- package/src/assets/icons/internet_explorer.svg +3 -3
- package/src/assets/icons/ipk_file_type.svg +4 -4
- package/src/assets/icons/italic.svg +3 -3
- package/src/assets/icons/jira.svg +3 -3
- package/src/assets/icons/jpg_file_type.svg +4 -4
- package/src/assets/icons/json_file_type.svg +4 -4
- package/src/assets/icons/label_icon.svg +8 -8
- package/src/assets/icons/label_plus.svg +3 -3
- package/src/assets/icons/lambda_icon.svg +3 -3
- package/src/assets/icons/left_arrow_icon.svg +3 -3
- package/src/assets/icons/license_expired.svg +20 -20
- package/src/assets/icons/license_info.svg +28 -28
- package/src/assets/icons/license_warning.svg +10 -10
- package/src/assets/icons/link_expired.svg +186 -186
- package/src/assets/icons/linked_defects.svg +11 -11
- package/src/assets/icons/linux.svg +42 -42
- package/src/assets/icons/local.svg +3 -3
- package/src/assets/icons/local_variable_icon.svg +4 -4
- package/src/assets/icons/logo.svg +17 -17
- package/src/assets/icons/mac.svg +9 -9
- package/src/assets/icons/machine_disable_icon.svg +18 -18
- package/src/assets/icons/machine_enable_icon.svg +10 -10
- package/src/assets/icons/manage_apps.svg +3 -3
- package/src/assets/icons/manual_locator.svg +7 -7
- package/src/assets/icons/manual_testcase.svg +3 -3
- package/src/assets/icons/maximize_icon.svg +5 -5
- package/src/assets/icons/maximize_script.svg +12 -12
- package/src/assets/icons/maximize_tree.svg +3 -3
- package/src/assets/icons/minimize_script.svg +5 -5
- package/src/assets/icons/mobile_icon.svg +3 -3
- package/src/assets/icons/moon_stars.svg +10 -10
- package/src/assets/icons/more.svg +10 -10
- package/src/assets/icons/move_icon.svg +5 -5
- package/src/assets/icons/ms_dynamic.svg +4 -4
- package/src/assets/icons/ms_dynamic_icon.svg +15 -15
- package/src/assets/icons/nlp_help_icon.svg +3 -3
- package/src/assets/icons/no_access_icon.svg +4 -4
- package/src/assets/icons/no_border.svg +3 -3
- package/src/assets/icons/no_data.svg +13 -13
- package/src/assets/icons/no_license_found.svg +22 -22
- package/src/assets/icons/notification_icon.svg +3 -3
- package/src/assets/icons/opera.svg +9 -9
- package/src/assets/icons/passed_status_icon.svg +12 -12
- package/src/assets/icons/pdf_file_type.svg +4 -4
- package/src/assets/icons/plus_icon.svg +11 -11
- package/src/assets/icons/plus_user_icon.svg +3 -3
- package/src/assets/icons/png_file_type.svg +4 -4
- package/src/assets/icons/project_env_variable_icon.svg +4 -4
- package/src/assets/icons/project_status_icon.svg +10 -10
- package/src/assets/icons/quick_run_setting_icon.svg +5 -5
- package/src/assets/icons/refresh-icon.svg +4 -4
- package/src/assets/icons/refresh_icon.svg +4 -4
- package/src/assets/icons/reload.svg +3 -3
- package/src/assets/icons/remove.svg +11 -11
- package/src/assets/icons/remove_user.svg +3 -3
- package/src/assets/icons/replace.svg +11 -11
- package/src/assets/icons/replace_file.svg +13 -13
- package/src/assets/icons/replace_icon.svg +6 -6
- package/src/assets/icons/reset-link.svg +52 -52
- package/src/assets/icons/right_arrow_icon.svg +4 -4
- package/src/assets/icons/rotate_icon.svg +10 -10
- package/src/assets/icons/run_automation_scripts_icon.svg +33 -33
- package/src/assets/icons/run_icon.svg +26 -26
- package/src/assets/icons/run_manual_testcase_icon.svg +4 -4
- package/src/assets/icons/safari.svg +93 -93
- package/src/assets/icons/safari_icon.svg +12 -12
- package/src/assets/icons/sales_force.svg +7 -7
- package/src/assets/icons/salesforce_icon.svg +14 -14
- package/src/assets/icons/sample_template_first.svg +29 -29
- package/src/assets/icons/sample_template_second.svg +47 -47
- package/src/assets/icons/sause_lab.svg +3 -3
- package/src/assets/icons/save_as_step.svg +3 -3
- package/src/assets/icons/search.svg +3 -3
- package/src/assets/icons/send_step.svg +4 -4
- package/src/assets/icons/skipped_status_icon.svg +12 -12
- package/src/assets/icons/standard_template.svg +30 -30
- package/src/assets/icons/strike_through.svg +3 -3
- package/src/assets/icons/success.svg +17 -17
- package/src/assets/icons/suites_icon.svg +3 -3
- package/src/assets/icons/sun_icon.svg +10 -10
- package/src/assets/icons/swipe_icon.svg +9 -9
- package/src/assets/icons/switch_license_icon.svg +123 -123
- package/src/assets/icons/system_warning.svg +61 -61
- package/src/assets/icons/tap_icon.svg +3 -3
- package/src/assets/icons/text_align_center.svg +3 -3
- package/src/assets/icons/text_align_left.svg +3 -3
- package/src/assets/icons/text_align_right.svg +3 -3
- package/src/assets/icons/text_color.svg +3 -3
- package/src/assets/icons/tick_icon.svg +4 -4
- package/src/assets/icons/toast_close.svg +3 -3
- package/src/assets/icons/txt_file_type.svg +4 -4
- package/src/assets/icons/underline.svg +4 -4
- package/src/assets/icons/update_icon.svg +3 -3
- package/src/assets/icons/user_password_lock.svg +220 -220
- package/src/assets/icons/user_profile.svg +3 -3
- package/src/assets/icons/user_warning.svg +235 -235
- package/src/assets/icons/user_with_system.svg +637 -637
- package/src/assets/icons/variable_icon.svg +4 -4
- package/src/assets/icons/vertical_separator.svg +3 -3
- package/src/assets/icons/view_access_icon.svg +4 -4
- package/src/assets/icons/view_icon.svg +3 -3
- package/src/assets/icons/warning.svg +17 -17
- package/src/assets/icons/warning_status_icon.svg +12 -12
- package/src/assets/icons/web&mobile_icon.svg +3 -3
- package/src/assets/icons/web_icon.svg +3 -3
- package/src/assets/icons/web_mobile_icon.svg +29 -29
- package/src/assets/icons/web_services_icon.svg +30 -30
- package/src/assets/icons/window_maximize.svg +3 -3
- package/src/assets/icons/window_minimize.svg +3 -3
- package/src/assets/icons/window_restore.svg +4 -4
- package/src/assets/icons/windows.svg +10 -10
- package/src/assets/icons/wrong_mark.svg +3 -3
- package/src/assets/icons/wswb_delete_icon.svg +3 -3
- package/src/assets/icons/wswb_plus_icon.svg +4 -4
- package/src/assets/icons/xls_file_type.svg +4 -4
- package/src/assets/icons/xlsx_file_type.svg +4 -4
- package/src/assets/icons/xml_file_type.svg +4 -4
- package/src/assets/styles/_colors.scss +151 -151
- package/src/assets/styles/_fonts.scss +45 -45
- package/src/assets/styles/_mixins.scss +21 -21
- package/src/assets/utils/functionUtils.ts +96 -96
- package/src/components/Accordion/Accordion.scss +46 -46
- package/src/components/Accordion/Accordion.stories.tsx +35 -35
- package/src/components/Accordion/Accordion.tsx +68 -68
- package/src/components/Accordion/index.ts +1 -1
- package/src/components/Accordion/types.ts +40 -40
- package/src/components/AddResourceButton/AddButton.scss +36 -36
- package/src/components/AddResourceButton/AddButton.stories.tsx +126 -126
- package/src/components/AddResourceButton/AddButton.tsx +121 -121
- package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.scss +161 -161
- package/src/components/AddResourceButton/ArrowsButton/ArrowsButton.tsx +38 -38
- package/src/components/AddResourceButton/index.ts +1 -1
- package/src/components/AddResourceButton/type.ts +92 -92
- package/src/components/AddVariables/AddVariables.scss +14 -14
- package/src/components/AddVariables/AddVariables.stories.tsx +82 -44
- package/src/components/AddVariables/AddVariables.tsx +129 -113
- package/src/components/AddVariables/index.ts +1 -1
- package/src/components/AddVariables/types.ts +103 -36
- package/src/components/AllProjectsDropdown/AllProjectsDropdown.scss +189 -189
- package/src/components/AllProjectsDropdown/AllProjectsDropdown.stories.tsx +117 -117
- package/src/components/AllProjectsDropdown/AllProjectsDropdown.tsx +152 -152
- package/src/components/AllProjectsDropdown/types.ts +12 -12
- package/src/components/AppHeader/AppHeader.scss +214 -214
- package/src/components/AppHeader/AppHeader.stories.tsx +553 -553
- package/src/components/AppHeader/AppHeader.tsx +197 -197
- package/src/components/AppHeader/index.ts +1 -1
- package/src/components/AppHeader/types.ts +54 -54
- package/src/components/AttachImage/AttachImage.scss +76 -76
- package/src/components/AttachImage/AttachImage.stories.tsx +24 -24
- package/src/components/AttachImage/AttachImage.tsx +60 -60
- package/src/components/AttachImage/index.ts +2 -2
- package/src/components/AttachImage/types.ts +26 -26
- package/src/components/AttachmentButton/AttachmentButton.scss +9 -9
- package/src/components/AttachmentButton/AttachmentButton.stories.tsx +81 -81
- package/src/components/AttachmentButton/AttachmentButton.tsx +129 -129
- package/src/components/AttachmentButton/types.ts +13 -13
- package/src/components/Avatar/Avatar.scss +27 -27
- package/src/components/Avatar/Avatar.stories.tsx +76 -76
- package/src/components/Avatar/Avatar.tsx +41 -41
- package/src/components/Avatar/types.ts +35 -35
- package/src/components/Button/Button.scss +155 -155
- package/src/components/Button/Button.stories.tsx +81 -81
- package/src/components/Button/Button.tsx +73 -73
- package/src/components/Button/index.ts +1 -1
- package/src/components/Button/types.ts +69 -69
- package/src/components/Charts/BarChart/BarChart.scss +69 -69
- package/src/components/Charts/BarChart/BarChart.stories.tsx +67 -67
- package/src/components/Charts/BarChart/BarChart.tsx +342 -342
- package/src/components/Charts/BarChart/types.ts +12 -12
- package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.scss +164 -164
- package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.tsx +55 -55
- package/src/components/Charts/DashboardDonutChart/DashboardDonutChart.tsx +531 -531
- package/src/components/Charts/DashboardDonutChart/types.ts +58 -58
- package/src/components/Charts/DonutChart/DonutChart.scss +76 -76
- package/src/components/Charts/DonutChart/DonutChart.stories.tsx +30 -30
- package/src/components/Charts/DonutChart/DonutChart.tsx +246 -246
- package/src/components/Charts/DonutChart/index.ts +1 -1
- package/src/components/Charts/DonutChart/type.ts +23 -23
- package/src/components/Charts/IconRadialChart/IconRadialChart.scss +25 -25
- package/src/components/Charts/IconRadialChart/IconRadialChart.stories.tsx +51 -51
- package/src/components/Charts/IconRadialChart/IconRadialChart.tsx +173 -173
- package/src/components/Charts/IconRadialChart/types.ts +28 -28
- package/src/components/Charts/LineChart/LineChart.scss +92 -92
- package/src/components/Charts/LineChart/LineChart.stories.tsx +255 -255
- package/src/components/Charts/LineChart/LineChart.tsx +286 -286
- package/src/components/Charts/LineChart/index.ts +1 -1
- package/src/components/Charts/LineChart/types.ts +29 -29
- package/src/components/Charts/MultiRadialChart/MultiRadialChart.scss +86 -86
- package/src/components/Charts/MultiRadialChart/MultiRadialChart.stories.tsx +116 -116
- package/src/components/Charts/MultiRadialChart/MultiRadialChart.tsx +292 -292
- package/src/components/Charts/MultiRadialChart/index.ts +1 -1
- package/src/components/Charts/MultiRadialChart/types.ts +25 -25
- package/src/components/Charts/PieChart/PieChart.scss +41 -41
- package/src/components/Charts/PieChart/PieChart.stories.tsx +46 -46
- package/src/components/Charts/PieChart/PieChart.tsx +192 -192
- package/src/components/Charts/PieChart/index.ts +1 -1
- package/src/components/Charts/PieChart/types.ts +28 -28
- package/src/components/Charts/RadialChart/RadialChart.scss +16 -16
- package/src/components/Charts/RadialChart/RadialChart.stories.tsx +36 -36
- package/src/components/Charts/RadialChart/RadialChart.tsx +180 -180
- package/src/components/Charts/RadialChart/index.ts +1 -1
- package/src/components/Charts/RadialChart/types.ts +32 -32
- package/src/components/Checkbox/Checkbox.scss +146 -146
- package/src/components/Checkbox/Checkbox.stories.tsx +123 -123
- package/src/components/Checkbox/Checkbox.tsx +58 -58
- package/src/components/Checkbox/types.ts +34 -34
- package/src/components/Chip/Chip.scss +85 -85
- package/src/components/Chip/Chip.stories.tsx +116 -116
- package/src/components/Chip/Chip.tsx +35 -35
- package/src/components/Chip/index.ts +1 -1
- package/src/components/Chip/types.ts +19 -19
- package/src/components/Comment/Comments.scss +166 -166
- package/src/components/Comment/Comments.stories.tsx +212 -212
- package/src/components/Comment/Comments.tsx +51 -51
- package/src/components/Comment/comment/Comment.tsx +206 -206
- package/src/components/Comment/comment/useNode.ts +51 -51
- package/src/components/Comment/index.ts +1 -1
- package/src/components/Comment/type.ts +36 -36
- package/src/components/ConnectingBranch/BranchComponents/MachineInstances.tsx +128 -128
- package/src/components/ConnectingBranch/ConnectingBranch.scss +233 -233
- package/src/components/ConnectingBranch/ConnectingBranch.stories.tsx +21 -21
- package/src/components/ConnectingBranch/ConnectingBranch.tsx +182 -182
- package/src/components/ConnectingBranch/data.ts +137 -137
- package/src/components/ConnectingBranch/index.ts +1 -1
- package/src/components/ConnectingBranch/types.ts +21 -21
- package/src/components/CreateVariable/CreateVariableSlider.scss +18 -18
- package/src/components/CreateVariable/CreateVariableSlider.stories.tsx +66 -66
- package/src/components/CreateVariable/CreateVariableSlider.tsx +95 -95
- package/src/components/CreateVariable/index.ts +1 -1
- package/src/components/CreateVariable/types.ts +58 -58
- package/src/components/DatePicker/DatePicker.scss +413 -413
- package/src/components/DatePicker/DatePicker.stories.tsx +193 -193
- package/src/components/DatePicker/DatePicker.tsx +502 -502
- package/src/components/DatePicker/Timepicker.tsx +372 -372
- package/src/components/DatePicker/types.ts +105 -105
- package/src/components/DownloadClient/DownloadClient.scss +80 -80
- package/src/components/DownloadClient/DownloadClient.stories.tsx +26 -26
- package/src/components/DownloadClient/DownloadClient.tsx +81 -81
- package/src/components/DownloadClient/type.ts +40 -40
- package/src/components/DragAndDrop/DragAndDrop.d.ts +5 -5
- package/src/components/DragAndDrop/DragAndDrop.stories.tsx +25 -25
- package/src/components/DragAndDrop/DragAndDrop.ts +7 -7
- package/src/components/DragAndDrop/DragAndDropList.scss +69 -69
- package/src/components/DragAndDrop/DragAndDropList.tsx +151 -151
- package/src/components/Drawer/Drawer.scss +139 -139
- package/src/components/Drawer/Drawer.stories.tsx +155 -155
- package/src/components/Drawer/Drawer.tsx +232 -232
- package/src/components/Drawer/Types.ts +157 -157
- package/src/components/EditTextField/EditTextField.scss +97 -97
- package/src/components/EditTextField/EditTextField.stories.tsx +127 -127
- package/src/components/EditTextField/EditTextField.tsx +181 -181
- package/src/components/EditTextField/index.ts +1 -1
- package/src/components/EditTextField/types.ts +55 -55
- package/src/components/Editor/Editor.scss +56 -56
- package/src/components/Editor/Editor.stories.tsx +54 -54
- package/src/components/Editor/Editor.tsx +250 -250
- package/src/components/Editor/VariableDropdown.scss +27 -27
- package/src/components/Editor/VariableDropdown.tsx +57 -57
- package/src/components/Editor/constants.ts +180 -180
- package/src/components/Editor/types.ts +89 -89
- package/src/components/Excel/ColorBarSelector/ColorBarSelector.scss +15 -15
- package/src/components/Excel/ColorBarSelector/ColorBarSelector.tsx +43 -43
- package/src/components/Excel/ExcelContextMenu/ExcelContextMenu.scss +27 -27
- package/src/components/Excel/ExcelContextMenu/ExcelContextMenu.tsx +42 -42
- package/src/components/Excel/ExcelFile/ExcelFile.scss +68 -68
- package/src/components/Excel/ExcelFile/ExcelFile.tsx +491 -491
- package/src/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.tsx +131 -131
- package/src/components/Excel/ExcelFile/ExcelFileComponents/Cell.tsx +238 -238
- package/src/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.tsx +168 -168
- package/src/components/Excel/ExcelFile/ExcelFileComponents/Copied.tsx +25 -25
- package/src/components/Excel/ExcelFile/ExcelFileComponents/CornerIndicator.tsx +56 -56
- package/src/components/Excel/ExcelFile/ExcelFileComponents/DataEditor.tsx +37 -37
- package/src/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.tsx +85 -85
- package/src/components/Excel/ExcelFile/ExcelFileComponents/FloatingRect.tsx +31 -31
- package/src/components/Excel/ExcelFile/ExcelFileComponents/HeaderRow.tsx +5 -5
- package/src/components/Excel/ExcelFile/ExcelFileComponents/Row.tsx +5 -5
- package/src/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.tsx +154 -154
- package/src/components/Excel/ExcelFile/ExcelFileComponents/Selected.tsx +32 -32
- package/src/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.scss +146 -146
- package/src/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.tsx +479 -479
- package/src/components/Excel/ExcelFile/ExcelFileComponents/Table.tsx +19 -19
- package/src/components/Excel/ExcelFile/ExcelFileComponents/actions.ts +548 -548
- package/src/components/Excel/ExcelFile/ExcelFileComponents/areModelsEqual.ts +18 -18
- package/src/components/Excel/ExcelFile/ExcelFileComponents/context.ts +12 -12
- package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/engine.ts +153 -153
- package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/formula.ts +31 -31
- package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/index.ts +2 -2
- package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-graph.ts +152 -152
- package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-hash.ts +10 -10
- package/src/components/Excel/ExcelFile/ExcelFileComponents/engine/point-set.ts +69 -69
- package/src/components/Excel/ExcelFile/ExcelFileComponents/index.ts +49 -49
- package/src/components/Excel/ExcelFile/ExcelFileComponents/matrix.ts +382 -382
- package/src/components/Excel/ExcelFile/ExcelFileComponents/point-range.ts +82 -82
- package/src/components/Excel/ExcelFile/ExcelFileComponents/point.ts +15 -15
- package/src/components/Excel/ExcelFile/ExcelFileComponents/reducer.ts +673 -673
- package/src/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.ts +819 -819
- package/src/components/Excel/ExcelFile/ExcelFileComponents/selection.ts +257 -257
- package/src/components/Excel/ExcelFile/ExcelFileComponents/types.ts +255 -255
- package/src/components/Excel/ExcelFile/ExcelFileComponents/typings/fast-formula-parser.d.ts +58 -58
- package/src/components/Excel/ExcelFile/ExcelFileComponents/use-dispatch.ts +8 -8
- package/src/components/Excel/ExcelFile/ExcelFileComponents/use-selector.ts +9 -9
- package/src/components/Excel/ExcelFile/ExcelFileComponents/util.ts +172 -172
- package/src/components/Excel/ExcelFile.stories.tsx +167 -167
- package/src/components/Excel/ExcelToolBar/ExcelToolBar.scss +96 -96
- package/src/components/Excel/ExcelToolBar/ExcelToolBar.tsx +397 -397
- package/src/components/Excel/Types.ts +196 -196
- package/src/components/Excel/dataConversion.ts +173 -173
- package/src/components/Excel/index.ts +1 -1
- package/src/components/ExpandableMenu/ExpandableMenu.scss +110 -110
- package/src/components/ExpandableMenu/ExpandableMenu.stories.tsx +67 -67
- package/src/components/ExpandableMenu/ExpandableMenu.tsx +101 -101
- package/src/components/ExpandableMenu/index.ts +1 -1
- package/src/components/ExpandableMenu/types.ts +34 -34
- package/src/components/FF_Captcha/Recaptcha.scss +10 -10
- package/src/components/FF_Captcha/Recaptcha.tsx +40 -40
- package/src/components/FF_Captcha/captcha.stories.tsx +40 -40
- package/src/components/FF_Captcha/types.ts +22 -22
- package/src/components/FieldSet/FieldSet.scss +10 -10
- package/src/components/FieldSet/FieldSet.stories.tsx +104 -104
- package/src/components/FieldSet/FieldSet.tsx +29 -29
- package/src/components/FieldSet/index.ts +1 -1
- package/src/components/FieldSet/types.ts +8 -8
- package/src/components/FileDropzone/Dropzone.tsx +105 -105
- package/src/components/FileDropzone/FileDropzone.scss +162 -162
- package/src/components/FileDropzone/FileDropzone.stories.tsx +219 -219
- package/src/components/FileDropzone/FileDropzone.tsx +144 -144
- package/src/components/FileDropzone/FilePreview.tsx +77 -77
- package/src/components/FileDropzone/RadioFilePreview.tsx +76 -76
- package/src/components/FileDropzone/index.ts +1 -1
- package/src/components/FileDropzone/types.ts +198 -198
- package/src/components/Form/Form.d.ts +2 -2
- package/src/components/Form/Form.scss +158 -158
- package/src/components/Form/Form.stories.tsx +508 -508
- package/src/components/Form/Form.ts +2 -2
- package/src/components/Form/Forms.tsx +41 -41
- package/src/components/Form/validation.json +29 -29
- package/src/components/GridLayout/GridLayout.scss +69 -69
- package/src/components/GridLayout/GridLayout.stories.tsx +90 -90
- package/src/components/GridLayout/GridLayout.tsx +39 -39
- package/src/components/GridLayout/GridLayoutStory.scss +25 -25
- package/src/components/GridLayout/types.ts +84 -84
- package/src/components/HighlightText/HighlightText.scss +3 -3
- package/src/components/HighlightText/HighlightText.stories.tsx +22 -22
- package/src/components/HighlightText/HighlightText.tsx +33 -33
- package/src/components/HighlightText/index.ts +1 -1
- package/src/components/HighlightText/types.ts +4 -4
- package/src/components/Icon/Icon.stories.tsx +65 -65
- package/src/components/Icon/Icon.tsx +88 -88
- package/src/components/Icon/Icons.scss +50 -50
- package/src/components/Icon/iconList.ts +494 -491
- package/src/components/Icon/index.ts +1 -1
- package/src/components/Icon/types.ts +14 -14
- package/src/components/IconButton/IconButton.scss +54 -54
- package/src/components/IconButton/IconButton.stories.tsx +34 -34
- package/src/components/IconButton/IconButton.tsx +32 -32
- package/src/components/IconButton/index.ts +1 -1
- package/src/components/IconButton/types.ts +5 -5
- package/src/components/IconRadioGroup/IconRadioGroup.scss +64 -64
- package/src/components/IconRadioGroup/IconRadioGroup.stories.tsx +108 -108
- package/src/components/IconRadioGroup/IconRadioGroup.tsx +73 -73
- package/src/components/IconRadioGroup/index.ts +1 -1
- package/src/components/IconRadioGroup/type.ts +49 -49
- package/src/components/Input/Input.scss +170 -170
- package/src/components/Input/Input.stories.tsx +141 -141
- package/src/components/Input/Input.tsx +120 -120
- package/src/components/Input/types.ts +85 -85
- package/src/components/InputWithDropdown/InputWithDropdown.scss +220 -220
- package/src/components/InputWithDropdown/InputWithDropdown.stories.tsx +169 -169
- package/src/components/InputWithDropdown/InputWithDropdown.tsx +129 -122
- package/src/components/InputWithDropdown/index.ts +1 -1
- package/src/components/InputWithDropdown/types.ts +113 -113
- package/src/components/LabelEditTextField/LabelEditTextField.scss +86 -86
- package/src/components/LabelEditTextField/LabelEditTextField.stories.tsx +192 -192
- package/src/components/LabelEditTextField/LabelEditTextField.tsx +246 -246
- package/src/components/LabelEditTextField/index.ts +1 -1
- package/src/components/LabelEditTextField/types.ts +46 -46
- package/src/components/LazyLoad/LazyLoad.d.ts +3 -3
- package/src/components/LazyLoad/LazyLoad.stories.tsx +33 -33
- package/src/components/LazyLoad/LazyLoad.ts +2 -2
- package/src/components/LazyLoad/LazyLoading.tsx +19 -19
- package/src/components/LazyLoad/index.ts +1 -1
- package/src/components/MachineInputField/MachineInputField.scss +59 -59
- package/src/components/MachineInputField/MachineInputField.stories.tsx +32 -32
- package/src/components/MachineInputField/MachineInputField.tsx +87 -87
- package/src/components/MachineInputField/index.ts +1 -1
- package/src/components/MachineInputField/types.ts +13 -13
- package/src/components/MenuOption/MenuOption.scss +97 -97
- package/src/components/MenuOption/MenuOption.stories.tsx +158 -158
- package/src/components/MenuOption/MenuOption.tsx +219 -219
- package/src/components/MenuOption/types.ts +230 -230
- package/src/components/MiniModal/MiniModal.scss +170 -170
- package/src/components/MiniModal/MiniModal.stories.tsx +735 -735
- package/src/components/MiniModal/MiniModal.tsx +344 -344
- package/src/components/MiniModal/index.ts +1 -1
- package/src/components/MiniModal/types.ts +123 -123
- package/src/components/Modal/Modal.stories.tsx +70 -70
- package/src/components/Modal/Modal.tsx +100 -100
- package/src/components/Modal/index.tsx +1 -1
- package/src/components/Modal/modal.scss +51 -51
- package/src/components/Modal/types.ts +43 -43
- package/src/components/ModulesChip/ModuleChip.scss +33 -33
- package/src/components/ModulesChip/ModuleChip.stories.tsx +41 -41
- package/src/components/ModulesChip/ModuleChip.tsx +28 -28
- package/src/components/ModulesChip/types.ts +14 -14
- package/src/components/MultiSelect/Dropdown.scss +78 -78
- package/src/components/MultiSelect/Dropdown.tsx +142 -142
- package/src/components/MultiSelect/MultiSelect.scss +246 -246
- package/src/components/MultiSelect/MultiSelect.stories.tsx +290 -290
- package/src/components/MultiSelect/MultiSelect.tsx +483 -483
- package/src/components/MultiSelect/MultiSelectTypes.ts +47 -47
- package/src/components/MultiSelect/dropdownTypes.ts +19 -19
- package/src/components/MultiSelect/index.ts +1 -1
- package/src/components/NLPInput/NLPInput.scss +246 -246
- package/src/components/NLPInput/NlpInput.stories.tsx +136 -136
- package/src/components/NLPInput/NlpInput.tsx +374 -374
- package/src/components/NLPInput/components/NlpDropDown/NlpDropDownType.ts +60 -60
- package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.scss +83 -83
- package/src/components/NLPInput/components/NlpDropDown/NlpDropdown.tsx +180 -180
- package/src/components/NLPInput/index.ts +1 -1
- package/src/components/NLPInput/type.tsx +124 -124
- package/src/components/Paper/Paper.scss +13 -13
- package/src/components/Paper/Paper.stories.tsx +77 -77
- package/src/components/Paper/Paper.tsx +14 -14
- package/src/components/Paper/types.ts +19 -19
- package/src/components/PhoneInput/PhoneInput.d.ts +3 -3
- package/src/components/PhoneInput/PhoneInput.stories.tsx +95 -95
- package/src/components/PhoneInput/PhoneInput.tsx +90 -90
- package/src/components/PhoneInput/index.ts +1 -1
- package/src/components/PhoneInput/phoneInput.scss +3 -3
- package/src/components/PhoneInput/types.ts +10 -10
- package/src/components/PopUpModal/PopUpModal.scss +36 -36
- package/src/components/PopUpModal/PopUpModal.stories.tsx +67 -62
- package/src/components/PopUpModal/PopUpModal.tsx +87 -86
- package/src/components/PopUpModal/types.ts +16 -15
- package/src/components/RadioButton/RadioButton.scss +106 -106
- package/src/components/RadioButton/RadioButton.stories.tsx +43 -43
- package/src/components/RadioButton/RadioButton.tsx +41 -41
- package/src/components/RadioButton/index.ts +1 -1
- package/src/components/RadioButton/radioButtonTypes.tsx +62 -62
- package/src/components/RadioGroup/RadioGroup.scss +11 -11
- package/src/components/RadioGroup/RadioGroup.stories.tsx +150 -150
- package/src/components/RadioGroup/RadioGroup.tsx +49 -49
- package/src/components/RadioGroup/index.ts +1 -1
- package/src/components/RadioGroup/radioGroupTypes.tsx +96 -96
- package/src/components/Search/Search.scss +103 -103
- package/src/components/Search/Search.stories.tsx +45 -45
- package/src/components/Search/Search.tsx +130 -130
- package/src/components/Search/index.ts +1 -1
- package/src/components/Search/types.ts +19 -19
- package/src/components/Select/Select.scss +213 -213
- package/src/components/Select/Select.stories.tsx +355 -355
- package/src/components/Select/Select.tsx +278 -278
- package/src/components/Select/components/Dropdown.scss +61 -61
- package/src/components/Select/components/Dropdown.tsx +140 -140
- package/src/components/Select/components/types.ts +24 -24
- package/src/components/Select/index.ts +1 -1
- package/src/components/Select/types.ts +134 -134
- package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.scss +128 -128
- package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.tsx +56 -56
- package/src/components/SequentialConnectingBranch/SequentialConnectingBranch.tsx +167 -167
- package/src/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.scss +51 -51
- package/src/components/SequentialConnectingBranch/components/AddBrowserModal/AddBrowserModal.tsx +107 -107
- package/src/components/SequentialConnectingBranch/components/AddBrowserModal/types.ts +5 -5
- package/src/components/SequentialConnectingBranch/components/Branches/Branches.scss +190 -190
- package/src/components/SequentialConnectingBranch/components/Branches/Branches.tsx +236 -236
- package/src/components/SequentialConnectingBranch/components/Branches/types.ts +25 -25
- package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.scss +3 -3
- package/src/components/SequentialConnectingBranch/components/ConnectingBranches/ConnectingBranches.tsx +68 -68
- package/src/components/SequentialConnectingBranch/components/ConnectingBranches/types.ts +17 -17
- package/src/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.scss +31 -31
- package/src/components/SequentialConnectingBranch/components/DatasetListModal/DatasetListModal.tsx +85 -85
- package/src/components/SequentialConnectingBranch/components/DatasetListModal/types.ts +4 -4
- package/src/components/SequentialConnectingBranch/index.ts +1 -1
- package/src/components/SequentialConnectingBranch/types.ts +60 -60
- package/src/components/StateDropdown/StateDropdown.stories.tsx +104 -104
- package/src/components/StateDropdown/StateDropdown.tsx +245 -245
- package/src/components/StateDropdown/StateDropdownTypes.tsx +27 -27
- package/src/components/StatusButton/StatusButton.scss +90 -90
- package/src/components/StatusButton/StatusButton.stories.tsx +91 -91
- package/src/components/StatusButton/StatusButton.tsx +46 -46
- package/src/components/StatusButton/index.ts +1 -1
- package/src/components/StatusButton/types.ts +45 -45
- package/src/components/StatusCard/StatusCard.scss +94 -94
- package/src/components/StatusCard/StatusCard.stories.tsx +58 -58
- package/src/components/StatusCard/StatusCard.tsx +49 -49
- package/src/components/StatusCard/index.ts +1 -1
- package/src/components/StatusCard/types.ts +10 -10
- package/src/components/Table/Table.scss +117 -117
- package/src/components/Table/Table.stories.tsx +373 -373
- package/src/components/Table/Table.tsx +178 -178
- package/src/components/Table/Types.ts +124 -124
- package/src/components/Table/index.ts +1 -1
- package/src/components/TableTree/Components/TableBody.tsx +35 -35
- package/src/components/TableTree/Components/TableCell.tsx +59 -59
- package/src/components/TableTree/Components/TableHead.tsx +39 -39
- package/src/components/TableTree/Components/TableRow.tsx +37 -37
- package/src/components/TableTree/TableTree.scss +205 -205
- package/src/components/TableTree/TableTree.stories.tsx +179 -179
- package/src/components/TableTree/TableTree.tsx +245 -245
- package/src/components/TableTree/TableTreeStories.scss +22 -22
- package/src/components/TableTree/Utils/getAllChildIds.ts +12 -12
- package/src/components/TableTree/data.ts +322 -322
- package/src/components/TableTree/index.ts +1 -1
- package/src/components/TableTree/types.ts +68 -68
- package/src/components/TableWithAccordion/TableWithAccordion.scss +54 -54
- package/src/components/TableWithAccordion/TableWithAccordion.stories.tsx +94 -94
- package/src/components/TableWithAccordion/TableWithAccordion.tsx +174 -174
- package/src/components/TableWithAccordion/data.ts +36 -36
- package/src/components/TableWithAccordion/types.ts +69 -69
- package/src/components/Tabs/Tabs.scss +132 -132
- package/src/components/Tabs/Tabs.stories.tsx +153 -153
- package/src/components/Tabs/Tabs.tsx +71 -71
- package/src/components/Tabs/index.ts +1 -1
- package/src/components/Tabs/types.ts +48 -48
- package/src/components/TextArea/Textarea.scss +144 -144
- package/src/components/TextArea/Textarea.stories.tsx +92 -92
- package/src/components/TextArea/Textarea.tsx +84 -84
- package/src/components/TextArea/Types.ts +82 -82
- package/src/components/TextArea/index.tsx +1 -1
- package/src/components/ThemeProvider/ThemeProvider.tsx +27 -27
- package/src/components/ThemeProvider/index.ts +1 -1
- package/src/components/ThemeProvider/types.ts +14 -14
- package/src/components/Toast/Toast.scss +121 -121
- package/src/components/Toast/Toast.stories.tsx +144 -144
- package/src/components/Toast/Toast.tsx +117 -117
- package/src/components/Toast/index.ts +1 -1
- package/src/components/Toast/types.ts +27 -27
- package/src/components/Toastify/Toastify.stories.tsx +71 -71
- package/src/components/Toastify/Toastify.tsx +94 -94
- package/src/components/Toastify/index.ts +1 -1
- package/src/components/Toastify/types.ts +9 -9
- package/src/components/Toggle/Toggle.scss +133 -133
- package/src/components/Toggle/Toggle.stories.tsx +132 -132
- package/src/components/Toggle/Toggle.tsx +96 -96
- package/src/components/Toggle/index.ts +1 -1
- package/src/components/Toggle/types.ts +43 -43
- package/src/components/ToggleSwitch/ToggleSwitch.scss +58 -58
- package/src/components/ToggleSwitch/ToggleSwitch.stories.tsx +52 -52
- package/src/components/ToggleSwitch/ToggleSwitch.tsx +30 -30
- package/src/components/ToggleSwitch/index.ts +1 -1
- package/src/components/Tooltip/Tooltip.scss +27 -27
- package/src/components/Tooltip/Tooltip.stories.tsx +98 -98
- package/src/components/Tooltip/Tooltip.tsx +194 -194
- package/src/components/Tooltip/index.ts +1 -1
- package/src/components/Tooltip/types.ts +66 -66
- package/src/components/Typography/Typography.scss +25 -25
- package/src/components/Typography/Typography.stories.tsx +59 -59
- package/src/components/Typography/Typography.tsx +41 -41
- package/src/components/Typography/index.ts +1 -1
- package/src/components/Typography/types.ts +57 -57
- package/src/components/VariableInput/VariableInput.scss +127 -127
- package/src/components/VariableInput/VariableInput.stories.tsx +32 -32
- package/src/components/VariableInput/VariableInput.tsx +352 -352
- package/src/components/VariableInput/types.ts +56 -56
- package/src/hooks/keyboardevents/useEscKeyEvent.tsx +30 -30
- package/src/hooks/useClickOutside.tsx +30 -30
- package/src/hooks/useFileDropzone.tsx +275 -275
- package/src/hooks/usePortalPosition.tsx +53 -53
- package/src/hooks/useTheme.tsx +13 -13
- package/src/index.ts +203 -204
- package/src/utils/FormatString/FormatString.stories.tsx +58 -58
- package/src/utils/FormatString/FormatString.tsx +41 -41
- package/src/utils/TableCell/TableCell.ts +16 -16
- package/src/utils/capitalize/capitalize.stories.tsx +44 -44
- package/src/utils/capitalize/capitalize.tsx +4 -4
- package/src/utils/checkDuplicates/CheckDuplicates.stories.tsx +40 -40
- package/src/utils/checkDuplicates/checkDuplicates.ts +13 -13
- package/src/utils/checkEmpty/checkEmpty.stories.tsx +34 -34
- package/src/utils/checkEmpty/checkEmpty.ts +24 -24
- package/src/utils/compareArrays/compareArrays.stories.tsx +62 -62
- package/src/utils/compareArrays/compareArrays.ts +31 -31
- package/src/utils/compareObjects/compareObjects.stories.tsx +51 -51
- package/src/utils/compareObjects/compareObjects.ts +53 -53
- package/src/utils/debounce/debounce.stories.tsx +81 -81
- package/src/utils/debounce/debounce.ts +28 -28
- package/src/utils/downloadFile/saveFileFromBlob.stories.tsx +62 -62
- package/src/utils/downloadFile/saveFileFromBlob.ts +40 -40
- package/src/utils/ffID/ffID.stories.tsx +35 -35
- package/src/utils/ffID/ffid.ts +7 -7
- package/src/utils/findAndInsert/findAndInsert.stories.tsx +119 -119
- package/src/utils/findAndInsert/findAndInsert.ts +49 -49
- package/src/utils/getEncryptedData/getEncryptedData.stories.tsx +55 -55
- package/src/utils/getEncryptedData/getEncryptedData.ts +8 -8
- package/src/utils/getExtension/getExtension.stories.tsx +23 -23
- package/src/utils/getExtension/getExtension.ts +28 -28
- package/src/utils/getSelectOptionValue/getSelectOptionValue.ts +31 -31
- package/src/utils/getSequentialPayload/getSequentialPayload.stories.tsx +72 -72
- package/src/utils/getSequentialPayload/getSequentialPayload.ts +16 -16
- package/src/utils/getSequentialPayload/types.ts +32 -32
- package/src/utils/throttle/throttle.stories.tsx +100 -100
- package/src/utils/throttle/throttle.ts +33 -33
- package/src/utils/truncateText/truncateText.stories.tsx +37 -37
- package/src/utils/truncateText/truncateText.ts +4 -4
- package/tsconfig.json +55 -55
- package/vite.config.js +14 -14
- package/lib/StyleGuide/ColorPalette/ColorPalette.stories.d.ts +0 -6
- package/lib/StyleGuide/Typography/Typography.stories.d.ts +0 -6
- package/lib/assets/fonts/Poppins-Bold.ttf +0 -0
- package/lib/assets/fonts/Poppins-Medium.ttf +0 -0
- package/lib/assets/fonts/Poppins-Regular.ttf +0 -0
- package/lib/assets/fonts/Poppins-SemiBold.ttf +0 -0
- package/lib/components/Accordion/Accordion.stories.d.ts +0 -6
- package/lib/components/AddButton/AddButton.d.ts +0 -5
- package/lib/components/AddButton/AddButton.stories.d.ts +0 -6
- package/lib/components/AddButton/index.d.ts +0 -1
- package/lib/components/AddButton/types.d.ts +0 -4
- package/lib/components/AddResourceButton/AddButton.stories.d.ts +0 -8
- package/lib/components/AllProjectsDropdown/AllProjectsDropdown.stories.d.ts +0 -7
- package/lib/components/AppHeader/AppHeader.stories.d.ts +0 -7
- package/lib/components/AttachImage/AttachImage.stories.d.ts +0 -7
- package/lib/components/AttachmentButton/AttachmentButton.stories.d.ts +0 -9
- package/lib/components/Avatar/Avatar.stories.d.ts +0 -10
- package/lib/components/Button/Button.stories.d.ts +0 -13
- package/lib/components/Charts/BarChart/BarChart.stories.d.ts +0 -6
- package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.stories.d.ts +0 -7
- package/lib/components/Charts/DonutChart/DonutChart.stories.d.ts +0 -6
- package/lib/components/Charts/IconRadialChart/IconRadialChart.stories.d.ts +0 -8
- package/lib/components/Charts/LineChart/LineChart.stories.d.ts +0 -7
- package/lib/components/Charts/MultiRadialChart/MultiRadialChart.stories.d.ts +0 -8
- package/lib/components/Charts/PieChart/PieChart.stories.d.ts +0 -7
- package/lib/components/Charts/RadialChart/RadialChart.stories.d.ts +0 -6
- package/lib/components/Checkbox/Checkbox.stories.d.ts +0 -8
- package/lib/components/Chip/Chip.stories.d.ts +0 -14
- package/lib/components/ConnectingBranch/ConnectingBranch.stories.d.ts +0 -6
- package/lib/components/DatePicker/DatePicker.stories.d.ts +0 -9
- package/lib/components/DragAndDrop/DragAndDrop.stories.d.ts +0 -6
- package/lib/components/Drawer/Drawer.stories.d.ts +0 -12
- package/lib/components/EditTextField/EditTextField.stories.d.ts +0 -10
- package/lib/components/Editor/Editor.stories.d.ts +0 -6
- package/lib/components/Excel/ContextMenu/ContextMenu.d.ts +0 -4
- package/lib/components/Excel/ExcelFile.stories.d.ts +0 -6
- package/lib/components/ExcelFile/ChangeExcelStyles.d.ts +0 -14
- package/lib/components/ExcelFile/ColorBarSelector/ColorBarSelector.d.ts +0 -8
- package/lib/components/ExcelFile/ContextMenu/ContextMenu.d.ts +0 -4
- package/lib/components/ExcelFile/ExcelFile/Excel/ActiveCell.d.ts +0 -7
- package/lib/components/ExcelFile/ExcelFile/Excel/Cell.d.ts +0 -4
- package/lib/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.d.ts +0 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/Copied.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/CornerIndicator.d.ts +0 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/DataEditor.d.ts +0 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/DataViewer.d.ts +0 -8
- package/lib/components/ExcelFile/ExcelFile/Excel/FloatingRect.d.ts +0 -10
- package/lib/components/ExcelFile/ExcelFile/Excel/HeaderRow.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/Row.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/RowIndicator.d.ts +0 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/Selected.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/Spreadsheet.d.ts +0 -80
- package/lib/components/ExcelFile/ExcelFile/Excel/Table.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/actions.d.ts +0 -174
- package/lib/components/ExcelFile/ExcelFile/Excel/areModelsEqual.d.ts +0 -1
- package/lib/components/ExcelFile/ExcelFile/Excel/context.d.ts +0 -8
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/engine.d.ts +0 -22
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/formula.d.ts +0 -17
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/index.d.ts +0 -2
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-graph.d.ts +0 -21
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-hash.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-set.d.ts +0 -24
- package/lib/components/ExcelFile/ExcelFile/Excel/index.d.ts +0 -13
- package/lib/components/ExcelFile/ExcelFile/Excel/matrix.d.ts +0 -67
- package/lib/components/ExcelFile/ExcelFile/Excel/point-range.d.ts +0 -22
- package/lib/components/ExcelFile/ExcelFile/Excel/point.d.ts +0 -11
- package/lib/components/ExcelFile/ExcelFile/Excel/reducer.d.ts +0 -27
- package/lib/components/ExcelFile/ExcelFile/Excel/selection.d.ts +0 -95
- package/lib/components/ExcelFile/ExcelFile/Excel/types.d.ts +0 -178
- package/lib/components/ExcelFile/ExcelFile/Excel/use-dispatch.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/use-selector.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/util.d.ts +0 -44
- package/lib/components/ExcelFile/ExcelFile/ExcelFile.d.ts +0 -19
- package/lib/components/ExcelFile/ExcelFile.stories.d.ts +0 -6
- package/lib/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.d.ts +0 -12
- package/lib/components/ExcelFile/ExcelToolBar/ExcelToolBar.d.ts +0 -15
- package/lib/components/ExcelFile/ImportExcelStyles.d.ts +0 -24
- package/lib/components/ExcelFile/Types.d.ts +0 -129
- package/lib/components/ExcelFile/index.d.ts +0 -1
- package/lib/components/ExpandableMenu/ExpandableMenu.stories.d.ts +0 -7
- package/lib/components/FF_Captcha/captcha.stories.d.ts +0 -8
- package/lib/components/FileDropzone/FileDropzone.stories.d.ts +0 -8
- package/lib/components/Form/Form.stories.d.ts +0 -7
- package/lib/components/GridLayout/GridLayout.stories.d.ts +0 -8
- package/lib/components/HighlightText/HighlightText.stories.d.ts +0 -6
- package/lib/components/Icon/Icon.stories.d.ts +0 -8
- package/lib/components/IconButton/IconButton.stories.d.ts +0 -7
- package/lib/components/IconRadioGroup/IconRadioGroup.stories.d.ts +0 -7
- package/lib/components/Input/Input.stories.d.ts +0 -9
- package/lib/components/InputWithDropdown/InputWithDropdown.stories.d.ts +0 -9
- package/lib/components/LabelEditTextField/LabelEditTextField.stories.d.ts +0 -13
- package/lib/components/LazyLoad/LazyLoad.stories.d.ts +0 -6
- package/lib/components/MachineInputField/MachineInputField.stories.d.ts +0 -6
- package/lib/components/MenuOption/MenuOption.stories.d.ts +0 -16
- package/lib/components/MiniModal/MiniModal.stories.d.ts +0 -10
- package/lib/components/Modal/Modal.stories.d.ts +0 -7
- package/lib/components/ModulesChip/ModuleChip.stories.d.ts +0 -6
- package/lib/components/MultiSelect/MultiSelect.stories.d.ts +0 -11
- package/lib/components/NLPInput/NlpInput.stories.d.ts +0 -7
- package/lib/components/Paper/Paper.stories.d.ts +0 -11
- package/lib/components/RadioButton/RadioButton.stories.d.ts +0 -10
- package/lib/components/RadioGroup/RadioGroup.stories.d.ts +0 -9
- package/lib/components/Search/Search.stories.d.ts +0 -6
- package/lib/components/Select/Select.stories.d.ts +0 -14
- package/lib/components/Select/components/Dropdown/Dropdown.d.ts +0 -4
- package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +0 -17
- package/lib/components/SequentialConnectingBranch/SequentialConnectingBranch.stories.d.ts +0 -6
- package/lib/components/StateDropdown/StateDropdown.stories.d.ts +0 -10
- package/lib/components/StatusButton/StatusButton.stories.d.ts +0 -14
- package/lib/components/StatusCard/StatusCard.stories.d.ts +0 -11
- package/lib/components/Table/Table.stories.d.ts +0 -13
- package/lib/components/TableTree/TableTree.stories.d.ts +0 -7
- package/lib/components/Tabs/Tabs.stories.d.ts +0 -9
- package/lib/components/TextArea/Textarea.stories.d.ts +0 -9
- package/lib/components/Toast/Toast.stories.d.ts +0 -6
- package/lib/components/Toastify/Toastify.stories.d.ts +0 -6
- package/lib/components/Toggle/Toggle.stories.d.ts +0 -12
- package/lib/components/Tooltip/Tooltip.stories.d.ts +0 -15
- package/lib/components/Typography/Typography.stories.d.ts +0 -10
- package/lib/components/VariableInput/VariableInput.stories.d.ts +0 -6
- package/lib/utils/checkEmpty/checkEmpty.stories.d.ts +0 -6
- package/lib/utils/compareArrays/compareArrays.stories.d.ts +0 -6
- package/lib/utils/compareObjects/compareObjects.stories.d.ts +0 -6
- package/lib/utils/debounce/debounce.stories.d.ts +0 -6
- package/lib/utils/ffID/ffID.stories.d.ts +0 -6
- package/lib/utils/find/findAndInsert.d.ts +0 -7
- package/lib/utils/find/findAndInsert.stories.d.ts +0 -7
- package/lib/utils/findAndInsert/findAndInsert.stories.d.ts +0 -7
- package/lib/utils/getEncryptedData/getEncryptedData.stories.d.ts +0 -6
- package/lib/utils/getExtension/getExtension.stories.d.ts +0 -6
- package/lib/utils/getSequentialPayload/getSequentialPayload.stories.d.ts +0 -10
- package/lib/utils/throttle/throttle.stories.d.ts +0 -6
- package/lib/utils/truncateText/truncateText.stories.d.ts +0 -6
@@ -1,186 +1,186 @@
|
|
1
|
-
<svg width="241" height="241" viewBox="0 0 241 241" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M206.689 122.185C205.061 109.225 200.991 96.7112 196.129 87.74C184.383 66.1832 151.661 51.764 127.009 55.4936C105.98 58.6712 95.8757 77.8568 76.9157 84.5144C59.4725 90.6392 43.7669 95.3672 35.5445 111.529C18.1253 145.666 60.7061 182.986 97.2005 180.078C108.721 179.156 119.012 174.726 130.834 176.804C154.834 181.023 162.802 185.559 183.999 177.121C204.884 168.802 209.535 144.855 206.689 122.185Z" fill="#B14CC2"/>
|
3
|
-
<path opacity="0.8" d="M206.689 122.185C205.061 109.225 200.991 96.7112 196.129 87.74C184.383 66.1832 151.661 51.764 127.009 55.4936C105.98 58.6712 95.8757 77.8568 76.9157 84.5144C59.4725 90.6392 43.7669 95.3672 35.5445 111.529C18.1253 145.666 60.7061 182.986 97.2005 180.078C108.721 179.156 119.012 174.726 130.834 176.804C154.834 181.023 162.802 185.559 183.999 177.121C204.884 168.802 209.535 144.855 206.689 122.185Z" fill="white"/>
|
4
|
-
<path d="M122.722 187.426L102.25 141.586H151.858L213.034 181.94" fill="white"/>
|
5
|
-
<path d="M122.722 187.426L102.25 141.586H151.858L213.034 181.94" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
6
|
-
<path d="M117.644 185.622L102.25 144.644V141.586L124.028 189.562L117.644 185.622Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
7
|
-
<path d="M130.613 143.482L151.714 168.217L126.101 174.183L111.548 146.535L130.613 143.482Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
8
|
-
<path d="M126.102 174.183V174.913L151.278 169.82L151.714 168.217L126.102 174.183Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
9
|
-
<path d="M129.816 152.382L130.896 153.975L133.642 153.231L132.5 151.676L129.816 152.382Z" fill="#263238"/>
|
10
|
-
<path d="M140.209 162.13L138.903 160.364L135.783 161.204L137.002 163.009L140.209 162.13Z" fill="#263238"/>
|
11
|
-
<path d="M127.575 149.06L128.377 150.25L130.959 149.593L130.148 148.489L127.575 149.06Z" fill="#263238"/>
|
12
|
-
<path d="M132.548 156.418L134.026 158.607L137.045 157.844L135.413 155.631L132.548 156.418Z" fill="#263238"/>
|
13
|
-
<path d="M140.367 157.446L137.779 158.103L139.075 159.86L141.71 159.15L140.367 157.446Z" fill="#263238"/>
|
14
|
-
<path d="M134.29 158.991L135.524 160.825L138.624 159.985L137.324 158.218L134.29 158.991Z" fill="#263238"/>
|
15
|
-
<path d="M124.651 149.708L125.448 150.994L127.925 150.361L127.114 149.161L124.651 149.708Z" fill="#263238"/>
|
16
|
-
<path d="M131.15 154.354L132.293 156.039L135.134 155.252L133.92 153.606L131.15 154.354Z" fill="#263238"/>
|
17
|
-
<path d="M128.636 150.63L129.557 151.998L132.217 151.297L131.237 149.967L128.636 150.63Z" fill="#263238"/>
|
18
|
-
<path d="M123.049 153.716L122.242 152.262L119.3 153.01L120.121 154.489L123.049 153.716Z" fill="#263238"/>
|
19
|
-
<path d="M118.819 157.234L120.84 156.692L119.904 155.002L117.917 155.526L118.819 157.234Z" fill="#263238"/>
|
20
|
-
<path d="M123.778 148.297L124.407 149.314L126.85 148.772L126.193 147.802L123.778 148.297Z" fill="#263238"/>
|
21
|
-
<path d="M122.021 151.863L121.243 150.462L118.253 151.119L119.079 152.612L122.021 151.863Z" fill="#263238"/>
|
22
|
-
<path d="M120.874 148.887L121.469 149.962L123.956 149.415L123.317 148.388L120.874 148.887Z" fill="#263238"/>
|
23
|
-
<path d="M116.694 153.222L118.642 152.722L117.807 151.22L115.863 151.647L116.694 153.222Z" fill="#263238"/>
|
24
|
-
<path d="M117.408 149.598L118.032 150.721L121.023 150.063L120.423 148.978L117.408 149.598Z" fill="#263238"/>
|
25
|
-
<path d="M126.802 153.178L127.81 154.806L130.45 154.095L129.37 152.502L126.802 153.178Z" fill="#263238"/>
|
26
|
-
<path d="M133.579 158.722L132.106 156.543L129.355 157.302L130.69 159.457L133.579 158.722Z" fill="#263238"/>
|
27
|
-
<path d="M121.69 150.361L122.458 151.753L125.002 151.105L124.201 149.809L121.69 150.361Z" fill="#263238"/>
|
28
|
-
<path d="M122.266 159.255L120.192 159.826L121.268 161.857L123.404 161.314L122.266 159.255Z" fill="#263238"/>
|
29
|
-
<path d="M128.05 155.194L129.115 156.913L131.847 156.164L130.709 154.474L128.05 155.194Z" fill="#263238"/>
|
30
|
-
<path d="M126.12 152.91L125.242 151.494L122.679 152.146L123.485 153.606L126.12 152.91Z" fill="#263238"/>
|
31
|
-
<path d="M130.935 167.958L128.002 168.706L129.048 170.593L131.991 169.868L130.935 167.958Z" fill="#263238"/>
|
32
|
-
<path d="M126.394 147.318L128.905 146.804L127.556 144.97L125.084 145.378L126.394 147.318Z" fill="#263238"/>
|
33
|
-
<path d="M120.202 148.58L118.988 146.386L115.911 146.895L117.188 149.199L120.202 148.58Z" fill="#263238"/>
|
34
|
-
<path d="M124.195 155.785L123.269 154.11L120.341 154.882L121.277 156.572L124.195 155.785Z" fill="#263238"/>
|
35
|
-
<path d="M131.669 161.866L130.488 159.961L127.436 160.738L128.53 162.716L131.669 161.866Z" fill="#263238"/>
|
36
|
-
<path d="M130.249 159.572L128.914 157.422L126.039 158.214L127.215 160.34L130.249 159.572Z" fill="#263238"/>
|
37
|
-
<path d="M135.077 160.945L133.838 159.106L130.93 159.846L132.11 161.746L135.077 160.945Z" fill="#263238"/>
|
38
|
-
<path d="M127.368 154.926L126.36 153.294L123.701 153.999L124.628 155.665L127.368 154.926Z" fill="#263238"/>
|
39
|
-
<path d="M125.688 151.383L126.562 152.79L129.111 152.118L128.184 150.745L125.688 151.383Z" fill="#263238"/>
|
40
|
-
<path d="M128.674 157.038L127.609 155.314L124.844 156.058L125.823 157.825L128.674 157.038Z" fill="#263238"/>
|
41
|
-
<path d="M136.56 163.134L135.336 161.329L132.351 162.135L133.488 163.974L136.56 163.134Z" fill="#263238"/>
|
42
|
-
<path d="M134.588 166.575L133.287 164.478L130.004 165.38L131.156 167.449L134.588 166.575Z" fill="#263238"/>
|
43
|
-
<path d="M124.747 163.738L123.624 161.708L121.479 162.255L122.573 164.329L124.747 163.738Z" fill="#263238"/>
|
44
|
-
<path d="M121.062 157.086L119.031 157.633L119.986 159.433L122.046 158.866L121.062 157.086Z" fill="#263238"/>
|
45
|
-
<path d="M130.714 167.564L129.572 165.495L126.663 166.292L127.781 168.308L130.714 167.564Z" fill="#263238"/>
|
46
|
-
<path d="M125.386 157.94L124.412 156.178L121.493 156.966L122.482 158.746L125.386 157.94Z" fill="#263238"/>
|
47
|
-
<path d="M126.658 147.706L127.311 148.671L129.865 148.105L129.188 147.188L126.658 147.706Z" fill="#263238"/>
|
48
|
-
<path d="M115.651 151.249L117.586 150.822L116.962 149.689L115.032 150.082L115.651 151.249Z" fill="#263238"/>
|
49
|
-
<path d="M123.529 147.898L125.929 147.409L124.609 145.455L122.257 145.844L123.529 147.898Z" fill="#263238"/>
|
50
|
-
<path d="M120.653 148.489L123.077 147.994L121.791 145.921L119.443 146.31L120.653 148.489Z" fill="#263238"/>
|
51
|
-
<path d="M119.688 154.609L118.863 153.121L116.904 153.62L117.706 155.127L119.688 154.609Z" fill="#263238"/>
|
52
|
-
<path d="M129.374 146.708L131.544 146.262L130.181 144.538L128.035 144.889L129.374 146.708Z" fill="#263238"/>
|
53
|
-
<path d="M116.736 149.29L115.45 146.967L113.549 147.284L114.821 149.679L116.736 149.29Z" fill="#263238"/>
|
54
|
-
<path d="M127.565 168.817L125.261 169.402L126.259 171.284L128.611 170.703L127.565 168.817Z" fill="#263238"/>
|
55
|
-
<path d="M138.514 166.023L135.27 166.849L136.455 168.764L139.806 167.934L138.514 166.023Z" fill="#263238"/>
|
56
|
-
<path d="M134.828 166.964L131.372 167.842L132.433 169.758L136.009 168.874L134.828 166.964Z" fill="#263238"/>
|
57
|
-
<path d="M142.354 165.044L138.965 165.908L140.256 167.823L143.765 166.954L142.354 165.044Z" fill="#263238"/>
|
58
|
-
<path d="M145.69 164.194L142.81 164.929L144.226 166.844L147.202 166.105L145.69 164.194Z" fill="#263238"/>
|
59
|
-
<path d="M126.231 166.412L123.999 167.022L125.05 169.009L127.345 168.423L126.231 166.412Z" fill="#263238"/>
|
60
|
-
<path d="M133.047 164.094L131.909 162.255L128.751 163.11L129.788 164.986L133.047 164.094Z" fill="#263238"/>
|
61
|
-
<path d="M138.255 165.639L136.815 163.513L133.729 164.358L135.029 166.46L138.255 165.639Z" fill="#263238"/>
|
62
|
-
<path d="M129.356 165.102L128.314 163.225L125.4 164.017L126.447 165.898L129.356 165.102Z" fill="#263238"/>
|
63
|
-
<path d="M123.792 166.628L126.015 166.018L124.968 164.132L122.784 164.722L123.792 166.628Z" fill="#263238"/>
|
64
|
-
<path d="M126.778 160.455L125.607 158.334L122.698 159.135L123.841 161.199L126.778 160.455Z" fill="#263238"/>
|
65
|
-
<path d="M142.075 164.665L140.486 162.51L137.261 163.393L138.706 165.524L142.075 164.665Z" fill="#263238"/>
|
66
|
-
<path d="M128.098 162.831L126.999 160.849L124.062 161.598L125.185 163.623L128.098 162.831Z" fill="#263238"/>
|
67
|
-
<path d="M135.864 155.506L137.501 157.724L140.069 157.071L138.303 154.834L135.864 155.506Z" fill="#263238"/>
|
68
|
-
<path d="M132.673 151.177L134.948 150.577L133.925 149.286L131.698 149.852L132.673 151.177Z" fill="#263238"/>
|
69
|
-
<path d="M130.618 148.388L131.415 149.473L133.633 148.911L132.831 147.898L130.618 148.388Z" fill="#263238"/>
|
70
|
-
<path d="M145.393 163.82L143.674 161.636L140.938 162.385L142.532 164.55L145.393 163.82Z" fill="#263238"/>
|
71
|
-
<path d="M132.951 151.556L134.098 153.106L136.441 152.473L135.241 150.951L132.951 151.556Z" fill="#263238"/>
|
72
|
-
<path d="M139.354 160.239L140.659 162.01L143.381 161.266L142.003 159.524L139.354 160.239Z" fill="#263238"/>
|
73
|
-
<path d="M130.33 148.004L132.533 147.519L131.847 146.646L129.663 147.092L130.33 148.004Z" fill="#263238"/>
|
74
|
-
<path d="M135.586 155.132L138.01 154.46L136.738 152.847L134.376 153.486L135.586 155.132Z" fill="#263238"/>
|
75
|
-
<path d="M155.059 146.247V150.174C154.66 150.559 154.221 150.9 153.749 151.191C153.024 151.628 147.058 152.631 147.058 152.631L154.622 160.93C154.622 160.93 161.558 160.172 163.502 159.62C165.538 159.034 165.101 151.614 165.101 151.614L155.059 146.247Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
76
|
-
<path d="M155.06 146.247V150.174C155.06 150.174 154.954 150.279 154.781 150.433L163.628 159.582C165.519 158.732 165.101 151.628 165.101 151.628L155.06 146.247Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
77
|
-
<path d="M141.673 96.0392V137.66L173.396 162.687V98.3672L141.673 96.0392Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
78
|
-
<path d="M143.856 98.2232V133.292L170.487 149.737V100.551L143.856 98.2232Z" fill="#B14CC2" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
79
|
-
<path d="M176.597 98.3672H173.396V162.702H176.597V98.3672Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
80
|
-
<path d="M145.604 100.407L145.748 131.694L168.01 144.351V105.61L152.732 103.297L151.714 101.132L145.604 100.407Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
81
|
-
<path d="M147.058 104.19V130.82L166.704 141.298V107.684L147.058 104.19Z" fill="#B14CC2" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
82
|
-
<path d="M158.548 130.182C161.32 129.252 162.528 125.4 161.245 121.581C159.963 117.761 156.676 115.419 153.904 116.349C151.132 117.28 149.924 121.131 151.207 124.951C152.49 128.771 155.776 131.113 158.548 130.182Z" fill="#263238"/>
|
83
|
-
<path d="M156.806 123.702L158.674 121.633C158.8 121.448 158.864 121.229 158.858 121.006C158.852 120.783 158.776 120.567 158.64 120.39C158.362 119.991 157.925 119.91 157.68 120.193L155.885 122.185L154.085 119.305C153.826 118.887 153.389 118.758 153.125 119.017C152.986 119.189 152.907 119.401 152.9 119.622C152.893 119.843 152.958 120.061 153.086 120.241L154.954 123.241L153.053 125.3C152.927 125.485 152.863 125.704 152.87 125.928C152.877 126.151 152.954 126.367 153.091 126.543C153.201 126.717 153.373 126.842 153.571 126.894C153.658 126.915 153.748 126.912 153.833 126.885C153.918 126.858 153.993 126.808 154.051 126.74L155.851 124.748L157.646 127.628C157.757 127.824 157.939 127.968 158.155 128.031C158.238 128.057 158.327 128.06 158.411 128.04C158.496 128.02 158.573 127.977 158.635 127.916C158.773 127.743 158.851 127.53 158.857 127.31C158.863 127.089 158.797 126.872 158.669 126.692L156.806 123.702Z" fill="white"/>
|
84
|
-
<path d="M150.548 113.214L161.549 116.444" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
85
|
-
<path d="M150.11 110.156L164.371 114.135" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
86
|
-
<path d="M159.941 178.729C159.941 178.729 152.986 179.372 150.413 181.431C147.84 183.49 149.77 184.522 152.213 185.166C154.656 185.809 165.605 184.777 167.021 183.361C168.437 181.945 167.021 178.47 159.941 178.729Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
87
|
-
<path d="M167.021 183.38C167.294 183.107 167.464 182.747 167.501 182.362C164.386 182.209 160.301 183.111 156.59 184.282C155.338 184.681 154.066 185.016 152.779 185.286C156.014 185.674 165.696 184.686 167.021 183.38Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
88
|
-
<path d="M135.283 102.337L140.366 104.982" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
89
|
-
<path d="M132.365 100.82L133.877 101.607" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
90
|
-
<path d="M136.402 115.662L138.126 115.858" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
91
|
-
<path d="M129.807 114.898L134.453 115.436" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
92
|
-
<path d="M137.487 128.022L131.727 129.62" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
93
|
-
<path d="M130.051 57.62C127.327 57.62 124.663 58.4279 122.398 59.9416C120.132 61.4554 118.367 63.6069 117.324 66.1241C116.281 68.6413 116.009 71.4112 116.54 74.0835C117.072 76.7558 118.384 79.2105 120.31 81.1371C122.237 83.0637 124.692 84.3757 127.364 84.9073C130.036 85.4388 132.806 85.166 135.323 84.1233C137.84 83.0807 139.992 81.315 141.506 79.0495C143.019 76.784 143.827 74.1206 143.827 71.396C143.827 67.7423 142.376 64.2384 139.793 61.6549C137.209 59.0714 133.705 57.62 130.051 57.62ZM130.051 82.4648C127.862 82.4638 125.723 81.8138 123.903 80.597C122.084 79.3802 120.666 77.6511 119.829 75.6285C118.992 73.6058 118.773 71.3804 119.201 69.2336C119.628 67.0868 120.683 65.115 122.231 63.5674C123.779 62.0199 125.752 60.9662 127.899 60.5395C130.046 60.1128 132.271 60.3323 134.293 61.1702C136.315 62.0081 138.044 63.4268 139.26 65.247C140.476 67.0671 141.125 69.207 141.125 71.396C141.128 72.8513 140.843 74.2929 140.287 75.6381C139.732 76.9833 138.916 78.2057 137.888 79.2352C136.859 80.2648 135.637 81.0812 134.293 81.6379C132.948 82.1945 131.507 82.4804 130.051 82.4792V82.4648Z" fill="#263238"/>
|
94
|
-
<path d="M131.035 71.4104C131.04 71.6059 130.986 71.7985 130.881 71.9634C130.776 72.1284 130.624 72.2582 130.445 72.3364C130.265 72.4146 130.067 72.4375 129.874 72.4023C129.682 72.3671 129.504 72.2753 129.364 72.1387C129.224 72.0021 129.128 71.8268 129.088 71.6353C129.048 71.4438 129.066 71.2448 129.14 71.0636C129.214 70.8824 129.34 70.7272 129.502 70.618C129.664 70.5088 129.855 70.4504 130.051 70.4504C130.308 70.4503 130.555 70.5507 130.739 70.73C130.922 70.9094 131.029 71.1536 131.035 71.4104Z" fill="#263238"/>
|
95
|
-
<path d="M126.754 76.4072L130.052 71.4104L135.624 76.0232" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
96
|
-
<path d="M56.948 81.9704L55.292 77.444L56.1752 78.4376V76.892L58.052 79.7624L56.396 69.4952L58.604 75.1256L58.8248 70.1576L59.156 71.8136L59.5976 66.1832L60.3704 74.7944L61.4744 71.8136L61.2536 75.6776L64.2344 66.8456L62.7992 77.8856L64.8968 76.34L63.6824 78.3272L65.228 77.2232L63.4664 82.3016L57.0584 82.412" fill="#B14CC2"/>
|
97
|
-
<path d="M64.0324 93.1208H57.13L55.2676 81.1592H65.89L64.0324 93.1208Z" fill="#263238" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
98
|
-
<path d="M82.9301 93.0392H48.0869V185.732H82.9301V93.0392Z" fill="white" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
99
|
-
<path d="M80.5587 96.0824H50.1123V118.407H80.5587V96.0824Z" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
100
|
-
<path d="M71.4247 105.217H59.2471V109.278H71.4247V105.217Z" fill="#263238"/>
|
101
|
-
<path d="M80.5587 122.132H50.1123V144.457H80.5587V122.132Z" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
102
|
-
<path d="M71.4247 131.266H59.2471V135.327H71.4247V131.266Z" fill="#263238"/>
|
103
|
-
<path d="M80.5587 148.177H50.1123V170.502H80.5587V148.177Z" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
104
|
-
<path d="M71.4247 157.311H59.2471V161.372H71.4247V157.311Z" fill="#263238"/>
|
105
|
-
<mask id="mask0_434_11806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="27" y="76" width="111" height="111">
|
106
|
-
<path d="M137.487 76.82H27.0869V186.26H137.487V76.82Z" fill="white"/>
|
107
|
-
</mask>
|
108
|
-
<g mask="url(#mask0_434_11806)">
|
109
|
-
<path d="M86.6645 180.442C86.6645 180.442 104.127 172.729 113.516 172.148L120.365 187.282H68.6309L86.6645 180.442Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
110
|
-
<path d="M107.92 89.252C107.92 89.252 120.212 103.854 122.8 106.532C125.387 109.21 125.483 111.154 124.648 112.354C123.812 113.554 117.534 115.777 111.064 119.934C104.593 124.09 86.1996 134.814 86.0172 135.188C85.8348 135.562 84.0732 122.228 84.0732 122.228L114.851 109.566L114.76 108.639L104.776 90.1544L107.92 89.252Z" fill="white"/>
|
111
|
-
<mask id="mask1_434_11806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="84" y="89" width="42" height="47">
|
112
|
-
<path d="M107.92 89.252C107.92 89.252 120.212 103.854 122.8 106.532C125.387 109.21 125.483 111.154 124.648 112.354C123.812 113.554 117.534 115.777 111.064 119.934C104.593 124.09 86.1996 134.814 86.0172 135.188C85.8348 135.562 84.0732 122.228 84.0732 122.228L114.851 109.566L114.76 108.639L104.776 90.1544L107.92 89.252Z" fill="white"/>
|
113
|
-
</mask>
|
114
|
-
<g mask="url(#mask1_434_11806)">
|
115
|
-
<path d="M119.752 110.804L105.486 89.972L104.8 90.1736L114.784 108.658L114.875 109.585L84.0977 122.247C84.0977 122.247 84.1313 122.478 84.1793 122.866L86.1857 127.47L119.752 110.804Z" fill="#B14CC2"/>
|
116
|
-
<path opacity="0.5" d="M119.752 110.804L105.486 89.972L104.8 90.1736L114.784 108.658L114.875 109.585L84.0977 122.247C84.0977 122.247 84.1313 122.478 84.1793 122.866L86.1857 127.47L119.752 110.804Z" fill="white"/>
|
117
|
-
</g>
|
118
|
-
<path d="M107.92 89.252C107.92 89.252 120.212 103.854 122.8 106.532C125.387 109.21 125.483 111.154 124.648 112.354C123.812 113.554 117.534 115.777 111.064 119.934C104.593 124.09 86.1996 134.814 86.0172 135.188C85.8348 135.562 84.0732 122.228 84.0732 122.228L114.851 109.566L114.76 108.639L104.776 90.1544L107.92 89.252Z" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
119
|
-
<path d="M98.122 82.8728C98.122 82.8728 96.6436 81.5768 95.9044 82.8728C95.1652 84.1688 95.074 86.2904 95.5348 86.4776C95.9956 86.6648 97.8436 86.3864 98.122 85.8296C98.4004 85.2728 98.122 82.8728 98.122 82.8728Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
120
|
-
<path d="M100.71 82.2248C100.71 82.2248 99.1402 80.564 98.1226 81.2072C97.105 81.8504 97.3834 85.3688 97.753 85.6472C98.1226 85.9256 100.34 85.1672 100.633 84.7208C100.926 84.2744 100.71 82.2248 100.71 82.2248Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
121
|
-
<path d="M104.223 82.316C104.223 82.316 102.836 80.396 101.545 80.396C100.253 80.396 99.3221 85.0184 99.7877 85.388C100.253 85.7576 103.297 85.2968 103.484 85.0184C103.78 84.132 104.027 83.2298 104.223 82.316Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
122
|
-
<path d="M106.926 85.46C106.926 84.908 106.652 80.0984 105.006 80.3768C103.359 80.6552 101.588 84.5384 101.679 85.1768C101.77 85.8152 106.926 85.46 106.926 85.46Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
123
|
-
<path d="M114.851 109.585C114.851 109.585 119.564 111.342 121.321 111.246L114.851 109.585Z" fill="white"/>
|
124
|
-
<path d="M114.851 109.585C114.851 109.585 119.564 111.342 121.321 111.246" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
125
|
-
<path d="M76.0904 187.407C81.1112 186.562 87.5432 183.111 89.4584 178.767C88.0184 171.236 86.1992 160.628 86.1992 154.138C86.1992 143.233 89.0792 137.041 87.7688 129.658C86.4584 122.276 83.7032 117.462 80.7464 115.518C80.7464 115.518 76.22 116.718 71.5976 121.062C66.9752 125.406 62.9096 132.874 61.3256 139.993C59.7416 147.111 57.6296 169.014 57.6296 174.745C57.6296 180.476 57.2168 187.59 57.2168 187.59C62.7512 187.59 68.2856 187.59 73.82 187.59C74.5807 187.597 75.3406 187.536 76.0904 187.407Z" fill="white"/>
|
126
|
-
<mask id="mask2_434_11806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="57" y="115" width="33" height="73">
|
127
|
-
<path d="M76.0904 187.407C81.1112 186.562 87.5432 183.111 89.4584 178.767C88.0184 171.236 86.1992 160.628 86.1992 154.138C86.1992 143.233 89.0792 137.041 87.7688 129.658C86.4584 122.276 83.7032 117.462 80.7464 115.518C80.7464 115.518 76.22 116.718 71.5976 121.062C66.9752 125.406 62.9096 132.874 61.3256 139.993C59.7416 147.111 57.6296 169.014 57.6296 174.745C57.6296 180.476 57.2168 187.59 57.2168 187.59C62.7512 187.59 68.2856 187.59 73.82 187.59C74.5807 187.597 75.3406 187.536 76.0904 187.407Z" fill="white"/>
|
128
|
-
</mask>
|
129
|
-
<g mask="url(#mask2_434_11806)">
|
130
|
-
<path d="M89.4584 178.762C86.6456 181.162 73.9784 185.823 72.1304 186.236C70.2824 186.649 71.3096 182.742 74.1848 178.839C77.06 174.937 70.6904 180.279 69.6632 180.687C68.636 181.095 70.076 173.084 70.076 169.167C70.076 165.25 73.7768 131.977 73.7768 131.977L80.7608 119.233L83.1608 117.793C82.4904 116.902 81.6799 116.125 80.7608 115.494C80.7608 115.494 76.2344 116.694 71.612 121.038C66.9896 125.382 62.9096 132.874 61.3256 139.993C59.7416 147.111 57.6296 169.014 57.6296 174.745C57.6296 180.476 57.2168 187.59 57.2168 187.59C62.7512 187.59 68.2856 187.59 73.82 187.59C74.5781 187.59 75.3347 187.523 76.0808 187.388C81.1112 186.562 87.5432 183.111 89.4584 178.762Z" fill="#B14CC2"/>
|
131
|
-
<path opacity="0.5" d="M89.4584 178.762C86.6456 181.162 73.9784 185.823 72.1304 186.236C70.2824 186.649 71.3096 182.742 74.1848 178.839C77.06 174.937 70.6904 180.279 69.6632 180.687C68.636 181.095 70.076 173.084 70.076 169.167C70.076 165.25 73.7768 131.977 73.7768 131.977L80.7608 119.233L83.1608 117.793C82.4904 116.902 81.6799 116.125 80.7608 115.494C80.7608 115.494 76.2344 116.694 71.612 121.038C66.9896 125.382 62.9096 132.874 61.3256 139.993C59.7416 147.111 57.6296 169.014 57.6296 174.745C57.6296 180.476 57.2168 187.59 57.2168 187.59C62.7512 187.59 68.2856 187.59 73.82 187.59C74.5781 187.59 75.3347 187.523 76.0808 187.388C81.1112 186.562 87.5432 183.111 89.4584 178.762Z" fill="white"/>
|
132
|
-
</g>
|
133
|
-
<path d="M76.0904 187.407C81.1112 186.562 87.5432 183.111 89.4584 178.767C88.0184 171.236 86.1992 160.628 86.1992 154.138C86.1992 143.233 89.0792 137.041 87.7688 129.658C86.4584 122.276 83.7032 117.462 80.7464 115.518C80.7464 115.518 76.22 116.718 71.5976 121.062C66.9752 125.406 62.9096 132.874 61.3256 139.993C59.7416 147.111 57.6296 169.014 57.6296 174.745C57.6296 180.476 57.2168 187.59 57.2168 187.59C62.7512 187.59 68.2856 187.59 73.82 187.59C74.5807 187.597 75.3406 187.536 76.0904 187.407Z" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
134
|
-
<path d="M80.4775 117.217L88.4167 131.674L88.8439 139.604C88.8439 139.604 91.0567 133.95 90.0727 130.258C89.0887 126.567 80.4775 117.217 80.4775 117.217Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
135
|
-
<path d="M88.8388 139.609L86.626 173.07L89.0884 179.958L90.8116 166.177L89.3332 138.62L88.8388 139.609Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
136
|
-
<path d="M86.6602 103.666C86.6602 103.666 86.9386 107.271 87.217 109.028C87.4954 110.785 83.1514 115.7 83.1514 115.7L89.4346 125.218L96.553 119.674C96.553 119.674 106.633 118.935 107.55 118.1C108.467 117.265 108.476 108.121 108.476 108.121L110.876 106.734C110.876 106.734 108.659 97.1336 108.107 94.9928L107.55 92.8712C107.55 92.8712 110.785 91.7576 110.046 88.5512C109.307 85.3448 104.593 83.7512 99.8794 84.4808C95.1658 85.2104 93.9658 86.9768 93.9658 86.9768C93.9658 86.9768 87.3082 86.8856 83.521 90.0296C79.7338 93.1736 82.0426 98.1608 83.2426 99.9176C84.2638 101.27 85.4078 102.525 86.6602 103.666Z" fill="white"/>
|
137
|
-
<mask id="mask3_434_11806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="81" y="84" width="30" height="42">
|
138
|
-
<path d="M86.6602 103.666C86.6602 103.666 86.9386 107.271 87.217 109.028C87.4954 110.785 83.1514 115.7 83.1514 115.7L89.4346 125.218L96.553 119.674C96.553 119.674 106.633 118.935 107.55 118.1C108.467 117.265 108.476 108.121 108.476 108.121L110.876 106.734C110.876 106.734 108.659 97.1336 108.107 94.9928L107.55 92.8712C107.55 92.8712 110.785 91.7576 110.046 88.5512C109.307 85.3448 104.593 83.7512 99.8794 84.4808C95.1658 85.2104 93.9658 86.9768 93.9658 86.9768C93.9658 86.9768 87.3082 86.8856 83.521 90.0296C79.7338 93.1736 82.0426 98.1608 83.2426 99.9176C84.2638 101.27 85.4078 102.525 86.6602 103.666Z" fill="white"/>
|
139
|
-
</mask>
|
140
|
-
<g mask="url(#mask3_434_11806)">
|
141
|
-
<path d="M97.8056 116.578C95.9576 114.318 97.8056 105.687 99.2456 101.372C100.686 97.0568 97.1912 95.2088 97.1912 95.2088L107.684 93.3992L107.54 92.8568C108.25 92.5795 108.881 92.1329 109.378 91.556L109.945 88.22C108.985 85.1864 104.439 83.7272 99.8648 84.4424C95.1512 85.1816 93.9512 86.9384 93.9512 86.9384C93.9512 86.9384 87.2936 86.8472 83.5064 89.9912C79.7192 93.1352 82.028 98.1224 83.228 99.8792C84.2473 101.245 85.3914 102.513 86.6456 103.666C86.6456 103.666 86.924 107.271 87.2024 109.028C87.4808 110.785 83.1512 115.7 83.1512 115.7L89.4344 125.218L96.5528 119.674C96.5528 119.674 104.233 119.108 106.806 118.412L107.55 118.1C107.55 118.1 99.6632 118.839 97.8056 116.578Z" fill="#B14CC2"/>
|
142
|
-
<path opacity="0.5" d="M97.8056 116.578C95.9576 114.318 97.8056 105.687 99.2456 101.372C100.686 97.0568 97.1912 95.2088 97.1912 95.2088L107.684 93.3992L107.54 92.8568C108.25 92.5795 108.881 92.1329 109.378 91.556L109.945 88.22C108.985 85.1864 104.439 83.7272 99.8648 84.4424C95.1512 85.1816 93.9512 86.9384 93.9512 86.9384C93.9512 86.9384 87.2936 86.8472 83.5064 89.9912C79.7192 93.1352 82.028 98.1224 83.228 99.8792C84.2473 101.245 85.3914 102.513 86.6456 103.666C86.6456 103.666 86.924 107.271 87.2024 109.028C87.4808 110.785 83.1512 115.7 83.1512 115.7L89.4344 125.218L96.5528 119.674C96.5528 119.674 104.233 119.108 106.806 118.412L107.55 118.1C107.55 118.1 99.6632 118.839 97.8056 116.578Z" fill="white"/>
|
143
|
-
<path d="M103.206 99.4184C103.206 99.4184 103.206 99.2744 103.206 99.0488C103.206 98.3336 103.326 96.788 104.521 96.3656C106.091 95.8136 107.401 97.292 107.401 97.292L107.492 98.7704C107.267 98.4881 106.97 98.2709 106.632 98.141C106.295 98.0111 105.929 97.9732 105.572 98.0312C104.654 98.2242 103.823 98.7112 103.206 99.4184Z" fill="#263238"/>
|
144
|
-
<path d="M105.889 102.375C105.889 103.138 105.678 103.762 105.409 103.762C105.14 103.762 104.929 103.138 104.929 102.375C104.929 101.612 105.135 100.988 105.409 100.988C105.682 100.988 105.889 101.607 105.889 102.375Z" fill="#263238"/>
|
145
|
-
<path d="M102.975 112.057C102.462 112.59 101.775 112.762 101.444 112.446C101.113 112.129 101.262 111.433 101.775 110.9C102.289 110.367 102.97 110.194 103.302 110.511C103.633 110.828 103.489 111.524 102.975 112.057Z" fill="#263238"/>
|
146
|
-
</g>
|
147
|
-
<path d="M86.6602 103.666C86.6602 103.666 86.9386 107.271 87.217 109.028C87.4954 110.785 83.1514 115.7 83.1514 115.7L89.4346 125.218L96.553 119.674C96.553 119.674 106.633 118.935 107.55 118.1C108.467 117.265 108.476 108.121 108.476 108.121L110.876 106.734C110.876 106.734 108.659 97.1336 108.107 94.9928L107.55 92.8712C107.55 92.8712 110.785 91.7576 110.046 88.5512C109.307 85.3448 104.593 83.7512 99.8794 84.4808C95.1658 85.2104 93.9658 86.9768 93.9658 86.9768C93.9658 86.9768 87.3082 86.8856 83.521 90.0296C79.7338 93.1736 82.0426 98.1608 83.2426 99.9176C84.2638 101.27 85.4078 102.525 86.6602 103.666Z" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
148
|
-
<path d="M95.5352 94.6088C97.2008 93.5 107.535 92.8568 107.535 92.8568C107.535 92.8568 110.77 91.7432 110.031 88.5368C109.292 85.3304 104.578 83.7368 99.8648 84.4664C95.1512 85.196 93.9512 86.9624 93.9512 86.9624C93.9512 86.9624 87.2936 86.8712 83.5064 90.0152C79.7192 93.1592 82.028 98.1464 83.228 99.9032C84.2473 101.269 85.3914 102.537 86.6456 103.69C86.6456 103.69 86.7992 105.668 86.9912 107.41L89.8712 108.222L93.0152 106.556L96.1592 105.817C96.1592 105.817 93.8456 104.06 95.1416 102.399C96.4376 100.738 98.8376 100.182 98.9288 98.8856C99.02 97.5896 93.8696 95.7176 95.5352 94.6088Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
149
|
-
<path d="M105.625 89.2376C105.625 89.2376 104.54 87.2504 106.528 87.6104C108.515 87.9704 108.515 91.4072 106.888 92.1272C105.26 92.8472 96.4091 91.2248 91.5275 92.6696C86.6459 94.1144 83.2188 98.0888 83.2188 98.0888" stroke="white" stroke-miterlimit="10" stroke-linecap="round"/>
|
150
|
-
<path d="M85.9307 101.161C85.9307 101.161 89.7275 97.9112 92.7947 97.3688C95.8619 96.8264 97.4939 96.8264 94.0619 98.8088C90.6299 100.791 92.9771 100.431 95.1467 99.7112" stroke="white" stroke-miterlimit="10" stroke-linecap="round"/>
|
151
|
-
<path d="M93.8693 108.289C93.8693 108.289 93.3173 102.466 90.4517 102.284C87.5861 102.102 87.6773 106.258 88.5317 109.124C89.3861 111.99 91.4117 112.911 93.0581 111.433" fill="#B14CC2"/>
|
152
|
-
<mask id="mask4_434_11806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="88" y="102" width="6" height="11">
|
153
|
-
<path d="M93.8693 108.289C93.8693 108.289 93.3173 102.466 90.4517 102.284C87.5861 102.102 87.6773 106.258 88.5317 109.124C89.3861 111.99 91.4117 112.911 93.0581 111.433" fill="white"/>
|
154
|
-
</mask>
|
155
|
-
<g mask="url(#mask4_434_11806)">
|
156
|
-
<g opacity="0.5">
|
157
|
-
<path d="M93.8693 108.289C93.8693 108.289 93.3173 102.466 90.4517 102.284C87.5861 102.102 87.6773 106.258 88.5317 109.124C89.3861 111.99 91.4117 112.911 93.0581 111.433" fill="white"/>
|
158
|
-
<path d="M93.8693 108.289C93.8693 108.289 93.3173 102.466 90.4517 102.284C87.5861 102.102 87.6773 106.258 88.5317 109.124C89.3861 111.99 91.4117 112.911 93.0581 111.433" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
159
|
-
</g>
|
160
|
-
</g>
|
161
|
-
<path d="M93.8693 108.289C93.8693 108.289 93.3173 102.466 90.4517 102.284C87.5861 102.102 87.6773 106.258 88.5317 109.124C89.3861 111.99 91.4117 112.911 93.0581 111.433" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
162
|
-
<path d="M83.4058 112.172L92.6506 126.222L88.3978 131.674C86.4825 127.98 84.3541 124.399 82.0234 120.951C78.8794 116.516 78.5098 115.777 78.5098 115.777L83.4058 112.172Z" fill="white"/>
|
163
|
-
<mask id="mask5_434_11806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="78" y="112" width="15" height="20">
|
164
|
-
<path d="M83.4058 112.172L92.6506 126.222L88.3978 131.674C86.4825 127.98 84.3541 124.399 82.0234 120.951C78.8794 116.516 78.5098 115.777 78.5098 115.777L83.4058 112.172Z" fill="white"/>
|
165
|
-
</mask>
|
166
|
-
<g mask="url(#mask5_434_11806)">
|
167
|
-
<path d="M83.4058 112.172L78.5098 115.777C78.5098 115.777 78.7834 116.319 80.7994 119.214L85.9738 116.074L83.4058 112.172Z" fill="#B14CC2"/>
|
168
|
-
<path opacity="0.5" d="M83.4058 112.172L78.5098 115.777C78.5098 115.777 78.7834 116.319 80.7994 119.214L85.9738 116.074L83.4058 112.172Z" fill="white"/>
|
169
|
-
</g>
|
170
|
-
<path d="M83.4058 112.172L92.6506 126.222L88.3978 131.674C86.4825 127.98 84.3541 124.399 82.0234 120.951C78.8794 116.516 78.5098 115.777 78.5098 115.777L83.4058 112.172Z" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
171
|
-
<path d="M107.18 147.111C107.18 147.111 108.658 144.058 108.936 142.119C109.215 140.18 109.306 139.066 110.415 138.145C111.524 137.223 115.128 133.522 115.695 132.135C116.261 130.748 116.616 132.044 116.895 133.153C117.173 134.262 117.077 135.279 116.156 135.927C115.506 136.409 114.917 136.967 114.399 137.588L115.229 138.236C115.229 138.236 126.783 133.892 127.988 133.436C129.192 132.98 130.296 133.34 130.388 134.266C130.479 135.193 130.114 135.284 129.557 135.562C129 135.841 122.904 137.962 122.069 138.332L121.239 138.702L121.887 139.35C121.887 139.35 125.213 139.258 126.879 139.167C128.544 139.076 131.036 138.798 131.405 139.35C131.57 139.597 131.633 139.898 131.581 140.19C131.53 140.483 131.367 140.744 131.127 140.919C130.933 141.105 130.699 141.245 130.443 141.328C130.187 141.412 129.915 141.436 129.648 141.399C128.818 141.399 121.7 141.951 121.7 141.951L121.887 142.969C121.887 142.969 129.466 144.169 129.74 144.538C130.013 144.908 130.018 145.095 129.74 145.647C129.461 146.199 129.26 146.204 128.54 146.204C127.82 146.204 121.82 145.278 121.82 145.278C121.82 145.278 124.776 146.943 125.146 147.222C125.516 147.5 126.807 147.702 126.437 148.33C126.068 148.959 125.885 149.161 125.328 149.07C124.772 148.978 120.802 147.222 120.802 147.222C120.802 147.222 116.828 147.774 115.522 147.87C114.561 147.914 113.598 147.882 112.642 147.774L108.946 150.174L107.18 147.111Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
172
|
-
<path d="M80.9341 142.95C80.9341 142.95 78.2509 131.766 77.1421 129.27C76.0333 126.774 69.7501 124.47 66.6973 129.918C63.6445 135.366 66.4189 141.562 67.5325 145.998C68.6461 150.433 75.6637 170.478 76.6813 172.988C77.6989 175.498 79.5613 174.908 80.5645 174.654C81.5677 174.399 109.677 151.729 109.677 151.729L107.459 146.742L85.6477 157.94L80.9341 142.95Z" fill="white"/>
|
173
|
-
<mask id="mask6_434_11806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="65" y="126" width="45" height="49">
|
174
|
-
<path d="M80.9341 142.95C80.9341 142.95 78.2509 131.766 77.1421 129.27C76.0333 126.774 69.7501 124.47 66.6973 129.918C63.6445 135.366 66.4189 141.562 67.5325 145.998C68.6461 150.433 75.6637 170.478 76.6813 172.988C77.6989 175.498 79.5613 174.908 80.5645 174.654C81.5677 174.399 109.677 151.729 109.677 151.729L107.459 146.742L85.6477 157.94L80.9341 142.95Z" fill="white"/>
|
175
|
-
</mask>
|
176
|
-
<g mask="url(#mask6_434_11806)">
|
177
|
-
<path d="M80.1467 167.54C80.8588 165.376 81.6807 163.25 82.6091 161.17C83.6363 159.116 77.6795 165.898 76.4459 162.198C75.2123 158.497 67.4075 140.007 68.8427 133.844C69.4653 130.98 71.1407 128.455 73.5371 126.769C71.2475 126.226 68.4443 126.802 66.6971 129.922C63.6491 135.375 66.4187 141.567 67.5323 146.002C68.6459 150.438 75.6635 170.482 76.6811 172.993C77.6987 175.503 79.5611 174.913 80.5643 174.658C81.3035 174.457 96.4043 162.394 104.564 155.852L80.1467 167.54Z" fill="#B14CC2"/>
|
178
|
-
<path opacity="0.5" d="M80.1467 167.54C80.8588 165.376 81.6807 163.25 82.6091 161.17C83.6363 159.116 77.6795 165.898 76.4459 162.198C75.2123 158.497 67.4075 140.007 68.8427 133.844C69.4653 130.98 71.1407 128.455 73.5371 126.769C71.2475 126.226 68.4443 126.802 66.6971 129.922C63.6491 135.375 66.4187 141.567 67.5323 146.002C68.6459 150.438 75.6635 170.482 76.6811 172.993C77.6987 175.503 79.5611 174.913 80.5643 174.658C81.3035 174.457 96.4043 162.394 104.564 155.852L80.1467 167.54Z" fill="white"/>
|
179
|
-
</g>
|
180
|
-
<path d="M80.9341 142.95C80.9341 142.95 78.2509 131.766 77.1421 129.27C76.0333 126.774 69.7501 124.47 66.6973 129.918C63.6445 135.366 66.4189 141.562 67.5325 145.998C68.6461 150.433 75.6637 170.478 76.6813 172.988C77.6989 175.498 79.5613 174.908 80.5645 174.654C81.5677 174.399 109.677 151.729 109.677 151.729L107.459 146.742L85.6477 157.94L80.9341 142.95Z" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
181
|
-
<path d="M104.224 148.59L106.72 153.673" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
182
|
-
<path d="M45.5912 123.087L32.8232 131.943C32.8232 131.943 39.116 138.596 38.468 156.049C37.988 169.378 39.7496 184.513 42.308 187.59H55.9016C55.9016 187.59 51.2024 161.67 51.5384 146.818C51.8024 135.534 48.4136 127.7 45.5912 123.087Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
183
|
-
<path d="M47.1274 123.087L34.3594 131.943C34.3594 131.943 40.6522 138.596 39.9994 156.049C39.5194 169.378 41.281 184.513 43.8394 187.59H57.4378C57.4378 187.59 52.7434 161.67 53.0794 146.818C53.3338 135.534 49.945 127.7 47.1274 123.087Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
184
|
-
<path d="M45.5913 123.087H47.1273L34.3593 131.943H32.8281L45.5913 123.087Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
185
|
-
</g>
|
186
|
-
</svg>
|
1
|
+
<svg width="241" height="241" viewBox="0 0 241 241" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M206.689 122.185C205.061 109.225 200.991 96.7112 196.129 87.74C184.383 66.1832 151.661 51.764 127.009 55.4936C105.98 58.6712 95.8757 77.8568 76.9157 84.5144C59.4725 90.6392 43.7669 95.3672 35.5445 111.529C18.1253 145.666 60.7061 182.986 97.2005 180.078C108.721 179.156 119.012 174.726 130.834 176.804C154.834 181.023 162.802 185.559 183.999 177.121C204.884 168.802 209.535 144.855 206.689 122.185Z" fill="#B14CC2"/>
|
3
|
+
<path opacity="0.8" d="M206.689 122.185C205.061 109.225 200.991 96.7112 196.129 87.74C184.383 66.1832 151.661 51.764 127.009 55.4936C105.98 58.6712 95.8757 77.8568 76.9157 84.5144C59.4725 90.6392 43.7669 95.3672 35.5445 111.529C18.1253 145.666 60.7061 182.986 97.2005 180.078C108.721 179.156 119.012 174.726 130.834 176.804C154.834 181.023 162.802 185.559 183.999 177.121C204.884 168.802 209.535 144.855 206.689 122.185Z" fill="white"/>
|
4
|
+
<path d="M122.722 187.426L102.25 141.586H151.858L213.034 181.94" fill="white"/>
|
5
|
+
<path d="M122.722 187.426L102.25 141.586H151.858L213.034 181.94" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
6
|
+
<path d="M117.644 185.622L102.25 144.644V141.586L124.028 189.562L117.644 185.622Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
7
|
+
<path d="M130.613 143.482L151.714 168.217L126.101 174.183L111.548 146.535L130.613 143.482Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
8
|
+
<path d="M126.102 174.183V174.913L151.278 169.82L151.714 168.217L126.102 174.183Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
9
|
+
<path d="M129.816 152.382L130.896 153.975L133.642 153.231L132.5 151.676L129.816 152.382Z" fill="#263238"/>
|
10
|
+
<path d="M140.209 162.13L138.903 160.364L135.783 161.204L137.002 163.009L140.209 162.13Z" fill="#263238"/>
|
11
|
+
<path d="M127.575 149.06L128.377 150.25L130.959 149.593L130.148 148.489L127.575 149.06Z" fill="#263238"/>
|
12
|
+
<path d="M132.548 156.418L134.026 158.607L137.045 157.844L135.413 155.631L132.548 156.418Z" fill="#263238"/>
|
13
|
+
<path d="M140.367 157.446L137.779 158.103L139.075 159.86L141.71 159.15L140.367 157.446Z" fill="#263238"/>
|
14
|
+
<path d="M134.29 158.991L135.524 160.825L138.624 159.985L137.324 158.218L134.29 158.991Z" fill="#263238"/>
|
15
|
+
<path d="M124.651 149.708L125.448 150.994L127.925 150.361L127.114 149.161L124.651 149.708Z" fill="#263238"/>
|
16
|
+
<path d="M131.15 154.354L132.293 156.039L135.134 155.252L133.92 153.606L131.15 154.354Z" fill="#263238"/>
|
17
|
+
<path d="M128.636 150.63L129.557 151.998L132.217 151.297L131.237 149.967L128.636 150.63Z" fill="#263238"/>
|
18
|
+
<path d="M123.049 153.716L122.242 152.262L119.3 153.01L120.121 154.489L123.049 153.716Z" fill="#263238"/>
|
19
|
+
<path d="M118.819 157.234L120.84 156.692L119.904 155.002L117.917 155.526L118.819 157.234Z" fill="#263238"/>
|
20
|
+
<path d="M123.778 148.297L124.407 149.314L126.85 148.772L126.193 147.802L123.778 148.297Z" fill="#263238"/>
|
21
|
+
<path d="M122.021 151.863L121.243 150.462L118.253 151.119L119.079 152.612L122.021 151.863Z" fill="#263238"/>
|
22
|
+
<path d="M120.874 148.887L121.469 149.962L123.956 149.415L123.317 148.388L120.874 148.887Z" fill="#263238"/>
|
23
|
+
<path d="M116.694 153.222L118.642 152.722L117.807 151.22L115.863 151.647L116.694 153.222Z" fill="#263238"/>
|
24
|
+
<path d="M117.408 149.598L118.032 150.721L121.023 150.063L120.423 148.978L117.408 149.598Z" fill="#263238"/>
|
25
|
+
<path d="M126.802 153.178L127.81 154.806L130.45 154.095L129.37 152.502L126.802 153.178Z" fill="#263238"/>
|
26
|
+
<path d="M133.579 158.722L132.106 156.543L129.355 157.302L130.69 159.457L133.579 158.722Z" fill="#263238"/>
|
27
|
+
<path d="M121.69 150.361L122.458 151.753L125.002 151.105L124.201 149.809L121.69 150.361Z" fill="#263238"/>
|
28
|
+
<path d="M122.266 159.255L120.192 159.826L121.268 161.857L123.404 161.314L122.266 159.255Z" fill="#263238"/>
|
29
|
+
<path d="M128.05 155.194L129.115 156.913L131.847 156.164L130.709 154.474L128.05 155.194Z" fill="#263238"/>
|
30
|
+
<path d="M126.12 152.91L125.242 151.494L122.679 152.146L123.485 153.606L126.12 152.91Z" fill="#263238"/>
|
31
|
+
<path d="M130.935 167.958L128.002 168.706L129.048 170.593L131.991 169.868L130.935 167.958Z" fill="#263238"/>
|
32
|
+
<path d="M126.394 147.318L128.905 146.804L127.556 144.97L125.084 145.378L126.394 147.318Z" fill="#263238"/>
|
33
|
+
<path d="M120.202 148.58L118.988 146.386L115.911 146.895L117.188 149.199L120.202 148.58Z" fill="#263238"/>
|
34
|
+
<path d="M124.195 155.785L123.269 154.11L120.341 154.882L121.277 156.572L124.195 155.785Z" fill="#263238"/>
|
35
|
+
<path d="M131.669 161.866L130.488 159.961L127.436 160.738L128.53 162.716L131.669 161.866Z" fill="#263238"/>
|
36
|
+
<path d="M130.249 159.572L128.914 157.422L126.039 158.214L127.215 160.34L130.249 159.572Z" fill="#263238"/>
|
37
|
+
<path d="M135.077 160.945L133.838 159.106L130.93 159.846L132.11 161.746L135.077 160.945Z" fill="#263238"/>
|
38
|
+
<path d="M127.368 154.926L126.36 153.294L123.701 153.999L124.628 155.665L127.368 154.926Z" fill="#263238"/>
|
39
|
+
<path d="M125.688 151.383L126.562 152.79L129.111 152.118L128.184 150.745L125.688 151.383Z" fill="#263238"/>
|
40
|
+
<path d="M128.674 157.038L127.609 155.314L124.844 156.058L125.823 157.825L128.674 157.038Z" fill="#263238"/>
|
41
|
+
<path d="M136.56 163.134L135.336 161.329L132.351 162.135L133.488 163.974L136.56 163.134Z" fill="#263238"/>
|
42
|
+
<path d="M134.588 166.575L133.287 164.478L130.004 165.38L131.156 167.449L134.588 166.575Z" fill="#263238"/>
|
43
|
+
<path d="M124.747 163.738L123.624 161.708L121.479 162.255L122.573 164.329L124.747 163.738Z" fill="#263238"/>
|
44
|
+
<path d="M121.062 157.086L119.031 157.633L119.986 159.433L122.046 158.866L121.062 157.086Z" fill="#263238"/>
|
45
|
+
<path d="M130.714 167.564L129.572 165.495L126.663 166.292L127.781 168.308L130.714 167.564Z" fill="#263238"/>
|
46
|
+
<path d="M125.386 157.94L124.412 156.178L121.493 156.966L122.482 158.746L125.386 157.94Z" fill="#263238"/>
|
47
|
+
<path d="M126.658 147.706L127.311 148.671L129.865 148.105L129.188 147.188L126.658 147.706Z" fill="#263238"/>
|
48
|
+
<path d="M115.651 151.249L117.586 150.822L116.962 149.689L115.032 150.082L115.651 151.249Z" fill="#263238"/>
|
49
|
+
<path d="M123.529 147.898L125.929 147.409L124.609 145.455L122.257 145.844L123.529 147.898Z" fill="#263238"/>
|
50
|
+
<path d="M120.653 148.489L123.077 147.994L121.791 145.921L119.443 146.31L120.653 148.489Z" fill="#263238"/>
|
51
|
+
<path d="M119.688 154.609L118.863 153.121L116.904 153.62L117.706 155.127L119.688 154.609Z" fill="#263238"/>
|
52
|
+
<path d="M129.374 146.708L131.544 146.262L130.181 144.538L128.035 144.889L129.374 146.708Z" fill="#263238"/>
|
53
|
+
<path d="M116.736 149.29L115.45 146.967L113.549 147.284L114.821 149.679L116.736 149.29Z" fill="#263238"/>
|
54
|
+
<path d="M127.565 168.817L125.261 169.402L126.259 171.284L128.611 170.703L127.565 168.817Z" fill="#263238"/>
|
55
|
+
<path d="M138.514 166.023L135.27 166.849L136.455 168.764L139.806 167.934L138.514 166.023Z" fill="#263238"/>
|
56
|
+
<path d="M134.828 166.964L131.372 167.842L132.433 169.758L136.009 168.874L134.828 166.964Z" fill="#263238"/>
|
57
|
+
<path d="M142.354 165.044L138.965 165.908L140.256 167.823L143.765 166.954L142.354 165.044Z" fill="#263238"/>
|
58
|
+
<path d="M145.69 164.194L142.81 164.929L144.226 166.844L147.202 166.105L145.69 164.194Z" fill="#263238"/>
|
59
|
+
<path d="M126.231 166.412L123.999 167.022L125.05 169.009L127.345 168.423L126.231 166.412Z" fill="#263238"/>
|
60
|
+
<path d="M133.047 164.094L131.909 162.255L128.751 163.11L129.788 164.986L133.047 164.094Z" fill="#263238"/>
|
61
|
+
<path d="M138.255 165.639L136.815 163.513L133.729 164.358L135.029 166.46L138.255 165.639Z" fill="#263238"/>
|
62
|
+
<path d="M129.356 165.102L128.314 163.225L125.4 164.017L126.447 165.898L129.356 165.102Z" fill="#263238"/>
|
63
|
+
<path d="M123.792 166.628L126.015 166.018L124.968 164.132L122.784 164.722L123.792 166.628Z" fill="#263238"/>
|
64
|
+
<path d="M126.778 160.455L125.607 158.334L122.698 159.135L123.841 161.199L126.778 160.455Z" fill="#263238"/>
|
65
|
+
<path d="M142.075 164.665L140.486 162.51L137.261 163.393L138.706 165.524L142.075 164.665Z" fill="#263238"/>
|
66
|
+
<path d="M128.098 162.831L126.999 160.849L124.062 161.598L125.185 163.623L128.098 162.831Z" fill="#263238"/>
|
67
|
+
<path d="M135.864 155.506L137.501 157.724L140.069 157.071L138.303 154.834L135.864 155.506Z" fill="#263238"/>
|
68
|
+
<path d="M132.673 151.177L134.948 150.577L133.925 149.286L131.698 149.852L132.673 151.177Z" fill="#263238"/>
|
69
|
+
<path d="M130.618 148.388L131.415 149.473L133.633 148.911L132.831 147.898L130.618 148.388Z" fill="#263238"/>
|
70
|
+
<path d="M145.393 163.82L143.674 161.636L140.938 162.385L142.532 164.55L145.393 163.82Z" fill="#263238"/>
|
71
|
+
<path d="M132.951 151.556L134.098 153.106L136.441 152.473L135.241 150.951L132.951 151.556Z" fill="#263238"/>
|
72
|
+
<path d="M139.354 160.239L140.659 162.01L143.381 161.266L142.003 159.524L139.354 160.239Z" fill="#263238"/>
|
73
|
+
<path d="M130.33 148.004L132.533 147.519L131.847 146.646L129.663 147.092L130.33 148.004Z" fill="#263238"/>
|
74
|
+
<path d="M135.586 155.132L138.01 154.46L136.738 152.847L134.376 153.486L135.586 155.132Z" fill="#263238"/>
|
75
|
+
<path d="M155.059 146.247V150.174C154.66 150.559 154.221 150.9 153.749 151.191C153.024 151.628 147.058 152.631 147.058 152.631L154.622 160.93C154.622 160.93 161.558 160.172 163.502 159.62C165.538 159.034 165.101 151.614 165.101 151.614L155.059 146.247Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
76
|
+
<path d="M155.06 146.247V150.174C155.06 150.174 154.954 150.279 154.781 150.433L163.628 159.582C165.519 158.732 165.101 151.628 165.101 151.628L155.06 146.247Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
77
|
+
<path d="M141.673 96.0392V137.66L173.396 162.687V98.3672L141.673 96.0392Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
78
|
+
<path d="M143.856 98.2232V133.292L170.487 149.737V100.551L143.856 98.2232Z" fill="#B14CC2" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
79
|
+
<path d="M176.597 98.3672H173.396V162.702H176.597V98.3672Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
80
|
+
<path d="M145.604 100.407L145.748 131.694L168.01 144.351V105.61L152.732 103.297L151.714 101.132L145.604 100.407Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
81
|
+
<path d="M147.058 104.19V130.82L166.704 141.298V107.684L147.058 104.19Z" fill="#B14CC2" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
82
|
+
<path d="M158.548 130.182C161.32 129.252 162.528 125.4 161.245 121.581C159.963 117.761 156.676 115.419 153.904 116.349C151.132 117.28 149.924 121.131 151.207 124.951C152.49 128.771 155.776 131.113 158.548 130.182Z" fill="#263238"/>
|
83
|
+
<path d="M156.806 123.702L158.674 121.633C158.8 121.448 158.864 121.229 158.858 121.006C158.852 120.783 158.776 120.567 158.64 120.39C158.362 119.991 157.925 119.91 157.68 120.193L155.885 122.185L154.085 119.305C153.826 118.887 153.389 118.758 153.125 119.017C152.986 119.189 152.907 119.401 152.9 119.622C152.893 119.843 152.958 120.061 153.086 120.241L154.954 123.241L153.053 125.3C152.927 125.485 152.863 125.704 152.87 125.928C152.877 126.151 152.954 126.367 153.091 126.543C153.201 126.717 153.373 126.842 153.571 126.894C153.658 126.915 153.748 126.912 153.833 126.885C153.918 126.858 153.993 126.808 154.051 126.74L155.851 124.748L157.646 127.628C157.757 127.824 157.939 127.968 158.155 128.031C158.238 128.057 158.327 128.06 158.411 128.04C158.496 128.02 158.573 127.977 158.635 127.916C158.773 127.743 158.851 127.53 158.857 127.31C158.863 127.089 158.797 126.872 158.669 126.692L156.806 123.702Z" fill="white"/>
|
84
|
+
<path d="M150.548 113.214L161.549 116.444" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
85
|
+
<path d="M150.11 110.156L164.371 114.135" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
86
|
+
<path d="M159.941 178.729C159.941 178.729 152.986 179.372 150.413 181.431C147.84 183.49 149.77 184.522 152.213 185.166C154.656 185.809 165.605 184.777 167.021 183.361C168.437 181.945 167.021 178.47 159.941 178.729Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
87
|
+
<path d="M167.021 183.38C167.294 183.107 167.464 182.747 167.501 182.362C164.386 182.209 160.301 183.111 156.59 184.282C155.338 184.681 154.066 185.016 152.779 185.286C156.014 185.674 165.696 184.686 167.021 183.38Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
88
|
+
<path d="M135.283 102.337L140.366 104.982" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
89
|
+
<path d="M132.365 100.82L133.877 101.607" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
90
|
+
<path d="M136.402 115.662L138.126 115.858" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
91
|
+
<path d="M129.807 114.898L134.453 115.436" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
92
|
+
<path d="M137.487 128.022L131.727 129.62" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
93
|
+
<path d="M130.051 57.62C127.327 57.62 124.663 58.4279 122.398 59.9416C120.132 61.4554 118.367 63.6069 117.324 66.1241C116.281 68.6413 116.009 71.4112 116.54 74.0835C117.072 76.7558 118.384 79.2105 120.31 81.1371C122.237 83.0637 124.692 84.3757 127.364 84.9073C130.036 85.4388 132.806 85.166 135.323 84.1233C137.84 83.0807 139.992 81.315 141.506 79.0495C143.019 76.784 143.827 74.1206 143.827 71.396C143.827 67.7423 142.376 64.2384 139.793 61.6549C137.209 59.0714 133.705 57.62 130.051 57.62ZM130.051 82.4648C127.862 82.4638 125.723 81.8138 123.903 80.597C122.084 79.3802 120.666 77.6511 119.829 75.6285C118.992 73.6058 118.773 71.3804 119.201 69.2336C119.628 67.0868 120.683 65.115 122.231 63.5674C123.779 62.0199 125.752 60.9662 127.899 60.5395C130.046 60.1128 132.271 60.3323 134.293 61.1702C136.315 62.0081 138.044 63.4268 139.26 65.247C140.476 67.0671 141.125 69.207 141.125 71.396C141.128 72.8513 140.843 74.2929 140.287 75.6381C139.732 76.9833 138.916 78.2057 137.888 79.2352C136.859 80.2648 135.637 81.0812 134.293 81.6379C132.948 82.1945 131.507 82.4804 130.051 82.4792V82.4648Z" fill="#263238"/>
|
94
|
+
<path d="M131.035 71.4104C131.04 71.6059 130.986 71.7985 130.881 71.9634C130.776 72.1284 130.624 72.2582 130.445 72.3364C130.265 72.4146 130.067 72.4375 129.874 72.4023C129.682 72.3671 129.504 72.2753 129.364 72.1387C129.224 72.0021 129.128 71.8268 129.088 71.6353C129.048 71.4438 129.066 71.2448 129.14 71.0636C129.214 70.8824 129.34 70.7272 129.502 70.618C129.664 70.5088 129.855 70.4504 130.051 70.4504C130.308 70.4503 130.555 70.5507 130.739 70.73C130.922 70.9094 131.029 71.1536 131.035 71.4104Z" fill="#263238"/>
|
95
|
+
<path d="M126.754 76.4072L130.052 71.4104L135.624 76.0232" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
96
|
+
<path d="M56.948 81.9704L55.292 77.444L56.1752 78.4376V76.892L58.052 79.7624L56.396 69.4952L58.604 75.1256L58.8248 70.1576L59.156 71.8136L59.5976 66.1832L60.3704 74.7944L61.4744 71.8136L61.2536 75.6776L64.2344 66.8456L62.7992 77.8856L64.8968 76.34L63.6824 78.3272L65.228 77.2232L63.4664 82.3016L57.0584 82.412" fill="#B14CC2"/>
|
97
|
+
<path d="M64.0324 93.1208H57.13L55.2676 81.1592H65.89L64.0324 93.1208Z" fill="#263238" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
98
|
+
<path d="M82.9301 93.0392H48.0869V185.732H82.9301V93.0392Z" fill="white" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
99
|
+
<path d="M80.5587 96.0824H50.1123V118.407H80.5587V96.0824Z" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
100
|
+
<path d="M71.4247 105.217H59.2471V109.278H71.4247V105.217Z" fill="#263238"/>
|
101
|
+
<path d="M80.5587 122.132H50.1123V144.457H80.5587V122.132Z" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
102
|
+
<path d="M71.4247 131.266H59.2471V135.327H71.4247V131.266Z" fill="#263238"/>
|
103
|
+
<path d="M80.5587 148.177H50.1123V170.502H80.5587V148.177Z" stroke="#263238" stroke-linecap="round" stroke-linejoin="round"/>
|
104
|
+
<path d="M71.4247 157.311H59.2471V161.372H71.4247V157.311Z" fill="#263238"/>
|
105
|
+
<mask id="mask0_434_11806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="27" y="76" width="111" height="111">
|
106
|
+
<path d="M137.487 76.82H27.0869V186.26H137.487V76.82Z" fill="white"/>
|
107
|
+
</mask>
|
108
|
+
<g mask="url(#mask0_434_11806)">
|
109
|
+
<path d="M86.6645 180.442C86.6645 180.442 104.127 172.729 113.516 172.148L120.365 187.282H68.6309L86.6645 180.442Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
110
|
+
<path d="M107.92 89.252C107.92 89.252 120.212 103.854 122.8 106.532C125.387 109.21 125.483 111.154 124.648 112.354C123.812 113.554 117.534 115.777 111.064 119.934C104.593 124.09 86.1996 134.814 86.0172 135.188C85.8348 135.562 84.0732 122.228 84.0732 122.228L114.851 109.566L114.76 108.639L104.776 90.1544L107.92 89.252Z" fill="white"/>
|
111
|
+
<mask id="mask1_434_11806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="84" y="89" width="42" height="47">
|
112
|
+
<path d="M107.92 89.252C107.92 89.252 120.212 103.854 122.8 106.532C125.387 109.21 125.483 111.154 124.648 112.354C123.812 113.554 117.534 115.777 111.064 119.934C104.593 124.09 86.1996 134.814 86.0172 135.188C85.8348 135.562 84.0732 122.228 84.0732 122.228L114.851 109.566L114.76 108.639L104.776 90.1544L107.92 89.252Z" fill="white"/>
|
113
|
+
</mask>
|
114
|
+
<g mask="url(#mask1_434_11806)">
|
115
|
+
<path d="M119.752 110.804L105.486 89.972L104.8 90.1736L114.784 108.658L114.875 109.585L84.0977 122.247C84.0977 122.247 84.1313 122.478 84.1793 122.866L86.1857 127.47L119.752 110.804Z" fill="#B14CC2"/>
|
116
|
+
<path opacity="0.5" d="M119.752 110.804L105.486 89.972L104.8 90.1736L114.784 108.658L114.875 109.585L84.0977 122.247C84.0977 122.247 84.1313 122.478 84.1793 122.866L86.1857 127.47L119.752 110.804Z" fill="white"/>
|
117
|
+
</g>
|
118
|
+
<path d="M107.92 89.252C107.92 89.252 120.212 103.854 122.8 106.532C125.387 109.21 125.483 111.154 124.648 112.354C123.812 113.554 117.534 115.777 111.064 119.934C104.593 124.09 86.1996 134.814 86.0172 135.188C85.8348 135.562 84.0732 122.228 84.0732 122.228L114.851 109.566L114.76 108.639L104.776 90.1544L107.92 89.252Z" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
119
|
+
<path d="M98.122 82.8728C98.122 82.8728 96.6436 81.5768 95.9044 82.8728C95.1652 84.1688 95.074 86.2904 95.5348 86.4776C95.9956 86.6648 97.8436 86.3864 98.122 85.8296C98.4004 85.2728 98.122 82.8728 98.122 82.8728Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
120
|
+
<path d="M100.71 82.2248C100.71 82.2248 99.1402 80.564 98.1226 81.2072C97.105 81.8504 97.3834 85.3688 97.753 85.6472C98.1226 85.9256 100.34 85.1672 100.633 84.7208C100.926 84.2744 100.71 82.2248 100.71 82.2248Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
121
|
+
<path d="M104.223 82.316C104.223 82.316 102.836 80.396 101.545 80.396C100.253 80.396 99.3221 85.0184 99.7877 85.388C100.253 85.7576 103.297 85.2968 103.484 85.0184C103.78 84.132 104.027 83.2298 104.223 82.316Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
122
|
+
<path d="M106.926 85.46C106.926 84.908 106.652 80.0984 105.006 80.3768C103.359 80.6552 101.588 84.5384 101.679 85.1768C101.77 85.8152 106.926 85.46 106.926 85.46Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
123
|
+
<path d="M114.851 109.585C114.851 109.585 119.564 111.342 121.321 111.246L114.851 109.585Z" fill="white"/>
|
124
|
+
<path d="M114.851 109.585C114.851 109.585 119.564 111.342 121.321 111.246" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
125
|
+
<path d="M76.0904 187.407C81.1112 186.562 87.5432 183.111 89.4584 178.767C88.0184 171.236 86.1992 160.628 86.1992 154.138C86.1992 143.233 89.0792 137.041 87.7688 129.658C86.4584 122.276 83.7032 117.462 80.7464 115.518C80.7464 115.518 76.22 116.718 71.5976 121.062C66.9752 125.406 62.9096 132.874 61.3256 139.993C59.7416 147.111 57.6296 169.014 57.6296 174.745C57.6296 180.476 57.2168 187.59 57.2168 187.59C62.7512 187.59 68.2856 187.59 73.82 187.59C74.5807 187.597 75.3406 187.536 76.0904 187.407Z" fill="white"/>
|
126
|
+
<mask id="mask2_434_11806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="57" y="115" width="33" height="73">
|
127
|
+
<path d="M76.0904 187.407C81.1112 186.562 87.5432 183.111 89.4584 178.767C88.0184 171.236 86.1992 160.628 86.1992 154.138C86.1992 143.233 89.0792 137.041 87.7688 129.658C86.4584 122.276 83.7032 117.462 80.7464 115.518C80.7464 115.518 76.22 116.718 71.5976 121.062C66.9752 125.406 62.9096 132.874 61.3256 139.993C59.7416 147.111 57.6296 169.014 57.6296 174.745C57.6296 180.476 57.2168 187.59 57.2168 187.59C62.7512 187.59 68.2856 187.59 73.82 187.59C74.5807 187.597 75.3406 187.536 76.0904 187.407Z" fill="white"/>
|
128
|
+
</mask>
|
129
|
+
<g mask="url(#mask2_434_11806)">
|
130
|
+
<path d="M89.4584 178.762C86.6456 181.162 73.9784 185.823 72.1304 186.236C70.2824 186.649 71.3096 182.742 74.1848 178.839C77.06 174.937 70.6904 180.279 69.6632 180.687C68.636 181.095 70.076 173.084 70.076 169.167C70.076 165.25 73.7768 131.977 73.7768 131.977L80.7608 119.233L83.1608 117.793C82.4904 116.902 81.6799 116.125 80.7608 115.494C80.7608 115.494 76.2344 116.694 71.612 121.038C66.9896 125.382 62.9096 132.874 61.3256 139.993C59.7416 147.111 57.6296 169.014 57.6296 174.745C57.6296 180.476 57.2168 187.59 57.2168 187.59C62.7512 187.59 68.2856 187.59 73.82 187.59C74.5781 187.59 75.3347 187.523 76.0808 187.388C81.1112 186.562 87.5432 183.111 89.4584 178.762Z" fill="#B14CC2"/>
|
131
|
+
<path opacity="0.5" d="M89.4584 178.762C86.6456 181.162 73.9784 185.823 72.1304 186.236C70.2824 186.649 71.3096 182.742 74.1848 178.839C77.06 174.937 70.6904 180.279 69.6632 180.687C68.636 181.095 70.076 173.084 70.076 169.167C70.076 165.25 73.7768 131.977 73.7768 131.977L80.7608 119.233L83.1608 117.793C82.4904 116.902 81.6799 116.125 80.7608 115.494C80.7608 115.494 76.2344 116.694 71.612 121.038C66.9896 125.382 62.9096 132.874 61.3256 139.993C59.7416 147.111 57.6296 169.014 57.6296 174.745C57.6296 180.476 57.2168 187.59 57.2168 187.59C62.7512 187.59 68.2856 187.59 73.82 187.59C74.5781 187.59 75.3347 187.523 76.0808 187.388C81.1112 186.562 87.5432 183.111 89.4584 178.762Z" fill="white"/>
|
132
|
+
</g>
|
133
|
+
<path d="M76.0904 187.407C81.1112 186.562 87.5432 183.111 89.4584 178.767C88.0184 171.236 86.1992 160.628 86.1992 154.138C86.1992 143.233 89.0792 137.041 87.7688 129.658C86.4584 122.276 83.7032 117.462 80.7464 115.518C80.7464 115.518 76.22 116.718 71.5976 121.062C66.9752 125.406 62.9096 132.874 61.3256 139.993C59.7416 147.111 57.6296 169.014 57.6296 174.745C57.6296 180.476 57.2168 187.59 57.2168 187.59C62.7512 187.59 68.2856 187.59 73.82 187.59C74.5807 187.597 75.3406 187.536 76.0904 187.407Z" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
134
|
+
<path d="M80.4775 117.217L88.4167 131.674L88.8439 139.604C88.8439 139.604 91.0567 133.95 90.0727 130.258C89.0887 126.567 80.4775 117.217 80.4775 117.217Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
135
|
+
<path d="M88.8388 139.609L86.626 173.07L89.0884 179.958L90.8116 166.177L89.3332 138.62L88.8388 139.609Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
136
|
+
<path d="M86.6602 103.666C86.6602 103.666 86.9386 107.271 87.217 109.028C87.4954 110.785 83.1514 115.7 83.1514 115.7L89.4346 125.218L96.553 119.674C96.553 119.674 106.633 118.935 107.55 118.1C108.467 117.265 108.476 108.121 108.476 108.121L110.876 106.734C110.876 106.734 108.659 97.1336 108.107 94.9928L107.55 92.8712C107.55 92.8712 110.785 91.7576 110.046 88.5512C109.307 85.3448 104.593 83.7512 99.8794 84.4808C95.1658 85.2104 93.9658 86.9768 93.9658 86.9768C93.9658 86.9768 87.3082 86.8856 83.521 90.0296C79.7338 93.1736 82.0426 98.1608 83.2426 99.9176C84.2638 101.27 85.4078 102.525 86.6602 103.666Z" fill="white"/>
|
137
|
+
<mask id="mask3_434_11806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="81" y="84" width="30" height="42">
|
138
|
+
<path d="M86.6602 103.666C86.6602 103.666 86.9386 107.271 87.217 109.028C87.4954 110.785 83.1514 115.7 83.1514 115.7L89.4346 125.218L96.553 119.674C96.553 119.674 106.633 118.935 107.55 118.1C108.467 117.265 108.476 108.121 108.476 108.121L110.876 106.734C110.876 106.734 108.659 97.1336 108.107 94.9928L107.55 92.8712C107.55 92.8712 110.785 91.7576 110.046 88.5512C109.307 85.3448 104.593 83.7512 99.8794 84.4808C95.1658 85.2104 93.9658 86.9768 93.9658 86.9768C93.9658 86.9768 87.3082 86.8856 83.521 90.0296C79.7338 93.1736 82.0426 98.1608 83.2426 99.9176C84.2638 101.27 85.4078 102.525 86.6602 103.666Z" fill="white"/>
|
139
|
+
</mask>
|
140
|
+
<g mask="url(#mask3_434_11806)">
|
141
|
+
<path d="M97.8056 116.578C95.9576 114.318 97.8056 105.687 99.2456 101.372C100.686 97.0568 97.1912 95.2088 97.1912 95.2088L107.684 93.3992L107.54 92.8568C108.25 92.5795 108.881 92.1329 109.378 91.556L109.945 88.22C108.985 85.1864 104.439 83.7272 99.8648 84.4424C95.1512 85.1816 93.9512 86.9384 93.9512 86.9384C93.9512 86.9384 87.2936 86.8472 83.5064 89.9912C79.7192 93.1352 82.028 98.1224 83.228 99.8792C84.2473 101.245 85.3914 102.513 86.6456 103.666C86.6456 103.666 86.924 107.271 87.2024 109.028C87.4808 110.785 83.1512 115.7 83.1512 115.7L89.4344 125.218L96.5528 119.674C96.5528 119.674 104.233 119.108 106.806 118.412L107.55 118.1C107.55 118.1 99.6632 118.839 97.8056 116.578Z" fill="#B14CC2"/>
|
142
|
+
<path opacity="0.5" d="M97.8056 116.578C95.9576 114.318 97.8056 105.687 99.2456 101.372C100.686 97.0568 97.1912 95.2088 97.1912 95.2088L107.684 93.3992L107.54 92.8568C108.25 92.5795 108.881 92.1329 109.378 91.556L109.945 88.22C108.985 85.1864 104.439 83.7272 99.8648 84.4424C95.1512 85.1816 93.9512 86.9384 93.9512 86.9384C93.9512 86.9384 87.2936 86.8472 83.5064 89.9912C79.7192 93.1352 82.028 98.1224 83.228 99.8792C84.2473 101.245 85.3914 102.513 86.6456 103.666C86.6456 103.666 86.924 107.271 87.2024 109.028C87.4808 110.785 83.1512 115.7 83.1512 115.7L89.4344 125.218L96.5528 119.674C96.5528 119.674 104.233 119.108 106.806 118.412L107.55 118.1C107.55 118.1 99.6632 118.839 97.8056 116.578Z" fill="white"/>
|
143
|
+
<path d="M103.206 99.4184C103.206 99.4184 103.206 99.2744 103.206 99.0488C103.206 98.3336 103.326 96.788 104.521 96.3656C106.091 95.8136 107.401 97.292 107.401 97.292L107.492 98.7704C107.267 98.4881 106.97 98.2709 106.632 98.141C106.295 98.0111 105.929 97.9732 105.572 98.0312C104.654 98.2242 103.823 98.7112 103.206 99.4184Z" fill="#263238"/>
|
144
|
+
<path d="M105.889 102.375C105.889 103.138 105.678 103.762 105.409 103.762C105.14 103.762 104.929 103.138 104.929 102.375C104.929 101.612 105.135 100.988 105.409 100.988C105.682 100.988 105.889 101.607 105.889 102.375Z" fill="#263238"/>
|
145
|
+
<path d="M102.975 112.057C102.462 112.59 101.775 112.762 101.444 112.446C101.113 112.129 101.262 111.433 101.775 110.9C102.289 110.367 102.97 110.194 103.302 110.511C103.633 110.828 103.489 111.524 102.975 112.057Z" fill="#263238"/>
|
146
|
+
</g>
|
147
|
+
<path d="M86.6602 103.666C86.6602 103.666 86.9386 107.271 87.217 109.028C87.4954 110.785 83.1514 115.7 83.1514 115.7L89.4346 125.218L96.553 119.674C96.553 119.674 106.633 118.935 107.55 118.1C108.467 117.265 108.476 108.121 108.476 108.121L110.876 106.734C110.876 106.734 108.659 97.1336 108.107 94.9928L107.55 92.8712C107.55 92.8712 110.785 91.7576 110.046 88.5512C109.307 85.3448 104.593 83.7512 99.8794 84.4808C95.1658 85.2104 93.9658 86.9768 93.9658 86.9768C93.9658 86.9768 87.3082 86.8856 83.521 90.0296C79.7338 93.1736 82.0426 98.1608 83.2426 99.9176C84.2638 101.27 85.4078 102.525 86.6602 103.666Z" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
148
|
+
<path d="M95.5352 94.6088C97.2008 93.5 107.535 92.8568 107.535 92.8568C107.535 92.8568 110.77 91.7432 110.031 88.5368C109.292 85.3304 104.578 83.7368 99.8648 84.4664C95.1512 85.196 93.9512 86.9624 93.9512 86.9624C93.9512 86.9624 87.2936 86.8712 83.5064 90.0152C79.7192 93.1592 82.028 98.1464 83.228 99.9032C84.2473 101.269 85.3914 102.537 86.6456 103.69C86.6456 103.69 86.7992 105.668 86.9912 107.41L89.8712 108.222L93.0152 106.556L96.1592 105.817C96.1592 105.817 93.8456 104.06 95.1416 102.399C96.4376 100.738 98.8376 100.182 98.9288 98.8856C99.02 97.5896 93.8696 95.7176 95.5352 94.6088Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
149
|
+
<path d="M105.625 89.2376C105.625 89.2376 104.54 87.2504 106.528 87.6104C108.515 87.9704 108.515 91.4072 106.888 92.1272C105.26 92.8472 96.4091 91.2248 91.5275 92.6696C86.6459 94.1144 83.2188 98.0888 83.2188 98.0888" stroke="white" stroke-miterlimit="10" stroke-linecap="round"/>
|
150
|
+
<path d="M85.9307 101.161C85.9307 101.161 89.7275 97.9112 92.7947 97.3688C95.8619 96.8264 97.4939 96.8264 94.0619 98.8088C90.6299 100.791 92.9771 100.431 95.1467 99.7112" stroke="white" stroke-miterlimit="10" stroke-linecap="round"/>
|
151
|
+
<path d="M93.8693 108.289C93.8693 108.289 93.3173 102.466 90.4517 102.284C87.5861 102.102 87.6773 106.258 88.5317 109.124C89.3861 111.99 91.4117 112.911 93.0581 111.433" fill="#B14CC2"/>
|
152
|
+
<mask id="mask4_434_11806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="88" y="102" width="6" height="11">
|
153
|
+
<path d="M93.8693 108.289C93.8693 108.289 93.3173 102.466 90.4517 102.284C87.5861 102.102 87.6773 106.258 88.5317 109.124C89.3861 111.99 91.4117 112.911 93.0581 111.433" fill="white"/>
|
154
|
+
</mask>
|
155
|
+
<g mask="url(#mask4_434_11806)">
|
156
|
+
<g opacity="0.5">
|
157
|
+
<path d="M93.8693 108.289C93.8693 108.289 93.3173 102.466 90.4517 102.284C87.5861 102.102 87.6773 106.258 88.5317 109.124C89.3861 111.99 91.4117 112.911 93.0581 111.433" fill="white"/>
|
158
|
+
<path d="M93.8693 108.289C93.8693 108.289 93.3173 102.466 90.4517 102.284C87.5861 102.102 87.6773 106.258 88.5317 109.124C89.3861 111.99 91.4117 112.911 93.0581 111.433" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
159
|
+
</g>
|
160
|
+
</g>
|
161
|
+
<path d="M93.8693 108.289C93.8693 108.289 93.3173 102.466 90.4517 102.284C87.5861 102.102 87.6773 106.258 88.5317 109.124C89.3861 111.99 91.4117 112.911 93.0581 111.433" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
162
|
+
<path d="M83.4058 112.172L92.6506 126.222L88.3978 131.674C86.4825 127.98 84.3541 124.399 82.0234 120.951C78.8794 116.516 78.5098 115.777 78.5098 115.777L83.4058 112.172Z" fill="white"/>
|
163
|
+
<mask id="mask5_434_11806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="78" y="112" width="15" height="20">
|
164
|
+
<path d="M83.4058 112.172L92.6506 126.222L88.3978 131.674C86.4825 127.98 84.3541 124.399 82.0234 120.951C78.8794 116.516 78.5098 115.777 78.5098 115.777L83.4058 112.172Z" fill="white"/>
|
165
|
+
</mask>
|
166
|
+
<g mask="url(#mask5_434_11806)">
|
167
|
+
<path d="M83.4058 112.172L78.5098 115.777C78.5098 115.777 78.7834 116.319 80.7994 119.214L85.9738 116.074L83.4058 112.172Z" fill="#B14CC2"/>
|
168
|
+
<path opacity="0.5" d="M83.4058 112.172L78.5098 115.777C78.5098 115.777 78.7834 116.319 80.7994 119.214L85.9738 116.074L83.4058 112.172Z" fill="white"/>
|
169
|
+
</g>
|
170
|
+
<path d="M83.4058 112.172L92.6506 126.222L88.3978 131.674C86.4825 127.98 84.3541 124.399 82.0234 120.951C78.8794 116.516 78.5098 115.777 78.5098 115.777L83.4058 112.172Z" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
171
|
+
<path d="M107.18 147.111C107.18 147.111 108.658 144.058 108.936 142.119C109.215 140.18 109.306 139.066 110.415 138.145C111.524 137.223 115.128 133.522 115.695 132.135C116.261 130.748 116.616 132.044 116.895 133.153C117.173 134.262 117.077 135.279 116.156 135.927C115.506 136.409 114.917 136.967 114.399 137.588L115.229 138.236C115.229 138.236 126.783 133.892 127.988 133.436C129.192 132.98 130.296 133.34 130.388 134.266C130.479 135.193 130.114 135.284 129.557 135.562C129 135.841 122.904 137.962 122.069 138.332L121.239 138.702L121.887 139.35C121.887 139.35 125.213 139.258 126.879 139.167C128.544 139.076 131.036 138.798 131.405 139.35C131.57 139.597 131.633 139.898 131.581 140.19C131.53 140.483 131.367 140.744 131.127 140.919C130.933 141.105 130.699 141.245 130.443 141.328C130.187 141.412 129.915 141.436 129.648 141.399C128.818 141.399 121.7 141.951 121.7 141.951L121.887 142.969C121.887 142.969 129.466 144.169 129.74 144.538C130.013 144.908 130.018 145.095 129.74 145.647C129.461 146.199 129.26 146.204 128.54 146.204C127.82 146.204 121.82 145.278 121.82 145.278C121.82 145.278 124.776 146.943 125.146 147.222C125.516 147.5 126.807 147.702 126.437 148.33C126.068 148.959 125.885 149.161 125.328 149.07C124.772 148.978 120.802 147.222 120.802 147.222C120.802 147.222 116.828 147.774 115.522 147.87C114.561 147.914 113.598 147.882 112.642 147.774L108.946 150.174L107.18 147.111Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
172
|
+
<path d="M80.9341 142.95C80.9341 142.95 78.2509 131.766 77.1421 129.27C76.0333 126.774 69.7501 124.47 66.6973 129.918C63.6445 135.366 66.4189 141.562 67.5325 145.998C68.6461 150.433 75.6637 170.478 76.6813 172.988C77.6989 175.498 79.5613 174.908 80.5645 174.654C81.5677 174.399 109.677 151.729 109.677 151.729L107.459 146.742L85.6477 157.94L80.9341 142.95Z" fill="white"/>
|
173
|
+
<mask id="mask6_434_11806" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="65" y="126" width="45" height="49">
|
174
|
+
<path d="M80.9341 142.95C80.9341 142.95 78.2509 131.766 77.1421 129.27C76.0333 126.774 69.7501 124.47 66.6973 129.918C63.6445 135.366 66.4189 141.562 67.5325 145.998C68.6461 150.433 75.6637 170.478 76.6813 172.988C77.6989 175.498 79.5613 174.908 80.5645 174.654C81.5677 174.399 109.677 151.729 109.677 151.729L107.459 146.742L85.6477 157.94L80.9341 142.95Z" fill="white"/>
|
175
|
+
</mask>
|
176
|
+
<g mask="url(#mask6_434_11806)">
|
177
|
+
<path d="M80.1467 167.54C80.8588 165.376 81.6807 163.25 82.6091 161.17C83.6363 159.116 77.6795 165.898 76.4459 162.198C75.2123 158.497 67.4075 140.007 68.8427 133.844C69.4653 130.98 71.1407 128.455 73.5371 126.769C71.2475 126.226 68.4443 126.802 66.6971 129.922C63.6491 135.375 66.4187 141.567 67.5323 146.002C68.6459 150.438 75.6635 170.482 76.6811 172.993C77.6987 175.503 79.5611 174.913 80.5643 174.658C81.3035 174.457 96.4043 162.394 104.564 155.852L80.1467 167.54Z" fill="#B14CC2"/>
|
178
|
+
<path opacity="0.5" d="M80.1467 167.54C80.8588 165.376 81.6807 163.25 82.6091 161.17C83.6363 159.116 77.6795 165.898 76.4459 162.198C75.2123 158.497 67.4075 140.007 68.8427 133.844C69.4653 130.98 71.1407 128.455 73.5371 126.769C71.2475 126.226 68.4443 126.802 66.6971 129.922C63.6491 135.375 66.4187 141.567 67.5323 146.002C68.6459 150.438 75.6635 170.482 76.6811 172.993C77.6987 175.503 79.5611 174.913 80.5643 174.658C81.3035 174.457 96.4043 162.394 104.564 155.852L80.1467 167.54Z" fill="white"/>
|
179
|
+
</g>
|
180
|
+
<path d="M80.9341 142.95C80.9341 142.95 78.2509 131.766 77.1421 129.27C76.0333 126.774 69.7501 124.47 66.6973 129.918C63.6445 135.366 66.4189 141.562 67.5325 145.998C68.6461 150.433 75.6637 170.478 76.6813 172.988C77.6989 175.498 79.5613 174.908 80.5645 174.654C81.5677 174.399 109.677 151.729 109.677 151.729L107.459 146.742L85.6477 157.94L80.9341 142.95Z" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
181
|
+
<path d="M104.224 148.59L106.72 153.673" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
182
|
+
<path d="M45.5912 123.087L32.8232 131.943C32.8232 131.943 39.116 138.596 38.468 156.049C37.988 169.378 39.7496 184.513 42.308 187.59H55.9016C55.9016 187.59 51.2024 161.67 51.5384 146.818C51.8024 135.534 48.4136 127.7 45.5912 123.087Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
183
|
+
<path d="M47.1274 123.087L34.3594 131.943C34.3594 131.943 40.6522 138.596 39.9994 156.049C39.5194 169.378 41.281 184.513 43.8394 187.59H57.4378C57.4378 187.59 52.7434 161.67 53.0794 146.818C53.3338 135.534 49.945 127.7 47.1274 123.087Z" fill="#263238" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
184
|
+
<path d="M45.5913 123.087H47.1273L34.3593 131.943H32.8281L45.5913 123.087Z" fill="white" stroke="#263238" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"/>
|
185
|
+
</g>
|
186
|
+
</svg>
|
@@ -1,11 +1,11 @@
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M5.22499 13.7397C5.09343 13.8514 5.07734 14.0486 5.18902 14.1802C5.30071 14.3117 5.49793 14.3278 5.62949 14.2161C5.76106 14.1044 5.77715 13.9072 5.66546 13.7757C5.55377 13.6441 5.35656 13.628 5.22499 13.7397Z" fill="currentColor"/>
|
3
|
-
<path d="M9.31659 9.14405L8.77474 8.87024L8.63074 8.33286C8.60305 8.22952 8.52449 8.14749 8.42246 8.11533C8.32033 8.08314 8.20899 8.10533 8.12708 8.17411L6.74248 9.33593C6.30095 8.91739 5.73557 8.66111 5.12042 8.60727C4.40016 8.54405 3.6986 8.76539 3.14488 9.23002L0.967091 11.0574C0.413558 11.5219 0.073869 12.1744 0.0105251 12.895C-0.0524751 13.615 0.168869 14.3166 0.633715 14.8705C1.16831 15.5076 1.93612 15.8361 2.70913 15.8361C3.32316 15.836 3.94051 15.6287 4.44654 15.2041L4.53657 15.1285C4.66901 15.0173 4.68632 14.8199 4.57516 14.6874C4.46401 14.5549 4.26657 14.5377 4.13407 14.6488L4.04404 14.7244C3.16532 15.4616 1.85069 15.3467 1.11337 14.468C0.756027 14.0422 0.585902 13.5028 0.634308 12.9496C0.682996 12.3957 0.94409 11.8941 1.36956 11.5371L3.54735 9.70965C3.97294 9.35255 4.51232 9.18271 5.06579 9.23102C5.51401 9.27027 5.92807 9.44896 6.25908 9.74146L5.94923 10.0015C5.84354 10.0901 5.74339 10.1414 5.67564 10.1624C5.16554 9.8068 4.47801 9.83196 3.99216 10.2397L1.81434 12.0671C1.22797 12.5592 1.15128 13.4366 1.64347 14.0231C1.91766 14.3499 2.31153 14.5184 2.70803 14.5184C3.023 14.5184 3.33966 14.4121 3.59926 14.1943L5.77707 12.3668C5.88404 12.277 5.97529 12.1739 6.04967 12.059C6.36198 11.9893 6.65955 11.8642 6.92833 11.6902C6.84664 12.1241 6.62955 12.521 6.30417 12.8241C6.17764 12.942 6.17064 13.1401 6.28851 13.2666C6.35017 13.3328 6.43379 13.3663 6.51764 13.3663C6.59408 13.3663 6.67067 13.3385 6.73098 13.2823C7.22067 12.8261 7.52242 12.207 7.58058 11.5397C7.59164 11.4153 7.5933 11.2898 7.58695 11.1649L9.37662 9.66324C9.45724 9.59561 9.49849 9.49199 9.4864 9.38746C9.47431 9.28299 9.41049 9.19152 9.31659 9.14405ZM3.19672 13.7147C2.87482 13.9848 2.39322 13.9426 2.12309 13.6207C1.9925 13.4651 1.93034 13.2675 1.94809 13.0643C1.96581 12.8612 2.06125 12.6774 2.21681 12.5469L3.60085 11.3855C4.01729 11.7803 4.54413 12.0302 5.11829 12.1023L3.19672 13.7147ZM6.79633 11.011C6.50998 11.2512 6.16492 11.41 5.79839 11.4702C5.79548 11.4707 5.4486 11.5047 5.27782 11.4896C4.82979 11.4506 4.41576 11.2721 4.08476 10.9795L4.39466 10.7195C4.39466 10.7195 4.39473 10.7194 4.39479 10.7194C4.68113 10.4792 5.09492 10.4809 5.37867 10.7234C5.42826 10.7658 5.48985 10.7916 5.55482 10.7973C5.89795 10.8274 6.22654 10.5862 6.35173 10.4812L8.15308 8.96967L8.20614 9.16758C8.22921 9.25364 8.28783 9.32577 8.36736 9.36596L8.61043 9.4888L6.79633 11.011Z" fill="currentColor"/>
|
4
|
-
<path d="M15.6361 1.51653C14.8899 0.224213 13.2315 -0.220257 11.939 0.525964L9.47701 1.94741C8.85075 2.30897 8.40297 2.89263 8.21625 3.59038C8.18378 3.71097 8.16038 3.83422 8.14494 3.95829L6.12168 5.12642C6.02993 5.17942 5.97115 5.2752 5.96556 5.38101C5.95996 5.48682 6.00828 5.58832 6.09393 5.65067L6.58003 6.00457L6.62503 6.56395C6.63365 6.67098 6.69653 6.76614 6.79156 6.81605C6.83718 6.84001 6.88715 6.85195 6.93709 6.85195C6.99122 6.85195 7.04528 6.83792 7.09362 6.81001L8.65894 5.90629C9.0211 6.39514 9.53338 6.74567 10.1299 6.90555C10.3631 6.96805 10.5997 6.99895 10.8349 6.99895C11.3038 6.99895 11.7666 6.87598 12.1835 6.6353L14.6456 5.21385C15.2713 4.85254 15.7192 4.26888 15.9067 3.57029C16.0937 2.87219 15.9976 2.14281 15.6361 1.51653ZM7.19269 5.81104C7.18537 5.72004 7.13869 5.63676 7.06487 5.58304L6.85184 5.42792L8.597 4.42035C8.59885 4.41929 8.60072 4.41826 8.60253 4.41716L8.89678 4.24729C9.2205 4.06038 9.58872 3.96379 9.95929 3.96844C9.96238 3.96851 9.96544 3.96844 9.96854 3.96841C10.1397 3.97122 10.31 3.99513 10.4754 4.03966C10.9098 4.15591 11.2865 4.40363 11.5617 4.7492L11.2114 4.95148C11.2112 4.95157 11.211 4.95166 11.2108 4.95179C10.8873 5.13823 10.4803 5.06476 10.2429 4.7767C10.2014 4.72638 10.1453 4.69026 10.0823 4.67338C9.74926 4.58423 9.38413 4.7646 9.2426 4.84632L8.601 5.21673C8.601 5.21673 8.60097 5.21673 8.60094 5.21676C8.60091 5.21679 8.60091 5.21679 8.60088 5.21679L7.20943 6.02014L7.19269 5.81104ZM10.7389 3.464L12.9112 2.20978C13.0871 2.10822 13.2924 2.08128 13.4894 2.13409C13.6863 2.18684 13.8506 2.31278 13.9522 2.48872C14.0538 2.66469 14.0807 2.87006 14.028 3.06707C13.9752 3.26407 13.8493 3.42844 13.6735 3.52997L12.1088 4.43335C11.7672 3.97222 11.2918 3.63472 10.7389 3.464ZM15.3019 3.4081C15.1578 3.94513 14.8135 4.39382 14.3325 4.67154L11.8704 6.09298C11.3893 6.37076 10.8287 6.44448 10.2919 6.30067C9.85735 6.1842 9.48063 5.93629 9.20544 5.59076L9.55572 5.38854C9.67522 5.31957 9.78276 5.28648 9.85307 5.27751C10.2937 5.71632 10.9752 5.81082 11.5244 5.4937L13.9865 4.07222C14.3073 3.88707 14.5368 3.58757 14.6328 3.22897C14.7288 2.87044 14.6797 2.49635 14.4945 2.17559C14.3093 1.85481 14.0099 1.62528 13.6514 1.52922C13.2929 1.43309 12.9188 1.48222 12.5981 1.66744L10.136 3.08891C10.0151 3.15875 9.90729 3.24444 9.81413 3.34472C9.49432 3.35913 9.17935 3.43079 8.88425 3.5555C9.05291 3.10647 9.369 2.73272 9.7901 2.48963L12.2521 1.06818C13.2455 0.494683 14.5202 0.836246 15.0938 1.82956C15.3717 2.31106 15.4456 2.87169 15.3019 3.4081Z" fill="currentColor"/>
|
5
|
-
<path d="M3.05852 5.17202C3.11918 5.22993 3.19699 5.25868 3.27471 5.25868C3.35724 5.25868 3.43968 5.22624 3.50118 5.1618C3.62062 5.03674 3.61602 4.83855 3.49096 4.71915L2.8803 4.13605C2.75521 4.01664 2.55708 4.02114 2.43765 4.14627C2.31821 4.27133 2.3228 4.46952 2.44786 4.58893L3.05852 5.17202Z" fill="currentColor"/>
|
6
|
-
<path d="M1.65559 7.13491L2.38232 7.42919C2.42085 7.44478 2.46063 7.45219 2.49975 7.45219C2.6235 7.45219 2.74075 7.37828 2.79004 7.25653C2.85494 7.09625 2.77763 6.91369 2.61738 6.84881L1.89066 6.55453C1.73028 6.48963 1.54781 6.56694 1.48294 6.72719C1.41803 6.88747 1.49534 7.07003 1.65559 7.13491Z" fill="currentColor"/>
|
7
|
-
<path d="M5.05995 3.89848C5.11983 3.99135 5.22055 4.04198 5.32342 4.04198C5.38149 4.04198 5.4403 4.02582 5.49274 3.99201C5.63805 3.89832 5.67995 3.70457 5.58627 3.55923L5.16152 2.90023C5.06786 2.75491 4.87417 2.71297 4.72873 2.80669C4.58342 2.90038 4.54151 3.09413 4.6352 3.23948L5.05995 3.89848Z" fill="currentColor"/>
|
8
|
-
<path d="M12.6246 10.0189C12.4995 9.89945 12.3014 9.90398 12.182 10.0291C12.0625 10.1541 12.0671 10.3523 12.1922 10.4717L12.8028 11.0548C12.8635 11.1127 12.9413 11.1415 13.019 11.1415C13.1016 11.1415 13.184 11.109 13.2455 11.0446C13.3649 10.9195 13.3603 10.7214 13.2353 10.6019L12.6246 10.0189Z" fill="currentColor"/>
|
9
|
-
<path d="M14.0276 8.05591L13.3009 7.76162C13.1405 7.69672 12.9581 7.77403 12.8932 7.93428C12.8283 8.09456 12.9055 8.27709 13.0658 8.342L13.7925 8.63628C13.831 8.65188 13.8708 8.65928 13.9099 8.65928C14.0337 8.65928 14.1509 8.58538 14.2002 8.46363C14.2651 8.30334 14.1879 8.12081 14.0276 8.05591Z" fill="currentColor"/>
|
10
|
-
<path d="M10.6232 11.2924C10.5296 11.147 10.3358 11.105 10.1905 11.1988C10.0451 11.2925 10.0032 11.4862 10.0969 11.6315L10.5217 12.2906C10.5815 12.3835 10.6822 12.4341 10.7851 12.4341C10.8432 12.4341 10.902 12.418 10.9544 12.3841C11.0997 12.2905 11.1417 12.0967 11.048 11.9514L10.6232 11.2924Z" fill="currentColor"/>
|
11
|
-
</svg>
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M5.22499 13.7397C5.09343 13.8514 5.07734 14.0486 5.18902 14.1802C5.30071 14.3117 5.49793 14.3278 5.62949 14.2161C5.76106 14.1044 5.77715 13.9072 5.66546 13.7757C5.55377 13.6441 5.35656 13.628 5.22499 13.7397Z" fill="currentColor"/>
|
3
|
+
<path d="M9.31659 9.14405L8.77474 8.87024L8.63074 8.33286C8.60305 8.22952 8.52449 8.14749 8.42246 8.11533C8.32033 8.08314 8.20899 8.10533 8.12708 8.17411L6.74248 9.33593C6.30095 8.91739 5.73557 8.66111 5.12042 8.60727C4.40016 8.54405 3.6986 8.76539 3.14488 9.23002L0.967091 11.0574C0.413558 11.5219 0.073869 12.1744 0.0105251 12.895C-0.0524751 13.615 0.168869 14.3166 0.633715 14.8705C1.16831 15.5076 1.93612 15.8361 2.70913 15.8361C3.32316 15.836 3.94051 15.6287 4.44654 15.2041L4.53657 15.1285C4.66901 15.0173 4.68632 14.8199 4.57516 14.6874C4.46401 14.5549 4.26657 14.5377 4.13407 14.6488L4.04404 14.7244C3.16532 15.4616 1.85069 15.3467 1.11337 14.468C0.756027 14.0422 0.585902 13.5028 0.634308 12.9496C0.682996 12.3957 0.94409 11.8941 1.36956 11.5371L3.54735 9.70965C3.97294 9.35255 4.51232 9.18271 5.06579 9.23102C5.51401 9.27027 5.92807 9.44896 6.25908 9.74146L5.94923 10.0015C5.84354 10.0901 5.74339 10.1414 5.67564 10.1624C5.16554 9.8068 4.47801 9.83196 3.99216 10.2397L1.81434 12.0671C1.22797 12.5592 1.15128 13.4366 1.64347 14.0231C1.91766 14.3499 2.31153 14.5184 2.70803 14.5184C3.023 14.5184 3.33966 14.4121 3.59926 14.1943L5.77707 12.3668C5.88404 12.277 5.97529 12.1739 6.04967 12.059C6.36198 11.9893 6.65955 11.8642 6.92833 11.6902C6.84664 12.1241 6.62955 12.521 6.30417 12.8241C6.17764 12.942 6.17064 13.1401 6.28851 13.2666C6.35017 13.3328 6.43379 13.3663 6.51764 13.3663C6.59408 13.3663 6.67067 13.3385 6.73098 13.2823C7.22067 12.8261 7.52242 12.207 7.58058 11.5397C7.59164 11.4153 7.5933 11.2898 7.58695 11.1649L9.37662 9.66324C9.45724 9.59561 9.49849 9.49199 9.4864 9.38746C9.47431 9.28299 9.41049 9.19152 9.31659 9.14405ZM3.19672 13.7147C2.87482 13.9848 2.39322 13.9426 2.12309 13.6207C1.9925 13.4651 1.93034 13.2675 1.94809 13.0643C1.96581 12.8612 2.06125 12.6774 2.21681 12.5469L3.60085 11.3855C4.01729 11.7803 4.54413 12.0302 5.11829 12.1023L3.19672 13.7147ZM6.79633 11.011C6.50998 11.2512 6.16492 11.41 5.79839 11.4702C5.79548 11.4707 5.4486 11.5047 5.27782 11.4896C4.82979 11.4506 4.41576 11.2721 4.08476 10.9795L4.39466 10.7195C4.39466 10.7195 4.39473 10.7194 4.39479 10.7194C4.68113 10.4792 5.09492 10.4809 5.37867 10.7234C5.42826 10.7658 5.48985 10.7916 5.55482 10.7973C5.89795 10.8274 6.22654 10.5862 6.35173 10.4812L8.15308 8.96967L8.20614 9.16758C8.22921 9.25364 8.28783 9.32577 8.36736 9.36596L8.61043 9.4888L6.79633 11.011Z" fill="currentColor"/>
|
4
|
+
<path d="M15.6361 1.51653C14.8899 0.224213 13.2315 -0.220257 11.939 0.525964L9.47701 1.94741C8.85075 2.30897 8.40297 2.89263 8.21625 3.59038C8.18378 3.71097 8.16038 3.83422 8.14494 3.95829L6.12168 5.12642C6.02993 5.17942 5.97115 5.2752 5.96556 5.38101C5.95996 5.48682 6.00828 5.58832 6.09393 5.65067L6.58003 6.00457L6.62503 6.56395C6.63365 6.67098 6.69653 6.76614 6.79156 6.81605C6.83718 6.84001 6.88715 6.85195 6.93709 6.85195C6.99122 6.85195 7.04528 6.83792 7.09362 6.81001L8.65894 5.90629C9.0211 6.39514 9.53338 6.74567 10.1299 6.90555C10.3631 6.96805 10.5997 6.99895 10.8349 6.99895C11.3038 6.99895 11.7666 6.87598 12.1835 6.6353L14.6456 5.21385C15.2713 4.85254 15.7192 4.26888 15.9067 3.57029C16.0937 2.87219 15.9976 2.14281 15.6361 1.51653ZM7.19269 5.81104C7.18537 5.72004 7.13869 5.63676 7.06487 5.58304L6.85184 5.42792L8.597 4.42035C8.59885 4.41929 8.60072 4.41826 8.60253 4.41716L8.89678 4.24729C9.2205 4.06038 9.58872 3.96379 9.95929 3.96844C9.96238 3.96851 9.96544 3.96844 9.96854 3.96841C10.1397 3.97122 10.31 3.99513 10.4754 4.03966C10.9098 4.15591 11.2865 4.40363 11.5617 4.7492L11.2114 4.95148C11.2112 4.95157 11.211 4.95166 11.2108 4.95179C10.8873 5.13823 10.4803 5.06476 10.2429 4.7767C10.2014 4.72638 10.1453 4.69026 10.0823 4.67338C9.74926 4.58423 9.38413 4.7646 9.2426 4.84632L8.601 5.21673C8.601 5.21673 8.60097 5.21673 8.60094 5.21676C8.60091 5.21679 8.60091 5.21679 8.60088 5.21679L7.20943 6.02014L7.19269 5.81104ZM10.7389 3.464L12.9112 2.20978C13.0871 2.10822 13.2924 2.08128 13.4894 2.13409C13.6863 2.18684 13.8506 2.31278 13.9522 2.48872C14.0538 2.66469 14.0807 2.87006 14.028 3.06707C13.9752 3.26407 13.8493 3.42844 13.6735 3.52997L12.1088 4.43335C11.7672 3.97222 11.2918 3.63472 10.7389 3.464ZM15.3019 3.4081C15.1578 3.94513 14.8135 4.39382 14.3325 4.67154L11.8704 6.09298C11.3893 6.37076 10.8287 6.44448 10.2919 6.30067C9.85735 6.1842 9.48063 5.93629 9.20544 5.59076L9.55572 5.38854C9.67522 5.31957 9.78276 5.28648 9.85307 5.27751C10.2937 5.71632 10.9752 5.81082 11.5244 5.4937L13.9865 4.07222C14.3073 3.88707 14.5368 3.58757 14.6328 3.22897C14.7288 2.87044 14.6797 2.49635 14.4945 2.17559C14.3093 1.85481 14.0099 1.62528 13.6514 1.52922C13.2929 1.43309 12.9188 1.48222 12.5981 1.66744L10.136 3.08891C10.0151 3.15875 9.90729 3.24444 9.81413 3.34472C9.49432 3.35913 9.17935 3.43079 8.88425 3.5555C9.05291 3.10647 9.369 2.73272 9.7901 2.48963L12.2521 1.06818C13.2455 0.494683 14.5202 0.836246 15.0938 1.82956C15.3717 2.31106 15.4456 2.87169 15.3019 3.4081Z" fill="currentColor"/>
|
5
|
+
<path d="M3.05852 5.17202C3.11918 5.22993 3.19699 5.25868 3.27471 5.25868C3.35724 5.25868 3.43968 5.22624 3.50118 5.1618C3.62062 5.03674 3.61602 4.83855 3.49096 4.71915L2.8803 4.13605C2.75521 4.01664 2.55708 4.02114 2.43765 4.14627C2.31821 4.27133 2.3228 4.46952 2.44786 4.58893L3.05852 5.17202Z" fill="currentColor"/>
|
6
|
+
<path d="M1.65559 7.13491L2.38232 7.42919C2.42085 7.44478 2.46063 7.45219 2.49975 7.45219C2.6235 7.45219 2.74075 7.37828 2.79004 7.25653C2.85494 7.09625 2.77763 6.91369 2.61738 6.84881L1.89066 6.55453C1.73028 6.48963 1.54781 6.56694 1.48294 6.72719C1.41803 6.88747 1.49534 7.07003 1.65559 7.13491Z" fill="currentColor"/>
|
7
|
+
<path d="M5.05995 3.89848C5.11983 3.99135 5.22055 4.04198 5.32342 4.04198C5.38149 4.04198 5.4403 4.02582 5.49274 3.99201C5.63805 3.89832 5.67995 3.70457 5.58627 3.55923L5.16152 2.90023C5.06786 2.75491 4.87417 2.71297 4.72873 2.80669C4.58342 2.90038 4.54151 3.09413 4.6352 3.23948L5.05995 3.89848Z" fill="currentColor"/>
|
8
|
+
<path d="M12.6246 10.0189C12.4995 9.89945 12.3014 9.90398 12.182 10.0291C12.0625 10.1541 12.0671 10.3523 12.1922 10.4717L12.8028 11.0548C12.8635 11.1127 12.9413 11.1415 13.019 11.1415C13.1016 11.1415 13.184 11.109 13.2455 11.0446C13.3649 10.9195 13.3603 10.7214 13.2353 10.6019L12.6246 10.0189Z" fill="currentColor"/>
|
9
|
+
<path d="M14.0276 8.05591L13.3009 7.76162C13.1405 7.69672 12.9581 7.77403 12.8932 7.93428C12.8283 8.09456 12.9055 8.27709 13.0658 8.342L13.7925 8.63628C13.831 8.65188 13.8708 8.65928 13.9099 8.65928C14.0337 8.65928 14.1509 8.58538 14.2002 8.46363C14.2651 8.30334 14.1879 8.12081 14.0276 8.05591Z" fill="currentColor"/>
|
10
|
+
<path d="M10.6232 11.2924C10.5296 11.147 10.3358 11.105 10.1905 11.1988C10.0451 11.2925 10.0032 11.4862 10.0969 11.6315L10.5217 12.2906C10.5815 12.3835 10.6822 12.4341 10.7851 12.4341C10.8432 12.4341 10.902 12.418 10.9544 12.3841C11.0997 12.2905 11.1417 12.0967 11.048 11.9514L10.6232 11.2924Z" fill="currentColor"/>
|
11
|
+
</svg>
|