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