UNPKG

@elastic/eui

Version:

Elastic UI Component Library

35 lines (33 loc) 3.11 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 EuiIconGlobe = function EuiIconGlobe(_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: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM7.397 2.347C7.64 2.08 7.844 2 8 2c.156 0 .36.08.603.347.243.267.485.682.698 1.236.051.133.1.272.146.417H6.553c.046-.145.095-.284.146-.417.213-.554.455-.969.698-1.236ZM6.007 7.5c.028-.907.129-1.753.285-2.5h3.416c.156.747.257 1.593.284 2.5H6.008Zm-.241-4.276A8.93 8.93 0 0 0 5.508 4h-1.98a6.003 6.003 0 0 1 2.695-1.733 6.18 6.18 0 0 0-.457.957ZM5.272 5h-2.47a5.963 5.963 0 0 0-.781 2.5h2.986A15.62 15.62 0 0 1 5.272 5Zm7.925 0h-2.47c.149.768.24 1.612.266 2.5h2.986a5.963 5.963 0 0 0-.782-2.5Zm-2.705-1h1.98a6.003 6.003 0 0 0-2.695-1.733c.17.285.323.608.457.957.094.243.18.502.258.776ZM2.02 8.5h2.986c.025.888.117 1.732.265 2.5h-2.47a5.963 5.963 0 0 1-.781-2.5ZM3.528 12a6.004 6.004 0 0 0 2.695 1.733 6.179 6.179 0 0 1-.457-.957A9.123 9.123 0 0 1 5.508 12h-1.98Zm3.025 0c.046.145.095.284.146.417.213.554.455.969.698 1.236.243.267.447.347.603.347.156 0 .36-.08.603-.347.243-.267.485-.682.698-1.236.051-.133.1-.272.146-.417H6.553Zm3.939 0a9.133 9.133 0 0 1-.258.776 6.155 6.155 0 0 1-.457.957A6.004 6.004 0 0 0 12.472 12h-1.98Zm2.705-1h-2.47c.149-.768.24-1.612.266-2.5h2.986a5.963 5.963 0 0 1-.782 2.5Zm-3.489 0H6.292a14.435 14.435 0 0 1-.284-2.5h3.984a14.435 14.435 0 0 1-.284 2.5Z", clipRule: "evenodd" })); }; export var icon = EuiIconGlobe;