// Traced from web/public/images/vantage_logo.svg. The fill is currentColor so // the mark follows the --logo token in both themes. export function Logo({ className }: { className?: string }) { return ( ); }