UNPKG

@elastic/eui

Version:

Elastic UI Component Library

33 lines (31 loc) 3.31 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 EuiIconDatabase = function EuiIconDatabase(_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: "M13 10.941a5.18 5.18 0 0 1-.94.443C10.996 11.77 9.56 12 8 12c-1.561 0-2.997-.23-4.06-.616A5.181 5.181 0 0 1 3 10.94v1.56c0 .076.04.212.258.4.216.185.558.375 1.024.544C5.21 13.781 6.524 14 8 14s2.79-.219 3.718-.556c.466-.17.808-.359 1.024-.545.218-.187.258-.323.258-.399v-1.559Zm0-3a5.185 5.185 0 0 1-.94.443C10.996 8.77 9.56 9 8 9c-1.561 0-2.997-.23-4.06-.616A5.185 5.185 0 0 1 3 7.94V9.5c0 .076.04.212.258.4.216.185.558.375 1.024.544C5.21 10.781 6.524 11 8 11s2.79-.219 3.718-.556c.466-.17.808-.359 1.024-.545.218-.187.258-.323.258-.399V7.941Zm0-3a5.185 5.185 0 0 1-.94.443C10.996 5.77 9.56 6 8 6c-1.561 0-2.997-.23-4.06-.616A5.185 5.185 0 0 1 3 4.94V6.5c0 .076.04.212.258.4.216.185.558.375 1.024.544C5.21 7.782 6.524 8 8 8s2.79-.218 3.718-.556c.466-.17.808-.359 1.024-.545.218-.187.258-.323.258-.399V4.941ZM13 3.5c0-.076-.04-.212-.258-.4-.216-.185-.558-.375-1.024-.544C10.79 2.218 9.476 2 8 2s-2.79.218-3.718.556c-.466.17-.808.359-1.024.545C3.04 3.288 3 3.424 3 3.5c0 .076.04.212.258.4.216.185.558.375 1.024.544C5.21 4.782 6.524 5 8 5s2.79-.218 3.718-.556c.466-.17.808-.359 1.024-.545.218-.187.258-.323.258-.399Zm1 9c0 .477-.268.866-.606 1.157-.341.293-.805.534-1.334.727C10.996 14.77 9.56 15 8 15c-1.561 0-2.997-.23-4.06-.616-.529-.193-.993-.434-1.334-.727C2.267 13.366 2 12.977 2 12.5v-9c0-.477.267-.866.606-1.157.341-.293.805-.534 1.334-.727C5.003 1.23 6.44 1 8 1c1.561 0 2.996.23 4.06.616.529.193.993.434 1.334.727.338.291.606.68.606 1.157v9Z" })); }; export var icon = EuiIconDatabase;