// Generated by script, don't edit it please.
import * as React from 'react';

function BalanceScale(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 39 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M30.857 8L24 20.571h13.714zM8 8L1.143 20.571h13.714zm14.661-3.429a3.457 3.457 0 01-2.089 2.089v23.054h10.857c.321 0 .571.25.571.571v1.143c0 .321-.25.571-.571.571h-24a.564.564 0 01-.571-.571v-1.143c0-.321.25-.571.571-.571h10.857V6.66a3.457 3.457 0 01-2.089-2.089H7.429A.564.564 0 016.858 4V2.857c0-.321.25-.571.571-.571h8.768C16.679.947 17.929 0 19.429 0s2.75.946 3.232 2.286h8.768c.321 0 .571.25.571.571V4c0 .321-.25.571-.571.571h-8.768zm-3.232.286c.786 0 1.429-.643 1.429-1.429s-.643-1.429-1.429-1.429S18 2.642 18 3.428s.643 1.429 1.429 1.429zm19.428 15.714c0 3.679-5.089 5.143-8 5.143s-8-1.464-8-5.143c0-.696 6.232-11.732 7-13.125.196-.357.589-.589 1-.589s.804.232 1 .589c.768 1.393 7 12.429 7 13.125zm-22.857 0c0 3.679-5.089 5.143-8 5.143s-8-1.464-8-5.143c0-.696 6.232-11.732 7-13.125.196-.357.589-.589 1-.589s.804.232 1 .589c.768 1.393 7 12.429 7 13.125z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(BalanceScale);
export default ForwardRef;
