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