export interface Props { className?: string; } const MetaMaskIcon = ({ className }: Props): JSX.Element => ( ); export default MetaMaskIcon;