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

function Laptop(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 34 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M7.429 22.857A2.866 2.866 0 014.572 20V7.429a2.866 2.866 0 012.857-2.857h19.429a2.866 2.866 0 012.857 2.857V20a2.866 2.866 0 01-2.857 2.857H7.429zM6.857 7.429V20c0 .304.268.571.571.571h19.429a.587.587 0 00.571-.571V7.429a.587.587 0 00-.571-.571H7.428a.587.587 0 00-.571.571zM31.429 24h2.857v1.714c0 .946-1.286 1.714-2.857 1.714H2.858c-1.571 0-2.857-.768-2.857-1.714V24H31.43zm-12.858 1.714c.161 0 .286-.125.286-.286s-.125-.286-.286-.286h-2.857c-.161 0-.286.125-.286.286s.125.286.286.286h2.857z" />
    </svg>
  );
}

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