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