export default function GithubIcon({ fill, width, height }: {
    fill?: string;
    width?: number;
    height?: number;
}): JSX.Element;
