/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const UserAddIcon: 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='M7.783 10.418c.723.737 1.589 1.11 2.606 1.11 1.009 0 1.883-.373 2.606-1.11a3.67 3.67 0 0 0 1.089-2.654 3.67 3.67 0 0 0-1.089-2.655C12.272 4.373 11.398 4 10.389 4s-1.883.373-2.606 1.11a3.67 3.67 0 0 0-1.088 2.654c0 1.027.365 1.918 1.088 2.654M3 16.427v1.691c0 .518.178.955.544 1.328.357.372.795.554 1.303.554h11.066c.509 0 .937-.19 1.303-.555.366-.363.544-.809.544-1.327v-1.69q0-.805-.401-1.474a2.67 2.67 0 0 0-1.07-1.027 14 14 0 0 0-2.91-1.09 12.4 12.4 0 0 0-2.999-.364c-1.008 0-2.017.118-2.998.363-.982.237-1.955.61-2.91 1.091a2.73 2.73 0 0 0-1.07 1.027A2.8 2.8 0 0 0 3 16.428M16.083 10.682h1.4v1.427a.707.707 0 0 0 1.206.51.7.7 0 0 0 .205-.51v-1.427h1.401a.68.68 0 0 0 .5-.21.7.7 0 0 0 .205-.508c0-.2-.071-.373-.205-.51a.68.68 0 0 0-.5-.209h-1.401V7.818c0-.2-.071-.373-.205-.509a.68.68 0 0 0-.5-.209.707.707 0 0 0-.705.718v1.427h-1.401a.707.707 0 0 0-.705.718.707.707 0 0 0 .705.719' />
      </g>
    </g>
  </svg>
);
export default UserAddIcon;
