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