UNPKG

@vector-im/compound-design-tokens

Version:
19 lines 636 B
var _reactJsxRuntime = require("react/jsx-runtime"); var React = require("react"); function PlaySolidIcon(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: "m8.98 4.677 9.921 5.58c1.36.764 1.36 2.722 0 3.486l-9.92 5.58C7.647 20.073 6 19.11 6 17.58V6.42c0-1.53 1.647-2.493 2.98-1.743" }) }); } ; PlaySolidIcon.displayName = "PlaySolidIcon"; module.exports = React.forwardRef(PlaySolidIcon);