UNPKG

@vector-im/compound-design-tokens

Version:
19 lines 599 B
import { forwardRef } from "react"; import { jsx as _jsx } from "react/jsx-runtime"; function PlayIcon(props, ref) { return /*#__PURE__*/_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__*/_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"; export default forwardRef(PlayIcon);