@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 877 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphGlassWater = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-glass-water",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m1.365 12.336 3.295 3.303a1.21 1.21 0 0 0 1.713.015l10.251-7.722a1.213 1.213 0 0 0-.014-1.713L10.765.364A1.209 1.209 0 0 0 9.054.35L1.351 10.622c-.47.47-.462 1.237.014 1.714Zm5.971-2.564c-1.59.008-3.354-1.247-3.354-1.247l2.677-3.43 2.659-3.408a1.168 1.168 0 0 1 1.631.014l4.393 4.323a1.12 1.12 0 0 1 .012 1.604l-4.565 3.428c-.001.001-1.6-1.293-3.453-1.284Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphGlassWater };