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

function CopyO(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="M13 4h-3V1H6c-.395 0-1 .599-1 1H4c0-.966 1.065-2 2-2h5l3 3v7c0 .966-1.065 2-2 2H9l.833-1H12c.395 0 1-.599 1-1V4zm-.414-1L11 1.414V3h1.586z" />
      <path d="M6.586 3l2.707 2.707L10 5 7 2H2c-.935 0-2 1.033-2 2v8c0 .966 1.065 2 2 2h6c.935 0 2-1.033 2-2V8.125H9V12c0 .401-.605 1-1 1H2c-.395 0-1-.599-1-1V4c0-.401.605-1 1-1h4.586zm0 0l2.707 2.707L10 5 7 2H2c-.935 0-2 1.033-2 2v8c0 .966 1.065 2 2 2h6c.935 0 2-1.033 2-2V8.125H9V12c0 .401-.605 1-1 1H2c-.395 0-1-.599-1-1V4c0-.401.605-1 1-1h4.586zM7 5h3v1H6V2h1v3z" />
    </svg>
  );
}

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