UNPKG

@vector-im/compound-design-tokens

Version:
19 lines 598 B
import { forwardRef } from "react"; import { jsx as _jsx } from "react/jsx-runtime"; function PlaySolidIcon(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: "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"; export default forwardRef(PlaySolidIcon);