UNPKG

@icongo/gy

Version:
38 lines (37 loc) 1.7 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphImage = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphImage = function GYSiGlyphImage(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-image", viewBox: "0 0 17 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", transform: "translate(0 2)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M13.438 11.944H2.557c-1.394 0-2.528-1.163-2.528-2.591v-6.75c0-1.43 1.135-2.591 2.528-2.591h10.881c1.393 0 2.527 1.161 2.527 2.591v6.75c0 1.428-1.135 2.591-2.527 2.591ZM2.237.979c-.7 0-1.272.614-1.272 1.371v7.318c0 .757.572 1.371 1.272 1.371h11.517c.702 0 1.273-.614 1.273-1.371V2.35c0-.757-.571-1.371-1.273-1.371H2.237Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 5.471, cy: 3.461, className: "prefix__si-glyph-fill", rx: 1.471, ry: 1.461 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m11.234 3.037 2.76 6.951H2.021L5.497 5.98l3.117.944 2.62-3.887Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphImage = GYSiGlyphImage;