@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphTelescope = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphTelescope };