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