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

function Train(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M19.429 0c4.411 0 8 2.554 8 5.714v16c0 3.089-3.411 5.589-7.696 5.696l3.804 3.607a.568.568 0 01-.393.982H4.287a.568.568 0 01-.393-.982l3.804-3.607C3.412 27.303.002 24.803.002 21.714v-16C.002 2.553 3.591 0 8.002 0h11.429zm-5.715 24a3.43 3.43 0 000-6.858 3.43 3.43 0 000 6.858zM24 13.714V4.571H3.429v9.143H24z" />
    </svg>
  );
}

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