// 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 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M30 1.6H2c-1.106 0-2 .894-2 2v18.857c0 1.106.894 2 2 2h28c1.106 0 2-.894 2-2V3.6c0-1.106-.894-2-2-2zm0 18.375H2V3.6h28v16.375zM7.856 28.498h16.29V30.4H7.856v-1.902z" />
      <path d="M13.938 22.697h4.126v6.242h-4.126v-6.242z" />
    </svg>
  );
}

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