export function Logo({ size = 32 }: { size?: number }) { const fontSize = Math.round(size * 0.46); return (
c x
); }