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