UNPKG

@elastic/eui

Version:

Elastic UI Component Library

33 lines (31 loc) 3.63 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 EuiIconInfinity = function EuiIconInfinity(_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: "M11.499 4.5c.895 0 1.792.342 2.476 1.025A3.49 3.49 0 0 1 14.999 8c0 .895-.34 1.793-1.024 2.477A3.49 3.49 0 0 1 11.5 11.5a3.491 3.491 0 0 1-2.453-1.004l-.005-.003-.034-.032a2.942 2.942 0 0 1-.115-.11 4.779 4.779 0 0 1-.275-.309 8.54 8.54 0 0 0 .533-.948c.057.08.11.153.16.218a3.835 3.835 0 0 0 .37.41l.015.013.019.016.017.018a2.491 2.491 0 0 0 1.768.731c.64 0 1.28-.243 1.768-.731A2.49 2.49 0 0 0 13.999 8c0-.64-.244-1.28-.731-1.768a2.494 2.494 0 0 0-2.739-.536 2.5 2.5 0 0 0-.797.536l-.016.017-.018.016-.016.014a3.87 3.87 0 0 0-.37.411c-.06.076-.124.163-.19.26a6 6 0 0 0-.358.598 7.107 7.107 0 0 0-.3.644 7.619 7.619 0 0 1-.957 1.69l-.031.045a4.902 4.902 0 0 1-.37.425 2.924 2.924 0 0 1-.115.11.26.26 0 0 1-.028.024 3.484 3.484 0 0 1-2.036.989l-.022.002a3.17 3.17 0 0 1-.196.017l-.002.001a3.496 3.496 0 0 1-2.685-1.019A3.493 3.493 0 0 1 .997 8.002c0-.894.343-1.79 1.025-2.474a3.493 3.493 0 0 1 2.476-1.025c.884 0 1.77.333 2.45 1l.008.009a1.861 1.861 0 0 1 .15.142c.073.075.166.178.273.308a8.49 8.49 0 0 0-.533.95 3.872 3.872 0 0 0-.53-.63.092.092 0 0 0-.016-.015l-.018-.015-.016-.017a2.49 2.49 0 0 0-1.768-.732c-.64 0-1.28.244-1.768.732a2.492 2.492 0 0 0-.732 1.768c0 .64.244 1.28.732 1.768a2.491 2.491 0 0 0 2.74.534c.289-.122.56-.298.797-.533l.016-.017.018-.016.008-.008.007-.005.077-.075a3.913 3.913 0 0 0 .47-.584c.045-.065.09-.136.138-.212l.061-.098c.156-.259.321-.571.474-.944l.035-.082c.04-.095.082-.188.123-.277l.059-.122c.042-.086.084-.17.126-.249l.076-.139c.04-.07.078-.14.117-.206a7.167 7.167 0 0 1 .157-.248l.047-.074a6.29 6.29 0 0 1 .246-.339 4.93 4.93 0 0 1 .364-.419l.006-.006a2.916 2.916 0 0 1 .15-.141l.113-.108a3.493 3.493 0 0 1 .787-.536l.036-.017c.184-.09.374-.161.569-.216l.031-.009c.193-.053.39-.088.588-.107l.036-.003a3.28 3.28 0 0 1 .297-.014Z" })); }; export var icon = EuiIconInfinity;