@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 863 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphFence = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-fence",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16.004 6.041h-.972L15.017 3l-1.47-3-1.579 3 .015 3.041H9.962L9.942 3 8.525 0 7.007 3l.023 3.041H4.97L4.941 3 3.524 0 2.006 3l.023 3.041h-.967l.003.979h.967l.012 5.031L1.039 12v1.01h.993V16h2.935v-2.99H7.03V16h2.938v-2.99h2.015V16h3.052l-.02-2.99h.973V12h-.972V7.02h.973l.015-.979Zm-11.02.931h2.058v5.079H4.96l.024-5.079ZM12.068 12H9.96l-.011-5.072h2.119V12Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphFence };