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