import { Image } from "@mantine/core"; import type { LanguageIconDefinition } from "@homarr/translation"; export const LanguageIcon = ({ icon }: { icon: LanguageIconDefinition }) => { if (icon.type === "flag") { return ; } return Language icon; };