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