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