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