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