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