@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.08 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphDiscPlay2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphDiscPlay2 = function GYSiGlyphDiscPlay2(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-disc-play-2",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.516 2.984 12.141 7h2.805L8.492.027 2.035 7h2.807l3.674-4.016Zm0 10.035L4.809 9.031H2.003l6.468 6.903 6.468-6.903h-2.806l-3.617 3.988Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphDiscPlay2 = GYSiGlyphDiscPlay2;