@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.47 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 GYSiGlyphEyeGlass = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-eye-glass",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M1.376 8.967a.387.387 0 0 1-.095-.012.353.353 0 0 1-.258-.432l2.282-2.842a.358.358 0 0 1 .088-.152l2.749-1.381a.372.372 0 0 1 .514-.014.346.346 0 0 1 .016.498L3.984 5.946 1.726 8.704a.362.362 0 0 1-.35.263Zm15.189 0a.354.354 0 0 0 .35-.444l-2.282-2.842a.358.358 0 0 0-.088-.152l-2.749-1.381a.372.372 0 0 0-.514-.014.347.347 0 0 0-.016.498l2.688 1.314 2.258 2.758c.043.159.19.263.353.263Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M4.986 12.832c.728 0 2.963-.758 3.274-2.938.237-.017.473-.034.718-.034.249 0 .482.024.721.042.318 2.192 2.497 2.944 3.227 2.944.786 0 4.043-.77 4.043-3.451 0-2.369-1.636-2.361-3.654-2.361-1.725 0-3.168.113-3.552 1.523a7.496 7.496 0 0 0-.771-.045 7.26 7.26 0 0 0-.801.056c-.388-1.391-1.816-1.503-3.525-1.503-2.008 0-3.635-.039-3.635 2.349 0 2.662 3.172 3.418 3.955 3.418Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphEyeGlass };