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