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