import React from 'react'; import Icon from './icon'; const VerificationBadge = () => ( Verified Account ); export default VerificationBadge;