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