import { forwardRef, SVGProps } from 'react'; export interface PlayPauseProps extends Omit, 'css'> {} export const PlayPause = forwardRef((props, ref) => ( )); PlayPause.displayName = 'PlayPause';