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