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