import * as React from "react"; export function LanguageIcon({ className }: { className?: string }) { return ( ); }