UNPKG

@elastic/eui

Version:

Elastic UI Component Library

44 lines (43 loc) 3.67 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); var _typeof = require("@babel/runtime/helpers/typeof"); Object.defineProperty(exports, "__esModule", { value: true }); exports.icon = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); var React = _interopRequireWildcard(require("react")); var _react2 = require("@emotion/react"); 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 function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); } function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } var EuiIconReporter = function EuiIconReporter(_ref) { var title = _ref.title, titleId = _ref.titleId, props = (0, _objectWithoutProperties2.default)(_ref, _excluded); return (0, _react2.jsx)("svg", (0, _extends2.default)({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, viewBox: "0 0 16 16", "aria-labelledby": titleId }, props), title ? (0, _react2.jsx)("title", { id: titleId }, title) : null, (0, _react2.jsx)("path", { fillRule: "evenodd", d: "M6.14.067a1 1 0 0 1 .915.101L8 .798l.945-.63.105-.06a1 1 0 0 1 1.42.65l.5 2c.02.08.029.161.029.242H13v1h-2.17c.11.313.17.65.17 1 0 .915-.41 1.733-1.057 2.283a7.379 7.379 0 0 1 1.748.747l.061.037.017.011.005.004.002.001.001.001.08.065a.498.498 0 0 1 .126.232l1.865-.286A1 1 0 0 1 15 9.083V12c-.365 0-.706.1-1 .27V9.083l-5.5.846v4.988l4.513-.694c.039.354.173.68.373.954L8 16.006l-5.387-.83c.2-.273.334-.598.373-.953l4.514.694V9.929L2 9.083v3.187A1.99 1.99 0 0 0 1 12V9.083a1 1 0 0 1 1.152-.988l1.865.286.017-.062a.5.5 0 0 1 .189-.235v-.001l.003-.001.005-.004.017-.01.06-.038c.052-.03.125-.074.218-.125a7.385 7.385 0 0 1 1.53-.622A2.992 2.992 0 0 1 5.17 4H3V3h2.002a1 1 0 0 1 .028-.242l.5-2a1 1 0 0 1 .61-.69ZM8 8c-.919 0-1.73.23-2.314.464-.107.043-.205.088-.295.129L8 8.994l2.608-.401c-.09-.041-.187-.087-.293-.13A6.302 6.302 0 0 0 8 8ZM6.27 4a2 2 0 1 0 3.46 0H6.27ZM8 2 6.5 1 6 3h4l-.5-2L8 2Z", clipRule: "evenodd" }), (0, _react2.jsx)("path", { d: "M1 13a.996.996 0 0 1 .99 1.134l-.005.027a.989.989 0 0 1-.073.246l-.01.023a1.006 1.006 0 0 1-.052.094l-.01.016a1.002 1.002 0 0 1-.166.196l-.016.015A1 1 0 1 1 1 13Zm14 0a1 1 0 1 1-.438 1.898l-.01-.005a1 1 0 0 1-.211-.142l-.016-.015a1.004 1.004 0 0 1-.227-.306l-.011-.023a.993.993 0 0 1-.073-.246l-.004-.027A1 1 0 0 1 15 13Z" })); }; var icon = exports.icon = EuiIconReporter;