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

function Paste(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="M13.714 29.714h16V18.285h-7.429a1.715 1.715 0 01-1.714-1.714V9.142h-6.857v20.571zM18.286 4V2.857a.587.587 0 00-.571-.571H5.144a.587.587 0 00-.571.571V4c0 .304.268.571.571.571h12.571A.587.587 0 0018.286 4zm4.571 12h5.339l-5.339-5.339V16zM32 18.286v12c0 .946-.768 1.714-1.714 1.714H13.143a1.715 1.715 0 01-1.714-1.714v-2.857H1.715a1.715 1.715 0 01-1.714-1.714v-24C.001.769.769.001 1.715.001h19.429c.946 0 1.714.768 1.714 1.714v5.857c.232.143.446.304.643.5l7.286 7.286c.679.679 1.214 1.982 1.214 2.929z" />
    </svg>
  );
}

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