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

function SearchPeople(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="M7 13A6 6 0 107 1a6 6 0 000 12zm0 1A7 7 0 117 0a7 7 0 010 14z" />
      <path d="M7 8a2 2 0 10.001-3.999A2 2 0 007 8zm0 1a3 3 0 110-6 3 3 0 010 6z" />
      <path d="M10 12.5v-.49A3 3 0 007 9c-1.654 0-3 1.349-3 3.01v.49H3v-.49A4.007 4.007 0 017 8a4 4 0 014 4.01v.49h-1zm0 0v-.49A3 3 0 007 9c-1.654 0-3 1.349-3 3.01v.49H3v-.49A4.007 4.007 0 017 8a4 4 0 014 4.01v.49h-1zm5.854 2.646a.5.5 0 01-.707.707l-3.5-3.5a.5.5 0 01.707-.707l3.5 3.5z" />
    </svg>
  );
}

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