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