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