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