type Props = { className?: string; }; function TranslateIcon({ className }: Props) { return ( ); } export { TranslateIcon };