// lucide-react v1.x dropped brand marks (including Github). Inline SVG of // the official GitHub octocat mark so the GitHub settings tab keeps a // recognizable icon in the sidebar and section headers. export function GitHubMark({ className }: { className?: string }) { return ( ); }