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