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