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

function Sales(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M4 6a2 2 0 10.001-3.999A2 2 0 004 6zm0 1a3 3 0 110-6 3 3 0 010 6zM12 14a2 2 0 10.001-3.999A2 2 0 0012 14zm0 1a3 3 0 110-6 3 3 0 010 6zM.646 14.646l13-13c.471-.471 1.179.236.707.707l-13 13c-.471.471-1.179-.236-.707-.707z" />
      <path d="M10.5 1h4a.5.5 0 010 1h-4a.5.5 0 010-1z" />
      <path d="M14 5.5v-4a.5.5 0 011 0v4a.5.5 0 01-1 0z" />
    </svg>
  );
}

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