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