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