/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const UserAddedIcon: 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='M8.63 11.485a3.7 3.7 0 0 1-2.694-1.099q-1.12-1.1-1.12-2.643 0-1.544 1.12-2.644A3.7 3.7 0 0 1 8.631 4a3.7 3.7 0 0 1 2.695 1.1q1.12 1.098 1.12 2.643 0 1.543-1.12 2.643a3.7 3.7 0 0 1-2.695 1.1M1 18.13V16.35q0-.796.417-1.462a2.76 2.76 0 0 1 1.11-1.018 14.3 14.3 0 0 1 3.004-1.087 13.4 13.4 0 0 1 3.1-.363q1.574 0 3.1.363 1.526.362 3.005 1.087.69.35 1.108 1.018.418.666.418 1.462v1.778q0 .771-.56 1.321t-1.348.55H2.908q-.787 0-1.348-.55A1.79 1.79 0 0 1 1 18.13M14.658 9.711l1.715 1.691c.191.187.42.277.679.277a.93.93 0 0 0 .674-.28l3.987-3.912A.9.9 0 0 0 22 6.825a.9.9 0 0 0-.287-.661.93.93 0 0 0-.674-.282.93.93 0 0 0-.675.282l-3.316 3.253-1.041-1.029a.93.93 0 0 0-.675-.281.93.93 0 0 0-.674.281.9.9 0 0 0-.287.662q0 .38.287.661' />
      </g>
    </g>
  </svg>
);
export default UserAddedIcon;
