@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.27 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphButtonPlay = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphButtonPlay = function GYSiGlyphButtonPlay(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-button-play",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M14.309 3 9.032 4.125 3.63 3C2.178 3 1.001 4.329 1.001 5.967v5.021c0 1.638 1.177 2.967 2.629 2.967l5.402-1.018 5.277 1.018c1.452 0 2.629-1.329 2.629-2.967V5.967C16.938 4.329 15.761 3 14.309 3Zm-3.48 6.117-2.505 1.917a1.167 1.167 0 0 1-1.418-.004l.029-5.104c.419-.319.945-.222 1.368.101l2.521 1.93c.422.321.424.841.005 1.16Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphButtonPlay = GYSiGlyphButtonPlay;