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