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