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