UNPKG

@elastic/eui

Version:

Elastic UI Component Library

38 lines (36 loc) 2.43 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["title", "titleId"]; /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ // THIS IS A GENERATED FILE. DO NOT MODIFY MANUALLY. @see scripts/compile-icons.js import * as React from 'react'; import { jsx as ___EmotionJSX } from "@emotion/react"; var EuiIconRocket = function EuiIconRocket(_ref) { var title = _ref.title, titleId = _ref.titleId, props = _objectWithoutProperties(_ref, _excluded); return ___EmotionJSX("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, viewBox: "0 0 16 16", "aria-labelledby": titleId }, props), title ? ___EmotionJSX("title", { id: titleId }, title) : null, ___EmotionJSX("path", { d: "m3.854 12.854-2.5 2.5-.708-.707 2.5-2.5.708.707Zm2.11-.169-1 2.5-.928-.37 1-2.5.928.37Z" }), ___EmotionJSX("path", { fillRule: "evenodd", d: "M15 2c0 2.2-1 4.281-2.718 5.655L12 7.881V11a1 1 0 0 1-.293.707l-2.98 2.981-1.498-2.992-.104.085A1 1 0 0 1 6.5 12h-.018l-.02-.001c-.015 0-.032 0-.05-.002a2.313 2.313 0 0 1-.54-.111 2.761 2.761 0 0 1-1.079-.679 2.762 2.762 0 0 1-.679-1.078 2.317 2.317 0 0 1-.111-.54L4 9.539v-.038L5 9.5s0 .5.5 1 1 .5 1 .5l5.157-4.126A6.238 6.238 0 0 0 13.35 4.77l.04-.083.075-.162.036-.085.063-.15.04-.11a6.056 6.056 0 0 0 .136-.405l.022-.072A6.236 6.236 0 0 0 14 2c-.338 0-.673.028-1.001.081l-.282.052a6.241 6.241 0 0 0-.41.101l-.092.027c-.055.016-.11.035-.164.052l-.09.03a6.153 6.153 0 0 0-.143.052l-.118.044a6.198 6.198 0 0 0-.141.06c-.036.014-.071.03-.107.046-.047.02-.093.042-.14.064l-.09.044c-.054.027-.107.053-.16.081l-.03.019a6.238 6.238 0 0 0-1.906 1.59L5.218 9.227 5 9.5H4a1 1 0 0 1 .219-.625l.084-.105-2.991-1.496 2.981-2.981A1 1 0 0 1 5 4h3.12l.225-.282A7.242 7.242 0 0 1 14 1h1v1Zm-6.972 9.058L9 13l2-2V8.68l-2.972 2.378ZM3 7l1.941.97L7.32 5H5L3 7Z", clipRule: "evenodd" }), ___EmotionJSX("path", { d: "m3.686 10.964-2.5 1-.372-.928 2.5-1 .372.928ZM11 4a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z" })); }; export var icon = EuiIconRocket;