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

function PeopleBranch(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="M12.5 5a1.5 1.5 0 11-1.401 2.036c-.739.136-1.247.678-1.752 1.687l-.536 1.136-.073.14h4.347A1.5 1.5 0 1113.086 11l-3.193-.001c.065.178.122.382.175.612l.157.722.011.045c.257 1.028.704 1.519 1.856 1.607a1.5 1.5 0 11-.01 1.001c-1.667-.113-2.455-.923-2.816-2.365l-.055-.233-.079-.378c-.164-.787-.266-.985-.564-1.008L8.501 11h-2a.5.5 0 010-1h1c.054 0 .172-.124.354-.465l.092-.182.507-1.076C9.12 6.944 9.89 6.17 11.078 6.025A1.5 1.5 0 0112.501 5zm1 9a.5.5 0 100 1 .5.5 0 000-1zm1-4a.5.5 0 100 1 .5.5 0 000-1zm-2-4a.5.5 0 100 1 .5.5 0 000-1zM7 0a3 3 0 110 6 3 3 0 010-6zm0 1a2 2 0 10-.001 3.999A2 2 0 007 1zM2 3a2 2 0 11.001 3.999A2 2 0 012 3zm0 1a1 1 0 100 2 1 1 0 000-2z" />
      <path d="M7 5a.5.5 0 010 1C5.641 6 4.113 7.345 4.006 8.834L4 9v3.5a.5.5 0 00.41.492L4.5 13H8a.5.5 0 01.09.992L8 14H4.5a1.5 1.5 0 01-1.493-1.356L3 12.5V9c0-2.128 2.059-4 4-4zM2.474 7.342a.499.499 0 00-.632-.316C.681 7.413.064 8.365.005 9.774L0 10v2.5a.5.5 0 00.992.09L1 12.5V10c0-1.133.38-1.766 1.158-2.026a.499.499 0 00.316-.632z" />
    </svg>
  );
}

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