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