/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const EditIcon: 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='M4.889 20A.89.89 0 0 1 4 19.111v-2.52c0-.236.094-.463.261-.63l11.472-11.45q.267-.245.59-.378Q16.643 4 17 4t.689.133q.333.135.578.4l1.222 1.245q.267.244.389.578a1.93 1.93 0 0 1 0 1.344 1.7 1.7 0 0 1-.39.589l-11.45 11.45A.9.9 0 0 1 7.41 20zM16.978 8.267l1.244-1.245-1.244-1.244-1.245 1.244z' />
    </g>
  </svg>
);
export default EditIcon;
