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