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