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