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