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