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