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