import * as React from 'react'; type Props = { className?: string; } const ETHWhite = ({className = ''} : Props) => ( ); export default ETHWhite;