/// import { IconProps } from '../../types'; declare const MinusCircle: (allProps: IconProps) => JSX.Element; export default MinusCircle;