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