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