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