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