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

function Road(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 34 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M19.839 17.786v-.071l-.429-5.714a.62.62 0 00-.607-.571h-3.321a.62.62 0 00-.607.571l-.429 5.714v.071c-.018.286.25.5.518.5h4.357c.268 0 .536-.214.518-.5zm13.554 8.339c0 .518-.143 1.304-.821 1.304H20.001c.304 0 .554-.25.536-.571l-.357-4.571a.62.62 0 00-.607-.571h-4.857a.62.62 0 00-.607.571l-.357 4.571a.535.535 0 00.536.571H1.717c-.679 0-.821-.786-.821-1.304 0-.714.196-1.429.464-2.071L8.806 5.411c.179-.446.661-.839 1.143-.839h6.054a.62.62 0 00-.607.571l-.268 3.429a.525.525 0 00.536.571h2.964c.321 0 .554-.25.536-.571l-.268-3.429a.62.62 0 00-.607-.571h6.054c.482 0 .964.393 1.143.839l7.446 18.643c.268.643.464 1.357.464 2.071z" />
    </svg>
  );
}

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