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