import clsx from "clsx"; export function Flag({ countryCode, tiny = false, }: { countryCode: string; tiny?: boolean; }) { return (