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