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