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