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