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