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