import React from "react"; export function GitHubIcon({ className }: { className?: string | undefined }) { return ( ); }