/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const EditSparkleIcon: 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
        fillRule='evenodd'
        d='M6.671 3.841c.245-1.116 1.835-1.123 2.09-.009l.012.056.026.11a3.46 3.46 0 0 0 2.777 2.62c1.164.202 1.164 1.873 0 2.075a3.46 3.46 0 0 0-2.782 2.641l-.034.145c-.254 1.115-1.844 1.108-2.089-.01l-.027-.123A3.44 3.44 0 0 0 3.87 8.69c-1.161-.202-1.161-1.869 0-2.071a3.44 3.44 0 0 0 2.77-2.64l.02-.092zM16.675 7.65a1.93 1.93 0 0 1 2.126.427l.002.002 1.628 1.64a1.93 1.93 0 0 1 0 2.736l-.002.001-7.97 8.02a.64.64 0 0 1-.4.187l-3.86.335a.643.643 0 0 1-.695-.696l.334-3.858a.64.64 0 0 1 .188-.4l8.022-7.969c.179-.182.392-.326.627-.425'
        clipRule='evenodd'
      />
    </g>
  </svg>
);
export default EditSparkleIcon;
