/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const UserIcon: 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>
      <path d='M12.046 11.527c-1.037 0-1.919-.372-2.655-1.109-.736-.736-1.11-1.627-1.11-2.654 0-1.028.374-1.919 1.11-2.655S11.009 4 12.046 4s1.918.373 2.654 1.11c.736.735 1.11 1.626 1.11 2.654 0 1.027-.374 1.918-1.11 2.654-.736.737-1.627 1.11-2.654 1.11m-7.528 6.591v-1.69q0-.805.41-1.474.409-.67 1.09-1.027a14 14 0 0 1 2.964-1.09c1-.246 2.027-.364 3.054-.364 1.028 0 2.055.118 3.055.363q1.501.37 2.964 1.091c.454.237.818.573 1.09 1.027q.41.669.41 1.473v1.691c0 .518-.182.964-.555 1.328-.373.363-.81.554-1.327.554H6.382c-.518 0-.964-.182-1.327-.555a1.8 1.8 0 0 1-.555-1.327z' />
    </g>
  </svg>
);
export default UserIcon;
