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,11 +1,11 @@
|
|
1
|
-
<svg width="4" height="14" viewBox="0 0 4 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path
|
3
|
-
d="M2 3.5C2.825 3.5 3.5 2.825 3.5 2C3.5 1.175 2.825 0.5 2 0.5C1.175 0.5 0.5 1.175 0.5 2C0.5 2.825 1.175 3.5 2 3.5Z"
|
4
|
-
fill="currentColor" />
|
5
|
-
<path
|
6
|
-
d="M2 8.5C2.825 8.5 3.5 7.825 3.5 7C3.5 6.175 2.825 5.5 2 5.5C1.175 5.5 0.5 6.175 0.5 7C0.5 7.825 1.175 8.5 2 8.5Z"
|
7
|
-
fill="currentColor" />
|
8
|
-
<path
|
9
|
-
d="M2 13.5C2.825 13.5 3.5 12.825 3.5 12C3.5 11.175 2.825 10.5 2 10.5C1.175 10.5 0.5 11.175 0.5 12C0.5 12.825 1.175 13.5 2 13.5Z"
|
10
|
-
fill="currentColor" />
|
1
|
+
<svg width="4" height="14" viewBox="0 0 4 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path
|
3
|
+
d="M2 3.5C2.825 3.5 3.5 2.825 3.5 2C3.5 1.175 2.825 0.5 2 0.5C1.175 0.5 0.5 1.175 0.5 2C0.5 2.825 1.175 3.5 2 3.5Z"
|
4
|
+
fill="currentColor" />
|
5
|
+
<path
|
6
|
+
d="M2 8.5C2.825 8.5 3.5 7.825 3.5 7C3.5 6.175 2.825 5.5 2 5.5C1.175 5.5 0.5 6.175 0.5 7C0.5 7.825 1.175 8.5 2 8.5Z"
|
7
|
+
fill="currentColor" />
|
8
|
+
<path
|
9
|
+
d="M2 13.5C2.825 13.5 3.5 12.825 3.5 12C3.5 11.175 2.825 10.5 2 10.5C1.175 10.5 0.5 11.175 0.5 12C0.5 12.825 1.175 13.5 2 13.5Z"
|
10
|
+
fill="currentColor" />
|
11
11
|
</svg>
|
@@ -1,5 +1,5 @@
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M14.3333 15.3334H11C10.0667 15.3334 9.33333 14.6 9.33333 13.6667V10.3334C9.33333 9.40002 10.0667 8.66669 11 8.66669H14.3333C15.2667 8.66669 16 9.40002 16 10.3334V13.6667C16 14.6 15.2667 15.3334 14.3333 15.3334ZM11 10C10.8 10 10.6667 10.1334 10.6667 10.3334V13.6667C10.6667 13.8667 10.8 14 11 14H14.3333C14.5333 14 14.6667 13.8667 14.6667 13.6667V10.3334C14.6667 10.1334 14.5333 10 14.3333 10H11Z" fill="currentColor"/>
|
3
|
-
<path d="M5 15.3334H1.66667C0.733333 15.3334 0 14.6 0 13.6667V10.3334C0 9.40002 0.733333 8.66669 1.66667 8.66669H5C5.93333 8.66669 6.66667 9.40002 6.66667 10.3334V13.6667C6.66667 14.6 5.93333 15.3334 5 15.3334Z" fill="currentColor"/>
|
4
|
-
<path d="M12.6667 7.33335C12.4667 7.33335 12.3333 7.26669 12.2 7.13335L10.8667 5.80002C10.6 5.53335 10.6 5.13335 10.8667 4.86669C11.1333 4.60002 11.5333 4.60002 11.8 4.86669L11.8667 4.93335C11.4 3.20002 9.80001 2.00002 8.00001 2.00002C5.80001 2.00002 4.00001 3.80002 4.00001 6.00002C4.00001 6.40002 3.73334 6.66669 3.33334 6.66669C2.93334 6.66669 2.66667 6.40002 2.66667 6.00002C2.66667 3.06669 5.06667 0.666687 8.00001 0.666687C10.6667 0.666687 12.8667 2.60002 13.2667 5.13335L13.5333 4.86669C13.8 4.60002 14.2 4.60002 14.4667 4.86669C14.7333 5.13335 14.7333 5.53335 14.4667 5.80002L13.1333 7.13335C13 7.26669 12.8667 7.33335 12.6667 7.33335Z" fill="currentColor"/>
|
5
|
-
</svg>
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M14.3333 15.3334H11C10.0667 15.3334 9.33333 14.6 9.33333 13.6667V10.3334C9.33333 9.40002 10.0667 8.66669 11 8.66669H14.3333C15.2667 8.66669 16 9.40002 16 10.3334V13.6667C16 14.6 15.2667 15.3334 14.3333 15.3334ZM11 10C10.8 10 10.6667 10.1334 10.6667 10.3334V13.6667C10.6667 13.8667 10.8 14 11 14H14.3333C14.5333 14 14.6667 13.8667 14.6667 13.6667V10.3334C14.6667 10.1334 14.5333 10 14.3333 10H11Z" fill="currentColor"/>
|
3
|
+
<path d="M5 15.3334H1.66667C0.733333 15.3334 0 14.6 0 13.6667V10.3334C0 9.40002 0.733333 8.66669 1.66667 8.66669H5C5.93333 8.66669 6.66667 9.40002 6.66667 10.3334V13.6667C6.66667 14.6 5.93333 15.3334 5 15.3334Z" fill="currentColor"/>
|
4
|
+
<path d="M12.6667 7.33335C12.4667 7.33335 12.3333 7.26669 12.2 7.13335L10.8667 5.80002C10.6 5.53335 10.6 5.13335 10.8667 4.86669C11.1333 4.60002 11.5333 4.60002 11.8 4.86669L11.8667 4.93335C11.4 3.20002 9.80001 2.00002 8.00001 2.00002C5.80001 2.00002 4.00001 3.80002 4.00001 6.00002C4.00001 6.40002 3.73334 6.66669 3.33334 6.66669C2.93334 6.66669 2.66667 6.40002 2.66667 6.00002C2.66667 3.06669 5.06667 0.666687 8.00001 0.666687C10.6667 0.666687 12.8667 2.60002 13.2667 5.13335L13.5333 4.86669C13.8 4.60002 14.2 4.60002 14.4667 4.86669C14.7333 5.13335 14.7333 5.53335 14.4667 5.80002L13.1333 7.13335C13 7.26669 12.8667 7.33335 12.6667 7.33335Z" fill="currentColor"/>
|
5
|
+
</svg>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M0.0318604 16V5.16323L3.06376 7.08443L0.272016 15.5797L9.96808 5.58349V10.5066L0.0318604 16Z" fill="currentColor"/>
|
3
|
-
<path d="M6.36583 7.32458L0.0318604 4.23265V0L9.45776 5.01313L6.36583 7.32458Z" fill="currentColor"/>
|
4
|
-
</svg>
|
1
|
+
<svg width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M0.0318604 16V5.16323L3.06376 7.08443L0.272016 15.5797L9.96808 5.58349V10.5066L0.0318604 16Z" fill="currentColor"/>
|
3
|
+
<path d="M6.36583 7.32458L0.0318604 4.23265V0L9.45776 5.01313L6.36583 7.32458Z" fill="currentColor"/>
|
4
|
+
</svg>
|
@@ -1,15 +1,15 @@
|
|
1
|
-
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<g clip-path="url(#clip0_290_15078)">
|
3
|
-
<path d="M8.10721 9.74726C10.6408 9.74726 12.6947 7.69337 12.6947 5.15977C12.6947 2.62616 10.6408 0.572266 8.10721 0.572266C5.57361 0.572266 3.51971 2.62616 3.51971 5.15977C3.51971 7.69337 5.57361 9.74726 8.10721 9.74726Z" fill="#036C70"/>
|
4
|
-
<path d="M11.9322 13.5854C14.2725 13.5854 16.1697 11.6882 16.1697 9.34785C16.1697 7.00755 14.2725 5.11035 11.9322 5.11035C9.5919 5.11035 7.6947 7.00755 7.6947 9.34785C7.6947 11.6882 9.5919 13.5854 11.9322 13.5854Z" fill="#1A9BA1"/>
|
5
|
-
<path d="M8.70721 16.6104C10.5021 16.6104 11.9572 15.1553 11.9572 13.3604C11.9572 11.5654 10.5021 10.1104 8.70721 10.1104C6.91229 10.1104 5.45721 11.5654 5.45721 13.3604C5.45721 15.1553 6.91229 16.6104 8.70721 16.6104Z" fill="#37C6D0"/>
|
6
|
-
<path d="M7.58223 12.748H0.957227C0.519727 12.748 0.157227 12.3855 0.157227 11.948V5.42305C0.157227 4.98555 0.519727 4.62305 0.957227 4.62305H7.58223C8.01973 4.62305 8.38223 4.98555 8.38223 5.42305V11.948C8.38223 12.3855 8.03223 12.748 7.58223 12.748Z" fill="#04878B"/>
|
7
|
-
<path d="M2.93219 10.0854C3.19469 10.2354 3.60719 10.3729 4.03219 10.3729C4.55719 10.3729 4.85719 10.1229 4.85719 9.76035C4.85719 9.42285 4.63219 9.22285 4.05719 9.01035C3.30719 8.74785 2.81969 8.34785 2.81969 7.71035C2.81969 6.97285 3.44469 6.42285 4.43219 6.42285C4.91969 6.42285 5.28219 6.53535 5.51969 6.64785L5.31969 7.31035C5.15719 7.22285 4.84469 7.09785 4.41969 7.09785C3.89469 7.09785 3.66969 7.37285 3.66969 7.63535C3.66969 7.98535 3.93219 8.13535 4.54469 8.37285C5.33219 8.67285 5.70719 9.06035 5.70719 9.69785C5.70719 10.4229 5.15719 11.0354 3.98219 11.0354C3.49469 11.0354 2.99469 10.8979 2.74469 10.7604L2.93219 10.0854Z" fill="white"/>
|
8
|
-
<path opacity="0.2" d="M8.38223 5.34766V5.42266V11.9477C8.38223 12.3852 8.01973 12.7477 7.58223 12.7477H5.49473L5.46973 13.4602H8.26973C8.70723 13.4602 9.06973 13.0977 9.06973 12.6602V6.13516C9.05723 5.73516 8.76973 5.41016 8.38223 5.34766Z" fill="black"/>
|
9
|
-
</g>
|
10
|
-
<defs>
|
11
|
-
<clipPath id="clip0_290_15078">
|
12
|
-
<rect width="16" height="16" fill="white" transform="translate(0.144714 0.597656)"/>
|
13
|
-
</clipPath>
|
14
|
-
</defs>
|
15
|
-
</svg>
|
1
|
+
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g clip-path="url(#clip0_290_15078)">
|
3
|
+
<path d="M8.10721 9.74726C10.6408 9.74726 12.6947 7.69337 12.6947 5.15977C12.6947 2.62616 10.6408 0.572266 8.10721 0.572266C5.57361 0.572266 3.51971 2.62616 3.51971 5.15977C3.51971 7.69337 5.57361 9.74726 8.10721 9.74726Z" fill="#036C70"/>
|
4
|
+
<path d="M11.9322 13.5854C14.2725 13.5854 16.1697 11.6882 16.1697 9.34785C16.1697 7.00755 14.2725 5.11035 11.9322 5.11035C9.5919 5.11035 7.6947 7.00755 7.6947 9.34785C7.6947 11.6882 9.5919 13.5854 11.9322 13.5854Z" fill="#1A9BA1"/>
|
5
|
+
<path d="M8.70721 16.6104C10.5021 16.6104 11.9572 15.1553 11.9572 13.3604C11.9572 11.5654 10.5021 10.1104 8.70721 10.1104C6.91229 10.1104 5.45721 11.5654 5.45721 13.3604C5.45721 15.1553 6.91229 16.6104 8.70721 16.6104Z" fill="#37C6D0"/>
|
6
|
+
<path d="M7.58223 12.748H0.957227C0.519727 12.748 0.157227 12.3855 0.157227 11.948V5.42305C0.157227 4.98555 0.519727 4.62305 0.957227 4.62305H7.58223C8.01973 4.62305 8.38223 4.98555 8.38223 5.42305V11.948C8.38223 12.3855 8.03223 12.748 7.58223 12.748Z" fill="#04878B"/>
|
7
|
+
<path d="M2.93219 10.0854C3.19469 10.2354 3.60719 10.3729 4.03219 10.3729C4.55719 10.3729 4.85719 10.1229 4.85719 9.76035C4.85719 9.42285 4.63219 9.22285 4.05719 9.01035C3.30719 8.74785 2.81969 8.34785 2.81969 7.71035C2.81969 6.97285 3.44469 6.42285 4.43219 6.42285C4.91969 6.42285 5.28219 6.53535 5.51969 6.64785L5.31969 7.31035C5.15719 7.22285 4.84469 7.09785 4.41969 7.09785C3.89469 7.09785 3.66969 7.37285 3.66969 7.63535C3.66969 7.98535 3.93219 8.13535 4.54469 8.37285C5.33219 8.67285 5.70719 9.06035 5.70719 9.69785C5.70719 10.4229 5.15719 11.0354 3.98219 11.0354C3.49469 11.0354 2.99469 10.8979 2.74469 10.7604L2.93219 10.0854Z" fill="white"/>
|
8
|
+
<path opacity="0.2" d="M8.38223 5.34766V5.42266V11.9477C8.38223 12.3852 8.01973 12.7477 7.58223 12.7477H5.49473L5.46973 13.4602H8.26973C8.70723 13.4602 9.06973 13.0977 9.06973 12.6602V6.13516C9.05723 5.73516 8.76973 5.41016 8.38223 5.34766Z" fill="black"/>
|
9
|
+
</g>
|
10
|
+
<defs>
|
11
|
+
<clipPath id="clip0_290_15078">
|
12
|
+
<rect width="16" height="16" fill="white" transform="translate(0.144714 0.597656)"/>
|
13
|
+
</clipPath>
|
14
|
+
</defs>
|
15
|
+
</svg>
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 10.8281C16 8.49597 14.4286 6.45837 12.2126 5.84436C12.0734 2.59814 9.38928 0 6.10938 0C2.7406 0 0 2.7406 0 6.10938C0 7.20728 0.292236 8.27625 0.847168 9.21472L0.0224609 12.1962L3.00403 11.3716C3.8667 11.8817 4.83984 12.1691 5.84424 12.2124C6.45813 14.4285 8.49585 16 10.8281 16C11.759 16 12.6643 15.7521 13.4597 15.281L15.9774 15.9774L15.281 13.4597C15.7521 12.6643 16 11.759 16 10.8281ZM3.15198 10.3579L1.36707 10.8517L1.86084 9.06677L1.74829 8.89075C1.2179 8.06091 0.9375 7.09912 0.9375 6.10938C0.9375 3.25757 3.25757 0.9375 6.10938 0.9375C8.96118 0.9375 11.2812 3.25757 11.2812 6.10938C11.2812 8.96118 8.96118 11.2812 6.10938 11.2812C5.11963 11.2812 4.15796 11.0009 3.328 10.4705L3.15198 10.3579ZM14.6329 14.6329L13.3085 14.2665L13.1316 14.3816C12.4459 14.827 11.6493 15.0625 10.8281 15.0625C8.99512 15.0625 7.3844 13.8773 6.81372 12.1779C9.62061 11.8542 11.8542 9.62061 12.178 6.8136C13.8773 7.3844 15.0625 8.99512 15.0625 10.8281C15.0625 11.6493 14.827 12.4459 14.3816 13.1316L14.2665 13.3085L14.6329 14.6329ZM6.57812 8.46875V9.40625H5.64062V8.46875H6.57812ZM6.7417 5.37952C6.93848 5.19946 7.04687 4.95374 7.04687 4.6875C7.04687 4.17053 6.62634 3.75 6.10937 3.75C5.59241 3.75 5.17187 4.17053 5.17187 4.6875H4.23437C4.23437 3.65356 5.07544 2.8125 6.10937 2.8125C7.14331 2.8125 7.98437 3.65356 7.98437 4.6875C7.98437 5.21228 7.76208 5.71655 7.37463 6.07117L6.57812 6.80017V7.53125H5.64062V6.38733L6.7417 5.37952Z" fill="currentColor"/>
|
3
|
-
</svg>
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 10.8281C16 8.49597 14.4286 6.45837 12.2126 5.84436C12.0734 2.59814 9.38928 0 6.10938 0C2.7406 0 0 2.7406 0 6.10938C0 7.20728 0.292236 8.27625 0.847168 9.21472L0.0224609 12.1962L3.00403 11.3716C3.8667 11.8817 4.83984 12.1691 5.84424 12.2124C6.45813 14.4285 8.49585 16 10.8281 16C11.759 16 12.6643 15.7521 13.4597 15.281L15.9774 15.9774L15.281 13.4597C15.7521 12.6643 16 11.759 16 10.8281ZM3.15198 10.3579L1.36707 10.8517L1.86084 9.06677L1.74829 8.89075C1.2179 8.06091 0.9375 7.09912 0.9375 6.10938C0.9375 3.25757 3.25757 0.9375 6.10938 0.9375C8.96118 0.9375 11.2812 3.25757 11.2812 6.10938C11.2812 8.96118 8.96118 11.2812 6.10938 11.2812C5.11963 11.2812 4.15796 11.0009 3.328 10.4705L3.15198 10.3579ZM14.6329 14.6329L13.3085 14.2665L13.1316 14.3816C12.4459 14.827 11.6493 15.0625 10.8281 15.0625C8.99512 15.0625 7.3844 13.8773 6.81372 12.1779C9.62061 11.8542 11.8542 9.62061 12.178 6.8136C13.8773 7.3844 15.0625 8.99512 15.0625 10.8281C15.0625 11.6493 14.827 12.4459 14.3816 13.1316L14.2665 13.3085L14.6329 14.6329ZM6.57812 8.46875V9.40625H5.64062V8.46875H6.57812ZM6.7417 5.37952C6.93848 5.19946 7.04687 4.95374 7.04687 4.6875C7.04687 4.17053 6.62634 3.75 6.10937 3.75C5.59241 3.75 5.17187 4.17053 5.17187 4.6875H4.23437C4.23437 3.65356 5.07544 2.8125 6.10937 2.8125C7.14331 2.8125 7.98437 3.65356 7.98437 4.6875C7.98437 5.21228 7.76208 5.71655 7.37463 6.07117L6.57812 6.80017V7.53125H5.64062V6.38733L6.7417 5.37952Z" fill="currentColor"/>
|
3
|
+
</svg>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M14 7C14 10.866 10.866 14 7 14C3.13401 14 0 10.866 0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7ZM1.75 7C1.75 9.8995 4.1005 12.25 7 12.25C9.8995 12.25 12.25 9.8995 12.25 7C12.25 4.1005 9.8995 1.75 7 1.75C4.1005 1.75 1.75 4.1005 1.75 7Z" fill="currentColor"/>
|
3
|
-
<path d="M1 7C1 6.44772 1.44772 6 2 6H12C12.5523 6 13 6.44772 13 7C13 7.55228 12.5523 8 12 8H2C1.44772 8 1 7.55228 1 7Z" fill="currentColor"/>
|
4
|
-
</svg>
|
1
|
+
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M14 7C14 10.866 10.866 14 7 14C3.13401 14 0 10.866 0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7ZM1.75 7C1.75 9.8995 4.1005 12.25 7 12.25C9.8995 12.25 12.25 9.8995 12.25 7C12.25 4.1005 9.8995 1.75 7 1.75C4.1005 1.75 1.75 4.1005 1.75 7Z" fill="currentColor"/>
|
3
|
+
<path d="M1 7C1 6.44772 1.44772 6 2 6H12C12.5523 6 13 6.44772 13 7C13 7.55228 12.5523 8 12 8H2C1.44772 8 1 7.55228 1 7Z" fill="currentColor"/>
|
4
|
+
</svg>
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.470588 15.5294V15.0588H0V16H0.941176V15.5294H0.470588ZM0.941176 8.23529V7.76471H1.41176V8.23529H0.941176ZM1.88235 7.76471V8.23529H2.35294V7.76471H1.88235ZM3.05882 8.23529V7.76471H3.52941V8.23529H3.05882ZM4.23529 7.76471V8.23529H4.70588V7.76471H4.23529ZM8.94118 8.23529V7.76471H9.41177V8.23529H8.94118ZM10.1176 7.76471V8.23529H10.5882V7.76471H10.1176ZM11.2941 8.23529V7.76471H11.7647V8.23529H11.2941ZM13.6471 8.23529V7.76471H14.1176V8.23529H13.6471ZM14.5882 7.76471V8.23529H15.0588V7.76471H14.5882ZM12.4706 8.23529V7.76471H12.9412V8.23529H12.4706ZM6.58824 8.23529V7.76471H7.05882V8.23529H6.58824ZM5.41176 7.76471V8.23529H5.88235V7.76471H5.41176ZM7.76471 7.76471V8.23529H8.23529V7.76471H7.76471ZM7.76471 11.7647V11.2941H8.23529V11.7647H7.76471ZM7.76471 13.6471V14.1176H8.23529V13.6471H7.76471ZM7.76471 15.0588V14.5882H8.23529V15.0588H7.76471ZM7.76471 12.4706V12.9412H8.23529V12.4706H7.76471ZM7.76471 10.5882V10.1176H8.23529V10.5882H7.76471ZM7.76471 8.94118V9.41176H8.23529V8.94118H7.76471ZM7.76471 4.70588V4.23529H8.23529V4.70588H7.76471ZM7.76471 6.58823V7.05882H8.23529V6.58823H7.76471ZM7.76471 5.88235V5.41176H8.23529V5.88235H7.76471ZM7.76471 3.05882V3.52941H8.23529V3.05882H7.76471ZM7.76471 2.35294V1.88235H8.23529V2.35294H7.76471ZM7.76471 0.941176V1.41177H8.23529V0.941176H7.76471ZM15.5294 15.0588V15.5294H15.0588V16H16V15.0588H15.5294ZM0 4.70588V4.23529H0.470588V4.70588H0ZM15.5294 4.23534V4.70593H16V4.23534H15.5294ZM0 2.35294V1.88235H0.470588V2.35294H0ZM15.5294 1.88232V2.35291H16V1.88232H15.5294ZM0 3.52941V3.05882H0.470588V3.52941H0ZM15.5294 3.05883V3.52942H16V3.05883H15.5294ZM0 5.88235V5.41176H0.470588V5.88235H0ZM15.5294 5.41174V5.88232H16V5.41174H15.5294ZM0 7.05882V6.58823H0.470588V7.05882H0ZM15.5294 6.58825V7.05884H16V6.58825H15.5294ZM0 11.7647V11.2941H0.470588V11.7647H0ZM15.5294 11.2941V11.7646H16V11.2941H15.5294ZM0 9.41176V8.94118H0.470588V9.41176H0ZM15.5294 8.94115V9.41174H16V8.94115H15.5294ZM0 10.5882V10.1176H0.470588V10.5882H0ZM15.5294 10.1177V10.5883H16V10.1177H15.5294ZM0 12.9412V12.4706H0.470588V12.9412H0ZM15.5294 12.4706V12.9412H16V12.4706H15.5294ZM0 14.1176V13.6471H0.470588V14.1176H0ZM15.5294 13.6471V14.1177H16V13.6471H15.5294ZM0 8.23529V7.76471H0.470588V8.23529H0ZM15.5294 7.76476V8.23535H16V7.76476H15.5294ZM11.2941 0.470589V0H11.7647V0.470589H11.2941ZM13.6471 0V0.470589H14.1176V0H13.6471ZM12.4706 0.470589V0H12.9412V0.470589H12.4706ZM10.1176 0V0.470589H10.5882V0H10.1176ZM8.94118 0.470589V0H9.41177V0.470589H8.94118ZM4.23529 0V0.470589H4.70588V0H4.23529ZM6.58824 0.470589V0H7.05882V0.470589H6.58824ZM5.41176 0V0.470589H5.88235V0H5.41176ZM3.05882 0.470589V0H3.52941V0.470589H3.05882ZM1.88235 0V0.470589H2.35294V0H1.88235ZM7.76471 0.470589V0H8.23529V0.470589H7.76471ZM11.2941 15.5294V16H11.7647V15.5294H11.2941ZM13.6471 16V15.5294H14.1176V16H13.6471ZM12.4706 15.5294V16H12.9412V15.5294H12.4706ZM10.1176 16V15.5294H10.5882V16H10.1176ZM8.94118 15.5294V16H9.41177V15.5294H8.94118ZM4.23529 16V15.5294H4.70588V16H4.23529ZM6.58824 15.5294V16H7.05882V15.5294H6.58824ZM5.41176 16V15.5294H5.88235V16H5.41176ZM3.05882 15.5294V16H3.52941V15.5294H3.05882ZM1.88235 16V15.5294H2.35294V16H1.88235ZM7.76471 15.5294V16H8.23529V15.5294H7.76471ZM0 0.941176H0.470588V0.470588H0.941176V0H0V0.941176ZM15.5294 0.941162H16V-1.52588e-05H15.0588V0.470573H15.5294V0.941162Z" fill="currentColor"/>
|
3
|
-
</svg>
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.470588 15.5294V15.0588H0V16H0.941176V15.5294H0.470588ZM0.941176 8.23529V7.76471H1.41176V8.23529H0.941176ZM1.88235 7.76471V8.23529H2.35294V7.76471H1.88235ZM3.05882 8.23529V7.76471H3.52941V8.23529H3.05882ZM4.23529 7.76471V8.23529H4.70588V7.76471H4.23529ZM8.94118 8.23529V7.76471H9.41177V8.23529H8.94118ZM10.1176 7.76471V8.23529H10.5882V7.76471H10.1176ZM11.2941 8.23529V7.76471H11.7647V8.23529H11.2941ZM13.6471 8.23529V7.76471H14.1176V8.23529H13.6471ZM14.5882 7.76471V8.23529H15.0588V7.76471H14.5882ZM12.4706 8.23529V7.76471H12.9412V8.23529H12.4706ZM6.58824 8.23529V7.76471H7.05882V8.23529H6.58824ZM5.41176 7.76471V8.23529H5.88235V7.76471H5.41176ZM7.76471 7.76471V8.23529H8.23529V7.76471H7.76471ZM7.76471 11.7647V11.2941H8.23529V11.7647H7.76471ZM7.76471 13.6471V14.1176H8.23529V13.6471H7.76471ZM7.76471 15.0588V14.5882H8.23529V15.0588H7.76471ZM7.76471 12.4706V12.9412H8.23529V12.4706H7.76471ZM7.76471 10.5882V10.1176H8.23529V10.5882H7.76471ZM7.76471 8.94118V9.41176H8.23529V8.94118H7.76471ZM7.76471 4.70588V4.23529H8.23529V4.70588H7.76471ZM7.76471 6.58823V7.05882H8.23529V6.58823H7.76471ZM7.76471 5.88235V5.41176H8.23529V5.88235H7.76471ZM7.76471 3.05882V3.52941H8.23529V3.05882H7.76471ZM7.76471 2.35294V1.88235H8.23529V2.35294H7.76471ZM7.76471 0.941176V1.41177H8.23529V0.941176H7.76471ZM15.5294 15.0588V15.5294H15.0588V16H16V15.0588H15.5294ZM0 4.70588V4.23529H0.470588V4.70588H0ZM15.5294 4.23534V4.70593H16V4.23534H15.5294ZM0 2.35294V1.88235H0.470588V2.35294H0ZM15.5294 1.88232V2.35291H16V1.88232H15.5294ZM0 3.52941V3.05882H0.470588V3.52941H0ZM15.5294 3.05883V3.52942H16V3.05883H15.5294ZM0 5.88235V5.41176H0.470588V5.88235H0ZM15.5294 5.41174V5.88232H16V5.41174H15.5294ZM0 7.05882V6.58823H0.470588V7.05882H0ZM15.5294 6.58825V7.05884H16V6.58825H15.5294ZM0 11.7647V11.2941H0.470588V11.7647H0ZM15.5294 11.2941V11.7646H16V11.2941H15.5294ZM0 9.41176V8.94118H0.470588V9.41176H0ZM15.5294 8.94115V9.41174H16V8.94115H15.5294ZM0 10.5882V10.1176H0.470588V10.5882H0ZM15.5294 10.1177V10.5883H16V10.1177H15.5294ZM0 12.9412V12.4706H0.470588V12.9412H0ZM15.5294 12.4706V12.9412H16V12.4706H15.5294ZM0 14.1176V13.6471H0.470588V14.1176H0ZM15.5294 13.6471V14.1177H16V13.6471H15.5294ZM0 8.23529V7.76471H0.470588V8.23529H0ZM15.5294 7.76476V8.23535H16V7.76476H15.5294ZM11.2941 0.470589V0H11.7647V0.470589H11.2941ZM13.6471 0V0.470589H14.1176V0H13.6471ZM12.4706 0.470589V0H12.9412V0.470589H12.4706ZM10.1176 0V0.470589H10.5882V0H10.1176ZM8.94118 0.470589V0H9.41177V0.470589H8.94118ZM4.23529 0V0.470589H4.70588V0H4.23529ZM6.58824 0.470589V0H7.05882V0.470589H6.58824ZM5.41176 0V0.470589H5.88235V0H5.41176ZM3.05882 0.470589V0H3.52941V0.470589H3.05882ZM1.88235 0V0.470589H2.35294V0H1.88235ZM7.76471 0.470589V0H8.23529V0.470589H7.76471ZM11.2941 15.5294V16H11.7647V15.5294H11.2941ZM13.6471 16V15.5294H14.1176V16H13.6471ZM12.4706 15.5294V16H12.9412V15.5294H12.4706ZM10.1176 16V15.5294H10.5882V16H10.1176ZM8.94118 15.5294V16H9.41177V15.5294H8.94118ZM4.23529 16V15.5294H4.70588V16H4.23529ZM6.58824 15.5294V16H7.05882V15.5294H6.58824ZM5.41176 16V15.5294H5.88235V16H5.41176ZM3.05882 15.5294V16H3.52941V15.5294H3.05882ZM1.88235 16V15.5294H2.35294V16H1.88235ZM7.76471 15.5294V16H8.23529V15.5294H7.76471ZM0 0.941176H0.470588V0.470588H0.941176V0H0V0.941176ZM15.5294 0.941162H16V-1.52588e-05H15.0588V0.470573H15.5294V0.941162Z" fill="currentColor"/>
|
3
|
+
</svg>
|
@@ -1,13 +1,13 @@
|
|
1
|
-
<svg width="120" height="120" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M97.5 22.5H82.5C79.7421 22.4918 77.5083 20.258 77.5001 17.5001V2.50008L97.5 22.5Z" fill="currentColor"/>
|
3
|
-
<path d="M97.5 22.5V112.5C97.4918 115.258 95.258 117.492 92.5001 117.5H12.4999C9.74203 117.492 7.5082 115.258 7.5 112.5V7.5C7.5082 4.74211 9.74203 2.50828 12.4999 2.50008H77.4998V17.5001C77.5083 20.258 79.7421 22.4918 82.5 22.5H97.5Z" fill="white"/>
|
4
|
-
<path d="M82.5 100C99.0685 100 112.5 86.5686 112.5 70.0001C112.5 53.4315 99.0685 40.0001 82.5 40.0001C65.9315 40.0001 52.5 53.4315 52.5 70.0001C52.5 86.5686 65.9315 100 82.5 100Z" fill="#FDFAFF"/>
|
5
|
-
<path d="M95.0716 58.5714H74.5001C72.6066 58.5714 71.0716 60.1064 71.0716 62V82.5714C71.0716 84.4649 72.6066 86 74.5001 86H95.0716C96.9651 86 98.5001 84.4649 98.5001 82.5714V62C98.5001 60.1064 96.9651 58.5714 95.0716 58.5714Z" fill="currentColor"/>
|
6
|
-
<path d="M90.5001 54H69.9286C68.0351 54 66.5001 55.535 66.5001 57.4285V78C66.5001 79.8935 68.0351 81.4285 69.9286 81.4285H90.5001C92.3936 81.4285 93.9286 79.8935 93.9286 78V57.4285C93.9286 55.535 92.3936 54 90.5001 54Z" fill="currentColor"/>
|
7
|
-
<path d="M87.0717 66.5714H81.3574V60.8571C81.3574 60.554 81.237 60.2633 81.0226 60.049C80.8083 59.8347 80.5176 59.7142 80.2145 59.7142C79.9114 59.7142 79.6207 59.8347 79.4064 60.049C79.1921 60.2633 79.0717 60.554 79.0717 60.8571V66.5714H73.3574C73.0543 66.5714 72.7636 66.6918 72.5493 66.9061C72.3349 67.1205 72.2145 67.4111 72.2145 67.7142C72.2145 68.0174 72.3349 68.308 72.5493 68.5224C72.7636 68.7367 73.0543 68.8571 73.3574 68.8571H79.0717V74.5714C79.0717 74.8745 79.1921 75.1652 79.4064 75.3795C79.6207 75.5938 79.9114 75.7142 80.2145 75.7142C80.5176 75.7142 80.8083 75.5938 81.0226 75.3795C81.237 75.1652 81.3574 74.8745 81.3574 74.5714V68.8571H87.0717C87.3748 68.8571 87.6655 68.7367 87.8798 68.5224C88.0941 68.308 88.2145 68.0174 88.2145 67.7142C88.2145 67.4111 88.0941 67.1205 87.8798 66.9061C87.6655 66.6918 87.3748 66.5714 87.0717 66.5714Z" fill="#F5F5F5"/>
|
8
|
-
<path d="M19.9999 15H45V19.9999H19.9999V15Z" fill="currentColor"/>
|
9
|
-
<path d="M19.9999 25.0001H24.9998V30H19.9999V25.0001Z" fill="currentColor"/>
|
10
|
-
<path d="M30 25.0001H34.9999V30H30V25.0001Z" fill="currentColor"/>
|
11
|
-
<path d="M94.9999 112.5C94.9999 113.881 93.8805 115 92.4998 115H12.4999C11.1192 115 9.99983 113.881 9.99983 112.5V7.5C9.99983 6.1193 11.1192 4.99992 12.4999 4.99992H75V17.4998C75 21.642 78.3579 24.9998 82.5 24.9998H87.4999V19.9999H82.5C81.1193 19.9999 79.9999 18.8805 79.9999 17.4998V8.535L94.9999 23.535V32.5001H99.9998V22.5C99.9996 21.837 99.7362 21.2013 99.2674 20.7326L79.2675 0.732422C78.7987 0.263438 78.1629 0 77.5001 0H12.4999C8.3578 0 4.99991 3.35789 4.99991 7.5V112.5C4.99991 116.642 8.3578 120 12.4999 120H92.4998C96.6419 120 99.9998 116.642 99.9998 112.5V107.5H94.9999V112.5Z" fill="currentColor"/>
|
12
|
-
<path d="M82.5 37.5C64.5508 37.5 49.9999 52.0507 49.9999 70.0001C49.9999 87.9495 64.5508 102.5 82.5 102.5C100.449 102.5 115 87.9492 115 69.9998C114.979 52.0594 100.441 37.5206 82.5 37.5ZM82.5 97.5C67.3123 97.5 55.0001 85.1878 55.0001 70.0001C55.0001 54.8123 67.3123 42.4999 82.5 42.4999C97.6877 42.4999 110 54.8121 110 69.9998C109.982 85.1803 97.6805 97.4822 82.5 97.5Z" fill="currentColor"/>
|
13
|
-
</svg>
|
1
|
+
<svg width="120" height="120" viewBox="0 0 120 120" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M97.5 22.5H82.5C79.7421 22.4918 77.5083 20.258 77.5001 17.5001V2.50008L97.5 22.5Z" fill="currentColor"/>
|
3
|
+
<path d="M97.5 22.5V112.5C97.4918 115.258 95.258 117.492 92.5001 117.5H12.4999C9.74203 117.492 7.5082 115.258 7.5 112.5V7.5C7.5082 4.74211 9.74203 2.50828 12.4999 2.50008H77.4998V17.5001C77.5083 20.258 79.7421 22.4918 82.5 22.5H97.5Z" fill="white"/>
|
4
|
+
<path d="M82.5 100C99.0685 100 112.5 86.5686 112.5 70.0001C112.5 53.4315 99.0685 40.0001 82.5 40.0001C65.9315 40.0001 52.5 53.4315 52.5 70.0001C52.5 86.5686 65.9315 100 82.5 100Z" fill="#FDFAFF"/>
|
5
|
+
<path d="M95.0716 58.5714H74.5001C72.6066 58.5714 71.0716 60.1064 71.0716 62V82.5714C71.0716 84.4649 72.6066 86 74.5001 86H95.0716C96.9651 86 98.5001 84.4649 98.5001 82.5714V62C98.5001 60.1064 96.9651 58.5714 95.0716 58.5714Z" fill="currentColor"/>
|
6
|
+
<path d="M90.5001 54H69.9286C68.0351 54 66.5001 55.535 66.5001 57.4285V78C66.5001 79.8935 68.0351 81.4285 69.9286 81.4285H90.5001C92.3936 81.4285 93.9286 79.8935 93.9286 78V57.4285C93.9286 55.535 92.3936 54 90.5001 54Z" fill="currentColor"/>
|
7
|
+
<path d="M87.0717 66.5714H81.3574V60.8571C81.3574 60.554 81.237 60.2633 81.0226 60.049C80.8083 59.8347 80.5176 59.7142 80.2145 59.7142C79.9114 59.7142 79.6207 59.8347 79.4064 60.049C79.1921 60.2633 79.0717 60.554 79.0717 60.8571V66.5714H73.3574C73.0543 66.5714 72.7636 66.6918 72.5493 66.9061C72.3349 67.1205 72.2145 67.4111 72.2145 67.7142C72.2145 68.0174 72.3349 68.308 72.5493 68.5224C72.7636 68.7367 73.0543 68.8571 73.3574 68.8571H79.0717V74.5714C79.0717 74.8745 79.1921 75.1652 79.4064 75.3795C79.6207 75.5938 79.9114 75.7142 80.2145 75.7142C80.5176 75.7142 80.8083 75.5938 81.0226 75.3795C81.237 75.1652 81.3574 74.8745 81.3574 74.5714V68.8571H87.0717C87.3748 68.8571 87.6655 68.7367 87.8798 68.5224C88.0941 68.308 88.2145 68.0174 88.2145 67.7142C88.2145 67.4111 88.0941 67.1205 87.8798 66.9061C87.6655 66.6918 87.3748 66.5714 87.0717 66.5714Z" fill="#F5F5F5"/>
|
8
|
+
<path d="M19.9999 15H45V19.9999H19.9999V15Z" fill="currentColor"/>
|
9
|
+
<path d="M19.9999 25.0001H24.9998V30H19.9999V25.0001Z" fill="currentColor"/>
|
10
|
+
<path d="M30 25.0001H34.9999V30H30V25.0001Z" fill="currentColor"/>
|
11
|
+
<path d="M94.9999 112.5C94.9999 113.881 93.8805 115 92.4998 115H12.4999C11.1192 115 9.99983 113.881 9.99983 112.5V7.5C9.99983 6.1193 11.1192 4.99992 12.4999 4.99992H75V17.4998C75 21.642 78.3579 24.9998 82.5 24.9998H87.4999V19.9999H82.5C81.1193 19.9999 79.9999 18.8805 79.9999 17.4998V8.535L94.9999 23.535V32.5001H99.9998V22.5C99.9996 21.837 99.7362 21.2013 99.2674 20.7326L79.2675 0.732422C78.7987 0.263438 78.1629 0 77.5001 0H12.4999C8.3578 0 4.99991 3.35789 4.99991 7.5V112.5C4.99991 116.642 8.3578 120 12.4999 120H92.4998C96.6419 120 99.9998 116.642 99.9998 112.5V107.5H94.9999V112.5Z" fill="currentColor"/>
|
12
|
+
<path d="M82.5 37.5C64.5508 37.5 49.9999 52.0507 49.9999 70.0001C49.9999 87.9495 64.5508 102.5 82.5 102.5C100.449 102.5 115 87.9492 115 69.9998C114.979 52.0594 100.441 37.5206 82.5 37.5ZM82.5 97.5C67.3123 97.5 55.0001 85.1878 55.0001 70.0001C55.0001 54.8123 67.3123 42.4999 82.5 42.4999C97.6877 42.4999 110 54.8121 110 69.9998C109.982 85.1803 97.6805 97.4822 82.5 97.5Z" fill="currentColor"/>
|
13
|
+
</svg>
|
@@ -1,22 +1,22 @@
|
|
1
|
-
<svg width="121" height="121" viewBox="0 0 121 121" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<g clip-path="url(#clip0_5382_30932)">
|
3
|
-
<path d="M58.9145 5.52071H13.7748C7.73823 5.52071 2.84479 10.387 2.84479 16.3895V97.0915C2.84479 103.094 7.73823 107.96 13.7748 107.96H65.9273C71.9638 107.96 76.8572 103.094 76.8572 97.0915V26.2608L58.9145 5.52071Z" fill="white"/>
|
4
|
-
<path d="M76.857 35.818C76.2387 35.787 75.6178 35.7713 74.9944 35.7713C65.2515 35.7713 56.0944 39.5718 49.2101 46.4728C35.0342 60.6834 35.0342 83.8055 49.2101 98.0161C54.2205 103.039 60.4347 106.419 67.2025 107.887C72.6381 107.259 76.857 102.665 76.857 97.0915V35.818Z" fill="white"/>
|
5
|
-
<path d="M58.9146 26.2608H76.857L58.9146 5.52071V26.2608Z" fill="white"/>
|
6
|
-
<path d="M47.6293 86.3579L45.3719 93.4883H20.2798V79.2273H39.2461L45.9098 82.35L47.6293 86.3579Z" fill="#9E30B0"/>
|
7
|
-
<path d="M45.3719 93.4883H61.234V79.2273H39.2461C40.2209 84.2719 42.2628 89.1483 45.3719 93.4883Z" fill="#9E30B0"/>
|
8
|
-
<path d="M74.9941 98.2046C89.2966 98.2046 100.891 86.5819 100.891 72.2446C100.891 57.9073 89.2966 46.2846 74.9941 46.2846C60.6916 46.2846 49.0972 57.9073 49.0972 72.2446C49.0972 86.5819 60.6916 98.2046 74.9941 98.2046Z" fill="#8D359C"/>
|
9
|
-
<path d="M116.66 113.971C114.656 115.98 111.403 115.982 109.397 113.975L96.1038 100.679L103.359 93.4056L116.656 106.706C118.661 108.712 118.663 111.964 116.66 113.971Z" fill="#71347B"/>
|
10
|
-
<path d="M56.8663 55.4009H20.2799C18.9854 55.4009 17.936 54.3516 17.936 53.0571C17.936 51.7626 18.9854 50.7132 20.2799 50.7132H56.8665C58.161 50.7132 59.2104 51.7626 59.2104 53.0571C59.2104 54.3516 58.1608 55.4009 56.8663 55.4009Z" fill="#71347B"/>
|
11
|
-
<path d="M49.7692 67.2698H20.2799C18.9854 67.2698 17.936 66.2205 17.936 64.926C17.936 63.6315 18.9854 62.5821 20.2799 62.5821H49.7692C51.0637 62.5821 52.113 63.6315 52.113 64.926C52.113 66.2205 51.0637 67.2698 49.7692 67.2698Z" fill="#71347B"/>
|
12
|
-
<path d="M61.2338 43.532H20.2799C18.9854 43.532 17.936 42.4826 17.936 41.1881C17.936 39.8937 18.9854 38.8443 20.2799 38.8443H61.2338C62.5283 38.8443 63.5776 39.8937 63.5776 41.1881C63.5776 42.4826 62.5283 43.532 61.2338 43.532Z" fill="#71347B"/>
|
13
|
-
<path d="M43.9835 31.6631H20.2799C18.9854 31.6631 17.936 30.6137 17.936 29.3192C17.936 28.0247 18.9854 26.9754 20.2799 26.9754H43.9835C45.278 26.9754 46.3273 28.0247 46.3273 29.3192C46.3273 30.6137 45.278 31.6631 43.9835 31.6631Z" fill="#71347B"/>
|
14
|
-
<path d="M118.314 105.049L105.017 91.7485C104.577 91.3088 103.981 91.0618 103.359 91.0618H103.358C102.736 91.062 102.139 91.3097 101.7 91.7504L99.7316 93.7234L96.5492 90.5332C105.945 79.4258 105.417 62.7101 94.9654 52.2327C90.6362 47.8929 85.1483 45.1354 79.2009 44.2506V26.2608C79.2009 25.6976 78.9981 25.1531 78.6294 24.7274L60.687 3.98738C60.2419 3.47268 59.595 3.17689 58.9143 3.17689H13.7748C6.45547 3.17689 0.500977 9.10419 0.500977 16.3895V97.0915C0.500977 104.377 6.45547 110.304 13.7748 110.304H65.9271C72.0297 110.304 77.3506 106.084 78.8066 100.294C84.1381 99.5778 89.1148 97.3613 93.2385 93.8519L96.4207 97.042L94.4444 99.0233C93.531 99.9388 93.5317 101.421 94.446 102.336L107.739 115.632C109.152 117.045 111.029 117.823 113.026 117.823H113.03C115.029 117.822 116.907 117.042 118.319 115.626C121.23 112.709 121.228 107.964 118.314 105.049ZM91.6468 88.9457C87.1985 93.4049 81.2845 95.8607 74.9941 95.8607C68.704 95.8607 62.7901 93.4049 58.3417 88.9457C49.1551 79.7366 49.1551 64.7525 58.3417 55.5434C62.7901 51.0843 68.704 48.6284 74.9941 48.6284C81.2843 48.6284 87.1985 51.0843 91.6468 55.5434C100.833 64.7525 100.833 79.7366 91.6468 88.9457ZM65.9271 105.616H13.7748C9.04048 105.616 5.18863 101.792 5.18863 97.0915V16.3895C5.18863 11.6887 9.04048 7.86454 13.7748 7.86454H57.8432L74.5134 27.1339V43.9447C67.1489 44.0671 60.244 46.9992 55.0233 52.2327C44.0155 63.2672 44.0155 81.2219 55.0233 92.2564C60.0719 97.3174 66.6956 100.226 73.7868 100.523C72.4406 103.538 69.3772 105.616 65.9271 105.616ZM115.001 112.316C114.474 112.844 113.774 113.135 113.028 113.135H113.027C112.282 113.135 111.581 112.845 111.054 112.318L99.4161 100.677L103.361 96.7226L114.999 108.363C116.088 109.453 116.089 111.225 115.001 112.316Z" fill="#71347B"/>
|
15
|
-
<path d="M78.2987 72.2446L83.0537 67.4603C83.9661 66.5423 83.9617 65.0582 83.0436 64.1457C82.1257 63.2333 80.6416 63.2377 79.7289 64.1558L74.9942 68.9196L70.2594 64.1558C69.3465 63.2375 67.8626 63.2333 66.9448 64.1457C66.0267 65.0584 66.022 66.5423 66.9347 67.4603L71.6896 72.2446L66.9347 77.0288C66.0222 77.9469 66.0267 79.431 66.9448 80.3434C67.402 80.7979 67.9995 81.0248 68.5969 81.0248C69.199 81.0248 69.8014 80.7941 70.2594 80.3331L74.9942 75.5693L79.7289 80.3331C80.1872 80.7941 80.789 81.0248 81.3914 81.0248C81.9889 81.0248 82.5865 80.7977 83.0436 80.3434C83.9617 79.4307 83.9663 77.9469 83.0537 77.0288L78.2987 72.2446Z" fill="white"/>
|
16
|
-
</g>
|
17
|
-
<defs>
|
18
|
-
<clipPath id="clip0_5382_30932">
|
19
|
-
<rect width="120" height="120" fill="white" transform="translate(0.500977 0.5)"/>
|
20
|
-
</clipPath>
|
21
|
-
</defs>
|
22
|
-
</svg>
|
1
|
+
<svg width="121" height="121" viewBox="0 0 121 121" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g clip-path="url(#clip0_5382_30932)">
|
3
|
+
<path d="M58.9145 5.52071H13.7748C7.73823 5.52071 2.84479 10.387 2.84479 16.3895V97.0915C2.84479 103.094 7.73823 107.96 13.7748 107.96H65.9273C71.9638 107.96 76.8572 103.094 76.8572 97.0915V26.2608L58.9145 5.52071Z" fill="white"/>
|
4
|
+
<path d="M76.857 35.818C76.2387 35.787 75.6178 35.7713 74.9944 35.7713C65.2515 35.7713 56.0944 39.5718 49.2101 46.4728C35.0342 60.6834 35.0342 83.8055 49.2101 98.0161C54.2205 103.039 60.4347 106.419 67.2025 107.887C72.6381 107.259 76.857 102.665 76.857 97.0915V35.818Z" fill="white"/>
|
5
|
+
<path d="M58.9146 26.2608H76.857L58.9146 5.52071V26.2608Z" fill="white"/>
|
6
|
+
<path d="M47.6293 86.3579L45.3719 93.4883H20.2798V79.2273H39.2461L45.9098 82.35L47.6293 86.3579Z" fill="#9E30B0"/>
|
7
|
+
<path d="M45.3719 93.4883H61.234V79.2273H39.2461C40.2209 84.2719 42.2628 89.1483 45.3719 93.4883Z" fill="#9E30B0"/>
|
8
|
+
<path d="M74.9941 98.2046C89.2966 98.2046 100.891 86.5819 100.891 72.2446C100.891 57.9073 89.2966 46.2846 74.9941 46.2846C60.6916 46.2846 49.0972 57.9073 49.0972 72.2446C49.0972 86.5819 60.6916 98.2046 74.9941 98.2046Z" fill="#8D359C"/>
|
9
|
+
<path d="M116.66 113.971C114.656 115.98 111.403 115.982 109.397 113.975L96.1038 100.679L103.359 93.4056L116.656 106.706C118.661 108.712 118.663 111.964 116.66 113.971Z" fill="#71347B"/>
|
10
|
+
<path d="M56.8663 55.4009H20.2799C18.9854 55.4009 17.936 54.3516 17.936 53.0571C17.936 51.7626 18.9854 50.7132 20.2799 50.7132H56.8665C58.161 50.7132 59.2104 51.7626 59.2104 53.0571C59.2104 54.3516 58.1608 55.4009 56.8663 55.4009Z" fill="#71347B"/>
|
11
|
+
<path d="M49.7692 67.2698H20.2799C18.9854 67.2698 17.936 66.2205 17.936 64.926C17.936 63.6315 18.9854 62.5821 20.2799 62.5821H49.7692C51.0637 62.5821 52.113 63.6315 52.113 64.926C52.113 66.2205 51.0637 67.2698 49.7692 67.2698Z" fill="#71347B"/>
|
12
|
+
<path d="M61.2338 43.532H20.2799C18.9854 43.532 17.936 42.4826 17.936 41.1881C17.936 39.8937 18.9854 38.8443 20.2799 38.8443H61.2338C62.5283 38.8443 63.5776 39.8937 63.5776 41.1881C63.5776 42.4826 62.5283 43.532 61.2338 43.532Z" fill="#71347B"/>
|
13
|
+
<path d="M43.9835 31.6631H20.2799C18.9854 31.6631 17.936 30.6137 17.936 29.3192C17.936 28.0247 18.9854 26.9754 20.2799 26.9754H43.9835C45.278 26.9754 46.3273 28.0247 46.3273 29.3192C46.3273 30.6137 45.278 31.6631 43.9835 31.6631Z" fill="#71347B"/>
|
14
|
+
<path d="M118.314 105.049L105.017 91.7485C104.577 91.3088 103.981 91.0618 103.359 91.0618H103.358C102.736 91.062 102.139 91.3097 101.7 91.7504L99.7316 93.7234L96.5492 90.5332C105.945 79.4258 105.417 62.7101 94.9654 52.2327C90.6362 47.8929 85.1483 45.1354 79.2009 44.2506V26.2608C79.2009 25.6976 78.9981 25.1531 78.6294 24.7274L60.687 3.98738C60.2419 3.47268 59.595 3.17689 58.9143 3.17689H13.7748C6.45547 3.17689 0.500977 9.10419 0.500977 16.3895V97.0915C0.500977 104.377 6.45547 110.304 13.7748 110.304H65.9271C72.0297 110.304 77.3506 106.084 78.8066 100.294C84.1381 99.5778 89.1148 97.3613 93.2385 93.8519L96.4207 97.042L94.4444 99.0233C93.531 99.9388 93.5317 101.421 94.446 102.336L107.739 115.632C109.152 117.045 111.029 117.823 113.026 117.823H113.03C115.029 117.822 116.907 117.042 118.319 115.626C121.23 112.709 121.228 107.964 118.314 105.049ZM91.6468 88.9457C87.1985 93.4049 81.2845 95.8607 74.9941 95.8607C68.704 95.8607 62.7901 93.4049 58.3417 88.9457C49.1551 79.7366 49.1551 64.7525 58.3417 55.5434C62.7901 51.0843 68.704 48.6284 74.9941 48.6284C81.2843 48.6284 87.1985 51.0843 91.6468 55.5434C100.833 64.7525 100.833 79.7366 91.6468 88.9457ZM65.9271 105.616H13.7748C9.04048 105.616 5.18863 101.792 5.18863 97.0915V16.3895C5.18863 11.6887 9.04048 7.86454 13.7748 7.86454H57.8432L74.5134 27.1339V43.9447C67.1489 44.0671 60.244 46.9992 55.0233 52.2327C44.0155 63.2672 44.0155 81.2219 55.0233 92.2564C60.0719 97.3174 66.6956 100.226 73.7868 100.523C72.4406 103.538 69.3772 105.616 65.9271 105.616ZM115.001 112.316C114.474 112.844 113.774 113.135 113.028 113.135H113.027C112.282 113.135 111.581 112.845 111.054 112.318L99.4161 100.677L103.361 96.7226L114.999 108.363C116.088 109.453 116.089 111.225 115.001 112.316Z" fill="#71347B"/>
|
15
|
+
<path d="M78.2987 72.2446L83.0537 67.4603C83.9661 66.5423 83.9617 65.0582 83.0436 64.1457C82.1257 63.2333 80.6416 63.2377 79.7289 64.1558L74.9942 68.9196L70.2594 64.1558C69.3465 63.2375 67.8626 63.2333 66.9448 64.1457C66.0267 65.0584 66.022 66.5423 66.9347 67.4603L71.6896 72.2446L66.9347 77.0288C66.0222 77.9469 66.0267 79.431 66.9448 80.3434C67.402 80.7979 67.9995 81.0248 68.5969 81.0248C69.199 81.0248 69.8014 80.7941 70.2594 80.3331L74.9942 75.5693L79.7289 80.3331C80.1872 80.7941 80.789 81.0248 81.3914 81.0248C81.9889 81.0248 82.5865 80.7977 83.0436 80.3434C83.9617 79.4307 83.9663 77.9469 83.0537 77.0288L78.2987 72.2446Z" fill="white"/>
|
16
|
+
</g>
|
17
|
+
<defs>
|
18
|
+
<clipPath id="clip0_5382_30932">
|
19
|
+
<rect width="120" height="120" fill="white" transform="translate(0.500977 0.5)"/>
|
20
|
+
</clipPath>
|
21
|
+
</defs>
|
22
|
+
</svg>
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M12.9691 10.1187V7.07871C12.9691 4.82065 11.5284 2.85163 9.54476 2.11615C9.56791 2.00001 9.58076 1.88132 9.58076 1.76259C9.5808 0.789693 8.79352 0 7.82359 0C6.85365 0 6.06637 0.789693 6.06637 1.76259C6.06637 1.87873 6.07921 1.99483 6.09979 2.10581C5.41803 2.34839 4.78769 2.7329 4.24999 3.25419C3.23632 4.23484 2.67803 5.55354 2.67803 6.96774V10.1187C2.67803 10.2297 2.58798 10.3226 2.47477 10.3226C1.52542 10.3226 0.714972 11.04 0.627496 11.9536C0.578602 12.462 0.745864 12.9678 1.08804 13.3445C1.42763 13.7187 1.91391 13.9355 2.42072 13.9355H5.52351C5.65214 15.0942 6.63496 16 7.82359 16C9.01221 16 9.99503 15.0942 10.1237 13.9355H13.2265C13.7333 13.9355 14.2195 13.7187 14.5591 13.3445C14.8987 12.9678 15.066 12.462 15.0197 11.9536C14.9322 11.04 14.1192 10.3226 13.1724 10.3226C13.0592 10.3226 12.9691 10.2322 12.9691 10.1187ZM7.82359 1.03224C8.22492 1.03224 8.55167 1.35998 8.55167 1.76255C8.55167 1.79607 8.54651 1.82706 8.54136 1.86059C8.3664 1.83477 8.18887 1.81672 8.01134 1.81155C7.70517 1.8012 7.40416 1.82189 7.10573 1.86318C7.10057 1.82965 7.09542 1.79866 7.09542 1.76513C7.0955 1.35998 7.42225 1.03224 7.82359 1.03224ZM7.82359 14.9677C7.20356 14.9677 6.68386 14.5238 6.56291 13.9355H9.08422C8.96336 14.5239 8.44365 14.9677 7.82359 14.9677ZM13.9957 12.0516C14.0163 12.2736 13.9468 12.4877 13.8002 12.6503C13.6484 12.8129 13.4477 12.9032 13.2265 12.9032H2.42076C2.19949 12.9032 1.99885 12.8129 1.84959 12.6503C1.70037 12.4877 1.6309 12.2735 1.65148 12.0516C1.68748 11.6619 2.05028 11.3548 2.47477 11.3548C3.154 11.3548 3.70713 10.8 3.70713 10.1187V6.96774C3.70713 5.83741 4.15478 4.78195 4.96522 3.99742C5.73962 3.24647 6.74818 2.8387 7.82359 2.8387C7.87506 2.8387 7.92391 2.8387 7.97538 2.84128C10.1597 2.91869 11.94 4.82065 11.94 7.07871V10.1187C11.94 10.8 12.4932 11.3548 13.1724 11.3548C13.5969 11.3548 13.9571 11.6619 13.9957 12.0516Z" fill="currentColor"/>
|
3
|
-
</svg>
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M12.9691 10.1187V7.07871C12.9691 4.82065 11.5284 2.85163 9.54476 2.11615C9.56791 2.00001 9.58076 1.88132 9.58076 1.76259C9.5808 0.789693 8.79352 0 7.82359 0C6.85365 0 6.06637 0.789693 6.06637 1.76259C6.06637 1.87873 6.07921 1.99483 6.09979 2.10581C5.41803 2.34839 4.78769 2.7329 4.24999 3.25419C3.23632 4.23484 2.67803 5.55354 2.67803 6.96774V10.1187C2.67803 10.2297 2.58798 10.3226 2.47477 10.3226C1.52542 10.3226 0.714972 11.04 0.627496 11.9536C0.578602 12.462 0.745864 12.9678 1.08804 13.3445C1.42763 13.7187 1.91391 13.9355 2.42072 13.9355H5.52351C5.65214 15.0942 6.63496 16 7.82359 16C9.01221 16 9.99503 15.0942 10.1237 13.9355H13.2265C13.7333 13.9355 14.2195 13.7187 14.5591 13.3445C14.8987 12.9678 15.066 12.462 15.0197 11.9536C14.9322 11.04 14.1192 10.3226 13.1724 10.3226C13.0592 10.3226 12.9691 10.2322 12.9691 10.1187ZM7.82359 1.03224C8.22492 1.03224 8.55167 1.35998 8.55167 1.76255C8.55167 1.79607 8.54651 1.82706 8.54136 1.86059C8.3664 1.83477 8.18887 1.81672 8.01134 1.81155C7.70517 1.8012 7.40416 1.82189 7.10573 1.86318C7.10057 1.82965 7.09542 1.79866 7.09542 1.76513C7.0955 1.35998 7.42225 1.03224 7.82359 1.03224ZM7.82359 14.9677C7.20356 14.9677 6.68386 14.5238 6.56291 13.9355H9.08422C8.96336 14.5239 8.44365 14.9677 7.82359 14.9677ZM13.9957 12.0516C14.0163 12.2736 13.9468 12.4877 13.8002 12.6503C13.6484 12.8129 13.4477 12.9032 13.2265 12.9032H2.42076C2.19949 12.9032 1.99885 12.8129 1.84959 12.6503C1.70037 12.4877 1.6309 12.2735 1.65148 12.0516C1.68748 11.6619 2.05028 11.3548 2.47477 11.3548C3.154 11.3548 3.70713 10.8 3.70713 10.1187V6.96774C3.70713 5.83741 4.15478 4.78195 4.96522 3.99742C5.73962 3.24647 6.74818 2.8387 7.82359 2.8387C7.87506 2.8387 7.92391 2.8387 7.97538 2.84128C10.1597 2.91869 11.94 4.82065 11.94 7.07871V10.1187C11.94 10.8 12.4932 11.3548 13.1724 11.3548C13.5969 11.3548 13.9571 11.6619 13.9957 12.0516Z" fill="currentColor"/>
|
3
|
+
</svg>
|
@@ -1,9 +1,9 @@
|
|
1
|
-
<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M12.8483 2.1782C11.4453 0.726066 9.68556 0.0123062 7.50737 0H7.47045C5.26764 0 3.47093 0.713759 2.09264 2.20281C0.689734 3.64263 0.000586502 5.5624 0.000586502 7.9375C-0.0240259 10.0295 0.726652 12.0478 2.12956 13.5983C3.45863 15.1612 5.42762 16.0473 7.48275 15.9981H7.51967C9.68556 15.9857 11.4577 15.1858 12.8606 13.5737C14.2512 12.0232 15.0141 10.0049 14.9895 7.92519C14.9649 5.55009 14.2758 3.64263 12.8483 2.1782ZM10.227 9.21734C10.227 9.63575 10.1778 10.1034 10.1163 10.6572C10.0794 11.1248 9.99322 11.5924 9.84554 12.0355C9.72248 12.417 9.57481 12.7861 9.37791 13.143C9.20562 13.4876 8.93488 13.7706 8.60262 13.9675C8.27035 14.1521 7.90116 14.2506 7.51967 14.2506H7.50737C7.12587 14.2629 6.73208 14.1767 6.39981 13.9675C6.06754 13.7706 5.7968 13.4876 5.62452 13.143C5.42762 12.7984 5.26764 12.417 5.15688 12.0355C5.03382 11.5801 4.94768 11.1248 4.91076 10.6572C4.86153 10.1034 4.82462 9.63575 4.8 9.25426C4.77539 8.87277 4.77539 8.36821 4.77539 7.81443C4.77539 6.90378 4.8 6.1531 4.86153 5.52548C4.92307 4.88556 5.04613 4.25794 5.21841 3.65494C5.34148 3.10116 5.62452 2.59661 6.04293 2.20281C6.43673 1.85824 6.95359 1.68595 7.48275 1.71056H7.51967C8.03653 1.69825 8.52878 1.87054 8.92258 2.20281C9.31638 2.5843 9.61172 3.07655 9.78401 3.60572C9.98091 4.22102 10.104 4.86095 10.1655 5.51318C10.2147 6.17771 10.2516 6.91608 10.2763 7.80213C10.2516 8.35591 10.227 8.82354 10.227 9.21734Z" fill="url(#paint0_linear_4989_1639)"/>
|
3
|
-
<defs>
|
4
|
-
<linearGradient id="paint0_linear_4989_1639" x1="1.93143" y1="2.35196" x2="13.0132" y2="13.4336" gradientUnits="userSpaceOnUse">
|
5
|
-
<stop stop-color="#EF5350"/>
|
6
|
-
<stop offset="1" stop-color="#FF0000"/>
|
7
|
-
</linearGradient>
|
8
|
-
</defs>
|
9
|
-
</svg>
|
1
|
+
<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M12.8483 2.1782C11.4453 0.726066 9.68556 0.0123062 7.50737 0H7.47045C5.26764 0 3.47093 0.713759 2.09264 2.20281C0.689734 3.64263 0.000586502 5.5624 0.000586502 7.9375C-0.0240259 10.0295 0.726652 12.0478 2.12956 13.5983C3.45863 15.1612 5.42762 16.0473 7.48275 15.9981H7.51967C9.68556 15.9857 11.4577 15.1858 12.8606 13.5737C14.2512 12.0232 15.0141 10.0049 14.9895 7.92519C14.9649 5.55009 14.2758 3.64263 12.8483 2.1782ZM10.227 9.21734C10.227 9.63575 10.1778 10.1034 10.1163 10.6572C10.0794 11.1248 9.99322 11.5924 9.84554 12.0355C9.72248 12.417 9.57481 12.7861 9.37791 13.143C9.20562 13.4876 8.93488 13.7706 8.60262 13.9675C8.27035 14.1521 7.90116 14.2506 7.51967 14.2506H7.50737C7.12587 14.2629 6.73208 14.1767 6.39981 13.9675C6.06754 13.7706 5.7968 13.4876 5.62452 13.143C5.42762 12.7984 5.26764 12.417 5.15688 12.0355C5.03382 11.5801 4.94768 11.1248 4.91076 10.6572C4.86153 10.1034 4.82462 9.63575 4.8 9.25426C4.77539 8.87277 4.77539 8.36821 4.77539 7.81443C4.77539 6.90378 4.8 6.1531 4.86153 5.52548C4.92307 4.88556 5.04613 4.25794 5.21841 3.65494C5.34148 3.10116 5.62452 2.59661 6.04293 2.20281C6.43673 1.85824 6.95359 1.68595 7.48275 1.71056H7.51967C8.03653 1.69825 8.52878 1.87054 8.92258 2.20281C9.31638 2.5843 9.61172 3.07655 9.78401 3.60572C9.98091 4.22102 10.104 4.86095 10.1655 5.51318C10.2147 6.17771 10.2516 6.91608 10.2763 7.80213C10.2516 8.35591 10.227 8.82354 10.227 9.21734Z" fill="url(#paint0_linear_4989_1639)"/>
|
3
|
+
<defs>
|
4
|
+
<linearGradient id="paint0_linear_4989_1639" x1="1.93143" y1="2.35196" x2="13.0132" y2="13.4336" gradientUnits="userSpaceOnUse">
|
5
|
+
<stop stop-color="#EF5350"/>
|
6
|
+
<stop offset="1" stop-color="#FF0000"/>
|
7
|
+
</linearGradient>
|
8
|
+
</defs>
|
9
|
+
</svg>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<g clip-path="url(#clip0_5540_15042)">
|
3
|
-
<path d="M16.6261 16.6281C20.2867 12.9675 20.2867 7.03249 16.6261 3.37187C12.9655 -0.288738 7.03044 -0.288737 3.36982 3.37187C-0.290788 7.03249 -0.290788 12.9675 3.36982 16.6281C7.03044 20.2887 12.9655 20.2887 16.6261 16.6281Z" fill="#46CC6B"/>
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.2399 11.5904C18.5728 15.4935 15.4933 18.5729 11.5903 19.24L6.54334 14.1931C5.33564 13.1964 4.56592 11.6881 4.56592 9.99999C4.56592 6.99885 6.99873 4.56604 9.99986 4.56604C11.688 4.56604 13.1963 5.33581 14.193 6.54346L19.2399 11.5904Z" fill="#179C5F"/>
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.45635 10.3226L9.00393 11.7438C9.22967 11.9516 9.57908 11.9406 9.79139 11.7217L12.5523 9.07827C12.7769 8.86233 12.7837 8.50506 12.5676 8.28038C12.3516 8.05604 11.9946 8.04901 11.77 8.26495L9.3785 10.5547L8.22088 9.49166C7.99154 9.28065 7.63424 9.29545 7.42311 9.52502C7.21201 9.75436 7.22689 10.1114 7.45635 10.3226ZM9.99986 4.56604C13.001 4.56604 15.4338 6.99885 15.4338 9.99999C15.4338 13.0011 13.001 15.4339 9.99986 15.4339C6.99873 15.4339 4.56592 13.0011 4.56592 9.99999C4.56592 6.99885 6.99873 4.56604 9.99986 4.56604Z" fill="white"/>
|
6
|
-
</g>
|
7
|
-
<defs>
|
8
|
-
<clipPath id="clip0_5540_15042">
|
9
|
-
<rect width="20" height="20" fill="white"/>
|
10
|
-
</clipPath>
|
11
|
-
</defs>
|
12
|
-
</svg>
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g clip-path="url(#clip0_5540_15042)">
|
3
|
+
<path d="M16.6261 16.6281C20.2867 12.9675 20.2867 7.03249 16.6261 3.37187C12.9655 -0.288738 7.03044 -0.288737 3.36982 3.37187C-0.290788 7.03249 -0.290788 12.9675 3.36982 16.6281C7.03044 20.2887 12.9655 20.2887 16.6261 16.6281Z" fill="#46CC6B"/>
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.2399 11.5904C18.5728 15.4935 15.4933 18.5729 11.5903 19.24L6.54334 14.1931C5.33564 13.1964 4.56592 11.6881 4.56592 9.99999C4.56592 6.99885 6.99873 4.56604 9.99986 4.56604C11.688 4.56604 13.1963 5.33581 14.193 6.54346L19.2399 11.5904Z" fill="#179C5F"/>
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.45635 10.3226L9.00393 11.7438C9.22967 11.9516 9.57908 11.9406 9.79139 11.7217L12.5523 9.07827C12.7769 8.86233 12.7837 8.50506 12.5676 8.28038C12.3516 8.05604 11.9946 8.04901 11.77 8.26495L9.3785 10.5547L8.22088 9.49166C7.99154 9.28065 7.63424 9.29545 7.42311 9.52502C7.21201 9.75436 7.22689 10.1114 7.45635 10.3226ZM9.99986 4.56604C13.001 4.56604 15.4338 6.99885 15.4338 9.99999C15.4338 13.0011 13.001 15.4339 9.99986 15.4339C6.99873 15.4339 4.56592 13.0011 4.56592 9.99999C4.56592 6.99885 6.99873 4.56604 9.99986 4.56604Z" fill="white"/>
|
6
|
+
</g>
|
7
|
+
<defs>
|
8
|
+
<clipPath id="clip0_5540_15042">
|
9
|
+
<rect width="20" height="20" fill="white"/>
|
10
|
+
</clipPath>
|
11
|
+
</defs>
|
12
|
+
</svg>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M15.4273 4.75176L10.7936 0.117383C10.7467 0.0705078 10.6833 0.0439453 10.617 0.0439453H5.36828C4.14672 0.0439453 3.15297 1.03801 3.15297 2.25957V6.64426H1.20859C0.832969 6.64426 0.527344 6.94988 0.527344 7.32551V11.2418C0.527344 11.6174 0.832969 11.923 1.20859 11.923H3.15297V13.8283C3.15297 15.0499 4.14672 16.0439 5.36828 16.0439H13.2852C14.5067 16.0439 15.5005 15.0499 15.5005 13.8283V4.92863C15.5005 4.86238 15.4742 4.79863 15.4273 4.75176ZM15.0008 13.8283C15.0008 14.7746 14.2311 15.5443 13.2852 15.5443H5.36828C4.42234 15.5443 3.65266 14.7746 3.65266 13.8283V11.923H11.8836C12.2592 11.923 12.5648 11.6174 12.5648 11.2418V7.32551C12.5648 6.94988 12.2592 6.64426 11.8836 6.64426H3.65266V2.25957C3.65266 1.31332 4.42234 0.543633 5.36828 0.543633H10.367V4.42801C10.367 4.84176 10.7033 5.17832 11.1164 5.17832H15.0008V13.8283Z" fill="currentColor"/>
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.48617 9.25832C4.57617 9.09499 4.62117 8.91999 4.62117 8.73332C4.62117 8.52665 4.57284 8.34165 4.47617 8.17832C4.38284 8.01499 4.24117 7.88665 4.05117 7.79332C3.86117 7.69999 3.63117 7.65332 3.36117 7.65332H2.07617V11.1433H2.77617V9.80332H3.36117C3.64784 9.80332 3.88451 9.75332 4.07117 9.65332C4.26117 9.55332 4.39951 9.42165 4.48617 9.25832ZM3.76117 9.10832C3.66784 9.19499 3.52451 9.23832 3.33117 9.23832H2.77617V8.22332H3.33117C3.71117 8.22332 3.90117 8.39332 3.90117 8.73332C3.90117 8.89332 3.85451 9.01832 3.76117 9.10832ZM7.30316 7.86832C7.0265 7.72499 6.70483 7.65332 6.33816 7.65332H5.11816V11.1433H6.33816C6.70483 11.1433 7.0265 11.0717 7.30316 10.9283C7.58316 10.785 7.79816 10.5833 7.94816 10.3233C8.1015 10.06 8.17816 9.75332 8.17816 9.40332C8.17816 9.05332 8.1015 8.74665 7.94816 8.48332C7.79816 8.21665 7.58316 8.01165 7.30316 7.86832ZM7.16316 10.2483C6.96316 10.4483 6.67983 10.5483 6.31316 10.5483H5.81816V8.24332H6.31316C6.67983 8.24332 6.96316 8.34665 7.16316 8.55332C7.36316 8.75665 7.46316 9.03999 7.46316 9.40332C7.46316 9.76665 7.36316 10.0483 7.16316 10.2483ZM10.8571 8.21832V7.65332H8.70215V11.1433H9.40215V9.66832H10.5171V9.11332H9.40215V8.21832H10.8571Z" fill="white"/>
|
4
|
-
</svg>
|
1
|
+
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M15.4273 4.75176L10.7936 0.117383C10.7467 0.0705078 10.6833 0.0439453 10.617 0.0439453H5.36828C4.14672 0.0439453 3.15297 1.03801 3.15297 2.25957V6.64426H1.20859C0.832969 6.64426 0.527344 6.94988 0.527344 7.32551V11.2418C0.527344 11.6174 0.832969 11.923 1.20859 11.923H3.15297V13.8283C3.15297 15.0499 4.14672 16.0439 5.36828 16.0439H13.2852C14.5067 16.0439 15.5005 15.0499 15.5005 13.8283V4.92863C15.5005 4.86238 15.4742 4.79863 15.4273 4.75176ZM15.0008 13.8283C15.0008 14.7746 14.2311 15.5443 13.2852 15.5443H5.36828C4.42234 15.5443 3.65266 14.7746 3.65266 13.8283V11.923H11.8836C12.2592 11.923 12.5648 11.6174 12.5648 11.2418V7.32551C12.5648 6.94988 12.2592 6.64426 11.8836 6.64426H3.65266V2.25957C3.65266 1.31332 4.42234 0.543633 5.36828 0.543633H10.367V4.42801C10.367 4.84176 10.7033 5.17832 11.1164 5.17832H15.0008V13.8283Z" fill="currentColor"/>
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.48617 9.25832C4.57617 9.09499 4.62117 8.91999 4.62117 8.73332C4.62117 8.52665 4.57284 8.34165 4.47617 8.17832C4.38284 8.01499 4.24117 7.88665 4.05117 7.79332C3.86117 7.69999 3.63117 7.65332 3.36117 7.65332H2.07617V11.1433H2.77617V9.80332H3.36117C3.64784 9.80332 3.88451 9.75332 4.07117 9.65332C4.26117 9.55332 4.39951 9.42165 4.48617 9.25832ZM3.76117 9.10832C3.66784 9.19499 3.52451 9.23832 3.33117 9.23832H2.77617V8.22332H3.33117C3.71117 8.22332 3.90117 8.39332 3.90117 8.73332C3.90117 8.89332 3.85451 9.01832 3.76117 9.10832ZM7.30316 7.86832C7.0265 7.72499 6.70483 7.65332 6.33816 7.65332H5.11816V11.1433H6.33816C6.70483 11.1433 7.0265 11.0717 7.30316 10.9283C7.58316 10.785 7.79816 10.5833 7.94816 10.3233C8.1015 10.06 8.17816 9.75332 8.17816 9.40332C8.17816 9.05332 8.1015 8.74665 7.94816 8.48332C7.79816 8.21665 7.58316 8.01165 7.30316 7.86832ZM7.16316 10.2483C6.96316 10.4483 6.67983 10.5483 6.31316 10.5483H5.81816V8.24332H6.31316C6.67983 8.24332 6.96316 8.34665 7.16316 8.55332C7.36316 8.75665 7.46316 9.03999 7.46316 9.40332C7.46316 9.76665 7.36316 10.0483 7.16316 10.2483ZM10.8571 8.21832V7.65332H8.70215V11.1433H9.40215V9.66832H10.5171V9.11332H9.40215V8.21832H10.8571Z" fill="white"/>
|
4
|
+
</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
|
-
<g clip-path="url(#clip0_116_6473)">
|
3
|
-
<path d="M8 0C3.58853 0 0 3.58853 0 8C0 12.4115 3.58853 16 8 16C12.4115 16 16 12.4108 16 8C16 3.58916 12.4115 0 8 0ZM8 14.7607C4.27266 14.7607 1.23934 11.728 1.23934 8C1.23934 4.27203 4.27266 1.23934 8 1.23934C11.7273 1.23934 14.7607 4.27203 14.7607 8C14.7607 11.728 11.728 14.7607 8 14.7607Z" fill="currentColor"/>
|
4
|
-
<path d="M11.0987 7.32457H8.61998V4.84588C8.61998 4.50382 8.34298 4.2262 8.00029 4.2262C7.6576 4.2262 7.3806 4.50382 7.3806 4.84588V7.32457H4.90191C4.55923 7.32457 4.28223 7.6022 4.28223 7.94426C4.28223 8.28632 4.55923 8.56395 4.90191 8.56395H7.3806V11.0426C7.3806 11.3847 7.6576 11.6623 8.00029 11.6623C8.34298 11.6623 8.61998 11.3847 8.61998 11.0426V8.56395H11.0987C11.4414 8.56395 11.7184 8.28632 11.7184 7.94426C11.7184 7.6022 11.4414 7.32457 11.0987 7.32457Z" fill="currentColor"/>
|
5
|
-
</g>
|
6
|
-
<defs>
|
7
|
-
<clipPath id="clip0_116_6473">
|
8
|
-
<rect width="16" height="16" fill="white"/>
|
9
|
-
</clipPath>
|
10
|
-
</defs>
|
11
|
-
</svg>
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g clip-path="url(#clip0_116_6473)">
|
3
|
+
<path d="M8 0C3.58853 0 0 3.58853 0 8C0 12.4115 3.58853 16 8 16C12.4115 16 16 12.4108 16 8C16 3.58916 12.4115 0 8 0ZM8 14.7607C4.27266 14.7607 1.23934 11.728 1.23934 8C1.23934 4.27203 4.27266 1.23934 8 1.23934C11.7273 1.23934 14.7607 4.27203 14.7607 8C14.7607 11.728 11.728 14.7607 8 14.7607Z" fill="currentColor"/>
|
4
|
+
<path d="M11.0987 7.32457H8.61998V4.84588C8.61998 4.50382 8.34298 4.2262 8.00029 4.2262C7.6576 4.2262 7.3806 4.50382 7.3806 4.84588V7.32457H4.90191C4.55923 7.32457 4.28223 7.6022 4.28223 7.94426C4.28223 8.28632 4.55923 8.56395 4.90191 8.56395H7.3806V11.0426C7.3806 11.3847 7.6576 11.6623 8.00029 11.6623C8.34298 11.6623 8.61998 11.3847 8.61998 11.0426V8.56395H11.0987C11.4414 8.56395 11.7184 8.28632 11.7184 7.94426C11.7184 7.6022 11.4414 7.32457 11.0987 7.32457Z" fill="currentColor"/>
|
5
|
+
</g>
|
6
|
+
<defs>
|
7
|
+
<clipPath id="clip0_116_6473">
|
8
|
+
<rect width="16" height="16" fill="white"/>
|
9
|
+
</clipPath>
|
10
|
+
</defs>
|
11
|
+
</svg>
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 1C7 0.447715 6.55228 0 6 0C5.44772 0 5 0.447715 5 1V2.49994C5 3.88062 3.88074 4.99988 2.50006 4.99988H1C0.447715 4.99988 0 5.44759 0 5.99988C0 6.55216 0.447715 6.99988 1 6.99988H2.5C3.88071 6.99988 5 8.11917 5 9.49988V11C5 11.5523 5.44772 12 6 12C6.55228 12 7 11.5523 7 11V9.49988C7 8.11917 8.11929 6.99988 9.5 6.99988H11C11.5523 6.99988 12 6.55216 12 5.99988C12 5.44759 11.5523 4.99988 11 4.99988H9.49994C8.11926 4.99988 7 3.88062 7 2.49994V1Z" fill="currentColor"/>
|
3
|
-
</svg>
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7 1C7 0.447715 6.55228 0 6 0C5.44772 0 5 0.447715 5 1V2.49994C5 3.88062 3.88074 4.99988 2.50006 4.99988H1C0.447715 4.99988 0 5.44759 0 5.99988C0 6.55216 0.447715 6.99988 1 6.99988H2.5C3.88071 6.99988 5 8.11917 5 9.49988V11C5 11.5523 5.44772 12 6 12C6.55228 12 7 11.5523 7 11V9.49988C7 8.11917 8.11929 6.99988 9.5 6.99988H11C11.5523 6.99988 12 6.55216 12 5.99988C12 5.44759 11.5523 4.99988 11 4.99988H9.49994C8.11926 4.99988 7 3.88062 7 2.49994V1Z" fill="currentColor"/>
|
3
|
+
</svg>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M15.4273 4.75176L10.7936 0.117383C10.7467 0.0705078 10.6833 0.0439453 10.617 0.0439453H5.36828C4.14672 0.0439453 3.15297 1.03801 3.15297 2.25957V6.64426H1.20859C0.832969 6.64426 0.527344 6.94988 0.527344 7.32551V11.2418C0.527344 11.6174 0.832969 11.923 1.20859 11.923H3.15297V13.8283C3.15297 15.0499 4.14672 16.0439 5.36828 16.0439H13.2852C14.5067 16.0439 15.5005 15.0499 15.5005 13.8283V4.92863C15.5005 4.86238 15.4742 4.79863 15.4273 4.75176ZM15.0008 13.8283C15.0008 14.7746 14.2311 15.5443 13.2852 15.5443H5.36828C4.42234 15.5443 3.65266 14.7746 3.65266 13.8283V11.923H11.8836C12.2592 11.923 12.5648 11.6174 12.5648 11.2418V7.32551C12.5648 6.94988 12.2592 6.64426 11.8836 6.64426H3.65266V2.25957C3.65266 1.31332 4.42234 0.543633 5.36828 0.543633H10.367V4.42801C10.367 4.84176 10.7033 5.17832 11.1164 5.17832H15.0008V13.8283Z" fill="currentColor"/>
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.10922 9.23887C4.19922 9.07553 4.24422 8.90053 4.24422 8.71387C4.24422 8.5072 4.19589 8.3222 4.09922 8.15887C4.00589 7.99553 3.86422 7.8672 3.67422 7.77387C3.48422 7.68053 3.25422 7.63387 2.98422 7.63387H1.69922V11.1239H2.39922V9.78387H2.98422C3.27089 9.78387 3.50755 9.73387 3.69422 9.63387C3.88422 9.53387 4.02255 9.4022 4.10922 9.23887ZM3.38422 9.08887C3.29089 9.17553 3.14755 9.21887 2.95422 9.21887H2.39922V8.20387H2.95422C3.33422 8.20387 3.52422 8.37387 3.52422 8.71387C3.52422 8.87387 3.47755 8.99887 3.38422 9.08887ZM7.02621 11.1239H7.72621V7.62887H7.02621V10.0289L5.44121 7.62887H4.74121V11.1239H5.44121V8.72887L7.02621 11.1239ZM10.518 8.34887C10.658 8.42553 10.768 8.5372 10.848 8.68387H11.653C11.543 8.3372 11.343 8.06887 11.053 7.87887C10.763 7.68553 10.4213 7.58887 10.028 7.58887C9.69464 7.58887 9.3913 7.66553 9.11797 7.81887C8.84797 7.96887 8.63464 8.18053 8.47797 8.45387C8.32464 8.72387 8.24797 9.03053 8.24797 9.37387C8.24797 9.7172 8.32464 10.0239 8.47797 10.2939C8.63464 10.5639 8.84797 10.7755 9.11797 10.9289C9.3913 11.0789 9.6963 11.1539 10.033 11.1539C10.333 11.1539 10.603 11.0922 10.843 10.9689C11.0863 10.8422 11.2846 10.6755 11.438 10.4689C11.5913 10.2622 11.6913 10.0372 11.738 9.79387V9.18387H9.84797V9.71887H11.048C10.9946 9.9722 10.883 10.1705 10.713 10.3139C10.543 10.4539 10.3246 10.5239 10.058 10.5239C9.8413 10.5239 9.6513 10.4772 9.48797 10.3839C9.32464 10.2905 9.1963 10.1572 9.10297 9.98387C9.01297 9.81053 8.96797 9.6072 8.96797 9.37387C8.96797 9.1472 9.01297 8.9472 9.10297 8.77387C9.19297 8.60053 9.31797 8.4672 9.47797 8.37387C9.63797 8.28053 9.8213 8.23387 10.028 8.23387C10.2146 8.23387 10.378 8.2722 10.518 8.34887Z" fill="white"/>
|
4
|
-
</svg>
|
1
|
+
<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M15.4273 4.75176L10.7936 0.117383C10.7467 0.0705078 10.6833 0.0439453 10.617 0.0439453H5.36828C4.14672 0.0439453 3.15297 1.03801 3.15297 2.25957V6.64426H1.20859C0.832969 6.64426 0.527344 6.94988 0.527344 7.32551V11.2418C0.527344 11.6174 0.832969 11.923 1.20859 11.923H3.15297V13.8283C3.15297 15.0499 4.14672 16.0439 5.36828 16.0439H13.2852C14.5067 16.0439 15.5005 15.0499 15.5005 13.8283V4.92863C15.5005 4.86238 15.4742 4.79863 15.4273 4.75176ZM15.0008 13.8283C15.0008 14.7746 14.2311 15.5443 13.2852 15.5443H5.36828C4.42234 15.5443 3.65266 14.7746 3.65266 13.8283V11.923H11.8836C12.2592 11.923 12.5648 11.6174 12.5648 11.2418V7.32551C12.5648 6.94988 12.2592 6.64426 11.8836 6.64426H3.65266V2.25957C3.65266 1.31332 4.42234 0.543633 5.36828 0.543633H10.367V4.42801C10.367 4.84176 10.7033 5.17832 11.1164 5.17832H15.0008V13.8283Z" fill="currentColor"/>
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.10922 9.23887C4.19922 9.07553 4.24422 8.90053 4.24422 8.71387C4.24422 8.5072 4.19589 8.3222 4.09922 8.15887C4.00589 7.99553 3.86422 7.8672 3.67422 7.77387C3.48422 7.68053 3.25422 7.63387 2.98422 7.63387H1.69922V11.1239H2.39922V9.78387H2.98422C3.27089 9.78387 3.50755 9.73387 3.69422 9.63387C3.88422 9.53387 4.02255 9.4022 4.10922 9.23887ZM3.38422 9.08887C3.29089 9.17553 3.14755 9.21887 2.95422 9.21887H2.39922V8.20387H2.95422C3.33422 8.20387 3.52422 8.37387 3.52422 8.71387C3.52422 8.87387 3.47755 8.99887 3.38422 9.08887ZM7.02621 11.1239H7.72621V7.62887H7.02621V10.0289L5.44121 7.62887H4.74121V11.1239H5.44121V8.72887L7.02621 11.1239ZM10.518 8.34887C10.658 8.42553 10.768 8.5372 10.848 8.68387H11.653C11.543 8.3372 11.343 8.06887 11.053 7.87887C10.763 7.68553 10.4213 7.58887 10.028 7.58887C9.69464 7.58887 9.3913 7.66553 9.11797 7.81887C8.84797 7.96887 8.63464 8.18053 8.47797 8.45387C8.32464 8.72387 8.24797 9.03053 8.24797 9.37387C8.24797 9.7172 8.32464 10.0239 8.47797 10.2939C8.63464 10.5639 8.84797 10.7755 9.11797 10.9289C9.3913 11.0789 9.6963 11.1539 10.033 11.1539C10.333 11.1539 10.603 11.0922 10.843 10.9689C11.0863 10.8422 11.2846 10.6755 11.438 10.4689C11.5913 10.2622 11.6913 10.0372 11.738 9.79387V9.18387H9.84797V9.71887H11.048C10.9946 9.9722 10.883 10.1705 10.713 10.3139C10.543 10.4539 10.3246 10.5239 10.058 10.5239C9.8413 10.5239 9.6513 10.4772 9.48797 10.3839C9.32464 10.2905 9.1963 10.1572 9.10297 9.98387C9.01297 9.81053 8.96797 9.6072 8.96797 9.37387C8.96797 9.1472 9.01297 8.9472 9.10297 8.77387C9.19297 8.60053 9.31797 8.4672 9.47797 8.37387C9.63797 8.28053 9.8213 8.23387 10.028 8.23387C10.2146 8.23387 10.378 8.2722 10.518 8.34887Z" fill="white"/>
|
4
|
+
</svg>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg width="23" height="16" viewBox="0 0 23 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<rect width="23" height="16" rx="4" fill="#DED1E5"/>
|
3
|
-
<path d="M8.624 7.144C8.624 7.44267 8.552 7.72267 8.408 7.984C8.26933 8.24533 8.048 8.456 7.744 8.616C7.44533 8.776 7.06667 8.856 6.608 8.856H5.672V11H4.552V5.416H6.608C7.04 5.416 7.408 5.49067 7.712 5.64C8.016 5.78933 8.24267 5.99467 8.392 6.256C8.54667 6.51733 8.624 6.81333 8.624 7.144ZM6.56 7.952C6.86933 7.952 7.09867 7.88267 7.248 7.744C7.39733 7.6 7.472 7.4 7.472 7.144C7.472 6.6 7.168 6.328 6.56 6.328H5.672V7.952H6.56ZM10.5392 6.32V7.72H12.4192V8.608H10.5392V10.088H12.6592V11H9.41919V5.408H12.6592V6.32H10.5392ZM18.693 5.416L16.645 11H15.285L13.237 5.416H14.437L15.973 9.856L17.501 5.416H18.693Z" fill="currentColor"/>
|
4
|
-
</svg>
|
1
|
+
<svg width="23" height="16" viewBox="0 0 23 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<rect width="23" height="16" rx="4" fill="#DED1E5"/>
|
3
|
+
<path d="M8.624 7.144C8.624 7.44267 8.552 7.72267 8.408 7.984C8.26933 8.24533 8.048 8.456 7.744 8.616C7.44533 8.776 7.06667 8.856 6.608 8.856H5.672V11H4.552V5.416H6.608C7.04 5.416 7.408 5.49067 7.712 5.64C8.016 5.78933 8.24267 5.99467 8.392 6.256C8.54667 6.51733 8.624 6.81333 8.624 7.144ZM6.56 7.952C6.86933 7.952 7.09867 7.88267 7.248 7.744C7.39733 7.6 7.472 7.4 7.472 7.144C7.472 6.6 7.168 6.328 6.56 6.328H5.672V7.952H6.56ZM10.5392 6.32V7.72H12.4192V8.608H10.5392V10.088H12.6592V11H9.41919V5.408H12.6592V6.32H10.5392ZM18.693 5.416L16.645 11H15.285L13.237 5.416H14.437L15.973 9.856L17.501 5.416H18.693Z" fill="currentColor"/>
|
4
|
+
</svg>
|
@@ -1,10 +1,10 @@
|
|
1
|
-
<svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M17.522 3.29551V9.46075C17.522 10.9867 16.8226 12.7579 15.5531 14.4481C14.0737 16.4173 11.8945 18.1555 9.25101 19.4748L8.99975 19.6L8.74849 19.4748C6.10501 18.1555 3.9258 16.4173 2.44637 14.4481C1.17694 12.7579 0.477539 10.9867 0.477539 9.46075V3.29551L4.6237 0.400024H13.3758L17.522 3.29551Z" fill="#00358F"/>
|
3
|
-
<path d="M17.5222 3.29551V9.46075C17.5222 10.9867 16.8228 12.7579 15.5534 14.4481C14.0739 16.4173 11.8947 18.1555 9.25126 19.4748L9 19.6V0.400024H13.376L17.5222 3.29551Z" fill="#012453"/>
|
4
|
-
<path d="M12.6677 2.65015H5.33164L2.72754 4.46859V9.46079C2.72754 11.1765 4.41548 14.5291 8.99966 17.0653C13.5838 14.5291 15.2718 11.1765 15.2718 9.46079V4.46859L12.6677 2.65015Z" fill="#00B3FE"/>
|
5
|
-
<path d="M15.2721 4.46859V9.46079C15.2721 11.1765 13.5842 14.5291 9 17.0653V2.65015H12.668L15.2721 4.46859Z" fill="#0274F9"/>
|
6
|
-
<path d="M12.8447 2.08765H5.15466L2.16504 4.17535V9.46081C2.16504 10.5581 2.72081 11.9524 3.68947 13.286C4.86889 14.9098 6.61084 16.387 8.72742 17.5578L8.99968 17.7085L9.27194 17.5578C11.3885 16.387 13.1305 14.9098 14.3099 13.286C15.2786 11.9524 15.8343 10.5581 15.8343 9.46081V4.17535L12.8447 2.08765ZM14.7093 9.46081C14.7093 10.9575 13.1826 14.0135 8.99968 16.4196C4.81677 14.0135 3.29008 10.9575 3.29008 9.46081V4.76188L5.50867 3.21269H12.4907L14.7093 4.76188V9.46081Z" fill="#EFF5FA"/>
|
7
|
-
<path d="M15.8346 4.17535V9.46081C15.8346 10.5581 15.2789 11.9524 14.3102 13.286C13.1308 14.9098 11.3888 16.387 9.27226 17.5578L9 17.7085V16.4196C13.1829 14.0135 14.7096 10.9575 14.7096 9.46081V4.76188L12.491 3.21269H9V2.08765H12.845L15.8346 4.17535Z" fill="#C6E1EC"/>
|
8
|
-
<path d="M12.591 6.93419L8.99983 10.6251L8.99233 10.633L8.07917 11.5712L5.40869 9.07365L6.1771 8.25199L8.04167 9.99618L8.99233 9.01965L8.99983 9.01177L11.7847 6.14966L12.591 6.93419Z" fill="#EFF5FA"/>
|
9
|
-
<path d="M12.5911 6.93419L9 10.6251V9.01177L11.7849 6.14966L12.5911 6.93419Z" fill="#C6E1EC"/>
|
10
|
-
</svg>
|
1
|
+
<svg width="18" height="20" viewBox="0 0 18 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M17.522 3.29551V9.46075C17.522 10.9867 16.8226 12.7579 15.5531 14.4481C14.0737 16.4173 11.8945 18.1555 9.25101 19.4748L8.99975 19.6L8.74849 19.4748C6.10501 18.1555 3.9258 16.4173 2.44637 14.4481C1.17694 12.7579 0.477539 10.9867 0.477539 9.46075V3.29551L4.6237 0.400024H13.3758L17.522 3.29551Z" fill="#00358F"/>
|
3
|
+
<path d="M17.5222 3.29551V9.46075C17.5222 10.9867 16.8228 12.7579 15.5534 14.4481C14.0739 16.4173 11.8947 18.1555 9.25126 19.4748L9 19.6V0.400024H13.376L17.5222 3.29551Z" fill="#012453"/>
|
4
|
+
<path d="M12.6677 2.65015H5.33164L2.72754 4.46859V9.46079C2.72754 11.1765 4.41548 14.5291 8.99966 17.0653C13.5838 14.5291 15.2718 11.1765 15.2718 9.46079V4.46859L12.6677 2.65015Z" fill="#00B3FE"/>
|
5
|
+
<path d="M15.2721 4.46859V9.46079C15.2721 11.1765 13.5842 14.5291 9 17.0653V2.65015H12.668L15.2721 4.46859Z" fill="#0274F9"/>
|
6
|
+
<path d="M12.8447 2.08765H5.15466L2.16504 4.17535V9.46081C2.16504 10.5581 2.72081 11.9524 3.68947 13.286C4.86889 14.9098 6.61084 16.387 8.72742 17.5578L8.99968 17.7085L9.27194 17.5578C11.3885 16.387 13.1305 14.9098 14.3099 13.286C15.2786 11.9524 15.8343 10.5581 15.8343 9.46081V4.17535L12.8447 2.08765ZM14.7093 9.46081C14.7093 10.9575 13.1826 14.0135 8.99968 16.4196C4.81677 14.0135 3.29008 10.9575 3.29008 9.46081V4.76188L5.50867 3.21269H12.4907L14.7093 4.76188V9.46081Z" fill="#EFF5FA"/>
|
7
|
+
<path d="M15.8346 4.17535V9.46081C15.8346 10.5581 15.2789 11.9524 14.3102 13.286C13.1308 14.9098 11.3888 16.387 9.27226 17.5578L9 17.7085V16.4196C13.1829 14.0135 14.7096 10.9575 14.7096 9.46081V4.76188L12.491 3.21269H9V2.08765H12.845L15.8346 4.17535Z" fill="#C6E1EC"/>
|
8
|
+
<path d="M12.591 6.93419L8.99983 10.6251L8.99233 10.633L8.07917 11.5712L5.40869 9.07365L6.1771 8.25199L8.04167 9.99618L8.99233 9.01965L8.99983 9.01177L11.7847 6.14966L12.591 6.93419Z" fill="#EFF5FA"/>
|
9
|
+
<path d="M12.5911 6.93419L9 10.6251V9.01177L11.7849 6.14966L12.5911 6.93419Z" fill="#C6E1EC"/>
|
10
|
+
</svg>
|
@@ -1,5 +1,5 @@
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M15.2974 9.27172L14.6318 8.72378C14.1758 8.34844 14.1766 7.65081 14.6318 7.27622L15.2974 6.72828C15.771 6.33831 15.8922 5.66963 15.5854 5.13822L14.2711 2.86178C13.9643 2.33041 13.3245 2.10103 12.7501 2.31622L11.9427 2.61869C11.3897 2.82581 10.786 2.47647 10.6891 1.89491L10.5473 1.04447C10.4465 0.439281 9.92794 0 9.31437 0H6.68578C6.07219 0 5.55362 0.439281 5.45278 1.0445L5.31103 1.89491C5.21394 2.4775 4.60938 2.82547 4.05741 2.61872L3.25006 2.31622C2.67559 2.10103 2.03584 2.33044 1.729 2.86178L0.414718 5.13819C0.107937 5.66953 0.229062 6.33825 0.702781 6.72825L1.36837 7.27619C1.82437 7.65156 1.82347 8.34912 1.36837 8.72375L0.702749 9.27169C0.229062 9.66169 0.107906 10.3304 0.414687 10.8618L1.729 13.1382C2.03581 13.6695 2.67544 13.8989 3.25006 13.6838L4.05737 13.3813C4.61047 13.1741 5.21409 13.5237 5.311 14.1051L5.45275 14.9554C5.55362 15.5607 6.07219 16 6.68575 16H9.31434C9.92791 16 10.4465 15.5607 10.5473 14.9555L10.689 14.1051C10.7861 13.5227 11.3906 13.1745 11.9427 13.3813L12.7501 13.6838C13.3247 13.899 13.9643 13.6696 14.2711 13.1382L15.5855 10.8618C15.8922 10.3304 15.771 9.66169 15.2974 9.27172ZM13.6196 11.7666C13.3709 12.1974 12.8471 12.3853 12.3813 12.2107C11.0907 11.7273 9.68219 12.5429 9.45609 13.8996C9.37431 14.3903 8.94974 14.75 8.45224 14.75H7.54792C7.05042 14.75 6.62583 14.3903 6.54403 13.8996C6.3175 12.5403 4.90697 11.7282 3.61887 12.2107C3.15299 12.3853 2.62921 12.1974 2.38046 11.7666L1.9283 10.9834C1.67956 10.5526 1.77876 10.005 2.16284 9.68884C3.22687 8.81291 3.22466 7.18528 2.16284 6.31116C1.77876 5.99497 1.67957 5.44744 1.92831 5.0166L2.3805 4.23339C2.62925 3.80256 3.15301 3.61471 3.61887 3.78925C4.9095 4.27269 6.31794 3.45706 6.54403 2.10041C6.62581 1.60968 7.05039 1.25 7.54788 1.25H8.45221C8.94971 1.25 9.37428 1.60968 9.45606 2.10041C9.68262 3.45984 11.0932 4.27169 12.3812 3.78925C12.8471 3.6147 13.3709 3.80253 13.6198 4.23335L14.0718 5.01599C14.3207 5.44699 14.2215 5.99478 13.8372 6.31112C12.7733 7.187 12.7754 8.81466 13.8372 9.68881C14.2213 10.005 14.3205 10.5525 14.0718 10.9834L13.6196 11.7666Z" fill="currentColor"/>
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.84562 9.65817C7.0032 9.65817 7.11696 9.809 7.07366 9.96052C7.04457 10.0623 6.95151 10.1325 6.84562 10.1325H6.36815C5.95661 10.1325 5.68582 9.65817 6.09736 9.65817H6.84562ZM7.34519 9.01035C7.31609 9.11217 7.22303 9.18236 7.11714 9.18236H5.71242C5.30089 9.18236 5.0301 8.70801 5.44163 8.70801H7.11714C7.27472 8.70801 7.38849 8.85884 7.34519 9.01035ZM7.61724 8.05832C7.58795 8.16085 7.49404 8.2322 7.38741 8.2322H4.70925C4.29772 8.2322 4.02693 7.75784 4.43846 7.75784H7.39086C7.496 7.75784 7.58841 7.82754 7.61731 7.92863C7.6294 7.97093 7.62933 8.01602 7.61724 8.05832ZM7.30402 6.83259C7.34733 6.98411 7.23356 7.13495 7.07598 7.13495H5.71242C5.30089 7.13495 5.0301 6.6606 5.44163 6.6606H7.07598C7.18186 6.6606 7.27492 6.73079 7.30402 6.83259ZM7.03238 5.88226C7.07569 6.03378 6.96192 6.18462 6.80433 6.18462H6.26611C5.91093 6.18462 5.649 5.79659 5.99607 5.7211C6.0287 5.71401 6.06259 5.71027 6.09736 5.71027H6.80433C6.91022 5.71027 7.00328 5.78045 7.03238 5.88226Z" fill="currentColor"/>
|
4
|
-
<path d="M7.38239 10.7495C7.41437 10.7736 7.45335 10.7867 7.49341 10.7867C7.52874 10.7866 7.56334 10.7766 7.59321 10.7577L11.6803 8.15678C11.7067 8.14001 11.7284 8.11684 11.7435 8.08944C11.7585 8.06204 11.7664 8.03128 11.7664 8.00002C11.7664 7.96876 11.7585 7.93801 11.7435 7.9106C11.7284 7.8832 11.7067 7.86004 11.6803 7.84326L7.59321 5.24238C7.56137 5.22213 7.52412 5.21204 7.48642 5.21345C7.44871 5.21486 7.41233 5.2277 7.38209 5.25028C7.35186 5.27286 7.3292 5.30409 7.31714 5.33984C7.30507 5.3756 7.30417 5.41417 7.31454 5.45045L8.04331 8.00002L7.31469 10.5497C7.30438 10.586 7.30534 10.6245 7.31743 10.6602C7.32952 10.6959 7.35217 10.727 7.38239 10.7495Z" fill="#10B660"/>
|
5
|
-
</svg>
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M15.2974 9.27172L14.6318 8.72378C14.1758 8.34844 14.1766 7.65081 14.6318 7.27622L15.2974 6.72828C15.771 6.33831 15.8922 5.66963 15.5854 5.13822L14.2711 2.86178C13.9643 2.33041 13.3245 2.10103 12.7501 2.31622L11.9427 2.61869C11.3897 2.82581 10.786 2.47647 10.6891 1.89491L10.5473 1.04447C10.4465 0.439281 9.92794 0 9.31437 0H6.68578C6.07219 0 5.55362 0.439281 5.45278 1.0445L5.31103 1.89491C5.21394 2.4775 4.60938 2.82547 4.05741 2.61872L3.25006 2.31622C2.67559 2.10103 2.03584 2.33044 1.729 2.86178L0.414718 5.13819C0.107937 5.66953 0.229062 6.33825 0.702781 6.72825L1.36837 7.27619C1.82437 7.65156 1.82347 8.34912 1.36837 8.72375L0.702749 9.27169C0.229062 9.66169 0.107906 10.3304 0.414687 10.8618L1.729 13.1382C2.03581 13.6695 2.67544 13.8989 3.25006 13.6838L4.05737 13.3813C4.61047 13.1741 5.21409 13.5237 5.311 14.1051L5.45275 14.9554C5.55362 15.5607 6.07219 16 6.68575 16H9.31434C9.92791 16 10.4465 15.5607 10.5473 14.9555L10.689 14.1051C10.7861 13.5227 11.3906 13.1745 11.9427 13.3813L12.7501 13.6838C13.3247 13.899 13.9643 13.6696 14.2711 13.1382L15.5855 10.8618C15.8922 10.3304 15.771 9.66169 15.2974 9.27172ZM13.6196 11.7666C13.3709 12.1974 12.8471 12.3853 12.3813 12.2107C11.0907 11.7273 9.68219 12.5429 9.45609 13.8996C9.37431 14.3903 8.94974 14.75 8.45224 14.75H7.54792C7.05042 14.75 6.62583 14.3903 6.54403 13.8996C6.3175 12.5403 4.90697 11.7282 3.61887 12.2107C3.15299 12.3853 2.62921 12.1974 2.38046 11.7666L1.9283 10.9834C1.67956 10.5526 1.77876 10.005 2.16284 9.68884C3.22687 8.81291 3.22466 7.18528 2.16284 6.31116C1.77876 5.99497 1.67957 5.44744 1.92831 5.0166L2.3805 4.23339C2.62925 3.80256 3.15301 3.61471 3.61887 3.78925C4.9095 4.27269 6.31794 3.45706 6.54403 2.10041C6.62581 1.60968 7.05039 1.25 7.54788 1.25H8.45221C8.94971 1.25 9.37428 1.60968 9.45606 2.10041C9.68262 3.45984 11.0932 4.27169 12.3812 3.78925C12.8471 3.6147 13.3709 3.80253 13.6198 4.23335L14.0718 5.01599C14.3207 5.44699 14.2215 5.99478 13.8372 6.31112C12.7733 7.187 12.7754 8.81466 13.8372 9.68881C14.2213 10.005 14.3205 10.5525 14.0718 10.9834L13.6196 11.7666Z" fill="currentColor"/>
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.84562 9.65817C7.0032 9.65817 7.11696 9.809 7.07366 9.96052C7.04457 10.0623 6.95151 10.1325 6.84562 10.1325H6.36815C5.95661 10.1325 5.68582 9.65817 6.09736 9.65817H6.84562ZM7.34519 9.01035C7.31609 9.11217 7.22303 9.18236 7.11714 9.18236H5.71242C5.30089 9.18236 5.0301 8.70801 5.44163 8.70801H7.11714C7.27472 8.70801 7.38849 8.85884 7.34519 9.01035ZM7.61724 8.05832C7.58795 8.16085 7.49404 8.2322 7.38741 8.2322H4.70925C4.29772 8.2322 4.02693 7.75784 4.43846 7.75784H7.39086C7.496 7.75784 7.58841 7.82754 7.61731 7.92863C7.6294 7.97093 7.62933 8.01602 7.61724 8.05832ZM7.30402 6.83259C7.34733 6.98411 7.23356 7.13495 7.07598 7.13495H5.71242C5.30089 7.13495 5.0301 6.6606 5.44163 6.6606H7.07598C7.18186 6.6606 7.27492 6.73079 7.30402 6.83259ZM7.03238 5.88226C7.07569 6.03378 6.96192 6.18462 6.80433 6.18462H6.26611C5.91093 6.18462 5.649 5.79659 5.99607 5.7211C6.0287 5.71401 6.06259 5.71027 6.09736 5.71027H6.80433C6.91022 5.71027 7.00328 5.78045 7.03238 5.88226Z" fill="currentColor"/>
|
4
|
+
<path d="M7.38239 10.7495C7.41437 10.7736 7.45335 10.7867 7.49341 10.7867C7.52874 10.7866 7.56334 10.7766 7.59321 10.7577L11.6803 8.15678C11.7067 8.14001 11.7284 8.11684 11.7435 8.08944C11.7585 8.06204 11.7664 8.03128 11.7664 8.00002C11.7664 7.96876 11.7585 7.93801 11.7435 7.9106C11.7284 7.8832 11.7067 7.86004 11.6803 7.84326L7.59321 5.24238C7.56137 5.22213 7.52412 5.21204 7.48642 5.21345C7.44871 5.21486 7.41233 5.2277 7.38209 5.25028C7.35186 5.27286 7.3292 5.30409 7.31714 5.33984C7.30507 5.3756 7.30417 5.41417 7.31454 5.45045L8.04331 8.00002L7.31469 10.5497C7.30438 10.586 7.30534 10.6245 7.31743 10.6602C7.32952 10.6959 7.35217 10.727 7.38239 10.7495Z" fill="#10B660"/>
|
5
|
+
</svg>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M14.0002 14C13.8234 14 13.6538 13.9298 13.5288 13.8047C13.4037 13.6797 13.3335 13.5101 13.3335 13.3333V10.6667H10.6668C10.49 10.6667 10.3204 10.5964 10.1954 10.4714C10.0704 10.3464 10.0002 10.1768 10.0002 10C10.0002 9.82319 10.0704 9.65362 10.1954 9.5286C10.3204 9.40357 10.49 9.33333 10.6668 9.33333H14.0002C14.177 9.33333 14.3465 9.40357 14.4716 9.5286C14.5966 9.65362 14.6668 9.82319 14.6668 10V13.3333C14.6668 13.5101 14.5966 13.6797 14.4716 13.8047C14.3465 13.9298 14.177 14 14.0002 14ZM5.3335 6.66667H2.00016C1.82335 6.66667 1.65378 6.59643 1.52876 6.4714C1.40373 6.34638 1.3335 6.17681 1.3335 6V2.66667C1.3335 2.48986 1.40373 2.32029 1.52876 2.19526C1.65378 2.07024 1.82335 2 2.00016 2C2.17697 2 2.34654 2.07024 2.47157 2.19526C2.59659 2.32029 2.66683 2.48986 2.66683 2.66667V5.33333H5.3335C5.51031 5.33333 5.67988 5.40357 5.8049 5.5286C5.92992 5.65362 6.00016 5.82319 6.00016 6C6.00016 6.17681 5.92992 6.34638 5.8049 6.4714C5.67988 6.59643 5.51031 6.66667 5.3335 6.66667Z" fill="currentColor"/>
|
3
|
-
<path d="M7.99983 14.6669C6.35964 14.6672 4.77691 14.0628 3.55435 12.9694C2.3318 11.876 1.55522 10.3703 1.37316 8.74022C1.36353 8.65267 1.37124 8.56408 1.39585 8.47951C1.42045 8.39494 1.46147 8.31605 1.51657 8.24733C1.62784 8.10856 1.78968 8.01966 1.9665 8.00022C2.14331 7.98077 2.3206 8.03235 2.45938 8.14362C2.59816 8.2549 2.68705 8.41674 2.7065 8.59355C2.83827 9.79535 3.37446 10.9167 4.22716 11.7738C5.07986 12.6309 6.19847 13.1728 7.39958 13.3108C8.60069 13.4487 9.81303 13.1744 10.8378 12.533C11.8626 11.8915 12.6391 10.9209 13.0398 9.78022C13.0648 9.69253 13.1075 9.61091 13.1653 9.54039C13.2231 9.46987 13.2948 9.41195 13.3758 9.37023C13.4569 9.3285 13.5457 9.30384 13.6366 9.29778C13.7276 9.29172 13.8189 9.30439 13.9048 9.33499C13.9906 9.3656 14.0693 9.4135 14.136 9.47573C14.2026 9.53796 14.2558 9.6132 14.2922 9.69679C14.3286 9.78039 14.3475 9.87056 14.3476 9.96174C14.3478 10.0529 14.3293 10.1432 14.2932 10.2269C13.8324 11.5271 12.9797 12.6524 11.8525 13.4476C10.7254 14.2429 9.37928 14.6689 7.99983 14.6669ZM13.9598 8.00022C13.795 8.00122 13.6357 7.94113 13.5126 7.83156C13.3895 7.72199 13.3113 7.57069 13.2932 7.40688C13.1555 6.21083 12.6172 5.09655 11.7658 4.24529C10.9145 3.39402 9.80012 2.85585 8.60406 2.71832C7.408 2.58078 6.20059 2.85198 5.17823 3.4878C4.15587 4.12361 3.37871 5.08663 2.97316 6.22022C2.94817 6.3079 2.90545 6.38952 2.84766 6.46004C2.78986 6.53056 2.71822 6.58848 2.63715 6.63021C2.55608 6.67193 2.46732 6.69659 2.37634 6.70265C2.28537 6.70871 2.19412 6.69605 2.10823 6.66544C2.02235 6.63483 1.94365 6.58693 1.87702 6.5247C1.81038 6.46247 1.75722 6.38723 1.72081 6.30364C1.68441 6.22004 1.66554 6.12987 1.66537 6.0387C1.6652 5.94752 1.68373 5.85728 1.71983 5.77355C2.22178 4.3496 3.19222 3.1382 4.47232 2.33762C5.75243 1.53704 7.26637 1.19469 8.76639 1.36661C10.2664 1.53853 11.6636 2.21453 12.7294 3.28397C13.7952 4.35341 14.4664 5.75296 14.6332 7.25355C14.6519 7.42846 14.6008 7.60369 14.4909 7.74105C14.381 7.87841 14.2213 7.96677 14.0465 7.98688L13.9598 8.00022Z" fill="currentColor"/>
|
4
|
-
</svg>
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M14.0002 14C13.8234 14 13.6538 13.9298 13.5288 13.8047C13.4037 13.6797 13.3335 13.5101 13.3335 13.3333V10.6667H10.6668C10.49 10.6667 10.3204 10.5964 10.1954 10.4714C10.0704 10.3464 10.0002 10.1768 10.0002 10C10.0002 9.82319 10.0704 9.65362 10.1954 9.5286C10.3204 9.40357 10.49 9.33333 10.6668 9.33333H14.0002C14.177 9.33333 14.3465 9.40357 14.4716 9.5286C14.5966 9.65362 14.6668 9.82319 14.6668 10V13.3333C14.6668 13.5101 14.5966 13.6797 14.4716 13.8047C14.3465 13.9298 14.177 14 14.0002 14ZM5.3335 6.66667H2.00016C1.82335 6.66667 1.65378 6.59643 1.52876 6.4714C1.40373 6.34638 1.3335 6.17681 1.3335 6V2.66667C1.3335 2.48986 1.40373 2.32029 1.52876 2.19526C1.65378 2.07024 1.82335 2 2.00016 2C2.17697 2 2.34654 2.07024 2.47157 2.19526C2.59659 2.32029 2.66683 2.48986 2.66683 2.66667V5.33333H5.3335C5.51031 5.33333 5.67988 5.40357 5.8049 5.5286C5.92992 5.65362 6.00016 5.82319 6.00016 6C6.00016 6.17681 5.92992 6.34638 5.8049 6.4714C5.67988 6.59643 5.51031 6.66667 5.3335 6.66667Z" fill="currentColor"/>
|
3
|
+
<path d="M7.99983 14.6669C6.35964 14.6672 4.77691 14.0628 3.55435 12.9694C2.3318 11.876 1.55522 10.3703 1.37316 8.74022C1.36353 8.65267 1.37124 8.56408 1.39585 8.47951C1.42045 8.39494 1.46147 8.31605 1.51657 8.24733C1.62784 8.10856 1.78968 8.01966 1.9665 8.00022C2.14331 7.98077 2.3206 8.03235 2.45938 8.14362C2.59816 8.2549 2.68705 8.41674 2.7065 8.59355C2.83827 9.79535 3.37446 10.9167 4.22716 11.7738C5.07986 12.6309 6.19847 13.1728 7.39958 13.3108C8.60069 13.4487 9.81303 13.1744 10.8378 12.533C11.8626 11.8915 12.6391 10.9209 13.0398 9.78022C13.0648 9.69253 13.1075 9.61091 13.1653 9.54039C13.2231 9.46987 13.2948 9.41195 13.3758 9.37023C13.4569 9.3285 13.5457 9.30384 13.6366 9.29778C13.7276 9.29172 13.8189 9.30439 13.9048 9.33499C13.9906 9.3656 14.0693 9.4135 14.136 9.47573C14.2026 9.53796 14.2558 9.6132 14.2922 9.69679C14.3286 9.78039 14.3475 9.87056 14.3476 9.96174C14.3478 10.0529 14.3293 10.1432 14.2932 10.2269C13.8324 11.5271 12.9797 12.6524 11.8525 13.4476C10.7254 14.2429 9.37928 14.6689 7.99983 14.6669ZM13.9598 8.00022C13.795 8.00122 13.6357 7.94113 13.5126 7.83156C13.3895 7.72199 13.3113 7.57069 13.2932 7.40688C13.1555 6.21083 12.6172 5.09655 11.7658 4.24529C10.9145 3.39402 9.80012 2.85585 8.60406 2.71832C7.408 2.58078 6.20059 2.85198 5.17823 3.4878C4.15587 4.12361 3.37871 5.08663 2.97316 6.22022C2.94817 6.3079 2.90545 6.38952 2.84766 6.46004C2.78986 6.53056 2.71822 6.58848 2.63715 6.63021C2.55608 6.67193 2.46732 6.69659 2.37634 6.70265C2.28537 6.70871 2.19412 6.69605 2.10823 6.66544C2.02235 6.63483 1.94365 6.58693 1.87702 6.5247C1.81038 6.46247 1.75722 6.38723 1.72081 6.30364C1.68441 6.22004 1.66554 6.12987 1.66537 6.0387C1.6652 5.94752 1.68373 5.85728 1.71983 5.77355C2.22178 4.3496 3.19222 3.1382 4.47232 2.33762C5.75243 1.53704 7.26637 1.19469 8.76639 1.36661C10.2664 1.53853 11.6636 2.21453 12.7294 3.28397C13.7952 4.35341 14.4664 5.75296 14.6332 7.25355C14.6519 7.42846 14.6008 7.60369 14.4909 7.74105C14.381 7.87841 14.2213 7.96677 14.0465 7.98688L13.9598 8.00022Z" fill="currentColor"/>
|
4
|
+
</svg>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M14 14C13.8232 14 13.6537 13.9298 13.5286 13.8047C13.4036 13.6797 13.3334 13.5101 13.3334 13.3333V10.6667H10.6667C10.4899 10.6667 10.3203 10.5964 10.1953 10.4714C10.0703 10.3464 10 10.1768 10 10C10 9.82319 10.0703 9.65362 10.1953 9.5286C10.3203 9.40357 10.4899 9.33333 10.6667 9.33333H14C14.1769 9.33333 14.3464 9.40357 14.4714 9.5286C14.5965 9.65362 14.6667 9.82319 14.6667 10V13.3333C14.6667 13.5101 14.5965 13.6797 14.4714 13.8047C14.3464 13.9298 14.1769 14 14 14ZM5.33337 6.66667H2.00004C1.82323 6.66667 1.65366 6.59643 1.52864 6.4714C1.40361 6.34638 1.33337 6.17681 1.33337 6V2.66667C1.33337 2.48986 1.40361 2.32029 1.52864 2.19526C1.65366 2.07024 1.82323 2 2.00004 2C2.17685 2 2.34642 2.07024 2.47145 2.19526C2.59647 2.32029 2.66671 2.48986 2.66671 2.66667V5.33333H5.33337C5.51018 5.33333 5.67975 5.40357 5.80478 5.5286C5.9298 5.65362 6.00004 5.82319 6.00004 6C6.00004 6.17681 5.9298 6.34638 5.80478 6.4714C5.67975 6.59643 5.51018 6.66667 5.33337 6.66667Z" fill="currentcolor"/>
|
3
|
-
<path d="M7.99995 14.6666C6.35977 14.6669 4.77704 14.0626 3.55448 12.9692C2.33192 11.8757 1.55534 10.37 1.37328 8.73997C1.36365 8.65242 1.37136 8.56384 1.39597 8.47927C1.42057 8.3947 1.4616 8.3158 1.51669 8.24709C1.62796 8.10831 1.78981 8.01942 1.96662 7.99997C2.14343 7.98052 2.32072 8.03211 2.4595 8.14338C2.59828 8.25465 2.68717 8.41649 2.70662 8.59331C2.83839 9.79511 3.37458 10.9165 4.22728 11.7736C5.07999 12.6306 6.19859 13.1726 7.3997 13.3105C8.60081 13.4485 9.81315 13.1742 10.8379 12.5327C11.8627 11.8912 12.6392 10.9206 13.0399 9.77997C13.0649 9.69229 13.1077 9.61066 13.1655 9.54014C13.2232 9.46963 13.2949 9.41171 13.376 9.36998C13.457 9.32825 13.5458 9.3036 13.6368 9.29754C13.7277 9.29148 13.819 9.30414 13.9049 9.33475C13.9908 9.36536 14.0695 9.41326 14.1361 9.47549C14.2027 9.53772 14.2559 9.61296 14.2923 9.69655C14.3287 9.78014 14.3476 9.87032 14.3477 9.96149C14.3479 10.0527 14.3294 10.1429 14.2933 10.2266C13.8325 11.5269 12.9798 12.6522 11.8527 13.4474C10.7255 14.2426 9.3794 14.6686 7.99995 14.6666ZM13.96 7.99997C13.7951 8.00097 13.6358 7.94089 13.5127 7.83132C13.3896 7.72174 13.3114 7.57045 13.2933 7.40664C13.1556 6.21059 12.6173 5.09631 11.766 4.24504C10.9146 3.39377 9.80024 2.8556 8.60418 2.71807C7.40812 2.58054 6.20071 2.85174 5.17835 3.48755C4.15599 4.12337 3.37883 5.08639 2.97328 6.21997C2.94829 6.30766 2.90557 6.38928 2.84778 6.4598C2.78999 6.53032 2.71834 6.58823 2.63727 6.62996C2.55621 6.67169 2.46744 6.69635 2.37647 6.70241C2.28549 6.70847 2.19424 6.6958 2.10836 6.66519C2.02247 6.63459 1.94378 6.58669 1.87714 6.52446C1.8105 6.46223 1.75734 6.38699 1.72093 6.30339C1.68453 6.2198 1.66566 6.12963 1.66549 6.03845C1.66532 5.94728 1.68386 5.85703 1.71995 5.7733C2.2219 4.34935 3.19234 3.13796 4.47245 2.33738C5.75255 1.5368 7.2665 1.19445 8.76651 1.36637C10.2665 1.53828 11.6638 2.21428 12.7295 3.28372C13.7953 4.35317 14.4665 5.75271 14.6333 7.2533C14.652 7.42821 14.6009 7.60344 14.491 7.7408C14.3811 7.87817 14.2214 7.96653 14.0466 7.98664L13.96 7.99997Z" fill="currentcolor"/>
|
4
|
-
</svg>
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M14 14C13.8232 14 13.6537 13.9298 13.5286 13.8047C13.4036 13.6797 13.3334 13.5101 13.3334 13.3333V10.6667H10.6667C10.4899 10.6667 10.3203 10.5964 10.1953 10.4714C10.0703 10.3464 10 10.1768 10 10C10 9.82319 10.0703 9.65362 10.1953 9.5286C10.3203 9.40357 10.4899 9.33333 10.6667 9.33333H14C14.1769 9.33333 14.3464 9.40357 14.4714 9.5286C14.5965 9.65362 14.6667 9.82319 14.6667 10V13.3333C14.6667 13.5101 14.5965 13.6797 14.4714 13.8047C14.3464 13.9298 14.1769 14 14 14ZM5.33337 6.66667H2.00004C1.82323 6.66667 1.65366 6.59643 1.52864 6.4714C1.40361 6.34638 1.33337 6.17681 1.33337 6V2.66667C1.33337 2.48986 1.40361 2.32029 1.52864 2.19526C1.65366 2.07024 1.82323 2 2.00004 2C2.17685 2 2.34642 2.07024 2.47145 2.19526C2.59647 2.32029 2.66671 2.48986 2.66671 2.66667V5.33333H5.33337C5.51018 5.33333 5.67975 5.40357 5.80478 5.5286C5.9298 5.65362 6.00004 5.82319 6.00004 6C6.00004 6.17681 5.9298 6.34638 5.80478 6.4714C5.67975 6.59643 5.51018 6.66667 5.33337 6.66667Z" fill="currentcolor"/>
|
3
|
+
<path d="M7.99995 14.6666C6.35977 14.6669 4.77704 14.0626 3.55448 12.9692C2.33192 11.8757 1.55534 10.37 1.37328 8.73997C1.36365 8.65242 1.37136 8.56384 1.39597 8.47927C1.42057 8.3947 1.4616 8.3158 1.51669 8.24709C1.62796 8.10831 1.78981 8.01942 1.96662 7.99997C2.14343 7.98052 2.32072 8.03211 2.4595 8.14338C2.59828 8.25465 2.68717 8.41649 2.70662 8.59331C2.83839 9.79511 3.37458 10.9165 4.22728 11.7736C5.07999 12.6306 6.19859 13.1726 7.3997 13.3105C8.60081 13.4485 9.81315 13.1742 10.8379 12.5327C11.8627 11.8912 12.6392 10.9206 13.0399 9.77997C13.0649 9.69229 13.1077 9.61066 13.1655 9.54014C13.2232 9.46963 13.2949 9.41171 13.376 9.36998C13.457 9.32825 13.5458 9.3036 13.6368 9.29754C13.7277 9.29148 13.819 9.30414 13.9049 9.33475C13.9908 9.36536 14.0695 9.41326 14.1361 9.47549C14.2027 9.53772 14.2559 9.61296 14.2923 9.69655C14.3287 9.78014 14.3476 9.87032 14.3477 9.96149C14.3479 10.0527 14.3294 10.1429 14.2933 10.2266C13.8325 11.5269 12.9798 12.6522 11.8527 13.4474C10.7255 14.2426 9.3794 14.6686 7.99995 14.6666ZM13.96 7.99997C13.7951 8.00097 13.6358 7.94089 13.5127 7.83132C13.3896 7.72174 13.3114 7.57045 13.2933 7.40664C13.1556 6.21059 12.6173 5.09631 11.766 4.24504C10.9146 3.39377 9.80024 2.8556 8.60418 2.71807C7.40812 2.58054 6.20071 2.85174 5.17835 3.48755C4.15599 4.12337 3.37883 5.08639 2.97328 6.21997C2.94829 6.30766 2.90557 6.38928 2.84778 6.4598C2.78999 6.53032 2.71834 6.58823 2.63727 6.62996C2.55621 6.67169 2.46744 6.69635 2.37647 6.70241C2.28549 6.70847 2.19424 6.6958 2.10836 6.66519C2.02247 6.63459 1.94378 6.58669 1.87714 6.52446C1.8105 6.46223 1.75734 6.38699 1.72093 6.30339C1.68453 6.2198 1.66566 6.12963 1.66549 6.03845C1.66532 5.94728 1.68386 5.85703 1.71995 5.7733C2.2219 4.34935 3.19234 3.13796 4.47245 2.33738C5.75255 1.5368 7.2665 1.19445 8.76651 1.36637C10.2665 1.53828 11.6638 2.21428 12.7295 3.28372C13.7953 4.35317 14.4665 5.75271 14.6333 7.2533C14.652 7.42821 14.6009 7.60344 14.491 7.7408C14.3811 7.87817 14.2214 7.96653 14.0466 7.98664L13.96 7.99997Z" fill="currentcolor"/>
|
4
|
+
</svg>
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M13.6483 2.35282C12.4042 1.10288 10.7824 0.299891 9.03527 0.0688652C7.28812 -0.16216 5.51372 0.191745 3.98832 1.07548C2.46292 1.95921 1.27213 3.32318 0.601357 4.95502C-0.0694201 6.58686 -0.182542 8.395 0.279602 10.0979C0.741747 11.8008 1.75322 13.3029 3.15655 14.3704C4.55988 15.4378 6.2763 16.0107 8.03858 15.9998C9.80085 15.989 11.5101 15.3949 12.9002 14.3102C14.2902 13.2255 15.2831 11.7111 15.7243 10.0026H13.6483C13.2813 11.0382 12.6372 11.953 11.7862 12.6469C10.9352 13.3408 9.91013 13.7871 8.82296 13.9372C7.73579 14.0872 6.62836 13.9351 5.62165 13.4976C4.61494 13.0601 3.74769 12.3539 3.11465 11.4562C2.48161 10.5586 2.10714 9.50398 2.03214 8.40764C1.95715 7.3113 2.18451 6.21541 2.6894 5.2397C3.19429 4.264 3.95728 3.44601 4.89501 2.87511C5.83273 2.30422 6.90912 2.00238 8.00656 2.00257C8.79185 2.00381 9.569 2.16189 10.2925 2.46754C11.0161 2.77319 11.6715 3.22027 12.2203 3.78264L9.00446 7.00695H16V0.00205947L13.6483 2.35282Z" fill="currentColor"/>
|
3
|
-
</svg>
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M13.6483 2.35282C12.4042 1.10288 10.7824 0.299891 9.03527 0.0688652C7.28812 -0.16216 5.51372 0.191745 3.98832 1.07548C2.46292 1.95921 1.27213 3.32318 0.601357 4.95502C-0.0694201 6.58686 -0.182542 8.395 0.279602 10.0979C0.741747 11.8008 1.75322 13.3029 3.15655 14.3704C4.55988 15.4378 6.2763 16.0107 8.03858 15.9998C9.80085 15.989 11.5101 15.3949 12.9002 14.3102C14.2902 13.2255 15.2831 11.7111 15.7243 10.0026H13.6483C13.2813 11.0382 12.6372 11.953 11.7862 12.6469C10.9352 13.3408 9.91013 13.7871 8.82296 13.9372C7.73579 14.0872 6.62836 13.9351 5.62165 13.4976C4.61494 13.0601 3.74769 12.3539 3.11465 11.4562C2.48161 10.5586 2.10714 9.50398 2.03214 8.40764C1.95715 7.3113 2.18451 6.21541 2.6894 5.2397C3.19429 4.264 3.95728 3.44601 4.89501 2.87511C5.83273 2.30422 6.90912 2.00238 8.00656 2.00257C8.79185 2.00381 9.569 2.16189 10.2925 2.46754C11.0161 2.77319 11.6715 3.22027 12.2203 3.78264L9.00446 7.00695H16V0.00205947L13.6483 2.35282Z" fill="currentColor"/>
|
3
|
+
</svg>
|
@@ -1,12 +1,12 @@
|
|
1
|
-
<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<g clip-path="url(#clip0_1017_453)">
|
3
|
-
<path
|
4
|
-
d="M11.419 6.47133L9.8903 8L11.419 9.52867C11.6796 9.78933 11.6796 10.2107 11.419 10.4713C11.289 10.6013 11.1183 10.6667 10.9476 10.6667C10.777 10.6667 10.6063 10.6013 10.4763 10.4713L8.94763 8.94267L7.41897 10.4713C7.28897 10.6013 7.1183 10.6667 6.94763 10.6667C6.77697 10.6667 6.6063 10.6013 6.4763 10.4713C6.21563 10.2107 6.21563 9.78933 6.4763 9.52867L8.00497 8L6.4763 6.47133C6.21563 6.21067 6.21563 5.78933 6.4763 5.52867C6.73697 5.268 7.1583 5.268 7.41897 5.52867L8.94763 7.05733L10.4763 5.52867C10.737 5.268 11.1583 5.268 11.419 5.52867C11.6796 5.78933 11.6796 6.21067 11.419 6.47133ZM16.9476 8C16.9476 12.4113 13.359 16 8.94763 16C4.5363 16 0.947632 12.4113 0.947632 8C0.947632 3.58867 4.5363 0 8.94763 0C13.359 0 16.9476 3.58867 16.9476 8ZM15.6143 8C15.6143 4.324 12.6236 1.33333 8.94763 1.33333C5.27163 1.33333 2.28097 4.324 2.28097 8C2.28097 11.676 5.27163 14.6667 8.94763 14.6667C12.6236 14.6667 15.6143 11.676 15.6143 8Z"
|
5
|
-
fill="currentColor" />
|
6
|
-
</g>
|
7
|
-
<defs>
|
8
|
-
<clipPath id="clip0_1017_453">
|
9
|
-
<rect width="16" height="16" fill="currentColor" transform="translate(0.947632)" />
|
10
|
-
</clipPath>
|
11
|
-
</defs>
|
1
|
+
<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<g clip-path="url(#clip0_1017_453)">
|
3
|
+
<path
|
4
|
+
d="M11.419 6.47133L9.8903 8L11.419 9.52867C11.6796 9.78933 11.6796 10.2107 11.419 10.4713C11.289 10.6013 11.1183 10.6667 10.9476 10.6667C10.777 10.6667 10.6063 10.6013 10.4763 10.4713L8.94763 8.94267L7.41897 10.4713C7.28897 10.6013 7.1183 10.6667 6.94763 10.6667C6.77697 10.6667 6.6063 10.6013 6.4763 10.4713C6.21563 10.2107 6.21563 9.78933 6.4763 9.52867L8.00497 8L6.4763 6.47133C6.21563 6.21067 6.21563 5.78933 6.4763 5.52867C6.73697 5.268 7.1583 5.268 7.41897 5.52867L8.94763 7.05733L10.4763 5.52867C10.737 5.268 11.1583 5.268 11.419 5.52867C11.6796 5.78933 11.6796 6.21067 11.419 6.47133ZM16.9476 8C16.9476 12.4113 13.359 16 8.94763 16C4.5363 16 0.947632 12.4113 0.947632 8C0.947632 3.58867 4.5363 0 8.94763 0C13.359 0 16.9476 3.58867 16.9476 8ZM15.6143 8C15.6143 4.324 12.6236 1.33333 8.94763 1.33333C5.27163 1.33333 2.28097 4.324 2.28097 8C2.28097 11.676 5.27163 14.6667 8.94763 14.6667C12.6236 14.6667 15.6143 11.676 15.6143 8Z"
|
5
|
+
fill="currentColor" />
|
6
|
+
</g>
|
7
|
+
<defs>
|
8
|
+
<clipPath id="clip0_1017_453">
|
9
|
+
<rect width="16" height="16" fill="currentColor" transform="translate(0.947632)" />
|
10
|
+
</clipPath>
|
11
|
+
</defs>
|
12
12
|
</svg>
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
-
<path d="M11.1109 11.8255H14.2563V12.8255H11.1109V11.8255ZM16 12.3255C16 14.154 14.5121 15.6415 12.6832 15.6415C10.8548 15.6415 9.36725 14.154 9.36725 12.3255C9.36725 11.5373 9.64364 10.8127 10.1043 10.243C9.10949 9.43355 7.8797 8.99252 6.59158 8.99252C3.50838 8.99252 1 11.501 1 14.5843V15.0843H0V14.5843C0 12.8305 0.687531 11.177 1.93596 9.92856C2.6152 9.24929 3.41449 8.73652 4.28443 8.40973C2.99944 7.66086 2.13387 6.26788 2.13387 4.67637C2.13387 2.29547 4.0708 0.358459 6.45163 0.358459C8.83246 0.358459 10.7694 2.29547 10.7694 4.67637C10.7694 6.22462 9.95017 7.58493 8.72261 8.34719C9.49487 8.61239 10.2156 9.02228 10.8502 9.5628C11.3756 9.21284 12.006 9.00856 12.6832 9.00856C14.5121 9.00856 16 10.4965 16 12.3255ZM6.4494 7.99427C6.47883 7.99364 6.50832 7.99342 6.53781 7.99318C8.32757 7.94731 9.76939 6.47706 9.76939 4.67637C9.76939 2.84688 8.28105 1.35846 6.45162 1.35846C4.6222 1.35846 3.13387 2.84688 3.13387 4.67637C3.13387 6.50513 4.621 7.99305 6.4494 7.99427ZM15 12.3255C15 11.0479 13.9607 10.0086 12.6832 10.0086C11.4062 10.0086 10.3672 11.0479 10.3672 12.3255C10.3672 13.6026 11.4062 14.6415 12.6832 14.6415C13.9607 14.6415 15 13.6026 15 12.3255Z" fill="currentColor"/>
|
3
|
-
</svg>
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
2
|
+
<path d="M11.1109 11.8255H14.2563V12.8255H11.1109V11.8255ZM16 12.3255C16 14.154 14.5121 15.6415 12.6832 15.6415C10.8548 15.6415 9.36725 14.154 9.36725 12.3255C9.36725 11.5373 9.64364 10.8127 10.1043 10.243C9.10949 9.43355 7.8797 8.99252 6.59158 8.99252C3.50838 8.99252 1 11.501 1 14.5843V15.0843H0V14.5843C0 12.8305 0.687531 11.177 1.93596 9.92856C2.6152 9.24929 3.41449 8.73652 4.28443 8.40973C2.99944 7.66086 2.13387 6.26788 2.13387 4.67637C2.13387 2.29547 4.0708 0.358459 6.45163 0.358459C8.83246 0.358459 10.7694 2.29547 10.7694 4.67637C10.7694 6.22462 9.95017 7.58493 8.72261 8.34719C9.49487 8.61239 10.2156 9.02228 10.8502 9.5628C11.3756 9.21284 12.006 9.00856 12.6832 9.00856C14.5121 9.00856 16 10.4965 16 12.3255ZM6.4494 7.99427C6.47883 7.99364 6.50832 7.99342 6.53781 7.99318C8.32757 7.94731 9.76939 6.47706 9.76939 4.67637C9.76939 2.84688 8.28105 1.35846 6.45162 1.35846C4.6222 1.35846 3.13387 2.84688 3.13387 4.67637C3.13387 6.50513 4.621 7.99305 6.4494 7.99427ZM15 12.3255C15 11.0479 13.9607 10.0086 12.6832 10.0086C11.4062 10.0086 10.3672 11.0479 10.3672 12.3255C10.3672 13.6026 11.4062 14.6415 12.6832 14.6415C13.9607 14.6415 15 13.6026 15 12.3255Z" fill="currentColor"/>
|
3
|
+
</svg>
|