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