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

function Medkit(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="M22.857 20v-3.429a.564.564 0 00-.571-.571h-4v-4a.564.564 0 00-.571-.571h-3.429a.564.564 0 00-.571.571v4h-4a.564.564 0 00-.571.571V20c0 .321.25.571.571.571h4v4c0 .321.25.571.571.571h3.429c.321 0 .571-.25.571-.571v-4h4c.321 0 .571-.25.571-.571zM11.429 6.857h9.143V4.571h-9.143v2.286zm-6.858 0v22.857H4c-2.196 0-4-1.804-4-4V10.857c0-2.196 1.804-4 4-4h.571zm21.143 0v22.857H6.285V6.857h2.857V4c0-.946.768-1.714 1.714-1.714h10.286c.946 0 1.714.768 1.714 1.714v2.857h2.857zm6.286 4v14.857c0 2.196-1.804 4-4 4h-.571V6.857H28c2.196 0 4 1.804 4 4z" />
    </svg>
  );
}

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