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