@ember-eui/core 8.0.0-beta.2 → 8.0.0-beta.20
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/declarations/components/eui-badge.d.ts +2 -1
- package/declarations/components/eui-badge.d.ts.map +1 -1
- package/declarations/components/eui-checkbox-group.d.ts +1 -1
- package/declarations/components/eui-checkbox-group.d.ts.map +1 -1
- package/declarations/components/eui-combo-box/options.d.ts.map +1 -1
- package/declarations/components/eui-combo-box.d.ts +35 -8
- package/declarations/components/eui-combo-box.d.ts.map +1 -1
- package/declarations/components/eui-dual-range.d.ts +3 -4
- package/declarations/components/eui-dual-range.d.ts.map +1 -1
- package/declarations/components/eui-field-password.d.ts +1 -0
- package/declarations/components/eui-field-password.d.ts.map +1 -1
- package/declarations/components/eui-form-row.d.ts +2 -1
- package/declarations/components/eui-form-row.d.ts.map +1 -1
- package/declarations/components/eui-icon.d.ts +1 -1
- package/declarations/components/eui-icon.d.ts.map +1 -1
- package/declarations/components/eui-markdown-editor.d.ts +3 -8
- package/declarations/components/eui-markdown-editor.d.ts.map +1 -1
- package/declarations/components/eui-range.d.ts +2 -0
- package/declarations/components/eui-range.d.ts.map +1 -1
- package/declarations/components/eui-switch.d.ts +18 -20
- package/declarations/components/eui-switch.d.ts.map +1 -1
- package/declarations/components/eui-text-align.d.ts +0 -5
- package/declarations/components/eui-text-align.d.ts.map +1 -1
- package/declarations/components/eui-text-color.d.ts +0 -5
- package/declarations/components/eui-text-color.d.ts.map +1 -1
- package/declarations/components/eui-text.d.ts +0 -5
- package/declarations/components/eui-text.d.ts.map +1 -1
- package/declarations/components.d.ts +150 -0
- package/declarations/components.d.ts.map +1 -0
- package/declarations/helpers.d.ts +9 -0
- package/declarations/helpers.d.ts.map +1 -0
- package/declarations/modifiers.d.ts +8 -0
- package/declarations/modifiers.d.ts.map +1 -0
- package/declarations/services/eui-config.d.ts +0 -1
- package/declarations/services/eui-config.d.ts.map +1 -1
- package/declarations/template-registry.d.ts +151 -148
- package/declarations/template-registry.d.ts.map +1 -1
- package/declarations/utils/markdown/plugins/markdown-default-plugins/processing-plugins.d.ts +1 -1
- package/declarations/utils/markdown/plugins/markdown-default-plugins/processing-plugins.d.ts.map +1 -1
- package/dist/components/eui-accordion.js +1 -1
- package/dist/components/eui-accordion.js.map +1 -1
- package/dist/components/eui-badge.js +4 -2
- package/dist/components/eui-badge.js.map +1 -1
- package/dist/components/eui-breadcrumbs.js +3 -1
- package/dist/components/eui-breadcrumbs.js.map +1 -1
- package/dist/components/eui-button-group-button.js +1 -1
- package/dist/components/eui-button-group-button.js.map +1 -1
- package/dist/components/eui-button-group.js +1 -1
- package/dist/components/eui-button-group.js.map +1 -1
- package/dist/components/eui-card.js +1 -1
- package/dist/components/eui-card.js.map +1 -1
- package/dist/components/eui-checkable-card.js +1 -1
- package/dist/components/eui-checkable-card.js.map +1 -1
- package/dist/components/eui-checkbox-group.js.map +1 -1
- package/dist/components/eui-checkbox.js +1 -1
- package/dist/components/eui-checkbox.js.map +1 -1
- package/dist/components/eui-code-block/virtualized.js +1 -1
- package/dist/components/eui-code-block/virtualized.js.map +1 -1
- package/dist/components/eui-collapsible-nav-group.js +1 -1
- package/dist/components/eui-collapsible-nav-group.js.map +1 -1
- package/dist/components/eui-collapsible-nav.js +1 -1
- package/dist/components/eui-collapsible-nav.js.map +1 -1
- package/dist/components/eui-combo-box/options.js +3 -1
- package/dist/components/eui-combo-box/options.js.map +1 -1
- package/dist/components/eui-combo-box/trigger/input.js +2 -2
- package/dist/components/eui-combo-box/trigger/input.js.map +1 -1
- package/dist/components/eui-combo-box/trigger.js +2 -2
- package/dist/components/eui-combo-box/trigger.js.map +1 -1
- package/dist/components/eui-combo-box.js +3 -1
- package/dist/components/eui-combo-box.js.map +1 -1
- package/dist/components/eui-dual-range.js.map +1 -1
- package/dist/components/eui-field-number.js +1 -1
- package/dist/components/eui-field-number.js.map +1 -1
- package/dist/components/eui-field-password.js +2 -1
- package/dist/components/eui-field-password.js.map +1 -1
- package/dist/components/eui-field-search.js +1 -1
- package/dist/components/eui-field-search.js.map +1 -1
- package/dist/components/eui-field-text.js +1 -1
- package/dist/components/eui-field-text.js.map +1 -1
- package/dist/components/eui-file-picker.js +1 -1
- package/dist/components/eui-file-picker.js.map +1 -1
- package/dist/components/eui-form-row.js +5 -1
- package/dist/components/eui-form-row.js.map +1 -1
- package/dist/components/eui-header-alert.js +1 -1
- package/dist/components/eui-header-alert.js.map +1 -1
- package/dist/components/eui-icon.js +4 -5
- package/dist/components/eui-icon.js.map +1 -1
- package/dist/components/eui-input-popover.js +1 -1
- package/dist/components/eui-input-popover.js.map +1 -1
- package/dist/components/eui-key-pad-menu-item.js +1 -1
- package/dist/components/eui-key-pad-menu-item.js.map +1 -1
- package/dist/components/eui-markdown-editor-toolbar.js +3 -1
- package/dist/components/eui-markdown-editor-toolbar.js.map +1 -1
- package/dist/components/eui-markdown-editor.js +7 -9
- package/dist/components/eui-markdown-editor.js.map +1 -1
- package/dist/components/eui-markdown-format.js +3 -1
- package/dist/components/eui-markdown-format.js.map +1 -1
- package/dist/components/eui-notification-event-messages.js +1 -1
- package/dist/components/eui-notification-event-messages.js.map +1 -1
- package/dist/components/eui-notification-event-meta.js +1 -1
- package/dist/components/eui-notification-event-meta.js.map +1 -1
- package/dist/components/eui-notification-event.js +1 -1
- package/dist/components/eui-notification-event.js.map +1 -1
- package/dist/components/eui-popover.js +1 -1
- package/dist/components/eui-popover.js.map +1 -1
- package/dist/components/eui-radio.js +1 -1
- package/dist/components/eui-radio.js.map +1 -1
- package/dist/components/eui-range.js.map +1 -1
- package/dist/components/eui-select.js +1 -1
- package/dist/components/eui-select.js.map +1 -1
- package/dist/components/eui-side-nav.js +1 -1
- package/dist/components/eui-side-nav.js.map +1 -1
- package/dist/components/eui-super-date-picker/eui-quick-select-popover/eui-commonly-used-time-ranges.js +1 -1
- package/dist/components/eui-super-date-picker/eui-quick-select-popover/eui-commonly-used-time-ranges.js.map +1 -1
- package/dist/components/eui-super-date-picker/eui-quick-select-popover/eui-quick-select.js +1 -1
- package/dist/components/eui-super-date-picker/eui-quick-select-popover/eui-quick-select.js.map +1 -1
- package/dist/components/eui-super-date-picker/eui-quick-select-popover/eui-recently-used.js +1 -1
- package/dist/components/eui-super-date-picker/eui-quick-select-popover/eui-recently-used.js.map +1 -1
- package/dist/components/eui-switch.js +1 -1
- package/dist/components/eui-switch.js.map +1 -1
- package/dist/components/eui-tab.js +1 -1
- package/dist/components/eui-tab.js.map +1 -1
- package/dist/components/eui-tabbed-content.js +1 -1
- package/dist/components/eui-tabbed-content.js.map +1 -1
- package/dist/components/eui-text-align.js.map +1 -1
- package/dist/components/eui-text-area.js +1 -1
- package/dist/components/eui-text-area.js.map +1 -1
- package/dist/components/eui-text-color.js.map +1 -1
- package/dist/components/eui-text.js.map +1 -1
- package/dist/components/eui-tool-tip.js +3 -1
- package/dist/components/eui-tool-tip.js.map +1 -1
- package/dist/components.js +149 -0
- package/dist/components.js.map +1 -0
- package/dist/helpers.js +8 -0
- package/dist/helpers.js.map +1 -0
- package/dist/modifiers.js +7 -0
- package/dist/modifiers.js.map +1 -0
- package/dist/services/eui-config.js.map +1 -1
- package/dist/utils/markdown/plugins/markdown-default-plugins/processing-plugins.js +2 -3
- package/dist/utils/markdown/plugins/markdown-default-plugins/processing-plugins.js.map +1 -1
- package/package.json +59 -56
- package/vendor/eui_theme_dark.min.css +1 -0
- package/vendor/eui_theme_light.min.css +1 -0
- package/vendor/icon/svgs/accessibility.svg +3 -0
- package/vendor/icon/svgs/aggregate.svg +3 -0
- package/vendor/icon/svgs/analyzeEvent.svg +3 -0
- package/vendor/icon/svgs/annotation.svg +3 -0
- package/vendor/icon/svgs/apm_trace.svg +3 -0
- package/vendor/icon/svgs/app_add_data.svg +6 -0
- package/vendor/icon/svgs/app_advanced_settings.svg +10 -0
- package/vendor/icon/svgs/app_agent.svg +4 -0
- package/vendor/icon/svgs/app_apm.svg +6 -0
- package/vendor/icon/svgs/app_app_search.svg +4 -0
- package/vendor/icon/svgs/app_auditbeat.svg +7 -0
- package/vendor/icon/svgs/app_canvas.svg +11 -0
- package/vendor/icon/svgs/app_cases.svg +6 -0
- package/vendor/icon/svgs/app_code.svg +7 -0
- package/vendor/icon/svgs/app_console.svg +8 -0
- package/vendor/icon/svgs/app_cross_cluster_replication.svg +6 -0
- package/vendor/icon/svgs/app_dashboard.svg +8 -0
- package/vendor/icon/svgs/app_devtools.svg +6 -0
- package/vendor/icon/svgs/app_discover.svg +6 -0
- package/vendor/icon/svgs/app_ems.svg +6 -0
- package/vendor/icon/svgs/app_filebeat.svg +8 -0
- package/vendor/icon/svgs/app_fleet.svg +6 -0
- package/vendor/icon/svgs/app_gis.svg +4 -0
- package/vendor/icon/svgs/app_graph.svg +6 -0
- package/vendor/icon/svgs/app_grok.svg +6 -0
- package/vendor/icon/svgs/app_heartbeat.svg +6 -0
- package/vendor/icon/svgs/app_index_management.svg +7 -0
- package/vendor/icon/svgs/app_index_pattern.svg +9 -0
- package/vendor/icon/svgs/app_index_rollup.svg +11 -0
- package/vendor/icon/svgs/app_lens.svg +4 -0
- package/vendor/icon/svgs/app_logs.svg +6 -0
- package/vendor/icon/svgs/app_management.svg +6 -0
- package/vendor/icon/svgs/app_metricbeat.svg +7 -0
- package/vendor/icon/svgs/app_metrics.svg +4 -0
- package/vendor/icon/svgs/app_ml.svg +6 -0
- package/vendor/icon/svgs/app_monitoring.svg +7 -0
- package/vendor/icon/svgs/app_notebook.svg +8 -0
- package/vendor/icon/svgs/app_packetbeat.svg +6 -0
- package/vendor/icon/svgs/app_pipeline.svg +6 -0
- package/vendor/icon/svgs/app_recently_viewed.svg +6 -0
- package/vendor/icon/svgs/app_reporting.svg +9 -0
- package/vendor/icon/svgs/app_saved_objects.svg +6 -0
- package/vendor/icon/svgs/app_search_profiler.svg +11 -0
- package/vendor/icon/svgs/app_security.svg +7 -0
- package/vendor/icon/svgs/app_security_analytics.svg +5 -0
- package/vendor/icon/svgs/app_spaces.svg +9 -0
- package/vendor/icon/svgs/app_sql.svg +13 -0
- package/vendor/icon/svgs/app_timelion.svg +6 -0
- package/vendor/icon/svgs/app_upgrade_assistant.svg +6 -0
- package/vendor/icon/svgs/app_uptime.svg +6 -0
- package/vendor/icon/svgs/app_users_roles.svg +6 -0
- package/vendor/icon/svgs/app_visualize.svg +9 -0
- package/vendor/icon/svgs/app_vulnerability_management.svg +4 -0
- package/vendor/icon/svgs/app_watches.svg +8 -0
- package/vendor/icon/svgs/app_workplace_search.svg +4 -0
- package/vendor/icon/svgs/apps.svg +3 -0
- package/vendor/icon/svgs/arrowEnd.svg +1 -0
- package/vendor/icon/svgs/arrowStart.svg +1 -0
- package/vendor/icon/svgs/arrow_down.svg +3 -0
- package/vendor/icon/svgs/arrow_left.svg +3 -0
- package/vendor/icon/svgs/arrow_right.svg +3 -0
- package/vendor/icon/svgs/arrow_up.svg +3 -0
- package/vendor/icon/svgs/article.svg +10 -0
- package/vendor/icon/svgs/asterisk.svg +3 -0
- package/vendor/icon/svgs/beaker.svg +3 -0
- package/vendor/icon/svgs/bell.svg +3 -0
- package/vendor/icon/svgs/bellSlash.svg +3 -0
- package/vendor/icon/svgs/beta.svg +3 -0
- package/vendor/icon/svgs/bolt.svg +3 -0
- package/vendor/icon/svgs/boxes_horizontal.svg +5 -0
- package/vendor/icon/svgs/boxes_vertical.svg +3 -0
- package/vendor/icon/svgs/branch.svg +3 -0
- package/vendor/icon/svgs/branchUser.svg +4 -0
- package/vendor/icon/svgs/broom.svg +3 -0
- package/vendor/icon/svgs/brush.svg +3 -0
- package/vendor/icon/svgs/bug.svg +3 -0
- package/vendor/icon/svgs/bullseye.svg +3 -0
- package/vendor/icon/svgs/calendar.svg +3 -0
- package/vendor/icon/svgs/check.svg +3 -0
- package/vendor/icon/svgs/checkInCircleFilled.svg +3 -0
- package/vendor/icon/svgs/cheer.svg +3 -0
- package/vendor/icon/svgs/clock.svg +3 -0
- package/vendor/icon/svgs/cloudDrizzle.svg +3 -0
- package/vendor/icon/svgs/cloudStormy.svg +3 -0
- package/vendor/icon/svgs/cloudSunny.svg +3 -0
- package/vendor/icon/svgs/cluster.svg +3 -0
- package/vendor/icon/svgs/color.svg +3 -0
- package/vendor/icon/svgs/compute.svg +6 -0
- package/vendor/icon/svgs/console.svg +5 -0
- package/vendor/icon/svgs/container.svg +3 -0
- package/vendor/icon/svgs/continuityAbove.svg +3 -0
- package/vendor/icon/svgs/continuityAboveBelow.svg +3 -0
- package/vendor/icon/svgs/continuityBelow.svg +3 -0
- package/vendor/icon/svgs/continuityWithin.svg +3 -0
- package/vendor/icon/svgs/controls_horizontal.svg +3 -0
- package/vendor/icon/svgs/controls_vertical.svg +3 -0
- package/vendor/icon/svgs/copy.svg +6 -0
- package/vendor/icon/svgs/copy_clipboard.svg +4 -0
- package/vendor/icon/svgs/cross.svg +3 -0
- package/vendor/icon/svgs/crosshairs.svg +3 -0
- package/vendor/icon/svgs/currency.svg +3 -0
- package/vendor/icon/svgs/cut.svg +3 -0
- package/vendor/icon/svgs/database.svg +3 -0
- package/vendor/icon/svgs/desktop.svg +4 -0
- package/vendor/icon/svgs/discuss.svg +4 -0
- package/vendor/icon/svgs/document.svg +3 -0
- package/vendor/icon/svgs/documentEdit.svg +3 -0
- package/vendor/icon/svgs/documentation.svg +5 -0
- package/vendor/icon/svgs/documents.svg +3 -0
- package/vendor/icon/svgs/dot.svg +3 -0
- package/vendor/icon/svgs/dotInCircle.svg +4 -0
- package/vendor/icon/svgs/doubleArrowLeft.svg +4 -0
- package/vendor/icon/svgs/doubleArrowRight.svg +4 -0
- package/vendor/icon/svgs/download.svg +4 -0
- package/vendor/icon/svgs/editorDistributeHorizontal.svg +3 -0
- package/vendor/icon/svgs/editorDistributeVertical.svg +3 -0
- package/vendor/icon/svgs/editorItemAlignBottom.svg +3 -0
- package/vendor/icon/svgs/editorItemAlignCenter.svg +3 -0
- package/vendor/icon/svgs/editorItemAlignLeft.svg +3 -0
- package/vendor/icon/svgs/editorItemAlignMiddle.svg +3 -0
- package/vendor/icon/svgs/editorItemAlignRight.svg +3 -0
- package/vendor/icon/svgs/editorItemAlignTop.svg +3 -0
- package/vendor/icon/svgs/editorPositionBottomLeft.svg +3 -0
- package/vendor/icon/svgs/editorPositionBottomRight.svg +3 -0
- package/vendor/icon/svgs/editorPositionTopLeft.svg +3 -0
- package/vendor/icon/svgs/editorPositionTopRight.svg +3 -0
- package/vendor/icon/svgs/editor_align_center.svg +3 -0
- package/vendor/icon/svgs/editor_align_left.svg +3 -0
- package/vendor/icon/svgs/editor_align_right.svg +3 -0
- package/vendor/icon/svgs/editor_bold.svg +3 -0
- package/vendor/icon/svgs/editor_checklist.svg +3 -0
- package/vendor/icon/svgs/editor_code_block.svg +3 -0
- package/vendor/icon/svgs/editor_comment.svg +3 -0
- package/vendor/icon/svgs/editor_heading.svg +3 -0
- package/vendor/icon/svgs/editor_italic.svg +3 -0
- package/vendor/icon/svgs/editor_link.svg +3 -0
- package/vendor/icon/svgs/editor_ordered_list.svg +3 -0
- package/vendor/icon/svgs/editor_redo.svg +3 -0
- package/vendor/icon/svgs/editor_strike.svg +3 -0
- package/vendor/icon/svgs/editor_table.svg +3 -0
- package/vendor/icon/svgs/editor_underline.svg +3 -0
- package/vendor/icon/svgs/editor_undo.svg +3 -0
- package/vendor/icon/svgs/editor_unordered_list.svg +3 -0
- package/vendor/icon/svgs/email.svg +3 -0
- package/vendor/icon/svgs/empty.svg +2 -0
- package/vendor/icon/svgs/eql.svg +4 -0
- package/vendor/icon/svgs/eraser.svg +4 -0
- package/vendor/icon/svgs/error.svg +3 -0
- package/vendor/icon/svgs/exit.svg +3 -0
- package/vendor/icon/svgs/expand.svg +3 -0
- package/vendor/icon/svgs/expandMini.svg +3 -0
- package/vendor/icon/svgs/export.svg +3 -0
- package/vendor/icon/svgs/eye.svg +3 -0
- package/vendor/icon/svgs/eye_closed.svg +3 -0
- package/vendor/icon/svgs/face_happy.svg +5 -0
- package/vendor/icon/svgs/face_neutral.svg +3 -0
- package/vendor/icon/svgs/face_sad.svg +3 -0
- package/vendor/icon/svgs/filter.svg +3 -0
- package/vendor/icon/svgs/filterExclude.svg +5 -0
- package/vendor/icon/svgs/filterIgnore.svg +4 -0
- package/vendor/icon/svgs/filterInCircle.svg +3 -0
- package/vendor/icon/svgs/filterInclude.svg +5 -0
- package/vendor/icon/svgs/flag.svg +3 -0
- package/vendor/icon/svgs/fold.svg +1 -0
- package/vendor/icon/svgs/folder_check.svg +3 -0
- package/vendor/icon/svgs/folder_closed.svg +3 -0
- package/vendor/icon/svgs/folder_exclamation.svg +3 -0
- package/vendor/icon/svgs/folder_open.svg +3 -0
- package/vendor/icon/svgs/frameNext.svg +3 -0
- package/vendor/icon/svgs/framePrevious.svg +3 -0
- package/vendor/icon/svgs/fullScreenExit.svg +3 -0
- package/vendor/icon/svgs/full_screen.svg +5 -0
- package/vendor/icon/svgs/function.svg +3 -0
- package/vendor/icon/svgs/gear.svg +3 -0
- package/vendor/icon/svgs/glasses.svg +3 -0
- package/vendor/icon/svgs/globe.svg +3 -0
- package/vendor/icon/svgs/grab.svg +3 -0
- package/vendor/icon/svgs/grab_horizontal.svg +3 -0
- package/vendor/icon/svgs/grid.svg +3 -0
- package/vendor/icon/svgs/heart.svg +3 -0
- package/vendor/icon/svgs/heatmap.svg +3 -0
- package/vendor/icon/svgs/help.svg +3 -0
- package/vendor/icon/svgs/home.svg +3 -0
- package/vendor/icon/svgs/iInCircle.svg +3 -0
- package/vendor/icon/svgs/image.svg +1 -0
- package/vendor/icon/svgs/import.svg +3 -0
- package/vendor/icon/svgs/indexTemporary.svg +4 -0
- package/vendor/icon/svgs/index_close.svg +3 -0
- package/vendor/icon/svgs/index_edit.svg +3 -0
- package/vendor/icon/svgs/index_flush.svg +3 -0
- package/vendor/icon/svgs/index_mapping.svg +3 -0
- package/vendor/icon/svgs/index_open.svg +3 -0
- package/vendor/icon/svgs/index_runtime.svg +4 -0
- package/vendor/icon/svgs/index_settings.svg +7 -0
- package/vendor/icon/svgs/infinity.svg +3 -0
- package/vendor/icon/svgs/inputOutput.svg +9 -0
- package/vendor/icon/svgs/inspect.svg +3 -0
- package/vendor/icon/svgs/invert.svg +6 -0
- package/vendor/icon/svgs/ip.svg +3 -0
- package/vendor/icon/svgs/keyboard.svg +3 -0
- package/vendor/icon/svgs/kql_field.svg +5 -0
- package/vendor/icon/svgs/kql_function.svg +5 -0
- package/vendor/icon/svgs/kql_operand.svg +5 -0
- package/vendor/icon/svgs/kql_selector.svg +5 -0
- package/vendor/icon/svgs/kql_value.svg +5 -0
- package/vendor/icon/svgs/kubernetesNode.svg +3 -0
- package/vendor/icon/svgs/kubernetesPod.svg +3 -0
- package/vendor/icon/svgs/launch.svg +5 -0
- package/vendor/icon/svgs/layers.svg +5 -0
- package/vendor/icon/svgs/lettering.svg +3 -0
- package/vendor/icon/svgs/lineDashed.svg +3 -0
- package/vendor/icon/svgs/lineDotted.svg +3 -0
- package/vendor/icon/svgs/lineSolid.svg +3 -0
- package/vendor/icon/svgs/link.svg +3 -0
- package/vendor/icon/svgs/list.svg +3 -0
- package/vendor/icon/svgs/list_add.svg +3 -0
- package/vendor/icon/svgs/lock.svg +3 -0
- package/vendor/icon/svgs/lockOpen.svg +3 -0
- package/vendor/icon/svgs/logo_aerospike.svg +6 -0
- package/vendor/icon/svgs/logo_apache.svg +54 -0
- package/vendor/icon/svgs/logo_app_search.svg +7 -0
- package/vendor/icon/svgs/logo_aws.svg +9 -0
- package/vendor/icon/svgs/logo_aws_mono.svg +9 -0
- package/vendor/icon/svgs/logo_azure.svg +3 -0
- package/vendor/icon/svgs/logo_azure_mono.svg +3 -0
- package/vendor/icon/svgs/logo_beats.svg +7 -0
- package/vendor/icon/svgs/logo_business_analytics.svg +7 -0
- package/vendor/icon/svgs/logo_ceph.svg +3 -0
- package/vendor/icon/svgs/logo_cloud.svg +7 -0
- package/vendor/icon/svgs/logo_cloud_ece.svg +5 -0
- package/vendor/icon/svgs/logo_code.svg +5 -0
- package/vendor/icon/svgs/logo_codesandbox.svg +3 -0
- package/vendor/icon/svgs/logo_couchbase.svg +3 -0
- package/vendor/icon/svgs/logo_docker.svg +1 -0
- package/vendor/icon/svgs/logo_dropwizard.svg +21 -0
- package/vendor/icon/svgs/logo_elastic.svg +10 -0
- package/vendor/icon/svgs/logo_elastic_stack.svg +8 -0
- package/vendor/icon/svgs/logo_elasticsearch.svg +7 -0
- package/vendor/icon/svgs/logo_enterprise_search.svg +5 -0
- package/vendor/icon/svgs/logo_etcd.svg +6 -0
- package/vendor/icon/svgs/logo_gcp.svg +19 -0
- package/vendor/icon/svgs/logo_gcp_mono.svg +6 -0
- package/vendor/icon/svgs/logo_github.svg +3 -0
- package/vendor/icon/svgs/logo_gmail.svg +11 -0
- package/vendor/icon/svgs/logo_golang.svg +37 -0
- package/vendor/icon/svgs/logo_google_g.svg +1 -0
- package/vendor/icon/svgs/logo_haproxy.svg +197 -0
- package/vendor/icon/svgs/logo_ibm.svg +37 -0
- package/vendor/icon/svgs/logo_ibm_mono.svg +3 -0
- package/vendor/icon/svgs/logo_kafka.svg +3 -0
- package/vendor/icon/svgs/logo_kibana.svg +7 -0
- package/vendor/icon/svgs/logo_kubernetes.svg +1 -0
- package/vendor/icon/svgs/logo_logging.svg +5 -0
- package/vendor/icon/svgs/logo_logstash.svg +7 -0
- package/vendor/icon/svgs/logo_maps.svg +5 -0
- package/vendor/icon/svgs/logo_memcached.svg +28 -0
- package/vendor/icon/svgs/logo_metrics.svg +7 -0
- package/vendor/icon/svgs/logo_mongodb.svg +10 -0
- package/vendor/icon/svgs/logo_mysql.svg +6 -0
- package/vendor/icon/svgs/logo_nginx.svg +6 -0
- package/vendor/icon/svgs/logo_observability.svg +7 -0
- package/vendor/icon/svgs/logo_osquery.svg +12 -0
- package/vendor/icon/svgs/logo_php.svg +44 -0
- package/vendor/icon/svgs/logo_postgres.svg +8 -0
- package/vendor/icon/svgs/logo_prometheus.svg +3 -0
- package/vendor/icon/svgs/logo_rabbitmq.svg +3 -0
- package/vendor/icon/svgs/logo_redis.svg +1 -0
- package/vendor/icon/svgs/logo_security.svg +7 -0
- package/vendor/icon/svgs/logo_site_search.svg +7 -0
- package/vendor/icon/svgs/logo_sketch.svg +12 -0
- package/vendor/icon/svgs/logo_slack.svg +8 -0
- package/vendor/icon/svgs/logo_uptime.svg +5 -0
- package/vendor/icon/svgs/logo_vulnerability_management.svg +7 -0
- package/vendor/icon/svgs/logo_webhook.svg +7 -0
- package/vendor/icon/svgs/logo_windows.svg +3 -0
- package/vendor/icon/svgs/logo_workplace_search.svg +7 -0
- package/vendor/icon/svgs/logstash_filter.svg +3 -0
- package/vendor/icon/svgs/logstash_if.svg +3 -0
- package/vendor/icon/svgs/logstash_input.svg +3 -0
- package/vendor/icon/svgs/logstash_output.svg +3 -0
- package/vendor/icon/svgs/logstash_queue.svg +3 -0
- package/vendor/icon/svgs/magnet.svg +3 -0
- package/vendor/icon/svgs/magnifyWithExclamation.svg +3 -0
- package/vendor/icon/svgs/magnifyWithMinus.svg +3 -0
- package/vendor/icon/svgs/magnifyWithPlus.svg +3 -0
- package/vendor/icon/svgs/map_marker.svg +3 -0
- package/vendor/icon/svgs/memory.svg +12 -0
- package/vendor/icon/svgs/menu.svg +3 -0
- package/vendor/icon/svgs/menuDown.svg +3 -0
- package/vendor/icon/svgs/menuLeft.svg +3 -0
- package/vendor/icon/svgs/menuRight.svg +3 -0
- package/vendor/icon/svgs/menuUp.svg +3 -0
- package/vendor/icon/svgs/merge.svg +3 -0
- package/vendor/icon/svgs/minimize.svg +3 -0
- package/vendor/icon/svgs/minus.svg +3 -0
- package/vendor/icon/svgs/minus_in_circle.svg +3 -0
- package/vendor/icon/svgs/minus_in_circle_filled.svg +3 -0
- package/vendor/icon/svgs/ml_classification_job.svg +7 -0
- package/vendor/icon/svgs/ml_create_advanced_job.svg +4 -0
- package/vendor/icon/svgs/ml_create_multi_metric_job.svg +4 -0
- package/vendor/icon/svgs/ml_create_population_job.svg +4 -0
- package/vendor/icon/svgs/ml_create_single_metric_job.svg +6 -0
- package/vendor/icon/svgs/ml_data_visualizer.svg +4 -0
- package/vendor/icon/svgs/ml_outlier_detection_job.svg +7 -0
- package/vendor/icon/svgs/ml_regression_job.svg +4 -0
- package/vendor/icon/svgs/mobile.svg +4 -0
- package/vendor/icon/svgs/moon.svg +3 -0
- package/vendor/icon/svgs/namespace.svg +3 -0
- package/vendor/icon/svgs/nested.svg +3 -0
- package/vendor/icon/svgs/node.svg +3 -0
- package/vendor/icon/svgs/number.svg +3 -0
- package/vendor/icon/svgs/offline.svg +3 -0
- package/vendor/icon/svgs/online.svg +3 -0
- package/vendor/icon/svgs/package.svg +3 -0
- package/vendor/icon/svgs/pageSelect.svg +3 -0
- package/vendor/icon/svgs/pagesSelect.svg +3 -0
- package/vendor/icon/svgs/paint.svg +3 -0
- package/vendor/icon/svgs/paper_clip.svg +3 -0
- package/vendor/icon/svgs/partial.svg +3 -0
- package/vendor/icon/svgs/pause.svg +3 -0
- package/vendor/icon/svgs/payment.svg +3 -0
- package/vendor/icon/svgs/pencil.svg +3 -0
- package/vendor/icon/svgs/percent.svg +5 -0
- package/vendor/icon/svgs/pin.svg +3 -0
- package/vendor/icon/svgs/pin_filled.svg +3 -0
- package/vendor/icon/svgs/pivot.svg +3 -0
- package/vendor/icon/svgs/play.svg +3 -0
- package/vendor/icon/svgs/playFilled.svg +3 -0
- package/vendor/icon/svgs/plus.svg +3 -0
- package/vendor/icon/svgs/plus_in_circle.svg +3 -0
- package/vendor/icon/svgs/plus_in_circle_filled.svg +3 -0
- package/vendor/icon/svgs/popout.svg +3 -0
- package/vendor/icon/svgs/push.svg +4 -0
- package/vendor/icon/svgs/question_in_circle.svg +3 -0
- package/vendor/icon/svgs/quote.svg +3 -0
- package/vendor/icon/svgs/refresh.svg +3 -0
- package/vendor/icon/svgs/reporter.svg +3 -0
- package/vendor/icon/svgs/return_key.svg +3 -0
- package/vendor/icon/svgs/save.svg +3 -0
- package/vendor/icon/svgs/scale.svg +3 -0
- package/vendor/icon/svgs/search.svg +3 -0
- package/vendor/icon/svgs/securitySignal.svg +3 -0
- package/vendor/icon/svgs/securitySignalDetected.svg +3 -0
- package/vendor/icon/svgs/securitySignalResolved.svg +3 -0
- package/vendor/icon/svgs/sessionViewer.svg +4 -0
- package/vendor/icon/svgs/shard.svg +3 -0
- package/vendor/icon/svgs/share.svg +3 -0
- package/vendor/icon/svgs/snowflake.svg +3 -0
- package/vendor/icon/svgs/sortAscending.svg +3 -0
- package/vendor/icon/svgs/sortDescending.svg +3 -0
- package/vendor/icon/svgs/sortLeft.svg +5 -0
- package/vendor/icon/svgs/sortRight.svg +3 -0
- package/vendor/icon/svgs/sort_down.svg +3 -0
- package/vendor/icon/svgs/sort_up.svg +3 -0
- package/vendor/icon/svgs/sortable.svg +3 -0
- package/vendor/icon/svgs/spaces.svg +3 -0
- package/vendor/icon/svgs/starPlusEmpty.svg +3 -0
- package/vendor/icon/svgs/starPlusFilled.svg +3 -0
- package/vendor/icon/svgs/star_empty.svg +3 -0
- package/vendor/icon/svgs/star_empty_space.svg +3 -0
- package/vendor/icon/svgs/star_filled.svg +3 -0
- package/vendor/icon/svgs/star_filled_space.svg +3 -0
- package/vendor/icon/svgs/star_minus_empty.svg +3 -0
- package/vendor/icon/svgs/star_minus_filled.svg +3 -0
- package/vendor/icon/svgs/stats.svg +3 -0
- package/vendor/icon/svgs/stop.svg +3 -0
- package/vendor/icon/svgs/stop_filled.svg +3 -0
- package/vendor/icon/svgs/stop_slash.svg +3 -0
- package/vendor/icon/svgs/storage.svg +11 -0
- package/vendor/icon/svgs/string.svg +3 -0
- package/vendor/icon/svgs/submodule.svg +3 -0
- package/vendor/icon/svgs/sun.svg +3 -0
- package/vendor/icon/svgs/swatch_input.svg +4 -0
- package/vendor/icon/svgs/symlink.svg +3 -0
- package/vendor/icon/svgs/tableOfContents.svg +3 -0
- package/vendor/icon/svgs/table_density_compact.svg +3 -0
- package/vendor/icon/svgs/table_density_expanded.svg +3 -0
- package/vendor/icon/svgs/table_density_normal.svg +3 -0
- package/vendor/icon/svgs/tag.svg +3 -0
- package/vendor/icon/svgs/tear.svg +3 -0
- package/vendor/icon/svgs/temperature.svg +6 -0
- package/vendor/icon/svgs/timeRefresh.svg +1 -0
- package/vendor/icon/svgs/timeline.svg +3 -0
- package/vendor/icon/svgs/timelineWithArrow.svg +6 -0
- package/vendor/icon/svgs/timeslider.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenAlias.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenAnnotation.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenArray.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenBinary.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenBoolean.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenClass.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenCompletionSuggester.svg +7 -0
- package/vendor/icon/svgs/tokens/tokenConstant.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenDate.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenDenseVector.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenElement.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenEnum.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenEnumMember.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenEvent.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenException.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenField.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenFile.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenFlattened.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenFunction.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenGeo.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenHistogram.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenIP.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenInterface.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenJoin.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenKey.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenKeyword.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenMethod.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenMetricCounter.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenMetricGauge.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenModule.svg +4 -0
- package/vendor/icon/svgs/tokens/tokenNamespace.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenNested.svg +6 -0
- package/vendor/icon/svgs/tokens/tokenNull.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenNumber.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenObject.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenOperator.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenPackage.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenParameter.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenPercolator.svg +4 -0
- package/vendor/icon/svgs/tokens/tokenProperty.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenRange.svg +6 -0
- package/vendor/icon/svgs/tokens/tokenRankFeature.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenRankFeatures.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenRepo.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenSearchType.svg +7 -0
- package/vendor/icon/svgs/tokens/tokenShape.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenString.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenStruct.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenSymbol.svg +3 -0
- package/vendor/icon/svgs/tokens/tokenTag.svg +4 -0
- package/vendor/icon/svgs/tokens/tokenText.svg +4 -0
- package/vendor/icon/svgs/tokens/tokenTokenCount.svg +8 -0
- package/vendor/icon/svgs/tokens/tokenVariable.svg +3 -0
- package/vendor/icon/svgs/training.svg +3 -0
- package/vendor/icon/svgs/trash.svg +3 -0
- package/vendor/icon/svgs/unfold.svg +1 -0
- package/vendor/icon/svgs/unlink.svg +4 -0
- package/vendor/icon/svgs/user.svg +4 -0
- package/vendor/icon/svgs/userAvatar.svg +6 -0
- package/vendor/icon/svgs/users.svg +4 -0
- package/vendor/icon/svgs/vector.svg +3 -0
- package/vendor/icon/svgs/videoPlayer.svg +3 -0
- package/vendor/icon/svgs/vis_area.svg +3 -0
- package/vendor/icon/svgs/vis_area_stacked.svg +3 -0
- package/vendor/icon/svgs/vis_bar_horizontal.svg +3 -0
- package/vendor/icon/svgs/vis_bar_horizontal_stacked.svg +3 -0
- package/vendor/icon/svgs/vis_bar_vertical.svg +3 -0
- package/vendor/icon/svgs/vis_bar_vertical_stacked.svg +3 -0
- package/vendor/icon/svgs/vis_gauge.svg +3 -0
- package/vendor/icon/svgs/vis_goal.svg +3 -0
- package/vendor/icon/svgs/vis_line.svg +3 -0
- package/vendor/icon/svgs/vis_map_coordinate.svg +3 -0
- package/vendor/icon/svgs/vis_map_region.svg +3 -0
- package/vendor/icon/svgs/vis_metric.svg +3 -0
- package/vendor/icon/svgs/vis_pie.svg +3 -0
- package/vendor/icon/svgs/vis_table.svg +3 -0
- package/vendor/icon/svgs/vis_tag_cloud.svg +3 -0
- package/vendor/icon/svgs/vis_text.svg +3 -0
- package/vendor/icon/svgs/vis_timelion.svg +3 -0
- package/vendor/icon/svgs/vis_vega.svg +3 -0
- package/vendor/icon/svgs/vis_visual_builder.svg +3 -0
- package/vendor/icon/svgs/warning.svg +4 -0
- package/vendor/icon/svgs/wordWrap.svg +4 -0
- package/vendor/icon/svgs/wordWrapDisabled.svg +3 -0
- package/vendor/icon/svgs/wrench.svg +3 -0
- package/dist/_app_/helpers/unique-id.js +0 -1
- package/dist/helpers/unique-id.js +0 -13
- package/dist/helpers/unique-id.js.map +0 -1
- /package/{addon-main.cjs → addon-main.js} +0 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M8,0 C12.418278,0 16,3.581722 16,8 C16,12.418278 12.418278,16 8,16 C3.581722,16 0,12.418278 0,8 C0,3.581722 3.581722,0 8,0 Z M8,1 C4.13400675,1 1,4.13400675 1,8 C1,11.8659932 4.13400675,15 8,15 C11.8659932,15 15,11.8659932 15,8 C15,4.13400675 11.8659932,1 8,1 Z M11.9743416,5.34188612 C12.0519629,5.57474981 11.9487218,5.82435491 11.74083,5.9382782 L11.6581139,5.97434165 L8.99986435,6.86 L9,9.419 L9.97434165,12.3418861 C10.0519629,12.5747498 9.94872179,12.8243549 9.74082997,12.9382782 L9.65811388,12.9743416 C9.42525019,13.0519629 9.17564509,12.9487218 9.0617218,12.74083 L9.02565835,12.6581139 L8.02565835,9.65811388 L8,9.5 L7.97434165,9.65811388 L6.97434165,12.6581139 C6.88701776,12.9200855 6.60385778,13.0616655 6.34188612,12.9743416 C6.10902242,12.8967204 5.971283,12.6643645 6.00487946,12.4296971 L6.02565835,12.3418861 L7,9.416 L6.99986435,6.86 L4.34188612,5.97434165 C4.07991446,5.88701776 3.93833446,5.60385778 4.02565835,5.34188612 C4.10327958,5.10902242 4.33563551,4.971283 4.57030295,5.00487946 L4.65811388,5.02565835 L7.583,6 L8.416,6 L11.3418861,5.02565835 C11.6038578,4.93833446 11.8870178,5.07991446 11.9743416,5.34188612 Z M8,3 C8.55228475,3 9,3.44771525 9,4 C9,4.55228475 8.55228475,5 8,5 C7.44771525,5 7,4.55228475 7,4 C7,3.44771525 7.44771525,3 8,3 Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" d="M2.5 2a.5.5 0 100 1 .5.5 0 000-1zm0-1a1.5 1.5 0 011.415 1h1.908a1.5 1.5 0 011.393.943L8.839 7H12.5a.5.5 0 010 1H8.839l-1.623 4.057A1.5 1.5 0 015.823 13H3.915a1.5 1.5 0 110-1h1.908a.5.5 0 00.464-.314L7.761 8H3.915a1.5 1.5 0 110-1H7.76L6.287 3.314A.5.5 0 005.823 3H3.915A1.5 1.5 0 112.5 1zm0 11a.5.5 0 110 1 .5.5 0 010-1zM3 7.5a.5.5 0 10-1 0 .5.5 0 001 0zm9.354-3.354a.5.5 0 00-.708.708L13.793 7a.707.707 0 010 1l-2.147 2.146a.5.5 0 00.708.708L14.5 8.707a1.707 1.707 0 000-2.414l-2.146-2.147z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 9.16861L2 5.25024V11.4197L8 14.8482L14 11.4197V5.25024L8 9.16861ZM15 4V12L8 16L1 12V4L8 0L15 4ZM13.5717 4.33558L8 1.15175L2.42829 4.33558L8 7.97425L13.5717 4.33558Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
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="M2,0 L14,0 C15.1045695,-2.02906125e-16 16,0.8954305 16,2 L16,14 C16,15.1045695 15.1045695,16 14,16 L2,16 C0.8954305,16 1.3527075e-16,15.1045695 0,14 L0,2 C-1.3527075e-16,0.8954305 0.8954305,2.02906125e-16 2,0 Z M2,1 C1.44771525,1 1,1.44771525 1,2 L1,14 C1,14.5522847 1.44771525,15 2,15 L14,15 C14.5522847,15 15,14.5522847 15,14 L15,2 C15,1.44771525 14.5522847,1 14,1 L2,1 Z M2.5,3 L12.5,3 C12.7761424,3 13,3.22385763 13,3.5 C13,3.77614237 12.7761424,4 12.5,4 L2.5,4 C2.22385763,4 2,3.77614237 2,3.5 C2,3.22385763 2.22385763,3 2.5,3 Z M3.5,6 L9.5,6 C9.77614237,6 10,6.22385763 10,6.5 C10,6.77614237 9.77614237,7 9.5,7 L3.5,7 C3.22385763,7 3,6.77614237 3,6.5 C3,6.22385763 3.22385763,6 3.5,6 Z M5.5,9 L9.5,9 C9.77614237,9 10,9.22385763 10,9.5 C10,9.77614237 9.77614237,10 9.5,10 L5.5,10 C5.22385763,10 5,9.77614237 5,9.5 C5,9.22385763 5.22385763,9 5.5,9 Z M8.5,12 L13.5,12 C13.7761424,12 14,12.2238576 14,12.5 C14,12.7761424 13.7761424,13 13.5,13 L8.5,13 C8.22385763,13 8,12.7761424 8,12.5 C8,12.2238576 8.22385763,12 8.5,12 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(0 3)">
|
|
3
|
+
<path d="M32,27 L0,27 L0,0 L12.57,0 L15.57,5 L32,5 L32,27 Z M2,25 L30,25 L30,7 L14.43,7 L11.43,2 L2,2 L2,25 Z"/>
|
|
4
|
+
<polygon class="euiIcon__fillSecondary" points="21 15 17 15 17 11 15 11 15 15 11 15 11 17 15 17 15 21 17 21 17 17 21 17"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<rect width="1.939" height="4.848" x="2.909" y="26.182" class="euiIcon__fillSecondary"/>
|
|
4
|
+
<path d="M4.84848485,16.6206061 L4.84848485,0 L2.90909091,0 L2.90909091,16.6206061 C1.01788439,17.1089135 -0.215200208,18.9273083 0.0309151175,20.8649702 C0.277030443,22.8026321 1.92555818,24.2550142 3.87878788,24.2550142 C5.83201757,24.2550142 7.48054531,22.8026321 7.72666064,20.8649702 C7.97277597,18.9273083 6.73969137,17.1089135 4.84848485,16.6206061 Z M3.87878788,22.3030303 C2.80769018,22.3030303 1.93939394,21.4347341 1.93939394,20.3636364 C1.93939394,19.2925387 2.80769018,18.4242424 3.87878788,18.4242424 C4.94988558,18.4242424 5.81818182,19.2925387 5.81818182,20.3636364 C5.81818182,21.4347341 4.94988558,22.3030303 3.87878788,22.3030303 Z"/>
|
|
5
|
+
<rect width="1.939" height="14.545" x="14.545" y="16.485" class="euiIcon__fillSecondary"/>
|
|
6
|
+
<path d="M16.4848485,6.92363636 L16.4848485,0 L14.5454545,0 L14.5454545,6.92363636 C12.654248,7.41194379 11.4211634,9.23033864 11.6672788,11.1680005 C11.9133941,13.1056624 13.5619218,14.5580445 15.5151515,14.5580445 C17.4683812,14.5580445 19.116909,13.1056624 19.3630243,11.1680005 C19.6091396,9.23033864 18.376055,7.41194379 16.4848485,6.92363636 Z M15.5151515,12.6060606 C14.4440538,12.6060606 13.5757576,11.7377644 13.5757576,10.6666667 C13.5757576,9.59556897 14.4440538,8.72727273 15.5151515,8.72727273 C16.5862492,8.72727273 17.4545455,9.59556897 17.4545455,10.6666667 C17.4545455,11.7377644 16.5862492,12.6060606 15.5151515,12.6060606 Z"/>
|
|
7
|
+
<rect width="1.939" height="4.848" x="26.182" y="26.182" class="euiIcon__fillSecondary"/>
|
|
8
|
+
<path d="M28.1212121,16.6206061 L28.1212121,0 L26.1818182,0 L26.1818182,16.6206061 C24.2906117,17.1089135 23.0575271,18.9273083 23.3036424,20.8649702 C23.5497577,22.8026321 25.1982855,24.2550142 27.1515152,24.2550142 C29.1047448,24.2550142 30.7532726,22.8026321 30.9993879,20.8649702 C31.2455032,18.9273083 30.0124186,17.1089135 28.1212121,16.6206061 Z M27.1515152,22.3030303 C26.0804175,22.3030303 25.2121212,21.4347341 25.2121212,20.3636364 C25.2121212,19.2925387 26.0804175,18.4242424 27.1515152,18.4242424 C28.2226128,18.4242424 29.0909091,19.2925387 29.0909091,20.3636364 C29.0909091,21.4347341 28.2226128,22.3030303 27.1515152,22.3030303 Z"/>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.99581 18.6363L0 20.4337V26.5661L6 30.1661L11 27.1661L16 30.1661L21 27.1661L26 30.1661L32 26.5661V20.4337L27 17.4337V12.4337L22 9.43374V4.43374L16 0.83374L10 4.43374V7.26581L12 7.29946V5.56612L16 3.16612L20 5.56612V9.43374L18.0041 10.6313L19.0042 12.3636L21 11.1661L25 13.5661V17.4337L21 19.8337L18.7433 18.4797L17.772 20.2293L20 21.5661V25.4337L16 27.8337L12 25.4337V23.7342L10 23.7006V25.4337L6 27.8337L2 25.4337L2 21.5661L3.99595 20.3686L2.99581 18.6363ZM22 25.4337V21.5661L26 19.1661L30 21.5661V25.4337L26 27.8337L22 25.4337Z" />
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M11 22.1662L5 18.5662L5 12.4338L11 8.83382L17 12.4338L17 18.5662L11 22.1662ZM15 17.4338L15 13.5662L11 11.1662L7 13.5662L7 17.4338L11 19.8338L15 17.4338Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path d="M3 10h4v2H1V1h30v6h-2V3H3v7zm26 19v-6h2v8H18v-8h2v6h9z"/>
|
|
4
|
+
<path class="euiIcon__fillSecondary" d="M31 10H9v11h12c5.523 0 10-4.477 10-10v-1zm-10 9H11v-7h17.938A8.001 8.001 0 0 1 21 19z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<path fill-rule="evenodd" d="M15.5,11.9155 L27,5.27751 L19.5,0.937513 C18.4358,0.32333 17.2287,0 16,0 C14.7713,0 13.5642,0.32333 12.5,0.937513 L4.49999995,5.55751 C3.43574,6.17196 2.552,7.05576 1.93762,8.12005 C1.32323,9.18434 0.999999952,10.3916 0.999999952,11.6205 L0.999999952,20.8575 C0.999999952,22.0862 1.32349,23.2933 1.93787,24.3574 C2.55224,25.4215 3.43589,26.3052 4.49999995,26.9195 L12,31.2495 L12,17.9795 C11.9999,16.7506 12.3232,15.5433 12.9376,14.479 C13.552,13.4148 14.4357,12.531 15.5,11.9165 L15.5,11.9155 Z M10,27.7855 L10,17.9775 C10.0002,16.3979 10.4162,14.8461 11.2061,13.4782 C11.996,12.1103 13.132,10.9743 14.5,10.1845 L23.003,5.27451 L18.5,2.67051 C17.7398,2.23196 16.8776,2.0011 16,2.0011 C15.1224,2.0011 14.2602,2.23196 13.5,2.67051 L5.5,7.28951 C4.73992,7.72834 4.10875,8.35951 3.6699,9.11959 C3.23106,9.87966 3,10.7419 3,11.6195 L3,20.8575 C3,21.7352 3.23106,22.5974 3.6699,23.3574 C4.10875,24.1175 4.73992,24.7487 5.5,25.1875 L10,27.7855 Z"/>
|
|
3
|
+
<path fill-rule="evenodd" class="euiIcon__fillSecondary" d="M18.409,13.5505 C18.8331,14.0691 19.1816,14.6451 19.444,15.2615 C19.8105,16.1205 19.9996,17.0446 20,17.9785 L20,31.2485 L27.5,26.9185 C28.564,26.3042 29.4475,25.4208 30.0619,24.3568 C30.6763,23.2929 30.9998,22.0861 31,20.8575 L31,11.6195 C30.9969,10.0066 30.4362,8.44435 29.413,7.19751 L18.409,13.5505 Z M21.186,14.2555 C21.722,15.4235 21.9996,16.6934 22,17.9785 L22,27.7855 L26.5,25.1875 C27.2601,24.7487 27.8913,24.1175 28.3301,23.3574 C28.7689,22.5974 29,21.7352 29,20.8575 L29,11.6195 C29,11.0315 28.894,10.4585 28.697,9.91951 L21.186,14.2555 Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<rect width="2" height="32" x="15" class="euiIcon__fillSecondary"/>
|
|
4
|
+
<polygon points="0 32 13 32 13 30 2 30 2 2 13 2 13 0 0 0"/>
|
|
5
|
+
<polygon points="19 0 19 2 30 2 30 30 19 30 19 32 32 32 32 0"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<rect width="2" height="7" x="7" y="17" class="euiIcon__fillSecondary"/>
|
|
4
|
+
<rect width="2" height="10" x="12" y="14" class="euiIcon__fillSecondary"/>
|
|
5
|
+
<rect width="2" height="8" x="17" y="16" class="euiIcon__fillSecondary"/>
|
|
6
|
+
<rect width="3" height="2" x="22" y="14" class="euiIcon__fillSecondary"/>
|
|
7
|
+
<rect width="3" height="2" x="22" y="18" class="euiIcon__fillSecondary"/>
|
|
8
|
+
<rect width="3" height="2" x="22" y="22" class="euiIcon__fillSecondary"/>
|
|
9
|
+
<path d="M30.73,24 C30.7517795,23.2494178 30.9040525,22.5083559 31.18,21.81 C31.5165712,20.9103176 31.6991272,19.9603504 31.72,19 C31.6991272,18.0396496 31.5165712,17.0896824 31.18,16.19 C30.9040525,15.4916441 30.7517795,14.7505822 30.73,14 C30.8193334,13.1451125 31.0280296,12.3069619 31.35,11.51 C31.88,9.94 32.43,8.32 31.43,7.31 C30.43,6.3 29.02,6.87 27.91,7.36 C27.2622361,7.70878674 26.551994,7.92627713 25.82,8 C25.6234859,8.01095503 25.4265141,8.01095503 25.23,8 L16,0.28 L6.77,8 C6.57348589,8.01095503 6.37651411,8.01095503 6.18,8 C5.44730778,7.92317129 4.73702835,7.70227099 4.09,7.35 C3,6.87 1.6,6.25 0.57,7.31 C-0.46,8.37 0.12,9.94 0.65,11.51 C0.971970445,12.3069619 1.18066658,13.1451125 1.27,14 C1.24822049,14.7505822 1.0959475,15.4916441 0.82,16.19 C0.483428753,17.0896824 0.300872773,18.0396496 0.28,19 C0.300872773,19.9603504 0.483428753,20.9103176 0.82,21.81 C1.0959475,22.5083559 1.24822049,23.2494178 1.27,24 C1.18066658,24.8548875 0.971970445,25.6930381 0.65,26.49 C0.12,28.06 -0.43,29.68 0.57,30.69 C0.923188012,31.0696737 1.42155986,31.2806632 1.94,31.27 C2.69143532,31.2050887 3.42236843,30.9909083 4.09,30.64 C4.73776393,30.2912133 5.44800598,30.0737229 6.18,30 C6.96399286,30.0296092 7.73772374,30.1884099 8.47,30.47 C9.30742878,30.792354 10.1931232,30.9715212 11.09,31 C11.9365213,30.9731866 12.7720869,30.8006609 13.56,30.49 C14.3383766,30.1850856 15.164253,30.0192334 16,30 C16.7342607,30.0228627 17.4587164,30.1752015 18.14,30.45 C19.0234125,30.7961449 19.961357,30.9823794 20.91,31 C21.8584612,30.9806984 22.7961133,30.794522 23.68,30.45 C24.3612836,30.1752015 25.0857393,30.0228627 25.82,30 C26.5526922,30.0768287 27.2629716,30.297729 27.91,30.65 C29.02,31.14 30.4,31.76 31.43,30.7 C32.46,29.64 31.88,28.07 31.35,26.5 C31.0271241,25.6998631 30.8184124,24.8582838 30.73,24 Z M21.17,7 L20.91,7 C19.961357,7.01762062 19.0234125,7.2038551 18.14,7.55 C17.4587164,7.8247985 16.7342607,7.97713731 16,8 C15.2657393,7.97713731 14.5412836,7.8247985 13.86,7.55 C12.9765875,7.2038551 12.038643,7.01762062 11.09,7 L10.83,7 L16,2.72 L21.17,7 Z M30.06,29.27 C29.5915049,29.1897156 29.139027,29.0343873 28.72,28.81 C27.8233836,28.3317123 26.8343128,28.052044 25.82,27.99 C24.8683029,28.009376 23.92738,28.1955298 23.04,28.54 C22.3625358,28.8158835 21.6411621,28.9682864 20.91,28.99 C20.1757393,28.9671373 19.4512836,28.8147985 18.77,28.54 C17.8859621,28.1972742 16.9480379,28.0144297 16,28 C14.9461198,28.0180997 13.9036112,28.2211858 12.92,28.6 C12.3360182,28.8326398 11.7177877,28.9677721 11.09,29 C10.4044981,28.9655252 9.72909648,28.8203139 9.09,28.57 C8.15965618,28.2152561 7.17542855,28.0224692 6.18,28 C5.16568717,28.062044 4.17661635,28.3417123 3.28,28.82 C2.86630537,29.0236929 2.43854268,29.1974715 2,29.34 C2.0330353,28.5772181 2.20944362,27.8274828 2.52,27.13 C2.92282199,26.1304075 3.16905021,25.0746618 3.25,24 C3.22912723,23.0396496 3.04657125,22.0896824 2.71,21.19 C2.43747348,20.4910307 2.28858835,19.7499888 2.27,19 C2.28858835,18.2500112 2.43747348,17.5089693 2.71,16.81 C3.04657125,15.9103176 3.22912723,14.9603504 3.25,14 C3.17224734,12.9258699 2.92939616,11.8701418 2.53,10.87 C2.24418573,10.1773671 2.04598553,9.45175279 1.94,8.71 L2,8.71 C2.44706195,8.81045718 2.88024361,8.96492505 3.29,9.17 C4.18661635,9.64828767 5.17568717,9.92795597 6.19,9.99 C7.15180668,9.97414147 8.10318909,9.78792783 9,9.44 C9.66555145,9.17216202 10.3729533,9.02323532 11.09,9 C11.8211621,9.02171357 12.5425358,9.17411646 13.22,9.45 C14.10738,9.79447017 15.0483029,9.98062398 16,10 C16.9516971,9.98062398 17.89262,9.79447017 18.78,9.45 C19.4574642,9.17411646 20.1788379,9.02171357 20.91,9 C21.6270467,9.02323532 22.3344485,9.17216202 23,9.44 C23.88738,9.78447017 24.8283029,9.97062398 25.78,9.99 C26.7943128,9.92795597 27.7833836,9.64828767 28.68,9.17 C29.1069257,8.96792434 29.5481116,8.79746615 30,8.66 C29.9669647,9.42278188 29.7905564,10.1725172 29.48,10.87 C29.077178,11.8695925 28.8309498,12.9253382 28.75,14 C28.7708728,14.9603504 28.9534288,15.9103176 29.29,16.81 C29.5625265,17.5089693 29.7114116,18.2500112 29.73,19 C29.7114116,19.7499888 29.5625265,20.4910307 29.29,21.19 C28.9534288,22.0896824 28.7708728,23.0396496 28.75,24 C28.8277527,25.0741301 29.0706038,26.1298582 29.47,27.13 C29.7558143,27.8226329 29.9540145,28.5482472 30.06,29.29 L30.06,29.27 Z"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" d="M22.5 24a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11Zm0 2a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15Z" />
|
|
3
|
+
<path d="m30.293 27.707-4-4 1.414-1.414 4 4-1.414 1.414Z" />
|
|
4
|
+
<path d="M6 4H2v27h25v-3h-2v1H4V6h2V4Zm19 6h2V4h-4v2h2v4Z" />
|
|
5
|
+
<path class="euiIcon__fillSecondary" fill-rule="evenodd" clip-rule="evenodd" d="m16.381 3.024.538 1.158h2.274l.636 2.545H9.68l.637-2.545h2.558l.538-1.158c.292-.63.955-1.024 1.484-1.024.53 0 1.193.394 1.485 1.024Zm6.01 5.703-1.636-6.545h-2.56C17.6.898 16.262 0 14.897 0c-1.364 0-2.703.898-3.299 2.182H8.755L7.118 8.727h15.273ZM7 15h6v-2H7v2Zm6 5H7v-2h6v2Zm-6 5h6v-2H7v2Z" />
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path d="M11.2755581,29 L11.8703107,31 L-2.90434343e-13,31 L7.62099294,16.7106382 L8.43241121,19.439229 L3.33333333,29 L11.2755581,29 Z" fill-rule="nonzero"></path>
|
|
4
|
+
<path d="M28.92,31 L23.9326688,14.4024338 C21.9100777,7.6604633 15.7205626,3.03533049 8.68813463,3.0002015 L10.48818,9.00025262 C10.4590367,9.00008427 10.4298778,9 10.4007038,9 L8.40004,9 L6,1 L8.60744828,1 C16.5563963,1 23.564208,6.21402676 25.8483214,13.8277381 L31,31 L28.92,31 Z" fill-rule="nonzero"></path>
|
|
5
|
+
<path class="euiIcon__fillSecondary" d="M12.0372994,14.0201336 L16.4919569,29 L23.3191059,29 L20.9862864,21.1510343 C19.7862893,17.1135441 16.1963314,14.2837713 12.0372994,14.0201336 Z M9.35,12 L11.4007038,12 C16.7113604,12 21.390415,15.4906673 22.9034029,20.5812411 L26,31 L15.00015,31 L9.35,12 Z" fill-rule="nonzero"></path>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path d="M29,9 L3,9 C1.34314575,9 2.02906125e-16,7.65685425 0,6 L0,3 C-2.02906125e-16,1.34314575 1.34314575,3.04359188e-16 3,0 L29,0 C30.6568542,1.01453063e-16 32,1.34314575 32,3 L32,6 C32,7.65685425 30.6568542,9 29,9 Z M3,2 C2.44771525,2 2,2.44771525 2,3 L2,6 C2,6.55228475 2.44771525,7 3,7 L29,7 C29.5522847,7 30,6.55228475 30,6 L30,3 C30,2.44771525 29.5522847,2 29,2 L3,2 Z"/>
|
|
4
|
+
<path class="euiIcon__fillSecondary" d="M29,32 L3,32 C1.34314575,32 2.02906125e-16,30.6568542 0,29 L0,14 C-2.02906125e-16,12.3431458 1.34314575,11 3,11 L29,11 C30.6568542,11 32,12.3431458 32,14 L32,29 C32,30.6568542 30.6568542,32 29,32 Z M3,13 C2.44771525,13 2,13.4477153 2,14 L2,29 C2,29.5522847 2.44771525,30 3,30 L29,30 C29.5522847,30 30,29.5522847 30,29 L30,14 C30,13.4477153 29.5522847,13 29,13 L3,13 Z"/>
|
|
5
|
+
<polygon points="7.29 17.71 10.59 21 7.29 24.29 8.71 25.71 13.41 21 8.71 16.29"/>
|
|
6
|
+
<rect width="9" height="2" x="15" y="24"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path d="M0 0L0 16 8.7 16 14 10 14 0 0 0zM2 2L12 2 12 9 7 9 7 14 2 14 2 2zM10.45 11L9 12.64 9 11 10.45 11zM18 16L18 32 26.7 32 32 26 32 16 18 16zM20 18L30 18 30 25 25 25 25 30 20 30 20 18zM28.45 27L27 28.64 27 27 28.45 27z"/>
|
|
4
|
+
<path class="euiIcon__fillSecondary" d="M5 18L3 18C3 24.0751322 7.92486775 29 14 29L16 29 16 27 14 27C9.02943725 27 5 22.9705627 5 18zM18 3L16 3 16 5 18 5C22.9705627 5 27 9.02943725 27 14L29 14C29 7.92486775 24.0751322 3 18 3z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path d="M29,9 L3,9 C1.34314575,9 2.02906125e-16,7.65685425 0,6 L0,3 C-2.02906125e-16,1.34314575 1.34314575,3.04359188e-16 3,0 L29,0 C30.6568542,1.01453063e-16 32,1.34314575 32,3 L32,6 C32,7.65685425 30.6568542,9 29,9 Z M3,2 C2.44771525,2 2,2.44771525 2,3 L2,6 C2,6.55228475 2.44771525,7 3,7 L29,7 C29.5522847,7 30,6.55228475 30,6 L30,3 C30,2.44771525 29.5522847,2 29,2 L3,2 Z"/>
|
|
4
|
+
<path class="euiIcon__fillSecondary" d="M12,20 L3,20 C1.34314575,20 2.02906125e-16,18.6568542 0,17 L0,14 C-2.02906125e-16,12.3431458 1.34314575,11 3,11 L12,11 C13.6568542,11 15,12.3431458 15,14 L15,17 C15,18.6568542 13.6568542,20 12,20 Z M3,13 C2.44771525,13 2,13.4477153 2,14 L2,17 C2,17.5522847 2.44771525,18 3,18 L12,18 C12.5522847,18 13,17.5522847 13,17 L13,14 C13,13.4477153 12.5522847,13 12,13 L3,13 Z"/>
|
|
5
|
+
<path d="M12,31 L3,31 C1.34314575,31 2.02906125e-16,29.6568542 0,28 L0,25 C-2.02906125e-16,23.3431458 1.34314575,22 3,22 L12,22 C13.6568542,22 15,23.3431458 15,25 L15,28 C15,29.6568542 13.6568542,31 12,31 Z M3,24 C2.44771525,24 2,24.4477153 2,25 L2,28 C2,28.5522847 2.44771525,29 3,29 L12,29 C12.5522847,29 13,28.5522847 13,28 L13,25 C13,24.4477153 12.5522847,24 12,24 L3,24 Z"/>
|
|
6
|
+
<path class="euiIcon__fillSecondary" d="M29,31 L20,31 C18.3431458,31 17,29.6568542 17,28 L17,14 C17,12.3431458 18.3431458,11 20,11 L29,11 C30.6568542,11 32,12.3431458 32,14 L32,28 C32,29.6568542 30.6568542,31 29,31 Z M20,13 C19.4477153,13 19,13.4477153 19,14 L19,28 C19,28.5522847 19.4477153,29 20,29 L29,29 C29.5522847,29 30,28.5522847 30,28 L30,14 C30,13.4477153 29.5522847,13 29,13 L20,13 Z"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(5)">
|
|
3
|
+
<path d="M16,28 L14,28 L14,19.51 L14.6,19.25 C17.6148525,17.933442 19.6711546,15.0768264 19.9627985,11.799998 C20.2544425,8.52316957 18.734954,5.3483017 16,3.52 L16,11 L6,11 L6,3.52 C3.26504599,5.3483017 1.74555748,8.52316957 2.03720146,11.799998 C2.32884543,15.0768264 4.38514748,17.933442 7.4,19.25 L8,19.51 L8,28 L6,28 L6,20.79 C2.21680462,18.8544508 -0.113097939,14.9128639 0.0151650444,10.6652214 C0.143428028,6.41757893 2.70691122,2.62375397 6.6,0.92 L8,0.31 L8,9 L14,9 L14,0.31 L15.4,0.92 C19.2930888,2.62375397 21.856572,6.41757893 21.984835,10.6652214 C22.1130979,14.9128639 19.7831954,18.8544508 16,20.79 L16,28 Z"/>
|
|
4
|
+
<rect width="10" height="2" x="6" y="30" class="euiIcon__fillSecondary"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M8.33,23.67 L13.12,13.12 L23.67,8.33 L18.88,18.88 L8.33,23.67 Z M14.63,14.67 L12.35,19.67 L17.35,17.39 L19.63,12.39 L14.63,14.67 Z"/>
|
|
4
|
+
<path d="M16,0 C7.163444,-5.41083001e-16 1.082166e-15,7.163444 0,16 C-1.082166e-15,24.836556 7.163444,32 16,32 C24.836556,32 32,24.836556 32,16 C32,11.7565362 30.3142906,7.68687356 27.3137085,4.6862915 C24.3131264,1.68570945 20.2434638,2.5983722e-16 16,0 Z M17,29.95 L17,28 L15,28 L15,29.95 C8.06698785,29.4468876 2.55311236,23.9330122 2.05,17 L4,17 L4,15 L2.05,15 C2.55311236,8.06698785 8.06698785,2.55311236 15,2.05 L15,4 L17,4 L17,2.05 C23.9330122,2.55311236 29.4468876,8.06698785 29.95,15 L28,15 L28,17 L29.95,17 C29.4468876,23.9330122 23.9330122,29.4468876 17,29.95 Z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(1 1)">
|
|
3
|
+
<polygon class="euiIcon__fillSecondary" points="2 21 5 21 5 23 0 23 0 0 23 0 23 5 21 5 21 2 2 2"/>
|
|
4
|
+
<path d="M14.2281725,28 C15.7203327,26.3216689 15.5808623,25.1411793 14.2370245,22.3460401 C14.1884818,22.2450794 14.1884818,22.2450794 14.1396582,22.1433287 C12.7709779,19.2878552 12.5143717,17.6515213 13.814501,15.5606228 C16.610978,11.0632625 23.3288096,12.9186961 28,17.8783204 L28,9 L9,9 L9,28 L14.2281725,28 Z M16.6988988,28 L28,28 L28,21.0165966 C24.119707,15.611358 17.6237116,13.2221101 15.5129327,16.6167146 C14.6822082,17.9527052 14.844284,18.986235 15.9431838,21.2788661 C15.9911093,21.3787453 15.9911093,21.3787453 16.0395241,21.4794403 C17.3921778,24.2929164 17.7711228,26.1096765 16.6988988,28 Z M30,7 L30,30 L7,30 L7,7 L30,7 Z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(2)">
|
|
3
|
+
<rect width="16" height="2" x="6" y="18" class="euiIcon__fillSecondary"/>
|
|
4
|
+
<rect width="9" height="2" x="6" y="13" class="euiIcon__fillSecondary"/>
|
|
5
|
+
<rect width="16" height="2" x="6" y="23" class="euiIcon__fillSecondary"/>
|
|
6
|
+
<path d="M19.41,0 L3,0 C1.34314575,-1.01453063e-16 4.4408921e-16,1.34314575 0,3 L0,29 C4.4408921e-16,30.6568542 1.34314575,32 3,32 L25,32 C26.6568542,32 28,30.6568542 28,29 L28,8.59 L19.41,0 Z M20,3.41 L24.59,8 L20,8 L20,3.41 Z M25,30 L3,30 C2.44771525,30 2,29.5522847 2,29 L2,3 C2,2.44771525 2.44771525,2 3,2 L18,2 L18,10 L26,10 L26,29 C26,29.5522847 25.5522847,30 25,30 Z"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path class="euiIcon__fillSecondary" d="M21 2.81994L16 0.0383301L11 2.81991V5.10857L16 2.32699L21 5.1086V2.81994Z" />
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M21 7.28161L16 4.5L11 7.28158V9.57024L16 6.78866L21 9.57027V7.28161Z" />
|
|
4
|
+
<path d="M7 5.04535L2 7.82695V23.4039L16 31.1923L30 23.4039V7.82695L25 5.04536V7.33402L28 9.00297V22.2278L16 28.9037L4 22.2279V9.00297L7 7.33401V5.04535Z" />
|
|
5
|
+
<path class="euiIcon__fillSecondary" fill-rule="evenodd" clip-rule="evenodd" d="M22 12.5L16 9L10 12.5V19.5L16 23L22 19.5V12.5ZM12.026 13.7053L16 11.3871L19.974 13.7053V18.2947L16 20.6129L12.026 18.2947V13.7053Z" />
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<path class="euiIcon__fillSecondary" d="M29.0143062,23.8895582 L31.3101483,25.0351486 L16,32.1013709 L0.530090172,24.9614125 L3.01987013,23.9053319 L5.47269637,25.0374056 L5.46990983,25.0385875 L16,29.8986291 L26.6898517,24.9648514 L26.6872822,24.9635693 L29.0143062,23.8895582 Z M24.0419762,16.4084411 L31.3101483,20.0351486 L16,27.1013709 L0.530090172,19.9614125 L8.19815826,16.7088771 C8.58970501,17.1945201 9.03626725,17.7285484 9.53889791,18.3126603 L5.46990983,20.0385875 L16,24.8986291 L26.6898517,19.9648514 L22.7358157,17.9918475 C23.2294785,17.4124143 23.6644809,16.8852367 24.0419762,16.4084411 Z"/>
|
|
3
|
+
<path d="M18,9 C18,7.89528475 17.1047153,7 16,7 C14.8952847,7 14,7.89528475 14,9 C14,10.1047153 14.8952847,11 16,11 C17.1047153,11 18,10.1047153 18,9 Z M20,9 C20,11.2092847 18.2092847,13 16,13 C13.7907153,13 12,11.2092847 12,9 C12,6.79071525 13.7907153,5 16,5 C18.2092847,5 20,6.79071525 20,9 Z M16.7321493,21.6811442 L16,22.468118 L15.2678507,21.6811442 C11.7105056,17.8574193 9.45077749,15.2190843 8.45856427,13.7205705 C7.51180975,12.2902122 7,10.6198754 7,8.875 C7,3.96953448 11.032543,6.8567374e-13 16,6.8567374e-13 C20.967457,6.8567374e-13 25,3.96953448 25,8.875 C25,10.6198754 24.4881903,12.2902122 23.541347,13.7207046 C22.5492225,15.2190843 20.2894944,17.8574193 16.7321493,21.6811442 Z M21.8736754,12.6166795 C22.6056175,11.5108602 23,10.2237575 23,8.875 C23,5.08121552 19.8698763,2 16,2 C12.1301237,2 9,5.08121552 9,8.875 C9,10.2237575 9.39438255,11.5108602 10.1262359,12.6165454 C10.9719369,13.8937857 12.9378545,16.2099428 16,19.5287022 C19.0621451,16.2099434 21.0280567,13.8937954 21.8736754,12.6166795 Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(4)">
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M20 20C17.790861 20 16 18.209139 16 16 16 13.790861 17.790861 12 20 12 22.209139 12 24 13.790861 24 16 24 17.060866 23.5785726 18.0782816 22.8284271 18.8284271 22.0782816 19.5785726 21.060866 20 20 20zM20 14C18.8954305 14 18 14.8954305 18 16 18 17.1045695 18.8954305 18 20 18 21.1045695 18 22 17.1045695 22 16 22 14.8954305 21.1045695 14 20 14zM11.8 8.38C10.081367 8.39326662 8.54636579 7.3071836 7.98694604 5.68209135 7.4275263 4.05699909 7.96875042 2.25619883 9.33138585 1.20877343 10.6940213.161348033 12.5734409.101457089 14 1.06 15.3386247 1.95750397 16.0078682 3.57070222 15.6976801 5.15222456 15.3874921 6.73374689 14.1584695 7.9746333 12.58 8.3 12.3231994 8.35183152 12.0619755 8.37862372 11.8 8.38zM11.8 2.38C10.8087528 2.37725513 9.96505125 3.10099448 9.81691986 4.08111468 9.66878848 5.06123487 10.2609265 6.00198118 11.2087118 6.29229381 12.1564972 6.58260644 13.1739323 6.13488253 13.6001444 5.23994021 14.0263565 4.34499789 13.7327345 3.27288916 12.91 2.72 12.5845865 2.50129499 12.2020669 2.38306165 11.81 2.38L11.8 2.38zM11.81 31.62C9.82476399 31.6405344 8.12489457 30.2018394 7.81701736 28.2405145 7.50914015 26.2791896 8.68643797 24.3888539 10.5824826 23.8001277 12.4785272 23.2114015 14.5194574 24.1024701 15.3766149 25.8932422 16.2337723 27.6840143 15.6477278 29.8324908 14 30.94 13.3520093 31.3755426 12.5907202 31.6119246 11.81 31.62zM11.81 25.62C10.7484591 25.7239957 9.95532375 26.6427358 10.0073837 27.7080874 10.0594436 28.7734389 10.9383772 29.610471 12.005 29.610471 13.0716228 29.610471 13.9505564 28.7734389 14.0026163 27.7080874 14.0546762 26.6427358 13.2615409 25.7239957 12.2 25.62 12.0670017 25.6066332 11.9329983 25.6066332 11.8 25.62L11.81 25.62z"/>
|
|
4
|
+
<path d="M14,17 L14,15 L7.86,15 C7.70556216,14.3935891 7.41100261,13.8318709 7,13.36 L9.31,9.92 L7.63,8.8 L5.32,12.24 C4.89665013,12.086254 4.45037406,12.0051129 4,12 C1.790861,12 0,13.790861 0,16 C-4.4408921e-16,18.209139 1.790861,20 4,20 C4.45037406,19.9948871 4.89665013,19.913746 5.32,19.76 L7.63,23.2 L9.29,22.08 L7,18.64 C7.41100261,18.1681291 7.70556216,17.6064109 7.86,17 L14,17 Z M2,16 C2,14.8954305 2.8954305,14 4,14 C5.1045695,14 6,14.8954305 6,16 C6,17.1045695 5.1045695,18 4,18 C2.8954305,18 2,17.1045695 2,16 Z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(1)">
|
|
3
|
+
<path d="M8.72727273 2.90909091L8.72727273.96969697C7.36969697.96969697 4.54787879.96969697 2.90909091 2.90909091 1.93939394 4.09212121 1.58060606 5.81818182 1.93939394 7.89333333 2.50181818 11.2 2.90909091 14.2254545 2.24 15.049697 1.93939394 15.36 1.27030303 15.5151515 0 15.5151515L0 17.4545455C1.27030303 17.4545455 1.93939394 17.609697 2.24969697 17.9490909 2.94787879 18.7733333 2.51151515 21.8278788 1.94909091 25.1054545 1.6 27.2290909 1.93939394 28.9066667 2.90909091 30.0606061 4.52848485 32 7.35030303 32 8.72727273 32L8.72727273 30.0606061C7.5830303 30.0606061 5.44 30.0606061 4.41212121 28.8387879 3.7417625 27.8345203 3.54673571 26.5863488 3.87878788 25.4254545 4.72242424 20.3830303 4.84848485 18.0557576 3.7430303 16.6981818 3.67515152 16.6206061 3.59757576 16.5624242 3.52969697 16.4945455 3.46181818 16.4266667 3.67515152 16.3684848 3.7430303 16.2909091 4.88727273 14.9236364 4.71272727 12.5963636 3.87878788 7.56363636 3.5495613 6.40133297 3.74815095 5.15305514 4.42181818 4.15030303 5.44 2.90909091 7.5830303 2.90909091 8.72727273 2.90909091zM31.030303 17.4545455L31.030303 15.5151515C29.76 15.5151515 29.0909091 15.36 28.7806061 15.0206061 28.0824242 14.1963636 28.5187879 11.1418182 29.0812121 7.86424242 29.430303 5.74060606 29.0812121 4.0630303 28.1115152 2.88 26.4921212.940606061 23.670303.940606061 22.2933333.940606061L22.2933333 2.90909091C23.4375758 2.90909091 25.5806061 2.90909091 26.6084848 4.13090909 27.2821521 5.1336612 27.4807417 6.38193903 27.1515152 7.54424242 26.3078788 12.5866667 26.1818182 14.9139394 27.2872727 16.2715152 27.3551515 16.3490909 27.4327273 16.4072727 27.5006061 16.4751515 27.5684848 16.5430303 27.3551515 16.6012121 27.2872727 16.6787879 26.1430303 18.0460606 26.3175758 20.3733333 27.1515152 25.4060606 27.4807417 26.568364 27.2821521 27.8166418 26.6084848 28.8193939 25.590303 30.0606061 23.4472727 30.0606061 22.3030303 30.0606061L22.3030303 32C23.6606061 32 26.4824242 32 28.1212121 30.0606061 29.0909091 28.8775758 29.449697 27.1515152 29.0909091 25.0763636 28.5284848 21.769697 28.1212121 18.7442424 28.790303 17.92 29.0909091 17.609697 29.76 17.4545455 31.030303 17.4545455z"/>
|
|
4
|
+
<path class="euiIcon__fillSecondary" d="M25.2121212,15.5151515 L23.2048485,15.5151515 C22.7596747,12.0046639 19.9953361,9.24032528 16.4848485,8.79515152 L16.4848485,6.78787879 L14.5454545,6.78787879 L14.5454545,8.79515152 C11.034967,9.24032528 8.27062831,12.0046639 7.82545455,15.5151515 L5.81818182,15.5151515 L5.81818182,17.4545455 L7.82545455,17.4545455 C8.27062831,20.965033 11.034967,23.7293717 14.5454545,24.1745455 L14.5454545,26.1818182 L16.4848485,26.1818182 L16.4848485,24.1745455 C19.9953361,23.7293717 22.7596747,20.965033 23.2048485,17.4545455 L25.2121212,17.4545455 L25.2121212,15.5151515 Z M16.4848485,22.2157576 L16.4848485,20.3636364 L14.5454545,20.3636364 L14.5454545,22.2157576 C12.1079537,21.8015411 10.1984589,19.8920463 9.78424242,17.4545455 L11.6363636,17.4545455 L11.6363636,15.5151515 L9.78424242,15.5151515 C10.1984589,13.0776507 12.1079537,11.1681558 14.5454545,10.7539394 L14.5454545,12.6060606 L16.4848485,12.6060606 L16.4848485,10.7539394 C18.9223493,11.1681558 20.8318442,13.0776507 21.2460606,15.5151515 L19.3939394,15.5151515 L19.3939394,17.4545455 L21.2460606,17.4545455 C20.8318442,19.8920463 18.9223493,21.8015411 16.4848485,22.2157576 Z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(0 1)">
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M4.14060606,14.390303 C3.02924121,13.2851724 2.26427713,11.87993 1.93939394,10.3466667 C1.68367533,8.13593317 2.52788184,5.9402716 4.19878788,4.47030303 C6.66091134,2.26604257 10.3591783,2.17564049 12.9260606,4.2569697 L14.1866667,2.79272727 C10.8869724,0.0713407896 6.09370517,0.17025602 2.90909091,3.02545455 C0.778697556,4.93212257 -0.282716334,7.76135209 0.0678787879,10.5987879 C0.450344528,12.5968747 1.42314199,14.4343811 2.86060606,15.8739394 L4.14060606,14.390303 Z"/>
|
|
4
|
+
<path d="M15.5151515,30.2739394 L4.54787879,17.4545455 L15.8545455,3.76242424 C17.3791659,2.03180661 19.530569,0.98007398 21.8327133,0.839943457 C24.1348576,0.699812935 26.3979416,1.48283765 28.1212121,3.01575758 C30.1654836,4.82943395 31.2421508,7.49597975 31.030303,10.2206061 C30.7878788,12.9163636 28.9939394,14.9527273 27.5490909,16.5915152 L15.5151515,30.2739394 Z M7.08848485,17.4545455 L15.5151515,27.3163636 L26.0654545,15.3212121 C27.3842424,13.8181818 28.8872727,12.1115152 29.0715152,10.0557576 C29.2360501,7.94660005 28.4077883,5.88132396 26.8315152,4.47030303 C25.4969512,3.28427125 23.7457795,2.67717901 21.9634761,2.78266228 C20.1811726,2.88814554 18.5138348,3.69755773 17.3284848,5.03272727 L7.08848485,17.4545455 Z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(1)">
|
|
3
|
+
<polygon points="16 18 16 16 14 16 14 18 2 18 2 24 4 24 4 20 14 20 14 24 16 24 16 20 26 20 26 24 28 24 28 18"/>
|
|
4
|
+
<path class="euiIcon__fillSecondary" d="M3 32C1.34314575 32-6.66133815e-16 30.6568542-8.8817842e-16 29-1.11022302e-15 27.3431458 1.34314575 26 3 26 4.65685425 26 6 27.3431458 6 29 6 30.6568542 4.65685425 32 3 32zM3 28C2.44771525 28 2 28.4477153 2 29 2 29.5522847 2.44771525 30 3 30 3.55228475 30 4 29.5522847 4 29 4 28.4477153 3.55228475 28 3 28zM15 32C13.3431458 32 12 30.6568542 12 29 12 27.3431458 13.3431458 26 15 26 16.6568542 26 18 27.3431458 18 29 18 30.6568542 16.6568542 32 15 32zM15 28C14.4477153 28 14 28.4477153 14 29 14 29.5522847 14.4477153 30 15 30 15.5522847 30 16 29.5522847 16 29 16 28.4477153 15.5522847 28 15 28zM27 32C25.3431458 32 24 30.6568542 24 29 24 27.3431458 25.3431458 26 27 26 28.6568542 26 30 27.3431458 30 29 30 30.6568542 28.6568542 32 27 32zM27 28C26.4477153 28 26 28.4477153 26 29 26 29.5522847 26.4477153 30 27 30 27.5522847 30 28 29.5522847 28 29 28 28.4477153 27.5522847 28 27 28zM22 8L22 6 19.9 6C19.7705156 5.37544429 19.5227274 4.78143151 19.17 4.25L20.66 2.76 19.24 1.34 17.75 2.83C17.2185685 2.47727262 16.6245557 2.22948443 16 2.1L16 0 14 0 14 2.1C13.3754443 2.22948443 12.7814315 2.47727262 12.25 2.83L10.76 1.34 9.34 2.76 10.83 4.25C10.4772726 4.78143151 10.2294844 5.37544429 10.1 6L8 6 8 8 10.1 8C10.2294844 8.62455571 10.4772726 9.21856849 10.83 9.75L9.34 11.24 10.75 12.65 12.24 11.16C12.7736889 11.5174254 13.3712476 11.7686717 14 11.9L14 14 16 14 16 11.9C16.6245557 11.7705156 17.2185685 11.5227274 17.75 11.17L19.24 12.66 20.65 11.25 19.17 9.75C19.5227274 9.21856849 19.7705156 8.62455571 19.9 8L22 8zM15 10C13.3431458 10 12 8.65685425 12 7 12 5.34314575 13.3431458 4 15 4 16.6568542 4 18 5.34314575 18 7 18 7.79564947 17.6839295 8.55871121 17.1213203 9.12132034 16.5587112 9.68392948 15.7956495 10 15 10z"/>
|
|
5
|
+
<path d="M15,8 C14.4477153,8 14,7.55228475 14,7 C13.9951976,6.93341982 13.9951976,6.86658018 14,6.8 C14.0110881,6.73738824 14.0313034,6.67674229 14.06,6.62 C14.0816633,6.55618159 14.1119433,6.49562171 14.15,6.44 C14.1869789,6.38765618 14.2270502,6.33756705 14.27,6.29 C14.3638689,6.19739731 14.4763566,6.12581424 14.6,6.08 C14.9723971,5.92340327 15.4024393,6.00625544 15.69,6.29 L15.81,6.44 C15.8476468,6.49586192 15.8778986,6.55636537 15.9,6.62 C15.9431335,6.67400659 15.9769328,6.73484546 16,6.8 C16.0052575,6.86656301 16.0052575,6.93343699 16,7 C16,7.55228475 15.5522847,8 15,8 Z"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(1)">
|
|
3
|
+
<path d="M19,14 L11,14 C9.34314575,14 8,12.6568542 8,11 L8,3 C8,1.34314575 9.34314575,3.04359188e-16 11,0 L19,0 C20.6568542,1.01453063e-16 22,1.34314575 22,3 L22,11 C22,12.6568542 20.6568542,14 19,14 Z M11,2 C10.4477153,2 10,2.44771525 10,3 L10,11 C10,11.5522847 10.4477153,12 11,12 L19,12 C19.5522847,12 20,11.5522847 20,11 L20,3 C20,2.44771525 19.5522847,2 19,2 L11,2 Z"/>
|
|
4
|
+
<polygon points="16 18 16 16 14 16 14 18 2 18 2 24 4 24 4 20 14 20 14 24 16 24 16 20 26 20 26 24 28 24 28 18"/>
|
|
5
|
+
<path class="euiIcon__fillSecondary" d="M3 32C1.34314575 32-6.66133815e-16 30.6568542-8.8817842e-16 29-1.11022302e-15 27.3431458 1.34314575 26 3 26 4.65685425 26 6 27.3431458 6 29 6 30.6568542 4.65685425 32 3 32zM3 28C2.44771525 28 2 28.4477153 2 29 2 29.5522847 2.44771525 30 3 30 3.55228475 30 4 29.5522847 4 29 4 28.4477153 3.55228475 28 3 28zM15 32C13.3431458 32 12 30.6568542 12 29 12 27.3431458 13.3431458 26 15 26 16.6568542 26 18 27.3431458 18 29 18 30.6568542 16.6568542 32 15 32zM15 28C14.4477153 28 14 28.4477153 14 29 14 29.5522847 14.4477153 30 15 30 15.5522847 30 16 29.5522847 16 29 16 28.4477153 15.5522847 28 15 28zM27 32C25.3431458 32 24 30.6568542 24 29 24 27.3431458 25.3431458 26 27 26 28.6568542 26 30 27.3431458 30 29 30 30.6568542 28.6568542 32 27 32zM27 28C26.4477153 28 26 28.4477153 26 29 26 29.5522847 26.4477153 30 27 30 27.5522847 30 28 29.5522847 28 29 28 28.4477153 27.5522847 28 27 28z"/>
|
|
6
|
+
<rect width="6" height="2" x="12" y="4" class="euiIcon__fillSecondary"/>
|
|
7
|
+
<rect width="6" height="2" x="12" y="8" class="euiIcon__fillSecondary"/>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path d="M32,26 L32,24 L29.9,24 C29.7705156,23.3754443 29.5227274,22.7814315 29.17,22.25 L30.66,20.76 L29.25,19.35 L27.76,20.84 C27.2263111,20.4825746 26.6287524,20.2313283 26,20.1 L26,18 L24,18 L24,20.1 C23.3754443,20.2294844 22.7814315,20.4772726 22.25,20.83 L20.76,19.34 L19.35,20.75 L20.84,22.24 C20.4825746,22.7736889 20.2313283,23.3712476 20.1,24 L18,24 L18,26 L20.1,26 C20.2294844,26.6245557 20.4772726,27.2185685 20.83,27.75 L19.34,29.24 L20.75,30.65 L22.24,29.16 C22.7736889,29.5174254 23.3712476,29.7686717 24,29.9 L24,32 L26,32 L26,29.9 C26.6245557,29.7705156 27.2185685,29.5227274 27.75,29.17 L29.24,30.66 L30.65,29.25 L29.16,27.76 C29.5174254,27.2263111 29.7686717,26.6287524 29.9,26 L32,26 Z M25,28 C23.3431458,28 22,26.6568542 22,25 C22,23.3431458 23.3431458,22 25,22 C26.6568542,22 28,23.3431458 28,25 C28,26.6568542 26.6568542,28 25,28 Z"/>
|
|
4
|
+
<path d="M25.71,24.29 C25.4224393,24.0062554 24.9923971,23.9234033 24.62,24.08 C24.4988151,24.1306419 24.3872009,24.2016691 24.29,24.29 C24.1973973,24.3838689 24.1258142,24.4963566 24.08,24.62 C23.9313127,24.9914617 24.0183577,25.4157948 24.3012814,25.6987186 C24.5842052,25.9816423 25.0085383,26.0686873 25.38,25.92 C25.5011849,25.8693581 25.6127991,25.7983309 25.71,25.71 C25.8971865,25.5212812 26.0015368,25.265803 26,25 C26.0033801,24.8688235 25.9759814,24.7386794 25.92,24.62 C25.8739142,24.4964916 25.8023653,24.3840578 25.71,24.29 Z"/>
|
|
5
|
+
<rect width="16" height="2" x="5" y="6" class="euiIcon__fillSecondary"/>
|
|
6
|
+
<rect width="16" height="2" x="5" y="12" class="euiIcon__fillSecondary"/>
|
|
7
|
+
<rect width="10" height="2" x="5" y="18" class="euiIcon__fillSecondary"/>
|
|
8
|
+
<rect width="8" height="2" x="5" y="24" class="euiIcon__fillSecondary"/>
|
|
9
|
+
<path d="M16,32 L3,32 C1.34314575,32 2.02906125e-16,30.6568542 0,29 L0,3 C-2.02906125e-16,1.34314575 1.34314575,3.04359188e-16 3,0 L23,0 C24.6568542,1.01453063e-16 26,1.34314575 26,3 L26,16 L24,16 L24,3 C24,2.44771525 23.5522847,2 23,2 L3,2 C2.44771525,2 2,2.44771525 2,3 L2,29 C2,29.5522847 2.44771525,30 3,30 L16,30 L16,32 Z"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<path class="euiIcon__fillSecondary" d="M23.793,14.293 L25.207,15.707 L18.799,22.116 L15.049,18.866 L10.707,23.207 L9.293,21.793 L14.951,16.134 L18.701,19.384 L23.793,14.293 Z M12,11 L12,16 L10,18 L10,11 L12,11 Z M22,5 L22,13 L20,15 L20,5 L22,5 Z M17,8 L17,15 L15,13 L15,8 L17,8 Z" />
|
|
3
|
+
<path d="M17,2.13162821e-14 C25.2842712,2.13162821e-14 32,6.71572875 32,15 C32,23.2842712 25.2842712,30 17,30 C13.2176404,30 9.76225481,28.6000576 7.12372975,26.2900592 L1.707,31.707 L0.293,30.293 L5.70994074,24.8762702 C3.39994239,22.2377452 2,18.7823596 2,15 C2,13.9505428 2.10777399,12.9262576 2.31285788,11.9376085 L4.21918475,12.6102143 C4.07524743,13.3848628 4,14.1836439 4,15 C4,22.1797017 9.82029825,28 17,28 C24.1797017,28 30,22.1797017 30,15 C30,7.82029825 24.1797017,2 17,2 C15.9978333,2 15.0221525,2.11339982 14.0850895,2.32806774 L13.3344491,0.451093143 C14.5075518,0.156465907 15.7355036,2.13162821e-14 17,2.13162821e-14 Z M9.62130067,1.93731734 L10.3719445,3.81422442 C8.34447053,5.0181819 6.67231078,6.75768915 5.55044054,8.83777093 L3.64412746,8.16510714 C4.98480356,5.55058215 7.0706399,3.38120695 9.62130067,1.93731734 Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path d="M1 8c3.983 0 7.732 1.013 11.001 2.797v2.312A20.887 20.887 0 002 10.023v11.025c4.85.462 9.27 4.183 9.955 8.691l.035.261H12v2h-1.938l-.018-1.236c-.116-4.015-4.336-7.631-8.793-7.76L0 22.986V8h1zm13-8h1c9.28 0 16.825 7.437 16.997 16.677L32 17v15h-2V17c0-7.84-6.014-14.274-13.68-14.943L16 2.033v7.681l-2-1.143V0h1-1z"/>
|
|
4
|
+
<path class="euiIcon__fillSecondary" d="M26.997 30.636L27.009 32H14V11.305l1.483.82c6.994 3.861 11.382 10.735 11.514 18.51zm-2.048-1.04C24.505 23.556 21.205 18.2 16 14.771V30h8.974l-.025-.404z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M16,21 C13.2385763,21 11,18.7614237 11,16 C11,13.2385763 13.2385763,11 16,11 C18.7614237,11 21,13.2385763 21,16 C21,17.3260824 20.4732158,18.597852 19.5355339,19.5355339 C18.597852,20.4732158 17.3260824,21 16,21 Z M16,13 C14.3431458,13 13,14.3431458 13,16 C13,17.6568542 14.3431458,19 16,19 C17.6568542,19 19,17.6568542 19,16 C19,14.3431458 17.6568542,13 16,13 Z"/>
|
|
4
|
+
<path d="M20,32 L12,32 L12,27.94 C11.9576793,27.5809584 11.7248621,27.2727161 11.3910834,27.1338144 C11.0573047,26.9949127 10.6745439,27.0469828 10.39,27.27 L7.51,30.14 L1.86,24.49 L4.73,21.62 C4.99221704,21.3574936 5.07108249,20.9631663 4.93,20.62 C4.79416578,20.2620444 4.45284185,20.0239114 4.07,20.02 L0,20.02 L0,12 L4.06,12 C4.43507438,11.9980131 4.77138887,11.7685279 4.91,11.42 C5.04823721,11.0782482 4.97394513,10.6872372 4.72,10.42 L1.86,7.51 L7.51,1.86 L10.38,4.73 C10.6645704,4.95846471 11.0509987,5.01377094 11.3882287,4.87429927 C11.7254587,4.73482761 11.959935,4.42272747 12,4.06 L12,0 L20,0 L20,4.06 C20.0423207,4.41904159 20.2751379,4.72728386 20.6089166,4.86618556 C20.9426953,5.00508726 21.3254561,4.95301718 21.61,4.73 L24.48,1.86 L30.14,7.52 L27.27,10.39 C27.007783,10.6525064 26.9289175,11.0468337 27.07,11.39 C27.2058342,11.7479556 27.5471582,11.9860886 27.93,11.99 L32,11.99 L32,19.99 L27.94,19.99 C27.5649256,19.9919869 27.2286111,20.2214721 27.09,20.57 C26.9517628,20.9117518 27.0260549,21.3027628 27.28,21.57 L30.15,24.44 L24.49,30.1 L21.62,27.23 C21.3354561,27.0069828 20.9526953,26.9549127 20.6189166,27.0938144 C20.2851379,27.2327161 20.0523207,27.5409584 20.01,27.9 L20,32 Z M14,30 L18,30 L18,27.94 C18.0588168,26.7851181 18.7761654,25.7668573 19.8438444,25.3227029 C20.9115234,24.8785484 22.1394273,25.0875841 23,25.86 L24.46,27.32 L27.29,24.49 L25.86,23 C25.0875841,22.1394273 24.8785484,20.9115234 25.3227029,19.8438444 C25.7668573,18.7761654 26.7851181,18.0588168 27.94,18 L30,18 L30,14 L27.94,14 C26.7851181,13.9411832 25.7668573,13.2238346 25.3227029,12.1561556 C24.8785484,11.0884766 25.0875841,9.8605727 25.86,9 L27.32,7.54 L24.49,4.69 L23,6.14 C22.1394273,6.9124159 20.9115234,7.12145161 19.8438444,6.67729714 C18.7761654,6.23314266 18.0588168,5.21488194 18,4.06 L18,2 L14,2 L14,4.06 C13.9411832,5.21488194 13.2238346,6.23314266 12.1561556,6.67729714 C11.0884766,7.12145161 9.8605727,6.9124159 9,6.14 L7.51,4.69 L4.69,7.51 L6.14,9 C6.9124159,9.8605727 7.12145161,11.0884766 6.67729714,12.1561556 C6.23314266,13.2238346 5.21488194,13.9411832 4.06,14 L2,14 L2,18 L4.06,18 C5.21488194,18.0588168 6.23314266,18.7761654 6.67729714,19.8438444 C7.12145161,20.9115234 6.9124159,22.1394273 6.14,23 L4.69,24.49 L7.52,27.32 L9,25.86 C9.8605727,25.0875841 11.0884766,24.8785484 12.1561556,25.3227029 C13.2238346,25.7668573 13.9411832,26.7851181 14,27.94 L14,30 Z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path d="M16,32 C7.163444,32 1.082166e-15,24.836556 0,16 C-1.082166e-15,7.163444 7.163444,1.623249e-15 16,0 C24.836556,-1.623249e-15 32,7.163444 32,16 C32,20.2434638 30.3142906,24.3131264 27.3137085,27.3137085 C24.3131264,30.3142906 20.2434638,32 16,32 Z M16,2 C8.2680135,2 2,8.2680135 2,16 C2,23.7319865 8.2680135,30 16,30 C23.7319865,30 30,23.7319865 30,16 C30,12.2869691 28.5250042,8.72601436 25.8994949,6.10050506 C23.2739856,3.47499577 19.7130309,2 16,2 Z"/>
|
|
4
|
+
<path class="euiIcon__fillSecondary" d="M28,16 L26,16 C26,10.4771525 21.5228475,6 16,6 C10.4771525,6 6,10.4771525 6,16 L4,16 C4.0000001,9.37258307 9.37258307,4.00000018 16,4.00000018 C22.6274169,4.00000018 27.9999999,9.37258307 28,16 Z"/>
|
|
5
|
+
<path d="M21.71,11.71 L20.3,10.3 L18,12.57 C17.3952488,12.2069887 16.7052618,12.0103424 16,12 C13.790861,12 12,13.790861 12,16 C12,18.209139 13.790861,20 16,20 C18.209139,20 20,18.209139 20,16 C19.9896576,15.2947382 19.7930113,14.6047512 19.43,14 L21.71,11.71 Z M16,18 C14.8954305,18 14,17.1045695 14,16 C14,14.8954305 14.8954305,14 16,14 C17.1045695,14 18,14.8954305 18,16 C18,17.1045695 17.1045695,18 16,18 Z"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<path d="M30 19.092v12.88H2v-5.386l6.747-6.747.708.708c.236.236.48.463.733.68L4 27.414v2.558h24v-8.91c.186-.166.369-.339.546-.516L30 19.092zm-20.85-3.19A10.955 10.955 0 018 11C8 4.925 12.925 0 19 0s11 4.925 11 11c0 1.76-.414 3.425-1.15 4.9l-1.51-1.51c.426-1.047.66-2.191.66-3.39a9 9 0 10-17.34 3.391l-1.51 1.51z"/>
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M19 20a8.96 8.96 0 005.618-1.968l-4.202-4.204a2 2 0 00-2.828 0l-4.205 4.205A8.96 8.96 0 0019 20zm-2.826-7.586a4 4 0 015.656 0l5.656 5.657-.707.707A10.967 10.967 0 0119 22a10.967 10.967 0 01-7.778-3.221l-.707-.707 5.659-5.658z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(1)">
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M9 18L9 18.56C9.00110976 18.9899159 8.72731172 19.3724279 8.32 19.51L2 21.61 2 10C2 9.6852427 2.14819416 9.38885438 2.4 9.2L5.6 6.8 4.4 5.2 1.2 7.6C.444582472 8.16656315 4.4408921e-16 9.05572809 0 10L0 22C8.8817842e-16 22.9442719.444582472 23.8334369 1.2 24.4L4.4 26.8 5.6 25.2 3.13 23.35 8.95 21.4C10.1723964 20.9919085 10.9975891 19.8487148 11 18.56L11 18 9 18zM28.8 7.6L25.6 5.2 24.4 6.8 27.6 9.2C27.8518058 9.38885438 28 9.6852427 28 10L28 21.61 21.68 19.5C21.2726883 19.3624279 20.9988902 18.9799159 21 18.55L21 18 19 18 19 18.56C18.9981095 19.8523955 19.8241134 21.0007424 21.05 21.41L26.87 23.35 24.4 25.2 25.6 26.8 28.8 24.4C29.5554175 23.8334369 30 22.9442719 30 22L30 10C30 9.05572809 29.5554175 8.16656315 28.8 7.6z"/>
|
|
4
|
+
<path d="M10 6C8.78743338 5.99893346 7.69473697 5.26801979 7.2308521 4.14769405 6.76696722 3.02736832 7.02311879 1.73794728 7.88.88 9.06638483-.25270277 10.9336152-.25270277 12.12.88 13.2898135 2.05127019 13.2898135 3.94872981 12.12 5.12 11.5579306 5.68276995 10.7953814 5.99929979 10 6zM10 2C9.59373493 1.99763738 9.22641996 2.24130378 9.07062905 2.61651849 8.91483814 2.99173321 9.00154005 3.42390954 9.29 3.71 9.68003745 4.09772359 10.3099625 4.09772359 10.7 3.71 10.9871614 3.42519089 11.0744903 2.99544804 10.9212679 2.62114764 10.7680455 2.24684724 10.4044441 2.00169577 10 2zM10 32C8.78743338 31.9989335 7.69473697 31.2680198 7.2308521 30.1476941 6.76696722 29.0273683 7.02311879 27.7379473 7.88 26.88 9.06638483 25.7472972 10.9336152 25.7472972 12.12 26.88 13.2898135 28.0512702 13.2898135 29.9487298 12.12 31.12 11.5579306 31.6827699 10.7953814 31.9992998 10 32zM10 28C9.59373493 27.9976374 9.22641996 28.2413038 9.07062905 28.6165185 8.91483814 28.9917332 9.00154005 29.4239095 9.29 29.71 9.68003745 30.0977236 10.3099625 30.0977236 10.7 29.71 10.9871614 29.4251909 11.0744903 28.995448 10.9212679 28.6211476 10.7680455 28.2468472 10.4044441 28.0016958 10 28zM10 16C8.78743338 15.9989335 7.69473697 15.2680198 7.2308521 14.1476941 6.76696722 13.0273683 7.02311879 11.7379473 7.88 10.88 9.06638483 9.74729723 10.9336152 9.74729723 12.12 10.88 13.2898135 12.0512702 13.2898135 13.9487298 12.12 15.12 11.5579306 15.6827699 10.7953814 15.9992998 10 16zM10 12C9.59373493 11.9976374 9.22641996 12.2413038 9.07062905 12.6165185 8.91483814 12.9917332 9.00154005 13.4239095 9.29 13.71 9.68003745 14.0977236 10.3099625 14.0977236 10.7 13.71 10.9871614 13.4251909 11.0744903 12.995448 10.9212679 12.6211476 10.7680455 12.2468472 10.4044441 12.0016958 10 12zM20 6C19.2046186 5.99929979 18.4420694 5.68276995 17.88 5.12 16.7101865 3.94872981 16.7101865 2.05127019 17.88.88 19.0663848-.25270277 20.9336152-.25270277 22.12.88 22.9768812 1.73794728 23.2330328 3.02736832 22.7691479 4.14769405 22.305263 5.26801979 21.2125666 5.99893346 20 6zM20 2C19.5937349 1.99763738 19.22642 2.24130378 19.070629 2.61651849 18.9148381 2.99173321 19.0015401 3.42390954 19.29 3.71 19.6800375 4.09772359 20.3099625 4.09772359 20.7 3.71 20.9871614 3.42519089 21.0744903 2.99544804 20.9212679 2.62114764 20.7680455 2.24684724 20.4044441 2.00169577 20 2zM20 32C19.2046186 31.9992998 18.4420694 31.6827699 17.88 31.12 16.7101865 29.9487298 16.7101865 28.0512702 17.88 26.88 19.0663848 25.7472972 20.9336152 25.7472972 22.12 26.88 22.9768812 27.7379473 23.2330328 29.0273683 22.7691479 30.1476941 22.305263 31.2680198 21.2125666 31.9989335 20 32zM20 28C19.5937349 27.9976374 19.22642 28.2413038 19.070629 28.6165185 18.9148381 28.9917332 19.0015401 29.4239095 19.29 29.71 19.6800375 30.0977236 20.3099625 30.0977236 20.7 29.71 20.9871614 29.4251909 21.0744903 28.995448 20.9212679 28.6211476 20.7680455 28.2468472 20.4044441 28.0016958 20 28zM20 16C19.2046186 15.9992998 18.4420694 15.6827699 17.88 15.12 16.7101865 13.9487298 16.7101865 12.0512702 17.88 10.88 19.0663848 9.74729723 20.9336152 9.74729723 22.12 10.88 22.9768812 11.7379473 23.2330328 13.0273683 22.7691479 14.1476941 22.305263 15.2680198 21.2125666 15.9989335 20 16zM20 12C19.5937349 11.9976374 19.22642 12.2413038 19.070629 12.6165185 18.9148381 12.9917332 19.0015401 13.4239095 19.29 13.71 19.6800375 14.0977236 20.3099625 14.0977236 20.7 13.71 20.9871614 13.4251909 21.0744903 12.995448 20.9212679 12.6211476 20.7680455 12.2468472 20.4044441 12.0016958 20 12z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path d="M1.81,15.19 C-1.06097001,11.3611924 -0.407647131,5.95056758 3.29216293,2.91516947 C6.99197299,-0.12022865 12.4259626,0.296243378 15.62,3.86 L16,4.28 L16.38,3.86 C19.4684574,0.391201871 24.6987073,-0.13491733 28.4161619,2.64926323 C32.1336165,5.43344379 33.0999734,10.6005 30.64,14.54 L28.94,13.47 C30.8244453,10.412537 30.0648283,6.42242711 27.1887868,4.27124157 C24.3127453,2.12005603 20.2705711,2.51858233 17.87,5.19 L16,7.29 L14.13,5.19 C11.6674229,2.34148703 7.38261542,1.97634091 4.47355482,4.3670894 C1.56449422,6.7578379 1.09256821,11.0322025 3.41,14 L1.81,15.19 Z"/>
|
|
4
|
+
<polygon points="16 31.18 8.26 22.67 9.74 21.33 16 28.21 22.26 21.33 23.74 22.67"/>
|
|
5
|
+
<polygon class="euiIcon__fillSecondary" points="16.16 23.29 12.06 16.12 10.62 19 0 19 0 17 9.38 17 11.94 11.88 15.84 18.71 19.97 8.39 23.66 17 32 17 32 19 22.34 19 20.03 13.61"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(3)">
|
|
3
|
+
<path d="M22,2 L17,2 L17,0 L15,0 L15,2 L12,2 L12,0 L10,0 L10,2 L7,2 L7,0 L5,0 L5,2 L0,2 L0,28 L22,28 L22,2 Z M20,26 L2,26 L2,4 L5,4 L5,6 L7,6 L7,4 L10,4 L10,6 L12,6 L12,4 L15,4 L15,6 L17,6 L17,4 L20,4 L20,26 Z"/>
|
|
4
|
+
<polygon points="24 7 24 30 5 30 5 32 26 32 26 7"/>
|
|
5
|
+
<rect width="12" height="2" x="5" y="12" class="euiIcon__fillSecondary"/>
|
|
6
|
+
<rect width="12" height="2" x="5" y="17" class="euiIcon__fillSecondary"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M16,20 C13.790861,20 12,18.209139 12,16 C12,13.790861 13.790861,12 16,12 C18.209139,12 20,13.790861 20,16 C20,17.060866 19.5785726,18.0782816 18.8284271,18.8284271 C18.0782816,19.5785726 17.060866,20 16,20 Z M16,14 C14.8954305,14 14,14.8954305 14,16 C14,17.1045695 14.8954305,18 16,18 C17.1045695,18 18,17.1045695 18,16 C18,14.8954305 17.1045695,14 16,14 Z"/>
|
|
4
|
+
<path d="M8 4C8 1.790861 6.209139 1.3527075e-16 4 0 1.790861-1.3527075e-16 2.705415e-16 1.790861 0 4-2.705415e-16 6.209139 1.790861 8 4 8 4.70526179 7.98965756 5.39524882 7.79301125 6 7.43L11.27 12.7 12.68 11.29 7.43 6C7.79301125 5.39524882 7.98965756 4.70526179 8 4zM4 6C2.8954305 6 2 5.1045695 2 4 2 2.8954305 2.8954305 2 4 2 5.1045695 2 6 2.8954305 6 4 6 4.53043298 5.78928632 5.03914081 5.41421356 5.41421356 5.03914081 5.78928632 4.53043298 6 4 6zM20.71 12.71L26 7.43C26.6047512 7.79301125 27.2947382 7.98965756 28 8 30.209139 8 32 6.209139 32 4 32 1.790861 30.209139 1.3527075e-16 28 0 25.790861-1.3527075e-16 24 1.790861 24 4 24.0103424 4.70526179 24.2069887 5.39524882 24.57 6L19.3 11.27 20.71 12.71zM28 2C29.1045695 2 30 2.8954305 30 4 30 5.1045695 29.1045695 6 28 6 26.8954305 6 26 5.1045695 26 4 26 2.8954305 26.8954305 2 28 2zM11.29 19.29L6 24.57C5.39524882 24.2069887 4.70526179 24.0103424 4 24 1.790861 24 2.705415e-16 25.790861 0 28-2.705415e-16 30.209139 1.790861 32 4 32 6.209139 32 8 30.209139 8 28 7.98965756 27.2947382 7.79301125 26.6047512 7.43 26L12.7 20.73 11.29 19.29zM4 30C2.8954305 30 2 29.1045695 2 28 2 26.8954305 2.8954305 26 4 26 5.1045695 26 6 26.8954305 6 28 6 29.1045695 5.1045695 30 4 30zM28 24C27.2947382 24.0103424 26.6047512 24.2069887 26 24.57L20.73 19.3 19.32 20.71 24.57 26C24.2069887 26.6047512 24.0103424 27.2947382 24 28 24 30.209139 25.790861 32 28 32 30.209139 32 32 30.209139 32 28 32 25.790861 30.209139 24 28 24zM28 30C26.8954305 30 26 29.1045695 26 28 26 26.8954305 26.8954305 26 28 26 29.1045695 26 30 26.8954305 30 28 30 29.1045695 29.1045695 30 28 30z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(0 6)">
|
|
3
|
+
<path d="M29,6 C27.3431458,6 26,7.34314575 26,9 L22,9 C22,7.34314575 20.6568542,6 19,6 L13,6 C11.3431458,6 10,7.34314575 10,9 L6,9 C6,7.34314575 4.65685425,6 3,6 L0,6 L0,20 L3,20 C4.65685425,20 6,18.6568542 6,17 L10,17 C10,18.6568542 11.3431458,20 13,20 L19,20 C20.6568542,20 22,18.6568542 22,17 L26,17 C26,18.6568542 27.3431458,20 29,20 L32,20 L32,6 L29,6 Z M3,18 L2,18 L2,8 L3,8 C3.55228475,8 4,8.44771525 4,9 L4,17 C4,17.5522847 3.55228475,18 3,18 Z M20,15 L20,17 C20,17.5522847 19.5522847,18 19,18 L13,18 C12.4477153,18 12,17.5522847 12,17 L12,15 L6,15 L6,11 L12,11 L12,9 C12,8.44771525 12.4477153,8 13,8 L19,8 C19.5522847,8 20,8.44771525 20,9 L20,11 L26,11 L26,15 L20,15 Z M30,18 L29,18 C28.4477153,18 28,17.5522847 28,17 L28,9 C28,8.44771525 28.4477153,8 29,8 L30,8 L30,18 Z"/>
|
|
4
|
+
<polygon class="euiIcon__fillSecondary" points="22 0 10 0 10 2 15 2 15 4 17 4 17 2 22 2"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path d="M16,32 C7.16344,32 0,24.8366 0,16 C0,7.16344 7.16344,0 16,0 C24.8366,0 32,7.16344 32,16 C32,20.2435 30.3143,24.3131 27.3137,27.3137 C24.3131,30.3143 20.2435,32 16,32 Z M16,2 C8.26801,2 2,8.26801 2,16 C2,23.732 8.26801,30 16,30 C23.732,30 30,23.732 30,16 C30,12.287 28.525,8.72601 25.8995,6.1005 C23.274,3.475 19.713,2 16,2 Z"/>
|
|
4
|
+
<path class="euiIcon__fillSecondary" d="M15,4 L17,4 L17,13.1707 C17.8524,13.472 18.528,14.1476 18.8293,15 L26,15 L26,17 L18.8293,17 C18.4175,18.1652 17.3062,19 16,19 C14.3431,19 13,17.6569 13,16 C13,14.6938 13.8348,13.5825 15,13.1707 L15,4 Z M16,17 C16.5523,17 17,16.5523 17,16 C17,15.4477 16.5523,15 16,15 C15.4477,15 15,15.4477 15,16 C15,16.5523 15.4477,17 16,17 Z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(4)">
|
|
3
|
+
<path d="M21,5 L20.83,5 L20.83,7 L21,7 C21.5522847,7 22,7.44771525 22,8 L22,28 C22,28.5522847 21.5522847,29 21,29 L3,29 C2.44771525,29 2,28.5522847 2,28 L2,8 C2,7.44771525 2.44771525,7 3,7 L3.17,7 L3.17,5 L3,5 C1.34314575,5 -1.77635684e-15,6.34314575 -1.77635684e-15,8 L-1.77635684e-15,28 C-1.77635684e-15,29.6568542 1.34314575,31 3,31 L21,31 C22.6568542,31 24,29.6568542 24,28 L24,8 C24,6.34314575 22.6568542,5 21,5 Z"/>
|
|
4
|
+
<path d="M19,3 L16,3 L16,0 L8,0 L8,3 L5,3 L5,9 L19,9 L19,3 Z M17,7 L7,7 L7,5 L10,5 L10,2 L14,2 L14,5 L17,5 L17,7 Z"/>
|
|
5
|
+
<rect width="12" height="2" x="6" y="13" class="euiIcon__fillSecondary"/>
|
|
6
|
+
<rect width="12" height="2" x="6" y="18" class="euiIcon__fillSecondary"/>
|
|
7
|
+
<rect width="12" height="2" x="6" y="23" class="euiIcon__fillSecondary"/>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<polygon class="euiIcon__fillSecondary" points="20.38 7.001 17 9.619 17 0 15 0 15 9.619 11.63 7.001 10.38 8.514 16 12.878 21.63 8.514"/>
|
|
4
|
+
<path d="M21.06,0.164848485 L19.95,1.77454545 L29.2,7.75757576 L16,16.2909091 L2.8,7.75757576 L12.05,1.77454545 L10.95,0.164848485 L0,7.23393939 L0,20.8872727 L16,31.2242424 L32,20.8872727 L32,7.23393939 L21.06,0.164848485 Z M2,9.57090909 L15,17.9781818 L15,28.2569697 L2,19.84 L2,9.57090909 Z M17,28.2472727 L17,17.9781818 L30,9.57090909 L30,19.849697 L17,28.2472727 Z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<rect width="7.38" height="2" x="11.63" y="8" class="euiIcon__fillSecondary"/>
|
|
4
|
+
<rect width="3.19" height="2" x="7" y="8"/>
|
|
5
|
+
<rect width="7.38" height="2" x="7" y="16" class="euiIcon__fillSecondary"/>
|
|
6
|
+
<rect width="3.19" height="2" x="15.81" y="16"/>
|
|
7
|
+
<rect width="9" height="2" x="7" y="12"/>
|
|
8
|
+
<path d="M13,0 C5.82029825,-4.39629938e-16 8.79259876e-16,5.82029825 0,13 C-8.79259876e-16,20.1797017 5.82029825,26 13,26 C20.1797017,26 26,20.1797017 26,13 C26,9.55218563 24.6303611,6.24558476 22.1923882,3.80761184 C19.7544152,1.36963892 16.4478144,2.11117741e-16 13,0 Z M13,24 C6.92486775,24 2,19.0751322 2,13 C2,6.92486775 6.92486775,2 13,2 C19.0751322,2 24,6.92486775 24,13 C24,19.0751322 19.0751322,24 13,24 Z"/>
|
|
9
|
+
<rect width="2" height="10.9" x="26.142" y="21.69" transform="rotate(-45 27.142 27.14)"/>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<path d="M14,32 L13.64,31.86 C5.40770859,28.7577886 -0.0306724145,20.8673517 -8.8823263e-16,12.07 L-8.8823263e-16,5.44 L14,0.06 L28,5.44 L28,12.07 C28.0264911,20.8636969 22.5888536,28.7490686 14.36,31.85 L14,32 Z M2,6.82 L2,12.07 C1.97860307,19.8933432 6.73516378,26.9370168 14,29.84 C21.2648362,26.9370168 26.0213969,19.8933432 26,12.07 L26,6.82 L14,2.2 L2,6.82 Z"/>
|
|
3
|
+
<rect width="2" height="5.17" x="9" y="17.83" class="euiIcon__fillSecondary"/>
|
|
4
|
+
<path class="euiIcon__fillSecondary" d="M11,10.18 L11,7 L9,7 L9,10.18 C7.62245331,10.6670363 6.79612791,12.0756662 7.04320432,13.5157331 C7.29028073,14.9557999 8.5388911,16.0084271 10,16.0084271 C11.4611089,16.0084271 12.7097193,14.9557999 12.9567957,13.5157331 C13.2038721,12.0756662 12.3775467,10.6670363 11,10.18 Z M10,14 C9.44771525,14 9,13.5522847 9,13 C9,12.4477153 9.44771525,12 10,12 C10.5522847,12 11,12.4477153 11,13 C11,13.5522847 10.5522847,14 10,14 Z"/>
|
|
5
|
+
<rect width="2" height="5.17" x="17" y="7" class="euiIcon__fillSecondary"/>
|
|
6
|
+
<path class="euiIcon__fillSecondary" d="M21,17 C21.0042865,15.4732917 19.8613086,14.1868612 18.3447053,14.0114451 C16.8281019,13.836029 15.4216438,14.827582 15.0773096,16.314959 C14.7329755,17.8023361 15.5606021,19.3110892 17,19.82 L17,23 L19,23 L19,19.82 C20.1957287,19.3972517 20.9964356,18.2682549 21,17 Z M18,18 C17.4477153,18 17,17.5522847 17,17 C17,16.4477153 17.4477153,16 18,16 C18.5522847,16 19,16.4477153 19,17 C19,17.5522847 18.5522847,18 18,18 Z"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<path d="M3 10h4v2H5v7.928c0 1.299.808 2.795 2.88 4.48 1.83 1.489 4.524 3.02 8.12 4.584V26h2v5.992l-1.38-.567c-4.372-1.797-7.724-3.613-10-5.465C4.358 24.122 3 22.114 3 19.928V10z" />
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M9 10h9v14l-1.272-.458c-1.367-.494-3.23-1.314-4.768-2.39C10.484 20.118 9 18.636 9 16.761V10zm1.895 1.876v4.887c0 .877.744 1.867 2.158 2.856.937.656 2.038 1.219 3.052 1.657v-9.4h-5.21z" />
|
|
4
|
+
<path d="M29 1H9v7h2V2.966h16V16.73c0 .558-.245 1.128-.756 1.72-.515.596-1.256 1.158-2.12 1.668-1.381.818-2.961 1.434-4.124 1.817V24c1.26-.378 3.334-1.12 5.155-2.197.965-.57 1.905-1.261 2.612-2.08.712-.822 1.233-1.827 1.233-2.992V1z" />
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<rect width="6" height="2" x="4" y="4" class="euiIcon__fillSecondary"/>
|
|
4
|
+
<rect width="6" height="2" x="22" y="4" class="euiIcon__fillSecondary"/>
|
|
5
|
+
<rect width="6" height="2" x="4" y="22" class="euiIcon__fillSecondary"/>
|
|
6
|
+
<path d="M0 14L14 14 14 0 0 0 0 14zM2 2L12 2 12 12 2 12 2 2zM18 0L18 14 32 14 32 0 18 0zM30 12L20 12 20 2 30 2 30 12zM0 32L14 32 14 18 0 18 0 32zM2 20L12 20 12 30 2 30 2 20zM18 32L32 32 32 18 18 18 18 32zM20 20L30 20 30 30 20 30 20 20z"/>
|
|
7
|
+
<rect width="6" height="2" x="22" y="22" class="euiIcon__fillSecondary"/>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<rect width="9" height="2" x="18" y="6" class="euiIcon__fillSecondary"/>
|
|
4
|
+
<rect width="9" height="2" x="5" y="6" class="euiIcon__fillSecondary"/>
|
|
5
|
+
<rect width="9" height="2" x="5" y="12" class="euiIcon__fillSecondary"/>
|
|
6
|
+
<rect width="9" height="2" x="18" y="12" class="euiIcon__fillSecondary"/>
|
|
7
|
+
<rect width="9" height="2" x="5" y="18" class="euiIcon__fillSecondary"/>
|
|
8
|
+
<rect width="9" height="2" x="18" y="18" class="euiIcon__fillSecondary"/>
|
|
9
|
+
<rect width="9" height="2" x="18" y="24" class="euiIcon__fillSecondary"/>
|
|
10
|
+
<rect width="9" height="2" x="5" y="24" class="euiIcon__fillSecondary"/>
|
|
11
|
+
<path d="M29,32 L3,32 C1.34314575,32 2.02906125e-16,30.6568542 0,29 L0,3 C-2.02906125e-16,1.34314575 1.34314575,3.04359188e-16 3,0 L29,0 C30.6568542,1.01453063e-16 32,1.34314575 32,3 L32,29 C32,30.6568542 30.6568542,32 29,32 Z M3,2 C2.44771525,2 2,2.44771525 2,3 L2,29 C2,29.5522847 2.44771525,30 3,30 L29,30 C29.5522847,30 30,29.5522847 30,29 L30,3 C30,2.44771525 29.5522847,2 29,2 L3,2 Z"/>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(4)">
|
|
3
|
+
<path d="M0,4 L0,24.34 L12,32 L24,24.36 L24,4 L0,4 Z M22,6 L22,10 L18,10 C16.3431458,10 15,11.3431458 15,13 L15,18 L9,18 L9,13 C9,11.3431458 7.65685425,10 6,10 L2,10 L2,6 L22,6 Z M14.13,20 L12,22.52 L9.87,20 L14.13,20 Z M2,12 L6,12 C6.55228475,12 7,12.4477153 7,13 L7,19.7 L10.69,24.07 L8.11,27.13 L2,23.24 L2,12 Z M9.81,28.22 L12,25.62 L14.19,28.22 L12,29.61 L9.81,28.22 Z M15.89,27.13 L13.31,24.07 L17,19.7 L17,13 C17,12.4477153 17.4477153,12 18,12 L22,12 L22,23.24 L15.89,27.13 Z"/>
|
|
4
|
+
<rect width="24" height="2" class="euiIcon__fillSecondary"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(0 1)">
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M16,20 C13.2385763,20 11,17.7614237 11,15 C11,12.2385763 13.2385763,10 16,10 C18.7614237,10 21,12.2385763 21,15 C21,16.3260824 20.4732158,17.597852 19.5355339,18.5355339 C18.597852,19.4732158 17.3260824,20 16,20 Z M16,12 C14.3431458,12 13,13.3431458 13,15 C13,16.6568542 14.3431458,18 16,18 C17.6568542,18 19,16.6568542 19,15 C19,13.3431458 17.6568542,12 16,12 Z"/>
|
|
4
|
+
<path d="M27.42 18.69C25.7582979 23.8232347 20.8749638 27.2162778 15.4845142 26.9830259 10.0940647 26.7497741 5.5220776 22.9475869 4.31 17.69L6.58 17.24 2.26 12.77 0 18.55 2.39 18.08C3.76221639 24.2529926 9.10217598 28.7397603 15.4192954 29.0275402 21.7364148 29.3153201 27.4622039 25.3326587 29.39 19.31L27.42 18.69zM29.65 11.92C28.2777836 5.74700744 22.937824 1.2602397 16.6207046.972459818 10.3035852.684679934 4.57779605 4.66734134 2.65 10.69L4.55 11.31C6.21170208 6.17676527 11.0950362 2.78372224 16.4854858 3.01697406 21.8759353 3.25022588 26.4479224 7.05241305 27.66 12.31L25.39 12.76 29.71 17.22 32 11.45 29.65 11.92z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M4.21618422,12.3774411 C3.20713028,13.7136935 2.49594427,15.2874631 2.18137623,17 L0.152896362,17 C0.506775805,14.7082028 1.45922982,12.6140165 2.84552418,10.8821756 L4.21618422,12.3774411 Z M7.16422435,9.67391373 L5.79352316,8.17860333 C7.85609268,6.80230199 10.3343525,6 13,6 L13,8 C10.8562203,8 8.85567468,8.61325828 7.16422435,9.67391373 Z"/>
|
|
4
|
+
<path d="M26,4.41421356 L26,19 C26,26.1797017 20.1797017,32 13,32 C6.5004278,32 1.11490671,27.2301801 0.152896362,21 L2.18137623,21 C3.1218889,26.1202361 7.60786074,30 13,30 C19.0751322,30 24,25.0751322 24,19 L24,4.41421356 L19.7071068,8.70710678 L18.2928932,7.29289322 L25,0.585786438 L31.7071068,7.29289322 L30.2928932,8.70710678 L26,4.41421356 Z M18.1644755,14.3229229 L19.6362996,15.6770771 L12.0592992,23.9124846 L7.22381534,19.4697096 L8.57695981,17.9969571 L11.9407008,21.0875154 L18.1644755,14.3229229 Z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path d="M19.3066667 3.20969697C18.9871635 1.83067376 17.721403.8818121 16.3081168.961871204 14.8948306 1.04193031 13.744325 2.12766735 13.5826024 3.5339508 13.4208798 4.94023424 14.2948917 6.25879078 15.6531111 6.65757303 17.0113305 7.05635529 18.4594383 6.41958847 19.0836364 5.14909091 22.8215622 5.99945856 25.9008598 8.63626583 27.3163636 12.1987879L29.0909091 11.5006061C27.4226886 7.27358229 23.7501579 4.16157666 19.3066667 3.20969697zM16.4848485 4.84848485C15.9492996 4.84848485 15.5151515 4.41433673 15.5151515 3.87878788 15.5151515 3.34323903 15.9492996 2.90909091 16.4848485 2.90909091 17.0203973 2.90909091 17.4545455 3.34323903 17.4545455 3.87878788 17.4545455 4.13596751 17.3523812 4.38261372 17.1705278 4.56446718 16.9886743 4.74632064 16.7420281 4.84848485 16.4848485 4.84848485zM12.2181818 5.65333333L11.5006061 3.87878788C7.27358229 5.5470084 4.16157666 9.21953902 3.20969697 13.6630303 1.83067376 13.9825335.8818121 15.248294.961871204 16.6615802 1.04193031 18.0748664 2.12766735 19.2253719 3.5339508 19.3870945 4.94023424 19.5488171 6.25879078 18.6748053 6.65757303 17.3165859 7.05635529 15.9583664 6.41958847 14.5102587 5.14909091 13.8860606 6.00336426 10.1438487 8.64818348 7.0636683 12.2181818 5.65333333zM3.87878788 17.4545455C3.34323903 17.4545455 2.90909091 17.0203973 2.90909091 16.4848485 2.90909091 15.9492996 3.34323903 15.5151515 3.87878788 15.5151515 4.41433673 15.5151515 4.84848485 15.9492996 4.84848485 16.4848485 4.84848485 17.0203973 4.41433673 17.4545455 3.87878788 17.4545455zM16.4848485 26.1818182C15.3815952 26.1851564 14.3751668 26.8122965 13.8860606 27.8012121 10.1481348 26.9508445 7.06883718 24.3140372 5.65333333 20.7515152L3.87878788 21.4690909C5.55255581 25.7035262 9.23762813 28.8169025 13.6921212 29.76 14.0428488 31.2434304 15.4791836 32.2045764 16.9842432 31.9629753 18.4893029 31.7213742 19.5526467 30.3589649 19.421459 28.8402926 19.2902712 27.3216204 18.0090442 26.1617426 16.4848485 26.1818182zM16.4848485 30.0606061C15.9492996 30.0606061 15.5151515 29.6264579 15.5151515 29.0909091 15.5151515 28.5553602 15.9492996 28.1212121 16.4848485 28.1212121 17.0203973 28.1212121 17.4545455 28.5553602 17.4545455 29.0909091 17.4545455 29.6264579 17.0203973 30.0606061 16.4848485 30.0606061zM32 16.4848485C32.0043398 15.0484054 30.9595766 13.8238285 29.5403745 13.6018982 28.1211725 13.3799679 26.7524374 14.2271296 26.3180409 15.5963218 25.8836444 16.965514 26.5136439 18.4468038 27.8012121 19.0836364 26.9508445 22.8215622 24.3140372 25.9008598 20.7515152 27.3163636L21.4690909 29.0909091C25.7035262 27.4171412 28.8169025 23.7320688 29.76 19.2775758 31.0588945 18.9707232 31.9823676 17.81938 32 16.4848485zM29.0909091 17.4545455C28.5553602 17.4545455 28.1212121 17.0203973 28.1212121 16.4848485 28.1212121 15.9492996 28.5553602 15.5151515 29.0909091 15.5151515 29.6264579 15.5151515 30.0606061 15.9492996 30.0606061 16.4848485 30.0606061 17.0203973 29.6264579 17.4545455 29.0909091 17.4545455z"/>
|
|
4
|
+
<path class="euiIcon__fillSecondary" d="M19.190303,16.3490909 C20.3185221,15.2470772 20.667159,13.571659 20.072191,12.1110682 C19.477223,10.6504774 18.0571215,9.69555027 16.48,9.69555027 C14.9028785,9.69555027 13.482777,10.6504774 12.887809,12.1110682 C12.292841,13.571659 12.6414779,15.2470772 13.769697,16.3490909 C12.4364034,17.2502989 11.6371565,18.7543362 11.6363636,20.3636364 L11.6363636,22.3030303 L21.3333333,22.3030303 L21.3333333,20.3636364 C21.3303655,18.7525115 20.5272845,17.2480974 19.190303,16.3490909 Z M14.5454545,13.5757576 C14.5454545,12.5046599 15.4137508,11.6363636 16.4848485,11.6363636 C17.5559462,11.6363636 18.4242424,12.5046599 18.4242424,13.5757576 C18.4242424,14.6468553 17.5559462,15.5151515 16.4848485,15.5151515 C15.4137508,15.5151515 14.5454545,14.6468553 14.5454545,13.5757576 Z M13.5757576,20.3636364 C13.5757576,18.7569898 14.8782019,17.4545455 16.4848485,17.4545455 C18.091495,17.4545455 19.3939394,18.7569898 19.3939394,20.3636364 L13.5757576,20.3636364 Z"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g>
|
|
3
|
+
<path class="euiIcon__fillSecondary" d="M32,32 L4,32 C1.790861,32 2.705415e-16,30.209139 0,28 L0,0 L2,0 L2,28 C2,29.1045695 2.8954305,30 4,30 L32,30 L32,32 Z"/>
|
|
4
|
+
<rect width="2" height="7" x="6" y="20"/>
|
|
5
|
+
<rect width="2" height="15" x="16" y="12"/>
|
|
6
|
+
<rect width="2" height="10" x="26" y="17"/>
|
|
7
|
+
<path d="M27,6 C26.2241304,6.00049729 25.478626,6.30156637 24.92,6.84 L20,4.36 C20.0098347,4.2402015 20.0098347,4.1197985 20,4 C20,2.34314575 18.6568542,1 17,1 C15.3431458,1 14,2.34314575 14,4 C14.0013041,4.34127243 14.0622198,4.67969327 14.18,5 L8.58,9.46 C8.1065049,9.16239325 7.55924771,9.0030652 7,9 C5.34314575,9 4,10.3431458 4,12 C4,13.6568542 5.34314575,15 7,15 C8.65685425,15 10,13.6568542 10,12 C9.99869592,11.6587276 9.93778017,11.3203067 9.82,11 L15.42,6.52 C15.8913953,6.8246513 16.4388012,6.99095182 17,7 C17.7758696,6.99950271 18.521374,6.69843363 19.08,6.16 L24.08,8.64 C24.0433049,8.75754953 24.0165443,8.87797251 24,9 C24,10.6568542 25.3431458,12 27,12 C28.6568542,12 30,10.6568542 30,9 C30,7.34314575 28.6568542,6 27,6 Z M7,13 C6.44771525,13 6,12.5522847 6,12 C6,11.4477153 6.44771525,11 7,11 C7.55228475,11 8,11.4477153 8,12 C8,12.5522847 7.55228475,13 7,13 Z M17,5 C16.4477153,5 16,4.55228475 16,4 C16,3.44771525 16.4477153,3 17,3 C17.5522847,3 18,3.44771525 18,4 C18,4.26521649 17.8946432,4.5195704 17.7071068,4.70710678 C17.5195704,4.89464316 17.2652165,5 17,5 Z M27,10 C26.4477153,10 26,9.55228475 26,9 C26,8.44771525 26.4477153,8 27,8 C27.5522847,8 28,8.44771525 28,9 C28,9.55228475 27.5522847,10 27,10 Z"/>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path class="euiIcon__fillSecondary" d="M5.39355 6.19238L11.0504 0.535522L16.0002 5.48527L20.9499 0.535522L26.6068 6.19238L16.0002 16.799L5.39355 6.19238ZM8.22198 6.19238L16.0002 13.9706L23.7783 6.19238L20.9499 3.36395L16.0002 8.3137L11.0504 3.36395L8.22198 6.19238Z" />
|
|
3
|
+
<path d="M15.9996 30.9411L4.68592 19.6274C2.0498 16.9912 1.63798 12.9731 3.45043 9.90517C3.77564 9.3547 4.17245 8.83482 4.64087 8.359C4.65582 8.34382 4.67083 8.32869 4.68592 8.3136L15.9996 19.5391L27.3132 8.31371C27.3284 8.32883 27.3434 8.34399 27.3584 8.3592C27.8268 8.835 28.2236 9.35485 28.5487 9.90529C30.3612 12.9732 29.9494 16.9914 27.3132 19.6275L15.9996 30.9411ZM15.9996 28.1127L25.899 18.2133C27.7487 16.3636 28.1383 13.6066 27.0676 11.3748L15.9996 22.3565L4.93152 11.3747C3.86091 13.6065 4.25045 16.3634 6.10013 18.2131L15.9996 28.1127Z" />
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
2
|
+
<g transform="translate(0 2)">
|
|
3
|
+
<path d="M9.74,5.73 L8.24,4.41 C3.91100611,9.32236527 3.91100611,16.6876347 8.24,21.6 L9.74,20.28 C6.08016757,16.1242398 6.08016757,9.8957602 9.74,5.74 L9.74,5.73 Z"/>
|
|
4
|
+
<path d="M6.51 1.66L5 .34C-1.37709008 7.57920943-1.37709008 18.4307906 5 25.67L6.5 24.35C.792070347 17.8673962.792070347 8.15260381 6.5 1.67L6.51 1.66zM23.76 4.41L22.26 5.73C25.9198324 9.8857602 25.9198324 16.1142398 22.26 20.27L23.76 21.59C28.0889939 16.6776347 28.0889939 9.31236527 23.76 4.4L23.76 4.41z"/>
|
|
5
|
+
<path d="M27,0.34 L25.5,1.66 C31.2079297,8.14260381 31.2079297,17.8573962 25.5,24.34 L27,25.67 C33.3770901,18.4307906 33.3770901,7.57920943 27,0.34 Z"/>
|
|
6
|
+
<path class="euiIcon__fillSecondary" d="M21,13 C20.999463,10.3688735 18.9598921,8.18834286 16.3346659,8.01223323 C13.7094398,7.8361236 11.3968986,9.72469888 11.044937,12.3321785 C10.6929754,14.9396582 12.422033,17.3737746 15,17.9 L15,29 L17,29 L17,17.9 C19.3283313,17.4247314 21.000485,15.3763431 21,13 Z M16,16 C14.3431458,16 13,14.6568542 13,13 C13,11.3431458 14.3431458,10 16,10 C17.6568542,10 19,11.3431458 19,13 C19,14.6568542 17.6568542,16 16,16 Z"/>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|