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