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