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