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

function Truck(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 33 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M11.429 25.143c0-1.25-1.036-2.286-2.286-2.286s-2.286 1.036-2.286 2.286 1.036 2.286 2.286 2.286 2.286-1.036 2.286-2.286zM4.571 16h6.857v-4.571H8.607c-.071 0-.339.107-.393.161l-3.482 3.482a1.07 1.07 0 00-.161.393v.536zm22.858 9.143c0-1.25-1.036-2.286-2.286-2.286s-2.286 1.036-2.286 2.286 1.036 2.286 2.286 2.286 2.286-1.036 2.286-2.286zM32 5.714V24c0 1.321-1.393 1.143-2.286 1.143 0 2.518-2.054 4.571-4.571 4.571s-4.571-2.054-4.571-4.571h-6.857c0 2.518-2.054 4.571-4.571 4.571s-4.571-2.054-4.571-4.571H3.43c-.893 0-2.286.179-2.286-1.143 0-.625.518-1.143 1.143-1.143v-5.714c0-1.268-.179-2.679.804-3.661l3.536-3.536c.446-.446 1.304-.804 1.946-.804h2.857V5.713c0-.625.518-1.143 1.143-1.143h18.286c.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

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