@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.57 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTelescope = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTelescope = function GYSiGlyphTelescope(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-telescope",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m13.058 1.4.659 1.949-.943.303-.429-1.273-8.593 2.906.686 2.027-.933.289-.687-2.027-.526.215c-.11.22-.132.503-.327.853l-2.004.682.847 2.507 1.794-.645c.377.162.783.268 1.014.368l10.947-3.696.216.637 1.183-.4-1.719-5.093-1.185.398Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.916 13.09V8.83c.391-.229.385-.699.387-1.187a1.32 1.32 0 0 0-1.312-1.326 1.32 1.32 0 0 0-1.324 1.316c-.002.494-.003.921.396 1.149v4.255c-1.896.102-3.07 1.287-3.07 1.931h7.999c-.001-.643-1.18-1.778-3.076-1.878Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphTelescope = GYSiGlyphTelescope;