@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.25 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphClapboard = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphClapboard = function GYSiGlyphClapboard(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-clapboard",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m2.042 7.954 14.916-3.523-.98-4.056L1.063 3.898l.979 4.056ZM13.55 4.357l-1.448-2.312 2.01-.486 1.449 2.312-2.011.486Zm-3.351.81L8.75 2.855l2.009-.485 1.45 2.312-2.01.485Zm-3.351.81L5.4 3.665l2.01-.485 1.449 2.312-2.011.485Zm-3.35.81L2.049 4.475l2.009-.485 1.449 2.312-2.009.485Zm-1.477 1.25H17v7.95H2.021v-7.95Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphClapboard = GYSiGlyphClapboard;