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