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