UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.33 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphStelescope = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphStelescope = function GYSiGlyphStelescope(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-stelescope", viewBox: "0 0 16 16" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#434343", fillRule: "evenodd", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m2.606 3.764-2.2-2.2L1.8.17 4 2.372z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M1.082 3.647 4.33 6.896l2.477-2.477L3.559 1.17 1.082 3.647Zm3.623 4.532 4.78 5.729 4.247-4.248-5.729-4.78-3.298 3.299Zm11.607 2.901-5.15 5.15-.81-.808 5.15-5.151z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphStelescope = GYSiGlyphStelescope;