@ldmjs/ui 1.0.0-dev-2 → 1.0.0-dev-4
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/README.md +33 -1
- package/dist/css/index.css +86 -0
- package/dist/index.js +697 -5
- package/dist/scss/_buttons.scss +301 -0
- package/dist/scss/_colors.scss +73 -0
- package/dist/scss/_variables.scss +9 -0
- package/dist/scss/index.scss +3 -0
- package/dist/utils.d.ts +4 -0
- package/package.json +29 -13
- package/.eslintignore +0 -15
- package/.eslintrc.json +0 -299
- package/.yarnrc.yml +0 -1
- package/config/webpack.config.build.js +0 -138
- package/config/webpack.config.dev.js +0 -85
- package/index.html +0 -18
- package/main.ts +0 -10
- package/src/app.vue +0 -12
- package/src/index.d.ts +0 -1
- package/src/index.ts +0 -18
- package/src/ld-icon/icons/access_control_24.svg +0 -3
- package/src/ld-icon/icons/account_tree_black_24.svg +0 -3
- package/src/ld-icon/icons/add_a_stage_24.svg +0 -3
- package/src/ld-icon/icons/add_column_24.svg +0 -3
- package/src/ld-icon/icons/add_outline_24.svg +0 -3
- package/src/ld-icon/icons/add_user_24.svg +0 -3
- package/src/ld-icon/icons/add_user_24_max.svg +0 -3
- package/src/ld-icon/icons/additional_zone_mode_24.svg +0 -5
- package/src/ld-icon/icons/additional_zone_mode_24_max.svg +0 -3
- package/src/ld-icon/icons/archive_24.svg +0 -3
- package/src/ld-icon/icons/archive_24_max.svg +0 -3
- package/src/ld-icon/icons/arrow_downward_24.svg +0 -3
- package/src/ld-icon/icons/arrow_downward_24_max.svg +0 -3
- package/src/ld-icon/icons/arrow_upward_24.svg +0 -3
- package/src/ld-icon/icons/arrow_upward_24_max.svg +0 -3
- package/src/ld-icon/icons/assignment_24.svg +0 -3
- package/src/ld-icon/icons/attach_file_outline_24_1.svg +0 -3
- package/src/ld-icon/icons/attach_file_outline_24_2.svg +0 -3
- package/src/ld-icon/icons/attach_file_outline_24_3.svg +0 -3
- package/src/ld-icon/icons/attach_file_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/attantion_outline_24.svg +0 -3
- package/src/ld-icon/icons/attribute_label_24.svg +0 -3
- package/src/ld-icon/icons/back_24.svg +0 -3
- package/src/ld-icon/icons/back_24_max.svg +0 -3
- package/src/ld-icon/icons/back_to_base_doc_24.svg +0 -3
- package/src/ld-icon/icons/burger_menu_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/business_processes_24.svg +0 -3
- package/src/ld-icon/icons/cancel_outline_24.svg +0 -3
- package/src/ld-icon/icons/change_user_24.svg +0 -4
- package/src/ld-icon/icons/chat_24.svg +0 -3
- package/src/ld-icon/icons/chat_24_max.svg +0 -3
- package/src/ld-icon/icons/class_24.svg +0 -3
- package/src/ld-icon/icons/class_24_max.svg +0 -3
- package/src/ld-icon/icons/clear_date_outline_24.svg +0 -3
- package/src/ld-icon/icons/clip_outline_24_max.svg +0 -10
- package/src/ld-icon/icons/clock_24.svg +0 -3
- package/src/ld-icon/icons/clock_24_max.svg +0 -3
- package/src/ld-icon/icons/clock_outline_24.svg +0 -3
- package/src/ld-icon/icons/close_24_max.svg +0 -3
- package/src/ld-icon/icons/close_fullscreen_24.svg +0 -3
- package/src/ld-icon/icons/close_fullscreen_24_max.svg +0 -3
- package/src/ld-icon/icons/collapse_16.svg +0 -4
- package/src/ld-icon/icons/collapse_24.svg +0 -4
- package/src/ld-icon/icons/collapse_accordion_24.svg +0 -3
- package/src/ld-icon/icons/collapse_panel_24.svg +0 -3
- package/src/ld-icon/icons/collapse_tree_24.svg +0 -3
- package/src/ld-icon/icons/collapse_window_24.svg +0 -3
- package/src/ld-icon/icons/color_design_24.svg +0 -3
- package/src/ld-icon/icons/column_view_24.svg +0 -3
- package/src/ld-icon/icons/column_view_24_max.svg +0 -3
- package/src/ld-icon/icons/component_24.svg +0 -3
- package/src/ld-icon/icons/content_24.svg +0 -3
- package/src/ld-icon/icons/content_24_max.svg +0 -3
- package/src/ld-icon/icons/content_storage_management_24.svg +0 -3
- package/src/ld-icon/icons/control_24.svg +0 -3
- package/src/ld-icon/icons/copy_24.svg +0 -3
- package/src/ld-icon/icons/correspondent_24.svg +0 -3
- package/src/ld-icon/icons/correspondent_24_max-1.svg +0 -3
- package/src/ld-icon/icons/correspondent_24_max.svg +0 -3
- package/src/ld-icon/icons/create_a_desktop_outline_24.svg +0 -3
- package/src/ld-icon/icons/create_a_desktop_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/date_range_24.svg +0 -5
- package/src/ld-icon/icons/date_range_24_max.svg +0 -3
- package/src/ld-icon/icons/delegate_24.svg +0 -3
- package/src/ld-icon/icons/delete_24.svg +0 -3
- package/src/ld-icon/icons/delete_24_max.svg +0 -3
- package/src/ld-icon/icons/delete_user_24.svg +0 -3
- package/src/ld-icon/icons/delete_user_24_max.svg +0 -3
- package/src/ld-icon/icons/denied_24.svg +0 -4
- package/src/ld-icon/icons/department_24.svg +0 -3
- package/src/ld-icon/icons/departments_24.svg +0 -3
- package/src/ld-icon/icons/deploy_grid_24.svg +0 -3
- package/src/ld-icon/icons/dev_24.svg +0 -10
- package/src/ld-icon/icons/document_24.svg +0 -3
- package/src/ld-icon/icons/document_24_max.svg +0 -3
- package/src/ld-icon/icons/done_outline_24.svg +0 -3
- package/src/ld-icon/icons/done_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/down_to_the_end_24.svg +0 -3
- package/src/ld-icon/icons/edit_24.svg +0 -3
- package/src/ld-icon/icons/edit_24_max.svg +0 -3
- package/src/ld-icon/icons/edit_grid_24.svg +0 -3
- package/src/ld-icon/icons/electronic_signature_24.svg +0 -3
- package/src/ld-icon/icons/email_24.svg +0 -3
- package/src/ld-icon/icons/email_24_max.svg +0 -3
- package/src/ld-icon/icons/email_outline_24.svg +0 -3
- package/src/ld-icon/icons/email_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/event_24.svg +0 -3
- package/src/ld-icon/icons/event_24_max.svg +0 -3
- package/src/ld-icon/icons/expand_16.svg +0 -4
- package/src/ld-icon/icons/expand_24.svg +0 -5
- package/src/ld-icon/icons/expand_accordion__24.svg +0 -3
- package/src/ld-icon/icons/expand_navigation_panel_24.svg +0 -3
- package/src/ld-icon/icons/expand_panel_24.svg +0 -3
- package/src/ld-icon/icons/expand_tree_24.svg +0 -3
- package/src/ld-icon/icons/favourites_24.svg +0 -3
- package/src/ld-icon/icons/favourites_24_max.svg +0 -3
- package/src/ld-icon/icons/file_24.svg +0 -3
- package/src/ld-icon/icons/file_24_max.svg +0 -3
- package/src/ld-icon/icons/file_outline_24.svg +0 -3
- package/src/ld-icon/icons/file_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/filter_list_24.svg +0 -3
- package/src/ld-icon/icons/filter_list_24_max.svg +0 -3
- package/src/ld-icon/icons/folder_24.svg +0 -3
- package/src/ld-icon/icons/folder_24_max.svg +0 -3
- package/src/ld-icon/icons/folder_back_24.svg +0 -3
- package/src/ld-icon/icons/folder_files_24.svg +0 -3
- package/src/ld-icon/icons/folder_outline_24.svg +0 -3
- package/src/ld-icon/icons/folder_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/forbidden_24.svg +0 -3
- package/src/ld-icon/icons/forward_24.svg +0 -3
- package/src/ld-icon/icons/forward_24_max.svg +0 -3
- package/src/ld-icon/icons/from_project_outline_24.svg +0 -3
- package/src/ld-icon/icons/get_app_24.svg +0 -3
- package/src/ld-icon/icons/get_app_24_max.svg +0 -3
- package/src/ld-icon/icons/help_24.svg +0 -3
- package/src/ld-icon/icons/history_outline_24.svg +0 -3
- package/src/ld-icon/icons/history_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/home_24.svg +0 -3
- package/src/ld-icon/icons/home_24_max.svg +0 -3
- package/src/ld-icon/icons/host_24.svg +0 -3
- package/src/ld-icon/icons/info_24-1.svg +0 -3
- package/src/ld-icon/icons/info_24.svg +0 -3
- package/src/ld-icon/icons/info_24_max.svg +0 -3
- package/src/ld-icon/icons/info_outline_24.svg +0 -3
- package/src/ld-icon/icons/input_marker_24.svg +0 -3
- package/src/ld-icon/icons/insert_diagonal_link_outline_24.svg +0 -3
- package/src/ld-icon/icons/insert_link_outline_24.svg +0 -3
- package/src/ld-icon/icons/interaction_management_24.svg +0 -3
- package/src/ld-icon/icons/label_outline_24.svg +0 -3
- package/src/ld-icon/icons/label_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/lamp_24.svg +0 -3
- package/src/ld-icon/icons/lamp_24_max.svg +0 -3
- package/src/ld-icon/icons/list_view_24.svg +0 -3
- package/src/ld-icon/icons/list_view_24_max.svg +0 -3
- package/src/ld-icon/icons/live_help_24_max.svg +0 -3
- package/src/ld-icon/icons/lock_24.svg +0 -3
- package/src/ld-icon/icons/lock_24_max.svg +0 -3
- package/src/ld-icon/icons/lock_open_outline_24.svg +0 -3
- package/src/ld-icon/icons/lock_open_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/logicgroup_24.svg +0 -3
- package/src/ld-icon/icons/logo_windows_24.svg +0 -3
- package/src/ld-icon/icons/mailing_group_department_24.svg +0 -3
- package/src/ld-icon/icons/mass_actions_24.svg +0 -3
- package/src/ld-icon/icons/maximize_window_outline_24.svg +0 -6
- package/src/ld-icon/icons/mini_pin_24.svg +0 -3
- package/src/ld-icon/icons/model_resolutions_24.svg +0 -3
- package/src/ld-icon/icons/monitor_24.svg +0 -3
- package/src/ld-icon/icons/more_vert_24_max.svg +0 -3
- package/src/ld-icon/icons/more_vert_24s.svg +0 -3
- package/src/ld-icon/icons/multi_volume_archive_24.svg +0 -4
- package/src/ld-icon/icons/negative_report_accepted_24.svg +0 -4
- package/src/ld-icon/icons/new_version_24.svg +0 -3
- package/src/ld-icon/icons/next_24.svg +0 -4
- package/src/ld-icon/icons/next_24_max.svg +0 -3
- package/src/ld-icon/icons/notyfications_24.svg +0 -3
- package/src/ld-icon/icons/notyfications_24_max.svg +0 -3
- package/src/ld-icon/icons/object_right.svg +0 -4
- package/src/ld-icon/icons/on_hold_24.svg +0 -3
- package/src/ld-icon/icons/on_hold_outline_24.svg +0 -3
- package/src/ld-icon/icons/open_in_full_24.svg +0 -3
- package/src/ld-icon/icons/open_in_full_24_max.svg +0 -3
- package/src/ld-icon/icons/open_modal_24.svg +0 -3
- package/src/ld-icon/icons/open_modal_24_max.svg +0 -4
- package/src/ld-icon/icons/pages_outline_24.svg +0 -3
- package/src/ld-icon/icons/pages_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/parallel_24.svg +0 -3
- package/src/ld-icon/icons/parallel_24_max.svg +0 -3
- package/src/ld-icon/icons/pause_18.svg +0 -3
- package/src/ld-icon/icons/photo_camera_24_max.svg +0 -10
- package/src/ld-icon/icons/pie_chart_24.svg +0 -3
- package/src/ld-icon/icons/pie_chart_24_max.svg +0 -3
- package/src/ld-icon/icons/pin_24.svg +0 -3
- package/src/ld-icon/icons/preview_mode_off_24.svg +0 -3
- package/src/ld-icon/icons/preview_mode_off_24_max.svg +0 -3
- package/src/ld-icon/icons/preview_mode_on_24.svg +0 -3
- package/src/ld-icon/icons/preview_mode_on_24_max.svg +0 -3
- package/src/ld-icon/icons/previous_24.svg +0 -3
- package/src/ld-icon/icons/previous_24_max.svg +0 -3
- package/src/ld-icon/icons/print_24.svg +0 -3
- package/src/ld-icon/icons/print_24_max.svg +0 -3
- package/src/ld-icon/icons/project_24.svg +0 -3
- package/src/ld-icon/icons/project_24_max.svg +0 -3
- package/src/ld-icon/icons/read_email_24.svg +0 -3
- package/src/ld-icon/icons/recipient_24.svg +0 -3
- package/src/ld-icon/icons/recipient_organization_24.svg +0 -3
- package/src/ld-icon/icons/redirect_24.svg +0 -3
- package/src/ld-icon/icons/redirect_24_max.svg +0 -3
- package/src/ld-icon/icons/refresh_outline_24.svg +0 -3
- package/src/ld-icon/icons/refresh_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/related_files_outline_24.svg +0 -3
- package/src/ld-icon/icons/remove_24.svg +0 -3
- package/src/ld-icon/icons/remove_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/rename_outline_24.svg +0 -3
- package/src/ld-icon/icons/repeat_report_for_user_24.svg +0 -3
- package/src/ld-icon/icons/reply_24.svg +0 -3
- package/src/ld-icon/icons/reply_24_max.svg +0 -3
- package/src/ld-icon/icons/restore_deleted_24.svg +0 -3
- package/src/ld-icon/icons/role_24.svg +0 -3
- package/src/ld-icon/icons/role_icon_24.svg +0 -3
- package/src/ld-icon/icons/roll_up_grid_24.svg +0 -3
- package/src/ld-icon/icons/save_24.svg +0 -3
- package/src/ld-icon/icons/save_24_max.svg +0 -3
- package/src/ld-icon/icons/scan_24.svg +0 -3
- package/src/ld-icon/icons/scheduler_24_1.svg +0 -3
- package/src/ld-icon/icons/scheduler_24_2.svg +0 -3
- package/src/ld-icon/icons/search_outline_24.svg +0 -3
- package/src/ld-icon/icons/search_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/select_the_widget_24.svg +0 -3
- package/src/ld-icon/icons/send_24.svg +0 -3
- package/src/ld-icon/icons/send_24_max.svg +0 -3
- package/src/ld-icon/icons/sequential_24.svg +0 -3
- package/src/ld-icon/icons/sequential_24_max.svg +0 -3
- package/src/ld-icon/icons/settings_24.svg +0 -3
- package/src/ld-icon/icons/settings_24_max.svg +0 -3
- package/src/ld-icon/icons/share_24.svg +0 -3
- package/src/ld-icon/icons/share_24_max.svg +0 -3
- package/src/ld-icon/icons/show_recipients_outline_24.svg +0 -3
- package/src/ld-icon/icons/sort_outline_24.svg +0 -3
- package/src/ld-icon/icons/stamp_24.svg +0 -3
- package/src/ld-icon/icons/star_outline_24.svg +0 -3
- package/src/ld-icon/icons/star_outline_24_max.svg +0 -3
- package/src/ld-icon/icons/start_the_route_24_max.svg +0 -3
- package/src/ld-icon/icons/statistics_24.svg +0 -3
- package/src/ld-icon/icons/stop_the_route_24.svg +0 -3
- package/src/ld-icon/icons/subsystem_24.svg +0 -3
- package/src/ld-icon/icons/successfully_24.svg +0 -4
- package/src/ld-icon/icons/table_view_24.svg +0 -3
- package/src/ld-icon/icons/table_view_24_max.svg +0 -3
- package/src/ld-icon/icons/tag_24.svg +0 -3
- package/src/ld-icon/icons/the_report_is_accepted_24.svg +0 -3
- package/src/ld-icon/icons/to_the_begining_24.svg +0 -3
- package/src/ld-icon/icons/to_the_end_24.svg +0 -3
- package/src/ld-icon/icons/typical__route_24_max.svg +0 -7
- package/src/ld-icon/icons/typical_route_24-1.svg +0 -3
- package/src/ld-icon/icons/typical_route_24.svg +0 -3
- package/src/ld-icon/icons/unarchive_24.svg +0 -3
- package/src/ld-icon/icons/undo_outline_24.svg +0 -3
- package/src/ld-icon/icons/unpin_navigation_panel_24.svg +0 -3
- package/src/ld-icon/icons/up_24.svg +0 -3
- package/src/ld-icon/icons/up_to_the_begining_24.svg +0 -3
- package/src/ld-icon/icons/user_icon_24.svg +0 -3
- package/src/ld-icon/icons/user_icon_24_max.svg +0 -3
- package/src/ld-icon/icons/user_rights_24.svg +0 -3
- package/src/ld-icon/icons/verified_user_24.svg +0 -3
- package/src/ld-icon/icons/verified_user_24_max.svg +0 -3
- package/src/ld-icon/icons/viewing_24.svg +0 -7
- package/src/ld-icon/icons/vocabulary_24.svg +0 -3
- package/src/ld-icon/icons/warning_24.svg +0 -3
- package/src/ld-icon/icons/warning_24_max.svg +0 -3
- package/src/ld-icon/icons/warning_outline_24.svg +0 -3
- package/src/ld-icon/icons/whats_new_24.svg +0 -3
- package/src/ld-icon/icons/work_outline_24.svg +0 -3
- package/src/ld-icon/icons/work_outline_24_max.svg +0 -3
- package/src/ld-icon/icons.html +0 -37
- package/src/ld-icon/icons.json +0 -147
- package/src/ld-icon/icons.md +0 -2
- package/src/ld-icon/index.ts +0 -35
- package/src/ld-icon/ld-icon.ts +0 -59
- package/src/ld-icon/ld-icon.vue +0 -1
- package/src/ld-icon/svg-icon.ts +0 -10
- package/src/ld-icon/svg-icon.vue +0 -6
- package/tsconfig.json +0 -32
- package/typings/declarations.d.ts +0 -2
- package/typings/vue-shims.d.ts +0 -19
- package/typings/vue.d.ts +0 -34
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="related_files_outline_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.0048 3C18.5571 3 19 3.44772 19 4V20C19 20.5523 18.5523 21 18 21H6C5.44772 21 5 20.5523 5 20V4C5 3.44772 5.44174 3 5.99402 3H18.0048ZM6 20H18V11.4297C17.8615 11.6348 17.7017 11.8296 17.5205 12.0108L15.457 14.0742L14.4061 13.0233L16.4695 10.9599C17.4154 10.014 17.4154 8.47634 16.4695 7.5305C15.5237 6.58465 13.986 6.58465 13.0401 7.5305L10.9767 9.59391L9.92579 8.54297L11.9892 6.47956C13.5158 4.95293 16.0046 4.94213 17.5313 6.46876C17.7081 6.64563 17.8644 6.83542 18 7.03513V4H6V12.5679C6.13714 12.3657 6.2952 12.1736 6.47417 11.9946L8.54298 9.92578L9.59392 10.9767L7.5251 13.0455C6.57926 13.9914 6.57926 15.5291 7.5251 16.4749C8.47095 17.4208 10.0086 17.4208 10.9545 16.4749L13.0233 14.4061L14.0742 15.457L12.0054 17.5258C10.4788 19.0525 7.99539 19.0579 6.46877 17.5312C6.29197 17.3545 6.13572 17.1648 6 16.9653V20ZM14.7656 10.6172L10.6172 14.7656L9.23439 13.3828L13.3828 9.23438L14.7656 10.6172Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="remove_outline_24_max">
|
|
2
|
-
<path d="M19 12.5C19 12.7761 18.7761 13 18.5 13H5.5C5.22386 13 5 12.7761 5 12.5V11.5C5 11.2239 5.22386 11 5.5 11H18.5C18.7761 11 19 11.2239 19 11.5V12.5Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="rename_outline_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 21L18 3H17L17 21H18ZM12.7828 17.6863C12.8499 18.2222 12.9373 18.5948 13.0448 18.8039H15V18.6471C14.7447 18.0719 14.617 17.2974 14.617 16.3235V11.4412C14.5901 10.3693 14.2206 9.52941 13.5084 8.92157C12.7962 8.30719 11.8119 8 10.5554 8C9.7626 8 9.03359 8.14379 8.36842 8.43137C7.70997 8.71895 7.18589 9.11111 6.79619 9.60784C6.41321 10.098 6.22172 10.6078 6.22172 11.1373H8.0963C8.0963 10.6732 8.32139 10.2778 8.77156 9.95098C9.22172 9.62418 9.7794 9.46078 10.4446 9.46078C11.2038 9.46078 11.7783 9.65033 12.168 10.0294C12.5577 10.402 12.7525 10.9052 12.7525 11.5392V12.3725H10.9384C9.3729 12.3725 8.15677 12.6797 7.29003 13.2941C6.43001 13.902 6 14.7582 6 15.8627C6 16.7712 6.34267 17.5229 7.028 18.1176C7.72004 18.7059 8.60358 19 9.67861 19C10.8813 19 11.916 18.5621 12.7828 17.6863ZM11.6137 16.9804C11.0896 17.2745 10.5353 17.4216 9.95073 17.4216C9.33931 17.4216 8.83875 17.2614 8.44905 16.9412C8.05935 16.6209 7.8645 16.1765 7.8645 15.6078C7.8645 14.3072 9.00672 13.6569 11.2912 13.6569H12.7525V15.8333C12.5174 16.3039 12.1377 16.6863 11.6137 16.9804Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="repeat_report_for_user_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 8.49756C9.38071 8.49756 10.5 7.37827 10.5 5.99756C10.5 4.61685 9.38071 3.49756 8 3.49756C6.61929 3.49756 5.5 4.61685 5.5 5.99756C5.5 7.37827 6.61929 8.49756 8 8.49756ZM3 12.4444C3.37524 13.5601 5.88889 14.9976 8 14.9976C8.6471 14.9976 9.34087 14.8537 10 14.6247V10.2681C9.27166 10.089 8.5463 9.99756 8 9.99756C6.33333 9.99756 3 10.8486 3 12.4444ZM16.0031 9.99506C14.621 9.99506 13.3765 10.5579 12.4697 11.4647L11 9.99506V14.0001H15L13.364 12.359C14.0394 11.6774 14.965 11.2458 16.0031 11.2458C18.0732 11.2458 19.7555 12.9281 19.7555 14.9982C19.7555 17.0682 18.0732 18.7505 16.0031 18.7505C14.3709 18.7505 12.9825 17.4572 12.4697 16.0001H11.1689C11.5002 18.0001 13.6704 20.0013 16.0031 20.0013C18.7674 20.0013 21 17.7624 21 14.9982C21 12.234 18.7674 9.99506 16.0031 9.99506Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="reply_24">
|
|
2
|
-
<path d="M10 10V7.60355C10 7.38083 9.73071 7.26929 9.57322 7.42678L5.35355 11.6464C5.15829 11.8417 5.15829 12.1583 5.35355 12.3536L9.57322 16.5732C9.73072 16.7307 10 16.6192 10 16.3964V14C14 14 16.5 14.5 19 18C19 12 16 10 10 10Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="reply_24_max">
|
|
2
|
-
<path d="M11 9V5.55094C11 5.33615 10.747 5.22136 10.5854 5.3628L3.43004 11.6237C3.20238 11.8229 3.20238 12.1771 3.43004 12.3763L10.5854 18.6372C10.747 18.7786 11 18.6638 11 18.4491V15C16 15 19 16.5 21 20C21 14.9 18 10.5 11 9Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="restore_deleted_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.25 9H14V14H10V9H6.75L12 4L17.25 9ZM5 19C4.44772 19 4 18.5523 4 18V17V14H6V17H18V14H20V17V18C20 18.5523 19.5523 19 19 19H5Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="role_24">
|
|
2
|
-
<path id="Union" fill-rule="evenodd" clip-rule="evenodd" d="M12.5 7C13.3284 7 14 6.32843 14 5.5C14 4.67157 13.3284 4 12.5 4C11.6716 4 11 4.67157 11 5.5C11 6.32843 11.6716 7 12.5 7ZM13 12H17C17.5523 12 18 12.4477 18 13V15H17V13H13V15H12V13H8V15H7V13C7 12.4477 7.44772 12 8 12H12H13ZM6 17.5C6 16.6716 6.67157 16 7.5 16C8.32843 16 9 16.6716 9 17.5C9 18.3284 8.32843 19 7.5 19C6.67157 19 6 18.3284 6 17.5ZM11 17.5C11 16.6716 11.6716 16 12.5 16C13.3284 16 14 16.6716 14 17.5C14 18.3284 13.3284 19 12.5 19C11.6716 19 11 18.3284 11 17.5ZM17.5 16C16.6716 16 16 16.6716 16 17.5C16 18.3284 16.6716 19 17.5 19C18.3284 19 19 18.3284 19 17.5C19 16.6716 18.3284 16 17.5 16ZM9.12186 10.0095C9.17087 9.81411 9.23959 9.62172 9.33594 9.46639C10.5489 7.5112 14.4511 7.5112 15.6641 9.46639C15.7604 9.62172 15.8291 9.81411 15.8781 10.0095C16.0125 10.5452 15.5523 11 15 11H12.5H10C9.44772 11 8.98751 10.5452 9.12186 10.0095Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="role_icon_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 12C4 7.62667 7.62667 4 12 4C16.3733 4 20 7.62667 20 12C20 16.3733 16.3733 20 12 20C7.62667 20 4 16.3733 4 12ZM17 9C17 10.1046 16.1046 11 15 11C13.8954 11 13 10.1046 13 9C13 7.89543 13.8954 7 15 7C16.1046 7 17 7.89543 17 9ZM10 17C8.31111 17 6.3002 15.85 6 14.9574C6 13.6809 8.66667 13 10 13C11.3333 13 14 13.6809 14 14.9574C13.7752 15.775 11.6889 17 10 17ZM14 12C13.4186 12 12.5836 12.1295 11.8268 12.3814C12.2091 12.4583 12.5824 12.5513 12.868 12.6601C13.3434 12.8413 13.8382 13.0898 14.2309 13.4296C14.6272 13.7725 15 14.2843 15 14.959V15.089L14.9642 15.2143C14.8829 15.4991 14.7218 15.7499 14.54 15.9617C16.1047 15.7484 17.7987 14.6896 18 13.9574C18 12.6809 15.3334 12 14 12ZM12 10C12 11.1046 11.1046 12 10 12C8.89543 12 8 11.1046 8 10C8 8.89543 8.89543 8 10 8C11.1046 8 12 8.89543 12 10Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg" id="roll_up_grid_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.5312 10.4934C15.8236 10.7868 15.8228 11.2616 15.5294 11.554L12.542 14.5312C12.2493 14.8228 11.776 14.8229 11.4833 14.5314L8.47078 11.5314C8.17727 11.2392 8.17628 10.7643 8.46856 10.4708C8.76085 10.1773 9.23572 10.1763 9.52922 10.4686L12.0123 12.9414L14.4706 10.4916C14.764 10.1992 15.2389 10.2 15.5312 10.4934Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="save_24">
|
|
2
|
-
<path d="M15.9 5H6.6C5.7 5 5 5.7 5 6.6V17.5C5 18.3 5.7 19 6.6 19H17.5C18.4 19 19.1 18.3 19.1 17.4V8.1L15.9 5ZM12 17C10.9 17 10 16.1 10 15C10 13.9 10.9 13 12 13C13.1 13 14 13.9 14 15C14 16.1 13.1 17 12 17ZM15 10H7V7H15V10Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="save_24_max">
|
|
2
|
-
<path d="M17 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V7L17 3ZM12 19C10.3 19 9 17.7 9 16C9 14.3 10.3 13 12 13C13.7 13 15 14.3 15 16C15 17.7 13.7 19 12 19ZM15 9H5V5H15V9Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="scan_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M21 13V11.7834C21 11.0014 20.5442 10.2911 19.8333 9.96527L9.79362 5.36374C9.27069 5.12407 8.70223 5 8.127 5H5.11838C4.85134 5 4.77031 5.3625 5.01193 5.4762L21 13ZM21 13V17C21 17.5523 20.5523 18 20 18H4C3.44772 18 3 17.5523 3 17V15C3 13.8954 3.89543 13 5 13H21ZM17 15H16V17H17V15ZM18 15H19V17H18V15ZM15 15H14V17H15V15ZM5 16C5 15.4477 5.44772 15 6 15C6.55228 15 7 15.4477 7 16C7 16.5523 6.55228 17 6 17C5.44772 17 5 16.5523 5 16Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="scheduler_24_1">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M19 3H20C21.1 3 22 3.9 22 5V21C22 22.1 21.1 23 20 23H4C2.9 23 2 22.1 2 21V5C2 3.9 2.9 3 4 3H5V1H7V3H17V1H19V3ZM4 7V21H20V7H4ZM12 19C14.7614 19 17 16.7614 17 14C17 11.2386 14.7614 9 12 9C9.23858 9 7 11.2386 7 14C7 16.7614 9.23858 19 12 19ZM12.7808 13.8408L14.9731 11.6484L14.266 10.9413L11.5377 13.6697L11.5398 13.6718L11.374 13.8345L14.2481 16.7651L14.962 16.0649L12.7808 13.8408Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="scheduler_24_2">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 4H19C20.1 4 21 4.9 21 6V20C21 21.1 20.1 22 19 22H5C3.9 22 3 21.1 3 20V6C3 4.9 3.9 4 5 4H6V2H8V4H16V2H18V4ZM5 8V20H19V8H5ZM12 19C14.7614 19 17 16.7614 17 14C17 11.2386 14.7614 9 12 9C9.23858 9 7 11.2386 7 14C7 16.7614 9.23858 19 12 19ZM12.7808 13.8408L14.9731 11.6484L14.266 10.9413L11.5377 13.6697L11.5398 13.6718L11.374 13.8345L14.2481 16.7651L14.962 16.0649L12.7808 13.8408Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="search_outline_24">
|
|
2
|
-
<path d="M14.625 13.5H14.0325L13.8225 13.2975C14.5575 12.4425 15 11.3325 15 10.125C15 7.4325 12.8175 5.25 10.125 5.25C7.4325 5.25 5.25 7.4325 5.25 10.125C5.25 12.8175 7.4325 15 10.125 15C11.3325 15 12.4425 14.5575 13.2975 13.8225L13.5 14.0325V14.625L16.8964 18.0147C17.0918 18.2096 17.4081 18.2094 17.6032 18.0143L18.0143 17.6032C18.2094 17.4081 18.2096 17.0918 18.0147 16.8964L14.625 13.5ZM10.125 13.5C8.2575 13.5 6.75 11.9925 6.75 10.125C6.75 8.2575 8.2575 6.75 10.125 6.75C11.9925 6.75 13.5 8.2575 13.5 10.125C13.5 11.9925 11.9925 13.5 10.125 13.5Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="search_outline_24_max">
|
|
2
|
-
<path d="M15.5 14H14.71L14.43 13.73C15.41 12.59 16 11.11 16 9.5C16 5.91 13.09 3 9.5 3C5.91 3 3 5.91 3 9.5C3 13.09 5.91 16 9.5 16C11.11 16 12.59 15.41 13.73 14.43L14 14.71V15.5L18.2929 19.7843C18.6835 20.1742 19.3162 20.1738 19.7064 19.7836L19.7836 19.7064C20.1738 19.3162 20.1742 18.6835 19.7843 18.2929L15.5 14ZM9.5 14C7.01 14 5 11.99 5 9.5C5 7.01 7.01 5 9.5 5C11.99 5 14 7.01 14 9.5C14 11.99 11.99 14 9.5 14Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="select_the_widget_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 5C5.44772 5 5 5.44772 5 6V10C5 10.5523 5.44772 11 6 11H10C10.5523 11 11 10.5523 11 10V6C11 5.44772 10.5523 5 10 5H6ZM14 5C13.4477 5 13 5.44772 13 6V10C13 10.5523 13.4477 11 14 11H18C18.5523 11 19 10.5523 19 10V6C19 5.44772 18.5523 5 18 5H14ZM10 13C10.5523 13 11 13.4477 11 14V18C11 18.5523 10.5523 19 10 19H6C5.44772 19 5 18.5523 5 18V14C5 13.4477 5.44772 13 6 13H10ZM14 14H18V18H14V14ZM13 14C13 13.4477 13.4477 13 14 13H18C18.5523 13 19 13.4477 19 14V18C19 18.5523 18.5523 19 18 19H14C13.4477 19 13 18.5523 13 18V14Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="send_24">
|
|
2
|
-
<path d="M4.26993 18.0652C4.19793 18.4613 4.5995 18.7757 4.96669 18.6108L19.8 11.95L4.96317 5.38212C4.59622 5.21968 4.19706 5.53394 4.26884 5.92876L5.09998 10.5L15.4 12.05L5.09998 13.5L4.26993 18.0652Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="send_24_max">
|
|
2
|
-
<path d="M2.12582 20.1193C2.07066 20.5054 2.45922 20.8032 2.81776 20.6495L23 12L2.81776 3.35047C2.45923 3.19681 2.07066 3.4946 2.12582 3.88075L3 10L17 12L3 14L2.12582 20.1193Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="sequential_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 5C5.22386 5 5 5.22386 5 5.5V6.5C5 6.77614 5.22386 7 5.5 7L18.5 7C18.7761 7 19 6.77614 19 6.5V5.5C19 5.22386 18.7761 5 18.5 5H5.5ZM5.5 9C5.22386 9 5 9.22386 5 9.5V10.5C5 10.7761 5.22386 11 5.5 11L18.5 11C18.7761 11 19 10.7761 19 10.5V9.5C19 9.22386 18.7761 9 18.5 9L5.5 9ZM5.5 13C5.22386 13 5 13.2239 5 13.5V14.5C5 14.7761 5.22386 15 5.5 15L18.5 15C18.7761 15 19 14.7761 19 14.5V13.5C19 13.2239 18.7761 13 18.5 13L5.5 13ZM5.5 19C5.22386 19 5 18.7761 5 18.5V17.5C5 17.2239 5.22386 17 5.5 17H18.5C18.7761 17 19 17.2239 19 17.5V18.5C19 18.7761 18.7761 19 18.5 19H5.5Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="sequential_24_max">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 5C3.22386 5 3 5.22386 3 5.5V6.5C3 6.77614 3.22386 7 3.5 7L20.5 7C20.7761 7 21 6.77614 21 6.5V5.5C21 5.22386 20.7761 5 20.5 5H3.5ZM3.5 9C3.22386 9 3 9.22386 3 9.5V10.5C3 10.7761 3.22386 11 3.5 11L20.5 11C20.7761 11 21 10.7761 21 10.5V9.5C21 9.22386 20.7761 9 20.5 9L3.5 9ZM3.5 15C3.22386 15 3 14.7761 3 14.5V13.5C3 13.2239 3.22386 13 3.5 13L20.5 13C20.7761 13 21 13.2239 21 13.5V14.5C21 14.7761 20.7761 15 20.5 15L3.5 15ZM3.5 17C3.22386 17 3 17.2239 3 17.5V18.5C3 18.7761 3.22386 19 3.5 19L20.5 19C20.7761 19 21 18.7761 21 18.5V17.5C21 17.2239 20.7761 17 20.5 17L3.5 17Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="settings_24">
|
|
2
|
-
<path d="M17.0117 12.6854C17.0409 12.4667 17.0555 12.2406 17.0555 12C17.0555 11.7667 17.0409 11.5333 17.0044 11.3146L18.4846 10.1625C18.6159 10.0604 18.6524 9.86354 18.5721 9.71771L17.1721 7.29688C17.0846 7.13646 16.9024 7.08542 16.7419 7.13646L14.9992 7.83646C14.6346 7.55937 14.2482 7.32604 13.818 7.15104L13.5555 5.29896C13.5263 5.12396 13.3805 5 13.2055 5H10.4055C10.2305 5 10.0919 5.12396 10.0628 5.29896L9.80027 7.15104C9.37006 7.32604 8.97631 7.56667 8.61902 7.83646L6.87631 7.13646C6.7159 7.07812 6.5336 7.13646 6.4461 7.29688L5.0534 9.71771C4.9659 9.87083 4.99506 10.0604 5.1409 10.1625L6.6211 11.3146C6.58465 11.5333 6.55548 11.774 6.55548 12C6.55548 12.226 6.57006 12.4667 6.60652 12.6854L5.12631 13.8375C4.99506 13.9396 4.9586 14.1365 5.03881 14.2823L6.43881 16.7031C6.52631 16.8635 6.7086 16.9146 6.86902 16.8635L8.61173 16.1635C8.97631 16.4406 9.36277 16.674 9.79298 16.849L10.0555 18.701C10.0919 18.876 10.2305 19 10.4055 19H13.2055C13.3805 19 13.5263 18.876 13.5482 18.701L13.8107 16.849C14.2409 16.674 14.6346 16.4406 14.9919 16.1635L16.7346 16.8635C16.8951 16.9219 17.0774 16.8635 17.1649 16.7031L18.5649 14.2823C18.6524 14.1219 18.6159 13.9396 18.4774 13.8375L17.0117 12.6854ZM11.8055 14.625C10.3617 14.625 9.18048 13.4437 9.18048 12C9.18048 10.5563 10.3617 9.375 11.8055 9.375C13.2492 9.375 14.4305 10.5563 14.4305 12C14.4305 13.4437 13.2492 14.625 11.8055 14.625Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="settings_24_max">
|
|
2
|
-
<path d="M19.1646 12.9792C19.2062 12.6667 19.2271 12.3438 19.2271 12C19.2271 11.6667 19.2062 11.3333 19.1542 11.0208L21.2687 9.375C21.4562 9.22917 21.5083 8.94792 21.3937 8.73958L19.3937 5.28125C19.2687 5.05208 19.0083 4.97917 18.7792 5.05208L16.2896 6.05208C15.7687 5.65625 15.2167 5.32292 14.6021 5.07292L14.2271 2.42708C14.1854 2.17708 13.9771 2 13.7271 2H9.72708C9.47708 2 9.27917 2.17708 9.2375 2.42708L8.8625 5.07292C8.24792 5.32292 7.68542 5.66667 7.175 6.05208L4.68542 5.05208C4.45625 4.96875 4.19583 5.05208 4.07083 5.28125L2.08125 8.73958C1.95625 8.95833 1.99792 9.22917 2.20625 9.375L4.32083 11.0208C4.26875 11.3333 4.22708 11.6771 4.22708 12C4.22708 12.3229 4.24792 12.6667 4.3 12.9792L2.18542 14.625C1.99792 14.7708 1.94583 15.0521 2.06042 15.2604L4.06042 18.7188C4.18542 18.9479 4.44583 19.0208 4.675 18.9479L7.16458 17.9479C7.68542 18.3437 8.2375 18.6771 8.85208 18.9271L9.22708 21.5729C9.27917 21.8229 9.47708 22 9.72708 22H13.7271C13.9771 22 14.1854 21.8229 14.2167 21.5729L14.5917 18.9271C15.2062 18.6771 15.7687 18.3437 16.2792 17.9479L18.7687 18.9479C18.9979 19.0312 19.2583 18.9479 19.3833 18.7188L21.3833 15.2604C21.5083 15.0312 21.4562 14.7708 21.2583 14.625L19.1646 12.9792ZM11.7271 15.75C9.66458 15.75 7.97708 14.0625 7.97708 12C7.97708 9.9375 9.66458 8.25 11.7271 8.25C13.7896 8.25 15.4771 9.9375 15.4771 12C15.4771 14.0625 13.7896 15.75 11.7271 15.75Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="share_24">
|
|
2
|
-
<path d="M16.5 15.06C15.93 15.06 15.42 15.285 15.03 15.6375L9.6825 12.525C9.72 12.3525 9.75 12.18 9.75 12C9.75 11.82 9.72 11.6475 9.6825 11.475L14.97 8.3925C15.375 8.7675 15.9075 9 16.5 9C17.745 9 18.75 7.995 18.75 6.75C18.75 5.505 17.745 4.5 16.5 4.5C15.255 4.5 14.25 5.505 14.25 6.75C14.25 6.93 14.28 7.1025 14.3175 7.275L9.03 10.3575C8.625 9.9825 8.0925 9.75 7.5 9.75C6.255 9.75 5.25 10.755 5.25 12C5.25 13.245 6.255 14.25 7.5 14.25C8.0925 14.25 8.625 14.0175 9.03 13.6425L14.37 16.7625C14.3325 16.92 14.31 17.085 14.31 17.25C14.31 18.4575 15.2925 19.44 16.5 19.44C17.7075 19.44 18.69 18.4575 18.69 17.25C18.69 16.0425 17.7075 15.06 16.5 15.06Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="share_24_max">
|
|
2
|
-
<path d="M18 16.08C17.24 16.08 16.56 16.38 16.04 16.85L8.91 12.7C8.96 12.47 9 12.24 9 12C9 11.76 8.96 11.53 8.91 11.3L15.96 7.19C16.5 7.69 17.21 8 18 8C19.66 8 21 6.66 21 5C21 3.34 19.66 2 18 2C16.34 2 15 3.34 15 5C15 5.24 15.04 5.47 15.09 5.7L8.04 9.81C7.5 9.31 6.79 9 6 9C4.34 9 3 10.34 3 12C3 13.66 4.34 15 6 15C6.79 15 7.5 14.69 8.04 14.19L15.16 18.35C15.11 18.56 15.08 18.78 15.08 19C15.08 20.61 16.39 21.92 18 21.92C19.61 21.92 20.92 20.61 20.92 19C20.92 17.39 19.61 16.08 18 16.08Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="show_recipients_outline_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12ZM19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12ZM11.2068 14C11.2185 13.302 11.5203 12.7346 11.9876 12.2248L12.7804 11.4077C13.1194 11.0244 13.2888 10.6129 13.2888 10.173C13.2888 9.74937 13.1779 9.4185 12.956 9.18044C12.734 8.93834 12.4112 8.81729 11.9876 8.81729C11.576 8.81729 11.2451 8.92623 10.995 9.14412C10.7448 9.36201 10.6197 9.65455 10.6197 10.0217H9.5C9.50807 9.36806 9.74008 8.8415 10.196 8.44204C10.656 8.03854 11.2532 7.83679 11.9876 7.83679C12.7502 7.83679 13.3433 8.04258 13.767 8.45414C14.1947 8.86167 14.4085 9.42253 14.4085 10.1367C14.4085 10.8428 14.0817 11.5389 13.428 12.2248L12.7683 12.8785C12.4738 13.2053 12.3265 13.3867 12.3265 14H11.2068ZM12.5 15.75C12.5 16.1642 12.1642 16.5 11.75 16.5C11.3358 16.5 11 16.1642 11 15.75C11 15.3358 11.3358 15 11.75 15C12.1642 15 12.5 15.3358 12.5 15.75Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="sort_outline_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.234 15.5H17.5338V7.65283H17.3673L14.3165 8.77539V9.87646L16.234 9.22119V15.5ZM11.889 11.1464C12.0843 10.9512 12.4008 10.9512 12.5961 11.1464C12.7914 11.3417 12.7914 11.6583 12.5961 11.8536L9.76767 14.682C9.57241 14.8772 9.25583 14.8772 9.06057 14.682L6.23214 11.8536C6.03688 11.6583 6.03688 11.3417 6.23214 11.1464C6.4274 10.9512 6.74398 10.9512 6.93925 11.1464L9.41412 13.6213L11.889 11.1464Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="stamp_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5 5.92969L13.5 13C14.2954 13.1988 16.0116 13.5023 17.3169 13.7228C18.2864 13.8866 19.0002 14.7237 19.0002 15.707V16.5C19.0002 16.7761 18.7764 17 18.5002 17H5.50024C5.2241 17 5.00024 16.7761 5.00024 16.5V15.707C5.00024 14.7237 5.71409 13.8866 6.68361 13.7228C7.98871 13.5023 9.70468 13.1988 10.5 13L9.5 5.92969V5.82812C9.6 4.8125 10.7 4 12 4C13.3 4 14.4 4.8125 14.5 5.82812V5.92969ZM6 19C6 18.4477 6.44772 18 7 18H17C17.5523 18 18 18.4477 18 19C18 19.5523 17.5523 20 17 20H7C6.44772 20 6 19.5523 6 19Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="star_outline_24">
|
|
2
|
-
<path d="M12.3876 15.9739L12 15.74L11.6124 15.9739L8.1902 18.0394L9.09839 14.1464L9.20123 13.7056L8.85908 13.4092L5.83463 10.7891L9.8154 10.4513L10.2661 10.4131L10.4425 9.9967L12 6.32197L13.5575 9.9967L13.7339 10.4131L14.1846 10.4513L18.1654 10.7891L15.1409 13.4092L14.7988 13.7056L14.9016 14.1464L15.8098 18.0394L12.3876 15.9739ZM7.68295 18.3456C7.68308 18.3455 7.68321 18.3454 7.68333 18.3454L7.68295 18.3456Z" stroke="currentColor" stroke-width="1.5"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="star_outline_24_max">
|
|
2
|
-
<path d="M12.5167 17.4908L12 17.179L11.4833 17.4908L6.71426 20.3692L7.97985 14.9442L8.11698 14.3564L7.66077 13.9612L3.44617 10.31L8.99354 9.83941L9.5944 9.78843L9.82972 9.23322L12 4.11259L14.1703 9.23322L14.4056 9.78843L15.0065 9.83941L20.5538 10.31L16.3392 13.9612L15.883 14.3564L16.0202 14.9442L17.2857 20.3692L12.5167 17.4908Z" stroke="currentColor" stroke-width="2"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="start_the_route_24_max">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM9.10961 7.19842V12.375L9.10961 16.7464C9.10961 17.1409 9.54502 17.38 9.87789 17.1684L17.8425 12.1043C18.1614 11.9015 18.1488 11.432 17.8195 11.2466L9.8549 6.76273C9.5216 6.57508 9.10961 6.81593 9.10961 7.19842Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="statistics_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11 12V12.7265L11.691 12.9511L18.2801 15.092C17.8613 15.9426 17.2724 16.7026 16.5461 17.3228C15.5645 18.1613 14.3701 18.7119 13.095 18.9138C11.82 19.1158 10.5139 18.9612 9.32122 18.4672C8.12853 17.9731 7.09569 17.1589 6.33688 16.1145C5.57808 15.0701 5.12287 13.8362 5.02158 12.5492C4.92029 11.2622 5.17688 9.97232 5.76296 8.82207C6.34904 7.67182 7.24179 6.70604 8.34251 6.03152C9.15687 5.53248 10.0616 5.20724 11 5.07179L11 12ZM12 4C11.6646 4 11.3306 4.02109 11 4.06274C9.87655 4.20428 8.79197 4.58327 7.82001 5.17888C6.56205 5.94976 5.54176 7.0535 4.87195 8.36808C4.20214 9.68265 3.90891 11.1568 4.02466 12.6277C4.14042 14.0985 4.66066 15.5087 5.52787 16.7023C6.39507 17.8959 7.57546 18.8264 8.93854 19.391C10.3016 19.9556 11.7943 20.1323 13.2515 19.9015C14.7087 19.6707 16.0737 19.0414 17.1956 18.0832C18.0624 17.3429 18.758 16.4285 19.2398 15.4038C19.3673 15.1326 19.4798 14.8537 19.5765 14.5683C19.9846 13.3645 20.0999 12.0809 19.913 10.8236C19.7261 9.56642 19.2424 8.37181 18.5018 7.3388C17.7612 6.30579 16.7852 5.46411 15.6545 4.88348C14.5238 4.30286 13.2711 4 12 4Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" id="subsystem_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.062 3.98a.5.5 0 0 1 .008.894l-5.882 3.01a.5.5 0 0 1-.455 0L2.85 4.873a.5.5 0 0 1 .008-.894l5.882-2.873a.5.5 0 0 1 .439 0l5.882 2.873zM7.725 9.38A.5.5 0 0 1 8 9.828v7.024a.5.5 0 0 1-.733.443l-6-3.155A.5.5 0 0 1 1 13.698V6.81a.5.5 0 0 1 .725-.447l6 3.017zM10 16.852a.5.5 0 0 0 .733.443l6-3.155a.5.5 0 0 0 .267-.442V6.81a.5.5 0 0 0-.725-.447l-6 3.017a.5.5 0 0 0-.275.447v7.024z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="successfully_24">
|
|
2
|
-
<path id="Vector" d="M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z" fill="#B2EBC0"/>
|
|
3
|
-
<path id="Vector_2" fill-rule="evenodd" clip-rule="evenodd" d="M16.125 9.03928C15.9298 8.84402 15.6132 8.84402 15.4179 9.03928L10.8572 13.6L8.58216 11.325C8.3869 11.1297 8.07031 11.1297 7.87505 11.325L7.77641 11.4236C7.58341 11.6166 7.58085 11.9288 7.77066 12.1249L10.5002 14.9454C10.6958 15.1476 11.0196 15.1486 11.2165 14.9478L16.2249 9.83925C16.4168 9.64344 16.4153 9.32956 16.2214 9.13566L16.125 9.03928Z" fill="#1A652D"/>
|
|
4
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="table_view_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.5C5 5.22386 5.22386 5 5.5 5H7.5C7.77614 5 8 5.22386 8 5.5V7.5C8 7.77614 7.77614 8 7.5 8H5.5C5.22386 8 5 7.77614 5 7.5V5.5ZM10 5.5C10 5.22386 10.2239 5 10.5 5H12.5C12.7761 5 13 5.22386 13 5.5V7.5C13 7.77614 12.7761 8 12.5 8H10.5C10.2239 8 10 7.77614 10 7.5V5.5ZM18 5.5C18 5.22386 17.7761 5 17.5 5H15.5C15.2239 5 15 5.22386 15 5.5V7.5C15 7.77614 15.2239 8 15.5 8H17.5C17.7761 8 18 7.77614 18 7.5V5.5ZM5 10.5C5 10.2239 5.22386 10 5.5 10H7.5C7.77614 10 8 10.2239 8 10.5V12.5C8 12.7761 7.77614 13 7.5 13H5.5C5.22386 13 5 12.7761 5 12.5V10.5ZM13 10.5C13 10.2239 12.7761 10 12.5 10H10.5C10.2239 10 10 10.2239 10 10.5V12.5C10 12.7761 10.2239 13 10.5 13H12.5C12.7761 13 13 12.7761 13 12.5V10.5ZM15 10.5C15 10.2239 15.2239 10 15.5 10H17.5C17.7761 10 18 10.2239 18 10.5V12.5C18 12.7761 17.7761 13 17.5 13H15.5C15.2239 13 15 12.7761 15 12.5V10.5ZM8 15.5C8 15.2239 7.77614 15 7.5 15H5.5C5.22386 15 5 15.2239 5 15.5V17.5C5 17.7761 5.22386 18 5.5 18H7.5C7.77614 18 8 17.7761 8 17.5V15.5ZM10 15.5C10 15.2239 10.2239 15 10.5 15H12.5C12.7761 15 13 15.2239 13 15.5V17.5C13 17.7761 12.7761 18 12.5 18H10.5C10.2239 18 10 17.7761 10 17.5V15.5ZM18 15.5C18 15.2239 17.7761 15 17.5 15H15.5C15.2239 15 15 15.2239 15 15.5V17.5C15 17.7761 15.2239 18 15.5 18H17.5C17.7761 18 18 17.7761 18 17.5V15.5Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="table_view_24_max">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 4.5C4 4.22386 4.22386 4 4.5 4H7.5C7.77614 4 8 4.22386 8 4.5V7.5C8 7.77614 7.77614 8 7.5 8H4.5C4.22386 8 4 7.77614 4 7.5V4.5ZM10 4.5C10 4.22386 10.2239 4 10.5 4H13.5C13.7761 4 14 4.22386 14 4.5V7.5C14 7.77614 13.7761 8 13.5 8H10.5C10.2239 8 10 7.77614 10 7.5V4.5ZM20 4.5C20 4.22386 19.7761 4 19.5 4H16.5C16.2239 4 16 4.22386 16 4.5V7.5C16 7.77614 16.2239 8 16.5 8H19.5C19.7761 8 20 7.77614 20 7.5V4.5ZM4 10.5C4 10.2239 4.22386 10 4.5 10H7.5C7.77614 10 8 10.2239 8 10.5V13.5C8 13.7761 7.77614 14 7.5 14H4.5C4.22386 14 4 13.7761 4 13.5V10.5ZM14 10.5C14 10.2239 13.7761 10 13.5 10H10.5C10.2239 10 10 10.2239 10 10.5V13.5C10 13.7761 10.2239 14 10.5 14H13.5C13.7761 14 14 13.7761 14 13.5V10.5ZM16 10.5C16 10.2239 16.2239 10 16.5 10H19.5C19.7761 10 20 10.2239 20 10.5V13.5C20 13.7761 19.7761 14 19.5 14H16.5C16.2239 14 16 13.7761 16 13.5V10.5ZM8 16.5C8 16.2239 7.77614 16 7.5 16H4.5C4.22386 16 4 16.2239 4 16.5V19.5C4 19.7761 4.22386 20 4.5 20H7.5C7.77614 20 8 19.7761 8 19.5V16.5ZM10 16.5C10 16.2239 10.2239 16 10.5 16H13.5C13.7761 16 14 16.2239 14 16.5V19.5C14 19.7761 13.7761 20 13.5 20H10.5C10.2239 20 10 19.7761 10 19.5V16.5ZM20 16.5C20 16.2239 19.7761 16 19.5 16H16.5C16.2239 16 16 16.2239 16 16.5V19.5C16 19.7761 16.2239 20 16.5 20H19.5C19.7761 20 20 19.7761 20 19.5V16.5Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="tag_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.9474 6C15.5116 6 16.0168 6.25929 16.32 6.66L20 11.5L16.32 16.34C16.0168 16.7407 15.5116 17 14.9474 17L5.68421 16.9921C4.75789 16.9921 4 16.2929 4 15.4286V7.57143C4 6.70714 4.75789 6.00786 5.68421 6.00786L14.9474 6ZM14.5 13C15.3284 13 16 12.3284 16 11.5C16 10.6716 15.3284 10 14.5 10C13.6716 10 13 10.6716 13 11.5C13 12.3284 13.6716 13 14.5 13Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="the_report_is_accepted_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3415 3.57685C11.7185 3.24664 12.2817 3.2465 12.6588 3.57652L19.6585 9.70124C19.8755 9.89112 20 10.1655 20 10.4538V18.5C20 19.325 19.28 20 18.4 20H5.6C4.72 20 4 19.325 4 18.5L4.00757 10.4529C4.00784 10.1651 4.13215 9.89131 4.3487 9.70164L11.3415 3.57685ZM10.5 17.7501L7.5 14.7501L8.5575 13.6926L10.5 15.6276L15.4425 10.6851L16.5 11.7501L10.5 17.7501Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="to_the_begining_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 6C7.44771 6 7 6.44772 7 7V17C7 17.5523 7.44771 18 8 18C8.55228 18 9 17.5523 9 17V7C9 6.44772 8.55228 6 8 6ZM17.7071 16.2929C18.0976 16.6834 18.0976 17.3166 17.7071 17.7071C17.3166 18.0976 16.6834 18.0976 16.2929 17.7071L11.3431 12.7574C10.9526 12.3668 10.9526 11.7337 11.3431 11.3431L16.2929 6.3934C16.6834 6.00287 17.3166 6.00287 17.7071 6.3934C18.0976 6.78392 18.0976 7.41709 17.7071 7.80761L13.4645 12.0503L17.7071 16.2929Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="to_the_end_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 6C16.5523 6 17 6.44772 17 7V17C17 17.5523 16.5523 18 16 18C15.4477 18 15 17.5523 15 17V7C15 6.44772 15.4477 6 16 6ZM6.29289 16.2929C5.90237 16.6834 5.90237 17.3166 6.29289 17.7071C6.68342 18.0976 7.31658 18.0976 7.70711 17.7071L12.6569 12.7574C13.0474 12.3668 13.0474 11.7337 12.6569 11.3431L7.70711 6.3934C7.31658 6.00287 6.68342 6.00287 6.29289 6.3934C5.90237 6.78392 5.90237 7.41709 6.29289 7.80761L10.5355 12.0503L6.29289 16.2929Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="typical__route_24_max">
|
|
2
|
-
<mask id="path-1-inside-1_495_32113" fill="currentColor">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.8 1H2.2C1.54 1 1.006 1.50625 1.006 2.125L1 7.875C1 8.49375 1.54 9 2.2 9H10.8C11.46 9 12 8.49375 12 7.875V2.125C12 1.50625 11.46 1 10.8 1ZM11 3.25L7.08549 6.07715C6.73598 6.32957 6.26402 6.32957 5.91451 6.07715L2 3.25V2L6.5 5.25L11 2V3.25ZM7.25201 14.9572C6.39807 13.9657 6 12.5852 6 11H7C7 12.4305 7.35974 13.5499 8.00971 14.3046C8.64991 15.0479 9.62554 15.5 11 15.5V16.5C9.39009 16.5 8.11571 15.96 7.25201 14.9572ZM19 13C19 14.6569 17.6568 16 16 16C14.3431 16 13 14.6569 13 13C13 11.3431 14.3431 10 16 10C17.6568 10 19 11.3431 19 13ZM9.36763 21.045C9.44947 20.8502 9.54953 20.6655 9.67186 20.5051C11.8124 17.6985 16 18.0103 16 18.0103C16 18.0103 20.1875 17.6985 22.3281 20.5051C22.4504 20.6655 22.5505 20.8502 22.6323 21.045C23.0601 22.0634 22.1045 23 21 23H16H11C9.89542 23 8.93985 22.0634 9.36763 21.045Z"/>
|
|
4
|
-
</mask>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.8 1H2.2C1.54 1 1.006 1.50625 1.006 2.125L1 7.875C1 8.49375 1.54 9 2.2 9H10.8C11.46 9 12 8.49375 12 7.875V2.125C12 1.50625 11.46 1 10.8 1ZM11 3.25L7.08549 6.07715C6.73598 6.32957 6.26402 6.32957 5.91451 6.07715L2 3.25V2L6.5 5.25L11 2V3.25ZM7.25201 14.9572C6.39807 13.9657 6 12.5852 6 11H7C7 12.4305 7.35974 13.5499 8.00971 14.3046C8.64991 15.0479 9.62554 15.5 11 15.5V16.5C9.39009 16.5 8.11571 15.96 7.25201 14.9572ZM19 13C19 14.6569 17.6568 16 16 16C14.3431 16 13 14.6569 13 13C13 11.3431 14.3431 10 16 10C17.6568 10 19 11.3431 19 13ZM9.36763 21.045C9.44947 20.8502 9.54953 20.6655 9.67186 20.5051C11.8124 17.6985 16 18.0103 16 18.0103C16 18.0103 20.1875 17.6985 22.3281 20.5051C22.4504 20.6655 22.5505 20.8502 22.6323 21.045C23.0601 22.0634 22.1045 23 21 23H16H11C9.89542 23 8.93985 22.0634 9.36763 21.045Z" fill="currentColor"/>
|
|
6
|
-
<path d="M1.006 2.125L2.006 2.12604V2.125H1.006ZM1 7.875L0 7.87396V7.875H1ZM7.08549 6.07715L6.5 5.26647V5.26647L7.08549 6.07715ZM11 3.25L11.5855 4.06068L12 3.76131V3.25H11ZM5.91451 6.07715L6.5 5.26647V5.26647L5.91451 6.07715ZM2 3.25H1V3.76131L1.41451 4.06068L2 3.25ZM2 2L2.58549 1.18932L1 0.0442443V2H2ZM6.5 5.25L5.91451 6.06068L6.5 6.48353L7.08549 6.06068L6.5 5.25ZM11 2H12V0.0442443L10.4145 1.18932L11 2ZM6 11V10H5V11H6ZM7.25201 14.9572L8.00971 14.3046L8.00971 14.3046L7.25201 14.9572ZM7 11H8V10H7V11ZM8.00971 14.3046L7.25201 14.9572L7.25201 14.9572L8.00971 14.3046ZM11 15.5H12V14.5H11V15.5ZM11 16.5V17.5H12V16.5H11ZM9.67186 20.5051L8.87672 19.8987L8.87672 19.8987L9.67186 20.5051ZM9.36763 21.045L8.44567 20.6578L8.44567 20.6578L9.36763 21.045ZM16 18.0103L15.9257 19.0075L16 19.0131L16.0742 19.0075L16 18.0103ZM22.3281 20.5051L23.1232 19.8987L23.1232 19.8987L22.3281 20.5051ZM22.6323 21.045L21.7104 21.4323L21.7104 21.4323L22.6323 21.045ZM2.2 2H10.8V0H2.2V2ZM2.006 2.125C2.006 2.1121 2.01007 2.08774 2.04196 2.05764C2.07452 2.0269 2.12822 2 2.2 2V0C1.04278 0 0.00599998 0.900461 0.00599998 2.125H2.006ZM2 7.87604L2.006 2.12604L0.00600052 2.12396L5.36442e-07 7.87396L2 7.87604ZM2.2 8C2.12756 8 2.07117 7.97255 2.03644 7.93999C2.0026 7.90827 2 7.88423 2 7.875H0C0 9.10585 1.04949 10 2.2 10V8ZM10.8 8H2.2V10H10.8V8ZM11 7.875C11 7.88423 10.9974 7.90827 10.9636 7.93999C10.9288 7.97255 10.8724 8 10.8 8V10C11.9505 10 13 9.10585 13 7.875H11ZM11 2.125V7.875H13V2.125H11ZM10.8 2C10.8724 2 10.9288 2.02745 10.9636 2.06001C10.9974 2.09173 11 2.11577 11 2.125H13C13 0.894151 11.9505 0 10.8 0V2ZM7.67098 6.88783L11.5855 4.06068L10.4145 2.43932L6.5 5.26647L7.67098 6.88783ZM5.32902 6.88782C6.02805 7.39268 6.97195 7.39268 7.67098 6.88783L6.5 5.26647L6.5 5.26647L5.32902 6.88782ZM1.41451 4.06068L5.32902 6.88783L6.5 5.26647L2.58549 2.43932L1.41451 4.06068ZM1 2V3.25H3V2H1ZM7.08549 4.43932L2.58549 1.18932L1.41451 2.81068L5.91451 6.06068L7.08549 4.43932ZM10.4145 1.18932L5.91451 4.43932L7.08549 6.06068L11.5855 2.81068L10.4145 1.18932ZM12 3.25V2H10V3.25H12ZM5 11C5 12.7396 5.43626 14.3813 6.49431 15.6098L8.00971 14.3046C7.35988 13.5501 7 12.4307 7 11H5ZM7 10H6V12H7V10ZM8.76741 13.652C8.32125 13.134 8 12.2754 8 11H6C6 12.5855 6.39823 13.9659 7.25201 14.9572L8.76741 13.652ZM11 14.5C9.86153 14.5 9.18441 14.1361 8.76741 13.652L7.25201 14.9572C8.11541 15.9596 9.38955 16.5 11 16.5V14.5ZM12 16.5V15.5H10V16.5H12ZM6.49431 15.6098C7.58175 16.8723 9.15506 17.5 11 17.5V15.5C9.62511 15.5 8.64968 15.0476 8.00971 14.3046L6.49431 15.6098ZM16 17C18.2091 17 20 15.2091 20 13H18C18 14.1046 17.1045 15 16 15V17ZM12 13C12 15.2091 13.7908 17 16 17V15C14.8954 15 14 14.1046 14 13H12ZM16 9C13.7908 9 12 10.7909 12 13H14C14 11.8954 14.8954 11 16 11V9ZM20 13C20 10.7909 18.2091 9 16 9V11C17.1045 11 18 11.8954 18 13H20ZM8.87672 19.8987C8.69098 20.1422 8.55164 20.4055 8.44567 20.6578L10.2896 21.4323C10.3473 21.295 10.4081 21.1888 10.467 21.1116L8.87672 19.8987ZM16 18.0103C16.0742 17.0131 16.0739 17.013 16.0735 17.013C16.0734 17.013 16.073 17.013 16.0727 17.013C16.0721 17.0129 16.0714 17.0129 16.0707 17.0128C16.0693 17.0127 16.0676 17.0126 16.0656 17.0125C16.0617 17.0122 16.0568 17.0119 16.0509 17.0115C16.0391 17.0107 16.0232 17.0098 16.0036 17.0088C15.9643 17.0068 15.9098 17.0045 15.8415 17.0027C15.7051 16.9992 15.513 16.998 15.2779 17.006C14.8095 17.0221 14.1608 17.0755 13.4354 17.2261C12.0035 17.5233 10.1526 18.2258 8.87672 19.8987L10.467 21.1116C11.3317 19.9778 12.6449 19.4328 13.8419 19.1843C14.431 19.0621 14.9629 19.018 15.3465 19.0048C15.5375 18.9983 15.6893 18.9995 15.7902 19.0021C15.8406 19.0034 15.8781 19.005 15.9012 19.0062C15.9128 19.0068 15.9207 19.0072 15.9249 19.0075C15.927 19.0076 15.9281 19.0077 15.9282 19.0077C15.9283 19.0077 15.9281 19.0077 15.9277 19.0077C15.9275 19.0077 15.9272 19.0077 15.9269 19.0076C15.9267 19.0076 15.9264 19.0076 15.9263 19.0076C15.926 19.0076 15.9257 19.0075 16 18.0103ZM23.1232 19.8987C21.8474 18.2258 19.9965 17.5233 18.5646 17.2261C17.8392 17.0755 17.1904 17.0221 16.722 17.006C16.4869 16.998 16.2949 16.9992 16.1584 17.0027C16.0901 17.0045 16.0356 17.0068 15.9963 17.0088C15.9767 17.0098 15.9609 17.0107 15.949 17.0115C15.9431 17.0119 15.9382 17.0122 15.9343 17.0125C15.9324 17.0126 15.9307 17.0127 15.9292 17.0128C15.9285 17.0129 15.9279 17.0129 15.9273 17.013C15.927 17.013 15.9266 17.013 15.9264 17.013C15.9261 17.013 15.9257 17.0131 16 18.0103C16.0742 19.0075 16.0739 19.0076 16.0736 19.0076C16.0735 19.0076 16.0732 19.0076 16.073 19.0076C16.0727 19.0077 16.0724 19.0077 16.0722 19.0077C16.0718 19.0077 16.0716 19.0077 16.0717 19.0077C16.0719 19.0077 16.073 19.0076 16.0751 19.0075C16.0792 19.0072 16.0872 19.0068 16.0987 19.0062C16.1218 19.005 16.1593 19.0034 16.2097 19.0021C16.3107 18.9995 16.4625 18.9983 16.6534 19.0048C17.0371 19.018 17.569 19.0621 18.1581 19.1843C19.3551 19.4328 20.6682 19.9778 21.533 21.1116L23.1232 19.8987ZM23.5543 20.6578C23.4483 20.4055 23.309 20.1422 23.1232 19.8987L21.533 21.1115C21.5919 21.1888 21.6527 21.295 21.7104 21.4323L23.5543 20.6578ZM21 24C21.8223 24 22.6133 23.6552 23.1359 23.0713C23.6811 22.4622 23.9375 21.5701 23.5543 20.6578L21.7104 21.4323C21.7415 21.5063 21.7389 21.5521 21.7329 21.582C21.7256 21.618 21.7036 21.6727 21.6456 21.7375C21.5213 21.8765 21.2822 22 21 22V24ZM16 24H21V22H16V24ZM11 24H16V22H11V24ZM8.44567 20.6578C8.06245 21.5701 8.31886 22.4622 8.86404 23.0713C9.38664 23.6552 10.1777 24 11 24V22C10.7177 22 10.4787 21.8765 10.3543 21.7375C10.2963 21.6727 10.2743 21.618 10.2671 21.582C10.261 21.5521 10.2585 21.5063 10.2896 21.4323L8.44567 20.6578Z" fill="currentColor" mask="url(#path-1-inside-1_495_32113)"/>
|
|
7
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="typical_route_24-1">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 3C3.44772 3 3 3.44772 3 4V8C3 8.55228 3.44772 9 4 9H10C10.5523 9 11 8.55228 11 8V4C11 3.44772 10.5523 3 10 3H4ZM3.72266 4.41602L6.72266 6.41602C6.89061 6.52799 7.10941 6.52799 7.27736 6.41602L10.2774 4.41602L9.72266 3.58397L7.00001 5.39907L4.27736 3.58397L3.72266 4.41602ZM7.252 13.9572C6.39806 12.9657 5.99999 11.5852 5.99999 10H6.99999C6.99999 11.4305 7.35974 12.5499 8.0097 13.3046C8.64991 14.0479 9.62553 14.5 11 14.5V15.5C9.39008 15.5 8.1157 14.96 7.252 13.9572ZM18.5 12.5C18.5 13.8807 17.3807 15 16 15C14.6193 15 13.5 13.8807 13.5 12.5C13.5 11.1193 14.6193 10 16 10C17.3807 10 18.5 11.1193 18.5 12.5ZM16 21C13.8889 21 11.3752 19.5625 11 18.4468C11 16.8511 14.3333 16 16 16C17.6667 16 21 16.8511 21 18.4468C20.719 19.4688 18.1111 21 16 21Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="typical_route_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 3C3.44772 3 3 3.44772 3 4V8C3 8.55228 3.44772 9 4 9H10C10.5523 9 11 8.55228 11 8V4C11 3.44772 10.5523 3 10 3H4ZM3.72266 4.41602L6.72266 6.41602C6.89061 6.52799 7.10941 6.52799 7.27736 6.41602L10.2774 4.41602L9.72266 3.58397L7.00001 5.39907L4.27736 3.58397L3.72266 4.41602ZM7.252 13.9572C6.39806 12.9657 5.99999 11.5852 5.99999 10H6.99999C6.99999 11.4305 7.35974 12.5499 8.0097 13.3046C8.64991 14.0479 9.62553 14.5 11 14.5V15.5C9.39008 15.5 8.1157 14.96 7.252 13.9572ZM18.5 12.5C18.5 13.8807 17.3807 15 16 15C14.6193 15 13.5 13.8807 13.5 12.5C13.5 11.1193 14.6193 10 16 10C17.3807 10 18.5 11.1193 18.5 12.5ZM16 21C13.8889 21 11.3752 19.5625 11 18.4468C11 16.8511 14.3333 16 16 16C17.6667 16 21 16.8511 21 18.4468C20.719 19.4688 18.1111 21 16 21Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="unarchive_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.5611 5.42778L18.6422 6.73444C18.8678 6.99889 19 7.34889 19 7.72222V17.4444C19 18.3 18.3 19 17.4444 19H6.55556C5.7 19 5 18.3 5 17.4444V7.72222C5 7.34889 5.13222 6.99889 5.35778 6.73444L6.43111 5.42778C6.64889 5.16333 6.96778 5 7.33333 5H16.6667C17.0322 5 17.3511 5.16333 17.5611 5.42778ZM7.5 6L6.55556 7H17.5L16.5 6H7.5ZM12 10L7.72223 14H10V16H14V14H16.2778L12 10Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="undo_outline_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.70712 14.7071C9.09764 14.3165 9.09764 13.6834 8.70712 13.2929L5.41426 10H15V8H5.51469L8.70712 4.80757C9.09764 4.41705 9.09764 3.78388 8.70712 3.39336C8.31659 3.00283 7.68343 3.00283 7.2929 3.39336L2.34316 8.3431C1.95263 8.73363 1.95263 9.36679 2.34316 9.75732L7.2929 14.7071C7.68343 15.0976 8.31659 15.0976 8.70712 14.7071ZM7 19C6.44771 19 6 19.4477 6 20C6 20.5523 6.44771 21 7 21H15V19H7ZM15.5 19C17.9853 19 20 16.9853 20 14.5C20 12.0147 17.9853 10 15.5 10C15.331 10 15.1642 10.0093 15 10.0275V8.01894C15.165 8.00639 15.3318 8 15.5 8C19.0899 8 22 10.9101 22 14.5C22 18.0899 19.0899 21 15.5 21C15.3318 21 15.165 20.9936 15 20.9811V18.9725C15.1642 18.9907 15.331 19 15.5 19Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="unpin_navigation_panel_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6836 16.208C14.2926 16.598 13.6595 16.5972 13.2694 16.2062L9.29223 12.2187C8.90299 11.8285 8.9029 11.1969 9.29203 10.8065L13.292 6.794C13.6819 6.40287 14.3151 6.40188 14.7062 6.79179C15.0974 7.1817 15.0984 7.81487 14.7085 8.206L11.4124 11.5123L14.6855 14.7938C15.0755 15.1848 15.0747 15.818 14.6836 16.208Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="up_to_the_begining_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.3614 16.6913C17.284 16.8782 17.1017 17 16.8995 17H7C6.79777 17 6.61545 16.8782 6.53806 16.6913C6.46067 16.5045 6.50345 16.2894 6.64645 16.1464L11.5962 11.1967C11.7915 11.0014 12.108 11.0014 12.3033 11.1967L17.253 16.1464C17.396 16.2894 17.4388 16.5045 17.3614 16.6913ZM16.3692 12.7803C16.6621 13.0732 17.1369 13.0732 17.4298 12.7803C17.7227 12.4874 17.7227 12.0126 17.4298 11.7197L12.4801 6.76992C12.1872 6.47703 11.7123 6.47703 11.4194 6.76992L6.46967 11.7197C6.17678 12.0126 6.17678 12.4874 6.46967 12.7803C6.76256 13.0732 7.23744 13.0732 7.53033 12.7803L11.9497 8.36091L16.3692 12.7803Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="user_icon_24">
|
|
2
|
-
<path d="M12 4C7.62667 4 4 7.62667 4 12C4 16.3733 7.62667 20 12 20C16.3733 20 20 16.3733 20 12C20 7.62667 16.3733 4 12 4ZM12 6.5C13.28 6.5 14.5 7.61333 14.5 9C14.5 10.3867 13.3867 11.5 12 11.5C10.6133 11.5 9.5 10.28 9.5 9C9.5 7.72 10.5168 6.5 12 6.5ZM12 18C9.97333 18 7 16.3438 7 15.2C7 13.6 10.4 13 12 13C13.6 13 17 13.6 17 15.2C17 16.4375 14.0267 18 12 18Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="user_icon_24_max">
|
|
2
|
-
<path d="M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2ZM12 5C13.7 5 15 6.3 15 8C15 9.7 13.7 11 12 11C10.3 11 9 9.7 9 8C9 6.3 10.3 5 12 5ZM12 19.2C9.5 19.2 7.3 17.9 6 16C6 14 10 12.9 12 12.9C14 12.9 18 14 18 16C16.7 17.9 14.5 19.2 12 19.2Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="user_rights_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.6875 5H19.3125C20.2491 5 21 5.77875 21 6.75V17.25C21 18.2212 20.2491 19 19.3125 19H4.6875C3.75094 19 3 18.2212 3 17.25L3.00844 6.75C3.00844 5.77875 3.75094 5 4.6875 5ZM9 11C10.1046 11 11 10.1046 11 9C11 7.89543 10.1046 7 9 7C7.89543 7 7 7.89543 7 9C7 10.1046 7.89543 11 9 11ZM5 14.4468C5.3002 15.5625 7.31111 17 9 17C10.6889 17 12.7752 15.4688 13 14.4468C13 12.8511 10.3333 12 9 12C7.66667 12 5 12.8511 5 14.4468ZM14 7H19V9H14V7ZM19 11H14V13H19V11ZM14 15H19V17H14V15Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="verified_user_24">
|
|
2
|
-
<path d="M12 3.75L5.25 6.75V11.25C5.25 15.4125 8.13 19.305 12 20.25C15.87 19.305 18.75 15.4125 18.75 11.25V6.75L12 3.75ZM10.5 15.75L7.5 12.75L8.5575 11.6925L10.5 13.6275L15.4425 8.685L16.5 9.75L10.5 15.75Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="verified_user_24_max">
|
|
2
|
-
<path d="M12 1L3 5V11C3 16.55 6.84 21.74 12 23C17.16 21.74 21 16.55 21 11V5L12 1ZM10 17L6 13L7.41 11.59L10 14.17L16.59 7.58L18 9L10 17Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="viewing_24">
|
|
2
|
-
<mask id="path-1-inside-1_1295_31490" fill="currentColor">
|
|
3
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 16C8.91032 16 6.29838 14.3329 5.10446 12C6.29838 9.66709 8.91032 8 12 8C15.0897 8 17.7016 9.6671 18.8955 12C17.7016 14.3329 15.0897 16 12 16ZM12 17C15.6364 17 18.7418 14.9267 20 12C18.7418 9.07333 15.6364 7 12 7C8.36364 7 5.25818 9.07333 4 12C5.25818 14.9267 8.36364 17 12 17ZM14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z"/>
|
|
4
|
-
</mask>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 16C8.91032 16 6.29838 14.3329 5.10446 12C6.29838 9.66709 8.91032 8 12 8C15.0897 8 17.7016 9.6671 18.8955 12C17.7016 14.3329 15.0897 16 12 16ZM12 17C15.6364 17 18.7418 14.9267 20 12C18.7418 9.07333 15.6364 7 12 7C8.36364 7 5.25818 9.07333 4 12C5.25818 14.9267 8.36364 17 12 17ZM14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12ZM15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z" fill="currentColor"/>
|
|
6
|
-
<path d="M5.10446 12L4.21426 11.5444L3.98111 12L4.21426 12.4556L5.10446 12ZM18.8955 12L19.7857 12.4556L20.0189 12L19.7857 11.5444L18.8955 12ZM20 12L20.9187 12.395L21.0885 12L20.9187 11.605L20 12ZM4 12L3.0813 11.605L2.91151 12L3.0813 12.395L4 12ZM4.21426 12.4556C5.58723 15.1383 8.55285 17 12 17V15C9.26779 15 7.00954 13.5275 5.99465 11.5444L4.21426 12.4556ZM12 7C8.55285 7 5.58723 8.86168 4.21426 11.5444L5.99465 12.4556C7.00954 10.4725 9.26779 9 12 9V7ZM19.7857 11.5444C18.4128 8.86168 15.4472 7 12 7V9C14.7322 9 16.9905 10.4725 18.0053 12.4556L19.7857 11.5444ZM12 17C15.4472 17 18.4128 15.1383 19.7857 12.4556L18.0053 11.5444C16.9905 13.5275 14.7322 15 12 15V17ZM19.0813 11.605C17.9905 14.1425 15.2614 16 12 16V18C16.0113 18 19.4932 15.7109 20.9187 12.395L19.0813 11.605ZM12 8C15.2614 8 17.9905 9.85754 19.0813 12.395L20.9187 11.605C19.4932 8.28912 16.0113 6 12 6V8ZM4.9187 12.395C6.00954 9.85754 8.73861 8 12 8V6C7.98866 6 4.50682 8.28912 3.0813 11.605L4.9187 12.395ZM12 16C8.73861 16 6.00954 14.1425 4.9187 11.605L3.0813 12.395C4.50682 15.7109 7.98866 18 12 18V16ZM12 15C13.6569 15 15 13.6569 15 12H13C13 12.5523 12.5523 13 12 13V15ZM9 12C9 13.6569 10.3431 15 12 15V13C11.4477 13 11 12.5523 11 12H9ZM12 9C10.3431 9 9 10.3431 9 12H11C11 11.4477 11.4477 11 12 11V9ZM15 12C15 10.3431 13.6569 9 12 9V11C12.5523 11 13 11.4477 13 12H15ZM12 16C14.2091 16 16 14.2091 16 12H14C14 13.1046 13.1046 14 12 14V16ZM8 12C8 14.2091 9.79086 16 12 16V14C10.8954 14 10 13.1046 10 12H8ZM12 8C9.79086 8 8 9.79086 8 12H10C10 10.8954 10.8954 10 12 10V8ZM16 12C16 9.79086 14.2091 8 12 8V10C13.1046 10 14 10.8954 14 12H16Z" fill="currentColor" mask="url(#path-1-inside-1_1295_31490)"/>
|
|
7
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="vocabulary_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6 22V2C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22ZM7 2H19C19.5 2 20 2.5 20 3V21C20 21.5 19.5 22 19 22H7V2ZM10 13H17V11H10V13ZM10 9H17V7H10V9Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="warning_24">
|
|
2
|
-
<path d="M4.85494 17.5039C4.47399 18.1705 4.95536 19 5.72318 19H18.2768C19.0446 19 19.526 18.1705 19.1451 17.5039L12.8682 6.51942C12.4843 5.84761 11.5157 5.84761 11.1318 6.51943L4.85494 17.5039ZM13 17H11V15H13V17ZM13 14H11V10H13V14Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="warning_24_max">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.46489 19.2393L11.5734 2.69814C11.7683 2.3791 12.2317 2.3791 12.4266 2.69814L22.5351 19.2393C22.7387 19.5725 22.4989 20 22.1085 20H1.89153C1.50107 20 1.26128 19.5724 1.46489 19.2393ZM11 9H13V14H11V9ZM11 16H13V18H11V16Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="warning_outline_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.86159 20H19.1384C20.2901 20 21.0122 18.7558 20.4408 17.7558L13.3024 5.2636C12.7265 4.25588 11.2735 4.25588 10.6976 5.2636L3.55923 17.7558C2.98781 18.7558 3.70986 20 4.86159 20ZM4.42747 18.252C4.237 18.5853 4.47768 19 4.86159 19H19.1384C19.5223 19 19.763 18.5853 19.5725 18.252L12.4341 5.75974C12.2422 5.42384 11.7578 5.42384 11.5659 5.75974L4.42747 18.252ZM13 14H11V10H13V14ZM13 17H11V15H13V17Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="whats_new_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.46447 14.5356C7.55964 13.6308 7 12.3808 7 11.0001C7 9.61937 7.55963 8.36939 8.46443 7.46457L7.75732 6.75746C6.67156 7.84324 6 9.34323 6 11.0001C6 12.6569 6.67157 14.1569 7.75736 15.2427L8.46447 14.5356ZM6.34315 16.6569C4.89543 15.2092 4 13.2092 4 11.0001C4 8.79094 4.89541 6.79096 6.3431 5.34325L5.636 4.63614C4.00734 6.26482 3 8.5148 3 11.0001C3 13.4853 4.00736 15.7353 5.63604 17.364L6.34315 16.6569ZM18.3639 17.3641L17.6568 16.6569C19.1046 15.2092 20 13.2092 20 11.0001C20 8.79093 19.1046 6.79093 17.6569 5.34322L18.364 4.63611C19.9926 6.26479 21 8.51478 21 11.0001C21 13.4854 19.9926 15.7354 18.3639 17.3641ZM16.2427 6.75743C17.3284 7.84321 18 9.34321 18 11.0001C18 12.6569 17.3284 14.1569 16.2426 15.2427L15.5355 14.5356C16.4403 13.6308 17 12.3808 17 11.0001C17 9.61935 16.4404 8.36936 15.5355 7.46454L16.2427 6.75743ZM13 13.8294C14.1652 13.4175 15 12.3063 15 11.0001C15 9.3432 13.6569 8.00006 12 8.00006C10.3431 8.00006 9 9.3432 9 11.0001C9 12.3063 9.83481 13.4175 11 13.8294V18.0001C11 18.5523 11.4477 19.0001 12 19.0001C12.5523 19.0001 13 18.5523 13 18.0001V13.8294Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="work_outline_24">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 8.00781V6.57895H9.50391V8.00781H13.5ZM6 10V17H17V10H6ZM17.5 8.00781C18.3325 8.00781 19 8.71044 19 9.58676V17.4211C19 18.2974 18.3325 19 17.5 19H5.5C4.6675 19 4 18.2974 4 17.4211L4.0075 9.58676C4.0075 8.71044 4.6675 8.00781 5.5 8.00781H8.00391V6.57895C8.00391 5.70263 8.67141 5 9.50391 5H13.5C14.3325 5 15 5.70263 15 6.57895V8.00781H17.5Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" id="work_outline_24_max">
|
|
2
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 6V4H10V6H14ZM4 8V19H20V8H4ZM20 6C21.11 6 22 6.89 22 8V19C22 20.11 21.11 21 20 21H4C2.89 21 2 20.11 2 19L2.01 8C2.01 6.89 2.89 6 4 6H8V4C8 2.89 8.89 2 10 2H14C15.11 2 16 2.89 16 4V6H20Z" fill="currentColor"/>
|
|
3
|
-
</svg>
|
package/src/ld-icon/icons.html
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="ru">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
|
|
7
|
-
<meta http-equiv="Cache-control" content="no-cache, no-store, must-revalidate">
|
|
8
|
-
<meta http-equiv="Pragma" content="no-cache">
|
|
9
|
-
<script type="text/javascript">
|
|
10
|
-
fetch('./icons.json').then(res => res.json()).then(({ icons }) => {
|
|
11
|
-
var template = `
|
|
12
|
-
<svg data-v-08f7a525="" class="" width="24" height="24" style="fill: transparent; stroke: transparent;">
|
|
13
|
-
<use href="../img/icons/%name%.svg#%name%"></use>
|
|
14
|
-
</svg>
|
|
15
|
-
`;
|
|
16
|
-
var div = document.getElementById('app');
|
|
17
|
-
if (div) {
|
|
18
|
-
for (var icon of icons) {
|
|
19
|
-
const d = document.createElement('div');
|
|
20
|
-
d.style.display = 'flex';
|
|
21
|
-
d.style.alignItems = 'center';
|
|
22
|
-
d.innerHTML = template.replace(/%name%/g, icon[1]);
|
|
23
|
-
const span = document.createElement('span');
|
|
24
|
-
span.innerText = icon[0];
|
|
25
|
-
span.style.paddingLeft = '12px';
|
|
26
|
-
d.appendChild(span);
|
|
27
|
-
div.appendChild(d);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
</script>
|
|
32
|
-
<title>LDM</title>
|
|
33
|
-
</head>
|
|
34
|
-
<body>
|
|
35
|
-
<div id="app"></div>
|
|
36
|
-
</body>
|
|
37
|
-
</html>
|