@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 866 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphClapboardPlay = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-clapboard-play",
viewBox: "0 0 16 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m.979 8.954 14.916-3.523-.98-4.056L0 4.898l.979 4.056Zm11.508-3.597-1.448-2.312 2.01-.486 1.449 2.312-2.011.486Zm-3.35.81L7.688 3.855l2.009-.485 1.45 2.312-2.01.485Zm-3.352.81L4.337 4.665l2.01-.485 1.449 2.312-2.011.485Zm-3.349.81L.987 5.475l2.009-.485 1.449 2.312-2.009.485ZM1 9.037v8h15v-8H1Zm6.904 6.13v-4.25l3.232 2.169-3.232 2.081Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphClapboardPlay };