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