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