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