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