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