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

function Suitcase(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="M11.429 6.857h9.143V4.571h-9.143v2.286zm-6.286 0v22.857H4c-2.196 0-4-1.804-4-4V10.857c0-2.196 1.804-4 4-4h1.143zm20 0v22.857H6.857V6.857h2.286V4c0-.946.768-1.714 1.714-1.714h10.286c.946 0 1.714.768 1.714 1.714v2.857h2.286zm6.857 4v14.857c0 2.196-1.804 4-4 4h-1.143V6.857H28c2.196 0 4 1.804 4 4z" />
    </svg>
  );
}

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