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