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