UNPKG

@elastic/eui

Version:

Elastic UI Component Library

37 lines (35 loc) 3.16 kB
var _excluded = ["title", "titleId"]; function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; } function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; } /* * 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 EuiIconReporter = function EuiIconReporter(_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", { 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" }), ___EmotionJSX("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" })); }; export var icon = EuiIconReporter;