UNPKG

@elastic/eui

Version:

Elastic UI Component Library

42 lines (41 loc) 3.62 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 EuiIconGlobe = function EuiIconGlobe(_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: "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" })); }; var icon = exports.icon = EuiIconGlobe;