/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const PersonaShapeIcon: 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='M21 12c0 1.14-1.35 2.006-1.76 2.998-.412.992-.101 2.59-.876 3.365-.776.776-2.337.45-3.366.876C13.97 19.666 13.141 21 12 21S9.993 19.65 9 19.24c-.992-.412-2.59-.101-3.365-.876-.776-.776-.45-2.337-.876-3.366C4.35 14.006 3 13.141 3 12S4.35 9.993 4.76 9c.412-.992.101-2.59.876-3.365.776-.776 2.337-.45 3.366-.876C9.994 4.35 10.858 3 12 3c1.14 0 2.006 1.35 2.998 1.76 1.029.428 2.59.101 3.365.876.776.776.45 2.337.876 3.366C19.651 9.994 21 10.859 21 12' />
    </g>
  </svg>
);
export default PersonaShapeIcon;
