react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.63 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class FaFighterJet extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m40 21.333333333333332q-0.021333333333330984 0.6666666666666679-6 2l-7.333333333333336 0.6666666666666679-4.666666666666664 1.3333333333333321h-1.3333333333333321l-6.103999999999999 7.333333333333332h1.4373333333333314q0.5413333333333341 0 0.9373333333333349 0.09333333333333371t0.3960000000000008 0.240000000000002-0.3960000000000008 0.240000000000002-0.9373333333333349 0.0933333333333266h-6.666666666666668v-0.6666666666666643h1.333333333333334v-8.666666666666664h-3.333333333333333l-4 4.666666666666664h-1.9999999999999998l-0.6666666666666666-0.6666666666666643v-4h0.6666666666666666v-0.6666666666666679h2.666666666666667v-0.16666666666666785l-4-0.5v-2.666666666666668l4-0.5v-0.1666666666666643h-2.666666666666667v-0.6666666666666679h-0.6666666666666664v-4l0.6666666666666666-0.6666666666666661h1.9999999999999998l4 4.666666666666666h3.333333333333333v-8.666666666666664h-1.333333333333334v-0.6666666666666679h6.666666666666666q0.5413333333333323 0 0.9373333333333331 0.09333333333333371t0.3960000000000008 0.2400000000000002-0.3960000000000008 0.2400000000000002-0.9373333333333314 0.09333333333333371h-1.4373333333333331l6.103999999999997 7.333333333333332h1.3333333333333321l4.666666666666668 1.3333333333333321 7.333333333333336 0.6666666666666679q5.437333333333335 1.2079999999999984 5.978666666666669 1.937333333333335z"/></g>
</IconBase>
);
}
}