/** InternetPressure.io mark — the pressure dial (generated by scripts/brand.py; same geometry as public/brand/mark.svg). * Seven bands = the pressure palette calm → extreme, a needle and a hub. `mono` renders everything in `color`. */ export function Logo({ size = 22, className, color = 'currentColor', mono = false }: { size?: number; className?: string; color?: string; mono?: boolean }) { return ( ); }