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