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

function Binoculars(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M12.571 5.714v13.714c0 .625-.518 1.143-1.143 1.143v10.286c0 .625-.518 1.143-1.143 1.143H1.142a1.151 1.151 0 01-1.143-1.143v-9.143L4.445 6.125a.574.574 0 01.554-.411h7.571zm5.715 0v12.571h-4.571V5.714h4.571zm13.714 16v9.143c0 .625-.518 1.143-1.143 1.143h-9.143a1.151 1.151 0 01-1.143-1.143V20.571a1.151 1.151 0 01-1.143-1.143V5.714h7.571c.25 0 .482.161.554.411zM13.143.571v4H6.857v-4c0-.321.25-.571.571-.571h5.143c.321 0 .571.25.571.571zm12 0v4h-6.286v-4c0-.321.25-.571.571-.571h5.143c.321 0 .571.25.571.571z" />
    </svg>
  );
}

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