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