@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 828 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphClapboard = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_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"
})
}));
export { GYSiGlyphClapboard };