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