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