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

function Server(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="M2.286 25.143h18.286v-2.286H2.286v2.286zm0-9.143h18.286v-2.286H2.286V16zm28 8a1.715 1.715 0 10-3.43.002 1.715 1.715 0 003.43-.002zm-28-17.143h18.286V4.571H2.286v2.286zm28 8a1.715 1.715 0 10-3.43.002 1.715 1.715 0 003.43-.002zm0-9.143a1.715 1.715 0 10-3.43.002 1.715 1.715 0 003.43-.002zM32 20.571v6.857H0v-6.857h32zm0-9.142v6.857H0v-6.857h32zm0-9.143v6.857H0V2.286h32z" />
    </svg>
  );
}

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