/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const UserGroupIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <g>
        <path d='M9.495 11.527c1.035 0 1.915-.372 2.65-1.109.735-.736 1.107-1.627 1.107-2.654 0-1.028-.372-1.919-1.107-2.655S10.521 4 9.495 4s-1.914.373-2.65 1.11c-.734.735-1.106 1.626-1.106 2.654 0 1.027.372 1.918 1.107 2.654.735.737 1.624 1.11 2.65 1.11M13.506 11.29a5.25 5.25 0 0 0 1.334-3.526c0-1.337-.453-2.51-1.325-3.5-.036-.037-.027-.119.01-.128.308-.081.617-.136.952-.136 1.026 0 1.915.373 2.65 1.11.735.735 1.107 1.626 1.107 2.654 0 1.027-.372 1.918-1.107 2.654-.735.737-1.615 1.11-2.65 1.11-.335 0-.644-.046-.943-.128-.028-.01-.055-.082-.028-.11M20.485 13.927c.544.282.962.71 1.243 1.291h.009c.181.373.263.782.263 1.2v1.691c0 .518-.181.955-.553 1.327a1.78 1.78 0 0 1-1.325.555h-1.879c-.09 0-.136-.091-.09-.164.299-.518.453-1.09.453-1.718v-1.69a4.36 4.36 0 0 0-1.806-3.555c-.127-.082-.118-.191 0-.173.245.045.481.09.726.145a14 14 0 0 1 2.959 1.091M12.554 12.836c.998.237 1.987.61 2.958 1.091h.018q.681.357 1.089 1.027t.408 1.473v1.691c0 .518-.19.955-.553 1.328a1.78 1.78 0 0 1-1.325.554H3.879c-.518 0-.953-.182-1.325-.555A1.79 1.79 0 0 1 2 18.118v-1.69q0-.805.408-1.474a2.7 2.7 0 0 1 1.09-1.027c.97-.482 1.96-.845 2.958-1.09a12.8 12.8 0 0 1 3.049-.364c1.025 0 2.05.127 3.048.363' />
      </g>
    </g>
  </svg>
);
export default UserGroupIcon;
