@icongo/gy
Version:
Glyph Iconset Icons
23 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 GYSiGlyphMagnifier2 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-magnifier-2",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M16.025 7.5c0-4.143-3.356-7.5-7.499-7.5a7.499 7.499 0 0 0-7.499 7.5 7.5 7.5 0 0 0 7.5 7.5c2.219 0 7.5-.052 7.5-.052l-.002-7.449Zm-7.553 5.529a5.506 5.506 0 1 1 .002-11.012 5.506 5.506 0 0 1-.002 11.012Zm6.487.929h-1v-1h1v1Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M7.844 3.044c-2.119 0-3.839 1.616-3.839 3.608 0 .25.026.496.077.73.186.84.529.691.529-.158 0-1.998 1.719-3.609 3.84-3.609.905 0 .608-.571-.607-.571Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphMagnifier2 };