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