// Minimal inline SVG flags — no emoji (inconsistent rendering across // OS/browsers) and no new dependency for just two supported locales. export function FlagGB({ className }: { className?: string }) { return ( ); } export function FlagFR({ className }: { className?: string }) { return ( ); }