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