@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 912 B
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 GYSiGlyphStelescope = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "m2.606 3.764-2.2-2.2L1.8.17 4 2.372z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_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"
})]
})
}));
export { GYSiGlyphStelescope };