@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.32 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphFaucet = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-faucet",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M15.957 14.119c0 1.022-.66 1.851-1.475 1.851-.814 0-1.475-.828-1.475-1.851 0-1.021 1.475-3.119 1.475-3.119s1.475 2.098 1.475 3.119Zm-1.325-7.674c-1.205-1.208-2.851-1.362-4.633-1.382v-.014c0-.533-.373-.967-.834-.967H7.979V2.954c.708-.099 1.278-.47 1.514-.958.262.116.62.189 1.016.189.801 0 1.449-.294 1.449-.659 0-.364-.648-.659-1.449-.659a2.57 2.57 0 0 0-1.004.185C9.239.466 8.49.041 7.598.041c-.87 0-1.604.402-1.888.964-.283-.12-.667-.194-1.093-.194-.871 0-1.575.309-1.575.688 0 .38.704.687 1.575.687.421 0 .801-.073 1.084-.19.21.437.69.775 1.299.914v1.173H5.832c-.459 0-.832.434-.832.967v.01H1.436C.702 5.06.02 5.761.02 6.499c0 .737.596 1.464 1.33 1.464h3.653c.007.527.375.953.83.953h3.333c.451 0 .812-.417.828-.934 1.197.049 2.184.218 2.675.709.277.278.497.648.617 1.268h2.613c-.157-1.405-.518-2.762-1.267-3.514Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphFaucet };