// Generated by script, don't edit it please.
import * as React from 'react';

function Edit2(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M32 7.666c0 .747-.263 1.381-.784 1.902l-3.506 3.506-8.786-8.789L22.43.799c.51-.535 1.141-.8 1.899-.8a2.63 2.63 0 011.922.802l4.965 4.944A2.7 2.7 0 0132 7.665zM17.573 5.641L0 23.214V32h8.789l17.575-17.575-8.791-8.784zM7.808 29.634H5.241v-2.875H2.366v-2.565L17.573 8.987l2.174 2.176L6.424 24.484a.585.585 0 00-.176.432c0 .37.185.56.555.56a.58.58 0 00.432-.178l13.326-13.326 2.453 2.453L7.809 29.634z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Edit2);
export default ForwardRef;
