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