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