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