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

function Edit(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 14 14" fill="currentColor" ref={svgRef} {...props}>
      <path d="M1.313 13.125h11.375a.438.438 0 110 .876H1.313a.438.438 0 110-.876zM10.515 5.103l-.619-.619 1.638-1.638c.214-.214.223-.519.062-.681l-.619-.619c-.162-.162-.467-.152-.681.062L3.544 8.36l-.371 1.609 1.609-.371 3.784-3.784.619.619-3.961 3.961-3.217.742.742-3.217 6.93-6.93c.547-.547 1.405-.574 1.918-.062l.619.619c.513.513.485 1.371-.062 1.918l-1.638 1.638z" />
    </svg>
  );
}

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