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