@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.19 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 GYSiGlyphMagnifier = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-magnifier",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M17 5.954C17 2.665 14.317 0 11.009 0 7.698 0 5.016 2.665 5.016 5.954c0 3.287 2.683 5.952 5.993 5.952 3.308 0 5.991-2.665 5.991-5.952Zm-11.066.065A5.082 5.082 0 0 1 11.026.943a5.08 5.08 0 0 1 5.088 5.076 5.08 5.08 0 0 1-5.088 5.075c-2.813 0-5.092-2.272-5.092-5.075Zm-3.112 9.945L1 14.142l4.037-4.038s.096.765.58 1.247c.482.484 1.242.576 1.242.576l-4.037 4.037Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M14.398 5.073c0 .572.44.356.44-.439 0-1.37-1.109-2.48-2.479-2.48-.797 0-1.012.439-.439.439a2.479 2.479 0 0 1 2.478 2.48Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphMagnifier };