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