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