import type { SVGProps, JSX } from "react" export function GithubIcon(props: SVGProps): JSX.Element { return ( GitHub ) }