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