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