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