import * as React from 'react'; export interface CurrencyEuro64Props extends React.SVGProps { ariaLabel?: string } export default function CurrencyEuro64({ ariaLabel, ...props }: CurrencyEuro64Props) { return ( ); }