UNPKG

@icongo/gy

Version:
38 lines (37 loc) 1.82 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphDatabaseError = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphDatabaseError = function GYSiGlyphDatabaseError(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", className: "prefix__si-glyph prefix__si-glyph-database-error", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", transform: "translate(2)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 6.43, cy: 2.421, className: "prefix__si-glyph-fill", rx: 6.43, ry: 2.421 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m8.575 11.832 1.014-1.013c-.931.159-1.997.261-3.126.261-3.516 0-6.447-.98-6.447-1.636v3.269c0 1.188 2.887 2.146 6.447 2.146a17.9 17.9 0 0 0 2.605-.184l1.176-1.176-1.669-1.667ZM6.494 9.919c3.561 0 6.447-.982 6.447-2.196V4.377c0 .672-2.932 1.674-6.447 1.674S.047 5.049.047 4.377v3.346c0 1.214 2.887 2.196 6.447 2.196Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m14.991 11.799-.816-.816-1.702 1.703-1.668-1.667-.815.813 1.668 1.668-1.685 1.686.814.816 1.687-1.687 1.702 1.703.815-.814-1.703-1.702 1.703-1.703Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphDatabaseError = GYSiGlyphDatabaseError;