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