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