import type { SVGProps } from "react"; export function GithubIcon(props: SVGProps) { return ( ); }