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