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