@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 637 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function PlayIcon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.jsx("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "currentColor",
viewBox: "0 0 24 24",
ref: ref,
...props,
children: /*#__PURE__*/_reactJsxRuntime.jsx("path", {
d: "M17.92 12 8 17.58V6.42zm.981-1.743-9.92-5.58C7.647 3.927 6 4.89 6 6.42v11.16c0 1.53 1.647 2.493 2.98 1.743l9.921-5.58c1.36-.764 1.36-2.722 0-3.486"
})
});
}
;
PlayIcon.displayName = "PlayIcon";
module.exports = React.forwardRef(PlayIcon);