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