/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const PersonaCreateIcon: 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='M15.23 3.61c-2.29-.89-4.87-.8-7.11.26-.39.19-.86.13-1.17-.18a1 1 0 0 1 .26-1.61c2.76-1.33 5.97-1.43 8.8-.32.66.26.82 1.14.32 1.64-.29.29-.72.36-1.1.21M20.36 8.74c.89 2.29.8 4.88-.26 7.11-.19.39-.13.86.18 1.17a1 1 0 0 0 1.61-.26c1.33-2.76 1.43-5.96.32-8.8-.26-.66-1.13-.83-1.63-.32-.29.29-.36.72-.21 1.1zM15.5 9.16h.01c.55 0 1 .45 1 1s-.45 1-1 1-1.01-.45-1.01-1 .44-1 1-1M7.75 9.46c.09-.09.2-.17.32-.22.24-.1.53-.1.77 0a1.02 1.02 0 0 1 .61.93c0 .27-.1.52-.29.7-.09.1-.2.17-.32.22s-.25.08-.39.08a1 1 0 0 1-.7-.3.96.96 0 0 1-.3-.7 1 1 0 0 1 .3-.71M16.7 14.42a4.9 4.9 0 0 1-4.72 3.32h-.14a4.9 4.9 0 0 1-4.72-3.32c-.12-.4.1-.82.5-.94.39-.12.81.1.94.49.03.1.76 2.26 3.28 2.26h.14c2.53 0 3.25-2.17 3.28-2.27.13-.39.54-.61.94-.49.39.12.61.54.49.93zM14.59 20.59c-1.91.58-3.98.5-5.85-.22-.38-.15-.81-.08-1.1.21-.5.5-.34 1.37.31 1.63 2.31.91 4.86 1.01 7.22.29.73-.22.98-1.13.44-1.67a1.01 1.01 0 0 0-1.02-.24M3.38 9.39c-.58 1.91-.5 3.98.22 5.85h-.01c.15.38.08.81-.21 1.1-.49.5-1.36.35-1.62-.31-.9-2.3-1-4.86-.29-7.22.22-.73 1.13-.98 1.67-.44.27.27.35.66.24 1.02' />
      </g>
    </g>
  </svg>
);
export default PersonaCreateIcon;
