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