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