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