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