@icongo/gy
Version:
Glyph Iconset Icons
30 lines (29 loc) • 1.51 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMicroscope = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMicroscope = function GYSiGlyphMicroscope(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-microscope",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", {
d: "m8.223 6.759 1.748.711-.238.584-1.747-.712z"
})]
})
}));
};
exports.GYSiGlyphMicroscope = GYSiGlyphMicroscope;