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