@icongo/gy
Version:
Glyph Iconset Icons
22 lines • 1.09 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 GYSiGlyphMicroscope = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-microscope",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "m11.425 3.096.408-1.001-.431-.176.614-1.509-.883-.358-.615 1.507-.396-.162L8.09 6.386l1.709.696 1.123-2.754c1.349.623 2.289 1.692 2.618 3.013.549 2.208-.786 4.518-3.085 5.684H3.862c-.502 0-.908.348-.908.777l-.906 1.379c0 .43.405.777.906.777h9.072c.502 0 .908-.348.908-.777v-1.379c0-.246-.142-.456-.35-.598 1.854-1.58 2.792-3.914 2.228-6.181-.427-1.711-1.669-3.136-3.387-3.927Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "m8.223 6.759 1.748.711-.238.584-1.747-.712z"
})]
})
}));
export { GYSiGlyphMicroscope };