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