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

function PcFill(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="M6 13H2a2 2 0 01-2-2V3a2 2 0 012-2h12a2 2 0 012 2v8a2 2 0 01-2 2h-4v1h1.5a.5.5 0 010 1h-7a.5.5 0 010-1H6v-1zm8-11H2a1 1 0 00-.993.883L1 3v8a1 1 0 00.883.993L2 12h12a1 1 0 00.993-.883L15 11V3a1 1 0 00-.883-.993L14 2z" />
      <path d="M12.5 3c.828 0 1.5.597 1.5 1.333v5.333c0 .736-.672 1.333-1.5 1.333h-9c-.828 0-1.5-.597-1.5-1.333V4.333C2 3.597 2.672 3 3.5 3h9z" />
    </svg>
  );
}

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