interface GitHubIconProps { className?: string; strokeWidth?: number; } export function GitHubIcon({ className }: GitHubIconProps) { return ( ); }