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