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

function PeopleGroup(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="M23.616 9.563c1.801 0 3.266 1.465 3.266 3.266s-1.465 3.266-3.266 3.266-3.269-1.465-3.269-3.266 1.467-3.266 3.269-3.266zm0-2.07a5.337 5.337 0 105.337 5.337 5.336 5.336 0 00-5.337-5.337zM23.616 21.867c4.409 0 6.235.402 6.501 4.482H17.116c.265-4.08 2.091-4.482 6.501-4.482zm0-1.849c-4.551 0-8.256.43-8.382 7.058-.002.117-.002 1.122-.002 1.122H32s0-1.006-.002-1.122c-.126-6.629-3.829-7.058-8.382-7.058zM16.245 10.089a6.288 6.288 0 11-12.575 0 6.288 6.288 0 0112.575 0z" />
      <path d="M18.37 21.152c-1.762-2.359-4.869-2.592-8.416-2.592-5.403 0-9.801.507-9.952 8.318L0 28.199h16.35l.002-1.186c.057-2.992.807-4.782 2.018-5.861z" />
    </svg>
  );
}

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