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