@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.35 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphMoviePlay = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphMoviePlay = function GYSiGlyphMoviePlay(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-movie-play",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1 15h15l-.083-14H1v14ZM11 2h1v1h-1V2Zm3 2v8H3V4h11ZM8 2h1v1H8V2ZM5 2h1v1H5V2ZM2 2h1v1H2V2Zm.979 12h-1v-1h1v1ZM6 14H5v-1h1v1Zm3 0H8v-1h1v1Zm3 0h-1v-1h1v1Zm3 0h-1v-1h1v1Zm0-11h-1V2h1v1Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.003 9.865 7 6l3.949 2.015-3.946 1.85Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphMoviePlay = GYSiGlyphMoviePlay;