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