@elastic/eui 112.1.0 → 112.2.0
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/es/components/avatar/avatar.js +1 -1
- package/es/components/badge/badge.js +1 -1
- package/es/components/badge/beta_badge/beta_badge.js +1 -1
- package/es/components/basic_table/basic_table.js +7 -6
- package/es/components/basic_table/in_memory_table.js +4 -4
- package/es/components/button/button_display/_button_display_content.js +1 -1
- package/es/components/button/button_empty/button_empty.js +1 -1
- package/es/components/button/button_group/button_group.js +1 -1
- package/es/components/button/button_group/button_group_button.js +1 -1
- package/es/components/button/button_icon/button_icon.js +1 -1
- package/es/components/call_out/call_out.js +1 -1
- package/es/components/card/card.js +1 -1
- package/es/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/es/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/es/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/es/components/comment_list/comment.js +2 -2
- package/es/components/comment_list/comment_event.js +1 -1
- package/es/components/comment_list/comment_list.js +2 -2
- package/es/components/comment_list/comment_timeline.js +1 -1
- package/es/components/context_menu/context_menu_item.js +1 -1
- package/es/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/es/components/datagrid/body/data_grid_body.js +7 -7
- package/es/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/es/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/es/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/es/components/datagrid/controls/column_sorting.js +7 -7
- package/es/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/es/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/es/components/datagrid/utils/in_memory.js +6 -6
- package/es/components/date_picker/date_picker.js +2 -2
- package/es/components/date_picker/date_picker_range.js +1 -1
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/form/field_number/field_number.js +2 -2
- package/es/components/form/field_text/field_text.js +2 -2
- package/es/components/form/form_control_button/form_control_button.js +1 -1
- package/es/components/form/form_control_layout/form_control_layout.js +2 -2
- package/es/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/es/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/es/components/form/text_area/text_area.js +2 -2
- package/es/components/header/header_links/header_link.js +1 -1
- package/es/components/header/header_links/header_links.js +1 -1
- package/es/components/header/header_logo/header_logo.js +1 -1
- package/es/components/header/header_section/header_section_item_button.js +1 -1
- package/es/components/icon/assets/documents.js +5 -1
- package/es/components/icon/assets/{folder.js → folder_close.js} +3 -5
- package/es/components/icon/assets/folder_open.js +3 -1
- package/es/components/icon/assets/index_close.js +9 -1
- package/es/components/icon/assets/index_edit.js +9 -1
- package/es/components/icon/assets/index_open.js +9 -1
- package/es/components/icon/assets/index_runtime.js +6 -2
- package/es/components/icon/assets/index_settings.js +4 -4
- package/es/components/icon/assets/kubernetes_pod.js +1 -4
- package/es/components/icon/assets/pages_select.js +5 -2
- package/es/components/icon/assets/section.js +5 -1
- package/es/components/icon/assets/timeline_with_arrow.js +8 -1
- package/es/components/icon/assets/workflow.js +1 -3
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_map.js +5 -4
- package/es/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/es/components/list_group/list_group.js +2 -2
- package/es/components/list_group/list_group_item.js +2 -2
- package/es/components/list_group/list_group_item_extra_action.js +1 -1
- package/es/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/es/components/loading/loading_logo.js +1 -1
- package/es/components/markdown_editor/markdown_editor.js +1 -1
- package/es/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/es/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/es/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/es/components/page/page_header/page_header_content.js +1 -1
- package/es/components/pagination/pagination_button.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list.js +1 -1
- package/es/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/es/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/es/components/table/table_header_cell.js +1 -1
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +1 -1
- package/es/components/toast/toast.js +1 -1
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/eui.d.ts +5 -14
- package/lib/components/avatar/avatar.js +1 -1
- package/lib/components/badge/badge.js +1 -1
- package/lib/components/badge/beta_badge/beta_badge.js +1 -1
- package/lib/components/basic_table/basic_table.js +7 -6
- package/lib/components/basic_table/in_memory_table.js +4 -4
- package/lib/components/button/button_display/_button_display_content.js +1 -1
- package/lib/components/button/button_empty/button_empty.js +1 -1
- package/lib/components/button/button_group/button_group.js +1 -1
- package/lib/components/button/button_group/button_group_button.js +1 -1
- package/lib/components/button/button_icon/button_icon.js +1 -1
- package/lib/components/call_out/call_out.js +1 -1
- package/lib/components/card/card.js +1 -1
- package/lib/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/lib/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/lib/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/lib/components/comment_list/comment.js +2 -2
- package/lib/components/comment_list/comment_event.js +1 -1
- package/lib/components/comment_list/comment_list.js +2 -2
- package/lib/components/comment_list/comment_timeline.js +1 -1
- package/lib/components/context_menu/context_menu_item.js +1 -1
- package/lib/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/lib/components/datagrid/body/data_grid_body.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/lib/components/datagrid/controls/column_sorting.js +7 -7
- package/lib/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/lib/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/lib/components/datagrid/utils/in_memory.js +6 -6
- package/lib/components/date_picker/date_picker.js +2 -2
- package/lib/components/date_picker/date_picker_range.js +1 -1
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/form/field_number/field_number.js +2 -2
- package/lib/components/form/field_text/field_text.js +2 -2
- package/lib/components/form/form_control_button/form_control_button.js +1 -1
- package/lib/components/form/form_control_layout/form_control_layout.js +2 -2
- package/lib/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/lib/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/lib/components/form/text_area/text_area.js +2 -2
- package/lib/components/header/header_links/header_link.js +1 -1
- package/lib/components/header/header_links/header_links.js +1 -1
- package/lib/components/header/header_logo/header_logo.js +1 -1
- package/lib/components/header/header_section/header_section_item_button.js +1 -1
- package/lib/components/icon/assets/documents.js +5 -1
- package/lib/components/icon/assets/{folder.js → folder_close.js} +3 -5
- package/lib/components/icon/assets/folder_open.js +3 -1
- package/lib/components/icon/assets/index_close.js +9 -1
- package/lib/components/icon/assets/index_edit.js +9 -1
- package/lib/components/icon/assets/index_open.js +9 -1
- package/lib/components/icon/assets/index_runtime.js +6 -2
- package/lib/components/icon/assets/index_settings.js +4 -4
- package/lib/components/icon/assets/kubernetes_pod.js +1 -4
- package/lib/components/icon/assets/pages_select.js +5 -2
- package/lib/components/icon/assets/section.js +5 -1
- package/lib/components/icon/assets/timeline_with_arrow.js +8 -1
- package/lib/components/icon/assets/workflow.js +1 -3
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_map.js +5 -4
- package/lib/components/icon/svgs/documents.svg +2 -1
- package/lib/components/icon/svgs/folder_close.svg +3 -0
- package/lib/components/icon/svgs/folder_open.svg +3 -2
- package/lib/components/icon/svgs/index_close.svg +4 -1
- package/lib/components/icon/svgs/index_edit.svg +3 -1
- package/lib/components/icon/svgs/index_open.svg +4 -1
- package/lib/components/icon/svgs/index_runtime.svg +3 -2
- package/lib/components/icon/svgs/index_settings.svg +2 -5
- package/lib/components/icon/svgs/kubernetes_pod.svg +3 -3
- package/lib/components/icon/svgs/pages_select.svg +4 -2
- package/lib/components/icon/svgs/section.svg +4 -1
- package/lib/components/icon/svgs/timeline_with_arrow.svg +5 -5
- package/lib/components/icon/svgs/workflow.svg +1 -1
- package/lib/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/lib/components/list_group/list_group.js +2 -2
- package/lib/components/list_group/list_group_item.js +2 -2
- package/lib/components/list_group/list_group_item_extra_action.js +1 -1
- package/lib/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/lib/components/loading/loading_logo.js +1 -1
- package/lib/components/markdown_editor/markdown_editor.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/lib/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/lib/components/page/page_header/page_header_content.js +1 -1
- package/lib/components/pagination/pagination_button.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list.js +1 -1
- package/lib/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/lib/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/lib/components/table/table_header_cell.js +1 -1
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +1 -1
- package/lib/components/toast/toast.js +1 -1
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/optimize/es/components/basic_table/basic_table.js +3 -2
- package/optimize/es/components/icon/assets/documents.js +5 -1
- package/optimize/es/components/icon/assets/{folder.js → folder_close.js} +3 -5
- package/optimize/es/components/icon/assets/folder_open.js +3 -1
- package/optimize/es/components/icon/assets/index_close.js +9 -1
- package/optimize/es/components/icon/assets/index_edit.js +9 -1
- package/optimize/es/components/icon/assets/index_open.js +9 -1
- package/optimize/es/components/icon/assets/index_runtime.js +6 -2
- package/optimize/es/components/icon/assets/index_settings.js +4 -4
- package/optimize/es/components/icon/assets/kubernetes_pod.js +1 -4
- package/optimize/es/components/icon/assets/pages_select.js +5 -2
- package/optimize/es/components/icon/assets/section.js +5 -1
- package/optimize/es/components/icon/assets/timeline_with_arrow.js +8 -1
- package/optimize/es/components/icon/assets/workflow.js +1 -3
- package/optimize/es/components/icon/icon_map.js +5 -4
- package/optimize/lib/components/basic_table/basic_table.js +3 -2
- package/optimize/lib/components/icon/assets/documents.js +5 -1
- package/optimize/lib/components/icon/assets/{folder.js → folder_close.js} +3 -5
- package/optimize/lib/components/icon/assets/folder_open.js +3 -1
- package/optimize/lib/components/icon/assets/index_close.js +9 -1
- package/optimize/lib/components/icon/assets/index_edit.js +9 -1
- package/optimize/lib/components/icon/assets/index_open.js +9 -1
- package/optimize/lib/components/icon/assets/index_runtime.js +6 -2
- package/optimize/lib/components/icon/assets/index_settings.js +4 -4
- package/optimize/lib/components/icon/assets/kubernetes_pod.js +1 -4
- package/optimize/lib/components/icon/assets/pages_select.js +5 -2
- package/optimize/lib/components/icon/assets/section.js +5 -1
- package/optimize/lib/components/icon/assets/timeline_with_arrow.js +8 -1
- package/optimize/lib/components/icon/assets/workflow.js +1 -3
- package/optimize/lib/components/icon/icon_map.js +5 -4
- package/optimize/lib/components/icon/svgs/documents.svg +2 -1
- package/optimize/lib/components/icon/svgs/folder_close.svg +3 -0
- package/optimize/lib/components/icon/svgs/folder_open.svg +3 -2
- package/optimize/lib/components/icon/svgs/index_close.svg +4 -1
- package/optimize/lib/components/icon/svgs/index_edit.svg +3 -1
- package/optimize/lib/components/icon/svgs/index_open.svg +4 -1
- package/optimize/lib/components/icon/svgs/index_runtime.svg +3 -2
- package/optimize/lib/components/icon/svgs/index_settings.svg +2 -5
- package/optimize/lib/components/icon/svgs/kubernetes_pod.svg +3 -3
- package/optimize/lib/components/icon/svgs/pages_select.svg +4 -2
- package/optimize/lib/components/icon/svgs/section.svg +4 -1
- package/optimize/lib/components/icon/svgs/timeline_with_arrow.svg +5 -5
- package/optimize/lib/components/icon/svgs/workflow.svg +1 -1
- package/package.json +1 -1
- package/test-env/components/avatar/avatar.js +1 -1
- package/test-env/components/badge/badge.js +1 -1
- package/test-env/components/badge/beta_badge/beta_badge.js +1 -1
- package/test-env/components/basic_table/basic_table.js +7 -6
- package/test-env/components/basic_table/in_memory_table.js +4 -4
- package/test-env/components/button/button_display/_button_display_content.js +1 -1
- package/test-env/components/button/button_empty/button_empty.js +1 -1
- package/test-env/components/button/button_group/button_group.js +1 -1
- package/test-env/components/button/button_group/button_group_button.js +1 -1
- package/test-env/components/button/button_icon/button_icon.js +1 -1
- package/test-env/components/call_out/call_out.js +1 -1
- package/test-env/components/card/card.js +1 -1
- package/test-env/components/collapsible_nav/collapsible_nav_group/collapsible_nav_group.js +1 -1
- package/test-env/components/collapsible_nav_beta/_kibana_solution/collapsible_nav_kibana_solution.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_button.js +1 -1
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_item.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsed/collapsed_nav_popover.js +2 -2
- package/test-env/components/collapsible_nav_beta/collapsible_nav_item/collapsible_nav_item.js +4 -4
- package/test-env/components/comment_list/comment.js +2 -2
- package/test-env/components/comment_list/comment_event.js +1 -1
- package/test-env/components/comment_list/comment_list.js +2 -2
- package/test-env/components/comment_list/comment_timeline.js +1 -1
- package/test-env/components/context_menu/context_menu_item.js +1 -1
- package/test-env/components/datagrid/body/cell/data_grid_cell.js +12 -12
- package/test-env/components/datagrid/body/data_grid_body.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_custom.js +7 -7
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +7 -7
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +6 -6
- package/test-env/components/datagrid/controls/column_sorting.js +7 -7
- package/test-env/components/datagrid/controls/column_sorting_draggable.js +1 -1
- package/test-env/components/datagrid/controls/data_grid_toolbar_control.js +1 -1
- package/test-env/components/datagrid/utils/in_memory.js +6 -6
- package/test-env/components/date_picker/date_picker.js +2 -2
- package/test-env/components/date_picker/date_picker_range.js +1 -1
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/form/field_number/field_number.js +2 -2
- package/test-env/components/form/field_text/field_text.js +2 -2
- package/test-env/components/form/form_control_button/form_control_button.js +1 -1
- package/test-env/components/form/form_control_layout/form_control_layout.js +2 -2
- package/test-env/components/form/form_control_layout/form_control_layout_custom_icon.js +1 -1
- package/test-env/components/form/form_control_layout/form_control_layout_icons.js +2 -2
- package/test-env/components/form/text_area/text_area.js +2 -2
- package/test-env/components/header/header_links/header_link.js +1 -1
- package/test-env/components/header/header_links/header_links.js +1 -1
- package/test-env/components/header/header_logo/header_logo.js +1 -1
- package/test-env/components/header/header_section/header_section_item_button.js +1 -1
- package/test-env/components/icon/assets/documents.js +5 -1
- package/test-env/components/icon/assets/{folder.js → folder_close.js} +3 -5
- package/test-env/components/icon/assets/folder_open.js +3 -1
- package/test-env/components/icon/assets/index_close.js +9 -1
- package/test-env/components/icon/assets/index_edit.js +9 -1
- package/test-env/components/icon/assets/index_open.js +9 -1
- package/test-env/components/icon/assets/index_runtime.js +6 -2
- package/test-env/components/icon/assets/index_settings.js +4 -4
- package/test-env/components/icon/assets/kubernetes_pod.js +1 -4
- package/test-env/components/icon/assets/pages_select.js +5 -2
- package/test-env/components/icon/assets/section.js +5 -1
- package/test-env/components/icon/assets/timeline_with_arrow.js +8 -1
- package/test-env/components/icon/assets/workflow.js +1 -3
- package/test-env/components/icon/icon_map.js +5 -4
- package/test-env/components/key_pad_menu/key_pad_menu_item.js +1 -1
- package/test-env/components/list_group/list_group.js +2 -2
- package/test-env/components/list_group/list_group_item.js +2 -2
- package/test-env/components/list_group/list_group_item_extra_action.js +1 -1
- package/test-env/components/list_group/pinnable_list_group/pinnable_list_group.js +4 -4
- package/test-env/components/loading/loading_logo.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_drop_zone.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_footer.js +1 -1
- package/test-env/components/markdown_editor/markdown_editor_toolbar.js +1 -1
- package/test-env/components/page/page_header/page_header_content.js +1 -1
- package/test-env/components/pagination/pagination_button.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list.js +1 -1
- package/test-env/components/selectable/selectable_list/selectable_list_item.js +1 -1
- package/test-env/components/selectable/selectable_templates/selectable_template_sitewide.js +1 -1
- package/test-env/components/table/table_header_cell.js +1 -1
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +1 -1
- package/test-env/components/toast/toast.js +1 -1
- package/test-env/components/tool_tip/icon_tip.js +1 -1
- package/es/components/icon/assets/folder_closed.js +0 -33
- package/lib/components/icon/assets/folder_closed.js +0 -40
- package/lib/components/icon/svgs/folder.svg +0 -3
- package/lib/components/icon/svgs/folder_closed.svg +0 -3
- package/optimize/es/components/icon/assets/folder_closed.js +0 -32
- package/optimize/lib/components/icon/assets/folder_closed.js +0 -40
- package/optimize/lib/components/icon/svgs/folder.svg +0 -3
- package/optimize/lib/components/icon/svgs/folder_closed.svg +0 -3
- package/test-env/components/icon/assets/folder_closed.js +0 -40
|
@@ -26,7 +26,15 @@ var EuiIconIndexClose = function EuiIconIndexClose(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"
|
|
30
|
+
}), ___EmotionJSX("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
d: "M14 1a1 1 0 0 1 1 1v5.257a5.507 5.507 0 0 0-1-.656V5H2v9h4.602c.182.358.402.693.656 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
|
|
33
|
+
clipRule: "evenodd"
|
|
34
|
+
}), ___EmotionJSX("path", {
|
|
35
|
+
d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
|
|
36
|
+
}), ___EmotionJSX("path", {
|
|
37
|
+
d: "m13.854 9.853-1.647 1.646 1.646 1.648-.707.707-1.646-1.648-1.646 1.648-.707-.707 1.646-1.648-1.647-1.645.707-.707 1.647 1.645 1.646-1.646.707.707Z"
|
|
30
38
|
}));
|
|
31
39
|
};
|
|
32
40
|
export var icon = EuiIconIndexClose;
|
|
@@ -26,7 +26,15 @@ var EuiIconIndexEdit = function EuiIconIndexEdit(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M3 6h2v1H3V6Zm3 0h2v1H6V6Zm0 3h2v1H6V9Zm3-3h4v1H9V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"
|
|
30
|
+
}), ___EmotionJSX("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
d: "M14 1a1 1 0 0 1 1 1v5.269a1.993 1.993 0 0 0-1-.267V5H2v9h5v1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
|
|
33
|
+
clipRule: "evenodd"
|
|
34
|
+
}), ___EmotionJSX("path", {
|
|
35
|
+
fillRule: "evenodd",
|
|
36
|
+
d: "M13.37 8.225a1 1 0 0 1 1.337.068l1 1a1 1 0 0 1 0 1.414l-5 5A1 1 0 0 1 10 16H8v-2a1 1 0 0 1 .293-.707l5-5 .076-.068ZM9 14v1h1l3.646-3.646-1-1L9 14Zm4.354-4.354 1 1L15 10l-1-1-.646.646Z",
|
|
37
|
+
clipRule: "evenodd"
|
|
30
38
|
}));
|
|
31
39
|
};
|
|
32
40
|
export var icon = EuiIconIndexEdit;
|
|
@@ -26,7 +26,15 @@ var EuiIconIndexOpen = function EuiIconIndexOpen(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"
|
|
30
|
+
}), ___EmotionJSX("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
d: "M14 1a1 1 0 0 1 1 1v5.257a5.508 5.508 0 0 0-1-.656V5H2v9h4.602c.182.358.402.693.656 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
|
|
33
|
+
clipRule: "evenodd"
|
|
34
|
+
}), ___EmotionJSX("path", {
|
|
35
|
+
d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
|
|
36
|
+
}), ___EmotionJSX("path", {
|
|
37
|
+
d: "M12 9v2h2v1h-2v2h-1v-2H9v-1h2V9h1Z"
|
|
30
38
|
}));
|
|
31
39
|
};
|
|
32
40
|
export var icon = EuiIconIndexOpen;
|
|
@@ -26,9 +26,13 @@ var EuiIconIndexRuntime = function EuiIconIndexRuntime(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M3 6h2v1H3V6Zm3 0h2v1H6V6Zm3 0h4v1H9V6ZM3 9h2v1H3V9Zm3 0h2v1H6V9Zm-3 3h2v1H3v-1Zm3 0h2v1H6v-1Z"
|
|
30
30
|
}), ___EmotionJSX("path", {
|
|
31
|
-
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
d: "M14 1a1 1 0 0 1 1 1v7.264l-1-.5V5H2v9h6v1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
|
|
33
|
+
clipRule: "evenodd"
|
|
34
|
+
}), ___EmotionJSX("path", {
|
|
35
|
+
d: "M9.475 8.15a1 1 0 0 1 .972-.045l5 2.5a1 1 0 0 1 .126 1.714l-5 3.5A1 1 0 0 1 9 15V9a1 1 0 0 1 .475-.85ZM10 15l5-3.5L10 9v6Z"
|
|
32
36
|
}));
|
|
33
37
|
};
|
|
34
38
|
export var icon = EuiIconIndexRuntime;
|
|
@@ -26,11 +26,11 @@ var EuiIconIndexSettings = function EuiIconIndexSettings(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Zm9.37-3.892a3.496 3.496 0 0 1 1.629.944l1.149-.235.5.867-.778.875a3.498 3.498 0 0 1 0 1.881l.778.877-.5.867-1.149-.236c-.44.45-1 .782-1.63.943L12 16h-1l-.37-1.11A3.494 3.494 0 0 1 9 13.949l-1.146.236-.5-.867.775-.876a3.502 3.502 0 0 1 0-1.883l-.775-.874.5-.867L9 9.051c.44-.45 1-.782 1.63-.943L11 7h1l.37 1.108ZM11.5 9a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z"
|
|
30
30
|
}), ___EmotionJSX("path", {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
d: "M14 1a1 1 0 0 1 1 1v5.826l-.053.012-.658.134a4.53 4.53 0 0 0-.289-.21V5H2v9h4.593l.577 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
|
|
33
|
+
clipRule: "evenodd"
|
|
34
34
|
}));
|
|
35
35
|
};
|
|
36
36
|
export var icon = EuiIconIndexSettings;
|
|
@@ -21,15 +21,12 @@ var EuiIconKubernetesPod = function EuiIconKubernetesPod(_ref) {
|
|
|
21
21
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22
22
|
width: 16,
|
|
23
23
|
height: 16,
|
|
24
|
-
fill: "none",
|
|
25
24
|
viewBox: "0 0 16 16",
|
|
26
25
|
"aria-labelledby": titleId
|
|
27
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
28
27
|
id: titleId
|
|
29
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
30
|
-
|
|
31
|
-
d: "M14 5.151v6.269l-5.5 3.142V8.29L14 5.151zm-.508-.861L8 1.152 2.508 4.29 8 7.424l5.492-3.134zM2 5.151l5.5 3.14v6.272L2 11.42V5.15zM15 12l-7 4-7-4V4l7-4 7 4v8z",
|
|
32
|
-
clipRule: "evenodd"
|
|
29
|
+
d: "m2.5 11.213 5 2.916V8.286l-5-2.916v5.843Zm6-2.927v5.843l5-2.916V5.37l-5 2.916ZM2.991 4.5 8 7.42l5.008-2.92L8 1.578 2.991 4.5Zm11.509 7a.5.5 0 0 1-.248.432L8.5 15.286v.214h-1v-.214l-5.752-3.354A.5.5 0 0 1 1.5 11.5v-7a.5.5 0 0 1 .248-.432l6-3.5a.5.5 0 0 1 .504 0l6 3.5a.5.5 0 0 1 .248.432v7Z"
|
|
33
30
|
}));
|
|
34
31
|
};
|
|
35
32
|
export var icon = EuiIconKubernetesPod;
|
|
@@ -26,8 +26,11 @@ var EuiIconPagesSelect = function EuiIconPagesSelect(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
d: "M1 15h6.258c.314.38.678.716 1.082 1H1a1 1 0 0 1-1-1V2h1v13ZM12 4.293v1.73a5.564 5.564 0 0 0-1 0V5H8a1 1 0 0 1-1-1V1H3v12h3.208c.099.349.231.683.394 1H3a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h4.707L12 4.293ZM8 4h2.293L8 1.707V4Z"
|
|
30
|
+
}), ___EmotionJSX("path", {
|
|
31
|
+
d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
|
|
32
|
+
}), ___EmotionJSX("path", {
|
|
33
|
+
d: "M13.854 10.854 11 13.707l-1.854-1.854.708-.707L11 12.293l2.146-2.146.707.707Z"
|
|
31
34
|
}));
|
|
32
35
|
};
|
|
33
36
|
export var icon = EuiIconPagesSelect;
|
|
@@ -26,7 +26,11 @@ var EuiIconSection = function EuiIconSection(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M6.354 7.354 4.5 9.207 2.646 7.354l.708-.708L4.5 7.793l1.146-1.147.708.708Z"
|
|
30
|
+
}), ___EmotionJSX("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
d: "M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 14h12V6H2v8Zm0-9h12V4H2v1Zm0-2h12V2H2v1Z",
|
|
33
|
+
clipRule: "evenodd"
|
|
30
34
|
}));
|
|
31
35
|
};
|
|
32
36
|
export var icon = EuiIconSection;
|
|
@@ -26,8 +26,15 @@ var EuiIconTimelineWithArrow = function EuiIconTimelineWithArrow(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
+
d: "M6 1v2h4V1H6Zm5 2a1 1 0 0 1-1 1H8.5v1h-1V4H6a1 1 0 0 1-.995-.897L5 3V1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2ZM5 15v-2H1v2h4Zm-5-2a1 1 0 0 1 1-1h1.5v-1h1v1H5a1 1 0 0 1 .995.898L6 13v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-2Z"
|
|
30
|
+
}), ___EmotionJSX("path", {
|
|
29
31
|
fillRule: "evenodd",
|
|
30
|
-
d: "
|
|
32
|
+
d: "M3 6.5a1.5 1.5 0 0 1 1.413 1h3.315a5.524 5.524 0 0 0-.836 1H4.413a1.5 1.5 0 0 1-2.826 0H0v-1h1.587A1.5 1.5 0 0 1 3 6.5Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z",
|
|
33
|
+
clipRule: "evenodd"
|
|
34
|
+
}), ___EmotionJSX("path", {
|
|
35
|
+
d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
|
|
36
|
+
}), ___EmotionJSX("path", {
|
|
37
|
+
d: "m14.207 11.5-2.354 2.354-.707-.707L12.293 12H9v-1h3.293l-1.146-1.146.707-.708 2.353 2.354Z"
|
|
31
38
|
}));
|
|
32
39
|
};
|
|
33
40
|
export var icon = EuiIconTimelineWithArrow;
|
|
@@ -26,9 +26,7 @@ var EuiIconWorkflow = function EuiIconWorkflow(_ref) {
|
|
|
26
26
|
}, props), title ? ___EmotionJSX("title", {
|
|
27
27
|
id: titleId
|
|
28
28
|
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
|
|
30
|
-
d: "M6 1a2 2 0 0 1 1.935 1.5H12a3 3 0 0 1 0 6H9.935a1.999 1.999 0 0 1-3.87 0H4a2 2 0 0 0 0 3.999h4.067A1.998 1.998 0 0 1 10 11h3a2 2 0 1 1 0 4h-3a1.998 1.998 0 0 1-1.935-1.501H4A3 3 0 1 1 4 7.5h2.066a1.999 1.999 0 0 1 3.87 0H12a2 2 0 0 0 0-4H7.935A1.999 1.999 0 0 1 6 5H3a2 2 0 1 1 0-4h3Zm4 11a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2h-3ZM8 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM3 2a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2H3Z",
|
|
31
|
-
clipRule: "evenodd"
|
|
29
|
+
d: "M7 6.944v2h2v-2H7Zm-5-5v2h2v-2H2Zm3 .5h7a3 3 0 1 1 0 6h-2v.5a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-.5H4a2 2 0 1 0 0 4h9.293l-1.646-1.646.707-.707 2.853 2.853-2.854 2.854-.707-.707 1.647-1.647H4a3 3 0 1 1 0-6h2v-.5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v.5h2a2 2 0 1 0 0-4H5v.5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v.5Z"
|
|
32
30
|
}));
|
|
33
31
|
};
|
|
34
32
|
export var icon = EuiIconWorkflow;
|
|
@@ -323,12 +323,13 @@ export var typeToPathMap = {
|
|
|
323
323
|
flag: 'flag',
|
|
324
324
|
fleetApp: 'app_agent',
|
|
325
325
|
fold: 'fold',
|
|
326
|
-
folder: '
|
|
326
|
+
folder: 'folder_close',
|
|
327
|
+
folderClosed: 'folder_close',
|
|
328
|
+
folderClose: 'folder_close',
|
|
327
329
|
folderCheck: 'folder_check',
|
|
328
|
-
folderClosed: 'folder_closed',
|
|
329
330
|
folderExclamation: 'folder_exclamation',
|
|
330
|
-
folderOpen: '
|
|
331
|
-
|
|
331
|
+
folderOpen: 'folder_open',
|
|
332
|
+
folderOpened: 'folder_open',
|
|
332
333
|
frameNext: 'frame_next',
|
|
333
334
|
framePrevious: 'frame_previous',
|
|
334
335
|
fullScreen: 'full_screen',
|
|
@@ -432,14 +432,15 @@ var EuiBasicTable = exports.EuiBasicTable = /*#__PURE__*/function (_Component) {
|
|
|
432
432
|
var _this$props5 = this.props,
|
|
433
433
|
items = _this$props5.items,
|
|
434
434
|
pagination = _this$props5.pagination,
|
|
435
|
-
tableCaption = _this$props5.tableCaption
|
|
435
|
+
tableCaption = _this$props5.tableCaption,
|
|
436
|
+
noItemsMessage = _this$props5.noItemsMessage;
|
|
436
437
|
var itemCount = items.length;
|
|
437
438
|
var totalItemCount = pagination ? pagination.totalItemCount : itemCount;
|
|
438
439
|
var page = pagination ? pagination.pageIndex + 1 : 1;
|
|
439
440
|
var pageCount = pagination ? Math.ceil(pagination.totalItemCount / this.pageSize) : 1;
|
|
440
441
|
var itemCountPart = null;
|
|
441
442
|
if (!itemCount) {
|
|
442
|
-
itemCountPart =
|
|
443
|
+
itemCountPart = (0, _react2.jsx)(_react.default.Fragment, null, noItemsMessage, !!noItemsMessage && ',');
|
|
443
444
|
} else if (pagination && totalItemCount > 0) {
|
|
444
445
|
itemCountPart = (0, _react2.jsx)("p", null, (0, _react2.jsx)(_i18n.EuiI18n, {
|
|
445
446
|
token: "euiBasicTable.caption.itemCountPart.withTotalItemCount",
|
|
@@ -34,7 +34,11 @@ var EuiIconDocuments = function EuiIconDocuments(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
d: "M4 1a1 1 0 0 1 1-1h4.707L14 4.293V13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V1Zm5 0H5v12h8V5h-3a1 1 0 0 1-1-1V1Zm1 .707L12.293 4H10V1.707Z",
|
|
39
|
+
clipRule: "evenodd"
|
|
40
|
+
}), (0, _react2.jsx)("path", {
|
|
41
|
+
d: "M3 15V2H2v13a1 1 0 0 0 1 1h9v-1H3Z"
|
|
38
42
|
}));
|
|
39
43
|
};
|
|
40
44
|
var icon = exports.icon = EuiIconDocuments;
|
|
@@ -21,7 +21,7 @@ var _excluded = ["title", "titleId"];
|
|
|
21
21
|
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
22
22
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
23
23
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
24
|
-
var
|
|
24
|
+
var EuiIconFolderClose = function EuiIconFolderClose(_ref) {
|
|
25
25
|
var title = _ref.title,
|
|
26
26
|
titleId = _ref.titleId,
|
|
27
27
|
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
@@ -34,9 +34,7 @@ var EuiIconFolder = function EuiIconFolder(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
|
|
38
|
-
d: "M1 3a1 1 0 0 1 1-1h4.191a1 1 0 0 1 .894.553L7.81 4H14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3Zm5.191 0H2v10h12V5H7.191l-1-2Z",
|
|
39
|
-
clipRule: "evenodd"
|
|
37
|
+
d: "M1 13V3a1 1 0 0 1 1-1h4.191a1 1 0 0 1 .894.553L7.809 4H14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1Zm1 0h12V5H7.191l-.138-.276L6.19 3H2v10Z"
|
|
40
38
|
}));
|
|
41
39
|
};
|
|
42
|
-
var icon = exports.icon =
|
|
40
|
+
var icon = exports.icon = EuiIconFolderClose;
|
|
@@ -34,7 +34,9 @@ var EuiIconFolderOpen = function EuiIconFolderOpen(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M5.191 2a1 1 0 0 1 .894.553L6.809 4H13a1 1 0 0 1 1 1v1.5h-1V5H6.191l-.138-.276L5.19 3H1v8.751l-.317 1.111a.5.5 0 0 0 .48.638h11.96a.5.5 0 0 0 .48-.362L14 11.75V13a1 1 0 0 1-1 1H1a1 1 0 0 1-.995-.898L0 13V3a1 1 0 0 1 1-1h4.191Z"
|
|
38
|
+
}), (0, _react2.jsx)("path", {
|
|
39
|
+
d: "M14.837 6a1 1 0 0 1 .962 1.274l-1.715 6a1 1 0 0 1-.961.726H1.163a1 1 0 0 1-.962-1.274l1.715-6A1 1 0 0 1 2.877 6h11.96ZM1.163 13h11.96l1.714-6H2.877l-1.714 6Z"
|
|
38
40
|
}));
|
|
39
41
|
};
|
|
40
42
|
var icon = exports.icon = EuiIconFolderOpen;
|
|
@@ -34,7 +34,15 @@ var EuiIconIndexClose = function EuiIconIndexClose(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"
|
|
38
|
+
}), (0, _react2.jsx)("path", {
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
d: "M14 1a1 1 0 0 1 1 1v5.257a5.507 5.507 0 0 0-1-.656V5H2v9h4.602c.182.358.402.693.656 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
|
|
41
|
+
clipRule: "evenodd"
|
|
42
|
+
}), (0, _react2.jsx)("path", {
|
|
43
|
+
d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
|
|
44
|
+
}), (0, _react2.jsx)("path", {
|
|
45
|
+
d: "m13.854 9.853-1.647 1.646 1.646 1.648-.707.707-1.646-1.648-1.646 1.648-.707-.707 1.646-1.648-1.647-1.645.707-.707 1.647 1.645 1.646-1.646.707.707Z"
|
|
38
46
|
}));
|
|
39
47
|
};
|
|
40
48
|
var icon = exports.icon = EuiIconIndexClose;
|
|
@@ -34,7 +34,15 @@ var EuiIconIndexEdit = function EuiIconIndexEdit(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M3 6h2v1H3V6Zm3 0h2v1H6V6Zm0 3h2v1H6V9Zm3-3h4v1H9V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"
|
|
38
|
+
}), (0, _react2.jsx)("path", {
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
d: "M14 1a1 1 0 0 1 1 1v5.269a1.993 1.993 0 0 0-1-.267V5H2v9h5v1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
|
|
41
|
+
clipRule: "evenodd"
|
|
42
|
+
}), (0, _react2.jsx)("path", {
|
|
43
|
+
fillRule: "evenodd",
|
|
44
|
+
d: "M13.37 8.225a1 1 0 0 1 1.337.068l1 1a1 1 0 0 1 0 1.414l-5 5A1 1 0 0 1 10 16H8v-2a1 1 0 0 1 .293-.707l5-5 .076-.068ZM9 14v1h1l3.646-3.646-1-1L9 14Zm4.354-4.354 1 1L15 10l-1-1-.646.646Z",
|
|
45
|
+
clipRule: "evenodd"
|
|
38
46
|
}));
|
|
39
47
|
};
|
|
40
48
|
var icon = exports.icon = EuiIconIndexEdit;
|
|
@@ -34,7 +34,15 @@ var EuiIconIndexOpen = function EuiIconIndexOpen(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"
|
|
38
|
+
}), (0, _react2.jsx)("path", {
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
d: "M14 1a1 1 0 0 1 1 1v5.257a5.508 5.508 0 0 0-1-.656V5H2v9h4.602c.182.358.402.693.656 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
|
|
41
|
+
clipRule: "evenodd"
|
|
42
|
+
}), (0, _react2.jsx)("path", {
|
|
43
|
+
d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
|
|
44
|
+
}), (0, _react2.jsx)("path", {
|
|
45
|
+
d: "M12 9v2h2v1h-2v2h-1v-2H9v-1h2V9h1Z"
|
|
38
46
|
}));
|
|
39
47
|
};
|
|
40
48
|
var icon = exports.icon = EuiIconIndexOpen;
|
|
@@ -34,9 +34,13 @@ var EuiIconIndexRuntime = function EuiIconIndexRuntime(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M3 6h2v1H3V6Zm3 0h2v1H6V6Zm3 0h4v1H9V6ZM3 9h2v1H3V9Zm3 0h2v1H6V9Zm-3 3h2v1H3v-1Zm3 0h2v1H6v-1Z"
|
|
38
38
|
}), (0, _react2.jsx)("path", {
|
|
39
|
-
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
d: "M14 1a1 1 0 0 1 1 1v7.264l-1-.5V5H2v9h6v1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
|
|
41
|
+
clipRule: "evenodd"
|
|
42
|
+
}), (0, _react2.jsx)("path", {
|
|
43
|
+
d: "M9.475 8.15a1 1 0 0 1 .972-.045l5 2.5a1 1 0 0 1 .126 1.714l-5 3.5A1 1 0 0 1 9 15V9a1 1 0 0 1 .475-.85ZM10 15l5-3.5L10 9v6Z"
|
|
40
44
|
}));
|
|
41
45
|
};
|
|
42
46
|
var icon = exports.icon = EuiIconIndexRuntime;
|
|
@@ -34,11 +34,11 @@ var EuiIconIndexSettings = function EuiIconIndexSettings(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Zm9.37-3.892a3.496 3.496 0 0 1 1.629.944l1.149-.235.5.867-.778.875a3.498 3.498 0 0 1 0 1.881l.778.877-.5.867-1.149-.236c-.44.45-1 .782-1.63.943L12 16h-1l-.37-1.11A3.494 3.494 0 0 1 9 13.949l-1.146.236-.5-.867.775-.876a3.502 3.502 0 0 1 0-1.883l-.775-.874.5-.867L9 9.051c.44-.45 1-.782 1.63-.943L11 7h1l.37 1.108ZM11.5 9a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z"
|
|
38
38
|
}), (0, _react2.jsx)("path", {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
d: "M14 1a1 1 0 0 1 1 1v5.826l-.053.012-.658.134a4.53 4.53 0 0 0-.289-.21V5H2v9h4.593l.577 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z",
|
|
41
|
+
clipRule: "evenodd"
|
|
42
42
|
}));
|
|
43
43
|
};
|
|
44
44
|
var icon = exports.icon = EuiIconIndexSettings;
|
|
@@ -29,15 +29,12 @@ var EuiIconKubernetesPod = function EuiIconKubernetesPod(_ref) {
|
|
|
29
29
|
xmlns: "http://www.w3.org/2000/svg",
|
|
30
30
|
width: 16,
|
|
31
31
|
height: 16,
|
|
32
|
-
fill: "none",
|
|
33
32
|
viewBox: "0 0 16 16",
|
|
34
33
|
"aria-labelledby": titleId
|
|
35
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
36
35
|
id: titleId
|
|
37
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
38
|
-
|
|
39
|
-
d: "M14 5.151v6.269l-5.5 3.142V8.29L14 5.151zm-.508-.861L8 1.152 2.508 4.29 8 7.424l5.492-3.134zM2 5.151l5.5 3.14v6.272L2 11.42V5.15zM15 12l-7 4-7-4V4l7-4 7 4v8z",
|
|
40
|
-
clipRule: "evenodd"
|
|
37
|
+
d: "m2.5 11.213 5 2.916V8.286l-5-2.916v5.843Zm6-2.927v5.843l5-2.916V5.37l-5 2.916ZM2.991 4.5 8 7.42l5.008-2.92L8 1.578 2.991 4.5Zm11.509 7a.5.5 0 0 1-.248.432L8.5 15.286v.214h-1v-.214l-5.752-3.354A.5.5 0 0 1 1.5 11.5v-7a.5.5 0 0 1 .248-.432l6-3.5a.5.5 0 0 1 .504 0l6 3.5a.5.5 0 0 1 .248.432v7Z"
|
|
41
38
|
}));
|
|
42
39
|
};
|
|
43
40
|
var icon = exports.icon = EuiIconKubernetesPod;
|
|
@@ -34,8 +34,11 @@ var EuiIconPagesSelect = function EuiIconPagesSelect(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
d: "M1 15h6.258c.314.38.678.716 1.082 1H1a1 1 0 0 1-1-1V2h1v13ZM12 4.293v1.73a5.564 5.564 0 0 0-1 0V5H8a1 1 0 0 1-1-1V1H3v12h3.208c.099.349.231.683.394 1H3a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h4.707L12 4.293ZM8 4h2.293L8 1.707V4Z"
|
|
38
|
+
}), (0, _react2.jsx)("path", {
|
|
39
|
+
d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
|
|
40
|
+
}), (0, _react2.jsx)("path", {
|
|
41
|
+
d: "M13.854 10.854 11 13.707l-1.854-1.854.708-.707L11 12.293l2.146-2.146.707.707Z"
|
|
39
42
|
}));
|
|
40
43
|
};
|
|
41
44
|
var icon = exports.icon = EuiIconPagesSelect;
|
|
@@ -34,7 +34,11 @@ var EuiIconSection = function EuiIconSection(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "
|
|
37
|
+
d: "M6.354 7.354 4.5 9.207 2.646 7.354l.708-.708L4.5 7.793l1.146-1.147.708.708Z"
|
|
38
|
+
}), (0, _react2.jsx)("path", {
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
d: "M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 14h12V6H2v8Zm0-9h12V4H2v1Zm0-2h12V2H2v1Z",
|
|
41
|
+
clipRule: "evenodd"
|
|
38
42
|
}));
|
|
39
43
|
};
|
|
40
44
|
var icon = exports.icon = EuiIconSection;
|
|
@@ -34,8 +34,15 @@ var EuiIconTimelineWithArrow = function EuiIconTimelineWithArrow(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
+
d: "M6 1v2h4V1H6Zm5 2a1 1 0 0 1-1 1H8.5v1h-1V4H6a1 1 0 0 1-.995-.897L5 3V1a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2ZM5 15v-2H1v2h4Zm-5-2a1 1 0 0 1 1-1h1.5v-1h1v1H5a1 1 0 0 1 .995.898L6 13v2a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1v-2Z"
|
|
38
|
+
}), (0, _react2.jsx)("path", {
|
|
37
39
|
fillRule: "evenodd",
|
|
38
|
-
d: "
|
|
40
|
+
d: "M3 6.5a1.5 1.5 0 0 1 1.413 1h3.315a5.524 5.524 0 0 0-.836 1H4.413a1.5 1.5 0 0 1-2.826 0H0v-1h1.587A1.5 1.5 0 0 1 3 6.5Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z",
|
|
41
|
+
clipRule: "evenodd"
|
|
42
|
+
}), (0, _react2.jsx)("path", {
|
|
43
|
+
d: "M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"
|
|
44
|
+
}), (0, _react2.jsx)("path", {
|
|
45
|
+
d: "m14.207 11.5-2.354 2.354-.707-.707L12.293 12H9v-1h3.293l-1.146-1.146.707-.708 2.353 2.354Z"
|
|
39
46
|
}));
|
|
40
47
|
};
|
|
41
48
|
var icon = exports.icon = EuiIconTimelineWithArrow;
|
|
@@ -34,9 +34,7 @@ var EuiIconWorkflow = function EuiIconWorkflow(_ref) {
|
|
|
34
34
|
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
35
|
id: titleId
|
|
36
36
|
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
|
|
38
|
-
d: "M6 1a2 2 0 0 1 1.935 1.5H12a3 3 0 0 1 0 6H9.935a1.999 1.999 0 0 1-3.87 0H4a2 2 0 0 0 0 3.999h4.067A1.998 1.998 0 0 1 10 11h3a2 2 0 1 1 0 4h-3a1.998 1.998 0 0 1-1.935-1.501H4A3 3 0 1 1 4 7.5h2.066a1.999 1.999 0 0 1 3.87 0H12a2 2 0 0 0 0-4H7.935A1.999 1.999 0 0 1 6 5H3a2 2 0 1 1 0-4h3Zm4 11a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2h-3ZM8 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM3 2a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2H3Z",
|
|
39
|
-
clipRule: "evenodd"
|
|
37
|
+
d: "M7 6.944v2h2v-2H7Zm-5-5v2h2v-2H2Zm3 .5h7a3 3 0 1 1 0 6h-2v.5a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-.5H4a2 2 0 1 0 0 4h9.293l-1.646-1.646.707-.707 2.853 2.853-2.854 2.854-.707-.707 1.647-1.647H4a3 3 0 1 1 0-6h2v-.5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v.5h2a2 2 0 1 0 0-4H5v.5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v.5Z"
|
|
40
38
|
}));
|
|
41
39
|
};
|
|
42
40
|
var icon = exports.icon = EuiIconWorkflow;
|
|
@@ -329,12 +329,13 @@ var typeToPathMap = exports.typeToPathMap = {
|
|
|
329
329
|
flag: 'flag',
|
|
330
330
|
fleetApp: 'app_agent',
|
|
331
331
|
fold: 'fold',
|
|
332
|
-
folder: '
|
|
332
|
+
folder: 'folder_close',
|
|
333
|
+
folderClosed: 'folder_close',
|
|
334
|
+
folderClose: 'folder_close',
|
|
333
335
|
folderCheck: 'folder_check',
|
|
334
|
-
folderClosed: 'folder_closed',
|
|
335
336
|
folderExclamation: 'folder_exclamation',
|
|
336
|
-
folderOpen: '
|
|
337
|
-
|
|
337
|
+
folderOpen: 'folder_open',
|
|
338
|
+
folderOpened: 'folder_open',
|
|
338
339
|
frameNext: 'frame_next',
|
|
339
340
|
framePrevious: 'frame_previous',
|
|
340
341
|
fullScreen: 'full_screen',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="
|
|
2
|
+
<path fill-rule="evenodd" d="M4 1a1 1 0 0 1 1-1h4.707L14 4.293V13a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V1Zm5 0H5v12h8V5h-3a1 1 0 0 1-1-1V1Zm1 .707L12.293 4H10V1.707Z" clip-rule="evenodd"/>
|
|
3
|
+
<path d="M3 15V2H2v13a1 1 0 0 0 1 1h9v-1H3Z"/>
|
|
3
4
|
</svg>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
<path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M5.191 2a1 1 0 0 1 .894.553L6.809 4H13a1 1 0 0 1 1 1v1.5h-1V5H6.191l-.138-.276L5.19 3H1v8.751l-.317 1.111a.5.5 0 0 0 .48.638h11.96a.5.5 0 0 0 .48-.362L14 11.75V13a1 1 0 0 1-1 1H1a1 1 0 0 1-.995-.898L0 13V3a1 1 0 0 1 1-1h4.191Z"/>
|
|
3
|
+
<path d="M14.837 6a1 1 0 0 1 .962 1.274l-1.715 6a1 1 0 0 1-.961.726H1.163a1 1 0 0 1-.962-1.274l1.715-6A1 1 0 0 1 2.877 6h11.96ZM1.163 13h11.96l1.714-6H2.877l-1.714 6Z"/>
|
|
3
4
|
</svg>
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M14 1a1 1 0 0 1 1 1v5.257a5.507 5.507 0 0 0-1-.656V5H2v9h4.602c.182.358.402.693.656 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z" clip-rule="evenodd"/>
|
|
4
|
+
<path d="M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"/>
|
|
5
|
+
<path d="m13.854 9.853-1.647 1.646 1.646 1.648-.707.707-1.646-1.648-1.646 1.648-.707-.707 1.646-1.648-1.647-1.645.707-.707 1.647 1.645 1.646-1.646.707.707Z"/>
|
|
3
6
|
</svg>
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M3 6h2v1H3V6Zm3 0h2v1H6V6Zm0 3h2v1H6V9Zm3-3h4v1H9V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M14 1a1 1 0 0 1 1 1v5.269a1.993 1.993 0 0 0-1-.267V5H2v9h5v1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z" clip-rule="evenodd"/>
|
|
4
|
+
<path fill-rule="evenodd" d="M13.37 8.225a1 1 0 0 1 1.337.068l1 1a1 1 0 0 1 0 1.414l-5 5A1 1 0 0 1 10 16H8v-2a1 1 0 0 1 .293-.707l5-5 .076-.068ZM9 14v1h1l3.646-3.646-1-1L9 14Zm4.354-4.354 1 1L15 10l-1-1-.646.646Z" clip-rule="evenodd"/>
|
|
3
5
|
</svg>
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="
|
|
2
|
+
<path d="M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M14 1a1 1 0 0 1 1 1v5.257a5.508 5.508 0 0 0-1-.656V5H2v9h4.602c.182.358.402.693.656 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z" clip-rule="evenodd"/>
|
|
4
|
+
<path d="M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"/>
|
|
5
|
+
<path d="M12 9v2h2v1h-2v2h-1v-2H9v-1h2V9h1Z"/>
|
|
3
6
|
</svg>
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="
|
|
3
|
-
<path d="
|
|
2
|
+
<path d="M3 6h2v1H3V6Zm3 0h2v1H6V6Zm3 0h4v1H9V6ZM3 9h2v1H3V9Zm3 0h2v1H6V9Zm-3 3h2v1H3v-1Zm3 0h2v1H6v-1Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M14 1a1 1 0 0 1 1 1v7.264l-1-.5V5H2v9h6v1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z" clip-rule="evenodd"/>
|
|
4
|
+
<path d="M9.475 8.15a1 1 0 0 1 .972-.045l5 2.5a1 1 0 0 1 .126 1.714l-5 3.5A1 1 0 0 1 9 15V9a1 1 0 0 1 .475-.85ZM10 15l5-3.5L10 9v6Z"/>
|
|
4
5
|
</svg>
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
<path d="M13,7.04930541 L12.8382929,6.691 L12.6376273,6.244 L12.167776,6.134 C12.1121097,6.12095536 12.0561699,6.10885595 12,6.09770492 L12,2 L2,2 L2,13 L6.36000559,13 C6.51664428,13.3544919 6.71476173,13.6908892 6.94921643,14 L1,14 L1,1 L13,1 L13,7.04930541 Z"/>
|
|
5
|
-
<path d="M11.004,7 C11.326,7 11.65,7.036 11.97,7.109 L12.565,8.402 L14.03,8.25 C14.487,8.712 14.816,9.266 14.999,9.86 L14.129,11 L15,12.141 C14.908,12.435 14.78,12.723 14.613,13 C14.446,13.276 14.25,13.527 14.03,13.75 L12.565,13.598 L11.971,14.89 C11.652,14.963 11.325,15 10.996,15 C10.674,15 10.35,14.964 10.03,14.891 L9.436,13.598 L7.97,13.75 C7.513,13.288 7.185,12.734 7.001,12.14 L7.871,11 L7,9.86 C7.092,9.566 7.22,9.277 7.387,9 C7.554,8.723 7.75,8.473 7.97,8.25 L9.436,8.402 L10.029,7.11 C10.348,7.037 10.675,7 11.004,7 Z M11,12 C11.553,12 12,11.553 12,11 C12,10.448 11.553,10 11,10 C10.447,10 10,10.448 10,11 C10,11.553 10.447,12 11,12 Z"/>
|
|
6
|
-
</g>
|
|
2
|
+
<path d="M3 6h2v1H3V6Zm3 0h2v1H6V6ZM3 9h2v1H3V9Zm0 3h2v1H3v-1Zm9.37-3.892a3.496 3.496 0 0 1 1.629.944l1.149-.235.5.867-.778.875a3.498 3.498 0 0 1 0 1.881l.778.877-.5.867-1.149-.236c-.44.45-1 .782-1.63.943L12 16h-1l-.37-1.11A3.494 3.494 0 0 1 9 13.949l-1.146.236-.5-.867.775-.876a3.502 3.502 0 0 1 0-1.883l-.775-.874.5-.867L9 9.051c.44-.45 1-.782 1.63-.943L11 7h1l.37 1.108ZM11.5 9a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0 1a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm0 1a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M14 1a1 1 0 0 1 1 1v5.826l-.053.012-.658.134a4.53 4.53 0 0 0-.289-.21V5H2v9h4.593l.577 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 4h12V2H2v2Z" clip-rule="evenodd"/>
|
|
7
4
|
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="m2.5 11.213 5 2.916V8.286l-5-2.916v5.843Zm6-2.927v5.843l5-2.916V5.37l-5 2.916ZM2.991 4.5 8 7.42l5.008-2.92L8 1.578 2.991 4.5Zm11.509 7a.5.5 0 0 1-.248.432L8.5 15.286v.214h-1v-.214l-5.752-3.354A.5.5 0 0 1 1.5 11.5v-7a.5.5 0 0 1 .248-.432l6-3.5a.5.5 0 0 1 .504 0l6 3.5a.5.5 0 0 1 .248.432v7Z"/>
|
|
3
|
+
</svg>
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16"
|
|
2
|
-
<path
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M1 15h6.258c.314.38.678.716 1.082 1H1a1 1 0 0 1-1-1V2h1v13ZM12 4.293v1.73a5.564 5.564 0 0 0-1 0V5H8a1 1 0 0 1-1-1V1H3v12h3.208c.099.349.231.683.394 1H3a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h4.707L12 4.293ZM8 4h2.293L8 1.707V4Z"/>
|
|
3
|
+
<path d="M15 11.5a3.5 3.5 0 1 0-3.5 3.5v1a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9v-1a3.5 3.5 0 0 0 3.5-3.5Z"/>
|
|
4
|
+
<path d="M13.854 10.854 11 13.707l-1.854-1.854.708-.707L11 12.293l2.146-2.146.707.707Z"/>
|
|
3
5
|
</svg>
|
|
@@ -1 +1,4 @@
|
|
|
1
|
-
<svg
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M6.354 7.354 4.5 9.207 2.646 7.354l.708-.708L4.5 7.793l1.146-1.147.708.708Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12ZM2 14h12V6H2v8Zm0-9h12V4H2v1Zm0-2h12V2H2v1Z" clip-rule="evenodd"/>
|
|
4
|
+
</svg>
|