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

function Briefcase(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 4.571h9.143V2.285h-9.143v2.286zM32 16v8.571a2.866 2.866 0 01-2.857 2.857H2.857A2.866 2.866 0 010 24.571V16h12v2.857c0 .625.518 1.143 1.143 1.143h5.714c.625 0 1.143-.518 1.143-1.143V16h12zm-13.714 0v2.286h-4.571V16h4.571zM32 7.429v6.857H0V7.429a2.866 2.866 0 012.857-2.857h6.286V1.715c0-.946.768-1.714 1.714-1.714h10.286c.946 0 1.714.768 1.714 1.714v2.857h6.286A2.866 2.866 0 0132 7.429z" />
    </svg>
  );
}

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