/** The official Arcade wordmark. Color it via the parent's text color (fill: currentColor). */ export function ArcadeWordmark({ className = "" }: { className?: string }) { return ( ); }