export default function LogoIcon({ className = 'size-[200px]', color = 'currentColor' }: { className?: string; color?: string }) { return ( ) }