@elastic/eui 119.1.0 → 120.0.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/dist/eui-icons.json +74 -82
- package/dist/svgs/cloud_bolt.svg +4 -0
- package/dist/svgs/cloud_rain.svg +4 -0
- package/dist/svgs/cloud_sun.svg +4 -0
- package/dist/svgs/cube.svg +3 -0
- package/dist/svgs/kubernetes_namespace.svg +4 -0
- package/dist/svgs/memory.svg +1 -10
- package/dist/svgs/product_timelion.svg +3 -0
- package/dist/svgs/product_tsvb.svg +5 -0
- package/dist/svgs/push.svg +4 -0
- package/dist/svgs/transition_right_in.svg +4 -0
- package/dist/svgs/transition_right_out.svg +4 -0
- package/dist/svgs/wrench.svg +1 -1
- 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 +4 -4
- package/es/components/basic_table/in_memory_table.js +4 -4
- package/es/components/button/button.js +17 -5
- 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 +111 -29
- package/es/components/button/button_group/button_group.styles.js +20 -7
- package/es/components/button/button_group/use_button_group_selection.js +30 -0
- package/es/components/button/button_icon/button_icon.js +18 -7
- package/es/components/button/use_button_common_props.js +16 -7
- package/es/components/call_out/call_out.js +2 -2
- 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/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 +24 -24
- package/es/components/datagrid/body/data_grid_body.js +13 -13
- package/es/components/datagrid/body/data_grid_body_custom.js +13 -13
- package/es/components/datagrid/body/data_grid_body_virtualized.js +13 -13
- package/es/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/es/components/datagrid/controls/column_sorting.js +13 -13
- 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 +12 -12
- package/es/components/date_picker/date_picker.js +2 -2
- package/es/components/date_picker/date_picker_range.js +1 -1
- package/es/components/date_picker/react-datepicker/src/month_dropdown.js +0 -1
- package/es/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
- package/es/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
- package/es/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
- package/es/components/date_picker/react-datepicker/test/helper_components/custom_input.js +74 -0
- package/es/components/date_picker/react-datepicker/test/test_wrapper.js +38 -0
- package/es/components/date_picker/react-datepicker/test/timezone_date_picker.js +75 -0
- package/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +224 -253
- package/es/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/es/components/delay_hide/delay_hide.js +36 -93
- package/es/components/delay_render/delay_render.js +42 -80
- package/es/components/empty_prompt/empty_prompt.js +1 -1
- package/es/components/flyout/flyout_menu/flyout_menu.js +4 -4
- 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/append_prepend/form_append_prepend.js +2 -2
- 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/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/{kubernetes_pod.js → cloud_bolt.js} +5 -3
- package/es/components/icon/assets/{branch_user.js → cloud_rain.js} +4 -6
- package/es/components/icon/assets/{cloud_stormy.js → cloud_sun.js} +3 -3
- package/es/components/icon/assets/{kql_function.js → cube.js} +3 -3
- package/es/components/icon/assets/{cloud_drizzle.js → kubernetes_namespace.js} +5 -3
- package/es/components/icon/assets/memory.js +1 -3
- package/es/components/icon/assets/{continuity_below.js → product_timelion.js} +3 -3
- package/es/components/icon/assets/{cloud_sunny.js → product_tsvb.js} +7 -3
- package/es/components/icon/assets/{namespace.js → push.js} +3 -6
- package/es/components/icon/assets/{function.js → transition_right_in.js} +5 -3
- package/es/components/icon/assets/{continuity_above_below.js → transition_right_out.js} +5 -3
- package/es/components/icon/assets/wrench.js +1 -3
- package/es/components/icon/icon.js +1 -1
- package/es/components/icon/icon_glyphs.a11y.js +1 -1
- package/es/components/icon/icon_map.js +143 -58
- package/es/components/icon/svgs/cloud_bolt.svg +4 -0
- package/es/components/icon/svgs/cloud_rain.svg +4 -0
- package/es/components/icon/svgs/cloud_sun.svg +4 -0
- package/es/components/icon/svgs/cube.svg +3 -0
- package/es/components/icon/svgs/kubernetes_namespace.svg +4 -0
- package/es/components/icon/svgs/memory.svg +1 -10
- package/es/components/icon/svgs/product_timelion.svg +3 -0
- package/es/components/icon/svgs/product_tsvb.svg +5 -0
- package/es/components/icon/svgs/push.svg +4 -0
- package/es/components/icon/svgs/transition_right_in.svg +4 -0
- package/es/components/icon/svgs/transition_right_out.svg +4 -0
- package/es/components/icon/svgs/wrench.svg +1 -1
- 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/resizable_container/resizable_collapse_button.js +4 -4
- 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/text_diff/text_diff.js +4 -6
- package/es/components/timeline/timeline_item_icon.js +1 -1
- package/es/components/toast/global_toast_list.js +2 -2
- package/es/components/toast/toast.js +2 -2
- package/es/components/tool_tip/icon_tip.js +1 -1
- package/eui.d.ts +224 -275
- 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 +4 -4
- package/lib/components/basic_table/in_memory_table.js +4 -4
- package/lib/components/button/button.js +17 -5
- 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 +111 -29
- package/lib/components/button/button_group/button_group.styles.js +19 -6
- package/lib/components/button/button_group/use_button_group_selection.js +36 -0
- package/lib/components/button/button_icon/button_icon.js +18 -7
- package/lib/components/button/use_button_common_props.js +16 -7
- package/lib/components/call_out/call_out.js +2 -2
- 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/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 +24 -24
- package/lib/components/datagrid/body/data_grid_body.js +13 -13
- package/lib/components/datagrid/body/data_grid_body_custom.js +13 -13
- package/lib/components/datagrid/body/data_grid_body_virtualized.js +13 -13
- package/lib/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/lib/components/datagrid/controls/column_sorting.js +13 -13
- 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 +12 -12
- package/lib/components/date_picker/date_picker.js +2 -2
- package/lib/components/date_picker/date_picker_range.js +1 -1
- package/lib/components/date_picker/react-datepicker/src/month_dropdown.js +0 -1
- package/lib/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
- package/lib/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
- package/lib/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
- package/lib/components/date_picker/react-datepicker/test/helper_components/custom_input.js +80 -0
- package/lib/components/date_picker/react-datepicker/test/test_wrapper.js +46 -0
- package/lib/components/date_picker/react-datepicker/test/timezone_date_picker.js +83 -0
- package/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +224 -253
- package/lib/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/lib/components/delay_hide/delay_hide.js +35 -93
- package/lib/components/delay_render/delay_render.js +41 -79
- package/lib/components/empty_prompt/empty_prompt.js +1 -1
- package/lib/components/flyout/flyout_menu/flyout_menu.js +4 -4
- 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/append_prepend/form_append_prepend.js +2 -2
- 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/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/{kubernetes_pod.js → cloud_bolt.js} +5 -3
- package/lib/components/icon/assets/{branch_user.js → cloud_rain.js} +4 -6
- package/lib/components/icon/assets/{cloud_stormy.js → cloud_sun.js} +3 -3
- package/lib/components/icon/assets/{kql_function.js → cube.js} +3 -3
- package/lib/components/icon/assets/{cloud_drizzle.js → kubernetes_namespace.js} +5 -3
- package/lib/components/icon/assets/memory.js +1 -3
- package/lib/components/icon/assets/{continuity_below.js → product_timelion.js} +3 -3
- package/lib/components/icon/assets/{cloud_sunny.js → product_tsvb.js} +7 -3
- package/lib/components/icon/assets/{namespace.js → push.js} +3 -6
- package/lib/components/icon/assets/{function.js → transition_right_in.js} +5 -3
- package/lib/components/icon/assets/{continuity_above_below.js → transition_right_out.js} +5 -3
- package/lib/components/icon/assets/wrench.js +1 -3
- package/lib/components/icon/icon.js +1 -1
- package/lib/components/icon/icon_glyphs.a11y.js +1 -1
- package/lib/components/icon/icon_map.js +165 -78
- package/lib/components/icon/svgs/cloud_bolt.svg +4 -0
- package/lib/components/icon/svgs/cloud_rain.svg +4 -0
- package/lib/components/icon/svgs/cloud_sun.svg +4 -0
- package/lib/components/icon/svgs/cube.svg +3 -0
- package/lib/components/icon/svgs/kubernetes_namespace.svg +4 -0
- package/lib/components/icon/svgs/memory.svg +1 -10
- package/lib/components/icon/svgs/product_timelion.svg +3 -0
- package/lib/components/icon/svgs/product_tsvb.svg +5 -0
- package/lib/components/icon/svgs/push.svg +4 -0
- package/lib/components/icon/svgs/transition_right_in.svg +4 -0
- package/lib/components/icon/svgs/transition_right_out.svg +4 -0
- package/lib/components/icon/svgs/wrench.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/resizable_container/resizable_collapse_button.js +4 -4
- 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/text_diff/text_diff.js +4 -6
- package/lib/components/timeline/timeline_item_icon.js +1 -1
- package/lib/components/toast/global_toast_list.js +2 -2
- package/lib/components/toast/toast.js +2 -2
- package/lib/components/tool_tip/icon_tip.js +1 -1
- package/optimize/es/components/button/button.js +17 -5
- package/optimize/es/components/button/button_group/button_group.js +44 -12
- package/optimize/es/components/button/button_group/button_group.styles.js +20 -7
- package/optimize/es/components/button/button_group/use_button_group_selection.js +30 -0
- package/optimize/es/components/button/button_icon/button_icon.js +17 -6
- package/optimize/es/components/button/use_button_common_props.js +16 -7
- package/optimize/es/components/date_picker/react-datepicker/src/month_dropdown.js +0 -1
- package/optimize/es/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
- package/optimize/es/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
- package/optimize/es/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
- package/optimize/es/components/date_picker/react-datepicker/test/helper_components/custom_input.js +68 -0
- package/optimize/es/components/date_picker/react-datepicker/test/test_wrapper.js +38 -0
- package/optimize/es/components/date_picker/react-datepicker/test/timezone_date_picker.js +69 -0
- package/optimize/es/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +220 -225
- package/optimize/es/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/optimize/es/components/delay_hide/delay_hide.js +31 -81
- package/optimize/es/components/delay_render/delay_render.js +36 -73
- package/optimize/es/components/icon/assets/{continuity_below.js → cloud_bolt.js} +5 -3
- package/optimize/es/components/icon/assets/{branch_user.js → cloud_rain.js} +4 -6
- package/optimize/es/components/icon/assets/{cloud_sunny.js → cloud_sun.js} +3 -3
- package/optimize/es/components/icon/assets/{kql_function.js → cube.js} +3 -3
- package/optimize/es/components/icon/assets/{cloud_drizzle.js → kubernetes_namespace.js} +5 -3
- package/optimize/es/components/icon/assets/memory.js +1 -3
- package/optimize/es/components/icon/assets/product_timelion.js +32 -0
- package/optimize/es/components/icon/assets/{cloud_stormy.js → product_tsvb.js} +7 -3
- package/optimize/es/components/icon/assets/{namespace.js → push.js} +3 -6
- package/optimize/es/components/icon/assets/{function.js → transition_right_in.js} +5 -3
- package/optimize/es/components/icon/assets/{continuity_above_below.js → transition_right_out.js} +5 -3
- package/optimize/es/components/icon/assets/wrench.js +1 -3
- package/optimize/es/components/icon/icon_glyphs.a11y.js +1 -1
- package/optimize/es/components/icon/icon_map.js +143 -58
- package/optimize/es/components/icon/svgs/cloud_bolt.svg +4 -0
- package/optimize/es/components/icon/svgs/cloud_rain.svg +4 -0
- package/optimize/es/components/icon/svgs/cloud_sun.svg +4 -0
- package/optimize/es/components/icon/svgs/cube.svg +3 -0
- package/optimize/es/components/icon/svgs/kubernetes_namespace.svg +4 -0
- package/optimize/es/components/icon/svgs/memory.svg +1 -10
- package/optimize/es/components/icon/svgs/product_timelion.svg +3 -0
- package/optimize/es/components/icon/svgs/product_tsvb.svg +5 -0
- package/optimize/es/components/icon/svgs/push.svg +4 -0
- package/optimize/es/components/icon/svgs/transition_right_in.svg +4 -0
- package/optimize/es/components/icon/svgs/transition_right_out.svg +4 -0
- package/optimize/es/components/icon/svgs/wrench.svg +1 -1
- package/optimize/es/components/resizable_container/resizable_collapse_button.js +4 -4
- package/optimize/es/components/text_diff/text_diff.js +4 -6
- package/optimize/lib/components/button/button.js +17 -5
- package/optimize/lib/components/button/button_group/button_group.js +44 -12
- package/optimize/lib/components/button/button_group/button_group.styles.js +19 -6
- package/optimize/lib/components/button/button_group/use_button_group_selection.js +36 -0
- package/optimize/lib/components/button/button_icon/button_icon.js +17 -6
- package/optimize/lib/components/button/use_button_common_props.js +16 -7
- package/optimize/lib/components/date_picker/react-datepicker/src/month_dropdown.js +0 -1
- package/optimize/lib/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
- package/optimize/lib/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
- package/optimize/lib/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
- package/optimize/lib/components/date_picker/react-datepicker/test/helper_components/custom_input.js +74 -0
- package/optimize/lib/components/date_picker/react-datepicker/test/test_wrapper.js +46 -0
- package/optimize/lib/components/date_picker/react-datepicker/test/timezone_date_picker.js +78 -0
- package/optimize/lib/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +219 -224
- package/optimize/lib/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/optimize/lib/components/delay_hide/delay_hide.js +32 -80
- package/optimize/lib/components/delay_render/delay_render.js +37 -72
- package/optimize/lib/components/icon/assets/{continuity_below.js → cloud_bolt.js} +5 -3
- package/{test-env/components/icon/assets/branch_user.js → optimize/lib/components/icon/assets/cloud_rain.js} +4 -6
- package/optimize/lib/components/icon/assets/{cloud_sunny.js → cloud_sun.js} +3 -3
- package/{test-env/components/icon/assets/kql_function.js → optimize/lib/components/icon/assets/cube.js} +3 -3
- package/optimize/lib/components/icon/assets/{cloud_drizzle.js → kubernetes_namespace.js} +5 -3
- package/optimize/lib/components/icon/assets/memory.js +1 -3
- package/{test-env/components/icon/assets/continuity_below.js → optimize/lib/components/icon/assets/product_timelion.js} +3 -3
- package/optimize/lib/components/icon/assets/product_tsvb.js +44 -0
- package/{test-env/components/icon/assets/namespace.js → optimize/lib/components/icon/assets/push.js} +3 -6
- package/optimize/lib/components/icon/assets/{function.js → transition_right_in.js} +5 -3
- package/optimize/lib/components/icon/assets/transition_right_out.js +42 -0
- package/optimize/lib/components/icon/assets/wrench.js +1 -3
- package/optimize/lib/components/icon/icon_glyphs.a11y.js +1 -1
- package/optimize/lib/components/icon/icon_map.js +165 -78
- package/optimize/lib/components/icon/svgs/cloud_bolt.svg +4 -0
- package/optimize/lib/components/icon/svgs/cloud_rain.svg +4 -0
- package/optimize/lib/components/icon/svgs/cloud_sun.svg +4 -0
- package/optimize/lib/components/icon/svgs/cube.svg +3 -0
- package/optimize/lib/components/icon/svgs/kubernetes_namespace.svg +4 -0
- package/optimize/lib/components/icon/svgs/memory.svg +1 -10
- package/optimize/lib/components/icon/svgs/product_timelion.svg +3 -0
- package/optimize/lib/components/icon/svgs/product_tsvb.svg +5 -0
- package/optimize/lib/components/icon/svgs/push.svg +4 -0
- package/optimize/lib/components/icon/svgs/transition_right_in.svg +4 -0
- package/optimize/lib/components/icon/svgs/transition_right_out.svg +4 -0
- package/optimize/lib/components/icon/svgs/wrench.svg +1 -1
- package/optimize/lib/components/resizable_container/resizable_collapse_button.js +4 -4
- package/optimize/lib/components/text_diff/text_diff.js +4 -6
- package/package.json +12 -10
- 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 +4 -4
- package/test-env/components/basic_table/in_memory_table.js +4 -4
- package/test-env/components/button/button.js +17 -5
- 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 +111 -29
- package/test-env/components/button/button_group/button_group.styles.js +19 -6
- package/test-env/components/button/button_group/use_button_group_selection.js +36 -0
- package/test-env/components/button/button_icon/button_icon.js +18 -7
- package/test-env/components/button/use_button_common_props.js +16 -7
- package/test-env/components/call_out/call_out.js +2 -2
- 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/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 +24 -24
- package/test-env/components/datagrid/body/data_grid_body.js +13 -13
- package/test-env/components/datagrid/body/data_grid_body_custom.js +13 -13
- package/test-env/components/datagrid/body/data_grid_body_virtualized.js +13 -13
- package/test-env/components/datagrid/body/header/data_grid_header_cell.js +12 -12
- package/test-env/components/datagrid/controls/column_sorting.js +13 -13
- 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 +12 -12
- 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/date_picker/react-datepicker/src/month_dropdown.js +0 -1
- package/test-env/components/date_picker/react-datepicker/src/month_dropdown_options.js +0 -1
- package/test-env/components/date_picker/react-datepicker/src/month_year_dropdown.js +0 -1
- package/test-env/components/date_picker/react-datepicker/src/year_dropdown.js +0 -1
- package/test-env/components/date_picker/react-datepicker/test/helper_components/custom_input.js +74 -0
- package/test-env/components/date_picker/react-datepicker/test/test_wrapper.js +46 -0
- package/test-env/components/date_picker/react-datepicker/test/timezone_date_picker.js +78 -0
- package/test-env/components/date_picker/super_date_picker/quick_select_popover/quick_select.js +218 -249
- package/test-env/components/date_picker/super_date_picker/super_update_button.js +1 -1
- package/test-env/components/delay_hide/delay_hide.js +32 -86
- package/test-env/components/delay_render/delay_render.js +38 -73
- package/test-env/components/empty_prompt/empty_prompt.js +1 -1
- package/test-env/components/flyout/flyout_menu/flyout_menu.js +4 -4
- 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/append_prepend/form_append_prepend.js +2 -2
- 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/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/{optimize/lib/components/icon/assets/kubernetes_pod.js → test-env/components/icon/assets/cloud_bolt.js} +5 -3
- package/{optimize/lib/components/icon/assets/branch_user.js → test-env/components/icon/assets/cloud_rain.js} +4 -6
- package/{optimize/lib/components/icon/assets/cloud_stormy.js → test-env/components/icon/assets/cloud_sun.js} +3 -3
- package/{optimize/lib/components/icon/assets/kql_function.js → test-env/components/icon/assets/cube.js} +3 -3
- package/test-env/components/icon/assets/kubernetes_namespace.js +42 -0
- package/test-env/components/icon/assets/memory.js +1 -3
- package/test-env/components/icon/assets/product_timelion.js +40 -0
- package/test-env/components/icon/assets/product_tsvb.js +44 -0
- package/{optimize/lib/components/icon/assets/namespace.js → test-env/components/icon/assets/push.js} +3 -6
- package/{optimize/lib/components/icon/assets/continuity_above_below.js → test-env/components/icon/assets/transition_right_in.js} +5 -3
- package/test-env/components/icon/assets/transition_right_out.js +42 -0
- package/test-env/components/icon/assets/wrench.js +1 -3
- package/test-env/components/icon/icon_glyphs.a11y.js +1 -1
- package/test-env/components/icon/icon_map.js +165 -78
- 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/resizable_container/resizable_collapse_button.js +4 -4
- 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/text_diff/text_diff.js +4 -6
- package/test-env/components/timeline/timeline_item_icon.js +1 -1
- package/test-env/components/toast/global_toast_list.js +2 -2
- package/test-env/components/toast/toast.js +2 -2
- package/test-env/components/tool_tip/icon_tip.js +1 -1
- package/dist/svgs/branch_user.svg +0 -4
- package/dist/svgs/cloud_drizzle.svg +0 -3
- package/dist/svgs/cloud_stormy.svg +0 -3
- package/dist/svgs/cloud_sunny.svg +0 -3
- package/dist/svgs/continuity_above_below.svg +0 -3
- package/dist/svgs/continuity_below.svg +0 -3
- package/dist/svgs/function.svg +0 -3
- package/dist/svgs/kql_function.svg +0 -5
- package/dist/svgs/kubernetes_pod.svg +0 -3
- package/dist/svgs/magnet.svg +0 -3
- package/dist/svgs/menu_down.svg +0 -3
- package/dist/svgs/menu_up.svg +0 -3
- package/dist/svgs/namespace.svg +0 -3
- package/dist/svgs/page_select.svg +0 -3
- package/dist/svgs/security_signal_resolved.svg +0 -3
- package/dist/svgs/tear.svg +0 -3
- package/dist/svgs/vis_timelion.svg +0 -3
- package/dist/svgs/vis_visual_builder.svg +0 -3
- package/es/components/icon/assets/magnet.js +0 -33
- package/es/components/icon/assets/menu_down.js +0 -33
- package/es/components/icon/assets/menu_up.js +0 -33
- package/es/components/icon/assets/page_select.js +0 -34
- package/es/components/icon/assets/security_signal_resolved.js +0 -34
- package/es/components/icon/assets/tear.js +0 -33
- package/es/components/icon/assets/vis_timelion.js +0 -33
- package/es/components/icon/assets/vis_visual_builder.js +0 -33
- package/es/components/icon/svgs/branch_user.svg +0 -4
- package/es/components/icon/svgs/cloud_drizzle.svg +0 -3
- package/es/components/icon/svgs/cloud_stormy.svg +0 -3
- package/es/components/icon/svgs/cloud_sunny.svg +0 -3
- package/es/components/icon/svgs/continuity_above_below.svg +0 -3
- package/es/components/icon/svgs/continuity_below.svg +0 -3
- package/es/components/icon/svgs/function.svg +0 -3
- package/es/components/icon/svgs/kql_function.svg +0 -5
- package/es/components/icon/svgs/kubernetes_pod.svg +0 -3
- package/es/components/icon/svgs/magnet.svg +0 -3
- package/es/components/icon/svgs/menu_down.svg +0 -3
- package/es/components/icon/svgs/menu_up.svg +0 -3
- package/es/components/icon/svgs/namespace.svg +0 -3
- package/es/components/icon/svgs/page_select.svg +0 -3
- package/es/components/icon/svgs/security_signal_resolved.svg +0 -3
- package/es/components/icon/svgs/tear.svg +0 -3
- package/es/components/icon/svgs/vis_timelion.svg +0 -3
- package/es/components/icon/svgs/vis_visual_builder.svg +0 -3
- package/lib/components/icon/assets/magnet.js +0 -40
- package/lib/components/icon/assets/menu_down.js +0 -40
- package/lib/components/icon/assets/menu_up.js +0 -40
- package/lib/components/icon/assets/page_select.js +0 -41
- package/lib/components/icon/assets/security_signal_resolved.js +0 -41
- package/lib/components/icon/assets/tear.js +0 -40
- package/lib/components/icon/assets/vis_timelion.js +0 -40
- package/lib/components/icon/assets/vis_visual_builder.js +0 -40
- package/lib/components/icon/svgs/branch_user.svg +0 -4
- package/lib/components/icon/svgs/cloud_drizzle.svg +0 -3
- package/lib/components/icon/svgs/cloud_stormy.svg +0 -3
- package/lib/components/icon/svgs/cloud_sunny.svg +0 -3
- package/lib/components/icon/svgs/continuity_above_below.svg +0 -3
- package/lib/components/icon/svgs/continuity_below.svg +0 -3
- package/lib/components/icon/svgs/function.svg +0 -3
- package/lib/components/icon/svgs/kql_function.svg +0 -5
- package/lib/components/icon/svgs/kubernetes_pod.svg +0 -3
- package/lib/components/icon/svgs/magnet.svg +0 -3
- package/lib/components/icon/svgs/menu_down.svg +0 -3
- package/lib/components/icon/svgs/menu_up.svg +0 -3
- package/lib/components/icon/svgs/namespace.svg +0 -3
- package/lib/components/icon/svgs/page_select.svg +0 -3
- package/lib/components/icon/svgs/security_signal_resolved.svg +0 -3
- package/lib/components/icon/svgs/tear.svg +0 -3
- package/lib/components/icon/svgs/vis_timelion.svg +0 -3
- package/lib/components/icon/svgs/vis_visual_builder.svg +0 -3
- package/optimize/es/components/icon/assets/kubernetes_pod.js +0 -32
- package/optimize/es/components/icon/assets/magnet.js +0 -32
- package/optimize/es/components/icon/assets/menu_down.js +0 -32
- package/optimize/es/components/icon/assets/menu_up.js +0 -32
- package/optimize/es/components/icon/assets/page_select.js +0 -33
- package/optimize/es/components/icon/assets/security_signal_resolved.js +0 -33
- package/optimize/es/components/icon/assets/tear.js +0 -32
- package/optimize/es/components/icon/assets/vis_timelion.js +0 -32
- package/optimize/es/components/icon/assets/vis_visual_builder.js +0 -32
- package/optimize/es/components/icon/svgs/branch_user.svg +0 -4
- package/optimize/es/components/icon/svgs/cloud_drizzle.svg +0 -3
- package/optimize/es/components/icon/svgs/cloud_stormy.svg +0 -3
- package/optimize/es/components/icon/svgs/cloud_sunny.svg +0 -3
- package/optimize/es/components/icon/svgs/continuity_above_below.svg +0 -3
- package/optimize/es/components/icon/svgs/continuity_below.svg +0 -3
- package/optimize/es/components/icon/svgs/function.svg +0 -3
- package/optimize/es/components/icon/svgs/kql_function.svg +0 -5
- package/optimize/es/components/icon/svgs/kubernetes_pod.svg +0 -3
- package/optimize/es/components/icon/svgs/magnet.svg +0 -3
- package/optimize/es/components/icon/svgs/menu_down.svg +0 -3
- package/optimize/es/components/icon/svgs/menu_up.svg +0 -3
- package/optimize/es/components/icon/svgs/namespace.svg +0 -3
- package/optimize/es/components/icon/svgs/page_select.svg +0 -3
- package/optimize/es/components/icon/svgs/security_signal_resolved.svg +0 -3
- package/optimize/es/components/icon/svgs/tear.svg +0 -3
- package/optimize/es/components/icon/svgs/vis_timelion.svg +0 -3
- package/optimize/es/components/icon/svgs/vis_visual_builder.svg +0 -3
- package/optimize/lib/components/icon/assets/magnet.js +0 -40
- package/optimize/lib/components/icon/assets/menu_down.js +0 -40
- package/optimize/lib/components/icon/assets/menu_up.js +0 -40
- package/optimize/lib/components/icon/assets/page_select.js +0 -41
- package/optimize/lib/components/icon/assets/security_signal_resolved.js +0 -41
- package/optimize/lib/components/icon/assets/tear.js +0 -40
- package/optimize/lib/components/icon/assets/vis_timelion.js +0 -40
- package/optimize/lib/components/icon/assets/vis_visual_builder.js +0 -40
- package/optimize/lib/components/icon/svgs/branch_user.svg +0 -4
- package/optimize/lib/components/icon/svgs/cloud_drizzle.svg +0 -3
- package/optimize/lib/components/icon/svgs/cloud_stormy.svg +0 -3
- package/optimize/lib/components/icon/svgs/cloud_sunny.svg +0 -3
- package/optimize/lib/components/icon/svgs/continuity_above_below.svg +0 -3
- package/optimize/lib/components/icon/svgs/continuity_below.svg +0 -3
- package/optimize/lib/components/icon/svgs/function.svg +0 -3
- package/optimize/lib/components/icon/svgs/kql_function.svg +0 -5
- package/optimize/lib/components/icon/svgs/kubernetes_pod.svg +0 -3
- package/optimize/lib/components/icon/svgs/magnet.svg +0 -3
- package/optimize/lib/components/icon/svgs/menu_down.svg +0 -3
- package/optimize/lib/components/icon/svgs/menu_up.svg +0 -3
- package/optimize/lib/components/icon/svgs/namespace.svg +0 -3
- package/optimize/lib/components/icon/svgs/page_select.svg +0 -3
- package/optimize/lib/components/icon/svgs/security_signal_resolved.svg +0 -3
- package/optimize/lib/components/icon/svgs/tear.svg +0 -3
- package/optimize/lib/components/icon/svgs/vis_timelion.svg +0 -3
- package/optimize/lib/components/icon/svgs/vis_visual_builder.svg +0 -3
- package/test-env/components/icon/assets/cloud_drizzle.js +0 -40
- package/test-env/components/icon/assets/cloud_stormy.js +0 -40
- package/test-env/components/icon/assets/cloud_sunny.js +0 -40
- package/test-env/components/icon/assets/continuity_above_below.js +0 -40
- package/test-env/components/icon/assets/function.js +0 -40
- package/test-env/components/icon/assets/kubernetes_pod.js +0 -40
- package/test-env/components/icon/assets/magnet.js +0 -40
- package/test-env/components/icon/assets/menu_down.js +0 -40
- package/test-env/components/icon/assets/menu_up.js +0 -40
- package/test-env/components/icon/assets/page_select.js +0 -41
- package/test-env/components/icon/assets/security_signal_resolved.js +0 -41
- package/test-env/components/icon/assets/tear.js +0 -40
- package/test-env/components/icon/assets/vis_timelion.js +0 -40
- package/test-env/components/icon/assets/vis_visual_builder.js +0 -40
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.icon = void 0;
|
|
8
|
-
var React = _interopRequireWildcard(require("react"));
|
|
9
|
-
var _react2 = require("@emotion/react");
|
|
10
|
-
var _excluded = ["title", "titleId"];
|
|
11
|
-
/*
|
|
12
|
-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
13
|
-
* or more contributor license agreements. Licensed under the Elastic License
|
|
14
|
-
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
15
|
-
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
16
|
-
* Side Public License, v 1.
|
|
17
|
-
*/
|
|
18
|
-
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
19
|
-
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); }
|
|
20
|
-
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; }
|
|
21
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
22
|
-
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
23
|
-
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
|
|
24
|
-
var EuiIconSecuritySignalResolved = function EuiIconSecuritySignalResolved(_ref) {
|
|
25
|
-
var title = _ref.title,
|
|
26
|
-
titleId = _ref.titleId,
|
|
27
|
-
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
-
return (0, _react2.jsx)("svg", _extends({
|
|
29
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
-
width: 16,
|
|
31
|
-
height: 16,
|
|
32
|
-
viewBox: "0 0 16 16",
|
|
33
|
-
"aria-labelledby": titleId
|
|
34
|
-
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
|
-
id: titleId
|
|
36
|
-
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
fillRule: "evenodd",
|
|
38
|
-
d: "M13.657 3.05a.5.5 0 1 0-.707-.707l-.366.366A7 7 0 1 0 8 15a4.994 4.994 0 0 1-.597-1.03 6 6 0 1 1 4.471-10.552l-.71.71a5 5 0 1 0-4.08 8.788 5.028 5.028 0 0 1-.082-1.042A4.002 4.002 0 0 1 8 4a3.98 3.98 0 0 1 2.453.84l-.715.714a3 3 0 0 0-3.86 4.567.5.5 0 1 0 .708-.707 2 2 0 0 1 2.43-3.137l-.757.757a1 1 0 1 0 .707.707l1.155-1.155 2.46-2.46a5.972 5.972 0 0 1 1.39 3.277c.367.158.713.36 1.029.597 0-1.636-.57-3.271-1.71-4.584l.367-.366zM16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0zm-1.646-1.354a.5.5 0 0 1 0 .707l-2.5 2.5a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.707l.646.647 2.146-2.147a.5.5 0 0 1 .708 0z"
|
|
39
|
-
}));
|
|
40
|
-
};
|
|
41
|
-
var icon = exports.icon = EuiIconSecuritySignalResolved;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.icon = void 0;
|
|
8
|
-
var React = _interopRequireWildcard(require("react"));
|
|
9
|
-
var _react2 = require("@emotion/react");
|
|
10
|
-
var _excluded = ["title", "titleId"];
|
|
11
|
-
/*
|
|
12
|
-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
13
|
-
* or more contributor license agreements. Licensed under the Elastic License
|
|
14
|
-
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
15
|
-
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
16
|
-
* Side Public License, v 1.
|
|
17
|
-
*/
|
|
18
|
-
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
19
|
-
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); }
|
|
20
|
-
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; }
|
|
21
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
22
|
-
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
23
|
-
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
|
|
24
|
-
var EuiIconTear = function EuiIconTear(_ref) {
|
|
25
|
-
var title = _ref.title,
|
|
26
|
-
titleId = _ref.titleId,
|
|
27
|
-
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
-
return (0, _react2.jsx)("svg", _extends({
|
|
29
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
-
width: 16,
|
|
31
|
-
height: 16,
|
|
32
|
-
viewBox: "0 0 16 16",
|
|
33
|
-
"aria-labelledby": titleId
|
|
34
|
-
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
|
-
id: titleId
|
|
36
|
-
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "M7.553 1.776a.5.5 0 0 1 .894 0l4 8a.5.5 0 0 1 .053.235c-.004.15-.026.396-.084.705a5.538 5.538 0 0 1-.505 1.512C11.189 13.638 9.906 14.5 8 14.5c-1.906 0-3.19-.862-3.91-2.272a5.538 5.538 0 0 1-.506-1.512 4.672 4.672 0 0 1-.084-.705.5.5 0 0 1 .053-.235l4-8Zm-3.046 8.329c.009.106.027.253.06.429.079.424.213.848.413 1.238C5.537 12.862 6.487 13.5 8 13.5c1.513 0 2.463-.638 3.02-1.728.2-.39.334-.814.413-1.238.033-.176.051-.323.06-.43L8 3.119l-3.493 6.987Z"
|
|
38
|
-
}));
|
|
39
|
-
};
|
|
40
|
-
var icon = exports.icon = EuiIconTear;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.icon = void 0;
|
|
8
|
-
var React = _interopRequireWildcard(require("react"));
|
|
9
|
-
var _react2 = require("@emotion/react");
|
|
10
|
-
var _excluded = ["title", "titleId"];
|
|
11
|
-
/*
|
|
12
|
-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
13
|
-
* or more contributor license agreements. Licensed under the Elastic License
|
|
14
|
-
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
15
|
-
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
16
|
-
* Side Public License, v 1.
|
|
17
|
-
*/
|
|
18
|
-
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
19
|
-
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); }
|
|
20
|
-
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; }
|
|
21
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
22
|
-
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
23
|
-
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
|
|
24
|
-
var EuiIconVisTimelion = function EuiIconVisTimelion(_ref) {
|
|
25
|
-
var title = _ref.title,
|
|
26
|
-
titleId = _ref.titleId,
|
|
27
|
-
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
-
return (0, _react2.jsx)("svg", _extends({
|
|
29
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
-
width: 16,
|
|
31
|
-
height: 16,
|
|
32
|
-
viewBox: "0 0 16 16",
|
|
33
|
-
"aria-labelledby": titleId
|
|
34
|
-
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
|
-
id: titleId
|
|
36
|
-
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "M10.884 1.802c1.171-.309 2.22-.24 3.103.07.295.104.507.212.631.292l.164.106.048.188c.278 1.066.2 2.175-.091 3.23a6.728 6.728 0 0 1-.194.598c.035.12.074.273.112.454.227 1.065.247 2.193-.08 3.267a4.855 4.855 0 0 1-.534 1.175c-.324.514-.7.954-1.117 1.323-.806.712-1.616 1.071-2.235 1.206-.14.179-.346.381-.629.578-.643.447-1.493.711-2.561.711-1.07 0-1.92-.264-2.563-.711a2.874 2.874 0 0 1-.629-.578c-.618-.134-1.428-.493-2.232-1.203-.419-.37-.796-.81-1.12-1.326a4.855 4.855 0 0 1-.534-1.175C.096 8.933.116 7.805.343 6.74a6.74 6.74 0 0 1 .112-.454 6.728 6.728 0 0 1-.194-.598C-.03 4.633-.108 3.524.17 2.458l.048-.188.164-.106c.124-.08.336-.188.63-.291.885-.31 1.933-.38 3.104-.07.184-.108.434-.23.748-.348C5.616 1.17 6.497 1 7.501 1c1.002 0 1.883.17 2.634.455.315.119.565.24.75.347Zm3.027 1.116a3.13 3.13 0 0 0-.255-.102c-.749-.263-1.66-.309-2.708.007l-.238.072-.201-.147c-.11-.08-.354-.217-.728-.358C9.14 2.147 8.38 2 7.501 2c-.88 0-1.641.147-2.283.39-.373.141-.617.278-.727.358l-.2.147-.24-.072c-1.048-.316-1.958-.27-2.707-.007a3.13 3.13 0 0 0-.255.102c-.167.812-.094 1.674.136 2.503.084.303.166.524.217.637l.082.182-.066.19c-.032.09-.084.27-.137.518-.195.914-.212 1.88.059 2.767.1.333.241.645.423.935.273.434.588.801.936 1.108.434.383.898.655 1.36.834.27.105.474.155.575.17l.248.034.12.22c.051.091.199.266.466.452.476.33 1.127.532 1.993.532.865 0 1.516-.202 1.99-.532.268-.186.416-.36.466-.452l.121-.22.248-.034c.101-.015.305-.065.576-.17.462-.18.927-.452 1.362-.836.347-.307.66-.674.933-1.107.182-.29.322-.601.423-.934.271-.887.254-1.853.06-2.767a4.597 4.597 0 0 0-.138-.519l-.066-.189.082-.182c.05-.113.133-.334.217-.637.23-.829.303-1.691.136-2.503ZM5 5.008c.004.181-.048.364-.264.616-.428.498-.985.488-1.431.049-.326-.321-.325-.732-.29-1.047.085-.76.748-.722 1.262-.44.486.27.717.616.723.823Zm5 0c.006-.206.237-.553.724-.821.514-.283 1.176-.321 1.26.44.036.314.038.725-.288 1.046-.446.44-1.005.449-1.433-.05-.217-.25-.267-.434-.263-.614ZM7.5 8c-.503 0-.976-.24-1.375-.672-.398-.432-.592-1.126 0-1.528.384-.259 1.082-.3 1.375-.3.294 0 .991.041 1.375.3.593.402.397 1.096 0 1.528C8.477 7.76 8.002 8 7.5 8Zm0 1c.808 0 2.656.994 2.49 2.074-.153.993-2.114.925-2.49.925-.374 0-2.336.068-2.49-.925C4.845 9.994 6.693 9 7.5 9Z"
|
|
38
|
-
}));
|
|
39
|
-
};
|
|
40
|
-
var icon = exports.icon = EuiIconVisTimelion;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.icon = void 0;
|
|
8
|
-
var React = _interopRequireWildcard(require("react"));
|
|
9
|
-
var _react2 = require("@emotion/react");
|
|
10
|
-
var _excluded = ["title", "titleId"];
|
|
11
|
-
/*
|
|
12
|
-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
13
|
-
* or more contributor license agreements. Licensed under the Elastic License
|
|
14
|
-
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
15
|
-
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
16
|
-
* Side Public License, v 1.
|
|
17
|
-
*/
|
|
18
|
-
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
19
|
-
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); }
|
|
20
|
-
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; }
|
|
21
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
22
|
-
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
23
|
-
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
|
|
24
|
-
var EuiIconVisVisualBuilder = function EuiIconVisVisualBuilder(_ref) {
|
|
25
|
-
var title = _ref.title,
|
|
26
|
-
titleId = _ref.titleId,
|
|
27
|
-
props = _objectWithoutProperties(_ref, _excluded);
|
|
28
|
-
return (0, _react2.jsx)("svg", _extends({
|
|
29
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
30
|
-
width: 16,
|
|
31
|
-
height: 16,
|
|
32
|
-
viewBox: "0 0 16 16",
|
|
33
|
-
"aria-labelledby": titleId
|
|
34
|
-
}, props), title ? (0, _react2.jsx)("title", {
|
|
35
|
-
id: titleId
|
|
36
|
-
}, title) : null, (0, _react2.jsx)("path", {
|
|
37
|
-
d: "M9.837 7c.11.93.165 1.886.165 2.869V13.5a.5.5 0 1 1-1 0V9.869A23.3 23.3 0 0 0 8.83 7H7.29c-.195 1.04-.292 1.985-.292 2.835V13.5a.5.5 0 1 1-1 0V9.835c0-.864.092-1.809.276-2.835H2.5a.5.5 0 0 1-.495-.57c.285-2.023 1.626-3.358 3.931-3.96 1.967-.514 4.22-.606 6.756-.278A1.5 1.5 0 0 1 14 3.679V5.5A1.5 1.5 0 0 1 12.5 7H9.837Zm-.569-1H12.5a.5.5 0 0 0 .5-.5V3.68a.5.5 0 0 0-.436-.497c-2.416-.311-4.54-.225-6.375.254C4.494 3.88 3.491 4.724 3.117 6H9.268ZM2 10v3.5a.5.5 0 1 1-1 0v-4a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v4a.5.5 0 1 1-1 0V10H2Zm10 3.5a.5.5 0 1 1-1 0v-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v2a.5.5 0 1 1-1 0V12h-2v1.5ZM1.016 16.026a.5.5 0 0 1 0-1H15a.5.5 0 1 1 0 1H1.016Z"
|
|
38
|
-
}));
|
|
39
|
-
};
|
|
40
|
-
var icon = exports.icon = EuiIconVisVisualBuilder;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path fill-rule="evenodd" d="M6 7.987a3.49 3.49 0 00-2.5 1.05v-4.1a2 2 0 10-1 0v6.126a2 2 0 101.034.01A2.5 2.5 0 016 8.986h1a3.5 3.5 0 003.47-3.043 2 2 0 10-1.009-.017A2.5 2.5 0 017 7.987H6zM4 3a1 1 0 11-2 0 1 1 0 012 0zm0 10a1 1 0 11-2 0 1 1 0 012 0zm7-9a1 1 0 11-2 0 1 1 0 012 0z" clip-rule="evenodd"/>
|
|
3
|
-
<path d="M13.5 10.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM9 15c.284-1.223 1.519-2.143 3-2.143s2.716.92 3 2.143H9z"/>
|
|
4
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M6.34796295,3.7612724 C7.34905879,4.48828842 8,5.66812648 8,7 C8,7.27614237 7.77614237,7.5 7.5,7.5 C7.22385763,7.5 7,7.27614237 7,7 C7,5.34314575 5.65685425,4 4,4 C2.34314575,4 1,5.34314575 1,7 C1,7.92115576 1.41714177,8.77277176 2.12153877,9.33925791 C2.33672666,9.51231508 2.37088035,9.82704989 2.19782318,10.0422378 C2.024766,10.2574257 1.7100312,10.2915793 1.49484331,10.1185222 C0.556873412,9.36419337 2.57571691e-14,8.22730815 2.57571691e-14,7 C2.57571691e-14,4.790861 1.790861,3 4,3 C4.51803212,3 5.01306401,3.09847572 5.46739703,3.27772854 C6.33458245,1.31348553 8.29158597,1.77635684e-15 10.5,1.77635684e-15 C13.5375661,1.77635684e-15 16,2.46243388 16,5.5 C16,6.24782941 15.8503941,6.97561874 15.5638398,7.64981687 C15.4558229,7.90395652 15.162237,8.02241241 14.9080974,7.9143955 C14.6539577,7.8063786 14.5355018,7.51279271 14.6435188,7.25865306 C14.8777296,6.70760721 15,6.11279738 15,5.5 C15,3.01471863 12.9852814,1 10.5,1 C8.66337455,1 7.03910079,2.11041963 6.34796295,3.7612724 Z M4.73892177,8.69616948 C4.91378556,8.48244707 5.22879691,8.45094594 5.44251931,8.62580973 C5.65624172,8.80067351 5.68774286,9.11568486 5.51287907,9.32940727 L4.04681069,11.1212686 C3.8719469,11.334991 3.55693555,11.3664922 3.34321314,11.1916284 C3.12949074,11.0167646 3.0979896,10.7017532 3.27285339,10.4880308 L4.73892177,8.69616948 Z M1.61838761,12.343489 C1.7932514,12.1297666 2.10826275,12.0982655 2.32198515,12.2731293 C2.53570756,12.447993 2.5672087,12.7630044 2.39234491,12.9767268 L0.88697865,14.8166189 C0.712114862,15.0303413 0.397103512,15.0618424 0.183381105,14.8869786 C-0.0303413018,14.7121149 -0.0618424369,14.3971035 0.11302135,14.1833811 L1.61838761,12.343489 Z M9.23892177,8.69616948 C9.41378556,8.48244707 9.72879691,8.45094594 9.94251931,8.62580973 C10.1562417,8.80067351 10.1877429,9.11568486 10.0128791,9.32940727 L8.54681069,11.1212686 C8.3719469,11.334991 8.05693555,11.3664922 7.84321314,11.1916284 C7.62949074,11.0167646 7.5979896,10.7017532 7.77285339,10.4880308 L9.23892177,8.69616948 Z M6.11838761,12.343489 C6.2932514,12.1297666 6.60826275,12.0982655 6.82198515,12.2731293 C7.03570756,12.447993 7.0672087,12.7630044 6.89234491,12.9767268 L5.38697865,14.8166189 C5.21211486,15.0303413 4.89710351,15.0618424 4.6833811,14.8869786 C4.4696587,14.7121149 4.43815756,14.3971035 4.61302135,14.1833811 L6.11838761,12.343489 Z M13.7389218,8.69616948 C13.9137856,8.48244707 14.2287969,8.45094594 14.4425193,8.62580973 C14.6562417,8.80067351 14.6877429,9.11568486 14.5128791,9.32940727 L13.0468107,11.1212686 C12.8719469,11.334991 12.5569356,11.3664922 12.3432131,11.1916284 C12.1294907,11.0167646 12.0979896,10.7017532 12.2728534,10.4880308 L13.7389218,8.69616948 Z M10.6183876,12.343489 C10.7932514,12.1297666 11.1082627,12.0982655 11.3219852,12.2731293 C11.5357076,12.447993 11.5672087,12.7630044 11.3923449,12.9767268 L9.88697865,14.8166189 C9.71211486,15.0303413 9.39710351,15.0618424 9.1833811,14.8869786 C8.9696587,14.7121149 8.93815756,14.3971035 9.11302135,14.1833811 L10.6183876,12.343489 Z"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M7.42145268,4.93085369 C7.47117501,5.00855159 7.5,5.10090957 7.5,5.2 C7.5,5.47614237 7.27614237,5.7 7,5.7 C6.80334671,5.7 6.63320962,5.58647063 6.55155469,5.42137785 C6.02258719,4.56821152 5.07765005,4 4,4 C2.34314575,4 1,5.34314575 1,7 C1,7.92115576 1.41714177,8.77277176 2.12153877,9.33925791 C2.33672666,9.51231508 2.37088035,9.82704989 2.19782318,10.0422378 C2.024766,10.2574257 1.7100312,10.2915793 1.49484331,10.1185222 C0.556873412,9.36419337 -6.39488462e-14,8.22730815 -6.39488462e-14,7 C-6.39488462e-14,4.790861 1.790861,3 4,3 C4.51803212,3 5.01306401,3.09847572 5.46739703,3.27772854 L5.49976132,3.2955007 L5.49974266,3.27950651 C6.08228236,1.95912474 7.16749914,0.901403894 8.56021411,0.366790704 C11.3960264,-0.72177564 14.5773638,0.694647049 15.6659302,3.53045933 C16.7544965,6.3662716 15.3380738,9.54760905 12.5022616,10.6361754 C12.2444604,10.735136 11.9552479,10.6063703 11.8562874,10.3485692 C11.7573268,10.090768 11.8860925,9.80155555 12.1438936,9.70259497 C14.4641037,8.81194978 15.6229949,6.20903732 14.7323498,3.88882728 C13.8417046,1.56861723 11.2387921,0.40972594 8.91858206,1.30037113 C7.74500667,1.75086452 6.83898418,2.6542308 6.37333233,3.77984838 C6.793857,4.09030265 7.15139874,4.48116326 7.42325999,4.92973266 L7.42145268,4.93085369 Z M9.6,11 C10.2687622,11.0015869 10.3937622,11.66952 9.95961914,12.0030823 L5.27964399,15.8845282 C4.82278514,16.2633477 4.22728643,15.6249636 4.63734555,15.195974 L7.71707676,12.0030823 C6.15957655,12.0010979 5.29166499,11.9998942 5.11334209,11.999471 C4.44457988,11.9978841 4.31957988,11.329951 4.75372295,10.9963888 L9.4336981,7.1149428 C9.89055695,6.73612329 10.4860557,7.37450743 10.0759965,7.80349706 L6.99626533,10.9963888 C8.55376555,10.9983731 9.4216771,10.9995769 9.6,11 Z"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M10.7458178,5.00539515 C13.6693111,5.13397889 16,7.54480866 16,10.5 C16,13.5375661 13.5375661,16 10.5,16 L4,16 C1.790861,16 0,14.209139 0,12 C0,10.3632968 0.983004846,8.95618668 2.39082809,8.33685609 C2.20209747,7.91526722 2.07902056,7.46524082 2.02752078,7 L0.5,7 C0.223857625,7 0,6.77614237 0,6.5 C0,6.22385763 0.223857625,6 0.5,6 L2.02746439,6 C2.1234088,5.13207349 2.46618907,4.33854089 2.98405031,3.69115709 L1.64644661,2.35355339 C1.45118446,2.15829124 1.45118446,1.84170876 1.64644661,1.64644661 C1.84170876,1.45118446 2.15829124,1.45118446 2.35355339,1.64644661 L3.69115709,2.98405031 C4.33854089,2.46618907 5.13207349,2.1234088 6,2.02746439 L6,0.5 C6,0.223857625 6.22385763,8.8817842e-16 6.5,8.8817842e-16 C6.77614237,8.8817842e-16 7,0.223857625 7,0.5 L7,2.02763291 C7.86199316,2.12340881 8.65776738,2.46398198 9.30889273,2.98400049 L10.6464466,1.64644661 C10.8417088,1.45118446 11.1582912,1.45118446 11.3535534,1.64644661 C11.5488155,1.84170876 11.5488155,2.15829124 11.3535534,2.35355339 L10.0163882,3.69071859 C10.3273281,4.07929253 10.5759739,4.52210317 10.7458178,5.00539515 Z M4,15 L10.5,15 C12.9852814,15 15,12.9852814 15,10.5 C15,8.01471863 12.9852814,6 10.5,6 C8.66116238,6 7.03779702,7.11297909 6.34791295,8.76123609 C7.34903712,9.48824913 8,10.6681043 8,12 C8,12.2761424 7.77614237,12.5 7.5,12.5 C7.22385763,12.5 7,12.2761424 7,12 C7,10.3431458 5.65685425,9 4,9 C2.34314575,9 1,10.3431458 1,12 C1,13.6568542 2.34314575,15 4,15 Z M9.69118222,5.05939327 C9.13621169,3.82983527 7.90059172,3 6.5,3 C4.56700338,3 3,4.56700338 3,6.5 C3,7.04681795 3.12529266,7.57427865 3.36125461,8.05072309 C3.56924679,8.01734375 3.78259797,8 4,8 C4.51800602,8 5.01301412,8.0984658 5.46732834,8.27770144 C6.22579284,6.55947236 7.82085903,5.33623457 9.69118222,5.05939327 Z"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6.5 3a.5.5 0 01.5.5v9a.5.5 0 01-1 0V9H4v1.5a.5.5 0 01-.82.384l-3-2.5a.5.5 0 010-.768l3-2.5A.5.5 0 014 5.5V7h2V3.5a.5.5 0 01.5-.5zm3 0a.5.5 0 00-.5.5v9a.5.5 0 001 0V9h2v1.5a.5.5 0 00.82.384l3-2.5a.5.5 0 000-.768l-3-2.5A.5.5 0 0012 5.5V7h-2V3.5a.5.5 0 00-.5-.5z" />
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M11.5 3a.5.5 0 01.5.5v9a.5.5 0 01-1 0V9H5v1.5a.5.5 0 01-.82.384l-3-2.5a.5.5 0 010-.768l3-2.5A.5.5 0 015 5.5V7h6V3.5a.5.5 0 01.5-.5zm3 0a.5.5 0 01.5.5v9a.5.5 0 01-1 0v-9a.5.5 0 01.5-.5z" />
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M13 2.226v2.218c-.359-.143-.845-.218-1.315-.218-1.059 0-1.631.519-1.802 1.565l-.168.937h2.798v2.159H9.41l-.313 1.674C8.696 12.987 7.261 14 4.785 14c-.718 0-1.35-.092-1.785-.251v-2.243c.418.176.905.268 1.383.268 1.008 0 1.546-.435 1.725-1.523l.24-1.364H3.787V6.728h2.812l.288-1.264C7.286 3.071 8.662 2 11.352 2c.598 0 1.306.1 1.648.226z" />
|
|
3
|
-
</svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<g>
|
|
3
|
-
<path d="M7,7 L3,7 L3,9 L7,9 L7,11 L10,8 L7,5 L7,7 Z M6,6 L6,5 C6,4.44771525 6.44771525,4 7,4 C7.26521649,4 7.5195704,4.10535684 7.70710678,4.29289322 L10.7071068,7.29289322 C11.0976311,7.68341751 11.0976311,8.31658249 10.7071068,8.70710678 L7.70710678,11.7071068 C7.31658249,12.0976311 6.68341751,12.0976311 6.29289322,11.7071068 C6.10535684,11.5195704 6,11.2652165 6,11 L6,10 L3,10 C2.44771525,10 2,9.55228475 2,9 L2,7 C2,6.44771525 2.44771525,6 3,6 L6,6 Z M13.5,3 C13.7761424,3 14,3.22385763 14,3.5 L14,12.5 C14,12.7761424 13.7761424,13 13.5,13 C13.2238576,13 13,12.7761424 13,12.5 L13,3.5 C13,3.22385763 13.2238576,3 13.5,3 Z"/>
|
|
4
|
-
</g>
|
|
5
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
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 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M4.55226971,10.7097642 C5.50526971,12.0697642 7.38026971,12.4007642 8.74126971,11.4477642 L10.3842697,10.2977642 L11.5332697,11.9397642 L9.89126971,13.0907642 C7.62326971,14.6787642 4.49726971,14.1277642 2.90926971,11.8587642 C1.32226971,9.5917642 1.87326971,6.4657642 4.14026971,4.8777642 L5.78326971,3.7277642 L6.93326971,5.3707642 L5.29126971,6.5207642 C3.93026971,7.4727642 3.59926971,9.3487642 4.55226971,10.7097642 L4.55226971,10.7097642 Z M12.8482697,8.5727642 L13.9972697,10.2157642 L12.3552697,11.3647642 L11.2052697,9.7227642 L12.8482697,8.5727642 Z M8.24726971,2.0017642 L9.39726971,3.6447642 L7.75526971,4.7947642 L6.60426971,3.1527642 L8.24726971,2.0017642 Z M10.2182697,3.0697642 L9.06926971,1.4277642 C8.75126971,0.973764201 8.12526971,0.863764201 7.67226971,1.1817642 L3.56626971,4.0567642 C2.20526971,5.0097642 1.35926971,6.4237642 1.09226971,7.9397642 C0.824269715,9.4557642 1.13526971,11.0737642 2.08826971,12.4347642 C3.04126971,13.7957642 4.45526971,14.6417642 5.97126971,14.9077642 C7.48826971,15.1757642 9.10626971,14.8647642 10.4662697,13.9117642 L14.5732697,11.0367642 C15.0272697,10.7187642 15.1362697,10.0937642 14.8192697,9.6407642 L13.6692697,7.9977642 C13.3512697,7.5437642 12.7262697,7.4337642 12.2732697,7.7517642 L8.16626971,10.6267642 C7.71226971,10.9437642 7.17326971,11.0477642 6.66826971,10.9587642 C6.16226971,10.8697642 5.69126971,10.5877642 5.37326971,10.1347642 C5.05526971,9.6807642 4.95226971,9.1417642 5.04126971,8.6357642 C5.13026971,8.1307642 5.41226971,7.6597642 5.86526971,7.3417642 L9.97226971,4.4657642 C10.4262697,4.1487642 10.5362697,3.5237642 10.2182697,3.0697642 L10.2182697,3.0697642 Z"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M7.5,10 C7.77614237,10 8,10.2157526 8,10.495389 L8,12.504611 C8,12.7478073 7.81674383,12.9500731 7.58774863,12.9920186 L7.5,13 C7.22385763,13 7,12.7842474 7,12.504611 L7,10.495389 C7,10.2521927 7.18325617,10.0499269 7.41225137,10.0079814 L7.5,10 Z M4,12.4903505 C4,12.7405475 3.81674383,12.9486359 3.58774863,12.9917889 L3.5,13 C3.22385763,13 3,12.7723472 3,12.4903505 L3,3.50964952 C3,3.25945249 3.18325617,3.05136414 3.41225137,3.00821114 L3.5,3 C3.77614237,3 4,3.22765279 4,3.50964952 L4,7.507 L11.79239,7.507105 L9.73198,5.446705 C9.53672,5.251405 9.53672,4.934805 9.73198,4.739605 C9.92724,4.544305 10.24382,4.544305 10.43909,4.739605 L10.43909,4.739605 L12.56041,6.860915 C12.86642,7.166925 13.012576,7.572265 12.99887,7.973155 L12.99887,7.973155 L13,8.007105 C13,8.047885 12.99512,8.087525 12.98591,8.125465 C12.94315,8.438855 12.80132,8.741325 12.56041,8.982235 L12.56041,8.982235 L10.43909,11.103555 C10.24382,11.298815 9.92724,11.298815 9.73198,11.103555 C9.53672,10.908285 9.53672,10.591705 9.73198,10.396445 L9.73198,10.396445 L11.62132,8.507105 L4,8.507 L4,12.4903505 Z M7.5,3 C7.77614237,3 8,3.2157526 8,3.49538898 L8,5.50461102 C8,5.74780727 7.81674383,5.95007308 7.58774863,5.99201862 L7.5,6 C7.22385763,6 7,5.7842474 7,5.50461102 L7,3.49538898 C7,3.25219273 7.18325617,3.04992692 7.41225137,3.00798138 L7.5,3 Z" transform="rotate(90 8 8)"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M7.505,10.005 C7.78114237,10.005 8.005,10.2207526 8.005,10.500389 L8.005,12.509611 C8.005,12.7528073 7.82174383,12.9550731 7.59274863,12.9970186 L7.505,13.005 C7.22885763,13.005 7.005,12.7892474 7.005,12.509611 L7.005,10.500389 C7.005,10.2571927 7.18825617,10.0549269 7.41725137,10.0129814 L7.505,10.005 Z M4.005,12.4953505 C4.005,12.7455475 3.82174383,12.9536359 3.59274863,12.9967889 L3.505,13.005 C3.22885763,13.005 3.005,12.7773472 3.005,12.4953505 L3.005,3.51464952 C3.005,3.26445249 3.18825617,3.05636414 3.41725137,3.01321114 L3.505,3.005 C3.78114237,3.005 4.005,3.23265279 4.005,3.51464952 L4.005,7.502 L11.79739,7.502105 L9.73698,5.441705 C9.54172,5.246405 9.54172,4.929805 9.73698,4.734605 C9.93224,4.539305 10.24882,4.539305 10.44409,4.734605 L10.44409,4.734605 L12.56541,6.855915 C12.87142,7.161925 13.017576,7.567265 13.00387,7.968155 L13.00387,7.968155 L13.005,8.002105 C13.005,8.042885 13.00012,8.082525 12.99091,8.120465 C12.94815,8.433855 12.80632,8.736325 12.56541,8.977235 L12.56541,8.977235 L10.44409,11.098555 C10.24882,11.293815 9.93224,11.293815 9.73698,11.098555 C9.54172,10.903285 9.54172,10.586705 9.73698,10.391445 L9.73698,10.391445 L11.62632,8.502105 L4.005,8.502 L4.005,12.4953505 Z M7.505,2.995 C7.78114237,2.995 8.005,3.2107526 8.005,3.49038898 L8.005,5.49961102 C8.005,5.74280727 7.82174383,5.94507308 7.59274863,5.98701862 L7.505,5.995 C7.22885763,5.995 7.005,5.7792474 7.005,5.49961102 L7.005,3.49038898 C7.005,3.24719273 7.18825617,3.04492692 7.41725137,3.00298138 L7.505,2.995 Z" transform="rotate(-90 8.005 8)"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" d="M3 1a1 1 0 00-1 1v12a1 1 0 001 1h5a4.995 4.995 0 01-.584-1H3V2h7v2a1 1 0 001 1h2v2.1c.348.07.682.177 1 .316V4a1 1 0 00-.293-.707l-2-2A1 1 0 0011 1H3zm13 11a4 4 0 11-8 0 4 4 0 018 0zm-1.646-1.354a.5.5 0 010 .708l-2.5 2.5a.5.5 0 01-.708 0l-1-1a.5.5 0 01.708-.708l.646.647 2.146-2.147a.5.5 0 01.708 0z" />
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path fill-rule="evenodd" d="M13.657 3.05a.5.5 0 10-.707-.707l-.366.366A7 7 0 108 15a4.994 4.994 0 01-.597-1.03 6 6 0 114.471-10.552l-.71.71a5 5 0 10-4.08 8.788 5.028 5.028 0 01-.082-1.042A4.002 4.002 0 018 4a3.98 3.98 0 012.453.84l-.715.714a3 3 0 00-3.86 4.567.5.5 0 10.708-.707 2 2 0 012.43-3.137l-.757.757a1 1 0 10.707.707l1.155-1.155 2.46-2.46a5.972 5.972 0 011.39 3.277c.367.158.713.36 1.029.597 0-1.636-.57-3.271-1.71-4.584l.367-.366zM16 12a4 4 0 11-8 0 4 4 0 018 0zm-1.646-1.354a.5.5 0 010 .707l-2.5 2.5a.5.5 0 01-.708 0l-1-1a.5.5 0 01.708-.707l.646.647 2.146-2.147a.5.5 0 01.708 0z" />
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M7.5527864,1.7763932 C7.73704854,1.40786893 8.26295146,1.40786893 8.4472136,1.7763932 L12.4472136,9.7763932 C12.4836616,9.84928929 12.5017379,9.92999002 12.4998684,10.0114689 C12.4964207,10.1617372 12.4737017,10.4067301 12.4161821,10.7163304 C12.3208369,11.2295283 12.1584038,11.7434582 11.9107365,12.2276829 C11.1893625,13.6380713 9.90635733,14.5 8,14.5 C6.09364267,14.5 4.81063751,13.6380713 4.08926348,12.2276829 C3.84159617,11.7434582 3.67916314,11.2295283 3.5838179,10.7163304 C3.52629833,10.4067301 3.50357928,10.1617372 3.50013155,10.0114689 C3.49826212,9.92999002 3.51633836,9.84928929 3.5527864,9.7763932 L7.5527864,1.7763932 Z M4.50668295,10.1046681 C4.51574599,10.2112276 4.53432987,10.3578548 4.56699389,10.5336696 C4.6458235,10.9579717 4.77969734,11.3815418 4.97956795,11.7723171 C5.53687367,12.8619287 6.48666067,13.5 8,13.5 C9.51333933,13.5 10.4631263,12.8619287 11.020432,11.7723171 C11.2203027,11.3815418 11.3541765,10.9579717 11.4330061,10.5336696 C11.4656701,10.3578548 11.484254,10.2112276 11.493317,10.1046681 L8,3.11803399 L4.50668295,10.1046681 Z" />
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M10.8841248,1.80210546 C12.0550518,1.49320913 13.1034617,1.5624211 13.9873537,1.87291101 C14.2818774,1.97637006 14.4942915,2.08373121 14.6182857,2.16401923 L14.7815197,2.26971564 L14.8304435,2.45792709 C15.1075841,3.52409589 15.0309497,4.63293655 14.7387899,5.68772136 C14.6716186,5.93022975 14.6037728,6.13214329 14.5450103,6.28581719 C14.5797796,6.40658504 14.6186492,6.55923188 14.6570911,6.73951524 C14.8842687,7.80492554 14.9043515,8.93334544 14.5770131,10.0070148 C14.4504224,10.4222322 14.2737801,10.8154461 14.0431223,11.1820304 C13.7194411,11.6964568 13.3434892,12.1358677 12.925699,12.5050564 C12.1203491,13.2167201 11.3097963,13.5763569 10.6909211,13.7110954 C10.5515174,13.8899308 10.3454588,14.0922003 10.0623054,14.2889366 C9.41900387,14.7359055 8.56939843,15 7.50072952,15 C6.43146507,15 5.58147795,14.7359314 4.93795543,14.2889911 C4.65468763,14.0922555 4.44855845,13.8899778 4.30911646,13.7111275 C3.69098963,13.5766366 2.88148654,13.2178742 2.0771275,12.5080913 C1.65799154,12.1382372 1.28101395,11.6977577 0.956877669,11.1820304 C0.726219895,10.8154461 0.549577633,10.4222322 0.422986901,10.0070148 C0.0956485279,8.93334544 0.115731276,7.80492554 0.342908946,6.73951524 C0.381350807,6.55923188 0.42022037,6.40658504 0.45498967,6.28581719 C0.39622718,6.13214329 0.328381364,5.93022975 0.261210127,5.68772136 C-0.0309496751,4.63293655 -0.107584091,3.52409589 0.169556465,2.45792709 L0.218480262,2.26971564 L0.381714321,2.16401923 C0.505708516,2.08373121 0.718122559,1.97637006 1.01264625,1.87291101 C1.89651071,1.56243079 2.94488273,1.49321346 4.11576551,1.80207653 C4.2997288,1.69526542 4.5496433,1.57371765 4.8642179,1.45455218 C5.61587352,1.16981403 6.49702101,1 7.50072952,1 C8.50318435,1 9.38377917,1.16982064 10.1354173,1.45455218 C10.4500634,1.57374472 10.7000813,1.69530855 10.8841248,1.80210546 Z M13.9110179,2.91787557 C13.8428501,2.8869132 13.757538,2.85208545 13.6559312,2.81639343 C12.9074273,2.55346212 11.9966749,2.50710011 10.9482316,2.82299692 L10.7097791,2.89484286 L10.5087784,2.74780499 C10.399313,2.66772791 10.1548839,2.53127224 9.78116839,2.38970334 C9.13988337,2.14677518 8.37878939,2 7.50072952,2 C6.62137,2 5.85973442,2.14678179 5.21846685,2.38970334 C4.84484047,2.53123848 4.60067932,2.66763229 4.49146489,2.74762693 L4.29040103,2.89489714 L4.05176836,2.82299692 C3.00332509,2.50710011 2.09257268,2.55346212 1.34406882,2.81639343 C1.24246201,2.85208545 1.15714989,2.8869132 1.08898215,2.91787557 C0.922225486,3.72991539 0.995471835,4.5923926 1.22492474,5.42078666 C1.30878491,5.7235471 1.39119626,5.94482991 1.44210526,6.05797522 L1.5242057,6.24044354 L1.45776031,6.42917663 C1.42596302,6.51949444 1.37400937,6.69909155 1.32092236,6.94805725 C1.12608576,7.86179546 1.10889462,8.82774018 1.37951936,9.71538889 C1.48085465,10.0477685 1.62107901,10.3599145 1.80340578,10.6496864 C2.07611366,11.0835869 2.39056896,11.4510122 2.73877759,11.7582786 C3.17274525,12.1412205 3.63671077,12.4129409 4.09889079,12.5921741 C4.36969212,12.6971908 4.57298317,12.7472978 4.67410496,12.7615043 L4.92192451,12.7963202 L5.04258591,13.0155633 C5.09309645,13.1073415 5.24089094,13.2818642 5.50839398,13.4676508 C5.9837695,13.7978093 6.63458304,14 7.50072952,14 C8.36619488,14 9.01656939,13.7978352 9.49170998,13.4677053 C9.75910852,13.2819155 9.9068872,13.1073712 9.95741409,13.0155633 L10.0780597,12.7963489 L10.3258432,12.7615116 C10.4270746,12.7472789 10.630596,12.6970601 10.9017127,12.591789 C11.3644555,12.4121119 11.8289963,12.1396864 12.2635226,11.7557085 C12.6107209,11.4488997 12.9244274,11.082241 13.1967286,10.6494727 C13.378921,10.3599145 13.5191453,10.0477685 13.6204806,9.71538889 C13.8911054,8.82774018 13.8739142,7.86179546 13.6790776,6.94805725 C13.6259906,6.69909155 13.574037,6.51949444 13.5422397,6.42917663 L13.4757943,6.24044354 L13.5578947,6.05797522 C13.6088037,5.94482991 13.6912151,5.7235471 13.7750753,5.42078666 C14.0045282,4.5923926 14.0777745,3.72991539 13.9110179,2.91787557 Z M4.99978131,5.00871848 C5.00385851,5.188959 4.95221398,5.37236163 4.73612242,5.62374972 C4.3080165,6.12178272 3.75079926,6.11229638 3.30502547,5.67276249 C2.97884953,5.35180789 2.9802086,4.94073303 3.01554432,4.62610265 C3.09980644,3.86561416 3.76303086,3.90355954 4.27675797,4.18656877 C4.76330375,4.45534848 4.99434504,4.8016 4.99978131,5.00871848 Z M10.0002239,5.00871848 C10.0056633,4.8016 10.2368363,4.45534848 10.7236595,4.18656877 C11.2376796,3.90355954 11.8999223,3.86561416 11.9842325,4.62610265 C12.0195884,4.94073303 12.0223081,5.35180789 11.6959461,5.67276249 C11.2499182,6.11229638 10.6910233,6.12178272 10.2626733,5.62374972 C10.0464585,5.37236163 9.99614438,5.188959 10.0002239,5.00871848 Z M7.50024165,8 C6.99680644,8 6.52357734,7.76015303 6.12514433,7.32754562 C5.72671132,6.89640965 5.53252916,6.20188346 6.12514433,5.80017657 C6.50919348,5.54120071 7.20681084,5.5 7.50024165,5.5 C7.79367246,5.5 8.49128983,5.54120071 8.87533898,5.80017657 C9.46795414,6.20188346 9.2723336,6.89640965 8.87533898,7.32754562 C8.47690597,7.76015303 8.00223848,8 7.50024165,8 Z M7.5007527,9 C8.30771274,9 10.1564943,9.99357811 9.98938134,11.074411 C9.83732357,12.0665817 7.8756278,11.9990297 7.5007527,11.9990297 C7.12587761,11.9990297 5.16418184,12.0665817 5.01061854,11.074411 C4.84350555,9.99357811 6.69228714,9 7.5007527,9 Z"/>
|
|
3
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
-
<path d="M9.83695197,6.99999726 C9.94701098,7.92925264 10.0019989,8.88550237 10.0019989,9.86867166 L10.0019989,13.5 C10.0019989,13.7761424 9.77814128,14 9.5019989,14 C9.22585653,14 9.0019989,13.7761424 9.0019989,13.5 L9.0019989,9.86867166 C9.0019989,8.88265924 8.94451321,7.92646376 8.82963658,7 L7.29063577,7 C7.09528714,8.03975588 6.9980011,8.98493067 6.9980011,9.83482627 L6.9980011,13.5 C6.9980011,13.7761424 6.77414347,14 6.4980011,14 C6.22185872,14 5.9980011,13.7761424 5.9980011,13.5 L5.9980011,9.83482627 C5.9980011,8.97115506 6.09020368,8.02640651 6.27395422,6.99999214 L2.50008421,6.99998672 C2.19623652,6.99998629 1.96262845,6.73120946 2.00496144,6.4303252 C2.2895781,4.40739509 3.63105924,3.07191794 5.93631713,2.46953294 C7.9029179,1.95564214 10.1551173,1.86447329 12.6919122,2.19163653 C13.4399864,2.28811354 14.0000806,2.92507089 14.0000914,3.67934064 L14.0000849,5.50000285 C14.0000849,6.3284282 13.3285121,7.00000108 12.5000849,7.00000108 L9.83695197,6.99999726 Z M9.26801447,6.00000108 L12.5000856,6.00000108 C12.7762273,6.00000108 13.0000849,5.77614345 13.0000849,5.50000108 L13.0000914,3.67934605 C13.0000878,3.42791601 12.813378,3.2155836 12.5640044,3.18342258 C10.1477445,2.87180441 8.02312321,2.95780891 6.18913722,3.43704625 C4.49426064,3.87993302 3.49096303,4.72403158 3.11673811,6.00000108 L6.87871525,6.00000108 C6.87906368,6.00000036 6.87941217,6 6.87976074,6 L9.26696777,6 C9.26731675,6 9.26766564,6.00000036 9.26801447,6.00000108 Z M2,10 L2,13.5 C2,13.7761424 1.77614237,14 1.5,14 C1.22385763,14 1,13.7761424 1,13.5 L1,9.5 C1,9.22385763 1.22385763,9 1.5,9 L4.5,9 C4.77614237,9 5,9.22385763 5,9.5 L5,13.5 C5,13.7761424 4.77614237,14 4.5,14 C4.22385763,14 4,13.7761424 4,13.5 L4,10 L2,10 Z M12,13.5 C12,13.7761424 11.7761424,14 11.5,14 C11.2238576,14 11,13.7761424 11,13.5 L11,11.5 C11,11.2238576 11.2238576,11 11.5,11 L14.5,11 C14.7761424,11 15,11.2238576 15,11.5 L15,13.5 C15,13.7761424 14.7761424,14 14.5,14 C14.2238576,14 14,13.7761424 14,13.5 L14,12 L12,12 L12,13.5 Z M1.01623535,16.0264893 C0.740092977,16.0264893 0.516235352,15.8026316 0.516235352,15.5264893 C0.516235352,15.2503469 0.740092977,15.0264893 1.01623535,15.0264893 L15.0002578,15.0264893 C15.2764002,15.0264893 15.5002578,15.2503469 15.5002578,15.5264893 C15.5002578,15.8026316 15.2764002,16.0264893 15.0002578,16.0264893 L1.01623535,16.0264893 Z"/>
|
|
3
|
-
</svg>
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["title", "titleId"];
|
|
4
|
-
/*
|
|
5
|
-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
6
|
-
* or more contributor license agreements. Licensed under the Elastic License
|
|
7
|
-
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
8
|
-
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
9
|
-
* Side Public License, v 1.
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
13
|
-
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
16
|
-
var EuiIconKubernetesPod = function EuiIconKubernetesPod(_ref) {
|
|
17
|
-
var title = _ref.title,
|
|
18
|
-
titleId = _ref.titleId,
|
|
19
|
-
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
-
return ___EmotionJSX("svg", _extends({
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
-
width: 16,
|
|
23
|
-
height: 16,
|
|
24
|
-
viewBox: "0 0 16 16",
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
}, props), title ? ___EmotionJSX("title", {
|
|
27
|
-
id: titleId
|
|
28
|
-
}, title) : null, ___EmotionJSX("path", {
|
|
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"
|
|
30
|
-
}));
|
|
31
|
-
};
|
|
32
|
-
export var icon = EuiIconKubernetesPod;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["title", "titleId"];
|
|
4
|
-
/*
|
|
5
|
-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
6
|
-
* or more contributor license agreements. Licensed under the Elastic License
|
|
7
|
-
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
8
|
-
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
9
|
-
* Side Public License, v 1.
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
13
|
-
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
16
|
-
var EuiIconMagnet = function EuiIconMagnet(_ref) {
|
|
17
|
-
var title = _ref.title,
|
|
18
|
-
titleId = _ref.titleId,
|
|
19
|
-
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
-
return ___EmotionJSX("svg", _extends({
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
-
width: 16,
|
|
23
|
-
height: 16,
|
|
24
|
-
viewBox: "0 0 16 16",
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
}, props), title ? ___EmotionJSX("title", {
|
|
27
|
-
id: titleId
|
|
28
|
-
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "M4.552 10.71a3.008 3.008 0 0 0 4.19.738l1.642-1.15 1.15 1.642-1.643 1.15a5.013 5.013 0 1 1-5.75-8.212l1.642-1.15 1.15 1.643-1.642 1.15a3.007 3.007 0 0 0-.739 4.189Zm8.296-2.137 1.15 1.643-1.643 1.149-1.15-1.642 1.643-1.15Zm-4.6-6.571 1.15 1.643-1.643 1.15-1.15-1.642 1.642-1.151Zm1.97 1.068L9.07 1.428a1.003 1.003 0 0 0-1.397-.246L3.566 4.057A5.995 5.995 0 0 0 1.092 7.94a5.993 5.993 0 0 0 .996 4.495 5.99 5.99 0 0 0 3.883 2.473 5.991 5.991 0 0 0 4.495-.996l4.107-2.875c.454-.318.563-.943.246-1.396l-1.15-1.643a1.002 1.002 0 0 0-1.396-.246l-4.107 2.875a2.002 2.002 0 0 1-1.498.332 2 2 0 0 1-1.627-2.323c.09-.505.371-.976.824-1.294l4.107-2.876c.454-.317.564-.942.246-1.396Z"
|
|
30
|
-
}));
|
|
31
|
-
};
|
|
32
|
-
export var icon = EuiIconMagnet;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["title", "titleId"];
|
|
4
|
-
/*
|
|
5
|
-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
6
|
-
* or more contributor license agreements. Licensed under the Elastic License
|
|
7
|
-
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
8
|
-
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
9
|
-
* Side Public License, v 1.
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
13
|
-
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
16
|
-
var EuiIconMenuDown = function EuiIconMenuDown(_ref) {
|
|
17
|
-
var title = _ref.title,
|
|
18
|
-
titleId = _ref.titleId,
|
|
19
|
-
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
-
return ___EmotionJSX("svg", _extends({
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
-
width: 16,
|
|
23
|
-
height: 16,
|
|
24
|
-
viewBox: "0 0 16 16",
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
}, props), title ? ___EmotionJSX("title", {
|
|
27
|
-
id: titleId
|
|
28
|
-
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "M6 7.5c0 .276-.216.5-.495.5h-2.01a.503.503 0 0 1-.487-.412L3 7.5c0-.276.216-.5.495-.5h2.01c.243 0 .445.183.487.412L6 7.5ZM3.51 4a.513.513 0 0 1-.502-.412L3 3.5c0-.276.228-.5.51-.5h8.98c.25 0 .459.183.502.412L13 3.5c0 .276-.228.5-.51.5H8.493v7.792l2.06-2.06a.5.5 0 1 1 .707.707L9.14 12.56A1.496 1.496 0 0 1 8.026 13L7.993 13a.501.501 0 0 1-.118-.014 1.493 1.493 0 0 1-.857-.426l-2.122-2.12a.5.5 0 0 1 .708-.708l1.889 1.89V4H3.51ZM13 7.5c0 .276-.216.5-.495.5h-2.01a.503.503 0 0 1-.487-.412L10 7.5c0-.276.216-.5.495-.5h2.01c.243 0 .445.183.487.412L13 7.5Z"
|
|
30
|
-
}));
|
|
31
|
-
};
|
|
32
|
-
export var icon = EuiIconMenuDown;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["title", "titleId"];
|
|
4
|
-
/*
|
|
5
|
-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
6
|
-
* or more contributor license agreements. Licensed under the Elastic License
|
|
7
|
-
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
8
|
-
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
9
|
-
* Side Public License, v 1.
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
13
|
-
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
16
|
-
var EuiIconMenuUp = function EuiIconMenuUp(_ref) {
|
|
17
|
-
var title = _ref.title,
|
|
18
|
-
titleId = _ref.titleId,
|
|
19
|
-
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
-
return ___EmotionJSX("svg", _extends({
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
-
width: 16,
|
|
23
|
-
height: 16,
|
|
24
|
-
viewBox: "0 0 16 16",
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
}, props), title ? ___EmotionJSX("title", {
|
|
27
|
-
id: titleId
|
|
28
|
-
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "M10.01 8.5c0-.276.216-.5.495-.5h2.01c.243 0 .445.183.487.412l.008.088c0 .276-.216.5-.495.5h-2.01a.503.503 0 0 1-.487-.412L10.01 8.5ZM12.5 12c.25 0 .459.183.502.412l.008.088c0 .276-.228.5-.51.5H3.52a.513.513 0 0 1-.502-.412L3.01 12.5c0-.276.228-.5.51-.5h3.987V4.208l-2.06 2.06a.5.5 0 1 1-.707-.707L6.86 3.44A1.496 1.496 0 0 1 7.974 3L8.007 3c.04 0 .08.005.118.014.314.043.616.185.857.426l2.122 2.12a.5.5 0 0 1-.708.708l-1.889-1.89V12H12.5ZM3 8.5c0-.276.216-.5.495-.5h2.01c.243 0 .445.183.487.412L6 8.5c0 .276-.216.5-.495.5h-2.01a.503.503 0 0 1-.487-.412L3 8.5Z"
|
|
30
|
-
}));
|
|
31
|
-
};
|
|
32
|
-
export var icon = EuiIconMenuUp;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["title", "titleId"];
|
|
4
|
-
/*
|
|
5
|
-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
6
|
-
* or more contributor license agreements. Licensed under the Elastic License
|
|
7
|
-
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
8
|
-
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
9
|
-
* Side Public License, v 1.
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
13
|
-
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
16
|
-
var EuiIconPageSelect = function EuiIconPageSelect(_ref) {
|
|
17
|
-
var title = _ref.title,
|
|
18
|
-
titleId = _ref.titleId,
|
|
19
|
-
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
-
return ___EmotionJSX("svg", _extends({
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
-
width: 16,
|
|
23
|
-
height: 16,
|
|
24
|
-
viewBox: "0 0 16 16",
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
}, props), title ? ___EmotionJSX("title", {
|
|
27
|
-
id: titleId
|
|
28
|
-
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
fillRule: "evenodd",
|
|
30
|
-
d: "M3 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h5a4.995 4.995 0 0 1-.584-1H3V2h7v2a1 1 0 0 0 1 1h2v2.1c.348.07.682.177 1 .316V4a1 1 0 0 0-.293-.707l-2-2A1 1 0 0 0 11 1H3zm13 11a4 4 0 1 1-8 0 4 4 0 0 1 8 0zm-1.646-1.354a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647 2.146-2.147a.5.5 0 0 1 .708 0z"
|
|
31
|
-
}));
|
|
32
|
-
};
|
|
33
|
-
export var icon = EuiIconPageSelect;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["title", "titleId"];
|
|
4
|
-
/*
|
|
5
|
-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
6
|
-
* or more contributor license agreements. Licensed under the Elastic License
|
|
7
|
-
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
8
|
-
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
9
|
-
* Side Public License, v 1.
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
13
|
-
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
16
|
-
var EuiIconSecuritySignalResolved = function EuiIconSecuritySignalResolved(_ref) {
|
|
17
|
-
var title = _ref.title,
|
|
18
|
-
titleId = _ref.titleId,
|
|
19
|
-
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
-
return ___EmotionJSX("svg", _extends({
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
-
width: 16,
|
|
23
|
-
height: 16,
|
|
24
|
-
viewBox: "0 0 16 16",
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
}, props), title ? ___EmotionJSX("title", {
|
|
27
|
-
id: titleId
|
|
28
|
-
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
fillRule: "evenodd",
|
|
30
|
-
d: "M13.657 3.05a.5.5 0 1 0-.707-.707l-.366.366A7 7 0 1 0 8 15a4.994 4.994 0 0 1-.597-1.03 6 6 0 1 1 4.471-10.552l-.71.71a5 5 0 1 0-4.08 8.788 5.028 5.028 0 0 1-.082-1.042A4.002 4.002 0 0 1 8 4a3.98 3.98 0 0 1 2.453.84l-.715.714a3 3 0 0 0-3.86 4.567.5.5 0 1 0 .708-.707 2 2 0 0 1 2.43-3.137l-.757.757a1 1 0 1 0 .707.707l1.155-1.155 2.46-2.46a5.972 5.972 0 0 1 1.39 3.277c.367.158.713.36 1.029.597 0-1.636-.57-3.271-1.71-4.584l.367-.366zM16 12a4 4 0 1 1-8 0 4 4 0 0 1 8 0zm-1.646-1.354a.5.5 0 0 1 0 .707l-2.5 2.5a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.707l.646.647 2.146-2.147a.5.5 0 0 1 .708 0z"
|
|
31
|
-
}));
|
|
32
|
-
};
|
|
33
|
-
export var icon = EuiIconSecuritySignalResolved;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["title", "titleId"];
|
|
4
|
-
/*
|
|
5
|
-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
6
|
-
* or more contributor license agreements. Licensed under the Elastic License
|
|
7
|
-
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
8
|
-
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
9
|
-
* Side Public License, v 1.
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
13
|
-
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
16
|
-
var EuiIconTear = function EuiIconTear(_ref) {
|
|
17
|
-
var title = _ref.title,
|
|
18
|
-
titleId = _ref.titleId,
|
|
19
|
-
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
-
return ___EmotionJSX("svg", _extends({
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
-
width: 16,
|
|
23
|
-
height: 16,
|
|
24
|
-
viewBox: "0 0 16 16",
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
}, props), title ? ___EmotionJSX("title", {
|
|
27
|
-
id: titleId
|
|
28
|
-
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "M7.553 1.776a.5.5 0 0 1 .894 0l4 8a.5.5 0 0 1 .053.235c-.004.15-.026.396-.084.705a5.538 5.538 0 0 1-.505 1.512C11.189 13.638 9.906 14.5 8 14.5c-1.906 0-3.19-.862-3.91-2.272a5.538 5.538 0 0 1-.506-1.512 4.672 4.672 0 0 1-.084-.705.5.5 0 0 1 .053-.235l4-8Zm-3.046 8.329c.009.106.027.253.06.429.079.424.213.848.413 1.238C5.537 12.862 6.487 13.5 8 13.5c1.513 0 2.463-.638 3.02-1.728.2-.39.334-.814.413-1.238.033-.176.051-.323.06-.43L8 3.119l-3.493 6.987Z"
|
|
30
|
-
}));
|
|
31
|
-
};
|
|
32
|
-
export var icon = EuiIconTear;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["title", "titleId"];
|
|
4
|
-
/*
|
|
5
|
-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
6
|
-
* or more contributor license agreements. Licensed under the Elastic License
|
|
7
|
-
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
8
|
-
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
9
|
-
* Side Public License, v 1.
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
// THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js
|
|
13
|
-
|
|
14
|
-
import * as React from 'react';
|
|
15
|
-
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
16
|
-
var EuiIconVisTimelion = function EuiIconVisTimelion(_ref) {
|
|
17
|
-
var title = _ref.title,
|
|
18
|
-
titleId = _ref.titleId,
|
|
19
|
-
props = _objectWithoutProperties(_ref, _excluded);
|
|
20
|
-
return ___EmotionJSX("svg", _extends({
|
|
21
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
-
width: 16,
|
|
23
|
-
height: 16,
|
|
24
|
-
viewBox: "0 0 16 16",
|
|
25
|
-
"aria-labelledby": titleId
|
|
26
|
-
}, props), title ? ___EmotionJSX("title", {
|
|
27
|
-
id: titleId
|
|
28
|
-
}, title) : null, ___EmotionJSX("path", {
|
|
29
|
-
d: "M10.884 1.802c1.171-.309 2.22-.24 3.103.07.295.104.507.212.631.292l.164.106.048.188c.278 1.066.2 2.175-.091 3.23a6.728 6.728 0 0 1-.194.598c.035.12.074.273.112.454.227 1.065.247 2.193-.08 3.267a4.855 4.855 0 0 1-.534 1.175c-.324.514-.7.954-1.117 1.323-.806.712-1.616 1.071-2.235 1.206-.14.179-.346.381-.629.578-.643.447-1.493.711-2.561.711-1.07 0-1.92-.264-2.563-.711a2.874 2.874 0 0 1-.629-.578c-.618-.134-1.428-.493-2.232-1.203-.419-.37-.796-.81-1.12-1.326a4.855 4.855 0 0 1-.534-1.175C.096 8.933.116 7.805.343 6.74a6.74 6.74 0 0 1 .112-.454 6.728 6.728 0 0 1-.194-.598C-.03 4.633-.108 3.524.17 2.458l.048-.188.164-.106c.124-.08.336-.188.63-.291.885-.31 1.933-.38 3.104-.07.184-.108.434-.23.748-.348C5.616 1.17 6.497 1 7.501 1c1.002 0 1.883.17 2.634.455.315.119.565.24.75.347Zm3.027 1.116a3.13 3.13 0 0 0-.255-.102c-.749-.263-1.66-.309-2.708.007l-.238.072-.201-.147c-.11-.08-.354-.217-.728-.358C9.14 2.147 8.38 2 7.501 2c-.88 0-1.641.147-2.283.39-.373.141-.617.278-.727.358l-.2.147-.24-.072c-1.048-.316-1.958-.27-2.707-.007a3.13 3.13 0 0 0-.255.102c-.167.812-.094 1.674.136 2.503.084.303.166.524.217.637l.082.182-.066.19c-.032.09-.084.27-.137.518-.195.914-.212 1.88.059 2.767.1.333.241.645.423.935.273.434.588.801.936 1.108.434.383.898.655 1.36.834.27.105.474.155.575.17l.248.034.12.22c.051.091.199.266.466.452.476.33 1.127.532 1.993.532.865 0 1.516-.202 1.99-.532.268-.186.416-.36.466-.452l.121-.22.248-.034c.101-.015.305-.065.576-.17.462-.18.927-.452 1.362-.836.347-.307.66-.674.933-1.107.182-.29.322-.601.423-.934.271-.887.254-1.853.06-2.767a4.597 4.597 0 0 0-.138-.519l-.066-.189.082-.182c.05-.113.133-.334.217-.637.23-.829.303-1.691.136-2.503ZM5 5.008c.004.181-.048.364-.264.616-.428.498-.985.488-1.431.049-.326-.321-.325-.732-.29-1.047.085-.76.748-.722 1.262-.44.486.27.717.616.723.823Zm5 0c.006-.206.237-.553.724-.821.514-.283 1.176-.321 1.26.44.036.314.038.725-.288 1.046-.446.44-1.005.449-1.433-.05-.217-.25-.267-.434-.263-.614ZM7.5 8c-.503 0-.976-.24-1.375-.672-.398-.432-.592-1.126 0-1.528.384-.259 1.082-.3 1.375-.3.294 0 .991.041 1.375.3.593.402.397 1.096 0 1.528C8.477 7.76 8.002 8 7.5 8Zm0 1c.808 0 2.656.994 2.49 2.074-.153.993-2.114.925-2.49.925-.374 0-2.336.068-2.49-.925C4.845 9.994 6.693 9 7.5 9Z"
|
|
30
|
-
}));
|
|
31
|
-
};
|
|
32
|
-
export var icon = EuiIconVisTimelion;
|