@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 943 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphEyeDrop = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-eye-drop",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M7.661 4.051c.234-1.077-.051-2.229-.86-3.046-1.29-1.299-3.422-1.26-4.76.089C.704 2.443.663 4.589 1.954 5.889c.81.816 1.951 1.103 3.023.868l.602.586-.58.583.502.506.546-.552 5.062 5.073h2.875v-2.766L8.777 5.129l.528-.533-.5-.505-.555.559-.589-.599Zm5.355 6.371.005 1.623-1.804.009-4.545-4.71 1.547-1.625 4.797 4.703Zm2.969 4.418c0 .619-.44 1.122-.986 1.122-.545 0-.985-.503-.985-1.122 0-.62.985-1.777.985-1.777s.986 1.157.986 1.777Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphEyeDrop };