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