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