type ClaudeLogoProps = { className?: string; }; const ClaudeLogo = ({ className = 'w-5 h-5' }: ClaudeLogoProps) => ( ); export default ClaudeLogo;