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