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

function Desktop(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="M32 17.714V2.857a.587.587 0 00-.571-.571H2.858a.587.587 0 00-.571.571v14.857c0 .304.268.571.571.571h28.571a.587.587 0 00.571-.571zm2.286-14.857v19.429a2.866 2.866 0 01-2.857 2.857h-9.714c0 1.518 1.143 2.804 1.143 3.429s-.518 1.143-1.143 1.143h-9.143a1.151 1.151 0 01-1.143-1.143c0-.661 1.143-1.875 1.143-3.429H2.858a2.866 2.866 0 01-2.857-2.857V2.857A2.866 2.866 0 012.858 0h28.571a2.866 2.866 0 012.857 2.857z" />
    </svg>
  );
}

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