import * as React from "react"; import { SVGProps } from "react"; const SvgCurrencyEth = (props: SVGProps) => ( ); export default SvgCurrencyEth;