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