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