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