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

function Car(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="M8.571 19.429c0-1.571-1.286-2.857-2.857-2.857s-2.857 1.286-2.857 2.857 1.286 2.857 2.857 2.857S8.571 21 8.571 19.429zm.643-5.715h18.143l-1.589-6.375c-.054-.196-.411-.482-.625-.482H11.429c-.214 0-.571.286-.625.482zm24.5 5.715c0-1.571-1.286-2.857-2.857-2.857S28 17.858 28 19.429s1.286 2.857 2.857 2.857 2.857-1.286 2.857-2.857zm2.857-1.715v6.857c0 .321-.25.571-.571.571h-1.714v2.286a3.43 3.43 0 01-6.858 0v-2.286H9.142v2.286a3.43 3.43 0 01-6.858 0v-2.286H.57a.564.564 0 01-.571-.571v-6.857c0-2.214 1.786-4 4-4h.5l1.875-7.482c.554-2.25 2.732-3.946 5.054-3.946h13.714c2.321 0 4.5 1.696 5.054 3.946l1.875 7.482h.5c2.214 0 4 1.786 4 4z" />
    </svg>
  );
}

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