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