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