import type { SVGProps } from "react"; const SvgWeightScaleIcon = (props: SVGProps) => ( ); export default SvgWeightScaleIcon;