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