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