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

function Bed(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 37 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M4.571 18.286h30.857c.625 0 1.143.518 1.143 1.143v8H32v-4.571H4.571v4.571H0V5.715c0-.625.518-1.143 1.143-1.143h2.286c.625 0 1.143.518 1.143 1.143v12.571zm10.286-5.715c0-2.518-2.054-4.571-4.571-4.571s-4.571 2.054-4.571 4.571 2.054 4.571 4.571 4.571 4.571-2.054 4.571-4.571zm21.714 4.572V16a6.858 6.858 0 00-6.857-6.857H17.143c-.625 0-1.143.518-1.143 1.143v6.857h20.571z" />
    </svg>
  );
}

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