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