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