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