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