import { useTranslation } from 'react-i18next' import Icon from './icon' function LoadingSpinner() { const { t } = useTranslation() return (