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