export function Logo() { return ( ); } export function LoadingLogo( { className, size = 72 }: { className?: string; size?: number } ) { return ( ); }