// Base44 full logo lockup (orange treatment) — DS Logo, variant "full", // treatment "orange". Path data copied verbatim from @base44/design-system // (logo.data.ts, Figma node 28620:1407) because this package is native-only and // must not import the web DS. Symbol = brand orange #FF6A00, wordmark = ink // #0F0E0E (matches TREATMENTS.orange). viewBox 0 0 228.2 48; aspect 228.2/48, // so a rendered height H → width H * LOGO_ASPECT. Rendered via SvgXml. export const SUPERAGENT_LOGO_ASPECT = 228.2 / 48; export const SUPERAGENT_LOGO_SVG = ``;