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