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

function Cab(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="M32.571 16c2.214 0 4 1.786 4 4v6.857c0 .321-.25.571-.571.571h-1.714v1.143a3.43 3.43 0 01-6.858 0v-1.143H9.142v1.143a3.43 3.43 0 01-6.858 0v-1.143H.57a.564.564 0 01-.571-.571V20c0-2.214 1.786-4 4-4h.5l1.875-7.482c.554-2.25 2.732-3.946 5.054-3.946h2.286v-4c0-.321.25-.571.571-.571h8c.321 0 .571.25.571.571v4h2.286c2.321 0 4.5 1.696 5.054 3.946L32.071 16h.5zM5.714 24.571c1.571 0 2.857-1.286 2.857-2.857s-1.286-2.857-2.857-2.857-2.857 1.286-2.857 2.857 1.286 2.857 2.857 2.857zM9.214 16h18.143l-1.589-6.375c-.054-.196-.411-.482-.625-.482H11.429c-.214 0-.571.286-.625.482zm21.643 8.571c1.571 0 2.857-1.286 2.857-2.857s-1.286-2.857-2.857-2.857S28 20.143 28 21.714s1.286 2.857 2.857 2.857z" />
    </svg>
  );
}

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