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