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

function Subway(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.429zM5.143 23.429C6.714 23.429 8 22.143 8 20.572s-1.286-2.857-2.857-2.857-2.857 1.286-2.857 2.857 1.286 2.857 2.857 2.857zm7.428-9.715V4.571H2.857v9.143h9.714zm9.715 9.715c1.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.857zm2.857-9.715V4.571H14.857v9.143h10.286z" />
    </svg>
  );
}

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