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