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