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