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

function Web(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg viewBox="0 0 14 14" width="1em" height="1em" fill="currentColor" ref={svgRef} {...props}>
      <path d="M12.6 11.2V4.9H9.8v6.3h2.8zM9.1 7.7V4.9H1.4v2.8h7.7zm0 3.5V8.4H1.4v2.8h7.7zm3.5-9.8c.8 0 1.4.6 1.4 1.4v8.4c0 .8-.6 1.4-1.4 1.4H1.4C.6 12.6 0 12 0 11.2V2.8c0-.8.6-1.4 1.4-1.4h11.2z" />
    </svg>
  );
}

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