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