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