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

function Pc(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M14 1a2 2 0 012 2v8a2 2 0 01-2 2H2a2 2 0 01-2-2V3a2 2 0 012-2h12zm0 1H2a1 1 0 00-.993.883L1 3v8a1 1 0 00.883.993L2 12h12a1 1 0 00.993-.883L15 11V3a1 1 0 00-.883-.993L14 2zM4.5 14h7a.5.5 0 010 1h-7a.5.5 0 010-1z" />
    </svg>
  );
}

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