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