@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 fill-rule="evenodd" d="M2.66666667,8.00151515 C2.66666667,6.5015163 3.06060576,5.25909301 3.91515056,4.18030596 L5.35151309,4.18030596 C4.69999844,4.98030534 4.21212003,6.56818292 4.21212003,8.00151515 C4.21212003,9.43181708 4.69999844,11.0196947 5.35151309,11.819694 L3.91515056,11.819694 C3.06060576,10.740907 2.66666667,9.4984837 2.66666667,8.00151515 Z M6.76969728,9.99848332 L5.95151609,9.19545363 L7.18181818,7.99848485 L5.95151609,6.79545547 L6.78181849,6.00151668 L8.00302967,7.19545516 L9.23030146,6.00151668 L10.0484826,6.79545547 L8.82121086,7.99545455 L10.0484826,9.19545363 L9.23030146,9.99848332 L7.99999937,8.79545394 L6.76969728,9.99848332 Z M13.3333333,7.99848485 C13.3333333,9.4984837 12.9393942,10.740907 12.0848494,11.819694 L10.6484869,11.819694 C11.3000016,11.0196947 11.78788,9.43181708 11.78788,7.99848485 C11.78788,6.56818292 11.3000016,4.98030534 10.6484869,4.18030596 L12.0848494,4.18030596 C12.9393942,5.25909301 13.3333333,6.5015163 13.3333333,7.99848485 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M8.049,3.78459082 L11.9014677,4.79136297 L7.8522598,5.89438837 L4,4.79136297 L7.951,3.78459082 C7.98288889,3.77603527 8.01672222,3.77603527 8.049,3.78459082 Z M8.12166595,6.43935385 L12.6666667,5.13325749 L12.6666667,10.5839242 L12.536,10.7674797 L8.12166595,12.2218258 L8.12166595,6.43935385 Z M3.33333333,10.5839242 L3.33333333,5.18770194 L7.49752755,6.40986103 L7.49752755,12.2192797 L3.464,10.7674797 L3.33333333,10.5839242 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M4.88866681,12 L4.88866681,4 L8.19335431,4 C9.99022931,4 11.1152293,5.1171875 11.1113231,6.76953125 C11.1152293,8.421875 9.96679181,9.515625 8.13476056,9.515625 L6.82226056,9.515625 L6.82226056,12 L4.88866681,12 Z M6.82226056,7.9921875 L7.77538556,7.9921875 C8.64257306,7.9921875 9.11132306,7.51953125 9.10741681,6.76953125 C9.11132306,6.0390625 8.64257306,5.55859375 7.77538556,5.55859375 L6.82226056,5.55859375 L6.82226056,7.9921875 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 7C6.32843 7 7 6.32843 7 5.5C7 4.67157 6.32843 4 5.5 4C4.67157 4 4 4.67157 4 5.5C4 6.32843 4.67157 7 5.5 7ZM5.5 8C6.88071 8 8 6.88071 8 5.5C8 4.11929 6.88071 3 5.5 3C4.11929 3 3 4.11929 3 5.5C3 6.88071 4.11929 8 5.5 8ZM11 9C11.5523 9 12 8.55228 12 8C12 7.44772 11.5523 7 11 7C10.4477 7 10 7.44772 10 8C10 8.55228 10.4477 9 11 9ZM11 10C12.1046 10 13 9.10457 13 8C13 6.89543 12.1046 6 11 6C9.89543 6 9 6.89543 9 8C9 9.10457 9.89543 10 11 10ZM8.5 11.5C8.5 11.7761 8.27614 12 8 12C7.72386 12 7.5 11.7761 7.5 11.5C7.5 11.2239 7.72386 11 8 11C8.27614 11 8.5 11.2239 8.5 11.5ZM9.5 11.5C9.5 12.3284 8.82843 13 8 13C7.17157 13 6.5 12.3284 6.5 11.5C6.5 10.6716 7.17157 10 8 10C8.82843 10 9.5 10.6716 9.5 11.5Z"/>
|
|
3
|
+
</svg>
|
|
4
|
+
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M4.88866681,12 L4.88866681,4 L8.19335431,4 C9.99022931,4 11.1152293,5.1171875 11.1113231,6.76953125 C11.1152293,8.421875 9.96679181,9.515625 8.13476056,9.515625 L6.82226056,9.515625 L6.82226056,12 L4.88866681,12 Z M6.82226056,7.9921875 L7.77538556,7.9921875 C8.64257306,7.9921875 9.11132306,7.51953125 9.10741681,6.76953125 C9.11132306,6.0390625 8.64257306,5.55859375 7.77538556,5.55859375 L6.82226056,5.55859375 L6.82226056,7.9921875 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<g fill-rule="evenodd" transform="translate(3 5)">
|
|
3
|
+
<path d="M9.1799078,0.115901897 C9.39204625,-0.0608801431 9.7073286,-0.0322181112 9.88411064,0.179920337 C10.0412502,0.368487847 10.0360636,0.638551773 9.88397946,0.820397663 L9.8200922,0.884123177 L7.281,3.00001254 L9.8200922,5.1159019 C10.0086597,5.27304149 10.0522582,5.53961342 9.93545908,5.74590325 L9.88411064,5.82010474 C9.72697105,6.00867225 9.46039911,6.05227074 9.25410929,5.93547162 L9.1799078,5.88412318 L6.1799078,3.38412318 C5.96668374,3.20643646 5.94299218,2.89559133 6.10883311,2.68831386 L6.1799078,2.6159019 L9.1799078,0.115901897 Z" transform="matrix(-1 0 0 1 16 0)" />
|
|
4
|
+
<path d="M3.1799078,0.115901897 C3.39204625,-0.0608801431 3.7073286,-0.0322181112 3.88411064,0.179920337 C4.04125023,0.368487847 4.03606364,0.638551773 3.88397946,0.820397663 L3.8200922,0.884123177 L1.281,3.00001254 L3.8200922,5.1159019 C4.00865971,5.27304149 4.0522582,5.53961342 3.93545908,5.74590325 L3.88411064,5.82010474 C3.72697105,6.00867225 3.46039911,6.05227074 3.25410929,5.93547162 L3.1799078,5.88412318 L0.1799078,3.38412318 C-0.0333162593,3.20643646 -0.0570078215,2.89559133 0.108833114,2.68831386 L0.1799078,2.6159019 L3.1799078,0.115901897 Z" />
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M8.53333333,9.06666667 C6.74133333,9.06666667 6.15466667,9.78666667 5.96266667,10.2613333 C6.53333333,10.5066667 6.93333333,11.072 6.93333333,11.7333333 C6.93333333,12.6186667 6.21866667,13.3333333 5.33333333,13.3333333 C4.448,13.3333333 3.73333333,12.6186667 3.73333333,11.7333333 C3.73333333,11.0346667 4.176,10.4426667 4.8,10.224 L4.8,5.776 C4.176,5.55733333 3.73333333,4.96533333 3.73333333,4.26666667 C3.73333333,3.38133333 4.448,2.66666667 5.33333333,2.66666667 C6.21866667,2.66666667 6.93333333,3.38133333 6.93333333,4.26666667 C6.93333333,4.96533333 6.49066667,5.55733333 5.86666667,5.776 L5.86666667,8.59733333 C6.336,8.25066667 7.01866667,8 8,8 C9.424,8 9.89866667,7.28533333 10.0533333,6.81066667 C9.47733333,6.57066667 9.06666667,6 9.06666667,5.33333333 C9.06666667,4.448 9.78133333,3.73333333 10.6666667,3.73333333 C11.552,3.73333333 12.2666667,4.448 12.2666667,5.33333333 C12.2666667,6.048 11.7973333,6.66666667 11.152,6.85866667 C11.0133333,7.62133333 10.496,9.06666667 8.53333333,9.06666667 Z M5.33333333,11.2 C5.04,11.2 4.8,11.44 4.8,11.7333333 C4.8,12.0266667 5.04,12.2666667 5.33333333,12.2666667 C5.62666667,12.2666667 5.86666667,12.0266667 5.86666667,11.7333333 C5.86666667,11.44 5.62666667,11.2 5.33333333,11.2 Z M5.33333333,3.73333333 C5.04,3.73333333 4.8,3.97333333 4.8,4.26666667 C4.8,4.56 5.04,4.8 5.33333333,4.8 C5.62666667,4.8 5.86666667,4.56 5.86666667,4.26666667 C5.86666667,3.97333333 5.62666667,3.73333333 5.33333333,3.73333333 Z M10.6666667,4.8 C10.3733333,4.8 10.1333333,5.04 10.1333333,5.33333333 C10.1333333,5.62666667 10.3733333,5.86666667 10.6666667,5.86666667 C10.96,5.86666667 11.2,5.62666667 11.2,5.33333333 C11.2,5.04 10.96,4.8 10.6666667,4.8 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<g>
|
|
3
|
+
<path d="M6.26974 7.50002C6.26974 6.94774 6.71746 6.50002 7.26974 6.50002C7.82203 6.50002 8.26974 6.94774 8.26974 7.50002C8.26974 8.05231 7.82203 8.50002 7.26974 8.50002C6.71746 8.50002 6.26974 8.05231 6.26974 7.50002Z"/>
|
|
4
|
+
<path d="M8.76974 7.50002C8.76974 6.94774 9.21746 6.50002 9.76974 6.50002C10.322 6.50002 10.7697 6.94774 10.7697 7.50002C10.7697 8.05231 10.322 8.50002 9.76974 8.50002C9.21746 8.50002 8.76974 8.05231 8.76974 7.50002Z"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.7017 10.682C10.1231 12.2606 7.66343 12.4212 5.90559 11.1637L4.28033 12.7889C3.98744 13.0818 3.51256 13.0818 3.21967 12.7889C2.92678 12.496 2.92678 12.0212 3.21967 11.7283L4.8468 10.1011C3.5994 8.34418 3.76306 5.89274 5.33778 4.31802C7.09513 2.56066 9.94438 2.56066 11.7017 4.31802C13.4591 6.07538 13.4591 8.92462 11.7017 10.682ZM6.39843 9.62132C7.57 10.7929 9.4695 10.7929 10.6411 9.62132C11.8126 8.44975 11.8126 6.55025 10.6411 5.37868C9.4695 4.20711 7.57 4.20711 6.39843 5.37868C5.22686 6.55025 5.22686 8.44975 6.39843 9.62132Z"/>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M13,10 L13,13 L10,13 L10,12 L6,12 L6,13 L3,13 L3,10 L4,10 L4,6 L3,6 L3,3 L6,3 L6,4 L10,4 L10,3 L13,3 L13,6 L12,6 L12,10 L13,10 Z M5,11 L4,11 L4,12 L5,12 L5,11 Z M12,11 L11,11 L11,12 L12,12 L12,11 Z M5,4 L4,4 L4,5 L5,5 L5,4 Z M12,4 L11,4 L11,5 L12,5 L12,4 Z M11,6 L10,6 L10,5 L6,5 L6,6 L5,6 L5,10 L6,10 L6,11 L10,11 L10,10 L11,10 L11,6 Z" />
|
|
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="M9.14663462,4.29740343 L8.89242788,5.75233131 L9.828125,5.75233131 L9.60637019,7.01795631 L8.67067308,7.01795631 L8.21634615,9.70605727 C8.19110564,9.88995242 8.20282428,10.0287731 8.2515024,10.1225236 C8.30018053,10.2162741 8.42187403,10.2667544 8.61658654,10.2739659 C8.69230807,10.2775717 8.8473546,10.2685574 9.08173077,10.2469227 L8.95192308,11.5666342 C8.65264273,11.6639905 8.33353535,11.7090621 7.99459135,11.7018505 C7.4429059,11.694639 7.03004945,11.532381 6.75600962,11.2150717 C6.48196978,10.8977624 6.37019206,10.4668773 6.42067308,9.92240343 L6.89663462,7.01795631 L6.171875,7.01795631 L6.38822115,5.75233131 L7.11298077,5.75233131 L7.3671875,4.29740343 L9.14663462,4.29740343 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M4.667 4.667h2.666v2.666H4.667V4.667Zm0 4h2.666v2.666H4.667V8.667Zm4-4h2.666v2.666H8.667V4.667Zm0 4h2.666v2.666H8.667V8.667ZM3.333 3.333v9.334h9.334V3.333H3.333Zm0-1.333h9.334C13.403 2 14 2.597 14 3.333v9.334c0 .736-.597 1.333-1.333 1.333H3.333A1.333 1.333 0 0 1 2 12.667V3.333C2 2.597 2.597 2 3.333 2Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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.31637016,14 C5.00266166,14 2.31637016,11.3137085 2.31637016,8 C2.31637016,4.6862915 5.00266166,2 8.31637016,2 C11.6300787,2 14.3163702,4.6862915 14.3163702,8 C14.3163702,11.3137085 11.6300787,14 8.31637016,14 Z M8.31637016,12.6666667 C10.893699,12.6666667 12.9830368,10.5773288 12.9830368,8 C12.9830368,5.42267117 10.893699,3.33333333 8.31637016,3.33333333 C5.73904133,3.33333333 3.64970349,5.42267117 3.64970349,8 C3.64970349,10.5773288 5.73904133,12.6666667 8.31637016,12.6666667 Z M10.5060642,6.94788926 L11.6493954,6.94788926 C11.6678363,8.39549411 10.8564399,9.28526396 9.72693933,9.28526396 C9.09534103,9.28526396 8.53289584,9.01787199 8.02116292,8.47386762 C7.66156681,8.07738986 7.38495442,7.8975918 7.0207481,7.8975918 C6.50440497,7.8975918 6.17247011,8.25257771 6.13558845,8.98099033 L4.98303683,8.98099033 C4.99686745,7.51033446 5.84053524,6.66666667 6.93315418,6.66666667 C7.52787082,6.66666667 8.05804457,6.91561782 8.61126935,7.4688426 C9.0031369,7.85148974 9.25208806,8.06355924 9.64856581,8.06355924 C10.1326375,8.06355924 10.5060642,7.74084478 10.5060642,6.94788926 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/>
|
|
3
|
+
<path fill-rule="evenodd" d="M4 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6.989a1 1 0 0 0 .825-.436l2.05-3a1 1 0 0 0 0-1.128l-2.05-3A1 1 0 0 0 10.99 4H4Zm.75 1.25a.5.5 0 0 0-.5.5v4.5a.5.5 0 0 0 .5.5h5.745a.5.5 0 0 0 .405-.206l1.636-2.25a.5.5 0 0 0 0-.588L10.9 5.456a.5.5 0 0 0-.405-.206H4.75Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.14664 4.29739L8.89243 5.75232H9.82812L9.60637 7.01795H8.67067L8.21635 9.70605C8.19111 9.88994 8.20282 10.0288 8.2515 10.1225C8.30018 10.2163 8.42187 10.2667 8.61659 10.274C8.69231 10.2776 8.84735 10.2685 9.08173 10.2469L8.95192 11.5666C8.65264 11.664 8.33354 11.7091 7.99459 11.7018C7.44291 11.6946 7.03005 11.5324 6.75601 11.2151C6.48197 10.8978 6.37019 10.4669 6.42067 9.92239L6.89663 7.01795H6.17188L6.38822 5.75232H7.11298L7.36719 4.29739H9.14664Z" />
|
|
3
|
+
</svg>
|
|
4
|
+
|
|
@@ -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="M10.3862355,9.83551835 C10.1416142,9.44915931 10,8.99111753 10,8.5 C10,7.11928813 11.1192881,6 12.5,6 C13.8807119,6 15,7.11928813 15,8.5 C15,9.31915408 14.6060265,10.0462907 13.9972252,10.5022643 C15.2116293,11.1740421 16,12.460733 16,14 L16,15.5 C16,15.7761424 15.7761424,16 15.5,16 C15.2238576,16 15,15.7761424 15,15.5 L15,14 C15,12.2761424 13.7238576,11 12,11 C11.089894,11 10.7020605,10.9807464 10.1953277,10.8779363 C8.94554177,10.6243696 7.86201213,9.87790569 6.6095656,8.31234752 C6.43706082,8.09671656 6.47202151,7.78207037 6.68765248,7.6095656 C6.90328344,7.43706082 7.21792963,7.47202151 7.3904344,7.68765248 C8.29031041,8.81249749 9.0427005,9.42863784 9.82378816,9.73131871 C9.97873029,9.78276913 10.1693475,9.81389579 10.3862355,9.83551835 L10.3862355,9.83551835 Z M12.170923,9.96378986 C12.2544058,9.97383471 12.3382921,9.9851584 12.4223525,9.99802494 C12.4480693,9.99933632 12.4739572,10 12.5,10 C13.3284271,10 14,9.32842712 14,8.5 C14,7.67157288 13.3284271,7 12.5,7 C11.6715729,7 11,7.67157288 11,8.5 C11,9.21537784 11.5007898,9.81378995 12.170923,9.96378986 L12.170923,9.96378986 Z M9.78,11.97 C10.0561424,11.97 10.28,12.1938576 10.28,12.47 C10.28,12.546303 10.2327718,12.6959893 10.230294,12.7012339 C10.0513095,13.0800879 10,13.4749479 10,14.0027108 L10,15.5027108 C10,15.7788532 9.77614237,16.0027108 9.5,16.0027108 C9.22385763,16.0027108 9,15.7788532 9,15.5027108 L9,14.0027108 C9,13.3458557 9.07216893,12.81693 9.30730941,12.3065993 C9.37501819,12.1106964 9.56107839,11.97 9.78,11.97 Z M5.95827032,5.77244277 C6.13077509,5.98807373 6.0958144,6.30271992 5.88018344,6.47522469 C5.66455247,6.64772947 5.34990628,6.61276878 5.17740151,6.39713781 L3.10958401,3.81236594 C2.93707923,3.59673497 2.97203992,3.28208878 3.18767089,3.10958401 C3.40330186,2.93707923 3.71794804,2.97203992 3.89045282,3.18767089 L5.95827032,5.77244277 Z M1,11 L6.5,11 C6.77614237,11 7,11.2238576 7,11.5 C7,11.7761424 6.77614237,12 6.5,12 L0.5,12 C0.223857625,12 1.77635684e-14,11.7761424 1.77635684e-14,11.5 L1.77635684e-14,0.5 C1.77635684e-14,0.223857625 0.223857625,3.55271368e-15 0.5,3.55271368e-15 L12.5,3.55271368e-15 C12.7761424,3.55271368e-15 13,0.223857625 13,0.5 L13,3.5 C13,3.77614237 12.7761424,4 12.5,4 C12.2238576,4 12,3.77614237 12,3.5 L12,1 L1,1 L1,11 Z"/>
|
|
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="M11,3 L16,3 L16,4 L0,4 L0,3 L5,3 L5,1 C5,0.448 5.448,0 6,0 L10,0 C10.552,0 11,0.448 11,1 L11,3 Z M3.944,11 L7,11 L7,12 L4.1,12 L4.492,14.519 C4.534,14.788 4.746,14.977 4.985,14.977 L11.015,14.977 C11.254,14.977 11.466,14.788 11.508,14.519 L13.006,4.943 L14,4.943 L12.496,14.673 C12.38,15.42 11.756,15.977 11.015,15.977 L4.985,15.977 C4.244,15.977 3.62,15.42 3.504,14.673 L1.993,4.943 L9,4.943 L9,5.95 L3.157,5.95 L3.476,8 L8,8 L8,9 L3.632,9 L3.944,11 Z M6,3 L10,3 L10,1 L6,1 L6,3 Z" />
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M5.14 3.808L7.53 1.51a.67.67 0 01.942 0l2.389 2.298c.26.256.685.256.944 0a.65.65 0 000-.93L9.416.578a2.02 2.02 0 00-2.832 0l-2.388 2.3a.65.65 0 000 .93c.26.256.683.256.944 0zm0 8.384L7.53 14.49a.67.67 0 00.942 0l2.389-2.298a.677.677 0 01.944 0 .65.65 0 010 .93l-2.388 2.3a2.02 2.02 0 01-2.832 0l-2.388-2.3a.65.65 0 010-.93.677.677 0 01.944 0zM16 6H0v4h16V6zM1 9V7h14v2H1z"/></svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
2
|
+
<path d="M7.565 10.83a.5.5 0 11.819.573l-1.877 2.68c-.963 1.376-3.02 1.55-4.588.45C.35 13.436-.191 11.445.773 10.07L3.64 5.973c.963-1.375 3.019-1.548 4.587-.45a.5.5 0 11-.573.82C6.509 5.54 5.08 5.66 4.46 6.546l-2.868 4.095c-.621.887-.245 2.27.9 3.073 1.146.802 2.575.682 3.196-.205l1.877-2.68z"/>
|
|
3
|
+
<path d="M7.892 3.43a.5.5 0 11-.574-.819L10 .734c1.376-.963 3.367-.422 4.465 1.146 1.098 1.569.926 3.625-.45 4.588L9.918 9.336c-1.375.963-3.366.422-4.464-1.146a.5.5 0 11.819-.574c.802 1.146 2.185 1.522 3.072.9L13.44 5.65c.886-.621 1.006-2.05.204-3.195-.802-1.146-2.186-1.522-3.072-.9L7.892 3.43zM6 .5v3a.5.5 0 01-1 0v-3a.5.5 0 011 0zM1.058 2.23l2.458 1.72a.5.5 0 01-.574.82L.484 3.05a.5.5 0 11.574-.82zM13.058 9.323l2.457 1.72a.5.5 0 11-.573.82l-2.457-1.72a.5.5 0 11.573-.82zM10.959 10.504v3a.5.5 0 11-1 0v-3a.5.5 0 111 0z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path fill-rule="evenodd" d="M8 9a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" clip-rule="evenodd"/>
|
|
3
|
+
<path d="M15 14.291A9.053 9.053 0 0 0 8 11a9.053 9.053 0 0 0-7 3.291l.715.71A8.047 8.047 0 0 1 8 11.996 8.047 8.047 0 0 1 14.286 15l.714-.71Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18">
|
|
2
|
+
<g fill-rule="evenodd" transform="translate(2 1)">
|
|
3
|
+
<path d="M11.6888,10.1318 C12.8438,11.3538 13.6418,13.0108 13.8718,14.8798 C13.9438,15.4738 13.4708,15.9998 12.8718,15.9998 L1.0068,15.9998 C0.4078,15.9998 -0.0652,15.4738 0.0078,14.8798 C0.2368,13.0108 1.0348,11.3538 2.1898,10.1318 C2.4368,10.3598 2.6948,10.5738 2.9718,10.7648 C1.9338,11.8338 1.2068,13.3148 0.9998,15.0018 L12.8718,14.9998 C12.6678,13.3138 11.9428,11.8338 10.9058,10.7648 C11.1838,10.5738 11.4418,10.3598 11.6888,10.1318 Z M6.9392,0.0003 C8.8392,0.0003 9.9392,2.0003 11.3182,2.6333 C10.8602,3.1603 10.1922,3.5003 9.4392,3.5003 C9.1412,3.5003 8.8602,3.4393 8.5952,3.3433 C7.9072,4.1953 6.8682,4.7503 5.6892,4.7503 C4.2942,4.7503 1.9392,5.0003 2.4442,2.8473 C3.9392,2.0003 4.9522,0.0003 6.9392,0.0003 Z"/>
|
|
4
|
+
<path d="M6.9393,1 C9.1453,1 10.9393,2.794 10.9393,5 C10.9393,7.206 9.1453,9 6.9393,9 C4.7333,9 2.9393,7.206 2.9393,5 C2.9393,2.794 4.7333,1 6.9393,1 M6.9393,10 C9.7003,10 11.9393,7.761 11.9393,5 C11.9393,2.239 9.7003,0 6.9393,0 C4.1783,0 1.9393,2.239 1.9393,5 C1.9393,7.761 4.1783,10 6.9393,10"/>
|
|
5
|
+
</g>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" d="M5.482 4.344a2 2 0 10-2.963 0c-.08.042-.156.087-.23.136-.457.305-.75.704-.933 1.073A3.457 3.457 0 001 6.978V9a1 1 0 001 1h2.5a3.69 3.69 0 01.684-.962L5.171 9H2V7s0-2 2-2c1.007 0 1.507.507 1.755 1.01.225-.254.493-.47.793-.636a2.717 2.717 0 00-1.066-1.03zM4 4a1 1 0 100-2 1 1 0 000 2zm10 6h-2.5a3.684 3.684 0 00-.684-.962L10.829 9H14V7s0-2-2-2c-1.007 0-1.507.507-1.755 1.01a3.012 3.012 0 00-.793-.636 2.716 2.716 0 011.066-1.03 2 2 0 112.963 0c.08.042.156.087.23.136.457.305.75.704.933 1.073A3.453 3.453 0 0115 6.944V9a1 1 0 01-1 1zm-2-6a1 1 0 100-2 1 1 0 000 2z" />
|
|
3
|
+
<path fill-rule="evenodd" d="M10 8c0 .517-.196.989-.518 1.344a2.755 2.755 0 011.163 1.21A3.453 3.453 0 0111 11.977V14a1 1 0 01-1 1H6a1 1 0 01-1-1v-2.022a2.005 2.005 0 01.006-.135 3.456 3.456 0 01.35-1.29 2.755 2.755 0 011.162-1.21A2 2 0 1110 8zm-4 4v2h4v-2s0-2-2-2-2 2-2 2zm3-4a1 1 0 11-2 0 1 1 0 012 0z" />
|
|
4
|
+
</svg>
|
|
@@ -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="M12.5,11 L12.5,5 L11,5 L11,3.5 L5,3.5 L5,5 L3.5,5 L3.5,11 L5,11 L5,12.5 L11,12.5 L11,11 L12.5,11 Z M13.5,11 L15,11 L15,15 L11,15 L11,13.5 L5,13.5 L5,15 L1,15 L1,11 L2.5,11 L2.5,5 L1,5 L1,1 L5,1 L5,2.5 L11,2.5 L11,1 L15,1 L15,5 L13.5,5 L13.5,11 Z M4,4 L4,2 L2,2 L2,4 L4,4 Z M12,4 L14,4 L14,2 L12,2 L12,4 Z M2,14 L4,14 L4,12 L2,12 L2,14 Z M12,14 L14,14 L14,12 L12,12 L12,14 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M0,1.99406028 C0,0.892771196 0.894513756,0 1.99406028,0 L14.0059397,0 C15.1072288,0 16,0.894513756 16,1.99406028 L16,14.0059397 C16,15.1072288 15.1054862,16 14.0059397,16 L1.99406028,16 C0.892771196,16 0,15.1054862 0,14.0059397 L0,1.99406028 Z M1,1.99406028 L1,14.0059397 C1,14.5539384 1.44579254,15 1.99406028,15 L14.0059397,15 C14.5539384,15 15,14.5542075 15,14.0059397 L15,1.99406028 C15,1.44606163 14.5542075,1 14.0059397,1 L1.99406028,1 C1.44606163,1 1,1.44579254 1,1.99406028 Z M1,4 L15,4 L15,5 L1,5 L1,4 Z M2.5,3 C2.22385763,3 2,2.77614237 2,2.5 C2,2.22385763 2.22385763,2 2.5,2 L3.5,2 C3.77614237,2 4,2.22385763 4,2.5 C4,2.77614237 3.77614237,3 3.5,3 L2.5,3 Z M5.5,3 C5.22385763,3 5,2.77614237 5,2.5 C5,2.22385763 5.22385763,2 5.5,2 L6.5,2 C6.77614237,2 7,2.22385763 7,2.5 C7,2.77614237 6.77614237,3 6.5,3 L5.5,3 Z M10.4472136,9.10557266 C11.1842621,9.4740969 11.1842621,10.5259027 10.4472136,10.8944269 L7.4472136,12.8944268 C6.7823125,13.2268773 6,12.7433816 6,11.9999996 L6,7.99999993 C6,7.25661796 6.7823125,6.77312228 7.4472136,7.1055728 L10.4472136,9.10557266 Z M10,9.99999993 L7,7.99999993 L7,11.9999999 L10,9.99999993 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M3,13 L13,13 L13,9.91320216 L10.4285232,7.08652971 L8.56068891,8.75255137 C8.34446152,8.94541619 8.01009245,8.91469507 7.83262843,8.68565874 L4.44774459,4.31710345 L3,6.19114546 L3,13 Z M8.29492153,7.64961053 L10.1323775,6.01068495 C10.3370274,5.82814675 10.6505158,5.84450779 10.8350522,6.04735771 L13.8698544,9.38333647 C13.953595,9.47538754 14,9.59535769 14,9.71979998 L14,13.5 C14,13.7761424 13.7761424,14 13.5,14 L2.5,14 C2.22385763,14 2,13.7761424 2,13.5 L2,6.02050792 C2,5.90988198 2.03668793,5.80237946 2.10431881,5.71483425 L4.05147457,3.19432633 C4.25145496,2.93546046 4.64204271,2.93517899 4.84239599,3.19375637 L8.29492153,7.64961053 Z M1,15 L14.5,15 C14.7761424,15 15,15.2238576 15,15.5 C15,15.7761424 14.7761424,16 14.5,16 L0.5,16 C0.223857625,16 0,15.7761424 0,15.5 L0,1.5 C0,1.22385763 0.223857625,1 0.5,1 C0.776142375,1 1,1.22385763 1,1.5 L1,15 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M0.5,1 C0.776142375,1 1,1.22385763 1,1.5 L1,15 L14.5,15 C14.7761424,15 15,15.2238576 15,15.5 C15,15.7761424 14.7761424,16 14.5,16 L0.5,16 C0.223857625,16 0,15.7761424 0,15.5 L0,1.5 C0,1.22385763 0.223857625,1 0.5,1 Z M4.84239599,3.19375637 L8.29492153,7.64961053 L10.1323775,6.01068495 C10.3370274,5.82814675 10.6505158,5.84450779 10.8350522,6.04735771 L13.8698544,9.38333647 C13.953595,9.47538754 14,9.59535769 14,9.71979998 L14,13.5 C14,13.7761424 13.7761424,14 13.5,14 L2.5,14 C2.22385763,14 2,13.7761424 2,13.5 L2,6.02050792 C2,5.90988198 2.03668793,5.80237946 2.10431881,5.71483425 L4.05147457,3.19432633 C4.25145496,2.93546046 4.64204271,2.93517899 4.84239599,3.19375637 Z M4.44774459,4.31710345 L3,6.19114546 L3,10.292 L4.14644661,9.14644661 C4.27688672,9.0160065 4.46632686,8.96965422 4.63901149,9.01968322 L4.7236068,9.0527864 L8.5,10.940983 L10.2763932,10.0527864 C10.3890042,9.99648091 10.5175655,9.98521981 10.6365566,10.0190031 L10.7236068,10.0527864 L13,11.191 L13,9.91320216 L10.4285232,7.08652971 L8.56068891,8.75255137 C8.34446152,8.94541619 8.01009245,8.91469507 7.83262843,8.68565874 L4.44774459,4.31710345 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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.5,10 L2.5,10 C2.22385763,10 2,9.77614237 2,9.5 C2,9.22385763 2.22385763,9 2.5,9 L8,9 L8,6 L2.5,6 C2.22385763,6 2,5.77614237 2,5.5 C2,5.22385763 2.22385763,5 2.5,5 L13,5 L13,2 L2.5,2 C2.22385763,2 2,1.77614237 2,1.5 C2,1.22385763 2.22385763,1 2.5,1 L13.5,1 C13.7761424,1 14,1.22385763 14,1.5 L14,5.5 C14,5.77614237 13.7761424,6 13.5,6 L9,6 L9,9 L11.5,9 C11.7761424,9 12,9.22385763 12,9.5 L12,13.5 C12,13.7761424 11.7761424,14 11.5,14 L2.5,14 C2.22385763,14 2,13.7761424 2,13.5 C2,13.2238576 2.22385763,13 2.5,13 L11,13 L11,10 L8.5,10 Z M0,0.5 C0,0.223857625 0.223857625,0 0.5,0 C0.776142375,0 1,0.223857625 1,0.5 L1,14.5 C1,14.7761424 0.776142375,15 0.5,15 C0.223857625,15 0,14.7761424 0,14.5 L0,0.5 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M0.5,0 C0.776142375,0 1,0.223857625 1,0.5 L1,14.5 C1,14.7761424 0.776142375,15 0.5,15 C0.223857625,15 0,14.7761424 0,14.5 L0,0.5 C0,0.223857625 0.223857625,0 0.5,0 Z M13.5,1 C13.7761424,1 14,1.22385763 14,1.5 L14,5.5 C14,5.77614237 13.7761424,6 13.5,6 L9,6 L9,9 L11.5,9 C11.7761424,9 12,9.22385763 12,9.5 L12,13.5 C12,13.7761424 11.7761424,14 11.5,14 L2.5,14 C2.22385763,14 2,13.7761424 2,13.5 C2,13.2238576 2.22385763,13 2.5,13 L9,13 L9,10 L2.5,10 C2.22385763,10 2,9.77614237 2,9.5 C2,9.22385763 2.22385763,9 2.5,9 L6,9 L6,6 L2.5,6 C2.22385763,6 2,5.77614237 2,5.5 C2,5.22385763 2.22385763,5 2.5,5 L10,5 L10,2 L2.5,2 C2.22385763,2 2,1.77614237 2,1.5 C2,1.22385763 2.22385763,1 2.5,1 L13.5,1 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M10,7.5 L10,13.5 C10,13.7761424 9.77614237,14 9.5,14 C9.22385763,14 9,13.7761424 9,13.5 L9,8 L6,8 L6,13.5 C6,13.7761424 5.77614237,14 5.5,14 C5.22385763,14 5,13.7761424 5,13.5 L5,3 L2,3 L2,13.5 C2,13.7761424 1.77614237,14 1.5,14 C1.22385763,14 1,13.7761424 1,13.5 L1,2.5 C1,2.22385763 1.22385763,2 1.5,2 L5.5,2 C5.77614237,2 6,2.22385763 6,2.5 L6,7 L9,7 L9,4.5 C9,4.22385763 9.22385763,4 9.5,4 L13.5,4 C13.7761424,4 14,4.22385763 14,4.5 L14,13.5 C14,13.7761424 13.7761424,14 13.5,14 C13.2238576,14 13,13.7761424 13,13.5 L13,5 L10,5 L10,7.5 Z M0.5,16 C0.223857625,16 -4.30381884e-16,15.7761424 -4.1347304e-16,15.5 C-3.96564196e-16,15.2238576 0.223857625,15 0.5,15 L14.5,15 C14.7761424,15 15,15.2238576 15,15.5 C15,15.7761424 14.7761424,16 14.5,16 L0.5,16 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M14.5,15 C14.7761424,15 15,15.2238576 15,15.5 C15,15.7761424 14.7761424,16 14.5,16 L0.5,16 C0.223857625,16 3.061617e-17,15.7761424 3.061617e-17,15.5 C3.061617e-17,15.2238576 0.223857625,15 0.5,15 L14.5,15 Z M5.5,2 C5.77614237,2 6,2.22385763 6,2.5 L5.999,7 L9,7 L9,4.5 C9,4.22385763 9.22385763,4 9.5,4 L13.5,4 C13.7761424,4 14,4.22385763 14,4.5 L14,13.5 C14,13.7761424 13.7761424,14 13.5,14 C13.2238576,14 13,13.7761424 13,13.5 L13,7 L10,7 L10,13.5 C10,13.7454599 9.82312484,13.9496084 9.58987563,13.9919443 L9.5,14 C9.22385763,14 9,13.7761424 9,13.5 L9,10 L6,10 L6,13.5 C6,13.7761424 5.77614237,14 5.5,14 C5.25454011,14 5.05039163,13.8231248 5.00805567,13.5898756 L5,13.5 L5,6 L2,6 L2,13.5 C2,13.7761424 1.77614237,14 1.5,14 C1.22385763,14 1,13.7761424 1,13.5 L1,2.5 C1,2.22385763 1.22385763,2 1.5,2 L5.5,2 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M12.8772103,5.84655446 L11.8562026,6.86756216 C11.6609405,7.06282431 11.344358,7.06282431 11.1490958,6.86756216 C10.9538337,6.67230001 10.9538337,6.35571753 11.1490958,6.16045538 L12.2485466,5.0610046 C12.1988537,5.00782756 12.1482406,4.95542864 12.0967258,4.90383233 C11.5025672,4.31061087 10.8008129,3.83641438 10.0304311,3.51058976 C9.38755834,3.23901823 8.70410671,3.07251346 8,3.01894921 L8,4.5 C8,4.77614237 7.77614237,5 7.5,5 C7.22385763,5 7,4.77614237 7,4.5 L7,3.01894874 C6.29589956,3.07251066 5.6124788,3.23900253 4.96976615,3.5105064 C4.19918712,3.83641438 3.49743285,4.31061087 2.90383233,4.90327423 C2.84780681,4.95938826 2.79285085,5.01644485 2.738988,5.07441348 L3.80982378,6.14524926 C4.00508592,6.3405114 4.00508592,6.65709389 3.80982378,6.85235604 C3.61456163,7.04761818 3.29797914,7.04761818 3.102717,6.85235604 L2.11233909,5.86197813 C1.87646035,6.21038297 1.67467819,6.58113363 1.51058976,6.96956894 C1.17498913,7.76401338 1,8.61902057 1,9.5 C1,9.66763651 1.00635055,9.8343896 1.01894921,10 L2.5,10 C2.77614237,10 3,10.2238576 3,10.5 C3,10.7761424 2.77614237,11 2.5,11 L1.17388082,11 C1.25711173,11.3525424 1.36971441,11.6969465 1.51058976,12.0304311 C1.61804722,12.2848078 1.49894564,12.5781323 1.24456894,12.6855898 C0.990192244,12.7930472 0.696867701,12.6739456 0.589410241,12.4195689 C0.202203228,11.5029603 1.687539e-14,10.5147123 1.687539e-14,9.5 C1.687539e-14,8.48464699 0.202056471,7.49738716 0.589410241,6.58043106 C0.965266146,5.69069307 1.51176868,4.88220596 2.19672577,4.19616767 C2.88141183,3.51256156 3.69065631,2.96573069 4.58043106,2.58941024 C5.49703975,2.20220323 6.4852877,2 7.5,2 C8.5147123,2 9.50296025,2.20220323 10.4197661,2.5894936 C11.3093437,2.96573069 12.1185882,3.51256156 12.8038323,4.19672577 C13.4882313,4.88220596 14.0347339,5.69069307 14.4105898,6.58043106 C14.7979435,7.49738716 15,8.48464699 15,9.5 C15,10.5147123 14.7977968,11.5029603 14.4105898,12.4195689 C14.3031323,12.6739456 14.0098078,12.7930472 13.7554311,12.6855898 C13.5010544,12.5781323 13.3819528,12.2848078 13.4894102,12.0304311 C13.6302856,11.6969465 13.7428883,11.3525424 13.8261192,11 L12.5,11 C12.2238576,11 12,10.7761424 12,10.5 C12,10.2238576 12.2238576,10 12.5,10 L13.9810508,10 C13.9936494,9.8343896 14,9.66763651 14,9.5 C14,8.61902057 13.8250109,7.76401338 13.4894102,6.96956894 C13.3228864,6.57536842 13.1175416,6.19938141 12.8772103,5.84655446 Z M6.83578644,11.1642136 C6.44526215,10.7736893 6.44067299,10.1451134 6.82553628,9.76025016 C7.21039957,9.37538687 9.70750761,7.75776015 9.97487373,8.02512627 C10.2422399,8.29249239 8.62461313,10.7896004 8.23974984,11.1744637 C7.85488656,11.559327 7.22631073,11.5547379 6.83578644,11.1642136 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M10.7249422,3.65303793 C12.6689413,4.64572768 14,6.66742113 14,9 C14,9.7727401 13.8536077,10.5259872 13.5722293,11.2288599 C13.4696005,11.4852228 13.1785802,11.6098489 12.9222173,11.5072202 C12.6658544,11.4045914 12.5412283,11.1135711 12.6438571,10.8572082 C12.8781144,10.2720422 13,9.64489178 13,9 C13,6.38842374 10.9977827,4.24449039 8.44464952,4.01950128 C8.29758926,4.00652715 8.14926803,4 8,4 C5.23814237,4 3,6.23814237 3,9 C3,9.54962353 3.08794838,10.0849754 3.25830914,10.5910245 C3.28672394,10.6757394 3.3174287,10.7596837 3.35039638,10.8427882 C3.43523018,11.0566361 3.36225366,11.294046 3.18710463,11.4262102 C3.17144331,11.4380036 3.1549436,11.4489848 3.1376367,11.4590636 C3.13601,11.4600358 3.13436429,11.4609808 3.1327116,11.4619173 L1.39054744,12.4706962 C1.13305682,12.619793 0.803130948,12.5123949 0.682749841,12.2402926 C0.234729341,11.2276136 0,10.1293288 0,9 C0,4.58185763 3.58185763,1 8,1 C9.11912532,1 10.2078777,1.23071825 11.2118527,1.67111552 C11.4828939,1.79000873 11.5919091,2.1170178 11.4464293,2.37476682 L10.7249422,3.65303793 Z M9.79168069,3.27206459 L10.2928325,2.38416533 C9.56290377,2.13126728 8.79058089,2 8,2 C4.13414237,2 1,5.13414237 1,9 C1,9.79827358 1.13369583,10.5778999 1.39129508,11.314718 L2.27556393,10.8026929 C2.09382648,10.2248087 2,9.6186421 2,9 C2,5.6862915 4.6862915,3 8,3 C8.62406273,3 9.22587269,3.09527546 9.79167769,3.27207418 Z M6.73048093,9.46775054 C6.4326997,9.15399916 6.25,8.7299578 6.25,8.26324463 C6.25,7.29674632 7.03350169,6.51324463 8,6.51324463 C8.96649831,6.51324463 9.75,7.29674632 9.75,8.26324463 C9.75,8.7299578 9.5673003,9.15399916 9.26951907,9.46775054 C9.71554674,9.83455838 10,10.3906827 10,11.0132446 C10,12.1178141 9.1045695,13.0132446 8,13.0132446 C6.8954305,13.0132446 6,12.1178141 6,11.0132446 C6,10.3906827 6.28445326,9.83455838 6.73048093,9.46775054 Z M8,12.0132446 C8.55228475,12.0132446 9,11.5655294 9,11.0132446 C9,10.4609599 8.55228475,10.0132446 8,10.0132446 C7.44771525,10.0132446 7,10.4609599 7,11.0132446 C7,11.5655294 7.44771525,12.0132446 8,12.0132446 Z M8,9.01324463 C8.41421356,9.01324463 8.75,8.67745819 8.75,8.26324463 C8.75,7.84903107 8.41421356,7.51324463 8,7.51324463 C7.58578644,7.51324463 7.25,7.84903107 7.25,8.26324463 C7.25,8.67745819 7.58578644,9.01324463 8,9.01324463 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M12.6541971,3.47948296 C12.9015331,3.70460207 13.2055395,3.86854185 13.5422991,3.947385 L11.2395431,9.43033165 C10.9792319,9.22448778 10.6665037,9.08201809 10.3246516,9.02621599 L12.6541971,3.47948296 Z M9.14598967,9.19098128 C8.83859892,9.33635118 8.57420211,9.55776158 8.37707809,9.83093364 L6.80451146,7.83160473 C7.11611713,7.69453816 7.38610212,7.48028507 7.59025708,7.21305482 L9.14598967,9.19098128 Z M5.58099758,7.95603883 L3.4472136,12.2236068 C3.32371897,12.470596 3.02338245,12.5707082 2.7763932,12.4472136 C2.52940395,12.323719 2.42929178,12.0233825 2.5527864,11.7763932 L4.68674747,7.50847107 C4.93763151,7.727071 5.24356184,7.88410721 5.58099758,7.95603883 Z M1,15 L14.5,15 C14.7761424,15 15,15.2238576 15,15.5 C15,15.7761424 14.7761424,16 14.5,16 L0.5,16 C0.223857625,16 0,15.7761424 0,15.5 L0,1.5 C0,1.22385763 0.223857625,1 0.5,1 C0.776142375,1 1,1.22385763 1,1.5 L1,15 Z M6,7 C5.44771525,7 5,6.55228475 5,6 C5,5.44771525 5.44771525,5 6,5 C6.55228475,5 7,5.44771525 7,6 C7,6.55228475 6.55228475,7 6,7 Z M10,12 C9.44771525,12 9,11.5522847 9,11 C9,10.4477153 9.44771525,10 10,10 C10.5522847,10 11,10.4477153 11,11 C11,11.5522847 10.5522847,12 10,12 Z M14,3 C13.4477153,3 13,2.55228475 13,2 C13,1.44771525 13.4477153,1 14,1 C14.5522847,1 15,1.44771525 15,2 C15,2.55228475 14.5522847,3 14,3 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M7.5,15 C5.7691588,15 2,9.96991297 2,6.59539065 C2,3.50723463 4.46029677,1 7.5,1 C10.5397032,1 13,3.50723463 13,6.59539065 C13,9.96991297 9.2308412,15 7.5,15 Z M7.5,14 C7.7859738,14 8.98006789,12.9564862 9.95861936,11.6505717 C11.2191613,9.96833012 12,8.15224508 12,6.59539065 C12,4.05533357 9.98314426,2 7.5,2 C5.01685574,2 3,4.05533357 3,6.59539065 C3,8.15224508 3.78083868,9.96833012 5.04138064,11.6505717 C6.01993211,12.9564862 7.2140262,14 7.5,14 Z M7.5,9.00390625 C6.11928813,9.00390625 5,7.88461812 5,6.50390625 C5,5.12319438 6.11928813,4.00390625 7.5,4.00390625 C8.88071187,4.00390625 10,5.12319438 10,6.50390625 C10,7.88461812 8.88071187,9.00390625 7.5,9.00390625 Z M7.5,8.00390625 C8.32842712,8.00390625 9,7.33233337 9,6.50390625 C9,5.67547913 8.32842712,5.00390625 7.5,5.00390625 C6.67157288,5.00390625 6,5.67547913 6,6.50390625 C6,7.33233337 6.67157288,8.00390625 7.5,8.00390625 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M6.5,2.30901699 L6.5,10.9994368 C6.5,11.0612587 6.48878006,11.1204601 6.46826537,11.1751157 L9.5,12.690983 L9.5,3.80901699 L6.5,2.30901699 Z M5.5,2.26944034 L2.00085449,3.82491148 L2.00085449,12.7305597 L5.52734271,11.1629339 C5.50962404,11.1117023 5.5,11.0566935 5.5,10.9994368 L5.5,2.26944034 Z M5.77431882,1.05314589 C5.84211628,1.01879409 5.91879757,0.999436831 6,0.999436831 C6.08907405,0.999436831 6.17270794,1.02272891 6.24514327,1.06355464 L10.0125558,2.94726089 L14.2969308,1.04309423 C14.6275745,0.896141471 15,1.1381708 15,1.5 L15,11.5 C15,11.6975944 14.8836332,11.8766551 14.7030692,11.9569058 L10.2030692,13.9569058 C10.0665392,14.0175858 9.9100271,14.0140305 9.7763932,13.9472136 L5.9874635,12.0527487 L1.70395593,13.9568915 C1.37330869,14.1038737 1.00085449,13.8618444 1.00085449,13.5 L1.00085449,3.5 C1.00085449,3.30241842 1.11720638,3.12336675 1.29775305,3.04310854 L5.77431882,1.05314589 Z M10.5,3.82493654 L10.5,12.730619 L14,11.1750635 L14,2.26938099 L10.5,3.82493654 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M6.53194523,7.34011741 C6.10557278,6.9453275 5.83866882,6.38076337 5.83866882,5.75386047 C5.83866882,4.56019023 6.80632975,3.5925293 8,3.5925293 C9.19367025,3.5925293 10.1613312,4.56019023 10.1613312,5.75386047 C10.1613312,6.38076337 9.89442722,6.9453275 9.46805477,7.34011741 C10.2362126,7.82695813 10.7461395,8.68459475 10.7461395,9.66133118 C10.7461395,11.1779822 9.51665098,12.4074707 8,12.4074707 C6.48334902,12.4074707 5.25386047,11.1779822 5.25386047,9.66133118 C5.25386047,8.68459475 5.76378742,7.82695813 6.53194523,7.34011741 Z 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 M8,6.91519165 C8.6413855,6.91519165 9.16133118,6.39524597 9.16133118,5.75386047 C9.16133118,5.11247498 8.6413855,4.5925293 8,4.5925293 C7.3586145,4.5925293 6.83866882,5.11247498 6.83866882,5.75386047 C6.83866882,6.39524597 7.3586145,6.91519165 8,6.91519165 Z M8,11.4074707 C8.96436623,11.4074707 9.74613953,10.6256974 9.74613953,9.66133118 C9.74613953,8.69696495 8.96436623,7.91519165 8,7.91519165 C7.03563377,7.91519165 6.25386047,8.69696495 6.25386047,9.66133118 C6.25386047,10.6256974 7.03563377,11.4074707 8,11.4074707 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M6.5,9.0002 C6.22385763,9.0002 6,8.77634237 6,8.5002 L6,3.02261846 C3.19663787,3.27521002 1,5.63104173 1,8.5002 C1,11.5379038 3.46229622,14.0002 6.5,14.0002 C9.36915827,14.0002 11.72499,11.8035621 11.9775815,9.0002 L6.5,9.0002 Z M7,8.0002 L12.5,8.0002 C12.7761424,8.0002 13,8.22405763 13,8.5002 C13,12.0901885 10.0899885,15.0002 6.5,15.0002 C2.91001147,15.0002 0,12.0901885 0,8.5002 C0,4.91021147 2.91001147,2.0002 6.5,2.0002 C6.77614237,2.0002 7,2.22405763 7,2.5002 L7,8.0002 Z M9,1.02833713 L9,6.00002857 L13.9716914,6.00002857 C13.6960397,3.55245988 11.4475687,1.3039889 9,1.02833713 Z M14.5,7.00002857 L8.5,7.00002857 C8.22385763,7.00002857 8,6.77617095 8,6.50002857 L8,0.500028571 C8,0.223886197 8.22385763,2.85714262e-05 8.5,2.85714262e-05 C11.8531236,2.85714262e-05 15,3.14690498 15,6.50002857 C15,6.77617095 14.7761424,7.00002857 14.5,7.00002857 Z M6.14644661,8.85355339 C5.95118446,8.65829124 5.95118446,8.34170876 6.14644661,8.14644661 C6.34170876,7.95118446 6.65829124,7.95118446 6.85355339,8.14644661 L10.8535534,12.1464466 C11.0488155,12.3417088 11.0488155,12.6582912 10.8535534,12.8535534 C10.6582912,13.0488155 10.3417088,13.0488155 10.1464466,12.8535534 L6.14644661,8.85355339 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M16.000488,3 L16.000488,4 L16,14 C16,15.1045695 15.1045695,16 14,16 L2,16 C0.8954305,16 1.02344917e-15,15.1045695 8.8817842e-16,14 L8.8817842e-16,2 C7.52907669e-16,0.8954305 0.8954305,2.02906125e-16 2,0 L14,0 C15.1045695,-2.02906125e-16 16,0.8954305 16,2 L16,3 Z M15,3 L15,2 C15,1.44771525 14.5522847,1 14,1 L2,1 C1.44771525,1 1,1.44771525 1,2 L1,3 L15,3 Z M15,4 L1,4 L1,14 C1,14.5522847 1.44771525,15 2,15 L14,15 C14.5522847,15 15,14.5522847 15,14 L15,4 Z M4.5,6 C4.77614237,6 5,6.22385763 5,6.5 C5,6.77614237 4.77614237,7 4.5,7 L2.49572754,7 C2.21958516,7 1.99572754,6.77614237 1.99572754,6.5 C1.99572754,6.22385763 2.21958516,6 2.49572754,6 L4.5,6 Z M13.5,6 C13.7761424,6 14,6.22385763 14,6.5 C14,6.77614237 13.7761424,7 13.5,7 L7.5,7 C7.22385763,7 7,6.77614237 7,6.5 C7,6.22385763 7.22385763,6 7.5,6 L13.5,6 Z M4.5,9 C4.77614237,9 5,9.22385763 5,9.5 C5,9.77614237 4.77614237,10 4.5,10 L2.49572754,10 C2.21958516,10 1.99572754,9.77614237 1.99572754,9.5 C1.99572754,9.22385763 2.21958516,9 2.49572754,9 L4.5,9 Z M13.5,9 C13.7761424,9 14,9.22385763 14,9.5 C14,9.77614237 13.7761424,10 13.5,10 L7.5,10 C7.22385763,10 7,9.77614237 7,9.5 C7,9.22385763 7.22385763,9 7.5,9 L13.5,9 Z M4.5,12 C4.77614237,12 5,12.2238576 5,12.5 C5,12.7761424 4.77614237,13 4.5,13 L2.49572754,13 C2.21958516,13 1.99572754,12.7761424 1.99572754,12.5 C1.99572754,12.2238576 2.21958516,12 2.49572754,12 L4.5,12 Z M13.5,12 C13.7761424,12 14,12.2238576 14,12.5 C14,12.7761424 13.7761424,13 13.5,13 L7.5,13 C7.22385763,13 7,12.7761424 7,12.5 C7,12.2238576 7.22385763,12 7.5,12 L13.5,12 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M1.5002,9.04663086 C1.22405763,9.04663086 1.0002,9.27048848 1.0002,9.54663086 C1.0002,9.82277323 1.22405763,10.0466309 1.5002,10.0466309 L14.5002,10.0466309 C14.7763424,10.0466309 15.0002,9.82277323 15.0002,9.54663086 C15.0002,9.27048848 14.7763424,9.04663086 14.5002,9.04663086 L1.5002,9.04663086 Z M1.5002,8.04663086 L14.5002,8.04663086 C15.3286271,8.04663086 16.0002,8.71820373 16.0002,9.54663086 C16.0002,10.375058 15.3286271,11.0466309 14.5002,11.0466309 L1.5002,11.0466309 C0.671772875,11.0466309 0.0002,10.375058 0.0002,9.54663086 C0.0002,8.71820373 0.671772875,8.04663086 1.5002,8.04663086 Z M10,13 C10.2761424,13 10.5,13.2238576 10.5,13.5 C10.5,13.7761424 10.2761424,14 10,14 L4,14 C3.72385763,14 3.5,13.7761424 3.5,13.5 C3.5,13.2238576 3.72385763,13 4,13 L10,13 Z M8.00145269,2.01452848 C8.2775939,2.01533078 8.50080019,2.23983785 8.49999789,2.51597906 C8.49919559,2.79212027 8.27468852,3.01532655 7.99854731,3.01452426 L2.99874731,2.99999789 C2.7226061,2.99919559 2.49939981,2.77468852 2.50020211,2.49854731 C2.50100441,2.2224061 2.72551148,1.99919981 3.00165269,2.00000211 L8.00145269,2.01452848 Z M14,5 C14.2761424,5 14.5,5.22385763 14.5,5.5 C14.5,5.77614237 14.2761424,6 14,6 L6.0002,6 C5.72405763,6 5.5002,5.77614237 5.5002,5.5 C5.5002,5.22385763 5.72405763,5 6.0002,5 L14,5 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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.5,5 L8.5,11 L10.5,11 C10.7761424,11 11,11.2238576 11,11.5 C11,11.7761424 10.7761424,12 10.5,12 L5.5,12 C5.22385763,12 5,11.7761424 5,11.5 C5,11.2238576 5.22385763,11 5.5,11 L7.5,11 L7.5,5 L5,5 L5,5.5 C5,5.77614237 4.77614237,6 4.5,6 C4.22385763,6 4,5.77614237 4,5.5 L4,4.5 C4,4.22385763 4.22385763,4 4.5,4 L11.5,4 C11.7803095,4 12.0058551,4.23040026 11.9998866,4.51064624 L11.9785893,5.51064624 C11.9727096,5.78672601 11.7441362,6.0057664 11.4680564,5.99988664 C11.1919767,5.99400689 10.9729363,5.76543353 10.978816,5.48935376 L10.989238,5 L8.5,5 Z M1,15 L2.5,15 C2.77614237,15 3,15.2238576 3,15.5 C3,15.7761424 2.77614237,16 2.5,16 L0.5,16 C0.223857625,16 0,15.7761424 0,15.5 L0,13.5036926 C0,13.2275503 0.223857625,13.0036926 0.5,13.0036926 C0.776142375,13.0036926 1,13.2275503 1,13.5036926 L1,15 Z M1,1 L1,2.49694824 C1,2.77309062 0.776142375,2.99694824 0.5,2.99694824 C0.223857625,2.99694824 0,2.77309062 0,2.49694824 L0,0.5 C0,0.223857625 0.223857625,0 0.5,0 L2.5,0 C2.77614237,0 3,0.223857625 3,0.5 C3,0.776142375 2.77614237,1 2.5,1 L1,1 Z M15,1 L13.5045776,1 C13.2284353,1 13.0045776,0.776142375 13.0045776,0.5 C13.0045776,0.223857625 13.2284353,0 13.5045776,0 L15.5,0 C15.7761424,0 16,0.223857625 16,0.5 L16,2.5 C16,2.77614237 15.7761424,3 15.5,3 C15.2238576,3 15,2.77614237 15,2.5 L15,1 Z M15,15 L15,13.5 C15,13.2238576 15.2238576,13 15.5,13 C15.7761424,13 16,13.2238576 16,13.5 L16,15.5 C16,15.7761424 15.7761424,16 15.5,16 L13.5,16 C13.2238576,16 13,15.7761424 13,15.5 C13,15.2238576 13.2238576,15 13.5,15 L15,15 Z M0,6.5 C0,6.22385763 0.223857625,6 0.5,6 C0.776142375,6 1,6.22385763 1,6.5 L1,9.5 C1,9.77614237 0.776142375,10 0.5,10 C0.223857625,10 0,9.77614237 0,9.5 L0,6.5 Z M9.5,0 C9.77614237,0 10,0.223857625 10,0.5 C10,0.776142375 9.77614237,1 9.5,1 L6.5,1 C6.22385763,1 6,0.776142375 6,0.5 C6,0.223857625 6.22385763,0 6.5,0 L9.5,0 Z M15,6.5 C15,6.22385763 15.2238576,6 15.5,6 C15.7761424,6 16,6.22385763 16,6.5 L16,9.5 C16,9.77614237 15.7761424,10 15.5,10 C15.2238576,10 15,9.77614237 15,9.5 L15,6.5 Z M9.5,15 C9.77614237,15 10,15.2238576 10,15.5 C10,15.7761424 9.77614237,16 9.5,16 L6.5,16 C6.22385763,16 6,15.7761424 6,15.5 C6,15.2238576 6.22385763,15 6.5,15 L9.5,15 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M10.8841248,1.80210546 C12.0550518,1.49320913 13.1034617,1.5624211 13.9873537,1.87291101 C14.2818774,1.97637006 14.4942915,2.08373121 14.6182857,2.16401923 L14.7815197,2.26971564 L14.8304435,2.45792709 C15.1075841,3.52409589 15.0309497,4.63293655 14.7387899,5.68772136 C14.6716186,5.93022975 14.6037728,6.13214329 14.5450103,6.28581719 C14.5797796,6.40658504 14.6186492,6.55923188 14.6570911,6.73951524 C14.8842687,7.80492554 14.9043515,8.93334544 14.5770131,10.0070148 C14.4504224,10.4222322 14.2737801,10.8154461 14.0431223,11.1820304 C13.7194411,11.6964568 13.3434892,12.1358677 12.925699,12.5050564 C12.1203491,13.2167201 11.3097963,13.5763569 10.6909211,13.7110954 C10.5515174,13.8899308 10.3454588,14.0922003 10.0623054,14.2889366 C9.41900387,14.7359055 8.56939843,15 7.50072952,15 C6.43146507,15 5.58147795,14.7359314 4.93795543,14.2889911 C4.65468763,14.0922555 4.44855845,13.8899778 4.30911646,13.7111275 C3.69098963,13.5766366 2.88148654,13.2178742 2.0771275,12.5080913 C1.65799154,12.1382372 1.28101395,11.6977577 0.956877669,11.1820304 C0.726219895,10.8154461 0.549577633,10.4222322 0.422986901,10.0070148 C0.0956485279,8.93334544 0.115731276,7.80492554 0.342908946,6.73951524 C0.381350807,6.55923188 0.42022037,6.40658504 0.45498967,6.28581719 C0.39622718,6.13214329 0.328381364,5.93022975 0.261210127,5.68772136 C-0.0309496751,4.63293655 -0.107584091,3.52409589 0.169556465,2.45792709 L0.218480262,2.26971564 L0.381714321,2.16401923 C0.505708516,2.08373121 0.718122559,1.97637006 1.01264625,1.87291101 C1.89651071,1.56243079 2.94488273,1.49321346 4.11576551,1.80207653 C4.2997288,1.69526542 4.5496433,1.57371765 4.8642179,1.45455218 C5.61587352,1.16981403 6.49702101,1 7.50072952,1 C8.50318435,1 9.38377917,1.16982064 10.1354173,1.45455218 C10.4500634,1.57374472 10.7000813,1.69530855 10.8841248,1.80210546 Z M13.9110179,2.91787557 C13.8428501,2.8869132 13.757538,2.85208545 13.6559312,2.81639343 C12.9074273,2.55346212 11.9966749,2.50710011 10.9482316,2.82299692 L10.7097791,2.89484286 L10.5087784,2.74780499 C10.399313,2.66772791 10.1548839,2.53127224 9.78116839,2.38970334 C9.13988337,2.14677518 8.37878939,2 7.50072952,2 C6.62137,2 5.85973442,2.14678179 5.21846685,2.38970334 C4.84484047,2.53123848 4.60067932,2.66763229 4.49146489,2.74762693 L4.29040103,2.89489714 L4.05176836,2.82299692 C3.00332509,2.50710011 2.09257268,2.55346212 1.34406882,2.81639343 C1.24246201,2.85208545 1.15714989,2.8869132 1.08898215,2.91787557 C0.922225486,3.72991539 0.995471835,4.5923926 1.22492474,5.42078666 C1.30878491,5.7235471 1.39119626,5.94482991 1.44210526,6.05797522 L1.5242057,6.24044354 L1.45776031,6.42917663 C1.42596302,6.51949444 1.37400937,6.69909155 1.32092236,6.94805725 C1.12608576,7.86179546 1.10889462,8.82774018 1.37951936,9.71538889 C1.48085465,10.0477685 1.62107901,10.3599145 1.80340578,10.6496864 C2.07611366,11.0835869 2.39056896,11.4510122 2.73877759,11.7582786 C3.17274525,12.1412205 3.63671077,12.4129409 4.09889079,12.5921741 C4.36969212,12.6971908 4.57298317,12.7472978 4.67410496,12.7615043 L4.92192451,12.7963202 L5.04258591,13.0155633 C5.09309645,13.1073415 5.24089094,13.2818642 5.50839398,13.4676508 C5.9837695,13.7978093 6.63458304,14 7.50072952,14 C8.36619488,14 9.01656939,13.7978352 9.49170998,13.4677053 C9.75910852,13.2819155 9.9068872,13.1073712 9.95741409,13.0155633 L10.0780597,12.7963489 L10.3258432,12.7615116 C10.4270746,12.7472789 10.630596,12.6970601 10.9017127,12.591789 C11.3644555,12.4121119 11.8289963,12.1396864 12.2635226,11.7557085 C12.6107209,11.4488997 12.9244274,11.082241 13.1967286,10.6494727 C13.378921,10.3599145 13.5191453,10.0477685 13.6204806,9.71538889 C13.8911054,8.82774018 13.8739142,7.86179546 13.6790776,6.94805725 C13.6259906,6.69909155 13.574037,6.51949444 13.5422397,6.42917663 L13.4757943,6.24044354 L13.5578947,6.05797522 C13.6088037,5.94482991 13.6912151,5.7235471 13.7750753,5.42078666 C14.0045282,4.5923926 14.0777745,3.72991539 13.9110179,2.91787557 Z M4.99978131,5.00871848 C5.00385851,5.188959 4.95221398,5.37236163 4.73612242,5.62374972 C4.3080165,6.12178272 3.75079926,6.11229638 3.30502547,5.67276249 C2.97884953,5.35180789 2.9802086,4.94073303 3.01554432,4.62610265 C3.09980644,3.86561416 3.76303086,3.90355954 4.27675797,4.18656877 C4.76330375,4.45534848 4.99434504,4.8016 4.99978131,5.00871848 Z M10.0002239,5.00871848 C10.0056633,4.8016 10.2368363,4.45534848 10.7236595,4.18656877 C11.2376796,3.90355954 11.8999223,3.86561416 11.9842325,4.62610265 C12.0195884,4.94073303 12.0223081,5.35180789 11.6959461,5.67276249 C11.2499182,6.11229638 10.6910233,6.12178272 10.2626733,5.62374972 C10.0464585,5.37236163 9.99614438,5.188959 10.0002239,5.00871848 Z M7.50024165,8 C6.99680644,8 6.52357734,7.76015303 6.12514433,7.32754562 C5.72671132,6.89640965 5.53252916,6.20188346 6.12514433,5.80017657 C6.50919348,5.54120071 7.20681084,5.5 7.50024165,5.5 C7.79367246,5.5 8.49128983,5.54120071 8.87533898,5.80017657 C9.46795414,6.20188346 9.2723336,6.89640965 8.87533898,7.32754562 C8.47690597,7.76015303 8.00223848,8 7.50024165,8 Z M7.5007527,9 C8.30771274,9 10.1564943,9.99357811 9.98938134,11.074411 C9.83732357,12.0665817 7.8756278,11.9990297 7.5007527,11.9990297 C7.12587761,11.9990297 5.16418184,12.0665817 5.01061854,11.074411 C4.84350555,9.99357811 6.69228714,9 7.5007527,9 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M2.41421356,8.03553391 L4.8890873,10.5104076 C5.08434944,10.7056698 5.08434944,11.0222523 4.8890873,11.2175144 C4.69382515,11.4127766 4.37724266,11.4127766 4.18198052,11.2175144 L1.35355339,8.3890873 C1.15829124,8.19382515 1.15829124,7.87724266 1.35355339,7.68198052 L4.18198052,4.85355339 C4.37724266,4.65829124 4.69382515,4.65829124 4.8890873,4.85355339 C5.08434944,5.04881554 5.08434944,5.36539803 4.8890873,5.56066017 L2.41421356,8.03553391 Z M11.1819805,10.5104076 L13.6568542,8.03553391 L11.1819805,5.56066017 C10.9867184,5.36539803 10.9867184,5.04881554 11.1819805,4.85355339 C11.3772427,4.65829124 11.6938252,4.65829124 11.8890873,4.85355339 L14.7175144,7.68198052 C14.9127766,7.87724266 14.9127766,8.19382515 14.7175144,8.3890873 L11.8890873,11.2175144 C11.6938252,11.4127766 11.3772427,11.4127766 11.1819805,11.2175144 C10.9867184,11.0222523 10.9867184,10.7056698 11.1819805,10.5104076 Z M8.55863588,2.50564599 C8.61132633,2.23457713 8.87378511,2.05754645 9.14485397,2.1102369 C9.41592283,2.16292735 9.59295352,2.42538613 9.54026307,2.69645499 L7.44136412,13.494354 C7.38867367,13.7654229 7.12621489,13.9424535 6.85514603,13.8897631 C6.58407717,13.8370727 6.40704648,13.5746139 6.45973693,13.303545 L8.55863588,2.50564599 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M9.83695197,6.99999726 C9.94701098,7.92925264 10.0019989,8.88550237 10.0019989,9.86867166 L10.0019989,13.5 C10.0019989,13.7761424 9.77814128,14 9.5019989,14 C9.22585653,14 9.0019989,13.7761424 9.0019989,13.5 L9.0019989,9.86867166 C9.0019989,8.88265924 8.94451321,7.92646376 8.82963658,7 L7.29063577,7 C7.09528714,8.03975588 6.9980011,8.98493067 6.9980011,9.83482627 L6.9980011,13.5 C6.9980011,13.7761424 6.77414347,14 6.4980011,14 C6.22185872,14 5.9980011,13.7761424 5.9980011,13.5 L5.9980011,9.83482627 C5.9980011,8.97115506 6.09020368,8.02640651 6.27395422,6.99999214 L2.50008421,6.99998672 C2.19623652,6.99998629 1.96262845,6.73120946 2.00496144,6.4303252 C2.2895781,4.40739509 3.63105924,3.07191794 5.93631713,2.46953294 C7.9029179,1.95564214 10.1551173,1.86447329 12.6919122,2.19163653 C13.4399864,2.28811354 14.0000806,2.92507089 14.0000914,3.67934064 L14.0000849,5.50000285 C14.0000849,6.3284282 13.3285121,7.00000108 12.5000849,7.00000108 L9.83695197,6.99999726 Z M9.26801447,6.00000108 L12.5000856,6.00000108 C12.7762273,6.00000108 13.0000849,5.77614345 13.0000849,5.50000108 L13.0000914,3.67934605 C13.0000878,3.42791601 12.813378,3.2155836 12.5640044,3.18342258 C10.1477445,2.87180441 8.02312321,2.95780891 6.18913722,3.43704625 C4.49426064,3.87993302 3.49096303,4.72403158 3.11673811,6.00000108 L6.87871525,6.00000108 C6.87906368,6.00000036 6.87941217,6 6.87976074,6 L9.26696777,6 C9.26731675,6 9.26766564,6.00000036 9.26801447,6.00000108 Z M2,10 L2,13.5 C2,13.7761424 1.77614237,14 1.5,14 C1.22385763,14 1,13.7761424 1,13.5 L1,9.5 C1,9.22385763 1.22385763,9 1.5,9 L4.5,9 C4.77614237,9 5,9.22385763 5,9.5 L5,13.5 C5,13.7761424 4.77614237,14 4.5,14 C4.22385763,14 4,13.7761424 4,13.5 L4,10 L2,10 Z M12,13.5 C12,13.7761424 11.7761424,14 11.5,14 C11.2238576,14 11,13.7761424 11,13.5 L11,11.5 C11,11.2238576 11.2238576,11 11.5,11 L14.5,11 C14.7761424,11 15,11.2238576 15,11.5 L15,13.5 C15,13.7761424 14.7761424,14 14.5,14 C14.2238576,14 14,13.7761424 14,13.5 L14,12 L12,12 L12,13.5 Z M1.01623535,16.0264893 C0.740092977,16.0264893 0.516235352,15.8026316 0.516235352,15.5264893 C0.516235352,15.2503469 0.740092977,15.0264893 1.01623535,15.0264893 L15.0002578,15.0264893 C15.2764002,15.0264893 15.5002578,15.2503469 15.5002578,15.5264893 C15.5002578,15.8026316 15.2764002,16.0264893 15.0002578,16.0264893 L1.01623535,16.0264893 Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
|
2
|
+
<path d="m8.55 9.502.35-3.507a.905.905 0 1 0-1.8 0l.35 3.507a.552.552 0 0 0 1.1 0ZM9 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/>
|
|
3
|
+
<path d="M8.864 1.496a1 1 0 0 0-1.728 0l-7 12A1 1 0 0 0 1 15h14a1 1 0 0 0 .864-1.504l-7-12ZM1 14 8 2l7 12H1Z"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2 3h12v1H2V3zm0 8h6v1H2v-1z" />
|
|
3
|
+
<path d="M2 7h9.5v.5V7h.039l.083.005a2.958 2.958 0 011.102.298c.309.154.633.394.88.763.248.373.396.847.396 1.434 0 .588-.148 1.061-.396 1.434a2.257 2.257 0 01-.88.763 2.957 2.957 0 01-1.185.302h-.025l-.009.001h-.003s-.002 0-.002-.5v.5H11v1l-2-1.5 2-1.5v1h.506l.044-.003a1.959 1.959 0 00.726-.195c.191-.095.367-.23.495-.423.127-.19.229-.466.229-.879s-.102-.689-.229-.879a1.256 1.256 0 00-.495-.424 1.958 1.958 0 00-.77-.197H2V7z" />
|
|
4
|
+
</svg>
|
|
@@ -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.31880073,10.3626653 L14.7348444,10.3626653 C15.8394139,10.3626653 16.7348444,9.46723481 16.7348444,8.36266531 C16.7348444,7.25809581 15.8394139,6.36266531 14.7348444,6.36266531 L10.2707638,6.36266531 C9.99462146,6.36266531 9.77076384,6.13880768 9.77076384,5.86266531 C9.77076384,5.58652293 9.99462146,5.36266531 10.2707638,5.36266531 L14.7348444,5.36266531 C16.3916987,5.36266531 17.7348444,6.70581106 17.7348444,8.36266531 C17.7348444,10.0195196 16.3916987,11.3626653 14.7348444,11.3626653 L7.7352106,11.3626653 C6.82300427,12.577112 5.37066225,13.3626653 3.73484442,13.3626653 C1.59885679,13.3626653 -0.280100316,12.0109493 -0.980516964,10.0292883 C-1.09551102,9.70394023 -0.854169525,9.36266531 -0.509097021,9.36266531 L2.73484442,9.36266531 C3.28712917,9.36266531 3.73484442,8.91495006 3.73484442,8.36266531 C3.73484442,7.81038056 3.28712917,7.36266531 2.73484442,7.36266531 L-0.509097021,7.36266531 C-0.854169525,7.36266531 -1.09551102,7.02139039 -0.980516964,6.69604227 C-0.280100316,4.7143813 1.59885679,3.36266531 3.73484442,3.36266531 C6.49626817,3.36266531 8.73484442,5.60124156 8.73484442,8.36266531 C8.73484442,9.07377002 8.58639692,9.75020296 8.31880073,10.3626653 Z M0.269389624,10.3626653 C0.970499968,11.576631 2.27799475,12.3626653 3.73484442,12.3626653 C5.94398342,12.3626653 7.73484442,10.5718043 7.73484442,8.36266531 C7.73484442,6.15352631 5.94398342,4.36266531 3.73484442,4.36266531 C2.27799475,4.36266531 0.970499968,5.14869965 0.269389624,6.36266531 L2.73484442,6.36266531 C3.83941392,6.36266531 4.73484442,7.25809581 4.73484442,8.36266531 C4.73484442,9.46723481 3.83941392,10.3626653 2.73484442,10.3626653 L0.269389624,10.3626653 Z M13.7348444,9.36266531 C13.1825597,9.36266531 12.7348444,8.91495006 12.7348444,8.36266531 C12.7348444,7.81038056 13.1825597,7.36266531 13.7348444,7.36266531 C14.2871292,7.36266531 14.7348444,7.81038056 14.7348444,8.36266531 C14.7348444,8.91495006 14.2871292,9.36266531 13.7348444,9.36266531 Z" transform="rotate(45 8.363 8.363)"/>
|
|
3
|
+
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from "@ember-eui/core/helpers/unique-id";
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { helper } from '@ember/component/helper';
|
|
2
|
-
|
|
3
|
-
var uniqueId = helper(uniqueId$1);
|
|
4
|
-
|
|
5
|
-
// Copy-pasted from the ember-source implementation:
|
|
6
|
-
// https://github.com/emberjs/ember.js/blob/master/packages/@ember/-internals/glimmer/lib/helpers/unique-id.ts
|
|
7
|
-
function uniqueId$1() {
|
|
8
|
-
//@ts-expect-error
|
|
9
|
-
return ([3e7] + -1e3 + -4e3 + -2e3 + -1e11).replace(/[0-3]/g, a => (a * 4 ^ Math.random() * 16 >> (a & 2)).toString(16));
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export { uniqueId as default, uniqueId$1 as uniqueId };
|
|
13
|
-
//# sourceMappingURL=unique-id.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"unique-id.js","sources":["../../src/helpers/unique-id.ts"],"sourcesContent":["import { helper } from '@ember/component/helper';\n\nexport default helper<[], {}, string>(uniqueId);\n\n// Copy-pasted from the ember-source implementation:\n// https://github.com/emberjs/ember.js/blob/master/packages/@ember/-internals/glimmer/lib/helpers/unique-id.ts\nexport function uniqueId() {\n //@ts-expect-error\n return ([3e7] + -1e3 + -4e3 + -2e3 + -1e11).replace(/[0-3]/g, (a) =>\n ((a * 4) ^ ((Math.random() * 16) >> (a & 2))).toString(16)\n );\n}\n"],"names":["helper","uniqueId","replace","a","Math","random","toString"],"mappings":";;AAEA,eAAeA,MAAM,CAAiBC,UAAQ,CAAC,CAAA;;AAE/C;AACA;AACO,SAASA,UAAQA,GAAG;AACzB;EACA,OAAO,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC,GAAG,GAAG,CAAC,IAAI,EAAEC,OAAO,CAAC,QAAQ,EAAGC,CAAC,IAC9D,CAAEA,CAAC,GAAG,CAAC,GAAMC,IAAI,CAACC,MAAM,EAAE,GAAG,EAAE,KAAMF,CAAC,GAAG,CAAC,CAAE,EAAEG,QAAQ,CAAC,EAAE,CAC3D,CAAC,CAAA;AACH;;;;"}
|
|
File without changes
|