import { FC, SVGProps } from 'react'; declare const IconMinus: FC & { fill?: string }>; export default IconMinus;