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