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