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