@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.04 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 GYSiGlyphShower = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-shower",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M6.004 3.051C4.857 3.194 3 4.767 3 6.953h6.953c0-2.157-1.778-3.743-2.955-3.896-.009-1.562.007-2.14 3.47-2.14 3.22 0 3.547 1.425 3.547 4.431v10.061c0 .275.208.499.484.499a.5.5 0 0 0 .5-.499V5.348C15 2.148 14.936 0 10.469 0 6.59 0 6.044.831 6.004 3.051ZM3 8h.959v.916H3z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M6 8h.959v.916H6zm3 0h.959v.916H9zm-5 2h.959v.916H4zm4 0h.959v.916H8z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphShower };