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