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