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