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