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