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