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