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