@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.28 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphFence = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphFence = function GYSiGlyphFence(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphFence = GYSiGlyphFence;