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