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

function FighterJet(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="M34.286 17.143s0 .571-5.143 1.714l-6.286.571-4 1.143h-1.143l-5.232 6.286h1.232c.625 0 1.143.125 1.143.286s-.518.286-1.143.286H8v-.571h1.143v-7.429H6.286l-3.429 4H1.143l-.571-.571v-3.429h.571v-.571h2.286v-.143L0 18.286V16l3.429-.429v-.143H1.143v-.571H.572v-3.429l.571-.571h1.714l3.429 4h2.857V7.428H8v-.571h5.714c.625 0 1.143.125 1.143.286s-.518.286-1.143.286h-1.232l5.232 6.286h1.143l4 1.143 6.286.571c5.143 1.143 5.143 1.714 5.143 1.714z" />
    </svg>
  );
}

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