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