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