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