import React from 'react'; const LanguageIcon: React.FC = () => { return ( ); }; export default LanguageIcon;