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