@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.61 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMagnifier = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMagnifier = function GYSiGlyphMagnifier(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-magnifier",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
})
}));
};
exports.GYSiGlyphMagnifier = GYSiGlyphMagnifier;