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