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