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