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