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