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