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