import React from 'react' import { type LucideProps } from 'lucide-react' const Eth: React.FC = (props: LucideProps) => ( ) export default Eth