import { Icon } from './icon'; interface Props { link: string; } export const VerifiedBadge: React.FC = ({ link }) => ( );