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