@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 825 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphFireHydrant = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-fire-hydrant",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M5 14.047h-.326c-.371 0-.674.457-.674 1.019v.893h7.987v-.893c0-.563-.303-1.019-.674-1.019h-.357V6H5v8.047ZM4 4v.942L12 5V4H4Zm3-2.858c-1.148.27-1.969.993-1.969 1.842h5.938c0-.854-.83-1.58-1.988-1.847V0H7v1.142ZM3 8V7h.947v1h.027v.97h-.027v.938H3V8.97H2V8h1Zm9.953.938v.968H12V7h.953v1h.989v.938h-.989Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphFireHydrant };