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