'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'jet-fighter'; var width = 640; var height = 512; var aliases = ['fighter-jet']; var unicode = 'f0fb'; var svgPathData = 'M628.5 240.6l-152.2-44.75C467.5 193.3 457.2 192 447.1 192h-63.1L264 32h18.66c8.84 0 15.1-7.164 15.1-16c0-8.838-7.16-16-15.1-16H208C199.2 0 192 7.162 192 16L192 192H144L100.8 134.4C97.78 130.4 93.04 128 88 128H48C39.16 128 32 135.2 32 144L32 224H16C7.165 224 .0015 231.2 .0015 240v32c0 8.836 7.164 16 15.1 16h15.1l-.0004 80c0 8.836 7.164 16 15.1 16h40c5.039 0 9.781-2.371 12.8-6.4L144 320h47.1l-.0002 176c0 8.836 7.164 16 15.1 16h74.66c8.84 0 15.1-7.164 15.1-16c0-8.838-7.16-16-15.1-16h-18.66l119.1-160h63.1c9.164 0 19.5-1.312 28.29-3.898l152.2-44.75C643.8 266.8 643.8 245.2 628.5 240.6zM152 264H72C67.59 264 64 260.4 64 256S67.59 248 72 248h79.1c4.406 0 7.1 3.594 7.1 8S156.4 264 152 264z'; exports.definition = { prefix: prefix, iconName: iconName, icon: [ width, height, aliases, unicode, svgPathData ]}; exports.faJetFighter = exports.definition; exports.prefix = prefix; exports.iconName = iconName; exports.width = width; exports.height = height; exports.ligatures = aliases; exports.unicode = unicode; exports.svgPathData = svgPathData; exports.aliases = aliases;