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