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